@charset "UTF-8";


.mono .title-small{
  padding:0 4px 0 4px ;
  font-weight: bold;
  font-size: 16px;
  border-left: 4px solid #8fc31f;
}




 .title.anime {
    display: table;
    overflow: hidden;
    font-size: 60px;
    color: #8fc31f;
    margin: 0 auto;  
  }
.title.anime span.char {
	display: inline-block;
	padding: 0 2px;
    font-size: 70px;
    color: #8fc31f;
    font-family: "BLG Hudson";
    src: url("https://db.onlinewebfonts.com/t/e8a606886896d2d9ff493d48237abe1c.eot");
    src: url("https://db.onlinewebfonts.com/t/e8a606886896d2d9ff493d48237abe1c.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/e8a606886896d2d9ff493d48237abe1c.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/e8a606886896d2d9ff493d48237abe1c.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/e8a606886896d2d9ff493d48237abe1c.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/e8a606886896d2d9ff493d48237abe1c.svg#BLG Hudson")format("svg");

  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
  animation: fadeUp 3s forwards;
  animation-iteration-count: infinite;
}

  @keyframes fadeUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    25% {
      opacity: 1;
      transform: translateY(0);
    }
    75% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(-10px);
    }

  }
.mono .massage{
  background: #ddd;
  padding: 50px 15px 50px 15px;
  position: relative;
}
.mono .massage p{
	text-align: center;
}
.mono .massage .lebird01{
	max-width: 150px;
	display: table;
	margin: 40px auto;
}
.lebird01 img{
	width: 100%;
	height: 100%;
}
.mono .massage:after{
  content: '';
  display: block;
  width: 140px;
  height: 195px;
  background: url(../img/ph-lebird02.png)no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: 0;
}

.mono .bg_kakomi{
	padding: 8px 16px 8px;
	display: table;
	margin: 10px auto 0;
	line-height: 1;
	font-weight: bold;
	font-size: 1.2rem;
}

.mono .page-title{
  padding: 60px 20px;
  background: #ddd;
  margin-bottom: 70px;
}
.mono .page-title .title{
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
}
.mono .content{
  overflow: visible;
  height: auto;
}
.content.c-button{
  padding: 50px 20px 0;
}

.mono .button-conte{
  margin: 0 auto;
  display: table;
}
.mono .button-conte .bt-purchase + .bt-purchase{
  margin-left: 15px;
}

.mono .bt-purchase.bg-green a, 
.mono .bt-purchase.bt-small.bg-green a {
  display: inline-block;
    background: #8fc31f;
    border: solid 1px #111;
    color: #111;
    font-weight: bold;
    border-radius: 50px;
}
.mono .bt-purchase a {
  position: relative;
    z-index: 0;
    padding: 8px 24px 8px 42px;
    line-height: 1.2;
}
.mono .bt-purchase a .t-en{
  font-size: 1.2rem;
  font-weight: normal;
}

.mono .bt-purchase a:after{
  content: '▶';
  display: block;
  color: #111;
  font-size: 10px;
  position: absolute;
  left: 24px;
  top: calc((100% - 12px) / 2);
  z-index: 2;
}
.mono .bt-purchase.t-long a:after{
  top: 24px;
}

.mono .bt-purchase{
  position: relative;
  display: inline-block;
}
.mono .bt-purchase::before,
.mono .bt-purchase.bt-small:before {
  content: '';
  display: inline-block;
  width: calc(100% - 10px);
  height: 100%;
  background: #fff;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50px;
  border: solid 1px #111;
}



/************/
.conte-normal .title.obi{
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  z-index: 1;
  position: relative;
  overflow: hidden;
  background: none;
}
.conte-normal .title.obi.t-en{
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.4;
}
.conte-normal .title.obi.t-en .t-jp{
  font-size: 1.5rem;
  position: relative;
  top: -1px;
  padding-left: 6px;
}
@keyframes bgExpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.conte-normal .title.obi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #8fc31f;
  z-index: -1;
  transition: width 0.8s ease-out;
}
.conte-normal .title.obi.show-bg::before {
  width: 100%;
}
.conte-normal .title.obi:after{
  content: '';
  display: block;
  width: 20px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background: url(../img/arrow-w.png)no-repeat;
  position: absolute;
  right: -1px;
  top: -1px;
}

/************/

.mono .conte-card{
  display: flex;
   align-items:  stretch;
   justify-content: space-between;
   margin-top: 80px;
   
}

.mono .conte-card .day-card{
  width: calc((100% - 120px - 70px) / 2);
  padding: 60px 30px 50px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
  position: relative;
}

.mono .conte-card .day-card .bt-purchase{
  margin: 20px auto 0;
  display: table;
}
.mono .conte-card .day-card:before{
  content: '';
  display: block;
  width: 100px;
  height: 30px;
  background: url(../img/tag-game01.png)no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: -12px;
  z-index: 1;
}
.mono .conte-card .day-card.game02:before{
  background: url(../img/tag-game02.png)no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.mono .conte-card .day-card.game03:before{
  background: url(../img/tag-game03.png)no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.mono .conte-card .day-card.game04:before{
  background: url(../img/tag-game04.png)no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.mono .conte-card .day-card.game01.game02:before{
  background: url(../img/tag-game01.png)no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.mono .conte-card .day-card.game01.game02:after{
  content: '';
  display: block;
  width: 100px;
  height: 30px;
  background: url(../img/tag-game02.png)no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 85px;
  top: 15px;
}
.mono .conte-card .day-card.game03.game04:before{
  background: url(../img/tag-game03.png)no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.mono .conte-card .day-card.game03.game04:after{
  content: '';
  display: block;
  width: 100px;
  height: 30px;
  background: url(../img/tag-game04.png)no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 85px;
  top: 15px;
}


.mono .hosoku{
  padding: 30px;
  position: relative;
  margin-top: 80px;
}
.mono .hosoku p + p{
  margin-top: 6px;
}
.mono .hosoku .bg_white{
  padding: 16px ;
  background: #fff;
  border-radius: 8px;
  margin-top: 16px;
}
.mono .hosoku .bg_white p{
  font-size: 12px;
}
.mono .hosoku .bg_white .title-small{
  margin-bottom: 10px;
  font-size: 14px;
}



.mono .hosoku .title{
  position: absolute;
  top: -20px;
  left: 0px;
  background: #111;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 6px 6px;
  color: #fff;
}

.mono .conte-50-50{
  display: flex;
  align-items:  stretch;
}
.mono .conte-50-50 li .title{
  position: absolute;
  padding: 6px 6px;
  display: block;
  width: calc(100% - 12px);
  top: 0;
  left: 0;
  z-index: 1;
  color: #111;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}
.mono .conte-50-50 li{
  width: 50%;
  background: #000;
  position: relative;
  padding-top: 30px;
}
.mono .conte-50-50 li.bg-zaseki{
  background: #111;
  color: #fff;
  padding: 40px 30px 0;
  width: calc(50% - 60px);
}
.mono .conte-50-50 li.bg-zaseki .tx{
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  line-height: 1.6;
}
.mono .conte-50-50 li.bg-zaseki small{
  display: block;
  font-size: 12px;
}
.mono .t-copy p + p{
  margin-top: 6px;
}
.mono .t-copy p,
.mono .t-copy{
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.mono .t-copy em{
  font-size: 1.4rem;
}

#seasonseat .t-copy{
  margin-top: 50px;
}
#seasonseat .accordion-item .tx.chu{
  text-align: center;
  margin-top: 16px;
}

/************/
/************/
/************/
/************/
/************/
