@charset "UTF-8";


/*
■ 汎用
■ ヘッダー
■ リード
■ ピカチュウ
■ 各アイテム
■ 装飾
■ フッター
*/



/* ■ 汎用 ==================================================================================== */

/*
横幅
アイテム名
ボタン
背景色
アニメーション
背景パララックス
*/


/* 横幅 --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.Width1,
	.Width3 {
	margin: 0 6%;
	}

}

@media print, screen and (min-width: 768px) {

	.Width1 {
	max-width: 890px;
	margin: 0 auto;
	padding: 0 20px;
	}

	.Width2 {
	max-width: 710px;
	margin: 0 auto;
	}

	.Width3 {
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 20px;
	}

}

@media print, screen and (min-width: 1090px) {

}


/* アイテム名 --------------------------------------------------- */

.ItemName1,
.ItemName2 {
text-align: center;
}

.ItemName2 .Sub {
font-size: 70%;
}

/* コピーライト */
.Copyright {
letter-spacing: 0.01em;
color: #000;
}

.Shadow {
 text-shadow: 2px  2px 1px #ffffff,-2px  2px 1px #ffffff,2px -2px 1px #ffffff,-2px -2px 1px #ffffff,2px  0px 1px #ffffff,0px  2px 1px #ffffff,-2px  0px 1px #ffffff,0px -2px 1px #ffffff;
}

.WithCP {
position: relative;
}

.WithCP .Copyright {
position: absolute;
right: 10px;
bottom: 10px;
line-height: 1.0em;
}

@media only screen and (max-width: 767px) {

	.ItemName2 {
	font-size: 120%; 
	}

	/* コピーライト */
	.Copyright {
	font-size: 53%;
	}

}

@media only screen and (max-width: 372px) {

	.ItemName2 {
	font-size: 110%; 
	}

}

@media print, screen and (min-width: 768px) {

	.ItemName2 {
	font-size: 134%; 
	}

	/* コピーライト */
	.Copyright {
	font-size: 67%;
	}

}

@media print, screen and (min-width: 1090px) {

}


/* ボタン --------------------------------------------------- */

.Btn {
display: inline-block;
border-radius: 50px;
line-height: 1.0em;
font-weight: 700;
text-align: center;
color: #000 !important;
background: #fff;
}

.BtnFwd {
position: relative;
}

.BtnFwd:after {
display: block;
position: absolute;
top: 50%;
right: 20px;
border-top: solid 3px;
border-right: solid 3px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: '';
}

.Btn span {
background: url(../img/common/Icon_Cart.png) no-repeat;
}

@media only screen and (max-width: 767px) {

	.Btn {
	width: 100%;
	padding: 20px 0;
	border: 3px solid #000;
	}

	.BtnFwd:after {
	width: 12px;
	height: 12px;
	margin-top: -6px;
	}

	.Btn span {
	padding-left: 22px;
	font-size: 140%;
	background-position: 0 50%;
	background-size: 17px auto;
	}

}

@media print, screen and (min-width: 768px) {

	.Btn {
	padding: 20px 70px;
	border: 5px solid #000;
	font-size: 147%;	
	}

	.BtnFwd:after {
	width: 16px;
	height: 16px;
	margin-top: -8px;
	}

	.Btn span {
	padding-left: 28px;
	background-size: 21px auto;
	}

}

@media print, screen and (min-width: 1090px) {

}


/* 終了ボタン --------------------------------------------------- */

.BtnEnd {
display: inline-block;
border-radius: 50px;
line-height: 1.0em;
font-weight: 700;
text-align: center;
color: #fff;
background: #473b00;
}

@media only screen and (max-width: 767px) {

	.BtnEnd {
	width: 100%;
	padding: 20px 0;
	}

}

@media print, screen and (min-width: 768px) {

	.BtnEnd {
	padding: 20px 70px;
	font-size: 147%;	
	}

}

@media print, screen and (min-width: 1090px) {

}


/* 完売ボタン --------------------------------------------------- */

.BtnSold {
display: inline-block;
border-radius: 50px;
line-height: 1.0em;
font-weight: 700;
text-align: center;
color: #fff;
background: #e60012;
}

@media only screen and (max-width: 767px) {

	.BtnSold {
	width: 100%;
	padding: 20px 0;
	}

}

@media print, screen and (min-width: 768px) {

	.BtnSold {
	padding: 20px 70px;
	font-size: 147%;	
	}

}

@media print, screen and (min-width: 1090px) {

}

/* 背景色 --------------------------------------------------- */

.Bg1 {
background-color: #fff;
}

.Bg2 {
background-color: #fed925;
}


