@charset "utf-8";
/* -----------------------------------------
so.css
sp.html用css
----------------------------------------- */



body {
	background-color: #333;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-ms-touch-action : none;
	touch-action : none;
}

#Wrapper {
	position: relative;
	overflow: hidden;
}

.linkArea {
	position: absolute;
	border: 1px solid #f00;
	cursor: pointer;
	transition:background-color 0.5s;
}
.linkArea.selected:after {/*画像を絶対配置*/
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  display: block;
  width: 125px;
  height: 125px;
  background-image: url(../sp/selected.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  }
.linkArea.strong {
	border-width: 5px !important;
}
.linkArea.strong span {
	display: block;
	position: absolute;
	left: -61px;
	top: -61px;
	width: 60px;
	height: 60px;
	background: url(../sp/search_arrow.png) no-repeat 0 0;
	background-size: 60px 60px;
	-webkit-animation: searchLink 1s;
	animation: searchLink 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.linkArea.strong span.move {
	-webkit-animation: searchArrow 2s forwards;
	animation: searchArrow 2s forwards;
}
@-webkit-keyframes searchLink {
	0% { opacity: 1; }
	17% { opacity: 0; }
	33% { opacity: 1; }
	50% { opacity: 0; }
	67% { opacity: 1; }
	83% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes searchLink {
	0% { opacity: 1; }
	17% { opacity: 0; }
	33% { opacity: 1; }
	50% { opacity: 0; }
	67% { opacity: 1; }
	83% { opacity: 0; }
	100% { opacity: 1; }
}

@-webkit-keyframes searchArrow {
	0% { top: -65px; left: -65px; }
	12% { top: -55px; left: -55px; }
	25% { top: -65px; left: -65px; }
	37% { top: -55px; left: -55px; }
	50% { top: -65px; left: -65px; opacity: 1; }
	100% {top: -65px; left: -65px; opacity: 0; visibility:hidden;}
}
@keyframes searchArrow {
	0% { top: -65px; left: -65px; }
	12% { top: -55px; left: -55px; }
	25% { top: -65px; left: -65px; }
	37% { top: -55px; left: -55px; }
	50% { top: -65px; left: -65px; opacity: 1; }
	100% {top: -65px; left: -65px; opacity: 0; visibility:hidden;}
}

/* header
----------------------------------------- */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	z-index: 100;
	opacity: 0.95;
}

#BtnList {
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#575757));
	background: -moz-linear-gradient(top, #7a7a7a, #575757);
	background: linear-gradient(#7a7a7a, #575757);
	color: #fff;
	width: 100%;
	height: 45px;
	z-index: 100;
}

#HomeBtn,
#MenuBtn,
#JumpAreaBtn {
	float: left;
	background: url(../sp/line_01.gif) repeat-y right top;
	padding-right: 2px;
}

#HelpBtn,
#PageLinkBtn,
#ShareBtn {
	float: right;
	background: url(../sp/line_01.gif) repeat-y left top;
	padding-left: 2px;
}

#BtnList li.open {
	background: -webkit-gradient(linear, left top, left bottom, from(#2f2f2f), to(#373737));
	background: -moz-linear-gradient(top, #2f2f2f, #373737);
	background: linear-gradient(#2f2f2f, #373737);
}

#IndexList {
	position: absolute;
	top: 44px;
	height: 0;
	overflow: hidden;
	width: 100%;
	z-index: 50;
}

body.tablet #IndexList {
	max-width: 500px;
}

#IndexList #Menu {
	position: absolute;
	bottom: 0;
	width: 100%;
}

body.pc #IndexList #Menu.open {
	overflow-y: scroll;
	width: 520px;
	height: 100%;
}

#IndexList li {
	background: url(../sp/mrk_01.png) no-repeat 95% 50% #383838;
	background-size: 11px 18px;
	border-top: 1px solid #757575;
	padding: 15px 10% 15px 15px;
}

#IndexList li.click {
	background: url(../sp/mrk_01.png) no-repeat 95% 50% #666666;
	background-size: 11px 18px;
}

#IndexList li.midashi {
	background: none #383838;
	padding: 15px;
}

#IndexList li a {
	text-decoration: none;
}

#IndexList li.folder {
	padding: 0;
	background: none;
	background-color: transparent;
	border-top: none;
}

#IndexList li.folder .folderTit {
	display: block;
	background: url(../sp/mrk_02.png) no-repeat 15px 50% #383838;
	background-size: 23px 23px;
	border-top: 1px solid #757575;
	padding: 15px 15px 15px 45px;
}

#IndexList li.folder.open .folderTit {
	background: url(../sp/mrk_03.png) no-repeat 15px 50% #383838;
	background-size: 23px 23px;
}

#IndexList li.folder ul {
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
	overflow: hidden;
}

#IndexList li.folder.close ul {
	height: 0;
}

#IndexList li.folder li {
	padding-left: 45px;
}

