
/* ================================

サカコン[2019] css　matsumoto

====
.soccercon {
	width: 100%;
	background: #fff;
}
*/
/* メインビジュアル */
.soccercon .mainvisual {
	width: 100%;
	height: 910px;
	background: url(./img/2019/mainvisual_bg.png) left top no-repeat;
	position: relative;
}
.soccercon .mainvisual h1,
.soccercon .mainvisual img {
	position: absolute;
}
.soccercon .mainvisual h1 {
	left: 0;
	top: 250px;
}
.soccercon .mainvisual .img01 {
	top: 10px;
	left: 20px;
}
.soccercon .mainvisual .img02 {
	bottom: 20px;
	right: 10px;
}
.soccercon .mainvisual .img03 {
	top: 260px;
	left: 50px;
}
.soccercon .mainvisual .img04 {
	bottom: 120px;
	left: 0px;
}
.soccercon .mainvisual .img05 {
	bottom: 10px;
	right: 10px;
}

/* 各タイトル */
.soccercon h3 {
	width: 100%;
	margin: 0;
	padding: 7px 0 7px 10px;
	border-left: 10px solid #1e2380;
	background: #e71b5f;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
.soccercon h3:last-of-type {
	border-left-color: #e71b5f;
	background: #ba9b55;
}

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

	/* メインビジュアル */
	.soccercon .mainvisual {
		width: 100%;
		height: auto;
		background: none;
	}
	.soccercon .mainvisual img {
		position: relative;
	}

	/* 各タイトル */
	.soccercon h3 {
		padding: 7px 0 7px 5px;
		border-left: 5px solid #1e2380;
		font-size: 1.48em;
	}

}
<!--
/* おすすめポイント */
.soccercon .pointBox {
	width: 100%;
	padding: 0;
	background: url(./img/2019/soccercon_bg.png) left top repeat-y;
}
.pointBox .point_field {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 0 20px;
}
.pointBox .point_field dl {
	width : 31%;
	margin: 0 auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #fff;
}
.pointBox .point_field dl dt {
	padding: 15px 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #d60065;
	line-height: 1.27 !important;
}
.pointBox .point_field dl:first-of-type dt {
	padding: 25.5px 10px;
}
.pointBox .point_field dl dd:last-of-type {
	padding: 10px 15px;
	font-size: 1.08em;
}

.pointBox .point_field .present {
	width: 100%;
	margin: 15px 0 0;
	background: url(./img/2019/point_present_bg.png) left top no-repeat;
}
.pointBox .point_field .present p {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #1e2380;
	text-align: center;
}

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

	.soccercon .pointBox {
		width: 100%;
		padding: 0;
		background: url(./img/2019/soccercon_bg.png) left top repeat-y;
	}
	.pointBox .point_field {
		display: block;
		padding: 15px 0 20px;
	}
	.pointBox .point_field dl {
		display: flex;
		width : 90%;
		margin: 0 auto;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		background: none;
		position: relative;
	}
	.pointBox .point_field dl:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		font-size: 0.01em;
		height: 0px;
		overflow: hidden;
	}
	.pointBox .point_field dl dt,
	.pointBox .point_field dl dd {
		float: left;
		position: relative;
	}
	.pointBox .point_field dl dt {
		width: 30%;
		padding: 0;
		z-index: 9999;
	}
	.pointBox .point_field dl:first-of-type dt {
		padding: 0;
	}
	.pointBox .point_field dl dd:last-of-type {
		width: 84%;
		margin: 18px 0 0 -50px;
		padding: 15px 10px 15px 60px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		background: #fff;
		font-size: 1.08em;
		font-weight: bold;
		color: #d60065;
		line-height: 1.27 !important;
		z-index: 999;
	}
	.pointBox .point_field dl:first-of-type dd:last-of-type {
		margin-top: 24px;
	}

	.pointBox .point_field .present {
		background: url(./img/2019/point_present_bg.png) center top no-repeat;
		background-size: 220% auto;
	}
	.pointBox .point_field .present p {
		padding: 15px 25px;
		font-size: 1.28em;
	}

}


