@charset "utf-8";

h1{
padding: 10px 0;
text-align: center;
background: rgba(0,0,0,0.7);
}
@media screen and (max-width: 960px) {
h1 {
padding: 15px 0;
}
h1 img {
    width: 50%;
    height: auto;
}
}
@media screen and (max-width: 480px) {
h1 {
    text-align: left;
    padding: 10px 0 10px 20px;
}
h1 img {
    width: 70%;
}
}

/*---------- greeting ----------*/
#bg_greeting {
    background-image: url(../img/greeting/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
}
#greeting {
    font-style: normal;
    font-weight: bold;
    color: #fff;
}
#greeting p {
    font-size: 2.3rem;
    width: 900px;
    margin: 40px auto 0;
}
#greeting .intro{
font-size: 3.3rem;
font-weight: bold;
text-align: center;
margin-bottom: 70px;
}
#greeting .yellow {
color: #ecef00;
font-weight: bold;
font-size: 2.5rem;
margin: 0 3px;
    }
#greeting .green {
color: #83EB92;
    }
#greeting .orange {
font-size: 2.5rem;
font-weight: bold;
    color: #ffcf27;
    margin: 0 3px;
    }
#greeting .yoso {
	font-weight: bold;
	color: #fccccc;
	}
#greeting  .prof {
    width: 900px;
    margin: 80px auto 0;
	font-size: 2.2rem;
	text-align: right;
}
#greeting .prof img {
	margin-left: 15px;
}
/*
#greeting .pconly {
    margin-top: 70px;
}
#greeting .signature {
    width: 900px;
    text-align: right;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 30px;
    font-size: 2rem;
}
#greeting .signature span {
	display: inline-block;
	margin-top: 20px;
}

#greeting .sponly {
    display: none;
}*/

@media screen and (max-width: 960px) {
#bg_greeting {
		background:none;
	}
	#bg_greeting::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	-webkit-background-size: cover;
	background-image: url(../img/greeting/bg_sp.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	}
#greeting p {
    font-size: 1.8rem;
    width: 90%;
    margin: 30px auto 0;
}
#greeting .yellow {
font-size: 2rem;
}
#greeting .orange {
font-size: 2rem;
    }
#greeting  .prof {
    width: 90%;
    margin: 30px auto 0;
	font-size: 1.7rem;
}
}
@media screen and (max-width: 480px) {

#greeting p {
        margin: 0 auto 30px;
        font-size: 1.7rem;
        line-height: 1.9em;
    }
    #greeting .intro{
    font-size: 2rem;
    margin-bottom: 30px;
}
#greeting .yellow {
    font-size: 1.8rem;
    margin: 0 3px;
    }
#greeting .orange {
font-size: 1.8rem;
 margin: 0 3px;
    }    
#greeting  .prof {
    width: 90%;
    margin: 40px auto 0;
	font-size: 1.6rem;
}
#greeting .prof img {
	width: 36px;
    height: 36px;
}

}

/*---------- osusume ----------*/
#bg_rec {
    background-image: url(../img/rec/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
}
#rec h3,
#rec .pointbox {
    display: none;
}
#rec .middlecatch{
    display: none;
	text-align: center;
	font-size: 3.2rem;
}
#rec .middlecatch span{
		color: #ebd34e;
}
#rec .pconly {
    margin: 50px 0;
}
#rec p {
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    width: 900px;
    margin: 0 auto 30px;
    line-height: 1.7em;
}
#rec .bold {
    font-weight: bold;
    }
#rec .green {
font-size: 2.6rem;
color: #90FD2C;
text-shadow: 3px 3px #000000;
    }
#rec .yellow {
font-size: 2.7rem;
color: #ecef00;
font-weight: bold;
text-shadow: 3px 3px #000000;
    }
#rec .red {
    color: #f48793;
    }
#rec .blue {
    color: #b2f8f1;
    }
#rec .orange {
    font-size: 2.6rem;
    color: #edc218;
    text-shadow: 3px 3px #000000;
    }
#rec .sponly {
    display: none;
}


@media screen and (max-width: 960px) {
#bg_rec {
		background:none;
	}
	#bg_rec::before {
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100vh;
-webkit-background-size: cover;
background-image: url(../img/rec/bg_sp.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
	}
