@charset "utf-8";


/* Common
  ------------------------------------------------------------- */

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
a {
	color: #5a78c8;
}

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;
}
.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;
	margin: 1.5em 0 1em;
}

@-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;
}

/*Youtube*/
iframe {
	margin-top: 5%;
	border-radius: .2em;
	width: 100%;
	aspect-ratio: 16 / 9;
}

/*Table*/
table.terms {
	margin-top: 1em;
	width: 100%;
}
table.terms, td, th {
	border: 2px solid #bfbfbf;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}
table.terms td, table.terms th {
	font-size: 16px;
	padding: .5em;
	width: auto;
	height: auto;
	line-height: 140%
}
table.terms th {
	background: #f3edde;
}


/* PC
  ------------------------------------------------------------- */

header {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 999;
}
header img {
	width: 36vw;
	max-width: 140px;
	margin: auto;
	padding: 1em;
}

main {
	width: 100%;
	color: #333;
	background: #fff;
}

h1 {
}
h2 {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: #eb5505;
	overflow: hidden;
}
h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	padding: .3em 0;
}
h4 {
	font-size: 38px;
	font-weight: 700;
	line-height: 120%;
	padding: 1em 0 1em;
}

.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;
	max-width: 750px;
	margin: 0 auto;
	padding: 1em;
}

#mv {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 0!important;
	background: #fff;
}
#mv .inner {
	position: relative;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	font-size: 0!important;
}

#mv .mv-header {
	position: absolute;
	top: 0;
	z-index: 3;
	animation-delay: 1.4s;
}
#mv .mv-info {
	position: absolute;
	top: 0;
	z-index: 2;
	animation-delay: .6s;
}
#mv .mv-earth {
	position: absolute;
	bottom: 0;
	z-index: 1;
}
#mv .mv-point {
	position: absolute;
	bottom: 0;
	z-index: 2;
	animation-delay: 3.2s;
}
#mv .mv-footer {
	position: absolute;
	bottom: 0;
	z-index: 2;
	animation-delay: 1.3s;
}
#mv .mv-ponta {
	position: absolute;
	top: 35%;
	z-index: 2;
	animation-delay: .3s;
}


article {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	background: #f8f8f8;
}

#overview {
	width: 100%;
	overflow: hidden;
}
#overview h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 120%;
	margin: 0;
}
#overview .country {
	background: #fff;
	border: 2px solid #eb5505;
	border-radius: .5em;
	margin: 1em;
	overflow: hidden;
}
#overview .country .inner {
	text-align: center;
	padding: 2em;
	border-top: 2px solid #eb5505;
}
#overview .content {
	background: #fff;
	border: 2px solid #ebebeb;
	border-radius: .5em;
	margin-bottom: 1em;
	padding: 1em;
	overflow: hidden;
}

#check {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 2em;
	padding: 0 0 .5em 0;
	background: #fff4e9;
	border: 2px solid #eb5505;
	border-radius: 1em;
	overflow: hidden;
}
#check h2 {
	margin: 0;
	background: #f8f8f8;
}
#check .content {
	margin: 1em;
	padding: 0;
	background: #fff;
	border: 2px solid #eb5505;
	border-radius: .5em;
	overflow: hidden;
}
#check ul.anchor {
	margin: 1em;
	padding: 0;
	font-size: 24px;
	background: #fff;
	border: 2px solid #eb5505;
	border-radius: .5em;
	overflow: hidden;
}
#check ul.anchor li {
	position:relative;
	margin: 0;
	background: #fff;
	border-bottom: 2px solid #eb5505;
	overflow: hidden;
}
#check ul.anchor li:nth-child(1)::before {
	position: absolute;
	left: 1em;
	top: 35%;
	content: "";
	background: url("../img/icon-info.png") no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 32px;
	height: 32px;
}
#check ul.anchor li:nth-child(2)::before {
	position: absolute;
	left: 1em;
	top: 35%;
	content: "";
	background: url("../img/icon-payment.png") no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 32px;
	height: 32px;
}
#check ul.anchor li:nth-child(3)::before {
	position: absolute;
	left: 1em;
	top: 35%;
	content: "";
	background: url("../img/icon-store.png") no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 32px;
	height: 32px;
}
#check ul.anchor li:last-child {
	border-bottom: none;
}
#check ul.anchor li a {
	position: relative;
	display: block;
	color: currentColor;
	text-decoration: none;
	padding: 1.5em;
	padding-left: 2.8em;
}
#check ul.anchor li a::after {
	position: absolute;
	right: 1.5em;
	top: 40%;
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
}

#check ul.payment-anchor {
	display: flex;
	gap: 1em;
	margin: 0;
	padding: 1em 1em 0;
}
#check ul.payment-anchor li {
	border: 2px solid #eb5505;
	border-radius: .5em;
	overflow: hidden;
}

