
@media screen and (max-width: 480px) {
	p {
		font-weight: bold;
	}
	
	h1 {
		margin-bottom: 0;
	}
	
	
	.header {
		padding-bottom: 20px;
		background: white;
	}
	
	.header-inner-logo {
		padding: 5px;
		text-align: center;
    }
    	
	.header-logo {
		padding: 0 20px;
	}
	
	.header-logo img {
		width: 100%;
		height: 100%;	
	}
	
	.header-logo img:first-child {
		margin-top: 0;
	}
	
	
	.container {
		width: 100%;
		background: white;
	}
	
	.gradient {
		height: auto;
	}
	

	#cat {
	    bottom: 50%;
        left: 45%;
    }
      
    #cat-img {
	    background: transparent url(img/cat-mini.png) no-repeat;
	    width: 30px;
	    height: 57px;
	    position: absolute;
	    bottom: 0;
    }
      
      
    .balloon1 {
	   font-size: 10px;
	}
	
    .balloon1:before {
	   	border-top: 10px solid rgba(190, 88, 57, 0.7);
	}
	
	
	.effect div {
		padding: 5px;
		margin: 0;
	}
	
	.position03 {
		bottom: 94%;
	}
	
	.position04 {
		bottom: 92%;
	}
	
	.position05 {
		bottom: 89%;
	}

	
	.position06 {
		left: 0;
	}
	
	.position07 {
		bottom: 68%;
	}

	.position08 {
		bottom: 66.5%;
	}
	
	.position09 {
		bottom: 65%;
	}

	.position10 {
		bottom: 62%;
	}
	
	.position11 {
		bottom: 55%;
	}
	
	.position12 {
		bottom: 50%;
	}
	
	.position13 {
		bottom: 43%;
	}
	
	.position02_r {
		right: 12%;
		bottom: 95%;
	}
	
	.position03_r {
		bottom: 92%;
	}
	
	.position04_r {
		bottom: 90%;
	}
	
	.position05_r {
		bottom: 88%;
	}
	
	.position06_r {
		bottom: 86%;
	}
	
	.position07_r {
		right: 0;
		bottom: 87%;
	}
	
	.position08_r {
		bottom: 81%;
	}
	
	.position09_r {
		bottom: 74%;
	}
	
	.position10_r {
		bottom: 69%;
	}
	
	.position11_r {
		bottom: 66%;
	}
	
	.position12_r {
		bottom: 51%;
	}
	
	.position13_r {
		right: 2%;
		bottom: 49%;
	}
	
	.position14_r {
		bottom: 20%;
	}
	
	.position15_r {
		bottom: 15%;
		right: 10%;
	}
	
	.position16_r {
		bottom: 14%;
	}
	
	/* 非組合員 */
	
	.position_h01 {
		bottom: 80%;
	}
	
	.position_h02 {
		left: 9%;
		bottom: 60%;
	}
	
	.position_h03 {
		left: 8%;
		bottom: 58%;
	}
	
	.position_h04 {
		bottom: 43%;
	}
	
	.position_h06 {
		left: 30%;
		bottom: 59%;
	}
	
	.position_h07 {
		left: 28%;
		bottom: 13%;
	}

    .balloon2 {
	   font-size: 10px;
	}
	
    .balloon2:before {
	   	border-top: 10px solid rgba(59, 135, 50, 0.7);
	}
		
	
	.tapestry {
		display: none;
	}
	
    /* post-card */
    
    .gradient_2 {
	    height: auto;
    }
    
    .gradient_2 p {
	    margin-bottom: 0;
	    padding-bottom: 20px;
    }
    
    .grid {
	    width: 90%;
	    margin: 0 auto;
    }
    
    .grid-item {
	    width: 100%;
	    margin: 0 auto;
	    margin-bottom: 10px;
    }
    
    .grid-item img {
	    width: 100%;
    }
    
    .grid-item p {
	    line-height: 1;
	}
    
    
	
	
    /* 	move */
    
    .move {
	    padding-bottom: 20px;
    }
    
    .col_3 {
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    height: auto;
	    padding-bottom: 30px;
    }
	
	.responsive_video { 
    	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 30px;
    	height: 0;
    	overflow: hidden;
    	margin-bottom: 20px; /*追加*/
    }
    
	.responsive_video video, 
	.responsive_video iframe, 
	.responsive_video object, 
	.responsive_video embed { 
    	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	}
	
	.responsive_p {
		display: block;
	}
	
	.lyrics {
		margin: 20px 10px;
		font-size: 16px;
	}
	
	footer {
		position: relative;
    	z-index: 210;
		background: #f9f9f9;
		font-size: 1.2em;
	}
	
	footer h1{
		font-size: 16px;
	}
	
	footer p {
		font-size: 14px;
	}

	
	
}