/* アニメーション --------------------------------------------------- */

.Target1 {
opacity: 0;
}

.Target1_Effect1 {
opacity: 1;
transition: 5.0s ease 0.01s;
}

.Target1_Effect2 {
opacity: 0;
}

.Target2 {
transform: scale(1,1);
}

.Effect2 {
opacity: 0;
/* transform: scale(0,0); */
transition: 2.00s ease 0.2s;
}

.Effect3 {
opacity: 1;
/* transform: scale(1,1); */
transition: 2.0s ease 0.1s;
}


/* 背景パララックス --------------------------------------------------- */

.Parallax {
width: 100%;
background-position: center center;
}

.Parallax.BgItem1 {
height: 100vh;
background-image: url(../img/header/Bg_AllStars.png);
}

.Parallax.BgItem2 {
background-image: url(../img/header/Bg_AllStars.png);
}

.Parallax.BgItem3 {
background-color: #fff100;
background-image: url(../img/item/Bg_Pikachu.png?ver=200704);
background-repeat: no-repeat;
}

.Parallax.BgItem4 {
background-color: #f8f8f4;
background-repeat: no-repeat;
}

.Parallax.BgItem5 {
background-image: url(../img/header/Bg_AllStars.png);
}

@media only screen and (max-width: 767px) {

	.Parallax {
	padding: 125px 0;
	}

	.Parallax.BgItem1 {
	background-size: 900px auto;
	}

	.Parallax.BgItem2 {
	background-size: 1200px auto;
	}

	.Parallax.BgItem3 {
	background-position: center -500px;
	background-size: 220px auto;
	}

	.Parallax.BgItem4 {
	background-image: url(../img/item/Bg_Wappen_SP.png);
	background-position: center -500px;
	background-size: 410px auto;
	}

	.Parallax.BgItem5 {
	background-size: 900px auto;
	}

}

@media only screen and (max-width: 372px) {

	.Parallax.BgItem4 {
	background-image: url(../img/item/Bg_Wappen_SP.png);
	background-position: center -500px;
	background-size: 340px auto;
	}

}

@media print, screen and (min-width: 768px) {

	.Parallax {
	padding: 200px 0;
	}

	.Parallax.BgItem1 {
	background-size: 1100px auto;	
	}

	.Parallax.BgItem2 {
	background-size: 1500px auto;
	}

	.Parallax.BgItem3 {
	background-size: 340px auto;
	}

	.Parallax.BgItem4 {
	background-image: url(../img/item/Bg_Wappen_PC.png);
	background-size: 700px auto;
	}

	.Parallax.BgItem5 {
	background-size: 1100px auto;	
	}

}

@media print, screen and (min-width: 1090px) {

	.Parallax {
	padding: 250px 0;
	}

	.Parallax.BgItem1 {
	background-size: 1500px auto;
	}

	.Parallax.BgItem2 {
	background-size: 2500px auto;
	}

	.Parallax.BgItem3 {
	background-size: 471px auto;
	}

	.Parallax.BgItem4 {
	background-image: url(../img/item/Bg_Wappen_PC.png);
	background-size: 1186px auto;
	}

	.Parallax.BgItem5 {
	background-size: 1500px auto;
	}

}



/* ■ ヘッダー ==================================================================================== */

.Header {
position: relative;
}

.Header h1.Mds {
position: absolute;
left: 50%;
top: 50%;
}

@media only screen and (max-width: 767px) {

	.Header h1.Mds {
	width: 230px;
	margin-left: -115px;
	margin-top: -223px;
	}

}

@media only screen and (max-width: 372px) {

	.Header h1.Mds {
	width: 200px;
	margin-left: -100px;
	margin-top: -207px;
	}

}

@media print, screen and (min-width: 768px) {

	.Header h1.Mds {
	width: 650px;
	margin-left: -325px;
	margin-top: -200px;
	}

}

@media print, screen and (min-width: 1090px) {

}



/* ■ リード ==================================================================================== */

.SectionLead h2.Mds {
font-weight: 500;
background: url(../img/lead/Icon_PikachuBack.png) no-repeat 50% 0;
}

.SectionLead .Lead1 {
line-height: 2.2em;
}

@media only screen and (max-width: 767px) {

	.SectionLead {
	padding: 10% 0 10% 0;
	}

	.SectionLead h2.Mds {
	margin-bottom: 4%;
	padding-top: 110px;
	font-size: 140%;
	line-height: 1.8em;
	background-position: 48% 0;
	background-size: 90px auto;
	}

	.SectionLead .Lead1 {
	font-size: 94%;
	}

}

