@charset "utf-8";

main {
	width: 100%;
	text-align: center;
	margin: 0;
}
	main img { width: 100%; }

/* key visual */
#kv {
	width: 100%;
	text-align: center;
}
	#kv .kv-inner {
		margin: 60px auto;
		max-width: 1100px;
	}
	#kv .kv-inner img {
		width: 70%;
		height: auto;
	}

/* period */
#period-section {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #00B0EC;
}
#period-section .period-inner {
	text-align: center;
}
#period-section .period-inner h3 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: bold;
}
#period-section .period-inner .period-text {
	font-size: 36px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	font-feature-settings: "palt";
}

/* CTA */
#cta-section {
	width: 100%;
	background-color: #fff;
	text-align: center;
	position: relative;
}
	#cta-section .inner {
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#cta-section .inner:first-child {
		padding: 40px 0 0 0;
	}
	#cta-section .inner:last-child {
		padding: 20px 0 40px 0;
	}
	#cta-section::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 10px;
		content: '';
		background-image: -webkit-repeating-linear-gradient(135deg, #00B0EC, #00B0EC 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #00B0EC, #00B0EC 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#cta-section::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 10px;
		content: '';
		background-image: -webkit-repeating-linear-gradient(135deg, #00B0EC, #00B0EC 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #00B0EC, #00B0EC 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#cta-section .inner a {
		position: relative;
		text-align: left;
		height: auto;
		overflow: hidden;
		margin-right: 20px;
		padding-left: 15px;
		font-size: 18px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}
	#cta-section .inner a:last-child {
		margin-right: 0;
	}
	#cta-section .inner a p {
		display: block;
		font-weight: bold;
	}
	#cta-section .inner a p span {
		font-size: 16px;
		font-weight: bold;
		display: block!important;
	}
	#cta-section .inner a.cta1 {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #002368;
		color: #002368;
		height: 90px;
	}
	#cta-section .inner a.cta2 {
		width: 50%;
		display: flex;
		justify-content: left;
		align-items: center;
		border: 1px solid #00B0EC;
		color: #00B0EC;
		height: 90px;
	}
	#cta-section .inner a.cta1 img {
		width: 60px;
		height: auto;
		margin-right: 15px;
    	margin-left: 10px;
	}
	#cta-section .inner a.cta2 img {
		width: 56px;
		height: auto;
		margin-right: 15px;
	}
	#cta-section .inner a::before {
		content: "▶︎";
		position: absolute;
		right: 25px;
	}
	#cta-section .inner a.cta1:hover {
		text-decoration: none;
		transition: background-color .4s;
		-webkit-box-shadow: 3px 3px 0 #002368;
  		box-shadow: 3px 3px 0 #002368;
	}
	#cta-section .inner a.cta2:hover {
		text-decoration: none;
		transition: background-color .4s;
		-webkit-box-shadow: 3px 3px 0 #00B0EC;
  		box-shadow: 3px 3px 0 #00B0EC;
	}

	#cta-section .card + .card {
		margin-top: 20px;
	}

/* notice */
#notice {
	width: 100%;
    background: #F2FCFF;
	text-align: center;
	padding: 40px 0 50px 0;
}
	#notice .inner {
		background: #FFF;
		max-width: 1040px;
		padding: 30px 35px;
		margin: 0 auto;
		text-align: left;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}
	#notice .notice-title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	#notice ul {
		list-style: none;
	}
	#notice li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 5px;
		font-size: 14px;
	}
	#notice li::before {
		content: "・";
		position: absolute;
		left: 0;
	}

/* vpoint */
#vpoint {
	width: 100%;
	text-align: center;
	padding: 40px 0 50px 0;
	background-color: #F2FCFF;
}
	#vpoint p {
		font-size: 22px;
		line-height: 34px;
		margin-bottom: 25px;
		font-weight: bold;
		font-feature-settings: "palt";
		letter-spacing: .03em;
	}
	#vpoint h1 {
		margin: 0 auto;
		max-width: 1100px;
	}
	#vpoint h1 img {
		width: 100%;
		height: auto;
	}

/* Display set */
.newline {
	display: none;
}

@media screen and (max-width: 1100px) {
	/* vpoint */
	#vpoint h1 {
		padding: 0 30px;
	}

	/* CTA */
	#cta-section {
		width: auto;
		padding: 0 30px;
	}

	/* notice */
    #notice {
		width: auto;
		padding: 40px 30px;
    }

	/* Display set */
	.newline {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	main {
		margin: 0;
	}
	/* vpoint */
	#vpoint {
		padding: 7vw 0;
	}
	#vpoint h1 {
		padding: 0 5vw;
	}
	#vpoint p {
		font-size: 4.5vw;
        line-height: 6.8vw;
		margin-bottom: 4.8vw;
	}

	/* key visual */
    #kv {
		padding: 3vw 0;
    }
		#kv .kv-inner {
			margin: 5vw auto;
		}
		#kv .kv-inner img {
			width: 80%;
		}
	
	/* period */
    #period-section {
		padding: 3vw 0;
        margin-top: 0;
    }
		#period-section .period-inner h3 {
			font-size: 4vw;
        	margin-bottom: 0;
		}
		#period-section .period-inner .period-text {
			font-size: 5.2vw;
        	padding: 1vw 0 0 0;
		}
	
	/* CTA */
    #cta-section {
		padding: 5.0vw 0;
    }
		#cta-section .inner a {
			width: 100%;
			margin: 0;
			padding: 0;
			font-size: 4vw;
		}
		#cta-section .inner a p span {
			font-size: 3.5vw;
		}
		#cta-section .inner a::before {
			right: 3vw;
		}
		#cta-section .inner a.cta1 {
			height: 20vw;
			margin-top: 3vw;
			margin-bottom: 3vw;
			justify-content: left;
		}
		#cta-section .inner a.cta2 {
			width: 100%;
			height: 20vw;
			margin-bottom: 3vw;
		}
		#cta-section .inner a.cta1 img {
			width: 14vw;
			margin: 0 4vw;
		}
		#cta-section .inner a.cta2 img {
			width: 14vw;
			margin: 0 4vw;
		}
		#cta-section .inner {
			display: block;
			padding: 3.6vw 4vw;
		}
		#cta-section .inner:first-child {
			padding: 0 5vw 0 5vw;
		}
		#cta-section .inner:last-child {
			padding: 0 5vw 0 5vw;
		}
		#cta-section .card {
			max-width: none;
			margin: 2.7vw 0;
			padding: 4.3vw;
			border-radius: 8vw;
		}
	
	/* notice */
    #notice {
		padding: 4vw;
    }
		#notice .inner {
			padding: 4.5vw;
		}
		#notice .notice-title {
			font-size: 4.8vw;
			margin-bottom: 2.7vw;
		}
		#notice li {
			font-size: 3.5vw;
			line-height: 4.8vw;
			padding-left: 3.5vw;
		}

	/* Display set */
	#cta-section a.cta1 .newline {
		display: none;
	}
	#cta-section a.cta2 .newline {
		display: block;
	}
}
