/****************************************
		2. レイアウト
*****************************************/
/*
フォント
*/
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*=================================
layout
=================================*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	font-size: 16px;
}

.fadeleft ,
.fadeup ,
.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
}
img{vertical-align: bottom;}
:root {
	--bg-base: #000;
	--line-color: #820000;
	--dt-color: #a08f50;
}

/*表示*/
.view_pc{display: block;}
.view_pc_tb{display: block;}
.view_tb{display:none;}
.view_tb_sp{display:none;}
.view_sp{display:none;}

/*==================
load
==================*/
#load {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #123488;
  z-index: 9999999;
  text-align:center;
  color:#fff;
}
#load p{
	position: absolute;
	text-align:center;
	top: 38%;
	width: 100%;
}
#pagetop {
    width: 80px;
    text-align: center;
    position: fixed;
    cursor: pointer;
    z-index: 5;
    bottom: 2%;
    right: 2%;
}
#pagetop img{
	width: 100%;
	background-image: url(../img/common/pagetop.png);
	background-size: 100%;
}
#pagetop:hover img{
	background-image: url(../img/common/pagetop_on1.png?v=0);
	opacity: 1.0;
}

/*==================
BG
==================*/

html {
  height:100%;
}

body {
  margin:0;
}

.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #ccc 50%, #fff 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:8s;
}

.bg3 {
  animation-duration:10s;
}

.content {
  background-color:rgba(255,255,255,.8);
  border-radius:.25em;
  box-shadow:0 0 .25em rgba(0,0,0,.25);
  box-sizing:border-box;
  left:50%;
  padding:10vmin;
  position:fixed;
  text-align:center;
  top:50%;
  transform:translate(-50%, -50%);
}

h1 {
  font-family:monospace;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

/*==================
BG
==================*/

/**/
.contents_bg{
    background-image: url("../img/common/bg.jpg");
    background-size: 100%;
}
/*==================
header
==================*/

header{
	position: fixed;
	font-family: 'Noto Serif JP', serif;
	z-index: 5;
	width: 100%;
}
header .header_link a.page_link{
}
header .header_link a.page_link:nth-child(even){
	background-color: #f0f0f0;
}
header .header_link .nav_btn{
	margin-left: 20px;
}
header .header_link .nav_btn,
header .header_link .nav_btn_open{
	display: inline-block;
	width: 80px;
	height: 80px;
	float: left;
	cursor: pointer;
}

nav{
    background-color: rgba(0,0,0,0.85);
    position: absolute;
    top: 0;
    z-index: 2;
    
    background-image: url("../img/nav/pc_bg_left.png"),url("../img/nav/pc_bg_right.png");
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
}
.nav_wrap{
    
}
nav a{
    position: relative;
    margin: 1%;
    display: inline-block;
}
nav a .new{
	position: absolute;
	right: -0.8em;
	top: -20%;
	z-index: 2;
    max-width: 48px;
    width: 2.5em;
    /*width: 50%;*/
}
nav a.select:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../img/nav/select.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: -17%;
    top: 22%;
}
nav a.select:has(.nav_top):before {
    left: -32%;
}
nav a.select:has(.nav_product):before {
    left: -12%;
}
nav a.select:has(.nav_chara):before {
    left: -10%;
}



nav .sns{
    display: none;
}
nav .icon_x{
    position: absolute;
    right: 2%;
    top: 16%;
    display: inline-block;
    max-width: 48px;
    width: 3%;
}
nav .icon_x img{
    width: 100%;
}

nav .nav_box{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
nav .nav_close{
    
    display: none;
}
nav .nav_close .nav_on{
	opacity: 0.0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
nav .nav_close:hover .nav_on{
	opacity: 1.0;
}
nav.close_st{
}
nav.open_st{
	transform: translateX(0);
}

.display_off{
	display: none;
}
.display_on{
	display: block;
}


.nav_img{
    background-size: 100%;
    width: 100%;
}

nav a:has(.nav_top){width: 7%;}
nav a:has(.nav_news){width: 9%;}
nav a:has(.nav_chara){width: 14.5%;}
nav a:has(.nav_system){width: 11%;}
nav a:has(.nav_sound){width: 10%;}
nav a:has(.nav_movie){width: 10%;}
nav a:has(.nav_product){width: 12.5%;}

/*.nav_img*/
nav a img.nav_top{
    background-image: url("../img/nav/nav_top.png");
    
}
nav a:hover img.nav_top,
.select img.nav_top{
    background-image: url("../img/nav/nav_top_on.png");
}
/**/
nav a img.nav_news{
    background-image: url("../img/nav/nav_news.png");
}
nav a:hover img.nav_news,
.select img.nav_news{
    background-image: url("../img/nav/nav_news_on.png");
}
/**/
nav a img.nav_chara{
    background-image: url("../img/nav/nav_chara.png");
}
nav a:hover img.nav_chara,
.select img.nav_chara{
    background-image: url("../img/nav/nav_chara_on.png");
}
/**/
nav a img.nav_system{
    background-image: url("../img/nav/nav_system.png");
}
nav a:hover img.nav_system,
.select img.nav_system{
    background-image: url("../img/nav/nav_system_on.png");
}
/**/
nav a img.nav_sound{
    background-image: url("../img/nav/nav_sound.png");
}
nav a:hover img.nav_sound,
.select img.nav_sound{
    background-image: url("../img/nav/nav_sound_on.png");
}
/**/
nav a img.nav_movie{
    background-image: url("../img/nav/nav_movie.png");
}
nav a:hover img.nav_movie,
.select img.nav_movie{
    background-image: url("../img/nav/nav_movie_on.png");
}
/**/
nav a img.nav_product{
    background-image: url("../img/nav/nav_product.png");
}
nav a:hover img.nav_product,
.select img.nav_product{
    background-image: url("../img/nav/nav_product_on.png");
}

/*==================
contents
==================*/

.more_btn img{
	background-image: url(../img/common/more_btn.png);
}
.more_btn:hover{
	opacity: 1.0;
}
.more_btn:hover img{
	background-image: url(../img/common/more_btn_on.png);
}
.select_box{
	padding: 1.0em 0;
	text-align: center;
}
.select_box a{

}
.select_box a img{
	width: 100%;
}
.select_box a .new{
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	opacity: 1;
	z-index: 1;
}
.select_box a:hover{
}
.select_box a.selected{
}
.btn{
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 1.0em;
	margin: 0 auto;
	min-width: 300px;
	text-align: center;
	box-shadow: 5px 5px 0 #4f0000;
	-mos-box-shadow: 5px 5px 0 #4f0000;
	-webkit-box-shadow: 5px 5px0 #4f0000;
	
	transition: background .2s;
    -webkit-transition: background .2s;
    -moz-transform: background .2s;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, #820000 50%);
    background-position: 0 0;
    background-size: auto 200%;
	border: 1px solid #000;
}
.btn:hover{
	background-position: 0 -100%;
	border: 1px solid #000;
}
.inactive{
	pointer-events: none;
}

.banner_on{
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    position: absolute;
    top: 0;
    width: 100%;
}
a:hover .banner_on{
    opacity: 1;
}
h3.read{
    margin: 0 auto;
    display: inline-block;
    width: 90%;
    max-width: 1160px;
    text-align: left;
}
h3.read img{
    width: 100%;
}

/*==================
top
==================*/
#top{}
#top h3{}
#top h3 img{width: 80%;}
#top #key{
	width: 100%;
	position: relative;
    /*margin-bottom: 14%;*/
    margin-bottom: 10%;
}
#top #key img{
	width: 100%
}

