@charset "UTF-8";

/* CSS Document */

.top-wrap {
    margin: 0 auto;
    width: 980px;
}

.top-wrap h1 {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}

.top-information {
    background: #fff;
    border: 1px solid #f00;
    margin: 0 auto 20px auto;
    padding: 20px 1em;
    width: calc(980px - 2px - 2em);
}

.top-information a {
    background: #fff;
    border: 1px solid #f00;
    color: #ff0000 !important;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto 0;
    padding: 10px;
    text-align: center;

}

.top-information a.red {
    background: #ff0000;
    border: none;
    color: #fff !important;
}

.top-information > .caution-text-red {
    padding-left: 0;
}

.top-information .top-information-update {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
}

.sagaku-btn {
	display: block;
    background: #fff;
    border: 1px solid #f00;
    margin: 0 auto 20px auto;
    padding: 20px 1em;
    width: calc(980px - 2px - 2em);
	color: #ff0000 !important;
}

/*-------------------------------------------------------------------------------------
top main visual
--------------------------------------------------------------------------------------*/

.top-main-visual {
    overflow: hidden;
    width: 100%;
}

.top-main-visual p.image {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    transition: all 0.6s;
    width: 100%;
}

.top-main-visual p.image img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
}

.item-container {
    position: relative;
    margin-bottom: 30px;
}

.item-container .items div img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.item-container p {
    background: #808287;
    font-size: 14px;
    padding: 0.5em;
}

.top-main-visual .slick-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 30px;
    position: relative;
}

.top-main-visual .slick-dotted.slick-slider {
    margin-bottom: 5px;
}

.top-main-visual .slick-dots {
    position: relative !important;
    order: 2;
    width: auto !important;
    bottom: 2px !important;
}

.top-main-visual .slick-dots li button {
    background: #666 !important;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    display: block;
    height: 14px !important;
    margin: 5px 6px 0;
    padding: 0 !important;
    width: 14px !important;
}

.top-main-visual .slick-dots li button:before {
    display: none !important;
}

.top-main-visual .slick-dots li.slick-active button {
    background: #ff0000 !important;
}

.top-main-visual .slick-prev,
.top-main-visual .slick-next {
    position: relative !important;
    width: 30px !important;
    height: 30px !important;
}

.top-main-visual .slick-prev {
    position: relative !important;
    order: 1;
}

.top-main-visual .slick-next {
    position: relative !important;
    order: 3;
}

.top-main-visual .slick-prev::before {
    content: url(../common/images/main_visual_arrow_left.png) !important;
}

.top-main-visual .slick-next::before {
    content: url(../common/images/main_visual_arrow_right.png) !important;
}


.top-main-visual .main-title-wrap {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 30px;
    width: 100%;
}

.top-main-visual .main-title-wrap h2.main-title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 40px;
    margin: 0 auto;
    width: 980px;
}

.top-main-visual .main-title-wrap h3.sub-title {
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 auto;
    width: 980px;
}

/*-------------------------------------------------------------------------------------
top shortcut link
--------------------------------------------------------------------------------------*/
.top-shortcut-link {
    margin: 0 auto 64px;
    width: 980px;
}

.shortcut-3-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shortcut-link-box {
    width: calc((100% - 30px) / 3);
	/*width: calc((100% - 30px) / 2);*/
    margin: 0;
    list-style: none;
    min-height: 240px;
	border-radius: 8px;	
	margin-top: 15px;
}

.shortcut-link-box:nth-child(n+3){
    /*margin-top: 15px;*/
	width: calc((100% - 30px) / 3);
	/*width: calc((100% - 30px) / 2);*/
}

.shortcut-link-box a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: none!important;
    padding: 5px;
    box-sizing: border-box;
}

.shortcut-link-box a:hover {
    background: rgba(225,225,225,0.3);
    opacity: 0.8;
}

.shortcut-link-box a img {
    width: 100px;
}

.shortcut-link-box.w80 img {
    width: 80px;
}

.shortcut-link-box.w120 img {
    width: 120px;
}

.shortcut-link-box.map img {
    width: 180px;
}

.shortcut-link-box.pic img {
    width: 150px;
}

