﻿@charset "utf-8";

/*////////////////////////////////////////////////////////////////////////////////////////*/
/* 各スクロール */

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "メイリオ" ;

}

/* 全体 */
.box_back{
	margin-top:0%;
	background-color: #000000;
	background-attachment:fixed;
	overflow: hidden;
	background-size: auto auto;
	background:url(../img/bg.jpg) repeat #ffffff;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.box_all{
	margin-top:0%;
	margin-right:auto;
	margin-left:auto;
	background:url(../img/bg0.jpg) no-repeat;
	background-size: min(2000px,100%) auto;
	background-attachment:fixed;
	background-color: #ffffff;
	background-position:center top;
	overflow: hidden;
	max-width:2000px;
}

@media screen and (max-width: 1920px) {
.box_all{
	background-size: min(1000px,100%) auto;
	max-width:1000px;
}
}




/* 動画 */
.bgmove{
	background: #E9E3D3;
}

/* メインビジュアル */
.box_main{
	background-size: 100% auto;
}

.box_main_info{
	background-size: 100% auto;
		
}


/* 重要なお知らせ */
.box_info{
	background-size: 100% auto;
	background:rgba(67,166,231,0.0);
}


/* PV */
.box_pv{
	background: url(../img/bg_charatop.jpg) no-repeat top center;
	background-size: 100% auto;
	z-index:50;
	margin-top: 0%;
	position: relative;
}


/* 作品概要 */
.box_concept01{
	background: url(../img/bg_main.jpg) no-repeat top center;
	background-size: 100% auto;
	z-index:10;
}

/* 作品紹介 */
.box_workintro{
	background-size: 100% auto;
	z-index:20;
	margin-top: 0%;
}


/* あらすじ */
.box_story01{
	background: url(../img/bg_main.jpg) no-repeat top center;
	background-size: 100% auto;
	z-index:10;
}


/* 舞台紹介 */
.box_stage{
	background-size: 100% auto;
	z-index:10;
	position: relative;
	background:url(../img/stage01-01.jpg) no-repeat top center rgba(240,227,219,1.0);
	background-size:80%;

}


/* キャラクター */
.box_charactertop{
	background: url(../img/bg_main.jpg) no-repeat top center;
	background-size: 100% auto;
	z-index:10;
}

.box_character{
	background: url(../img/bg_main.jpg) repeat-y top center;
	background-size: 100% auto;
	z-index:10;
}

/* ギャラリー */
.box_gallery{
	background: url(../img/bg_main.jpg) no-repeat top center;
	background-size: 100% auto;
	z-index:10;
}


/* スペシャル */
.box_special{
	background: url(../img/bg_main.jpg) no-repeat top center;
	background-size: 100% auto;
	z-index:10;
}




/* 商品情報 */
.box_product{
	background: url(../img/bg_main.jpg) no-repeat top center;
	background-size: 100% auto;
	z-index:10;
}


/* リンク */
.box_link{
	z-index:50;
	position: relative;
}





/* ショップ特典 */
.box_shop{
	background-size: 100% auto;
	z-index:10;
	position: relative;
}

/* 体験版 */
.box_trial{
	background-size: 100% auto;
	background:rgba(240,227,219,1.0);
	margin-top: 0%;
	position: relative;
}


/* オフィシャル通販 */
.box_official{
	margin-top:-8%;
	background:url(../img/bg_index.jpg) no-repeat;
	background-size: 100% auto;
	background-attachment:fixed;
	overflow: hidden;
}


/* グッズ */
.box_goods{
	background-size: 100% auto;
}


/* 抱き枕 */
.box_pillow{
	background-size: 100% auto;
}

/* タペストリー */
.box_tapestry{
	background-size: 100% auto;
}



/* 抱っこ枕 */
.box_dakko{
	background-size: 100% auto;
}


/* Webアンケート */
.box_webq{
	background: url(../img/bg_special.png);
	background-repeat: repeat;
	z-index:50;
	margin-top: 0%;
	position: relative;
}

/* 前作紹介 */
.box_slowlife{
	background-size: 100% auto;
}



/*////////////////////////////////////////////////////////////////////////////////////////*/
/* ボタン反応 */


/* Float メニュー */
.float_menu {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float_menu:hover {
  transform: translateY(-20%);
}


/* Float メニュー */
.float_chara {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  cursor: pointer;
}
.float_chara:hover {
  transform: translateY(-10%);
}

/* Float 横 右 */
.float_right {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float_right:hover {
  transform: translateX(15%);
}

/* Float 横 左 */
.float_left {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float_left:hover {
  transform: translateX(-15%);
}


/* Float スペシャル */
.float_sp {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float_sp:hover {
  transform: translateY(-10%);
}


/* Scale キャラ */
.scale_chara {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
    z-index:0;
}
.scale_chara:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
    z-index:100;
}

/* Scale パッケージ */
.scale_pak {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.scale_pak:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}


/*////////////////////////////////////////////////////////////////////////////////////////*/
/* メインへ戻る */

.back_main {
	width:100%;
	height:100%;
    text-align: center;
	padding-bottom:3%;
	background-size: 100% auto;
	z-index:50;
}

.mainback {
/*	box-shadow: 3px 4px #000000;*/
/*    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.2);*/
	filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.3));
}

/*////////////////////////////////////////////////////////////////////////////////////////*/
/* ＴＯＰ動画 */

#bg-video video {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	object-fit:cover;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/
/* メインビジュアル */

.main{
	width:100%;
	height:75%;
	margin-right:auto;
	margin-left:auto;
	background-size: 100% auto;
	padding-top:0%;
	z-index:0;
}


.main_logo {
	margin-top:-126%;
	margin-right:auto;
	margin-left:44%;
	z-index:10;
}

.main_text {
	margin-top:-102%;
	margin-right:auto;
	margin-left:59%;
	z-index:10;
}
}


#top{
	margin-top:0%;
}

.main_info{
	width:65%;
	height:100%;
	margin-top:0%;
	padding-bottom:3%;
	background: url(../img/bg_main_info.png) no-repeat top center;
	background-size: 100% auto;
	z-index:50;
}

.main_info_area{
	text-align: center;
	width:90%;
	margin-top:0%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(255,0,0,0.0);
	z-index:100;
}

