@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainImg {
	margin-bottom: 52px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.mainImg .prevCover,
.mainImg .nextCover {
	width: 50%;
	height: 474px;
	position: absolute;
	top: 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-color: #000;
}

.mainImg .prevCover {
	left: -485px;
}

.mainImg .nextCover {
	right: -485px;
}

.mainImg li {
	float: left;
}

.mainImg .switch {
	margin: 0 auto;
	width: 970px;
	position: relative;
}

.mainImg .switch a {
	position: absolute;
	top: -250px;
}

.mainImg .switch .prev {
	left: -33px;
}

.mainImg .switch .next {
	right: -33px;
}

.mainImg .sliderPage {
	margin-top: 18px;
	text-align: center;
}

.mainImg .sliderPage a {
	margin: 0 8px;
	width: 8px;
	height: 7px;
	vertical-align: top;
	display: inline-block;
	background: url(../img/common/icon02.gif) no-repeat left top;
}

.mainImg .sliderPage .selected {
	background: url(../img/common/icon01.gif) no-repeat left top;
}

.mainImg .sliderPage a span {
	display: none;
}

#main {
	margin-bottom: 0;
}

#main .topBox {
	margin: 0 auto 63px;
	width: 970px;
}

#main .topBox .textBox {
	width: 310px;
	float: left;
}

#main .topBox .title {
	margin-bottom: 56px;
	color: #0066CC;
	font-size: 52px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.0;
}

#main .topBox .title > span {
	display: block;
	font-weight: 700;
}

#main .topBox .title > span span {
	display: inline-block;
	line-height: 0.9;
	border-bottom: 4px solid #0066CC;
}

#main .topBox .listBox {
	margin-top: 5px;
	width: 306px;
	float: left;
}

#main .topBox .listBox .list01 {
	margin-bottom: 27px;
	border-bottom: 2px solid #B2D1F0;
}

#main .topBox .listBox .list01 li {
	padding: 9px 0 5px 23px;
	color: #0066CC;
	font-size: 17px;
	font-style: oblique;
	font-weight: bold;
	background: url(../img/common/icon06.gif) no-repeat left center;
	border-top: 2px solid #B2D1F0;
}

#main .topBox .listBox .list02 ul {
	width: 153px;
	float: left;
}

#main .topBox .listBox .list02 li {
	padding: 0 0 12px 18px;
	width: 135px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	background: url(../img/common/icon07.gif) no-repeat left 2px;
}

#main .topBox .listBox .list02 li span {
	font-size: 12px;
}

#main .topBox .spPhoto {
	display: none;
}

#main .topBox .rBox {
	margin-top: -4px;
	width: 312px;
	float: right;
}

#main .topBox .rBox p {
	margin-bottom: 23px;
	font-size: 13px;
	line-height: 1.8;
}

#main .topBox .rBox .photo {
	margin-bottom: 15px;
}

#main .topBox .rBox p span {
	display: block;
}

#main .topBox .rBox .comBtn01 {
	width: 310px;
	font-size: 18px;
}

#main .topBox .rBox .comBtn01 a {
	padding: 16px 0 15px;
}

#main .topBox .visualImg {
	display: none;
}

#main .detailBox {
	background-color: #000;
}

#main .detailBox .question {
	width: 33.3%;
	float: left;
}

#main .detailBox .question .jspTrack {
	background: #262626;
}

#main .detailBox .question .jspDrag {
	background: #939393;
}

#main .detailBox .question li {
	border-bottom: 1px solid #333;
}

#main .detailBox .question li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}

#main .detailBox .question li a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#main .detailBox .question span {
	padding: 15px 0 13px 8.8em;
	display: block;
	min-height: 44px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.6;
}

#main .detailBox .question .queTxt {
	padding: 12px 0 13px 28px;
	min-height: inherit;
	color: #3399FF;
	float: left;
	font-size: 28px;
}

#main .detailBox .blog {
	width: 33.3%;
	float: left;
	background-color: #333;
}

#main .detailBox .blog .jspTrack {
	background: #515151;
}

#main .detailBox .blog .jspDrag {
	background: #A8A8A8;
}

#main .detailBox .scroll {
	height: 300px;
	overflow: auto;
}

#main .detailBox .blog li {
	border-bottom: 1px solid #5C5C5C;
}

#main .detailBox .blog li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}

#main .detailBox .blog li a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#main .detailBox .blog span {
	padding: 0 25px 15px;
	display: block;
	color: #FFF;
	font-size: 13px;
}

#main .detailBox .blog .date {
	padding: 17px 25px 0;
	color: #3399FF;
	font-size: 12px;
}

#main .detailBox .blog dd a {
	color: #FFF;
}

#main .detailBox .history {
	width: 33.4%;
	float: left;
}

#main .detailBox .video {
	margin: 0 10px;
	text-align: center;
}

#main .detailBox .video iframe {
	width: 100%;
}

#main .detailBox .title {
	padding: 18px 30px 15px;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	border-bottom: 1px solid #666;
}

