
.section_mylist_wrap{
	background:#fff;
	padding:1px 0;
	z-index:10;
	position:relative;
}
@media print, screen and (min-width : 769px){ 

#section_useful{
	position:relative;
	z-index:2;
}
#section_useful .inner{
	width:980px;
	margin:0 auto;
	position:relative;
	
}
#section_useful h1{
	text-align:center;
	padding:170px 0 0;
	margin:0;
}
#section_useful h1 img{
	margin:0 auto;
}
#section_useful .title{
	position:absolute;
	top:52px;
	left:0;
	width:100%;
	text-align:center;
	
	margin:0;
	
}
#section_useful .title img{
	margin:0 auto;
}
#section_useful .btn_useful{
	position:absolute;
	top:55px;
	left:0;
	
	margin:0;
	z-index:2;
	
}
#section_useful .btn_useful a{
	display:inline-block;
	margin-right:30px;
}
#section_useful .btn_preview{
	position:absolute;
	top:42px;
	right:0;
	
	margin:0;
	z-index:2;
	
}
#section_useful .btn_preview a{
	display:inline-block;
}
/*--  --*/
.f_wrap{
	margin:70px 0 0;
	overflow:hidden;
}
.f_wrap .clm_l{
	float:left;
	width:275px;
}
.f_wrap .clm_r{
	width:705px;
	float:right;
}
.f_wrap .clm_l ul{
	border:solid 2px rgba(255,255,255,0.8);
	border-radius:5px;
	padding:35px 15px 40px 45px;
}
.f_wrap .clm_l ul li a{
	color:#fff !important;
	font-size:12px;
	line-height:30px;
	cursor:pointer;
}
.f_wrap .clm_l ul li a span{
	width:12px;
	height:12px;
	border-radius:2px;
	background:#fff;
	display:inline-block;
	margin-right:12px;
	
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.f_wrap .clm_l ul .li01 a span{
	background:none;
	border:solid 3px #fff;
}
.f_wrap .clm_l ul .li02 a span{	background:#509EAE;}
.f_wrap .clm_l ul .li03 a span{	background:#E79491;}
.f_wrap .clm_l ul .li04 a span{	background:#5BB6F2;}
.f_wrap .clm_l ul .li05 a span{	background:#EAA117;}
.f_wrap .clm_l ul .li06 a span{	background:#917CAC;}
.f_wrap .clm_l ul .li07 a span{	background:#98B23F;}
/*--  --*/

.f_wrap .clm_r ul{	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: right;
	
}
.f_wrap .clm_r ul li{
}

/* グリッドレイアウトのコンテナ */
.grid {
  position: relative;
}
 
/* アイテム */
.item {
  display: block; /* 必須 */
  position: absolute; /* 必須 */
  z-index: 1;
  width:304px;
  height:214px;
	margin-left:34px;
	margin-bottom:20px;
}


#contents_footer_navigation,
#footer,
#l-action-router,
#l-auto-local-footer {
	position:relative;
	z-index:10;
}
/*-- sp bg slide --*/
.bg {
	top: 0;
	/* top: 56px; */
	left: 0;
	width: 100%;
	height: 100%;
	z-index:1;
	position:absolute;
	overflow:hidden;
}
.bg.fix{
	position:fixed;
}
.bg p {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all 2s;
	z-index: 1;
}
.bg p span{
	transition: all 2s;
}
.bg.bg_l p span{
	margin-top:-200px;
}
.bg.bg_r p span{
	margin-top:200px;
}
.bg p.show {
	opacity: 1;
	z-index: 2;
}
.bg p.show span{
	margin-top:0px;
}
.bg p:nth-child(1) {
	z-index: 1;
}
.bg p:nth-child(2) {
	z-index: 3;
}
.bg p:nth-child(3),
.bg p:nth-child(4),
.bg p:nth-child(5) {
	z-index: 1;
}
.bg p:nth-child(6) {
	z-index: 1;
}
.bg p img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.bg.bg_l p:nth-child(1) span:nth-child(1) {	background-image:url(../image/bg_01.jpg);}
.bg.bg_l p:nth-child(2) span:nth-child(1) {	background-image:url(../image/bg_02.jpg);}
.bg.bg_l p:nth-child(3) span:nth-child(1) {	background-image:url(../image/bg_03.jpg);}
.bg.bg_l p:nth-child(4) span:nth-child(1) {	background-image:url(../image/bg_04.jpg);}
.bg.bg_l p:nth-child(5) span:nth-child(1) {	background-image:url(../image/bg_05.jpg);}

.bg.bg_l p:nth-child(1) span:nth-child(2) {	background-image:url(../image/bg_01_sp.jpg);}
.bg.bg_l p:nth-child(2) span:nth-child(2) {	background-image:url(../image/bg_02_sp.jpg);}
.bg.bg_l p:nth-child(3) span:nth-child(2) {	background-image:url(../image/bg_03_sp.jpg);}
.bg.bg_l p:nth-child(4) span:nth-child(2) {	background-image:url(../image/bg_04_sp.jpg);}
.bg.bg_l p:nth-child(5) span:nth-child(2) {	background-image:url(../image/bg_05_sp.jpg);}


.bg p span:nth-child(2){
	display:none;
}
.bg p span {
	position:fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
}
.bg_l p span {
	left: 0;
}
}
.bg {
	top: 0;
	/* top: 56px; */
	left: 0;
	width: 100%;
	height: 100%;
	z-index:1;
	position:absolute;
	overflow:hidden;
}
.bg.fix{
	position:fixed;
}
.bg p {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all 2s;
	z-index: 1;
}
.bg.bg_l p span{
	margin-top:0;
}
	.bg p.init{
		opacity:1;/*-- あらかじめに表示 --*/
	}
	.bg p.show{
		opacity:1;
		z-index:2;
}
	.bg p.before{
		opacity:1;
		z-index:1;
}
	.bg p:first-child.before{
		z-index:2;
	}
	.bg p.next{
		z-index:3;
	}
.bg.bg_l p.show span,
.bg.bg_sp p.show span,
.bg.bg_pc p.show span{
	margin-top:0px;
  animation-duration: 2s;
  animation-name: pic_l;
}
.bg.bg_r p.show span{
	margin-top:0px;
  animation-duration: 2s;
  animation-name: pic_r;
}
.bg p img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.bg.bg_pc p:nth-child(1) span {	background-image:url(../image/bg_01.jpg);}
.bg.bg_pc p:nth-child(2) span {	background-image:url(../image/bg_02.jpg);}
.bg.bg_pc p:nth-child(3) span {	background-image:url(../image/bg_03.jpg);}
.bg.bg_pc p:nth-child(4) span {	background-image:url(../image/bg_04.jpg);}
.bg.bg_pc p:nth-child(5) span {	background-image:url(../image/bg_05.jpg);}

.bg.bg_sp p:nth-child(1) span {	background-image:url(../image/bg_01_sp.jpg);}
.bg.bg_sp p:nth-child(2) span {	background-image:url(../image/bg_02_sp.jpg);}
.bg.bg_sp p:nth-child(3) span {	background-image:url(../image/bg_03_sp.jpg);}
.bg.bg_sp p:nth-child(4) span {	background-image:url(../image/bg_04_sp.jpg);}
.bg.bg_sp p:nth-child(5) span {	background-image:url(../image/bg_05_sp.jpg);}

.bg p span {
	position:absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: auto 100vh;
	background-repeat:no-repeat;
	background-position: center 0;
}
.bg.w100 p span {
	background-size: 100vw auto;
}
.bg_l p span {
	left: 0;
}
.bg_r p span {
	right: 0;
}
 @keyframes pic_l {
  0% {margin-top: -200px;}
  100% {margin-top: 0px;}
 }
 @keyframes pic_r {
  0% {margin-top: 200px;}
  100% {margin-top: 0px;}
 }
