@charset "utf-8";

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a { text-decoration: none; color: #333333; }
/* a:hover  { text-decoration: none; color: #211488; }
a:active { text-decoration: none; color: #211488; } */

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #FFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
}

#container {
	min-width: 1080px;
	position: relative;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	/* overflow: hidden; */
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.noscroll {
	overflow: hidden;
}

.bold {
	font-weight: bold;
}

/* テキスト調整 
------------------------------------ */
.oswald {
	font-family: 'Oswald', sans-serif;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

.fontItalic {
	font-style: italic;
}

.textBold {
	font-weight: 700!important;
}

.textLeft {
	text-align: left!important;
}

.textCenter {
	text-align: center!important;
}

.textRight {
	text-align: right!important;
}

.textRed {
	color: #b20218;
}

.tabbr {
	display: none;
}

.spbr {
	display: none;
}

.marker {
	background: linear-gradient(transparent 65%, rgba(255, 255, 0, 0.4) 65%);
}

.anchor {
	padding-top: 120px;
	margin-top: -120px;
}

.italic {
	font-style: italic;
}

/* インナー 
------------------------------------ */
.inner {
	width: 1166px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	/* padding: 0 40px; */
}

/* ボタン
------------------------------------ */
.btn {
	width: 100%;
	height: 100%;
	padding: 0.2em 1em;
	display: inline-flex;
    justify-content: center;
    align-items: center;
	gap: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 30px;
	transition: 0.3s ease-in-out;
}

/* ボタン（メインカラー：青） */
.btnMain {
	color: #ffffff;
	background-color: #211488;
}
.btnMain:hover {
	opacity: 0.7;
}

/* ボタン（サブカラー：青） */
.btnSub {
	color: #211488;
	background-color: #FFF;
	border: 2px solid #211488;
}
.btnSub:hover {
	opacity: 0.7;
}

/* ボタン（来場登録） */
.btn.registration {
	padding: 0.1em 1em;
	color: #ffffff;
	background-color: #dc291a;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0;
	font-size: 1.8rem;
}

.btn.registration span {
	font-size: 2.1rem;
}

.btn.registration::after {
	content: "";
	width: 18px;
	height: 18px;
	margin-left: 10px;
	background: url(/image/mono2025/common/icon_arrow1.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translate(0, 1px);
	transform: translate(0, 1px);
}

.btn.registration:hover {
	opacity: 0.7;
}

/* ボタン（来場登録） */
.btn.mypage {
	color: #ffffff;
	background-color: #ff6c00;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-size: 1.6rem;
}

.btn.mypage::before {
	content: "";
	width: 18px;
	height: 18px;
	background: url(/image/mono2025/common/icon_mypage.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.btn.mypage:hover {
	opacity: 0.7;
}

/* ボタン（アクセントカラー：黄） */
.btnAccent {
	color: #333333;
	background-color: #f9ff54;
}
.btnAccent:hover {
	opacity: 0.8;
}

/* 矢印付きボタン */
.btnArrow {
	padding: 0.5em 3.5em 0.5em 2.5em;
	display: inline-flex;
    justify-content: center;
    align-items: center;
	gap: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right 1em center;
	background-size: 1.375em;
	border: 2px solid #fff;
	border-radius: 30px;
	transition: 0.3s ease-in-out;
}

/* 矢印付きボタン（青背景・白矢印） */
.btnArrowMain {
	color: #ffffff;
	background-color: #211488;
	background-image: url(/image/mono2025/common/icon_chevron_base.svg);
}
.btnArrowMain:hover {
	opacity: 0.7;
}

/* 矢印付きボタン（黄背景・緑矢印） */
.btnArrowAccent {
	color: #333333;
	background-color: #f9ff54;
	background-image: url(/image/mono2025/common/icon_chevron_accent.svg);
}
.btnArrowAccent:hover {
	opacity: 0.8;
}

/* 矢印付きボタン（赤背景・白矢印） */
.btnArrowContact {
	color: #ffffff;
	background-color: #dc291a;
	background-image: url(/image/mono2025/common/icon_chevron_contact.svg);
}
.btnArrowContact:hover {
	opacity: 0.7;
}

/* ボタン（別タブで開く） */
.btn.targetBlank::after {
	content: "";
	width: 0.8em;
	height: 0.8em;
	margin-left: 0.4em;
	display: inline-block;
	background: url(/image/mono2025/common/icon_target_white.svg) no-repeat center center / contain;
}

/* アイコン付きボタン */
.btn.map::before {
	content: "";
	width: 19px;
	height: 19px;
	background: url(/image/mono2025/common/icon_map.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn.guidebook::before {
	content: "";
	width: 22px;
	height: 15px;
	background: url(/image/mono2025/common/icon_guidebook.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn.exhibitor::before {
	content: "";
	width: 13px;
	height: 21px;
	background: url(/image/mono2025/common/icon_exhibitor.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn.seminar::before {
	content: "";
	width: 24px;
	height: 18px;
	background: url(/image/mono2025/common/icon_seminar.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn.member::before {
	content: "";
	width: 12px;
	height: 15px;
	background: url(/image/mono2025/common/icon_memberonly.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn.pdf {
	padding: 0.4em 1em;
}

.btn.pdf::after {
	content: "";
	width: 19px;
	height: 23px;
	background: url(/image/mono2025/common/icon_pdf.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btnSeminar {
	padding: 0.5em 2em;
	display: inline-flex;
    justify-content: center;
    align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	border-radius: 30px;
	transition: 0.3s ease-in-out;
	color: #FFF;
	background: #b20218;
}

.btnSeminar:hover {
	opacity: 0.7;
}

.btnSeminar::after {
	content: "";
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background: url(/image/mono2025/common/icon_seminar_a.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.btnSeminar span {
	font-size: 2rem;
}

#e1 .btnSeminar {
	background: #1bc1ff;
}

#e1 .btnSeminar::after  {
	background: url(/image/mono2025/common/icon_seminar_e.svg) 0 0 no-repeat;
}

#z2 .btnSeminar {
	background: #ab61a7;
}

#z2 .btnSeminar::after  {
	background: url(/image/mono2025/common/icon_seminar_z.svg) 0 0 no-repeat;
}

.btnAllSeminar {
	width: max-content;
	margin: 0 auto;
	padding: 1em 3em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.075em;
	text-align: center;
	border-radius: 100vw;
	transition: 0.3s ease-in-out;
	color: #FFF;
	background: #211488;
}

.btnAllSeminar:hover {
	opacity: 0.7;
}

.btnAllSeminar::after {
	content: "";
	width: 30px;
	height: 30px;
	margin-left: 10px;
	background: url(/image/mono2025/common/icon_seminar_all.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}


.btn.flowRegistration {
	padding: 0.7em 1em;
	color: #ffffff;
	background-color: #dc291a;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0;
	font-size: 1.4rem;
}

.btn.flowRegistration::after {
	content: "";
	width: 14px;
	height: 14px;
	margin-left: 10px;
	background: url(/image/mono2025/common/icon_arrow1.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translate(0, 1px);
	transform: translate(0, 1px);
}

/* 見出し
------------------------------------ */
/* 下線付き */
.headingUnderline {
	padding-bottom: 0.4em;
	letter-spacing: 0.1em;
	font-size: 2.6rem;
	color: #211488;
	border-bottom: 2px solid currentColor;
}

/* ベタ塗り */
.headingFill {
	padding: 0.4em 1.2em;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #ffffff;
	background-color: #00842f;
}

.headingFillGray {
	color: #333333;
	background-color: #ededed;
}

/* 枠線 */
.headingOutline {
	padding: 0.6em 1.2em;
	letter-spacing: 0.1em;
	color: #211488;
	border: 1px solid currentColor;
}

/* セクション 
------------------------------------ */
.section {
	padding-top: 100px;
	margin-top: -100px;
}

/* セクション見出し */
.sectionHeading {
	width: max-content;
	margin: 0 auto 60px;
	padding: 30px 40px;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	color: #211488;
	border-top: 5px solid #211488;
	border-bottom: 5px solid #211488;
	position: relative;
}

.sectionHeading::before {
	content: "";
	width: 68px;
	height: 66px;
	background: url(/image/mono2025/common/title_icon.svg) no-repeat center center / contain;
	position: absolute;
	top: -35px;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.sectionHeading::after {
	content: "";
	width: 90px;
	height: 66px;
	position: absolute;
	background: #FFF;
	top: -35px;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.sectionSubHeading {
	padding-bottom: 40px;
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	color: #211488;
}

/* テーブル
------------------------------------ */
.table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.table th,
.table td {
	height: 70px;
	padding: 15px 0;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	vertical-align: middle;
}

.table th {
	width: 200px;
	padding-left: 25px;
	font-weight: 700;
	text-align: left;
}

.table th .textSm {
	font-size: 0.875em;
}

.table td {
	line-height: 1.75;
}

/* 来場者の声 
------------------------------------ */
.voice {
	padding-left: 40px;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1.875;
	background: url(/image/mono2025/common/icon_voice.svg) no-repeat left top 4px / 26px auto;
}

/* 声の一覧 */
.voiceListItem {
	min-height: 70px;
	padding: 15px 0;
    display: flex;
    align-items: center;
	border-top: 1px solid #c7c7c7;
}

.voiceListItem:last-child {
	border-bottom: 1px solid #c7c7c7;
}

/* 声の一覧 2カラム */
.voiceListRow {
	display: flex;
	justify-content: space-between;
}

.voiceListRow .voiceList {
	width: 47%;
}

/* ------------------------------------ */
/* 共通メニュー */
/* ------------------------------------ */
.menuWrap {
	margin-bottom: 30px;
	display: flex;
}

.menu {
	flex-grow: 1;
}

.menu:nth-child(2) {
	margin-left: 30px;
}

.menuItem a {
	margin-bottom: 1.5em;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
	transition: 0.3s ease-in-out;
}

.menuItem.menuItemTextSm a {
	font-size: 1.4rem;
}

.menuItem a:hover {
	color: #5388ff;
}

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

.subMenuItem a {
	margin-bottom: 1.45em;
}

.subMenuItem a::before {
	content: "-";
	margin: 0 0.5em;
	color: #5388ff;
	transition: 0.3s ease-in-out;
}

.banner {
	background-color: #ffffff;
}

.banner:not(:first-child) {
	margin-left: 15px;
}

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

.banner a:hover {
	opacity: 0.7;
}

/* ------------------------------------ */
/* ヘッダー */
/* ------------------------------------ */
/* ポップアップメニュー */
#menuBtn {
	width: 70px;
	height: 70px;
	background-color: #fff;
	border: 2px solid #211488;
	border-radius: 5px;
	cursor: pointer;
	position: fixed;
	top: 14px;
	right: calc(50% - 440px);
	z-index: 50;
}

@media screen and (max-width: 1200px) {
	#menuBtn {
		right: 40px;
	}
}

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

.menuIconBar {
	width: 40px;
	height: 4px;
	display: block;
	position: absolute;
	left: 12px;
	background-color: #211488;
	transition: 0.3s ease-in-out;
}

.menuIconBar:nth-of-type(1) {
	top: 14px;
}
.menuIconBar:nth-of-type(2) {
	top: 25px;
}
.menuIconBar:nth-of-type(3) {
	top: 36px;
}

#menuIcon:after {
	content: "メニュー";
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

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

/* メニュー中身 */
#popupMenu {
	width: 100%;
	height: 100%;
	padding: 100px 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.9);
	z-index: 40;
	overflow-y: auto;
	display: none;
}

#popupMenuInner {
	max-width: 910px;
	height: 100%;
	margin: auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#popupMenuWrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#popupMenu .menuItem a {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

#popupMenu .menu:nth-child(2) {
	margin-left: 0;
}

#popupMenu .banner:not(:first-child) {
	margin: 8px 0 0 0;
}

#popupMenuWrap .banner {
	width: 250px;
}

/* ------------------------------------ */
/* フッター */
/* ------------------------------------ */
#footer {
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 140px;
	position: relative;
	background:url(/image/mono2025/common/footer_bg.png) no-repeat left top / cover;
	z-index: 10;
}

#footer::before {
	content: "";
	width: 50%;
	height: calc(100% + 60px - 140px);
	position: absolute;
	top: -60px;
	right: 0;
	background-color: #343434;
	z-index: -1;
}

.footerInner {
	display: flex;
}

#footerLeft {
	width: 43%;
	padding-top: 30px;
}

.footerLogo {
	margin-bottom: 10px;
	text-align: center;
}

.footerInfo {
	margin-bottom: 15px;
}

.footerContact {
	padding: 30px;
	border: 1px solid #ffffff;
}

.footerContactText1 {
	margin-bottom: 20px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: calc(22/ 13);
	color: #ffffff;
}

.footerContactText2 {
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

.footerContactTel {
	font-size: 4.2rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	color: #f9ff54;
}

.footerContactTel span {
	display: inline-block;
	padding-left: 50px;
	background: url(/image/mono2025/common/icon_tel_accent.svg) no-repeat left 16px top 8px / 26px;
}

.footerContactTel a {
	color: #f9ff54;
}

.footerContactHour {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.footerContactMail {
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.footerContactMail a {
	padding-left: 30px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.025em;
	background: url(/image/mono2025/common/icon_mail.svg) no-repeat left top 3px / 22px;
}

.footerContactLink {
	text-align: center;
}

.footerContactLink .btnArrow {
	padding: 15px 50px;
	border: 2px solid #ffffff;
}

#footerRight {
	width: 50%;
	margin-left: auto;
	margin-right: -30px;
}

.fBannerWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.fBanner {
	background: #FFF;
}

.fBanner a {
	transition: all 0.3s ease-in-out 0s;
}

.fBanner a:hover {
	opacity: 0.7;
}

.footerCopyright {
	margin-top: 40px;
	font-size: 1.2rem;
	text-align: center;
	color: #ffffff;
}

/* ページトップ */
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}

#pagetop a {
	display: block;
	transition: 0.3s ease-in-out;
	    transform-origin: center bottom;
    animation: yurayura 2s ease-in-out infinite;
}

#pagetop a:hover {
	opacity: 0.7;
}

#pageTopArrow {
	position: absolute;
	bottom: 10px;
	left: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#pageTopArrow span {
	display: block;
	line-height: 0;
}

@keyframes arrowAnime {
  0% , 100%{
      opacity: 1;
  }
  50%{
      opacity: 0.3;
  }
}

#pageTopArrow1 {
	transition: 0.3s ease-in-out;
    animation: arrowAnime 2s ease-in-out infinite;
	animation-delay: 500ms;
}

#pageTopArrow2 {
	transition: 0.3s ease-in-out;
    animation: arrowAnime 2s ease-in-out infinite;
	animation-delay: 250ms;
}

#pageTopArrow3 {
	transition: 0.3s ease-in-out;
    animation: arrowAnime 2s ease-in-out infinite;
}

/* 追従バナー */
#fixedBanner {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 1000;
}

#fixedBanner a {
	transition: all 0.3s ease-in-out 0s;
}

#fixedBanner a:hover {
	opacity: 0.7;
}

