@charset "utf-8";
/* -------------------------------------------------- 
	Copyright: (c)visual and echo japan
	Created: 2013-03-20
 -------------------------------------------------- */

@media screen and (max-width: 768px) {
/*----------------------------------------------------
 common
--------------------------------------------------- */
html,
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;	color: #fff;
	color: #fff;
	font-size: 62.5%;
	background:#011e60;
}
.menuOpen {
	overflow: hidden;
}
#header {
	z-index: 5;
	position: relative;
}
#header.-opend {
	z-index: 1000;
}
/*----------------------------------------------------
 link
--------------------------------------------------- */
#pageContainer a:link,
#pageContainer a:visited,
#pageContainer a:active {
	color: #000;
	text-decoration: none;
}
#pageContainer a:hover {
	color: #000;
	text-decoration: none;
}

/*********************************
#bgOuter {
	margin: 0 auto;
	background: #001e5f url(/-/Media/com/digieye/top/images/bg.jpg) no-repeat center top;
	background-size: cover;
}
#bg {
	margin: 0 auto;
	background: url(/-/Media/com/digieye/top/images/bg_border.png) repeat;
}
***************************************/

#dg_wrapper {
	margin: 0 auto;
	width: 90.6%;
	padding: 4.7%;
	position:relative;
	padding-top: 40px!important;
}
#dg_over {
	display: none;
	position: fixed;
	background: rgba(0,0,0,0.8);
	height: 100%;
	width: 100%;
	z-index: 11000;
}
#dg_over #dg_player {
	position: absolute;
	top: 50%;
	margin-top: -275px;
	left: 50%;
	margin-left: -400px;
}
#dg_mainArea {
	position: relative;
	z-index: 5;
	padding-bottom: 50px!important;
}
/*******************************
 headerSp
*******************************/

/*******************************
 navi
*******************************/
#dg_secondHeader {
	display: none !important;
}
#dg_spHeader {
	position: absolute;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	background: #001236;
	z-index: 100;
}
.menuFixed #dg_spHeader {
	position: fixed;
}
#dg_spHeader #menuBtn {
	display: table;
	width: 100%;
	height: 40px;
	font-size: 13px;
	font-weight: 700;
}
#dg_spHeader #menuBtn span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
#dg_spHeader #menuBtn span:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 7px;
	margin: -0.2em 5px 0 0;
	background: url(/-/Media/com/digieye/top/190701/images/ico_menu01_sp.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
}
#dg_spHeader #menuInner {
	background: rgba(0,6,14,0.8);
	height: calc(100vh - 40px);
	overflow: auto;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 30;
	width: 100%;
	display: none;
}
#dg_spHeader #menuInner ul li {
	text-align: center;
	position: relative;
}
#dg_spHeader #menuInner ul li:after {
	content: "";
	width: 100%;
	height: 13px;
	position: absolute;
	left: 0;
	bottom: -6px;
	background: url(/-/Media/com/digieye/top/190701/images/border_nav.png) 0 0 / 100% auto no-repeat;
}
#dg_spHeader #menuInner ul li a {
	position: relative;
	line-height: 1;
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 35px 0;
}
#dg_spHeader #menuInner ul li a:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 13px;
	fill: #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
	background: url(/-/Media/com/digieye/top/190701/images/icon_arrow_w.png) 0 0 / 100% auto no-repeat;
}
#dg_spHeader #menuInner ul li.active a {
	color: #f0f03c;
}
#dg_spHeader #menuInner ul li.active a:after {
	background-image: url(/-/Media/com/digieye/top/190701/images/icon_arrow_y.png);
}

/*******************************
 mainTtl
*******************************/
#mainTtl {
	background: #fff;
	padding: 15px 0 20px;
	text-align: center;
	font-size: 24px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #000;
	font-weight: bold;
	position: relative;
	z-index: 5;
}
#mainTtl span {
	display: block;
	color: #00377f;
	font-size: 13px;
	margin-bottom: 8px;
	line-height: 1.4;
}


/*******************************
 Btn
*******************************/
.dg_linkBtn{
	margin:35px auto 0;
	background:#f0f03c url(/-/Media/com/digieye/top/images/to_link_icon.png) no-repeat 97% center;
	border-radius:5px;
	height:45px;
	line-height:45px;
	width:80%;
	font-size:16px;
	text-align:center;
	
	transition: background-color 0.5s ease;
	-moz-transition:  background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-o-transition:  background-color 0.5s ease;
	-ms-transition:  background-color 0.5s ease;
}
.dg_linkBtn a{
	display:block;
}


