@charset "UTF-8";

@media screen and (min-width: 750px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 749px) {
	.pc {
		display: none !important;
	}
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	list-style: none;
	vertical-align: baseline;
	text-decoration: none;
	font: inherit;
	-webkit-tap-highlight-color: transparent;
}

html {
	-webkit-overflow-scrolling: touch;
	height: 100%;
	font-size: 62.5% !important;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
body {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	height: 100vh;
	color: #333;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.87;
	background: url(../img/back_map.jpg) no-repeat center center #78C9E8;
	background-attachment: fixed;
	background-size: cover;
}
body.active {
	height: 100vh;
}
body.modal_on {
	height: 100vh;
	overflow-y: hidden;
}
#article-end {
	display: block;
    margin-top: -1px;
}

div,
main,
section {
	position: relative;
	display: block;
}

*:focus {
	outline: none;
}

p {
	line-height: 1.8;
}
p.bold {
	font-weight: bold;
}
p.mid {
	font-size: 1.4rem;
}
ruby {
	letter-spacing: 0;
}
ruby rt {
	font-size: 0.8rem;
	transform: translateY(2px) scale(0.8);
}
img {
	width: 100%;
}
a {
	text-decoration: none;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}


/*------------------------------------------------------------*/
.loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: block;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
}
.loading.active {
	display: none;
}
/*------------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 997;
	margin: 0;
	padding: 1rem 2rem 0.5rem;
	background-color: #fff;
}
header a {
	width: 130px;
}
header a img {
	width: 100%;
}
header p {
	display: block;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.2;
	margin: 0 0 0 2rem;	
}
@media (max-width: 749px) {
	header a {
		width: 24vw;
	}
	header p {
		font-size: 1.1rem;
		line-height: 1.2;
	}
}
footer {
	width: 100vw;
	background-color: #fff;
	text-align: center;
	font-size: 1.2rem;
	padding: 2rem 0 12rem;
}
.p-gf__main__menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.p-gf__main__menu a {
	display: inline-block;
	width: auto;
	margin: 10px auto 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.86666667;
	font-weight: 600;
	color: #333;
}
.p-gf__main__menu a:hover {
	text-decoration: underline;
}
.p-gf__main__menu ul li {
	margin: 0 0 0 0.75rem;
}
.p-gf__main__menu ul li:nth-child(1) {
	margin: 0;
}
.p-gf__main__menu ul li::after {
	content: "|";
	color: #333;
	margin: 0 0 0 0.75rem;
	padding: 0 0 0 0;
	font-size: 14px;
}
.p-gf__main__menu ul li:nth-last-child(1)::after {
	content: "";
}
.copyright {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
	padding: 1rem 0 0 0;
}
@media (max-width: 749px) {
	.p-gf__main__menu ul {
		justify-content: center;
	}
	.p-gf__main__menu ul li {
		margin: 0;
		line-height: 1.2;
	}
	.p-gf__main__menu ul li::after {
		content: "";
		margin: 0 0 0 0.75rem;
	}
	.p-gf__main__menu a {
		text-decoration: underline;
		font-size: 10px;
		line-height: 1.2;
		margin: 0;
	}
	.copyright {
		width: 90%;
		margin: 0 auto;
		font-size: 10px;
	}
}
/*------------------------------------------------------------*/
#backMap {
	position: relative;
	display: block;
	width: 100vw;
	height: auto;
	background-color: #78C9E8;
	-ms-overflow-style: none;
	scrollbar-width: none;
}


