/*===============================
  Base
===============================*/
html {
	height: 100%;
}
body {
	line-height: 1;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", sans-serif;
	height: 100%;
    color: #2a3233;
}
a {
	text-decoration: none;
}

a,
a::before,
a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a:hover {
  opacity: 0.7;
}


.flex,
section > ul{
   	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
section > ul::after{
  content:"";
  display: block;
  width:30%;
}

.for_sp{
  display: none;
}


/*===============================
  Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}

/*===============================
  Wrapper
===============================*/
.wrapper {
	height: 100%;
	margin: 0 auto;
	box-sizing: content-box;
}

/*===============================
  Header
===============================*/
header {
	width: 100%;
    height: 100px;
    background-color: #fff;
    position: relative;
}

header .header_rogo{
  width: 100%;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 40px;
}


	header {
        /*margin-bottom: -100px;*/
    }
	header .header_rogo {
		width:355px;
        height: 80px;
      	top: 30px;
		left:24px;
        background: url("../img/common/logo_jp.png") right top 15px no-repeat;
		background-size: 150px;
    }
	header h1 img {
		width: 183px;
    }
	header .limited {
		position: absolute;
		width:444px;
		height: 44px;
    	top: 30px;
		right:24px;
    }
	header .header_tab {
		position: absolute;
		width:565px;
        height: 73px;
      	top: 13px;
		right:24px;
    }
	header .header_tab li:nth-child(1) {
		float:left;
		width:239px;
		padding-right:16px;
    }
	header .header_tab li:nth-child(2) {
		float:left;
		width:310px;
    }
    .fix__btn {
		position: fixed;
		right:0;
		top:300px;
    }
	
	.mv {
        width:100%;
        height: 506px;
        background:url("../img/bg1.jpg?v=1") center top no-repeat;
		background-color: #000;
	}
	
	.mv .mv__btn {
		width:550px;
		margin: 0 0 0;
		padding:460px 0px 0 0px;
		text-align: center;
	}
	#chance2.mv .mv__btn {
		width:999px;
		margin: 0 auto;
		padding: 320px 0 0px 0px;
		text-align: center;
	}
	.mv .mv__btn li{
		width:1050px;
		margin: 0 auto;
	}
	.mv .mv__btn img{
		width:100%;
		height:auto;
	}
	.mv .chance01_header {
		width:637px!important;
		text-align: left;
		margin-top: 20px;
	}
		

    .read h2 {
        font-size:20px;
    }
	
    /*gaiyo*/
    .gaiyo {
        /*width:1200px;*/
        margin:0 auto 0px;
    }
    .gaiyo .inner {
        width:1200px;
        margin:0 auto;
    }
    .gaiyo h3 {
        padding:12px;
        font-size:20px;
        line-height:26px;
    }
    .gaiyo h4 {
        padding:12px;
        font-size:20px;
        line-height:26px;
    }
    .gaiyo h3 small{
        font-size:15px;
    }
    .gaiyo p {
        font-size:14px;
        line-height:22px;
        padding:35px 0px;
    }
    .gaiyo p span,
    .gaiyo p b {
        font-size: 14px;
    }
    .gaiyo p span {
        font-size: 14px;
    }
	
    .gaiyo .inner2 {
        background-color: #fff;
		text-align: right;
    }
    .gaiyo .inner2 > p {
        font-size:12px;
        line-height:22px;
        margin-bottom:25px;
        padding:0px 0px;
    }
    .gaiyo_ex .inner {
        width:1200px;
        margin:0 auto;
		padding-top:5px;
		text-align: right;
		font-size:14px;
    }
    /*gaiyo*/
	
	/*tenjijo*/
	#tenjijo {
		width:1200px;
		margin:0 auto 280px;
	}
	#tenjijo .tenjijo__body {
        position:relative;
		height:400px;
    	background:url("../img/tenjijo_bg2410.jpg") center top no-repeat;
	}
	#tenjijo .tenjijo__body a {
        position:absolute;
        bottom:25px;
        right:0px;
	}
	#tenjijo p{
		padding-top:5px;
        font-size:14px;
        line-height:22px;
	}
	/*tenjijo*/
	
	.end__btn {
		width:1050px;
		margin:65px auto;
	}
	
    #colorbox .btn {
        width:600px;
        height:40px;
        margin:25px auto 0;
    }
	
	.sp {
		display: none;
	}

