@charset "utf-8";


/* Common
  ------------------------------------------------------------- */

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
a {
	color: #eb5505;
	font-weight: 700;
}
a:hover {
	color: #f57809;
	text-decoration: none;
}

ol, ol ul.asterisk, ul.circle {
	font-size: 24px;
}
ul.disc {
	position: relative;
	left: 1em;
}
ul.disc li::before {
	position: absolute;
	content: "・";
	left: -.8em;
}
p.disc {
	position: relative;
	left: 1em;
}
p.disc::before {
	position: absolute;
	content: "・";
	left: -.8em;
}
ul.disc li ol li {
	margin: .5em 0;
	text-indent: -1em;
	margin-left: 1em;
}
ul.disc li ol li::before {
	content: "";
}

.indent {
	text-indent: -1em;
	margin-left: 1em;
}
.indent2 {
	text-indent: -.8em;
	margin-left: .8em;
}

.m1em {
	margin: 1em!important;
}
.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;
}
.my0 {
	margin: 0!important;
}
.my1em {
	margin: 1em 0!important;
}
.my2em {
	margin: 2em 0!important;
}

.p1em {
	padding: 1em!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;
}
small, .small {
	font-size: 24px!important;
	line-height: 120%;
}
.smaller {
	font-size: 18px;
	margin-top: .5em;
}
.red {
	color: #c00000;
}
.gray {
	color: #999;
}
a.blank {
	padding-right: .2em;
}
a.blank::after {
	position: relative;
	top: .2em;
	left: .2em;
	display: inline-block;
	content: "";
	background: url(../img/icon-blank.png) no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
}
hr {
	border: none;
	/*height: 1px;
	background: #eee;*/
	border-bottom: 4px dotted #ae9d8b;
	margin: 10% 0;
}

@-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
  ------------------------------------------------------------- */

header {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
header img {
	width: 36vw;
	max-width: 140px;
	margin: auto;
	padding: 1em;
}

main {
	width: 100%;
	color: #663300;
	background: url("../img/bg-ptn.png");
}

h1 {
}
h2 {
	line-height: 0;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	padding: .3em 0;
}
h4 {
	font-size: 28px;
	font-weight: 700;
	line-height: 120%;
	padding: 0 0 1em 0;
}

.em {
	font-weight: 700;
	line-height: 120%;
	margin: -.3em 0 1em 0
}

p {
	font-size: 28px;
	line-height: 140%;
}

section {
	width: 100%;
	margin: 0;
	padding: 0;
}
/*.inner {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 1em;
}*/

#mv {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 0!important;
}

#mv .inner {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	font-size: 0!important;
	/*background: #f3e387;
	background: #fff;*/
}

#mv .mv-balloon {
	position: absolute;
	top: 0;
	z-index: 1;
	animation-delay: 1.6s;
}
#mv .mv-copy1 {
	position: absolute;
	top: 19%;
	z-index: 1;
	animation-delay: .4s;
}
#mv .mv-copy2 {
	position: absolute;
	top: 38%;
	animation-delay: .6s;
	z-index: 1;
}
#mv .mv-copy3 {
	position: absolute;
	top: 50%;
	animation-delay: .8s;
	z-index: 1;
}
#mv .mv-illust {
	position: absolute;
	bottom: 17%;
	z-index: 1;
	animation-delay: .6s;
}
#mv .mv-period {
	position: absolute;
	bottom: 6%;
	z-index: 2;
	animation-delay: .5s;
}
#mv .mv-shine {
	position: absolute;
	top: 0;
	z-index: 3;
	animation-delay: .3s;
}


article {
	width: 100%;
	/*max-width: 900px;
	margin: 0 auto;*/
	padding: 0;
}

#join, #flow, #overview {
	position: relative;
	width: auto;
	margin: 0 auto ;
	max-width: 900px;
}
#join h2, #flow h2, #overview h2 {
	position: absolute;
	top: 2em;
}
#join .content, #flow .content, #overview .content {
	box-sizing: content-box;
	width: auto;
	max-width: auto;
	background: #fff;
	border-radius: 1em;
	margin: 0 6% 2em;
	padding: 2em;
	overflow: hidden;
}

#flow {
	
}

#banner {
	width: 100%;
	background: #fff;
	margin-bottom: 2em;
	padding: 2em 0;
	overflow: hidden;
}
#banner .inner {
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding: 0 1.5em;
}
ul.bnr li {
	margin-bottom: 5%;
}
ul.bnr li img {
	border-radius: .5em;
}