#top .top_banner_2nd{
    max-width: 358px;
    display: inline-block;
    width: 70%;
    margin: 3%;
}
#top .top_banner_2nd:hover{
    opacity: 0.7;
}
#top .top_banner_2nd img{}


#top #key .view_pc{
	/*overflow: hidden;*/
	position: relative;
	width: 100%;
}
#top #key .view_tb_sp{
	overflow: hidden;
	position: relative;
	width: 100%;
}

#top #key img.key_on2{
	position: absolute;
	left: 36.5%;
	bottom: -10%;
	z-index: 2;
	opacity: 0.0;
    max-width: 520px;
    width: 27%;
    
}
#top #key img.key_on1{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0.0;
}
#top #key img.key_bg{
	/*position: absolute;*/
}
#top #key .top_banner{
	position: absolute;
	right: 0;
	bottom: -6%;
	z-index: 3;
	width: 40%;
}
#top #key .top_banner a{
}
#top #key .top_banner a:hover{
	opacity: 0.8;
}
#top #key .top_banner a img{
	width: 100%;
	max-width: 840px;
}


/**/
#top .banner_box_info,
#top .banner_box_connect{
	width: 100%;
	text-align: center;
	padding: 1.0em 0;
}
#top .banner_box_info{
	background-color: #4f0000;
	
}
#top .banner_box_info a,
#top .banner_box_connect a{
	display: inline-block;
	max-width: 400px;
	width: 30%;
	margin: 0.5%;
	box-sizing: border-box;
	border: #000 2px solid;
}
#top .banner_box_info a:hover,
#top .banner_box_connect a:hover{
	opacity: 0.7;
}
#top .banner_box_info a img,
#top .banner_box_connect a img{
	width: 100%;
}
/**/
.top_banner_area{
    max-width: 960px;
    width: 90%;
    text-align: center;
    margin: 0 auto 10% auto;
}
.top_banner_area a{
    max-width: 400px;
    width: 44%;
    margin: 1%;
    display: inline-block;
    position: relative;
}
.top_banner_area a img{
    width: 100%;
}
.top_banner_area a img.new{
    position: absolute;
    top: -10%;
    right: -5%;
    width: 30%;
    max-width: 48px;
    z-index: 2;
}

/**/
#top_movie {
	position: relative;
	display: block;
	background: #000;
	height: 400px;
	overflow: hidden;
}
.top_movie_wrap{
    position: relative;
}
.movie_top{
    width: 100%;
    position: absolute;
    top: -6.5vw;
    left: 0;
    right: 0;
    z-index: 2;
}
.movie_bottom{
    width: 100%;
    position: absolute;
    bottom: -6.5vw;
    left: 0;
    right: 0;
    z-index: 2;
}
#top_movie::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	background-image:  url("../img/top/movie/movie_add.png"),   url("../img/common/dot.png");
	background-repeat: no-repeat,repeat;
    background-position: bottom right, center;
    background-size: 100% , auto;
	z-index: 1;
}
#top_movie::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	background-image: url("../img/common/btn_play.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 30%;
	z-index: 2;
	transition: transform .5s ease;
}
#top_movie:hover::after {
  transform: scale(1.5);
}

/**/
.news{
	text-align: center;
	font-size: 1.2em;
	padding: 0;    
    /*background-image: url("../img/top/news_title.png") ,url("../img/top/news_bg1.png");*/
    background-image: url(../img/top/news_title.png), url("../img/common/more_btn_space.png");
    background-position: top left, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto ,20%;
    /*padding-top: 10.0em;*/
}
.news .log_box{
	width: 80%;
	margin: 2.0em auto;
	text-align: left;
    float: right;
}
.news .log_inbox{
    max-width: 1100px;
}

