@charset "UTF-8";

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #1e1e1e;
	background: #fff;
	height: 100%;
	margin: 0;
	/*	-webkit-font-smoothing: antialiased;*/
	position: relative;
}

#main {
	overflow: hidden;
	position: relative;
}

a {
	text-decoration: none;
	transition: all .2s ease-out;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
	opacity: 0.8;
}

a:focus-visible {
	outline: 1px dashed #000 !important;
}

div:focus-visible {
	outline: 1px dashed #000 !important;
}

ol,
ul,
li {
	list-style: none;
	padding: 0;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

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

	.sp {
		display: block;
	}
}
.p-header a:hover {
	text-decoration: none;
	opacity: 1;
}

/* ================================
        追従
================================ */
.float_btn {
	display: flex;
	position: fixed;
	bottom: 0;
	z-index: 10;
	width: 100%;
	filter: drop-shadow(0px -10px 20px rgba(0, 0, 0, 0.1));
}

.float_left,
.float_right {
	display: flex;
	align-items: center;
	width: 50%;
}

.float_left {
	background-color: #1042e2;
	background-image: radial-gradient(circle, #214fe4 8px, transparent 8px), radial-gradient(circle, #214fe4 8px, transparent 8px);
	background-position: -20px 5px, 4.5px 31px;
	background-size: 49px 52px;
	border-radius: 0 40px 0 0;
}

.float_right {
	background-color: #fc6f94;
	background-image: radial-gradient(circle, #fc7e9f 8px, transparent 8px), radial-gradient(circle, #fc7e9f 8px, transparent 8px);
	background-position: -20px 5px, 4.5px 31px;
	background-size: 49px 52px;
	border-radius: 40px 0 0 0;
}

.float_left div,
.float_right div {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

@media screen and (max-width:768px) {

	.float_left div,
	.float_right div {
		padding: 14px 0;
	}
}

.float_btn div a {
	width: 100%;
	height: 100%;
	display: block;
}

.float_left div a img,
.float_right div a img {
	width: 100%;
	max-width: 418px;
	margin: 0 auto;
}

@media screen and (max-width:1000px) {

	.float_left div a img,
	.float_right div a img {
		max-width: 160px;
	}
}

@media screen and (max-width:375px) {
	.float_left div a img {
		margin-left: 5px;
	}
}

/* Common
------------------------------------------------------------ */
/* ================================
        Layout
================================ */
.Center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	position: relative;
	text-align: center;
	padding: 0 20px;
}

@media screen and (max-width:768px) {
	.Center {
		padding: 0 15px;
	}
}

#Top-info .Center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	position: relative;
	text-align: center;
	padding: 0 20px;
}


.Link-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0;
	width: calc(432vw / 14.4);
	position: absolute;
	top: 0;
	right: 30px;
	height: 100%;
}

.Link-area._left {
	left: 30px;
}

@media screen and (max-width:1000px) {
	.Link-area {
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 40px 25px 0 25px;
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		height: 100%;
	}

	.Link-area._left {
		left: 0;
	}
}

.Link-area li {
	width: calc(50% - 10px);
	padding-bottom: 30px;
	text-align: left;
}

.Link-area li a {
	position: relative;
	display: block;
}


.Top-pickup-area .Link-area li a::before {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/img-pickup-arrow.webp) no-repeat;
	background-size: 74px 74px;
	bottom: 0;
	right: 0;
	width: 74px;
	height: 74px;
}

@media screen and (min-width:1001px) and (max-width:1441px) {
	.Top-pickup-area .Link-area li a::before {
		background-size: 50px 50px;
		width: 50px;
		height: 50px;
	}
}

@media screen and (min-width:500px) and (max-width:1000px) {
	.Top-pickup-area .Link-area li a::before {
		background-size: 74px 74px;
		bottom: 0;
		right: 5%;
		width: 74px;
		height: 74px;
	}
}

@media screen and (max-width:499px) {
	.Top-pickup-area .Link-area li a::before {
		background-size: 37px 37px;
		bottom: 10px;
		right: 0;
		width: 37px;
		height: 37px;
	}
}

.Top-pickup-area .Link-area li:first-child {
	width: 100%;

}

.Top-pickup-area .Link-area li:first-child a::before {
	background: none;
}

.Top-pickup-area .Link-area li:first-child img {
	width: 100%;
}

@media screen and (max-width:1000px) {
	.Top-pickup-area .Link-area li:first-child img {
		width: 105%;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		display: block;
	}
}

.Top-campaign-area .Link-area li a::before {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/img-campaign-arrow.webp) no-repeat;
	background-size: 74px 74px;
	bottom: 10px;
	right: 10px;
	width: 74px;
	height: 74px;
}

