@charset "utf-8";
/*-----------------
共通・見出し
------------------*/
#sub-page{
  margin-top:50px;
}

.sub-h-title-box{
  padding:5% 0;
}

.sub-h-title-box .h-title{
  margin: 0;
}

#sub-page .floor{
  padding:5% 1% 8%;
}

.sub-p-tit{
  padding:15px;
  max-width: 640px;
  width: 80%;
  margin: 0 auto 30px;
  color:#e60116;
  text-align: center;
}

@media screen and (max-width: 480px){
  .sub-h-title-box .h-title{
    font-size: 10vw
  }
  
  .sub-h-title-box .h-title:before {
    width: 30px;
    height: 30px;
  }
}


/*-----------------
PRIVACY POLICY
------------------*/
.privacy.h-title:after{
  max-width: 480px;
}

.kiyaku-temp{
	width: 100%;
	overflow: hidden;
}
.kiyaku-temp p{
	margin-bottom: 10px;
	line-height: 1.4;
}

.kiyaku-temp p.b20{
  margin-bottom: 20px;
}

.kiyaku-temp h2{
	width: 100%;
	margin: 0 0 30px;
	text-align: center;
}

.kiyaku-temp h3{
	width: 100vw;
	position: relative;
	left:-40px;
	padding:10px;
	color:#fff;
	background-color:#000;
	margin: 30px 0 10px;
}
.kiyaku-temp ol{
	list-style:decimal!important;
	padding-left:40px;
}
.kiyaku-temp ul{
	padding-left:32px;
}

.kiyaku-temp ol li{
  list-style-type: decimal-leading-zero!important;
	margin-bottom:10px;
	line-height: 1.2;
}


.kiyaku-temp ul li{
  list-style-type: disc!important;
	margin-bottom:15px;
	line-height: 1.6;
}

.kiyaku-temp ul li:last-of-type{
	margin-bottom:30px;
}
.kiyaku-temp li{
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.4;
}

.kiyaku-temp .data{
	text-align: right;
}

.kiyaku-temp.privacy h3,
.kiyaku-temp.tokushoho h3,
.kiyaku-temp.settlement h3{
	width: 100%;
	left:0;
}

/*-----------------
event
------------------*/
.event.h-title:after{
  max-width: 240px;
}

.ev-title{
  color:#e60116;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 5px;
  padding:0 0 5px;
  border-bottom: 1px solid #e60116;
}

.ev-title.no-line{
  border-bottom:none;
}

.ev-title .big01{
  font-size: 200%;
}

.ev-title .ev{
  font-size: 130%;
  color:#fff;
  background: #000;
  display: block;
  max-width: 480px;
  margin: 0 auto;
  padding:5px;
}

.ev-title-sub01{
  background: #000;
  color:#fff;
  font-weight: bold;
  margin: 0 auto 10px;
  font-size: 1.8rem;
}

.ev-title-sub02{
  margin: 0 auto 10px;
  font-weight: bold;
  font-size: 1.8rem;
}

.ev-info-list,
.ev-item-box{
  width: 100%;
  max-width: 768px;
  margin: 0 auto 50px;
}

.ev-info-list tr td:first-of-type{
  width: 25%;
  background: #f1f1f1;
  text-align: center;
}

.ev-info-list tr td:last-of-type{
  width: 85%;
}

.ev-info-list td{
  padding:15px;
}

.ev-tyui-tit{
  padding:10px;
  border:1px solid #000;
  text-align: center;
  margin: 80px auto 10px;
}

.event-box .kiyaku-temp ul li{
  list-style-type: disc!important;
}

.ev-link-btn{
  max-width: 240px;
  margin: -20px auto 80px;
}

/*-------
フォローボタン
---------*/
.ev-tw-btn{
  max-width: 480px;
  margin: 10px auto 40px;
}
a.tw-follow-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	background-color: #1b95e0;
	border-radius: 3px;
	letter-spacing: normal;
}

