@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
    zoom: 1;
    box-sizing: border-box;
}
html {
    overflow-y:scroll;
}
body {
    font-family: "Noto Sans Japanese",san-serif;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
	html{
		font-size: 62.5%;
	}
	body{
		font-size: 1.4rem;
		line-height: 1.6;
		-webkit-text-size-adjust: 100%;
	}
}
a {
    transition: all ease .3s;
}
a[href^="tel:"] {
    color: inherit;
}
a:hover {
    opacity: 0.5;
}
li {
    list-style-type: none;
    zoom: normal;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border-style: none;
}
.clearfix {zoom:1;}
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
a{
	color: #254a73;
}
a:hover{
	color: #999999;
}
a.scrolldown {
	text-decoration: none;
	background: url(../img/common/scrolldown_arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
}

/* ----- pc ----- */

.inner{
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 757px) {
	.inner{
	    padding-left: 40px;
	    padding-right: 40px;
	}
}
@media only screen and (max-width: 756px) {
	.inner{
	    padding-left: 20px;
	    padding-right: 20px;
	}
}
.pc_timer{
	display: inline-block;
}
.sp_timer{
	display: none;
}
section.section {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    z-index: 400;
}
a.scrolldown {
    width: 93px;
    height: 47px;
    font-size: 29px;
    line-height: 59px;
    text-align: center;
    margin-left: -46px;
}
@media only screen and (max-width: 767px) {
	section.section {
	    padding-top: 48px;
	    padding-bottom: 48px;
	}
	a.scrolldown {
		width: 64px;
		height: 32px;
		font-size: 20px;
		line-height: 44px;
		margin-left: -24px;
	}
}

/* Global Styles
================================================== */

#main {
    position: relative;
    z-index: 1;
    padding: 0;
    background: #fff;
}

/*  ----- Header ----- */

.header {
    width: 100%;
    padding: 16px 0;
    background: #fff;
    position: fixed;
    left: 0;
    z-index: 500;
    overflow: hidden;
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 15%);
    transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
	header.header {
		display: none;
	}
}

.header.sliding {
    margin-top: -74px;
}
.header.sliding.header-shrink {
    margin-top: 0;
}
.header .sixteen{
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
.header a.header_logo {
    display: inline-block;
    margin-top: 0px;
}
.header nav {
    display: inline-block;
    float: right;
}
.header nav ul{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.header nav ul li {
    list-style: none;
}
a.toggle-menu {
    display: none;
}
.sidr {
    display: none;
    position: fixed;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;

    color: #202732;
    width: 200px;
    height: 100%;
    background: #fff;
    box-shadow: inset 0 0 2px 2px #ebebeb;
}
.sidr .sidr-inner {
    padding-top: 24px;
    padding-bottom: 16px;
}
.sidr .sidr-inner .container {
    width: 200px;
}
.sidr.right {
    left: -260px;
    right: auto;
}
.sidr.left {
    left:-260px;
    right:auto;
}
.sidr p a {
    color:rgba(51,51,51,0.9);
}
.sidr ul {
    display: block;
    margin-bottom: 16px;
    padding: 0;
    border-top: 1px solid #F1F1F1;
}
.sidr ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #F1F1F1;
}
.sidr ul li a,.sidr ul li span {
    display: block;
    color: #202732;
    text-align: center;
    text-decoration: none;
    padding: 12px;
}
/*
.sidr ul li ul {
    margin:0;
    border-bottom:none;
}
.sidr ul li ul li {
    line-height:40px;
    font-size:13px;
}
.sidr ul li ul li a,.sidr ul li ul li span {
    color:rgba(51,51,51,0.8);
    padding-left:30px;
}
*/

@media only screen and (max-width: 767px) {
	a.header_logo {
	    display: block;
	    width: 80%;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 1.5em;
	}
	a.toggle-menu {
	    display: block;
	    width: 38px;
	    height: 38px;
	    border-radius: 4px;
	    background: #ff0066;
	    position: fixed;
	    top: 10px;
	    right: 10px;
	    z-index: 500;
      text-decoration: none;
	}
	a.toggle-menu i {
	    color: #fff;
	    display: block;
	    font-size: 14px;
	    margin-left: 13px;
	    margin-top: 12px;
	}
}

/* ------------------------

			#home

	------------------------ */

#home{
    height: 100vh;
    padding: 0;
    background: url(../img/main_bg.jpg);
    background-size: cover;
}
#home .inner{
    width: 100%;
    position: absolute;
    top: calc(50% - 24px);
    left: 50%;
    transform: translate(-50%, -50%);
}
#home .centerContents h1{
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px){
	#home{
	        height: 80vh;
	        display: grid;
	        justify-content: center;
	        align-items: center;
	}
	#home .centerContents h1{
	    max-width: inherit;
	    width: 80%;
	}
}
#home .centerContents p.kaisai_text{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}
#home .linkbox{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 3px #666666;
}
#home .linkbox a{
    display: block;
    color: #ff3787;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.6;
    padding: 1em 1em;
    text-align: center;
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
	#home .linkbox{
		max-width: 500px;
	}
}
@media only screen and (max-width: 767px) {
	#home .marathon_info{
    	max-width: 320px;
	}
	#home .linkbox a,
	#home .marathon_info{
	        font-size: 1.3rem;
	        padding: 16px 1em;
	}
}