#top video {
	width:100%;
	height:100%;
	margin-top:-14%;
	left:0;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/



.tuhan {
	margin-top:-120%;
	margin-right:auto;
	margin-left:75%;
}


/*////////////////////////////////////////////////////////////////////////////////////////*/

.cont_line_up{
	width:100vw;
	height:6vh;
	rgba(255,255,255,0.0);
	z-index:10000;
}

.cont_line_down{
	width:100vw;
	height:6vh;
	rgba(255,255,255,0.0);
	z-index:10000;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/
/* 重要なお知らせ */

.infoall{
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center;
	padding-top:3%;
	padding-bottom:2%;
}

.info{
	width:80%;
	height:100%;
	margin:0 auto;
	background-size: 100% auto;
	text-align:center;
	padding-top:2%;
	padding-bottom:2%;
}


/* メインスライダー */
#info_slide{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(0,255,255,0.0);
}



/*////////////////////////////////////////////////////////////////////////////////////////*/
/* 更新履歴 */

#news_area{
	width:100%;
	height:100%;
	background:rgba(67,166,231,0.0);
	
}


.news_area{
	width:100%;
	height:auto;
	margin-right:auto;
	margin-left:auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;        /*中央揃え*/
	padding-bottom:3%;
	
}


/*////////////////////////////////////////////////////////////////////////////////////////*/

/* 更新情報内容 */


.news{
	width:100%;
	height:auto;
	margin-top:0px;
	margin-right:0%;
	margin-left:auto;
	text-align:center;
	padding-top:3%;
	padding-bottom:3%;
	background:rgba(255,0,0,0.0);
	
}

.news_contents{
	border: 2px solid #FFFFFF;
    border-radius: 0px;
	font-size: 0.8vw;
	width:48vw;
	height:40vh;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding:1.0%;
	background:rgba(255,0,0,0.0);

}

.scrollarea{
text-align:left;
width:45vw;
background:rgba(0,0,0,1.0);
margin-top:2%;
margin-left: auto;
margin-right: auto;
overflow:auto;
}

.scrollarea li{
margin-bottom:0.8%;
padding-bottom:0.8%;
padding-left:0.8%;
border-bottom:solid 1px rgba(255,255,255,1.0);
}

.scrollarea li h8,
.scrollarea li p{
display:inline-block;
vertical-align:top;
}

.scrollarea li h8{
margin-right:1%;
color:#FFFFFF;
}

.news_contents .scrollarea li h6{
margin-right:2%;
color:#FFF;
font-size:1.3vmin;
}


.scrollarea::-webkit-scrollbar {

  width: 7px;

}

.scrollarea::-webkit-scrollbar-thumb {

  background: linear-gradient(0deg,#FFFFFF,#999999);

  border-radius: 3px;

}

.scrollarea::-webkit-scrollbar-track {

  background: rgba(90,90,90, .7);

}

/*////////////////////////////////////////////////////////////////////////////////////////*/
/* 雑誌掲載情報 */

.magazine{
	width:100%;
	height:auto;
	margin-top:0px;
	margin-right:0%;
	margin-left:auto;
	text-align:center;
	padding-top:3%;
	padding-bottom:3%;
	background:rgba(0,255,0,0.0);
	
}

.magazine_contents{
	border: 2px solid #605856;
    border-radius: 0px;
	font-size:1.5vmin;
	width:48vw;
	height:20vh;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding:1.0%;
	background:rgba(255,0,0,0.0);

}


.magazine_contents .scrollarea li h6{
margin-right:2%;
color:#FFF;
font-size:1.5vmin;
}


/*////////////////////////////////////////////////////////////////////////////////////////*/
/* pv */

.pv{
	width:68%;
	height:100%;
	margin:0 auto;
	background-size: 100% auto;
	text-align:center;
	padding-top:5%;
	padding-bottom:10%;
	position:relative;

}

#demomove{
	border: #FFFFFF solid 5px;
	background:rgba(255,255,255,1.0);
}


/*////////////////////////////////////////////////////////////////////////////////////////*/
/* コンセプトスライド */

.concept01{
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center;
	padding-top:3%;
	padding-bottom:2%;
}

.con01{
	height:100%;
	width:100%;
	margin:0 auto;
	background-size: 100% auto;
	text-align:center;
	padding-top:2%;
	padding-bottom:2%;
	position:relative;
	z-index:10;
}


/* メインスライダー */
#con_slide{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(0,255,255,0.0);
}


.con01-002 {
	margin-top:-45%;
	margin-right:auto;
	margin-left:auto;
	position: absolute;
	z-index:1000;
}

.con01-002-01 {
	margin-top:0%;
}
.con01-002-02 {
	margin-top:2%;
}

