@charset "utf-8";


body {
}
section a {
	color: #AF583B;
}

.bg {
	background: #000;
}
.bg span{
	color: #000;
	font-size: 32px;
	font-weight: 900;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff;
}
.bg_logo{
	margin: 0 auto;
	display: block;
}
.top_img{
	background-image: url('./img/webp/forerunner_image_3.webp');
	width: 100%;
	height: 50vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* Internet Explorer向けの設定（JPEG） */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.top_img {
		background-image: url('./img/forerunner_image_3.jpg');
	}
}
.forerunner_items{
	width: 100%;
	height: auto;
}
/*------------------------------------------------------------------------*/
@media (max-width:767px) {
	.bg span{
		font-size: 20px;
	}
	.bg_logo{
		width: 80%;
		margin: 50px auto;
		c
	}
}
/*-------------------------------------------------------------------------
	pagetop
-------------------------------------------------------------------------*/

.pagetop {
	background: #9A7670;
}
.pagetop span {
	color: #fff;
}
/*-------------------------------------------------------------------------
	logo
-------------------------------------------------------------------------*/


/*------------------------------------------------------------------------*/

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


}

/*-------------------------------------------------------------------------
	kv
-------------------------------------------------------------------------*/

#kv {
	width: 100%;
	height: 85%;
	background: url('img/webp/forerunner_image_1.webp') no-repeat center center / cover;
	position: relative;
	padding-top: 80px;
}
/* Internet Explorer向けの設定（JPEG） */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.top_img {
		background-image: url('img/forerunner_image_1.jpg');
	}
}
#kv h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	line-height: 1.25;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}


#kv p {
	position: absolute;
	left: 64px;
	bottom: 64px;
}
.point_group {
    display: flex;
    text-align: center;
	position: absolute;
	column-gap: 3vw;
    bottom: -13%;
    left: 50%;
    transform: translate(-50%, 10%);
}
.point_circle {
	background-color: #c39000;
    color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
	font-size: 20px;
}
/*------------------------------------------------------------------------*/

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


	#kv {
	height: 50%;
	}
	#kv h1 {
		font-size: 30px;
	}
	.point_group{
		column-gap: 2vw;
		bottom: -50px;
	}
	.point_circle{
		width: 30vw;
		height: 30vw;
		font-size: 3vw;
	}

}

/*-------------------------------------------------------------------------
	h2
-------------------------------------------------------------------------*/

h2 {
	font-size: 48px;
	line-height: 1.25;
	text-align: center;
}
/*------------------------------------------------------------------------*/

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


	h2 {
		font-size: 28px;
	}



}


/*-------------------------------------------------------------------------
	h3
-------------------------------------------------------------------------*/

h3 {
	font-size: 32px;
	line-height: 1.75;
	text-align: center;
}

/*------------------------------------------------------------------------*/

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


	h3 {
		font-size: 15px;
	}


}



/*-------------------------------------------------------------------------
	full
-------------------------------------------------------------------------*/


.full {
	text-align: right;
	background: rgba(101, 112, 150, .5);
	padding: 72px 0;
	margin-left: calc(50% - 50vw);
	margin-right: auto;
	margin-bottom: -96px;
	position: relative;
	z-index: 1;
}
.full.right {
	background: rgba(206, 134, 121, .5);
	padding: 72px 0;
	margin-right: calc(50% - 50vw);
	margin-left: auto;
	margin-bottom: -96px;
	position: relative;
	z-index: 1;
}


/*------------------------------------------------------------------------*/

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



	.full {
		padding: 32px 0;
		margin-bottom: -24px;
	}
	.full.right {
		padding: 32px 0;
		margin-bottom: -24px;
	}


}
/*-------------------------------------------------------------------------
	box
-------------------------------------------------------------------------*/

.box {
	color: #000;
}

/*-------------------------------------------------------------------------
	spec
-------------------------------------------------------------------------*/

.spec {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -16px -64px -16px;
}
.spec li {
	flex: none;
	width: calc(100% / 2 - 32px);
	margin: 0 16px 64px 16px;
}
.spec dl {
	display: flex;
	align-items: center;
}
.spec dt {
	flex: none;
	width: 96px;
	margin-right: 24px;
	text-align: center;
}
.spec dt img {
	zoom: .75;
	width: 95%;
	height: auto;
}
.spec dd {
	flex: 1;
}


/*------------------------------------------------------------------------*/

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

	.spec {
		margin-bottom: -32px;
	}
	.spec li {
		flex: none;
		width: calc(100% - 32px);
		margin-bottom: 32px;
	}
	.spec dt {
		width: 80px;
		margin-right: 16px;
	}
	.spec dt img {
		zoom: .5;
		width: 80%;
		height: auto;
	}


}
/*-------------------------------------------------------------------------
	Youtube
-------------------------------------------------------------------------*/
.iframe {
	margin-bottom: 20px;
}

/*-------------------------------------------------------------------------
	pickup
-------------------------------------------------------------------------*/


.pickup {
	position: relative;
	display: none;
}
.pickup.active{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pickup dt {
	order: 1;
	flex: 1;
	margin-left: 64px;
	display: none;
}
.pickup dt img {
}
.pickup dd {
	flex: 1;
	display: none;
}
.active dt, .active dd {
	display: block;
}
.pickup dd h3 {
	text-align: left;
}
.pickup dd big {
	font-size: 24px;
}
.button_group{
	display: flex;
	width: 100%;
    justify-content: center;
}
.btn_title{
	text-align: center;
	margin-top: 10px;
}
.color_button {
	margin: 10px;
	padding: 10px 20px;
	border: 1px solid #ccc;
	cursor: pointer;
	background-color: #fff;
}
.color_button:hover{
	border: 1px solid #000;
}

/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	.pickup.active{
		display: block;
	}
	.pickup dt {
		margin-left: 0;
		margin-bottom: 24px;
		text-align: center;
	}
	.pickup dt img {
		width: 50%;
	}
	.pickup dd {
		text-align: center;
	}
	.pickup dd h3 {
		text-align: center;
	}
	.pickup dd big {
		font-size: 24px;
	}



}

/*-------------------------------------------------------------------------
	end
-------------------------------------------------------------------------*/

.end {
	background: #fff;
	color: #000;
}

/*------------------------------------------------------------------------*/

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




}