#home .marathon_info{
	max-width: 500px;
	color: #000000;
	background: #ffffff;
    padding: 20px 0 20px;
	margin: 16px auto 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
    box-shadow: 0 0 8px #666666;
}
#home .marathon_info p{
	font-weight: bold;
	color: #000000;
}
#home .marathon_info p a{
	color: #ff0066;
	text-decoration: underline;
}
#home .marathon_info p small{
    display: block;
    margin: 10px 0 0;
}
#home .marathon_info p small img{
	vertical-align: middle;
    margin: 0 0 0 8px;
}


/* timer */

.countdown_text{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 6px #000000;
}
.timer,
.timer_before,
.timer_after{
    display: inline-block;
}
.timer{
	color: #ffff42;
	font-size: 64px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.timer_before,
.timer_after{
	vertical-align: text-top;
}

@media only screen and (min-width: 768px) {
	.countdown_text{
		font-size: 34px;
		margin: 0 auto 24px;
	}
}
@media only screen and (max-width: 767px) {
	.countdown_text{
		font-size: 2rem;
		margin: 0 auto 16px;
	}
	.timer{
	    font-size: 3.4rem;
	}
}

.close{
    max-width: 800px;
    margin: 0 auto 24px;
    padding: 40px 40px;
    border-radius: 5px;
    background: rgba(255,255,255,0.95);
    box-sizing: border-box;
}
.close h2{
	color: #ff3300;
	font-size: 22px;
    line-height: 1.5;
    margin: 0 0 12px;
}
.close p{
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 16px;
}
.close p:last-child{
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.close{
		max-width: 800px;
		text-align: center;
		margin: 0 auto 24px;
		padding: 28px 12px;
		border-radius: 5px;
		background: rgba(255,255,255,0.95);
		box-sizing: border-box;
	}
	.close h2{
	    font-size: 1.7rem;
	}
	.close p{
		font-size: 1.3rem;
		text-align: left;
	}
	.close p br{
		display: none;
	}
}


/* ------------------------

			#about

	------------------------ */

#about {
}
#about .inner{
    padding-bottom: 64px;
}
#about .about_content h2 {
    color: #ffffff;
    font-size: 120%;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    background: #00acee;
}
#photo_area,
#photo_area_large{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}
#photo_area{
    margin-bottom: 2.5em;
}
#photo_area li,
#photo_area_large li {
    list-style: none;
    text-align: center;
    padding: 0;
}
@media only screen and (min-width: 767px) {
	#photo_area li {
	    width: calc((100% - 64px) / 5);
	}
	#photo_area_large li {
	    width: calc((100% - 16px) / 2);
	}
}
@media only screen and (max-width: 766px) {
	#photo_area li,
	#photo_area_large li {
	    width: calc(100%);
	}
}

#about .about_content h1{
    max-width: 680px;
    margin-bottom: 1.25em;
}
#about .about_content p{
    font-size: 90%;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 1.5em;
}
#about a.scrolldown {
    color: #ffffff;
    width: 64px;
    height: 64px;
    line-height: 0;
    background: #ff0066;
    bottom: 28px;
    border-radius: 50%;
}
#about a.scrolldown i{
	display: grid;
        justify-content: center;
        align-items: center;
    width: 64px;
    height: 64px;
    font-size: 32px;
}
#about a.scrolldown:hover{
    background: #4dac31;
}
@media only screen and (max-width: 767px) {
	#about a.scrolldown {
	        width: 40px;
	        height: 40px;
	        bottom: 24px;
	}
	#about a.scrolldown i{
	        width: 40px;
	        height: 40px;
	        font-size: 20px;
	}
}