#IndexList li.folder li.folder {
	padding-left: 0;
}

#IndexList li.folder li.folder .folderTit {
	background: url(../sp/mrk_02.png) no-repeat 45px 50% #383838;
	background-size: 23px 23px;
	padding: 15px 15px 15px 75px;
}

#IndexList li.folder li.folder li {
	padding-left: 75px;
}

#JumpArea {
	position: absolute;
	top: 44px;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: #383838;
	z-index: 40;
}

body.tablet #JumpArea {
	max-width: 300px;
}

#JumpAreaInner {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#JumpArea #JumpTitle {
	margin: 50px 0 20px;
	font-size: 19px;
}

#JumpArea #JumpInputArea {
	text-align: center;
}

#JumpArea #JumpInputArea li {
	display: inline-block;
	vertical-align: top;
}

#JumpArea #JumpPageInput {
	width: 60px;
	padding: 7px 10px;
	border-radius: 5px;
}

a.cmnBtn {
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f5f7), to(#9ba1af));
	background: -moz-linear-gradient(top, #f3f5f7, #9ba1af);
	background: linear-gradient(#f3f5f7, #9ba1af);
	padding: 3px 6px;
	color: #333;
	text-align: center;
	text-decoration: none;
}

a.cmnBtn.click {
	background: -webkit-gradient(linear, left top, left bottom, from(#9ba1af), to(#f3f5f7));
	background: -moz-linear-gradient(top, #9ba1af, #f3f5f7);
	background: linear-gradient(#9ba1af, #f3f5f7);
}

#JumpArea #JumpPageAdd,
#JumpArea #JumpPageDec {
	font-size: 23px;
}

#JumpArea #JumpAll {
	font-size: 15px;
	margin: 5px 0;
}

#JumpArea #JumpBtn {
	font-size: 21px;
	padding: 3px 40px;
}


#ShareArea {
	position: absolute;
	top: 44px;
	height: 0;
	overflow: hidden;
	width: 100%;
	z-index: 40;
}

body.tablet #ShareArea {
	max-width: 300px;
	right: 0;
}

#ShareArea #ShareList {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#ShareArea li {
	background: url(../sp/mrk_01.png) no-repeat 95% 50% #383838;
	background-size: 11px 18px;
	border-top: 1px solid #757575;
}

#ShareArea li a {
	display: block;
	text-decoration: none;
	padding: 15px 10% 15px 45px;
}

#ShareArea li#ShareFacebook a {
	background: url(../sp/ico_share_facebook.png) no-repeat 15px 50%;
	background-size: 20px 20px;
}

#ShareArea li#ShareTwitter a {
	background: url(../sp/ico_share_x.png) no-repeat 15px 50%;
	background-size: 20px 20px;
}

#ShareArea li#ShareMail a {
	background: url(../sp/ico_share_mail.png) no-repeat 15px 50%;
	background-size: 20px 20px;
}

#HelpArea {
	position: absolute;
	top: -100px;
	background: url(../sp/help_bg.png) no-repeat 100% 0 #383838;
	-webkit-background-size: 32px 12px;
	background-size: 32px 12px;
	width: 100%;
	height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 10px 0;
	overflow: hidden;
	z-index: 60;
}

#HelpArea #HelpAreaInner {
	position: absolute;
	right: 10px;
	background-color: #f1f1f1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	max-width: 400px;
	margin-left: 10px;
	color: #333;
	padding: 15px 25px 15px 18px;
}

#HelpArea #HelpCloseBtn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
}

#HelpArea #HelpScrollArea {
	overflow: hidden;
}

#HelpArea #HelpScrollInner {
	height: 100%;
	overflow-y: scroll;
	margin-right: -20px;
	padding-right: 20px;
}

body.pc #HelpArea #HelpScrollInner {
	padding-right: 0;
}

#HelpArea ul {
	margin-bottom: 15px;
}

#HelpArea ul li {
	border-bottom: 1px solid #bababa;
	padding: 15px 10px 15px 0;
}

#HelpArea ul li .icon {
	float: left;
	background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#575757));
	background: -moz-linear-gradient(top, #7a7a7a, #575757);
	background: linear-gradient(#7a7a7a, #575757);
	width: 45px;
}

#HelpArea ul li .noBg {
	background: none;
}

#HelpArea ul li .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 55px;
}

#HelpArea ul li .text {
	padding-left: 55px;
}

#HelpArea #HelpScrollBar {
	position: absolute;
	top: 35px;
	right: 5px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #999;
	width: 4px;
	height: 100px;
}


/* SliderArea
----------------------------------------- */

#SliderArea {
	position: relative;
	height: 100%;
}

#SliderArea.move {
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
}

#SliderArea li {
	position: relative;
	float: left;
	overflow: hidden;
	height: 100%;
	border-right: 2px solid #333;
}

#SliderArea .pageArea {
	position: absolute;
/*	overflow: hidden;*/
}

#SliderArea .pageAreaInner {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