/*-----*/

.ev-item-img{
  max-width: 768px;
  margin: 80px auto 10px;
}

.ev-item-img.if10{
  margin: 10px auto 10px;
}

.ev-item-img.if0{
   margin: 0 auto;
}

.ev-item-img img{
  display: block;
  margin: 0 auto;
  max-width: 480px;
}

.ev-info-list-title.p-bg-pnk{
  padding:20px;
  background:#ffebeb;
}

.ev-info-list-title.p-bg-pnk p{
  max-width: 640px;
  margin: 15px auto 0;
}



/*-----------------
FAQ
------------------*/

.faq-title{
  padding:10px;
  max-width: 480px;
  margin: 0 auto;
  color:#e60116;
  border: 1px solid #e60116;
  text-align: center;
}

.faq-list{
  width: 100%;
  padding:5% 2%;
}

.faq-list li{
  padding:5px 0 0 35px;
  position: relative;
  margin-bottom:10px;
}

.faq-list li.a{margin-bottom: 30px;}

.faq-list li.q:before,
.faq-list li.a:before{
  width: 30px;
  height: 30px;
  top:0;
  left:0;
  position: absolute;
  color:#fff;
  text-align: center;
  padding:5px;
  font-weight: bold;
}

.faq-list li.q:before{
  content: "Q";
  background:#09f;
}

.faq-list li.a:before{
  content: "A";
  background:#f03;
}

@media screen and (max-width: 480px){
  .faq-list li{    padding: 2px 0 0 35px;}
  
  .faq-list li.q:before,
  .faq-list li.a:before{
    width: 25px;
    height: 25px;
    padding:2px;
  }
}


/*-----------------
AGF2022
------------------*/
.ev221105 .ev-item-img img{max-width:inherit!important;}

.ev221105 .i-price{
  text-align: left;
  background: #fff;
}

.ev221105 .goods-item{
  padding: 20px;
}

.ev221105 .tokuten .goods-item{
  width: 31.33%;
}
.ev221105 .bottom-line{
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px dashed #ccc;
}

@media screen and (max-width:480px) {
  .ev221105 .goods-item {padding:15px;}
  .ev221105 .tokuten .goods-item{width:48%;}

}

/*-----------------
スペシャルページ
------------------*/
.sp-title.h-title:after{
  max-width: 320px;
}

.sp-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}

.sp-tabs-item {
  width: calc( 100% / 3 - 4px );
  padding:10px;
  color: #000;
  background: #f1f1f1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sp-tabs-item.is-active {
  background: #e60116;
  color:#fff;
  cursor: default;
}
.sp-tabs-item.is-active:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e60116;
}

.sp-tabs-body {display: none;}
.sp-tabs-body.is-active {
  display: block;
}

.more-btn{
  color:#fff;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  cursor: hand;
  background: #000;
  cursor: pointer;
  cursor: hand;
  margin: 0 auto;
  width: 80%;
  max-width: 240px;
}


@media screen and (max-width: 480px){
  .sp-tabs-item {
    width:48%;
    margin: 1%;
  }
  .sp-tabs-item:last-of-type{
    width: 100%;
  }
  
  .sp-tabs-item.is-active:after{
    content:none;
  }
}

/*--youtube一覧--*/
.sp-movie-box,
.sp-manga-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sp-movie-list{
  width: 48%;
  margin: 1% 1% 5%;
}

.sp-manga-list{
  width: 31.33%;
  margin: 1% 1% 5%;
}

.manga-img{
  margin: 0 0 2%;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
}
.manga-img a{
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.manga-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sp-movie-list p{
  padding:2px 0 5px;
}

@media screen and (max-width: 640px){
  .sp-movie-list{
    width: 100%;
    margin: 0 0 2%;
  }
  
  .sp-manga-list{
    width: 46%;
    margin: 2% 2% 5%;
  }
}