﻿@charset "utf-8";

/*////////////////////////////////////////////////////////////////////////////////////////*/
/* 各スクロール */

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "メイリオ" ;
//	background-color: #122C45;

}

html{
	scroll-snap-type: y proximity;
	scroll-padding-top: 70px;
 	scroll-behavior: smooth;
}

.pswp__button--download-button {
//  background: #136912 !important;
  font-size: 20px;
  color: #fff;
}


.box_trial_back{
	margin-top:0%;
	background-color: #000000;
	background-attachment:fixed;
	overflow: hidden;
	background-size: auto auto;
	background:url(../parts/bg.jpg) repeat #ffffff;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.box_trial_all{
	margin-top:0%;
	margin-right:auto;
	margin-left:auto;
	background:url(../parts/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_trial_all{
	background-size: min(1000px,100%) auto;
	max-width:1000px;
}
}


/* 全体 */
.box_all{
	margin-top:0%;
	background-color: #000000;
	background-attachment:fixed;
	overflow: hidden;
/*	background: repeat center bottom url(../parts/bg_.jpg) #0d1d2d;*/
	background-size: auto auto;
	background:url(../parts/bg.jpg) repeat #ffffff;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.sys_box_all{
	margin-top:0%;
/*	background-attachment:fixed;*/
	overflow: hidden;
/*	background: repeat center bottom url(../parts/bg_.jpg) #0d1d2d;*/
/*	background:url(../img/system/sys_bg_top.jpg) no-repeat center top #ffffff,url(../img/system/sys_bg_btm.jpg) no-repeat center bottom #ffffff;*/
	background-image:url(../img/system/sys_bg_top.jpg) ,url(../img/system/sys_bg_btm.jpg);
	background-repeat:no-repeat,no-repeat;
	background-position:center top,center bottom;
	background-size: 100% auto,100% auto;
	background-color: #ffffff,#ffffff;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.sys_box_max{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	max-width:2000px;
    position: relative;
}

.sys_box_top_base{
	width:100%;
	margin-right:auto;
	margin-left:auto;
    position: relative;
}

.sys_box_top{
	width:95%;
/*	max-width:1000px;*/
	margin-right:auto;
	margin-left:auto;
    position: relative;
	z-index:2;
}
.sys_box_nozoki{
	width:100%;
	margin-right:auto;
	margin-left:auto;
    position: relative;
	background:url(../img/system/nozoki_bg.jpg) no-repeat center bottom #ffffff;
	background-size: 100% auto;
}

.sys_box_mizugi{
	width:100%;
	margin-right:auto;
	margin-left:auto;
    position: relative;
/*	background:url(../img/system/sys_bg_btm.jpg) no-repeat center bottom #ffffff;
	background-size: 100% auto;*/
}

.sys_box_canvas{
	width:1000px;
	height:auto;
/*	max-width:1000px;*/
	margin-right:auto;
	margin-left:100px;
    position: relative;
}

.sys_canvas_txt{
	width:100%;
    justify-content: center;        /*中央揃え*/
    text-align: center;
	font-size: min( 1.5vw , 30px );
    font-weight: 999;
    text-shadow: 0 0 1px black;
}
@media screen and (max-width: 1920px) {
.sys_canvas_txt{
	font-size: min( 1.5vw , 15px );
}
}
@media screen and (max-width: 700px) {
.sys_canvas_txt{
    text-align: center;
	font-size: 1.4vw;
    font-weight: 999;
    text-shadow: 0 0 1px black;
}
}
@media screen and (max-width: 480px) {
.sys_canvas_txt{
    text-align: center;
	font-size: 16px;
    font-weight: 999;
    text-shadow: 0 0 1px black;
}
}
.news_box_all{
	margin-top:0%;
	background-color: #000000;
	background-attachment:fixed;
	overflow: hidden;
/*	background: repeat center bottom url(../parts/bg_.jpg) #0d1d2d;*/
	background:url(../parts/bg0.jpg) no-repeat center top #ffffff;
	background-size: 100% auto;
    background-attachment: fixed;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.news_box_max{
	width:100%;
	margin-right:auto;
	margin-left:auto;
}

.news_box_top_base{
	width:100%;
	margin-right:auto;
	margin-left:auto;
}

.news_box_top{
	width:100%;
/*	max-width:1000px;*/
	margin-right:auto;
	margin-left:auto;
	z-index:2;
}

/* 動画 */
.bgmove{
	background: #E9E3D3;
}

/* メインビジュアル */
.box_main{
	background-size: 100% auto;
	width:80%;
}

.box_main_info{
	background-size: 100% auto;
	width:80%;
}

.box_max{
	clip-path: border-box;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	background-color: transparent;
/*	background-color: rgba(255,255,255,1.0);*/
	max-width:2000px;
/*	background:url(../parts/bg_main.jpg);*/
/*	background-position: center -500px;*/
/*	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: 100% auto;*/
	background-attachment: fixed;
}
@media screen and (max-width: 1920px) {
.box_max{
	max-width:1000px;
}
}

@media screen and (max-width: 1920px) {
.sys_box_max{
	max-width:1000px;
}
}

.bg_panel_test{
	background:url(../parts/bg_main.jpg);
	background-position: center -500px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.bg_panel{
	background:url(../parts/bg_main.jpg);
	background-position: center -500px;
	background-attachment: fixed;
	background-repeat: no-repeat;
/*	background-size: cover;*/
	background-size: 100% auto;
	animation: top_move 3s ease-in forwards;
	-moz-animation: top_move 3s ease-in forwards;
	-webkit-animation: top_move 3s ease-in forwards;
	width :auto;
	height :100%;
}
/*trance*/
@keyframes top_move{ to{background-position:center 0;}}
@-moz-keyframes top_move{ to{background-position:center 0;}}
@-webkit-keyframes top_move{ to{background-position:center 0;}}


.tit_image{
	width:50%;
	margin-right:auto;
	margin-left:auto;
}
.tit_image50{
	width:25%;
	margin-right:auto;
	margin-left:auto;
}
.jump_image{
	width:20%;
	margin-right:0;
	margin-left:auto;
}


.box_top_topics_news{
	background: no-repeat center top url(../parts/bg0.jpg) #ffffff;
	background-size: 100% auto;
	width:100%;
	margin-right:auto;
	margin-left:auto;
}
.box_topics{
	width:100%;
	margin-right:auto;
	margin-left:auto;
}
.box_news{
	width:100%;
	margin-right:auto;
	margin-left:auto;
}
.box_topics_contens{
	width:80%;
	margin-right:auto;
	margin-left:auto;
}
.box_news_contens{
	width:80%;
	margin-right:auto;
	margin-left:auto;
}
.box_top{
	background: no-repeat right top url(../parts/top_char.png);
	background-size: 70% auto;
	background-position: top 0% right -1%;
	width:100%;
/*	max-width:1000px;*/
	margin-right:auto;
	margin-left:auto;
	z-index:2;
}

.top_image{
	margin-right:0%;
	margin-left:auto;
	width:100%;
	height:auto;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
}

.top_image_left{
	margin-top:10%;
	margin-left:1%;
	width:40%;
	float:left;
}

.top_image_right{
	width:8.5%;
	margin-left: auto;
	margin-top:8%;
	margin-right: 1.5%;
	margin-bottom:21.5%;
	float:right;
}

.top_image_float{
	display: block;
	position:absolute;
	top:38%;
	width:30%;
	left:2.5%;
	z-index:3;
}
.top_image_float > div{
	transition-duration: 0.3s;
}
.top_image_float > div:hover{
  transform: translateY(-6px);
}

.top_image_float2{
	display: block;
	position:absolute;
	top:76%;
	width:30%;
	left:1%;
	z-index:3;
}
.top_image_float2 > div{
	transition-duration: 0.3s;
}
.top_image_float2 > div:hover{
  transform: translateY(-6px);
}

.box_concept{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	background-color: rgba(255,255,255,1.0);
}
.box_concept_block0{
/*	background: no-repeat center top url(../parts/bg1.jpg);
	background-size: 100% auto;*/
	position: relative;
}

.box_concept_block0 > div:nth-child(1){
	display: block;
	position: relative;
	width:100%;
	padding-top:6%;
/*	margin-top:10%;*/
	background-color: rgba(255,255,255,1.0);
	margin-right:auto;
	margin-left:auto;
	aspect-ratio: 720 / 784;
}

.box_concept_block0 > div:nth-child(2){
	display: block;
	position:absolute;
	width:68%;
	top:0%;
	right:0%;
	z-index:5;
	margin-top:15%;
	margin-right:0%;
	margin-left:auto;
	margin-bottom:50%;
}

.box_concept_block0 > div:nth-child(3){
	display: block;
	position:absolute;
	width:58%;
	z-index:6;
	top:0%;
	left:0%;
	margin-top:33%;
	margin-right:auto;
	margin-left:0%;
}

.box_concept_block0 > div:nth-child(4){
	display: block;
	position:absolute;
	width:78%;
	top:0%;
	right:0%;
	z-index:4;
	margin-top:71%;
	margin-right:0%;
	margin-left:auto;
	margin-bottom:50%;
}

.box_concept_block0 > div:nth-child(5){
	display: block;
	position:absolute;
	width:100%;
	top:0%;
	right:0%;
	z-index:7;
	margin-right:auto;
	margin-left:auto;
}
.box_concept_block0 > div:nth-child(6){
	display: block;
	position:absolute;
	width:100%;
	top:11%;
	right:0%;
	z-index:7;
	margin-right:auto;
	margin-left:auto;
}
.box_concept_block0 > div:nth-child(7){
	display: block;
	position:absolute;
	width:100%;
	top:101%;
	right:0%;
	z-index:7;
	margin-right:auto;
	margin-left:auto;
}

.box_concept_block1{
/*	background: no-repeat center top url(../parts/bg2.jpg);
	background-size: 100% auto;*/
	position: relative;
}

.box_concept_block1 > div:nth-child(1){
	display: block;
	position: relative;
	width:100%;
	margin-top:20%;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:15%;
	background-color: rgba(255,255,255,1.0);
	aspect-ratio: 1440 / 1136;
}
.box_concept_block1 > div:nth-child(2){
	display: block;
	position:absolute;
	width:100%;
	top:-7%;
	right:0%;
	z-index:7;
	margin-right:auto;
	margin-left:auto;
}
.box_concept_block1 > div:nth-child(3){
	display: block;
	position:absolute;
	width:100%;
	top:63%;
	right:0%;
	z-index:7;
	margin-right:auto;
	margin-left:auto;
}
.box_concept_block1 > div:nth-child(4){
	display: block;
	position:absolute;
	width:100%;
	top:76.5%;
	right:0%;
	z-index:7;
	margin-right:auto;
	margin-left:auto;
}
.box_story{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	background-color: rgba(255,255,255,1.0);
}
.box_story_block{
	position: relative;
}
.box_story_block > div:nth-child(1){
	display: block;
	position: relative;
	width:100%;
	margin-top:0%;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:20%;
	background-color: rgba(255,255,255,1.0);
	aspect-ratio: 720 / 960;
}
.box_story_block > div:nth-child(2){
	display: block;
	position:absolute;
	width: 72%;/*calc(1040% / 1440%);*/
	top:-2%;
	right:0%;
	z-index:7;
	margin-right:auto;
	margin-left:auto;
}
.box_story_block > div:nth-child(3){
	display: block;
	position:absolute;
	width: 86.7%;/*calc(1040% / 1440%);*/
	top:11.8%;
	left:2%;
	z-index:6;
	margin-right:auto;
	margin-left:auto;
}
.box_story_block > div:nth-child(4){
	display: block;
	position:absolute;
	width: 100%;/*calc(1040% / 1440%);*/
	top:53.5%;
	left:0%;
	z-index:6;
	margin-right:auto;
	margin-left:auto;
}

.box_story_block > div:nth-child(5){
	display: block;
	position:absolute;
	width: 100%;/*calc(1040% / 1440%);*/
	top:42%;
	left:0%;
	z-index:7;
	margin-right:auto;
	margin-left:auto;
}
.box_story_block > div:nth-child(6){
	display: block;
	position:absolute;
	width: 94.5%;/*calc(1040% / 1440%);*/
	top:46%;
	left:2.75%;
	z-index:7;
	margin-right:auto;
	margin-left:auto;
}
.box_shop{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	background-color: rgba(255,255,255,1.0);
}
.box_shop_block{
	position: relative;
}
.box_shop_block > div:nth-child(1){
	display: block;
	position: relative;
	padding-top:5%;
	width: 50%;/*calc(1040% / 1440%);*/
	z-index:5;
	margin-right:auto;
	margin-left:auto;
}
.box_shop_block > div:nth-child(2){
	display: block;
	position: relative;
	width:100%;
	padding-top:0%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0%;
	padding-bottom:10%;
	background-color: rgba(255,255,255,1.0);
	z-index:1;
}

.box_product{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	background-color: rgba(255,255,255,1.0);
}
.box_product_block{
	position: relative;
}
.box_product_block > div:nth-child(1){
	display: block;
	position: relative;
	width:100%;
	padding-top:100%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0%;
	background-color: rgba(255,255,255,1.0);
	z-index:1;
	aspect-ratio: 720 / 1581;
}
.box_product_block > div:nth-child(2){
	display: block;
	position:absolute;
	width: 100%;/*calc(1040% / 1440%);*/
	top:0%;
	left:0%;
	z-index:4;
	margin-right:auto;
	margin-left:auto;
}
.box_product_block > div:nth-child(3){
	display: block;
	position:absolute;
	width: 58.6614%;/*calc(1040% / 1440%);*/
	top:49%;
	left:20.6693%;
	z-index:5;
	margin-right:auto;
	margin-left:auto;
}
.box_product_block > div:nth-child(4){
	display: block;
	position:absolute;
	width: 100%;/*calc(1040% / 1440%);*/
	top:55%;
	left:0%;
	z-index:4;
	margin-right:auto;
	margin-left:auto;
}
.box_product_block > div:nth-child(5){
	display: block;
	position:absolute;
	width: 100%;/*calc(1040% / 1440%);*/
	top:77%;
	left:0%;
	z-index:4;
	margin-right:auto;
	margin-left:auto;
}
.box_product_block > div:nth-child(6){
	display: block;
	position:absolute;
	width: 27%;/*calc(1040% / 1440%);*/
	top:95%;
	left:36.5%;
	z-index:4;
	margin-right:auto;
	margin-left:auto;
	transition-duration: 0.3s;
}
.box_product_block > div:nth-child(6):hover{
  transform: translateY(-6px);
}
.box_product_block > div:nth-child(7){
	display: block;
	position:absolute;
	width: 31.6%;/*calc(1040% / 1440%);*/
	top:99%;
	left:34.1%;
	z-index:4;
	margin-right:auto;
	margin-left:auto;
}
.box_character{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	background-color: rgba(255,255,255,1.0);
}
.box_character_block{
	position: relative;
}
.box_character_block > div:nth-child(1){
	display: block;
	position: relative;
	width:100%;
	padding-top:10%;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:5%;
	background-color: rgba(255,255,255,1.0);
	z-index:1;
	aspect-ratio: 720 / 520;
}
.box_character_block > div:nth-child(2){
	display: block;
	position:absolute;
	width: 72%;/*calc(1040% / 1440%);*/
	top:-7%;
	left:0%;
	z-index:10;
	margin-right:auto;
	margin-left:auto;
}
.box_character_block > div:nth-child(3){
	display: block;
	position:absolute;
	width: 100%;/*calc(1040% / 1440%);*/
	top:5%;
	left:0%;
	z-index:2;
	margin-right:auto;
	margin-left:auto;
}

.box_system{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	background-color: rgba(255,255,255,1.0);
}

.box_system_block{
/*	background: no-repeat center top url(../parts/bg1.jpg);
	background-size: 100% auto;*/
	position: relative;
}

.box_system_block > div:nth-child(1){
	display: block;
	position: relative;
	width:100%;
	margin-top:0%;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:50%;
	background-color: rgba(255,255,255,1.0);
	aspect-ratio: 720 / 747;
}
.box_system_block > div:nth-child(2){
	display: block;
	position:absolute;
	width: 72%;/*calc(1040% / 1440%);*/
	top:-1%;
	right:0%;
	z-index:7;
	margin-right:auto;
	margin-left:auto;
}
/*
.box_system_block > div:nth-child(3){
	display: block;
	position:absolute;
	width: 97.77%;
	top:23%;
	left:1.11%;
	z-index:5;
	margin-right:auto;
	margin-left:auto;
}
*/
.box_system_block > div:nth-child(3){
	display: block;
	position:absolute;
	width: 60.76%;
	top:14%;
	right:1.6%;
	z-index:8;
	margin-right:auto;
	margin-left:auto;
}
.box_system_block > div:nth-child(4){
	display: block;
	position:absolute;
	width: 97.77%;
	top:23%;
	left:1.11%;
	z-index:5;
	margin-right:auto;
	margin-left:auto;
}
.box_system_block > div:nth-child(5){
	display: block;
	position:absolute;
	width: 97.77%;
	top:51%;
	left:1.11%;
	z-index:5;
	margin-right:auto;
	margin-left:auto;
}
.box_system_block > div:nth-child(6){
	display: block;
	position:absolute;
	width: 52.5%;
	top:78%;
	left:23.75%;
	z-index:8;
	margin-right:auto;
	margin-left:auto;
}


.box_gallery{
	width:100%;
	padding-top: 100px;
	margin-top: -100px;
	margin-right:auto;
	margin-left:auto;
	background-color: rgba(255,255,255,1.0);
}

.box_gallery_block{
/*	background: no-repeat center top url(../parts/bg1.jpg);
	background-size: 100% auto;*/
	position: relative;
}

.box_gallery_block > div:nth-child(1){
	display: block;
	position: relative;
	width:100%;
	margin-top:6%;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:15%;
	background-color: rgba(255,255,255,1.0);
	aspect-ratio: 720 / 724;
}
.box_gallery_block > div:nth-child(2){
	display: block;
	position:absolute;
	width: 72%;/*calc(1040% / 1440%);*/
	top:-15.2%;
	left:0%;
	z-index:7;
	margin-right:auto;
	margin-left:auto;
}
.box_gallery_block > div:nth-child(3){
	display: block;
	position:absolute;
	width: 100%;/*calc(1040% / 1440%);*/
	top:0%;
	left:0%;
	z-index:2;
	margin-right:auto;
	margin-left:auto;
}
.box_gallery_block > div:nth-child(4){
	display: block;
	position:absolute;
	width: 50%;/*calc(1040% / 1440%);*/
	top:70%;
	left:25%;
	z-index:5;
	margin-right:auto;
	margin-left:auto;
}
.box_gallery_block > div:nth-child(5){
	display: block;
	position:absolute;
	width: 100%;/*calc(1040% / 1440%);*/
	top:85%;
	left:0%;
	z-index:5;
	margin-right:auto;
	margin-left:auto;
}

.box_special_block{
	display: block;
	position: relative;
	width:80%;
	margin-right:auto;
	margin-left:auto;
}


.box_newtext{
	background-size: 100% auto;
	background-color: rgba(255,230,230,1.0);;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	display: flex;
/*  flex-direction: row;*/
/*  flex-wrap: nowrap;*/
}

.box_newtext_l{
	background-color: rgba(255,0,0,1.0);;
//	display: block;
	float:left;
//	display: flex;
	color :white;
    font-weight: bold;
	width:20%;
    text-align: center;
    padding: 0.5%;
    clip-path: polygon(0 0, 90% 0,100% 50%,90% 100%, 0 100%);
}
.box_newtext_c{
	background-color: rgba(255,0,0,1.0);;
//	display: block;
	float:left;
//	display: flex;
	width:2%;
    padding: 0.5%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.box_newtext_r{
//	display: block;
	float:left;
//	display: flex;
	width:80%;
	color :red;
    text-align: left;
    padding: 0.5%;
    padding-left: 2.0%;
}

.box_lineup{
	background-size: 100% auto;
	width:80%;
	margin-right:auto;
	margin-left:auto;
}


.box_top_text{
	background-size: 100% auto;
	width:80%;
	margin-right:auto;
	margin-left:auto;
}

.box_info_text{
	background-size: 100% auto;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}

.box_news_text{
    text-align: center;
	font-size: 2.5vw;
//	-webkit-text-stroke: 1px #000;
//	text-stroke: 1px #000;
//	  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
//              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
//              0px 1px 0 #FFF,  0-1px 0 #FFF,
//              -1px 0 0 #FFF, 1px 0 0 #FFF;
	color:black;
//	color:white;
	margin-right:auto;
	margin-left:auto;
}

.box_code{
	background-size: 100% auto;
	width:80%;
	margin-right:auto;
	margin-left:auto;
}

.box_list{
	background-size: 100% auto;
	width:80%;
	margin-right:auto;
	margin-left:auto;
}

.box_topcs{
	background-size: 100% auto;
	width:80%;
	margin-right:auto;
	margin-left:auto;
    text-align: center;
}

.box_participation_award{
	background-size: 100% auto;
	width:80%;
	margin-right:auto;
	margin-left:auto;
}

.box_footer{
	background-size: 100% auto;
	width:80%;
	margin-right:auto;
	margin-left:auto;
}

.box_item{
	width:100%;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	background-size: 100% auto;
	padding-top:0%;
    display: grid;
//    display: block;
//    position: relative;
//    border: 1px solid #ffffff;
	z-index:0;
}

.box_item2{
	width:100%;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	background-size: 100% auto;
	padding-top:0%;
//    display: grid;
//    display: block;
//    position: relative;
//    border: 1px solid #ffffff;
	z-index:0;
}


/* 重要なお知らせ */
.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_gallery{
	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_shop2{
	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/official/bg.jpg) repeat #ffffff;
	background-size: auto 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_menu01 {
    justify-content: center;        /*中央揃え*/
    text-align: center;
    width: 10%;

//    background-color: black;
//  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);
//  background: url("img/btn001ro.png") no-repeat;
}
.float_menu01 a {
  display: inline-block;
}
.float_menu01 a:hover {
//  background-color: transparent;
}
.float_menu01 a:hover img{
//  visibility: hidden;
}
.float_menu01 p {
  font-size: 1.5vw;
  color: #ffffff;
}
.float_menu01 img {
  width: 100%;
}

.float_menu02 img {
  width: 100%;
position:bloxk;
}

.float_menu02 img:nth-of-type(2){
position:absolute;
width:30%;
height:auto;
margin-top:-10%;
margin-left:-110%;
//-webkit-animation:blink 0.8s ease-out infinite alternate;
//-moz-animation:blink 0.8s ease-out infinite alternate;
animation:blink 0.8s ease-out infinite alternate;
}
@-webkit-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
@keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}


//.float_panel{
//position:bloxk;
//}

//.new{
//position:absolute;
//width:10%;
//height:auto;
//margin-top:0%;
//margin-left:0%;
//}


.float_menu02 {
position: relative;
    justify-content: center;        /*中央揃え*/
    text-align: center;
//  color: #000000;

//    background-color: black;
//  display: inline-block;
//    transition: 0.5s;
//  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);
//  background: url("img/btn001ro.png") no-repeat;
}
.float_menu02 a {
//  display: inline-block;
//    border: solid 5px #4ec4d3;
    border: solid 5px #ffffff;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
//	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
	border-radius: 5px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.float_menu02 a:hover {
//    border: solid 5px #000000;
    border: solid 5px #4ec4d3;
//  background-color: transparent;
}
.float_menu02 a:hover img{
//  visibility: hidden;
//	opacity:0.5;
}

.float_menu02 a div {
position:absolute;
  width: 100%;
  margin-top:-50%;
  height:50%;
//position:bloxk;
  background-color: rgba(255, 255, 255, 0.5);
}



.float_menu02 p {
  font-size: 2.0vw;
  color: #000000;
  margin-top: 2.5%;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
.float_menu01 p {
  font-size: 1.5vw;
  color: #ffffff;
}
.float_menu02 p {
  font-size: 2.0vw;
  color: #ffffff;
}
}

.float_menu02 {
    justify-content: center;        /*中央揃え*/
//    background-color: black;
//  display: inline-block;
  transition: 1.0s;
//  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);
//  background: url("img/btn001ro.png") no-repeat;
}
.float_menu02 a {
  display: inline-block;
}
.float_menu02 a:hover {
//  background-color: transparent;
}
.float_menu02 a:hover img{
//  visibility: hidden;
}

.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

/* 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);
}
.float_chara:hover {
  transform: translateY(-5%);
}

/* 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);
}
.scale_chara:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
}
.scale_chara_no {
  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 パッケージ */
.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 {
	filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.3));
/*	box-shadow: 3px 4px #000000;*/
}

/*////////////////////////////////////////////////////////////////////////////////////////*/
/* ＴＯＰ動画 */

#bg-video video {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	object-fit:cover;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/
/* メインビジュアル */


.main{
	width:100%;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	background-size: 100% auto;
	padding-top:0%;
	z-index:0;
}

.main02{
	width:100%;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	background-size: 100% auto;
	padding-top:0%;
	z-index:0;
}

.bt01{
    border: 0px
    z-index:5;

}

.main02 a{
    position: absolute;
    left: 50%;
    top: 200%;
    transform: translate(-50%,-50%);
    display: block;
    width: 200px;
    box-sizing: border-box;
 //   background: rgba(255,255,255,0.3);
//    border: 1px solid #FFF;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    transition: .3s;
    text-decoration: none;
}
.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_box_news_block{
/*	margin-right:auto;
	margin-left:auto;
	width:90%;
	border: 1px solid #ffffff;
	border-radius: 1.0vw;*/

	background-color: rgba(255, 255, 255, 1);
    border-radius: 30px;
    width: 100%;
    padding: 10% 5% 10%;
    margin: 0 auto 0;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 480px) {
.news_box_news_block{
    width: 100%;
    padding: 5% 2.5% 5%;
}
}

.box_news_block{
	margin-right:auto;
	margin-left:auto;
	width:90%;
}
.box_news_bar{
	border-top: 2px solid #3960c6;
}
.box_news_block > div{
/*	border-color: #3960c6 transparent transparent transparent;*/
	font-size: min(2.0vw,40px);
/*	vertical-align: middle;*/
	vertical-align: text-top;
	
}
.box_news_block > div >img{
	width:min(10vw,204px);
	vertical-align: middle;
}
@media screen and (max-width: 1920px) {
.box_news_block > div{
	font-size: min(2.0vw,20px);
}
.box_news_block > div >img{
	width:min(10vw,102px);
}
}
/*
.box_news_block > div:before{
  display: block;
  content: url('../parts/news_line.png');;
  width:100%;

}*/

.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);
	
}

.topic{
	background-color:#4ec4d3;
	color:white;
	border-radius: 1.0vw;
	padding-left: 1.0vw;
	padding-right: 1.0vw;
}

.magazines{
	background-color:#c44e4e;
	color:white;
	border-radius: 1.0vw;
	padding-left: 1.0vw;
	padding-right: 1.0vw;
}

.news_contents{
//	border: 3px solid #000000;
/*	border: 3px solid #4ec4d3;*/
    border-radius: 0px;
	font-size: 1.0vw;
	width:30vw;
	height:25vw;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding:1.0%;
	background:rgba(255,0,0,0.0);
/*	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);*/
}

.news_contents > ul > li > img{
	width:6%;
}

.scrollarea{
text-align:left;
width:70vw;
background:rgba(255,255,255,0.7);
//margin-top:2%;
margin-left: auto;
margin-right: auto;
overflow:auto;
color:black;
}


.scrollarea li{
margin-bottom:0.8%;
padding-bottom:0.8%;
padding-left:0.8%;
/*	border-bottom:solid 1px rgba(0,0,0,1.0);*/
}

.scrollarea li:before{
  display: block;
  content: url('../parts/news_line.png');;
/*	background: url(../parts/news_line.png) no-repeat buttom center;*/
}

.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);
  background-color: #4ec4d3;
  border:solid 1px rgba(255,255,255,1.0);