#SliderArea li .mainImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#SliderArea li .mainImg p {
	position: absolute;
	width: 100%;
}

#SliderArea li .linkLayer {
	position: absolute;
	top: 0;
	left: 0;
}


/* BtmArea
----------------------------------------- */

#BtmArea {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


/* PageBtn
----------------------------------------- */

#PageBtnLeft,
#PageBtnRight {
	position: absolute;
	display: none;
}

#PageBtnLeft a,
#PageBtnRight a {
	display: block;
	border-radius: 3px;
	background-color: rgba(0,0,0,0.7);
/*	background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#575757));
	background: -moz-linear-gradient(top, #7a7a7a, #575757);
	background: linear-gradient(#7a7a7a, #575757);*/
	padding: 8px 13px;
}

#PageBtnLeft {
	left: 10px;
	bottom: 60px;
}

#PageBtnRight {
	right: 10px;
	bottom: 60px;
}


/* PageNum
----------------------------------------- */

#PageNum {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	height: 25px;
	pointer-events: none;
}

#PageNum div {
	display: inline-block;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.7);
	padding: 0 10px;
	min-width: 45px;
	height: 25px;
	color: #fff;
	line-height: 25px;
}


/* PageSliderArea
----------------------------------------- */

#PageSliderArea {
	position: relative;
	bottom: 0;
	height: 44px;
	background-color: rgba(0,0,0,0.7);
	border-top: 1px solid #666;
}

#PageSliderAreaInner {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 6px;
	height: 32px;
}

#PageSliderAreaInner::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 12px;
	right: 12px;
	bottom: 14px;
	background-color: #ccc;
}

#PageSliderBar {
	position: absolute;
	top: 14px;
	bottom: 14px;
	width: 0;
	background-color: #666;
}

#PageSlider {
	position: absolute;
	top: 0;
	width: 32px;
	height: 32px;
}

#PageSlider::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 5px;
	width: 0;
	height: 0;
	background-color: #fff;
	border-radius: 12px;
	border: 12px solid #fff;
	z-index: 10;
	cursor: pointer;
}


/* Loading
----------------------------------------- */

#Loading {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 200;
	display: none;
}

#LoadingInner {
	margin-top: -50px;
}

#Loading img {
	-webkit-animation: loading 1.5s infinite linear;
	animation: loading 1.5s infinite linear;
}

@-webkit-keyframes loading {
	0%   { -webkit-transform: rotateZ(0deg); }
	100% { -webkit-transform: rotateZ(360deg); }
}
@keyframes loading {
	0%   { transform: rotateZ(0deg); }
	100% { transform: rotateZ(360deg); }
}

#ListBtn{
	position:absolute;
	right:5%;
	bottom:50px;
	text-align:center;
	background:rgba(0,0,0,0.4);
	border-radius:10px;
	font-weight:bold;
	padding:15px 25px;
	color:#fff;
	z-index:100;
}
.tablet #ListBtn{
	right:10%;
	bottom:80px;
	padding:15px 35px;
}

.arrow_box {
	position: absolute;
	background: #fff;
	border: 2px solid #808080;
	width:220px;
	display:none;
	padding:5px;
	transform:scale(0.7);
	border-radius:10px;
}
.tablet .arrow_box {
	transform:scale(1.0);
}
.arrow_box:after, .arrow_box:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    transform-origin: left top;
    transform: skewX(61deg);
}

.arrow_box.right:after, .arrow_box.right:before {
	left:70%;
}
.arrow_box.left:after, .arrow_box.left:before {
	left:30%;
}

.arrow_box.top:after, .arrow_box.top:before {
	top:100%;
	transform-origin:top;
	transform: skewX(-61deg);
}
.arrow_box.top:after {
	border-top-color: #ffffff;
}
.arrow_box.top:before {
	border-top-color: #808080;
	margin-left: -27px;
}

.arrow_box.bottom:after, .arrow_box.bottom:before {
	bottom:100%;
	transform-origin:bottom;
}
.arrow_box.bottom:after {
	border-bottom-color: #ffffff;
}
.arrow_box.bottom:before {
	border-bottom-color: #808080;
	margin-left: -28px;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-width: 25px;
	margin-left: -25px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-width: 30px;
	
}
.arrow_box .backBtn,.arrow_box .addiineBtn,.arrow_box .cancelBtn{
	float:left;
	width:80px;
	height:32px;
	padding:0 5px;
	margin:5px;
	text-align:center;
	padding:5px;
	border-radius:10px;
	margin-left:10px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	border:1px solid #385d8a;
}
.arrow_box .addiineBtn,.arrow_box .cancelBtn{
	background:#fa7e74;
}
.arrow_box.selected .addiineBtn{
	display:none;
}
.arrow_box .cancelBtn{
	display:none;
}
.arrow_box.selected .cancelBtn{
	display:block;
}
.arrow_box .backBtn{
	background:#d9d9d9;
	line-height:32px;
	color:#000;
}