#check .addinfo {
	background: #f1f2f3;
	border-radius: .5em;
	margin: 0 0 1.5em;
	padding: 1em;
}
#check .addinfo p::before {
	display: inline-block;
	content: "";
	background: url("../img/icon-balloon.png") no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin: -.3em .3em 0 0;
}
#check .addinfo ul {
	margin: 0;
	padding: 0 1em 0 .5em;
}
#check .addinfo ul li {
	margin-top: .5em;
	line-height: 140%;
}
#check .addinfo ul li::before {
	margin-left: .2em;
}

#check .store {
	background: #fff;
	border-radius: .5em;
	margin: 1.5em;
	padding: 1.5em;
}
#check .store ul {
	margin: 0;
	padding: 0;
}
#check .store ul li {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#security {
	
}
#security .content {
	background: #fff;
	border-radius: 1em;
	overflow: hidden;
}

#prepaid {
	margin-top: 1em;
}
#prepaid .content {
	background: #fff;
	border-radius: .5em;
	overflow: hidden;
	padding: 1em;
}

#faq {
	color: #333;
	padding-bottom: 1em;
}
#faq a {
	text-decoration: none;
	color: currentColor;
	display: block;
	padding: .8em 0;
}
#faq h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 100%;
	background: none;
}



#inquiry {
	color: #333;
	padding-bottom: 10em;
}
#inquiry a {
	text-decoration: none;
	color: currentColor;
	display: block;
	padding: .8em 0;
}
#inquiry h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 100%;
	background: none;
}
#inquiry ul {
	font-size: 32px;
	font-weight: 400;
	line-height: 100%;
	margin: .5em 0;
}
#inquiry ul li {
	position: relative;
	line-height: 100%;
	border-bottom: 2px solid #ccc;
}
#inquiry ul li:last-child {
	border-bottom: none
}
#inquiry ul li::after {
	position: absolute;
	top: 40%;
	right: .8em;
	display: inline-block;
	content: "";
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	width: 16px;
	height: 16px;
	transform: rotate(45deg)
}

#fixed {
	position: fixed;
	bottom: 0;
	background: #efefef;
	padding: .5em 0;
}

.btn a {
	display: block;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	background: #eb5505;
	margin: 0;
	padding: 1em;
	border-radius: 8px;
	text-decoration: none;
	transition: .2s;
}
.btn a:hover {
	opacity: .8;
	transition: .2s;
}