#main .detailBox .title a {
	padding-left: 17px;
	position: absolute;
	color: #FFF;
	font-size: 16px;
	right: 30px;
	top: 23px;
	background: url(../img/common/icon46.png) no-repeat left 6px;
}

#main .detailBox .history .title {
	border-bottom: none;
}

#main .ticket {
	margin-bottom: 55px;
	padding-bottom: 30px;
	background: #0A315D url(../img/common/com_bg.jpg) no-repeat center top;
}

#main .ticket .section {
	margin: 0 auto;
	width: 970px;
	padding: 38px 0 15px;
}

#main .ticket .more {
	margin: 0 auto;
	width: 970px;
}

#main .ticket .more a {
	color: #FFF;
	background: url(../img/common/icon25.gif) no-repeat left 6px;
}

#main .ticket .section .title {
	margin-top: 27px;
	float: left;
}

#main .ticket .section .title .ttl {
	padding: 0 0 2px;
	color: #FFF;
	font-size: 57px;
	font-weight: 100;
	font-style: normal;
	line-height: 0.9;
	word-break: break-all;
}

#main .ticket .section .title .ttl span {
	font-weight: 700;
}

#main .ticket .section .title .ttl .txt {
	display: block;
}

#main .ticket .section .title .text {
	color: #0099FF;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
}

#main .ticket .inner {
	width: 733px;
	float: right;
}

#main .ticket .inner .more {
	display: none;
}

#main .ticket .inner .imgBox {
	padding: 28px 0 30px;
	border-bottom: 1px solid #336699;
}

#main .ticket .inner .photoBox {
	margin-top: 2px;
	float: left;
}

#main .ticket .inner .photoBox img {
	width: 202px;
	height: auto;
}

#main .ticket .inner .photoBox a {
	display: block;
	border: 1px solid #3A3A3A;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#main .ticket .inner .photoBox a:hover {
	border: 1px solid #0099FF;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#main .ticket .inner .textBox {
	padding-left: 240px;
	width: 500px;
}

#main .ticket .inner .textBox p {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}

#main .ticket .inner .textBox .text01 {
	margin: 10px 0 20px;
	color: #3399FF;
	font-size: 13px;
	line-height: 1.7;
}

#main .ticket .inner .textBox .text02 {
	margin: 10px 0 20px;
	color: #3399FF;
	font-size: 13px;
	line-height: 1.7;
}

#main .ticket .inner .textBox .comBtn01 {
	width: 140px;
	font-size: 14px;
}

#main .ticket .inner .textBox .comBtn01 a {
	padding: 10px 0 8px;
	background-position: 14px center;
}

#main .ticket .inner .textBox .comBtn01 a:hover {
	background-position: 24px center;
}

#main .headLine {
	margin-bottom: 58px;
	padding-bottom: 1px;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.0;
	position: relative;
	border-bottom: 4px solid #000;
}

#main .headLine .text {
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	right: 0;
	top: 23px;
}

#main .headLine .and {
	font-weight: 100;
}

#main .headLine .member {
	color: #0099FF;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
}

#main .news .headLine {
	margin: 0 0 1px;
}

#main .event {
	margin: 0 auto 60px;
	width: 970px;
}

#main .event .headLine {
	margin: 0 0 1px;
}

#main .event .linkUl li {
	border-bottom: 1px solid #CCC;
}

#main .event .linkUl .last {
	border-bottom: 1px solid #000;
}

#main .event .linkUl li a {
	padding: 32px 0 30px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}

#main .event .linkUl li a img {
	transition: .3s;
}

#main .event .linkUl li a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
	transition: .3s;
}

#main .event .linkUl li a img {
	width: 148px;
	float: left;
}

#main .event .linkUl li a p {
	margin-top: 22px;
	width: 795px;
	display: block;
	font-weight: 700;
	float: right;
}

#main .event .linkUl li a span {
	position: relative;
	transition: .3s;
}

#main .event .linkUl li a:hover span {
	color: #0099FF;
	text-decoration: underline;
	transition: all 0.3s ease 0s;
}

#main .event .linkUl li a:hover span::after {
	bottom: -0.2em;
	opacity: 1;
}

#main .event .more {
	margin-top: 20px;
}

#main .exFamily {
	/**background: #D8D8D8 url(../img/top/bg01.jpg) no-repeat center top;**/
}

#main .exFamily .inner {
	padding: 53px 0 50px;
	margin: 0 auto;
	width: 970px;
}

#main .exFamily .photoBox {
	padding-left: 20px;
	float: left;
}

#main .exFamily .photoBox img {
	width: 496px !important;
	max-width: 496px;
}

#main .exFamily .textBox {
	margin-top: 17px;
	width: 375px;
	float: right;
}

#main .exFamily .textBox p {
	font-size: 12px;
	line-height: 1.8;
}

#main .exFamily .textBox .title {
	margin-bottom: 3px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.5;
}

#main .exFamily .textBox .name {
	font-size: 65px;
	font-weight: 700;
	line-height: 1.0;
}