#rec .pconly {
    width: 90%;
    height: auto;
    margin: 30px 0 ;
}
#rec p {
    font-size: 1.8rem;
    width: 90%;
    margin: 0 auto 30px;
    line-height: 1.7em;
}
#rec .green {
font-size: 2rem;
    }
#rec .yellow {
    font-size: 2rem;
    }
 #rec .orange {
    font-size: 2rem;
    }   
}
@media screen and (max-width: 480px) {
#rec img {
    margin: 0;
}
#rec p {
    font-size: 1.6rem;
    line-height: 1.8em;
    margin: 0 auto 30px;
}
#rec .green {
    font-size: 1.7rem;
    }
#rec .yellow {
    font-size: 1.7rem;
    }
 #rec .orange {
    font-size: 1.7rem;
    }   
#rec .pconly {
	display: none;
	}
#rec .sponly {
		display: inherit;
        width: 90%;
        margin: 0 auto;
	}
#rec .middlecatch{
display: inherit;
text-align: left;
font-size: 1.8rem;
font-weight: normal;
letter-spacing: -0.5px;
}
#rec .middlecatch span{
	color: #fffb19;
}
#rec h3 {
display: inherit;
font-style: normal;
font-size: 2.4rem;
width: 90%;
margin: auto;
margin-top: 30px;
margin-bottom: 4px;
color: #fbd833;
text-align: center;
}
#rec h3 i {
display: inline-block;
margin-left: 10px;
font-style: normal;
color: #ff932b;
}
#rec .pointbox {
display: inherit;
width: 90%;
margin: auto;
margin-bottom: 25px;
padding: 8px 11px 10px;
color: #fff;
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-size: 1.8rem;
font-weight: bold;
letter-spacing: -0.5px;
text-align: left;
line-height: 1.7em;
border: 2px solid #a0a0a0;
background: #318cd9;
background: -moz-linear-gradient(top,  #318cd9 0%, #2278bf 100%);
background: -webkit-linear-gradient(top,  #318cd9 0%,#2278bf 100%);
background: linear-gradient(to bottom,  #318cd9 0%,#2278bf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#318cd9', endColorstr='#2278bf',GradientType=0 );
text-shadow: 0px 1px 2px #000;
	}
#rec .pointbox span {
color: #FFCCCC;
    }
#rec .sponly span {
		display: inline;
	}
    
}

