@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
* {
	margin: 0;
	padding: 0;
}
html {}
body {
	font-family: 'Noto Sans JP', "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0em;
	color: #000;
	background-image: url(../images/bg.gif);
	-webkit-text-size-adjust: 100%;
}
h2 {
	font-size: 2.2rem;
}
ul, li {
	list-style: none;
}
p {
	line-height: 1.6em;
}
a {
	text-decoration: none;
	color: #111;
}
h2.header-02 {
	width: 100%;
	background-color: #ea5015;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 8px 0;
	font-size: 1.6rem;
}
.header-02:before, .header-02:after {
	content: '';
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background-image: url(../images/logo_circle.svg);
	background-size: contain;
	vertical-align: top;
	background-repeat: no-repeat;
}
.header-02:before {
	margin: 3px 8px 0 0;
}
.header-02:after {
	margin: 3px 0 0 8px;
}
h2, h3, h4 {
	letter-spacing: .05em;
}
p.btn {
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
	font-weight: bold;
	padding: 10px 0;
	font-size: 1rem;
}
p.btn a {
	display: inline-block;
	background-color: #fff;
	color: #ea5015;
	padding: 16px;
	font-weight: bold;
	border-radius: 40px;
	transition: all 0.15s linear;
	font-size: 1rem;
}
p.btn a:before, nav a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0a9';
	font-weight: bold;
	margin: 0 8px;
	color: #ea5015;
}
nav li.tenmon-logo a:before, nav li.netdai-logo a:before, nav li.mitaka-logo a:before {
	content: '';
	margin: 0;
}
p.btn a:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
	background-color: #eee;
}
nav a:hover:before {
	color: #fff;
}
section {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
section h2 {
	margin: 0;
	font-weight: bold;
	font-size: 2.2rem;
	color: #EEEF99;
	line-height: 1.3em;
}
/*背景の種類ごとのsection*/
.bg-white {
	background-color: #fff;
	color: #ddd;
}
.bg-white2 {
	background-color: rgba(255, 255, 255, 0.85);
}
.bg-white2 h2 {
	text-align: center;
}
.bg-map {
	background: url("../images/bg-map.png") no-repeat top right;
	background-color: #e5e5e5;
	background-size: 50%;
}
.bg-sun {
	background: url("../images/img_jikkan.jpg") no-repeat bottom center;
	background-color: #000;
	background-size: 1920px;
	padding-bottom: 500px;
	text-align: center;
	position: relative;
}
section.bg-sun::after {
	content: "参考資料：「小学館の図鑑NEO 宇宙」（小学館 2018）";
	display: block;
	color: #fff;
	position: absolute;
	background-color: orangered;
	padding: 0 10px 10px 10px;
	bottom: -2em;
	font-size: .5rem;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.bg-sun h2 {
	color: #ea5015;
}
.bg-dark {
	background-color: rgba(0, 0, 0, .3);
}
.bg-black {
	background-color: #000;
}
.bg-orange {
	background-color: #f4a07b;
}
.bg-orange2 {
	background-color: #FFD8BE;
}
.bg-lightblue {
	background-color: #A6D4E1;
}
.inner {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.flex-contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.br-sp {
	display: none;
}
.br-tb {
	display: none;
}
.br-dt {
	display: block;
}
/* ==========================================================
 header
========================================================== */
.header {
	width: 100%;
    position: sticky;
    top: 0;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .2);
    z-index: 100;
}
.header-01 {
	background-color: #fff;
	height: 64px;
}
h1.header-title {
	float: left;
	margin: 12px 0 8px 100px;
}
h1.header-title a {
	color: #ea5015;
	font-size: 1.8rem;
	font-weight: bold;
}
h1.header-title a:hover {
	opacity: .7;
}
.header-logo {
	float: right;
	margin: 0;
}
.header-logo img {
	width: 130px;
	margin: 0;
	padding: 8px;
	display: block;
}
/* ==========================================================
 SNS icon
========================================================== */
.sns-icon {
	width: 200px;
	float: right;
	text-align: right;
}
.sns-icon ul li {
	font-size: 2rem;
	display: inline-block;
	margin-left: 20px;
}
.sns-icon ul li a {
	color: #fff;
}
.sns-icon ul li a:hover {
	opacity: .7;
}
/* ==========================================================
 Footer
========================================================== */
.ft-contact {
	max-width: 1000px;
	display: flex;
}
.ft-left {
	margin: 0 5% 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
.ft-left img {
	width: 100%;
}
.ft-right {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 70%;
	font-size: 1rem;
	color: #fff;
}
.ft-right dl {
	margin-top: 10px;
	line-height: 1.5em;
}
.ft-right dt {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.ft-right dd {
	display: inline-block;
	margin: 0 0 8px 0px;
	width: 560px;
}
footer {
	width: 100%;
	color: #fff;
	letter-spacing: 0.2em;
	background-color: #000;
	font-size: .8rem;
	text-align: center;
	padding: 20px 0;
}
/* ==========================================================
 main
========================================================== */
main {
    padding: 0;
	display: block;
}
.main-top {
	padding: 64px 0 0 0;
}
/* ==========================================================
 nav-global
========================================================== */
#nav {
	position: absolute;
	height: 100vh;
	width: 30%;
	left: -30%;
	top: 0;
	background: rgba(240, 240, 240, .95);
	transition: .7s;
	box-shadow: rgba(0, 0, 0, .2) 5px 5px 5px;
	z-index: 90;
}
#nav ul {
	padding-top: 65px;
}
li.newtab a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f35d';
	font-weight: bold;
	margin-left: 10px;
	opacity: .8;
}
#nav ul li {
	list-style-type: none;
	font-size: 1rem;
	border-bottom: 1px solid rgba(240, 240, 240, .95);
}
#nav a {
	display: block;
	text-decoration: none;
	color: #111;
	padding: 16px;
	font-weight: bold;
	background-color: #fff;
}
#nav li a:hover {
	color: #fff;
	background: #ea5015;
	border-bottom: none;
}
#hamburger {
	display: block;
	position: absolute;
	top: 18px;
	left: 18px;
	width: 40px;
	height: 30px;
	cursor: pointer;
	transition: 1s;
	z-index: 95;
}
#hamburger:hover {
	opacity: .3;
}
.inner_line {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #555;
	transition: .5s;
}
#line1 {
	top: 0;
}
#line2 {
	top: 14px;
}
#line3 {
	bottom: 0;
}
.in {
	transform: translateX(100%);
}
.line_1, .line_2, .line_3 {
	background: #555;
}
.line_1 {
	transform: translateY(17px) rotate(-45deg);
	top: -3px !important;
}
.line_2 {
	opacity: 0;
}
.line_3 {
	transform: translateY(-17px) rotate(45deg);
	bottom: -3px !important;
}
/* ==========================================================
 concept btn
========================================================== */
.concept-btn {
	text-align: center;
	width: 96%;
	padding: 2%;
	background-color: #000;
	background-image: url(../images/concept-btn.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin: 0;
	border-radius: 20px;
	position: relative;
	height: 200px;
	transition: all 0.15s linear;
}
.concept-btn:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}
.concept-btn p {
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 2.5% 0;
	text-shadow: 0 0 10px #000;
}
.concept-btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
/* ==========================================================
 contents top
========================================================== */
.contents-top-left {
	text-align: center;
	margin: 0 auto;
	width: 80%;
	margin-bottom: 50px;
}
.contents-top-right {
	text-align: center;
	font-size: 1.2rem;
	line-height: 2em;
	color: white;
	font-weight: bold;
}
.contents-top-logo {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.contents-concept-logo {
	text-align: center;
	margin: 0 auto -30px auto;
	width: 40%;
}
.contents-top-txt {
	background-color: rgba(0, 0, 0, .4);
	text-align: center;
	padding: 25px 0;
}
.contents-top-txt p {
	font-weight: bold;
	color: white;
	font-size: 1.2rem;
	line-height: 1.6em;
	margin-top: 10px;
}
.contents-top-txt p span {
	font-size: 1.8rem;
}
.contents-top-left img {
	width: 100%;
}
.contents-menu {
	width: 28%;
	border-radius: 20px;
	padding: 2% 2% 1% 2%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
}
.contents-menu.border-kikaku {
	border: 2px solid deepskyblue;
	background-image: url("../images/2024/bg-kikaku.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.contents-tag {
	position: absolute;
	top: calc(-1rem - 20px);
	left: 20px;
	font-size: 1rem;
	line-height: 1em;
	padding: 10px 20px;
	border-radius: 20px 20px 0 0;
	color: #fff;
}
.contents-tag.koenkai {
	background-color: green;
}
.contents-tag.kikaku {
	background-color: deepskyblue;
}
.contents-tag.hoshizora {
	background-color: dodgerblue;
}
.contents-tag.others {
	background-color: orange;
}
.contents-title {
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0;
	margin-bottom: 20px;
	color: #ea5015;
}
.contents-subtitle {
	font-size: .9rem;
	font-weight: bold;
	padding: 0;
	color: #ea5015;
}
.contents-disc, .contents-info {
	margin-bottom: 10px;
	font-size: 1rem;
}
.contents-disc {
	font-weight: bold;
}
.contents-info a {
	color: #007B9D;
	font-weight: bold;
}
.contents-info a:hover {
	text-decoration: underline;
}
.contents-sponser {
	text-align: center;
	font-size: .8rem;
	line-height: 1.6em;
	padding-top: 10px;
	border-top: 4px #ccc dotted;
	color: #0090b4;
	font-weight: bold;
	margin-top: auto;
}
.contents-caution {
	color: #fff;
	font-size: 1rem;
}
.contents-caution ul li {
	list-style-type: disc;
	margin: 0 0 10px 20px;
}
.contents-image img {
	width: 100%;
}
a.contents-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
.video-wrapper {
	width: 100%;
}
.video-wrapper iframe {
	aspect-ratio: 16 / 9;
}
/* ==========================================================
SNS
========================================================== */
.contents-sns {
	background-color: rgba(0, 0, 0, .4);
}
.contents-sns p {
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 40px;
	padding: 0;
}
.sns-widget {
	display: inline-block;
	vertical-align: top;
	/*margin: 0 2% 0 0;
	width: calc(92% / 2);*/
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.sns-widget:nth-child(2n) {
	margin: 0;
}
.sns-widget h3 {
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.sns-widget i {
	font-weight: normal;
}
/* ==========================================================
Google Mymap
========================================================== */
.map-2024autumn{
	width: 100%;
	aspect-ratio: 16/9;
	margin-bottom: 20px;
	border: 0;
}
/* ==========================================================
bottom-menu
========================================================== */
.bottom-menu {
	width: 100%;
	background-color: #eee;
	padding: 0;
	border-top: 1px #ddd solid;
}
.bottom-menu ul {
	width: auto;
	padding: 0;
}
.bottom-menu ul li {
	display: block;
	margin: 0;
	border-top: 1px #ddd solid;
}
.bottom-menu ul li a {
	margin: 0 0 0 30px;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
	width: auto;
	padding: 15px 0px 15px 70px;
	transition: all 0.15s linear;
}
.bottom-menu .mitaka-logo a {
	background-image: url(../images/logo_mitaka.png);
	background-size: 170px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left center;
}
.bottom-menu .tenmon-logo a {
	background-image: url(../images/logo_naoj.png);
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: left center;
}
.bottom-menu .netdai-logo a {
	background-image: url(../images/logo_netdai.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 15px center;
}
#nav li.mitaka-logo a {
	background-image: url(../images/logo_mitaka.png);
	background-size: 160px;
	background-repeat: no-repeat;
	background-position: top 6px left 25px;
	text-indent: -9999px;
	padding-left: 100px;
}
#nav li.tenmon-logo a {
	background-image: url(../images/logo_naoj.png);
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: top 15px left 25px;
	padding-left: 100px;
}
#nav li.netdai-logo a {
	background-image: url(../images/logo_netdai.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: top 13px left 40px;
	padding-left: 100px;
}
.bottom-menu ul li a:hover {
	opacity: .7;
}
.bottom-menu ul li.bottom-menu-top {
	background-color: #ea5015;
}
.bottom-menu ul li.bottom-menu-top a {
	color: #fff;
}
.bottom-menu ul li.bottom-menu-top a:before {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-image: url("../images/header_before.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin: 0 10px 0 0;
}
.bottom-menu ul li.bottom-menu-top a:after {
	content: '';
	display: inline-block;
	width: 2rem;
	height: 1rem;
	background-image: url("../images/header_after.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
}
/* ==========================================================
 みたか太陽系ウォークとは？ページ
========================================================== */
.taiyoukei {
	padding: 40px 0;
	position: relative;
	font-size: 1rem;
}
.taiyoukei p {
	margin: 0 0 30px 0;
}
.text {
	margin-left: 0;
	color: #fff;
	filter: drop-shadow(0 0 8px rgba(0, 0, 0, 1));
}
.text ul {
	width: 320px;
	margin: 0 auto;
	margin-bottom: 30px;
	list-style: disc;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: left;
}
.text ul li {
	margin-bottom: 8px;
	list-style: disc;
}
.list-taiyoukei01 {
	width: 100%;
	margin: 0 0 100px 0;
}
.list-taiyoukei02 {
	width: 80%;
	margin: 0;
}
section.bg-map h2 {
	font-weight: bold;
	color: #ea5015;
	line-height: 1.3em;
	margin: 0 0 40px 0;
}
.concept-body {
	margin: 0 10% 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 45%;
	font-size: 1rem;
	color: #fff;
}
.concept-body:nth-child(2n) {
	margin-right: 0;
}
.concept-body p {
	font-size: 1rem;
	color: #000;
	margin: 0 0 10px 0;
	text-align: left;
}
.concept-body p.concept-body-txt {
	color: #fff;
}
.concept-body img {
	margin-top: 90px;
	width: 60% !important;
}
.contents-concept-txt {
	text-align: center;
	font-size: 1rem;
	color: #fff;
	font-weight: normal;
	padding: 25px 0;
}
.profile {
	padding: 4%;
	background-color: #fff;
	margin-top: 25px;
	border-radius: 20px;
}
.profile-post {
	color: #ea5015;
}
.umemoto {
	position: relative;
}
.umemoto::after {
	content: "©角川文化振興財団";
	font-size: .8rem;
	position: absolute;
	bottom: 0;
	right: 0;
}
.umemoto img {
	padding-bottom: 16px;
}
.profile-comment {
	margin: 30px 0 0 0;
	font-size: 1rem;
}
.left {
	display: inline-block;
	vertical-align: top;
	width: 20%;
}
.left img {
	width: 100%;
}
.right {
	display: inline-block;
	width: calc(72% - 4px);
	margin-left: 4%;
	padding-left: 4%;
	border-left: 4px dotted #ccc;
}
.profile h3 .post {
	font-size: 1.2rem;
}
.profile h3 .name {
	font-size: 2rem;
	display: inline-block;
}
.profile h3 .position {
	display: inline-block;
	margin-left: 2%;
	font-size: .8rem;
}
.profile .profile-txt {
	font-size: 0.8rem;
	margin-top: 30px;
	color: #3d7787;
}
.profile-contact {
	text-align: center;
	font-size: 1.5rem;
	color: #ea5015;
	font-weight: bold;
	margin-top: 20px;
}
.info2021 {
	width: 100%;
	background-color: #eee;
	border-top: 1px solid #aaa;
	display: flex;
	justify-content: center;
	align-items: center;
}
.info2021 p {
	padding: 15px 25px;
	font-size: .9rem;
	line-height: 1.6em;
	color: #0090b4;
	font-weight: bold;
}
.info2021-finish {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	border-top: 1px solid #aaa;
	justify-content: center;
	align-items: center;
}
.info2021-finish p {
	text-align: center;
	padding: 15px 25px;
	font-size: 1rem;
	line-height: 1.6em;
	color: #fff;
	font-weight: bold;
}
.info2021-finish p span {
	font-size: 80%;
	font-weight: normal;
}
.inner img {
	width: 100%;
}
.inner.event, .inner.collabo, .inner.link  {
	max-width: 1200px;
}
.logo2024, .subtitle2024 {
	width: 50%;
	display: block;
	margin: 0 auto;
}
.subtitle2024 {
	margin-top: 10px;
}
.theme2024 {
	width: 25%;
}
.img-fuwafuwa {
	position: absolute;
	top: 150px;
	right: 40px;
	animation: fluffy 3s ease infinite;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .3));
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .3));
}
@keyframes fluffy {
	0% {
		transform: translateY(0)
	}
	12.5% {
		transform: translateY(-15px)
	}
	25% {
		transform: translateY(0)
	}
	37.5% {
		transform: translateY(-15px)
	}
	50% {
		transform: translateY(0)
	}
	62.5% {
		transform: translateY(-15px)
	}
	75% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(0)
	}
}
.term, .readtxt {
	text-align: center;
	font-weight: bold;
}
.term {
	font-size: 3rem;
}
.term, .readtxt span {
	color: #eeef99;
}
.term span {
	font-size: 1.5rem;
}
.readtxt {
	font-size: 2.5rem;
	color: #fff;
	margin-bottom: 20px;
}
.readtxt:last-child {
	margin-bottom: 0;
}
.sankahouhou, .doujikaisai, .wakuseicard {
	max-width: 940px;
	width: 90%;
}
.sankahouhou img {
	width: 90%;
	display: block;
	margin: 0 auto;
}
.btn-common {
	text-align: right;
	display: block;
	margin-bottom: 20px;
	font-size: 1.1rem;
}
.btn-common:last-child {
	margin-bottom: 0;
}
.contents-menu .btn-common {
	font-size: 1rem;
}
.btn-common.btn-blank {
	padding: 10px 40px;
	color: #222;
	background-color: #888;
	border-radius: 30px;
	font-weight: bold;
	font-size: 1.2rem;
	display: inline-block;
	line-height: 1em;
}
.btn-common a {
	padding: 15px 40px;
	color: #222;
	background-color: #f4c3aa;
	border-radius: 30px;
	box-shadow: 7px 7px 5px rgb(0 0 0 / 30%);
	font-weight: bold;
	display: inline-block;
	transition: all 0.15s linear;
}
.btn-common a:hover {
	opacity: .7;
}
.doujikaisai {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.doujikaisai .h2-bg {
	width: 60%;
}
.doujikaisai img {
	width: 40%;
}
.doujikaisai p {
	font-weight: bold;
	color: #fff;
	font-size: 1.5rem;
}
.doujikaisai h3 {
	font-weight: bold;
	color: #fff;
	font-size: 3rem;
	position: relative;
}
.doujikaisai img.map {
	width: 200px;
}
.wakuseicard {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	color: #fff;
	font-size: 1.25rem;
}
.wakuseicard01, .wakuseicard02 {
	width: calc(50% - 20px);
}
.wakuseicard01 p, .wakuseicard02 p {
	color: #fff;
}
.h2-bg {
	text-align: center;
	font-size: 2rem;
	/*display: inline-block;*/
	background-image: url("../images/taiyo-mark.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding: 25px 0;
	background-position: center;
	filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.2));
}
.h2-bg-pink {
	color: #FFD1E9;
}
.h2-bg-white {
	color: #FFF;
}
.h2-bg-green {
	color: #A4FFBE;
}
.doujikaisai-gaiyou {
	color: #fff;
	font-size: 1.25rem;
}
.keihin h3 {
	font-weight: bold;
	color: #ea5015;
	font-size: 2.8rem;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.25;
}
.keihin p {
	font-weight: bold;
	font-size: 2rem;
	/*margin-bottom: 20px;*/
	text-align: center;
}
.keihin p span {
	font-size: 1rem;
}
.keihin img {
	max-width: 800px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.collabo-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}