h1 {
	position: relative;
	width: 50vw;
	margin: 8vw auto 0;
	text-align: center;
	font-size: 2rem;
	color: #fff;
}
h1::before {
	content: "";
	position: absolute;
	transform: translate(-50%,-50%);
	top: 70%;
	left: 50%;
	z-index: -1;
	display: block;
	width: 80vw;
	height: 80vw;
	background: url(../img/title_back.png) no-repeat center center;
	background-size: cover;
}
h2 {
	width: 60vw;
	margin: 0 auto 2vw auto;
	text-align: center;
	font-size: 5.0rem;
	font-weight: 800;
	border-top: dotted 5px #007FFF;
	border-bottom: dotted 5px #007FFF;
	color: #007FFF;
	background-color: rgba(255, 255, 255, 0.9);
}
.cation h2 {
	width: 100%;
	border-top: none;
	border-bottom: dotted 5px #ccc;
	margin-top: 3rem;
	color: #333;
	background: none;
}
.cation h2:nth-child(1) {
	margin-top: 0rem;
}
h3 {
	font-size: 3.6rem;
	font-weight: 600;
	border-bottom: solid 3px #4BB0FA;
	text-align: center;
}
.btn_start {
	display: block;
	width: 23vw;
	margin: 0 auto;
}
.note {
	position: absolute;
	cursor: pointer;
	z-index: 801;
}
.note.plane, .note.plane2,
.note.truck, .note.truck2,
.note.train, .note.train2,
.note.ship, .note.ship2 {
	width: 10vw;
	transform: translate(-50%, -50%) scale(1.0);
	animation: pin_move 5s infinite ease-in-out;
}
.note.plane {
	top: 3%;
    left: 79%;
}
.note.plane2 {
	top: 47%;
    left: 17%;
}
.note.truck {
	top: 25%;
    left: 80%;
}
.note.truck2 {
	top: 68%;
    left: 18%;
}
.note.train {
	top: 19%;
    left: 20%;
}
.note.train2 {
	top: 80%;
    left: 81%;
}
.note.ship {
	top: 62%;
    left: 80%;
}
.note.ship2 {
	top: 99%;
    left: 18%;
}
/* .statement_img01, .statement_img02, .statement_img03, .statement_img04 {
	position: fixed;
	transform: translate(-50%,-50%);
	z-index: 800;
}
.statement_img01 {
	top: 43%;
    left: 16%;
    width: 12vw;
}
.statement_img02 {
	top: 80%;
    left: 15%;
    width: 12vw;
}
.statement_img03 {
	top: 73%;
	left: 88%;
	width: 17vw;
}
.statement_img04 {
	top: 23%;
	left: 84%;
	width: 14vw;
} */
@keyframes pin_move {
  0% {
    transform: translate(-50%, -50%) scale(1.0);
  }
  10% {
    transform: translate(-50%, -50%) scale(1.0);
  }
  15% {
    transform: translate(-50%, -50%) scale(1.3);
  }
  20% {
    transform: translate(-50%, -50%) scale(1.0);
  }
  25% {
    transform: translate(-50%, -50%) scale(1.3);
  }
  30% {
    transform: translate(-50%, -50%) scale(1.0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.0);
  }
}
@media screen and (max-width: 749px) {
	h1 {
		top: 30%;
		width: 90vw;
		margin: 28vw auto 0;
	}
	h1::before {
		content: "";
		top: 55%;
		width: 100vw;
		height: 100vw;
	}
	h2 {
		width: 100%;
		font-size: 3.0rem;
	}
	h3 {
		font-size: 2.4rem;
	}
	.btn_start {
		top: 54%;
		left: 50%;
		width: 60vw !important;
	}
	.note {
		position: absolute;
		width: 20vw;
	}
	.note.plane, .note.plane2,
	.note.truck, .note.truck2,
	.note.train, .note.train2,
	.note.ship, .note.ship2 {
		width: 28vw;
	}
	.note.plane {
		top: 100vw;
        left: 88vw;
	}
	.note.plane2 {
		top: 276vw;
        left: 8vw;
	}
	.note.truck {
		top: 262vw;
        left: 87vw;
	}
	.note.truck2 {
		top: 498vw;
        left: 13vw;
	}
	.note.train {
		top: 96vw;
        left: 17vw;
	}
	.note.train2 {
		top: 692vw;
        left: 85vw;
	}
	.note.ship {
		top: 374vw;
        left: 86vw;
	}
	.note.ship2 {
		top: 843vw;
        left: 90vw;
	}
	/* .statement_img01, .statement_img02, .statement_img03, .statement_img04 {
		position: absolute;
	}
	.statement_img01 {
		top: 224vw;
		left: 16vw;
		width: 26vw;
		z-index: 1;
	}
	.statement_img02 {
		top: 504vw;
        left: 13vw;
		width: 24vw;
		z-index: 2;
	}
	.statement_img03 {
		top: 370vw;
        left: 80vw;
		width: 34vw;
		z-index: 3;
	}
	.statement_img04 {
		top: 101vw;
        left: 84vw;
		width: 32vw;
		z-index: 4;
	} */
}