/*---------- setlist ----------*/
#bg_setlist {
    background-image: url(../img/setlist/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
}
#jp_container_2{
	border: solid 1px #ccc;
	width: 250px;
	margin: 50px auto 10px;
    position: relative;
    padding-right: 0px;
	background: rgba(224,42,0,1.0);
}
#jp_container_2 .track-name{
    color:#fff;
    font-size: 1.8rem;
    padding:8px 0px 10px 30px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
}
#jp_container_2 .track-name.active{
    color:#fffb19;
}
#jp_container_2 .jp-play{
    position: absolute;
    left: 5px;
    top: 14px;
    width: 33px;
    height: 30px;
    background: url(../img/top/play.png) center top no-repeat;
    cursor: pointer;
}
#jp_container_2 .jp-pause{
    position: absolute;
    left: 5px;
    top: 14px;
    width: 33px;
    height: 30px;
    background: url(../img/top/play.png) center bottom no-repeat;
    cursor: pointer;
    display: none;
}
#setlist .intro {
    width: 900px;
    margin: 0px auto 20px;
    padding-bottom: 30px;
    border-bottom: 5px solid #fccb32;
}
#setlist .demoplayer {

}
#setlist .player {
margin: 0 35px;
}
#setlist .demoplayer p {
    text-align: center;
    font-size: 2.2em;
    font-weight: bold;
}
#setlist .jacket span {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 5px;
}
#setlist .dlc {
color: #fff;
width: 750px;
font-size: 2.5rem;
font-weight: bold;
margin: 50px auto 0;
padding: 20px;
background-color: rgba(22,83,208,0.8);
border: 4px double #CDCFFF;
}
#setlist .dlc a {
color: #ffff00;
}
#setlist #videobox {
width: 900px;
margin: 0px auto 80px;
border-bottom: 5px solid #fccb32;
padding-bottom: 30px;
}
#setlist #videobox h3 {
font-family:  fot-udkakugo-large-pr6n, sans-serif; 
font-style: normal;
font-weight: bold;
font-size: 3.6rem;
color: #f4ffab;
margin-bottom: 30px;
}
#setlist #videobox p {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
#setlist #videobox iframe{
    width: 900px;
    height: 506px;
}
#setlist .listexplain {
    padding: 0;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 50px;
}
#setlist .listexplain img {
    margin-right: 10px;
    width: 28px;
    height: 28px;
}
#setlist .webfont {
    font-family: fot-udkakugo-large-pr6n, sans-serif; 
    font-weight: bold;
    font-style: normal;
    line-height: 6em;
}
#setlist .playtime {
	display: inline-block;
	margin: 0 10px;
	font-size: 1.8rem;
    font-weight: normal;
    position: relative;
    top: 10px;
}
#setlist ul {
    margin-top: 40px;
    margin: auto;
    width: 900px;
}
#setlist .list_info {
position: relative;
color: #110b0b;
margin-bottom: 80px;
text-align: left;
}
#setlist li .number {
position: absolute;
z-index: 1;
}
#setlist li .demo{
position: absolute;
right:0;
top:0;
width: 268px;
height: 98px;
padding: 18px 0 0 35px;
background-image: url(../img/setlist/bg_playtime.png);
background-size: 268px 98px;
z-index: 1;
}
#setlist li .demo img {
    position: relative;
    bottom: 7px;
    margin-right: 10px;
}
#setlist li .demo .time {
font-size: 2.4rem;
color: #fff;
font-weight: bold;
line-height: normal;
}
#setlist .list_info_inner {
background-image: url(../img/setlist/bg_list.png);
background-position: center center;
width: 828px;
height: 228px;
margin: 0 auto;
padding: 35px 60px 0;
position: relative;
top: 40px;
}
#setlist li .title {
display: block;
font-size: 2.6rem;
font-weight: bold;
line-height: 1.3em;
}
#setlist li .musictitle {
display: block;
font-size: 4.2rem;
font-weight: bold;
margin-bottom: 0px;
border-bottom: 4px solid #ba0d0d;
}
#setlist li .musictitle i {
font-size: 2.6rem;
font-style: normal;
position: relative;
bottom: 4px;
}
#setlist li .genre{
font-size: 2.6rem;
font-weight: bold;
text-align: center;
color: #004872;
}
#setlist li .genre i {
    font-style: normal;
}
#setlist li .genre i::before {
content: "｜";
font-family: fot-udkakugo-large-pr6n, sans-serif; 
padding-right: 0px;
}

@media screen and (max-width: 960px) {
#bg_setlist {
		background:none;
	}
#bg_setlist::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	-webkit-background-size: cover;
	background-image: url(../img/setlist/bg_sp.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	}
#setlist .intro {
    width: 90%;
    margin: 0px auto 20px;
    padding-bottom: 30px;
}
#setlist .player {
margin: 0 35px;
}
#setlist .demoplayer p {
    text-align: center;
    font-size: 2em;
}
#setlist .dlc {
width: 100%;
font-size: 2.4rem;
margin: 50px auto 0;
padding: 20px 0;
}
#setlist #videobox {
    margin: 20px auto;
    width: 90%;
}
#setlist #videobox h3 {
font-size: 2.2rem;
margin-bottom: 10px;
}
#setlist #videobox p {
    width: 100%;
    text-align: center;
}
#setlist #videobox iframe{
    width: 100%;
    height: 480px;
}
#setlist .listexplain {
    padding: 0;
    font-size: 1.8rem;
    margin-bottom: 50px;
}
#setlist .webfont {
    line-height: 5em;
}
#setlist .playtime {
	margin: 0 10px;
	font-size: 1.8rem;
    top: 10px;
}
#setlist ul {
    margin-top: 40px;
    margin: auto;
    width: 90%
}
#setlist .list_info {
margin-bottom: 80px;
text-align: left;
}
#setlist li .number img {
width: 80px;
}
#setlist li .demo{
width: 215px;
height: 98px;
padding: 12px 0 0 30px;
background-size: 100% auto;
background-position: right top;
}
#setlist li .demo img {
    bottom: 5px;
    width: 28px;
}
#setlist li .demo .time {
font-size: 1.9rem;
}
#setlist .list_info_inner {
background-position: center center;
background-size: 100% 100%;
width: 100%;
height: auto;
margin: 0 auto;
padding: 35px 40px 0;
top: 40px;
}
#setlist li .title {
font-size: 2.3rem;
line-height: 1.3em;
}
#setlist li .musictitle {
font-size: 3rem;
margin-bottom: 0px;
}
#setlist li .musictitle i {
font-size: 2rem;
bottom: 4px;
}
#setlist li .genre{
font-size: 2rem;
font-weight: bold;
text-align: center;
}
}
@media screen and (max-width: 480px) {
    #jp_container_2{
	width: 220px;
	margin: 20px auto 10px;
    }
