@charset "utf-8";


/* Common
  ------------------------------------------------------------- */

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
a {
	color: #5a78c8;
}

.mt0 {
	margin-top: 0!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;
}
.pt0 {
	padding-top: 0!important;
}
.pb1em {
	padding-bottom: 1em!important;
}
.pb2em {
	padding-bottom: 2em!important;
}
.pb3em {
	padding-bottom: 3em!important;
}

.left {
	text-align: left!important;
}
.right {
	text-align: right!important;
}
.center {
	text-align: center!important;
}
.bold {
	font-weight: 700;
}
.red {
	color: #c00000;
}


/* PC
  ------------------------------------------------------------- */

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;
	background: #f5f6ff;
	padding-bottom: 2em;
}

h1 {
}
h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	padding: 0;
}
h2.target {
	border-bottom: 1px solid #ccc;
}

p {
	font-size: 28px;
	line-height: 140%;
}

.btn a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 32px;
	text-align: center;
	text-decoration: none;
	margin: 5% 0;
	padding: 1em;
	background: #eb5505;
	border-radius: .5em;
}
.btn-white a {
	display: block;
	width: 100%;
	color: #eb5505;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	padding: 1em;
	background: #fff;
	border: 3px solid #eb5505;
	border-radius: .5em;
}
.btn-white a::after {
	display: inline-block;
	content: "";
	border-top: 4px solid CurrentColor;
	border-right: 4px solid CurrentColor;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	vertical-align: middle;
	margin: -.2em 0 0 .5em;
}

section {
	width: 100%;
	max-width: 750px;
	margin: auto;
	margin-top: 2em;
}
.content {
	margin: 0 4%;
	padding: 0;
	border-radius: 1em;
	overflow: hidden;
	/*background: #fefaea!important;*/
}
.bg-white {
	background: #fff!important;
}
.bg-beige {
	background: #fefaea;
}
.bg-blue {
	background: #eeeefd;
}
.inner {
	padding: 4%;
}

#mv {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 750px;
	margin: auto;
	margin-bottom: 1em;
}
#mv .mv-h1 {
	position: absolute;
	top: 0;
	z-index: 2;
	animation-delay: .8s;
}
#mv .mv-bg {
	position: absolute;
	top: 0;
	z-index: 1;
	animation-delay: .1s;
}
#mv .mv-illust {
	position: absolute;
	top: 0;
	z-index: 4;
	animation-delay: 1.4s;
}
#mv .mv-sp {
	position: absolute;
	top: 10%;
	z-index: 2;
	animation-delay: .8s;
}
#mv .mv-effect {
	position: absolute;
	top: 0;
	z-index: 2;
	animation-delay: .6s;
}
#mv .mv-window {
	position: absolute;
	bottom: 0;
	z-index: 3;
	animation-delay: .2s;
}
#mv .mv-text {
	position: absolute;
	top: 43%;
	z-index: 4;
	animation-delay: 1.3s;
}
#mv .mv-step {
	position: absolute;
	bottom: 0;
	z-index: 3;
	animation-delay: 1.2s;
}

.aupay-money {
	background: #fff;
	border-radius: 1em;
	margin: 5% 0 0 0;
	padding: 4%;
}

.wrap {
	/*background: #fefaea;*/
	padding: 4%;
	border-radius: 1em;
	margin-top: 5%;
}
.wrap p {
	position: relative;
	margin-left: 1.5em;
}
.wrap p::before {
	position:absolute;
	left: -1.8em;
	content: "";
	display: inline-block;
	background: url("../img/icon-attention.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

ul.banner {
	margin: 0;
}
ul.banner img {
	border: 1px solid #ccc;
	border-radius: .5em;
	width: 100%;
	display: block;
}
ul.banner li {
	margin-bottom: 1em;
}
ul.banner li:last-child {
	margin-bottom: 0;
}

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 */

ul.accordion {
  width: 100%;
  margin: 0;
}
ul.accordion li {
  list-style: none;
	border-bottom: 2px solid #ccc;
}
ul.accordion li.noline {
  list-style: none;
	border-bottom: none;
}
ul.accordion li.noline ul li {
	border-bottom: none;
}
ul.accordion li ul li {
	border-bottom: none;
}
ul.accordion .ac-head {
  position: relative;
  margin: 0;
	display: flex;
	align-items: center;
  padding: .8em 0;
  cursor: pointer;
	transition: .2s;
}
ul.accordion .ac-head:hover {
	opacity: .8;
	transition: .2s;
}
ul.accordion .ac-head::after {
  content: "";
  position: absolute;
  right: .8em;
  top: 32%;
  transition: all 0.2s ease-in-out;
  display: flex;
	width: 2vw;
  max-width: 10px;
	height: 2vw;
  max-height: 10px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  transform: rotate(135deg);  
}
ul.accordion .ac-head p {
  padding-right: 40px;
}
ul.accordion .ac-head img {
  width: 6vw;
	max-width: 30px;
	height: 6vw;
	max-height: 30px;
	margin: .2em .5em 0 0;
}

ul.accordion .ac-head.open::after {
  transform: rotate(-45deg);
  top: 45%;
}
ul.accordion .ac-content {
	margin: 0;
  padding: 1em 0 2em 0;
}


/* Swiper  */
.swiper {
	position: relative;
	overflow: hidden;
	margin-bottom: 2em;
	padding: 2em 0 4em 0;
}
.swiper-wrapper {
	padding-bottom: 2em!important;
}
.swiper-slide::after {
	position: absolute;
	right: -16%;
	top: 37%;
	content: "";
  display: inline-block;
  width: 10%;
  height: 10%;
  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 {
		
	}
	p {
		font-size: 3.7vw;
	}
	.btn a {
		font-size: 4.2vw;
	}
	.btn-white a {
		font-size: 4.2vw;
	}
	.btn-white a::after {
		border-top: .6vw solid CurrentColor;
		border-right: .6vw solid CurrentColor;
		width: 2.2vw;
		height: 2.2vw;
	}
	section {
		
	}
	#mv {
		
	}
	
	.aupay-money {
		background: #fff;
		border-radius: .5em;
		padding: 4%;
	}
	
	.wrap {
		/*background: #fefaea;*/
		padding: 4%;
		border-radius: .5em;
		margin-top: 5%;
	}
	.wrap p {
		position: relative;
		margin-left: 1.5em;
	}
	.wrap p::before {
		position:absolute;
		left: -1.8em;
		content: "";
		display: inline-block;
		background: url("../img/icon-attention.png") no-repeat;
		background-position: center;
		background-size: contain;
		width: 5vw;
		height: 5vw;
		vertical-align: middle;
	}
	
	/* Swiper  */
	.swiper {
		margin-bottom: 0;
		padding: 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;
	}
	.category .new::before {
		font-size: 3vw;
		border-radius: 10px;
		padding: .3em .4em .3em;
	}
	.category .limit::before {
		top: 0;
		font-size: 2.8vw;
		border-radius: 10px;
		padding: .3em .4em .3em;
	}

}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0, 10%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInUpSmall {
	animation-name: fadeInUpSmall;
}
