@charset "utf-8";
/* CSS Document */

html{
	width:100%;
	height: 100%;
	overflow: auto;
	font-size: 62.5%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
@media all and (-ms-high-contrast:none) {
	html{ /*IE用*/
	}
}

body {
	width: 100%;
	height: 100%;
	font-size: 10px;
	font-size: 1.0rem;
}

div, p{
  box-sizing: border-box;
}

/* PC-SP切り替え */
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


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

	全体

-------------------------------*/
.over_wrap{
	margin: 0px auto;
	max-width: 1000px;
  padding:0 20px;
}

p{
	font-size: 1.8rem;
	margin: 2px 0 2px;
}

h1 {
  text-align: center;
}

/*---------- 黄色い線 ----------*/
h3{
  text-align: center;
  font-size:2.0rem;
  margin:50px 0 40px;
}

h3 span{
  position: relative;
  text-align: center;
  padding: 5px;
}
h3 span::before{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 20px;
  background-color: #ffe71b;
}

/*---------- h2 ----------*/
.rbf-title{
	box-sizing: border-box;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
	height: 100px;
  margin-bottom:40px;
}

.rbf-title img{
  width: 500px;
  display: block;
  margin:0 auto;
}

h2{
	margin-top: 70px;
}

/* 各カラー（背景色） */
.purple{background-color: rgba(128,106,181,1);}
.purple p::before{background-image: url(img/purple-icon.png);}

.green{background-color: rgba(15,175,140,1);}

.orange{background-color: rgba(255,115,5,1);}

.light-blue{background-color: rgba(41,171,226,1);}

.yellow{background-color: rgba(255,231,27,1);}

.gray{background-color: rgba(242,242,242,1);}

.pink{background-color: rgba(242,59,151,1);}



/* 各カラー（文字色） */
.blue{color: rgba(46,49,146,1);}

/*---------- 虹の線 ----------*/
.rb_border {
	width: 100%;
	height: 15px;
	border: 0;
	background: repeating-linear-gradient(-45deg,
	#e60033 , #e60033 15px,
	#fff 15px, #fff 30px, #f08300 30px, #f08300 45px,
	#fff 45px, #fff 60px, #ffd900 60px, #ffd900 75px,
	#fff 75px, #fff 90px, #3eb370 90px, #3eb370 105px,
	#fff 105px, #fff 120px, #bce2e8 120px, #bce2e8 135px,
	#fff 135px, #fff 150px, #0095d9 150px, #0095d9 165px,
	#fff 165px, #fff 180px, #884898 180px, #884898 195px,
	#fff 195px, #fff 210px);
	margin: 10px 0;
	}



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

	コンセプト

-------------------------------*/
.concept-title{
	font-size: 2.0rem;
	text-align: center;
	margin-top: 30px;
}

.rb_concept_border {
	width: 100%;
	height: 15px;
	border: 0;
	background: repeating-linear-gradient(-45deg,
	#e60033 , #e60033 15px,
	#fff 15px, #fff 30px, #f08300 30px, #f08300 45px,
	#fff 45px, #fff 60px, #ffd900 60px, #ffd900 75px,
	#fff 75px, #fff 90px, #3eb370 90px, #3eb370 105px,
	#fff 105px, #fff 120px, #bce2e8 120px, #bce2e8 135px,
	#fff 135px, #fff 150px, #0095d9 150px, #0095d9 165px,
	#fff 165px, #fff 180px, #884898 180px, #884898 195px,
	#fff 195px, #fff 210px);
	margin: 30px auto ;
	}

	.concept-text{
		font-size: 1.3rem;
		line-height: 2.7rem;
	}

	.concept{
		box-sizing: border-box;
		color: #FFF;
		text-align: center;
		background-color: rgba(46,49,146,1);
		width: 100px;
		padding: 5px;
		margin: 50px auto 0;
	}


.rb-fount_box{
  width: 50%;
	box-sizing: border-box;
}

.rb-fount_box img{
	width: 100%;
}


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

	「七色の噴水」について

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

.raionbow-time img{
  width:100%;
}

.rbf_about{
	box-sizing: border-box;
  width: 50%;
}

.rbf_about:first-child{
	padding: 0 30px 0 0;
}

.rbf_about:last-child{
	padding: 0 0 0 30px;
}

.rbf_about img{
	width: 100%;
	margin: 10px auto 0;
}

.rbf_about p{
	font-size: 1.0rem;
}


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

	「七色の噴水」を撮る

-------------------------------*/
.address{
	padding-right: 20px;
	width: 30%;
}

.address .subttl{
  font-size:1.4rem;
	font-weight:bold;
  border-left:10px solid #0faf8c;
  padding-left:10px;
  color:#0faf8c;
  margin-bottom:20px;
}

.rbf-box_1{
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
}
.rbf-box_1 img{
	width: 100%;
}

.gray-back{
  background-color: rgba(242,242,242,1);
	padding: 50px 30px;
	height: auto;
	margin-top: 70px;
  position:relative;
  z-index: -2;
}
.gray-back h3{
	margin-top:0;
}
.gray-back img{
  width:100%;
	max-width: 1000px;
	display: block;
	margin: 0 auto;
}

.map{
  width:70%;
}

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

	賞／応募作品例

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

.flex-box{
	display: flex;
}

.award-wrap{
  justify-content: space-between;
}

.award-top{
	width: 49%;
	padding-right: 20px;
	box-sizing: border-box;
}
.award-top img{
	width: 100%;
}

.award{
	width: 49%;
	display: flex;
	flex-direction: column;
}

.award .flex-box{
	margin-bottom:20px;
}

.award .img-wrap{
	width: 35%;
	display: flex;
}

.award .img-wrap img{
	width: 100%;
}

.award-ttl{
  font-size:1.3rem;
  font-weight:bold;
}

.text-wrap{
	width: 65%;
	padding: 0 20px;
}

.prize.gray-back{
  padding:0 20px;
}

#text-only .flex-box{
  width:22%;
}
#text-only .flex-box:first-child{
  width:34%;
}
#text-only .flex-box .text-wrap{
  width:100%;
  padding:0 0 0 22px;
}
#text-only .flex-box:first-child .text-wrap{
  padding:0;
}
#text-only .flex-box .award-ttl{
  font-size:1.2rem;
}