/* ------------------------

			#map

	------------------------ */

#map {
	background: #ff0066;
}
#map .map_content h1{
    color: #ffffff;
    font-size: 180%;
    text-align: center;
    margin-bottom: 1.5em;
}
#map .floatWrap .mapImg{
    background: #ffffff;
}
#map .floatWrap .mapText{
    display: grid;
    gap: 16px;
}
#map .program{
    width: 100%;
    padding: 16px;
    background: #ffffff;
}
#map .program>*:last-child{
    margin-bottom: 0 !important;
}
#map .program h2{
    font-size: 100%;
    line-height: 1.4;
    margin-bottom: 0.5em;
}
#map .program p{
    font-size: 85%;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
#map .program p.right{
    text-align: right;
}
#map .program .mapadd{
    color: #333333;
    font-size: 80%;
}
#map .program .schedule{
    display: grid;
    margin-bottom: 1em;
}
#map .program .schedule>*:last-child{
    margin-bottom: 0 !important;
}
#map .program .schedule dt{
    width: 100%;
    font-size: 90%;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.1em;
}
#map .program .schedule dd{
    font-size: 80%;
    line-height: 1.5;
    margin-bottom: 1em;
}
#map .program.sumou .schedule,
#map .program.marathon .schedule{
    display: flex;
    flex-wrap: wrap;
}
#map .program.sumou .schedule dt,
#map .program.marathon .schedule dt{
    width: 5em;
}
#map .program.sumou .schedule dd,
#map .program.marathon .schedule dd{
    width: calc(100% - 6em);
}
#map .taisou h2,
#map .taisou dt{
    color: #00A0E9;
}
#map .sports h2,
#map .sports dt{
    color: #00A0E9;
}
#map .stage h2,
#map .stage dt{
    color: #006934;
}
#map .sumou h2,
#map .sumou dt{
    color: #601986;
}
#map .marathon h2,
#map .marathon dt{
    color: #E73278;
}
#map ul.caution{
    display: grid;
    gap: 0.5em;
    margin-left: 1em;
}
#map ul.caution li{
    color: #ffffff;
    font-size: 90%;
    font-weight: 500;
    line-height: 1.5;
    text-indent: -1.1em;
}
@media only screen and (min-width: 767px) {
	#map .floatWrap{
	    display: flex;
	    flex-wrap: wrap;
	    gap: 16px;
	    margin-bottom: 16px;
	}
	#map .floatWrap .mapImg{
	    width: 618px;
	    padding-top: 40px;
	}
	#map .floatWrap .mapText{
	    width: calc(100% - 28px - 618px);
	}
	#map .program.sport,
	#map .program.sport2{
	    width: calc((100% - 16px) / 2);
	}
}
@media only screen and (max-width: 766px) {
	#map .floatWrap{
	    display: flex;
	    flex-wrap: wrap;
	    gap: 16px;
	    margin-bottom: 16px;
	}
	#map .floatWrap .mapImg{
	    width: 100%;
	    padding-top: 16px;
	    background: #ffffff;
	}
}


/* ------------------------

	commons

	------------------------ */

h1.titleWrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
    background: #ffffff;
}
h1.titleWrap>*{
    font-size: 200%;
    line-height: 1.5;
    padding: 0.1em;
}
h1.titleWrap .num{
    align-items: center;
    align-content: center;
    color: #ffffff;
    font-weight: 500;
    font-family: arial;
    text-align: center;
    padding: 0 0.3em;
    background: #ff0066;
}
h1.titleWrap .title{
    flex: 1;
    color: #222222;
    line-height: 1.3;
    font-size: 140%;
    padding: 0.4em 0.75em;
}
@media only screen and (max-width: 767px) {
	h1.titleWrap>*{
	    font-size: 150%;
	}
	h1.titleWrap .title{
	    font-size: 90%;
	    padding: 0.7em 0.75em;
	}

}


/* ------------------------

	#marathon

	------------------------ */

