@charset "UTF-8";
.taC {
	text-align: center !important;
}

#wrapper {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

.disabledbtn {
	pointer-events: none;
	opacity: 1.0;
}

/* ヘッダ */
.header {
  position: relative;
  width: 100%;
  height: 72px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  z-index: 999;
  box-sizing:  border-box;
}
.headerCont {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
/* ヘッダロゴ */

.headerCont a.logo {
  position: absolute;
  top: 18px;
  left: 0;
  width: 300px;
  height: 40px;
  background: url(../img/verseta_logo.png) left top / auto 100% no-repeat;
  text-indent: -100%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
.headerCont a.logo {
  left: 10px;
}
}
@media only screen and (max-width: 768px) {
	.header {
		height: 60px;
	}
	.headerCont a.logo {
		width: 200px;
	    height: 43px;
		top: 13px;
		left: 7px;
		background: url(../img/verseta_logo.png) left top / contain no-repeat;
	}
}

/* ヘッダ右側アイコン */
.headerIcon {
  position: absolute;
  top: 14px;
  right: 0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 72.5%;
  line-height: 140%;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.headerIcon ul li {
  display: block;
  float: left;
  margin: 0 9px;
  text-align:center;
  box-sizing: border-box;
  border: 0;
}
.headerIcon ul li:last-child {
  margin-right:0;
}
.headerIcon a {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing:border-box;
  background-color: #FFF;
  letter-spacing: 0.1em;
}
.headerIcon a:hover {
  text-decoration: none;
}
.headerIcon a span {
	font-size: 0.6em;
	display: block;
	text-align: center;
	line-height: 0.9;
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif !important;
}
.headerIcon a path, .headerIcon a ellipse, .headerIcon a circle {
    fill:#b3b3b3;
    -webkit-transition: fill 0.3s ease-out;
    -moz-transition: fill 0.3s ease-out;
    -o-transition: fill 0.3s ease-out;
    -ms-transition: fill 0.3s ease-out;
    transition: fill 0.3s ease-out;
}
.headerIcon a:hover path, .headerIcon a:hover ellipse, .headerIcon a:hover circle {
    fill:#009a44;
}
.headerIcon .mypage svg {
	height: 36px;
	padding-bottom: 3px;
	box-sizing:border-box;
	line-height: 150%;
	letter-spacing: 0.1em;
}
.headerIcon .cart svg {
	height: 36px;
	padding-right: 7px;
	padding-bottom:3px;
	box-sizing:border-box;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .headerIcon {
    position: absolute;
    top: 8px;
    right: 5px;
  }
}

@media only screen and (max-width: 480px) {
.headerIcon {
    top: 0px;
    right: 0px;
}
.headerIcon span {
	font-size: 0.6em;
	display: block;
	text-align: center;
	line-height: 0.7;
}
.headerIcon ul {
    display: inline;
    float: right;
    margin-top: 8px;
    margin-right:5px;
}
.headerIcon ul li {
    float: left;
    padding: 0px;
    margin: 0 0 0 10px;
    background: #FFF;
    text-align:  center;
}
.headerIcon a span {
    font-family: Helvetica, Arial, sans-serif !important;
    line-height: 1.2;
    letter-spacing: 0px;
}
  .headerIcon .cart svg {
      height:30px;
      padding: 0;
  }
  .headerIcon .mypage svg {
    height:30px;
    padding: 0;
  }

}

/* information部分 */
.infoArea {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

.infoAreaInner {
  width: 98%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 45px 0 35px;
  overflow:  hidden;
}
.infoAreaInner > li {
  float: left;
}
.infoArea i {
  color:#009a44;
    padding-right: 5px;
}
.infoArea i.fa-info-circle {
  font-size: 1.3em;
}
.infoArea i.fa-question-circle {
  font-size: 1.3em;
}
.infoArea i.fa-envelope {
  font-size: 1.1em;
}


@media only screen and (max-width: 768px) {
  .infoAreaInner {
    padding: 15px 0 50px;
  }
  .infoAreaInner > li {
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .infoAreaInner {
    padding: 15px 0 50px;
  }
}
.infoAreaInner .infoSpace {
  width: 48%;
  margin-right: 4%;
}
@media only screen and (max-width: 768px) {
  .infoAreaInner .infoSpace {
    width: 98%;
    margin: 0 1% 30px;
  }
}

.title_Info {
  position: relative;
  padding: 0.3em 0.3em 0.6em;
  font-size: 26px;
  line-height: 1.2;
  font-weight:  normal;
}
.title_Info:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#6dc155), to(#009a44));
  background-image: -webkit-linear-gradient(right, #6dc155 0%, #009a44 100%);
  background-image: linear-gradient(to left, #6dc155 0%, #009a44 100%);
}
.title_Info .icon-outline-info {
	position:  relative;
	top: 3px;
	right:  3px;
	font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
  .title_Info {
    padding: 12px;
  }
  .title_Info span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .title_Info {
    padding: 15px 0 5px 14px;
    font-size: 20px;
    line-height: 1.6;
  }
  .title_Info:after {
    left: 10px;
    right: 10px;
    width: 96%;
  }
  .title_Info span {
    font-size: 24px;
  }
}

.infoMenu {
  margin: 26px 5px;
}
.infoMenu dl {
  border-bottom: dotted 1px #999999;
}
.infoMenu dt {
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.infoMenu .icon-outline-mail {
  padding-right:5px;
  font-size:1.3em;
  position:relative;
  top:3px;
}
.infoMenu .icon-outline-help {
  padding-right:5px;
  font-size:1.3em;
  position:relative;
  top:3px;
  right:1px;
}
.infoMenu .icon-outline-price {
  padding-right:5px;
  font-size:1.2em;
  position:relative;
  top:2px;
}
.infoMenu dd {
  padding-bottom: 20px;
  line-height: 24px;
  font-size: 14px;
}
.infoMenu dd.qaBlank {
  padding-bottom: 3px;
}
.infoMenu dl img {
	padding-right: 5px;
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .infoMenu {
    margin: 25px 10px;
  }
  .infoMenu dt {
    padding-left: 10px;
    font-size: 22px;
  }
  .infoMenu dd {
    padding-left: 10px;
    line-height: 24px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .infoMenu {
    margin: 22px 2%;
  }
  .infoMenu dt {
    padding-left: 5px;
    font-size: 17px;
  }
  .infoMenu dd {
    padding-left: 5px;
    font-size: 12.5px;
    line-height: 21px;
  }
}

/* お支払方法部分 */
.accMenu > dt,
.qaSpace dt {
	padding-top: 10px;
	line-height: 32px;
	font-size: 18px;
  cursor: pointer;
}
.accMenu > dt:after {
  font-family: FontAwesome;
  content: "\f0d7";
  margin: 0 0 10px;
  padding: 0 0 0 14px;
  color: #000;
  font-size: 17px;
}
.accMenu > dt.open:after {
  content: "\f0d8";
}
.accMenu > dd {
  display: none;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
}
.accMenu dd ul li{
  font-weight: normal;
  line-height: 26px;
}
.accMenu dd ul li ul.paymentList{
  padding-left: 25px;
}
.payNotice {
  line-height: 18px;
  font-size: 12px;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .accMenu > dt,
  .qaSpace dt {
  	padding: 0 0 0 5px;
  	line-height: 60px;
  	font-size: 20px;
  }
  .accMenu > dt:after {
    font-size: 20px;
  }
  .accMenu > dd {
    margin-top: 8px;
    font-size: 14px;
  }
  .accMenu dd ul {
    margin-top: 20px;
  }
  .accMenu dd ul li{
    line-height: 20px;
  }
  .payNotice {
    margin-top: 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .accMenu > dt,
  .qaSpace dt {
  	line-height: 46px;
  	font-size: 17px;
  }
  .accMenu > dt:after {
    font-size: 20px;
  }
  .accMenu dd ul li{
    line-height: 20px;
  }
  .accMenu > dd {
    margin-top: 10px;
    font-size: 13px;
  }
  .payNotice {
    font-size: 13px;
  }
}

.qaMenu dt,
.inquiryMenu dt {
	margin-top: 12px;
}

.qaSpace:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin: 0 0 10px;
  padding: 0 0 0 14px;
  color: #000;
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .qaMenu dt,
  .inquiryMenu dt {
  	margin-top: 0;
  	padding: 0 0 0 5px;
  	line-height: 60px;
  	font-size: 20px;
  }
  .qaSpace:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .qaMenu dt,
  .inquiryMenu dt {
  	line-height: 50px;
  	font-size: 18px;
  }
  .qaSpace:after {
    font-size: 20px;
  }
}

/* Twitter部分 */
.infoAreaInner .twitterSpace {
  width: 48%;
  padding-right: 1px;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .infoAreaInner .twitterSpace {
    width: 96%;
    margin: 0 2%;
  }
}

.twitter iframe { width: 740px !important; }

/* Link部分 */
.infoAreaInner .linkSpace {
  width: 48%;
  padding-right: 1px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .infoAreaInner .linkSpace {
    width: 96%;
    margin: 0 2%;
  }
}
.snslink p {
  font-weight: bold;
  font-size: 18px;
  margin: 23px 0 17px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .snslink p {
    font-size: 17px;
  }
}
.snslink i {
  margin: 0 3px 0 7px;
}
.sns_x i {
  margin: 0 20px 0 7px;
  font-size: 2em;
  transition: background-color 0.3s, color 0.3s;
}
.snslink a {
  padding: 0.8em 1em;
  border: solid 3px #009a44;
  border-radius: 10px;
  font-weight: bold;
  margin: 5px;
  display: flex;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
  align-items: center;
  font-size: 18px;
  line-height: normal;
}
.snslink a:hover {
  background-color: #009a44;
  color: #FFF;
}
.snslink a:hover i {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .snslink a {
    font-size: 17px;
  }
}
.shoplink p {
  font-weight: bold;
  margin: 2em 0 5px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .shoplink p {
    font-size: 17px;
  }
}
.shoplink i {
  margin: 0 3px 0 7px;
}
.shoplink ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5px;
}
.shoplink li {
  margin: 3px;
  width: calc(50% - 6px);
}
.shoplink img {
  width: 100%;
  height: auto;
  display: block;
  border:solid 1px #ccc;
}

/* フッタ */
footer {
  width: 100%;
  background-color: #f4f4f4;
}
footer ul {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
footer ul li {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #999999;
  font-size: 12.5px;
}
footer ul li:last-child {
  border-right: none;
}
@media only screen and (max-width: 480px) {
  footer ul {
    padding: 10px 0;
  }
  footer ul li {
    padding: 0 5px 0 0;
    font-size: 0.65em;
  }
}
/* コピーライト */
.publisher p {
	text-align: center;
	font-size: 12px;
	margin-top:20px;
}
.publisher {
	width: 100%;
}
.copyright {
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}
.copyright p {
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .copyright p {
    font-size: 0.6em;
  }
}

/* ページトップへ */
#pageTop {
  position: fixed;
  right: 25px;
  bottom: 15px;
  z-index: 10;
}
#pageTop a {
  width: 100px;
  font-size: 60px;
  color: #000;
  vertical-align:  bottom;
  line-height: 0;
}
#pageTop a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
#pageTop {
  right: 22px;
}
}

/* 購入する */
#buyBtnCircle {
  position: fixed;
	width: 77px;
  right: 5px;
  bottom: 11px;
  z-index: 10;
}
#buyBtnCircle a {
  vertical-align:  bottom;
  line-height: 0;
}
#buyBtnCircle a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
#buyBtnCircle {
  right: 5px;
	width: 66px;
}
}

