@charset "UTF-8";
/*! common (PC) */

/*横幅100％表示
----------------*/
#page-body .container{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
/*フッターの余白を削除
----------------*/
#page-body{
	margin-bottom: 0;
}
#page-footer{
	margin-top:0;
	}

/* スクロール フェードイン
--------------- */
.fadein {
	opacity: 0;
	transition-duration: 800ms;
	transition-property: opacity, transform;
  }
  
  .fadein-up {
	transform: translate(0, 50px);
  }
  
  .fadein-down {
	transform: translate(0, -50px);
  }
  
  .fadein-left {
	transform: translate(-50px, 0);
  }
  
  .fadein-right {
	transform: translate(50px, 0);
  }
  
  .scrollin {
	opacity: 1;
	transform: translate(0, 0);
  }

/*LP全体指定
----------------*/
#lp_re_gift_contents{
  	text-align: center;
  	font-family: 'Lato', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	/*background-color: #fff;*/
	width: 100%;
	color: #000;
	letter-spacing: 2px;
	margin: 0 auto;
}
/*#lp_re_gift_contents img{
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}*/
/*#lp_re_gift_contents a{
  color:#000;
}*/

#lp_re_gift_contents a:hover{
  opacity: 0.7;
  transition: 0.3s;
}

.mv_subttl {
	margin: 57px auto 50px;
}
.mv_subttl p{
	font-size: 18px;
	font-family: 'Lato', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	line-height: 2.1;
}
/*.mv_subttl p:nth-of-type(2){
	font-size: 32px;
	margin-top: 32px;
}
.mv_subttl p span {
	color: #91abbd;
	font-weight: 400;
}*/

a:focus{
   text-decoration: none;
}

/* lpsec-nav */
.lpsec-nav .lpnav2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin: 0 auto;
}
.lpsec-nav .lpnav2 a {
    background: #fff;
    text-align: center;
    padding: 18px 16px;
    border: solid 1px #000;
    width: 190px;
    margin: 0 5px 20px;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #000;
    font-family: 'EB Garamond', serif;
}
.lpsec-nav .lpnav2 a.active,
.lpsec-nav .lpnav2 a.active span {
	background-color: #fff;
	color: #000;
}
.lpsec-nav .lpnav2 a.active::after {
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

/* 下矢印 */
.lpsec-nav .lpnav2 .arrow_u {
	position: relative;
	display: inline-block;
}
.lpsec-nav .lpnav2 .arrow_u:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	transform: rotate(45deg);
	position: absolute;
	top: 26px;
	right: 12px;
	margin: auto;
}
.lpitem {
    margin: 22px auto 0;
    padding: 50px 0;
    max-width: 600px;
}
.lpitem h3 {
    font-size: 48px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #647787;
    line-height: 1;
    margin: 0 auto 40px;
    letter-spacing: 2.5px;
    font-family: 'EB Garamond', serif;
}
.lpitem_Imge img  {
    margin: 0 auto 30px;
    text-align: center;
}
.lpitem_ttl {
    width: 92%;
    margin: 0 auto 15px;
    text-align: left;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 2;
}
.lpitembox_cre {
    width: 91%;
    margin: 0 auto 30px;
    text-align: left;
}
.lpitembox_cre a {
    text-align: left;
    font-family: 'Lato', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    font-size: 14px;
    letter-spacing: 1.3px;
    color: #777;
    line-height: 1.8;
    display: block;
    padding-bottom: 8px;
}
.lpitembox_cre a span.price_buy {
    text-decoration: underline;
}
.lpitembox_cre.Btn_no_area {
    margin-bottom: 70px;
}
.lpitem.all_item {
    margin-top: 70px;
}
.lp_btn {
    margin: 40px auto 0;
    max-width: 550px;
}
.lp_btn a {
    width: auto;
    padding: 17px 24px;
    font-size: 16px;
    background: #637889;
    color: #fff;
    display: block;
    border-radius: 40px;
    font-family: 'Lato', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    letter-spacing: 0.1em;
}
.lp_btn.btn_bottom {
    margin-bottom: 80px;
}
.lp_btn.all_btn {
    margin: 50px auto 0;
}
.giftItem_wrapper {
    margin: 0 auto 180px;
}

