@charset "utf-8";
/* CSS Document */
body{width: 100%;}
*{scroll-behavior:smooth;}
p{margin: 0;padding: 0; line-height: 1em;}
ul,li{list-style: none;padding: 0;margin: 0;}
.font_jost{font-family: 'Jost', sans-serif;}


.box_top{
	position: fixed;
	top:0;
	z-index: 999;
	background: #fff;
}

.box_bottom{
	position: relative;
	z-index: 999;
}

.agf2023_nav{
	width: 486px;
	height: 50px;
	font-size: 18px;
	position: fixed;
	right: -218px;
	top: 370px;
	transform:rotate(90deg);
	z-index: 900;
	display: block;
	background: rgba(255,255,255,0.6);
}

.agf2023_nav ul{border-top: solid 5px #000000;}

.agf2023_nav li{
	float:left;
	margin-left: 1em;
	padding: 0.5em;
}

.agf2023_nav li:first-child{
	background: #000000;
	color: #fff;
	margin-left: 0;
}

.agf2023_nav li a{text-decoration: none;}
.agf2023_nav li a:hover{
	background: #000000;
	color: #fff;
}


.agf2023_bg{
	width: 100%;
	height: 750px;
	background:url("img/header_2.jpg?20240702_1") top center no-repeat;
	background-size: cover;
	position: fixed;
	top: 30px;
}

.wrapper{
	position: relative;
	background: #fff;
	margin-top: 750px;
	font-family: 'M PLUS Rounded 1c',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.container{
	width: 1000px;
	margin: auto;
	position: relative;
	color: #575757;
	display: block;
	
}

#attention .container{background-color: transparent;}


.cont_header{
	font-size: 36px;
	display: flex;
	align-items: center;
	height: 1em;
	padding: 3em 0 0;
}
.cont_header:before, .cont_header:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #000000;
	display: block;
}
.cont_header:before {margin-right: .4em;}
.cont_header:after {margin-left: .4em;}

.cont_header_tittle{
	text-align: center;
	color: #000000;
}

.cont_header_subtittle{
	text-align: center;
	font-size: 24px;
	margin: 2em 0;
}

.about_bg{
	width: 100%;
	background: url("img/about_flake.png") top no-repeat;
	background-size: contain;
}

.cont_txt{
	font-size: 18px;
	text-align: left;
	line-height: 1.8em;
	padding-bottom: 1em;
}

.place_detail{
	width: 480px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.place_detail .li{
	width: 100%;
	font-size: 18px;
	display: inline-block;
}

.place_detail_tittle{
	width: 20%;
	float: left;
	line-height: 1.8em;
	display: inline-block;
	clear: both;
}
.place_detail_txt{
	width: 80%;
	float: left;
	line-height: 1.8em;
	display: inline-block;
	padding-bottom: 1em;
}

.place_map{
	width: 500px;
	height: 215px;
	float: left;
}


.event_photo{
	width:100%;
	display: block;
	clear: both;
	overflow-y: hidden;
}

@keyframes loop {
from {
	transform: translateX(0);
}
to {
	transform: translateX(-100%);
}
}
.scroll {
	width: 100%;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow-x: hidden;
}
.scroll-list {
	display: flex;
	align-items: center;
	animation: loop infinite linear 45s both;
	padding: 5em 0 0;
}

.photo_list{
	height: 500px;
	background: no-repeat;
	overflow-x: hidden;
}

.scroll-list li{margin-right: 1em;}

.photo01{width: 600px;}
.photo02{width: 600px;}
.photo03{width: 600px;}

.lineup_list{
	margin-bottom: 3em;
}

.lineup_list a,#attention a{
	text-decoration: none;
	border-bottom:dotted;
	border-color:#d5b45c;
	border-width:2px;
}

img.comingsoon{width: 50%;}

.special_cont_area{
	width: 100%;
	display: inline-block;
}

.special_cont_left,.special_cont_right{
	width: 1000px;
	height: auto;
	margin-left: 5em;
	display: inline-block;
	clear: both;
}

.special_cont_right{
	float:right;
	margin-right: 5em;
}

.special_cont_base{
	width: 85%;
	height: auto;
	background: #fff;
	box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
	float: left;
	padding: 20px;
	margin-bottom: 5em;
}

	.special_cont_img{
		width: 50%;
		height: auto;
		padding-right: 1%;
		display: block;
		float: left;
	}
	.special_cont_txt{
		width: 50%;
		padding: 1%;
		display: block;
		float: left;
		color: #575757;
		font-size: 16px;
		line-height: 1.8em;
	}

	.special_cont_txt a{
		width: 100%;
		height: 2em;
		text-align: center;
		color: #000000;
		line-height: 1em;
		padding: 0.5em;
		border: solid 1px #000000;
		border-radius: 25px;
		box-shadow: 5px 5px 0px 0px rgba(231, 47, 112, 1);
		text-decoration: none;
		display: block;
	}

	/* special_cont_txt a を打ち消す設定 */

	.sp_cont_a_can {
		width: 0 !important;
		height: 0 !important;
		text-align: left !important;
		color: #ffffff;
		line-height: 0 !important;
		padding: 0 !important;
		border: none !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		display: revert !important;
	}


	.special_cont_txt a:hover{opacity: 0.7;}

	.font_red{color: #000000;}

.special_cont_tittle{
	width: 15%;
	height: auto;
	float: left;
}

	.special_cont_num{
		display: flex;
		align-items: center;
		padding: 0;

	}
	.special_cont_num:before{
		content: "";
		flex-grow: 1;
		height: 1px;
		background: #000000;
		display: block;
	}

	.special_cont_num p{
		width: 100px;
		height: 100px;
		font-size: 34px;
		text-align: center;
		color: #fff;
		line-height: 1em;
		margin-bottom: 0.5em;
		padding-top: 1em;
		background: #000000;
		border-radius: 50%;
		display: block;
	}

	.special_cont_name{
		color: #000000;
		font-size: 30px;
		line-height: 1.4em;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		margin-left: 1.8em;
	}

	.special_cont_name{
		color: #000000;
		font-size: 30px;
		line-height: 1.4em;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		margin-left: 1.8em;
	}

.special_cont_right .special_cont_base,
.special_cont_right .special_cont_img,
.special_cont_right .special_cont_txt{float: right;}

.special_cont_right .special_cont_txt{padding-right: 2%;}

.special_cont_right .special_cont_num{
	display: flex;
	align-items: center;
	padding: 0;

}
.special_cont_right .special_cont_num:before{display: none;}
.special_cont_right .special_cont_num:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #000000;
	display: block;
}
.special_cont_right .special_cont_name{margin-left: 0.3em;}

.agf2023_footer p{
	color: #000000;
	margin: auto;
	font-size: 30px;
	line-height: 1.8em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

#attention a{color: #000;}

.lineup_list a:hover,
#attention a:hover{opacity: 0.7;}

#attention{
	background: #efefef;
	padding-bottom: 5em;
}

#attention .container{
	color: #000000;
}