/* ボタンエフェクト */
.btn-zoom:after {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.btn-zoom:hover:after {
background: #f7af10;
-webkit-transform: scale(1);
transform: scale(1);
}
.btn-effect:after {
position: absolute;
z-index: -1;
display: block;
content: '';
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}

/*-------------------------------------------------
横向き縦向き設定
----------------------------------------------- */

.landscape {
  width: 100vmax;
  height: 100vmin;
  background: rgba(0, 0, 0, 0.9);
  background-size: cover;
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  display: none;
}

.landscape.is-active {
  display: block;
}

.landscape__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.landscape__inner img {
  width: 40vw;
}

.landscape__inner p {
  font-family: 'avenir next bold', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 3vw;
  color: #fff;
  letter-spacing: 2px;
}


/*-------------------------------------------------
add css
----------------------------------------------- */
/*--- common --- */

.InformationBnr {
	padding:0 3%;
}
.InformationBnr div {
  display: table-cell;
}
.InformationBnr div img {
	width:auto;
  vertical-align: middle;
}
.InformationBnr .btnCoporate img {
	height:auto;
}
.InformationBnr .btnOnlineshop img {
	height:auto;
	position: relative;
	top:-3px;
}
/*--- 商品詳細 --- */
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
	background-color: #ccc!important;
	opacity: inherit!important
}
.swiper-pagination-bullet-active {
	background-color: #666!important;
}

