.bodyWrap {
	padding-top: 50px;
	background-color: #EDECF5;
}

.lowerHeader {
	width: 100%;
	background-color: #8F88BC;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.lowerHeader__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	padding: 0 10px;
}
.lowerHeader__ttl {
	color: #FFF;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.lowerHeader__btn {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	color: #FFF;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #fff;
}

.lowerContent {
    max-width: 716px;
    margin: 0 auto;
	padding-bottom: 100px;
	color: #000;
    
}
.lowerContent__ttl {
	padding: 50px 0 40px;
    color: #626262;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 400;
}
.lowerContent__lead {
    font-size: 16px;
    line-height: 26px;
	text-align: center;
}
@media screen and (max-width:768px) {
	.lowerContent {
		max-width: inherit;
		padding-bottom: 0;
	}
	.lowerContent__ttl {
		font-size: 36px;
	}
	.lowerContent__lead {
		padding: 0 20px;
		text-align: left;
	}
}

.lowerSec {
	padding-top: 100px;
}
.lowerSec#pikachu {
	padding-top: 80px;
}
.lowerSec__ttl {
	margin-bottom: 25px;
    color: #626262;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
}
.lowerSec__ttl span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top center;
}
#pikachu .lowerSec__ttl span {
	padding-top: 65px;
	background-size: auto 65px;
    background-image: url(../images/snap/icon_pikachu.png);
}
#koduck .lowerSec__ttl span {
	padding-top: 70px;
	background-size: auto 70px;
    background-image: url(../images/snap/icon_koduck.png);
}
#mew .lowerSec__ttl span {
	padding-top: 68px;
	background-size: auto 68px;
    background-image: url(../images/snap/icon_mew.png);
}
#fhz .lowerSec__ttl span {
	padding-top: 83px;
	background-size: auto 83px;
    background-image: url(../images/snap/icon_fhz.png);
}

.lowerSec__btn {
	text-align: center;
}
.lowerSec__btn.lowerSec__btn--howto {
	margin: 40px 0;
}
.lowerSec__lead {
	margin: 40px 0;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.lowerSec__copy {
	width: 204px;
	margin: 0 auto;
}
@media screen and (max-width:768px) {
	.lowerSec {
		padding-top: 60px;
	}
	.lowerSec#pikachu {
		padding-top: 60px;
	}
	.lowerSec__lead {
		margin: 25px 0;
		padding: 0 20px;
		text-align: left;
	}
	.lowerSec__btn.lowerSec__btn--howto {
		margin: 25px 0 0;
	}
	.lowerSec__copy {
		margin-top: 25px;
	}
}



.snapNav {
	margin-top: 80px;
}
.howtoNav {
	margin-top: 80px;
}
@media screen and (max-width:768px) {
	.snapNav {
		margin-top: 60px;
		padding: 0 20px;
	}
	.howtoNav {
		margin-top: 60px;
		padding: 0 20px;
	}
}


.lineup__list li > a:hover {
	opacity: 0.6;
}
.lineup__list li > a span {
	display: block;
	text-indent: -9999px;
}
.lineup__list.lineup__list--snap li > a {
	height: 100%;
}
.lineup__list.lineup__list--snap li {
	height: 86px;
}
.lineup__list.lineup__list--snap li > a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 50px;
}
.lineup__listItem.lineup__listItem--pikachu > a:before {
	background-image: url(../images/snap/nav_pikachu.png);
}
.lineup__listItem.lineup__listItem--koduck > a:before {
	background-image: url(../images/snap/nav_koduck.png);
}
.lineup__listItem.lineup__listItem--mew > a:before {
	background-image: url(../images/snap/nav_mew.png);
}
.lineup__listItem.lineup__listItem--fhz > a:before {
	background-image: url(../images/snap/nav_fhz.png);
}