//4ec4d3
  border-radius: 3px;

}

.scrollarea::-webkit-scrollbar-track {

//  background: rgba(90,90,90, .7);
  background: rgba(255,255,255, .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;

}

.pv div{
	box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .3);
}

#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:58.6614%;
	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:30%;
	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:-177%;
	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{
	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;
}

.ch01dress{
	display: flex;
	flex-wrap:wrap;
	background:rgba(0,255,255,0.0);
}

.ch01dress 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);
}

.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:-177%;
	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);
}


/* ------------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:-177%;
	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:-177%;
	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%;
	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:0%;
	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:0%;
	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%;
}





/*////////////////////////////////////////////////////////////////////////////////////////*/
/* ギャラリー */


/*#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:65%;
	height:100%;
	margin-top:61%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	padding-top:6%;
	padding-bottom:0%;
	position: relative;
	z-index:100;
	

}
 */

.shop_title{
	padding-top:3%;
	padding-bottom:3%;
}

.shop_original_title{
	width:50%;
	margin-right:auto;
	margin-left:auto;
	padding-top:0%;
	padding-bottom:0%;
}

.shop_new_title{
	padding-top:5%;
	padding-bottom:0%;
}

.shop{
	width:80%;
	height:100%;
	margin:0 auto;
	text-align:center;
	padding-top:5%;
	padding-bottom:5%;
	position: relative;
	z-index:100;
}