@media screen and (min-width:1001px) and (max-width:1441px) {
	.Top-campaign-area .Link-area li a::before {
		background-size: 50px 50px;
		width: 50px;
		height: 50px;
	}
}

@media screen and (min-width:500px) and (max-width:1000px) {
	.Top-campaign-area .Link-area li a::before {
		background-size: 74px 74px;
		bottom: 0;
		right: 0;
		width: 74px;
		height: 74px;
	}
}

@media screen and (max-width:499px) {
	.Top-campaign-area .Link-area li a::before {
		background-size: 37px 37px;
		bottom: 10px;
		right: 0;
		width: 37px;
		height: 37px;
	}
}

.Link-area li a img {
	border-radius: 50%;
	border: solid 3px #fff;
}

#Top-pickup .Link-area li:first-child a img {
	border-radius: 0;
	border: none;
}

.Link-area li p {
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: -0.8px;
}

@media screen and (max-width:768px) {
	.Link-area li p {
		font-size: 1.4rem;
	}
}

.Top-campaign-area .Link-area li p {
	color: #2a2a2a;
}

.Link-area li p span {
	font-size: 1.8rem;
}

@media screen and (max-width:768px) {
	.Link-area li p span {
		font-size: 1.2rem;
	}
}

.Youtube-wrapper {
	width: 100%;
	height: auto;
	aspect-ratio: 9 / 16;
}

.Youtube-wrapper iframe {
	width: 100%;
	height: 100%;
	border-radius: 25px;
	border: none;
}

/* ================================
        Button
================================ */
.Top-btn-area a {
	display: block;
	border-radius: 60px;
	padding: 20px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 3.4rem;
	font-weight: 500;
	max-width: 540px;
	letter-spacing: -0.02em;
	box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width:768px) {
	.Top-btn-area a {
		font-size: 1.7rem;
		max-width: 270px;
		box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
	}
}

.Top-btn-area a:hover {
	text-decoration: none;
	transform: scale(1.08);
	opacity: 1;
}