#marathon {
    color: #222222;
    background: #ffff42;
}
#marathon .titlearea {
    padding-bottom: 28px;
    position: relative;
}
#marathon .titlearea:after {
    content: "";
    display: block;
    width: 100%;
    height: 24px;
    background: url(../img/marathon/bg_line.gif) repeat-x center bottom;
    background-size: auto 24px;
    left: 0;
    bottom: 0;
    position: absolute;
}
#marathon h1{
    margin-bottom: 1.5em;
    background: #ffffff;
}
#marathon h2{
}
@media screen and (min-width: 768px) {
	#marathon .titlearea {
	    padding-bottom: 80px;
	    margin-bottom: 48px;
	}
	#marathon h2{
	    max-width: 800px;
	    margin-left: auto;
	    margin-right: auto;
	}

}
@media only screen and (max-width: 767px) {
	#marathon .titlearea:after {
        height: 12px;
        margin-top: 24px;
        background: url(../img/marathon/bg_line.gif) repeat-x center center;
        background-size: auto 12px;
        position: relative;
	}

}


/* rule */

#marathon #rule ol{
    display: grid;
    gap: 1em;
}
#marathon #rule li{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
    list-style-type: none;
}
#marathon #rule li div{
    font-weight: bold;
    border-radius: 50%;
    background: #222222;
    position: relative;
}
#marathon #rule li div span{
    display: block;
    color: #ffffff;
    font-family: Arial;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#marathon #rule li p{
    font-weight: bold;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) {
	#marathon #rule ol{
	    margin-top: 32px;
	    margin-bottom: 40px;
	}
	#marathon #rule li div{
	    width: 60px;
	    height: 60px;
	}
	#marathon #rule li div span{
	    font-size: 28px;
	}
	#marathon #rule li p{
	    width: calc(100% - 60px - 16px);
	    font-size: 16px;
	    line-height: 60px;
	}
}
@media only screen and (max-width: 767px) {
	#marathon #rule ol{
	    margin-top: 12px;
	    margin-bottom: 20px;
	}
	#marathon #rule li div{
	    width: 32px;
	    height: 32px;
	}
	#marathon #rule li div span{
	    font-size: 20px;
	}
	#marathon #rule li p{
	    width: calc(100% - 32px - 16px);
	    font-size: 1.3rem;
	    line-height: 1.5;
	}
}

/* linkbtn, rain */

#marathon .marathon_linkbtn{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 20px;
    justify-content: center;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
}
@media only screen and (min-width: 768px) {
	#marathon .marathon_linkbtn.middle li{
	    width: calc((100% - 40px) / 3);
	}
	#marathon .marathon_linkbtn.small li{
	        min-width: calc((100% - 60px) / 4);
	}
}
@media only screen and (max-width: 767px) {
	#marathon .marathon_linkbtn{
	    gap: 12px;
	}
	#marathon .marathon_linkbtn.middle li{
	    width: calc((100% - 20px) / 2);
	}
	#marathon .marathon_linkbtn.small li{
            width: 100%;
	}
}
#marathon .marathon_linkbtn li a{
    display: block;
    color: #ffffff;
    font-size: 105%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 1.3em 1.8em;
    background: #ff0066;
    border-radius: calc(1px / 0);
}
#marathon .marathon_linkbtn li a:hover{
    opacity: 1;
    background: #128300;
}
#information {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    padding: 1.25em 1.5em;
    border: solid 3px #000000;
}
#information p{
    font-size: 90%;
    font-weight: 500;
    line-height: 1.6;
}
.marathon a.scrolldown {
    color: #fd9f0;
    bottom: 0;
}
@media only screen and (min-width: 768px) {
	#information {
	    width: fit-content;
	    min-width: 540px;
	}
}
@media only screen and (max-width: 767px) {
	#information {
	    width: 100%;
	}
}


/* ------------------------

			#sports

	------------------------ */

#sports {
    color: #222222;
    background: #66baf5;
}
#sports h2{
    text-align: center;
    margin: 0 auto 1.5em;
}
#sports h2+p{
    font-size: 120%;
    font-weight: 600;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}
