@charset "utf-8";

/* formatting style
------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
    text-decoration: none;
}

html {
	font-size: 62.5%;
}
body {
	font-size: 2rem;
	color: #333333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	background: linear-gradient(-25deg, rgba(246, 255, 0, .5), rgba(255, 0, 161, .5)),url(../images/base.gif);
	background-attachment: fixed;
	padding-bottom: 0px;
	background-repeat: repeat;
	-webkit-text-size-adjust: 100%;
}

br {
	margin: 0px;
	padding: 0px;
}
.bs {
	margin-bottom: 3em;
	
}
.ss {
	margin-bottom: 1em;
}

/* link styles
------------------------------------------*/


a img {
	border-style: none;
}

/*リンク画像をホバーで明るくする　1.0が元の明るさ*/
a img:hover {
     -webkit-filter: brightness(1.1);
     -moz-filter: brightness(1.1);
     -o-filter: brightness(1.1);
     -ms-filter: brightness(1.1);
     filter: brightness(1.1);
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: underlin;
}
a:hover {
	text-decoration: underlin;
}
a:active {
	text-decoration: underlin;
}
/* basic layout
------------------------------------------*/


#container {
	width: 840px;
	/*	background-image: url(../images/body.png);
	background-repeat: repeat-y;
*/
	height: auto;
	margin: 0 auto;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
header {
	position: relative;
	height: 130px;
	width: 840px;
	background-image: url(../images/header.jpg);
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 800px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#container #contents #spec hr {
	background-image: url(../images/product_hr.gif);
}
header #debonosu {
	position: absolute;
	top: 20px;
	left: 715px;
}
#info {
	position: absolute;
	top: 95px;
	left: 15px;
	background-color: #FFFFFF;
	width: 780px;
	height: 30px;
	color: #666666;
	border-radius: 15px;
	line-height: 30px;
	font-weight: 650;
	padding: 0 0 0 20px;
}
#info a:link {
	color: #3366CC;
}
#info a:visited {
	color: #3366CC;
}
#infotext {
	vertical-align:middle;
}
#date {
	color: #333333;
	font-size: 0.8em;
	font-weight: 700;
	vertical-align:middle;
}