.news dl.log{
	margin-bottom: 1.0em;
    
    background-color: #000;
    background: linear-gradient(to right, black, #363636);
    box-shadow: #47c1fa 2px 2px 0;
    
}
.news dl .ymd{
	color: #fff;
    
    float: left;
    font-weight: 900;
    font-size: min(6vw, 40px);
    padding: 0.3em;
    
    width: 16%;
    text-align: center;
}
.news .notice{
	color: #fff;
	font-weight: bold;
    float: right;
    width: 82%;
    padding: 0.5em;
    font-size: min(3vw, 21px);
}

.news .log_box a:hover dl{
    background-color: #070305;
    background: linear-gradient(to right, #47c1fa, #070305);
    box-shadow: #767676 2px 2px 0;
}

.news .log_box a:hover .ymd{
	color: #fcff00;
}
.news .log_box a:hover .notice{
	color: #fcff00;
}

.news .notice  {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;/*行数を指定*/
    line-height: 1.7em;
    padding: 0.3em;
}

/**/


#news_box{
	background-color: #000;
	width: 100%;
	position: relative;
	border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}
#news_box .news_box_wrap{
	max-width: 1300px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

#news_box .read{
	background-color: #4f0000;
	padding: 0.5em;
	font-size: 1.6em;
	/*text-shadow: 0px 0px 2px #ae8ab0, 1px 0px 2px #ae8ab0, 1px 1px 2px #ae8ab0, 0px 1px 2px #ae8ab0;*/
	font-family: 'Cardo', serif;
	text-align: center;
	max-width: 200px;
	width: 20%;
	float: left;
	box-sizing: border-box;;
}
#news_box .read a{
	background-color: #000;
	display: inline-block;
	font-size: 0.8em;
	padding: 0 0.5em;
	box-sizing: border-box;
	text-shadow: none;
	color: #fff;
}
#news_box .read a:hover{
	opacity: 0.7;
}

/**/
#top .top_read{
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	background-image: url(../img/top/read_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 10% 0  10% 0;
	margin-top: -16%;
}
#top .top_read .read_txt{
	max-width: 1100px;
	width: 65%;
}

/**/
#top .product{
	box-sizing: border-box;
	max-width: 1400px;
	width: 100%;
	margin: 3% auto 5% auto;
	padding: 1.0em;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

#top .product .jacket{
	width: 100%;
	display: inline-block;
	/*vertical-align: middle;*/
	text-align: center;
	box-sizing: border-box;
    
    width: 55%;
    float: left;
    
}
#top .product .jacket img{
	width: 100%;
	max-width: 984px;
}
#top .product .spec{
	width: 100%;
	max-width: 585px;
	display: inline-block;
	padding: 2% 0;
	/*vertical-align: middle;*/
	box-sizing: border-box;
	text-align: center;
    
    width: 45%;
    float: right;
}
#top .product .spec table{
	text-indent: initial;
    border-spacing: 2px;
	border-collapse: separate;
	margin-bottom: 1.0em;
}
#top .product .spec table tr{
	margin-top: 0.5em;
}
#top .product .spec table th{
	color: #fff;
	vertical-align: middle;
	white-space: nowrap;
	background-repeat: repeat-x;
	background-position: bottom center;
}
#top .product .spec table th img{
    width: 100%;
}

#top .product .spec table td{
	width: 100%;
	padding-left: 2em;
	vertical-align: middle;
	text-align: left;
	color: #000;
	border-bottom: #666666 3px dotted;
}
#top .product .spec table .price td{
	padding-left: 0;
	border-bottom: none;
}

#top .product .spec table .price span{
	border-bottom: #595959 2px solid;
	width: 100%;
	display: inline-block;
	padding-left: 2em;
}

#top .product .spec table th{
    width: 100%;
    display: inline-block;
}
#top .product .spec table td{
    width: 100%;
    display: inline-block;
    border-bottom: none;
    padding: 0.2em 0 ;
    text-align: center;
}
#top .product .spec table .price span{
    padding: 0;
}
#top .product .spec table .price .non_bottom{
    border-bottom: none;
}
.product_banner{
} 
.product_banner a{
    position: relative;
    display: inline-block;
    width: 46%;
    max-width: 508px;
    margin: 1%;
}
.product_banner a img{
    width: 100%;
    max-width: 508px;
}

/**/
.top_content_wrap{
    margin-top: 10%;
    margin-bottom: 20%;
    font-weight: bold;
    color: #000;
    text-align: center;
    
    background-image:   url("../img/top/contents/bg2.png") , url("../img/top/contents/bg.jpg");
    background-repeat:no-repeat, repeat-y;
    background-position: center, top center;
    background-size: 100%;
}
.top_content_box{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
#top .top_content_box section{
    padding-top: 15%;
    background-size: 30%;
}
#top .top_content_box section:nth-child(1){
    background-image: url("../img/top/contents/check1.png");
    background-position: left top ;
    background-repeat: no-repeat;
}
#top .top_content_box section:nth-child(2){
    background-image: url("../img/top/contents/check2.png");
    background-position: left top ;
    background-repeat: no-repeat;
}
#top .top_content_box section:nth-child(3){
    background-image: url("../img/top/contents/check3.png");
    background-position: left top ;
    background-repeat: no-repeat;
}

#top .top_content_box .image{
    width: 90%;
    margin: 0 auto;
}
#top .top_content_box .image img{
    width: 100%;
}
#top .top_content_box .txt{
    width: 83%;
    margin: 0 auto;
    font-size: 1.4em;
    text-align: left;
}
#top .top_content_box span{
    color: #ff0000;
}
/*.top_content_bg1{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    z-index: 3;
}*/
.top_content_bg1{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;          /* 変更 */
    flex-direction: column; /* 追加：縦並び */
    align-items: center;    /* 追加：中央寄せ */
    z-index: 3;
}

.top_content_bg1 .add_btn{
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 444px;
}
.top_content_bg1 .add_btn img{
    width: 100%;
}
.top_content_bg1 .add_btn img.new{
    position: absolute;
    top: -10%;
    right: -5%;
    width: 30%;
    max-width: 48px;
    z-index: 2;
}
.top_content_bg2{
    width: 100%;
    text-align: center;
}
.content_wrap_top_img{
    width: 100%; margin-top: -20%;
}
.content_more_box{
    color: #fff;
    text-align: left;
    margin: 0 0 2.0em 0;
    display: none;
}
.content_more_box .txt{
    background-color: #000;
    padding: 0.5em;
    box-shadow: 5px 5px #47c1fa;
}
.content_more_box h3{
    padding: 0.3em;
    color: #47c1fa;
}
.content_more{
    margin: 2.0em 0 1.0em 0;
    position: relative;
    display: inline-block;
    max-width: 215px;
    width: 50%;
}
.content_more img{
    width: 100%;
}
.content_more img.banner_on{}
.content_more:hover img.banner_on{
    opacity: 1.0;
}
.content_more img.minus{
    position: absolute;
    width: 100%;
}
.content_more img.minus_off{
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
}
.content_more img.minus_on{
    opacity: 1;
}
.tgr_btn{
    cursor: pointer;
}
/*==================
plus
==================*/
#plus .contents_bg{
    background-image: url("../img/plus/bg_bottom.png"),url("../img/plus/bg_top_left.png"),url("../img/plus/bg_top_right.png");
    background-position:bottom,  top left, top right;
    background-repeat: repeat-x, no-repeat, no-repeat;
    background-size:auto , 40% ,30%;
    background-color: #f7f7f7;
}
#plus {
    /*background-image:url("../img/top/contents/bg.jpg");
    background-position:center ;
    background-repeat: repeat-y;*/
    background-size:  100%;
}