#sports .img3{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
#sports .img3 figure{
    width: calc((100% - 40px) / 3);
}
#sports table{
    margin-bottom: 10px !important;
}
table#responsive td{
	background: #ffffff;
}
@media only screen and (min-width: 768px) {
	table#responsive{
	    width: 100%;
	    margin: 0 0 48px -8px;
	    background: transparent;
	    border-spacing: 8px;
	}
	table#responsive th,
	table#responsive td{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.6;
		padding: 12px 20px;
	}
	table#responsive th{
		color: #ffffff;
		width: 160px;
		text-align: left;
		letter-spacing: 0.1em;
		background: #222222;
	}
}
@media only screen and (max-width: 767px) {
	#sports h2{
	    margin: 0;
	}
	#sports .img3{
	    gap: 12px;
	}
	#sports .img3 figure{
	    width: calc((100% - 12px) / 2);
	}
	table#responsive{
		width: 101%;
		margin: 0 -0.5% 28px;
		border-spacing: 4px;
	}
	table#responsive th,
	table#responsive td{
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.6;
		padding: 8px 12px;
	}
	table#responsive th{
		color: #ffffff;
		text-align: left;
		letter-spacing: 0.1em;
		background: #222222;
	}
}
@media only screen and (min-width: 461px) and (max-width: 767px) {
	table#responsive th{
		width: 96px;
	}
}
@media only screen and (max-width: 460px) {
	table#responsive{
		margin: 0 0 12px;
		border-spacing: 0;
	}
	table#responsive tr{
		display: block;
	}
	table#responsive th,
	table#responsive td{
	    display: block;
		width: 100%;
		box-sizing: border-box;
	}
	table#responsive td{
	    margin: 0 0 12px;
	}
}

/* ------------------------

			#dance

	------------------------ */

#dance {
    color: #222222;
    background: #4dac31;
}
#dance h1{
    margin: 0 auto 48px;
    background: #ffffff;
}
#dance h2{
    text-align: center;
    margin: 0 auto 1.5em;
}
#dance p.title{
    color: #ffffff;
    width: fit-content;
    font-size: 110% !important;
    font-weight: 600;
    padding: 0 1em;
    margin-bottom: 0.25em !important;
    background: #ff0066;
}
#dance .flexWrap{
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}
#dance .leftArea{
    width: 100%;
}
#dance .leftArea p.tagTitle{
    width: fit-content;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0.5em 1em;
    background: #ff0066;
    position: absolute;
    right: 24px;
    top: -2px;
    transform: rotate(5deg);
}
#dance .leftArea p.title2019{
    width: fit-content;
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 2em;
    margin-bottom: 0.75em;
    background: #666666;
    border-radius: 1px;
}
#dance .leftArea .whiteBg{
    padding: 28px;
    background: rgba(255,255,255,1);
    border-radius: 3px;
}
#dance .leftArea .whiteBg>*:last-child{
    margin-bottom: 0;
}
#dance .leftArea .whiteBg p{
    font-size: 100%;
    line-height: 1.6;
    margin-bottom: 1em;
}
#dance .leftArea .whiteBg+p{
    font-size: 90%;
    color: #ffffff;
    letter-spacing: 0.025em;
}
#dance .rightArea>*:last-child{
    margin-bottom: 0;
}
#dance .rightArea figure{
    margin-bottom: 16px;
}
#dance .rightArea figure img{
    width: 100%;
}
@media only screen and (min-width: 767px) {
	#dance .rightArea+.leftArea{
	    width: calc(100% - 310px - 28px);
	}
	#dance .rightArea{
	    width: 310px;
	    padding-top: 46px;
	}
}
@media only screen and (max-width: 767px) {
	#dance h1{
	    margin: 0 auto 28px;
	}
	#dance .leftArea{
	    width: 100%;
	}
	#dance .rightArea{
	    width: 100%;
	    display: flex;
	    gap: 16px;
	}
}

/* ------------------------

			#mogumogu

	------------------------ */