.Top-btn-area a._blue {
	color: #fff;
	background-image: linear-gradient(to right, #1045e1 0%, #40a8dd 100%);
}

.Top-btn-area a._blue span {
	display: block;
	background-image: url(../img/icon-arrow-white.webp);
	background-repeat: no-repeat;
	background-size: 24px 26px;
	background-position: right 43px center;
}

.Top-btn-area a._yellow {
	color: #2a2a2a;
	background-image: linear-gradient(to right, #fddf71 0%, #fefef6 100%);
}

.Top-btn-area a._yellow span {
	display: block;
	background-image: url(../img/icon-arrow-black.webp);
	background-repeat: no-repeat;
	background-size: 24px 26px;
	background-position: right 43px center;
}

@media screen and (max-width:768px) {

	.Top-btn-area a._blue span,
	.Top-btn-area a._yellow span {
		background-size: 12px 13px;
		background-position: right 23px center;
	}
}

/* Section
------------------------------------------------------------ */

/* ================================
        Kv
================================ */
.Top-kv-area {
	position: relative;
	/* max-height:940px; */
	height: calc(498vw / 7.7);
	overflow: hidden;
	margin-top: 100px;
}

@media screen and (max-width:768px) {
	.Top-kv-area {
		max-height: none;
		height: calc(630vw / 3.75);
		overflow: hidden;
		margin-top: clamp(70px, 13vw, 100px);
	}
}

.Top-kv-bg {
	background: url(../img/img-kv-bg-pc.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:768px) {
	.Top-kv-bg {
		background: url(../img/img-kv-bg-sp.webp);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 0 290%;
	}
}

.Top-kv-slide {
	display: flex;
	justify-content: center;
	height: 100%;
}

.Top-kv-image {
	width: 74%;
	border-radius: 24% 24% 0 0;
	overflow: hidden;
	position: absolute;
	top: 19%;
	margin: 0 auto;

}

@media screen and (max-width:768px) {
	.Top-kv-image {
		width: 92%;
		border-radius: 40% 40% 0 0;
		object-fit: cover;
	}
}

@media screen and (max-width:768px) {
	.slick-img {
		height: calc(470vw / 3.75);
	}
}

.slick-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Top-kv-copy {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
}

@media screen and (max-width:768px) {
	.Top-kv-copy {
		top: 20px;
	}
}

/* ================================
        Intro
================================ */
.Top-intro-area {
	background: url(../img/img-intro-bg.webp), linear-gradient(to bottom, #fcf8db 99%, #008cd7 100%);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
	position: relative;
}

@media screen and (max-width:768px) {
	.Top-intro-area {
		background-position: 0 20%;
	}
}

.Top-intro-area::before {
	content: "";
	display: block;
	background: url(../img/img-intro-head.webp) no-repeat;
	background-size: 100%;
	aspect-ratio: 750/336;
}

.Top-intro-area::after {
	content: "";
	display: block;
	background: url(../img/img-pickup-head.webp)no-repeat;
	background-size: 100%;
	aspect-ratio: 75/27;
	margin-top: 100px
}

@media screen and (max-width:768px) {
	.Top-intro-area::after {
		margin-top: 20px;
	}
}

.Top-intro-area h2 {
	max-width: 681px;
	margin-top: -15%;
	margin-right: auto;
	margin-left: auto;
}

.Top-intro-image {
	padding-top: 20px;
	max-width: 737px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.Top-intro-image {
		margin-right: -24px;
	}
}

.Top-intro-subtitle {
	font-size: 4rem;
	font-weight: bold;
	color: #0f43e5;
	line-height: 1.1;
	padding: 0 18px 20px 18px
}

.Top-intro-subtitle ._enlarge {
	font-size: 5.6rem;
}

.Top-intro-subtitle ._wave {
	background: url(../img/img-intro-wave.webp) 100% 100% repeat-x;
	background-size: 11px 5px;
	padding-bottom: 2px;
}

@media screen and (max-width:768px) {
	.Top-intro-subtitle {
		font-size: 2rem;
		padding: 0 0 20px 0;
	}

	.Top-intro-subtitle ._enlarge {
		font-size: 2.8rem;
	}
}

.Top-intro-text {
	font-size: 3.2rem;
	line-height: 1.6;
	letter-spacing: -0.6px;
	padding: 0 20px 32px 20px
}

@media screen and (max-width:768px) {
	.Top-intro-text {
		font-size: 1.6rem;
	}
}

.Top-intro-text ._blue {
	color: #0f43e5;
}

/* ================================
        Pickup
================================ */
.Top-pickup-area {
	background: linear-gradient(to bottom, #008cd7 28%, #87d4e4 100%);
	color: #fff;
	margin-top: -1px;
}

.Top-pickup-area::after {
	content: "";
	display: block;
	background: url(../img/img-campaign-head.webp) no-repeat;
	background-size: 100%;
	aspect-ratio: 750/278;
}

.Top-pickup-area h3 {
	max-width: 374px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: 30px;
	padding-bottom: 25px;
}

@media screen and (max-width:768px) {
	.Top-pickup-area h3 {
		max-width: 187px;
		padding-top: 45px;
		margin-right: 15px;
		padding-bottom: 0;
	}
}

.Top-pickup-article {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: auto;
	position: relative;
	overflow-y: scroll;
	padding-bottom: 100px;
}

@media screen and (max-width:1000px) {
	.Top-pickup-article {
		display: block;
		overflow-y: unset;
		padding-bottom: 0;
	}
}

.Top-pickup-main {
	width: calc(886vw / 14.4);
	position: sticky;
	top: 0;
	padding-right: 50px
}

@media screen and (min-width:500px) and (max-width:1000px) {
	.Top-pickup-main {
		width: 100%;
		position: relative;
		padding-right: 20px;
	}
}

@media screen and (max-width:499px) {
	.Top-pickup-main {
		width: 100%;
		position: relative;
		padding-right: 15px;
		margin-top: -90px;
	}
}

.Top-pickup-area h4 {
	color: #fcdc6d;
	font-size: 3.2rem;
	font-weight: 500;
	padding-top: 10px;
}

@media screen and (max-width:768px) {
	.Top-pickup-area h4 {
		font-size: 1.6rem;
	}
}

/* ================================
        Campaign
================================ */
.Top-campaign-area {
	background: linear-gradient(to bottom, #fcdd6f 0, #D6FEE7 100%);
	color: #fff;
	padding-bottom: 20px;
}

.Top-campaign-area h3 {
	max-width: 519px;
	position: relative;
	z-index: 1;
	margin-left: 30px;
	margin-right: auto;
	padding-bottom: 30px;
}

@media screen and (max-width:768px) {
	.Top-campaign-area h3 {
		max-width: 259.5px;
		padding-top: 45px;
		margin-left: 15px;
		padding-bottom: 0;
	}
}

.Top-campaign-article {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
	height: auto;
	position: relative;
	overflow-y: scroll;
	margin-top: 0%;
	padding-bottom: 50px;
}

@media screen and (max-width:1000px) {
	.Top-campaign-article {
		flex-direction: column-reverse;
		overflow-y: unset;
		margin-top: 9%;
		padding-bottom: 0;
	}
}

.Top-campaign-main {
	width: 65%;
	position: sticky;
	top: 0;
}

@media screen and (max-width:1000px) {
	.Top-campaign-main {
		width: 110%;
		position: relative;
		margin-top: -30%;
		margin-left: -3%;
	}
}

.Top-campaign-area h4 {
	color: #149590;
	font-size: 3.2rem;
	font-weight: 500;
	padding-top: 10px;
}

@media screen and (max-width:768px) {
	.Top-campaign-area h4 {
		font-size: 1.6rem;
	}
}

/* ================================
        Info
================================ */
.Top-info-area {
	background: linear-gradient(to bottom, #ffa1b6 0, #ffe3e7 100%);
}

.Top-info-area::before {
	content: "";
	display: block;
	background: url(../img/img-info-head.webp)no-repeat;
	background-size: 100%;
	aspect-ratio: 1500 / 671;
}

.Top-info-area::after {
	content: "";
	display: block;
	background: url(../img/img-access-head.webp)no-repeat;
	background-size: 100%;
	aspect-ratio: 750/269;
}

.Top-info-area h3 {
	max-width: 232px;
	margin: -2% auto 0 auto;
	position: relative;
	z-index: 0;
	padding-bottom: 30px;
}

@media screen and (max-width:768px) {
	.Top-info-area h3 {
		max-width: 116px;
	}
}

.Top-info-area h3::before {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/img-info-cloud.webp) no-repeat;
	background-size: 151px 102px;
	top: -50px;
	left: -265px;
	width: 151px;
	height: 102px;
}

@media screen and (max-width:768px) {
	.Top-info-area h3::before {
		background-size: 75.5px 51px;
		top: -20px;
		left: -115px;
		width: 75.5px;
		height: 51px;
	}
}

.Top-info-section {
	padding: 40px 0
}

@media screen and (max-width:768px) {
	.Top-info-section {
		padding: 0 0 20px 0
	}
}

/* 基本情報エリア（トップページからの修正）
----------------------- */
.Top-info-section a:hover {
	opacity: 1;
	text-decoration: none;
}

.top-time {
	background: rgb(255 255 255);
}

.p-info-links._sp .p-info-links__link {
	padding: 10%;
}

.p-info-links._sp .p-info-links__item:nth-last-child(-n+3) {
	width: 33.33333%;
}

.p-info-links._sp .p-info-links__item:last-child {
	border-left: 1px solid #d7d7d7;
}

/* ================================
        Access
================================ */
.Top-access-area {
	background-color: #149590;
	padding: 60px 0 20px;
	color: #fff;
	margin-top: -1px;
}

.Top-access-area h3 {
	max-width: 413px;
	margin: -2% auto 0 auto;
	position: relative;
	z-index: 0;
	padding-bottom: 30px;
}

@media screen and (max-width:768px) {
	.Top-access-area h3 {
		max-width: 206.5px;
	}
}

.Top-access-area h3::before {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/img-access-car.webp) no-repeat;
	background-size: 144px 111px;
	top: -82px;
	left: -144px;
	width: 144px;
	height: 111px;
}

@media screen and (max-width:768px) {
	.Top-access-area h3::before {
		background-size: 72px 55.5px;
		top: -42px;
		left: -66px;
		width: 72px;
		height: 55.5px;
	}
}

.Top-access-banner {
	max-width: 690px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.Top-access-banner {
		max-width: 345px;
	}
}

.Top-access-text {
	font-size: 3.2rem;
	line-height: 1.6;
	letter-spacing: -1px;
	padding: 25px 10px 32px 10px;
}

@media screen and (max-width:768px) {
	.Top-access-text {
		font-size: 1.6rem;
		padding: 25px 0 32px;
	}
}

.Top-access-text ._yellow {
	color: #fddc71;
}

.Top-access-text ._spacing {
	letter-spacing: -8px;
}

/* ================================
        Footer
================================ */
.Top-footer::before {
	content: "";
	display: block;
	background: url(../img/img-footer-head.webp)no-repeat;
	aspect-ratio: 375/107;
	background-size: 100%;
}

.Top-footer {
	position: relative;
	background-color: #fff;
	color: #251716;
	font-size: 1.5rem;
	padding-bottom: 180px;
}

.Top-footer-logo {
	width: 380px;
	margin: 0 auto;
	padding: 70px 0 40px;
}

@media screen and (max-width:768px) {
	.Top-footer {
		font-size: 1.2rem;
		padding-bottom: 120px;
	}

	.Top-footer-logo {
		width: 190px;
		padding: 35px 0 20px;
	}
}