#main .exFamily .textBox .vol {
	margin: -7px 0 8px;
	font-size: 65px;
	font-weight: 300;
	line-height: 1.0;
}

#main .exFamily .textBox .vol span {
	color: #0099FF;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
}

#main .exFamily .textBox .dispatch {
	margin-bottom: 26px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

#main .exFamily .textBox .comBtn01 {
	margin-top: 29px;
	width: 155px;
	font-size: 15px;
	
	display: none;
}
	
#main .exFamily .textBox .comBtn01 a {
	padding: 12px 0 9px;
	background-position: 15px 16px;
}

#main .exFamily .textBox .comBtn01 a:hover {
	background-position: 25px 16px;
}

#main .wallpaper {
	margin: 0 auto;
	padding: 70px 167px 69px 0;
	width: 813px;
}

#main .wallpaper a {
	display: block;
	overflow: hidden;
}

#main .wallpaper .photoList {
	display: none;
}

#main .wallpaper .photoBox {
	padding: 15px 51px 43px 50px;
	width: 297px;
	height: 205px;
	float: right;
	background: url(../img/top/bg02.jpg) no-repeat left top;
}

#main .wallpaper .photoBox li {
	float: left;
}

#main .wallpaper .textBox {
	margin-top: 37px;
	width: 380px;
	float: left;
}

#main .wallpaper .textBox p {
	font-size: 16px;
}

#main .wallpaper .textBox .title {
	margin-bottom: 32px;
	font-size: 45px;
	font-weight: 300;
	line-height: 1.1;
}

#main .wallpaper .textBox .title span {
	display: block;
	font-weight: 700;
}

#main .wallpaper .textBox .title .member {
	margin-top: 4px;
	color: #0099FF;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
}

#main .linkList {
	padding: 100px 0 75px;
	background: #D8D8D8 url(../img/top/bg03.jpg) no-repeat center top;
}

#main .linkList ul {
	margin: 0 auto;
	padding-left: 16px;
	width: 988px;
}

#main .linkList li {
	padding: 0 16px 18px 0;
	float: left;
}

#main .linkList li a {
	display: block;
	border: 2px solid #CCC;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#main .linkList li a:hover {
	border-color: #0099FF;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#main .movie {
	background: #000;
	color: #fff;
}

#main .movie .inner {
	padding: 53px 0 50px;
	margin: 0 auto;
	width: 970px;
}

#main .movie .headLine {
	border-color: #fff;
	margin: 0 0 1px;
}

#main .movie .lead {
	font-size: 16px;
	margin: 20px 0;
}

#main .movie .movie_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .movie .movie_item {
	width: 48%;
	font-size: 16px;
	text-align: center;
	position: relative;
	padding-top: 35px;
}

#main .movie .category {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 1;
}

#main .movie .category_name {
	font-size: 24px;
}

#main .movie .more {
	width: fit-content;
	margin-left: auto;
	float: none;
	margin: 0;
}

#main .movie .more a {
	color: #FFF;
	background: url(../img/common/icon46.png) no-repeat left center;
}

#main .movie .special a {
	-webkit-transition: all .5s;
	transition: all .5s;
}

#main .movie .special a:hover {
	opacity: 0.7;
}

#main .movie .thumb img {
	max-width: 100%;
}

#main .movie .date {
	margin: 15px 0 5px;
}

#main .movie .name {
	font-size: 20px;
}

#main .movie a {
	display: block;
	overflow: hidden;
	color: #fff;
}

#main .movie .textBox {
	margin-top: 17px;
	width: 375px;
}

#main .movie .textBox p {
	font-size: 16px;
}

#main .movie .textBox .title {
	font-size: 57px;
	font-weight: 700;
	line-height: 1.0;
	margin-bottom: 32px;
}

#main .movie .textBox .member {
	color: #0099FF;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
}

#main .movie .photoBox {
	/** padding: 15px 51px 43px 50px;
	width: 297px;
	height: 205px; **/
	/** float: right; **/
	float: left;
}

#main .movie .photoBox li {
	float: left;
}

#main .movie .textBox {
	margin-top: 37px;
	width: 380px;
	float: right;
	margin-right: 40px;
}

#main .movie .textBox p {
	font-size: 13px;
}

#main .deeply {
	background: url(../img/top/bg05.jpg) no-repeat center /cover;
}

#main .deeply .inner {
	padding: 50px 0;
	margin: 0 auto;
	width: 970px;
}

#main .deeply_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#main .deeply_cont .txtBox {
	width: 48%;
}

#main .deeply_cont .photoBox {
	width: 48%;
	height: 300px;
	background: url(../img/top/deeply.jpg) no-repeat center /cover;
}

#main .deeply_cont .photoBox a {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 100%;
	height: 100%;
	padding: 20px;
	border: 2px solid transparent;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#main .deeply_cont .photoBox a:hover {
	text-decoration: none;
	border-color: #0099FF;
}