#bnrClose {
	position: absolute;
	top: -35px;
	right: 0;
	cursor: pointer;
}




/* ------------------------------------ */
/* 出展者募集のリンク */
/* ------------------------------------ */
#linkArea {
	width: 100%;
	background: rgb(158,158,158);
	background: linear-gradient(90deg, #9e9e9e 0%, #e4e4e4 12%, #adadad 25%, #e4e4e4 50%, #adadad 75%, #e4e4e4 87%, #9e9e9e 100%);
}

#linkAreaIn {
	width: 880px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#linkWrap {
	width: 790px;
	padding: 10px 0;
}

.linkAreaText {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	color: #111111;
}

.linkAreaText .outline {
	text-shadow: 
	2px  2px 0px #ffffff,
	-2px  2px 0px #ffffff,
	2px -2px 0px #ffffff,
	-2px -2px 0px #ffffff,
	2px  0px 0px #ffffff,
	0px  2px 0px #ffffff,
	-2px  0px 0px #ffffff,
	0px -2px 0px #ffffff; 
}

.linkAreaText .label {
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px 15px;
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	line-height: 2rem;
	color: #211488;
	background-color: #FFF;
	vertical-align: middle;
}

.linkAreaText .end {
	margin-left: 0;
	padding-right: 0;
	padding-left: 10px;
	position: relative;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #111111;
	background-color: transparent;
	vertical-align: middle;
}

