@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Titillium+Web);

article, aside, section, nav, header, footer { display: block; }

* { 
	margin: 0; 
	padding: 0; 
	font-size: 100%;
}

*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img { border: 0; }

html, body {
	width: 100%;
}


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	background: url(images/backimg.png) #dad7db;
}

p {
	line-height: 1.9em;
}

/*============================
	ナビゲーション
============================*/

.navi-wrap {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0;
}

#globalnavi {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
 
nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	width: 8em;
	outline: none;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
	font-size: 1.35em;
}

nav a .come {
	white-space: nowrap;
	letter-spacing: -0.01em;
	font-size: 0.9em;
	padding: 1.3px 0;
}

nav a:hover,
nav a:focus {
	outline: none;
	color: #000;
}

/* Effect 9: second text and borders */

.cl-effect-9 a {
	margin: 0 10px;
	padding: 18px 0px;
}

.cl-effect-9 a::before,
.cl-effect-9 a::after,
.fixed a::before,
.fixed a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	content: '';
	opacity: 0.2;
	-webkit-transition: opacity 0.3s, height 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s;
	transition: opacity 0.3s, height 0.3s;
}

.cl-effect-9 a::after,
.fixed a::after {
	top: 100%;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-9 a span:first-child,
.fixed a span:first-child {
	z-index: 2;
	display: block;
	font-weight: 300;
}

.cl-effect-9 a span:last-child {
	z-index: 1;
	display: block;
	padding: 8px 0 0 0;
	color: rgba(0,0,0,0.4);
	text-shadow: none;
	text-transform: none;
	font-size: 0.75em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:focus::before,
.fixed a:hover::before,
.fixed a:focus::before  {
	height: 6px;
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:hover::after,
.cl-effect-9 a:focus::before,
.cl-effect-9 a:focus::after,
.fixed a:hover::before,
.fixed a:hover::after,
.fixed a:focus::before,
.fixed a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.cl-effect-9 a:hover span:last-child,
.cl-effect-9 a:focus span:last-child {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}

.fixed {
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
	min-height: 50px;
	box-shadow: 1px 0px 3px #666;
    z-index: 100;
	background: #f8f7f8;
}

.fixed a {
	min-width: 5em;
	margin: 0 20px;
	padding: 7px 0px 3px;
	font-size: 90%;
}

.fixed a span:last-child {
	display: block;
	font-size: 0;
	visibility: hidden;
}

/*============================
	コンテナ
============================*/

.container {
	width: 1024px; min-height: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

#top-img {
	position: relative;
	width: 1024px;
	height: 920px;
	margin: 0 auto;
	background: url(images/topimg.jpg) no-repeat top left;
}	

#top-img .top-img-link {
	position: absolute;
	top: 20px;
	right: 33px;
}

#top-img .top-img-link a:not(.twitter-share-button) {
	padding: 3px 10px;
	color: #fff;
	text-decoration: none;
	background-color: rgba(196,144,191,0.9);
	border: 1px solid #fff;
	border-radius: 5px;	
	transition: 0.3s;
}

#top-img .top-img-link a:hover {
	color: #fff;
	background-color: rgba(255,106,159,0.9);
	border: 1px solid #fff;
	transition: 1s;
}

/*============================
	コンテンツ
============================*/

.sec-title {
	width: 721px;
	height: 110px;
	margin: 30px auto 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#product .sec-title { background: url(images/sec-title-product.png) center center no-repeat;}
#omake .sec-title { background: url(images/sec-title-omake.png) center center no-repeat; }
#compact .sec-title { background: url(images/sec-title-compact.png) center center no-repeat; }
#goods .sec-title { background: url(images/sec-title-goods.png) center center no-repeat; }

.mds:before {
	content: '';
	position: absolute;
	top: 50%; left: 0; 
	z-index: -1;
	width: 100%; height: 1px;
	border-top: 1px solid #000;
	height: 10px;
} 

.mds {
	position: relative;
	z-index: 1;		
	width: auto;
	padding: 20px;
	color: #000;
	font-size: 150%;
	font-weight: normal;
	text-align: left;
}

.mds span {
	width: auto;
	padding: 0 10px;
	background: #f8f7f8;
}

/*** 更新履歴 *******************************************/

#news div {
	width: 700px;
	height: 8em;
	margin: 0 auto;
	padding: 5px 15px;
	line-height: 2.5em;
	white-space: pre;
	white-space: pre-line;
	overflow: auto;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

#news div time {
	margin-right: 0.5em;
	padding: 2px 3px;
	color: #fff;
	background-color: #e379dd;
}