#cboxLoadedContent {
    background-color: transparent!important;
}
#colorbox .btn a{
    display:block;
    width:100%;
    height:40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align:center;
    color:#FFF;
    font-size:16px;
    line-height:40px;
    text-decoration: none;
    background-color: #cc0000;
}
.mv .mv__btn img,
.mv__btn img,
.btn a img {
    filter: drop-shadow(0 0 5px #000);
}
header {
    /*background-color: transparent;*/
	  background-color: #fff;
}

.side_entry{
    width: 337px;
    height: 142px;
    position: fixed;
    right: -350px;
    bottom: 300px;
	z-index: 9999;
}
.side_entry img{
	transform: translateX(5px);
	  margin-bottom: 5px;
}


/*read*/
.read {
    padding:2em 4% 2em;
	background-color: #ae020b;
	color:#fff;
}
.read h2 {
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
    text-align:center;
    font-weight:normal;
	line-height:1.5em;
}
/*read*/

/*gaiyo*/
.gaiyo h3 {
    background-color: #000;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color:#FFF;
    text-align:center;
    font-weight:bold;
}
.gaiyo h3 small{
    color: #ffff00;
    font-weight:bold;
}
.gaiyo h4 {
    background-color: #666;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color:#FFF;
    text-align:center;
    font-weight:bold;
}
.gaiyo {
    background-color: #e7e7e7;
}
.gaiyo p a {
    text-decoration: underline;
}
/*.gaiyo p span,
.gaiyo p b {
    font-weight:bold;
}
.gaiyo p span {
    text-decoration: underline;
}*/
.gaiyo .red {
    font-weight:bold;
    color:#F00;
    text-decoration: none;
}
.gaiyo .yellow {
	background-color: #fff100;
}
.gaiyo_ex2  {
    width:100%;
    margin:0 auto;
    padding:25px 0;
    text-align: center;
    font-size:16px;
	line-height:1.5em;
    color:#fff;
	background-color: #ae020b;
}
/*gaiyo*/

/*chance01*/

	/*chance01*/
	.chance01 {
		margin: 0px auto 100px;
		padding: 0px 0px 40px;
	}
	.chance01_header {
		padding-bottom:20px;
	}
	.chance01_header img{
		margin-top:-30px;
	}
	.chance01_header p {
		font-size:24px;
		margin-top:20px;
	}
	.chance01 .inner{
		width:1200px;
		margin:0px auto;
	}
	.chance01__body {
		width:1100px;
		margin:0px auto 2px;
		padding: 20px 50px;
	}
	.chance01__body h2{
		font-size:26px;
		line-height:50px;
	}
	.chance01__body ul li {
		float:left;
		width:600px;
		text-align: left;
		padding-bottom:0px!important;
	}
	.chance01__body ul li:first-child {
		width:630px;
		text-align: left;
	}
	.chance01__body ul li p.spec {
		font-size:26px;
		line-height:30px;
		margin-top:20px;
	}
	.chance01__body ul li p.spec small {
		font-size:16px;
	}
	.chance01__body ul li:nth-child(2){
	}
	.chance01__body .spec {
		float:left;
	}
	.chance01__body .grade {
		float:right;
		padding-top:20px;
		text-align: right;
	}
	.chance01__body .gallery3 img{
		width:60px!important;
	}
	.chance01__body ul li p.spec {
		font-size:14px;
		line-height:22px;
		margin-top: 10px;
	}
	.chance01__body ul li:nth-child(2) {
		width:468px;
	}
	.chance01__body ul li:nth-child(2) img {
		width:100%;
		height:auto;
	}
	.chance01__body ul li.madori01 {
		width:545px;
		float: left;
		padding:30px 0px 40px 0px;
	}
	.chance01__body ul li.madori02 {
		width:545px;
		float: right;
		padding:30px 0px 40px 0px;
	}
	
	.chance01 .mv__btn {
		padding:25px 0 25px;
		text-align: center;
	}
	.chance01 > .mv__btn {
		padding:50px 0 50px;
		text-align: center;
	}
	.chance01 .inner  > ul {
		width:100%;
		margin:0px auto 0px;
		padding:0px 0 0px;
	}
	.chance01 .inner > ul > li {
		background-color: #333333;
	}
	.chance01 .inner > ul li:first-child {
		margin-right:0px;
	}
	.chance01 .inner .chance01__body > ul li:first-child img {
		margin-top:100px;
	}
	
    .chance01__body ul {
    }
    .chance01 .mv__btn p{
        padding:5px 50px 0 0;
    }
	
	.chance01 .three_plans {
  		/*position: relative;*/
		width:1200px;
		/*height:1400px;*/
		margin-bottom: 100px;
	}

.chance01 {
    text-align: center;
    width:100%;
    background-color: #330000;
}
.chance01_header{
    width:100%;
}
.chance01_header p {
    color:#FFF;
    text-align: center;
	line-height:1.5em;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}
.chance01 .chance01__body {
}
.chance01 .inner > ul > li {
    background-color: #2a2a2a;
}
.chance01__body ul {
    padding:8px 0 25px;
}
.chance01__body h2{
    box-sizing:border-box;
    width:100%;
    color:#FFF;
    text-align: center;
    font-weight:normal;
    background-color: #0b1b39;
}
.chance01__body ul li p.spec {
    color:#FFF;
}

.chance01 .mv__btn p{
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
    text-align: right;
    color:#c6141d;
}

/*chance01*/


/*chance02*/
	#chance2.mv {
        background:url("../img/bg2.jpg") center top no-repeat;
		margin-bottom:0px;
        height: 598px;
	}
	
	#chance2.mv .mv__btn {
		width:550px;
		margin: 0 auto;
		padding:470px 650px 0px 0px;
		text-align: center;
	}
	.chance02 {
		margin-bottom:100px;
		padding-bottom:50px;
		padding-top:50px;
    }
	.chance02 .inner{
		width:1200px!important;
		margin:0px auto 0px;
	}
	.chance02 p{
		font-size:17px;
	}
	.chance02 .mv__btn {
		margin:-30px auto 0;
	}
	.chance02 .btn {
		width: 1100px;
		margin:20px auto 0;
	}
	.chance02 ul.prize {
		width: 1100px;
		margin:0px auto 0px;
		padding:0px 0 25px;
	}
	.chance02 ul.prize li {
		float:left;
		width:470px;
		padding-right:20px;
        background:url("../img/dotline.png") right center no-repeat;
	}
	.chance02 ul.prize li:last-child {
		width:610px;
		padding-right:0;
		background: none;
		text-align: right;
	}
	.chance02 p{
		font-size:17px;
	}
    .conf {
        padding: 10px 0;
		width: 1100px;
    }
    .conf2_top {
        margin:0px auto 0px;
    }
    .conf2_top {
        padding: 6px 0;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .conf + p {
        font-size: 14px;
    }
	.chance02 .btn {
		margin:35px auto 0px;
	}
	
    .chance02 {
        background-size: 100%;
    }
.chance02 {
    width:100%;
	background-color: #000;

}
.chance02 .mv__btn {
    text-align: center;
}
.chance02 .inner{
    text-align: center;
}
.chance02 p{
    color:#fff;
    padding-top:5px;
}
.chance02 .inner{
    margin:0px auto;
}
.chance02 h2,
.chance02 p{
    color:#fff;
}
.conf {
    text-align: center;
    border:1px solid #fff;
    margin: 0 auto;
}
.conf + p {
    text-align: center;
    padding-top:5px;
}
/*chance02*/


/*chance03*/
	/*chance03*/
	.chance03 {
		margin: 0px auto 100px;
		padding: 0px 0px 1px;
	}
	.chance03_header {
		padding-bottom:20px;
	}
	.chance03_header img{
		margin-top:-30px;
	}
	.chance03_header p {
		font-size:24px;
		margin-top:20px;
	}
	.chance03 .inner{
		width:1200px;
		margin:0px auto;
	}
	.chance03__body {
		width:1100px;
		margin:80px auto 2px;
		padding: 20px 50px;
	}
	.chance03__body h2{
		font-size:26px;
		line-height:50px;
	}
	.chance03__body ul li {
		float:left;
		width:600px;
		text-align: left;
		padding-bottom:0px!important;
	}
	.chance03__body ul li:first-child {
		width:740px;
		text-align: left;
	}
	.chance03__body ul li:nth-child(3) p {
		font-size:26px;
		line-height:30px;
		margin-top:20px;
	}
	.chance03__body ul li:nth-child(3) p small {
		font-size:16px;
	}
	.chance03__body ul li:nth-child(3) p.spec {
		font-size:14px;
		line-height:22px;
		margin-top: 10px;
	}
	.chance03__body ul li:nth-child(2) {
		width:360px;
		margin-top: -50px;
	}
	.chance03__body ul li:nth-child(2) img {
		width:100%;
		height:auto;
	}
	.chance03__body ul li.madori01 {
		width:430px;
		float: left;
		padding:30px 25px 0 70px;
	}
	.chance03__body ul li.madori02 {
		width:430px;
		float: right;
		padding:30px 70px 0 25px;
	}
	.chance03__body ul li:nth-child(3) {
		height:125px;
	}
	.chance03__body ul li:nth-child(4) {
		text-align: right;
		width: 500px;
		height:125px;
	}
	.chance03 .chance03__plan01 ul li.madori01 {
		width:489px;
		padding:30px 15px 0 46px;
	}
	.chance03 .chance03__plan01 ul li.madori02 {
		width:476px;
		padding:30px 45px 0 29px;
	}
	.chance03 .chance03__body ul li:nth-child(4) {
		margin-top:31px;
	}
	.chance03 .chance03__plan01 ul li:nth-child(4) {
	}
	.chance03 .chance03__plan02 ul li:nth-child(4) {
	}
	.chance03 .chance03__plan03 ul li:nth-child(4) {
	}
	.chance03 .chance03__plan02 ul li:nth-child(7) {
		width:100%;
		padding:25px 0px;
		text-align: center;
	}
	#plan03.chance03__body ul li.madori01 {
		width:100%;
		float: left;
		margin-bottom: 20px;
		padding:30px 0px 50px 0px;
		text-align: center;
	}
	#plan01.chance03__body ul li.madori01{
		width:525px;
		padding:0px 0 0 25px;
	}
	#plan01.chance03__body ul li.madori02 {
		width:525px;
		padding:0px 0 0px;
	}
	
	.chance03 .mv__btn {
		padding:25px 0 50px;
		text-align: center;
	}
	.chance03 > .mv__btn {
		padding:50px 0 50px;
		text-align: center;
	}
	.chance03 .inner  > ul {
		width:1120px;
		margin:0px auto 0px;
		padding:0px 0 0px;
	}
	.chance03 .inner > ul > li {
		float:left;
		width:540px;
	}
	.chance03 .inner > ul li:first-child {
		margin-right:40px;
	}
	.chance03 .inner > ul li:last-child {
	}
	.chance03__plan03 ul li:last-child {
	}
	
    .chance03__body ul {
    }
    .chance03 .mv__btn p{
        padding:5px 50px 0 0;
    }
	.chance03__movie {
		width:800px;
		height:450px;
		margin:25px auto 50px;
	}
	.chance03__movie iframe{
		width:100%;
		height:450px;
	}
	.chance03__movie p{
		padding-top:3px;
		font-size:14px;
		text-align: right;
	}
	
	/*chance03*/
	
	/*chance03__grade*/
	.chance03__grade__header {
		text-align: center;
		height:67px;
        background:url("../img/chance03_grade_bg.png") center top no-repeat;
	}
	.chance03__grade ul {
		margin-top:50px;
		background-color: #000;
	}
	.chance03__grade ul li{
		float:left;
		width:calc(100% / 6);
		margin-right:0px;
	}
	.chance03__grade ul li img{
		width:100%;
		/*height:275px;*/
	}
	.chance03__grade ul li:last-child{
		margin-right:0px;
		padding:0;
	}
	.chance03__grade p.ex{
		font-size:12px;
		padding-top:5px;
	}
	/*chance03__grade*/
	
	.chance03 .three_plans {
  		/*position: relative;*/
		width:1200px;
		/*height:1400px;*/
		margin-bottom: 100px;
	}
	
    .chance03 .three_plans .bx-controls .bx-prev,
    .chance03 .three_plans .bx-controls .bx-next {
      	/*top: 730px;*/
      	top: 5700px;
	}
	.three_plans .bx-controls-direction{
		position: relative;
		width:1200px;
		/*height: 1610px;*/
		margin: 0 auto;
	}
	
    .chance03 #tour {
        width:1140px;
		margin:70px auto;
        padding:0 30px 30px 30px;
    }
    .chance03 #tour > img:first-child {
		margin-right:20px;
    }
	
	#inline-content a img {
        width:800px;
	}
	div:has(#inline-content) #cboxClose {
    	top: 92%;
  	}
	
    .instalink{
        transform: translateY(-1px);
    }