.linkAreaText .textSm {
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 2rem;
}

.linkAreaText .textLg {
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 2rem;
}

.linkAreaText .strong {
	display: inline-block;
	color: #fff;
	padding: 0 3px;
	background-color: #ed1a1a;
	font-size: 1.7rem;
	text-align: center;
	line-height: 2.2rem;
	vertical-align: 0px;
}

.linkAreaText .week {
	width: 20px;
	height: 19px;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 19px;
	text-align: center;
	color: #ffffff;
	background-color: #211488;
	border-radius: 50%;
	vertical-align: 2px;
}

.linkAreaList {
	display: flex;
	gap: 8px;
}

.linkAreaList:not(:last-child) {
	padding-bottom: 5px;
}

.linkAreaListItem {
	flex-grow: 1;
	flex-shrink: 0;
}

.linkAreaListItem.mypageWrap {
	flex-grow: 0;
	flex-shrink: 0;
}


/* ------------------------------------ */
/* 下層ページ */
/* ------------------------------------ */
/* ページタイトル
------------------------------------ */
#pageHead {
	height: 452px;
	position: relative;
	background: url(/image/mono2025/common/page_head.jpg) no-repeat center center / cover;
	overflow: hidden;
}

#pageHead::before {
	content: "";
	width: 772px;
	height: 438px;
	position: absolute;
	bottom: -40px;
	right: 60%;
	background: url(/image/mono2025/common/page_head_item.png) no-repeat center bottom / contain;
}

