/****************************************
		2. レイアウト 
*****************************************/
@charset "UTF-8";
/*////////////////////////////////////////////////////////////////////////
基本
////////////////////////////////////////////////////////////////////////*/
/*
フォント
*/

@import url('https://fonts.googleapis.com/css?family=Belleza');
@import url('https://fonts.googleapis.com/css?family=Federo');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=VT323');

/**/


/*////////////////////////////////////////////////////////////////////////
全体ボックス
////////////////////////////////////////////////////////////////////////*/

body{
	background-color: #fff;
}
a:hover{
    opacity: 0.9;
}
#wrapper{
	width:100%;
}

img{vertical-align: bottom;}

/*表示*/
.view_pc{display: block;}
.view_pc_tb{display: block;}
.view_tb{display:none;}
.view_tb_sp{display:none;}
.view_sp{display:none;}

/*==================
footer
==================*/
footer{
	width: 100%;
	background-color: #fff;
	padding: 0 0 50px 0;
	box-sizing: border-box;
}
footer .copy{
    background-color: #aa65db;
    color: #fff;
    padding: 1.0em;
    text-align: center;
    margin-bottom: 2.0em;
}

footer #sns_box a:hover{opacity: 0.7; }
footer #sns_box {padding-bottom: 20px;}
footer #banner_box a{ margin: 0.3%; display: inline-block;}
footer #banner_box a:hover{opacity: 0.7;}
footer #banner_box img{
	box-sizing: border-box;
	width:100%;
    border: 1px solid #555;
}

footer .logo_img a{
	display: inline-block;
	vertical-align: middle;
	color: #000;
}


/*==================
load
==================*/
#loader-bg{
	position:fixed;
	z-index:10;
	width:100%;
	height:100%;
    background-color: #fff;
}
/*==================
common
==================*/
.box_wrap{
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}
.br{
    display: block;
}
#pagetop {
    width: 60px;
    text-align: center;
    position: fixed;
    right: 1%;
    bottom: 1%;
    cursor: pointer;
    z-index: 3;
}
#pagetop img{
	width: 100%;
}