/*chance03*/

.chance03 {
    text-align: center;
    width:100%;
    background-color: #d57e7e;
}
.chance03_header{
    width:100%;
    background: -webkit-linear-gradient(#e30011 0%, #9e0001 100%);
    background: -o-linear-gradient(#e30011 0%, #9e0001 100%);
    background: linear-gradient(#e30011 0%, #9e0001 100%); 
}
.chance03_header p {
    color:#FFF;
    text-align: center;
	line-height:1.5em;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}
.chance03 .chance03__body {
    background-color: #fff;
}
.chance03__body ul {
    padding:8px 0 25px;
}
.chance03__body h2{
    box-sizing:border-box;
    width:100%;
    color:#FFF;
    text-align: center;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
    font-weight:normal;
    background-color: #0b1b39;
}
.chance03__body ul li:first-child p {
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}
.chance03__body ul li p:not(.spec){
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}

.chance03 .mv__btn p{
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
    text-align: right;
    color:#c6141d;
}

.chance03__grade p.ex{
    text-align: right;
    color:#fff;
}
.instalink{
	padding-top:2px;
    text-align: right;
    color:#fff;
}
.instalink a{
    color:#fff;
	text-decoration: underline;
}
.chance03 #tour {
	background-color: #fff;
}
/*chance03*/


/*chance03　grade*/
	.chance03  > ul.chance03__grade {
		margin:0px auto 100px;
		padding:0px 0 0px;
		width:1200px;
	}
	.chance03 ul.chance03__grade > li {
		float:left;
		width:285px;
		margin-bottom:20px;
		margin-left:20px;
	}
	.chance03 ul.chance03__grade li:first-child {
		width:1200px;
		margin-left:0px;
	}
	.chance03 ul.chance03__grade li:nth-child(6),
	.chance03 ul.chance03__grade li:nth-child(2) {
		margin-left:0px;
	}
	.chance03 ul.chance03__grade > li img {
		width:100%;
	}
	.chance03 ul.chance03__grade > li .chance03__grade__text {
		height:100px;
		padding-top:25px;
	}
	.chance03 ul.chance03__grade li:first-child .chance03__grade__text {
		height:150px;
	}
	.chance03 ul.chance03__grade > li .chance03__grade__text p {
		font-size:14px;
		margin-top:12px;
		padding:0 1em;
	}
	.chance03 ul.chance03__grade li:nth-child(3) .chance03__grade__text p {
		margin-top:0px;
	}
	.chance03 ul.chance03__grade > li .chance03__grade__text h2 {
		font-size:24px;
	}

.chance03 ul.chance03__grade > li .chance03__grade__text {
    width:100%;
    text-align: center;
    color:#fff;
    background-color: #000;
}
.chance03 ul.chance03__grade > li .chance03__grade__text h2 {
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
    font-weight:normal;
    line-height:1.25em;
}
.chance03 ul.chance03__grade > li .chance03__grade__text p {
    line-height:1.5em;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}
/*chance03　grade*/


/*chance01*/
	.chance01 {
		margin-bottom:100px;
		padding-bottom:50px;
		padding-top:0px;
    }
	.chance01 .inner{
      	position: relative;
		width:1250px!important;
		height:1050px;
		margin:0px auto 0px;
	}
	.chance01 .inner .chance01_plan01_car {
        position:absolute;
        top:-165px;
        left:50px;
	}
	.chance01 p{
		font-size:17px;
	}
	.chance01 .mv__btn {
		margin:-30px auto 0;
	}
	.chance01 .btn {
		width: 1100px;
		margin:20px auto 0;
	}
	.chance01 ul.prize {
		width: 1100px;
		margin:0px auto 0px;
		padding:0px 0 25px;
	}
	.chance01 ul.prize li {
		float:left;
		width:470px;
		padding-right:20px;
        background:url("../img/dotline.png") right center no-repeat;
	}
	.chance01 ul.prize li:last-child {
		width:610px;
		padding-right:0;
		background: none;
		text-align: right;
	}
	.chance01 p{
		font-size:17px;
	}
    .conf {
        padding: 10px 0;
		width: 1100px;
    }
    .conf2_top {
        margin:0px auto 0px;
    }
    .conf2_top {
        padding: 6px 0;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .conf + p {
        font-size: 14px;
    }
	.chance01 .btn {
		margin:35px auto 0px;
	}
	
	#chance1.mv {
		margin-bottom:0px;
        height: 730px;
	}
	#chance1 .inner {
		width:1200px;
		margin:0 auto 0px;
		text-align: right;
	}
	#chance1 .btn {
		margin:0 auto 0px;
	}
    .chance01 {
            background:url("../img/bg1.jpg?v=1") center top -730px no-repeat;
		background-color: #000;
    }
    .chance01mid {
        width:100%;
		margin-bottom: 100px;
		padding:0px 0 50px;
		background-color: #000;
		color:#fff;
    }
    .chance01mid .inner{
        text-align: center;
    }
    .chance01mid .btn {
        margin-top:40px;
    }