p.txtimg {
	display: inline-block;
}
p.txtimg img {
	vertical-align: middle;
}

/*** デモムービー ****************************************/
#demomovie div {
	width: 700px;
	margin: 0 auto;
}

#demomovie div video {
	width: 700px;
	border: 1px solid #000;
}

/*** 製品情報 *******************************************/

#product p {
	width: 700px;
	margin: 0 auto;
	white-space: pre;
	white-space: pre-line;
	font-size: 120%;
}

#product p img {
	margin: 20px 0;
}

#product .pro-list {
	width: 348px; height: 52px;
	margin: 50px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/pro-list.png) center center no-repeat;
}

#product .pro-list-link {
	width: 700px;
	margin: 0 auto;
}

/*	おまけ
-------------------------------*/

#omake {
	background: url(images/omake-cd.png) no-repeat 120px 180px;
}

#omake .txt {
	position: relative;
	left: 470px;
	width: 410px;
	margin-bottom: 60px;
}

#omake .txt p {
	margin: 10px 0 20px;
	white-space: pre;
	white-space: pre-line;
	font-size: 120%;
}

/*	NTR彼女ピックアップ
-------------------------------*/

.ntrPickup .ntrBox {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 450px 0 80px 0;
	border: 3px solid #000;
	background: url(images/pro-ntr-bg.jpg) top center no-repeat #4b2f4a;
}

.ntrBox h1 { /*NTR特集のh1のテキスト処理*/
	width: 800px;
	margin: 50px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: top left;
}

.ntrPoint1 h1 {
	height: 207px;
	background: url(images/pro-ntr-h01.png) no-repeat;
}

.ntrPackage {
	width: 783px;
	margin: 0 auto;
}

.ntrPackageImg {
	width: 330px;
	float: left;
	text-align: center;
}

.ntrPackageTxt {
	float: right;
}

.ntrPoint2 h1 {
	height: 198px;
	background: url(images/pro-ntr-h02.png) no-repeat;
}

.ntrPoint2 div {
	width: 776px;
	margin: 0 auto;
}

.ntrPoint3 h1 {
	height: 205px;
	background: url(images/pro-ntr-h03.png) no-repeat;
}

.ntrPoint3 div {
	width: 640px;
	margin: 0 auto;
}

.ntrPoint3 div video {
	width: 640px;
	height: 480px;
	margin-bottom: 20px;
}

.ntrPoint4 h1 {
	height: 166px;
	background: url(images/pro-ntr-h04.png) no-repeat;
}

.ntrPoint4 div {
	width: 772px;
	margin: 0 auto;
}

/*** スペック *******************************************/

#spec table, #spec p {
	width: 800px;
	margin: 30px auto;
}

#spec table {
	border-spacing: 10px 20px;
}

#spec th {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	border-left: 7px solid #c490bf;
}

#spec tr:nth-child(-n+11) th {
	border-left: 7px solid #c490bf;
}

#spec tr:nth-child(n+12) th {
	border-left: 7px solid #e9bb5b;
}

/*** 店舗特典 ******************************/


#shopbonus > p {
	width: 700px;
	margin: 20px auto;
	font-size: 90%;
	line-height: 1.5em;
}

.shopbonusBox {
	width: 700px;
	margin: 20px auto;
}
.shopbonusBox:after {
	display: block;
	clear: both;
	content: "";
}
.shopbonusImg {
	float: left;
	width: 300px;
}

.shopbonusSpec {
	float: left;
	width: 400px;
	padding: 10px 30px;
}

.shopbonusSpec p:before {
	content: "ITEM :";
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1;
}
.shopbonusSpec p {
	margin: 30px 0;
	padding: 20px 0;
	font-size: 180%;
	text-align: center;
	line-height: 1.5em;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.shopbonusSpec a.cs-order {
	display: block;
	margin: 20px 0;
	text-align: right;
}

.shopName {
	padding: 5px 10px;
	font-size: 150%;
	font-weight: bold;
	background: #ffe27e;
}
.shopName a {
	color: #fff;
	text-shadow:
        0 1px 0 #000,
        1px 0 0 #000,
        0 -1px 0 #000,
        -1px 0 0 #000,
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000
	;	
}

.itemChara {
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	background: #fff;
}

/*** コンパクトエディション ******************************/

#compact > p {
	width: 700px;
	margin: 0 auto;
	white-space: pre;
	white-space: pre-line;
	font-size: 120%;
}

#compact > p > img {
	margin: 30px 0;
}