@media screen and (max-width: 768px) {
  #text-only .flex-box:first-child{
    width:100%;
  }
  #text-only .flex-box{
    width:100%;
    margin-bottom:40px;
  }
  #text-only .flex-box .text-wrap{
    padding:0;
  }
}



/*---------- 審査員----------*/
.judge{
	max-width: 1000px;
    padding:0 20px;
	margin: 0 auto;
}

.judge img{
  width:100%;
	max-width: 1000px;
	display: block;
	text-align: center;
}

.result{
	max-width: 1000px;
    padding:0;
	margin: 0 auto;
}
.result img{
  width:100%;
  max-width: 1000px;
  display: block;
  text-align: center;
  padding:0;
}


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

	「七色の噴水」を撮って応募しよう！

-------------------------------*/
#procedure{
  margin-top:70px;
	padding:50px 0;
	background-image: url('img/apply-bk.png');
	background-size: cover;
}
#procedure .over_wrap{
	background-color:white;
	margin:50px auto;
}

#procedure .content{
	padding:70px 50px;
}
#procedure .flex-box .half{
	width:50%;
	padding:30px 40px;
}

#procedure .flex-box .half img{
	width:100%;
}

#procedure h2,
#procedure h2 span{
	display: inline-block;
	margin-bottom:0;
	color:white;
}
#procedure h2{
  margin-top:30px;
	background-color: rgba(41,171,226,1);
	padding: 0 30px 0 0;
  font-size:1.2rem;
}
#procedure h2 span{
	background-color: black;
	padding: 15px 30px;
  margin-right:30px;
	left: 0;
}

#procedure .caution{
  font-size:0.9rem;
}

#procedure .half-instagram .caution{
  margin-top:20px;
}