#main .deeply .flex {
	display: flex;
	align-items: baseline;
}

#main .deeply .date {
	color: #7F7F7F;
	font-size: 13px;
	font-weight: 700;
	margin-right: 1.5em;
}

#main .deeply .num {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

#main .deeply .theme {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
}

#main .deeply .name {
	text-align: right;
	font-size: 24px;
}

#main .deeply .name span {
	font-weight: 700;
}

#main .deeply p {
	font-size: 16px;
}

#main .deeply .title {
	font-size: 57px;
	font-weight: 700;
	margin-bottom: 20px;
}

#main .deeply .title .member {
	color: #0099FF;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
}

#main .deeply .txt {
	line-height: 2.1;
	font-weight: 500;
}

#main .deeply .txt span {
	font-style: italic;
	color: #0099FF;
}

#main .videoBox {
	background: #000;
	color: #fff;
}

#main .videoBox .inner {
	padding: 50px 0;
	margin: 0 auto;
	width: 970px;
}

#main .videoBox .headLine {
	border-color: #fff;
	margin-bottom: 30px;
}

#main .videoBox .video {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
}

#main .videoBox .video iframe {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}

#main .videoBox p {
	margin-top: 10px;
	text-align: right;
	font-size: 16px;
}

#main .member_contents {
	background: url(../img/top/bg06.jpg) repeat-y center /cover;
	background: linear-gradient(186deg, #a7a7a7, #000000) fixed;
}

#main .member_contents .inner {
	margin: 0 auto;
	width: 970px;
}

#main .member_contents .lead {
	font-size: 16px;
	margin: 30px 0;
	color: #fff;
}

#main .staff {
	padding: 50px 0;
}

#main .staff .inner {
	width: 1030px;
	/* background: #fff; */
	padding: 30px;
}

#main .staff .inner .headLine{
    border-bottom: 4px solid #fff;
    color: #fff;
}

#main .staff .headLine {
	margin: 0 0 1px;
}

#main .staff .headLine .sub {
	font-weight: 300;
}

#main .staff .staff_blog_item {
	padding: 15px 0;
	/* background-image: linear-gradient(to right, #CCC, #CCC 5px, transparent 1px, transparent 1px); */
	background-size: 10px 2px;
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 14px;
	/* border-bottom: 2px dotted #fff; */
	border-bottom: 1px solid #929292;
}

#main .staff .staff_blog_item a {
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main .staff .staff_blog_item a:hover {
	color: #0099FF;
	text-decoration: none;
}

#main .staff .staff_blog_item:first-of-type {
	padding-top: 0;
}

#main .staff .staff_blog_item .date {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
}

#main .staff .staff_blog_item .date span {
	color: #0099FF;
	margin-left: 1em;
	font-size: 14px;
}

#main .staff .staff_blog_item .title {
    color: #fff;
}

#main .staff .staff_blog_item a:hover .title {
	opacity: 0.5;
}

#main .more a.more_2 {
    padding-left: 20px;
    color: #fff;
    background: url(../img/top/icon08.png) no-repeat left center !important;
}

/*------------------------------------------------------------
	ログイン後
------------------------------------------------------------*/
#main .memberInfo {
	margin: -45px auto 40px;
	width: 970px;
}

#main .memberInfo .title {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 300;
}

#main .memberInfo .title span {
	font-weight: 400;
}

#main .memberInfo .sub {
	width: 584px;
	float: left;
}

#main .memberInfo .rBox {
	padding-top: 2px;
	width: 350px;
	float: right;
}

#main .memberInfo .rBox .ttl {
	margin-bottom: 24px;
	padding-left: 32px;
	font-size: 12px;
	background: url(../img/common/icon19.gif) no-repeat left top;
}

#main .memberInfo .rBox .ttl span {
	font-size: 18px;
	font-weight: 700;
}

#main .memberInfo .rBox .caution {
	font-size: 14px;
	color:#ff0000;
	border:#ff0000 solid 1px;
	padding: 12px;
	margin-bottom:15px;
}

#main .memberInfo .rBox .caution p{
	padding-left: 28px;
	font-size: 16px;
	color:#ff0000;
	font-weight:bold;
	background: url(../img/common/icon_caution.gif) no-repeat left top;
}

#main .memberInfo .rBox .caution a{
	color:#ff0000;
	text-decoration:underline;
}

#main .memberInfo .rBox .caution a:hover{
	color:#000;
	text-decoration:none;
}

#main .memberInfo .rBox li {
	padding: 16px 0;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
}

#main .memberInfo .rBox li:first-child {
	border-top: 1px solid #CCC;
}

#main .memberInfo .rBox li a {
	padding-left: 35px;
	display: inline-block;
	text-decoration: underline;
	background: url(../img/common/icon20.gif) no-repeat 4px 2px;
}

#main .memberInfo .rBox li a:hover {
	color: #0099FF;
	text-decoration: none;
}

#main .memberInfo .link {
	font-size: 13px;
	font-weight: 400;
}

