@charset "UTF-8";
#loading {
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
}
body {
  min-width: 320px;
  color: #000;
}
#contents_inner {
  overflow: hidden;
}

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

}

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

}

#footer #page-top {
  display: none !important;
}
#to-top {
  right: 10px;
z-index: 2;	
}
#wrapper {
  min-width: 100%;
}

@media screen and (max-width:667px) {
  #footer {
    margin-top: 0px !important;
  }
  #to-top img {
    width: 56px;
  }
}

/* .lp_contents_wrap  */
.lp_contents_wrap {
  /* padding: 110px 30px;*/
  font-size: 14px;
}
.lp_contents_wrap {
  word-break: break-all;
  word-wrap: break-word;
}
.lp_contents_wrap .lp_contents {
  margin: 0 auto;
  position: relative;
}
.lp_contents_wrap img {
  max-width: 100%;
  vertical-align: bottom;
margin: 0 auto;	
}
.lp_contents_wrap, .lp_contents_wrap *, .lp_contents_wrap *:before, .lp_contents_wrap *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.lp_contents_wrap *:before, .lp_contents_wrap *:after {
  background-size: 100%;
}
.lp_contents_wrap a {
  color: inherit;
}

/* .lp_lead_wrap */
.lp_lead_wrap {
  text-align: center;
  letter-spacing: -0.4em;
  margin: 0 0 30px 0;
}
.lp_lead_wrap .lp_lead {
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  padding: 0 35px;
}
@media screen and (max-width:667px) {
  .lp_lead_wrap {
    margin: 0 0 25px 0;
  }
  .lp_lead_wrap .lp_lead {
    display: block;
    padding: 0;
  }
}



/* .btn_row */
.btn_row {
  text-align: center;
  margin: 0 -25px -25px 0;
}
.btn_row .btn_col {
  display: inline-block;
  vertical-align: bottom;
  max-width: 340px;
  width: 100%;
  padding: 0 25px 25px 0;
}
.btn_row .btn_wrap {
  font-size: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 0px #9e000b;
  -moz-box-shadow: 0px 3px 0px #9e000b;
  box-shadow: 0px 3px 0px #9e000b;
}
.btn_row .btn {
  position: relative;
  letter-spacing: -0.4em;
  white-space: nowrap;
  display: block;
  background-color: #e0000f;
  height: 64px;
  color: #ffffff;
  text-decoration: none !important;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.btn_row .btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.btn_row .btn_text, .btn_row .btn_img {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  letter-spacing: normal;
}
.btn_row .btn_img {
  margin-right: 8px;
}
.btn_text {
  font-size: 20px;
  font-weight: bold;
}
/* -------------------------------- #lp_visual --------------------------------*/

#s01_01 {
  position: relative;
}
#lp_visual {
	background: #fad2c0;
  width: 100%;
  /*    max-height: 500px;
*/ margin: 0 auto;
	position: relative;
    padding: 20px 0 0 0;	
}
#lp_visual .lp_visual {
margin: 0 auto;
  /*  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -moz-transition: transform 1s cubic-bezier(.38,0,.54,1.74) 0s, opacity 0s ease 0s;
  -webkit-transition: transform 1s cubic-bezier(.38,0,.54,1.74) 0s, opacity 0s ease 0s;
  -o-transition: transform 1s cubic-bezier(.38,0,.54,1.74) 0s, opacity 0s ease 0s;
  -ms-transition: transform 1s cubic-bezier(.38,0,.54,1.74) 0s, opacity 0s ease 0s;
  transition: transform 1s cubic-bezier(.38,0,.54,1.74) 0s, opacity 0s ease 0s;*/
  /*padding: 0 0 30px 0;*/
}
.main_img {
  width: 94%;
  max-width: 1040px;	
  margin: 0 auto;
z-index: 2;
  position: relative;	
}

/* アニメーション */
.anime01 {
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -webkit-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -moz-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -o-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -moz-transform: translate(0px, 60px);
  -o-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}