#attention ul{
	padding: 0 2em 2em 3em;
}

#attention li{
	color: #000;
	list-style-type: disc;
}

/* 調整用 */
@media screen and (min-width: 768px) {
	.sec-mb {
		margin-bottom: 120px;
	}
}

@media screen and (max-width: 800px) {
	.pc_br {
		display: none !important;
	}
}

.ta-l {
	text-align: left !important;
}

.ta-c {
	text-align: center !important;
}

.ta-r {
	text-align: right !important;
}

.fw-b {
	font-weight: bold;
}

.goods-font {
	font-size: 14px;
}

.goods-ul {
	padding-left: 12px;
	font-size: 13px;
	line-height: 1.6;
}

.item-name {
	font-size: 14px;
}

.pdl-og1 {
	padding-left: 13px;
}

/* 調整用 */
@media screen and (min-width:767px) and (max-width:1100px) {
	.pc_br{display: block !important;}
	.container {
		width: 100% !important;
		padding-left: 5%;
		padding-right: 5%;
	}
	.special_cont_area {
		width: 100% !important;
	}
	.special_cont_left{
		display: flex;
		width: 100% !important;
		margin-left: 2% !important;
		margin-right: 2% !important;
	}
	.special_cont_right {
		display: flex;
		flex-direction: row-reverse;
		width: 100% !important;
		margin-left: 2% !important;
		margin-right: 2% !important;
	}
	.special_cont_base {
		width: 70% !important;
	}
	.special_cont_tittle {
		width: 15% !important;
	}
	.held-info {
		width: 100%;
		display: flex;
		padding-left: 2%;
		padding-right: 2%;
	}
	.place_detail {
		width: 45%;
	}
	.place_map {
		width: 45%;
	}
	.agf2023_footer{
	  width: 100%;
    height: 950px !important;
    background: url(img/footer_bg.png) bottom center no-repeat;
    background-size: contain;
	}
}