#overview {
	
}
#overview .period p {
	color: #eb5505;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
#overview .benefits p, #overview .detail p {
	font-size: 26px;
	font-weight: 400;
	text-align: left;
}

#overview .detail ul {
	font-size: 26px;
	font-weight: 400;
	padding-right: 1em;
}
#overview .detail ul li {
	line-height: 160%;
	margin-bottom: .5em;
}





#check {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0 0 .5em 0;
	background: #fff4e9;
	border-radius: 1em;
}
#check h2 {
	margin: 0;
	background: #f8f8f8;
}
#check .content {
	margin: 1em;
	padding: 0;
	background: #fff;
	border: 2px solid #eb5505;
	border-radius: .5em;
	overflow: hidden;
}

#security {
	
}
#security .content {
	background: #fff;
	border-radius: .5em;
	overflow: hidden;
}

#prepaid {
	
}
#prepaid .content {
	background: #fff;
	border-radius: .5em;
	overflow: hidden;
	padding: 1em;
}

#inquiry {
	width: 100%;
	max-width: 900px;
	margin: auto;
	padding: 1em 1em 3em;
	text-align: center;
}
#inquiry h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 100%;
	margin: 1em 0 .5em
}
#inquiry p {
	/*font-weight: 700;*/
}

#fixed {
	position: fixed;
	bottom: 0;
	background: #efefef;
	padding: .5em 0;
}

.btn a, .btn2 a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	/*line-height: 140%;*/
	background: #eb5505;
	margin: 0;
	padding: 1em;
	border-radius: 8px;
	text-decoration: none;
	transition: .2s;
}
.btn a:hover, .btn2 a:hover {
	opacity: .8;
	transition: .2s;
}
.btn a::after {
	position: absolute;
	display: inline-block;
	content: "";
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	width: 16px;
	height: 16px;
	transform: rotate(135deg);
	margin-top: .1em;
	margin-left: .5em;
}
.btn2 a::after {
	position: absolute;
	display: inline-block;
	content: "";
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	margin-top: .2em;
	margin-left: .5em;
}
.btn2 p {
	line-height: 100%!important;
	padding: 0!important;
	margin-bottom: .5em!important;
}

footer {
	position: relative;
  padding: 1.5em;
  width: 100%;
  text-align: center;
  color: #000;
  background: #fff;
  overflow: hidden;
  border-top: 1px solid #ccc;
}
footer ul {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	margin-bottom: 1em;
}
footer ul li {
	font-size: 13px;
	line-height: 160%;
	display: inline-block;
  padding: 0;
}
footer ul li::after {
	display: inline-block;
	content: "";
  width: 16px;
	height: 16px;
  background: url(../img/icon-blank.png) no-repeat;
	background-size: contain;
	margin-left: .2em;
}
footer ul li:first-child {
	border-left: none;
}
footer ul li:last-child {
	margin-right: 0;
}
footer p.copy {
	letter-spacing: 0;
	font-size: 10px;
	line-height: 140%;
}

/* Swiper  */
.swiper {
	position: relative;
	overflow: hidden;
	margin-bottom: 2em;
	padding: 2em 0 4em 0;
}
.swiper-wrapper {
	padding-bottom: 2em!important;
}
.swiper-slide {
	position: relative;
}
.swiper-slide::after {
	position: absolute;
	right: -97%;
	top: 0;
	content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  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;
}
/* Accordion */
ul.accordion {
  width: 100%;
  margin: 1.5em 0 0 0;
	background: #efefef;
	border-radius: .5em
}
ul.accordion li {
  list-style: none;
	/*border-bottom: 2px solid #ddd;*/
}
ul.accordion li.noline {
  list-style: none;
	border-bottom: none;
}
ul.accordion li.noline ul li {
	border-bottom: none;
}
ul.accordion .ac-head {
  position: relative;
	color: #5a78c8;
	font-weight: 400;
  margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
  padding: 1.2em 0;
  cursor: pointer;
	transition: .2s;
}
ul.accordion .ac-head:hover {
	opacity: .8;
	transition: .2s;
}
ul.accordion .ac-head::after {
  content: "";
  transition: all 0.2s ease-in-out;
  display: flex;
	width: 2vw;
  max-width: 15px;
	height: 2vw;
  max-height: 15px;
  border-top: solid 3px #5a78c8;
  border-right: solid 3px #5a78c8;
  transform: rotate(135deg);
	margin-top: -.5em;
}
ul.accordion .ac-head p {
	font-size: 20px;
  padding-right: .8em;
	line-height: 100%;
}
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);
	margin-top: .8em;
}
ul.accordion .ac-content {
	font-size: 28px;
	margin: 0;
  padding: 0 1em 1em;
}
ul.accordion .ac-content p {
	line-height: 150%;
}
.ac-content ul {
	font-size: 18px;
}
.ac-content p {
	font-size: 18px;
}
.ac-content ul li {
	margin: 0 0 .5em;
	padding: 0;
	line-height: 140%;
}
.ac-content ul li:last-child {
	margin-bottom: 0;
}