#setlist .intro {
    padding-bottom: 30px;
}
#setlist .player {
margin: 0 auto;
}
#setlist .demoplayer p {
    text-align: center;
    font-size: 1.8em;
}
#setlist .jacket img {
    width: 70%;
}
#setlist .dlc {
font-size: 1.6rem;
margin: 30px auto 0;
padding: 10px;
}
#setlist #videobox {
    margin: 20px auto;
}
#setlist #videobox h3 {
font-size: 2rem;
margin-bottom: 10px;
}
#setlist #videobox p {
    font-size: 1.6rem;
}
#setlist #videobox iframe{
    max-height: 200px;
}
#setlist .listexplain {
    font-size: 1.5rem;
    margin: 0 auto 30px;
    width: 90%;
}
#setlist .webfont {
    line-height: 2em;
}
#setlist .playtime {
	margin: 0 10px;
	font-size: 1.8rem;
    top: 10px;
}
#setlist ul {
    margin-top: 0px;
}
#setlist .list_info {
margin-bottom: 40px;
}
#setlist li .number img {
width: 70px;
}
#setlist li .demo{
width: 185px;
height: 70px;
padding: 11px 0 0 25px;
}
#setlist li .demo img {
    bottom: 5px;
    width: 22px;
}
#setlist li .demo .time {
font-size: 1.6rem;
}
#setlist .list_info_inner {
background-size: 100% 100%;
padding: 35px 20px 20px;
top: 30px;
}
#setlist li .title {
font-size: 1.7rem;
margin-bottom: 5px;
}
#setlist li .musictitle {
font-size: 2.2rem;
line-height: 1.5em;
margin-bottom: 15px;
padding-bottom: 5px;
}
#setlist li .musictitle i {
display: block;
font-size: 1.7rem;
}
#setlist li .genre{
font-size: 1.7rem;
}
#setlist li .genre i {
display: block;
text-align: left;
line-height: 1.5em;
}
#setlist li .genre i::before {
content: "";
}
}


/*---------- info ----------*/
#bg_consign {
    background-image: url(../img/consign/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
}
#consign .detail {
    width: 900px;
    margin: 0 auto;
    border-bottom: 5px solid #fccb32;
}
#consign .detail .flex {
    display: flex;
    justify-content: center;
}
#consign .detail .jacket {
    display: block;
    margin-right: 30px; 
    margin-bottom: 30px;
}
#consign .detail .ma {
    width: 150px;
    height: auto;
}
#consign .detail ul {
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
}
#consign .detail li {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: left;
    padding: 10px 0 10px 10px;
    border-bottom: 2px solid #fff;
}
#consign .detail span {
    display: block;
    width: 800px;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    border-bottom: 2px solid #fff;
}
#consign .detail em {
display: inline-block;
width: 95px;
font-style: normal;
color: #00b7ee;
}
#consign .detail .c97 {
color: #fff;
font-size: 2.2rem;
font-weight: bold;
text-align: center;
padding-top: 15px;
background-image: url(../img/consign/bg_c97.png);
background-size: 100% 111px;
height: 111px;
}
#consign .dlcard {
    display: flex;
	justify-content: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
