@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------------------------------
パンクズ
----------------------------------------------------------------------------*/
.link_nav_wrap{
  background: #f4e7d9;
  padding: 16px 0;
  z-index: 2;
  position: relative;	
}
.link_nav_content{
  display: flex;
  justify-content: space-between;
  max-width: 1600px;	
  padding: 0 6.94444vw;
  margin: 0 auto;	
}
.tax_note {
  max-width: 1000px;	
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.04em;
  margin: 0 auto 8px auto;
}
.bread_list {
  display: flex;
}
.bread_list_li {
  display: flex;
  align-items: center;
}
.bread_list_li::after {
  content: "";
  width: 10px;
  height: 10px;
  background:url("/img/common/arrow_bread.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 10px;	
  margin: 0 8px;
}
.bread_list_li:last-child::after {
  display: none;
}
.bread_list_li br {
  display: none;
}
@media screen and (max-width:768px){
	
}

@media screen and (max-width:414px){
.bread_list {
  display: none;
}
.link_nav_wrap {
  padding: 10px 0;
}
.link_nav_content {
  justify-content: flex-end;
	}
.sns_list_li img {
  width: 28px;
}	
.bread_list {
  display: none;
}	
.link_nav_content {
  justify-content: flex-end;
  padding: 0 20px;	
	}
.tax_note {
  font-size: 12px;
}	
}

/*----------------------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------------------*/
/*.main_visual {
  background:url("../img/img_greenbg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;	
  padding: 10px 0 0 0;	
  overflow: hidden;	
}*/
.main_visual {
  position: relative;
}
.main_visual_img {
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.pro_h2_title {
  position: absolute;
  width: 29%;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 2;
  margin: 0 auto;
  max-width: 400px;
  opacity: 0;	
}
.pro_h2_title.show{
	opacity: 1;
	transition: 1.2s;
}
.deco{
  position: absolute;
}
.deco_wrap {
  width: 100%;	
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;	
  z-index: 0;	
}
.deco.tree {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.deco.add {
  bottom: -1px;
  right: 0;
  z-index: 2;
  width: 24%;
  left: 76%;
}
.deco.add img {
  width: 100%;
}
.deco.strawberry01 {
  top: -90px;
  right: 25%;
  left: 48%;
  width: 27%;
  height: 70%;
}
.deco.strawberry02 {
  width: 27%;
  right: 3%;
  left: 70%;
  top: -45px;
}
.deco.peach {
  width: 29%;
  left: 9%;
  right: 62%;
  top: -27px;
}
.deco.peach img {
  width: 100%;
  height: auto;
}
.deco.strawberry01 img {
  width: 100%;
  height: auto;
}
.deco.strawberry02 img{
  width: 100%;
  height: auto;
}

@media screen and (min-width:1400px){
.deco.tree {
  bottom: -100px;
	}
.deco.strawberry01 {
  top: -150px;
	}
.deco.peach {
  width: 24%;
  left: 14%;
  right: 62%;
  top: -80px;
}	
}

@media screen and (max-width:768px){
.main_visual {
  background:url("../img/img_greenbg_sp.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;	
  padding: 0;	
}	
.main_visual_img {
  margin: 0 auto ;
}		
.pro_h2_title {
  position: absolute;
  width: 46%;
  left: 4%;
  right: 51%;
  top: 10px;
  text-align: left;
}
.deco.add {
  width: 44%;
  left: 56%;
}
.deco.tree {
  display: none;
}
.deco.strawberry01 {
  top: -145px;
  right: 0;
  left: 40%;
  width: 51%;
  height: 70%;
}	
.deco.strawberry02 {
  width: 39%;
  right: 0;
  left: 81%;
  top: -70px;
}	
.deco.peach {
  width: 60%;
  left: -110px;
  right: 40%;
  top: -87px;
}	
}



/*-----------------------------------------------------------------
anime
-----------------------------------------------------------------*/
.deco.peach{
	opacity: 0;
}
.deco.peach.boud02{
	opacity: 1;
	/*animation: bound-anim02 0.6s;*/
	transition: 1s;
}
.deco.strawberry01{
	opacity: 0;
}
.deco.strawberry01.boud01{
	opacity: 1;
	transition: 1s;
	/*animation: bound-anim01 0.6s;*/
}
.deco.strawberry02{
	opacity: 0;
}
.deco.strawberry02.boud03{
	opacity: 1;
	transition: 1s;
	/*animation: bound-anim03 0.6s;*/
}
.deco.add{
	opacity: 0;
}
.deco.add.show{
	opacity: 1;
	transition: 1s;
}

/*@keyframes bound-anim01 {
0% {top: -90px;transform: scale(1);}
  30% {top: -30%; transform: scale(0.96,1.04);}
  60% {transform: scale(1);}
  90% {top: -40px;transform: scale(1.05,0.9);}
100% {top: -90px;transform: scale(1);}	
}
@keyframes bound-anim03 {
0% {top: -45px;transform: scale(1);}
  30% {top: -30%; transform: scale(0.96,1.04);}
  60% {transform: scale(1);}
  90% {top: -20px;transform: scale(1.05,0.9);}
100% {top: -45px;transform: scale(1);}	
}
@keyframes bound-anim02 {
0% {top: -27px;transform: scale(1);}
  30% {top: -40%; transform: scale(0.96,1.04);}
  60% {transform: scale(1);}
  90% {top: 0;transform: scale(1.05,0.9);}
100% {top: -27px;transform: scale(1);}	
}*/


@media screen and (max-width:768px){

}

@media screen and (max-width:414px){
.deco.strawberry02.boud03{
	display: none;
}
}


.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, transform 1s;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

@media screen and (max-width:768px){
.fade {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1s, transform 0.3s;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
}



/*-----------------------------------------------------------------
モンブラン
-----------------------------------------------------------------*/
.section {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  z-index: 1;
  position: relative;
}
footer {
  position: relative;
  margin-top: 0;
}
#contents {
  background-image: linear-gradient(90deg, rgb(17, 0, 0), rgb(200, 130, 50) 20%, rgb(200, 130, 50) 80%,rgb(17, 0, 0));
}
#header {
  position: relative;
  z-index: 1;
}
.movie_wrap {
  background: #000;
  padding: 16px 20px;
  margin-top: 80px;	
}
.img_film {
  margin-bottom: 16px;
}
.movie_note.fade.active {
  text-align: right;
  color: #fff;
  padding: 8px 0;
}
#sec01 {
  margin-bottom: 100px;
}
#sec02 .h2_title {
  margin-bottom: 40px;
}
#sec02 .pro_main_title img {
  margin: 0 auto;
}
#sec02 .pro_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#sec02 .pro_block.f_drection {
  flex-direction: row-reverse;
}
#sec02 .pro_main_details {
  padding: 100px 50px 50px 50px;
  background: #e4d8b4;	
  position: relative;
  margin-bottom: 80px;	
}
#sec02 .sec_title {
  margin-bottom: 40px;
}
#sec02 .frame_li{
  position: absolute;
}
#sec02 .frame_li.frame01 {
  top: 10px;
  left: 10px;
}
#sec02 .frame_li.frame02 {
  top: 10px;
  right: 10px;
}
#sec02 .frame_li.frame03 {
  bottom: 10px;
  left: 10px;
}
#sec02 .frame_li.frame04 {
  bottom: 10px;
  right: 10px;
}
#sec02 .pro_details {
  width: calc(56% - 50px);
}
#sec02 .pro_img {
  width: 44%;
}
#sec02 .pro_main_price {
  margin: 20px auto 48px auto;