.anime01.active {
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.anime02 {
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: transform 0.5s cubic-bezier(.38, 0, .54, 1.74) 0s, opacity 0s ease 0s;
  -webkit-transition: transform 0.5s cubic-bezier(.38, 0, .54, 1.74) 0s, opacity 0s ease 0s;
  -o-transition: transform 0.5s cubic-bezier(.38, 0, .54, 1.74) 0s, opacity 0s ease 0s;
  -ms-transition: transform 0.5s cubic-bezier(.38, 0, .54, 1.74) 0s, opacity 0s ease 0s;
  transition: transform 0.5s cubic-bezier(.38, 0, .54, 1.74) 0s, opacity 0s ease 0s;
}
.anime02.active {
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* delay*/
.delay0 {
  -moz-transition-delay: 0s !important;
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
}
.delay100 {
  -moz-transition-delay: 0.1s !important;
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  -ms-transition-delay: 0.1s !important;
}
.delay200 {
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  -ms-transition-delay: 0.2s !important;
}
.delay300 {
  -moz-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  -ms-transition-delay: 0.3s !important;
}
.delay400 {
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  -ms-transition-delay: 0.4s !important;
}
.delay500 {
  -moz-transition-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  -ms-transition-delay: 0.5s !important;
}
.delay600 {
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  -ms-transition-delay: 0.6s !important;
}
.delay700 {
  -moz-transition-delay: 0.7s !important;
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
  -ms-transition-delay: 0.7s !important;
}
.delay800 {
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  -ms-transition-delay: 0.8s !important;
}
.delay900 {
  -moz-transition-delay: 0.9s !important;
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
  -ms-transition-delay: 0.9s !important;
}
.delay1000 {
  -moz-transition-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
  -ms-transition-delay: 1s !important;
}
.delay1100 {
  -moz-transition-delay: 1.1s !important;
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
  -ms-transition-delay: 1.1s !important;
}
.delay1200 {
  -moz-transition-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
  -ms-transition-delay: 1.2s !important;
}
.delay1300 {
  -moz-transition-delay: 1.3s !important;
  -webkit-transition-delay: 1.3s !important;
  -o-transition-delay: 1.3s !important;
  -ms-transition-delay: 1.3s !important;
}
.delay1400 {
  -moz-transition-delay: 1.4s !important;
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
  -ms-transition-delay: 1.4s !important;
}
.delay1500 {
  -moz-transition-delay: 1.5s !important;
  -webkit-transition-delay: 1.5s !important;
  -o-transition-delay: 1.5s !important;
  -ms-transition-delay: 1.5s !important;
}
.delay1600 {
  -moz-transition-delay: 1.6s !important;
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
  -ms-transition-delay: 1.6s !important;
}
.delay1700 {
  -moz-transition-delay: 1.7s !important;
  -webkit-transition-delay: 1.7s !important;
  -o-transition-delay: 1.7s !important;
  -ms-transition-delay: 1.7s !important;
}
.delay1800 {
  -moz-transition-delay: 1.8s !important;
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
  -ms-transition-delay: 1.8s !important;
}
.delay1900 {
  -moz-transition-delay: 1.9s !important;
  -webkit-transition-delay: 1.9s !important;
  -o-transition-delay: 1.9s !important;
  -ms-transition-delay: 1.9s !important;
}
.delay2000 {
  -moz-transition-delay: 2s !important;
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
  -ms-transition-delay: 2s !important;
}
.delay2100 {
  -moz-transition-delay: 2.1s !important;
  -webkit-transition-delay: 2.1s !important;
  -o-transition-delay: 2.1s !important;
  -ms-transition-delay: 2.1s !important;
}
.delay2200 {
  -moz-transition-delay: 2.2s !important;
  -webkit-transition-delay: 2.2s !important;
  -o-transition-delay: 2.2s !important;
  -ms-transition-delay: 2.2s !important;
}
.delay2300 {
  -moz-transition-delay: 2.3s !important;
  -webkit-transition-delay: 2.3s !important;
  -o-transition-delay: 2.3s !important;
  -ms-transition-delay: 2.3s !important;
}
.delay2400 {
  -moz-transition-delay: 2.4s !important;
  -webkit-transition-delay: 2.4s !important;
  -o-transition-delay: 2.4s !important;
  -ms-transition-delay: 2.4s !important;
}
.delay2500 {
  -moz-transition-delay: 2.5s !important;
  -webkit-transition-delay: 2.5s !important;
  -o-transition-delay: 2.5s !important;
  -ms-transition-delay: 2.5s !important;
}
.delay2600 {
  -moz-transition-delay: 2.6s !important;
  -webkit-transition-delay: 2.6s !important;
  -o-transition-delay: 2.6s !important;
  -ms-transition-delay: 2.6s !important;
}
.delay2700 {
  -moz-transition-delay: 2.7s !important;
  -webkit-transition-delay: 2.7s !important;
  -o-transition-delay: 2.7s !important;
  -ms-transition-delay: 2.7s !important;
}
.delay2800 {
  -moz-transition-delay: 2.8s !important;
  -webkit-transition-delay: 2.8s !important;
  -o-transition-delay: 2.8s !important;
  -ms-transition-delay: 2.8s !important;
}
.delay2900 {
  -moz-transition-delay: 2.9s !important;
  -webkit-transition-delay: 2.9s !important;
  -o-transition-delay: 2.9s !important;
  -ms-transition-delay: 2.9s !important;
}
.delay3000 {
  -moz-transition-delay: 3s !important;
  -webkit-transition-delay: 3s !important;
  -o-transition-delay: 3s !important;
  -ms-transition-delay: 3s !important;
}
/* .speed */
.speed0 {
  -moz-transition-duration: 0s !important;
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  -ms-transition-duration: 0s !important;
}
.speed100 {
  -moz-transition-duration: 0.1s !important;
  -webkit-transition-duration: 0.1s !important;
  -o-transition-duration: 0.1s !important;
  -ms-transition-duration: 0.1s !important;
}
.speed200 {
  -moz-transition-duration: 0.2s !important;
  -webkit-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
}
.speed300 {
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  -o-transition-duration: 0.3s !important;
  -ms-transition-duration: 0.3s !important;
}
.speed400 {
  -moz-transition-duration: 0.4s !important;
  -webkit-transition-duration: 0.4s !important;
  -o-transition-duration: 0.4s !important;
  -ms-transition-duration: 0.4s !important;
}
.speed500 {
  -moz-transition-duration: 0.5s !important;
  -webkit-transition-duration: 0.5s !important;
  -o-transition-duration: 0.5s !important;
  -ms-transition-duration: 0.5s !important;
}
.speed600 {
  -moz-transition-duration: 0.6s !important;
  -webkit-transition-duration: 0.6s !important;
  -o-transition-duration: 0.6s !important;
  -ms-transition-duration: 0.6s !important;
}
.speed700 {
  -moz-transition-duration: 0.7s !important;
  -webkit-transition-duration: 0.7s !important;
  -o-transition-duration: 0.7s !important;
  -ms-transition-duration: 0.7s !important;
}
.speed800 {
  -moz-transition-duration: 0.8s !important;
  -webkit-transition-duration: 0.8s !important;
  -o-transition-duration: 0.8s !important;
  -ms-transition-duration: 0.8s !important;
}
.speed900 {
  -moz-transition-duration: 0.9s !important;
  -webkit-transition-duration: 0.9s !important;
  -o-transition-duration: 0.9s !important;
  -ms-transition-duration: 0.9s !important;
}
.speed1000 {
  -moz-transition-duration: 1s !important;
  -webkit-transition-duration: 1s !important;
  -o-transition-duration: 1s !important;
  -ms-transition-duration: 1s !important;
}
.speed1100 {
  -moz-transition-duration: 1.1s !important;
  -webkit-transition-duration: 1.1s !important;
  -o-transition-duration: 1.1s !important;
  -ms-transition-duration: 1.1s !important;
}
.speed1200 {
  -moz-transition-duration: 1.2s !important;
  -webkit-transition-duration: 1.2s !important;
  -o-transition-duration: 1.2s !important;
  -ms-transition-duration: 1.2s !important;
}
.speed1300 {
  -moz-transition-duration: 1.3s !important;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s !important;
  -ms-transition-duration: 1.3s !important;
}
.speed1400 {
  -moz-transition-duration: 1.4s !important;
  -webkit-transition-duration: 1.4s !important;
  -o-transition-duration: 1.4s !important;
  -ms-transition-duration: 1.4s !important;
}
.speed1500 {
  -moz-transition-duration: 1.5s !important;
  -webkit-transition-duration: 1.5s !important;
  -o-transition-duration: 1.5s !important;
  -ms-transition-duration: 1.5s !important;
}
.speed1600 {
  -moz-transition-duration: 1.6s !important;
  -webkit-transition-duration: 1.6s !important;
  -o-transition-duration: 1.6s !important;
  -ms-transition-duration: 1.6s !important;
}
.speed1700 {
  -moz-transition-duration: 1.7s !important;
  -webkit-transition-duration: 1.7s !important;
  -o-transition-duration: 1.7s !important;
  -ms-transition-duration: 1.7s !important;
}
.speed1800 {
  -moz-transition-duration: 1.8s !important;
  -webkit-transition-duration: 1.8s !important;
  -o-transition-duration: 1.8s !important;
  -ms-transition-duration: 1.8s !important;
}
.speed1900 {
  -moz-transition-duration: 1.9s !important;
  -webkit-transition-duration: 1.9s !important;
  -o-transition-duration: 1.9s !important;
  -ms-transition-duration: 1.9s !important;
}
.speed2000 {
  -moz-transition-duration: 2s !important;
  -webkit-transition-duration: 2s !important;
  -o-transition-duration: 2s !important;
  -ms-transition-duration: 2s !important;
}
/* pc */
@media all and (min-width: 668px) {
  .pc_delay0 {
    -moz-transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
  }
  .pc_delay100 {
    -moz-transition-delay: 0.1s !important;
    -webkit-transition-delay: 0.1s !important;
    -o-transition-delay: 0.1s !important;
    -ms-transition-delay: 0.1s !important;
  }
  .pc_delay200 {
    -moz-transition-delay: 0.2s !important;
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    -ms-transition-delay: 0.2s !important;
  }
  .pc_delay300 {
    -moz-transition-delay: 0.3s !important;
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    -ms-transition-delay: 0.3s !important;
  }
  .pc_delay400 {
    -moz-transition-delay: 0.4s !important;
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    -ms-transition-delay: 0.4s !important;
  }
  .pc_delay500 {
    -moz-transition-delay: 0.5s !important;
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    -ms-transition-delay: 0.5s !important;
  }
  .pc_delay600 {
    -moz-transition-delay: 0.6s !important;
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    -ms-transition-delay: 0.6s !important;
  }
  .pc_delay700 {
    -moz-transition-delay: 0.7s !important;
    -webkit-transition-delay: 0.7s !important;
    -o-transition-delay: 0.7s !important;
    -ms-transition-delay: 0.7s !important;
  }
  .pc_delay800 {
    -moz-transition-delay: 0.8s !important;
    -webkit-transition-delay: 0.8s !important;
    -o-transition-delay: 0.8s !important;
    -ms-transition-delay: 0.8s !important;
  }
  .pc_delay900 {
    -moz-transition-delay: 0.9s !important;
    -webkit-transition-delay: 0.9s !important;
    -o-transition-delay: 0.9s !important;
    -ms-transition-delay: 0.9s !important;
  }
  .pc_delay1000 {
    -moz-transition-delay: 1s !important;
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    -ms-transition-delay: 1s !important;
  }
  .pc_delay1100 {
    -moz-transition-delay: 1.1s !important;
    -webkit-transition-delay: 1.1s !important;
    -o-transition-delay: 1.1s !important;
    -ms-transition-delay: 1.1s !important;
  }
  .pc_delay1200 {
    -moz-transition-delay: 1.2s !important;
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    -ms-transition-delay: 1.2s !important;
  }
  .pc_delay1300 {
    -moz-transition-delay: 1.3s !important;
    -webkit-transition-delay: 1.3s !important;
    -o-transition-delay: 1.3s !important;
    -ms-transition-delay: 1.3s !important;
  }
  .pc_delay1400 {
    -moz-transition-delay: 1.4s !important;
    -webkit-transition-delay: 1.4s !important;
    -o-transition-delay: 1.4s !important;
    -ms-transition-delay: 1.4s !important;
  }
  .pc_delay1500 {
    -moz-transition-delay: 1.5s !important;
    -webkit-transition-delay: 1.5s !important;
    -o-transition-delay: 1.5s !important;
    -ms-transition-delay: 1.5s !important;
  }
  .pc_delay1600 {
    -moz-transition-delay: 1.6s !important;
    -webkit-transition-delay: 1.6s !important;
    -o-transition-delay: 1.6s !important;
    -ms-transition-delay: 1.6s !important;
  }
  .pc_delay1700 {
    -moz-transition-delay: 1.7s !important;
    -webkit-transition-delay: 1.7s !important;
    -o-transition-delay: 1.7s !important;
    -ms-transition-delay: 1.7s !important;
  }
  .pc_delay1800 {
    -moz-transition-delay: 1.8s !important;
    -webkit-transition-delay: 1.8s !important;
    -o-transition-delay: 1.8s !important;
    -ms-transition-delay: 1.8s !important;
  }
  .pc_delay1900 {
    -moz-transition-delay: 1.9s !important;
    -webkit-transition-delay: 1.9s !important;
    -o-transition-delay: 1.9s !important;
    -ms-transition-delay: 1.9s !important;
  }
  .pc_delay2000 {
    -moz-transition-delay: 2s !important;
    -webkit-transition-delay: 2s !important;
    -o-transition-delay: 2s !important;
    -ms-transition-delay: 2s !important;
  }
  .pc_delay2100 {
    -moz-transition-delay: 2.1s !important;
    -webkit-transition-delay: 2.1s !important;
    -o-transition-delay: 2.1s !important;
    -ms-transition-delay: 2.1s !important;
  }
  .pc_delay2200 {
    -moz-transition-delay: 2.2s !important;
    -webkit-transition-delay: 2.2s !important;
    -o-transition-delay: 2.2s !important;
    -ms-transition-delay: 2.2s !important;
  }
  .pc_delay2300 {
    -moz-transition-delay: 2.3s !important;
    -webkit-transition-delay: 2.3s !important;
    -o-transition-delay: 2.3s !important;
    -ms-transition-delay: 2.3s !important;
  }
  .pc_delay2400 {
    -moz-transition-delay: 2.4s !important;
    -webkit-transition-delay: 2.4s !important;
    -o-transition-delay: 2.4s !important;
    -ms-transition-delay: 2.4s !important;
  }
  .pc_delay2500 {
    -moz-transition-delay: 2.5s !important;
    -webkit-transition-delay: 2.5s !important;
    -o-transition-delay: 2.5s !important;
    -ms-transition-delay: 2.5s !important;
  }
  .pc_delay2600 {
    -moz-transition-delay: 2.6s !important;
    -webkit-transition-delay: 2.6s !important;
    -o-transition-delay: 2.6s !important;
    -ms-transition-delay: 2.6s !important;
  }
  .pc_delay2700 {
    -moz-transition-delay: 2.7s !important;
    -webkit-transition-delay: 2.7s !important;
    -o-transition-delay: 2.7s !important;
    -ms-transition-delay: 2.7s !important;
  }
  .pc_delay2800 {
    -moz-transition-delay: 2.8s !important;
    -webkit-transition-delay: 2.8s !important;
    -o-transition-delay: 2.8s !important;
    -ms-transition-delay: 2.8s !important;
  }
  .pc_delay2900 {
    -moz-transition-delay: 2.9s !important;
    -webkit-transition-delay: 2.9s !important;
    -o-transition-delay: 2.9s !important;
    -ms-transition-delay: 2.9s !important;
  }
  .pc_delay3000 {
    -moz-transition-delay: 3s !important;
    -webkit-transition-delay: 3s !important;
    -o-transition-delay: 3s !important;
    -ms-transition-delay: 3s !important;
  }
  .pc_speed0 {
    -moz-transition-duration: 0s !important;
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    -ms-transition-duration: 0s !important;
  }
  .pc_speed100 {
    -moz-transition-duration: 0.1s !important;
    -webkit-transition-duration: 0.1s !important;
    -o-transition-duration: 0.1s !important;
    -ms-transition-duration: 0.1s !important;
  }
  .pc_speed200 {
    -moz-transition-duration: 0.2s !important;
    -webkit-transition-duration: 0.2s !important;
    -o-transition-duration: 0.2s !important;
    -ms-transition-duration: 0.2s !important;
  }
  .pc_speed300 {
    -moz-transition-duration: 0.3s !important;
    -webkit-transition-duration: 0.3s !important;
    -o-transition-duration: 0.3s !important;
    -ms-transition-duration: 0.3s !important;
  }
  .pc_speed400 {
    -moz-transition-duration: 0.4s !important;
    -webkit-transition-duration: 0.4s !important;
    -o-transition-duration: 0.4s !important;
    -ms-transition-duration: 0.4s !important;
  }
  .pc_speed500 {
    -moz-transition-duration: 0.5s !important;
    -webkit-transition-duration: 0.5s !important;
    -o-transition-duration: 0.5s !important;
    -ms-transition-duration: 0.5s !important;
  }
  .pc_speed600 {
    -moz-transition-duration: 0.6s !important;
    -webkit-transition-duration: 0.6s !important;
    -o-transition-duration: 0.6s !important;
    -ms-transition-duration: 0.6s !important;
  }
  .pc_speed700 {
    -moz-transition-duration: 0.7s !important;
    -webkit-transition-duration: 0.7s !important;
    -o-transition-duration: 0.7s !important;
    -ms-transition-duration: 0.7s !important;
  }
  .pc_speed800 {
    -moz-transition-duration: 0.8s !important;
    -webkit-transition-duration: 0.8s !important;
    -o-transition-duration: 0.8s !important;
    -ms-transition-duration: 0.8s !important;
  }
  .pc_speed900 {
    -moz-transition-duration: 0.9s !important;
    -webkit-transition-duration: 0.9s !important;
    -o-transition-duration: 0.9s !important;
    -ms-transition-duration: 0.9s !important;
  }
  .pc_speed1000 {
    -moz-transition-duration: 1s !important;
    -webkit-transition-duration: 1s !important;
    -o-transition-duration: 1s !important;
    -ms-transition-duration: 1s !important;
  }
  .pc_speed1100 {
    -moz-transition-duration: 1.1s !important;
    -webkit-transition-duration: 1.1s !important;
    -o-transition-duration: 1.1s !important;
    -ms-transition-duration: 1.1s !important;
  }
  .pc_speed1200 {
    -moz-transition-duration: 1.2s !important;
    -webkit-transition-duration: 1.2s !important;
    -o-transition-duration: 1.2s !important;
    -ms-transition-duration: 1.2s !important;
  }
  .pc_speed1300 {
    -moz-transition-duration: 1.3s !important;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s !important;
    -ms-transition-duration: 1.3s !important;
  }
  .pc_speed1400 {
    -moz-transition-duration: 1.4s !important;
    -webkit-transition-duration: 1.4s !important;
    -o-transition-duration: 1.4s !important;
    -ms-transition-duration: 1.4s !important;
  }
  .pc_speed1500 {
    -moz-transition-duration: 1.5s !important;
    -webkit-transition-duration: 1.5s !important;
    -o-transition-duration: 1.5s !important;
    -ms-transition-duration: 1.5s !important;
  }
  .pc_speed1600 {
    -moz-transition-duration: 1.6s !important;
    -webkit-transition-duration: 1.6s !important;
    -o-transition-duration: 1.6s !important;
    -ms-transition-duration: 1.6s !important;
  }
  .pc_speed1700 {
    -moz-transition-duration: 1.7s !important;
    -webkit-transition-duration: 1.7s !important;
    -o-transition-duration: 1.7s !important;
    -ms-transition-duration: 1.7s !important;
  }
  .pc_speed1800 {
    -moz-transition-duration: 1.8s !important;
    -webkit-transition-duration: 1.8s !important;
    -o-transition-duration: 1.8s !important;
    -ms-transition-duration: 1.8s !important;
  }
  .pc_speed1900 {
    -moz-transition-duration: 1.9s !important;
    -webkit-transition-duration: 1.9s !important;
    -o-transition-duration: 1.9s !important;
    -ms-transition-duration: 1.9s !important;
  }
  .pc_speed2000 {
    -moz-transition-duration: 2s !important;
    -webkit-transition-duration: 2s !important;
    -o-transition-duration: 2s !important;
    -ms-transition-duration: 2s !important;
  }
}
/* sp */
@media all and (max-width: 667px) {
  .sp_delay0 {
    -moz-transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
  }
  .sp_delay100 {
    -moz-transition-delay: 0.1s !important;
    -webkit-transition-delay: 0.1s !important;
    -o-transition-delay: 0.1s !important;
    -ms-transition-delay: 0.1s !important;
  }
  .sp_delay200 {
    -moz-transition-delay: 0.2s !important;
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    -ms-transition-delay: 0.2s !important;
  }
  .sp_delay300 {
    -moz-transition-delay: 0.3s !important;
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    -ms-transition-delay: 0.3s !important;
  }
  .sp_delay400 {
    -moz-transition-delay: 0.4s !important;
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    -ms-transition-delay: 0.4s !important;
  }
  .sp_delay500 {
    -moz-transition-delay: 0.5s !important;
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    -ms-transition-delay: 0.5s !important;
  }
  .sp_delay600 {
    -moz-transition-delay: 0.6s !important;
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    -ms-transition-delay: 0.6s !important;
  }
  .sp_delay700 {
    -moz-transition-delay: 0.7s !important;
    -webkit-transition-delay: 0.7s !important;
    -o-transition-delay: 0.7s !important;
    -ms-transition-delay: 0.7s !important;
  }
  .sp_delay800 {
    -moz-transition-delay: 0.8s !important;
    -webkit-transition-delay: 0.8s !important;
    -o-transition-delay: 0.8s !important;
    -ms-transition-delay: 0.8s !important;
  }
  .sp_delay900 {
    -moz-transition-delay: 0.9s !important;
    -webkit-transition-delay: 0.9s !important;
    -o-transition-delay: 0.9s !important;
    -ms-transition-delay: 0.9s !important;
  }
  .sp_delay1000 {
    -moz-transition-delay: 1s !important;
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    -ms-transition-delay: 1s !important;
  }
  .sp_delay1100 {
    -moz-transition-delay: 1.1s !important;
    -webkit-transition-delay: 1.1s !important;
    -o-transition-delay: 1.1s !important;
    -ms-transition-delay: 1.1s !important;
  }
  .sp_delay1200 {
    -moz-transition-delay: 1.2s !important;
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    -ms-transition-delay: 1.2s !important;
  }
  .sp_delay1300 {
    -moz-transition-delay: 1.3s !important;
    -webkit-transition-delay: 1.3s !important;
    -o-transition-delay: 1.3s !important;
    -ms-transition-delay: 1.3s !important;
  }
  .sp_delay1400 {
    -moz-transition-delay: 1.4s !important;
    -webkit-transition-delay: 1.4s !important;
    -o-transition-delay: 1.4s !important;
    -ms-transition-delay: 1.4s !important;
  }
  .sp_delay1500 {
    -moz-transition-delay: 1.5s !important;
    -webkit-transition-delay: 1.5s !important;
    -o-transition-delay: 1.5s !important;
    -ms-transition-delay: 1.5s !important;
  }
  .sp_delay1600 {
    -moz-transition-delay: 1.6s !important;
    -webkit-transition-delay: 1.6s !important;
    -o-transition-delay: 1.6s !important;
    -ms-transition-delay: 1.6s !important;
  }
  .sp_delay1700 {
    -moz-transition-delay: 1.7s !important;
    -webkit-transition-delay: 1.7s !important;
    -o-transition-delay: 1.7s !important;
    -ms-transition-delay: 1.7s !important;
  }
  .sp_delay1800 {
    -moz-transition-delay: 1.8s !important;
    -webkit-transition-delay: 1.8s !important;
    -o-transition-delay: 1.8s !important;
    -ms-transition-delay: 1.8s !important;
  }
  .sp_delay1900 {
    -moz-transition-delay: 1.9s !important;
    -webkit-transition-delay: 1.9s !important;
    -o-transition-delay: 1.9s !important;
    -ms-transition-delay: 1.9s !important;
  }
  .sp_delay2000 {
    -moz-transition-delay: 2s !important;
    -webkit-transition-delay: 2s !important;
    -o-transition-delay: 2s !important;
    -ms-transition-delay: 2s !important;
  }
  .sp_delay2100 {
    -moz-transition-delay: 2.1s !important;
    -webkit-transition-delay: 2.1s !important;
    -o-transition-delay: 2.1s !important;
    -ms-transition-delay: 2.1s !important;
  }
  .sp_delay2200 {
    -moz-transition-delay: 2.2s !important;
    -webkit-transition-delay: 2.2s !important;
    -o-transition-delay: 2.2s !important;
    -ms-transition-delay: 2.2s !important;
  }
  .sp_delay2300 {
    -moz-transition-delay: 2.3s !important;
    -webkit-transition-delay: 2.3s !important;
    -o-transition-delay: 2.3s !important;
    -ms-transition-delay: 2.3s !important;
  }
  .sp_delay2400 {
    -moz-transition-delay: 2.4s !important;
    -webkit-transition-delay: 2.4s !important;
    -o-transition-delay: 2.4s !important;
    -ms-transition-delay: 2.4s !important;
  }
  .sp_delay2500 {
    -moz-transition-delay: 2.5s !important;
    -webkit-transition-delay: 2.5s !important;
    -o-transition-delay: 2.5s !important;
    -ms-transition-delay: 2.5s !important;
  }
  .sp_delay2600 {
    -moz-transition-delay: 2.6s !important;
    -webkit-transition-delay: 2.6s !important;
    -o-transition-delay: 2.6s !important;
    -ms-transition-delay: 2.6s !important;
  }
  .sp_delay2700 {
    -moz-transition-delay: 2.7s !important;
    -webkit-transition-delay: 2.7s !important;
    -o-transition-delay: 2.7s !important;
    -ms-transition-delay: 2.7s !important;
  }
  .sp_delay2800 {
    -moz-transition-delay: 2.8s !important;
    -webkit-transition-delay: 2.8s !important;
    -o-transition-delay: 2.8s !important;
    -ms-transition-delay: 2.8s !important;
  }
  .sp_delay2900 {
    -moz-transition-delay: 2.9s !important;
    -webkit-transition-delay: 2.9s !important;
    -o-transition-delay: 2.9s !important;
    -ms-transition-delay: 2.9s !important;
  }
  .sp_delay3000 {
    -moz-transition-delay: 3s !important;
    -webkit-transition-delay: 3s !important;
    -o-transition-delay: 3s !important;
    -ms-transition-delay: 3s !important;
  }
  .sp_speed0 {
    -moz-transition-duration: 0s !important;
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    -ms-transition-duration: 0s !important;
  }
  .sp_speed100 {
    -moz-transition-duration: 0.1s !important;
    -webkit-transition-duration: 0.1s !important;
    -o-transition-duration: 0.1s !important;
    -ms-transition-duration: 0.1s !important;
  }
  .sp_speed200 {
    -moz-transition-duration: 0.2s !important;
    -webkit-transition-duration: 0.2s !important;
    -o-transition-duration: 0.2s !important;
    -ms-transition-duration: 0.2s !important;
  }
  .sp_speed300 {
    -moz-transition-duration: 0.3s !important;
    -webkit-transition-duration: 0.3s !important;
    -o-transition-duration: 0.3s !important;
    -ms-transition-duration: 0.3s !important;
  }
  .sp_speed400 {
    -moz-transition-duration: 0.4s !important;
    -webkit-transition-duration: 0.4s !important;
    -o-transition-duration: 0.4s !important;
    -ms-transition-duration: 0.4s !important;
  }
  .sp_speed500 {
    -moz-transition-duration: 0.5s !important;
    -webkit-transition-duration: 0.5s !important;
    -o-transition-duration: 0.5s !important;
    -ms-transition-duration: 0.5s !important;
  }
  .sp_speed600 {
    -moz-transition-duration: 0.6s !important;
    -webkit-transition-duration: 0.6s !important;
    -o-transition-duration: 0.6s !important;
    -ms-transition-duration: 0.6s !important;
  }
  .sp_speed700 {
    -moz-transition-duration: 0.7s !important;
    -webkit-transition-duration: 0.7s !important;
    -o-transition-duration: 0.7s !important;
    -ms-transition-duration: 0.7s !important;
  }
  .sp_speed800 {
    -moz-transition-duration: 0.8s !important;
    -webkit-transition-duration: 0.8s !important;
    -o-transition-duration: 0.8s !important;
    -ms-transition-duration: 0.8s !important;
  }
  .sp_speed900 {
    -moz-transition-duration: 0.9s !important;
    -webkit-transition-duration: 0.9s !important;
    -o-transition-duration: 0.9s !important;
    -ms-transition-duration: 0.9s !important;
  }
  .sp_speed1000 {
    -moz-transition-duration: 1s !important;
    -webkit-transition-duration: 1s !important;
    -o-transition-duration: 1s !important;
    -ms-transition-duration: 1s !important;
  }
  .sp_speed1100 {
    -moz-transition-duration: 1.1s !important;
    -webkit-transition-duration: 1.1s !important;
    -o-transition-duration: 1.1s !important;
    -ms-transition-duration: 1.1s !important;
  }
  .sp_speed1200 {
    -moz-transition-duration: 1.2s !important;
    -webkit-transition-duration: 1.2s !important;
    -o-transition-duration: 1.2s !important;
    -ms-transition-duration: 1.2s !important;
  }
  .sp_speed1300 {
    -moz-transition-duration: 1.3s !important;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s !important;
    -ms-transition-duration: 1.3s !important;
  }
  .sp_speed1400 {
    -moz-transition-duration: 1.4s !important;
    -webkit-transition-duration: 1.4s !important;
    -o-transition-duration: 1.4s !important;
    -ms-transition-duration: 1.4s !important;
  }
  .sp_speed1500 {
    -moz-transition-duration: 1.5s !important;
    -webkit-transition-duration: 1.5s !important;
    -o-transition-duration: 1.5s !important;
    -ms-transition-duration: 1.5s !important;
  }
  .sp_speed1600 {
    -moz-transition-duration: 1.6s !important;
    -webkit-transition-duration: 1.6s !important;
    -o-transition-duration: 1.6s !important;
    -ms-transition-duration: 1.6s !important;
  }
  .sp_speed1700 {
    -moz-transition-duration: 1.7s !important;
    -webkit-transition-duration: 1.7s !important;
    -o-transition-duration: 1.7s !important;
    -ms-transition-duration: 1.7s !important;
  }
  .sp_speed1800 {
    -moz-transition-duration: 1.8s !important;
    -webkit-transition-duration: 1.8s !important;
    -o-transition-duration: 1.8s !important;
    -ms-transition-duration: 1.8s !important;
  }
  .sp_speed1900 {
    -moz-transition-duration: 1.9s !important;
    -webkit-transition-duration: 1.9s !important;
    -o-transition-duration: 1.9s !important;
    -ms-transition-duration: 1.9s !important;
  }
  .sp_speed2000 {
    -moz-transition-duration: 2s !important;
    -webkit-transition-duration: 2s !important;
    -o-transition-duration: 2s !important;
    -ms-transition-duration: 2s !important;
  }
}
@media screen and (max-width:768px) {
  .deco06 {
    position: absolute;
    bottom: 89px;
    left: 1%;
    width: 11%;
    right: 90%;
  }
}
@media screen and (max-width:414px) {
  .deco01 {
    position: absolute;
    top: 100px;
    right: 3%;
    width: 34%;
    left: 63%;
  }
}



.fire{
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}
.chaco {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  margin: auto;
  z-index: 1;	
}
.fire {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  margin: auto;
}
@keyframes yurayura {
  0% , 100%{
      transform: rotateX(-5px);
  }
  50%{
      transform: rotateX(5px);
  }
}



/* -------------------------------- #lp_nav_wrap --------------------------------*/
#lp_nav_wrap {
  height: 80px;
  position: relative;
  z-index: 2;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  background-color: #ea5422;
  height: 80px;
  text-align: center;
  letter-spacing: -0.4em;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20000;
}
#lp_nav_wrap.active .lp_contents_wrap.lp_nav {
  position: fixed;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav a {
  text-decoration: none !important;
  -moz-transition: color 0.4s ease 0s;
  -webkit-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  -ms-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav > * {
  letter-spacing: normal;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_in {
  display: inline-table;
  white-space: nowrap;
  vertical-align: middle;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list {
  /*  display: table-row;*/
  display: flex;
  justify-content: center;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li {
  /*  display: table-cell;*/
  height: 80px;
  display: flex;
  align-items: center;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li:last-child {
  border-right: none;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a {
  display: block;
  padding: 0 40px;
  position: relative;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li:last-child a::after {
  display: none;
}
@media screen and (max-width:768px) {
  #lp_nav_wrap {
height: auto;
  padding: 10px;
  background: #080404;
  }
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list {
  justify-content: space-between;
  flex-wrap: wrap;
}	
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li {
  width: calc((100% - 10px)/2);
  text-align: center;
  background: #000;
  height: 40px;
  line-height: 36px;	
  margin-bottom: 10px;
  border-radius: 8px;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_in {
  display: block;
	}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li:nth-child(3n),#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li:nth-child(4n){
	margin-bottom: 0;
	}	
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a{
color: #fff;
width: 100%;
height: 100%;
padding: 0;
/*border: 2px solid #fff;
border-image: linear-gradient(to right, #cf9814 0%, #f8e58e 40%, #f8f8e0 60%, #baad5f 100%) 1;	*/
border-radius: 4px;	
background: #ea5422; 	
	}	
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a::after {
  display: none;
}
#lp_nav_wrap.active .lp_contents_wrap.lp_nav {
  position: relative;
}

}

@media all and (min-width:668px) {
  #lp_nav_wrap .lp_contents_wrap.lp_nav a:hover {
    color: #ffe33b;
  }
}
@media screen and (max-width:667px) {
  .announce_main {
    font-size: 16px;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav {
    font-size: 13px;
    padding: 0;
  }
}
@media screen and (max-width:350px) {
  #lp_nav_wrap .lp_contents_wrap.lp_nav {
    font-size: 12px;
  }
}

#lp_main {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  background: #fad2c0;
/*background:-webkit-gradient(linear, left top, left bottom, from(#f6f7e9), to(#deedaa));
    background:-webkit-linear-gradient(top, #f6f7e9, #deedaa);
    background:-moz-linear-gradient(top, #f6f7e9, #deedaa);
    background:-o-linear-gradient(top, #f6f7e9, #deedaa);
    background:linear-gradient(#f6f7e9, #deedaa);*/
}
.main_note {
  text-align: right;
  color: #fff;
  font-size: 14px;
  padding-right: 24px;
  margin-bottom: 8px;
}




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

}

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

}

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

}





/* -------------------------------- 牛カルビ --------------------------------*/
.lp_visual_main {
  position: relative;
}
.pro_content_wrap {
  padding: 24px 0 0 0;
  position: relative;
  z-index: 1;	
}
.note02_wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
/*  position: absolute;
  top: 10px;
  z-index: 2;	*/
}
.note02 {
padding: 20px 20px 48px 20px;
  margin: 0 auto;
}
.note02 li {
  font-size: 12px;
  font-weight: normal;
}
.note {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  text-align: right;
  margin: 32px 0 0 0;	
}
.hashi {
  width: 26%;
  position: absolute;
  top: 0;
  right: 20%;
  z-index: 1;
  left: 54%;
}