#consign .dlcard .txt{
width: 52%;
font-weight: bold;
}
#consign .dlcard .txt p{
font-size: 2.2rem;
margin-bottom: 18px;
}
#consign .dlcard img {
width:250px;
height: 370px;
margin-right: 30px;
}
#consign .dlcard h4 {
    color: #d91404;
    font-size: 2.3rem;
    padding: 5px 0;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
}
#consign .dlkoukai {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    background: #fff;
    color: #000;
    margin-top: 40px;
    padding:  10px 0;
    border-radius: 10px;
}
#consign .dlkoukai i {
    font-style: normal;
    color: #d91404;
    font-size: 2.4rem;
}
#consign .yellow {
    color: #f0f567;
    font-size: 1.8rem;
}
#consign .price {
    border-top: 1px solid #fff;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.8rem;
    text-align: left;
}
#consign.setprice {
     font-size: 2.3rem;
     font-weight: bold;
}
#consign .miniprice {
    font-weight: bold;
    font-size: 1.9rem;
}
#consign .hanpu {
width: 900px;
margin: 0 auto;
padding-bottom: 50px;
border-bottom: 5px solid #fccb32;
}
#consign .hanpu .kimari {
width: 900px;
margin: 0 auto;
padding-left: 50px;
margin-top: 50px;
text-align: center;
}
#consign .hanpu ul {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 50px 50px 50px 50px;
    width: 850px;
	margin: 0 auto;
}
#consign .hanpu li {
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 2.4rem;
}
/*#consign .hanpu li:first-child {
	width: 50%;
	margin-bottom: 15px;
}*/
#consign .hanpu li::before {
    content: "◆";
    color: #fff;
    margin-right: 5px;
}
#consign .hanpu li a {
    font-weight: bold;
}
#consign .hanpu p {
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    font-size: 2.4rem;
    position: relative;
    right: 30px;
}
#consign .hanpu .shopphoto {
    padding-top: 40px;
}
#consign .hanpu .shopphoto h4 {
    font-family: kan415typos-std, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #fffb00;
    font-size: 2.6rem;
    margin-bottom: 5px;
}
#consign .hanpu .shopphoto .zoom {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
#consign .hanpu .shopphoto .shopphoto_box {
    margin-bottom: 40px;
}
#consign .hanpu .shopphoto .shopphoto_box:last-child {
    margin-bottom: 0px;
}
#consign .hanpu .shopphoto .shopphoto_box span {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 8px;
}
#consign .hanpu .shopphoto img {
    margin: 0 10px;
    vertical-align: top;
}
#consign .about {
width: 900px;
margin: 0 auto;
padding-bottom: 50px;
border-bottom: 5px solid #fccb32;
}
#consign .about p {
    width: 800px;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.8rem;
	line-height: 2em;
}
#consign .about .yellow {
	color: #f39800;
}
#consign .link {
    width: 900px;
    margin: 0 auto 80px;
    padding-top: 50px;
}
#consign .link code {
font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
display: block;
width: 750px;
margin: 20px auto 0;
padding: 10px 20px;
text-align: left;
font-size: 1.6rem;
color: #fff;
background-color: #0065ce;
}
#consign .credit {
    width: 100%;
    padding-top: 0px;
}
#consign .credit ul {
    width: 90%;
    margin: auto;
    font-size: 2rem;
	text-align: center;
}
#consign .credit li {
    display: inherit;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    padding: 0;
    margin-bottom: 45px;
    line-height: 1.8em;
    position: relative;
    background-image: none;
    font-weight: bold;
}
#consign .credit li em{
    display: block;
	font-style: normal;
    margin-bottom: 10px;
}
#consign .credit span {
    display: block;
    padding-right: 0px;
}

/*
#consign .credit {
width: 800px;
margin: 0 auto 50px;
}
#consign .credit ul {
width: 800px;
margin: auto;
font-size: 1.6rem;
color: #fff;
text-align: center;
}
#consign .credit li {
    display: flex;
    justify-content: space-between;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0;
    margin-bottom: 25px;
    line-height: 2.1em;
    position: relative;
}
#consign .credit li:last-child {
margin-bottom: 0;
margin-top: 50px;
text-align: left;
}
#consign .credit li em{
	font-style: normal;
    padding-left: 10px;
}
#consign .credit a {
    color: #82ceff;
}
#consign .credit span {
display: inline-block;
padding-right: 14px;
}
*/

@media screen and (max-width: 960px) {
#bg_consign {
		background:none;
	}
	#bg_consign::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	-webkit-background-size: cover;
	background-image: url(../img/consign/bg_sp.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	}
