@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
img {
  max-width: 100%;
}
#wrapper {
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

/* ボタン
------------------------------------ */
.btn1 {
	width: 100%;
  height: 3.076923076923077vw;
  max-height: 44px;
  padding-left: clamp(10px, 0.6993006993006993vw, 10px);
  padding-right: clamp(10px, 0.6993006993006993vw, 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #0b0943;
  font-weight: bold;
  border: 1px solid #FFF;
  gap: 0.34965034965034963vw;
  font-size: clamp(11px, 1.048951048951049vw, 15px);
  border-radius: 0.34965034965034963vw;
  color: #FFF;
  transition: all 0.3s ease-in-out 0s;
  line-height: 1;
}

.btn1:hover {
	opacity: 0.7;
}

.btn1.guidebook::before {
	content: "";
  width: 1.5384615384615385vw;
  height: 1.3986013986013985vw;
  max-width: 22px;
  max-height: 20px;
	background: url(/image/mono2026/common/icon_guidebook.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn1.map::before {
	content: "";
  width: 1.3986013986013985vw;
  height: 1.3986013986013985vw;
  max-width: 20px;
  max-height: 20px;
	background: url(/image/mono2026/common/icon_map.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn1.exhibitor::before {
	content: "";
  width: 1.8181818181818181vw;
  height: 1.3286713286713288vw;
  max-width: 26px;
  max-height: 19px;
	background: url(/image/mono2026/common/icon_exhibitor.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn1.seminar::before {
	content: "";
  width: 1.5384615384615385vw;
  height: 1.3986013986013985vw;
	width: 22px;
	height: 20px;
	background: url(/image/mono2026/common/icon_seminar.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn2 {
	padding: 0.5em 3.5em 0.5em 2em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	background: #fdea4a url(/image/mono2026/common/icon_arrow_circle_base.svg) no-repeat right 0.75em center / 1.3125em;
	border: 1px solid #fdea4a;
	border-radius: 5px;
	transition: all 0.3s ease-in-out 0s;
	font-size: 2rem;
	font-feature-settings: "palt";
}

.btn2.pdf {
	background: #fdea4a url(/image/mono2026/common/icon_pdf.svg) no-repeat right 0.75em center / 21px 26px;
}

.btn2:hover {
	opacity: 0.7;
}

.btn3 {
  width: 100%;
  height: 3.076923076923077vw;
  max-height: 44px;
  padding-left: clamp(40px, 2.797202797202797vw, 40px);
  padding-right: clamp(40px, 2.797202797202797vw, 40px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #ff3304;
  background: #ffea00 url(/image/mono2026/common/icon_cv.svg) no-repeat right 0.9790209790209791vw center / 1.3986013986013985vw;
  border-radius: 0.34965034965034963vw;
  transition: all 0.3s ease-in-out 0s;
  font-size: 2rem;
  line-height: 1;
}

#header .btn3,
#popupMenu .btn3 {
	border: 1px solid #ffffff;
}

.btn3 .large {
	font-size: 2rem;
	font-weight: 700;
}

.btn3:hover {
	opacity: 0.7;
}

.btn4 {
	width: 100%;
  height: 3.076923076923077vw;
  max-height: 44px;
	padding-left: clamp(10px, 0.6993006993006993vw, 10px);
  padding-right: clamp(10px, 0.6993006993006993vw, 10px);
  font-weight: 700;
  color: #ffffff;
  background: #ff6d01;
  border: 1px solid #ff6d01;
  border-radius: 0.34965034965034963vw;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.34965034965034963vw;
  font-size: clamp(11px, 1.048951048951049vw, 15px);
	line-height: 1;
}

.btn4.mypage::before {
	content: "";
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(/image/mono2026/common/icon_mypage.svg) #ff6d01;
	background-size: contain;

}

.btn4:hover {
	opacity: 0.7;
}

.btn5 {
  width: 100%;
  height: 3.076923076923077vw;
  max-height: 44px;
  padding-left: clamp(10px, 0.6993006993006993vw, 10px);
  padding-right: clamp(10px, 0.6993006993006993vw, 10px);
  display: flex;
  align-items: center;
  gap: 0.34965034965034963vw;
  font-weight: 700;
  background-color: #FFF;
  border-radius: 0.34965034965034963vw;
  transition: 0.3s ease-in-out;
  font-size: clamp(11px, 1.048951048951049vw, 15px);
  line-height: 1;
}

.btn5:hover {
	opacity: 0.7;
}

.btn5.exhibitorOnly::before {
	content: "";
  width: 0.9090909090909091vw;
  height: 1.1888111888111887vw;
  max-width: 13px;
  max-height: 17px;
	background: url(/image/mono2026/common/icon_member.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn6 {
	padding: 20px 100px;
	border: 2px solid #ffc600;
	background: url(/image/mono2026/common/icon_arrow_circle_y.svg) right 5% center no-repeat #FFF;
	border-radius: 10px;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	position: relative;
	top: 0;
	box-shadow: 0 3px #ffc600;
	transition: all 0.3s ease-in-out 0s;
}

.btn6:hover {
	top: 5px;
	box-shadow: 0 0 #ffc600;
}

.btn6 .large {
	font-size: 2.4rem;
}

/* ------------------------------------ */
/* 共通メニュー */
/* ------------------------------------ */
.menuWrap {
	display: flex;
	gap: 20px;
}

.menu {
	flex-grow: 1;
}

.menu li {
	position: relative;
}

.menuItem > a {
	margin-bottom: 1.1em;
}

.menuItem a {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
	font-weight: 700;
	color: #ffffff;
	transition: 0.3s ease-in-out;
}

.menuItem a:hover {
	opacity: 0.7;
}

/* 外部リンクのアイコン */
.menuItem a[target="_blank"]::after {
	content: "";
	width: 0.6em;
	height: 0.6em;
	display: inline-block;
	margin-left: 0.5em;
	background: url(/image/mono2026/common/icon_target.svg) no-repeat center center / contain;
}

/* 専用ページのアイコン */
.menuItem a.forMember::before {
	content: "";
	width: 0.8em;
	height: 0.8em;
	display: inline-block;
	margin-right: 0.5em;
	background: url(/image/mono2026/common/icon_lock.svg) no-repeat center center / contain;
}

.bannerWrap {
	display: flex;
}

#menuBannerWrap {
	display: flex;
  justify-content: center;
  gap: 15px;
}

.banner {
	background: #fff;
	height: fit-content;
}

#footerBannerWrap .banner:nth-of-type(2) img {
	width: 166px;
}

.banner a {
	display: block;
	transition: 0.3s ease-in-out;
}

.banner a:hover {
	opacity: 0.7;
}

/* ------------------------------------ */
/* ヘッダー */
/* ------------------------------------ */
#header {
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10;
}

#headerInner {
	width: 100%;
	padding-top: clamp(10px, 1.048951048951049vw, 15px);
	padding-right: clamp(70px, 8.391608391608392vw, 120px);
	padding-bottom: clamp(10px, 1.048951048951049vw, 15px);
	padding-left: clamp(15px, 2.797202797202797vw, 40px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.6993006993006993vw;
	background: rgba(11,9,67,0.7);
}

#hLogo ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6993006993006993vw 1.3986013986013985vw;
}

#headerInner .btn3 .large {
	font-size: clamp(23px, 1.6083916083916083vw, 23px);
}

@media screen and (max-width: 1430px) {
	#hLogo ul li:nth-child(1) img{
		width: 10.48951048951049vw;
		max-width: 150px;
		min-width: 120px;
	}

	#hLogo ul li:nth-child(2) img{
		width: 8.391608391608392vw;
		max-width: 120px;
		min-width: 110px;
	}

	#header {
		max-height: 90px;
		font-size: clamp(13px, 0.9090909090909091vw, 13px);
	}

	#headerInner .btn3 {
		font-size: clamp(12px, 1.118881118881119vw, 16px);
	}

	#headerInner .btn3 .large {
		font-size: clamp(16px, 1.2587412587412588vw, 18px);
	}
}

#linkAreaCv {
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	gap: 0.6993006993006993vw;
}