@media screen and (min-width: 481px) and (max-width: 800px) {
	
	h3 {
		font-size: 1.2em;
	}
	
	small {
		font-size: 0.9em;
	}
		
	.lyrics {
		margin: 20px 10px;
		font-size: 0.9em;
	}

	.position03 {
		bottom: 94%;
	}
	
	.position04 {
		bottom: 92%;
	}
	
	.position05 {
		bottom: 89%;
	}

	
	.position06 {
		left: 0;
	}
	
	.position07 {
		bottom: 67%;
	}

	.position08 {
		bottom: 65%;
	}
	
	.position09 {
		bottom: 64%;
	}

	.position10 {
		bottom: 60%;
	}
	
	.position11 {
		bottom: 52%;
	}
	
	.position12 {
		bottom: 48%;
	}
	
	.position13 {
		bottom: 40%;
	}
	
	.position02_r {
		right: 12%;
		bottom: 95%;
	}
	
	.position03_r {
		bottom: 92%;
	}
	
	.position04_r {
		bottom: 90%;
	}
	
	.position05_r {
		bottom: 88%;
	}
	
	.position06_r {
		bottom: 86%;
	}
	
	.position07_r {
		right: 0;
		bottom: 87%;
	}
	
	.position08_r {
		bottom: 81%;
	}
	
	.position09_r {
		bottom: 74%;
	}
	
	.position10_r {
		bottom: 68%;
	}
	
	.position11_r {
		bottom: 65%;
	}
	
	.position12_r {
		bottom: 49%;
	}
	
	.position13_r {
		right: 2%;
		bottom: 47%;
	}
	
	.position14_r {
		bottom: 17%;
	}
	
	.position15_r {
		bottom: 11.5%;
		right: 10%;
	}
	
	.position16_r {
		bottom: 10%;
	}

	
	.position_h01 {
		bottom: 78%;
	}
	
	.position_h02 {
		left: 9%;
		bottom: 58%;
	}
	
	.position_h03 {
		left: 8%;
		bottom: 56%;
	}
	
	.position_h04 {
		bottom: 41%;
	}
	
	.position_h06 {
		left: 30%;
		bottom: 57%;
	}
	
	.position_h07 {
		left: 28%;
		bottom: 9%;
	}
	
	.tapestry {
		min-height: 100px;
		width: 60px;
		border: 1px solid #000;
	}
	
	.tapestry p {
		font-size: 10px;
		padding-top: 0;
	}

	
	footer {
		font-size: 0.9em;
	}
	
	footer h1 {
		font-size: 1.2em;
    }
}




@media screen and (max-width: 768px) and (orientation: landscape)  {
	
	p {
		font-size: 14px;
	}
	
	.read {
		font-size: 14px;
	}
	

	.position03 {
		bottom: 94%;
	}
	
	.position04 {
		bottom: 92%;
	}
	
	.position05 {
		bottom: 89%;
	}

	
	.position06 {
		left: 0;
	}
	
	.position07 {
		bottom: 67%;
	}

	.position08 {
		bottom: 65%;
	}
	
	.position09 {
		bottom: 64%;
	}

	.position10 {
		bottom: 60%;
	}
	
	.position11 {
		bottom: 52%;
	}
	
	.position12 {
		bottom: 48%;
	}
	
	.position13 {
		bottom: 40%;
	}
	
	.position02_r {
		right: 12%;
		bottom: 95%;
	}
	
	.position03_r {
		bottom: 92%;
	}
	
	.position04_r {
		bottom: 90%;
	}
	
	.position05_r {
		bottom: 88%;
	}
	
	.position06_r {
		bottom: 86%;
	}
	
	.position07_r {
		right: 0;
		bottom: 87%;
	}
	
	.position08_r {
		bottom: 81%;
	}
	
	.position09_r {
		bottom: 74%;
	}
	
	.position10_r {
		bottom: 68%;
	}
	
	.position11_r {
		bottom: 65%;
	}
	
	.position12_r {
		bottom: 49%;
	}
	
	.position13_r {
		right: 2%;
		bottom: 47%;
	}
	
	.position14_r {
		bottom: 17%;
	}
	
	.position15_r {
		bottom: 11.5%;
		right: 10%;
	}
	
	.position16_r {
		bottom: 10%;
	}
	
	
	.position_h01 {
		bottom: 78%;
	}
	
	.position_h02 {
		left: 9%;
		bottom: 58%;
	}
	
	.position_h03 {
		left: 8%;
		bottom: 56%;
	}
	
	.position_h04 {
		bottom: 41%;
	}
	
	.position_h06 {
		left: 30%;
		bottom: 57%;
	}
	
	.position_h07 {
		left: 28%;
		bottom: 9%;
	}
	
	.tapestry {
		min-height: 100px;
		width: 60px;
		border: 1px solid #000;
	}

	.tapestry p {
		font-size: 10px;
		padding-top: 0;
		font-weight: bold;
	}
	
	.lyrics p {
		font-size: 12px;
	}
	
	footer {
		position: relative;
    	z-index: 210;
		background: #f9f9f9;
	}
	
	footer p {
		font-size: 12px;
	}

}	

