/* ---------------------------------------
  .fv
-----------------------------------------*/
.fv {
	background: url("/pokemontypingpc/img/bg_fv_pc.jpg") no-repeat center center/cover;
	height: 996px;
}
.fv .wrap {
	height: 100%;
}
@media screen and (max-width: 767px) {
	.fv {
		background: none;
		height: 100vw;
	}
}

.fv__img {
	position: absolute;
	top: 27px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1380px;
	margin-left: -111px;
}
@media screen and (max-width: 767px) {
	.fv__img {
		position: static;
		top: auto;
		left: auto;
		-webkit-transform: none;
		        transform: none;
		width: 100%;
		height: 100%;
		margin-left: 0;
	}
	.fv__img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.fv__ttl {
	position: absolute;
	bottom: 52px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1109px;
	margin-left: 18px;
}
@media screen and (max-width: 767px) {
	.fv__ttl {
		bottom: 2.9333333333vw;
		width: 89.3333333333vw;
		margin-left: 2vw;
	}
}
.fv__ttl::before {
	content: "";
	position: absolute;
	background: url(/brand/pokemontypingpc/img/icon_star.svg) no-repeat center center/contain;
	-webkit-animation: flashing 2s infinite;
	        animation: flashing 2s infinite;
	top: 130px;
	left: 0;
	width: 80px;
	height: 80px;
}
@media screen and (max-width: 767px) {
	.fv__ttl::before {
		top: 8vw;
		left: -5vw;
		width: 10vw;
		height: 10vw;
	}
}
.fv__ttl::after {
	content: "";
	position: absolute;
	background: url(/brand/pokemontypingpc/img/icon_star.svg) no-repeat center center/contain;
	-webkit-animation: flashing 2s infinite;
	        animation: flashing 2s infinite;
	bottom: 0;
	right: 250px;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
@media screen and (max-width: 767px) {
	.fv__ttl::after {
		bottom: -3vw;
		right: 20vw;
		width: 10vw;
		height: 10vw;
	}
}

/* ---------------------------------------
  sec01
-----------------------------------------*/
.sec01 {
	position: relative;
	width: 100%;
	height: 466px;
	background: url(/brand/pokemontypingpc/img/bg_sec01_pc.png) repeat-x center 18px/auto 457px;
}
@media screen and (max-width: 767px) {
	.sec01 {
		height: 98.1333333333vw;
		background: url(/brand/pokemontypingpc/img/bg_sec01_sp.png) repeat-x center 2.4vw/cover;
	}
}
.sec01::before, .sec01::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 18px;
	background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(9%, rgb(255, 255, 255)), color-stop(35%, rgb(105, 105, 105)), color-stop(56%, rgb(0, 0, 0)), color-stop(75%, rgb(105, 105, 105)), color-stop(89%, rgb(255, 255, 255)), to(rgb(105, 105, 105)));
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 9%, rgb(105, 105, 105) 35%, rgb(0, 0, 0) 56%, rgb(105, 105, 105) 75%, rgb(255, 255, 255) 89%, rgb(105, 105, 105) 100%);
}
@media screen and (max-width: 767px) {
	.sec01::before, .sec01::after {
		height: 2.4vw;
	}
}
.sec01::before {
	top: 0;
}
.sec01::after {
	bottom: 0;
}
.sec01 .wrap {
	height: 100%;
	padding: 64px 0 0;
}
@media screen and (max-width: 767px) {
	.sec01 .wrap {
		padding: 8.5vw 0 0;
	}
}

