/* CSS Document */
#Event p {
    font-size: 1.5rem;
    margin-bottom: 0.8em;
    text-align: left;
}
#Event.small p,
#Event p.small {
    font-size: 1.3rem;
}
#Event h5 {
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 2px #111 solid;
    font-size: 1.5rem;
    text-align: left;
}
@media screen and (max-width: 639px) {
#Event p {
    font-size: 1.1rem;
}
}
#Event p.update {
    font-size: 1.2rem;
	color: #e00000;
}

#Event ul.list {
	margin: 0 0 1rem;
	padding: 0;
	text-align: left;
}
#Event ul.list li{
	margin: 0 0 0.2rem;
	padding: 0 0 0.2rem;
	border-bottom: 2px dotted #999;
}
#Event ul.dotlist {
	margin: 0 0 1rem;
	padding: 0;
	text-align: left;
}
#Event ul.dotlist li{
	margin: 0 0 0 25px;
	text-indent: -25px;
	padding: 0.7rem 0;
	border-bottom: 2px dotted #999;
}

#Event ul.dotlist li::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background-image: url("../images/dot_li.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: top;
}


#Event ul.pointList {
    font-size: 1.5rem;
	margin: 0 0 1rem 1rem;
	padding: 0;
	text-align: left;
	list-style: inherit;
}
@media screen and (max-width: 639px) {
#Event ul.pointList {
    font-size: 1.1rem;
}
}

#Event ul.pointList li{
	margin: 0 0 0.2rem;
	padding: 0 0 0.2rem;
}



#Event .errataBox {
	padding: 0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 1rem;
}
#Event .errataBox .ttl {
	padding: 0.8rem;
	margin: 0;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	background-color: #666;
}
#Event .errataBox .innerBox {
	padding: 1rem;
	margin: 0;
}

#Event .shopList {
    width: 100%;
    margin: 0 0 2rem;
}
#Event .shopList h5 {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0 0 0.2rem;
    border-bottom: 2px solid #000;
    margin-bottom: 0.5rem;
    text-align: left;
    margin-top: 2rem;
}
@media screen and (max-width: 639px) {
#Event .shopList h5 {
    font-size: 1.2rem;
}
}
#Event .shopList .shopItem {
    margin: 0 0 1rem;
    border: 2px solid #666;
}

#Event .shopList .shopname {
    background-color: #666;
    line-height: 1;
    font-weight: 700;
    padding: 12px;
    color: #fff;
	display: flex;
	justify-content: space-between;
}
#Event .shopList .shopname span {
color: #ffff00;
}
#Event .shopList .shopname p {
    margin: 0;
}
#Event .shopList .shopItem .summary {
    padding: 10px 12px;
}
#Event .shopList .shopItem .summary p {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
}
@media screen and (max-width: 639px) {
#Event .shopList .shopItem .summary p {
    font-size: 0.9rem;
}
}

#Event .shopList .ancList .linkBox {
	display: flex;
	margin-bottom: 0.5em;
	flex-wrap: wrap;
}
#Event .shopList .ancList .linkBox a {
	padding: 0.2em;
}
#Event .shopList .ancList .ttl {
	font-weight: bold;
	margin: 0 0 0.2em;
	padding: 0 0 0.2em;
	border-bottom: 1px dotted #333;
}


.contents_event_header {
	padding: 0;
	text-align: center;
	background-color: #111c3a;
	width: 100%;
	margin-top: 1rem;
}
.contents_event_header img {
	max-width: 100%;
	height: auto;
}
h2 .sub {
	font-size: 45%;
	display: block;
}

.contents_update {
    background-image: url('../images/bg_top_news.png');
    background-size: cover;
    padding: 2rem 0;
	margin: 0 0 2rem;
/*	background-color: #111c3a;*/
}
@media screen and (max-width: 639px) {
.contents_update {
    background-size: contain;
}
}

.contents_update h3 {
    font-weight: 700;
    font-size: 1.7rem;
	margin: 0 0 2rem;
	color: #fff;
}