#plus .box{
    /*padding-top: 10%;
	background-size: 80%;
	width: 100%;
	min-height: 80vh;*/
    
    padding-top: 10%;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
#plus .txt {
    width: 83%;
    margin: 0 auto;
    font-size: 1.4em;
}
#plus .image {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
#plus .image img{
    width: 100%;
}
#plus section {
    padding-top: 5%;
    background-size: 30%;
    color: #000;
    font-weight: bold;
}

.youtube_sp {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
}
.movie_add{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 1%;
    margin: auto;
    padding-bottom: 20px;
}
.youtube_sp iframe {
    background-color: #000;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.outline{
    width: 83%;
    margin: 1.0em auto;
    font-size: 1.2em;
    padding: 0 0 0.5em 0;
    border: 1px #000 solid;
    border-bottom: 0.5em #000 solid;
    
}
.outline .outline_read{
    color: #fff;
    background-color: #000;
}
.outline h4{
    display: inline-block;
    width: 100%;
    color: #0a9bde;
    border-bottom:#0a9bde solid 1px;
}
.outline p{
    margin-bottom: 0.5em;
    padding: 0.3em;
}
/*==================
news
==================*/
#news{
	text-align: center;
}
#news .news{
    background: none;
    padding-top: 3.0em;
}
#news .box{
	padding-top: 10%;
    padding-bottom: 3.5em;
	background-size: 80%;
	width: 100%;
	min-height: 80vh;
    background-image: url("../img/news/bg_top.png"), url("../img/news/bg_bottom.png");
    background-position: top left, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 40% , 100%;
}
/**/
.pager{
    margin-top: 1.0em;
	text-align: center;
	padding: 2.0em 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    text-shadow: #000 3px 3px 3px,#000 -3px -3px 3px,#000 -3px 3px 3px,#000 -3px 3px 3px,#000 0px 0px 3px; 
}
.pager .wrapper{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	/*max-width: 500px;*/
    max-width: 230px;
	height: 60px;
	padding: 0px 70px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.125);
	margin: 0 auto;
}
.pager .wrapper .inactive{
	pointer-events: none;
	opacity: 0.5;
}

.pager .wrapper ul{
  /*display: flex;*/
    display: inline-block;
  text-align: center;
}

.pager .wrapper ul li{
  width: 50px;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
}

.pager .wrapper ul li:hover,
.pager .wrapper ul li.active{
    
    background-image: url("../img/news/num_select.png");
    background-repeat: no-repeat;
    background-position: center;
}

.pager .wrapper .prev,
.pager .wrapper .next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  /*background: #fff;*/
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  cursor: pointer;
  /*color: #2c63ff;*/
}
.pager .wrapper .prev img,
.pager .wrapper .next img{
    width: 100%;
}

.pager .wrapper .prev{
  left: 30px;
}

.pager .wrapper .next{
  right: 30px;
}
/**/
#news_article{
    margin: 0 auto;
    width: 90%;
    max-width: 1160px;
    text-align: left;
    font-size: 1.4em;
}
#news_article .topic_data{
    font-weight: bold;
}
#news_article .ymd_data{
    font-size: 2.0em;
}
#news_article h2{
    border-bottom: 2px solid #555;
    padding: 0.3em 0;
}
#news_article a{
    color: #0082BF;
}
#news_article a:hover{
    opacity:0.7;
}
#news_article .news_list_btn{
    text-align: center;
    width: 100%;
}
#news_article .news_list_btn a{
    color: #fff;
    padding: 0.5em;
    font-weight: bold;
    box-shadow: 2px 2px #47c1fa;
    background-color: #000;
}
#news_article .youtube_sp {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
}
#news_article .movie_add{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 1%;
    margin: auto;
    padding-bottom: 20px;
}
#news_article .youtube_sp iframe {
    background-color: #000;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*==================
system
==================*/
#system{
    text-align: center;
}
#system .box{
    padding-top: 10%;
    width: 100%;
    min-height: 80vh;
    background-image: url(../img/news/bg_top.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 40%;
    
    font-size: 1.5em;
    font-weight: bold;
}
#system .system_box_wrap{
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}
#system section{
    margin-bottom: 3.0em;
}
#system .system_slide_box{
    width: 100%;
    padding: 1.0em 1.0em 2.5em 1.0em;
    background-image: url("../img/system/system_img_bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
}
#system .system_slide_box img{
    width: 100%;
    box-shadow: 5px 5px 5px #000;
}
#system .system_slide_box .slick-prev:before,
#system .system_slide_box .slick-next:before{
    color: #000;
}
#system .slick-dots{
    bottom: -50px;
}
#system .slick-dots li,
#system .slick-dots li button{
    width: 40px;
    height: 40px;
}
#system .slick-dots li button:before{
    content: '';
    background-image: url('../img/system/icon.png');
    width: 40px;
    height: 40px;
}
#system .slick-dots li.slick-active button:before{
    content: '';
    opacity: 1.0;
    background-image: url('../img/system/icon_on.png');
    width: 40px;
    height: 40px;
}

#system .slick-dots{}

#system .txt_box{
    max-width: 887px;
    text-align: left;
    margin: 1.0em auto;
    width: 100%;
}