.poyooon {
   animation: jump 1s infinite;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

/*@media screen and (min-width:1900px){
  #s01_01 {
    margin-bottom: -240px;
    padding-bottom: 200px;
  }
  #s01_02 {
    padding-top: 320px;
  }	
}*/

@media screen and (max-width:1000px){
#lp_visual::before {
  width: 50px;
	}
#lp_visual::after {
  width: 50px;
	}	
  .lp_visual_main {
    text-align: center;
  }	
}

@media screen and (max-width:768px) {
.main_img {
  width: 100%;
	}
  .pro_list_li {
    display: block;
  }
  .pro_list_li {
    text-align: center;
  }
.note02 {
  width: 100%;
padding: 0;	
	}

}
.yuge {
  animation: steam-move-01 3s linear infinite;
}
.yuge_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: -50%;
  right: 0;
  bottom: 0;
  height: 100%;
}
.yuge {
width: 70%;
  text-align: center;
  position: absolute;
  top: -70%;
  left: 0;
  right: 0;
  margin: auto;
}
.yuge img{
  width: 100%;
}
.yuge.yuge01 {
  position: absolute;
  top: 30%;
  left: 0;
}
.yuge.yuge02 {
  position: absolute;
  top: 40%;
  right: 0;
}


@keyframes steam-move-01 {
  0% {
    filter: blur(1px);
    transform: scale(0.8, 0.8) rotateY(0deg);
    opacity: 0;
    bottom: -200px;
  }
  6% {
    opacity: 0.15;
  }
  33% {
    transform: scale(0.9, 1.1) rotateY(30deg);
    opacity: 1;
  }
  66% {
    transform: scaleY(1, 0.8) rotateY(4deg);
  }
  100% {
    filter: blur(1px);
    transform: scaleY(1.5, 1.3) rotateY(50deg);
    opacity: 0;
    bottom: 0;
  }
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(3deg);
    transform: translateY(12px);
    transform: translateX(10px);
    transform: scale(1);
  }
  50% {
    transform: rotate(-3deg);
    transform: translateY(0);
    transform: translateX(-12px);
    transform: scale(1.1);
  }
}