.contents_update .loglist {
    font-size: 1.2rem;
    text-align: left;
	width: 100%;
	margin: 0;
	padding: 1rem 1rem 0.5rem;
	list-style: none;
	border: 3px solid #fff;
	color: #fff;
	
}
.contents_update .loglist li {
	margin: 0 0 0.5rem;
	padding: 0 0 0.5rem;
	border-bottom: 1px dotted #fff;
}
.contents_update .loglist li .date {
	width: 10em;
	margin-right: 2rem;
}
.contents_update .loglist li a {
color: #fff;
}
#Event.small p {
    font-size: 1.3rem;
}
@media screen and (max-width: 639px) {
.contents_update .loglist {
    font-size: 1.0rem;
}
}







#EventList.sec_wrap {
    background-color: rgba(0,0,0,0.06);
    padding: 2rem 0 0;
}

.sec_inner img.text_icon {
    vertical-align: middle;
    height: 2em;
    width: auto;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    padding: 0.2em;
}

.qa {
    font-weight: 700;
    text-align: left;
}
@media screen and (max-width: 979px) {
.qa {
	margin-left: 1rem;
	margin-right: 1rem;
}
}
.qa div {
    border-left: 2px solid #aaa;
    border-right: 2px solid #aaa;
    border-top: 2px solid #aaa;
    padding: 0.7em;
    background-color: #fff;
}
.qa p {
    margin-bottom: 0.5em;
}
.qa p.que::before {
    content: "Q:";
    margin-right: 0.5em;
}
.qa p.ans::before {
    content: "A:";
    margin-right: 0.5em;
    color: #3b76fd;
}

.qa div:last-child {
    border-bottom: 2px solid #aaa;
}
.qa .head {
    background-color: #ccc;
    margin-top: 1rem;
    text-align: center;
}
.sec_inner .qa img.text_icon {
    height: 1.9em;
}
#Event .qalist p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 0 2em;
}
#Event .qalist .card_name {
    padding: 12px 15px;
    line-height: 1;
    margin: 0;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0.5em;
    user-select:none;
}
#Event .qalist .card_name::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0px;
    width: 28px;
    height: 28px;
    background-image: url('../rules/images/plus_w.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    opacity: 0.4;
}
#Event .qalist .card_name.open::after {
    background-image: url('../rules/images/minus_w.svg');
}

#Event .qalist .thumb {
    display: inline-block;
    margin: 0 auto 0.5em;
}
#Event .qalist .thumb img {
    height: 480px;
    width: auto;
}
#Event .qalist .thumb img.PIECE {
    height: auto;
    width: 480px;
}

#Event .qalist > div {
    margin: 0 0 2em;
}
#Event .qalist ul li {
    border: 1px solid #ccc;
    padding: 12px 22px;
    background-color: #fff;
    margin-bottom: 0.5em;
}

#Event .qalist ul li:nth-child(even) {
    background-color: #f0f9ff;
}
#Event .qalist ul li .que {
    border-bottom: 1px dotted #ccc;
}
#Event .qalist ul li div {
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    position: relative;
}

#Event .qalist ul li div::before {
    font-size: 24px;
    position: absolute;
    margin: 0px;
    top: 3px;
    left: 0px;
    line-height: 1;
    font-weight: 700;
}

#Event .qalist ul li .que::before {
    content: 'Q.';
}
#Event .qalist ul li .ans::before {
    content: 'A.';
}
#Event .serieslist {
    margin: 0;
    padding: 0;
}
#Event .serieslist li {
    text-align: left;
    margin-bottom: 0.2em;
    list-style: initial;
    list-style-position: inside;

}
#Event .serieslistColumn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#Event .serieslistColumn div{
    width: 49%;
}
@media screen and (max-width: 639px) {
    #Event .serieslistColumn div{
        width: 100%;
    }
}
#Event .serieslistTitle {
    padding: 12px 42px 12px 15px;
    line-height: 1;
    margin: 0;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0.5em;
    user-select:none;
}
#Event .serieslistTitle::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0px;
    width: 28px;
    height: 28px;
    background-image: url('../rules/images/plus_w.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    opacity: 0.4;
}
#Event .serieslistTitle.open::after {
    background-image: url('../rules/images/minus_w.svg');
}