.sec01__ttl {
	position: relative;
	width: 1172px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec01__ttl {
		width: 88.8vw;
		-webkit-transform: none;
		        transform: none;
	}
}
.sec01__ttl::before {
	content: "";
	position: absolute;
	background: url(/brand/pokemontypingpc/img/icon_star.svg) no-repeat center center/contain;
	-webkit-animation: flashing 2s infinite;
	        animation: flashing 2s infinite;
	top: -27px;
	left: -29px;
	width: 60px;
	height: 60px;
}
@media screen and (max-width: 767px) {
	.sec01__ttl::before {
		top: -4vw;
		left: 8.5vw;
		width: 8.5vw;
		height: 8.5vw;
	}
}
.sec01__ttl::after {
	content: "";
	position: absolute;
	background: url(/brand/pokemontypingpc/img/icon_star.svg) no-repeat center center/contain;
	-webkit-animation: flashing 2s infinite;
	        animation: flashing 2s infinite;
	bottom: -20px;
	right: -27px;
	width: 60px;
	height: 60px;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
@media screen and (max-width: 767px) {
	.sec01__ttl::after {
		bottom: -4vw;
		right: -4vw;
		width: 8.5vw;
		height: 8.5vw;
	}
}

.sec01__img {
	width: 1111px;
	margin: 15px auto 0;
	-webkit-transform: translateX(-67px);
	        transform: translateX(-67px);
}
@media screen and (max-width: 767px) {
	.sec01__img {
		width: 91.4666666667vw;
		margin: 0.5vw auto 0;
		-webkit-transform: translateX(2.5vw);
		        transform: translateX(2.5vw);
	}
}

/* ---------------------------------------
  bg01
-----------------------------------------*/
.bg01 {
	background: #000 url(/brand/pokemontypingpc/img/bg01_pc.jpg) no-repeat center top/100% auto;
}
@media screen and (max-width: 767px) {
	.bg01 {
		background: url(/brand/pokemontypingpc/img/bg01_sp.jpg) repeat-y center top/100% auto;
	}
}

/* ---------------------------------------
  .sec02
-----------------------------------------*/
.sec02 .wrap {
	padding: 98px 0;
}
@media screen and (max-width: 767px) {
	.sec02 .wrap {
		padding: 9.5vw 0 6vw;
	}
}
.sec02 .wrap::before {
	content: none;
	position: absolute;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1312px;
	height: 669px;
	background: url(/brand/pokemontypingpc/img/bg_sec02_pc.png) no-repeat center center/contain;
	margin-left: 7px;
}
@media screen and (max-width: 767px) {
	.sec02 .wrap::before {
		top: -15vw;
		width: 42.9333333333vw;
		height: 63.4666666667vw;
		background: url(/brand/pokemontypingpc/img/bg_sec02_sp.png) no-repeat center center/contain;
		margin-left: 0;
		right: -9vw;
		left: auto;
		-webkit-transform: none;
		        transform: none;
	}
}
@media screen and (max-width: 767px) {
	.sec02 .wrap::after {
		content: none;
		position: absolute;
		top: 56vw;
		left: -10vw;
		width: 38.9333333333vw;
		height: 63.2vw;
		background: url(/brand/pokemontypingpc/img/bg_sec02_02_sp.png) no-repeat center center/contain;
	}
}

.sec02__ttl {
	width: 144px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec02__ttl {
		width: 20.3vw;
	}
}

.sec02__movie {
	position: relative;
	width: 600px;
	margin: 46px auto 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.sec02__movie {
		width: 86.6666666667vw;
		margin: 6vw auto 0;
	}
}
.sec02__movie iframe {
	aspect-ratio: 30/17;
	width: 100%;
	height: auto;
}

/* 取扱説明書ダウンロード */
.manual_dl {
	padding-bottom: 74px;
}

.manual_dl .btn_box {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 24px;
}

.manual_dl .btn_box .btn {
	position: relative;
	width: 430px;
	margin: 0 auto;
	padding: 24px;
	border-radius: 100px;
	border: 4px solid #FFF;
	background: #F00;
	box-shadow: 0 3px 8px rgba(0,0,0,.6);
	color: #FFF;
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.manual_dl .btn_box .btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #FFF transparent transparent transparent;
	transition: transform .4s ease;
}

.manual_dl .btn_box .btn.is-open::after {
	transform: translateY(-50%) rotate(180deg);
}

.manual_dl .manual_box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px;
	border-radius: 10px;
	border: 4px solid #FFF;
	background: #000;
}

.manual_dl .manual_box .manuals {
	display: flex;
	flex-wrap: wrap;
}