#mogumogu {
    color: #222222;
    background: #ffaa1a;
}
#mogumogu h2{
    text-align: center;
    margin-bottom: 1.5em;
}
#mogumogu h3{
    text-align: center;
    margin-bottom: 1.5em;
}
#mogumogu .orange{
    color: #ED6C00;
}
#mogumogu .green{
    color: #009944;
}
#mogumogu .whiteBg{
    padding: 28px;
    background: #ffffff;
    border-radius: 3px;
}
#mogumogu p{
    font-size: 100%;
    font-weight: normal;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 1.5em;
}
#mogumogu dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
    border-bottom: dashed 1px #cccccc;
}
@media only screen and (min-width: 767px) {
	#mogumogu h1 small{
	    font-size: 50%;
	}
	#mogumogu dl dt,
	#mogumogu dl dd{
	    font-size: 80%;
	    line-height: 1.4;
	    padding: 0.75em 0;
	    border-top: dashed 1px #cccccc;
	}
	#mogumogu dl dt{
	        width: 25%;
	        font-weight: bold;
	        padding-right: 1em;
	}
	#mogumogu dl dd{
	        width: calc(25% - 1em);
	}
	#mogumogu dl dd:nth-child(4n+2){
            margin-right: 2em;
	}
}
@media only screen and (max-width: 767px) {
	#mogumogu h1 small{
	    font-size: 75%;
	}
	#mogumogu .whiteBg{
	    padding: 28px 20px;
	}
	#mogumogu dl dt,
	#mogumogu dl dd{
	    width: 100%;
	    font-size: 80%;
	    line-height: 1.4;
	}
	#mogumogu dl dt{
        font-weight: bold;
        padding-top: 0.75em;
        padding-bottom: 0.2em;
        border-top: dashed 1px #cccccc;
	}
	#mogumogu dl dd{
	    padding-bottom: 0.75em;
	}
}

/* ------------------------ 

			#sponsor

	------------------------ */
	
#sponsor {
    color: #FFF;
    background: #b851ca;
}
#sponsor .sponsor_content .box{
	width: 94%;
	margin: 0 auto 24px;
}
#sponsor .sponsor_content h1{
    display: block;
    text-align: center;
    margin: 0 0 40px;
}
#sponsor .sponsor_content .sponsor01,
#sponsor .sponsor_content .sponsor02,
#sponsor .sponsor_content .sponsor03{
    display: flex;
    flex-wrap: wrap;
}
#sponsor .sponsor_content .sponsor01 li,
#sponsor .sponsor_content .sponsor02 li,
#sponsor .sponsor_content .sponsor03 li{
	line-height: 1;
	list-style: none;
	padding: 0;
	background: #ffffff;
}
#sponsor .sponsor_content .sponsor01 li a,
#sponsor .sponsor_content .sponsor02 li a,
#sponsor .sponsor_content .sponsor03 li a{
    display: grid;
    cursor: pointer;
    align-items: center;
    align-content: center;
    height: 100%;
}
#sponsor .sponsor_content .main_sponsor a img:hover,
#sponsor .sponsor_content .sponsor01 a img:hover,
#sponsor .sponsor_content .sponsor02 a img:hover,
#sponsor .sponsor_content .sponsor03 a img:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#sponsor .sponsor_content .sponsor01 li img,
#sponsor .sponsor_content .sponsor02 li img,
#sponsor .sponsor_content .sponsor03 li img{
	vertical-align: text-bottom;
	border: none;
}
#sponsor a.scrolldown {
	color: #134cce;
}
@media only screen and (min-width: 980px) {
	#sponsor .sponsor_content .sponsor01,
	#sponsor .sponsor_content .sponsor02,
	#sponsor .sponsor_content .sponsor03{
	    gap: 16px;
	    margin-bottom: 16px;
	}
	#sponsor .sponsor_content .sponsor01 li{
            width: calc((100% - 16px) / 2);
	}
	#sponsor .sponsor_content .sponsor02 li{
	        width: calc((100% - 48px) / 4);
	}
	#sponsor .sponsor_content .sponsor03 li{
		width: calc((100% - 96px) / 7);
	}
}
@media only screen and (max-width: 979px) and (min-width: 767px) {
	#sponsor .sponsor_content .sponsor01,
	#sponsor .sponsor_content .sponsor02,
	#sponsor .sponsor_content .sponsor03{
	    gap: 16px;
	    margin-bottom: 16px;
	}
	#sponsor .sponsor_content .sponsor01 li{
		width: calc((100% - 16px) / 2);
	}
	#sponsor .sponsor_content .sponsor02 li{
		width: calc((100% - 48px) / 4);
	}
	#sponsor .sponsor_content .sponsor03 li{
		width: calc((100% - 64px) / 5);
	}
}
@media only screen and (max-width: 766px) {
	#sponsor .sponsor_content .sponsor01,
	#sponsor .sponsor_content .sponsor02,
	#sponsor .sponsor_content .sponsor03{
	    gap: 8px;
	    margin-bottom: 8px;
	}
	#sponsor h1{
	    margin: 0 auto 24px !important;
	}
	#sponsor .sponsor_content .box {
		width: auto;
		margin: 0;
	}
	#sponsor .sponsor_content .sponsor01 li{
		width: calc((100% - 8px) / 2);
	}
	#sponsor .sponsor_content .sponsor02 li{
		width: calc((100% - 16px) / 3);
	}
	#sponsor .sponsor_content .sponsor03 li{
		width: calc((100% - 24px) / 4);
	}
	#sponsor .sponsor_content li img{
		width: auto !important;
		height: auto !important;
	}
}