.shortcut-link-box a .text {
    font-size: 28px;
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.shortcut-link-box a .text .fs-sm {
    font-size: 18px;
}

.shortcut-link-box.color01 {
    background-color: #009e8b;
}

.shortcut-link-box.color02 {
    background-color: #283641;
}

.shortcut-link-box.color03 {
    background-color: #31aa27;
}

.shortcut-link-box.color04 {
    background-color: #f35c5a;
}

.shortcut-link-box.color05 {
    background-color: #d3ab30;
}

.shortcut-link-box.color06 {
    background-color: #22a8dd;
}

.shortcut-link-box.color07 {
    background-color: #333d94;
}

.shortcut-link-box.color08 {
    background-color: #31e0b2;
}

.shortcut-link-box.color09 {
    background-color: #31aa27;
}

.shortcut-link-box.color10 {
    background-color: #676767;
}

.shortcut-link-box.color11 {
    background-color: #FF8343;
}

/*-------------------------------------------------------------------------------------
top information
--------------------------------------------------------------------------------------*/

.top-information-area {
    margin: 0 auto;
    width: 980px;
}

.top-information-btn {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.top-information-btn a{
    background: #e00;
    color: #fff !important;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 20px;
    border: 2px #fff solid;
    transition: .3s;
    text-decoration: none;
}

.top-information-btn a:hover{
    background: #800;
    opacity: 1;
    border: 2px #fff solid;
}

.information-attention{
    width: 940px;
    margin: 0 auto;
    text-align:center;
    font-weight:700;
    border:2px solid #ff0000;
    padding:16px;
    color:#ff0000;
}
/*-------------------------------------------------------------------------------------
top caution
--------------------------------------------------------------------------------------*/

.top-caution {
    padding: 80px 0;
}

.top-caution .cuation-block {
    margin: 0 auto;
    width: 980px;
}

.top-caution .cuation-block h3 {
    font-size: 3.3rem;
    margin-bottom: 0;
    text-align: center;
}

.top-caution .cuation-block h3 span {
    color: black;
}

.top-caution .cuation-block p {
    font-size: 2.2rem;
    margin: 0 auto;
    text-align: center;
    width: 780px;
}

/*-------------------------------------------------------------------------------------
top 3column
--------------------------------------------------------------------------------------*/

.top-3-column {
    padding: 80px 0;
}

.top-3-column h2 {
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-align: center;
}

.top-3-column ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
}

.top-3-column ul li {
    display: block;
    font-size: 2rem;
    line-height: 26px;
    vertical-align: top;
    transition: all 0.6s;
}

.top-3-column ul li:first-child {
    margin-left: 0;
}


.top-3-column ul li {
    background: #f4f4f4;
    margin: 0 auto 20px;
    transition: all 0.6s;
    width: calc(100% / 3.0001 - 1%);
	/*width: calc(100% / 2 - 1%);*/
}

/*
.top-3-column ul li:nth-child(-n + 2) {
    background: #f4f4f4;
    margin: 0 auto 20px;
    width: calc(100% / 2 - 1%);
}

*/

.top-3-column ul li:nth-child(n + 3) {
    background: #f4f4f4;
    margin: 0 auto 20px;
    width: calc(100% / 3.0001 - 1%);
}


.top-3-column ul a {
    display: block;
    text-decoration: none !important;
    height: 100%;
}

.top-3-column ul a:hover {
    background: #696969;
    overflow: hidden;
    transition: all 0.6s;
}

.top-3-column ul a:hover p {
    color: #fff;
    transition: all 0.6s;
}

.top-3-column ul a p {
    line-height: 26px;
    margin: 18px 20px;
    text-decoration: none !important;
}


.top-3-column ul a p.smalltext {
    font-size: 1.9rem;
    line-height: 1.2;
}

.top-3-column ul a p span {
	font-size: 1.4rem;
}

.top-3-column ul li img {
    height: auto;
    width: 100%;
}



.top-3-column ul li>p {
    line-height: 26px;
    margin: 18px 20px;
    text-decoration: none !important;
	color: #4A4A4A;
}


.top-3-column ul li>p.smalltext {
    font-size: 1.9rem;
    line-height: 1.2;
}

.top-3-column ul li>p span {
	font-size: 1.4rem;
}

.top-3-column ul li>img {
    height: auto;
    width: 100%;
}


/*-------------------------------------------------------------------------------------
更新情報
--------------------------------------------------------------------------------------*/

.update-wrap {
    background: #fff;
    padding: 80px 0;
    position: relative;
    text-align: center;
    width: 100%;

}


.as-news-bottom-text {
	text-align: right;
	width: 980px;
	margin: 0px auto;
	font-size: 14px;
}

.update-wrap .asweb-logo {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

.update-wrap .update-title {
	position: relative;
    color: #1d1d1b;
    font-size: 2.5rem;
    font-weight: 700;
	width: 980px;
	margin: 0px auto 10px auto;
	
}

.update-wrap ul {
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
}

.update-wrap ul li span,
.update-wrap ul li a {
    display: block;
    padding: 7px 0 0;
    text-decoration: none !important;
	color: #4A4A4A;
}

.update-wrap ul li {
    display: block;
    font-size: 1.6rem;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.update-wrap ul li:nth-child(n + 7) {
    display: none;
}

.update-wrap ul li span:after,
.update-wrap ul li a:after {
    border-bottom: 1px dotted #888888;
    content: '';
    display: block;
    margin-top: 10px;
}

.update-wrap ul li:last-child a:after,
.update-wrap ul li:nth-child(6) a:after {
    /*border-bottom: none;*/
}

.update-wrap ul li dl {
    margin: 0 20px;
    text-align: left;
    text-decoration: none !important;
}

.update-wrap ul li dl dt {
    display: inline-block;
    vertical-align: text-top;
    text-decoration: none !important;
    width: 130px;
}

.update-wrap ul li dl dt:after {
    content: '\00bb';
    color: #f44321;
    display: inline;
    margin-left: 6px;
    text-decoration: none !important;
}

.update-wrap ul li dl dd {
    display: inline-block;
    text-decoration: none !important;
    vertical-align: text-top;
    width: calc(100% - 140px);
}

.update-wrap ul li a:hover dl dd {
    text-decoration: underline !important;
}

.update-wrap .more-btn {
    background: #c31c3b;
    line-height: 50px;
    margin: 35px auto 0;
    width: 390px;
}

.update-wrap .more-btn a {
    color: #fff !important;
    display: block;
    font-size: 1.4rem;
    text-decoration: none !important;
    transition: all 0.6s;
}

.update-wrap .more-btn a:hover {
    background: #c31c3b;
    color: #fff !important;
    display: block;
    text-decoration: none !important;
}


/*-------------------------------------------------------------------------------------
top twitter
--------------------------------------------------------------------------------------*/

.top-twitter_blk {
    text-align: center;
    background-color: #eee;
    margin-top: -35px;
    padding-bottom: 100px;
}

.top-twitter_blk .blk_inr {
    min-width: 980px;
    margin: 0 auto;
}

.top-twitter_blk .ttl {
    padding-top: 80px;
    margin: 30px 0;
    font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "ＭＳ Ｐ明朝", MS PMincho, serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
}

.top-twitter_blk .text .txt_blue{
    color: #1DA1F2;
}

.top-twitter_blk .text.-sm {
    font-size: 12px;
    margin-top: 10px;
}

.top-twitter_blk .twitter_tl {
    width: 640px;
    margin: 50px auto 0;
}

.top-twitter_blk .btn_red {
    margin-top: 20px;
}

.top-twitter_blk .btn_red a {
    background: #e10600;
}

.top-twitter_blk .btn a {
    display: inline-block;
    min-width: 450px;
    padding: 18px 30px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    border-radius: 5px;
    text-decoration: none;
    transition-duration: .5s;
}

.top-twitter_blk .btn a:hover {
    opacity: 0.8;
} 

.ticket-information-text {
	border:1px solid #e00;
	color: #e00!important;
	text-align: center;
	padding: 12px 12px;
	margin: 0px 0px 12px 0px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}


.jaf-top-link {
	font-size: 20px;
	display: block;
	background-color: #1d245f;
	color: #fff!important;
	font-weight: bold;
	padding: 12px 12px;
	width: 980px;
	margin: 0px auto 80px auto;
	text-align: center;
	box-sizing: border-box;
}

.jaf-top-link:hover {
	opacity: 0.7;
}

.ticket-buy-text {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 60px 0px 0px 0px;
}

.ticket-buy-text span {
	font-size: 24px;
}


.ticket-information-btn-lg a {
    background: #ff0000;
    color: #fff !important;
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin: 40px auto 20px;
    padding: 15px 10px;
    text-align: center;
    border: 2px solid #ff0000;
    border-radius: 10px;
    transition: .3s;
    text-decoration: none;
    width: 800px;
}

.ticket-information-btn-lg a:hover{
    color: #ff0000 !important;
    background-color: #fff;
}

.ticket-information-btn-jaf a {
    background: #0080e3;
	border: 2px solid #0080e3;
    color: #fff !important;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto 0px;
    padding: 15px 10px;
    text-align: center;
    transition: .3s;
    text-decoration: none;
    width: 800px;
	border-radius: 10px;
}

.ticket-information-btn-jaf a:hover{
    color: #0080e3 !important;
    background-color: #fff;
}



.ticket-information-btn-jaf span {
    background: #0080e3;
	border: 2px solid #0080e3;
    color: #fff !important;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto 0px;
    padding: 15px 10px;
    text-align: center;
    transition: .3s;
    text-decoration: none;
    width: 800px;
	border-radius: 10px;
}

.ticket-information-btn-jaf span:hover{

}


.edifice {
	width: 980px;
	margin: 0px auto 0px auto;
	text-align: center;
}

.edifice a {
	display: block;
}

.edifice a img {
	width: 100%;
	margin: 0px 0px 16px 0px;
}

.event-name {
	font-size:28px;
	text-align: center;
	margin: 32px 0px 12px 0px;
}

.event-name span {
	font-size: 20px;
}

.end-text {
	text-align: center;
	font-size:20px;
	margin: 0px 0px 20px 0px;
}

.result-bnr {
	text-align: center;
}

.result-bnr a {
	display: inline-block;
	border:3px solid #b03232;
	color: #b03232!important;
	font-size: 24px;
	background-color: #fff;
	padding: 0px 48px;
	border-radius: 10px;
	text-decoration: none!important;
	line-height: 74px!important;
	height: 70px;
}

.result-bnr a:hover {
	background-color: #b03232;
	color: #fff!important;
}

.program-bnr {
	width: 980px;
	margin: 80px auto 80px auto;
	text-align: center;
}

.program-bnr:hover {
	opacity: 0.8;
}


.red-box {
	width: 980px;
	margin: 0px auto 0px auto;
	border: 2px solid #ff0000;
	color: #ff0000;
	background-color: #fff;
	padding: 12px 12px;
}

.red-box strong {
	display: block;
	font-weight: bold;
	text-align: center;
}


.top-main-visual .ticket-btn {
	display: block;
	width: 320px;
	text-align: center;
	padding: 8px 16px 8px 16px;
	background-color: #0030CB;
	color: #fff!important;
	text-decoration: none;
	font-size: 24px;
	margin: 0px auto 16px auto;
}

.program-bnr {
	text-align: center;
}

/* --------------------- アンケート --------------------- */


.questionnaire-btn a {
    background: #0080e3;
	border: 2px solid #0080e3;
    color: #fff !important;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto 0px;
    padding: 15px 10px;
    text-align: center;
    transition: .3s;
    text-decoration: none!important;
    width: 800px;
	border-radius: 10px;
}

.questionnaire-btn a:hover{
    color: #0080e3 !important;
    background-color: #fff;
}



.questionnaire-btn span {
    background: #0080e3;
	border: 2px solid #0080e3;
    color: #fff !important;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto 0px;
    padding: 15px 10px;
    text-align: center;
    transition: .3s;
    text-decoration: none;
    width: 800px;
	border-radius: 10px;
}

.questionnaire-btn span:hover{

}


/* ------------ zero16-23 -------------- */

.zero16-23 {
	max-width: 800px;
	width: 100%;
	margin: 0px auto 40px auto;
}

.zero16-23 a {
	display: -webkit-flex; /* Safari */
	display: flex;

	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;

	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	
	
	text-align: center;
	padding: 16px 24px;
	
	border-radius: 20px;
	border: 2px solid #ea6c06;
	background-color: #fff;
	
	text-decoration: none!important;
	
}

.zero16-23 a:hover {
	opacity: 0.7;
}

.zero16-23 a strong {
	display: flex;              /* 親要素をFlexboxコンテナに設定 */
	justify-content: center;    /* 横方向（左右）の中央寄せ */
	align-items: center;        /* 縦方向（上下）の中央寄せ */
	flex-direction: column;
	
	width: calc(100% - 160px);
	font-weight: bold;
	font-size: 20px;
	line-height: 2;
	
	
}

.zero16-23 a strong span {
	font-size: 30px;
	display: block;
	width: 100%;
}

.zero16-23 a figure {
	width: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zero16-23 a img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}


/* ------------------- ピックアップ ------------------- */

.pickup-container {
	width: 980px;
	margin: 0px auto 64px auto;
}

.pickup-container h3 {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 24px 0px;
}

.pickup-container ul {
	display: flex;
	justify-content: center;
	list-style: none;
	
	margin: 0px 0px 0px -32px;
}

.pickup-container ul li {
	width: calc(33.3% - 32px);
	margin: 0px 0px 0px 32px;
	background-color: #fff;
	border-radius:10px;
}

.pickup-container ul li a {
	display: block;
	text-decoration: none!important;
}

.pickup-container ul li a:hover {
	opacity: 0.7;
}

.pickup-container ul li figure {
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
	
}

.pickup-container ul li figure img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
	border-radius:10px 10px 0 0;
}

.pickup-container ul li p {
	font-size: 18px;
	padding: 16px 16px;
	text-align: center;
	line-height: 1.4;
}

.pickup-container ul li p span {
	font-size: 14px;
	line-height: 1.2;
}


.top-slider {
	width: 1000px;
	margin: 64px auto 0px auto;
	
	
}

.top-slider ul {
	
	display: -webkit-flex; /* Safari */
	display: flex;

	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;

	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	
	margin: 0px 0px 0px -32px;
	
	
}

.top-slider ul li {
	width: calc(33.3% - 32px);
	margin: 0px 0px 32px 32px;
}

.top-slider ul li img {
	width: 100%;
	height: auto;
}