.statement {
	position: relative;
	display: block;
	text-align: center;
    font-size: 1.4vw;
	font-weight: 800;
	line-height: 2.0;
	color: #333;
	letter-spacing: 0.08vw;
	margin: 4vw auto;
	padding: 2vw;
	width: 60vw;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.statement span {
	font-size: 2vw;
}

@media screen and (max-width: 749px) {
	.statement {
		font-size: 4vw;
		margin: 15vw auto;
		padding: 10vw;
		width: 80vw;
		border-radius: 30px;
	}
	.statement span {
		font-size: 6vw;
	}
	
}
.howto {
	display: block;
	justify-content: space-evenly;
}
.howto_inner {
	display: flex;
	justify-content: space-between;
	width: 60vw;
	min-width: 900px;
	margin: 0 auto;
}
.howto .block {
	width: 48%;
	border: solid 10px #007FFF;
	border-radius: 50px;
	margin: 0 auto;
	padding: 2rem;
	background-color: #fff;
}
.howto_inner img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.howto_inner p {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.cation {
	display: block;
	margin: 4vw auto;
	padding: 2vw 6vw;
	width: 60vw;
	min-width: 900px;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 749px) {
	.howto {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.howto_inner {
		display: block;
		width: 100%;
		min-width: auto;
	}
	.howto .block {
		display: block;
		width: 100%;
		border: solid 5px #007FFF;
		margin: 2rem 0;
		padding: 3rem 0;
		border-radius: 30px;
	}
	.cation {
		margin: 2rem auto;
		padding: 3rem;
		width: 80%;
		min-width: auto;
		border-radius: 30px;
	}
}
.floating {
	position: fixed;
	display: block;
	top: 88%;
	right: -30vw;
	z-index: 99999;
	width: 25vw;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.floating.active {
	display: block;
	right: 0;
}
@media screen and (max-width: 749px) {
	.floating {
		right: -100vw;
		width: 90vw;
	}
	.floating.active {
		display: block;
		right: 0;
	}
}
/*------------------------------------------------------------*/
.modal_back {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	opacity:0.0;
	display: none;
	overflow: hidden;
}
.modal_back.active {
	display: block;
}

.modal {
	position: absolute;
	display: none;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	z-index: 999;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	width: 90vw;
	height: auto;
	max-width: 500px;
	max-height: 600px;
	padding: 0;
	opacity:0.0;
}
.modal.active {
	display: block;
}
.modal_inner {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 5% 2% 5% 0;
	overflow: auto;
	font-size: 1.6rem;
}
.modal_inner h2 {
	width: 100%;
	border: none;
	margin: 0 auto;
    line-height: 1;
}
.modal.start {
	border: solid 5px #78C9E8;
}
.modal.plane, .modal.plane2 {
	border: solid 5px #4BB0FA;
}
.modal.truck, .modal.truck2 {
	border: solid 5px #FF7F00;
}
.modal.train, .modal.train2 {
	border: solid 5px #B70078;
}
.modal.ship, .modal.ship2 {
	border: solid 5px #007FFF;
}
.btn_close {
	position: absolute;
	top: -5rem;
    right: -0.5rem;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.btn_close div {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	width: 100%;
	height: 3px;
	background-color: #333;
}
.btn_close div:nth-child(1){
	transform: translate(-50%,-50%) rotate(45deg);
}
.btn_close div:nth-child(2){
	transform: translate(-50%,-50%) rotate(-45deg);
}
@media screen and (max-width: 749px) {
	.modal {
		top: 50%;
		height: auto;
	}
	.btn_close {
		width: 10vw;
		height: 10vw;
	}
}
/*------------------------------------------------------------*/