#main .memberInfo .link a {
	padding-left: 16px;
	display: inline-block;
	background: url(../img/common/icon21.gif) no-repeat left 1px;
}

#main .memberInfo .rBox02 {
	width: 560px;
}

#main .memberInfo .rBox .more {
	margin-top: 15px;
}

@media all and (min-width: 0) and (max-width: 767px)  {
	.mainImg {
		margin: 0 0 1px;
		position: relative;
	}
	
	.mainImg .prevCover,
	.mainImg .nextCover {
		display: none;
	}
	
	.mainImg li img {
		width: 100%;
	}
	
	.mainImg .switch {
		display: none;
	}
	
	.topLink02 li:last-child {
		font-size: 15px;
	}

	.topLink02 li:last-child a {
		padding: 15px 0 12px;
	}
	
	.mainImg .sliderPage a {
		margin: 0 5px;
		background: url(../img/common/icon13.png) no-repeat left top;
		background-size: 7px 6px;
	}
	
	.mainImg .sliderPage .selected {
		background: url(../img/common/icon12.png) no-repeat left top;
		background-size: 7px 6px;
	}

	.mainImg .sliderPage {
		margin: 0;
		height: 6px;
		width: 100%;
		left: 0;
		bottom: 15px;
		position: absolute;
	}
	
	#main .topBox {
		margin: 0 0 46px;
		width: auto;
	}
	
	#main .topBox .textBox {
		margin-bottom: 18px;
		width: auto;
		float: none;
		text-align: center;
	}
	
	#main .topBox .title {
		margin-bottom: 25px;
		display: inline-block;
		font-size: 27px;
		text-align: center;
		border-bottom: 3px solid #0066cc;
	}
		
	#main .topBox .title > span {
		display: inline;
		text-decoration: none;
	}

	#main .topBox .title > span span {
		border-bottom: none;
	}
	
	#main .topBox .textImg img {
		margin: 0 auto;
	}

	#main .visualImg {
		display: none;
	}
	
	#main .topBox .visualImg {
		margin-bottom: 32px;
		height: 130px;
		display: block;
	}
	
	#main .topBox .visualImg .subVisual {
		height: 130px;
		background: url(../img/top/sp_img02.jpg) no-repeat;
		background-size: cover;
	}
	
	#main .topBox .listBox {
		margin: 0 0 16px;
		padding: 0 20px 0 35px;
		width: auto;
		float: none;
	}
	
	#main .topBox .listBox .list01 {
		margin: 0;
		width: 59%;
		float: left;
		border-bottom: 1px solid #b2d1f0;
	}
	
	#main .topBox .listBox .list01 li {
		padding: 8px 0 7px 13px;
		font-size: 12px;
		letter-spacing: -1px;
		background-size: 12px 12px;
		background-position: left 10px;
		border-top: 1px solid #b2d1f0;
	}
	
	#main .topBox .listBox .list02 {
		margin: -3px 0 0;
		width: 39%;
		float: right;
	}

	#main .topBox .listBox .list02 ul {
		width: auto;
		float: none;
	}
	
	#main .topBox .listBox .list02 li {
		padding: 0 0 16px 12px;
		width: auto;
		font-size: 10px;
		background-size: 10px 11px;
	}

	#main .topBox .listBox .list02 li span {
		font-size: 8px;
	}
	
	#main .topBox .spPhoto {
		margin: 0 35px 20px 40px;
		display: block;
	}

	#main .topBox .spPhoto img {
		width: 100%;
	}
	
	#main .topBox .rBox {
		margin: 0;
		width: auto;
		float: none;
	}
	
	#main .topBox .rBox .photo {
		display: none;
	}
		
	#main .topBox .rBox p {
		margin-bottom: 25px;
		font-size: 11px;
		text-align: center;
	}
	
	#main .topBox .rBox .comBtn01 {
		margin: 0 35px;
		width: auto;
	}

	#main .topBox .rBox .comBtn01 a {
		padding: 13px 0 13px;
		font-size: 14px;
	}
	
	#main .detailBox {
		margin-bottom: 10px;
		background: none;
	}
	
	#main .detailBox .question {
		margin-bottom: 10px;
		width: auto;
		float: none;
		background-color: #000;
	}

	#main .detailBox .question span {
		padding: 15px 0 13px 8em;
		min-height: 30px;
		font-size: 10px;
	}
	
	#main .detailBox .question .queTxt {
		padding: 15px;
		font-size: 19px;
	}
	
	#main .detailBox .question li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .detailBox .blog {
		margin-bottom: 10px;
		width: auto;
		float: none;
	}
	
	#main .detailBox .blog li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .detailBox .scroll {
		height: auto;
	}
	
	#main .detailBox .blog span {
		padding: 0 15px 11px;
		font-size: 10px;
	}
	
	#main .detailBox .blog .date {
		padding: 13px 15px 0;
		font-size: 10px;
	}
	
	#main .detailBox .history {
		width: auto;
		float: none;
		background-color: #000;
	}	

	#main .detailBox .history .video {
		padding: 0 10px 40px;
	}
		
	#main .detailBox .history .video img {
		width: 100%;
	}
	
	#main .detailBox .history .video iframe {
		width: 100% !important;
		height: 175px !important;
	}
	
	#main .detailBox .title {
		padding: 11px 15px 9px;
		font-size: 18px;
	}

	#main .detailBox .title a {
		font-size: 12px;
		top: 13px;
		background: url(../img/common/icon15.png) no-repeat left 5px;
		background-size: 9px 8px;
	}
	
	#main .ticket {
		margin-bottom: 0;
		padding-bottom: 50px;
		background: url(../img/top/sp_com_bg01.jpg) no-repeat right top;
		background-size: cover;
		border-bottom: 2px solid #000;
	}
	
	#main .ticket .section {
		padding: 0;
		width: auto;
		border-top: 2px solid #FFF;
	}
		
	#main .ticket .section .title {
		margin: 0;
		padding: 35px 22px 0;
		width: auto;
		float: none;
	}
		
	#main .ticket .section .title .ttl {
		padding: 0 8px 0 0;
		width: auto;
		float: left;
		font-size: 30px;
	}
	
	#main .ticket .section .title .ttl .txt {
		display: inline;
	}
	
	#main .ticket .section .title .text {
		padding: 8px 0 0;
		float: left;
		font-size: 15px;
	}
	
	#main .ticket .inner {
		margin: 0 25px;
		width: auto;
		float: none;
	}
	
	#main .ticket .inner .photoBox {
		margin-bottom: 18px;
		float: none;
	}

	#main .ticket .inner .photoBox a:hover {
		border: 1px solid #3a3a3a
	}
	
	#main .ticket .inner .photoBox img {
		width: 100%;
		height: auto;
	}
	
	#main .ticket .inner .textBox {
		padding: 0;
		width: auto;
	}
	
	#main .ticket .inner .imgBox {
		padding: 32px 0;
	}

	#main .ticket .inner .imgBox:last-child {
		border-bottom: 1px solid #666;
	}
	
	#main .ticket .inner .textBox p {
		font-size: 14px;
	}
	
	#main .ticket .inner .textBox .text01 {
		margin: 6px 0;
	}
	
	#main .ticket .inner .textBox .comBtn01 {
		margin: 20px auto 0;
		width: 54%;
		font-size: 12px;
	}
	
	#main .ticket .inner .textBox .comBtn01 a,
	#main .ticket .inner .textBox .comBtn01 a:hover {
		background-position: 14px center;
	}
	
	#main .ticket .inner .more {
		display: block;
	}
	
	#main .ticket .more {
		margin: 15px 25px 0;
		width: auto;
		display: block;
	}
	
	#main .ticket .more a {
		color: #FFF;
		background-size: 9px 8px;
		background-position: left 4px;
	}
	
	#main .headLine {
		margin-bottom: 30px;
		font-size: 28px;
	}
	
	#main .headLine .text {
		font-size: 12px;
		top: inherit;
		bottom: 6px;
	}

	#main .headLine .member {
		font-size: 13px;
	}

	#main .bannerSP img{
		width:100%;
		display:block;
		margin-top:30px;
		margin-bottom:30px;
	}
			
	#main .bannerPC{
		display:none;
	}
	
	#main .news .headLine {
		margin-bottom: 20px;
		font-size: 24px;
	}
	
	#main .news .headLine .text {
		right: inherit;
		left: 0px;
		bottom: -23px;
	}
	
	#main .news .more {
		margin: 15px 0 0;
	}
	
	#main .event {
		margin: 0 23px 45px;
		width: auto;
	}

	#main .event .headLine {
		margin-bottom: 20px;
		font-size: 24px;
	}

	#main .event .headLine .and {
		margin: 0 -3px;
		font-size: 23px;
	}
	
	#main .event .headLine .text {
		right: inherit;
		left: 0px;
		bottom: -23px;
	}
	
	#main .event .linkUl li a {
		padding: 30px 0 16px;
		font-size: 11px;
		line-height: 1.65;
		text-decoration: none;
	}

	#main .event .linkUl li a:hover {
		filter: alpha(opacity=100);
		opacity: 1.0;
		text-decoration: none;
	}

	#main .event .linkUl li a:hover span {
		text-decoration: none;
	}
	
	#main .event .linkUl li a img {
		display: block;
		margin: 0 auto;
		width: 135px;
		float: none;
	}
	
	#main .event .linkUl li a p {
		margin-top: 16px;
		width: auto;
		float: none;
	}
	
	#main .event .linkUl li a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .event .linkUl li a:hover p span {
		color: #000;
	}
	
	#main .event .linkUl li a span::after {
		display: none;
	}
	
	#main .event .linkUl .last a {
		padding: 34px 0 16px;
	}

	#main .event .linkUl .last a span {
		margin-top: 24px;
	}
	
	#main .event .more {
		margin: 15px 0 0;
	}
	
	#main .exFamily {
		/**background: url(../img/top/sp_bg01.jpg) no-repeat left top;
		background-size: 100% 100%;**/
	}
	
	#main .exFamily .inner {
		padding: 25px 0 45px;
		width: auto;
	}
	
	#main .exFamily .photoBox {
		padding: 0 10px 15px;
		float: none;
		text-align: center;
	}

	#main .exFamily .photoBox img {
		width: 90% !important;
		max-width: inherit;
	}
	
	#main .exFamily .textBox {
		margin: 0 26px;
		width: auto;
		float: none;
	}
	
	#main .exFamily .textBox .title {
		font-size: 10px;
	}
	
	#main .exFamily .textBox .name {
		float: left;
		font-size: 40px;
		letter-spacing: -1px;
	}
	
	#main .exFamily .textBox .vol {
		margin: 10px 0 -15px;
		float: left;
		font-size: 28px;
	}
	
	#main .exFamily .textBox .vol span {
		margin-top: 5px;
		display: block;
		font-size: 13px;
	}
	
	#main .exFamily .textBox .dispatch {
		margin: 0 0 20px;
		clear: both;
		font-size: 10px;
	}
	
	#main .exFamily .textBox p {
		font-size: 10px;
	}
	
	#main .exFamily .textBox .comBtn01 {
		margin: 17px auto 0;
		font-size: 11px;
		width: 62%;
		float: none;
	}
	
	#main .exFamily .textBox .comBtn01 a {
		padding: 8px 0 7px;
		background-position: 10px center;
	}

	#main .exFamily .textBox .comBtn01 a:hover {
		background-position: 10px center;
	}
		
	#main .wallpaper {
		padding: 0;
		width: auto;
	}