#header02 #debonosu {
	position: absolute;
	top: 10px;
}
#contents #spec .product_hr {
	margin-left: 20px;
}
#container .pagetop {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container .pagetop a:link {
	color: #333333;
	text-decoration: none;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
}
#container .pagetop a:visited {
	color: #333333;
	text-decoration: none;
	background-image:url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
}
#container .pagetop a:hover {
	color: #FF0000;
	text-decoration: none;
	background-image:url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
}
#container .pagetop a:active {
	color: #333333;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
}
#contents {
	width: 840px;
	height: auto;
}
footer {
	color: #CCCCCC;
	background-color: #9a1234;
	height: 50px;
	width: 840px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	font-size: 1.2rem;
	line-height: 50px;
	text-align: center;
}
.hd {
	display: flex;
	align-items: center;
	width: 840px;
	height: 40px;
	background-image: url(../images/bnr_hd.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	padding-left:20px; 
	font-weight: 900;
	font-size: 3rem;
	line-height: 3rem;
	text-shadow: 2px 2px 1px #000,
                 -2px 2px 1px #000,
                  2px -2px 1px #000,
                 -2px -2px 1px #000;

}
/* トップページ
------------------------------------------*/
#top {
	background-image: url(../images/top03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 840px;
    height: 800px;
/*	height: 594px;*/
}
.movieBox {
	margin-top: 230px;
	float: right;
	width: 450px;
	height: 300px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.movieBox a {
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: 900;
	text-align: center;
	padding: 10px 60px 10px;
	margin: 5px 10px 10px 10px;
	background-color: #C00;
	border-radius: 5px;
}
.movieBox a:hover{
	background-color: #FF3333;
}




/*グローバルナビ
　　　　--------------*/
.index {
	display:inline-flex;
	justify-content:center;
	width: 840px;
	font-size: 2.2rem;
	font-weight: 900;
	color: #999;
	line-height: 3.5rem;
	background-color: #033;
}
.index a{
	color: #FFF;
	text-decoration: none;
	padding: 3px 15px;
	border-radius: 4px;
}
.index a:visited {
	color: #FFF;
	text-decoration: underlin;
}
.index a:hover {
	color: #FFF;
	text-decoration: underlin;
	background-color: #099;
}
.index_active {
	color:#FF0000;
	padding: 3px 15px;
}
.index_nolink {
	color:#999999;
	padding: 3px 15px;

}
.indexmini {
	font-size:0.7em;
}

.index2 ul {
	width: 840px;
	background-color: #036;
	font-size: 2rem;
	font-weight: 900;
	line-height: 5rem;
	color: #999;
	display: inline-flex;
	justify-content: center;
	list-style: none;
}
.index2 ul li a{
	color: #FFF;
	padding: 10px 20px;
	border-radius: 4px;
}
.index2 ul li a:hover {
	color: #FFF;
	background-color: #099;
}
.index2_nolink {
	color:#999999;
	padding: 10px 20px;
}
	
/*shop-----------------------
　　　　　　----------------*/
#shop {
	display: flex;
    flex-wrap: wrap;   /*子要素を折り返す*/        
	justify-content: center;　/*子要素を真ん中に寄せる*/
}
/*.shop {
	height: 480px;
	width: 380px;
	text-align: center;
	font-size: 18px;
	line-height: 1.1em;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
	font-weight: bold;
	color: #FFF;
	background-color: #C03;
}
.shop img {
	margin-bottom: 5px;
	margin-top: 10px;
}
*/
.shoplist {
	background:linear-gradient(#74f4f6, #fFF);
	width: 840px;
	height: auto;
	text-align:center;
}
.shoplist01 {
	width: 840px;
	text-align: center;
	color: #ed1f1f;
	background: #333;
	font-size: 2.4rem;
	line-height: 5rem;
}
.descrip {
	padding: 10px 0;
}


.shoplist02{
	padding: 20px 40px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.shoplist_box {
	width: 700px;
	height: auto;
	background-color: #FFF;
	padding-bottom: 5px;
	padding-top: -50px;
	border: solid 2px #333333;
	color: #000;
	border-radius: 15px ;
	margin: 5px 0;
}
.shoplist_box h4, .shoplist_boxh5 {
	font-size: 1.7em;
	line-height: 50px;
	height: 50px;
	background:#000;
	border-radius: 10px 10px 0 0;
}
.shoplist_box ul {
	list-style: none;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	
}

.shoplist_box ul li {
	margin: 0 10px;
}

.shoplist_box p {
	font-size: 1.6rem;
	font-weight: 700;
	color: #666;
	padding: 10px 0;
}

.square_btn {
    display: flex;
    justify-content: center;
    align-items: center;

	text-decoration: none;
	border: solid 2px #67c5ff;
	border-radius: 10px;
	transition: .4s;
	width: 275px;
	font-weight: 700;
	box-shadow: 2px 2px 4px #555;
	font-size: 2.4rem;
	line-height: 3rem;
	background: #67c5ff;
	color: white;
	margin: 10px auto 0 ;
	padding: 10px 0;
}
.square_btn:hover {
	background-color: #FFFFFF;
	color: #67c5ff;
	box-shadow: 2px 2px 10px #555;
}


.square_btn_noactive {
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
	color: #CCCCCC;
	border: solid 2px #cccccc;
	border-radius: 10px;
	transition: .4s;
	width: 275px;
	font-weight: 700;
	margin: 10px 10px;
	background-color: #999999;
	box-shadow: 2px 2px 4px #555;
	font-size: 2.4rem;
	line-height: 3rem;
	margin: 10px auto 0 ;
	padding: 10px 0;

}
.square_btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
	border: solid 2px #67c5ff;
	border-radius: 10px;
	transition: .4s;
	width: 295px;
	font-weight: 700;
	box-shadow: 2px 2px 4px #555;
	font-size: 2.3rem;
	line-height: 3rem;
	background: #67c5ff;
	color: white;
	margin: 10px auto 0 ;
	padding: 20px 0;
}

.square_btn2:hover {
	background-color: #FFFFFF;
	color: #67c5ff;
	box-shadow: 2px 2px 10px #555;
}
.shoplist_box ul li:last-child {
	margin-bottom: 10px;
}


.descrip{
	margin-top: 5px;
	text-align: center;
	font-weight: 600;
	color: #006;
	line-height: 3.6rem;
}
.text {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 15px;
	clear: both;
	color: #696;
	text-align: center;
}

.wide_box {
	height: auto;
	width: 680px;
	font-size: 18px;
	line-height: 1.1em;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #F9C;
	border-radius: 16px;
}
.wide_box a {
	color:#FFF;
	text-decoration:none
}

.normal_box {
	height: auto;
	width: 360px;
	font-size: 18px;
	line-height: 1.1em;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #F9C;
	border-radius: 16px;
}
.normal_box a {
	color:#FFF;
}



.telbox_hd {
	height: 40px;
	background-color:#333;
    line-height: 40px;
	padding-left: 20px;
	border-radius: 5px 5px 0px 0px ;
	font-weight:900;
	font-size: 3rem;

}

.telbox_hd span {
	font-size: 1.6rem;
	color:#FF0000;
	vertical-align: middle;
}
.telbox {
	display: flex;
	justify-content: center; 
	align-items: center;
	margin: 10px;
	padding: 10px 10px;
	height: 339px;    /*背景の方眼の関係で1ピクセル短い*/
	border: solid 1px #FFF ;
	background-image: url(../images/bg_telbox.gif); 
}

.telbox .tel {
	border-radius: 10px;
}
.telbox img {
	margin: 0 20px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);　/*上下　左右　ぼかし幅　色*/

}
/*.telbox_text {
	text-align: center;
	padding-bottom: 20px;
	font-weight: 900;
	font-size: 1.2em;
}*/
.telbox_text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-item: center; 
	border-radius: 5px;
	list-style: none;
	padding: 10px 20px;
}
.telbox_text p {
	width: 300px;
	height: 40px;
	line-height: 40px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	padding: 10px 20px 10px;
	margin: 0 10px 10px 10px;
	background-color: #666;
	border-radius: 5px;
}