/* スキーム */
.soccercon .schemeBox {
	width: 100%;
	height: 665px;
	padding: 0;
	background: url(./img/2019/scheme_bg.png) left top no-repeat;
	position: relative;
}
.schemeBox .sbox {
	display: inline-block;
	width: 280px;
	margin: 0;
	padding: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.38);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.38);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.38);
	background: #fff;
	overflow: hidden;
	position: absolute;
}
.schemeBox .sbox dt {
	width: 100%;
	padding: 10px 0 120px;
	font-size: 1.5em;
	font-weight: bold;
	color: #d60065;
	text-align: center;
}
.schemeBox .sbox dd {
	padding: 7px 7px 7px 10px;
	font-size: 1.18em;
	line-height: 1.47 !important;
}
.schemeBox .schemeshot01 dt {
	background: url(./img/2019/scheme_img01.png) center 50px no-repeat;
}
.schemeBox .schemeshot02 dt {
	background: url(./img/2019/scheme_img02.png) center 50px no-repeat;
}
.schemeBox .schemeshot03 dt {
	background: url(./img/2019/scheme_img03.png) center 50px no-repeat;
}
.schemeBox .schemeshot04 dt {
	background: url(./img/2019/scheme_img04.png) center 50px no-repeat;
}
.schemeBox .lottery {
	display: inline-block;
	position: absolute;
	top: 250px;
	right: 20px;
	z-index: 9999;
}
.schemeBox .schemeshot01 {
	top: 30px;
	left: 150px;
}
.schemeBox .schemeshot02 {
	top: 30px;
	right: 160px;
}
.schemeBox .schemeshot03 {
	top: 340px;
	right: 50px;
}
.schemeBox .schemeshot04 {
	top: 340px;
	left: 270px;
}
.schemeBox .party_end {
	width: 120px;
	height: 120px;
	padding: 45px 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.38);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.38);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.38);
	background: #fff;
	font-size: 1.6em;
	font-weight: bold;
	color: #d60065;
	text-align: center;
	position: absolute;
	top: 400px;
	left: 70px;
}
.schemeBox .arrows {
	position: absolute;
	z-index: 999;
}
.schemeBox .arrow01 {
	top: 150px;
	left: 425px;
}
.schemeBox .arrow02 {
	top: 260px;
	right: 80px;
	transform: rotate(-115deg);
	-ms-transform: rotate(-115deg);
	-moz-transform: rotate(-115deg);
	-webkit-transform: rotate(-115deg);
	-o-transform: rotate(-115deg);
}
.schemeBox .arrow03 {
	top: 430px;
	right: 320px;
}
.schemeBox .arrow04 {
	transform: rotate(-180deg);
	top: 430px;
	left: 180px;
}

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

	.soccercon .schemeBox {
		width: 100%;
		height: auto;
		padding: 10px 0 0 10px;
		background: url(./img/2019/scheme_bg.png) center top no-repeat;
		position: relative;
		background-size: auto 100%;
	}
	.schemeBox .inner {
		width: 98%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.schemeBox .inner:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		font-size: 0.01em;
		height: 0px;
		overflow: hidden;
	}
	.schemeBox .inner:before {
		display: block;
		content: "";
		width: 80px;
		height: 60px;
		margin: -40px auto -20px;
		background: url(./img/2019/scheme_arrow01.png) left top no-repeat;
		background-size: 100% auto;
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}
	.schemeBox .inner:first-of-type:before {
		display: none;
	}
	.schemeBox .inner p {
		float: left;
		width: 25%;
		position: relative;
		z-index: 9999;
	}
	.schemeBox .inner span {
		float: left;
		display: inline-block;
		width: 82%;
		margin: 18px 0 0 -10%;
		padding: 10px 10px 10px 13%;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		background: #fff;
		overflow: hidden;
		vertical-align: ;
		font-size: 1.48em;
		font-weight: bold;
		color: #d60065;
		text-align: left;
		line-height: 1 !important;
		position: relative;
		z-index: 999;
	}
	.schemeBox .inner:last-of-type span {
		float: none;
		width: 80%;
		margin: 18px auto;
		padding: 10px 0;
		text-align: center;
	}
	.schemeBox .shot05 {
		text-align: center;
	}
	.schemeBox .inner .shot_sub {
		position: absolute;
		top: 20px;
		right: 10px;
		z-index: 99999;
	}

}

/* スケジュール */
.soccercon .scheduleBox {
	width: 100%;
	padding: 30px 0 20px;
	background: #fff7fb url(./img/2019/schedule_bg_img.png) 565px 15px no-repeat;
}

.scheduleBox dl {
	display: table;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
.scheduleBox dl dt,
.scheduleBox dl dd {
	display: table-cell;
	vertical-align: top;
}
.scheduleBox dl dt {
	width: 12%;
	padding: 5px 0 0 20px;
	font-size: 1.08em;
}
.scheduleBox dl dd {
	font-size: 1.6em;
	font-weight: bold;
}
.scheduleBox dl:nth-of-type(6) dd ul li:first-of-type {
	color: #1e2380;
}
.scheduleBox dl:nth-of-type(6) dd ul li:last-of-type {
	color: #db005c;
}
.scheduleBox dl dd span {
	font-size: 0.7em;
	font-weight: normal;
	color: #777;
}
.scheduleBox dl dd ul li {
	display: inline-block;
}
.scheduleBox dl dd.sat {
	color: #1e2380;
}
.scheduleBox dl dd .map {
	width: 90px;
	margin: 5px 0 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #ff86c3;
	overflow: hidden;
}
.scheduleBox dl dd .map a {
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 0;
	font-size: 0.7em;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.scheduleBox dl:last-of-type dd ul li {
	position: relative;
}
.scheduleBox dl:last-of-type dd ul li:after {
	content: " → ";
}
.scheduleBox dl:last-of-type dd ul li:last-of-type:after {
	display: none;
}

.scheduleBox .orderBox {
	margin: 50px 0 30px;
}
.scheduleBox .orderBox ol {
	width: 100%;
}
.scheduleBox .orderBox ol li {
	display: inline-block;
	width: 48%;
}
.scheduleBox .orderBox ol li:first-of-type {
	padding-right: 10px;
	text-align: right;
	text-align: -webkit-right;
}
.scheduleBox .orderBox ol li:last-of-type {
	padding-left: 10px;
	text-align: left;
	text-align: -webkit-left;
}
.scheduleBox .orderBox ol li p {
	width: 60%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	overflow: hidden;
}
.scheduleBox .orderBox ol li:first-of-type p {
	background: #1e2380;
}
.scheduleBox .orderBox ol li:last-of-type p {
	background: #db005c;
}
.scheduleBox .orderBox ol li p a {
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 0px 18px;
	font-size: 2.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

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

	/* スケジュール */
	.soccercon .scheduleBox {
		width: 100%;
		padding: 15px 0 20px;
		background: none;
		background-color: #fff7fb;
	}

	.scheduleBox dl {
		margin: 0 0 18px;
	}
	.scheduleBox dl dt {
		width: 20%;
		padding: 5px 0 0 10px;
		font-size: 0.98em;
	}
	.scheduleBox dl dd {
		font-size: 1.28em;
		line-height: 1.47 !important;
	}
	.scheduleBox dl dd .map {
		margin: 7px 0 5px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}
	.scheduleBox dl dd .map a {
		padding: 10px 0;
		font-size: 0.88em;
	}

	.scheduleBox .orderBox {
		margin: 20px 0;
	}
	.scheduleBox .orderBox ol {
		display: table;
		width: 100%;
	}
	.scheduleBox .orderBox ol li {
		display: table-cell;
		width: 50%;
	}
	.scheduleBox .orderBox ol li:first-of-type {
		padding: 0;
		text-align: center;
		text-align: -webkit-center;
	}
	.scheduleBox .orderBox ol li:last-of-type {
		padding: 0;
		text-align: center;
		text-align: -webkit-center;
	}
	.scheduleBox .orderBox ol li p {
		width: 90%;
	}
	.scheduleBox .orderBox ol li p a {
		font-size: 1.6em;
	}

}

.attention {
	width: 100%;
	padding: 25px 0;
	border-top: 1px solid #ba9b55;
}
.attention ul {
	width: 70%;
	margin: 0 auto;
}
.attention ul li {
	width: 100%;
	margin: 0 0 3px;
	font-size: 0.98em;
	color: #666;
	position: relative;
}
.attention ul li:before {
	display: inline-block;
	content: "・";
}
.attention ul li:first-of-type {
	font-size: 1.08em;
	font-weight: bold;
}
.attention ul li:first-of-type:before {
	display: none;
}

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

	.attention {
		padding: 15px 0 5px;
	}
	.attention ul {
		width: 94%;
		margin: 0 auto;
	}
	.attention ul li {
		margin: 0 0 7px;
		line-height: 1.47 !important;
	}
	.attention ul li:before {
		display: inline-block;
		content: "・";
	}
	.attention ul li:first-of-type {
		font-size: 1.08em;
		font-weight: bold;
	}
	.attention ul li:first-of-type:before {
		display: none;
	}

}


img {
	width: auto !important;
}

.fBox_bnr {
	 display: flex;
	 margin: 20px 0;
}
.fBox_bnr li:first-of-type {
	margin-right: 32px;
}


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

	img {
		width: 100% !important;
	}

}