#consign .detail {
    width: 90%;
    margin-bottom: 20px;
}
#consign .detail .flex {
    display: inherit;
    justify-content: center;
}
#consign .detail .jacket {
    margin: 0 auto 15px;
}
#consign .detail .ma {
margin: 0 auto 30px;
}
#consign .detail ul {
	width: 70%;
	margin: auto;
	margin-bottom: 20px;
}
#consign .detail li {
    color: #fff;
    font-size: 2rem;
}
#consign .detail p {
font-size: 2rem;
}
#consign .detail .c97 {
font-size: 2.2rem;
padding-top: 15px;
background-size: 70% 111px;
background-position: center top;
height: 111px;
}
#consign .dlcard {
    display: inherit;
    margin-top: 30px;
    margin-bottom: 30px;
}
#consign .dlcard img {
width: 30%;
height: auto;
margin: 0 auto 20px;
}
#consign .dlcard .txt{
    width: 90%;
    margin: 0 auto;
}
#consign .dlcard .txt p {
margin-bottom: 20px;
font-size: 1.8rem;
}
#consign .dlcard h4 {
    font-size: 1.8rem;
    margin: 0 auto 20px;;
    padding: 10px;
}
#consign .link  {
    display: none;
}
#consign .hanpu {
    width: 90%;
    margin: 0 auto 20px;
}
#consign .hanpu ul {
    width: 90%;
    margin: 0 auto;
    display: inherit;
}
#consign .hanpu li {
    font-size: 2rem;
    line-height: 2em;
    text-align: center;
}
#consign .hanpu p {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 0;
    font-size: 2rem;
    right: 0px;
}
/*↓ 店舗写真追加時適応
#consign .hanpu .shopphoto {
    margin-top: 20px;
    padding-top: 15px;
}
#consign .hanpu .shopphoto h4 {
    font-size: 2.2rem;
}
#consign .hanpu .shopphoto .zoom {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
#consign .hanpu .shopphoto .shopphoto_box {
    margin-bottom: 20px;
}
#consign .hanpu .shopphoto .shopphoto_box:last-child {
    margin-bottom: 20px;
}
#consign .hanpu .shopphoto .shopphoto_box span {
    font-size: 1.5rem;
}
#consign .hanpu .shopphoto img {
    margin: 0 0 10px 0;
    width: 90%;
    height: auto;
}
*/
#consign .about {
    width: 90%;
    padding-top: 0px;
    margin: 0 auto;
}
#consign .about p {
    width: 90%;
    font-size: 1.6rem;
	line-height: 2em;
}
#consign .credit {
    width: 100%;
    padding-top: 0px;
}
#consign .credit ul {
    width: 90%;
    font-size: 1.6rem;
	text-align: center;
}
#consign .credit li {
    display: inherit;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.6em;
    position: relative;
    background-image: none;
}
#consign .credit li em{
    display: block;
	font-style: normal;
    padding-left: 0px;
}
#consign .credit span {
    display: block;
    padding-right: 0px;
}
}
@media screen and (max-width: 480px) {
	#consign .jacket {
		width: 80%;
	}
    #consign .detail {
        margin-bottom: 20px;
    }
    #consign .detail .ma {
    width: 130px;
    margin-bottom: 30px;
    }
    #consign .detail ul {
	width: 100%;
    border-top: 1px solid #fff;
    }
    #consign .detail li {
    font-size: 1.6rem;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #fff;
    }
    #consign .detail em {
    width: 75px;
    }
    #consign .detail p {
    font-size: 1.6rem;
    width: 90%;
    text-align: left;
    margin: 0 auto;
    }
    #consign .detail .c97 {
    font-size: 1.6rem;
    padding-top: 15px;
    background-size: 100% 91px;
    background-position: center top;
    height: 91px;
    margin-bottom: 20px;
    }
    #consign .hanpu li {
    font-size: 1.6rem;
    line-height: 2em;
    }
    #consign .hanpu p {
    width: 90%;
    font-size: 1.6rem;
    }
    #consign .about p {
	line-height: 1.8em;
    }
    #consign .credit {
    margin: 0 auto;
    padding-top: 20px;
    }
    #consign .credit li {
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 1.6em;
    }
    #consign .credit li:last-child {
    margin-top: 30px;
    }
    #consign .dlcard img {
    width: 40%;
    margin: 0 auto 20px;
}
#consign .dlkoukai {
    font-size: 1.8rem;
    margin-top: 40px;
    text-align: center;
    padding: 15px;
}
    #consign .dlkoukai i {
    font-size: 2rem;
}
}