.telbox_text a {
	display: block;
	width: 300px;
	height: 40px;
	line-height: 40px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	margin: 0 10px 20px 10px;
	background-color: #09F;
	border-radius: 35px;	
	box-shadow:2px 2px 5px #555;

}


.telbox_text a:hover {
	background-color: #00CCFF;
	box-shadow:2px 2px 15px #555;
}
.telbox_text a {
	color: #FFF;
}

.telbox_text span {
	display: block;
	width: 300px;
	height: 40px;
	line-height: 40px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	margin: 0 10px 20px 10px;
	background-color: #999;
	border-radius: 35px;
	box-shadow: 2px 2px 5px #555;
}
.telbox_text2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-item: center; 
	border-radius: 5px;
	list-style: none;
	padding: 10px 20px 5px;
}
.telbox_text2 p {
	width: auto;
	height: auto;
	font-size: 2.5rem;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	padding: 20px 80px;
	margin: 0 10px 10px 10px;
	background-color: #333;
	border-radius: 20px;
}


/*作品概要*/
#about_box {
	width: 700px;
	height: auto;
	padding: 20px 70px;
	background-color: #666;
/*	background-image: url(../images/bg_about.jpg);*/
    background: repeating-linear-gradient(-45deg, rgba(246, 255, 100, .2) 0px, rgba(255, 50, 161, .1) 400px, rgba(246, 255, 0, .2) 800px), url(../images/bg_gold02.png),url(../images/bg_gold01.png);
	background-repeat: repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.storytext2 {
	font-size: 2.0rem;
	line-height: 3.4rem;
	padding: 5px 15px;
	font-weight: 700;
	color: #FFF;
	text-shadow: 2px 2px 2px #000,
              -2px 2px 2px #000,
               2px -2px 2px #000,
              -2px -2px 2px #000;
}

.headertext{
	font-size: 3.0rem;
	margin: 50px 0 15px 0;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	text-shadow: 2px 2px 5px #C60,
	            -2px 2px 5px #C60,
	             2px -2px 5px #C60,
	            -2px -2px 5px #C60;
}

