@charset "shift_jis";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +base & parts   */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* --- base --- */
#landing{overflow: hidden;color: #333;font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;font-size: 22px;text-align: left;}
#landing *{box-sizing: border-box;}
.flexbox{display: -webkit-box;display: flex;flex-wrap: wrap;-webkit-box-pack: justify;justify-content: space-between;}
.note{font-size: .74em;text-align: right;}

/* --- リンク画像の透過--- */
a:hover{opacity: .65;-webkit-opacity: .65;-moz-opacity: .65;}
a{-webkit-transition: opacity .2s ease-out;-moz-transition: opacity .2s ease-out;-ms-transition: opacity .2s ease-out;transition: opacity .2s ease-out;}

/* --- parts --- */
mark{background-color: #fff782;}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*======================
 fv
======================*/
.fv{
	padding: 100px 0 50px;
	background: url(/item/slimepunch-cp-d/pc/img/fv_bg01.png) no-repeat center top,-webkit-linear-gradient(left,#666565 25%,#ededed 75%);
	background: url(/item/slimepunch-cp-d/pc/img/fv_bg01.png) no-repeat center top,linear-gradient(to right,#666565 25%,#ededed 75%);
}
.fv .flexbox{
	-webkit-box-align: end;
	align-items: flex-end;
	width: 540px;
	margin-left: 25px;
}

/*======================
 ofr
======================*/
.ofr{
	margin: 50px 0;
	padding: 50px;
	border: 6px #197acf solid;
	border-radius: 5px;
}
.ofr .flexbox{
	-webkit-box-pack: center;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
}
.ofr .textArea{
	margin: 10px 0 0 30px;
}
.ofr .textArea .price{
	margin-top: 25px;
}
.ofr .emphasis{
	margin-right: 20px;
	font-weight: bold;
	font-size: 55px;
}
.ofr .note{
	font-size: 22px;
}
.ofr .flexbox+.flexbox{
	margin: 30px 0;
}
.ofr .flexbox+.flexbox p:last-of-type{
	margin-left: 20px
}

/* --- オファー内の購入ボタン調整 --- */
.cp_ofr_btn a{
	padding: 18px;
	font-size: 28px;
}

/*======================
 movie
======================*/
.movie{
	padding: 50px 250px;
	background: url(../img/slimepunch_bg01.png) no-repeat left top,url(../img/slimepunch_bg02.png) no-repeat right bottom;
	background-color: #e8f6ff;
}
.movie h2{
	text-align: center;
}
.movie .cm_movie_box{
	margin-top: 25px;
}
.movie .cm_movie_box,.movie iframe{
	height: 480px;
}

/*======================
 negative
======================*/
.negative{
	position: relative;
	height: 703px;
	overflow: hidden;
	background: #ab9c8a url(../img/slimepunch_bg03.png) repeat-y center top;
}
.negative [class^="p"]{
	position: absolute;
}
.negative [class^="p"] img{
	position: relative;
	z-index: 1;
}
.negative [class^="p"]::before{
	display: inline-block;
	position: absolute;
	content: "";
}
.negative .p01{
	right: -10px;
	top: 80px;
}
.negative .p01::before{
	left: -290px;
	top: -121px;
	width: 528px;
	height: 347px;
	background: url(../img/negative_img01.png) no-repeat;
}
.negative .p02{
	left: -30px;
	top: 250px;
}
.negative .p02::before{
	left: 0;
	top: -444px;
	width: 653px;
	height: 696px;
	background: url(../img/negative_img02.png) no-repeat;
}
.negative .p03{
	right: 20px;
	bottom: 270px;
}
.negative .p03::before{
	left: -50px;
	top: -235px;
	width: 511px;
	height: 510px;
	background: url(../img/negative_img03.png) no-repeat;
}
.negative .p04{
	left: 240px;
	bottom: 80px;
}
.negative .p04::before{
	left: -510px;
	top: -300px;
	width: 1005px;
	height: 539px;
	background: url(../img/negative_img04.png) no-repeat;
}

/*======================
 positive
======================*/
.positive .group01{
	padding: 50px 0 90px;
	background: url(../img/positive_bg01.png) no-repeat center top,-webkit-linear-gradient(left,#f5f5f5 25%,#d4d8d9 75%);
	background: url(../img/positive_bg01.png) no-repeat center top,linear-gradient(to right,#f5f5f5 25%,#d4d8d9 75%);
}
.positive .group01 p{
	margin-right: 65px;
	text-align: right;
}
.positive .group02{
	background: #e8f6ff url(../img/slimepunch_bg04.png) repeat-y center top;
	text-align: center;
}
.positive .group02 .img{
	margin-top: -65px;
}

/*======================
 point
======================*/
.point{
	position: relative;
	padding: 40px 0 50px;
	background: #e8f6ff url(../img/slimepunch_bg05.png) repeat center top;
}
.point::before{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	content: '';
	background-color: #fff;
}
.point h2{
	position: relative;
	z-index: 1;
	width: calc(100% + 200px);
	margin: 0 -100px;
}
.point [class^="group"] h3{
	margin: 50px 0 25px;
	text-align: center;
}
/* --- 特徴1 --- */
.point .group01 .flexbox{
	-webkit-box-pack: center;
	justify-content: center;
}
.point .group01 .flexbox p:nth-of-type(odd):not(:last-of-type){
	margin-right: 10px;
}
.point .group01 .flexbox p:nth-of-type(n+3){
	margin-top: 10px;
}
/* --- 特徴2 --- */
.point .group02 .emphasis{
	margin-top: -100px;
	padding: 200px 0 22px;
	background: url(../img/point_bg01.png) no-repeat center top;
	text-align: center;
}
.point .group02 .inner{
	margin: 0 25px;
	padding-top: 25px;
	background: #fff url(../img/point_bg02.png) no-repeat center top;
}
.point .group02 .flexbox{
	-webkit-box-pack: center;
	justify-content: center;
}
.point .group02 .flexbox:first-of-type{
	margin-top: 25px;
}
.point .group02 .flexbox:first-of-type>*:not(:first-child){
	align-self:center;
	margin-left: 25px;
}
.point .group02 .flexbox:last-of-type{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	margin-top: 25px;
}
.point .group02 .flexbox:last-of-type>p{
	align-self:center;
	margin: 0 40px 0 60px;
	text-align: right;
	font-size: 36px;
}
.point .group02 .flexbox:last-of-type mark{
	color: #197acf;
}
/* --- 特徴3 --- */
.point .group03 [class^="list"]{
	margin: 0 25px;
	padding: 50px 90px;
	background-color: #fff;
	text-align: center;
}
.point .group03 [class^="list"] h4+*{
	margin-top: 25px;
}
.point .group03 .list01 .inner:first-of-type{
	position: relative;
	height: 464px;
	margin-top: 25px;
	background: url(../img/point_bg03.jpg) no-repeat center top;
}
.point .group03 .list01 .inner:first-of-type [class^="p"]{
	position: absolute;
}
.point .group03 .list01 .inner:first-of-type [class^="p"] img{
	position: relative;
	z-index: 1;
}
.point .group03 .list01 .inner:first-of-type [class^="p"]::before{
	display: inline-block;
	position: absolute;
	content: "";
}
.point .group03 .list01 .inner:first-of-type .p01{
	right: -50px;
	top: 5px;
}
.point .group03 .list01 .inner:first-of-type .p01::before{
	right: 85px;
	top: 14px;
	width: 382px;
	height: 201px;
	background: url(../img/point_img09.png) no-repeat;
}
.point .group03 .list01 .inner:first-of-type .p02{
	left: 235px;
	bottom: 20px;
}
.point .group03 .list01 .inner:first-of-type .p02::before{
	left: 170px;
	bottom: -10px;
	width: 388px;
	height: 201px;
	background: url(../img/point_img10.png) no-repeat;
}
.point .group03 .list01 .inner:nth-of-type(2){
	height: 464px;
	background: url(../img/point_bg04.png) no-repeat center top,url(../img/point_bg05.jpg) no-repeat center bottom;
}
.point .group03 .list01 .inner:nth-of-type(2) .p01{
	position: relative;
	z-index: 1;
	margin-top: -25px;
}
.point .group03 .list01 .inner:nth-of-type(2) .p02{
	margin-top: 95px;
}
.point .group03 .list01 .inner:last-of-type{
	height: 464px;
	padding-top: 50px;
	background: url(../img/point_bg06.jpg) no-repeat center top;
}
.point .group03 .list01 .inner:last-of-type .p01{
	margin: -191px 0 15px;
}
.point .group03 .list01 .inner:last-of-type .note{
	margin: 50px 25px 0 0;
}
.point .group03 .list02{
	background: url(../img/slimepunch_bg01.png) no-repeat left top,url(../img/slimepunch_bg02.png) no-repeat right bottom;
	background-color: #fff;
}
.point .group03 .list02 .txt{
	width: 220px;
	margin-left: 530px;
	text-align: left;
}
.point .group03 .list02 .txt p+p{
	margin-top: 25px;
}
.point .group03 .list02 .img{
	margin: -175px 0 0 -55px;
}
.point .group03 .list03 .note {
	margin-top: 20px;
}
.point .group03 .list03 .inner{
	background: url(../img/point_bg07.jpg) no-repeat center top;
}
.point .group03 .list03 .inner p:first-of-type{
	padding-top: 210px;
}
.point .group03 .list03 .inner p:last-of-type{
	padding: 241px 0 25px;
}

/*======================
 recommend
======================*/
.recommend{
	padding: 25px;
	background: url(../img/slimepunch_bg01.png) no-repeat left top,url(../img/slimepunch_bg02.png) no-repeat right bottom;
	background-color: #e8f6ff;
}
.recommend .inner{
	border: 4px #fff solid;
	border-bottom: none;
}
.recommend .flexbox>*{
	align-self:center;
}
.recommend .flexbox:first-of-type{
	margin: 50px 25px -25px 40px;
}
.recommend .flexbox:first-of-type p{
	margin: -50px 0 0 -116px;
}
.recommend .note{
	margin-right: 25px;
}
.recommend .flexbox:last-of-type{
	margin: 25px -4px 0;
	padding-right: 55px;
	background-color: #fff;
}

/*======================
 use
======================*/
.use{
	text-align: center;
}
.use h2{
	padding: 50px 0;
	background-color: #197acf;
}
.use .txt{
	position: relative;
	z-index: 1;
	padding: 20px;
	background-color: rgba(255,255,255,0.50);
}
.use .note{
	display: inline-block;
	text-align: left;
}
.use .group01{
	margin-top: -92px;
	padding-top: 92px;
	background: #f7f7f7 url(../img/use_bg01.png) no-repeat center bottom;
}
.use .group02{
	background: #f7f7f7 url(../img/use_bg02.png) no-repeat center top;
}

/*======================
 bluemagic
======================*/
.bluemagic{
	margin-top: 50px;
}

/*======================
 spec
======================*/
.spec h2{
	padding: 12px 20px;
	background: #197acf url(../img/slimepunch_bg06.jpg) repeat left top;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.spec table{
	width: 100%;
	font-size: 16px;
}
.spec tr{
	border-left: 1px #197acf solid;
	border-right: 1px #197acf solid;
}
.spec tr:not(:first-child){
	border-top: 1px #197acf dotted;
}
.spec .note+.emphasis{
	border-top: 1px #197acf solid;
}
.spec th,.spec td{
	padding: 2px 25px;
}
.spec th{
	width: 19.3%;
	background-color: #e8f6ff;
}
.spec .note{
	border: none;
	border-top: 1px #197acf solid !important;
	text-align: left;
}
.spec .note ul{
	margin: 25px 0 50px;
	color: #9e3230;
	font-size: 16px;
}