.dg_toDetailBtn{
	margin:0 auto;
	background:#f0f03c url(/-/Media/com/digieye/top/images/to_detail_icon.png) no-repeat 97% center;
	border-radius:5px;
	height:45px;
	line-height:45px;
	width:80%;
	font-size:16px;
	text-align:center;
	
	transition: background-color 0.5s ease;
	-moz-transition:  background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-o-transition:  background-color 0.5s ease;
	-ms-transition:  background-color 0.5s ease;
}
.dg_toDetailBtn a{
	display:block;
}

.dg_pdfBtn{
	margin:5px auto 0;
	background:#f0f03c ;
	border-radius:5px;
	height:30px;
	line-height:30px;
	font-size:11px;
	text-align:center;
	
	transition: background-color 0.5s ease;
	-moz-transition:  background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-o-transition:  background-color 0.5s ease;
	-ms-transition:  background-color 0.5s ease;
}
.dg_pdfBtn a{
	display:block;
}

/*2015/1/21*/

#dg_bannerArea2 {
	margin-top: 60px;
	position: relative;
}
#dg_bannerArea2:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	border: 2px solid #336cb2;
	opacity: 0.4;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.product-area{
	width: 100%;
	background: url(/-/Media/com/digieye/top/images/banner_bg_sp_v2.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 20px;
}

#dg_bannerArea2 {
	margin-top:50px;
}

.dg_bannerInner2 {
	position: relative;
	z-index: 2;
}

.dg_banner2 {
	position: relative;
	padding: 5% 3.7% 10%;
	z-index: 0;
}

#dg_bannerArea2 #dg_text01 {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 15px;
}
#dg_bannerArea2 #dg_text01 img {
	width: 100%;
}
#dg_bannerArea2 #dg_packages {
	width: 95%;
	margin: 30px auto;
}
#dg_bannerArea2 #dg_packages img {
	width: 100%;
}
#dg_bannerArea2 .dg_linkBtn {
	width: 100%;
	line-height: 30px;
	height: 30px;
	font-size: 11px;
	margin-top: 0;
}
#dg_bannerArea2 .dg_linkBtn img {
	width: 100%;
}





#dg_bannerArea2 .product_list li {
   border:none; 
}
#dg_bannerArea2 .product_list li + li {
   margin-top: 30px;
}

#dg_bannerArea2 .product_list li p.product_img{
	max-width: 270px;
	margin: 0 auto 20px;
}

#dg_bannerArea2 .product_list li p.product_img img{
   width:100%;
}
#dg_bannerArea2 .product_list ul li.new .product_img {
	position: relative;
}
#dg_bannerArea2 .product_list ul li.new .product_img img {
	position: relative;
	padding-top: 20px;
	z-index: 2;
}
#dg_bannerArea2 .product_list ul li.new .product_img:before {
	content: "";
	display: block;
	width: 75px;
	height: 75px;
	position: absolute;
	left: -26px;
	top: -27px;
	background: url(/-/Media/com/digieye/top/200722/images/banner_package_new.png) no-repeat center top /100%;
}

#dg_bannerArea2 .product_list li .note{
   color:#FFF;
   font-size:10px;
   text-align:center;  
}

#dg_bannerArea2 .product_list li#list03{
   margin-bottom:0px;  
}

.product-area .product-box{
	position: relative;
	overflow: hidden;
	padding: 7% 3.7% 5%;
	z-index: 0;
}

.product-area .centered{
	text-align:left;
}

.centered-inline-block {
    display: block;
    text-align: left;
}

.product-area-type02 .product-title_sp{
	width:100%;
	text-align:center;
}

.product-banner-list-box{
	text-align:center;
	padding-bottom:10px;
	border-bottom:solid 1px #434e5e;
	margin-bottom:10px;
	margin-top:10px;
}

.product-banner-list-box .sp img{
	width:40.185%;
	margin: 0 auto;
}
.product-banner-list-box ul{
	/*display:table;*/
	/*display:inline-block;*/
	text-align:left;
	line-height:100%;
}