#linkAreaCv li:nth-child(1) {
	flex: 1;
}

/* 追従ナビ */
/* ------------------------------------ */
#linkAreaList {
	display: flex;
	justify-content: space-between;
	gap: clamp(5px, 0.6993006993006993vw, 10px);
}

#linkArea {
	position: relative;
	display: flex;
	align-items: center;
	gap: clamp(5px, 0.6993006993006993vw, 10px);
}

#linkAreaIn {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

#linkAreaBtnWrap {
	width: 100%;
}

/* ポップアップメニュー */
#menuBtn {
  width: 5.244755244755245vw;
  height: 5.244755244755245vw;
  min-width: 42px;
  min-height: 55px;
  max-width: 75px;
  max-height: 75px;
  background-color: #fff;
  border-radius: 0.34965034965034963vw;
  cursor: pointer;
  position: fixed;
  top: clamp(15px, 1.8181818181818181vw, 26px);
  right: clamp(18px, 2.4475524475524475vw, 35px);
  z-index: 42;
  transition: all 0.3s ease-in-out 0s;
}

#menuIcon {
	width: 100%;
	height: 100%;
	position: relative;
}

.menuIconBar {
  width: 2.797202797202797vw;
  height: 0.27972027972027974vw;
	min-width: 30px;
  min-height: 2px;
  max-width: 40px;
  max-height: 4px;
  display: block;
  position: absolute;
	left: 50%;
  transform: translateX(-50%);
  background-color: #211488;
  transition: 0.3s ease-in-out;
}