@media print, screen and (min-width: 768px) {

	.SectionLead {
	padding: 4.5% 0 8% 0;
	}

	.SectionLead h2.Mds {
	margin-bottom: 5%;
	padding-top: 135px;
	font-size: 253%;
	line-height: 1.5em;
	text-align: center;
	background-size: 112px auto;
	}

	.SectionLead .Lead1 {
	font-size: 120%;
	}

}

@media print, screen and (min-width: 1090px) {

}



/* ■ ピカチュウ ==================================================================================== */

.SectionPikachuWrap {
background-color: #fed925;
}

.SectionPikachu .PhotoUnit {
position: relative;
}

.SectionPikachu .Lead1 {
position: relative;
font-weight: 500;
}

/* 導入キャラ背景 */
.SectionPikachu .PhotoUnit .BgPikachu {
position: absolute;
left: 0;
top: 0;
z-index: 1000;
width: 100%;
height: 100%;
}

@media only screen and (max-width: 767px) {

	.SectionPikachu {
	padding: 0 0 10% 0;
	}

	.SectionPikachu .Copyright {
	margin-top: 15px;
	text-align: center;
	}

	.SectionPikachu .Lead1 {
	margin-top: 20px;
	font-size: 134%;
	line-height: 1.5em;
	}

	.SectionPikachu .Lead2 {
	margin-top: 15px;
	}

	.SectionPikachu .ListKomeS {
	margin-top: 10px;
	}

	.SectionPikachu .ItemName2 {
	margin-top: 20px;
	}

	.SectionPikachu .BtnTo {
	margin-top: 10px;
	}

	.SectionPikachu .BtnTo .Btn {
	font-size: 120%;
	}

	.SectionPikachu .IconPikachuR {
	margin-top: 30px;
	text-align: center;
	}

	.SectionPikachu .IconPikachuR img {
	width: 110px;
	margin-right: 10px;
	}

	/* 導入キャラ背景 */
	.BgPikachu {
	background: #fed925 url(../img/pikachu/Icon_PikachuFace_SP.png) no-repeat center center;
	background-size: cover;
	}

}

@media print, screen and (min-width: 768px) {

	.SectionPikachu {
	position: relative;
	padding: 10px 0 7% 0;
	}

	.SectionPikachu .PhotoUnit {
	max-width: 1270px;
	margin: 0 auto;
	}

	.SectionPikachu .IconPikachuL,
	.SectionPikachu .IconPikachuR,
	.SectionPikachu .IconInside {
	position: absolute;
	}

	.SectionPikachu .IconPikachuL {
	top: -20px;
	right: 120px;
	}

	.SectionPikachu .Lead1 {
	margin-top: -80px;
	font-size: 200%;
	line-height: 1.5em;
	text-align: center;
	}

	.SectionPikachu .Lead2 {
	margin-top: 40px;
	font-size: 107%;
	line-height: 2.2em;
	}

	.SectionPikachu .ListKomeS {
	margin-top: 10px;
	}

	.SectionPikachu .ItemName2 {
	margin-top: 50px;
	}

	.SectionPikachu .BtnTo {
	margin-top: 15px;
	text-align: center;
	}

	/* 導入キャラ背景 */
	.BgPikachu {
	background: #fed925 url(../img/pikachu/Icon_PikachuFace_PC.png) no-repeat center center;
	background-size: 100% auto;
	}

}

@media print, screen and (min-width: 1090px) {

}



/* ■ 各アイテム ==================================================================================== */

.SectionItems h2.Mds {
text-align: center;
}

@media only screen and (max-width: 767px) {

	.SectionItems {
	padding: 10% 0 15% 0;
	}

	.SectionItems h2.Mds {
	font-size: 200%;
	line-height: 1.3em;
	}

	.SectionItems .Lead1 {
	margin-top: 4%;
	font-size: 107%;
	}

	.SectionEachItem {
	margin-top: 10%;
	}

	.SectionEachItem .LBox,
	.SectionEachItem .RBox {
	float: none;
	}

	.SectionEachItem .WithCP {
	display: block;
	margin-top: 3%;
	}

	.SectionEachItem .ItemName1 {
	margin-top: 6%;
	font-size: 140%;
	}

	.SectionEachItem .ItemName2 {
	margin-top: 0;
	}

	.SectionEachItem .BtnBuy {
	margin-top: 3%;
	text-align: center;
	}

	.SectionEachItem .BtnBuy .Btn {
	width: 220px;
	padding: 12px 0 10px 0;
	border: 2px solid #000;
	}

}

@media only screen and (max-width: 372px) {

	.SectionItems h2.Mds {
	font-size: 180%;
	}

}

