@charset "utf-8";


/* Common
  ------------------------------------------------------------- */

html {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
a {
	/*color: #5a78c8;*/
	color: #0e0d6a;
}
a.arrow::after {
	display: inline-block;
	content: "";
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	transform: rotate(45deg);
	width: 14px;
	height: 14px;
	margin-left: .5em;
	vertical-align: middle;
}

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: #707070;
}
a.blank {
	padding-right: .2em;
}
a.blank::after {
	position: relative;
	top: .2em;
	left: .2em;
	display: inline-block;
	content: "";
	background: url(../img/koreacp/icon-blank.png) no-repeat;
	background-size: cover;
	width: 36px;
	height: 36px;
}
hr {
	border: none;
	height: 2px;
	background: #f21f7a;
	margin: 4% 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;
}

/*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;
	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-h1 {
	position: absolute;
	top: 0;
	z-index: 2;
	animation-delay: .3s;
}
#mv .mv-copy {
	position: absolute;
	top: 0;
	z-index: 1;
	animation-delay: .6s;
}
#mv .mv-mv {
	position: absolute;
	top: 23%;
	z-index: 2;
	animation-delay: .8s;
}
#mv .mv-period {
	position: absolute;
	bottom: 19%;
	z-index: 2;
	animation-delay: 1.3s;
}
#mv .mv-sponsor {
	position: absolute;
	bottom: 5%;
	z-index: 1;
	animation-delay: 1.6s;
}


article {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	background: #f8f8f8;
}

#overview {
	width: 100%;
	overflow: hidden;
	background: #ffebf5;
}
#overview h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 120%;
	margin: 0;
}
#overview .content {
	border: 2px solid #f21f7a;
	border-radius: 1em;
	margin: 0 4% 4%;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
#overview .inner {
	padding: 4%;
}
#overview p {
	font-size: 32px;
	line-height: 160%;
}

#campaign {
	width: 100%;
	overflow: hidden;
	background: #ffebf5;
	padding-top: 5%;
}
#campaign .content {
	border: 2px solid #f21f7a;
	border-radius: 1em;
	margin: 0;
	padding: 0;
	background: #fff;
}
#campaign .inner {
	border: 2px solid #f21f7a;
	border-radius: 1em;
	margin: 4%;
	padding: 4%;
	background: #fff;
}
#campaign h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 2px solid #f21f7a;
	margin-bottom: .5em;
	padding-bottom: .5em;
	vertical-align: middle;
}
#campaign h3::before {
	content: "■";
	color: #f21f7a;
	font-size: 80%;
	margin-right: .6em;
}
#campaign h3::after {
	content: "■";
	color: #f21f7a;
	font-size: 80%;
	margin-left: .6em
}
#campaign p {
	font-size: 28px;
	line-height: 150%
}
#campaign ul {
	font-size: 28px;
	margin: 0 1em 0 0;
}
#campaign ul li {
	line-height: 140%;
	margin-bottom: .5em;
}
#campaign ul li:last-child {
	margin-bottom: 0;
}

#period, #benefits, #reduction, #terms, #prepaidcard, #abroad {
	margin-bottom: 7%;
}

#prepaidcard h3 {
	font-size: 32px;
}

#inquiry {
	color: #333;
	padding: 5% 2%;
	padding-bottom: 9em;
}
#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: #fff;
	border-top: 1px solid #ccc;
	padding: .5em 0;
	z-index: 998;
}

.btn a {
	display: block;
	color: #fff;
	width: 84%;
	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 {
  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/koreacp/icon-blank.png) no-repeat;
		background-size: cover;
		width: 4.8vw;
		height: 4.8vw;
	}
	a.arrow::after {
		border-top: .5vw solid currentColor;
		border-right: .5vw solid currentColor;
		width: 2vw;
		height: 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 p {
		font-size: 4.2vw;
		line-height: 160%;
	}
	
	#campaign p {
		font-size: 3.8vw;
	}
	#campaign ul {
		font-size: 3.8vw;
		margin: 0 1em 0 0;
	}
	#campaign ul li {
		line-height: 140%;
	}
	
	h3 {
		font-size: 4.8vw;
		font-weight: 700;
		line-height: 120%;
		padding: .2em 0;
	}
	#prepaidcard h3 {
		font-size: 4.2vw;
	}
	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;
	}
	

	#inquiry {
		padding: 5% 1% 24%!important;
	}
	#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 .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;
	}
	
}