.headertext2{
	font-size: 2.5rem;
	margin: 10px 0 15px 0;
	font-weight: 700;
	color: #FFF;
	text-shadow: 2px 2px 5px #32BC8F,-2px 2px 5px #32BC8F,2px -2px 5px #32BC8F,-2px -2px 5px #32BC8F;
	margin-top: 50px;
}
figcaption {
	margin: 0 0 20px;
}





/* 物語------------------*/

#story_box{
/*	background-image: url(../images/bg_story.jpg);*/
    background: repeating-linear-gradient(-45deg, rgba(246, 255, 100, .2) 0px, rgba(255, 50, 161, .1) 400px, rgba(246, 255, 0, .2) 800px), url(../images/bg_red02.png),url(../images/bg_red01.png);
	background-repeat: repeat;
	width: 720px;
	height: auto;
	background-color: #999;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 60px;
}
.storytext{
	font-size: 2.2rem;
	line-height: 3.6rem;
	font-weight:700;
	color:#FFF;
	text-shadow: 2px 2px 5px #000,
                 -2px 2px 5px #000,
                  2px -2px 5px #000,
                 -2px -2px 5px #000;
}
/*ゲーム概要*/

.battle_box {
/*	background-image: url(../images/bg02.png),url(../images/bg01.png);*/
    background: repeating-linear-gradient(-45deg, rgba(246, 255, 100, .2) 0px, rgba(255, 50, 161, .1) 400px, rgba(246, 255, 0, .2) 800px), url(../images/bg_green02.png),url(../images/bg_green01.png);
	background-repeat: repeat;
	list-style-type: none;
	width: 790px;
	height: auto;
	text-align: center;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px 25px 100px 25px ;
}

.battle_box ul {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
.battle_box li {
	border: 0;
	list-style-type: none;
    margin: 0 auto;
}

.battle_box img {
	margin : 0 5px;
	padding: 0;
}
.img_border {
	border: solid #FFFFFF 3px;
}

.battle_box li span {
	font-size: 25px;
	font-weight: bold;
	color: #FF0000;
	position: relative;
	top: -155px;
	left: -315px;
	text-shadow: 2px 2px 2px #000,
                 -2px 2px 2px #000,
                  2px -2px 2px #000,
                 -2px -2px 2px #000;
}
.battle_text {
	font-size: 2rem;
	line-height: 3rem;
	font-weight:700;
	color:#FFF;
	text-shadow: 2px 2px 5px #000,
                 -2px 2px 5px #000,
                  2px -2px 5px #000,
                 -2px -2px 5px #000;
	padding:  0px;
}
.battle_box table{
    margin: 0 100px;
	width:600px;
	border-collapse: collapse;
    border-radius: 20px;
}

.battle_box table th {
	background-color: #06F;
	border: solid 1px #06F;
	height: 40px;
	color: #FFF;
}

.battle_box table td {
	background-color: #FFF;
/*	border: solid 1px #000000;*/
	height: 50px;
	text-align:center;
    padding: 5px 10px 10px 10px;
}
.battle_box table td a{
	width: 350px;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 0px 10px;
/*
	margin-left:auto;
	margin-right:auto;
*/
    margin: 5px auto 10px;
	color: #fff;
	background-color: #49a9d4;
	border-radius: 20px;
	box-shadow:2px 2px 8px #555;
}

.battle_box table tr td a:hover {
	background-color: #0CC;
}

.battle_box table td p {
    margin-top: 15px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}

.storytext3 {
	text-align:left;
	margin-top: 50px;
	font-size: 1.8rem;
	line-height: 60px;
	font-weight:700;
	color:#FFF;
	text-shadow: 2px 2px 5px #000,
                 -2px 2px 5px #000,
                  2px -2px 5px #000,
                 -2px -2px 5px #000;
}
p img {
	vertical-align: middle;
}

.column {
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.wrap {
	display: flex;
	
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	align-items: center
}
/*


/*キャラクター------------------*/
#character_box01 {
	background-image: url(../images/character.jpg);
}
#character_box02 {
	background-image: url(../images/character_yukari.jpg);
}
#character_box03 {
	background-image: url(../images/character_chihaya.jpg);
}
.character_box {
	width: 840px;
	height: 800px;
	position: relative;
/*	margin-top: -20px;*/
}
.character_box_mini {
	width: 420px;
	position: absolute;
	top: 220px;
	left: 20px;
	height: auto;


}
.character_box_mini_right {
	width: 400px;
	position: absolute;
	top: 150px;
	left: 420px;
	height: auto;


}
.charatext{
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 700;
	color: #FFF;
	text-shadow: 2px 2px 2px #000,
                 -2px 2px 2px #000,
                  2px -2px 2px #000,
                 -2px -2px 2px #000;
}
.weapon {
	font-size: 3.2rem;
	font-weight: 900;
	color: #FFF;
	text-shadow: 2px 2px 2px #000,
                 -2px 2px 2px #000,
                  2px -2px 2px #000,
                 -2px -2px 2px #000;
}
.name_area {
	position: absolute;
	top: 20px;
	right: 30px;

	font-size: 7rem;
	font-weight: 900;
	line-height: 7rem;
	color: #000000;
    text-shadow:#FFF 2px 0px,  #FFF -2px 0px,
                 #FFF 0px -2px, #FFF 0px 2px,
				 #FFF 2px 2px , #FFF -2px 2px,
				 #FFF 2px -2px, #FFF -2px -2px,
				 #FFF 1px 2px,  #FFF -1px 2px,
				 #FFF 1px -2px, #FFF -1px -2px,
				 #FFF 2px 1px,  #FFF -2px 1px,
				 #FFF 2px -1px, #FFF -2px -1px;

}
.name_area rt{
	font-size: 3rem;
	font-weight: 500;
	line-height: 3rem;
	color: #0099CC;
}

