@charset "UTF-8";

/*----------------------------------------------------
	初恋レモンジャム
----------------------------------------------------*/
#productCnt * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#productCnt {
  width: 660px;
}
#productCnt .productCnt_inner {
  width: 100%;
  padding: 0;
  position: relative;
}
#productCnt .productCnt_inner::after {
  position: relative;
  content: url("/nadeshiko-zakka/images/common/mv_line.png");
  display: inline-block;
}
#productCnt a:hover {
  opacity: 0.7;
}

p.txt{
    color: #2c2825;
    font-size: 24px;
}
.mv {
  position: relative;
}
.mv::before {
  position: absolute;
  content: url("/nadeshiko-zakka/images/common/mv_line.png");
  display: inline-block;
}
.mv h1 {
  text-align: center;
  position: relative;
  margin: auto;
  padding-top: 74px;
}

.mv .wrap{
  background: #fdf3df;
  padding-top: 30px;
}

.mv .wrap h2{
  text-align: center;
}

.mv .wrap .mv_img{
  text-align: center;
  margin: 10px auto 20px;
}

.mv .item-ttl {
    color: #2c2825;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.mv .item-ttl small {
    display: block;
    font-size: 17px;
    font-weight: normal;
}

.mv .item-desc {
    width: 600px;
    margin: 20px auto auto;
    padding-bottom: 70px;
}

.cont01 {
  position: relative;
  background: #fff5e0;
  padding-bottom: 150px;
}

.cont01 h2 {
  position: relative;
  text-align: center;
}

.cont01 .txt,.cont05 .txt{
  width: 600px;
  margin: auto;
}

.cont01 .cont01_img{
 text-align: center;
  margin: 40px auto;
  position: relative;
}

.cont01 .cont01_img span{
  position: absolute;
}

.cont01 .cont01_img span.animation01{
  position: absolute;
  top: 30px;
  left: 20px;
}

.cont01 .cont01_img span.animation02{
  top: 100px;
  right: 30px;
}

.cont01 .cont01_img span.animation03{
  bottom: -100px;
  left: 30px;
  animation-delay: 2s;
}

.cont02 {
  background: #fff5e0;
  padding-bottom: 50px;
}

.cont02 h2{
  text-align: center;
}

.cont02 p img{
  margin: 40px auto;
}

.cont02 .cont02_img{
  margin-left: 30px;
}

.cont03,.cont04,.cont05 {
  background: #fff5e0;
  padding-bottom: 50px;
}

.cont05 h2{
  text-align: center;
  margin-bottom: 40px;
}

.cont05 .cont05_img{
  margin: 40px auto 20px;
}
.cont05 p small{
  margin-left: 30px;
}



/* カートの調整（カスタマイズ）
----------------------------------------------------*/
.for-PC .product {
  padding: 45px 30px 70px;
}
.for-PC .product .product_item::after {
	content:"";
	display: block;
	clear: both;
}
.for-PC .product .product_item .product_item_detail {
	width: 100%;
}
.for-PC .product .product_item {
  display: flex;
  justify-content: center;
  align-items: start;
}
.for-PC .product .product_item .product_item_detail {
  width: 300px;
  margin-right: 30px;
}
.for-PC .product .product_item .product_item_detail img {
  width: 100%;
}
.for-PC .cont03 .product .product_item .product_item_cart {
  background: #f77392;
  padding: 10px;
}

.for-PC .cont04 .product .product_item .product_item_cart {
  background: #68cae9;
  padding: 10px;
}

.for-SP .product {
  padding: 45px 30px 70px;
}
.for-SP .product .product_item .product_item_detail {
  text-align: center;
  margin-bottom: 50px;
}
.for-SP .product .product_item .product_item_cart {
  background: none;
  padding: 0;
}

.for-SP .product_item_detail_image img{
  width: 100%;
}

/* カートの調整
----------------------------------------------------*/
#CommonCage {
	width: 270px;
	margin-bottom: 0;
	border: none;
	padding: 10px;
	background: #ffffff;
}
.cont03 .commonCageSmt {
  padding: 15px;
  background: #f77392;
}

.cont04 .commonCageSmt {
  padding: 15px;
  background: #68cae9;
}
.commonCageSmt .itemBox {
  padding: 20px;
}

/* animation */
.fadein {
    opacity: 0;
    transform: translate(0,0);}

.fadein-left{
   transform: translate(-30px,0);
   transition: all 0.5s;
  }

.fadein-right{
   transform: translate(30px,0);
   transition: all 1.5s;
  }

.fadein-left02{
  transform: translate(-30px,0);
   transition: all 2.5s;
}
.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }