@charset "UTF-8";

#wrapper {
	background: url(../contents/images/bg.jpg) center top repeat;
	background-size: 100% auto;
}

/* ========================================
	contents
======================================== */
.h1-title {
	width: 75.3125%;
	margin: 0 auto;
}
.lead {
	width: 90.625%;
	margin: 0 auto;
}

.tab {
	width: 100%;
	font-size: 0;
}
.tab li {
	display: inline-block;
	width: 50%;
}

#pay-contents, #free-contents {
	padding-bottom: 15%;
	background: #f3eeed url(../contents/images/contents_bg.png) center top repeat-y;
	background-size: 100% auto;
}

/*-----------------------------
	index.html
-----------------------------*/

.pay-info {
	width: 93.75%;
	margin: 0 auto 0;
  padding-top: 5%;
}

#pay-contents #set-contents {
	position: relative;
}
#pay-contents .set-icon {
	position: absolute;
	top: 20px;
	right: 4.3%;
	width: 10%;
	height: auto;
}

#pay-contents .set-box {
	width: 93.75%;
	margin: 0 auto 5% auto;
	padding-bottom: 1px;
	background: url(../contents/images/pay_set_bg.png) center bottom no-repeat;
	background-size: 100% auto;
}
#pay-contents .box-img {
	width: 62.5%;
	margin: 0 auto;
}
#pay-contents .box-img .single-img {
	margin-bottom: 40px;
}

.set-schedule {
	margin-bottom: 28px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
  border-radius: 10px;
  background: none;
	border: #FFF 2px solid;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #FFF;
}

.acc-box{
  position: relative;
}

/*-----------------------------
第4弾
-----------------------------*/
#set4 .chara-box {
	position: relative;
}
#set4 .chara-btn {
	position: absolute;
}
#set4 .set-box1 .chara-box1 .chara-btn {
	left: 3%;
	bottom: 10%;
  width: 12.5%;
}
#set4 .set-box1 .chara-box2 .chara-btn {
	left: 3%;
	bottom: 12%;
  width: 12.5%;
}
#set4 .set-box2 .chara-box1 .chara-btn {
	left: 3%;
	bottom: 14%;
  width: 12.5%;
}
#set4 .set-box2 .chara-box2 .chara-btn {
	left: 3%;
	bottom: 22%;
  width: 12.5%;
}
#set4 .chara-btn img {
}

#set4 .img-box {
	width: 91.216%;
	margin: 0 auto;
  position: relative;
}
#set4 .main-img {
	float: left;
	width: 80%;
	position: relative;
}
#set4 .main-img:after {
	content: '';
	display: block;
	padding-top: 60.185%;
}
#set4 .main-img ul {
}
#set4 .main-img ul li {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 500ms ease;
	opacity: 0;
}
#set4 .main-img .img1 .main-img-1 {
	opacity: 1;
}
#set4 .main-img .img2 .main-img-2 {
	opacity: 1;
}
#set4 .main-img .img3 .main-img-3 {
	opacity: 1;
}
#set4 .main-img .img4 .main-img-4 {
	opacity: 1;
}
#set4 .sub-img-list li {
  position: absolute;
  right: 0;
	width: 18.333%;
}
#set4 .sub-img-list li.sub-img-1 {
  top: 0;
}
#set4 .sub-img-list li.sub-img-2 {
  top: 25.7%;
}
#set4 .sub-img-list li.sub-img-3 {
  top: 51.4%;
}
#set4 .sub-img-list li.sub-img-4 {
  bottom: 0;
}
#set4 .sub-img-list li a {
	display: block;
	position: relative;
}
#set4 .sub-img-list li a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 3px solid transparent;
  transition: all 500ms ease;
}
#set4 .sub-img-list li.is-current a:after {
	border-color: #81191c;
}


/*-----------------------------
	modal
-----------------------------*/
.is-dlc-modal {
	width: 100%;
	height: 100%;
}
.is-dlc-modal .dlc-modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 30;
	opacity: 0;
	display: none;
	overflow: scroll;
}
.is-dlc-modal .dlc-modal-inner {
	width: 100%;
	margin: 20px auto 40px;
	position: relative;
}
.is-dlc-modal .dlc-modal-close {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: 0;
	right: 20px;
	background: url(../common/modal_close_icon.png);
	background-size: cover;
}
.is-dlc-modal .dlc-modal-bottom-close {
	display: block;
	width: 41.93548%;
	margin: 0 auto;
	background: url(../common/modal_close_btn.png);
	background-size: cover;
}
.is-dlc-modal .dlc-modal-bottom-close:after {
	content: '';
	display: block;
	padding-top: 18.461%;
}


/*-----------------------------
	free.html
-----------------------------*/
#free-contents #set-contents {
	padding: 30px 0 10px 0;
	background-image: url(../contents/images/free_set_line.png), url(../contents/images/free_set_line.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto;
}

#free-contents li {
	margin-bottom: 40px;
}
#free-contents .set-date {
	width: 46.875%;
}
#free-contents .set-box {
	width: 93.75%;
	margin: 0 auto 5% auto;
	background: url(../contents/images/free_set_bg.png) center bottom no-repeat;
	background-size: 100% auto;
}
