@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	layout
//////////////////////////////////////////////////////////////*/

/*=======================================================
	body
=======================================================*/
body {
}

#body_bg {
	background: url(../img/bg.jpg) 50% 0% no-repeat;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	padding-bottom: 108px;
}

/*=======================================================
	container
=======================================================*/
#container {
}

/* btn_sns_area */
#btn_sns_area {
	position: absolute;
	right: 150px;
	top: 10px;
	z-index: 10;
}

/* fb_btn_area */
#fb_btn_area {
	text-align: right;
	float: right;
	margin-right: 10px;
}

#fb_btn_area span {
	vertical-align: top !important;
}

/* tw_btn_area */
#tw_btn_area {
	text-align: right;
	float: right;
}

/* gnavi_area */
#gnavi_area {
	top: 0;
}

/*=======================================================
	common
=======================================================*/
section {
	width: 1200px;
	margin: 0 auto;
}

.ttl {
	color: #7180C0;
}

.ttl::after {
	content: "";
	background: #7180C0;
	display: block;
	width: 260px;
	height: 10px;
	margin: 10px auto 30px;
	border-radius: 50px;
}

table {
	width: 100%;
}

table th {
	border: 1px solid #7180C0;
	padding: 1em;
	background: #7180C0;
	color: #FFF;
	width: 36%;
}

table td {
	border: 1px solid #7180C0;
	text-align: left;
	padding: 1em;
}

.youtube_box {
	margin-bottom: 30px;
}

.btn {
}

.btn a {
	border: 3px solid #DF7000;
	background: linear-gradient(#FF8000 50%, #DF7000 51%);
	border-radius: 100px;
	display: inline-block;
	padding: 0.6em 2%;
	text-decoration: none;
	color: #FFF !important;
	transition-property: text-shadow;
	transition-duration: 0.5s;
	width: 95%;
	text-align: center;
}

.btn.btn_pink a {
	border: 3px solid #D74F6F;
	background: linear-gradient(#DC6782 50%, #D74F6F 51%);
}

.btn.btn_blue a {
	border: 3px solid #7180C0;
	background: linear-gradient(#828FC8 50%, #7180C0 51%);
}

.btn.btn_small a {
	width: auto;
}

.btn a:hover {
	text-shadow: 0px 0px 10px #FFF;
}

.btn.btn_overtime p {
	border: 3px solid #999;
	background: linear-gradient(#AAA 50%, #999 51%);
	border-radius: 100px;
	display: inline-block;
	padding: 0.6em 2%;
	text-decoration: none;
	color: #FFF !important;
	transition-property: text-shadow;
	transition-duration: 0.5s;
	width: 95%;
	text-align: center;
	margin-bottom: 0;
}

.img_box {
}

.img_box img {
	width: 100%;
	border-radius: 10px;
}

.list_style_01 {
}

.list_style_01 > li {
	border-bottom: 2px dotted #7180C0;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
}

.list_style_01 > li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.sttl {
	border: 2px solid #D74F6F;
	background: #FBEAEE;
	color: #D74F6F;
	border-radius: 8px;
	padding: 0.3em 1em;
	margin-bottom: 20px;
}


/*=======================================================
	logo_area, logo_s_area
=======================================================*/
#logo_area {
	padding-top: 180px;
	margin-bottom: 120px;
}

#logo_area h3 {
	height: 164px;
	margin: 10px;
	width: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo_hajimetebako.png) 50% 50% no-repeat;
	background-size: contain;
}

#logo_area h1 {
	height: 700px;
	width: 100%;
	margin-bottom: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo_main.png) 50% 50% no-repeat;
	background-size: contain;
}

#logo_area h2 {
	background: #7180C0;
	padding: 0 1em;
	color: #FFF;
	border-radius: 200px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

#logo_area h4 {
	color: #7180C0;
}

#logo_area .logo_ill {
	width: 50%;
	max-width: 400px;
	margin: 30px auto 10px;
}

#logo_area .logo_ill img {
	width: 100%;
}


/*=======================================================
	about_area
=======================================================*/
#about_area {
	margin-bottom: 120px;
}

/*=======================================================
	floor_map_area
=======================================================*/
#floor_map_area {
	margin-bottom: 120px;
}

#floor_map_area ul {
	margin-bottom: 30px;
}

#floor_map_area ul li {
	width: 90%;
	margin: 0 auto 40px;
}

#floor_map_area ul li img {
	width: 100%;
}

/*=======================================================
	booth_area
=======================================================*/
#booth_area {
	margin-bottom: 120px;
}

/*=======================================================
	event_schedule_area
=======================================================*/
#event_schedule_area {
	margin-bottom: 120px;
}

#event_schedule_area ul {
	margin-bottom: 30px;
}

#event_schedule_area ul li {
	width: 90%;
	margin: 0 auto 40px;
}

#event_schedule_area ul li img {
	width: 100%;
}

/*=======================================================
	cast_area
=======================================================*/
#cast_area {
	margin-bottom: 120px;
}

.cast_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}

.cast_list li {
	width: 24%;
	margin: 0 0.5% 20px;
}

.cast_list li img {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #DDD;
}

.cast_text_more {
	color: #7180C0;
}

/*=======================================================
	mc_area
=======================================================*/
#mc_area {
	margin-bottom: 120px;
}

.mc_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}

.mc_list li {
	width: 32%;
	margin: 0 0.5% 20px;
}

.mc_list li img {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #DDD;
}

/*=======================================================
	archives_area
=======================================================*/
#archives_area {
	margin-bottom: 120px;
}

.archives_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.archives_list li {
	width: 31%;
	margin: 0 1% 20px;
}

.archives_list li a {
	border: 1px solid #7180C0;
	display: block;
	padding: 0.5em;
	text-decoration: none;
	color: #7180C0;
	transition-property: color, background;
	transition-duration: 0.5s;
}

.archives_list li a:hover {
	background: #7180C0;
	color: #FFF;
}

/*=======================================================
	bnr_area
=======================================================*/
.bnr_area {
}

.bnr_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bnr_area ul li {
	width: 31%;
	max-width: 640px;
	margin: 0 1% 20px;
}

.bnr_area ul li img {
	width: 100%;
}

/*=======================================================
	footer
=======================================================*/
#footer {
	width: 100%;
	height: 180px;
	background: url(../img/bg_brown_02.png);
}

#footer p {
	text-align: center;
	line-height: 180px;
	margin-bottom: 0;
}

#footer p a {
	text-decoration: none;
}

/*=======================================================
	pagetop_area
=======================================================*/
#pagetop_area {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#pagetop_area a {
	width: 120px;
	height:120px;
	display: block;
}




.popup-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; 
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: auto;
}

.popup-controls {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 10000;
}


.popup-button {
font-size: 28px;
  font-weight: bold;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.popup-button:hover {
  background-color: #444;
}

.popup-image {
  margin-top: 20px;
  max-width: 90%;
  height: auto;
  object-fit: contain;
}