.lineup__list.lineup__list--howto li {
	height: 238px;
}
.lineup__list.lineup__list--howto li > a {
	height: 100%;
}
.lineup__list.lineup__list--howto li > a:before {
	content: "";
	display: block;
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
.lineup__listItem.lineup__listItem--pencase01 > a:before {
	background-image: url(../images/howto/nav_img02.jpg);
}
.lineup__listItem.lineup__listItem--pencase02 > a:before {
	background-image: url(../images/howto/nav_img01.jpg);
}

@media screen and (max-width:768px) {
	.lineup__list.lineup__list--snap {
		gap: 0;
	}
	.lineup__list.lineup__list--snap li:nth-child(even) {
		margin-left: inherit;
	}
	.lineup__list.lineup__list--snap li:not(:first-child) {
		margin-left: 10px;
	}
	.lineup__listItem.lineup__listItem--pencase01 > a:before { 
		background-image: url(../images/howto/nav_img01_sp.jpg);
	}
	.lineup__listItem.lineup__listItem--pencase02 > a:before {
		background-image: url(../images/howto/nav_img02_sp.jpg);
	}
}


.modItemList01 {
	display: flex;
	flex-wrap: wrap;
}
.modItemList01__item {
	width: calc((100% - 116px) / 3);
}
.modItemList01__item:not(:nth-child(3n)) {
	margin-right: 58px;
}
.modItemList01__item:nth-child(n + 4) {
	margin-top: 30px;
}
.modItemList01_link {
	display: block;
	position: relative;
}
.modItemList01_link:before {
	content: "";
	display: block;
	width: 100%;
	height: 17px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url(../images/copyright_tw.svg);
	position: absolute;
	left: 5px;
	bottom: 3px;
}
.modItemList01__img {
	width: 100%;
	height: auto;
}
.modItemList01__text {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	
}
.modItemList01__textLink {
}

.modItemList01__item a:hover {
	opacity: 0.7;
}
@media screen and (max-width:768px) {
	.modItemList01 {
		padding: 0 20px;
	}
	.modItemList01__item {
		width: calc((100% - 10px) / 2);
	}
	.modItemList01__item:not(:nth-child(3n)) {
		margin-right: inherit;
	}
	.modItemList01__item:nth-child(even) {
		margin-left: 10px;
	}
	.modItemList01__item:nth-child(n + 3) {
		margin-top: 30px;
	}
	.modItemList01_link:before {
		height: 3.6vw;
		left: 1vw;
		bottom: 0.8vw;
	}
}

.modBtn01 {
	display: flex;
	width: 135px;
	margin: 0 auto;
	padding: 6px 20px 4px 20px;
	margin-top: 25px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: #5F5F5F;
}
.modBtn01.modBtn01--white {
	border: 1px solid #5F5F5F;
	background-color: #FFF;
	color: #5F5F5F;
}
.modBtn01.modBtn01--mt0 {
	margin-top: 0;
}

#store {
	padding-top: 80px;
}
.store__cont {
	text-align: center;
}
.store__contImg {
	max-width: 378px;
	margin: 0 auto;
}
.store__contImg img {
	width: 100%;
	height: auto;
}
.store__contLink {
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
	text-decoration: underline;
	color: #000;
}
@media screen and (max-width:768px) {
	#store {
		padding-top: 60px;
	}
	.store__contImg {
		max-width: 249px;
	}
}

.howtoHeadline {

}
.howtoHeadline__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.howtoHeadline__img {
	width: 335px;
}
.howtoHeadline__cont {
	width: 335px;
	padding: 30px 50px;
	background-color: #fff;
}
.howtoHeadline__contList {

}
.howtoHeadline__contItem {
	position: relative;
	padding: 0 0 10px 20px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.01em;
	white-space: nowrap;
}
.howtoHeadline__contItem:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #EDECF5;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.howtoHeadline__text {
	margin: 40px 0;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
@media screen and (max-width:768px) {
	.howtoHeadline__inner {
		display: block;
		padding: 0 20px;
	}
	.howtoHeadline__img {
		width: auto;
	}
	.howtoHeadline__cont {
		width: auto;
		margin-top: 25px;
	}
	.howtoHeadline__text {
		margin: 25px 0;
		padding: 0 20px;
	}
}



.howtoList {
	margin: 40px 0;
}
.howtoList__inner {
	display: flex;
}
.howtoList__item {
	flex: 1 1 0%;
}
.howtoList__item:not(:last-child) {
	margin-right: 10px;
}
@media screen and (max-width:768px) {
	.howtoList {
		margin: 25px 20px;
	}
	.howtoList__inner {
		display: block;
	}
	.howtoList__item:not(:last-child) {
		margin-right: inherit;
	}
	.howtoList__item img {
		width: 100%;
		height: auto;
	}
}

body footer {
	margin-top: 0;
}
@media screen and (max-width:768px) {
	body footer {
		margin-top: 125px;
	}
}

body .mfp-container {
	width: 40%;
	left: 50%;
	transform: translateX(-50%);
}
.mfp-arrow:before {
	width: 24px;
	height: 40px;
	border: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	opacity: 1;
}
.mfp-arrow:after {
	content: none;
}
body .mfp-arrow.mfp-arrow-left:before {
	background-image: url(../images/arrow_left.svg);
	left: -5px;
}
body .mfp-arrow.mfp-arrow-right:before {
	background-image: url(../images/arrow_right.svg);
	left: auto;
	right: 20px;
}

body .mfp-close {
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 24px auto;
	background-image: url(../images/close_button.svg);
	font-size: 0;
	
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: default !important;
	right: 0;
}
.mfp-bottom-bar:before {
	content: "";
	display: block;
	width: 100%;
	height: 38px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url(../images/copyright_tw.svg);
	position: absolute;
	left: 8px;
	bottom: 28px;
}
@media screen and (max-width:768px) {
	body .mfp-container {
		width: 100%;
		padding: 0;
	}
	.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
		right: 10px;
	}
	.mfp-bottom-bar {
		padding: 0 20px;
	}
	.mfp-counter {
		right: 20px;
	}
	.mfp-bottom-bar:before {
		height: min(8.2vw, 41px);
		left: min(1.5vw, 7.5px);
		bottom: 27px;
	}
}