/* ------------------------

			#credit

	------------------------ */

#credit {
    color: #FFF;
    background: #134cce;
}
#credit .credit_content h1{
    font-size: 140%;
    margin-bottom: 0.25em;
}
#credit .credit_content p{
    font-size: 95%;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 2em;
}
#credit a.scrolldown {
    color: #134cce;
}



/* ------------------------

			footer

	------------------------ */

#footer {
    color: #fff;
    background: #4dac31;
}
#footer h1{
    font-size: 180%;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1em;
}
#footer iframe{
    display: block;
    max-width: 500px;
    margin: 0 auto 48px;
    background: #ffffff;
}
#footer .snsLink{
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}
#footer .snsLink a{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 40px;
    background: #ffffff;
    border: #ffffff solid 3px;
}
#footer .snsLink a.fb{
    color: #ffffff;
    background: #1b74e4;
}
#footer .snsLink a.ig{
    color: #ffffff;
    background: linear-gradient(72.44deg, #FF7A00 11.92%, #FF0169 51.56%, #D300C5 85.69%);
}
#footer .snsLink a i{
    margin-right: 0.4em;
}
#footer a.scroll-top {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    position: relative;
    transition: all 300ms;
    border: 1px solid #fff;
    border-radius: 50%;
}
#footer a.scroll-top i {
    position: absolute;
    color: #fff;
    font-size: 29px;
    top: calc(50% - 5px);
    left: 50%;
    transition: auto;
    transform: translate(-50%, -50%);
}
#footer a.scroll-top:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
}
#footer a.scroll-top:hover i {
    color: #4dac31;
}
@media screen and (min-width: 768px) {
	#footer .snsLink a{
	    padding: 0.5em 2em;
	}
}
@media screen and (max-width: 767px) {
	#footer .snsLink a{
	        width: calc((100% - 16px) / 2);
	        max-width: 200px;
	        text-align: center;
	        padding: 0.5em 1em;
	}
}



/* ----- linkIcon ----- */

@media only screen and (min-width: 768px) {
	ul.LinkIcon{
	    display: flex;
	    flex-wrap: wrap;
	    gap: 16px;
	}
	ul.LinkIcon li{
	    width: calc((100% - 48px) / 4);
	    height: 100%;
	}
	ul.LinkIcon li a{
	    display: block;
	    text-align: center;
	    text-decoration: none;
	    padding: 24px;
	    border: solid 4px #cccccc;
	    border-radius: 12px;
	}
	ul.LinkIcon li img{
	    width: 104px;
	    margin-bottom: 16px;
	}
	ul.LinkIcon li p{
	    color: #121212;
	    font-size: 24px !important;
	    font-weight: bold;
	    line-height: 1 !important;
	    text-align: center !important;
	    margin-bottom: 0 !important;
	}
}
@media only screen and (max-width: 767px) {
	ul.LinkIcon{
	    display: flex;
	    flex-wrap: wrap;
	    gap: 16px;
	}
	ul.LinkIcon li{
	    width: calc((100% - 16px) / 2);
	}
	ul.LinkIcon li a{
	        display: block;
	        text-align: center;
	        text-decoration: none;
	        padding: 24px 12px;
	        border: solid 4px #e5e5e5;
	        border-radius: 12px;
	}
	ul.LinkIcon li img{
	height: 64px;
        margin-bottom: 16px;
	}
	ul.LinkIcon li p{
	    color: #121212;
	    font-size: 1.6rem !important;
	    font-weight: bold;
	    line-height: 1 !important;
	    text-align: center !important;
	    margin-bottom: 0 !important;
	}
}

.koukaiyotei{
    color: #fffe68;
    font-size: 32px !important;
    font-weight: bold !important;
    text-align: center !important;
    padding: 2em 0 !important;
    margin: 0 !important;
}