.con01-002-03 {
	margin-top:15%;
	margin-right:60%;
	margin-left:auto;
	z-index:100000;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/
/* 間の画像 */

.img.b {
	background: url("../img/while01.jpg") no-repeat center center / cover fixed;
    width: 100% ;
    height: 40vh ;
}

.img.c {
	background: url("../img/while02.jpg") no-repeat center center / cover fixed;
    width: 100% ;
    height: 40vh ;
}

.img.d {
	background: url("../img/while03.jpg") no-repeat center center / cover fixed;
    width: 100% ;
    height: 40vh ;
}

.img.e {
	background: url("../img/while04.jpg") no-repeat center center / cover fixed;
    width: 100% ;
    height: 40vh ;
}

.img.f {
	background: url("../img/while05.jpg") no-repeat center center / cover fixed;
    width: 100% ;
    height: 40vh ;
}


/*////////////////////////////////////////////////////////////////////////////////////////*/
/* 作品概要 */

.cont_title{
	width:100%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding-top:5%;
	padding-bottom:0%;
	z-index:10000;
}

.concept02{
	width:100%;
	height:auto;
	background: url(../img/concept02.png) no-repeat top center;
	background-size:cover;
	margin:0 auto;
	text-align:center;
	padding-top:0%;
	padding-bottom:0%;
	position:relative;
}


.con01-01 {
	margin-top:18%;
	margin-right:100%;
	margin-left:0%;
}

.con01-02 {
	margin-top:13%;
	margin-right:98%;
	margin-left:2%;
}

.con01-03 {
	margin-top:15%;
	margin-right:auto;
	margin-left:36%;
}

.con01-04 {
	margin-top:18%;
	margin-right:98%;
	margin-left:2%;
}

.con01-05 {
	margin-top:8%;
	margin-right:98%;
	margin-left:2%;
	padding-bottom:5%;
}





/*////////////////////////////////////////////////////////////////////////////////////////*/
/* あらすじ01 */

.story{
	width:100%;
	height:100%;
	background: url(../img/story01.png) no-repeat top center;
	background-size:cover;
	margin:0 auto;
	text-align:center;
	padding-top:0%;
	padding-bottom:0%;
	position:relative;
}



.str01-01 {
	margin-top:28%;
	margin-right:0%;
	margin-left:40%;
}

.str01-02 {
	margin-top:0%;
	margin-right:0%;
	margin-left:36%;
}

.str01-03 {
	margin-top:15%;
	margin-right:98%;
	margin-left:2%;
}

.str01-04 {
	margin-top:0%;
	margin-right:98%;
	margin-left:2%;
	padding-bottom:15%;
}



/*////////////////////////////////////////////////////////////////////////////////////////*/
/* 舞台紹介 */

.stage{
	margin:0 auto;
	width:80%;
	height:100%;
	margin:0 auto;
	text-align:center;
	padding-top:5%;
	padding-bottom:5%;
}


/* メインスライダー */
#main_slide_stage{
	width:100%;
	padding-top:15%;
	padding-bottom:0%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(0,255,255,0.5);
}

.stage li{
    border: solid 5px #FFFFFF;
}



/*////////////////////////////////////////////////////////////////////////////////////////*/
/* キャラクター紹介 */

.character{
	width:100%;
	height:100%;
	margin-top:0%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	padding-top:0%;
	padding-bottom:1%;
}


/* メインスライダー */
#main_slide_chara{
	width:100%;
	height:100%;
	margin-top:0%;
	padding-top:0%;
	padding-bottom:0%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(0,255,255,0.5);
	z-index:10;
}

/* サムネイル */
#chara_slide{
	width:85%;
	padding-top:0%;
	padding-bottom:0%;
	margin-top:0%;
	margin-bottom:0%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(0,255,255,0.5);
	z-index:1000;
}



/* ------------キャラセレクト------------ */

.select_area{
	position: relative;
	width:10%;
	margin-top:-111%;
	margin-bottom:0%;
	margin-right:auto;
	margin-left:2%;
	text-align:center;
	z-index:300;
}

.change_area{
	display: flex;
	flex-wrap:wrap;
	background:rgba(0,255,255,0.0);
}

.change_area li {
	margin-right:auto;
	margin-left:auto;
	width: calc(100%/3);/*←画像を横に*つ並べる場合*/
	padding:0% 0%;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	background:rgba(0,255,0,0.0);
}

.change_area li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}


.select_area03{
	width:20%;
	margin-top:-75%;
	margin-bottom:60%;
	margin-right:auto;
	margin-left:18%;
	text-align:center;
	z-index:10000;
}


/* ------------01ベルベル------------ */

.chara01{
	background-size: 100% auto;
	margin-top:0%;
	padding-top:0%;
	padding-bottom:0%;
	background-size: 100% auto;
	z-index:0;
	position:relative;
}

.ch01_panel {
	margin-top:-69.5%;
	margin-right:46%;
	margin-left:0%;
}

.ch01_full {
	margin-top:-137.3%;
	margin-right:0%;
	margin-left:21%;
}

.ch01_text {
	margin-top:-200%;
	margin-right:44%;
	margin-left:0%;
}


.ch01_oppai {
	margin-top:-60%;
	margin-right:0%;
	margin-left:40%;
}

.dressfull01 {
	position: relative;
	z-index:50;
}


.fll01 {
	margin-top:-120%;
	margin-right:0%;
	margin-left:30%;
	position: absolute;
}



.ch01area{
	margin-top:-80%;
	width:10%;
	padding-top:0%;
	padding-bottom:0%;
	margin-right:auto;
	margin-left:89%;
	background:rgba(0,255,255,0.0);
	text-align:center;
	z-index:10000;
	position: absolute;
}

.ch01dress{
	display: flex;
	flex-wrap:wrap;
	background:rgba(0,255,255,0.0);
}

.ch01dress li {
	margin-right:auto;
	margin-left:auto;
	width: calc(100%/1);/*←画像を横に*つ並べる場合*/
	padding:2% 4% 2%;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	background:rgba(0,255,0,0.0);
}

.ch01dress li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}


/* 音声再生 */


.voice-sample01{
	padding-top:26%;
	width:35%;
	background:rgba(0,255,0,0.0);
}


.voice-sample01 ul{
  text-align: right;
}


.voice-sample01 ul li{
	list-style: none;
	display: inline;
	background:rgba(0,255,0,0.0);
}

/* ------------02ソニア------------ */

.chara02{
	background-size: 100% auto;
	margin-top:0%;
	padding-top:0%;
	padding-bottom:0%;
	background-size: 100% auto;
	z-index:0;
	position:relative;
}

.ch02_panel {
	margin-top:-69.5%;
	margin-right:46%;
	margin-left:0%;
}

.ch02_full {
	margin-top:-137.3%;
	margin-right:0%;
	margin-left:21%;
}

.ch02_text {
	margin-top:-200%;
	margin-right:44%;
	margin-left:0%;
}


.ch02_oppai {
	margin-top:-60%;
	margin-right:0%;
	margin-left:40%;
}



.ch02area{
	width:65%;
	padding-top:37%;
	padding-bottom:-20%;
	margin-right:auto;
	margin-left:30%;
	background:rgba(0,255,255,0.0);
	text-align:center;
	z-index:10000;
}

.ch02dress{
	display: flex;
	flex-wrap:wrap;
	background:rgba(0,255,255,0.0);
}

.ch02dress li {
	margin-right:auto;
	margin-left:auto;
	width: calc(100%/6);/*←画像を横に*つ並べる場合*/
	padding:0% 0% 0%;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	background:rgba(0,255,0,0.0);
}

.ch02dress li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}


/* 音声再生 */