.collabo-box p {
	color: #fff;
}
.link {
	display: flex;
	flex-wrap: wrap;
    gap: 50px;
	justify-content: space-between;
}
.link-box {
	display: flex;
	flex-direction: column;
	width: calc(100% / 3 - 40px);
}
.link-box p {
	margin-top: auto;
	color: #fff;
	margin-bottom: 1rem;
}
.link-box p a {
	display: block;
	text-align: center;
}

.event-wrapper {
	display: flex;
	flex-wrap: wrap;
	counter-reset: number 0;
	gap: 50px 20px;
}

p.contents-date {
	display: inline-block;
	color: #007B9D;
	font-weight: bold;
	margin-bottom: 10px;
	text-indent: -2em;
	padding-left: 2em;
	font-size: 1rem;
}
p.indent-none {
	text-indent: 0em;
	padding-left: 0em;
}
p.contents-date::before {
	counter-increment: number 1;
	content: counter(number) " ";
	color: #fff;
	background-color: #007B9D;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	font-size: 1.25rem;
	padding: 1px;
	border-radius: 100px;
	margin-right: 4px;
	text-indent: initial;
}
.event-wrapper .contents-title {
	text-align: left;
}
.theme-planet h2 {
	display: block;
	z-index: 99;
	position: relative;
}
.theme-planet h4 {
	font-size: 2rem;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}