.manual_dl .manual_box .manual {
	width: 23%;
	margin: 1.4% 1% 0;
	background: #EEE;
}

.manual_dl .manual_box .manual a {
	display: block;
	padding: 16px;
	text-align: center;
}

.manual_dl .manual_box .manual a:hover {
	color: #000;
	text-decoration: none;
}

.manual_dl .manual_box .manual a img {
	width: 75%;
}

.manual_dl .manual_box .manual .kind {
	margin-top: 16px;
	font-size: 1.6em;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.manual_dl {
		padding-bottom: 3vw;
	}

	.manual_dl .btn_box {
		max-width: 94vw;
		padding-bottom: 6.4vw;
	}

	.manual_dl .btn_box .btn {
		position: relative;
		width: 69.3vw;
		margin: 0 auto;
		padding: 4.3vw;
		border-width: 3px;
		font-size: 4vw;
	}

	.manual_dl .btn_box .btn::after {
		right: 6.4vw;
		border-width: 10px 7.5px 0 7.5px;
	}

	.manual_dl .manual_box {
		max-width: 94vw;
		margin: 0 auto 6.4vw;
		padding: 5.3vw;
	}

	.manual_dl .manual_box .manual {
		width: 46%;
		margin: 4.2vw 2% 0;
	}

	.manual_dl .manual_box .manual a img {
		width: 90%;
	}

	.manual_dl .manual_box .manual .kind {
		margin-top: 4.27vw;
		font-size: 3.2vw;
	}
}