/*---------- backnumber ----------*/
#bg_bn {
    background-image: url(../img/bn/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
}
.gotobn {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
}
.backnumber ul {
    margin-top: 40px;
}
.backnumber li {
width: 900px;
margin-bottom: 20px;
display: inline-block;
padding: 20px 0;
background-image: url(../img/bn/bg_bn.png);
background-repeat: no-repeat;
background-position: center center;
height: 180px;
}
.backnumber li span {
    color: #110b0b;
    font-weight: bold;
}
.backnumber li .ma {
    width: 170px;
    position: relative;
    top: 17px;
    margin-right: 20px;
}
.backnumber li .ma:hover {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
.backnumber p {
	color: #110b0b;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0.3rem;
}
.backnumber li img {
    transition: all 0.2s;
    vertical-align: top;
}
.backnumber li img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.backnumber .inner {
    width: 100%;
    margin: auto;
}
.zaikobox {
	text-align: center;
    margin-top: 30px;
}
.zaikobox .current {
	width: 680px;
    font-size: 2rem;
	margin: 0 auto;
    padding: 12px 0 0;
    color: #fff;
	/*background:  rgba(92,33,14,0.5);*/
}
#zaiko {
width: 900px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 70px;
}
#zaiko a {
	color: #57ec11;
}
.explain {
	width: 830px;
    font-weight: bold;
    font-size: 2.4rem;
	margin: 0 auto 10px;
    padding: 12px 0;
	/*background:  rgba(92,33,14,0.5);*/
}
.explain ul {
	margin-bottom: 5px;
}
.explain li {
	color: #fff;
	margin: 0 5px;
    display: inline-block;
}
.explain p {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 0;
}
.explain .fa-2x {
	font-size: 2.4rem;
}
.exred {
	color: #ee7800;
}
.exred-x {
	color: #e30e1f;
}

@media screen and (max-width: 960px) {
#bg_bn {
		background:none;
	}
	#bg_bn::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	-webkit-background-size: cover;
	background-image: url(../img/bn/bg_sp.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	}
.gotobn {
    font-size: 1.6rem;
}
.zaikobox .current {
	width: 100%;
    font-size: 1.6rem;
    padding: 12px 0 0;
}
	.zaikobox span {
    bottom: 0px;
    padding-left: 5px;
}
.explain {
	width: 100%;
    font-size: 1.8rem;
	padding: 10px;
}
.explain p {
	font-size: 1.8rem;
}
#zaiko {
    width: 90%;
	margin-bottom: 30px;	
}
#zaiko .fa-2x,
	.explain .fa-2x {
	font-size: 2.4rem;
}
.backnumber p {
    font-size: 1.6rem;
	display: inline-block;
	}
	.backnumber ul {
    margin-top: 20px;
}
	.backnumber li {
    width: 90%;
    height: auto;
    padding: 15px;
    background: none;
    border: 2px solid #999;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );


}
.backnumber li .ma {
    width: 100px;
    position: relative;
    top: 0;
    margin-right: 0;
    margin-bottom: 10px;
}
	.backnumber li span {
    display: block;
    font-size: 1.6rem;
}
}
@media screen and (max-width: 480px) {
    .gotobn {
    font-size: 1.5rem;
    font-weight: normal;
}
	.backnumber p {
    font-size: 1.4rem;
		display: inline-block;
	}
	.backnumber ul {
    margin-top: 20px;
}
	.backnumber li {
    width: 90%;
    height: auto;
    padding: 8px;
}
.backnumber li .ma {
    width: 100px;
    position: relative;
    top: 0;
    margin-right: 0;
    margin-bottom: 10px;
}
	.backnumber li img {
		width: 100%;
	}
	.backnumber li span {
    display: block;
    font-size: 1.5rem;
}
	.explain {
    font-size: 1.3rem;
}
	.explain p {
	font-size: 1.3rem;
}
#zaiko .fa-2x,
	.explain .fa-2x {
	font-size: 2rem;
}
}