.theme-planet h4.h4-yellow {
	color: #EEEF99;
}
.theme-planet p {
	color: #fff;
	font-size: 1rem;
}
.theme-planet img {
	width: 50%;
	margin: 0 auto;
	display: block;
}
.theme-credit {
	position: relative;
	display: block;
}
.theme-planet-tansaki {
	padding: 5%;
	background-color: rgba(255, 255, 255, .3);
	margin-top: 40px;
	border-radius: 40px;
	position: relative;
}
.doujikaisai01 {
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}
p.p-large {
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 20px;
	text-align: left;
}
/* ==========================================================
 中間調整
========================================================== */
@media screen and (max-width: 1300px) and (min-width: 960px) {
	#nav {
		width: 40%;
		left: -40%;
	}
}
/* ==========================================================
 タブレット対応（560px以上1200px以下）
========================================================== */
@media screen and (max-width: 1200px) and (min-width: 560px) {
	body {
		width: 100%;
	}
	.br-dt {
		display: block;
	}
	.br-tb {
		display: none;
	}
	.br-sp {
		display: none;
	}
	.header-01 {
		height: 80px;
	}
	.header-logo img {
		padding: 15px;
	}
	h1.header-title {
		margin: 20px 0 18px 90px;
	}
	h1.header-title a {
		font-size: 1.5rem;
	}
	#nav {
		width: 60%;
		left: -60%;
	}
	#hamburger {
		top: 20px;
		left: 20px;
	}
	.contents-top-txt {
		padding: 5%;
	}
	.contents-title {
		font-size: 1.1rem;
	}
	.contents-menu, .link-box {
		width: 44%;
	}
	.bottom-menu ul {
		width: auto;
		padding: 0;
	}
	.bottom-menu ul li {
		display: block;
		margin: 0;
		border-top: 1px #ddd solid;
	}
	.bottom-menu ul li.bottom-menu-top {
		background-color: #ea5015;
	}
	.bottom-menu ul li.bottom-menu-top a {
		color: #fff;
	}
	.bottom-menu ul li a {
		display: block;
		width: auto;
		padding: 15px 0 15px 70px;
	}
	.ft-right dt, .ft-right dd {
		width: 100%;
	}
	.list-taiyoukei01 {
		margin: 0 0 50px 0;
	}
	.list-taiyoukei02 {
		width: 100%;
	}
	section.bg-sun {
		background-size: 1200px;
		padding-bottom: 300px;
	}
	.concept-body {
		margin: 0;
		display: block;
		width: auto;
		text-align: center;
	}
	.concept-body p {
		text-align: left;
	}
	.concept-body img {
		margin-top: 10px;
	}
	/* ==========================================================
	 2024年トップページ用
	========================================================== */
	.doujikaisai {
		flex-direction: column;
	}
	.doujikaisai h3, .doujikaisai-gaiyou h3, .keihin h3 {
		font-size: 2rem;
		text-align: center;
	}
	.keihin p {
		font-size: 1.5rem;
	}
}
/* ==========================================================
 スマートフォン対応（559px以下）
========================================================== */
@media (max-width: 560px) {
	body {
		width: 100%;
	}
	#nav {
		width: 90%;
		left: -90%;
	}
	#nav ul {
		padding-top: 55px;
	}
	h2.header-02 {
		font-size: 1rem;
	}
	section h2 {
		font-size: 1.5rem;
	}
	.h2-bg {
		font-size: 1.15rem;
		background-size: contain;
        padding: 40px 0;
	}
	.header-02:before, .header-02:after {
		width: 1.2rem;
		height: 1.2rem;
		margin-top: 0;
	}
	.contents-menu, .link-box {
		width: calc(96% - 2px);
		height: auto;
		padding: 5%;
	}
	.contents-menu.border-kikaku {
		/*padding-bottom: 100px;*/
	}
	.br-dt {
		display: none;
	}
	.br-tb {
		display: none;
	}
	.br-sp {
		display: block;
	}
	.link {
		gap: 0;
	}
	.link-box p a {
		display: inline;
		text-align: right;
	}
	.inner.ft-contact {
		flex-direction: column;
	}
	section.bg-sun {
		background-size: 150%;
		padding-bottom: 150px;
	}
	.header-01 {
		height: 55px;
	}
	.header-logo {
		margin: 3px 0 0 0;
	}
	.header-logo img {
		width: 80px;
		padding: 10px 10px 0 0;
	}
	h1.header-title {
		margin: 4px 0 0 70px;
	}
	h1.header-title a {
		font-size: 1.2rem;
	}
	.info2021-finish p {
		font-size: .9rem;
	}
	p.btn {
		clear: both;
		font-size: 1rem;
	}
	#hamburger {
		top: 15px;
		left: 15px;
		width: 30px;
		height: 20px;
	}
	.line_1 {
		top: -8px !important;
	}
	.line_3 {
		bottom: -8px !important;
	}
	#line2 {
		top: 9px;
	}
	.contents-top-txt {
		padding: 25px;
	}
	.contents-top-txt p {
		font-size: 1rem;
		text-align: left;
	}
	.contents-body {
		text-align: left;
	}
	p.btn {
		text-align: center;
	}
	p.btn a {
		display: block;
	}
	.sns-icon {
		display: none;
	}
	.contents-top-txt p span {
		display: block;
		font-size: 1.4rem;
		line-height: 1.6em;
	}
	.bottom-menu ul {
		width: auto;
		padding: 0;
	}
	.bottom-menu ul li {
		display: block;
		margin: 0;
		border-top: 1px #ddd solid;
	}
	.bottom-menu ul li.bottom-menu-top {
		background-color: #ea5015;
	}
	.bottom-menu ul li.bottom-menu-top a {
		color: #fff;
	}
	.bottom-menu ul li.bottom-menu-top a:before {
		content: '';
		display: inline-block;
		width: 1rem;
		height: 1rem;
		background-image: url("../images/header_before.png");
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		margin: 0 10px 0 0;
	}
	.bottom-menu ul li.bottom-menu-top a:after {
		content: '';
		display: inline-block;
		width: 2rem;
		height: 1rem;
		background-image: url("../images/header_after.png");
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		margin: 0 0 0 10px;
	}
	.bottom-menu ul li a {
		display: block;
		width: auto;
		padding: 20px 0 20px 70px;
	}
	.contents-concept-logo {
		width: 60%;
	}
	.concept-btn {
		height: auto;
	}
	.concept-body {
		margin: 0;
		display: block;
		width: auto;
		text-align: center;
	}
	.concept-btn p {
		font-size: 1.2rem;
		line-height: 3rem;
	}
	.concept-body p {
		text-align: left;
	}
	.concept-body img {
		margin-top: 10px;
	}
	.list-taiyoukei02 {
		width: 100%;
	}
	.taiyoukei p {
		text-align: left;
	}
	.text ul {
		margin-left: 5%;
	}
	.profile-post {
		text-align: center;
	}
	.left {
		display: block;
		width: auto;
		text-align: center;
	}
	.left img {
		width: 50%;
	}
	.right {
		display: block;
		width: auto;
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
	.profile {
		padding: 5%;
	}
	.profile h3 .post, .profile h3 .name, .profile h3 .position {
		display: block;
		margin: 10px 0;
	}
	.profile .profile-txt {
		text-align: left;
		border-bottom: 4px #ccc dotted;
		padding-bottom: 30px;
	}
	.sns-widget {
		display: block;
		margin: 0;
		width: 100%;
	}
	.sns-widget h3 {
		margin: 20px 0 10px 0;
	}
	.sns-widget:first-child h3 {
		margin-top: 0;
	}
	.ft-left {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.ft-right {
		margin: 0;
		width: 100%;
	}
	.ft-right dt, .ft-right dd {
		width: auto;
		display: block;
	}
	footer p {
		font-size: .5rem;
		line-height: 1rem;
		letter-spacing: .05rem;
	}
	/* ==========================================================
	 2024年トップページ用
	========================================================== */
	.btn-common a {
		padding: 5px 20px;
	}
	.logo2024 {
		width: 120%;
		margin: 0;
	}
	.subtitle2024 {
		width: 80%;
		margin: 0 0 0 20%;
	}
	.term {
		font-size: 1.5rem;
		text-align: left;
		margin-bottom: 40px;
	}
	.term span {
		font-size: 1.5rem;
	}
	.readtxt {
		font-size: 1.25rem;
	}
	.theme2024 {
		width: 35%;
	}
	.img-fuwafuwa {
		position: absolute;
		bottom: -90px;
		top: inherit;
		right: 20px;
	}
	.collabo {
		flex-direction: column;
	}
	.collabo img {
		width: 100%;
	}
	.collabo-box {
		flex-direction: column;
        gap: 0;
	}
	.collabo-box p{
		margin-bottom: 1rem;
	}
	.sankahouhou {
		width: 94%;
	}
	.wakuseicard {
		flex-direction: column;
		align-items: flex-start;
	}
	.wakuseicard01, .wakuseicard02 {
		width: 100%;
	}
	.doujikaisai p {
		font-size: 1rem;
	}
	.doujikaisai h3.tansaki::after {
		top: auto;
		bottom: 0;
		right: 0;
	}
	.doujikaisai01 {
		display: flex;
		text-align: left;
	}
	.doujikaisai01 p {
		width: 100%;
	}
	.tansaki::after {
		top: 80px;
		right: -120px;
		width: 100px;
		height: 100px;
	}
	.wakuseicard, .doujikaisai-gaiyou {
		font-size: 1rem;
	}
	.doujikaisai-gaiyou p, .wakuseicard01 p, .wakuseicard02 p {
		margin-bottom: 1rem;
	}
	.doujikaisai-gaiyou h3, .doujikaisai h3 {
		text-align: center;
		font-size: 1.5rem;
	}
	.keihin h3, .keihin p {
		font-size: 1rem;
	}
	.keihin p span {
		font-size: .8rem;
	}
	.collabo .collabo-txt {
		margin: 0;
	}
	.theme-planet h4 {
		font-size: 1.25rem;
	}
	.theme-planet img {
		width: 100%;
		margin-top: 0px;
	}
	.theme-credit:after {
		font-size: .5rem;
		right: 5%;
		bottom: 5%;
	}
	.theme-planet-tansaki {
		padding: 25% 5% 5% 5%;
	}
	p.p-large {
		font-size: 1rem;
	}
	.map-2024autumn{
		aspect-ratio: 3/4;
	}
}