.main_title{
width: 32%;
  position: absolute;
  bottom: 10px;
  text-align: left;
  left: 6%;
  right: 62%;
  margin: auto;
  z-index: 2;
}
.catch_wrap {
  z-index: 1;
}
.catch_wrap {
  width: 22%;
  height: 38%;
  position: absolute;
  top: 2%;
  left: 24%;
  right: 54%;
}

/* アニメーション */
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  4% {
    transform: scale(1.2);
  }
  7% {
    transform: scale(1);
  }
  11% {
    transform: scale(1.17);
  }
  18% {
    transform: scale(1);
  }
}


@keyframes slide-skew {
  0% {
    transform: translate(180px,30px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  20%,100% {
    opacity: 1;
  }
}



@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


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

.catch_wrap {
  width: 62%;
  height: 38%;
  position: absolute;
  top: 0;
  left: 0;
  right: 38%;
}
.hashi {
  width: 76%;
  position: absolute;
  top: -8px;
  right: -36%;
  z-index: 1;
  left: 60%;
}	
.lp_visual_main
{
  width: 100%;
  margin: 0 auto;
}
.lp_visual_main {
  text-align: center;
}	
.pro_content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
/*  background-image: url("../img/pro_bg_md_sp.png");*/
  background-repeat: repeat-y;
  background-position: bottom center;
  background-size: 100%;
}	
  .lp_visual {
    max-height: 100%;
	padding: 0;  
  }
.main_title {
width: 73%;
    margin: 0 auto;
    left: 0;
    right: 27%;
    bottom: 35px;
}
.yuge.yuge01 {
  width: 100%;
  position: absolute;
  left: -30%;
  top: -10%;
}		
.yuge.yuge02 {
width: 100%;
    position: absolute;
    right: -30%;
    bottom: 0;
}
.yuge_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.content_mid {
  width: 30px;
	}
.content_red {
  width: calc(50% - 15px);
  margin-top: 40px;
  margin-bottom: 140px;
  padding-right: 20px;
}
.content_shiro {
  width: calc(50% - 15px);
  margin-top: 40px;
  padding-left: 20px;
}
.content_shiraga.fixed .cara {
  width: 40px;
	}
.cara_in {
  max-width: 50px;
  min-width: 50px;
  margin: 0 -5px;
}
.h3_title {
  padding: 0 20px;
}
}