text-align: right;
padding: 0 120px;	
}
#sec02 .lead {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
#sec02 .btn_wrap .btn a {
  background-image: linear-gradient(90deg, rgb(61, 43, 14), rgb(188, 175, 92) 50%, rgb(61, 43, 14));
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.04em;	
}
#sec02 .btn_wrap {
  margin-top: 60px;
}

/*-----------------------------------------------------------------
落ち葉アニメーション
-----------------------------------------------------------------*/
.leaf {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.leaf_li:nth-child(1){
  position: absolute;
  left: 50%;
  transform: translateY(-300px);
}
.leaf_li.show:nth-child(1){
  animation: rotating-and-falling-anim 6s linear;
}

/* animation */
@keyframes rotating-and-falling-anim {
  0% {
    transform: translateY(-300px) rotate(0);
  }
  100% {
    transform: translateY(100vh) rotate(-720deg);
	opacity: 0;  
  }
}

.leaf_li:nth-child(2){
  position: absolute;
  left: 10%;
  transform: translateY(-400px);
}
.leaf_li.show:nth-child(2){
  animation: rotating-and-falling-anim02 5s linear;
}

/* animation */
@keyframes rotating-and-falling-anim02 {
  0% {
    transform: translateY(-400px) rotate(0);
  }
  100% {
    transform: translateY(100vh) rotate(720deg);
	opacity: 0;  
  }
}

.leaf_li:nth-child(3){
  position: absolute;
  right: 10%;
  transform: translateY(-400px);
}
.leaf_li.show:nth-child(3){
  animation: rotating-and-falling-anim03 4.5s linear;
}

/* animation */
@keyframes rotating-and-falling-anim03 {
  0% {
    transform: translateY(-400px) rotate(0);
  }
  100% {
    transform: translateY(100vh) rotate(720deg);
	opacity: 0;  
  }
}



@media screen and (max-width:768px){
.leaf_li:nth-child(1){
  left: 60%;
}
.leaf_li.show:nth-child(1){
  animation: rotating-and-falling-anim03 7s linear;
}	
.leaf_li:nth-child(2){
  left: 2%;
}
.leaf_li.show:nth-child(2){
  animation: rotating-and-falling-anim03 6.5s linear;
}	
.leaf_li:nth-child(3){
  right: 2%;
}
.leaf_li.show:nth-child(3){
  animation: rotating-and-falling-anim03 6s linear;
}

}

/*-----------------------------------------------------------------
パララックス
-----------------------------------------------------------------*/
.bg_container {
    position: fixed;
	top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	z-index: 0 !important;
}
#parallax-bg1 {
	z-index: 1; 
	background: url("../img/img_para04.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 261px 1914px;
}
#parallax-bg4 {
	z-index: 1; 
	background: url("../img/img_pare02.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 203px 2314px;
}
#parallax-bg2 {
	z-index: 0;
}
#parallax-bg2 img {
	position: absolute;
	left: 0;
	top: 360px;
}
#parallax-bg3 {
	z-index: 1;
}
#parallax-bg3 img {
	position: absolute;
	right: 0;
	top: 723px;
}
#sec02 .pro_main_details:nth-child(2) {
  margin-bottom: 100px;
}
#sec02 {
  margin-top: 80px;
}

