@charset "utf-8";


/* Common
  ------------------------------------------------------------- */

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
a {
	color: #5a78c8;
}

hr {
	border: none;
	border-top: 2px dashed #ccc;
	margin: 2em 0;
}

.left {
	text-align: left!important;
}
.right {
	text-align: right!important;
}
.center {
	text-align: center!important;
}
.bold {
	font-weight: 700;
}
.small {
	font-size: 70%!important;
}
.red {
	color: #c00000;
}


/* PC
  ------------------------------------------------------------- */

h1 {
}
h2 {
	overflow: hidden;
	color: #000;
	text-align: left;
	font-size: 44px;
	font-weight: 700;
	line-height: 120%;
	margin: 0 0 .5em 0;
	padding: 0;
}
h3{
	
}
h4 {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 1em 0
}

p {
	font-size: 28px;
	line-height: 140%;
	margin: 0;
	padding: 0;
}

header {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #ccc;
}
header img {
	width: 36vw;
	max-width: 200px;
	padding: 1em;
}

main {
	width: 100%;
	color: #333;
}

section {
	width: 100%;
	margin: auto;
}
.inner {
	max-width: 750px;
	margin: auto;
	padding: 0 1.5em;
}
.background {
	max-width: 750px;
	margin: auto;
	background: linear-gradient(to bottom, #fbecec, #f06795);
	padding: 2em 0;
}

#mv {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 750px;
	margin: auto;
}
#mv .mv-h1 {
	position: absolute;
	top: 0;
	z-index: 1;
	animation-delay: .2s;
}
#mv .mv-sp {
	position: absolute;
	bottom: 0;
	z-index: 1;
	animation-delay: .2s;
}
#mv .mv-illust {
	position: absolute;
	bottom: 0;
	z-index: 2;
	animation-delay: .4s;
}

#overview {
	margin: 0 0 2em 0;
	padding: 0;
}

#howto .content {
	background: #fff;
	border-radius: 1em;
	padding: 1.5em;
}
#howto .content p {
	font-size: 24px;
}
#howto .content .info {
	background: #f1f2f3;
	border-radius: 1em;
	margin: 0 0 1em 0;
	padding: 1em;
}
#howto .content .info p {
	position: relative;
	font-size: 24px;
	margin: 0 0 0 1.5em;
}
#howto .content .info p::before {
	position: absolute;
	top: -.2em;
	left: -1.5em;
	display: inline-block;
	content: "";
	background: url("../img/icon-balloon.png") no-repeat;
	background-size: contain;
	width: 5vw;
	max-width: 40px;
	height: 5vw;
	max-height: 40px;	
}

#donation {
	overflow: hidden;
	width: 100%;
	max-width: 750px;
	margin: auto;
	padding-bottom: 1.5em;
	background: #ec5b87;
}
#donation h2 {
	margin: 0;
}
#donation h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin: 1em 0;
}
#donation h4 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 .5em 0;
}
#donation ul.list .detail {
	background: #f5f5f5;
	padding: 1.5em;
	overflow: hidden;
}
#donation ul.list li {
	background: #fff;
	border-radius: .5em;
	overflow: hidden;
	filter:drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.3));
}

.btn a {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: #d31241;
	border-radius: .5em;
	margin: 1.5em 0 0 0;
	padding: 1em;
	text-decoration: none;
	transition: .3s;
}
.btn a:hover {
	background: #ac002a;
}

.inline	{
	background: #fff;
	border-radius: .5em;
	height: 300px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 1em;
}
#donation .inline	h4 {
	font-size: 26px!important;
}
#donation .inline	p {
	font-size: 24px!important;
	line-height: 140%;
}
#donation .inline	ul li {
	font-size: 24px!important;
	line-height: 140%;
	margin-bottom: 0
}

#app {
	overflow: hidden;
	width: 100%;
	max-width: 750px;
	margin: auto;
	padding-bottom: 1.5em;
	background: #f5d9d9;
}
#app h3 {
	font-size: 50px;
	font-weight: 700;
	margin-top: 20%;
}
#app img.app-icon {
	display: block;
	margin: auto;
	width: 18vw;
	max-width: 140px;
}
#app ul {
	display: flex;
	gap: 3%;
	margin: 5% 0 0 0;
}

#inquiry {
	overflow: hidden;
	width: 100%;
	max-width: 750px;
	margin: auto;
	text-align: center;
	padding: 10% 0 10% 0;
	background: #f5d9d9;
}
#inquiry h2 {
	font-size: 50px;
	font-weight: 700;
}
#inquiry ul {
	font-size: 36px;
	text-align: left;
}
#inquiry ul li {
	border-bottom: 2px solid #707070;
}
#inquiry ul li:last-child {
	border-bottom: none;
}
#inquiry ul li a {
	position: relative;
	display: block;
	color: #333;
	text-decoration: none;
	padding: .8em 0;
}
#inquiry ul li a:after {
	position: absolute;
	top: 40%;
	right: 2%;
	content: "";
  transition: all 0.3s ease-in-out;
  display: flex;
	align-items: center;
	width: 2vw;
  max-width: 30px;
	height: 2vw;
  max-height: 30px;
  border-top: solid 3px #707070;
  border-right: solid 3px #707070;
  transform: rotate(45deg);
}

