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

.loading{
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.btn {
    color: #686767;
    padding: .3em .5em;
    border-radius: .3em;
    text-align: center;
	background-color: #fff;
    display: table;
    cursor: pointer;
	position: absolute;
    right: 2em;
    top: 1em;
}
.btn:hover {
    cursor: pointer;
}

.checkbox{
	display: none;
}

.ukraine{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 80vw;
	height: 690px;
	background: linear-gradient(180deg, #3887DB 0%, #3887DB 50%, #FFE563 50%, #FFE563 100%);
	background-image: url("/~oseki/image/ukraine/IMG_1388−2.jpg");
	background-size: cover;
	background-position: center;
	margin: auto;
	color: white;
	overflow-x: hidden;
}


.ukraine .textbox{
	display: block;
	margin: 0 auto 40px;
}

.pc{
	display: block;
}

.mobile{
	display: none;
}

.uk-title{
	text-align: center;
	font-size: 3vw;
	line-height: 3.5;
}

.uk-lead{
	display: block;
	margin: auto;
	text-align: center;
	font-size: 1.5vw;
}

.blanc{
	display: none;
}

.y{
	color: #FFE563;
	text-shadow: 0 0 20px rgba(0,0,9,0.5);
}

.b{
	color: #2666E5;
	text-shadow: 0 0 20px #FFF8B3;
}

#close:checked ~ .btn {
   display: none;
}
#close:checked ~ .ukraine{
    display: none;
}


.loading.is-active {
  opacity: 0;
  visibility: hidden;
}


@media screen and (min-width: 1300px){
	.uk-title{
	font-size: 38px;
}

.uk-lead{
	font-size: 19px;
}
}




@media screen and (max-width: 600px){
	.ukraine{
		width: 100vw;
		height: 40vh;
		display: flex;
		justify-content: center;
	align-items: center;
		position: relative;
		text-align: left;
	}
	
	.ukraine .textbox{
	display: block;
	margin: 0 auto;
}
	
	.uk-title{
	text-align: center;
	font-size: 3.8vw;
	line-height: 3.5;
}

.uk-lead{
	display: block;
	margin: auto;
	text-align: center;
	font-size: 2.3vw;
}

}