.voice-sample01{
	padding-top:26%;
	width:35%;
	background:rgba(0,255,0,0.0);
}


.voice-sample01 ul{
  text-align: right;
}


.voice-sample01 ul li{
	list-style: none;
	display: inline;
	background:rgba(0,255,0,0.0);
}

/* ------------03アルシャール------------ */

.chara03{
	background-size: 100% auto;
	margin-top:0%;
	padding-top:0%;
	padding-bottom:10.1%;
	background-size: 100% auto;
	z-index:0;
	position:relative;
}

.ch03_panel {
	margin-top:-69.5%;
	margin-right:46%;
	margin-left:0%;
}

.ch03_full {
	margin-top:-137.3%;
	margin-right:0%;
	margin-left:21%;
}

.ch03_text {
	margin-top:-180%;
	margin-right:44%;
	margin-left:0%;
}


.ch03_oppai {
	margin-top:-60%;
	margin-right:0%;
	margin-left:40%;
}



.ch03area{
	width:65%;
	padding-top:37%;
	padding-bottom:-20%;
	margin-right:auto;
	margin-left:30%;
	background:rgba(0,255,255,0.0);
	text-align:center;
	z-index:10000;
}

.ch03dress{
	display: flex;
	flex-wrap:wrap;
	background:rgba(0,255,255,0.0);
}

.ch03dress li {
	margin-right:auto;
	margin-left:auto;
	width: calc(100%/6);/*←画像を横に*つ並べる場合*/
	padding:0% 0% 0%;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	background:rgba(0,255,0,0.0);
}

.ch03dress li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}


/* 音声再生 */


.voice-sample01{
	padding-top:26%;
	width:35%;
	background:rgba(0,255,0,0.0);
}


.voice-sample01 ul{
  text-align: right;
}


.voice-sample01 ul li{
	list-style: none;
	display: inline;
	background:rgba(0,255,0,0.0);
}


/* ------------04ネフィリア------------ */

.chara04{
	background-size: 100% auto;
	margin-top:0%;
	padding-top:0%;
	padding-bottom:10.1%;
	background-size: 100% auto;
	z-index:0;
	position:relative;
}

.ch04_panel {
	margin-top:-69.5%;
	margin-right:46%;
	margin-left:0%;
}

.ch04_full {
	margin-top:-137.3%;
	margin-right:0%;
	margin-left:21%;
}

.ch04_text {
	margin-top:-180%;
	margin-right:44%;
	margin-left:0%;
}


.ch04_oppai {
	margin-top:-60%;
	margin-right:0%;
	margin-left:40%;
}



.ch04area{
	width:65%;
	padding-top:37%;
	padding-bottom:-20%;
	margin-right:auto;
	margin-left:30%;
	background:rgba(0,255,255,0.0);
	text-align:center;
	z-index:10000;
}

.ch04dress{
	display: flex;
	flex-wrap:wrap;
	background:rgba(0,255,255,0.0);
}

.ch04dress li {
	margin-right:auto;
	margin-left:auto;
	width: calc(100%/6);/*←画像を横に*つ並べる場合*/
	padding:0% 0% 0%;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	background:rgba(0,255,0,0.0);
}

.ch04dress li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}


/* 音声再生 */


.voice-sample01{
	padding-top:26%;
	width:35%;
	background:rgba(0,255,0,0.0);
}


.voice-sample01 ul{
  text-align: right;
}


.voice-sample01 ul li{
	list-style: none;
	display: inline;
	background:rgba(0,255,0,0.0);
}


/* ------------05ルキシス------------ */

.chara05{
	background-size: 100% auto;
	margin-top:0%;
	padding-top:0%;
	padding-bottom:0%;
	background-size: 100% auto;
	z-index:0;
	position:relative;
}

.ch05_panel {
	margin-top:-69.5%;
	margin-right:46%;
	margin-left:0%;
}

.ch05_full {
	margin-top:-137.3%;
	margin-right:0%;
	margin-left:21%;
}

.ch05_text {
	margin-top:-200%;
	margin-right:44%;
	margin-left:0%;
}


.ch05_oppai {
	margin-top:-60%;
	margin-right:0%;
	margin-left:40%;
}



.ch05area{
	width:65%;
	padding-top:37%;
	padding-bottom:-20%;
	margin-right:auto;
	margin-left:30%;
	background:rgba(0,255,255,0.0);
	text-align:center;
	z-index:10000;
}

.ch05dress{
	display: flex;
	flex-wrap:wrap;
	background:rgba(0,255,255,0.0);
}

.ch05dress li {
	margin-right:auto;
	margin-left:auto;
	width: calc(100%/6);/*←画像を横に*つ並べる場合*/
	padding:0% 0% 0%;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	background:rgba(0,255,0,0.0);
}

.ch05dress li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}


/* 音声再生 */


.voice-sample01{
	padding-top:26%;
	width:35%;
	background:rgba(0,255,0,0.0);
}


.voice-sample01 ul{
  text-align: right;
}


.voice-sample01 ul li{
	list-style: none;
	display: inline;
	background:rgba(0,255,0,0.0);
}


/* ------------リーン・タラキン・キラル・アズラルド１世------------ */


.chara00{
	background-size: 100% auto;
	margin-top:0%;
	padding-top:0%;
	padding-bottom:0%;
	background-size: 100% auto;
	z-index:0;
	position:relative;
	background:rgba(0,255,255,0.0);
}

.ch00_panel {
	margin-top:-69.5%;
	margin-right:46%;
	margin-left:0%;
}

.ch00_full {
	margin-top:-137.3%;
	margin-right:0%;
	margin-left:21%;
}

.ch00_text {
	margin-top:-200%;
	margin-right:44%;
	margin-left:0%;
}


.ch00_oppai {
	margin-top:-60%;
	margin-right:0%;
	margin-left:40%;
}



/* ------------ゾナ------------ */


.chara06{
	background-size: 100% auto;
	margin-top:0%;
	margin-bottom:-3.4%;
	padding-top:0%;
	padding-bottom:0%;
	background-size: 100% auto;
	z-index:0;
	position:relative;
	background:rgba(0,255,255,0.0);
}

.ch06_panel {
	margin-top:-69.5%;
	margin-right:46%;
	margin-left:0%;
}