.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.0);
	text-align:center;
}

.shoplineup01{
	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.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;
}

.shoplineup03{
	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;
}

.shoplineup04{
	width:100%;
	margin-top:6%;
	margin-bottom:0%;
	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%/3);/*←画像を横に●つ並べる場合*/
	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:31%;
	padding:0px 10px;/*←画像の左右に●pxの余白を入れる場合*/
}


.tenpo00_long{
	background:rgba(0,255,0,0.0);
	display: inline-block;
	width:50%;
	padding:0px 10px;/*←画像の左右に●pxの余白を入れる場合*/
}


.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);
}

.cg_line2{
/*    border: solid 1px #917C4F;*/
	margin-top:2%;
	margin-bottom:2%;
/*	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .2);*/
	filter: drop-shadow(4px 4px 4px rgba(0, 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);
}



.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:-61%;
	margin-bottom:8%;
	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%/3);/*←画像を横に●つ並べる場合*/
	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:32%;
	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(0,0,0,0.1);
}


.setlist{
	width:75%;
	margin-top:2%;
	margin-right:auto;
	margin-left:auto;
/*	background:rgba(0,0,0,0.1);*/
	text-align:center;
}

.setlistlineup{
	width:75%;
	margin-top:0.5%;
	margin-right:auto;
	margin-left:auto;
/*	background:rgba(255,0,255,0.0);*/
	background:rgba(0,0,0,0.1);
	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(49,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(131,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;
}