.product-banner-list-box ul li{
	/*display:table-cell;*/
	width:22.2%;
	float:left;
	padding-left:10px;
}
.product-banner-list-box ul li:first-child{
	padding-left:0px;
}

.product-banner-list-box ul li img{
	width:100%;
}

.product-area-type02 .product-title_sp img{
	width:89.167%;
	margin:0 auto;
}

.product-area-type02 .text-box{
	margin-top:20px;
	margin-bottom:20px;
}

.product-area-type02 .text-box .sp{
	text-align:center;
}

.product-area-type02 .text-box .sp img{
	width:93.958%;
	margin:0 auto;
}

.product-area-type02 .product-img{
	text-align:center;
}

.product-area-type02 .product-img img{
	width:86.875%;
	margin:0 auto;
}

.product-area-type02 .stand-out-text{
	margin-top:15px;
}

.product-area-type02 .product-link-list ul{
	width:100%;
}

.product-area-type02 .product-link-list li{
	width:100%;
	margin-top:10px;
}

.product-area-type02 .product-link-list{
	margin:10px 0px;
}

.product-area-type02 .product-link-list li:first-child{
	padding-top:0px;
	margin-left:0px;
}

.product-area-type02 .product-link-list .link-list02 li:first-child{
	padding-left:0px;
}

/*========================== ec area btn ================================*/
.product-area-type02 .product-link-list .pink-btn a,
.product-area-type02 .product-link-list .yellow-btn a,
.product-area-type02 .product-link-list .dummy-btn a{
    padding: 0px;
    line-height: 30px;
}

.product-area-type02 .product-link-list .btn-cover a:before{
	content:"";
	width:6px;height:10px;
	margin-top:-5px;
	position:absolute;
	top:50%;right:5px;
}

.product-area-type02 .product-link-list .pink-btn a:before{
	background:url(/-/Media/com/digieye/top/images/ico-white-right.png) no-repeat right center;
}

.product-area-type02 .product-link-list .yellow-btn a:before{
	background:url(/-/Media/com/digieye/top/images/to_link_icon.png) no-repeat right center;
}

.product-area-type02 .product-link-list .pink-btn a:hover{
	background-color:#e4007f;
}
.product-area-type02 .product-link-list .yellow-btn a:hover{
	background-color:#f0f03c;
}

.product-area-type02 .product-link-list .link-list02{
	margin-top:10px;
}

.product-area-type02 .product-link-list .link-list02 li:first-child{
	padding-left:0px;
}

.product-area-type02 .product-link-list .link-list02 a{
	display:block;
}

.product-area-type02 .product-link-list .link-list02 .dummy-box p{
	display:table;
	width:100%;
}
.product-area-type02 .product-link-list .link-list02 .btn-dummy span{
	position:relative;
	top:8px;left:0px;
}

.btn-dummy:hover {
	color: #FFF;
	-webkit-animation-name: none;
	animation-name: none;
}

/*========================== end =======================================*/


.product-area-type02 .list01{
	position:relative;
	top:0px;left:0px;
}

.product-area-type02 .list01{
	position:relative;
	top:0px;left:0px;
}

.product-area-type02 .list01:before{
	content:"";
	width:100%;height:105px;
	background:url(/-/Media/com/digieye/top/images/balloon05.png) no-repeat right top;
	background-size:18.421% auto;
	position:absolute;
	top:9px;right: 0px;
}

.product-area-type02 .btn-dummy{
	display:block;
}

.product-area-type02 .attention{
	font-size:10px;
	color:#FFF;
}

.stand-out-text{
	color:#e3007f;
	font-size:12px;
	line-height:30px;
	text-align:center;
	background:#f0f03c;
	border-radius:5px;
}

.btn-dummy{
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:30px;
	background:#999999;
	border-radius:5px;
	position:relative;
	top:0px;left:0px;
}
.btn-dummy.ico-sale:before{
	display:none;
	content:"";
	width:79px;height:32px;
	background:url(/-/Media/com/digieye/top/images/ico-sale_sp.png);
	background-size:79px 32px;
	position:absolute;
	top:-9px;left:-6px;
}

/*sitecore 用　ここから*/
#dg_rights{
   font-size:12px;
   position:relative;top:0px;left:0px;  
}

#dg_rights .copyrights{
   font-size:10px !important;
   line-height:17px !important;
}

