@charset "UTF-8";
/** common **/

body {
    background-color:#0470fd;
	margin:0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height:1.6em;
}

section{
    background-color:#fff;
	width:100%;
	max-width:824px;
	margin:auto;
}

section p{
	display:block;
	text-align:center;
	font-size: clamp(18px, 4vw, 28px);
	margin:5%;
}

section a{
	text-decoration:none;
	color: #1B1464;
	font-weight:bold;
}

section img{
	display:block;
	width:100%;
	margin:auto;
	margin-bottom:15px;
}

footer{
	font-size:12px;
	color:#fff;
	text-align:center;
	margin:40px;
}

footer p{
	display:block
	margin:auto;
}

footer img{
	width:60%;
	max-width:240px;
	margin:25px 0;
}

/** トップに戻る **/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	background-color: #DEFD00;
	text-decoration: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}

#pageTop.is-show {
	opacity: 1 !important;
	visibility: visible !important;
}

#pageTop::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 3px solid #0470FD;
	border-left: 3px solid #0470FD;
	transform: rotate(45deg);
	margin-top: 3px;
	transition: border-color 0.3s;
}

#pageTop:hover {
	text-decoration: none;
	background-color: #FC3F9B;
}

#pageTop:hover::after {
	border-top-color: #fff;
	border-left-color: #fff;
}

/** 画像の一部リンク **/
.image-link-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.image-link-wrap img {
    margin-bottom: 0;
    display: block;
}

.multi-link {
    position: absolute;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    /* 位置調整用  
    background-color: rgba(255, 0, 0, 0.4);*/
}

.link01 {
    bottom: 35%;
    right: 31%;
    width: 38%;
    height: 10%;
}

.link02 {
    bottom: 20%;
    right: 30%;
    width: 40%;
    height: 10%;
}

.link03 {
    bottom: 5%;
    right: 28%;
    width: 44%;
    height: 11%;
}

.link04 {
    bottom: 4%;
    right: 6%;
    width: 21%;
    height: 13%;
}