#system h4{
    line-height: 1.2em;
    padding: 0.3em 0 0.7em 0.3em;
    color: #ff81d9;
    border: none;
    display: inline-block;
    width: 100%;
    background-image: url("../img/system/line.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    text-align: center;
    max-width: 887px;
}
#system h4 span{
    display: inline-block;
    text-align: center;
    padding: 0.2em 2.0em;
    border: none;
    background-image: url(../info/img/shop/mark_left.png), url(../info/img/shop/mark_right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 2.0em, 2.0em;
    color: #47c1fa;
}
#system .system_read{
    text-align: left;
    width: 100%;
    margin: 0 auto -1.0em auto;
}
#system .system_read img{
    max-width: 500px;
    width: 100%;
}


/*==================
sound
==================*/
#sound{
    text-align: center;
}
#sound .box{
    padding-top: 10%;
    background-size: 80%;
    width: 100%;
    min-height: 80vh;
    background-image: url(../img/news/bg_top.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 40%;
    margin: 0 auto;
}
#sound .box .sub_nav{
	width: 80%;
    text-align: center;
    margin: 2% auto 4% auto;
}

#sound .box .sub_nav a{
	width: 30.0%;
	display: inline-block;
    position: relative;
    margin: 0.5%;
    max-width: 234px;
}
#sound .box .sub_nav a img{
	width: 100%;
}
#sound .box .sub_nav a img.on_banner{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
#sound .box .sub_nav a.select img.on_banner,
#sound .box .sub_nav a:hover img.on_banner{
    opacity: 1.0;
}
.box .sub_nav a .new{
    position: absolute;
    top: -10%;
    right: -5%;
    width: 20%;
    max-width: 48px;
    z-index: 2;
}
/**/

#sound .music_select{
    background: linear-gradient(rgba(255,255,255,0.20), rgba(0,0,0,0.80));
    max-width: 100%;
    margin: 1.0em auto;
    max-width: 1200px;
    
    padding:2%;
    border-image-source: url("../img/sound/frame.png");
    border-image-slice: 150 fill;
    border-image-width: 75px;
}
#sound .music_select a{
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 12%;
}
#sound .music_select a img{
    width: 100%;
}
#sound .music_select a:hover img,
#sound .music_select a.select img{
    opacity: 0;
}
#sound .music_select a:hover .select_logo_on,
#sound .music_select a.select .select_logo_on{
    opacity: 1.0;
}
#sound .muisic_list{
    text-align: left;
    margin: 0 auto;
    width: 96%;
    max-width: 567px;
}
#sound .muisic_list div{
    padding-left: 2.5em;
    background-repeat: no-repeat;
    background-size: 2.5em;
    /*background-size: 2.0em;*/
    background-position: left center;
}
#sound .muisic_list div.view_list_on{
    display: block;
}
#sound .muisic_list div.view_list_off{
    display: none;
}

#sound .muisic_list div.s0{
    background-image: url("../img/sound/s0.png");
}
#sound .muisic_list div.s1{
    background-image: url("../img/sound/s1.png");
}
#sound .muisic_list div.s2{
    background-image: url("../img/sound/s2.png");
}
#sound .muisic_list div.s3{
    background-image: url("../img/sound/s3.png");
}
#sound .muisic_list div.s4{
    background-image: url("../img/sound/s4.png");
}
#sound .muisic_list div.s5{
    background-image: url("../img/sound/s5.png");
}
#sound .muisic_list div.s6{
    background-image: url("../img/sound/s6.png");
}
#sound .muisic_list div.s7{
    background-image: url("../img/sound/s7.png");
}
#sound .muisic_list div.s8{
    background-image: url("../img/sound/s8.png");
}
#sound .muisic_list div.other{
    background-image: url("../img/sound/other.png");
}
#sound .muisic_list div.mix1{
    background-image: url("../img/sound/mix1.png");
}
#sound .muisic_list div.mix2{
    background-image: url("../img/sound/mix2.png");
}
#sound .muisic_list div.mix3{
    background-image: url("../img/sound/mix3.png");
}
#sound .muisic_list div.mix4{
    background-image: url("../img/sound/mix4.png");
}
#sound .muisic_list div.mix5{
    background-image: url("../img/sound/mix5.png");
}
#sound .muisic_list div.mix6{
    background-image: url("../img/sound/mix6.png");
}
#sound .muisic_list div.mix7{
    background-image: url("../img/sound/mix7.png");
}

/**/
.song_box h4.song_title{
    color: #ff81d9;
    border: none;
    display: inline-block;
    width: 100%;
    background-image: url("../info/img/shop/line.png");
    background-repeat: no-repeat; 
    background-position: bottom center;
    background-size: 100%;
    text-align: center;
    max-width: 500px;
    line-height: 2.5em;
    font-size: 1.5em;
}
.song_box h4.song_title span{
    padding: 0.2em 2.0em;
    border: none;
    background-image: url("../info/img/shop/mark_left.png"), url("../info/img/shop/mark_right.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 2.0em, 2.0em;
}
.song_box{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.5em;
}
.song_box .image {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.song_box .txt {
    width: 83%;
    margin: 0 auto;
    font-size: 1.0em;
    font-weight: bold;
}

/*==================
movie
==================*/
/*==================
info
==================*/
#product{
    text-align: center;
}
#product .box{
	    padding-top: 10%;
    background-size: 80%;
    width: 100%;
    min-height: 80vh;
    background-image: url(../img/news/bg_top.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 40%;
}
#product .box .sub_nav{
	width: 80%;
    text-align: center;
    margin: 2% auto 4% auto;
}

#product .box .sub_nav a{
	width: 30.0%;
	display: inline-block;
    position: relative;
    margin: 0.5%;
    max-width: 234px;
}
#product .box .sub_nav a img{
	width: 100%;
}
#product .box .sub_nav a img.new{
    width: 30%;
}
#product .box .sub_nav a img.on_banner{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
#product .box .sub_nav a.select img.on_banner,
#product .box .sub_nav a:hover img.on_banner{
    opacity: 1.0;
}

