@charset "utf-8";


/* Common
  ------------------------------------------------------------- */

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
}
p {
	font-size: 28px;
	line-height: 160%;
	color: #000;
}
a {
	color: #5a78c8;
}

.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;
}

.left-pd-1 {
	padding-left: 1em;
}
.right-pd-1 {
	padding-right: 1em;
}

.left {
	text-align: left!important;
}
.right {
	text-align: right!important;
}
.center {
	text-align: center!important;
}

.red {
	color: #c00000;
}
.gray {
	color: #666;
}
.purple {
	color: #5d5fef;
}

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		transform: translate3d(0, 20%, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInUpSmall {
	animation-name: fadeInUpSmall;
}


/* PC
  ------------------------------------------------------------- */

h1 {
	margin: 0;
	padding: 0;
}
h2 {
	overflow: hidden;
	text-align: left;
	font-size: 36px;
	font-weight: 700;
	line-height: 140%;
	color: #eb5505;
	margin: 0;
	padding: 0;
}
h3 {
	overflow: hidden;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #95bded;
	padding: 1em .5em;
}

header {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
header img {
	width: 36vw;
	max-width: 200px;
	padding: 1em;
}

main {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f5f5f5;
}

article {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0 0 2em 0;
	color: #333;
	background: #fff;
}

.btn a {
	display: block;
	color: #fff;
	background: #eb5505;
	border-radius: 8px;
	font-size: 36px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	padding: 1em;
}
.btn a span {
	display: block;
	font-size: 70%;
	font-weight: 400;
	margin-top: .5em;
}

section {
	width: 100%;
	margin: 0;
	padding: 0;
}
.inner {
	width: 100%;
	margin: 0;
	padding: 1.5em;
}

#mv {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
#mv  div {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
#mv p {
	color: #777;
	padding: 1em!important;
	width: 100%;
}
#mv .mv-h1 {
	position: absolute;
	top: 0;
	z-index: 1;
	animation-delay: .6s;
}
#mv .mv-balloon {
	position: absolute;
	bottom: 30%;
	z-index: 3;
	animation-delay: 1.2s;
}
#mv .mv-illust1 {
	position: absolute;
	bottom: 0;
	z-index: 2;
	animation-delay: .2s;
}
#mv .mv-illust2 {
	position: absolute;
	top: 0%;
	z-index: 1;
	animation-delay: 1.1s;
}

#point {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
#point img {
	width: 100%;
	margin: 0;
	padding: 0;
}

#scene .content {
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 1.5em;
}
#scene .content img {
	width: 100%;
	max-width: 380px;
}
#scene .content p.head {
	font-size: 32px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: .5em
}

#howto, #charge, #service {
	overflow: hidden;
	margin: 4em 0 0 0;
}

#contact {
	border-top: 1px solid #ccc;
	background: #fff;
	padding: 1em 0 1em;
	text-align: center;
  font-size: 1.6rem;
}
#contact h2 {
	text-align: center;
  margin-bottom: .5em;
}
#contact p {
  line-height: 180%;
}

.border-bottom {
	border-bottom: 1px solid #ccc;
}

.pc-fixed {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
}
.pc-fixed .inner {
	background: #fff;
}
.sp-fixed {
	display: none;
}

footer {
	position: relative;
  padding: 1.5em;
	padding-bottom: 12em;
  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;
}
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;
}
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 {
	border-bottom: 2px solid #ff7656;
  position: relative;
  margin: 0 0 0em 0;
	display: flex;
	align-items: center;
  padding: 0;
  cursor: pointer;
	transition: .2s;
}
ul.accordion .ac-head:hover {
	opacity: .8;
	transition: .2s;
}
ul.accordion .ac-head::after {
	line-height: 100%;
  content: "＋";
  position: absolute;
  right: -1em;
  top: auto;
  transition: all 0.2s ease-in-out;
  display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background: #ff7656;
	border-radius: 50%;
	margin: .0em 1em 0 0;
}
ul.accordion .ac-head p {
	position: relative;
	left: 1.5em;
  padding: .5em 0em .5em 0;
	margin-right: 3.5em;
}
ul.accordion .ac-head p::before {
	position: absolute;
	left: -1.5em;
  content: "Q";
	font-weight: 700;
	color: #ff7656;
}

