@charset "utf-8";
/* CSS Document */

#mainv{
	max-width: 1920px;
	margin-bottom: 22px;
  position:relative;
}

#mainv h1{
  position:absolute;
  top:100px;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  top:3vw;
}

#mainv p{
 position:absolute;
  top:12vw;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  font-size:24px;
  font-weight:bold;
  text-align:center;
}


#mainv p.chara{
 position:absolute;
  top:3vw;
left: 35%;
  width:9%;
}


	#mainv img{
		width: 100%;
	}
#contents_main{
  max-width: 1150px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  padding-bottom: 10rem
}


/*アコーディオン*/
  .ac {
    margin-bottom: 1.2rem;
    background: #fcfae0;
    box-sizing: border-box;
    border:solid 2px #81ab1f; 
    padding:1rem;
  }
  .ac > .ac-q {
    font-size: 24px;
    color: #231815;
    font-weight:bold;
    padding: 10px 60px 10px 60px;
    background: url(../img/qa_q.png) 0 -5px no-repeat;
    margin: 0;
    text-decoration: none;
    display: block;
    cursor: pointer;
    position: relative;
 
  }

  .ac > .ac-q::after {
    content: '+';
    text-align: center;
    right:10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    background:#faae7c;
    border-radius:5px;
    width:40px;
    height:40px;
  }

  .ac > .ac-a {
    overflow: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    display:flex;
    justify-content: space-around;
    padding-right:60px;
  }

  .ac > .ac-a p.txt {
    font-size: 18px;
    line-height: 1.8;
    color: #231815;
    margin: 0;
    padding: 10px 0 20px 60px;
    width:75%;
  }

.ac > .ac-a p.txt a{
text-decoration:underline;
  } 
.ac > .ac-a p.txt a:hover{
text-decoration:none;
  } 


  .ac.js-enabled > .ac-a {
    visibility: hidden;
  }

  .ac.is-active > .ac-a {
    visibility: visible;
  }

  .ac.is-active > .ac-q::after {
    content: '\2013';
  }




	.photo_jagabee{
		max-width: 289px;
		margin : 50px auto 0;
	}
	.btn_back_top{
		max-width: 509px;
		margin : 3em auto 0;
	}

	#banner_campaign{
		max-width: 946px;
		margin : 71px auto 0;
	}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  
#mainv h1{
width:15vw;

}  
  
#mainv p{
  top:13vw;
  font-size:1.4vw;

}
}


@media screen and (max-width: 767px) {
		#mainv{
			max-width: 100%;
			margin-bottom: 1rem;
		}
			#mainv img{
				width: 100%;
			}
		#contents_main{
		  max-width: 100%;
		  margin: 0 auto;
		  padding: 0;
		  padding-bottom: 4rem
		}

  
  
  
#mainv h1 {

    top: 9.5vw;
}  
  
#mainv p {
    position: absolute;
    top: 43vw;
    width: 80%;
  font-size:4vw;
}  
#mainv p.chara {
    position: absolute;
    top: 9vw;
    right: -10%;
    width: 22%;
    left: auto;
} 
 
  
  .accordion-container {
    
padding:0 1.5vw;
  } 
  
  .ac > .ac-q {
    font-size: 4.3vw;
    line-height:1.5;
padding: 1rem 45px 1rem 40px;
    background: url(../img/qa_q.png) 0 -3px no-repeat;   
    background-size:10%;
  }  
  
.ac > .ac-a {
    
    display:block;
  padding-right:0;
  } 
  
.ac > .ac-a p.txt {
width:100%;
  padding:2vw;
    font-size:4vw;
  } 
    

.ac > .ac-a p.txt + p {
text-align:center;
  }  
  
.ac > .ac-a p.txt + p img {
max-width:100%;
  width:auto!important;
  }
  
  .ac > .ac-q::after{
  width: 30px;
    height: 30px;
    line-height: 1.8; 
    font-size:16px;
  }
  
			.btn_back_top{
				max-width: 80%;
				margin : 2em auto 0;
			}

}