.ch06_full {
	margin-top:-137.3%;
	margin-right:0%;
	margin-left:21%;
}

.ch06_text {
	margin-top:-177%;
	margin-right:44%;
	margin-left:0%;
}


.ch06_oppai {
	margin-top:-60%;
	margin-right:0%;
	margin-left:40%;
}


/* ------------ニケ------------ */


.chara07{
	background-size: 100% auto;
	margin-top:0%;
	padding-top:0%;
	padding-bottom:10.1%;
	background-size: 100% auto;
	z-index:0;
	position:relative;
}

.ch07_panel {
	margin-top:-69.5%;
	margin-right:46%;
	margin-left:0%;
}

.ch07_full {
	margin-top:-137.3%;
	margin-right:0%;
	margin-left:21%;
}

.ch07_text {
	margin-top:-177%;
	margin-right:44%;
	margin-left:0%;
}


.ch07_oppai {
	margin-top:-60%;
	margin-right:0%;
	margin-left:40%;
}


/* ------------ジルグント＆ユルグント・ザマス王妃------------ */


.chara08{
	background-size: 100% auto;
	margin-top:0%;
	padding-top:0%;
	padding-bottom:11.7%;
	background-size: 100% auto;
	z-index:0;
	position:relative;
}

.ch08_panel {
	margin-top:-69.5%;
	margin-right:46%;
	margin-left:0%;
}

.ch08_full {
	margin-top:-137.3%;
	margin-right:0%;
	margin-left:21%;
}

.ch08_text {
	margin-top:-177%;
	margin-right:44%;
	margin-left:0%;
}


.ch08_oppai {
	margin-top:-60%;
	margin-right:0%;
	margin-left:40%;
}


/* ------------暗殺者ＡＢＣ------------ */


.chara13{
	background-size: 100% auto;
	margin-top:0%;
	padding-top:0%;
	padding-bottom:9.4%;
	background-size: 100% auto;
	z-index:0;
	position:relative;
}

.ch13_panel {
	margin-top:-69.5%;
	margin-right:46%;
	margin-left:0%;
}

.ch13_full {
	margin-top:-137.3%;
	margin-right:0%;
	margin-left:10%;
}

.ch13_text {
	margin-top:-177%;
	margin-right:44%;
	margin-left:0%;
}


.ch13_oppai {
	margin-top:-60%;
	margin-right:0%;
	margin-left:40%;
}






/*////////////////////////////////////////////////////////////////////////////////////////*/
/* ギャラリー */


#gallery{
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center;
	margin-top:0%;
	padding-top:0%;
	padding-bottom:5%;

}

.gallery{
	width:80%;
	height:100%;
	margin:0 auto;
	text-align:center;
	margin-top:0%;
	padding-top:0%;
	padding-bottom:0%;

}

#gallerythumb{
	width:100%;
	margin:0 auto;
	text-align:center;
	background:rgba(0,255,0,0.0);
	padding-top:5%;
	padding-bottom:3%;
}

#gallerythumb img{
    border: solid 3px #FFFFFF;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .3);
}

.cgthumb{
	display: flex;
	flex-wrap:wrap;
	background:rgba(255,0,0,0.0);
}

.thumbsize {
	margin-right:auto;
	margin-left:auto;
	width: calc(100%/3);/*←画像を横に*つ並べる場合*/
	padding:8px 8px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	background:rgba(0,255,0,0.0);
	transform: rotate(3deg);  /* 2D(平面)で回転 */

}

.cgthumb li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

.thsize {
	width:100%;
	background:rgba(255,0,0,0.0);
	padding-top:3%;
	padding-bottom:3%;
}

    .display-none{
	 display:none;
	}

.graphic{
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center;
	background:rgba(0,255,0,0.0);
	padding-top:5%;
	padding-bottom:5%;
}


.viewer01{
	margin-top:3%;
	margin-right:auto;
	margin-left:-80%;
	
}


.viewer01 img{
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .5);
}


/*
.cgviewe:hover{
filter:alpha(opacity=70);
-moz-opacity:0.5;
opacity:0.5;
}
*/


.viewer02:hover{
filter:alpha(opacity=70);
-moz-opacity:0.5;
opacity:0.5;
}



.cgnone{
opacity:0.3;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/
/* スペシャル */


.special{
	width:68%;
	height:100%;
	margin:0 auto;
	text-align:center;
	background:rgba(0,255,0,0.0);
	padding-top:0%;
	padding-bottom:5%;
}

.special_area{
	width:100%;
	padding-top:6%;
	padding-bottom:3%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	z-index:10000;
}

.specon_area{
	display: flex;
	flex-wrap:wrap;
	background:rgba(0,255,255,0.0);
}

.specon_area li {
	margin-right:auto;
	margin-left:auto;
	width: calc(100%/2);/*←画像を横に*つ並べる場合*/
	padding:1% 1%;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	background:rgba(0,255,0,0.0);
}

.specon_area li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}


/*////////////////////////////////////////////////////////////////////////////////////////*/
/* 製品情報 */

.product{
	width:100%;
	height:100%;
	margin:0 auto;
	padding-top:0%;
	padding-bottom:0%;
	background-size: 100% auto;
	z-index:50;
}




/*////////////////////////////////////////////////////////////////////////////////////////*/
/* グッズ */

#goods01{
	width:80%;
	height:100%;
	margin:0 auto;
	text-align:center;
	padding-top:3%;
	padding-bottom:3%;

}


.goods_title{
	padding-top:3%;
	padding-bottom:3%;
}


.goods01{
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	padding:0% 0% 0% 0%;
	background:rgba(233,228,209,0.0);
	text-align:center;
}

.weblink {
	margin-top:-14%;
	margin-right:auto;
	margin-left:40%;
}


.weblinknone {
	margin-top:-25%;
	margin-right:30%;
	margin-left:auto;
}



/*////////////////////////////////////////////////////////////////////////////////////////*/
/* ショップ特典 */
/* 
#shop{
	width:90%;
	height:100%;
	margin-top:50%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	padding-top:0%;
	padding-bottom:0%;
	position: relative;
	z-index:100;
	

}
 */

.shop_title{
	padding-top:0%;
	padding-bottom:3%;
}

.shop_original_title{
	padding-top:0%;
	padding-bottom:0%;
}