ul.accordion .ac-head.open::after {
	content: "－";
	transition: .2s;
  transform: rotate(-180deg);
  /*top: 45%;*/
}
ul.accordion .ac-content {
	margin: 0;
  padding: 0 0 1em 0;
}
ul.accordion .ac-content p {
	position: relative;
	left: 1.5em;
  padding: .5em 0em .5em 0;
	margin-right: 2em;
}
ul.accordion .ac-content p::before {
	position: absolute;
	left: -1.4em;
  content: "A";
	font-weight: 700;
	color: #ff7656;
}


/* Swiper  */
.swiper {
	position: relative;
	overflow: hidden;
	margin-bottom: 3em!important;
	padding: 0em 0 3em 0;
}
.swiper p {
	margin: 1em 0 0 0;
}
.swiper-wrapper {
	padding-bottom: 2em!important;
}
.swiper-slide figure {
	position: relative;
	height: 100%;
}
.swiper-slide figure::after {
	position: absolute;
	top: 43%;
	right: -28%;
	content: "";
	display: inline-block;
	background: url("../img/slide-arrow.png") no-repeat;
	background-size: contain;
	width: 40px;
	height: 80px;
}
.swiper-slide figure:last-child::after {
	background: none;
}
.swiper-slide img {
	width: 100%;
}
.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;
}


/* Readmore */
.readmore {
	position: relative;
	margin: 1.5em auto 0;
	display: flex;
	font-size: 24px;
	font-weight: 700;
	color: #5a78c8;
	border: none;
	outline: 0;
	cursor: pointer;
	background: none;
}
.readmore:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 20px;
	height: 20px;
	text-align: center;
	margin: .2em .8em 0 0;
	border: 4px solid #5a78c8;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	transition: .3s;
}
.readmore.on-click:before {
	transform: rotate(-45deg);
	margin-top: .4em;
}
.readmore .open {
	display: block;
}
.readmore.on-click .open {
	display: none;
}
.readmore .close {
	display: none;
}
.readmore.on-click .close {
	display: block;
}


/* SP
  ------------------------------------------------------------- */

@media (max-width: 750px) {
	
	h2 {
		font-size: 4.6vw;
	}
	h3 {
		font-size: 4.2vw;
	}
	p {
		font-size: 3.7vw;
	}
	.btn a {
		display: block;
		color: #fff;
		background: #eb5505;
		border-radius: 8px;
		font-size: 5vw;
		font-weight: 700;
		text-decoration: none;
		text-align: center;
		padding: 1em;
	}
	.inner {
		padding: 1em;
	}
	
	#scene .content img {
		width: 45vw;
		max-width: 380px;
	}
	#scene .content p.head {
		font-size: 4vw;
		font-weight: 700;
	}
	
	#howto, #charge, #service {
		margin: 5% 0 0 0;
	}
	
	#contact {
		padding: 5% 0;
	}
	ul.accordion .ac-head::after {
		width: 5vw;
		height: 5vw;
		font-size: 3vw;
		margin: .0em 1em 0 0;
		padding: 0 0 0 0.01em;
	}
	
	/* Swiper  */
	.swiper {
		margin-bottom: 1.5em!important;
		padding: 0 0 1em 0;
	}
	.swiper-slide figure::after {
		top: 40%;
		right: -28%;
		width: 6vw;
	}
	.swiper-pagination-bullet {
		margin: 0 .5em!important;
		padding: 1.2vw;
	}
	
	.pc-fixed {
		visibility: hidden;
	}
	
	.sp-fixed {
		display: none;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 999;
	}
	.sp-fixed .inner {
		background: #fff;
	}
	
	/* Readmore */
	.readmore {
		font-size: 3.4vw;
	}
	.readmore:before {
		width: 2.8vw;
		height: 2.8vw;
		margin: .1em .8em 0 0;
		border: .6vw solid #5a78c8;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateY(-25%) rotate(135deg);
		transition: .3s;
	}
}
