@charset "utf-8";
/* CSS Document */
body {
	background:#e7eff3;
	background:url("../../001/images/bg_body.jpg") center top repeat;
	background-attachment: fixed;
	background-size:cover;
}
body a { color:#005256;}
body a:hover { text-decoration:none;}

.container {
	background:#fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.bx-bgpk { background:#ffe1e8;}

.footer{
    padding: 3em 0 0;
	text-align: center;
	color: #32a8e4;
}
.footer--logo {
	margin:0 0 2em;
}
.footer p {
    text-align: center;
    font-size: 0.8rem;
    padding-bottom: 1.2rem; 
}
.footer .copy {
	margin: 0rem 0 1.5rem;
    font-size: 0.6rem;
}
.footer a {
    color: #32a8e4;
}

@media (min-width: 641px) {
/* PC用 */
	.container {
		width:750px;
		margin:0 auto;
		padding-bottom: 1em;
		overflow: hidden; 
	}
	
	.container img { width:100%; height: auto;}
	
	.footer p.copy{
		font-size: 0.7rem;
	}
}
@media (max-width: 640px) {
/* SP用 */
	.container img { width:100%; height: auto;}
	
	.footer{
		padding: 18px 0 1em;
	}
	
	.footer img {
		height:3rem;
		width:auto;
	}
}

.bottom--banner {
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index: 2;
}
.bottom--banner img {
	width:100%; height: auto;
}
.bottom--banner .rCartBtn {
	width:100%;
	margin: 0 0 0;
	padding:2.8rem;
	border: 0;
	text-indent:-999%;
	background:url("../img/chase_bnr.png") center bottom no-repeat;
	background-size:100% auto;
}
@media (min-width: 641px) {
/* PC用 */
	.bottom--banner {
		width:750px;
		left:50%;
		margin-left:-375px;
	}
}
@media (max-width: 640px) {
/* SP用 */
	
}


.scrollanime {
	opacity: 0;
}
.fadeInDown {
	animation-name: fadeInDown;
	animation-delay: 0.5s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeInDown {
	0% {
		opacity: 0;			
	}
	100% {
	opacity: 1;
	transform: translate(0);
	}
}

.updown {
	transform: translateY(-100px);
}
.downup {
	transform: translateY(100px);
}

.slide-right {
	transform: translateX(200px);
}
.slide-left {
	transform: translateX(-200px);
}


/* 
-------------------------------------------------- */
.btn--buy {
	position: relative;
	width:92.5333333%;
	margin:0 auto 2em;
	left: 0.85%;
}

@media (min-width: 641px) {
/* PC用 */
}
@media (max-width: 640px) {
/* SP用 */
}



/* part01
-------------------------------------------------- */
.part01 {
	background:url("../img/bg_01.png") center top no-repeat;
	background-size:cover;
}
@media (min-width: 641px) {
/* PC用 */
}
@media (max-width: 640px) {
/* SP用 */
}


/* part02
-------------------------------------------------- */
.part02 {
	padding-bottom:3em;
	background:url("../img/bg_02.png") center top no-repeat;
	background-size:cover;
}

.btn--viewSeries {
	width:50%;
	margin:1.5em auto 0;
}
@media (min-width: 641px) {
/* PC用 */
}
@media (max-width: 640px) {
/* SP用 */
}


/* part03
-------------------------------------------------- */
.part03 {
	position:relative;
}
.part03 .btn--buy {
	position:absolute;
	bottom:1.5em;
	left: 4.55%;
}
@media (min-width: 641px) {
/* PC用 */
}
@media (max-width: 640px) {
/* SP用 */
}


/****************************************************************************
アニメーション
 ****************************************************************************/
.fadeInBottom,
.fadeInBottomLate {
  opacity: 0;
  transform: translateY(20px);
  transition: .7s ease;
}

.fadeInBottom.is-active,
.fadeInBottomLate.is-active {
  opacity: 1;
  transform: translateY(0px);
}

.fadeIn,
.fadeInLate {
  opacity: 0;
  transition: .7s ease;
}

.fadeIn.is-active,
.fadeInLate.is-active {
  opacity: 1;
}

.lineAnime {
  opacity: 0;
}

.lineAnime.is-active {
  opacity: 1;
}

.leftSlide {
  transform: translateX(-51.06667vw);
  transition: .5s ease;
}

.leftSlide.is-active {
  transform: translateX(0);
}

.fadeOrderTitle {
  opacity: 0;
  transform: translateY(20px);
}

.fadeOrderObj {
  opacity: 0;
}

