@charset "utf-8";
/* CSS Document */
body {
	font-size:10px;
}
body a { color:#005256;}
body a:hover { text-decoration:none;}

.container {
	line-height: 1;
	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: 18px 0 1px;
	text-align: center;
	background: #e34752;
}
.footer p {
    text-align: center;
    font-size: 0.8rem;
    padding-bottom: 1.2rem;
	color: #fff;
}
.footer .copy {
	margin: 0rem 0 1.5rem;
    font-size: 0.6rem;
}
.footer a {
    color: #fff;
}

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


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

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

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




/* bottom--banner
-------------------------------------------------- */
.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用 */
	
}


/* item--area01
-------------------------------------------------- */
.sec01 { position:relative; z-index: 2;}

.item--area01 {
	position: relative;
	z-index: 1;
	margin-top:-16%;
	padding:23% 0 10%;
	background: url("../images/bg_items_01.jpg") center top no-repeat;	
	background-size:100% auto;
}
.item--photo {
	margin:0 9.85% 3%;
}
.item--name {
	margin:0 27.7955% 3em;
}
.item--area01 .btn--buy {
	margin:0 5.3035%;
}

.shoplist--area01 {}
.shoplist--area01 .btn--buy {
	margin:0 10.6709% 12%;
}
@media (min-width: 641px) {
/* PC用 */
}
@media (max-width: 640px) {
/* SP用 */
}




/* movie--frame
-------------------------------------------------- */
.movie--frame {
	position:relative;
	padding:2em 5% 5em;
}
.movie--frame .movie--youtube {
	width:100%;
	height: auto;
}
.movie--frame .img {
	position: absolute;
	z-index: 2;
}
.movie--frame .img01 {
	top:0.5em;
	left:3%;
	width:12%;	
}
.movie--frame .img02 {	
	right:1.5%;
	bottom:3%;
	width:12%;	
}
.movie--frame .img03 {
	top:50%;
	left:50%;
	margin:-6.5% 0 0 -6%;
	width:12%;	
}
@media (min-width: 641px) {
/* PC用 */
	.movie--youtube {
		
	}
}
@media (max-width: 640px) {
/* SP用 */
	.movie--youtube {
		
	}
}



/* 
-------------------------------------------------- */
.sec--btn {
	position:relative;
}
.sec--btn .btn--area {
	position:absolute;
	left: 0;
	z-index: 2;
}

.btn--area {
	padding:0.8em 10%;
	/*background:url('../images/bg_btn.png') center top repeat-y;
	background-size:100% auto;*/
}
.sec--01 .btn--area {
	bottom:75.7em;
	padding:0.8em 13% 0.8em 6%;
}
.sec--02 .btn--area {
	bottom:109.5em;
	padding:0.8em 6% 0.8em 13%;
}
.sec--03 .btn--area {
	bottom:26.1em;
	padding:0.8em 9.5% 0.8em 9.5%;
}

.index--ul01 {
	padding:0 5% 2.2em;
}
.index--ul01 li {
	margin-bottom:1em;
}

.btn--area.fx {
	display:flex;
	justify-content: space-between;
}
.btn--area.fx a {
	width:47.7%;
}


@media (min-width: 641px) {
/* PC用 */
}
@media (max-width: 640px) {
/* SP用 */
	.sec--01 .btn--area {
		bottom:37.7em;
		padding:0.8em 13% 0.8em 6%;
	}
	.sec--02 .btn--area {
		bottom:54.5em;
		padding:0.8em 6% 0.8em 13%;
	}
	.sec--03 .btn--area {
		bottom:11.8em;
		padding:0.8em 9.5% 0.8em 9.5%;
	}
}

/* .line
-------------------------------------------------- */
.line {
	padding:1.5rem 0 1.8rem;
	text-align:center;
}
.line img {
	width:81.4%;
}
.diane--logo {
	padding:1.2rem 0 1.8rem;
	text-align:center;
}
.diane--logo img {
	width:35.733333%;
}
@media (min-width: 641px) {
/* PC用 */
	.line img {}
}
@media (max-width: 640px) {
/* SP用 */
}



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