@media all and (max-width:540px) {
.pro_content_wrap {
  padding: 24px 0 50px 0;
}
.yuge {
  width: 130%;
  text-align: center;
  position: absolute;
  top: -220px;
  left: -15%;
  right: -15%;
  margin: auto;
}	
}

/*-----------------商品紹介---------------*/

#s01 {
  position: relative;
}
/*common*/
.btn_wrap_ul {
text-align: center;
}
.pro_list_li .pro_top{
	width: 100%;
    z-index: -1;	
}
.pro_list_li .pro_bottom{
	width: 100%;
	z-index: -1;
}
.pro_list_li .price {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;	
  margin-bottom: 20px;	
}
.pro_list_li .price span{
	display: flex;
	align-items: flex-end;
}
.pro_list_li .price span span{
	font-size: 28px;
}
.content_shiro .pro_list_li .price {
  color: #834e17;
}
.pro_list_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro_list_li .pro_img {
  width: 54%;
}
.pro_list_li .details {
  width: 46%;
}
.pro_list_li .pro_price img {
  margin: 0;
    margin-right: 0px;
  margin-right: 10px;
}
.pro_list02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pro_list_li02 {
  width: calc((100% - 60px) / 3);
  max-width: 360px;
  margin-bottom: 64px;	
}
.pro_list_li02:nth-child(1){
	margin-right: 60px;
}
.pro_list_li02 .pro_title {
  font-size: clamp(18px, 2.1vw, 21px);	
  font-weight: 600;
  color: #fff;	
  line-height: 1.2;
  padding: 8px;
  min-height: 60px;	
  text-align: center;
  background: #560f00;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;	
}
.pro_list_li02 .pro_price span.flex span{
  font-size: clamp(32px, 3.3vw, 40px);	
}
.pro_list_li02 .details {
  background: #fff;
  border-radius: 12px;
  padding: 0 0 20px 0;
  text-align: center;
  margin-top: -50px;
  z-index: 1;
  position: relative;	
}
.pro_list_li02 .pro_price {
  font-size: clamp(21px, 2.0vw, 24px);		
  font-weight: 600;
  color: #a70713;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}
.pro_list_li02 .pro_price img {
  margin: 0;
    margin-right: 0px;
  margin-right: 10px;
}
.pro_list_li02 .pro_note {
  position: absolute;
  font-size: 12px;
  left: 0;
  right: 0;
  margin: auto;
}
.pro_list03 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pro_list_li03 {
  width: calc((100% - 120px) / 3);
  max-width: 360px;
margin-right: 60px;
}
.pro_list_li03 .pro_price span.flex span{
  font-size: clamp(32px, 3.3vw, 40px);	
}
.pro_list_li03:nth-child(3){
	margin-right: 0;
}
.pro_list_li03 .pro_title {
  font-size: 26px;
  font-size: clamp(18px, 2.1vw, 21px);	
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  padding: 8px;
  min-height: 70px;
  text-align: center;
  background: #4d0866;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro_list_li03 .details {
  background: #fff;
  border-radius: 12px;
  padding: 0 0 20px 0;
  text-align: center;
  margin-top: -50px;
  z-index: 1;
  position: relative;	
}
.pro_list_li03 .pro_price {
  font-size: clamp(21px, 2.0vw, 24px);		
  font-weight: 600;
  color: #a70713;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}
.pro_list_li03 .pro_price img {
  margin: 0;
    margin-right: 0px;
  margin-right: 10px;
}
.topping {
  text-align: center;
  margin: 40px auto 0 auto;
}

#s01_01 {
  max-width: 1000px;
  width: 100%;
  margin: 100px auto 0 auto;
}
#s01_01 .pro_list {
  position: relative;
}
.content_shiraga .h3_title {
  text-align: center;
  margin-bottom: 32px;
}
.btn_wrap_ul {
  display: flex;
  justify-content: center;
  position: relative;	
}
.btn_wrap_li {
  max-width: 220px;
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 66px;
  background: #ef7b6b;
  border-radius: 50px;
  position: relative;
  border: solid 2px #fff;	
}
.btn_wrap_li:nth-child(1){
	margin-right: 10px;
}
/*.btn_wrap_li:hover {
  position: relative;
  box-shadow: none;
  top: 8px;
}*/
.btn_wrap_li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  display: block;	
}
.btn_wrap_li a:hover {
  transition: 0.5s;
  opacity: 0.7;
}
.btn_wrap_li:hover img {
  animation: purun 0.8s linear 0s 1;
  opacity: 1 !important;	
}
@keyframes purun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
  30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
  50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
  70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
