@charset "utf-8";
/* CSS Document */
#content{
  background:url("../img/campaign/soymilkSQ/background.png")
    }
section.pink{
	width:100%;
}
section.white{
	background-color: #fff;
	width: 100%;
}
section.green{
    width:100%;
    background-color:rgba(27,108,77,1.00);
    padding: 0px 0;
}
/*ボタン*/
.btn {
  max-width: 300px;
  margin: 50px auto;
    padding-bottom: 20px;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(27,108,77,1.00);
	border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color:rgba(27,108,77,1.00);
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: rgba(27,108,77,1.00);
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent rgba(27,108,77,1.00);
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.arrow_btn {
    display: inline-block;	
    position: relative;	
    width:80% ;	
    padding: 0.8em;	
    text-align: center;	
    text-decoration: none;	
    color: #1A4D06;	
    background: #fff;	
    border-radius: 30px;
    border:1px solid #1A4D06;
    transition: transform ease .3s;
}
.arrow_btn:hover {
    cursor: pointer; text-decoration: none;
}
.arrow_btn span {
    display: inline-block;	text-decoration: none;	transition: transform ease .3s;
}
.arrow_btn:hover span{
    cursor: pointer;	text-decoration: none;	transform: translateX(6px);
}

.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

/*上下に動かす*/
.updown{
animation-name:UpDown;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
animation-direction: alternate;
}
/* アニメーションの設定 */
@keyframes UpDown{
/* 開始地点 */
0%{
/* Y軸0px */
transform: translateY(0);
}
/* 終了地点 */
100%{
/* Y軸30px */
transform: translateY(30px);
}
}
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}
.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
    }


/*　PC用スタイル　
------------------------------------------------------*/
@media print, screen and (min-width:768px){
#main{
    width: 1080px;
    margin: auto;
}
.c-name{
       text-align: center;
    }  
    .c-name img{
        max-width: 100%;
    } 
.c-nameSP{
       display: none;
    }  
   
.catch {
        margin: auto;
    position: relative;
}
	
	
    .thema{
        text-align: center;
    }    
.thema img{
    max-width: 100%;
}
   
    .info{
		width:1080px;
        line-height: 1.1em;
        padding:50px;
		margin:auto;
    }
.sns{
    justify-content: center;
    width:80%;
    padding:0 50px;
    text-align: center;
}    
/*応募方法*/
    #how{
        margin:auto;
        padding:50px 0;
    }
    .title{
        max-width:100%;
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
    }
    
  @keyframes shake {
    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(10deg);
    }
}
	 #taisyo{
        width:90%;
        margin:50px auto;
        padding:50px 0;
        background: rgba(27,108,77,1.00);
    } 
	.btn_brand{
    width: 90%;
    margin: 20px auto 50px;
    text-align: center;
}

	 .flex-wrap{
        width: 90%;
        margin: 30px auto 0;
        padding:20px;
         border-radius: 10px;
        display:flex;
        justify-content:center;
		background: #fff;
    }
    .flex-item{
        width:300px;
        text-align: center;
        margin:0 20px;
        background: #fff;
    }
    .flex-item img{
          max-width:100%;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0 0;
    }
    .name{
        padding:10px 0 30px;
        font-size:0.78em;
        line-height: 1.5em;
        font-weight: bold;
        color:#1A4D06; 
        font-feature-settings: "palt";
    }
	
	.flex-wrap2{
		width: 90%;
        margin: 30px auto 0;
        padding:20px;
         border-radius: 10px;
        display:flex;
        justify-content:center;		
	}
	.flex-wrap3{
		width: 90%;
        margin: 0px auto 0;
        padding:0px;
         border-radius: 10px;
        display:flex;
        justify-content:center;		
	}
	.presentbox2{
		font-size: 1.3em;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		padding: 20px;
		line-height: 35px;
		
	}
	.toffy{
		width: 90%;
        margin: 20px auto 0;
        padding:5px;
         border-radius: 10px;
        display:flex;
        justify-content:center;		
	}
	/*応募ボタン*/
.button-011 {
    width: 90%;
    margin: auto;
    text-align: center;
}

.button-011 div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translateY(7px);
    width: 250px;
    margin: 0 auto;
    padding: .5em 0;
    border-radius: 10px;
    background-color:rgba(112,104,81,1.00);
    color:#fff;
    font-size: 1.1em;
}

.button-011 div::before,
.button-011 div::after {
    position: absolute;
    top: 100%;
    content: '';
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}


.button-011 div::before {
    width: 16px;
    height: 8px;
    background-color: rgba(112,104,81,1.00);
}