.menuIconBar:nth-of-type(1) {
	top: clamp(12px, 1.118881118881119vw, 16px);
}
.menuIconBar:nth-of-type(2) {
	top: clamp(22px, 1.8881118881118881vw, 27px);
}
.menuIconBar:nth-of-type(3) {
	top: clamp(32px, 2.6573426573426575vw, 38px);
}

#menuIcon:after {
  content: "メニュー";
  position: absolute;
  top: clamp(40px, 3.4965034965034967vw, 50px);
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(10px, 0.8391608391608392vw, 12px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #211488;
}

/* メニュー開いた時 */
#menuBtn.open .menuIconBar:nth-of-type(1) {
	top: clamp(20px, 1.7482517482517483vw, 25px);
	transform: translateX(-50%) rotate(45deg);
}
#menuBtn.open .menuIconBar:nth-of-type(2) {
	opacity: 0;
}
#menuBtn.open .menuIconBar:nth-of-type(3) {
	top: clamp(20px, 1.7482517482517483vw, 25px);
	transform: translateX(-50%) rotate(-45deg);
}
#menuBtn.open #menuIcon::after {
	content: "閉じる";
}

/* メニュー中身 */
#popupMenu {
	width: 100%;
	height: 100vh;
	padding: 120px 0 80px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #343434;
	z-index: 20;
	overflow-y: auto;
	display: none;
}

#popupMenuInner {
	height: 100%;
	max-width: 750px;
	margin: auto;
	padding: 0 40px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#popupMenu .menuWrap {
	margin-bottom: 70px;
  display: flex;
  gap: 50px;
}

#popupMenu .menuWrap ul {
  padding-right: 50px;
  border-right: 1px solid #c8c8c8;
}

#popupMenu .menuWrap ul:last-child {
  padding-right: 0;
  border-right: none;
}

#popupMenu .menuItem a {
	font-size: 1.6rem;
}

#popupMenu .menuItem a.parent {
	font-size: 1.8rem;
}

#popupMenu .menuItem a.exhibitorOnly::before {
	content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
	margin-right: 8px;
  background: url(/image/mono2026/common/icon_member_w.svg) no-repeat center center / contain;
}

#popupMenu .menuItem a.mypage::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
	margin-right: 8px;
  background: url(/image/mono2026/common/icon_mypage_w.svg) no-repeat center center / contain;
}

#popupMenuCvBtn {
	width: 100%;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

/* ------------------------------------ */
/* フッター */
/* ------------------------------------ */
#footer {
	padding: 100px 16px;
}

#footerLogo {
	padding-bottom: 30px;
	text-align: center;
}

#footerLogo a {
  display: flex;
  justify-content: center;
}

#footerDate {
  display: flex;
  padding-bottom: 40px;
  text-align: center;
  justify-content: center;
}