footer {
	position: relative;
  padding: 1.5em;
  width: 100%;
  text-align: center;
  color: #000;
  background: #fff;
  overflow: hidden;
  border-top: 1px solid #ccc;
	z-index: 5;
}
footer ul {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	margin-bottom: 1em;
}
footer ul li {
	font-size: 14px;
	line-height: 140%;
	margin-right: .5em;
	display: inline-block;
  padding: 0 1.5em 0 .5em;
  background: url(../img/icon-blank-gray.png) no-repeat right;
	/*border-left: 2px solid #ccc;*/
}
footer ul li:first-child {
	border-left: none;
}
footer ul li:last-child {
	margin-right: 0;
}
footer p.copy {
	font-size: 12px;
	line-height: 140%;
}


/* Accordion */
.accordion {
  width: 100%;
  margin: 1em 0 0 0;
	background: #fafafa;
	border-radius: .5em;
}
.accordion .ac-head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5a78c8;
	font-weight: 400;
  margin: 0;
  padding: .8em 0;
  cursor: pointer;
	transition: .2s;
}
.accordion .ac-head p {
  padding-right: .8em;
}
.accordion .ac-head:hover {
	opacity: .8;
	transition: .2s;
}
.accordion .ac-head::after {
  content: "";
  transition: all 0.3s ease-in-out;
  display: flex;
	align-items: center;
	width: 2vw;
  max-width: 13px;
	height: 2vw;
  max-height: 13px;
  border-top: solid 3px #5a78c8;
  border-right: solid 3px #5a78c8;
  transform: rotate(135deg);
	margin-top: -.2em;
}
.accordion .ac-head.open::after {
  transform: rotate(-45deg);
  margin-top: .8em;
}
.accordion .ac-content {
	margin: 0;
  padding: 1em 1.5em 1.5em;
}


/* Swiper  */
.swiper {
	position: relative;
	overflow: hidden;
	margin-bottom: 2em;
	padding: 3em 0 4em 0;
}
.swiper-wrapper {
	padding-bottom: 2em!important;
}
.swiper-slide::after {
	position: absolute;
	right: -12%;
	top: 50%;
	content: "";
  display: inline-block;
  width: 5%;
  height: 5%;
  background: url(../img/slide-arrow.png) no-repeat;
  background-size: contain;
	z-index: 10;
}
.swiper-slide:last-child::after {
  background: none;
}
.swiper-pagination {
	position: relative;
	bottom: 0;
	display : flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 100;
}
.swiper-pagination-bullet {
	display: block;
	background: #ccc;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 1em!important;
	padding: .6em;
	cursor: pointer;
	transition: .2s;
}
.swiper-pagination-bullet-active {
	background: #eb5505!important;
	transition: .2s;
}



/* SP
  ------------------------------------------------------------- */

@media (max-width: 750px) {
	
	h2 {
		font-size: 5.8vw;
	}
	h4 {
		font-size: 4.6vw;
	}
	p {
		font-size: 3.6vw!important;
	}
	hr {
		margin: 1em 0;
	}
	section {
		margin-bottom: 0;
	}
	.inner {
		padding: 0 1em;
	}
	.background {
		padding: 1em 0;
	}
	#mv {
	}
	
	#howto .content {
		background: #fff;
		border-radius: 1em;
		padding: 1em;
	}
	#howto .content p {
		font-size: 24px;
	}
	#howto .content .info {
		border-radius: .5em!important;
		margin: 1em 0 1em 0;
	}
	#howto .content .info p {
		margin: 0 0 0 1.5em;
	}
	
	#donation h3 {
		font-size: 4.8vw;
	}
	#donation h4 {
		font-size: 4.8vw;
	}
	#donation ul.list .detail {
		padding: 1em;
	}
	.btn a {
		font-size: 3.8vw;
		padding: 1.2em;
	}
	
	#donation .inline	h4 {
		font-size: 4vw!important;
	}
	#donation .inline	p {
		font-size: 3.4vw!important;
	}
	#donation .inline	ul li {
		font-size: 3.4vw!important;
	}
	
	#app h3 {
		font-size: 5vw;
		font-weight: 700;
		margin-top: 20%;
	}
	
	#inquiry h2 {
		font-size: 7vw;
	}
	#inquiry ul {
		font-size: 5vw;
	}
	
	/* Accordion */
	.accordion .ac-head p {
		font-size: 3.4vw!important;
	}
	.accordion .ac-head::after {
		border-top: solid .5vw #5a78c8;
		border-right: solid .5vw #5a78c8;
}
	.accordion .ac-content {
		margin: 0;
		padding: .5em 1em 1em;
	}
	
	/* Swiper */
	.swiper {
		margin-bottom: 0;
		padding: 2em 0 1em 0;
	}
	.swiper-wrapper {
		padding-bottom: 2em!important;
	}
	.swiper-pagination-bullet {
		margin: 0 .5em!important;
		padding: 1.2vw;
	}
	.swiper-wrapper .new::before, .swiper-wrapper .limit::before {
		top: -20px;	
		font-size: 16px;
	}
}


.mt05em {
	margin-top: .5em!important;
}
.mt1em {
	margin-top: 1em!important;
}
.mt2em {
	margin-top: 2em!important;
}
.mb1em {
	margin-bottom: 1em!important;
}
.mb2em {
	margin-bottom: 2em!important;
}
.my1em {
	margin: 1em 0!important;
}
.my2em {
	margin: 2em 0!important;
}
.pb1em {
	padding-bottom: 1em!important;
}
.pb2em {
	padding-bottom: 2em!important;
}
.pb3em {
	padding-bottom: 3em!important;
}