.Ideasitem_wapper {
    background-color: #b4cadb;
    padding: 90px 0 66px;
    margin: 0 auto;
}
.ideas_area__ {
    max-width: 600px;
    margin: 0 auto;
}
.lpitem_Imge a {
    display: block;
}
.lpitem_Imge.ideas_image__ {
    margin: 0 auto;
    max-width: 600px;
}
.lpitem_Imge.wrapping_area {
    margin: 10px auto 0;
}
.lpitem_ttl.ideas_text {
    margin-bottom: 40px;
}


/*-----------------------------*/
/*PC & tablet*/
/*-----------------------------*/
@media screen and (max-width: 1140px) {
.lpsec-nav .lpnav2 a {
    width: 146px;
}

}/*END @media screen and (min-width: 768px)*/

@media screen and (min-width: 769px) {


}/*END @media screen and (min-width: 768px)*/

/*-----------------------------*/
/*smartphone only*/
/*-----------------------------*/
@media (max-width: 769px) {


/*コンテンツの横幅を100％表示にする
----------------*/
/*#wrapper{
	padding-left: 15px !important;
	padding-right: 15px !important;
}*/

.lpsec-nav .lpnav2 a {
    width: 222px;
}

}/*END @media (max-width: 767px)*/

@media (max-width: 767px) {
.mv_imgbox.fadein.fadein-up.scrollin,
.Ideasitem_wapper {
    margin-right: -15px;
    margin-left: -15px;
}
.lpitem_Imge.ideas_image__{
    padding-right: 15px;
    padding-left: 15px;
}
}

@media (max-width: 480px) {

	.mv_subttl {
		margin: 50px 0;
	}
	.mv_subttl p {
		font-size: 16px;
		line-height: 2;
		letter-spacing: 1.3px;
	}
	.mv_subttl p:nth-of-type(2){
		font-size: 24px;
		margin-top: 20px;
	}

	.mv_imgbox.fadein.fadein-up.scrollin {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.lpitem {
        padding: 15% 0 0;
        margin-top: 10%;
	}
	/*.lpitem.all_item {
    	margin-top: 5%;
	}*/
	.lpsec-nav .lpnav2 a {
    font-size: 16px;
    width: 126px;
    color: #000;
    font-family: 'EB Garamond', serif;
	}
	.lpitem h3 {
    font-size: 36px;
    margin-bottom: 30px;
    letter-spacing: 1.8px;
	}
	.lpitem_Imge img {
    margin-bottom: 25px;
	}
	.lpitembox_cre.Btn_no_area {
    margin-bottom: 15%;
	}
	.lp_btn.all_btn {
    margin: 80px auto 0;
	}

	.Ideasitem_wapper {
    margin-right: -15px;
    margin-left: -15px;
	}
	.lpitem_Imge.ideas_image__ a {
    display: block;
	}
	.ideas_image__ {
    padding: 0 15px;
	}
	.lpitem_ttl.ideas_text {
    margin-bottom: 30px;
	}
	.giftItem_wrapper {
    margin: 0 auto 100px;
	}
	.Ideasitem_wapper {
    padding: 60px 0;
	}
	.lpitem_ttl {
    letter-spacing: 1.3px;
    line-height: 1.8;
    margin-bottom: 5%;
	}
	.lpitembox_cre a {
    line-height: 1.7;
	}
	.lp_btn {
    margin: 35px auto 0;
    width: 92%;
	}
	.lp_btn a {
    padding: 12px 24px;
    font-size: 15px;
	}
    .lpitem_ttl.ideas_text p {
    width: 92%;
    margin: 0 auto;
    }

}