.note02 li {
  width: 100%;
  color: #000;
  font-weight: bold;
  text-align: left;	
  padding-right: 10px;
}
.title_pc{
	display: block;
	margin: 0 auto;
}
.title_sp{
	display: none;
	margin: 0 auto;
}
.lead_wrap{
  max-width: 880px;	
  width: 100%;
  margin: 0 auto 0 auto;
  z-index: 2;
  display: flex;
  align-items: stretch;
  overflow: hidden;	
  flex-wrap: wrap;	
/*position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;	*/
}
.lead {
  width: 100%;
  font-size: 19px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #fff;	
  text-align: left;
/*  display: flex;	
  justify-content: center;
  align-items: center;*/
  position: relative;
}
.lead span{
   width: 100%;
   height: 100%;
   z-index: 1;
   position: relative;
  display: flex;
  justify-content: center;
  align-items: center;	
}
.lead_wrap .note {
  color: #fff;
  font-size: 15px;
  text-align: right;
  width: 100%;
  margin-top: 10px;	
}
.pro_list_li {
  text-align: center;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 48px;
  background-image: url("../img/deco_20250311.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;	
}
.tenpo_note {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 80px auto 40px;
  background: #e9e1ac;
  border-radius: 16px;
  padding: 20px;	
}
.video_wrap {
  text-align: center;
  margin: 24px auto 0 auto;
}
.video_wrap:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.txt_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.txt_wrap .txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.hanami_anime_wrap {
  position: relative;
padding: 0 20px 20px 20px;
background: url("../img/img_sora.png");
background-repeat: no-repeat;
background-position: top center;
background-size: cover;	
}
.hill {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hanami_anime {
  position: relative;
  max-width: 800px;
  width: 100%;	
  margin: 0 auto;
}


.js-fadeIn{
	opacity: 0;
transition-duration: 0.5s;
    transition-property: opacity, transform;
	transform: translate(0, 50px);
}
.is-scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}
.slideinRight .pro_title {
  animation: slideinRight 3s forwards;
}

@keyframes slideinRight {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}

.slideinBottom .details {
  animation: slideinBottom 3s forwards;
}

@keyframes slideinBottom {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

#s01_03 {
  padding: 80px 0;
  background-image: url("../img/bg_s03.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


@media screen and (max-width:1200px){
.single_wrap {
  width: calc(100% - 40px);
}	
}

@media screen and (max-width:1000px){
.lead {
  width: 100%;
	}
}

@media screen and (max-width:768px){
.video_wrap {
  padding: 0 20px;
}	
.lead span {
  padding: 20px 20px;
	}

.note02_wrap {
  padding: 0 20px;
	}

.pro_list_li {
  display: block;	
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.pro_list_li .pro_img {
  width: 100%;
}	
.pro_list_li .title_pc{
display: none;
	}	
.pro_list_li .title_sp{
display: block;
max-width: 50%;
    width: 100%;	
	}	
.pro_content .title_sp{
display: block;
	}
.pro_content .title_pc{
display: none;	
	}	
.pro_list_li .price {
  margin-bottom: 10px;
  margin-top: 10px;	
}	
.pro_content .pro_title img {
    width: 100%;	
}
#s01_01.lp_contents .pro_list_wrap {
    margin: 0 auto 0 auto;
  }
/*.pro_list_li:nth-child(3) .details {
  margin: 10px auto 0 auto;
}*/	
.pro_list_li .pro_img img {
  margin: 0 auto;
}
.pro_content .price {
  margin-bottom: 10px;
}
.nabe_note_li {
  font-size: 14px;
	}
#s01_02 .pro_list {
  display: block;
	}
#s01_01 .pro_list .pro_price {
  margin-top: -30px;
}
.pro_list_li .pro_price img {
  margin-right: 0;
}	

#s01_01 .pro_list {
  padding: 0;
/*  background-image: url("../img/pro_deco03_sp.png");
*/  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
margin: 0 auto;
width: calc(100% - 80px);	
}

  .lead {
    font-size: 17px;
  }
.pro_content .price {
  margin-bottom: 20px;
}
.pro_content .title_pc{
display: none;
	}	
 .pro_content .title_sp img{
max-width: 400px;
  }	

#s01_02 {
  padding: 0 20px 50px 20px;
}
.note {
  font-size: 13px;
  margin: 12px 0 0 0;
}
.to_wrap {
  padding: 24px 20px 48px 20px;
  border-radius: 16px;
	}