@media print, screen and (min-width: 768px) {

	.SectionItems {
	padding: 6% 0;
	}

	.SectionItems h2.Mds {
	font-size: 267%;
	}

	.SectionItems .Lead1 {
	margin-top: 4%;
	font-size: 107%;
	}

	.SectionEachItem {
	margin-top: 6%;
	}

	.SectionEachItem .LBox {
	width: 57%;
	}

	.SectionEachItem .RBox {
	width: 40%;
	}

	.SectionEachItem .RBox .WithCP {
	display: block;
	}

	.SectionEachItem .RBox .WithCP:nth-child(2) {
	margin-top: 6.5%;
	}

	.SectionEachItem .ItemName1 {
	margin-top: 4%;
	font-size: 160%;
	}

	.SectionEachItem .ItemName2 {
	margin-top: 0;
	}

	.SectionEachItem .BtnBuy {
	margin-top: 2%;
	text-align: center;
	}

	.SectionEachItem .BtnBuy .Btn {
	padding: 12px 90px 12px 80px;
	border: 3px solid #000;
	}

}

@media print, screen and (min-width: 1090px) {

}


/* ■ 装飾 ==================================================================================== */

.Deco {
position: relative;
}

.Deco .Icon {
position: absolute;
left: 50%;
top: 50%;
}

@media only screen and (max-width: 767px) {

	.Deco {
	height: 400px;
	}

	.Deco .Icon {
	width: 280px;
	margin-left: -140px;
	margin-top: -140px;
	}

}

@media only screen and (max-width: 372px) {

	.Deco .Icon {
	width: 240px;
	margin-left: -120px;
	margin-top: -120px;
	}

}

@media print, screen and (min-width: 768px) {

	.Deco {
	height: 400px;
	}

	.Deco .Icon {
	width: 300px;
	margin-left: -150px;
	margin-top: -150px;
	}

}

@media print, screen and (min-width: 1090px) {

	.Deco {
	height: 500px;
	}

	.Deco .Icon {
	width: 340px;
	margin-left: -170px;
	margin-top: -170px;
	}

}




/* ■ フッター ==================================================================================== */

/*
フッターセクション
SNSシェアボタン
ロゴ
オフィシャルSNS
Footer
ページの先頭へ
*/


/* フッターセクション --------------------------------------------------- */

.FooterWrap {
}

@media only screen and (max-width: 767px) {

	.FooterWrap {
	margin-top: 20px;
	padding-top: 30px;
	}

}

@media print, screen and (min-width: 768px) {

	.FooterWrap {
	margin-top: 20px;
	padding-top: 60px;
	}

}

@media print, screen and (min-width: 1090px) {

}


/* ロゴ --------------------------------------------------- */

#Logo {
text-align: center;
}

@media only screen and (max-width: 767px) {

	#Logo {
	margin-bottom: 30px;
	}

	#Logo img {
	width: 120px;
	height: auto;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Logo {
	margin-bottom: 30px;
	}

	#Logo img {
	width: 140px;
	height: auto;
	}
	
}


/* オフィシャルSNS --------------------------------------------------- */

#OfficialSNS {
text-align: center;
}

@media only screen and (max-width: 767px) {

	#OfficialSNS {
	margin-bottom: 20px;
	}
	
	#OfficialSNS ul li {
	display: inline;
	margin: 0 10px;
	}
	
	#OfficialSNS ul li img {
	width: 30px;
	height: auto;
	}

}

@media print, screen and (min-width: 768px) {

	#OfficialSNS {
	margin-bottom: 30px;
	}
	
	#OfficialSNS li {
	display: inline;
	margin: 0 15px;
	}
	
	#OfficialSNS li img {
	width: 26px;
	height: auto;
	}

}


/* Footer --------------------------------------------------- */

#Footer .Copyright {
font-size: 67%;
text-align: center;
}

@media only screen and (max-width: 767px) {

	#Footer {
	padding-bottom: 20px;
	}
	
	#Footer .Copyright {
	}

}

@media print, screen and (min-width: 768px) {

	#Footer {
	padding-bottom: 40px;
	text-align: center;
	}
	
}


/* ページの先頭へ --------------------------------------------------- */

#PageTop {
display: none;
position: fixed;
z-index: 10000;
opacity: 0.7;
}

@media only screen and (max-width: 767px) {

	#PageTop {
	bottom: 10px;
	right: 10px;
	}

	#PageTop {
	width: 40px;
	}

}

@media print, screen and (min-width: 768px) {

	#PageTop {
	bottom: 20px;
	right: 20px;
	}
	
}