/**/
.product_box{
	box-sizing: border-box;
	max-width: 1400px;
	width: 100%;
	margin: 0% auto;
	padding: 1.0em;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.product_box .jacket{
	width: 100%;
	display: inline-block;
	/*vertical-align: middle;*/
	text-align: center;
	box-sizing: border-box;
    
    width: 55%;
    float: left;
    
}
.product_box .jacket img{
	width: 100%;
	max-width: 984px;
}
.product_box .spec{
	width: 100%;
	max-width: 585px;
	display: inline-block;
	padding: 2% 0;
	/*vertical-align: middle;*/
	box-sizing: border-box;
	text-align: center;
    
    width: 45%;
    float: right;
}
.product_box .spec table{
	text-indent: initial;
    border-spacing: 2px;
	border-collapse: separate;
	margin-bottom: 1.0em;
}
.product_box .spec table tr{
	margin-top: 0.5em;
}
.product_box .spec table th{
	color: #fff;
	vertical-align: middle;
	white-space: nowrap;
	background-repeat: repeat-x;
	background-position: bottom center;
}
.product_box .spec table th img{
    width: 100%;
}

.product_box .spec table td{
	width: 100%;
	padding-left: 2em;
	vertical-align: middle;
	text-align: left;
	color: #000;
	border-bottom: #666666 3px dotted;
}
.product_box .spec table .price td{
	padding-left: 0;
	border-bottom: none;
}

.product_box .spec table .price span{
	border-bottom: #595959 2px solid;
	width: 100%;
	display: inline-block;
	padding-left: 2em;
}

.product_box .spec table th{
    width: 100%;
    display: inline-block;
}
.product_box .spec table td{
    width: 100%;
    display: inline-block;
    border-bottom: none;
    padding: 0.2em 0 ;
    text-align: center;
}
.product_box .spec table .price span{
    padding: 0;
}
.product_box .spec table .price .non_bottom{
    border-bottom: none;
}
/*-------*/
#product h2{
	padding: 0.3em;
}
#product h4{
	line-height: 1.2em;
	padding: 0.3em 0 0.3em 0.3em;
}
/*-------*/
/*特典*/
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: 0 auto;
}
ul.caution li::before{
	content: "※";
	display: inline-block;
	text-indent: 0em;
}
/**/
.sample_box section{
    margin: 1.0em auto 4.0em auto;
}

.sample_box section .sample_img{
	width: 50%;
	max-width: 800px;
    float: left;
}
.sample_box section .shop_img{
	width: 100%;
	max-width: 800px;
}
.sample_box section .sample_img img,
.sample_box section .shop_img img{
	width: 100%;
}
.sample_box section .txt{
    width: 50%;
    float: left;
	text-align: left;
}
.sample_box section.store_sample{
    width: 48%;
    margin: 1%;
    float: left;
}
.sample_box section.store_sample .sample_img,
.sample_box section.store_sample .txt{
    width: 100%;
    float: none;
}

.sample_box h3{
    text-align: left;
}
.sample_box h4{
    color: #0a9bde;
    border-left: 6px solid #0a9bde;
    margin-bottom: 3px;
}

.sample_box span{
    display: inline-block;
    border: 3px solid #817c84; 
    padding: 0.5em;
    box-sizing: border-box;
    margin: 0.5em auto;
}
.sample_box .txt span{
    width: 100%;
}

/**/
.hypster_info .jacket{
    text-align: center;
    float: none;
    width: 100%;
}
.hypster_info .spec{
    text-align: center;
    float: none;
    width: 100%;
}