.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb8em {
	margin-bottom: 8em !important;
}

.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 50px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt80 {
	margin-top: 80px !important;
}

.w100 {
	width: 100% !important;
}

figure {
	margin-left: 0;
	margin-right: 0;
}

.link-a {
	text-decoration: none;
  border-bottom: dotted;
  border-color: #d5b45c;
  border-width: 2px;
}
.link-a:hover {
	color: #ccc;
}

.anc-list {
	display: flex;
	width: 100%;
	margin: 0 auto;
}
.anc-list li {
	width: calc(100% / 5);
	text-align: center;
	border-right: solid 1px #ccc;
}
.container li a {
	text-decoration: none;
}
.container li a:hover {
	color: #ccc;
}

.anc-list li:first-child {
	border-left: solid 1px #ccc;
}

.grid-2column {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:30px;
}
.grid-2column a {
	text-decoration: none;
}
.grid-2column a:hover {
	color: #ccc;
}

.atn-text {
	display: flex;
}
.atn-text span：first-child {
	width: 10% !important;
}
.atn-text span：last-child {
	width: 80% !important;
}
.event-info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}

@media screen and (max-width: 768px) {
	.anc-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.anc-list li {
		width: 100% !important;
		border: solid 1px #ccc !important;
		padding: 5%;
	}
	.anc-list li a {
		text-decoration: none;
	}
	.grid-2column {
		display: block;
	}
	.grid-2column li {
		margin-bottom: 30px;
	}
	.atn-text {
		display: flex !important;
	}
	.atn-text span：first-child {
		width: 5% !important;
	}
	.atn-text span：last-child {
		width: 90% !important;
	}
	.event-info {
		display: block;
	}
	.event-area {
		display: block !important;
	}
	.event-img-all {
		width: 100% !important;
	}
	.event-txt-all {
		width: 100% !important;
		margin-top: 40px;
	}
	.info-table {
		width: 100% !important;
	}
	.info-table-th {
		padding-left: 0 !important;
		vertical-align: middle !important;
	}
	.info-all {
		width: 100% !important;
	}
	.info-table2 {
		width: 100% !important;
	}
	.event-info iframe {
		width: 100% !important;
	}
	.about-h3 {
		font-size: 20px !important;
	}
	.event-area {
		margin-top: 50px !important;
	}
	.s-mt50 {
		margin-top: 50px !important;
	}
	#about {
		margin-top: -50px;
	}
	#info {
		margin-top: -30px;
	}
}

.s-mt50 {
	margin-top: 80px;
}

.about-h3 {
	font-size: 24px;
}

.info-table {
	width: 80%;
	margin: 0 auto;
}
.info-table-tr {
}
.info-table-th {
	width: 30%;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left !important;
	border-bottom: dashed 2px #000;
	vertical-align: top;
}
.info-table-td {
	width: 70%;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: dashed 2px #000;
}
.info-table2 {
	border: solid 1px #000;
	width: 80%;
	margin: 0 auto;
}
.info-table2-tr {
	width: 100%;
}
.info-table2-th {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: center !important;
	border-bottom: dashed 2px #000;
	vertical-align: top;
	width: 20%;
}

.info-table2-th-last {
	border-bottom: none;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: center !important;
}

.info-table2-td {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: dashed 2px #000;
	width: 40%;
}

.info-table2-td-last {
	border-bottom: none;
	width: 70%;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.info-all {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	border: solid 1px #000;
}

.event-area {
	display: flex;
	width: 100%;
	margin-top: 80px;
	justify-content: space-between;
}

.event-img-all {
	width: 45%;
}

.event-img {
	display: block;
	max-width: 100%;
	height: auto;
}

.event-txt-all {
	width: 50%;
}

.event-txt-all h3 {
	font-size: 20px;
	margin-top: 0;
}

.event-txt2 {
	line-height: 2;
	font-size: 15px;
}

.event-txt li {
	border-left: solid 7px #000000;
	padding-left: 10px;
	margin-bottom: 20px;
}

.event-txt {
	font-size: 14.5px;
	line-height: 2;
}

.about-area {

}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color:#0095d9;
	padding: 10px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #0095d9;
}