/**	
	#main .wallpaper a {
		padding: 45px 35px 50px;
		text-decoration: none;
	}
	
	#main .wallpaper .photoBox {
		padding: 60px 6px 0 7px;
		width: 99px;
		height: 201px;
		background: url(../img/top/sp_bg04.jpg) no-repeat left top;
		background-size: 100% 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
	#main .wallpaper .photoBox li {
		width: 100%;
	}
	
	#main .wallpaper .photoBox li img {
		width: 100%;
		height: auto;
	}
		
	#main .wallpaper .textBox {
		margin: 0;
		width: 50%;
	}
	
	#main .wallpaper .textBox p {
		font-size: 10px;
	}
	
	#main .wallpaper .textBox .title {
		margin-bottom: 50px;
		font-size: 24px;
	}
	
	#main .wallpaper .textBox .title span {
		display: inline;
	}
	
	#main .wallpaper .textBox .title .member {
		display: block;
		font-size: 13px;
	}
	
	#main .wallpaper .photoList {
		margin: 30px -5px 0;
		display: block;
	}

	#main .wallpaper .photoList li {
		width: 33.3%;
		float: left;
	}
	
	#main .wallpaper .photoList li img {
		margin: 0 auto;
		width: 82%;
		display: block;
	}
**/
	#main .wallpaper a {
		padding: 15px 20px 50px;
		text-decoration: none;
	}
	
	#main .wallpaper .photoBox {
		display: none;
	}
	
	#main .wallpaper .textBox {
		margin: 0;
		width: auto;
		float: none;
	}
	
	#main .wallpaper .textBox p {
		font-size: 10px;
	}
	
	#main .wallpaper .textBox .title {
		margin-bottom: 20px;
		font-size: 24px;
	}
	
	#main .wallpaper .textBox .title span {
		display: inline;
	}
	
	#main .wallpaper .textBox .title .member {
		display: block;
		font-size: 13px;
	}
	
	#main .wallpaper .photoList {
		margin: 30px -5px 0;
		display: block;
	}

	#main .wallpaper .photoList li {
		width: 50%;
		float: left;
	}
	
	#main .wallpaper .photoList li img {
		margin: 0 auto;
		width: 82%;
		display: block;
	}
		
	#main .linkList {
		padding: 55px 0 30px;
		width: auto;
		background: -moz-linear-gradient(
					top,
					#CCC 0%,
					#FFF);
		background: -webkit-gradient(
					linear, left top, left bottom, 
					from(#CCCCCC),              
					to(#FFF));
	}

	#main .linkList ul {
		padding: 0 10px;
		width: auto;
	}
	
	#main .linkList li {
		padding: 0 0 8px;
		width: 50%;
		text-align: center;
	}

	#main .linkList li a {
		margin: 0 auto;
		width: 93%;
		display: block;
		border-width: 1px;
	}
	
	#main .linkList li img {
		width: 100%;
	}
	
	#main .linkList li a:hover {
		border-color: #CCC;
	}
	
	#main .movie {
		padding: 0;
		width: auto;
	}
	
	#main .movie .inner{
		padding: 25px 25px 45px;
		width: auto;
	}
	
	#main .movie .lead {
		font-size: 12px;
		margin: 10px 0;
	}
	
	#main .movie .movie_item {
		width: 100%;
		padding-top: 0;
		font-size: 12px;
	}
	
	#main .movie .movie_item + .movie_item {
		margin-top: 20px;
	}
	
	#main .movie .category {
		position: relative;
		margin: 15px 0;
	}
	
	#main .movie .category_name {
		font-size: 18px;
	}
	
	#main .movie .date {
		margin: 10px 0 0;
	}
	
	#main .movie .name {
		font-size: 16px;
	}
	
	#main .movie a {
		/** padding: 20px 15px 0px; **/
		text-decoration: none;
	}
	
	#main .movie .photoBox {
		/** margin: 30px -5px 0; **/
		width: 100%;
		float: left;
	}
	
	#main .movie .photoBox img {
		width: 100%;
		height: auto;
	}
		
	#main .movie .textBox {
		margin: 37px 0 0 0;
		width: 100%;
	}
	
	#main .movie .textBox p {
		font-size: 12px;
	}
	
	#main .movie .textBox .title {
		margin-bottom: 20px;
		font-size: 30px;
	}
	
	#main .movie .textBox .title .member {
		font-size: 13px;
	}
	
	#main .deeply .inner {
		padding: 25px;
    	width: auto;
	}
	
	#main .deeply_cont .txtBox {
		width: 100%;
		margin-bottom: 15px;
	}

	#main .deeply_cont .photoBox {
		width: 100%;
		height: 200px;
	}
	
	#main .deeply_cont .photoBox a {
		padding: 15px;
	}
	
	#main .deeply .date {
		font-size: 12px;
	}
	
	#main .deeply .num {
		font-size: 16px;
	}
	
	#main .deeply .theme {
		font-size: 18px;
	}
	
	#main .deeply .name {
		font-size: 16px;
	}
	
	#main .deeply p {
		font-size: 12px;
	}
	
	#main .deeply .title {
		font-size: 28px;
		margin-bottom: 10px;
	}
	
	#main .deeply .title .member {
		font-size: 13px;
	}
	
	#main .deeply .txt {
		line-height: 1.75;
	}
	
	#main .videoBox .inner {
		padding: 25px 25px 45px;
    	width: auto;
	}
	
	#main .videoBox .headLine .text {
		right: inherit;
		left: 0px;
		bottom: -23px;
	}
	
	#main .videoBox p {
		font-size: 12px;
	}
	
	#main .member_contents .inner {
		width: auto;
	}
	
	#main .member_contents .lead {
		font-size: 12px;
		margin: 30px 0 15px;
	}
	
	#main .staff {
		padding: 20px 12.5px;
	}
	
	#main .staff .inner {
		padding: 25px 12.5px;
	}
	
	#main .staff .headLine .text {
		right: inherit;
		left: 0px;
		bottom: -23px;
	}
	
	#main .staff .staff_blog_item {
		font-size: 12px;
		padding: 10px 0;
	}
	
	#main .staff .staff_blog_item a:hover {
		color: #000000;
	}
	
	#main .staff .staff_blog_item a:hover .title {
		text-decoration: none;
	}
	
	#main .staff .more {
		margin-right: 0;
	}
	
	/*------------------------------------------------------------
		ログイン後
	------------------------------------------------------------*/
	#main .memberInfo {
		margin: -10px 20px 30px;
		width: auto;
	}
	
	#main .memberInfo .title {
		font-size: 15px;
		text-align: center;
	}
	
	#main .memberInfo .sub {
		margin-bottom: 18px;
		width: auto;
		float: none;
	}
	
	#main .memberInfo .sub .ttl {
		padding: 6px 0 4px;
		font-size: 17px;
		background-position: center top;
	}
	
	#main .memberInfo .link {
		font-size: 11px;
		text-align: right;
	}

	#main .memberInfo .link a {
		background-size: 12px 12px;
		background-position: left top;
	}
	
	#main .memberInfo .rBox,
	#main .memberInfo .rBox02 {
		width: auto;
		float: none;
	}
	
	#main .memberInfo .rBox .ttl {
		margin-bottom: 15px;
		padding-bottom: 3px;
		font-size: 11px;
		background-position: left top;
	}

	#main .memberInfo .rBox .ttl span {
		font-size: 16px;
	}

	#main .memberInfo .rBox .caution {
		font-size: 10px;
		padding: 12px;
		margin-bottom:15px;
	}
	
	#main .memberInfo .rBox li {
		padding: 12px 0 8px;
		font-size: 10px;
	}

	#main .memberInfo .rBox li a {
		padding: 0 0 3px 33px;
		background-position: 4px top;
	}
	
	#main .memberInfo .more {
		margin: 8px 0 0;
	}
}
	
@media screen and (min-device-width: 768px) and (max-device-width: 1024px)  {
	#main .product .inner {
		margin-right: 0;
	}
	#main .visualImg .subVisual {
		background-attachment: inherit;
		height: 700px;
	}
}

.mobile body {
  overflow: hidden;
}

.mobile #wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mobile #scroller {
  height: auto;
}