.pagetop {
	width: 100%;
	max-width: 750px;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
.pagetop img {
	position: absolute;
	bottom: 1em;
	right: .5em;
	width: 100px;
}


/* SP
  ------------------------------------------------------------- */

@media (max-width: 750px) {
	
	br.sp {
		display: none!important;
	}
	a.blank {
		padding-right: .2em;
	}
	a.blank::after {
		position: relative;
		top: .2em;
		left: .2em;
		display: inline-block;
		content: "";
		background: url(../img/icon-blank.png) no-repeat;
		background-size: cover;
		width: 4.2vw;
		height: 4.2vw;
	}
	
	ol, ol ul.asterisk, ul.circle {
		font-size: 3.2vw;
	}
	
	h2 {
		/*font-size: 5.9vw;
		margin: 1.5em 0 0 0;*/
	}
	p {
		font-size: 3.7vw;
	}
	section {
		
	}
	#mv {
	}
	
	
	#join .content, #flow .content, #overview .content {
		box-sizing: content-box;
		width: auto;
		max-width: auto;
		background: #fff;
		border-radius: .5em;
		margin: 0 6% 2em;
		padding: 4%;
	}
	#join h2, #flow h2, #overview h2 {
		position: absolute;
		top: 1em;
	}
	
	#overview .period p, #overview .benefits p, #overview .detail p {
		font-size: 3.4vw;
	}
	
	#overview .detail ul {
		font-size: 3.4vw;
	}
	
	
	
	
	
	
	h3 {
		font-size: 4.8vw;
		font-weight: 700;
		line-height: 120%;
		padding: .2em 0;
	}
	h4 {
		font-size: 3.7vw;
		font-weight: 700;
		line-height: 120%;
		padding: .3em 0 .6em;
	}
	small, .small {
		font-size: 3.2vw!important;
		line-height: 120%;
	}
	.smaller {
		font-size: 2.8vw;
		margin-top: .5em;
	}
	
	.btn a {
		font-size: 4.3vw;
	}
	.btn2 a {
		font-size: 4.3vw;
	}
	.btn a::after {
		position: absolute;
		display: inline-block;
		content: "";
		border-top: .6vw solid #fff;
		border-right: .6vw solid #fff;
		width: 2.2vw;
		height: 2.2vw;
		transform: rotate(135deg);
		margin-top: .1em;
		margin-left: .5em;
	}
	.btn2 a::after {
		position: absolute;
		display: inline-block;
		content: "";
		border-top: .6vw solid #fff;
		border-right: .6vw solid #fff;
		width: 2.2vw;
		height: 2.2vw;
		transform: rotate(45deg);
		margin-top: .2em;
		margin-left: .5em;
	}
	
	#inquiry {
		
	}
	#inquiry h2 {
		font-size: 4.6vw;
	}
	#inquiry p {
		font-size: 3.8vw;
	}
	
	footer {
		
	}
	
	/* 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;
	}
	
	/* Accordion */
	ul.accordion .ac-head p {
		font-size: 3.2vw;
		line-height: 100%;
	}
	ul.accordion .ac-content {
		padding: 0 .5em .5em!important;
	}
	ul.accordion .ac-head::after {
		content: "";
		transition: all 0.2s ease-in-out;
		display: flex;
		align-items: center;
		width: 2vw;
		height: 2vw;
		border-top: solid .4vw #5a78c8;
		border-right: solid .4vw #5a78c8;
		transform: rotate(135deg);
		margin-top: -.4em;
	}
	ul.accordion .ac-head.open::after {
		transform: rotate(-45deg);
		margin-top: .5em;
	}
	.ac-content ul {
		font-size: 3vw;
	}
	.ac-content p {
		font-size: 3vw;
	}
	
	.pagetop img {
		position: absolute;
		bottom: 1em;
		right: .5em;
		width: 14vw;
	}
	
}