footer {
	position: relative;
	margin-bottom: 10em;
  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%;
	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 {
	letter-spacing: 0;
	font-size: 10px;
	line-height: 140%;
}


/* Accordion */

ul.accordion-orange {
  width: 100%;
  margin: 1em 0 0 0;
	background: #db4343;
	border-radius: .5em;
}
ul.accordion-orange li {
  list-style: none;
	border: 2px solid #db4343;
	border-radius: .5em;
	padding: 0;
}
ul.accordion-orange .ac-head {
  position: relative;
	color: #fff;
	font-weight: 400;
  margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
  padding: 1em;
  cursor: pointer;
	transition: .2s;
}
ul.accordion-orange .ac-head:hover {
	opacity: .8;
	transition: .2s;
}
ul.accordion-orange .ac-head::after {
	right: 1em;
	display: inline-block;
	content: "";
  border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	width: 16px;
	height: 16px;
  transform: rotate(135deg);
	margin-top: -.5em;
	margin-left: .8em;
	transition: .2s;
}
ul.accordion-orange .ac-content {
	background: #fff;
	margin: 0;
  padding: 1em .8em;
	font-size: 22px;
	line-height: 140%;
	border-radius: 0 0 .3em .3em;
	overflow: hidden;
}
ul.accordion-orange .ac-content p {
	position: relative;
	font-size: 22px;
	line-height: 140%;
	padding-right: 0;
}
ul.accordion-orange ul.disc li {
	border: none;
	padding-right: 1em;
}

ul.accordion {
  width: 100%;
  margin: 1.5em 0 0 0;
}
ul.accordion li {
  list-style: none;
	border-bottom: 2px solid #ccc;
	padding: 0;
}
ul.accordion .ac-head {
  position: relative;
	color: currentColor;
	font-weight: 400;
  margin: 0;
	display: flex;
	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 {
 position: absolute;
	top: 40%;
	right: 1em;
	display: inline-block;
	content: "";
  border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	width: 16px;
	height: 16px;
  transform: rotate(135deg);
	margin-top: -.5em;
	transition: .2s;
}
ul.accordion .ac-head p {
	position: relative;
	font-size: 28px;
	line-height: 120%;
	left: 1.5em;
	padding-right: 3em;
}
ul.accordion .ac-head p::before {
	position: absolute;
  content: "Q : ";
	left: -1.5em;
}

ul.accordion .ac-head.open::after {
  transform: rotate(-45deg);
	margin-top: 0;
}
ul.accordion .ac-content {
	font-size: 28px;
	margin: 0;
  padding: 0 0 1.2em .1em;
	width: 100%;
}
ul.accordion .ac-content p {
	position: relative;
	font-size: 28px;
	line-height: 150%;
	left: 1.5em;
	/*padding-right: 1em;*/
	width: 90%;
	box-sizing: border-box;
}
ul.accordion .ac-content p.answer::before {
	position: absolute;
  content: "A : ";
	left: -1.5em;
	/*left: -1.5em;*/
}
.ac-content ul.disk {
	margin: .5em 0 1em .5em;
}
.ac-content ul.disk li {
	position: relative;
	line-height: 150%;
	border-bottom: none;
	left: 1em;
	padding-right: 1.5em;
}
.ac-content ul.disk li::before {
	position: absolute;
	content: "・";
	left: -1em;
}
.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 {
	}
	
	#overview h2 {
		font-size: 5.9vw;
		font-weight: 700;
		line-height: 120%;
		padding: .2em 0 0 0!important;
	}
	#overview .country .inner {
		padding: 1em;
	}
	#overview .country .inner p {
		font-size: 3.4vw;
		line-height: 160%;
	}
	
	h3 {
		font-size: 4.8vw;
		font-weight: 700;
		line-height: 120%;
		padding: .2em 0;
	}
	h4 {
		font-size: 4.4vw;
		font-weight: 700;
		line-height: 120%;
		padding: .0;
	}
	small, .small {
		font-size: 3.2vw!important;
		line-height: 120%;
	}
	.smaller {
		font-size: 2.8vw;
		margin-top: .5em;
	}
	
	.btn a {
		font-size: 4.3vw;
	}
	
	#check .store {
		background: #fff;
		border-radius: .5em;
		margin: 1em;
		padding: 1em;
	}
	#check ul.anchor {
		margin: 15px;
		padding: 0;
		font-size: 4.8vw;
		border: 2px solid #eb5505;
	}
	#check ul.anchor li {
		position:relative;
		margin: 0;
		background: #fff;
		border-bottom: 2px solid #eb5505;
		overflow: hidden;
	}
	#check ul.anchor li:nth-child(1)::before {
		width: 6.4vw;
		height: 6.4vw;
	}
	#check ul.anchor li:nth-child(2)::before {
		width: 6.4vw;
		height: 6.4vw;
	}
	#check ul.anchor li:nth-child(3)::before {
		width: 6.4vw;
		height: 6.4vw;
	}
	#check ul.anchor li a::after {
		top: 43%;
		width: 2.6vw;
		height: 2.6vw;
	}
	#check .addinfo p::before {
		width: 4vw;
		height: 4vw;
		vertical-align: middle;
		margin: -.3em .3em 0 0;
	}
	
	#faq h2 {
		font-size: 6.2vw;
	}

	#inquiry {
		padding-bottom: 20%;
	}
	#inquiry h2 {
		font-size: 6.2vw;
	}
	#inquiry ul {
		font-size: 4.6vw;
	}
	#inquiry ul li::after {
	position: absolute;
	top: 40%;
	right: 1em;
	display: inline-block;
	content: "";
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	width: 2.4vw;
	height: 2.4vw;
	transform: rotate(45deg)
}
	
	footer {
		margin-bottom: 25vw;
	}
	
	
	/* Accordion */
	
	ul.accordion-orange .ac-head::after {
		width: 2.4vw;
		height: 2.4vw;
		margin-top: -.2em;
	}
	ul.accordion-orange .ac-head.open::after {
		transform: rotate(-45deg);
		margin-top: .4em;
	}
	ul.accordion-orange .ac-content {
		padding: .5em;
	}
	ul.accordion-orange .ac-content p {
		font-size: 3.4vw;
		margin-right: 0;
		padding-right: 0em;
	}
	ul.accordion-orange .ac-content ul {
		font-size: 3.4vw;
	}
	
	ul.accordion .ac-head {
		padding: 1em 0;
	}
	
	ul.accordion .ac-head p {
		font-size: 4vw;
	}
	ul.accordion .ac-content {
		font-size: 3.6vw;
		padding: 0 .5em 1.5em;
	}
	ul.accordion .ac-head::after {
		content: "";
		display: flex;
		align-items: center;
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
		width: 2.4vw;
		height: 2.4vw;
		transform: rotate(135deg);
		margin-top: -.2em;
	}
	ul.accordion .ac-head.open::after {
		transform: rotate(-45deg);
		margin-top: .2em;
	}
	/*ul.accordion .ac-content {
		width: 100%;
	}*/
	ul.accordion .ac-content p.answer {
		font-size: 4vw;
		left: 1.2em;
	}
	ul.accordion .ac-content p.answer::before {
		left: -1.5em;
	}
	ul.accordion .ac-content p {
		font-size: 3.4vw;
		line-height: 160%;
	}
	.ac-content ul.disk {
		margin: .5em 0 1em .5em;
	}

	table.terms {
		width: 100%;
	}
	table.terms, table.terms th, table.terms td {
		font-size: 2.8vw;
	}
	
	.pagetop img {
		position: absolute;
		bottom: 1em;
		right: .5em;
		width: 14vw;
	}
	
}
