@charset "UTF-8";
/* CSS Document */
svg {
    width: 100%;
    height: auto;
}
img {
    width: 100%;
    height: auto;
	vertical-align: bottom;
}
.conBox{
	padding: 10em 0;
}
.geocamp{
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.geocamp a img:hover{
	opacity:0.7;
	transition:0.3s;
}
.geocamp a:link{
	color: #222;
	text-decoration: none;
}
.geocamp a:visited{
	color: #222;
	text-decoration: none;
}
.geocamp a:hover{
	color: #222;
	text-decoration: underline;
	opacity:0.7;
}
/*----------------------------------------------------------------
* title
----------------------------------------------------------------*/
.mainTitle{
	text-align: center;
	margin-bottom: 8em;
	
}
.mainTitle h3{
	font-family: 'Noto Sans JP', sans-serif;
  	font-weight: 600;
  	font-style: normal;
	color: #00a95f;
	font-size: 28px;
	letter-spacing: .1em;
}

.mainTitle h3 span{
	background:linear-gradient(transparent 70%, #ff6 70%);
}
/*-----------------------------------------------
	topMvArea
-----------------------------------------------*/
.topMv{
	position: relative;
	background-color: #000;
	margin-top: calc(35 / var(--width) * 100vw);
}

.topMvArea{
	position:relative;
	width:100%;
	height:750px;
	overflow: hidden;
	z-index: 1;
}
.mv-movie .mv-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    background: url("/-/media/Project/globeride/globeride_cojp/be-earth-friendly/geocamp/img/top_mv_sum.jpg") no-repeat;
	background-position: center center;
    background-size:cover;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover
}
 


.topMvArea h2{
	width: 500px;
	margin: -2em auto 0;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.topMvArea h2 img{
	width: 100%;
	height: auto;
}
/*-----------------------------------------------
	mainIm
-----------------------------------------------*/
.mainIm{
	background-color: #00a95f;
	padding: 5em 1em;
}
.mainIm img.spim{
	display: none;
}
/*-----------------------------------------------
	mainTx
-----------------------------------------------*/
.mainTx{
	background-color: #fbf8e9;
	background-image: url("/-/media/Project/globeride/globeride_cojp/be-earth-friendly/geocamp/img/bg.png");
	background-position: center center;
	background-repeat: repeat;
	text-align: center;
	padding: 8em 0;
}
.mainTx p.cat{
	width: 400px;
	margin: 0 auto 5em;
	
}
.mainTx p.cat span{
	background:linear-gradient(transparent 70%, #fff100 70%);
	padding: 0 1em;
	display: block;
	
}
.mainTx p.subTitle{
	font-size: 22px;
	margin-bottom: 2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}
.mainTx p.subTitle br{
	display: none;
}
.mainTx .txArea{
	margin-bottom: 5em;
}

.mainTx .txArea p{
	line-height: 2.4;
	font-size: 16px;
	margin-bottom: 3em;
	font-weight: 500;
}
.mainTx .txArea p:last-child{
	margin-bottom: 0;
}
.mainTx ul{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}
.mainTx ul li{
	width: 48%;
}
/*-----------------------------------------------
	news
-----------------------------------------------*/
.news.conBox{
	padding-bottom: 0;
}
/*-----------------------------------------------
	photo
-----------------------------------------------*/
.photo{
	background-color: #f2fbff;
}
/*-----------------------------------------------
	safety
-----------------------------------------------*/
.safety{
	
}
.safety ul{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
	padding-top: 5em;
}
.safety ul li{
	width: 48%;
}
.safety p{
	line-height: 2;
	font-size: 15px;
	padding: 0 2em;
}
/*-----------------------------------------------
	contact
-----------------------------------------------*/
.contactBox{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5em 3em;
}
.contact p.title{
	margin-bottom: 2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: 18px;
}
.contact p{
	line-height: 2;
	font-size: 15px;
}
.contact a:link{
	text-decoration: underline;
}
.contact a:visited{
	text-decoration: underline;
}
.contact a:hover{
	text-decoration: none;
}
.contact.conBox{
	padding-bottom: 0;
}
/*-----------------------------------------------
	partner
-----------------------------------------------*/
.partner{
	
}
.partner ul{
	width: 600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.partner ul li{
	width: 48%;
	text-align: center;
}
.partner ul li p.im{
	margin-bottom: .5em;
}
.partner ul li img{
	border: 1px solid #ddd;
}
/*-----------------------------------------------
	video
-----------------------------------------------*/

.video ul{
	text-align:center;
}
.video ul li{
	width:80%;
	margin: 0 1% 3em;
	vertical-align:top;
	display: inline-block;
}
.video ul li:last-child{
	margin:0 auto;
}
.mvArea p.tx{
	font-size: 14px;
}
.mv{
	
}
.mv{
	position:relative;
}
.mv img{
	width:100%;
	height:auto;
}
.mv p.play{
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:10%;
}
/*-----------------------------------------------
	PHOTO
-----------------------------------------------*/
.fieldArea{
	column-count:3;
	column-gap:1.5em;
	margin: 0 auto;
	width: 80%;
}
.grid {
	padding: 0em;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom:1.5em;
}
.grid img{
	width:100%;
	height:auto;
}

@media screen and (max-width:1000px) {
/*----------------------------------------------------------------
* title
----------------------------------------------------------------*/

.mainTitle h3{
	font-size: 26px;
}
/*-----------------------------------------------
	topMv
-----------------------------------------------*/
.topMvArea{
	height:700px;
}
.topMvArea h2{
	width: 45%;
	margin: -2em auto 0;
}
/*-----------------------------------------------
	mainIm
-----------------------------------------------*/
.mainIm{
	padding: 5em 0;
}
/*-----------------------------------------------
	video
-----------------------------------------------*/
/*-----------------------------------------------
	PHOTO
-----------------------------------------------*/
.fieldArea{
	width: 100%;
}
/*-----------------------------------------------
	safety
-----------------------------------------------*/
.safety ul{
	width: 90%;
}
/*-----------------------------------------------
	contact
-----------------------------------------------*/

.contact p.title{
	font-size: 16px;
}
/*-----------------------------------------------
	partner
-----------------------------------------------*/
.partner ul{
	width: 80%;
}
.partner p.tx{
	font-size: 13px;
}

}
@media screen and (max-width:769px) {
.conBox{
	padding: 8rem 0;
}
/*----------------------------------------------------------------
* title
----------------------------------------------------------------*/
.mainTitle{
	margin-bottom: 7rem;
}
.mainTitle h3{
	font-size: 1.8rem;
}
/*-----------------------------------------------
	topMvArea
-----------------------------------------------*/
.topMv{
	margin-top: 0;
}
.topMvArea{
	height:700px;
}
.topMvArea h2{
	width: 50%;
	margin: -2rem auto 0;
}
/*-----------------------------------------------
	mainIm
-----------------------------------------------*/
.mainIm{
	padding: 3rem 0;
}
.mainIm img.pcim{
	display: none;
}
.mainIm img.spim{
	display: block;
}
	
/*-----------------------------------------------
	mainTx
-----------------------------------------------*/
.mainTx{
	padding: 6rem 0;
}
.mainTx p.cat{
	width: 60%;
	margin-bottom: 3rem;
}
.mainTx p.subTitle{
	font-size: 1.6rem;
	margin-bottom: 2rem;
}
.mainTx .txArea{
	margin-bottom: 5rem;
}

.mainTx .txArea p{
	line-height: 2.4;
	font-size: 1rem;
	margin-bottom: 2rem;
	text-align: left;
	padding: 0 1rem;
}
.mainTx ul{
	width: 100%;
}
/*-----------------------------------------------
	video
-----------------------------------------------*/
.video ul li{
	width:90%;
}
.mv p.play{
	width:12%;
}
/*-----------------------------------------------
	PHOTO
-----------------------------------------------*/
.fieldArea{
	width: 90%;
	column-count:2;
	column-gap:.5em;
}
.grid {
	margin-bottom:.5em;
}
/*-----------------------------------------------
	safety
-----------------------------------------------*/
.safety ul{
	width: 90%;
	margin: 0 auto;
	padding-top: 3rem;
}
.safety ul li{
	width: 48%;
}
.safety p{
	font-size: .9rem;
	padding: 0 2rem;
}
/*-----------------------------------------------
	contact
-----------------------------------------------*/
.contactBox{
	padding: 2em 1em;
}
.contact p.title{
	margin-bottom: 2rem;
	font-size: 1rem;
}
.contact p{
	font-size: .9rem;
}
/*-----------------------------------------------
	partner
-----------------------------------------------*/
.partner ul{
	width: 90%;
}
.partner p.tx{
	font-size: .8rem;
}
.partner ul li p.im{
	margin-bottom: .5rem;
}
}
@media screen and (max-width:500px) {
.conBox{
	padding: 5rem 0;
}
/*----------------------------------------------------------------
* title
----------------------------------------------------------------*/
.mainTitle{
	margin-bottom: 4rem;
}
.mainTitle h3{
	font-size: 1.35rem;
}

/*-----------------------------------------------
	topMvArea
-----------------------------------------------*/
.topMvArea{
	height:450px;
}
.topMvArea h2{
	width: 58%;
	margin: -.3rem auto 0;
}
/*-----------------------------------------------
	mainIm
-----------------------------------------------*/
.mainIm{
	padding: 2rem 0;
}
/*-----------------------------------------------
	mainTx
-----------------------------------------------*/
.mainTx{
	padding: 4rem 0;
	background-size: 100%;
}
.mainTx p.cat{
	width: 75%;
	margin-bottom: 2rem;
}
.mainTx p.subTitle{
	font-size: 1.3rem;
	margin-bottom: 2rem;
}
.mainTx p.subTitle br{
	display: block;
}
.mainTx .txArea{
	margin-bottom: 2rem;
}

.mainTx .txArea p{
	line-height: 2;
	font-size: .95rem;
	margin-bottom: 1.5rem;
	text-align: left;
	padding: 0 1rem;
}
.mainTx .txArea p br.pcbr{
	display: none;
}
/*-----------------------------------------------
	video
-----------------------------------------------*/
.video ul li{
	width:100%;
}
.mv p.play{
	width:13%;
}
/*-----------------------------------------------
	PHOTO
-----------------------------------------------*/
.fieldArea{
	width: 96%;
	column-gap:.7rem;
}
.grid {
	margin-bottom:.7rem;
}
/*-----------------------------------------------
	safety
-----------------------------------------------*/
.safety ul{
	width: 100%;
	padding-top: 2rem;
}

.safety p{
	font-size: .8rem;
	padding: 0;
	line-height: 1.8;
}
/*-----------------------------------------------
	contact
-----------------------------------------------*/
.contactBox{
	padding: 2rem .8rem;
}
.contact p.title{
	margin-bottom: 1rem;
	font-size: .9rem;
}
.contact p{
	font-size: .8rem;
	line-height: 1.8;
}
.contact.conBox{
	padding: 1rem 0;
}
/*-----------------------------------------------
	partner
-----------------------------------------------*/
.partner ul{
	width: 80%;
	flex-wrap: wrap;
	row-gap:2rem;
}
	.partner ul li{
		width: 100%;
	}
.partner p.tx{
	font-size: .8rem;
}
.partner ul li p.im{
	margin-bottom: .3rem;
}
}