#drone{
	margin:40px auto 20px;
	border:1px solid black;
}
#drone .flex-box{
	padding:20px 40px;
}
#drone .text-left{
	width:65%;
  padding-right:20px;
}
#drone .drone-ok{
  font-size:1.3rem;
  margin-bottom:10px;
}
#drone .black{
	background-color: black;
	color:white;
  padding:20px;
  margin-bottom:20px;
}
#privacyCheck{
	text-align: center;
  margin-top:50px;
}

.font_bold{
	font-weight: bold;
}


.bw-arrow {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: rgba(255,115,5,1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
	color: #FFFFFF;
	font-size: 1.2rem;
	padding: 16px 10px 16px 15px;
	text-align: center;
	max-width: 300px;
	-webkit-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
  font-size:1.0rem;
  margin:20px auto;
}

.bw-arrow > *:first-child {
	width: calc(100% - 10px * 3);
}

.bw-arrow::after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 8px;
	height: 8px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);
	margin-left: 15px;
}

.bw-arrow:hover {
	opacity: 0.5;
}

a.bw-arrow:link, a.bw-arrow:active, a.bw-arrow:hover, a.bw-arrow:visited {
	color: #FFFFFF;
	text-decoration: none;
}

button.bw-arrow {
	width: 100%;
	border: none;
	cursor: pointer;
}

.btn-down{
  background: #ff3b97;
}
.btn-down.bw-arrow::after {
	margin-right: 10px;
	transform: translateX(-50%) rotate(135deg);
}


.half-instagram{
	width:50%;
	padding:70px 40px;
}

.flex-box .half-owl{
	width: 35%;
}

.flex-box .half-owl img{
	width:100%;
}
.drone-point{
	margin-top:20px;
}
.drone-point img{
	width:100%;
}
#drone .flex-box{
	box-sizing: border-box;
	width: 100%;
}

#drone .text-wrap{
	border: solid rgba(140,198,63,1);
	background-color: rgba(230,245,190,1);
	padding: 20px;
}

#drone .caution{
  font-size: 0.9rem;
}


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

	お問い合わせ

-------------------------------*/
.wrap-contact{
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}


.over-wrap_text{
	text-align: left;
	display: block;
	margin: 0 auto;
}

.inq_address{
  margin-top:20px;
  font-size:1.1rem;
}

.title_s{
	display: block;
	margin: 30px auto 10px;
}

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

	リンク

-------------------------------*/
.link{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.link li{
  width:32%;
  list-style: none;
  margin:0 0 10px 0;
  padding:0;
}
.link li:nth-child(3n-1){
  margin:0 2%;
}
.link li img{
  width:100%;
}

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

	規約・個人情報保護方針

-------------------------------*/
.terms{
  font-size:0.9rem;
}

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

	フッター

-------------------------------*/
footer p{
  background: black;
  padding:40px 0;
  text-align: center;
  color:white;
  font-size: 0.9rem;
}


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

	スマホ

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

@media screen and (max-width: 768px) {
  h1{
    font-size:1.4rem;
  }
	h2{
		margin-top:40px;
	}
	.rbf-title{
		height:auto;
    margin-bottom:20px;
	}
	.rbf-title img{
		width:100%;
	}
	.flex-box{
		flex-direction: column;
	}
  #mainVisual .rb-fount_box{
    width:100%;
  }
  
  #mainVisual .rb-fount_box:last-child{
   -webkit-box-ordinal-group:1;
　　-ms-flex-order:1;
　　-webkit-order:1; 
    order:1;
  }
  
  #mainVisual .rb-fount_box:first-child{
    -webkit-box-ordinal-group:2;
　　-ms-flex-order:2;
　　-webkit-order:2;    
    order:2;
  }
  
  .map{
    width:100%;
  }
    .concept-title{
    	font-size:1.6rem;
    }
    .concept-text,
    .rbf_about p{
    	font-size:1.0rem;
    	line-height:1.7rem;
    }
	.award .flex-box{
		flex-direction: row;
	}
	.award{
		width:100%;
		/*padding:30px;*/
	}