.shop_new_title{
	padding-top:5%;
	padding-bottom:0%;
}

.shop{
	width:95%;
	height:100%;
	margin:0 auto;
	text-align:center;
	padding-top:0%;
	padding-bottom:5%;
	position: relative;
	z-index:100;
	background:rgba(255,255,0,0.0);
}

.shoplineup00{
	width:100%;
	margin-top:5%;
	margin-bottom:3%;
	margin-right:auto;
	margin-left:auto;
	padding:0% 0% 0% 0%;
	background:rgba(255,255,0,0.3);
	text-align:center;
}

.shoplineup01{
	width:100%;
	margin-top:1%;
	margin-bottom:3%;
	margin-right:auto;
	margin-left:auto;
	padding:0% 0% 0% 0%;
	background:rgba(255,255,0,0.0);
	text-align:center;
}

.shoplineup02{
	width:100%;
	margin-top:6%;
	margin-bottom:3%;
	margin-right:auto;
	margin-left:auto;
	padding:0% 0% 0% 0%;
	background:rgba(255,255,0,0.0);
	text-align:center;
}


#linepucolumn{
	width:100%;
	margin:0 auto;
	margin-bottom:2%;
	text-align:center;
	background:rgba(0,255,0,0.0);
	padding-top:2%;
	padding-bottom:5%;
}

.column01{
	display: flex;
	flex-wrap:wrap;
	background:rgba(0,255,0,0.0);
}
.column01 li {
	margin-right:auto;
	margin-left:auto;
	width: calc(100%/4);/*←画像を横に●つ並べる場合*/
	padding:0px 0px;/*←画像の左右に●pxの余白を入れる場合*/
	box-sizing:border-box;
	background:rgba(255,0,0,0.0);
}

.column01 li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

.tenpo00{
	background:rgba(0,255,0,0.0);
	display: inline-block;
	width:23%;
	padding:0px 1px;/*←画像の左右に●pxの余白を入れる場合*/
}


.tenpo00_long{
	background:rgba(0,255,0,0.0);
	display: inline-block;
	width:50%;
	padding:0px 3px;/*←画像の左右に●pxの余白を入れる場合*/
	position: relative;
	z-index:1;
}


.tenpo01{
	width:100%;
	margin:5 auto;
	text-align:center;
	background:rgba(0,0,255,0.0);
	padding-top:0%;
	padding-bottom:3%;
}


.cg_line{
    border: solid 1px #917C4F;
	margin-top:2%;
	margin-bottom:2%;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .2);
}



.shopthumb01{
    border: solid 5px #FFFFFF;
	margin-top:2%;
	margin-bottom:2%;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .2);
}


.shopthumb01_no{
	margin-top:2%;
	margin-bottom:2%;
}


.shopnone{
pointer-events:none;
}


/*////////////////////////////////////////////////////////////////////////////////////////*/
/* 抱き枕カバー */


.box_pillow{
	background:rgba(0,0,0,1.0);
	background-size: 100% auto;
}

#pillow{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:0%;
	padding-bottom:0%;
	background-size: 100% auto;
	background:rgba(238,223,212,1.0);
}

.pillow_title{
	padding-top:3%;
	padding-bottom:0%;
}

.pillow{
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	padding:0% 0% 0% 0%;
	background:rgba(255,255,0,0.0);
	text-align:center;
}


/* 抱き枕カバースライダー */
.pillowmov{
	width:100%;
	background-size: 100% auto;
	z-index:0;
	position:relative;
}

.pillow_setcontent{
	width:100%;
	margin-top:0%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(255,0,255,0.0);
	text-align:center;
}

#pillow_slide{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	background-size: 100% auto;
	background:rgba(0,0,0,0.0);
}


.pillow_obj{
  z-index:30;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}






.pillow01-01{
	width:100%;
	height:100%;
	margin-top:0%;
	padding-top:3%;
	padding-bottom:0%;
	background:rgba(255,255,0,0.0);
	background-size: 100% auto;
	z-index:0;
}

.pillow-text{
	width:100%;
	height:100%;
	margin-top:0%;
	padding-top:0%;
	background:rgba(255,0,0,0.0);
	background-size: 100% auto;
	z-index:0;
}

.pillow01-02{
	width:100%;
	z-index:0;
	padding-bottom:45%;
}


.pillow01_fll {
	margin-top:-55%;
	margin-right:5%;
	margin-left:auto;
}


.pillow01_wafflestore {
	margin-top:-21%;
	margin-right:-50%;
	margin-left:auto;
}



.pillow01-03{
	width:100%;
	z-index:0;
	padding-bottom:50%;
}


.pillow02_fll {
	margin-top:-55%;
	margin-right:auto;
	margin-left:5%;
}


.pillow02_wafflestore {
	margin-top:-17%;
	margin-right:auto;
	margin-left:-50%;
}



/*////////////////////////////////////////////////////////////////////////////////////////*/
/* タペストリー */

#tapestry{
	width:80%;
	height:100%;
	margin:0 auto;
	text-align:center;
	padding-top:3%;
	padding-bottom:3%;
}

.tapestry_title{
	padding-top:3%;
	padding-bottom:3%;
}

.tapestry{
	width:100%;
	height:100%;
	margin-top:3%;
	padding-top:250%;
	padding-bottom:0%;
	background: url(../img/tapestry01.png) no-repeat top center;
	background-size: 100% auto;
	z-index:0;
}

.tapestry01-01{
	width:100%;
	height:100%;
	margin-top:3%;
	padding-top:98%;
	padding-bottom:20%;
	background: url(../img/tapestry01-01.png) no-repeat top center;
	background-size: 100% auto;
	z-index:0;
}

.tapestry01-02{
	width:100%;
	height:100%;
	margin-top:0%;
	padding-top:85%;
	padding-bottom:20%;
	background: url(../img/tapestry01-02.png) no-repeat top center;
	background-size: 100% auto;
	z-index:0;
}

.tapestry01_fll {
	margin-top:-43%;
	margin-right:-10%;
	margin-left:auto;
}

.tapestry01_area{
	width:18%;
	margin-top:-57%;
	padding-bottom:10%;
	margin-right:auto;
	margin-left:63%;
	background:rgba(0,255,255,0.0);
	text-align:center;
}