.cv_area {
	display: flex;
    justify-content: center;
	font-size: 3rem;
	font-weight: 900;
	line-height: 4rem;
	margin-top: 20px;
	color: #FF6600;
    text-shadow:#FFF 2px 0px,  #FFF -2px 0px,
                 #FFF 0px -2px, #FFF 0px 2px,
				 #FFF 2px 2px , #FFF -2px 2px,
				 #FFF 2px -2px, #FFF -2px -2px,
				 #FFF 1px 2px,  #FFF -1px 2px,
				 #FFF 1px -2px, #FFF -1px -2px,
				 #FFF 2px 1px,  #FFF -2px 1px,
				 #FFF 2px -1px, #FFF -2px -1px;

}





.voice_area {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 50px;
	padding: 0 5px;
	border-radius: 15px;
	background: rgba(79,65,65,1.00);
	color: #FFF;
	margin-top: 20px;
	font-size: 2.4rem;
	width: 400px;
}

.voice_area p span {
	font-family 'Raleway', sans-serif;
	font-weight:900;
}

.voice_area a {
	color:rgba(79,65,65,1.00);
	font-weight:900;
	text-decoration:none;
	transition:all 0.3s;
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#FFF;
	line-height:30px;
	text-align:center;
}

.voice_area a:hover {
	background-color:#FF9600;
	color:rgba(255,255,255,1.00);
}
.voice_area a.pi {
	background:#FF7BA4;
	color:#FFF;
}

.voice_area a:hover.pi {
	background-color:#FF009E;
	color:rgba(255,255,255,1.00);
}

.voice_area_right {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 50px;
	padding: 0 5px;
	border-radius: 25px;
	background: rgba(79,65,65,1.00);
	z-index: 1;
	color: #FFF;
	position: absolute;
	top: 660px;
	left: 400px;
	font-size: 2.4rem;
	width: 400px;
}

.voice_area_right p span {
	font-family 'Raleway', sans-serif;
	font-weight:900;
}

.voice_area_right a {
	color:rgba(79,65,65,1.00);
	font-weight:900;
	text-decoration:none;
	transition:all 0.3s;
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#FFF;
	line-height:30px;
	text-align:center;
}