#Event .example {
    padding: 15px;
    border: 3px solid #666;
    background-color: rgba(255,255,255,0.5);
	margin: 2em 0;
}

#Event table.shoplist {
	border-collapse: collapse;
}
#Event table.shoplist td,
#Event table.shoplist th{
	padding: 0.7em 0.5rem;
	font-size: 0.85rem;
	line-height: 1.2;
/*	border: 1px solid #e0e0e0;*/
	text-align: left;
}
#Event table.shoplist th{
	text-align: center;
	background-color: #333;
	color: #fff;
	font-weight: bold;
}
#Event table.shoplist tr:nth-child(odd) td{
	background-color: #f0f0f0;
}

#Event table.shoplist tr td:nth-child(1),
#Event table.shoplist tr td:nth-child(4){
white-space: nowrap
}
#Event table.shoplist tr td:nth-child(2),
#Event table.shoplist tr td:nth-child(5){
	text-align: center;
}

@media screen and (max-width: 639px) {
	#Event table.shoplist tr {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 1em;
}
#Event table.shoplist td,
#Event table.shoplist th{
	display: block;
	padding: 0.3em 0.5em;
}

#Event table.shoplist tr th:nth-child(1),
#Event table.shoplist tr td:nth-child(1){
	width: 70%;
	font-weight: bold;
	font-size: 0.9rem;
}
#Event table.shoplist tr th:nth-child(2),
#Event table.shoplist tr td:nth-child(2){
	width: 30%;
}
#Event table.shoplist tr th:nth-child(3),
#Event table.shoplist tr td:nth-child(3){
	width: 100%;
}
#Event table.shoplist tr th:nth-child(4),
#Event table.shoplist tr td:nth-child(4){
	width: 70%;
}
#Event table.shoplist tr th:nth-child(5),
#Event table.shoplist tr td:nth-child(5){
	width: 30%;
}


}

.card_color_W {
    color: #d68f34;
}
.card_color_U {
    color: #3b76fd;
}
.card_color_B {
    color: #983cff;
}
.card_color_R {
    color: #fd3776;
}
.card_color_G {
    color: #249d77;
}
.card_color_C {
    color: #000;
}

/** アコーディオンメニュー用 **/
.js-accordion--target{
    transition: height 0.2s;
  }
.js-accordion-enter-active{
    animation-duration: 0.2s;
	animation-delay: 0.1s;
    animation-fill-mode: both;
    animation-name: js-accordion--anime__opend;
  }
.js-accordion-leave-active{
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-name: js-accordion--anime__closed;
  }

@keyframes js-accordion--anime__opend {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
   }
}
@keyframes js-accordion--anime__closed {
  0% {
   opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.archivelist {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}
.archivelist > a {
	text-decoration: none;
    cursor: pointer;
	padding: 0.3rem 0.7rem;
	line-height: 1;
	display: block;
    background-color: #eee;
    color: #888;
    transition: 0.3s;
	margin: 0 2px;
}
.archivelist > a:hover {
background-color: #fff;
}
.archivelist > a.current {
background-color: #666;
    color: #fff;
    transition: 0.1s;	
}

#Event .btn_rulechange {
    display: block;
    font-size: 22px;
    padding: 10px 1em;
    text-align: center;
    height: auto;
    border: solid 2px #3acbfd;
    color: #00beff;
	text-decoration: none;
	font-weight: bold;
}
#Event .date_rulechange {
    color: #3acbfd;
	font-weight: normal;
}

#Event .btn_rulechange:hover {
background-color: #3acbfd;
color: #fff;
}
#Event .btn_rulechange:hover .date_rulechange {
color: #fff;
}