.tapestry01_seles{
	display: flex;
	flex-wrap:wrap;
	background:rgba(0,255,255,0.0);
}
.tapestry01_seles li {
	margin-right:auto;
	margin-left:auto;
	width: calc(100%/1);/*←画像を横に*つ並べる場合*/
	padding:2% 2%;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	background:rgba(0,255,0,0.0);
}

.tapestry01_seles li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}



.tapestry01-03{
	width:100%;
	height:100%;
	margin-top:10%;
	padding-top:80%;
	padding-bottom:0%;
	background: url(../img/tapestry01-03.jpg) no-repeat top center;
	background-size: 100% auto;
	z-index:0;
}


.tapestry02_fll {
	margin-top:-39%;
	margin-right:-62%;
	margin-left:auto;
}




/*////////////////////////////////////////////////////////////////////////////////////////*/
/* オフィシャル通販 */


.official_title{
	width:68%;
	padding-top:1%;
	padding-bottom:2%;
}

.official{
	width:68%;
	height:100%;
	margin:0 auto;
	text-align:center;
	background-attachment:fixed;
	padding-top:10%;
	padding-bottom:3%;
	background-size: 100% auto;

}


.setname{
	width:75%;
	margin-top:3%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(255,0,0,0.0);
	text-align:center;
}

.namelist{
	margin-top:-15.7%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(0,255,0,0.0);
	text-align:center;
}


.wafflestorelink{
	margin-top:-12%;
	margin-right:-83%;
	margin-left:auto;
	background:rgba(0,255,0,0.0);
	text-align:center;
    border: solid 1px #000000;
}


.setcontent{
	width:75%;
	margin-top:0%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(255,0,0,0.0);
	text-align:center;
}


.setcontent #setimg{
    border: solid 2px #000000;
}



#setchange{
	width:12%;
	margin-top:-55%;
	margin-bottom:6%;
	margin-left:auto;
	margin-right:1%;
	background:rgba(255,0,0,0.0);
	text-align:center;
	padding-left:1%;
	padding-right:0%;
}




.setlineuplink{
	width:75%;
	margin-top:0%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(255,0,255,0.0);
	text-align:center;
}

#setcontlineup{
	width:100%;
	margin:0 auto;
	text-align:center;
	background:rgba(0,255,0,0.0);
	padding-top:2%;
	padding-bottom:2%;
}

.linkbottom{
	display: flex;
	flex-wrap:wrap;
	background:rgba(0,255,0,0.0);
}
.linkbottom li {
	margin-right:auto;
	margin-left:auto;
	width: calc(100%/5);/*←画像を横に●つ並べる場合*/
	padding:10px 0px;/*←画像の左右に●pxの余白を入れる場合*/
	box-sizing:border-box;
	background:rgba(0,255,0,0.0);
}

.linkbottom li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

.delivery_price{
	width:75%;
	margin-right:auto;
	margin-left:auto;
	padding-top:35%;
	padding-bottom:1%;
	background:rgba(0,255,0,0.0);
	text-align:center;
}

.dp00{
	background:rgba(0,0,0,0.0);
	display: inline-block;
	width:49%;
}


.dp02{
	width:100%;
	margin:0 auto;
	text-align:center;
	background:rgba(255,255,255,0.1);
}


.setlist{
	width:75%;
	margin-top:2%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(255,255,255,0.0);
	text-align:center;
}

.setlistlineup{
	width:75%;
	margin-top:0.5%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(255,0,255,0.0);
	text-align:center;
}


.setlisttext{
	margin-top:-31.5%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(0,255,0,0.0);
	text-align:center;
}




.banner{
	width:75%;
	margin-top:0%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(255,0,0,0.0);
	text-align:center;
}


#bannerlineup{
	width:90%;
	margin:0 auto;
	text-align:center;
	background:rgba(0,255,0,0.0);
	padding-top:2%;
	padding-bottom:5%;
}

.bannerbottom{
	display: flex;
	flex-wrap:wrap;
	background:rgba(0,255,0,0.0);
}
.bannerbottom li {
	margin-right:auto;
	margin-left:auto;
	width: calc(100%/3);/*←画像を横に●つ並べる場合*/
	padding:10px 30px;/*←画像の左右に●pxの余白を入れる場合*/
	box-sizing:border-box;
	background:rgba(0,255,0,0.0);
}

.bannerbottom li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}



/*////////////////////////////////////////////////////////////////////////////////////////*/

.posterinfo{
	padding:2% 2% 2% 2%;
	background:rgba(0,0,200,0.3);

}
.posterinfo p {
	font-size:1.5vmin;
	margin: 1.8em 0;
	color:#FFF;
	line-height: 1.8em;
}



.postext{
	width:95%;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	padding:2% 2% 2% 2%;
	background:rgba(0,0,0,0.5);
	text-align:left;
	

}

.postext p {
	font-size:1.7vmin;
	margin: 1.67em 0;
	color:#FFF;
	line-height: 1.8em;
}

.font_link{
	font-weight:  bold;
}