.voice_area_right a:hover {
	background-color:#FF9600;
	color:rgba(255,255,255,1.00);
}
.voice_area_right a.pi {
	background:#FF7BA4;
	color:#FFF;
}

.voice_area_right a:hover.pi {
	background-color:#FF009E;
	color:rgba(255,255,255,1.00);
}


/*画廊*/

.gallery_box {
	list-style-type: none;
	width: 840px;
	height: auto;
	text-align: left;
	padding-top: 20px;
	height: auto;
	overflow: hidden;
	margin-bottom: 0px;
}

.gallery_box ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.gallery_box li {
	border: 0;
	list-style-type: none;
    margin: 15px;
}

.gallery_box img {
	border-width: 0px;
}

.gallery_box li span {
	font-size: 25px;
	font-weight: bold;
	color: #FF0000;
	position: relative;
	top: -155px;
	left: -315px;
	text-shadow: 2px 2px 2px #000,
                 -2px 2px 2px #000,
                  2px -2px 2px #000,
                 -2px -2px 2px #000;
}

/* 商品に見立てた枠 */

.galleryNew {
	    background: #fafafa;
	    width: 320px;
	    height: 180px;
	    border: #eee 1px solid;
	    margin: 0 auto;
	    position: relative;
}
	 
/* ラベル部分 左上に表示
       ------------------------- */

.galleryNew::before {
	    content: "";
	    top: 0;
	    left: 0;
	    border-bottom: 3em solid transparent;
	    border-left: 3em solid #c12748; /* ラベルの色はここで変更 */
	    position: absolute;
	    z-index: 100;

}
.galleryNew::after {
	    content: "NEW";
	    display: block;
	    top: 5px;
	    transform: rotate(-45deg);
	    color: #fff; /* 文字色はここで変更 */
		font-weight: bold;
	    left: 0;
	    position: absolute;
	    z-index: 101;

}


.text {
	margin: 0 auto 0;
	padding: 5px 0 25px;
	color: #333;
	font-size: 1.8rem;
	text-align: center;
	line-height: 2rem;
	font-weight: normal;
}
.text2 {
	margin: 0 auto 0;
	padding: 0;
	color: #F00;
	text-align: center;
	line-height: 2em;
	font-weight: bold;
	background-color: #333;
}



/*デモムービー*/
.demomovie_box {
    background: repeating-linear-gradient(-45deg, rgba(246, 255, 100, .2) 0px, rgba(255, 50, 161, .1) 400px, rgba(246, 255, 0, .2) 800px), url(../images/bg_blue02.png),url(../images/bg_blue01.png);
    background-repeat: repeat;
	width: 560px;
	height: auto;
	padding: 40px 140px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;

/*	padding: 270px 20px 20px 20px;*/
}


.demomovie_box a {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: 900;
	padding: 15px 60px;
	margin: 20px 0 0 0;
	background-color: #C00;
	border-radius: 5px;
}
.demomovie_box a:hover{
	background-color: #FF3333;
}




/*体験版----------------*/

#trial_box {
    background: repeating-linear-gradient(-45deg, rgba(246, 255, 100, .2) 0px, rgba(255, 50, 161, .1) 400px, rgba(246, 255, 0, .2) 800px), url(../images/bg_green02.png),url(../images/bg_green01.png);
	width: 800px;
	height: auto;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


#trial_box table{
    margin-top: 30px;
	width:600px;
	border-collapse: collapse;
    border-radius: 20px;
}

#trial_box table th {
	background-color: #06F;
	border: solid 1px #06F;
	height: 40px;
	color: #FFF;
}

#trial_box table td {
	background-color: #FFF;
/*	border: solid 1px #000000;*/
	height: 50px;
	text-align:center;
    padding: 5px 10px 10px 10px;
}
#trial_box table td a{
	width: 350px;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 0px 10px;
/*
	margin-left:auto;
	margin-right:auto;
*/
    margin: 5px auto 10px;
	color: #fff;
	background-color: #49a9d4;
	border-radius: 20px;
	box-shadow:2px 2px 8px #555;
}

#trial_box table tr td a:hover {
	background-color: #0CC;
}