.pageTitleWrap {
	height: 100%;
	padding-top: 130px;
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pageTitle {
	font-size: 4.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 10px #006934, 0px 0px 10px #006934;
	color: #ffffff;
}


/* パンくず */
.bc {
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	position: absolute;
	text-align: right;
	background-color: rgba(0, 0, 0, 0.5);
}

.bcWrap {
	height: inherit;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.bcWrap li {
	font-size: 1.2rem;
	font-feature-settings: normal;
	letter-spacing: 0.1em;
	color: #ffffff;
}

.bcWrap li:first-child img {
	width: 14px;
	vertical-align: middle;
}

.bcWrap li:not(:last-child)::after {
	content: ">";
	margin: 0 0.8em;
	display: inline-block;
	vertical-align: middle;
}

.bcWrap li a {
	color: #ffffff;
	transition: 0.3s ease-in-out;
}

.bcWrap li a:hover {
	opacity: 0.7;
}

/* ページ内容 
------------------------------------ */
.pageContent {
	padding-top: 80px;
	padding-bottom: 150px;
}

.pageContentInner {
	width: 1000px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 50px;
	background-color: #ffffff;
}

.pageContentInner:not(:last-of-type) {
	margin-bottom: 100px;
}

/* 追従サイドナビゲーション
------------------------------------ */
.sideNavWrap {
	position: relative;
}

.sideNav {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	pointer-events: none;
}

.sideNavList {
	padding-top: 100px;
	padding-bottom: 100px;
	position: sticky;
	top: 120px;
}

.sideNavItem + .sideNavItem {
	margin-top: 8px;
}

.sideNavLink {
	width: 200px;
	height: 36px;
	margin-left: auto;
	padding-left: 30px;
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	color: #acacac;
	background-color: #fff;
	border-top-left-radius: 22px;
	border-bottom-left-radius: 22px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transition: width 0.3s;
	pointer-events: auto;
	opacity: 0.9;
}

.sideNavLink.current {
	width: 220px;
	padding-left: 20px;
	position: relative;
	font-weight: 700;
	color: #211488;
	opacity: 1;
	border-top: 2px solid #211488;
	border-bottom: 2px solid #211488;
	border-left: 2px solid #211488;
}

.sideNavLink.current::before {
	content: "";
	width: 6px;
	height: 6px;
	margin-right: 10px;
	display: inline-block;
	background-color: #211488;
	border-radius: 50%;
}



/* lowp add */
#linkAreaIn {
  align-items: center;
}
.btn {
  padding: 0.3em 1em;
}
.btn.registration {
  padding: 0.4em 1em;
}
.btn.registration span {
  font-size: 2.1rem;
}
#menuBtn {
  right: 30px;
}
#headerInner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
#pagetop {
  bottom: 170px;
}
.linkAreaListItem.mypageMypage {
  width: 50%;
}
.mypageProfile {
  width: 30%;
}
.mypageLogout {
  width: 20%;
}
.mypageProfile .btn-profile {
  color: rgb(255, 255, 255);
  background-color: #20870F;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.6rem;
  gap: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
  padding: 0.3em 1em;
  width: 100%;
  height: 100%;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  background-image: none;
}
.mypageLogout .btn-logout {
  color: rgb(33 20 136);
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.6rem;
  gap: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(33 20 136);
  border-image: initial;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
  padding: 0.3em 1em;
  width: 100%;
  height: 100%;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  background-image: none;
}
.btn.registration .catch-txt {
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	#menuBtn {
		width: 50px;
		height: 50px;
		top: 8px;
		right: 15px;
	}
	.menuIconBar {
		width: 30px;
		height: 3px;
		left: 8px;
	}
	.menuIconBar:nth-of-type(1) {
		top: 8px;
	}
	.menuIconBar:nth-of-type(2) {
		top: 18px;
	}
	.menuIconBar:nth-of-type(3) {
		top: 28px;
	}
	#menuIcon:after {
		top: 34px;
	}
	#menuBtn.open .menuIconBar:nth-of-type(1) {
		top: 15px;
	}
	#menuBtn.open .menuIconBar:nth-of-type(3) {
		top: 15px;
	}
  .bannerWrap {
    display: flex;
	}
	#popupMenuWrap {
    padding: 0 0 100px 0;
	}
	#popupMenu .menuItem a {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	#linkAreaIn {
		width: 100%;
		padding: 0 10px;
	}
	#linkWrap {
		width: 100%;
	}
	.linkAreaList + .linkAreaList {
		display: none;
	}
	.rg-none .linkAreaListItem {
		width: calc(50% - 4px);
	}
	.rg-on .mypageMypage {
		width: calc(40% - 5.3333px);
	}
	.rg-on .btn.mypage::before {
    width: 15px;
    height: 15px;
  }
	.rg-on .mypageProfile {
		width: calc(35% - 5.3333px);
	}
	.rg-on .mypageLogout {
		width: calc(25% - 5.3333px);
	}
	.rg-on .btn.mypage {
		font-size: 1.2rem;
		gap: 5px;
	}
	.rg-on .mypageProfile .btn-profile {
		font-size: 1.2rem;
		border-radius: 8px;
		padding: 1.08em 0.4em;
	}
	.rg-on .mypageLogout .btn-logout {
		font-size: 1.2rem;
		border-radius: 8px;
		padding: 1.08em 0.4em;
	}
	.btn.registration {
		padding: 0.4em;
		border-radius: 8px;
		font-size: 1rem;
		align-items: center;
	}
	.btn.registration span {
		font-size: 1.5rem;
	}
	.btn.registration::after {
		margin-left: 4px;
		width: 14px;
		height: 14px;
	}
	.btn.registration .catch-txt {
		font-size: 1.3rem;
	}
	.btn.mypage {
		padding: 1.08em 0.4em;
		border-radius: 8px;
		font-size: 1.5rem;
		gap: 8px;
	}
	.btn.mypage::before {
		width: 16px;
		height: 16px;
	}
	#footer {
		margin-top: 0;
		padding-bottom: 0;
	}
	.footerInner {
		flex-wrap: wrap;
		width: 100%;
		padding: 0 15px;
	}
	#footerLeft {
		width: 100%;
		padding: 30px 0;
	}
	#footerRight {
		width: 100%;
		margin: 0;
	}
	#footerRight::before {
		width: calc(100% + 30px);
		left: -15px;
	}
	.menu:nth-child(2) {
		margin: 15px 0 0 0;
	}
	.menuItem a {
		font-size: 1.8rem;
		margin-bottom: 1.8em;
	}
	.menuItem.menuItemTextSm a {
		font-size: 1.8rem;
	}
	.rg-on .btn.mypage {
    font-size: 1.2rem;
		gap: 5px;
	}
	.footerContact {
    padding: 20px;
	}
	.footerContactTel {
    font-size: 4rem;
		margin: 0 0 10px 0;
	}
	.footerContactTel span {
		padding-left: 36px;
		background: url(/image/mono2025/common/icon_tel_accent.svg) no-repeat left 0 top 6px / 26px;
	}
	.footerContactHour {
		margin-bottom: 15px;
    line-height: 1.5;
	}
}