@charset "utf-8";


/* sports-day
---------------------------------------------------------------------------*/
#btnDoorRomper {
	display: none;
}

#mainContents {
	font-feature-settings: 'palt' 1;
	overflow: hidden;
	min-width: 1200px;
	padding-top: 45px;
}

#mainContents figure {
	margin: 0;
}


/* .img-top
---------------------------------------------------------------------------*/
.img-top {
	position: relative;
	width: 100%;
	height: 580px;
	margin: 0 auto 60px;
}

#loading-slide {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid #5F4B3E;
	border-top-color: transparent;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	z-index: 99999;
	animation: loading-slide-spin 0.5s infinite linear;
}

@keyframes loading-slide-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

#slider-sports img {
	opacity: 0;
}


/* .sec-title
---------------------------------------------------------------------------*/
.sec-title {
	position: relative;
	width: 1100px;
	margin: 0 auto 70px;
	text-align: center;
}

.sec-title h1 {
	margin-bottom: 28px;
}

.sec-title p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.14em;
}

.sec-title .balloon {
	position: absolute;
	z-index: 2;
	opacity: 0;
}

.sec-title .balloon-left {
	top: -77px;
	left: 50%;
	margin-left: -435px;
}

.sec-title .balloon-right {
	top: 0;
	right: 50%;
	margin-right: -430px;
}

#mainContents .sec-title figure {
	position: relative;
	margin-top: 65px;
}

.sec-title figure img {
	display: block;
}

.sec-title figure img:nth-of-type(1) {
	margin-bottom: 42px;
}

.sec-title figure img:nth-of-type(2) {
	float: left;
	margin-right: 46px;
}

.sec-title figure img:nth-of-type(3) {
	float: left;
}

.sec-title figure img:nth-of-type(4) {
	float: right;
}

.sec-title .flag {
	position: absolute;
	z-index: 2;
}

.sec-title .flag-left {
	top: -30px;
	left: -18px;
}

.sec-title .flag-right {
	top: -4px;
	right: -32px;
}


/* .sec-goal
---------------------------------------------------------------------------*/
.sec-goal {
	width: 1090px;
	margin: 0 auto 115px;
	text-align: center;
}

.sec-goal h2 {
	margin-bottom: 66px;
}

.sec-goal h2 strong {
	display: inline-block;
	margin-right: 35px;
}

.sec-goal h2 em {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.2em;
	transform: translateY(-15px);
}

.sec-goal h2 em:before,
.sec-goal h2 em:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	background-color: #5A3720;
	width: 100%;
	height: 1px;
}

.sec-goal h2 em:before { bottom: -8px; }
.sec-goal h2 em:after { bottom: -11px; }

.sec-goal ul {
	margin-bottom: 80px;
}

.sec-goal li {
	display: inline-block;
	background-color: #FFFFFF;
	border-image: url(../img/sports-day/border-dot.svg) 14 round;
  border-style: solid;
  border-width: 14px;
  border-radius: 13px;
	margin: 0 8px;
	padding: 0 22px 10px;
}

.sec-goal li:last-of-type {
	padding-right: 34px;
	padding-left: 34px;
}

.sec-goal li h3 {
	margin-bottom: -17px;
	transform: translateY(-33px);
}

.sec-goal li p {
	font-size: 13px;
	line-height: 1.9;
	letter-spacing: 0.1em;
}

#mainContents .sec-goal figure {
	overflow: hidden;
}

.sec-goal figure img {
	display: block;
	float: left;
	margin: 26px 26px 0 0;
}

.sec-goal figure img:nth-of-type(1),
.sec-goal figure img:nth-of-type(2) {
	margin-top: 0;
}

.sec-goal figure img:nth-child(even) {
	margin-right: 0;
}


/* .sec-program
---------------------------------------------------------------------------*/
.sec-program {
	position: relative;
	width: 1090px;
	margin: 0 auto 100px;
	padding: 185px 0 150px;
}

.sec-program .object {
	position: absolute;
	top: -26px;
	left: 112px;
}

.sec-program:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/sports-day/bg-program-top@2x.png) no-repeat center top;
	background-size: 100% 100%;
	width: 1210px;
	height: 185px;
	z-index: -1;
}

.sec-program:after {
	display: block;
	content: '';
	position: absolute;
	top: 185px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/sports-day/bg-program.png) no-repeat center top;
	background-size: 100% 100%;
	width: 1478px;
	height: calc(100% - 185px);
	z-index: -1;
}

.sec-program h2 {
	margin-top: 24px;
	text-align: center;
}

.sec-program h2 i {
	display: block;
	margin-bottom: 28px;
}

.sec-program h2 strong {
	display: block;
}

.sec-program ul {
	margin-top: -75px;
}

.sec-program li {
	position: relative;
	float: left;
	width: 326px;
	margin: 70px 56px 0 0;
	list-style: none;
}

.sec-program li:nth-of-type(3n) {
	margin-right: 0;
}

.sec-program.loaded li:nth-of-type(3n-1) {
	transform: translateY(80px);
}

.sec-program li .label {
	position: absolute;
	top: -22px;
	left: 16px;
}

#mainContents .sec-program li figure {
	margin-bottom: 25px;
}

.sec-program li figure img {
	border-radius: 22px;
}

.sec-program li h3 {
	margin-bottom: 20px;
	color: #F29848;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.12em;
}

.sec-program li h3 i {
	display: inline-block;
	margin-right: 12px;
	transform: translateY(1px);
}

.sec-program li p {
	color: #462E19;
	font-size: 12px;
	text-align: justify;
	line-height: 1.8;
	letter-spacing: 0.1em;
}


/* .sec-gallery
---------------------------------------------------------------------------*/
.sec-gallery {
	width: 1102px;
	margin: 0 auto;
}

.sec-gallery ul {
	margin-top: -14px;
}

.sec-gallery li {
	float: left;
	width: 110px;
	margin: 14px 14px 0 0;
}

.sec-gallery li:nth-of-type(9n) {
	margin-right: 0;
}

.sec-gallery li a {
	display: block;
}

.sec-gallery li a > img {
	border-radius: 10px;
}


/* .img-btm
---------------------------------------------------------------------------*/
.img-btm {
	width: 1100px;
	margin: 100px auto 100px !important;
}