.postext a:link{color:#007BFF;}
.postext a:visited{color:#007BFF;}
.postext a:hover{color:#007BFF;}

/*////////////////////////////////////////////////////////////////////////////////////////*/
/* 体験版 */

#trial{
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center;
	margin-top:0%;
	margin-bottom:0%;
	padding-top:0%;
	padding-bottom:5%;
	background:rgba(240,227,219,1.0);
}


.trial{
	width:80%;
	height:100%;
	margin:0 auto;
	text-align:center;
	padding-top:5%;
	padding-bottom:0%;
	position: relative;
	z-index:100;
}



.trialtext{
	width:75%;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	padding:2% 2% 2% 2%;
	background:rgba(0,0,0,0.5);
	text-align:left;
	

}

.trialtext p {
	font-size:1.7vmin;
	margin: 1.67em 0;
	color:#FFF;
	line-height: 1.8em;
}

.font_link{
	font-weight:  bold;
}

.trialtext a:link{color:#007BFF;}
.trialtext a:visited{color:#007BFF;}
.trialtext a:hover{color:#007BFF;}

.trialtext_info{
	width:75%;
	margin-top:0%;
	margin-bottom:3%;
	margin-right:auto;
	margin-left:auto;
	padding:2% 2% 2% 2%;
	text-align:left;
	background:rgba(0,0,0,0.5);

}

.trialtext_info p {
	font-size:1.5vmin;
	margin: 1.8em 0;
	color:#FFF;
	line-height: 1.8em;
}

.trial_wach {
	margin-top:-15%;
	margin-right:auto;
	margin-left:auto;
}

.tridl{
	width:70%;
}




/* ダウンロードリスト短い */
#demo_list2{
margin-left:auto;
margin-right:auto;
margin:auto;
margin-top:0%;
margin-bottom:10%;
}


/* 内枠内 */
#demo_list2 ul{
margin-right:auto;
margin-left:auto;
width:100%;
color:#990000;
font-size:2vmin;
background:rgba(255,255,255,0.2);
padding:3%;
padding-bottom:1%;


/* 内枠線 */
border:2px solid rgba(0,0,0,0.3);
border-radius:90%;
-webkit-border-radius:20px;
-moz-border-radius:20px;
}

#demo_list2 ul li{
text-align:center;
margin-bottom:3%;
}


#demo_list2 ul li ol li{
text-align:center;
vertical-align:top;
margin-bottom:1%;
margin:auto;
}

/* 見出し文章 */
#demo_list2 ul li h5{
color:#000;
font-size:1.5vmin;
font-weight:nomal;
}

#demo_list2 ul li h5 a{color:#7931B7;}
#demo_list2 ul li h5 a:hover{color:#7931B7}


/* ミラーサイト■ */
#demo_list2 ul li ol li h6 a{
color:#FFF;
font-size:2vmin;
font-weight:bold;
text-align:center;
padding-left:10%;
padding-right:10%;
padding-bottom:3%;
}

#demo_list2 ul li ol li h6 a:hover{
color:#7B436D;
}

#demo_list2 ul li ol li p a{
display:block;
font-size:1.3vmin;
color:#FFF;
font-weight:bold;
padding:2%;
padding-top:1%;
padding-bottom:1%;
margin-bottom:1%;


/* DOWNLOADリンク■ */
background:rgba(121,49,183,1);
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:rgba(0,0,0,0.7) 0px 1px 0px 0px;
-webkit-box-shado:rgba(0,0,0,0.7) 0px 1px 0px 0px;
-moz-box-shadow:rgba(0,0,0,0.7) 0px 1px 0px 0px;
}

#demo_list2 ul li ol li p a:hover{
background:rgba(249,131,250,1);
color:#7B436D;
margin-top:2px;
box-shadow:rgba(0,0,0,0.7) 0px 0px 0px 0px;
-webkit-box-shado:rgba(0,0,0,0.7) 0px 0px 0px 0px;
-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 0px 0px;
}


/*////////////////////////////////////////////////////////////////////////////////////////*/
/* 抱っこ枕 */

#dakko{
	width:80%;
	height:100%;
	margin:0 auto;
	text-align:center;
	padding-top:3%;
	padding-bottom:3%;

}


.dakko_title{
	padding-top:3%;
	padding-bottom:3%;
}


.dakko_title img{
	border:1px solid rgba(255,255,255,1.0);
}

.dktext{
	width:75%;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	padding:2% 2% 2% 2%;
	background:rgba(0,0,0,0.5);
	text-align:left;
	

}

.dktext p {
	font-size:1.7vmin;
	margin: 1.67em 0;
	color:#FFF;
	line-height: 1.8em;
}

.font_link{
	font-weight:  bold;
}

.rctext a:link{color:#007BFF;}
.rctext a:visited{color:#007BFF;}
.rctext a:hover{color:#007BFF;}

.dktext_info{
	width:75%;
	margin-top:0%;
	margin-bottom:3%;
	margin-right:auto;
	margin-left:auto;
	padding:2% 2% 2% 2%;
	text-align:left;
	background:rgba(0,0,0,0.5);

}

.dktext_info p {
	font-size:1.5vmin;
	margin: 1.8em 0;
	color:#FFF;
	line-height: 1.8em;
}

.dakkolineup01{
	width:75%;
	margin-top:2%;
	margin-bottom:3%;
	margin-right:auto;
	margin-left:auto;
	padding:0% 0% 0% 0%;
	background:rgba(255,255,0,0.0);
	text-align:center;
}

.dkobn00{
	background:rgba(0,255,0,0.0);
	display: inline-block;
	width:30%;
	padding:0px 20px;/*←画像の左右に●pxの余白を入れる場合*/
}

/*////////////////////////////////////////////////////////////////////////////////////////*/
/* webアンケート */

#webq{
	width:65%;
	height:100%;
	margin-top:-4%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	padding-top:6%;
	padding-bottom:10%;
	position: relative;
	z-index:100;

}



.trialtext {
	margin-top:5%;
	margin-bottom:5%;
	margin-right:auto;
	margin-left:auto;
}


.webbottom01 {
	margin-top:8%;
	margin-right:auto;
	margin-left:auto;
}


.weblinknone {
	margin-top:-25%;
	margin-right:30%;
	margin-left:auto;
}




/*////////////////////////////////////////////////////////////////////////////////////////*/
/* リンク */

.title_link01{
	background:rgba(0,227,0,0.0);
	width:35%;
	height:100%;
	padding-top:0%;
	padding-bottom:3%;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	z-index:10;
}



.link01_layout_left{
	float: left;
	padding-left:0%;
	padding-right:3.5%;
}


.link01_layout_right{
	padding-left:3.5%;
	padding-right:0%;
}



.title_link02{
	background:rgba(0,227,0,0.0);
	width:65%;
	height:100%;
	padding-top:0%;
	padding-bottom:5%;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	z-index:10;
}


.link02_layout_left{
	background:rgba(255,0,255,0.0);
	float: left;
	padding-top:2%;
	padding-left:0%;
	padding-right:0.5%;
}

.link02_layout_center{
	background:rgba(0,255,255,0.0);
	float: left;
	padding-top:2%;
	padding-left:0.5%;
	padding-right:0.5%;
}


.link02_layout_right{
	background:rgba(0,0,255,0.0);
	float: end;
	padding-top:2%;
	padding-left:0.5%;
	padding-right:0%;
}



