@charset "UTF-8";

header {
	background:#fff;
	padding:14px 20px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
header #pspLogo {
}

header #seibuLogo {
}
h1 img {
	width:100%;
}

@media screen and (max-width: 768px) { 
header #pspLogo {
	position:absolute;
	top:10px;
	left:50%;
	transform: translateX(-50%);
}
header #pspLogo img {
	width:100%;
}
h1 img {
	width:100%;
	height:85vw;
	object-fit:cover;
}
.pcOnly {
	display:none;
}
}

@media screen and (min-width: 769px) { 
.spOnly {display:none;}
}

#content {
	margin:0 auto;
	padding:50px 0 30px;
	text-align:center;
	background:#F2DB9B;
	color:#000;
}
#content .bargain {
	padding:0 0 90px;
}
#content .mvBtmCopy {
	 font-size:2.8rem; 
	 margin-bottom:2em;"
}
#content h2 {
	margin-bottom:30px;
}
#content section {
	width:900px;
	margin:0 auto 30px;
}
#pageTop {
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:9999;
}
#pageTop a {
	color: #999;
	font-size:2.4rem;
	text-decoration:none;
}

@media screen and (max-width: 768px) { 
#content 
	{padding:30px 10px 30px;
}
#content .mvBtmCopy {
	 font-size:1.8rem; 
	 margin-bottom:2em;
}
#content section {
	width:100%;
	margin:0 auto 30px;
}
}

footer {
	text-align:center;
	padding:30px 0;
	background:#F2DB9B;
	color:#000;
}
footer p {
	font-size:1.5rem;
}
footer div.ftrBox {
	width:1040px;
	margin:0 auto 30px;
	padding:20px 25px;
	text-align:left;
	/*background:#fff125;*/
	color:#fff125;
	border:1px solid #fff125;
}
footer p.ftrTxt1 {
	font-size:1.5rem;
	/*color:#fff;*/
	/*text-align:left;*/
	/*width:1040px;*/
	margin:0 auto 50px;
}
footer p.ftrTxt2 {
	font-size:1.8rem;
	font-weight:bold;
	/*color:#000;*/
}
footer p.ftrTxt3 {
	font-size:1.5rem;
	/*color:#000;*/
}

@media screen and (max-width: 768px) { 
footer {padding:0px 20px 30px;}
footer p {font-size:1.0rem;}
footer div.ftrBox {
	width:100%;
}
footer p.ftrTxt1 {
	width:100%;
}
}

footer ul {
	margin:20px 0;
}

footer ul li {
	display:inline-block;
	margin-right:20px;
}

footer ul li:last-child {
	margin-right:0px;
}

.fade{
  opacity : 0;
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
}
 
.fade.view{
  opacity: 1;
  transform: translateY(0);
}

/*@media screen and (max-width: 768px) { 
.fade{
  opacity : 1;
}
}*/