/* ----Cookie同意---- */
#cookie_privacy_area {
  display: none;
}
.cookie_privacy_agree {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: rgba(0,0,0,.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: visible;
  text-align: left;
  font-size: 0.88em;
  z-index:110;
}
.cookie_privacy_text a {
  color: #fff;
  text-decoration:underline;
}
.cookie_privacy_btn {
  display: inline-block;
  min-width: 100px;
  color: #fff;
  background: #009a44;
  padding: .5em 1.5em;
  cursor: pointer;
  text-align: center;
}
.cookie_privacy_text{
  padding-right: 15px;
  text-align: justify;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .cookie_privacy_agree {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 1.2em;
    box-sizing: border-box;
    visibility: visible;
    text-align: left;
    font-size: 0.854em;
    z-index:110;
  }
  .cookie_privacy_text a {
    color: #fff;
  }
  .cookie_privacy_btn {
    display: inline-block;
    box-sizing: border-box;
    min-width: 80px;
    color: #fff;
    background: #009a44;
    padding: .3em .5em;
    cursor: pointer;
    text-align: center;
  }
  .cookie_privacy_text{
    padding-right: 10px;
    text-align: justify;
    line-height: 1.5;
    font-size: 0.9em;
  }
  
}

/*遊び方*/
.lotHowToPlay .greenBk{
	background-color: #e3f7df;
	background-image: none;
	padding: 82px 0;
}

.lotInner{
	box-sizing: border-box;
	max-width: 680px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
}

.playDetail{
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(226, 226, 226, 1) 6px, rgba(226, 226, 226, 1) 8px );
	border: 3px solid #009a44;
	padding: 10px 18px 22px;
}

.playDetail h2{
	font-size: 30px;
	border-bottom: 3px solid #009a44;
}

.playDetail h2 i{
	margin-right: 18px;
	color: #009a44;
}

.playDetail ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.playDetail ul li{
	width: 32%;
	max-width: 300px;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.playDetail ul li{
		width: 48%;
	}
}

@media screen and (max-width: 480px) {
	#entry_list_more .greenBk{
    padding: 40px 0;
	}

	.planStatus span{
		font-size: 16px;
    padding: 3px 6px;
	}

	.lotHowToPlay .greenBk{
		padding: 32px 0;
	}

	.playDetail h2{
		font-size: 20px;
		border-bottom: 3px solid #009a44;
	}
	
	.playDetail h2 i{
		margin-right: 9px;
	}

}