/* ---------------------------------------
  .sec03
-----------------------------------------*/
.sec03 .wrap {
	padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.sec03 .wrap {
		padding: 8vw 0 2vw;
	}
}
.sec03 .wrap::before {
	content: none;
	position: absolute;
	top: -86px;
	right: -176px;
	width: 581px;
	height: 453px;
	background: url(/brand/pokemontypingpc/img/bg_sec03_pc.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
	.sec03 .wrap::before {
		top: -4.6vw;
		right: -11.6vw;
		width: 56vw;
		height: 44vw;
	}
}

.sec03__ttl {
	position: relative;
	width: 642px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec03__ttl {
		width: 86vw;
	}
}
.sec03__ttl::before {
	content: "";
	position: absolute;
	background: url(/brand/pokemontypingpc/img/icon_star.svg) no-repeat center center/contain;
	-webkit-animation: flashing 2s infinite;
	        animation: flashing 2s infinite;
	top: 30px;
	right: 106px;
	width: 60px;
	height: 60px;
}
@media screen and (max-width: 767px) {
	.sec03__ttl::before {
		top: 4vw;
		right: 13vw;
		width: 8.5vw;
		height: 8.5vw;
	}
}
.sec03__ttl::after {
	content: "";
	position: absolute;
	background: url(/brand/pokemontypingpc/img/icon_star.svg) no-repeat center center/contain;
	-webkit-animation: flashing 2s infinite;
	        animation: flashing 2s infinite;
	bottom: -20px;
	left: -30px;
	width: 60px;
	height: 60px;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
@media screen and (max-width: 767px) {
	.sec03__ttl::after {
		bottom: -4vw;
		left: -5vw;
		width: 8.5vw;
		height: 8.5vw;
	}
}

.sec03__txt {
	font-size: 2rem;
	line-height: 1.85;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 43px;
}
@media screen and (max-width: 767px) {
	.sec03__txt {
		font-size: 3.7333333333vw;
		line-height: 1.6785714286;
	}
}
@media screen and (max-width: 767px) {
	.sec03__txt {
		margin-top: 5vw;
	}
}

.sec03__img {
	width: 1230px;
	margin: 41px -15px 0;
	-webkit-transform: translateX(-6px);
	        transform: translateX(-6px);
}
@media screen and (max-width: 767px) {
	.sec03__img {
		width: 100%;
		margin: 9.5vw 0 0;
		-webkit-transform: none;
		        transform: none;
	}
}

/* ---------------------------------------
  bg02
-----------------------------------------*/
.bg02 {
	background: url(/brand/pokemontypingpc/img/bg02_pc.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
	.bg02 {
		background: url(/brand/pokemontypingpc/img/bg02_sp.jpg) no-repeat center top/cover;
	}
}

/* ---------------------------------------
  sec04
-----------------------------------------*/
.sec04 .wrap {
	padding-top: 97px;
}
@media screen and (max-width: 767px) {
	.sec04 .wrap {
		padding-top: 11.5vw;
	}
}
.sec04 .wrap::before {
	content: "";
	position: absolute;
	top: 148px;
	left: 18px;
	width: 296px;
	height: 196px;
	background: url(/brand/pokemontypingpc/img/bg_sec04_pc.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
	.sec04 .wrap::before {
		content: none;
	}
}

.sec04__ttl {
	position: relative;
	width: 556px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec04__ttl {
		width: 73.4vw;
	}
}
.sec04__ttl::before {
	content: "";
	position: absolute;
	background: url(/brand/pokemontypingpc/img/icon_star.svg) no-repeat center center/contain;
	-webkit-animation: flashing 2s infinite;
	        animation: flashing 2s infinite;
	top: -30px;
	left: -20px;
	width: 60px;
	height: 60px;
}
@media screen and (max-width: 767px) {
	.sec04__ttl::before {
		top: -3.5vw;
		left: -4.5vw;
		width: 8.5vw;
		height: 8.5vw;
	}
}
.sec04__ttl::after {
	content: "";
	position: absolute;
	background: url(/brand/pokemontypingpc/img/icon_star.svg) no-repeat center center/contain;
	-webkit-animation: flashing 2s infinite;
	        animation: flashing 2s infinite;
	bottom: -10px;
	right: -10px;
	width: 60px;
	height: 60px;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
@media screen and (max-width: 767px) {
	.sec04__ttl::after {
		bottom: -2vw;
		right: -1vw;
		width: 8.5vw;
		height: 8.5vw;
	}
}

.sec04__txt {
	font-size: 2rem;
	line-height: 1.85;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 18px;
}
@media screen and (max-width: 767px) {
	.sec04__txt {
		font-size: 3.7333333333vw;
		line-height: 1.6785714286;
	}
}
@media screen and (max-width: 767px) {
	.sec04__txt {
		margin-top: 7.5vw;
	}
}

.sec04__menu {
	position: absolute;
	top: 115px;
	right: 128px;
	width: 151px;
}
@media screen and (max-width: 767px) {
	.sec04__menu {
		top: 79vw;
		right: 5vw;
		width: 20vw;
	}
}

.sec04__img01 {
	width: 1274px;
	margin: 50px auto 0;
	-webkit-transform: translateX(-5px);
	        transform: translateX(-5px);
}
@media screen and (max-width: 767px) {
	.sec04__img01 {
		width: 89.3333333333vw;
		height: 44vw;
		margin: 17vw 0 0 auto;
		-webkit-transform: none;
		        transform: none;
		overflow-x: auto;
		padding-bottom: 4vw;
		-webkit-overflow-scrolling: touch;
	}
	.sec04__img01::-webkit-scrollbar {
		display: none;
	}
	.sec04__img01 .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
		top: 0;
	}
	.sec04__img01 .simplebar-scrollbar::before {
		background: #ffffff;
		height: 6px !important;
		margin-left: 2px;
		margin-top: 3px;
		border-radius: 3px !important;
		margin: 0;
	}
	.sec04__img01 .simplebar-track.simplebar-horizontal {
		left: 0;
		height: 6px;
	}
	.sec04__img01 .simplebar-scrollbar.simplebar-visible::before {
		opacity: 1;
	}
	.sec04__img01 img {
		width: 276vw;
		height: 39.7333333333vw;
		max-width: inherit;
	}
}

@media screen and (max-width: 767px) {
	.sec04__img02 {
		width: 100.2666666667vw;
		margin: 8vw 0 0;
		-webkit-transform: translateX(3vw);
		        transform: translateX(3vw);
	}
}

/* ---------------------------------------
  .sec05
-----------------------------------------*/
.sec05 .wrap {
	padding: 115px 0 160px;
}
@media screen and (max-width: 767px) {
	.sec05 .wrap {
		padding: 19vw 0 13vw;
	}
}

.sec05__ttl {
	position: relative;
	width: 760px;
	margin: 0 auto;
	-webkit-transform: translate(10px);
	        transform: translate(10px);
}
@media screen and (max-width: 767px) {
	.sec05__ttl {
		width: 90.4vw;
		-webkit-transform: none;
		        transform: none;
	}
}
.sec05__ttl::before {
	content: "";
	position: absolute;
	background: url(/brand/pokemontypingpc/img/icon_star.svg) no-repeat center center/contain;
	-webkit-animation: flashing 2s infinite;
	        animation: flashing 2s infinite;
	top: -30px;
	left: -10px;
	width: 60px;
	height: 60px;
}
@media screen and (max-width: 767px) {
	.sec05__ttl::before {
		top: 0;
		left: -3vw;
		width: 8.5vw;
		height: 8.5vw;
	}
}
.sec05__ttl::after {
	content: "";
	position: absolute;
	background: url(/brand/pokemontypingpc/img/icon_star.svg) no-repeat center center/contain;
	-webkit-animation: flashing 2s infinite;
	        animation: flashing 2s infinite;
	bottom: -20px;
	right: 20px;
	width: 60px;
	height: 60px;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
@media screen and (max-width: 767px) {
	.sec05__ttl::after {
		bottom: -3vw;
		right: -3vw;
		width: 8.5vw;
		height: 8.5vw;
	}
}

.sec05__txt01 {
	font-size: 2rem;
	line-height: 1.85;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 24px;
}
@media screen and (max-width: 767px) {
	.sec05__txt01 {
		font-size: 3.7333333333vw;
		line-height: 1.6785714286;
	}
}
@media screen and (max-width: 767px) {
	.sec05__txt01 {
		margin-top: 9vw;
	}
}

.sec05__menu {
	position: absolute;
	top: 106px;
	right: 79px;
	width: 154px;
}
@media screen and (max-width: 767px) {
	.sec05__menu {
		top: 88vw;
		right: 5vw;
		width: 20vw;
	}
}

.sec05__img {
	width: 1217px;
	margin: 50px -8px 0;
	-webkit-transform: translateX(-7px);
	        transform: translateX(-7px);
}
@media screen and (max-width: 767px) {
	.sec05__img {
		width: 89.0666666667vw;
		margin: 22.5vw auto 0;
		-webkit-transform: none;
		        transform: none;
	}
}

.sec05__txt02 {
	color: #000;
	font-size: 1.65rem;
	line-height: 1.4444444444;
	font-weight: bold;
	padding: 26px 30px 29px;
	background: #fff;
	margin-top: 35px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.sec05__txt02 {
		font-size: 3.4666666667vw;
		line-height: 1.3928571429;
		padding: 3vw 3.5vw 3.5vw;
		margin: 3.5vw auto 0;
		width: 88vw;
	}
}

.mac .sec05__txt02 {
	font-size: 1.6rem;
}

/* ---------------------------------------
  .sec06
-----------------------------------------*/
.sec06 {
	background: url(/brand/pokemontypingpc/img/bg_sec06_pc.png) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
	.sec06 {
		background: url(/brand/pokemontypingpc/img/bg_sec06_sp.png) no-repeat center top/100% auto;
	}
}
.sec06 .wrap {
	padding: 90px 0 120px;
}
@media screen and (max-width: 767px) {
	.sec06 .wrap {
		padding: 8vw 0 10vw;
	}
}

.sec06__ttl {
	position: relative;
	width: 735px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec06__ttl {
		width: 92.2666666667vw;
	}
}
.sec06__ttl::before {
	content: "";
	position: absolute;
	background: url(/brand/pokemontypingpc/img/icon_star.svg) no-repeat center center/contain;
	-webkit-animation: flashing 2s infinite;
	        animation: flashing 2s infinite;
	bottom: 50px;
	left: -20px;
	width: 60px;
	height: 60px;
}
@media screen and (max-width: 767px) {
	.sec06__ttl::before {
		bottom: 7vw;
		left: -3.5vw;
		width: 8.5vw;
		height: 8.5vw;
	}
}
.sec06__ttl::after {
	content: "";
	position: absolute;
	background: url(/brand/pokemontypingpc/img/icon_star.svg) no-repeat center center/contain;
	-webkit-animation: flashing 2s infinite;
	        animation: flashing 2s infinite;
	top: -10px;
	right: 50px;
	width: 60px;
	height: 60px;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
@media screen and (max-width: 767px) {
	.sec06__ttl::after {
		top: -4vw;
		right: 4vw;
		width: 8.5vw;
		height: 8.5vw;
	}
}

.sec06-flex01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 95px;
}
@media screen and (max-width: 767px) {
	.sec06-flex01 {
		display: block;
		margin: 7vw auto 0;
	}
}

.sec06-flex01__txt,
.sec06-flex02-pc__txt {
	position: relative;
	color: #000000;
	font-size: 2rem;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.sec06-flex01__txt,
.sec06-flex02-pc__txt {
		font-size: 3.7333333333vw;
		line-height: 1.3214285714;
	}
}

.sec06-box01 {
	position: relative;
	width: 566px;
	height: 728px;
	padding-top: 130px;
}
@media screen and (max-width: 767px) {
	.sec06-box01 {
		width: 75.3333333333vw;
		height: 99.7333333333vw;
		padding-top: 17vw;
		margin: 0 auto;
	}
}

.sec06-box01__img {
	position: absolute;
	top: 0;
	left: -16px;
	width: 596px;
}
@media screen and (max-width: 767px) {
	.sec06-box01__img {
		width: 79.7333333333vw;
		left: -3vw;
	}
}

.sec06-box02 {
	position: relative;
	width: 566px;
	height: 728px;
	padding-top: 130px;
}
@media screen and (max-width: 767px) {
	.sec06-box02 {
		width: 75.3333333333vw;
		height: 110.4vw;
		padding-top: 17vw;
		margin: 0 auto;
	}
}

.sec06-box02__img {
	position: absolute;
	top: 0;
	left: -16px;
	width: 630px;
}
@media screen and (max-width: 767px) {
	.sec06-box02__img {
		width: 84.2666666667vw;
		left: -3vw;
	}
}

.sec06-box03 {
	position: relative;
	width: 100%;
	height: 361px;
	padding-top: 200px;
	margin-top: -44px;
}
@media screen and (max-width: 767px) {
	.sec06-box03 {
		width: 86.6666666667vw;
		height: 52.5333333333vw;
		padding-top: 10.5vw;
		margin: 5.5vw auto 0;
	}
}

.sec06-box03__img {
	position: absolute;
	top: 0;
	left: -16px;
	width: 1247px;
}
@media screen and (max-width: 767px) {
	.sec06-box03__img {
		left: 0;
		width: 86.6666666667vw;
	}
}

.sec06-flex02-pc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 13px;
}
@media screen and (max-width: 767px) {
	.sec06-flex02-pc {
		display: none;
	}
}
.sec06-flex02-pc > * {
	position: relative;
	width: 388px;
	height: 523px;
	padding-top: 117px;
}
.sec06-flex02-pc > *:nth-of-type(n+4) {
	margin-top: -24px;
}

.sec06-box04__img {
	position: absolute;
	top: 0;
	left: -11px;
	width: 418px;
}

.sec06-box05__img {
	position: absolute;
	top: 0;
	left: -13px;
	width: 425px;
}

.sec06-box06__img {
	position: absolute;
	top: 0;
	left: -15px;
	width: 458px;
}

.sec06-box07__img {
	position: absolute;
	top: 0;
	left: -11px;
	width: 418px;
}

.sec06-box08__img {
	position: absolute;
	top: 0;
	left: -13px;
	width: 425px;
}

.sec06-box09__img {
	position: absolute;
	top: 0;
	left: -15px;
	width: 458px;
}

@media screen and (min-width: 768px) {
	.sec06-flex02-sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.sec06-flex02-sp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 86.6666666667vw;
		margin: 7.5vw auto 0;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

.sec06-btn-popup {
	width: 40vw;
}
.sec06-btn-popup:nth-of-type(n+3) {
	margin-top: 5.5vw;
}
.sec06-btn-popup:nth-of-type(3) img {
	max-width: inherit;
	width: 42.9333333333vw;
	margin: 0 -1.4666666667vw;
}

@media screen and (max-width: 767px) {
	.popup {
		width: 80vw;
		margin: 0 auto;
	}
	.popup__wrap {
		position: relative;
	}
	.popup__img {
		width: 78.6666666667vw;
		margin-left: auto;
	}
	.popup__txt {
		position: absolute;
		top: 21.5vw;
		left: 0;
		color: #000000;
		font-size: 3.7333333333vw;
		line-height: 1.3214285714;
		text-align: center;
		font-weight: bold;
		width: 100%;
	}
	.sec06__img {
		width: 51vw;
		margin: 3vw auto 0;
		-webkit-transform: translateX(-1vw);
		        transform: translateX(-1vw);
	}
}
.mfp-bg {
	opacity: 1;
	background: url(/brand/pokemontypingpc/img/bg_sec06_sp.png) repeat-y center center/100% auto;
}

button.mfp-close {
	font-size: 12vw;
	color: #fff !important;
}

/* ---------------------------------------
  .sec07
-----------------------------------------*/
.sec07 {
	background: url(/brand/pokemontypingpc/img/bg_sec07_pc.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
	.sec07 {
		background: url(/brand/pokemontypingpc/img/bg_sec07_sp.jpg) no-repeat center top/cover;
	}
}
.sec07 .wrap {
	padding: 95px 0 65px;
}
@media screen and (max-width: 767px) {
	.sec07 .wrap {
		padding: 11vw 0 29vw;
	}
}

.sec07__img {
	width: 1150px;
	margin: 0 auto;
	-webkit-transform: translateX(-25px);
	        transform: translateX(-25px);
}
@media screen and (max-width: 767px) {
	.sec07__img {
		width: 95.4666666667vw;
		-webkit-transform: translateX(-1vw);
		        transform: translateX(-1vw);
	}
}

.sec07__ttl {
	position: relative;
	width: 366px;
	margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
	.sec07__ttl {
		width: 42vw;
		margin: 20vw auto 0;
	}
}
.sec07__ttl::before {
	content: "";
	position: absolute;
	background: url(/brand/pokemontypingpc/img/icon_star.svg) no-repeat center center/contain;
	-webkit-animation: flashing 2s infinite;
	        animation: flashing 2s infinite;
	top: -29px;
	left: -25px;
	width: 60px;
	height: 60px;
}
@media screen and (max-width: 767px) {
	.sec07__ttl::before {
		top: -3vw;
		left: -4vw;
		width: 8.5vw;
		height: 8.5vw;
	}
}
.sec07__ttl::after {
	content: "";
	position: absolute;
	background: url(/brand/pokemontypingpc/img/icon_star.svg) no-repeat center center/contain;
	-webkit-animation: flashing 2s infinite;
	        animation: flashing 2s infinite;
	bottom: -20px;
	right: -30px;
	width: 60px;
	height: 60px;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
@media screen and (max-width: 767px) {
	.sec07__ttl::after {
		bottom: -3vw;
		right: -4.5vw;
		width: 8.5vw;
		height: 8.5vw;
	}
}

.sec07__copy {
	margin-top: 119px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	text-align: center;
}
/*.sec07__copy span {
	font-size: 170%;
	display: inline-block;
	-webkit-transform: translateY(3px);
	        transform: translateY(3px);
}*/
@media screen and (max-width: 767px) {
	.sec07__copy {
		margin-top: 10vw;
		font-size: 2.6666666667vw;
		line-height: 1.3;
	}
	/*.sec07__copy span {
		-webkit-transform: translateY(0.7vw);
		        transform: translateY(0.7vw);
	}*/
}