/*==================
contents1
==================*/
.contents_box1{
    background-image: url("../img/page/contents1/contents1_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
.contents_box1 h2{
    margin: 2.0em auto;
    width: 90%;
}
.contents_box1 .link{
    width: 60%;
    max-width: 500px;
    display: inline-block;
}
.contents_box1 .link img{
    max-width: 500px;
    width: 100%;
}

.news_box{
    background-color: #aa65db;
    position: relative;
    margin: 4.0em auto;
    width: 90%;
    box-sizing: border-box;
    max-width: 1100px;
    padding: 2.0em 2.0em;
    display: inline-table;
    font-size: 1.2em;
}
.news_box .read{
    position: absolute;
    left: -4%;
    top: -40%;
}
.news_box .log{
    color: #fff;
    text-align: left;
}
.news_box .log a{
    background-color:#7824b3;
    color: #fff;
    padding: 0 1.0em;
}

.banner_wrap{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 2.0em auto;
}
.banner_box{
    width: 25%;
    float: left;
}
.banner_box a{
    margin: 30% 1% 0 0;
    display: inline-block;
    max-width: 380px;
    width: 40%;
}
.banner_box a img{
    width: 305%;
}

/**/
.top_movie{
	width: 100%;
    float: right;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
	bottom: 0;
	text-align: center;
    margin-top: 2%;
}
.top_movie .movie_line{
	position: absolute;
	top: -6%;
	right: -5%;
	z-index: 4;
	width: 30%;
}
.top_movie .thum{
	position: relative;
	background-color: #fff;
}
.top_movie .thumImg{
	width: 100%;
	display: block;
	/*padding-top: 56.25%;*/
	position: relative;
	z-index: 3;
}
.top_movie .thum img{
	position:absolute;
	z-index:-1;
	top:0;
}
.top_movie a{
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:45;
	display: inline-table;
	width: 60%;
}
.top_movie a:after{
	content: "";
	width: 8em;
	height: 8em;
	display: block;
	position:absolute;
	transition: all 300ms 0s ease;
	opacity: 0.6;
	transform: scale(1);
	margin-top: -4em;
	margin-left: -4em;
	top:50%;
	left:50%;
	z-index: 4;
	background-image: url("../img/page/contents1/movie_play.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top_movie a:hover:after{
	transform: scale(0.8);
	opacity: 1;
}

.top_movie_bg{
	text-align: center;
	background-image: url(../img/common/contents_bottom.png), url(../img/common/contents_top.png);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom center, top center;
	background-size: 100%, 100%;
	padding: 3.0em 0;
}

.top_movie_title{
	position: absolute;
	right: 50%;
	bottom: -10%;
	z-index: 3;
	width: 28%;
	max-width: 110px;
}
/**/
.about_box{
    background-image: url("../img/page/contents1/about_bg.jpg");
    border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border: 8px solid #aa65db;
    max-width: 980px;
    margin: 4.0em auto 0 auto;
    width: 90%;
}
.about_box h3{
    color: #fff;
    padding: 0.5em  1em;
    font-size: 1.6em;
    background-color: #aa65db;
    display: inline-block;
    margin-top: -1.0em;
}
.about_box h3 span{
    font-size: 1.7em;
}
.about_box p{
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    padding: 1.0em;
    color: #fff;
    font-size: 1.4em;
    text-shadow: #aa65db 0px 0px 3px, #aa65db 1px 0px 3px, #aa65db 1px 1px 3px, #aa65db 0px 1px 3px, #aa65db 2px 1px 3px, #aa65db 0px 3px 3px,#aa65db 3px 0px 3px, #aa65db 2px 0px 3px, #aa65db 1px 1px 3px;
}
.about_box span.br{
    display: block;
}
/*==================
contents2
==================*/
.contents_box2{
    border-top: 20px solid #aa65db;
    border-bottom: 20px solid #aa65db;
    background-image: url("../img/page/contents2/bg.jpg");
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    padding-bottom: 2.0em;
}
.contents_box2 .ex_box{
    background-color: #aa65db;
    box-sizing: border-box;
    padding: 0.5em;
    margin-top: 2.0em;
}
.contents_box2 .read{
    background-color: #7824b3;
    font-size: 1.6em;
    padding: 0.5em 0;
}
.contents_box2 .txt{
    padding: 0.5em;
    text-align: left;

}

.ex_list{}
.ex_list section{
    background-color: #aa65db;
    box-sizing: border-box;
    padding: 0.5em;
    width: 31%;
    float: left;
    margin: 1%;
}
.ex_list section h4{
    background-color: #7824b3;
    padding: 0.3em;
    margin-bottom: 0.1em;
    font-size: 1.2em;
}
.ex_list section .list_txt{
    text-align: left;
    font-size: 1.0em;
    font-weight: normal;
}

.ex_list section .list_txt span{
    background-color: #7824b3;
    padding: 0.3em;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.ex_list section .list_txt p{
    padding: 0.2em ;
    margin: 0.3% 0;
    border-bottom: 1px solid #7824b3;
	padding-left: 15px!important;
}

/*==================
contents3
==================*/
.contents_box3{}
.contents_box3 .game_about1{
    background-image: url("../img/page/contents3/bg1.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}
.contents_box3 .game_about2{
    background-image: url("../img/page/contents3/bg2.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}
.contents_box3 .game_about3{
    background-image: url("../img/page/contents3/bg3.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}
.contents_box3 .game_title{
    background-color: #aa65db;
    width: 100%;
    text-align: center;
    padding: 1.0em;
    box-sizing:border-box; 
}
.contents_box3 .box_wrap{
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}
.contents_box3 .game_img{
    float: left;
    width: 50%;
    max-width: 680px;
    margin-left: 4%;
}
.contents_box3 .game_img img{
    width: 100%;
    max-width: 680px;
}

.contents_box3 .game_intro{
    float: right;
    max-width: 500px;
    width: 40%;
    padding: 2.0em 1.0em ;
    box-sizing: border-box;
    margin-right: 5%;
}
.contents_box3 .game_intro .game_story{
    padding: 1.0em;
    font-size: 1.2em;
    box-sizing: border-box;
    width: 100%;
    background-color: #aa65db;
    color: #fff;
    font-weight: bold;
    background-image: url("../img/page/contents3/story_bg1.png"), url("../img/page/contents3/story_bg2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, top left;
}
.contents_box3 .game_intro .game_story span{
    padding: 1.0em;
    text-align: center;
    width: 100%;
    font-size: 1.4em;
    display: inline-block;
    box-sizing: border-box;
}
.contents_box3 .game_add_info{
    padding: 1.0em;
    font-size: 1.2em;
    box-sizing: border-box;
    width: 100%;
    background-color: #f1defe;
    color: #aa65db;
    font-weight: bold;
    background-image: url("../img/page/contents3/game_add_bg1.png"), url("../img/page/contents3/game_add_bg2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, top left;
}
.contents_box3 .game_add_info span{
    padding: 1.5em 0.2em;
    text-align: center;
    width: 100%;
    font-size: 1.4em;
    display: inline-block;
    box-sizing: border-box;
}
.contents_box3 .game_add_info ol{
    padding: 0.7em 2.5em;
}
.contents_box3 .game_add_info ol li{
    padding-left: 1%;
	margin-bottom: 0.7em;
	list-style-type: decimal!important;
}

.contents_box3 .game_intro .game_story p{
    padding: 0.5em;
    box-sizing: border-box;
	letter-spacing: 0.05em;
}

.contents_box3 .game_intro .game_link{
    width: 100%;
    display: inline-block;
    max-width: 500px;
}
.contents_box3 .game_intro .game_link img{
    width: 100%;
    max-width: 500px;
}

/*==================
product
==================*/
#product{
    background-image: url("../img/page/product/bg.jpg");
    text-align: center;
    border-top: 20px solid #aa65db;
    padding: 2.0em 0;
    overflow: hidden;
}

.jacket{
	width: 35%;
	float: left;
	box-sizing: border-box;
	text-align: center;
}
.jacket img{
	width: 100%;
	max-width: 600px;
}
.product_txt{
	width: 50%;
	float: left;
	font-size: 16px;
	box-sizing: border-box;
    margin: 1.0em;
    background-color: #fff;
}
.spec{
}
.spec_read{
    background-color: #aa65db;
    font-weight: bold;
    color: #fff;
    padding: 1.0em 0;
}
.spec th{
	background-color: #aa65db;
	color: #fff;
	width: 40%;
	padding: 0.3em 0;
	font-weight: bold;
}
.spec td{
    text-align: left;
    padding: 0.5em;
}

.product_info article{}
.product_info section{
    width: 31%;
    margin: 1%;
    background-color: #f1deff;
    border: 3px solid #aa65db;
    padding: 1.0em;
    float: left;
    box-sizing: border-box;
}
.product_info section .jacket_image{
	width: 80%;
	margin: 0 auto;
	padding: 3% 0;
}
.product_info section .spec_txt{}
/*==================
bonus_info
==================*/
#bonus_info{}
#bonus_info .read{
    background-color: #fff;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 1.0em;
    font-weight: bold;
    font-size: 1.2em;
}
#bonus_info .read .txt{
    padding: 1.0em;
}
#bonus_info .read h3.title_name{
    color: #fff;
    background-color: #aa65db;
    padding: 0.5em;
    margin-bottom: 1.0em;
    font-size: 1.4em;
    text-align: center;
}
.shop_bonus{}
.shop_bonus section{
    width: 31%;
    margin: 1%;
    background-color: #f1deff;
    border: 3px solid #aa65db;
    padding: 1.0em;
    float: left;
    box-sizing: border-box;
}
.shop_bonus section .sample_img{
    width: 100%;
}
.shop_bonus section .sample_img img{
    width: 100%;
    max-width: 1000px;
}
#bonus_info .shop_bonus section h3{
    color: #fff;
    background-color: #aa65db;
    padding: 0.5em 0.3em;
}
.shop_bonus section h4{
    color: #fff;
    background-color: #aa65db;
    padding: 0.3em;
}
.shop_bonus section .sample_txt p{
    padding: 0.3em;
}
.shop_bonus section .sample_txt{
    text-align: left;
}
.shop_bonus section .set{
    border: 1px solid #aa65db;
    margin: 0.5em 0;
}
.shop_bonus section .set h4{
    margin-left: 0.3em;
    margin-bottom: 0.2em;
}
#bonus_info .shop_bonus section .set h4.read{
    margin-left: 0;
    padding-bottom:0.3em; 
    margin-bottom: 0.2em;
    background-color: #aa65db;
    width: 100%;
    box-sizing: border-box;
}
ul.caution li {
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    max-width: 1300px;
    margin: 0px auto;
}
ul.caution li::before {
    content: "※";
    display: inline-block;
    text-indent: 0em;
}
#sp_bonus {
    margin-bottom: 4.0em;
}
#sp_bonus section{
    width: 90%;
    float: none;
    margin: 2.0em auto;
}
#bonus_info #sp_bonus section .sample_img{
    float: left;
    width: 50%;
}
#bonus_info #sp_bonus section .sample_txt{
    float: right;
    width: 50%;
    padding: 1.0em;
    box-sizing: border-box;
}

/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {
	body{
		font-size: 2.2vw;
	}
    .tb_br{
        display: block;
    }
/*表示*/
.view_pc{display:none;}
.view_pc_tb{display: block;}
.view_tb{display:block;}
.view_tb_sp{display:block;}
.view_sp{display:none;}
/*==================
contents1
==================*/
    .news_box{
        margin: 4em auto 2em auto;
    }
    .banner_box{
        float: none;
        width: 100%;
        margin-bottom: 1.0em;
    }
    .top_movie{
        float: none;
        width: 100%;
    }
/*==================
contents2
==================*/
    .contents_box2 .read{
        font-size: 1.2em;
    }
    .ex_list {
        width: 90%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .ex_list section{
        float: none;
        width: 100%;
        box-sizing: border-box;
    }
/*==================
contents3
==================*/    
    .contents_box3 .game_img{
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    .contents_box3 .game_intro{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
/*==================
products
==================*/
    .jacket{
        float: none;
        width: 100%;
    }
    .product_txt{
        float: none;
        width: 90%;
        margin: 1em auto;
    }
    .product_info section,
    .shop_bonus section{
        float: none;
        width: 90%;
        box-sizing: border-box;
        margin: 1.0em auto;
    }
    #bonus_info .read{
        text-align: left;
    }
    
    #bonus_info #sp_bonus section .sample_img,
    #bonus_info #sp_bonus section .sample_txt{
        float: none;
        width: 100%;
    }
    
    
}/*-- media:768px --*/
/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 480px) {
    body{
		font-size: 3.2vw;
	}
/*表示*/
.view_pc{display:none;}
.view_pc_tb{display: none;}
.view_tb{display:none;}
.view_tb_sp{display:block;}
.view_sp{display:block;}
/*==================
footer
==================*/
footer #banner_box img{
		width: 49%;
		box-sizing: border-box;
}
/*==================

==================*/

	
}/*-- media:480px --*/