#footerCv {
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#footerCv .btn7 {
  width: 630px;
  padding: 20px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #ff3304;
  background: #ffea00 url(/image/mono2026/common/icon_cv.svg) no-repeat right 0.75em center / 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
  font-size: 2.2rem;
  line-height: 1;
  border: 1px solid #FFF;
}

#footerCv .btn7 .large {
	font-size: 2.5rem;
}

#footerNav {
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#footerNav a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

#footerNav a[target="_blank"]::after {
	content: "";
	width: 14px;
	height: 15px;
	background: url(/image/mono2026/common/icon_target.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

#footerNav a.exhibitor::before {
	content: "";
	width: 17px;
	height: 17px;
	background: url(/image/mono2026/common/icon_member_w.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

#footerNav a.mypage::before {
	content: "";
	width: 17px;
	height: 17px;
	background: url(/image/mono2026/common/icon_mypage_w.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

#footerNav ul {
	padding: 0 60px;
	border-right: 1px solid #FFF;
}

#footerNav dl {
	padding-right: 60px;
	border-right: 1px solid #FFF;
}

#footerNav ul:last-child {
	border-right: none;
	padding: 0 0 0 60px;
}

#footerNav li,
#footerNav dt,
#footerNav dd {
	padding-bottom: 10px;
}

#footerNav li a,
#footerNav dt a,
#footerNav dd a {
	color: #FFF;
	font-size: 1.6rem;
	transition: all 0.3s ease-in-out 0s;
}

#footerNav li a:hover,
#footerNav dt a:hover,
#footerNav dd a:hover {
	color: #5388ff;
}

#footerBnrs {
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

#copy {
	text-align: center;
	color: #FFF;
}

/* ------------------------------------ */
/* CTA */
/* ------------------------------------ */
#ctaCommon {
	padding: 0 0 100px;
}

.cta {
	width: 100%;
	max-width: 1000px;
	padding: 2vw;
	border-radius: 10px;
	border: 1px solid #FFF;
	margin: 0 auto;
}