.copyrights{
	margin-top: 9.375%;
	margin-bottom:30px;
}

#dg_rights .copyrights .piapro img{
     display:inline;
}

.pc{
   display:none!important;  
}

.sp{
   display:block;  
}  


/*******************************
parts list
|--pink-btn
|--yellow-btn
|--dummy-btn
*******************************/
/* pink btn */
.pink-btn a{
	font-size:11px;
	font-weight:bold;
	background: #e4007f;
	color:#ffffff;
	text-align:center;
	padding: 4.894% 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	display:block;
	letter-spacing:inherit;
}
.pink-btn a:after{
	content:"";
	font-weight:bold !important;
  position: absolute;
  right: 0.5em;
  top: 50%; margin-top:-3px;
}
.pink-btn a.ico-pdf:after{
	width:34px; height:16px;
	background:url(/-/Media/com/digieye/top/img/pdf.gif);/*pdf icon*/
	background-size:100%;
}
.pink-btn a.ico-blank:after{
	width: 10px;height: 8px;
	background-image: url(/-/Media/com/digieye/promotion/campaign/images/ico-blank.png);
	background-size:10px auto;
}	
.pink-btn a:link,
.pink-btn a:visited{
	color:#FFF;
}

/* yellow btn */
.yellow-btn a{
	font-size:11px;
	font-weight:normal;
	background: #f0f03c;
	color:#000;
	text-align:center;
	padding: 4.894% 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	display:block;
	letter-spacing:inherit;
}
.yellow-btn a:after{
	content:"";
	font-weight:bold !important;
  position: absolute;
  right: 0.5em;
  top: 50%; margin-top:-3px;
}
.yellow-btn a:link,
.yellow-btn a:visited{
	color:#000;
}

/* dummy btn */
.dummy-btn a{
	font-size:11px;
	font-weight:normal;
	background: #999;
	color:#fff;
	text-align:center;
	padding: 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	display:block;
	letter-spacing:inherit;
}
.dummy-btn a:link,
.dummy-btn a:visited,
.dummy-btn a:hover{
	color:#FFF;
}
/*---プレーンテキスト対応----*/
/*ttl01*/
.ttl01 {
	margin: 0 auto;
	font-size: 22px;
	color: #fff;
	letter-spacing: 0.15em;
	text-align: center;
	font-weight: bolder;
}
.ttl01 span {
	display: block;
	padding-bottom: 8px;
	background: url(/-/Media/com/digieye/top/190701/images/line_ttl.png) center bottom / 100% no-repeat;
	font-size: 16px;
	letter-spacing: 0.15em;
	margin-bottom: 17px;
	font-weight: lighter;
	line-height: 1.5;
}
.ttl01 sup {
	font-size: 10px;
}
/*ttl02*/
.ttl02 {
	width: auto;
	margin: 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	font-weight: bold;
	line-height: 1;
	padding: 5px 15px;
	font-size: 13px;
	letter-spacing: 0.15em;
	text-align: center;
	line-height: 1.4;
}
/*ttl03*/
.ttl03 {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.15em;
	line-height: 2;
}
.ttl03 b {
	display: inline-block;
	line-height: 1;
	background: rgba(240, 240, 60, 0.2);
	font-size: 20px;
}
/*ttl04*/
.ttl04 {
	text-align: center;
	color: #fff;
	letter-spacing: 0.15em;
}
.ttl04 span {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	line-height: 1.5;
}
.ttl04 b {
	display: inline-block;
	line-height: 1;
	background: rgba(240, 240, 60, 0.2);
	font-size: 22px;
	letter-spacing: 0.1em;
}
.ttl04 sup {
	font-size: 10px;
	margin-left: 5px;
	vertical-align: top;
}
/*ttl05*/
.ttl05 {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}
.ttl05 b {
	display: inline-block;
	line-height: 1;
	background: rgba(240, 240, 60, 0.2);
	font-weight: lighter;
}
.ttl05 sup {
	font-size:10px;
	margin-left:5px;
}
/*notes*/
.notes {
	text-align: center;
	font-size: 10px;
	line-height: 1.5;
}
#footer {
	margin-top: 24px!important;
}
}
@media screen and (max-width: 360px) { 
.ttl03{
 font-size:13px;
}
.ttl03 b {
 font-size:17px;
}
}