@media screen and (max-width:768px){
.movie_wrap {
  margin-top: 50px;
}	
#sp-header {
  position: relative;
  z-index: 2;
}	
#parallax-bg1 {
  background-size: 130px 957px;
}
#parallax-bg4 {
  background-size: 101px 1157px;
}	
#parallax-bg3 img {
  width: 127px;
}	
#parallax-bg2 img {
  width: 138px;
}	
.section {
  padding: 0 24px;
}	
#sec01 {
  margin-bottom: 64px;
}
#sec02 {
  margin-top: 40px;
}
#sec02 .h2_title {
  margin-bottom: 20px;
}	
#sec02 .pro_main_details {
  padding: 64px 20px;
  background: #e4d8b4;
  position: relative;
  margin-bottom: 64px;
}	
#sec02 .pro_block {
  display: block;
	}
#sec02 .pro_main_price {
  margin: 20px auto 40px auto;
  padding: 0 20px;
}	
#sec02 .pro_img {
  width: 100%;
  margin: 0 auto 20px auto;
}	
#sec02 .pro_details {
  width: 100%;
  padding: 0 40px;
}	
#sec02 .btn_wrap {
  margin-top: 40px;
  padding: 0 20px;	
}	
#sec02 .pro_main_title {
  padding: 0 32px;
}
#sec02 .pro_main_title img {
  max-width: 400px;
  width: 100%;	
}	
}

@media screen and (max-width:414px){
#sec02 .pro_main_title img {
  padding: 0 30px;
}
#sec02 .pro_main_price {
  margin: 20px auto 20px auto;
  padding: 0;
}	
#sec02 .pro_main_price img {
  width: 100px;
}
#sec02 .pro_details {
  width: 100%;
  padding: 0;
}	
#sec02 .lead {
  font-size: 17px;
  line-height: 1.8;
}	
#sec02 .frame_li img {
  width: 100px;
}	
}