.cta h2 {
	padding-bottom: 30px;
	font-size: 4rem;
	text-align: center;
	background: linear-gradient(180deg, #00a0ff 0%, #135dc2 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	font-family: "Michroma", sans-serif;
}

.ctaIn {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(30px, 2.857142857142857vw, 40px);
	justify-content: center;
}

.cvMain {
	width: 30.714285714285715vw;
	min-width: 270px;
  max-width: 430px;
}

.cvTxt {
	padding-bottom: 10px;
	font-size: clamp(12px, 1.1428571428571428vw, 16px);
	text-align: center;
	color: #FFF;
}

.cvBtn {
	padding-bottom: 10px;
}

.btn9 {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
	min-width: 270px;
  gap: clamp(7px, 0.7142857142857143vw, 10px);
  margin: 0 auto;
  padding-top: clamp(12px, 1.0714285714285714vw, 15px);
  padding-right: clamp(15px, 1.4285714285714286vw, 20px);
  padding-bottom: clamp(12px, 1.0714285714285714vw, 15px);
  padding-left: clamp(15px, 1.4285714285714286vw, 20px);
  font-size: clamp(16px, 1.4285714285714286vw, 20px);
  font-weight: bold;
  border-radius: clamp(7px, 0.7142857142857143vw, 10px);
  border-bottom: 7px solid #114e94;
  background: #176ac8;
  color: #FFF;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}

.btn9:hover {
  margin-top: 7px;
  border-bottom: 0px solid #114e94;
}

.btn9::before {
  content: "";
  width: 1.2857142857142856vw;
  height: 1.2857142857142856vw;
  max-width: 18px;
  max-height: 18px;
  background: url(/image/mono2026/common/icon_arrow1.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: clamp(7px, 0.7142857142857143vw, 10px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.btn8 {
  min-width: 270px;
  padding: 15px 30px;
  gap: clamp(5px, 0.35714285714285715vw, 5px);
  margin: 0 auto;
  padding-top: clamp(12px, 1.0714285714285714vw, 15px);
  padding-right: clamp(15px, 1.4285714285714286vw, 20px);
  padding-bottom: clamp(12px, 1.0714285714285714vw, 15px);
  padding-left: clamp(15px, 1.4285714285714286vw, 20px);
  font-size: clamp(12px, 1.1428571428571428vw, 16px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  font-weight: bold;
  border-radius: clamp(7px, 0.7142857142857143vw, 10px);
  color: #176ac8;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}

.btn8:after {
  content: "";
  width: 1.1428571428571428vw;
  height: 1.1428571428571428vw;
  max-width: 16px;
  max-height: 16px;
  background: url(/image/mono2026/common/icon_arrow7.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: clamp(7px, 0.7142857142857143vw, 10px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.cvFaq {
	padding-bottom: 10px;
}

.cvFaq .btn3 {
	font-size: 2rem;
}

.cvOther {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	padding-top: clamp(12px, 1.0714285714285714vw, 15px);
  padding-right: clamp(25px, 2.142857142857143vw, 30px);
  padding-bottom: clamp(12px, 1.0714285714285714vw, 15px);
  padding-left: clamp(25px, 2.142857142857143vw, 30px);
	background: #f7f8f9;
	width: 32vw;
	max-width: 448px;
}

.cvName {
	padding-bottom: 5px;
	font-weight: bold;
	/* font-size: 1.6rem; */
	font-size: clamp(12px, 1.1428571428571428vw, 16px);
}

.cvContact {
	padding-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	/* gap: 20px; */
	gap: 1.4285714285714286vw;
}

.cvContact:last-child {
	padding-bottom: 0;
}

.cvTit {
	/* font-size: 1.4rem; */
	font-size: clamp(13px, 1vw, 14px);
	font-family: "Michroma", sans-serif;
	background: linear-gradient(180deg, #00a0ff 0%, #135dc2 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.cvMail {
	/* font-size: 2.2rem; */
	font-size: clamp(18px, 1.5714285714285716vw, 22px);
	font-weight: bold;
	background: linear-gradient(180deg, #00a0ff 0%, #135dc2 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.cvTel {
	font-size: clamp(11px, 0.9285714285714286vw, 14px);
}

.cvTel span {
	/* font-size: 1.9rem; */
	font-size: clamp(15px, 1.3571428571428572vw, 19px);
	background: linear-gradient(180deg, #00a0ff 0%, #135dc2 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.cvDocument {
	width: 410px;
}

.cvDocument li:nth-of-type(2) img {
	margin-top: -10px
}

.cvDocument h3 {
	padding-bottom: 30px;
}

.cvDocument ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	gap: 30px;
}

.documentImg {
	height: 210px;
	padding-bottom: 20px;
	position: relative;
}

.documentImg::after {
	content: "";
	width: 18px;
	height: 18px;
	background: url(/image/mono2026/common/icon_cta.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 195px;
	right: 0;
}

.cvDocument li a img{
	transition: all 0.3s ease-in-out 0s;
}

.cvDocument li a:hover img{
	transform: scale(1.1);
}

@media screen and (max-width: 767px) {


}

/* ページトップ */
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 11;
}

#pagetop a {
	display: block;
	transition: 0.3s ease-in-out;
}

#pagetop a:hover {
	opacity: 0.7;
}

/* ------------------------------------ */
/* 背景動画 */
/* ------------------------------------ */
#bgMovie {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#bgMovie video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#bgMovie::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,18,39,0.7);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	pointer-events: none;
}

#bgMovie.active::after {
  background: rgba(0,18,39,0.7);
  opacity: 1;                  /* ←これでふわっと出る */
}

#bgMovie.under::after {
  background: rgba(0,18,39,0.7);
  opacity: 1;                  /* ←これでふわっと出る */
}

/* add */
@media screen and (max-width: 1000px) {
	.footerInner {
    flex-wrap: wrap;
    justify-content: center;
	}
	#footerLeft {
    width: 100%;
    max-width: 410px;
	}
	#footerRight {
    width: 100%;
    margin: 30px auto 0;
    background-color: #343233;
    padding: 60px 60px 30px 60px;
	}
	#footer::before {
    display: none;
	}
	#footerBannerWrap {
    justify-content: center;
	}
	.footerCopyright {
    text-align: center;
	}
	.menuItem a {
    font-size: 16px;
	}
	#footerNav {
		gap: 3vw 0;
	}
	#footerNav dl {
		width: 100%;
		padding: 0 3vw 3vw;
		border-right: none;
    border-bottom: 1px solid #FFF;
    max-width: 400px;
	}
	#footerNav ul {
		width: 100%;
    padding: 0 3vw 3vw;
    border-right: none;
    border-bottom: 1px solid #FFF;
    max-width: 400px;
	}
	#footerNav ul:last-child {
		padding: 0 3vw 3vw;
    border-bottom: 0;
    border-bottom: none;
	}
	#footerCv .btn7 {
		width: 100%;
		font-size: clamp(12px, 2.1999999999999997vw, 22px);
    padding: 20px 30px 20px 10px;
	}
	#footerCv .btn7 .large {
    font-size: clamp(18px, 2.5vw, 25px);
	}
}
@media screen and (max-width: 930px) {
	#hLogo {
    max-width: 120px;
	}
}
@media screen and (max-width: 767px) {
	#hLogo {
    max-width: none;
	}
  #linkAreaIn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(11,9,67,0.7);
  }
  #linkAreaList {
    display: none;
  }
	#linkAreaBtnWrap {
    padding: 10px;
    margin: 0;
	}
	#linkAreaCv {
    padding: 0;
    gap: 2.3255813953488373vw;
	}
	#linkAreaCv .btn3 {
		height: 13.953488372093023vw;
    max-height: 60px;
    font-size: clamp(11px, 3.0232558139534884vw, 13px);
    padding: 0 4.651162790697675vw 0 2.3255813953488373vw;
    background-size: 3.488372093023256vw;
    justify-content: flex-start;
    align-content: center;
    line-height: 1.1;
	}
	.btn4 {
		height: 13.953488372093023vw;
    max-height: 60px;
    font-size: clamp(11px, 3.0232558139534884vw, 13px);
    padding: 2.3255813953488373vw;
    justify-content: flex-start;
    align-content: center;
    line-height: 1.1;
	}
	#hLogo ul {
    gap: 8px;
	}
	#hLogo ul li a img {
    display: block;
	}
	#menuIcon:after {
    font-size: 12px;
	}
	#popupMenuInner {
    flex-wrap: wrap;
    overflow-y: auto;
    max-width: 750px;
    flex-direction: row;
	}
	#popupMenu .menuWrap {
    flex-wrap: wrap;
	}
	#header .btn3, #popupMenu .btn3 {
    flex-wrap: wrap;
	}
	#menuBannerWrap {
    flex-wrap: wrap;
    justify-content: center;
	}
	#popupMenu .menuWrap ul {
    padding-right: 0;
    border-right: none;
	}
	.banner:not(:first-child) {
		margin-left: 0;
	}
	#footerMenu {
    flex-wrap: wrap;
	}
	#footerBannerWrap {
    flex-wrap: wrap;
    gap: 20px;
	}
	.footerContactLink .btn3 {
    width: 100%;
	}
	#footerRight {
    padding: 60px 30px 30px 30px;
	}
	.banner {
    padding: 0;
	}
	.footerContactText1 {
    font-size: clamp(14px, 1vw, 16px);
	}
	.footerContactText2 {
    font-size: clamp(17px, 1.3vw, 20px);
	}
	.footerContactHour {
    font-size: clamp(14px, 1vw, 16px);
    padding: 8px 0 0 0;
	}
	#pagetop {
    right: 10px;
    bottom: 90px;
	}
}


/* Close */
.btn3.is_gray {
	color: #666 !important;
  background: #a1a1a1 !important;
  border: 1px solid #a1a1a1 !important;
	pointer-events: none;
}
.btn4.is_gray {
	color: #666;
	background: #a1a1a1 !important;
	border: 1px solid #a1a1a1 !important;
	pointer-events: none;
}
.btn4.mypage.is_gray::before {
  background: url(/image/mono2026/common/icon_mypage.svg) #a1a1a1 !important;
}
.menuItem a.is_gray {
	color: #666 !important;
	pointer-events: none;
}