.chance01 .mv__btn {
    text-align: center;
}
.chance01 .inner{
    text-align: center;
    margin:0px auto;
}
.chance01 p{
    color:#000;
    padding-top:5px;
}
.chance01 h2,
.chance01 p{
    color:#000;
}
.conf {
    text-align: center;
    border:1px solid #000;
    margin: 0 auto;
}
.conf + p {
    text-align: center;
    padding-top:5px;
}
/*chance01*/

  .gallerySection {
    width: 1020px;
    margin: 0 auto; }
  .bx-controls {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%; }
    .bx-controls .bx-prev,
    .bx-controls .bx-next {
      position: absolute;
      top: 250px;
      display: block;
      width: 40px;
      height: 100px;
      text-indent: -9999px; }
      .bx-controls .bx-prev:hover,
      .bx-controls .bx-next:hover {
        opacity: 0.6; }
    .bx-controls .bx-prev {
      left: 0px;
      background-image: url("../img/prev.png"); }
    .bx-controls .bx-next {
      right: 0px;
      background-image: url("../img/next.png"); }
  .caption {
    margin-top: 5px;
    text-align: left;
    font-size: 14px;
	color:#fff;} 
    #gallery #bx-pager {
      width: 755px;
		margin:40px auto;}

#gallery {
  position: relative; }
  #gallery .slider {
    padding: 0;
    z-index: 0 !important; }
  #gallery > img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }

#bx-pager {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%; }
  #bx-pager a {
    width: 100%;
    font-size: 0;
    line-height: 0;
    padding: 0; }
  #bx-pager li {
    width: 155px;
    float:left;
    margin-right:19px;
    font-size: 0;
    line-height: 0;
    padding: 0; }
  #bx-pager li:last-child {
    margin-right:0px;}
  #bx-pager a img {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    width:100%;
    height:auto;}
  #bx-pager a.active img {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1; }

#bx-pager2 {
  margin: 40px auto 0;
  width: 600px }
  #bx-pager2 a {
    width: 100%;
    font-size: 0;
    line-height: 0;
    padding: 0; }
  #bx-pager2 li {
    width: 180px;
    float:left;
    margin-right:30px;
    font-size: 0;
    line-height: 0;
    padding: 0; }
  #bx-pager2 a img {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7; 
    width:100%;
    height:auto;}
  #bx-pager2 a.active img {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1; }

.bx-caption {
  width: 100%;
  background: #eee;
  text-align: center;
  font-size: 13px;
  padding: 20px 0; }

  #bx-pager2 li:nth-child(3n) {
    margin-right:0px;}


/*footer*/
footer{
  display: block;
  width: 100%;
  height: 100px;
  color: #fff;
  background-color: #2a3233;
  font-size: 14px;
  letter-spacing: 1px;
  	text-align: center;
}
footer .footer_logo{
	padding:0 1%;
}
footer p.cr{
}
	
    footer{
  		line-height: 100px;
		min-width: 1200px;
    }
    footer .footer_logo{
        width: 28%;
        padding:0 1%;
        float:left;
  		text-align: left;
    }
    footer .footer_logo a{
        display: block;
      height: 100px;
    }
    footer .footer_logo a img{
        padding:22px 0;
    }
    footer p.cr{
        width: 68%;
        padding:0 1%;
        float:right;
  		text-align: right;
    }

/*footer*/


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:1;
}

/*スクロールイベントここまで*/
    ul:after {
        content: "."; 
        display: block; 
        height: 0; 
        font-size:0;	
        clear: both; 
        visibility:hidden;
    }