.button-011 div::after {
    width: 12px;
    height: 6px;
    background-color: rgba(112,104,81,1.00);
}

.button-011 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin: 0 auto;
    padding: .8em 2em;
    border: none;
    border-radius: 5px;
    background-color:gold;
    color: #332b00;
    font-weight: 600;
    font-size: 1.5em;
}

.button-011 button::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #332b00;
    border-right: 2px solid #332b00;
    content: '';
}

.button-011 button:hover {
    background-color:rgba(27,108,77,1.00);
}
	
}
/*--------------------------------
スマホ用スタイル
-------------------------------------------------------*/
@media screen and (max-width:767px) {
#main{
    width: 100%;
}
    .c-name{
 display: none;
    }  
    
	.c-nameSP{
       width: 100%;
    }  
	.c-nameSP img{
       max-width: 100%;
    }  
    .sns{
    justify-content: center;
    width:80%;
    padding:0 10px;
    text-align: center;
} 
	/*賞品紹介*/
	#present{
		width:90%;
		margin: auto;
		padding:30px 0;
		text-align: center;
		background: #fff;
		border-radius: 0.5em;
	}
	#present img{
		max-width: 100%;
	}
	#date{
		width:90%;
		margin: auto;
	}
	.huta {
		text-align: center;
		margin: auto;
		
	} 	
/*応募方法*/
    #how{
        margin:auto;
        padding:50px 0;
		position: relative;
    }
	
@keyframes shake {
    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(10deg);
    }
} 	
    .title{
        max-width:70%;
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .how_wrap{
        
    }
    .howbox{
        width:100%;
        text-align: center;
        margin-top: 50px auto;
    }
    .howbox img{
        max-width: 90%;
    }
     .thema{
        text-align: center;
    }    
.thema img{
    max-width: 100%;
}

   .info{
        line-height: 1.1em;
        background: #fff;
        padding:50px;
    }    
.sns{
    width:90%;
	margin: 10px auto;
    text-align: center;
}

 #taisyo{
        width:90%;
        margin:50px auto;
        padding:50px 0;
        background:rgba(27,108,77,1.00);
    } 
	.btn_brand{
    width: 95%;
    margin: 20px auto 50px;
    text-align: center;
}
	.flex-wrap{
        width: 90%;
	display: flex;
	flex-wrap: wrap;
        margin: 30px auto 0;
        padding:20px;
         border-radius: 10px;
		background: #fff;
    }
    .flex-item{ 
        width:35%;
        text-align: center;
        margin:0 20px;
    }
   .flex-item img{
        max-width:60%;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0 0;
    }
    .name{
        padding:10px 0 30px;
        font-size:0.7em;
        line-height: 1.2em;
        font-weight: bold;
        color:#1A4D06; 
        font-feature-settings: "palt";
    }
	.presentbox2{
		font-size: 1.2em;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		padding: 20px;
		line-height: 26px;
	}
	.bear{
		max-width: 100%;
	}
	.flex-wrap2{
		width: 90%;
        margin: 30px auto 0;
        padding:20px;
         border-radius: 10px;
        display:flex;
        justify-content:center;		
	}
	.flex-wrap3{
		width: 90%;
        margin: 0px auto 0;
        padding:0px;
         border-radius: 10px;
        display:flex;
        justify-content:center;		
	}
	.toffy{
		width: 90%;
        margin: 20px auto 0;
        padding:5px;
         border-radius: 10px;
        display:flex;
        justify-content:center;		
	}
	/*応募ボタン*/
	
.button-011 {
    width: 95%;
    margin: auto;
    text-align: center;
}

.button-011 div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translateY(7px);
    width: 50%;
    margin: 0 auto;
    padding: .5em 0;
    border-radius: 10px;
  background-color: rgba(112,104,81,1.00);
    color:#fff;
    font-size: 1.1em;
}

.button-011 div::before,
.button-011 div::after {
    position: absolute;
    top: 100%;
    content: '';
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}


.button-011 div::before {
    width: 16px;
    height: 8px;
    background-color: rgba(112,104,81,1.00);
}

.button-011 div::after {
    width: 12px;
    height: 6px;
     background-color: rgba(112,104,81,1.00);
}

.button-011 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding: .8em 2em;
    border: none;
    border-radius: 5px;
   background-color:gold;
    color: #332b00;
    font-weight: 600;
    font-size: 1.2em;
}

.button-011 button::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #332b00;
    border-right: 2px solid #332b00;
    content: '';
}

.button-011 button:hover {
   background-color: rgba(112,104,81,1.00);
}

/* -------------------------
タブレット用スタイル 
----------------------------------------------------------*/

	
	