#trial_box table td p {
    margin-top: 15px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}



/*キャンペーン-----------------*/


#campaign .text2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	color: #F60;
	text-align: center;
	font-size: 2.2rem;
	line-height: 2.8rem;
	font-weight: bold;
	background: -moz-linear-gradient(top, #FFC778, #FFF);
	background: -webkit-linear-gradient(top, #FFC778, #FFF);
	background: linear-gradient(to bottom, #FFC778, #FFF);
	text-shadow: #FFF 2px 0px,  #FFF -2px 0px,
                 #FFF 0px -2px, #FFF 0px 2px,
				 #FFF 2px 2px , #FFF -2px 2px,
				 #FFF 2px -2px, #FFF -2px -2px,
				 #FFF 1px 2px,  #FFF -1px 2px,
				 #FFF 1px -2px, #FFF -1px -2px,
				 #FFF 2px 1px,  #FFF -2px 1px,
				 #FFF 2px -1px, #FFF -2px -1px;
}
#campaign .text2 span {
	font-size: 2.6rem;
	line-height: 3rem;
	color: #f00;

}
#campaign .file {
	display: flex;
	justify-content: center;
	margin: 30px 0 30px;
	
}
#campaign .file img {
	border-radius: 10px 10px 0 0;
	box-shadow: #666 0 0 10px;
}
#campaign .text {
	margin: 0 auto;
	padding-bottom: 25px;
	color: #336;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: bold;
}
#campaign .text3 img {
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: #666 0 0 5px;　/*色 上下　左右　ぼかし幅　*/
}
/*製品情報----------------*/
#spec dl {
	width: 800px;
	display:flex;
	flex-wrap:wrap;
}
#spec dt {	
	width: 150px;
	padding: 10px;
	text-align: right;
	white-space: normal;
	color: #666666;
	border-top: #FCFCFE;
	border-right: #FCFCFE;
	border-bottom: #FCFCFE;
	border-left: #FCFCFE;
	line-height: 3rem;
	font-size: 2rem;
	font-weight:900;
}
#spec dd {
	width: 550px;
	padding: 10px 5px 10px 20px;
	text-align: left;
	white-space: normal;
	border-top: #333333;
	border-right: #333333;
	border-bottom: #333333;
	border-left: #333333;
	line-height: 3rem;
	font-size: 2rem;
}


.textBox {
	clear: both;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
}
.imagetBox {
	width: 320px;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
	float: left;
	height: 100px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFCCFF;
}



/*作品概要*/
#tokuten_box {
	width: 740px;
	height: auto;
	padding: 20px 50px 40px 50px;
	background-color: #666;
	background-image: url(../images/bg_about.jpg);
	display: flex;
	justify-content: center;
	align-items: center;
}
.tokuten_headertext{
	padding-top: 0px;
	font-size: 2.2em;
	font-weight: 700;
	line-height: 1.3em;
	color: #FFF;
	text-align: center;
	text-shadow: 2px 2px 5px #C60,
	            -2px 2px 5px #C60,
	             2px -2px 5px #C60,
	            -2px -2px 5px #C60;
}

.tokuten_text {
	padding: 5px 25px;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 700;
	color: #FFF;
	border: #F00 solid 2px;
	background-color: rgba(51,51,51,0.55);
	text-shadow: 2px 2px 2px #000,
              -2px 2px 2px #000,
               2px -2px 2px #000,
              -2px -2px 2px #000;
}


.tokuten_text a {
	font-size:1.4em;
	color:#00CCFF;
}
.tokuten_text a:hover {
	color: #FF0000;
}
.my-red {
	color: red;
}



/*　ページトップへ　*/

#page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
	font-weight:700;
	z-index:2;
}
#page-top a {
    background:  #3399FF;
    text-decoration: none;
    color: #fff;
    width: 80px;
	height: 80px;
	line-height: 80px;
    text-align: center;
    display: block;
    border-radius:50%;
}
#page-top a:hover {
    text-decoration: none;
    background: #33FFFF;
}
/*　フェードイン　*/
 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}


/*IE11だけ文字が上にずれるのを解消*/
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, body {
		font-family:  'Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}