.pin_li img {
  width: 30px;
}
.pin_li.pin01 {
  top: 10px;
  left: 10px;
}
.pin_li.pin02 {
  top: 10px;
  right: 10px;
}
.pin_li.pin03 {
  bottom: 10px;
  left: 10px;
}
.pin_li.pin04 {
  bottom: 10px;
  right: 10px;
}
.to_title_wrap {
  display: block;
	}
.to_img {
  width: 80%;
  margin: 0 auto;
}
.to_title {
  width: 100%;
 margin-bottom: 20px;	
}	
.to_list_li {
  font-size: 15px;
  text-indent: -1em;
padding-left: 1em;
	}
.pro_list_li .details {
  width: 100%;
  padding: 0;
  margin-top: -60px;
}	
/*.pro_list_li:nth-child(2) .details {
  margin-top: 0;
}*/
.single_detail {
  margin-left: 0;
  margin-top: -20px;
	}
.karubi_anime_wrap {
  margin-top: -20px;
}
.karubi_anime {
  margin-top: 0;
}
.pro_list_li03:nth-child(3) {
  margin-bottom: 0;
}
.tenpo_note {
  width: calc(100% - 40px);
  margin: 40px auto 0;
	}
.karubi_anime img {
  width: 80%;
  margin: -50px auto 0 auto;
}
.txt_wrap .txt {
  font-size: 16px;
}
.leaf {
  width: 32px !important;
}
.pro_list_li .pro_title {
  font-size: clamp(24px, 3.1vw, 24px);
	}
}


@media screen and (max-width:768px) {
  .lead {
    font-size: 14px;
    line-height: 1.6;   
  }
.lead_wrap .note {
  font-size: 13px;
	}
  #s01_01 .pro_bl .pro_img {
padding: 0 20px;
    margin: 0 auto;
  }

  .btn_wrap_li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
.btn_wrap_li {
max-width: 50%;
margin: 0;
  height: 60px;
  line-height: 56px;
}
.btn_wrap_li:nth-child(1){
margin-right: 10px;
	}
.btn_wrap_li img {
  width: 64px;
}	
.content_shiro .btn_wrap_li {
  box-shadow: 0px 4px 0px 0 #917952;
}	
.single_content.bg_white .btn_wrap_li {
  box-shadow: 0px 4px 0px 0 #917952;
}	
  .pro_title img {
    margin: 0 auto;
  }
  .btn_wrap_li a {
height: 64px;
    line-height: 60px;
font-size: 14px;
    margin: 0 auto;
  }
  .pro_list_li .title_sp {
    max-width: 310px;
  }	
#s01_03 {
  padding: 40px 20px;
}
  .pro_content .price {
    padding: 0;
    margin: 0 auto;
  }		
.pro_list_li .pro_title .media_pc {
  display: block;
}
.pro_list_li .pro_title .media_sp {
  display: none;
}
.pro_list_li .price {
  font-size: 36px;
  margin-left: 4px;	
	}
.pro_list_li .price span span {
  font-size: 20px;
}
.lead_wrap::before {
 display: none;
	}
.pro_list_li02 {
  width: calc((100% - 40px) / 2);
  margin-bottom: 48px;
}
.pro_list_li02:nth-child(1) {
  margin-right: 40px;
}
.pro_list_li03 {
  width: calc((100% - 40px) / 2);
  max-width: 360px;
  margin-right: 40px;
}
.pro_list_li02 .details {
  margin-top: -36px;
}		
.pro_list_li03 .details {
  margin-top: -36px;
}	
.pro_list02 {
  width: calc(100% - 80px);
  margin: 0 auto;
}
.pro_list03 {
  width: calc(100% - 80px);
  margin: 0 auto;
}	
.pro_list_li03:nth-child(2){
	margin-right: 0;	
	}	
#s01_01 {
  margin: 60px auto 0 auto;
}
.topping {
  width: calc(100% - 40px);
}	
}


@media screen and (max-width:540px) {
.note02 li {
  text-align: left;
  font-weight: normal;
  padding-right: 0;	
}
  #s01_02 .pro_list_li {
    display: block;
	}
.pro_list_li .pro_img {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;	
}		
#s01_02 .price {
  width: 160px;
  margin: 0 auto;
}	
.pro_list_li .pro_title .media_pc {
  display: none;
}
.pro_list_li .pro_title .media_sp {
  display:block;
}
.pro_list_li::after{
display: none;
	}
.nabe_note {
  padding: 20px 10px;
	}
.rcm_link a {
  font-size: 15px;
  }
  #s01_01 .pro_list {
    margin: 20px auto 0 auto;
	}
 .content_shiraga.fixed .cara {
    width: 32px;
  }
  .cara_in {
    max-width: 40px;
    min-width: 40px;
    margin: 0 -5px;
  }	
  .content_red {
    padding: 0 10px 0 0;
  }	
  .content_shiro {
    padding: 0 0 0 10px;
  }	
.content_shiraga .h3_title {
  margin-bottom: 20px;
}
  .makimono {
    width: 40px;
  }
.lead {
  padding: 12px;
	}
.lead span {
  padding: 0;
	}
 .btn_wrap_li img {
    width: 50px;
  }	
.btn_wrap_li img {
  bottom: -15px;
  right: -10px;
}	
.pro_list_li02 {
  width: calc((100% - 20px) / 2);
}
.pro_list_li02:nth-child(1) {
  margin-right: 20px;
}
.pro_list_li03 {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 48px;	
}
.pro_list_li02 .details {
  margin-top: -36px;
}		
.pro_list_li03 .details {
  margin-top: -36px;
}	
.pro_list02 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.pro_list03 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
  .btn_wrap_li a {
    height: 64px;
    line-height: 60px;
    font-size: 14px;
	}
  .btn_wrap_li {
    height: 64px;
    line-height: 60px;
  }	