/**/
.sample_box h4.store_name{
    color: #47c1fa;
    border: none;
    display: inline-block;
    width: 100%;
    background-image: url("../info/img/shop/line.png");
    background-repeat: no-repeat; 
    background-position: bottom center;
    background-size: 100%;
    text-align: center;
}
.sample_box h4.store_name span{
    padding: 0.2em 2.0em;
    border: none;
    background-image: url("../info/img/shop/mark_left.png"), url("../info/img/shop/mark_right.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 2.0em, 2.0em;
}

/**/
section .txt strong{
	margin-bottom: 0.5em;
	display: inline-block;
}
section .txt span{
	
}
/**/

/**/
.shop_link_box{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.shop_link_box a{
    color: #fff;
    padding: 0.5em;
    font-weight: bold;
    box-shadow: 2px 2px #47c1fa;
    background-color: #000;
    display: inline-block;
    margin: 0.3em;
}
.shop_link_box a:hover{
    opacity: 0.7;
}
.hypster_info .shop_link_box{
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}


/**/
/*==================
movie
==================*/
#movie{
	text-align: center;
}
#movie .box{
	padding-top: 10%;
	background-size: 80%;
	width: 100%;
	min-height: 80vh;
    background-image: url("../img/news/bg_top.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 40%;
}
/**/
.movie_box{
	width: 90%;
	max-width: 1100px;
    text-align: center;
    margin: 0 auto;
}
.movie_section{
    width: 45%;
	max-width: 980px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
	bottom: 0;
	text-align: center;
    margin-top: 2%;
}
.movie_box .thum{
	position: relative;
	background-color: #fff;
}
.movie_box .thumImg{
	width: 100%;
	display: block;
	/*padding-top: 56.25%;*/
	position: relative;
	z-index: 3;
}
.movie_box .thum img{
	position:absolute;
	z-index:-1;
	top:0;
}
.movie_box a{
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:4;
	display: inline-table;
	width: 85%;
    
    margin-bottom: 2.0em;
    position: relative;
}
.movie_box 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/common/btn_play.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.movie_box a:hover:after{
	transform: scale(0.8);
	opacity: 1;
}
.movie_box a img{
    box-shadow: 3px 3px 3px rgba(0,0,0,0.40);
}
.movie_box .movie_title{
    width: 100%;
    text-align: left;
    position: relative;
}
.movie_box .movie_title img{
    width: 100%;
    max-width: 520px;
}
.movie_box .movie_title img.new{
    position: absolute;
    left: 0;
    top: 0;
    width: 2.0em;
    max-width: 100px;
}
/**/


/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1400px) {
}/*max-width: 1400px*/
/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1200px) {
/*==================
sound
==================*/
/**/
}/*max-width: 1200px*/
/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1100px) {

/*==================
top
==================*/
    .news{
        background-position: bottom  left  -13em   , right top;
    }
    .news .notice{
        width: 76%;
    }
    
/*==================
info
==================*/
	#product .shop_info section{
		float: none;
		width: 100%;
		margin: 2% 0;
	}

    
}/*max-width: 1100px*/
/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {
	body{
		font-size: 2.2vw;
	}
	
/*表示*/
.view_pc{display:none;}
.view_pc_tb{display: block;}
.view_tb{display:block;}
.view_tb_sp{display:block;}
.view_sp{display:none;}
    
    footer{
        background-size: 130%;
        
    }
/*==================
header
==================*/

header{
	position: fixed;
	/*border-top: #faa9a8 20px solid;
	font-size: 18px;*/
	font-family: 'Noto Serif JP', serif;
	z-index: 5;
	width: 100%;
}
header .header_link{}
header .header_link .logo{
	float: left;
}
header .header_link .page_nav{
	float: right;
}
header .header_link .page_nav a{
	position: relative;
}
header .header_link .page_nav a .nav_on{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.0;
}
header .header_link .page_nav a:hover .nav_on{
	opacity: 1.0;
}
    header .header_link .page_nav a img{
        width: 100%;
        max-width: 80px;
    }

header .header_link a.page_link{
	display: inline-block;
	padding: 1.7em 1.61em;
	min-width: 200px;
	text-align: center;
	background-color: #f7f7f7;
	margin: 0;
	float: left;
	color: #555;
}
header .header_link a.page_link:nth-child(even){
	background-color: #f0f0f0;
}
header .header_link .nav_btn{
	margin-left: 20px;
}
header .header_link .nav_btn,
header .header_link .nav_btn_open{
	display: inline-block;
	width: 80px;
	height: 80px;
	float: left;
	cursor: pointer;
}

nav{
	width: 595px;
	transition: transform .3s;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 6;
	overflow: auto;
    background-color: rgba(0,0,0,0.85);
}
.nav_wrap{
    
    background-image: url("../img/nav/sp_bg_top.png"),url("../img/nav/sp_bg_bottom.png");
    background-size: 100%,100%;
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    
	padding-bottom: 5%;
	min-height: 100vh;
    
}
    nav .icon_x{
        display: none;
    }
    nav .sns{
        display: block;
    }
    nav .sns a:hover{
        opacity: 0.7;
    }
nav a{
	display: inline-block;
	box-sizing: border-box;
	/*max-width: 50%;*/
	position: relative;
    
    margin: 2% 5%;
    max-width: 90%;
    
}
    nav a{ display: block;}
    nav a:has(.nav_top){width: 40%;}
    nav a:has(.nav_news){width: 50%;}
    nav a:has(.nav_chara){width: 88%;}
    nav a:has(.nav_system){width: 65%;}
    nav a:has(.nav_sound){width: 60%;}
    nav a:has(.nav_movie){width: 53%;}
    nav a:has(.nav_product){width: 74%;}
    
nav a .new{
	position: absolute;
	right: -12%;
	top: -20%;
	z-index: 2;
    width: 4.0em;
}
nav a.select:before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 28px;
	background-image: url(../img/nav/select.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: -20%;
}

nav .logo{
	text-align: center;
	margin-top: -7%;
}
nav .sns{
	text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    border-top: #494949 2px solid;
}
nav .sns a{
    width: 100%;
    display: inline-block;
}
nav .sns a img{
    width: 100%;
}
nav .nav_box{
	width: 70%;
	margin: 0 auto;
	text-align: center;
    max-width: 480px;
    margin-bottom: 1.5em;
}
nav .nav_box .nav_on{
	opacity: 0.0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
nav .nav_box a:hover .nav_on{
	opacity: 1.0;
}
nav .nav_close{
	cursor: pointer;
	display: inline-block;
	position: relative;
    float: right;
    margin-right: 2%;
    
}
nav .nav_close .nav_on{
	opacity: 0.0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
nav .nav_close:hover .nav_on{
	opacity: 1.0;
}

nav.close_st{
	transform: translateX(-595px);
}
nav.open_st{
	transform: translateX(0);
}
#load {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}
#screen {
    /*background-color: #faa9a8;*/
    z-index: 5;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: 0.7;
}
.display_off{
	display: none;
}
.display_on{
	display: block;
}
.nav_img{
    background-size: 100%;
}

    
/*==================
header
==================*/
	nav{
		width: 100vw;
	}
	nav.close_st {
		transform: translateX(-100vw);
	}
	nav .nav_box a:hover .nav_on{
		opacity: 0.0;
	}
/*==================
contents
==================*/
	.contents{
		width: 100%;
		float: none;
        overflow: hidden;
	}
	.contents_bg{
		background-size: 100%, 20%, 20%;
	}
	.select_box{
		padding: 0.5em 0.5em 0.5em 3.8em;
	}
	.select_box a{
		/*width: 13%;*/
		font-size: 1.6em;
		/*margin: 0.5%;*/
	}
	.more_btn{
		max-width: 280px;
		width: 50%;
	}
	.more_btn img{
		background-size: 100%;
		max-width: 280px;
		width: 50%;
	}
	.bar{
		width: 1%;
		max-width: 8px;
	}
    h3.read{
        text-align: center;
    }
    h3.read img{
        margin-left: -70%;
    }
/*==================
top
==================*/
	#top .news{
		/*padding-top: 10em;*/
	}
	#news_box{
		border: none;
		border-top: none;
		border-bottom: none;
	}
	#news_box .news_box_wrap{
		padding: 0;
	}
	#news_box .read{
		width: 30%;
	}
	#top #key .top_banner{
		width: 70%;
		bottom: 0;
    /*margin-bottom:5%;*/
	}
	#top .wrap_box .news_box{
		width: 100%;
		margin-bottom: 5%;
	}
    #top .news{
        /*background-image: url(../img/top/news_title_sp.png), url(../img/top/news_bg1.png);*/
        background-image: url(../img/top/news_title_sp.png), url("../img/common/more_btn_space.png");
    /*background-position: top 4em left, right top;*/
        background-position: top left, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 20%;
    }
    .news .notice{
        width: 74%;
    }
    
	#top .banner_box_info a,
	#top .banner_box_connect a{
		width: 44%;
	}
    .top_banner_area a{
        width: 100%;
    }
	#top .top_read{
		background-size: 150%;
	}
	#top .product{
		margin-top: 5%;
		font-size: 1.4em;
		width: 90%;
	}
	#top .product .jacket{
		text-align: center;
		width: 100%;
	}
	#top .product .spec{
		width: 100%;
	}
    .top_content_wrap .add_btn{
        width: 70%;
    }
    .content_wrap_top_img{
        width: 170%;
        margin-left: -30%;
    }
    .top_content_bg1{
        width: 85%;
    }
    .top_content_wrap{
        margin-top: 0;
        background-size: 140%, 100%;
    }
    #top .top_content_box{
        margin-top: -20%;
    }
    #top .top_content_box section{
        background-size: 40%;
        margin-top: 10%;
        padding-top: 20%;
    }
    #top .top_content_box section:nth-child(1){}
    #top_movie{
        height: 280px;
    }
    
    #top .top_content_box .txt{
        font-size: 1.1em;
    }
    #top .top_content_box .content_more_box .txt{
        font-size: 1.0em;
    }
    .product_banner a{
        width: 90%;
    }