/*	.award .flex-box{
		padding-bottom:30px;
	}*/
	.award-top{
		width:100%;
		padding-right:0;
		margin-bottom:20px;
	}
	.award .img-wrap{
		display: block;
	}
	.award-ttl{
		font-size:1.0rem;
	}
  .prize.gray-back{
    padding:40px 20px;
  }  
	.gray-back img,
	.judge img{
		width:100%;
	}
	.judge img{
		margin-bottom:20px;
	}
	.gray-back img,
	.result img{
		width:100%;
	}
	.result img{
		margin-bottom:20px;
		padding:0;
	}
	.rbf_about{
		width:100%;
    padding-right:0;
    padding-left:0;
	}
	.address,
	.rbf-box_1{
		padding:30px 0;
		width:100%;
	}
	.gray-back{
		margin-top:0;
    padding:40px 20px;
	}
	.text-wrap{
		padding:0 0 0 10px;
	}
	#procedure .over_wrap{
	  margin:0 10px;
	  padding: 10px;
	}
  
	#procedure .content{
		padding:0 0 20px;
	}
	#procedure .flex-box{
		padding:20px 0;
	}
	#procedure .flex-box .half,
	.half-instagram{
		width:100%;
		padding:10px 20px;
	}
	#procedure h2 {
		padding-right:13px;
		font-size:16px;
	}
	#procedure h2 span{
		padding:8px 13px;
		margin-right:13px;
	}
	#drone .flex-box{
		padding:16px 10px;
	}
	#drone .text-left{
		width:100%;
		padding-right:0;
	}
	.flex-box .half-owl{
		width:100%;
	}
	.link{
		flex-direction: column;
		flex-wrap:nowrap;
		list-style: none;
	}
	.link li{
		width:100%;
	}
	.terms{
		padding:0 20px 40px;
	}
	#privacy .terms{
		padding:0;
	}
	#contact{
		padding:0 20px 30px;
	}
	.link li:nth-child(3n-1){
		margin:0 0 10px;
	}

}

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

	ナビゲーション

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

.naviBtn-wrap{
  width:80px;
  height: 80px;
  position: fixed;
  background: #ffe71b;
  top:0;
  right:0;
}

.naviBtn {
  display: block;
  width: 40px;
  height: 28px;
  position: fixed;
  top:25px;
  right:18px;
  cursor: pointer;
}

.naviBtn span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }
    .naviBtn span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #29abe2;
      border-radius: 4px;
    }
    .naviBtn span:nth-of-type(1) {
      top: 0;
    }
    .naviBtn span:nth-of-type(2) {
      top: 14px;
    }
    .naviBtn span:nth-of-type(3) {
      bottom: 0;
    }
    
    .peke {
        width:40px;
        height: 42px;
        top:20px;
    }
    .peke span:nth-of-type(1) {
      -webkit-transform: translateY(20px) rotate(-45deg);
      transform: translateY(20px) rotate(-45deg);
    }
    .peke span:nth-of-type(2) {
      opacity: 0;
    }
    .peke span:nth-of-type(3) {
      -webkit-transform: translateY(-20px) rotate(45deg);
      transform: translateY(-20px) rotate(45deg);
    }
        
    .drawr {
        display: none;
        background-color:#ffe71b;
        position: fixed;
        top: 80px;
        right:0;
        width:80%;
        max-width:400px;
        padding:20px 0 10px;
        z-index: 100;
        overflow-y: auto;
    }

    .naviMain{    
        width:100%;
        font-size:0.8rem;    
        background:#EFF6FA;
    }

    .naviMain li a{
        display: block;
        text-decoration: none;
        color:#4D4D4D;
        padding:12px 20px;    
        border-bottom: 2px solid #ffe71b;
    }
    .naviMain li:last-child a{
        border-bottom: none;
    }

    .naviSub{   
        width:100%;
        font-size:0.7rem;
        margin-top:20px;
    }
    .naviSub li a{
        display: block;
        color:#4D4D4D;
        text-decoration: none;
        margin-bottom:6px;
        padding:8px 20px;
        border-bottom: 1px solid #fff;
    }

    .naviSub li a::before{
        content:"▶︎";
        font-size:0.5rem;
    }