#compact .com-order {
//	display: flex;
//	justify-content: center;
	width: 750px;
	margin: 0 auto;
}

#compact .com-order > div {
	width: 250px;
	text-align: center;
	float: left;
}

#compact .com-order div > p {
	margin-top: 10px;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
}

#compact .com-order div > p.cs-price {
	font-size: 80%;
	font-weight: normal;
}

#compact .com-order div > a {
	display: block;
	margin-top: 10px;
}

a.cs-order::after {
	content: url(images/share.png);
	position: relative;
	left: 2px;
	margin-right: 5px;
}

a.cs-order:hover::after{
	content: url(images/share_on.png);
}

#compact .com-cs-price::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
	
}
#compact .com-cs-price {
	position: relative;
	width: 750px;
	margin: 20px auto;
	padding: 15px 30px;
	text-align: left;
	border-radius: 10px;
	background: #fff;
}
#compact .com-cs-price p {
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
}
#compact .com-cs-price img {
	display: inline-block;
	vertical-align: middle;
}



/*** グッズ *******************************************/

#goods {
	background: url(images/goods-img-size.png) no-repeat 480px 480px;
	padding-bottom: 100px;
}

#goods .txt {
	width: 717px; height: 121px;
	margin: 0 auto;
}

#goods .goods-txt {
	position: relative;
	left: 180px;
	width: 500px;
	white-space: pre;
	white-space: pre-line;
	font-size: 120%;
}

#goods .goods-txt img {
	margin: 20px 0;
}

#goods .sample {
	position: relative;
	top: 10px;
	left: 150px;
	width: 400px;
	height: 541px;
	text-align: center;
}

#goods .goods-cs-price::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

#goods .goods-cs-price {
	position: relative;
	width: 750px;
	margin: 80px auto 20px;
	padding: 15px 30px;
	text-align: left;
	border-radius: 10px;
	background: #fff;
}
#goods .goods-cs-price p {
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
}
#goods .goods-cs-price img {
	display: inline-block;
	vertical-align: middle;
}


/*** 認証解除パッチ *******************************************/

#patch {
	padding-bottom: 500px;
}

#patch > div {
	width: 700px;
	margin: 0 auto;
//	border: 1px solid red;
}

/*============================
	スタイル
============================*/

a {
	color: #F39;
	text-decoration: none;
}

a:hover { color: #FCC; }

#contents a img:not(.roll), #top-img a img, .masterup a img {
	-webkit-transition: 0.5s;
	-moz--transition: 0.5s;
	-o--transition: 0.5s;
	transition: 0.5s;
}
#contents a:hover img:not(.roll), #top-img a:hover img, .masterup a:hover img {
	opacity: 0.7;
	-webkit-transition: 0.5s;
	-moz--transition: 0.5s;
	-o--transition: 0.5s;
	transition: 0.5s;
}

.mp-50 {
	margin-top: 50px;
	padding-top: -50px;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

hr.line {
	width: 1024px; height: 32px;
	margin: 30px 0;
	background: url(images/line.png) no-repeat top left;
	border: none;
}

hr.dot {
	width: 931px; height: 1px;
	margin: 30px auto;
	text-align: center;
	border: none;
	border-top: 1px dotted #000;
}

.purple {
	padding: 5px 7px;
	color: #fff; 
	line-height: 2.5em;
	font-size: 110%;
	background-color: #e94482; 
}

.pink {
	color: #e94482;
	font-weight: bold;
}


/*============================
	フッター
============================*/

#footer {
	position: absolute;
	bottom: 0;
	width: 1024px;
	margin-bottom: 0;
	color: #fff;
	background-color: #000;
}

.foo-title {
	padding: 20px;
}

.foo-title .logo {
	width: 119px; height: 50px;
	float: left;
}

.foo-title .title {
	margin: 3px 0 0 20px;
	float: left;
	font-size: 150%;
	line-height: 1em;
}

.infomation {
	margin: 20px;
}

.infomation .info-left {
	float: left;
	margin-left: 50px;
	line-height: 2em;
}

.info-left a {
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	padding-left: 10px;
	border-left: 5px solid #ff8df8;
}

.infomation .info-right {
	float: right;
	width: 420px;
	margin: 0 50px;
	padding: 10px 20px;
	line-height: 1.8em;
	background-color: #353035;
	border-radius: 5px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

#footer .copyright { 
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #ffffff;
	background: #775975;
	text-align: center;
	letter-spacing: 0.1em;
}

#footer .copyright a { 
	text-decoration: none; 
	color: #ef83c7;
}

#footer .copyright a:hover { 
	color: #c45b9d; 
}