/*==================
plus
==================*/    
    #plus .txt,.outline{
        font-size: 1.0em;
    }
    
/*==================
news
==================*/
	#news .box{
        padding-top: 20%;
		text-align: center;
		font-size: 1.0em;
		width: 100%;
        background-size: 80%, 100%;
	}
    #news_article{
        font-size: 1.0em;
    }
    #news_article .news_list_btn{
        font-size: 1.4em;
    }
/*==================
system
==================*/
    #system{
	}
    #system .box{
        padding-top: 20%;
		text-align: center;
		font-size: 1.0em;
		width: 100%;
        background-size: 80%;
	}
    #system h4 span{
        font-size: 1.5em;
    }
    
    #system .slick-dots{
        bottom: -42px;
    }
    #system .slick-dots li,
    #system .slick-dots li button{
        width: 20px;
        height: 20px;
    }
    #system .slick-dots li button:before{
        content: '';
        background-image: url('../img/system/icon.png');
        width: 20px;
        height: 20px;
        background-size: 100%;
    }
    #system .slick-dots li.slick-active button:before{
        content: '';
        opacity: 1.0;
        background-image: url('../img/system/icon_on.png');
        width: 20px;
        height: 20px;
        background-size: 100%;
    }
/*==================
sound
==================*/
    #sound .music_select{
        padding: 5% 3%;
    }
    #sound .music_select a{
        width: 30%;
    }
    #sound .muisic_list div{
        font-size: 3.4vw;
    }
/*==================
movie
==================*/
#movie .box{
        padding-top: 20%;
		text-align: center;
		font-size: 1.0em;
		width: 100%;
        background-size: 80%;
	}
    .movie_section{
        width: 90%;
    }
/*==================
product
==================*/
	#product{
	}
	#product .box{
        padding-top: 20%;
		text-align: center;
		font-size: 1.0em;
		width: 100%;
        background-size: 80%;
	}
    #product h3.read img{
        margin-left: -50%;
    }
    
    
	#product .box .sub_nav{
	}
	
	#product .spec_box{
		text-align: center;
	}
	#product .jacket,
	#product .spec{
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	#product .select_box{
		padding-top: 15%;
	}
    
    .product_box{
		margin-top: 5%;
		font-size: 1.0em;
		width: 90%;
	}
	.product_box .jacket{
		text-align: center;
		width: 100%;
	}
	.product_box .spec{
		width: 100%;
	}
    .sample_box section.store_sample{
        width: 100%;
        margin-bottom: 2.0em;
    }
    #product .box .sub_nav{
        width: 100%;
    }
    .sample_box section .txt,
    .sample_box section .sample_img{
        width: 100%;
        float: none;
        font-weight: bold;
    }
    .sample_box section.store_sample:last-child{
        margin-bottom: 10%;
    }
    #product .box:has(.store_sample){
        padding-bottom: 15%;
    }
    #product .box .sub_nav a img.new{
        right: -20%;
    }
}/*max-width: 768px*/


/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 480px) {
	body{
		font-size: 3.2vw;
		background-size: 260%;
		background-attachment: fixed;
	}
/*表示*/
.view_pc{display:none;}
.view_pc_tb{display: none;}
.view_tb{display:none;}
.view_tb_sp{display:block;}
.view_sp{display:block;}
    
    #pagetop:hover img{
	background-image: url(../img/common/pagetop.png);
	opacity: 1.0;
    }
    
/*==================
header
==================*/
/*==================
top
==================*/
    .content_more:hover img.banner_on{
        opacity: 0;
    }
/*==================
story
==================*/
	#story{
		padding:  24% 0 15% 0; 
	}
	#story .box{
		font-size: 1.2em;
		/*width: 90%;*/
	}
	#story .box strong{
		font-size: 1.6em;
	}
/*==================
gallery
==================*/
	#gallery{
		padding:  24% 0 15% 0;
	}
	#story .box{
		font-size: 1.2em;
		/*width: 90%;*/
	}
/*==================
system
==================*/
    #system{
	}
    #system .slick-dots{
        bottom: -48px;
    }
    #system .slick-dots li,
    #system .slick-dots li button{
        width: 16px;
        height: 16px;
    }
    #system .slick-dots li button:before{
        content: '';
        background-image: url('../img/system/icon.png');
        width: 16px;
        height: 16px;
        background-size: 100%;
    }
    #system .slick-dots li.slick-active button:before{
        content: '';
        opacity: 1.0;
        background-image: url('../img/system/icon_on.png');
        width: 16px;
        height: 16px;
        background-size: 100%;
    }
/*==================
sound
==================*/
/*==================
info
==================*/
	#product h2{
		font-size: 4.2vw;
	}
/*==================
special
==================*/
	#special{
		padding:  24% 0 15% 0;
	}
	
}/*media:480*/