.pro_list_li02 .pro_price img {
  margin-right: 4px;
}
.pro_list_li03 .pro_price img {
  margin-right: 4px;
}
  .karubi_anime img {
    margin: -30px auto 0 auto;
  }
  #s01_01 {
    margin: 20px auto 0 auto;
  }	
}
.pro_title .media_sp540{
	display: none;
}
@media screen and (max-width:540px){
.pro_title .media_sp540{
	display: block;
}		
}
@media screen and (max-width:414px){
.pro_list_li02 .pro_title {
  font-size: clamp(15px, 3.6vw, 15px);
  }
.pro_list_li03 .pro_title {
  font-size: clamp(15px, 3.6vw, 15px);
	}

.pro_list_li02 .pro_price span.flex span {
  font-size: 24px;
}
.pro_list_li03 .pro_price span.flex span {
  font-size: 24px;
}
.pro_list_li02 .pro_price {
  font-size: 14px;
	}
.pro_list_li03 .pro_price {
  font-size: 14px;
	}	
.pro_list_li02 .pro_price img {
  width: 32px;
}
.pro_list_li03 .pro_price img {
  width: 32px;
}	
  #s01_01 .pro_list {
    width: calc(100% - 80px);
  }	
 .pro_list_li .details {
    margin-top: -24px;
  }	
  .pro_list_li02 .details {
    margin-top: -24px;
  padding: 0;
	}
 .pro_list_li02 {
    margin-bottom: 30px;
  }	
 .pro_list_li03 {
    margin-bottom: 30px;
  }	
 .pro_list_li03 .details {
  padding: 0;
  margin-top: -24px;	 
  }
.txt_wrap img {
  width: 32px;
}
 .txt_wrap .txt {
    font-size: 15px;
  }	
.tenpo_note {
  border-radius: 10px;
  padding: 30px 10px 20px 10px;
}
  .pro_list_li03 {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }	
  .pro_list_li02:nth-child(1) {
    margin-right: 10px;
  }
 .btn_wrap_li:nth-child(1) {
    margin-right: 8px;
  }	
.sizuku01.show {
  width: 50px;
}
.sizuku02.show {
  width: 48px;
}
.sizuku03.show {
  width: 50px;
}	
}

/* -------------------------------- #app --------------------------------*/
.media_pc {
  display: block;
}
.media_sp {
  display: none;
}
.btn_wrap_ul.media_pc {
  display: flex;
}
.btn_wrap_ul.media_sp {
  display: none;
}



@media screen and (max-width: 768px) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: block;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav {
    height: inherit;
    position: relative;
	background: none;  
  }
.btn_wrap_ul.media_sp {
width: 100%;
display: flex;
justify-content: center;	
}
.btn_wrap_ul.media_pc {
  display: none;
}	
}



@media screen and (max-width: 768px) {}
/* -------------------------------- #s03 --------------------------------*/
.webbento {
  background: #f3f0e3;
  padding: 60px 30px;
  text-align: center;
  position: relative;
  z-index: 1;	
}
/* .lp_web_yoyaku */
.webbento .lp_web_yoyaku {}
.webbento {
  padding: 60px 0;
  text-align: center;
  background: #fff5da;
}
@media screen and (max-width: 768px) {
  .webbento {
    padding: 40px 20px;
  }
}
@media screen and (max-width:667px) {
  .webbento {
    background-position: 75% top;
  }
  .webbento .lp_web_yoyaku_img {
    margin: 0 0 55px 0;
  }
}

/* -------------------------------- #s04 --------------------------------*/
.mobile {
  padding: 60px 0;
  text-align: center;
  background: url("../img/s04_bg.jpg");
    position: relative;
  z-index: 1;	
	
}

.lp_web_search {}
.lp_web_search_img {
  text-align: center;
  line-height: 0;
  margin: 48px 0 55px 0;
}
@media screen and (max-width: 768px) {
  .mobile {
    padding: 40px 20px 40px 20px;
  }
}

.title_sec {
  font-size: 27px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 22px;
}
.lp_web_yoyaku {
  display: inline-block;
}
.lp_web_yoyaku_img {
  text-align: center;
  line-height: 0;
  margin: 48px 0 55px 0;
}
#footer{
    position: relative;
  z-index: 2;	
}
.tenpo {
  padding: 60px 0;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 1;	
}
@media screen and (max-width: 768px) {
  .tenpo {
    padding: 40px 20px 100px 20px;
  }
}



@media screen and (max-width: 768px) {
  #wrapper {
    position: relative;
  }
}


.hop {
  animation: hop 2.2s linear infinite;
/*  transform-origin: 50% 50%;*/
  opacity: 1;	
}

@keyframes hop {
  0% {
    transform: translate(0, -3px)
  }
  3.27869% {
    transform: translate(0, 3px)
  }
  6.55738% {
    transform: translate(0, -3px)
  }
  9.83606% {
    transform: translate(0, 3px)
  }
  13.11475% {
    transform: translate(0, -3px)
  }
  16.39344% {
    transform: translate(0, 3px)
  }
  18.03279% {
    transform: translate(0, -3px)
  }
  100% {
    transform: translate(0, 3px)
  }
}

.tada {
  animation: tada 3.6s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes tada {
  0% {
    transform: scale(1)
  }
  5.55556% {
    transform: scale(.95) rotate(-3deg)
  }
  11.11111% {
    transform: scale(.95) rotate(-3deg)
  }
  16.66667% {
    transform: scale(1.05) rotate(3deg)
  }
  22.22222% {
    transform: scale(1.05) rotate(-3deg)
  }
  27.77778% {
    transform: scale(1.05) rotate(3deg)
  }
  33.33333% {
    transform: scale(1.05) rotate(-3deg)
  }
  38.88889% {
    transform: scale(1.05) rotate(3deg)
  }
  44.44444% {
    transform: scale(1) rotate(0)
  }
  100% {
    transform: scale(1) rotate(0)
  }
}

.pro_list_li.yurayura .pro_title{
    transform-origin: center bottom;
    animation: yurayura 1s linear forwards;
}

@keyframes yurayura {
  0% {
      transform: rotate(0deg);
  }
  50%{
      transform: rotate(1deg);
  }
  100%{
      transform: rotate(0deg);
  }	
}


/* ===== 落ち葉を表示するコンテナのスタイル ===== */
.leaves-container {
  position: relative;
  height: 100%; /* コンテナの高さ */
  width: 100%; /* コンテナの横幅 */
  overflow: hidden; /* コンテナからはみ出した要素を隠す */
}

/* ===== 落ち葉のスタイル ===== */

/* 落ち葉の共通スタイル */
.leaf {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  animation: animate-leaf 24s linear;
}

.karubi-1 {
  background-image: url('../img/img_shizuku.png'); /* 任意のパスを記入 */
}
.karubi-2 {
  background-image: url('../img/img_shizuku.png'); /* 任意のパスを記入 */
}
.karubi-3 {
  background-image: url('../img/img_shizuku.png'); /* 任意のパスを記入 */
}
.karubi-4 {
  background-image: url('../img/img_shizuku.png'); /* 任意のパスを記入 */
}


/* ===== 落ち葉が降るアニメーション ===== */
@keyframes animate-leaf {
  0% {
    opacity: 0;
    top: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    top: 100%;
  }
}

/*#parallax-bg1 {
	z-index: 1; 
	background: url("../img/img_r01_02.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 323px 1371px;
}
#parallax-bg4 {
	z-index: 1; 
	background: url("../img/img_l01_02.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 392px 1745px;
}
#parallax-bg2 {
	z-index: 2;
}
#parallax-bg2 img {
	position: absolute;
	left: 0;
	top: 360px;
}
#parallax-bg3 {
	z-index: 3;
}
#parallax-bg3 img {
	position: absolute;
	right: 0;
	top: 723px;
}*/
.container {
	position: relative;
	background: #f8f4db;
	width: 100%;
	height: 300px;
	filter: hue-rotate(330deg) brightness(200%);
}
.bg_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.blend-area {
  width: 100%;
  height: 100%;
  filter: blur(10px) contrast(20);
  background: #f8f4db;
  overflow: hidden;
}

.bar {
  position: absolute;
  width: 100%;
  height: 20px;
  background: #560f00;
}

.drip {
  position: absolute;
  left: calc(50% - 25px);
  width: 50px;
  height: 60px;
  border-radius: 50%;
  background: #560f00;
  animation: drip-anim 3s linear infinite;
}


@keyframes drip-anim {
  0% {
    top: -25px;
    transform: scale(0.2);
  }

  90% {
    top: 30px;
    transform: scale(1);
  }

  100% {
    top: 100%;
    transform: scale(1);
  }
}

