@charset "utf-8";

*{
	box-sizing: border-box;
}
.iwrap h2,.iwrap h3{
	font-family: var(--Fyg),var(--Fip);
}
.yBg{
	background: #ff0;
}
.GBg,.iVc h3 span.GBg{
	margin: 0 0 0 10px;
	padding: 5px 10px;
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
	background: #666;
	vertical-align: middle;
}
sub{
	font-size: 0.7em;
}
.cau{
	margin: 5px auto 0;
	font-size: 0.9em;
	text-align: right;
	width: 100%;
	display: inline-block;
}
.svFVBg{
	padding-top: 50px;
	background: linear-gradient(to bottom, #fff 0%,#fdfdfe 62%,#c8ccd2 100%);
	overflow: hidden;
	box-shadow: 0px 3px 1px #ddd;
}
.svFV{
	margin: 0 auto;
	width: 1050px;
	position: relative;
	background: url(/images/item/sup/vc/pvc.png) no-repeat 300px 260px;
}
.svFV .tag1,.vc .tag1{
	margin: 0 auto;
	padding: 5px 0 3px;
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	width: 410px;
}
.svFV h2,.vc h2{
	padding-top: 22px;
	text-align: center;
	font-size: 35px;
	line-height: 1.2;
}
.svFV h2 .Tred,.vc h2 .Tred{
	font-size: 2.8em;
	letter-spacing: 5px;
}
.svFV h2 sup,.vc h2 sup{
	vertical-align: super;
}
.svFV .awo{
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
}
.svFV .qc{
	position: absolute;
	top: 62px;
	right: 160px;
}
.svFV .vc{
	margin: auto;
	padding-left: 60px;
	display: block;
	filter: drop-shadow(0px 0px 3px #eee)
}
.svFV .voi{
	display: flex;
	justify-content: space-between;
}
.svFV .voi li{
	padding: 130px 0 30px;
	width: 230px;
}
.svFV .voi dl{
	font-family:var(--Fyg),var(--Fip);
}
.svFV .voi dt{
	font-weight: bold;
}
.svFV dt,.svFV dd{
}
.svFV .voi dt{
	font-size: 1.5em;
	line-height: 1.4;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
}
.svFV .voi .sma{
	display: block;
	text-align: right;
}
.svFV .voi dd{
	padding-top: 0;
	padding-bottom: 0;
	line-height: 2;
	background: repeating-linear-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,0) 27px, #ccc 27px, #ccc 28px);
}

.iVc .Cta h3 {
	font-size: 39px;
	align-items: center;
}
.iVc .Cta {
	margin-top: 20px;
}
.iVc .buyTiS h3{
	font-size: 43px;
}

.thepoi{
	margin: 40px auto 0;
	padding: 10px 0 30px;
	background: rgba(255,255,255,0.9);
}
.thepoi h2{
	margin: 0 auto 10px;
	color: var(--ReD);
	font-size: 35px;
	letter-spacing: 1px;
	text-align: center;
	position:relative;
	width: 400px;
}
.thepoi h2:before, .thepoi h2:after{
	margin-top:6px;
	content:"";
	display:block;
	width:200px;
	height:4px;
	border-top:1px solid var(--ReD);
	border-bottom:1px solid var(--ReD);
	position:absolute;
	top:50%;
}
.thepoi h2:before{left:-174px;}
.thepoi h2:after{right:-174px;}

.thepoi h3{
	padding: 10px;
	font-size: 21px;
	line-height: 1.4;
}
.thepoi ul{
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width: 1050px;
}
.thepoi li{
	padding: 10px 0 20px;
	width: 313px;
	background-position: center right;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	box-shadow: 1px 1px 1px #ccc;
}
.thepoi li:after {
	position: absolute;
	content: "";
	box-shadow: 0 15px 10px rgba(0,0,0, .5); /* シャドウ */
	transform: rotate(3deg); /* 回転させる */
	right: 5px;
	left: auto;
	top: auto;
	bottom: 15px;
	z-index: -1;
	width: 50%;
	height: 20%;
}
.thepoi li:first-of-type{
	background-image: url(/images/item/sup/vc/poi1.jpg);
}
.thepoi li:nth-of-type(2){
	background-image: url(/images/item/sup/vc/poi2.jpg);
}
.thepoi li:last-of-type{
	background-image: url(/images/item/sup/vc/poi3.jpg);
}
.thepoi p{
	width: 180px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: justify;
}
.vc{
	margin: 3px auto;
	padding: 40px 0;
	width: 1000px;
}
.vc h2{
	margin-bottom: 40px;
	font-size: 50px;
	color: var(--ReD);
	letter-spacing: 1px;
}
.vc h3{
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
	text-align: center;
}
.vc h3:before {
	content: '';
	position: absolute;
	bottom: -6px;
	display: inline-block;
	width: 120px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--ReD);
	border-radius: 2px;
}
.vc .pun{
	margin: 40px auto;
	color: #666;
	text-align: center;
	position: relative;
	display: block;
	padding: 0 55px;
	width: 250px;
	filter: drop-shadow(1px 1px 1px #ddd);
}
.vc .box{
	width: 900px;
	margin: 0 auto;
}
.vc .box p{
	margin: 30px auto;
	font-size: 16px;
	width: 700px
}
.vc .box img{
	margin: 0 auto;
	width: 500px;
	display: block;
}
.vc .box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.vc .sbox2 ul{
	width: 790px;
	margin: 0 auto;
}
.vc .sbox2 li{
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	width: 360px;
	height: 360px;
}
.vc .sbox3 li{
	border-radius: 15px 3px;
	position: relative;
	overflow: hidden;
	height: 270px;
	width: 430px;
	box-shadow: 1px 1px 2px #ccc;
}
.vc .box li:first-of-type{
	margin-bottom: 50px;
}
.vc .box li img{
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto;
	width: 100%;
}
.vc .box li p{
	margin: 0;
	padding: 5px;
	font-family: var(--Fyg),var(--Fip);
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	background: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.vc .sbox2 li p{
	margin: auto;
	font-size: 28px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 3px;
	top: 0;
	right: 0;
	height: 72px;
}
.vc .sbox2 li span{
	font-size: 0.7em;
}
.vc .sbox3 li p{
	text-align: left;
	height: 57px;
}
.vc .kinou{
	width: 900px;
	margin: 20px auto 0;
}
.kinou h4 {
	position: relative;
	margin-bottom: 0.5em;
	font-family: var(--Fyg),var(--Fip);
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 0.1em;
	border-bottom: 3px solid #ddd;
}
.kinou h4:after {
	content: "";
	position: absolute;
	border-bottom: 3px solid var(--ReD);
	bottom: -3px;
	width: 152px;
	display: block;
}
.kinou div{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.kinou dl{
	margin-bottom: 30px;
	width: 280px;
	box-shadow: 1px 1px 3px #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.kinou dt{
	position: relative;
	padding: 21px 15px 0 33px;
	margin-bottom:5px;
	font-family: var(--Fyg),var(--Fip);
	color: var(--ReD);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -0.025em;
	height: 60px;
	border-bottom: 1px dashed #ccc;
	background: #fffff0;
}
.kinou dl:nth-of-type(5) dt{
	padding-top: 7px;
}
.kinou dl:last-of-type dt{
	letter-spacing: 0.1em;
}
.kinou dt:before,.kinou dt:after{
	content: "";
	position: absolute;
	border-radius: 50%;
}
.kinou dt:before{
	left: 7px;
	width: 18px;
	height: 18px;
	background: rgba(227,2,0,0.4);
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.kinou dt:after{
	top: 54%;
	left: 14px;
	width: 14px;
	height: 14px;
	background: rgba(227,2,0,0.2);
}
.kinou dt span{
	margin: auto;
	padding: 5px;
	font-family: "FOT-筑紫ゴシック Pr5 B";
	font-size: 0.7em;
	color: var(--ReD);
	text-align: center;
	letter-spacing: 0;
	border: 1px solid var(--ReD);
	height: 43px;
	width: 59px;
	position: absolute;
	top: 0;
	right: 7px;
	bottom: 0;
}
.kinou dl:first-of-type span{
	width: 70px;
}
.kinou dd{
	margin-bottom: 0.5em;
	padding: 5px 15px;
	font-size: 16px;
}
.kinou .cau{
	margin-top: -15px;
}
.sel li{
	margin: auto;
	width: 700px;
}
.sel li:first-of-type{
	padding-bottom: 50px;
}
.sel div{
	padding-bottom: 15px;
	display: flex;
	align-items: center;
}
.sel div img{
	padding-right: 15px;
	width: 150px;
}
.sel div p{
	font-size: 1.7em;
	font-weight: bold;
}
.iwrap .qa{
	margin: 0 auto;
	padding: 30px 0 50px 0;
	width: 960px;
	letter-spacing: 1px;
}
.qa dl{
	margin-bottom: 10px;
	font-family: var(--Fyg),var(--Fip);
	font-weight: bold;
	font-size: 27px;
}
.qa dt{
	padding-left: 25px;
}
.qa dd{
	padding-left: 26px;
	color: var(--ReD);
}
.qa p{
	margin: 15px auto;
	width: 680px;
	font-size: 16px;
}
.ispec .compo{
	margin: 0 auto 15px;
	display: flex;
	justify-content: space-between;
	width: 96%;
}
.compo dl{
	width:50%;
}
