@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;
}
#page-top {
  display: none !important;
  opacity: 0 !important;
}
/* ページトップボタン */
#to-top {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 2;
}
@media all and (min-width:668px) {
  #wrapper {
    min-width: 100%;
  }
  #contents_frame {
    background: #ffffff;
  }
  #contents_frame #contents {
    margin: 0px auto !important;
    padding: 20px 0 !important;
  }
  #contents_inner {
    margin-top: 0px !important;
    background: #ffffff;
  }
  #footer {
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media screen and (max-width:667px) {
  .head_info_area {
    overflow: hidden;
    height: 0;
  }
  .head_info_area .sec_nav_content {
    display: block !important;
  }
  #footer {
    margin-top: 0px !important;
  }
  .sec_nav_content {
    display: none;
  }
  #to-top img {
    width: 56px;
  }
}
@media all and (min-width:668px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width:667px) {
  .sp_none {
    display: none !important;
  }
}
/* .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 {
  vertical-align: bottom;
  max-width: 100%;
  vertical-align: bottom;	
}
.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;
}
@media screen and (max-width:667px) {
  /*  .lp_contents_wrap{
    padding: 90px 35px;
  }*/
}
@media screen and (max-width:350px) {
  /*  .lp_contents_wrap{
    padding: 70px 20px;
  }*/
}
/* .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 --------------------------------*/
.catch.show {
  animation: fadeanime 0.7s ease-in-out forwards;
}
@keyframes fadeanime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.fuwa01 {
  animation: wobbling_x 0.8s ease-in-out infinite alternate, wobbling_y 1.1s ease-in-out infinite alternate;
}
.fuwa02 {
  animation: wobbling_x 0.7s ease-in-out infinite alternate, wobbling_y 1.2s ease-in-out infinite alternate;
}
@keyframes wobbling_x {
  0% {
    margin-left: 3px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 4px;
  }
}
.moon {
  position: absolute;
  animation: diagonal-move-anim 1s linear forwards alternate;
}
@keyframes diagonal-move-anim {
  0% {
    transform: translate(-50px, 50px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.deco_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.deco05 {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.deco06 {
  position: absolute;
  bottom: 190px;
  left: 1%;
  width: 16%;
  right: 87%;
}
#s01_01 {
  position: relative;
  z-index: 0;
}
#lp_visual {
  	background-image:url("../img/main_bg20240416.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
/*	background: #000;*/
  width: 100%;
  /*    max-height: 500px;
*/ margin: 0 auto;
}
#lp_visual .lp_visual {
  width: 100%;
  /*  -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;*/
}
#lp_visual .lp_visual.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);
}
@media screen and (max-width:1220px) {
  .deco06 {
    position: absolute;
    bottom: 130px;
    left: 1%;
    width: 13%;
    right: 90%;
  }
}
@media screen and (max-width:768px) {
  #lp_visual {
    padding: 0;
  	background-image:url("../img/main_bg20240416_sp.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}	
  .catch {
    width: 40%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .deco01 {
    position: absolute;
    top: 176px;
    right: 3%;
    width: 34%;
    left: 63%;
  }
  .deco02 {
    position: absolute;
    bottom: 32%;
    left: -5%;
    width: 44%;
    right: 56%;
    height: 41%;
    top: 27%;
  }
  .deco03 {
    position: absolute;
    top: 61%;
    width: 36%;
    right: -4%;
    left: 68%;
    height: 34%;
    bottom: 5%;
    z-index: 0;
  }
  .deco04 {
    bottom: -50px;
  }
}
/* アニメーション */
.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%;
  }
}
/* -------------------------------- #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:-webkit-gradient(linear, left top, left bottom, from(#f6f5c4), to(#6c4a0d));
    background:-webkit-linear-gradient(top, #f6f5c4, #6c4a0d);
    background:-moz-linear-gradient(top, #f6f5c4, #6c4a0d);
    background:-o-linear-gradient(top, #f6f5c4, #6c4a0d);
    background:linear-gradient(#f6f5c4, #6c4a0d);	*/ 
/*  background: #300f02;
*//*  background-image: linear-gradient(rgb(208, 98, 49) 0%, rgb(241, 138, 0) 50%, rgb(208, 98, 49) 100%);	
*/
  background-color: #99221c;	
  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: 50px;
  }
}
@media all and (min-width:668px) {
  #lp_nav_wrap .lp_contents_wrap.lp_nav a:hover {
    color: #c0a409;
  }
}
@media screen and (max-width:667px) {
  .announce_main {
    font-size: 16px;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav {
    font-size: 13px;
    padding: 0;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a {
    padding: 0 10px;
  }
}
@media screen and (max-width:350px) {
  #lp_nav_wrap {
    height: 60px;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav {
    font-size: 12px;
    height: 60px;
  }
}
#lp_main {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
background: #faf4f2;	
/*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);*/
}
/* -------------------------------- にんにくの芽 --------------------------------*/

.pro_content{
/*background-image: linear-gradient(rgb(237, 221, 197) 0%, rgb(228, 220, 159) 50%, rgb(219, 180 , 123) 100%);*/	
padding: 0 ;	
}
#lp_visual {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.main_img {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.h1_title {
  width: 50%;
  padding-left: 16px;	
}
.yuge {
position: absolute;
  top: -120px;
  width: 80%;
  left: 14%;
  right: 0;
}
.lead_wrap {
  max-width: 1000px;
  margin: 0 auto 40px auto;
}
.col02 {
  display: flex;
  justify-content: space-between;
}
.col02_li {
  width: calc((100% - 64px)/2);
  text-align: center;
}

/* -----------------20231205----------------- */
.h1_title img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.title_01 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;	
}

.t_text01,.t_text02,.t_text03,.t_text04{
	opacity: 0;
	transition: 0.5s;
	width: 25% !important;
}
.t_text01.show,.t_text02.show,.t_text03.show,.t_text04.show{
	opacity: 1;
}
.title_02 {
  width: 96%;
  margin: 0 auto 0 0;
}

.pro_name {
  margin-bottom: 0;
  margin-top: 0;	
}
.pro_list_li.reverse {
  flex-direction: row-reverse;
}

.note {
  font-size: 15px;
  text-align: right;
  color: #000;	
  padding: 10px 5% 60px 0;
  background: #fff6a3;	
}
.center {
  text-align: center;
  margin: 40px auto 0 auto;
}
.link{
	margin: 40px auto 0 auto;
}
.link a {
  font-size: 20px;
  font-weight: 600;		
  color: #a80001;
  line-height: 1.2;	
  display: flex;
  justify-content: center;
  align-items: center;
}
.link a img{
	margin-right: 10px;
}



@media screen and (max-width:1000px) {
.pro_content
{
  padding: 0 20px 30px 20px;
}	
}

@media screen and (max-width:768px) {
.main_img {
  width: 100%;
	}	
  .pro_list_li {
    display: block;
  }
  .pro_list_li .details {
    width: calc(45% - 20px);
  }
  .pro_list_li .pro_img {
    width: 50%;
  }
  .pro_list_li .details {
    width: calc(50% - 20px);
  }
  .pro_list_li .pro_img {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  #s01_02 .pro_list_li .pro_img {
    width: 75%;
    margin: 0 auto 20px auto;
  }	
  .pro_list_li .details {
    width: 100%;
    margin: 0 auto;
  }
  .pro_list_li {
    text-align: center;
  }
  .pro_list_li:last-child {
    margin-bottom: 0;
  }
.pro_black {
  padding: 0 80px;
}	
.pro_white {
  padding: 0 80px;
}
.pro_black .cate {
  left: 0;
  top: -40px;
  width: 90px;
}
.pro_content
{
  padding: 0 20px 10px 20px;
}	
.pro_white .cate {
  right: 0;
  top: -40px;
  width: 90px;
}
.col02 {
  display: block;
	}	
.col02_li {
  width: 100%;
}	
}


@media screen and (max-width:500px) {
.pro_black {
  padding: 0 44px;
}	
.pro_white {
  padding: 0 44px;
}
.pro_black .cate {
  left: 0;
  top: -40px;
  width: 60px;
}
.pro_white .cate {
  right: 0;
  top: -40px;
  width: 60px;
}	
}

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

  .pro_list .pro_name {
    margin-bottom: 0;
padding: 20px; 
  }	
.link a {
  font-size: 18px;
}
}

@media screen and (max-width:768px) {
  #lp_visual {
    padding: 0;
  }
  .h1_title {
    padding: 0 32px;
    width: 100%;
    margin-top: -16px;
  }
}
#lp_visual .lp_contents {
  margin: 0;
}
.lp_visual_main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;	
  width: 100%;
  margin: 0 auto;
padding: 70px 40px 0 40px;	
}

@media screen and (max-width:1000px) {
.lp_visual_main {
  padding: 40px 40px 0 40px;
}
}
/*.lp_visual_main_in {
  position: absolute;
  z-index: 1;
  overflow: hidden;	
bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;	
}
.catch {
position: absolute;
  top: 0;
  left: 16%;
  right: 37%;
  z-index: 1;
  width: 47%;
  margin: auto;
}*/

.lp_contents {
  width: 100%;
  height: 100%;
}
.lp_visual {
  height: 100%;
}
.lp_visual_main_in.catch {
 width: 40%;	
  margin: -40px auto 0 auto;
}
.pro_list_ul_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.img_pro {
  width: calc(60% - 40px);
  margin-left: 40px;
  margin-bottom: -60px;	
}
.main_pro_wrap {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.main_lead_wrap {
  width: 16%;
  position: absolute;
  top: -24px;
  left: 0;
  right: 84%;
}
.btn_link {
  text-align: right;
  max-width: 1000px;
  margin: 80px auto 0 auto;
}
.btn_link:hover{
	opacity: 0.7;
	transition: 0.5s;
}


.yuge {
  animation: steam-move-01 3s linear infinite;
}
.lead_wrap {
  background: #fffded;
  padding: 20px 120px;
  border-radius: 24px;
  border: solid 3px #fdc1c0;
  position: relative;
}
.deco_li:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.deco_li:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}






@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);
  }
}

@media screen and (min-width:1400px) {
.lp_visual_main
{
  max-width: 100%;
  width: 90%;
margin-left: auto;
    margin-right: auto;	
}	
}

@media all and (max-width:768px) {
.lp_visual_main
{
  width: 100%;
  flex-wrap: wrap;
margin: 0 auto;	
padding: 40px 20px 40px 20px;	
}
.lp_visual_main_in.catch {
width: 44%;
    padding: 0;
    margin: 0 auto 0 0;
    position: absolute;
    left: 10px;
    bottom: 10px;
    text-align: left;
}	
.img_pro {
  width: 100%;
margin: 0 auto;
}	
.lp_visual_main_in
{
    width: 100%;
  }
.pro_name {
  padding: 24px 20px 20px 20px;
	}
.pro_name::before {
  height: 2px;
  top: 8px;
	}

.pro_price_wrap {
  padding: 20px;
  width: 80%;
}	

  .lp_visual_main_in {
    margin: 0 auto;
    display: block;
    align-items: center;
  }
  .main_pro_img {
    width: 100%;
    margin: 0 auto;
  }
  .lp_visual {
    max-height: 100%;
  }
  .main_pro_wrap {
    max-height: 100%;
    margin: 0 auto;
  }
  .main_pro.media_sp {
    padding: 0 10px 0 10px;
  }
  .pro_main .pro_name {
    margin: -80px auto 24px auto;
  }
.side_head {
  padding: 10px 110px;
	}
.video_wrap
{
  margin: 0 auto 24px auto;
  padding: 20px 20px 0 20px;
}
.video_title
{
  font-size: 16px;
padding: 10px 0;	
	}
.video_title span img
{
  width: 32px;
}
.col02_li:nth-child(1) {
  margin-bottom: 60px;
}
.btn_link a img {
  width: 40%;
}
.btn_link {
  margin: 40px auto 0 auto;
}	
}

@media all and (max-width:414px) {
  .single_wrap .pro_name img {
    width: 140px;
  }
  .pro_main_wrap {
    padding: 0;
  }
  .main_pro_wrap {
    margin: 0 auto;
  }	
  .pro_price_wrap {
    width: 100%;
  }	
.pro_list_li.bg_yel .pro_img {
  margin-bottom: -35px;
}
 .lp_visual_main_in {
    bottom: 0;
  }	
}

/*-----------------商品紹介---------------*/
.media_sp414 {
  display: none;
}
.media_pc414 {
  display: block;
}
.main_lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lead {
  font-size: 20px;
  line-height: 2;
  font-weight: 600;	
  color: #000;
  display: flex;
  justify-content: center;
  text-align: left;
  margin-bottom: 40px;	
}
.lead img {
  display: block;
  margin-bottom: 10px;
}
.wave img {
  vertical-align: bottom;
  margin-bottom: -10px;
}
.pro_info_wrap {
  text-align: center;
  position: relative;
}
#s01 {
  position: relative;
  /*  background: -moz-linear-gradient(top, #f39800, #ed5a06);
  background: -webkit-linear-gradient(top, #f39800, #ed5a06);
  background: linear-gradient(to bottom, #f39800, #ed5a06);	*/
  /*  background-image: url("../img/img_susuki20230912.png");
  background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
*/
}
#s01_01.lp_contents {
  margin: 0 auto;
  position: relative;
  background: linear-gradient(#fff6a3, #ffe25c);	
}
#s01_02.lp_contents {
  background: linear-gradient(#f7c8ce, #e7a5ae);
  padding: 0 0 80px 0;	
}

/*common*/
.btn_wrap_ul {
text-align: center;
}
.pro_list {
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.pro_list_li {
  position: relative;
  z-index: 1;
  text-align: center;
}
#s01_01 .pro_list {
  background: #fff9b0;
  position: relative;
  padding: 70px 40px;
background-image: url("../img/pro_deco03.png");
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center;	
}
.pro_list_li:nth-child(5){
margin-bottom: 0;
}
.pro_list_li:nth-child(6){
margin-bottom: 0;
}
.video_link {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
}
.video_link a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.pro_img {
  margin-bottom: 24px;
}
.btn_wrap_ul {
  display: flex;
  justify-content: center;
}
.btn_wrap_li {
  width: 200px;
  height: 72px;
  text-align: center;
  background: #e00110;
  border-radius: 12px;
  line-height: 72px;
box-shadow: 0 8px 0 0 #a0101d;	
}
.btn_wrap_li:nth-child(1){
	margin-right: 16px;
}
.btn_wrap_li:hover {
  position: relative;
  box-shadow: none;
  top: 8px;
}
.btn_wrap_li a {
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  display: block;	
}

/*------------------------------------------
side
------------------------------------------*/
h2.side_title {
  width: 80%;
  height: 80px;
  line-height: 80px;	
  text-align: center;
  font-size: 32px;
  font-family: "Rounded Mplus 1c";
  font-weight: bold;
  color: #fff;
  background: #ff1a59;
  border-radius: 50px;
margin: 0 auto -40px auto;
  position: relative;
  z-index: 1;	
}
.side_list {
  width: 100%;
  background: #f4edbd;
  border: solid 4px #ff1a59;
  border-radius: 24px;
display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 80px 40px 40px;	
}	
.side {
  max-width: 900px;
  margin: 90px auto 0 auto;
}
.side_list_li {
  width: calc(50% - 40px);
  max-width: 280px;	
  text-align: center;
}
.side_list_li:nth-child(2n) {
  margin-left: 80px;
}
.side_list_li:nth-child(1),.side_list_li:nth-child(2) {
  margin-bottom: 32px;
}

@media screen and (max-width:768px) {
  #s01 {
    padding: 0;
  }
  .title_wrap {
    position: relative;
    padding-top: 60px;
  }
#s01_01 .pro_list {
  padding: 60px 40px 20px 40px;
  background-image: url("../img/pro_deco03_sp.png");
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
}
  #s01_02 .pro_content {
    padding: 0 20px 30px 20px;
  }
#s01_02 .pro_list {
  padding: 0 40px;
}	
  .pro_price {
    font-size: 24px;
  }
  .pro_price span {
    font-size: 48px;
    padding: 0 4px;
  }
  .other a {
    font-size: 16px;
  }
  .btn_wrap_ul {
    margin-top: 10px;
  }

  .lead_note {
    padding: 0 20px;
  }
  .dertails {
    width: auto;
    padding: 0 24px;
    margin-top: -20px;
  }
  .pro_main {
    margin-bottom: 80px;
  }
  .pro_name img {
    width: 460px;
    margin: 0 auto;
  }
  .note {
    padding: 8px 20px 32px 20px;
  }
  .lead {
    font-size: 17px;
  }
  .lead_wrap {
    margin: 0 auto 20px auto;
	padding: 24px 64px 32px 64px; 
  }
  .pro_main {
    padding: 20px 40px;
  }
.pro_list_li {
margin-bottom: 60px;	
}
.video_link {
  width: 40%;
  margin: 0 0 32px auto;
}
.side_list_li {
  width: calc(50% - 20px);
}
.side_list_li:nth-child(2n) {
  margin-left: 40px;
}
h2.side_title {
  width: 85%;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  margin: 0 auto -32px auto;
}	
}




@media screen and (max-width:414px) {
  #s01_02.lp_contents {
    position: relative;
    padding: 0 0 40px 0;
  }	
  .pro_price {
    font-size: 18px;
  }
  .pro_price span {
    font-size: 32px;
    padding: 0 4px;
  }
  .other {
    text-align: center;
  }
  .side_title span::before {
    width: 80px;
    height: 2px;
    left: -100px;
  }
  .side_title span::after {
    width: 80px;
    height: 2px;
    right: -100px;
  }
  #s01_01.lp_contents {
    width: 100%;
  }
  .pro_main {
    padding: 32px 26px;
  }
  .lead_wrap {
padding: 24px 40px 36px 40px;
  }
  .pro_main:before {
    content: "";
    width: 14px;
    height: 100%;
    background-image: url("../img/img_fram06_20231003_sp.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
  .pro_main:after {
    content: "";
    width: 14px;
    height: 100%;
    background-image: url("../img/img_fram07_20231003_sp.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
  .single_content {
    padding: 0 40px 60px 40px;
  }
 .note {
    padding: 8px 32px 32px 32px;
  }	
}
@media screen and (max-width:768px) {
  #s01_03 {
    padding: 0 10px;
  }
  #s01_04 {
    padding: 0 10px;
  }
  #s01_01 .pro_title {
    margin-bottom: 0;
    align-content: center;
    align-items: center;
  }

  .pro_list_li .pro_title {
    margin-bottom: 10px
  }
  .lead {
    font-size: 16px;
    line-height: 1.6;
	margin-bottom: 16px;    
  }
  .lead span {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 16px;
  }
  .single_wrap .pro_price img {
    width: 72px;
  }
  .btn_wrap_li:nth-child(1) {
    margin-bottom: 0;
  }
.btn_wrap_li {
  height: 48px;
  line-height: 48px;
}	
  .pro_title img {
    margin: 0 auto;
  }
  .pro_price img {
    margin: 0 auto !important;
	width: 56%;    
  }
  .sec_title img {
    margin: 0 auto 40px auto;
  }
  .main_pro .btn_wrap_li a {
    max-width: 200px;
    width: 100%;
    height: 56px;
    font-size: 14px;
    line-height: 56px;
    display: block;
    border-radius: 4px;
  }
  .btn_wrap_li a {
height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
  }
  .pro_main_img {
    padding: 0 60px;
  }
.single_list .title {
  margin-top: -34px;
  margin-bottom: 4px;	
}	
.single_list .price {
  text-align: center;
  margin-top: 0;
}
.single_list {
  border: solid 4px #3e190e;
  padding: 24px 32px 20px 32px;
}	
}

@media screen and (max-width:550px) {
  .pro_side_li .title_side img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:414px) {
  .main_pro .btn_wrap_li:nth-child(1) {
    margin-right: 10px;
  }
  .media_sp414 {
    display: block;
  }
  .media_pc414 {
    display: none;
  }
  .btn_wrap_li a {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 4px;
  }
  .pro_list_li .pro_title {
    font-size: 19px;
    letter-spacing: normal;
  }
  .pro_list_li .pro_details {
    margin-top: 0;
    width: 55%;
  }
  .webbento {
    padding: 40px 10px 40px 10px !important;
  }
  .main_pro .btn_wrap_ul {
    display: flex;
  }
  .main_pro .btn_wrap_li a {
    height: 48px;
    line-height: 48px;
  }
  .btn_wrap_ul {
    margin-top: 10px;
  }

  .note {
    padding: 8px 0 32px 8px;
    font-size: 12px;
  }
.single_list {
    padding: 16px 24px 10px 24px;
  }	
  .single_list .title {
    padding: 0 10px;
  }	
.h3_pro_name {
  padding: 0 10px;
}	
#s01_01 .pro_list_li {
    margin-bottom: 40px;
  }	
#s01_01 .pro_list {
    padding: 60px 20px 20px 20px;
	}
  .pro_list_li .pro_img {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  #s01_02 .pro_list_li .pro_img {
    width: 95%;
    padding: 0 20px;
  }	
 #s01_02 .pro_list {
    padding: 0 24px;
  }	
 .pro_content {
    padding: 0 20px 20px 20px;
  }	
.side {
  margin: 60px auto 0 auto;
}	
h2.side_title {
  width: 90%;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
margin: 0 auto -24px auto;	
	}
.side {
  margin: 60px auto 0 auto;
}	
.side_list {
  width: 100%;
  border-radius: 16px;
  padding: 40px 20px 20px;
}
.side_list_li {
    width: calc(50% - 10px);
  }	
.side_list_li:nth-child(2n) {
    margin-left: 20px;
  }	
}


/* --------------- #nav ---------------*/
@media screen and (max-width:768px) {
  #lp_nav_wrap.active .lp_contents_wrap.lp_nav {
    position: inherit;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_in {
    display: block;
  }
  .lp_nav_list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 10px 0 10px;
    background: #f6d959;
	margin-top: -1px;    
	/*background: -webkit-gradient(linear, left top, left bottom, from(#f6f5c4), to(#6c4a0d));
    background: -webkit-linear-gradient(top, #f6f5c4, #6c4a0d);
    background: -moz-linear-gradient(top, #f6f5c4, #6c4a0d);
    background: -o-linear-gradient(top, #f6f5c4, #6c4a0d);
    background: linear-gradient(#f6f5c4, #6c4a0d); */
  }
  .lp_nav_list li {
    width: calc((100% - 10px)/2);
    margin-bottom: 10px;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#f6f5c4), to(#6c4a0d));
  background: -webkit-linear-gradient(top, #f6f5c4, #6c4a0d);
  background: -moz-linear-gradient(top, #f6f5c4, #6c4a0d);
  background: -o-linear-gradient(top, #f6f5c4, #6c4a0d);
  background: linear-gradient(#f6f5c4, #6c4a0d); */ 
/*	background: #d9140d; */
/*	background-image: linear-gradient(rgb(208, 98, 49) 0%, rgb(241, 138, 0) 50%, rgb(208, 98, 49) 100%); 
*/    border-radius: 5px;
    box-sizing: border-box;
background: #99221c;
  }
  .lp_nav_list li:nth-child(2n) {
    margin-left: 10px;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a {
    padding: 10px;
    width: 100%;
    height: 100%;
    display: block;
  }
  #lp_nav_wrap {
    height: auto;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li {
    display: block;
    border-right: none;
    height: auto;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav {
    background-color: #fff;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a::after {
    display: none;
  }
}
/* -------------------------------- #app --------------------------------*/
.media_pc {
  display: block;
}
.media_sp {
  display: none;
}
.app_img_wrap {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
}
.app_list_ul {
  position: absolute;
  bottom: 41px;
  left: 180px;
  letter-spacing: -0.4em;
  margin: 0 -10px 0 0;
}
.app_list_li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  #lp_visual .media_pc {
    display: none;
  }
  #s03 .sec_title_h2 {
    margin-bottom: 10px;
    padding: 12px 6px;
  }
  #s03_01 {
    width: 90%;
  }
  #s03_02 {
    width: 90%;
  }
  .media_pc {
    display: none;
  }
  .media_sp {
    display: block;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav {
    height: inherit;
  }
  .lp_title01 {
    margin: 0 0px 30px 0px;
  }
  .lp_set_list {
    margin-right: 0;
  }
  .lp_set_list_block {
    display: block;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  .link_btn_ul {
    margin-top: 20px;
  }
  .link_btn_li {
    display: block;
    margin-right: 0;
    position: relative;
  }
  .link_btn_li a {
    font-size: 16px;
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .link_btn_li img {
    position: absolute;
    top: -10px;
    right: 0;
  }
  .lp_set_list_text {
    margin-top: -14px;
    margin-bottom: 20px;
  }
  .lp_title01 {
    font-size: 18px;
    white-space: nowrap;
  }
  .price_default {
    display: block;
    margin-top: -8px;
  }
  .lp_title01::before {
    width: 60px;
    height: 2px;
    top: 10px;
  }
  .app_list_li a img {
    width: 160px;
  }
  .app_list_ul {
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .takeout_area {
    margin-bottom: 20px;
  }
  .app_list_li {
    display: block;
  }
}



@media screen and (max-width: 768px) {}
/* -------------------------------- #s03 --------------------------------*/
.webbento {
  background: #f3f0e3;
  padding: 60px 30px;
  text-align: center;
}
.webbento .lp_title01, .webbento .lp_lead_wrap {
  color: #000;
}
.webbento .lp_title01 .text01::before, .webbento .lp_title01 .text01::after {
  background-color: #ffffff;
}
/* .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;
  }
}
@media screen and (max-width: 414px) {
  .webbento {
    padding: 40px 10px;
  }
}
/* -------------------------------- #s04 --------------------------------*/
.mobile {
  padding: 60px 0;
  text-align: center;
  background: url("../img/s04_bg.jpg");
}
.mobile .lp_title01 {
  color: #000000;
}
.mobile .lp_title01 .text01:before, .mobile .lp_title01 .text01:after {
  background-color: #000000;
}
/* .lp_web_search */
.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;
  }
}
@media screen and (max-width: 414px) {
  .mobile {
    padding: 40px 10px 40px 10px;
  }
}
.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;
}
@media screen and (max-width:768) {
  .lp_web_yoyaku_img {
    margin: 0 0 55px 0;
  }
  .pro_note_ul {
    height: auto;
  }
}
.tenpo {
  padding: 60px 0;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tenpo {
    padding: 40px 20px 180px 20px;
  }
}
@media screen and (max-width: 414px) {
  .tenpo {
    padding: 40px 10px 180px 10px;
  }
}
/*===================================================
アニメーション
===================================================*/
.blink {
  margin: auto;
  background-color: white;
  position: relative;
  margin-bottom: 20px;
}
.blink img {
  animation-name: blink;
  -webkit-animation-name: blink;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
.blink .img1 {
  display: block;
  text-align: left;
}
.blink .img2 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .blink {
    margin-bottom: 10px;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  37.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  37.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*202107追加*/
.floating {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.lp_visual_main_in {
  opacity: 0;
}


/*202402追加*/
.fade-up {
  opacity: 0;
  animation-name: fadeinup;
  animation-duration: 1.6s;
  animation-delay: .4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}















@media screen and (max-width: 768px) {
  #wrapper {
    position: relative;
  }
  ul.sp_nav_list_ul {
    display: flex;
    align-items: center;
    align-content: center;
    margin-top: 10px;
    padding-left: 30px;
  }
  li.sp_nav_list_li {
    margin-right: 25px;
  }
  li.sp_nav_list_li:last-child {
    margin-right: 0;
  }
  .floating {
    position: fixed;
    right: 0;
    bottom: -5px;
    z-index: 101;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
  }
  .floating img {
    width: 100%;
    height: auto;
  }
  .floating a {
    display: block;
    text-decoration: none;
  }
  .floating a:hover {
    opacity: 1;
  }
  /*このクラスが付与されると表示する*/
  .floating.active {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  /*このクラスが付与されると表示する*/
  .floating.absolute {
    position: absolute;
    bottom: 0;
  }
  .footer {
    height: 91px;
    position: relative;
  }
}
/* pc */
@media all and (min-width: 951px) {}
/* pad闔会ｽ･闕ｳ�ｽ */
@media screen and (max-width: 950px) {}
/* pad */
@media screen and (min-width: 701px) and (max-width: 950px) {}
/* sp */
@media screen and (max-width: 700px) {}
#pageTop02 {
  position: fixed;
  right: 10px;
  bottom: 0;
  opacity: 0;
  transition: all 1s ease;
}
#pageTop02.show {
  opacity: 1;
  transform: none;
  z-index: 5;
  bottom: 90px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  max-width: 1000px;
  margin: 0 auto 80px auto;
  border-radius: 16px;
}
.tab_content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-color: #f08500;
  border-radius: 16px;
}
/*タブのスタイル*/
.tab_item {
  width: calc((100% - 20px)/2);
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item.gyudon {
  background: #d9140d;
  border-radius: 12px 12px 0 0;
  margin-right: 10px;
}
.tab_item.karubi {
  background: #6b0000;
  border-radius: 12px 12px 0 0;
  margin-left: 10px;
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
.tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tab_item span {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.04em;
  position: absolute;
  bottom: -28px;
  right: 8px;
}
/*選択されているタブのコンテンツのみを表示*/
#gyudon:checked ~ #gyudon_content, #karubi:checked ~ #karubi_content {
  display: block;
}
#gyudon_content {
  border: solid 6px #d9140d;
  border-radius: 0 0 16px 16px;
  border-top: solid 8px #d9140d;
}
#karubi_content {
  border: solid 6px #6b0000;
  border-radius: 0 0 16px 16px;
  border-top: solid 8px #6b0000;
}
@media screen and (max-width:768px) {
  .tab_item.gyudon img {
    width: 58px;
  }
  .tab_item.karubi img {
    width: 123px;
  }
  .tab_item {
    width: calc((100% - 10px)/2);
    height: 60px;
    line-height: 60px;
  }
  .tab_item.gyudon {
    margin-right: 5px;
  }
  .tab_item.karubi {
    margin-left: 5px;
  }
  .tab_item span {
    font-size: 10px;
    bottom: -20px;
    right: 8px;
  }
  .tabs {
    max-width: 1000px;
    margin: 0 auto 64px auto;
    border-radius: 16px;
    padding: 0 8px;
  }
  .tab_content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  #gyudon_content {
    border: solid 4px #d9140d;
    border-top: solid 6px #d9140d;
  }
  #karubi_content {
    border: solid 4px #6b0000;
    border-top: solid 6px #6b0000;
  }
}
.anim-box.slide-skew {
  opacity: 0;
}
.anim-box.slide-skew.is-animated {
  animation: slide-skew 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slide-skew {
  0% {
    transform: translate(-40%, 30px);
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    transform: translate(0, 0);
    transform: scale(1);
  }
  20%, 100% {
    opacity: 1;
  }
}
.anim-box.slide-skew02 {
  opacity: 0;
}
.anim-box.slide-skew02.is-animated {
  animation: slide-skew 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slide-skew {
  0% {
    transform: translate(20%, 30px);
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    transform: translate(0, 0);
    transform: scale(1);
  }
  20%, 100% {
    opacity: 1;
  }
}



/*--------------------------------------------------------------------
yuge
--------------------------------------------------------------------*/
@keyframes steam01 {
  0% {
    bottom: 30%;
/*    filter: blur(16px);
*/    transform: rotateY(0deg);
    transform: scale(0.6, 1);
    opacity: 0
  }
  11% { opacity: 0.2 }
  33% {
    transform: rotateY(40deg);
    transform: scale(1, 1.4);
    opacity: 0.3
  }
  66% {
    transform: rotateY(10deg);
    transform: scaleY(1.8, 1);
    opacity: 0.5
  }
  100% {
    bottom: 50%;
/*    filter: blur(20px);
*/    transform: rotateY(60deg);
    transform: scaleY(2, 1.8);
    opacity: 0
  }
}
@keyframes steam02 {
  0% {
    bottom: 20%;
/*    filter: blur(16px);
*/    transform: rotateY(0deg);
    transform: scale(0.6, 0.6);
    opacity: 0
  }
  11% { opacity: 0.3 }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.8, 1);
    opacity: 0.4
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 1.2)
  }
  100% {
    bottom: 50%;
/*    filter: blur(20px);
*/    transform: rotateY(50deg);
    transform: scaleY(1.2, 1.4);
    opacity: 0
  }
}
.steamWrap {
  width: 95%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 100%;
}
.steamBox {
  width: 100%;
  height: 100%;
  position: relative;
/*  overflow: hidden
*/}
.steamBox > img {
  width: 100%;
  display: block
}
.steam01 {
  position: absolute;
  right: 0;
  animation: steam01 10s infinite linear;
  opacity: 0
}
.steam02 {
  position: absolute;
  left: 0;
  animation: steam02 14s infinite linear;
  opacity: 0
}
.steam03 {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  animation: steam02 12s infinite linear;
  animation-delay: 6s;
  opacity: 0
}
.steam01 img, .steam03 img {
  width: 540px;
  height: 600px
}
.steam02 img {
  width: 611px;
  height: 688px
}



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

/* 桜の花びらのスタイル */
.petal {
  position: absolute;
  background-color: #ffde00; /* 花びらの色 ffde00 */
/*  border-radius: 150% 0 150% 0;
*/  animation: animate-petal 10s linear;
}

.petal::after {
  content: "";
  position: absolute;
  top: -14%;
  left: -10%;
  display: block;
  width: 100%;
  height: 80%;
  background-color: #f2d241;
  /*border-radius: 150% 0 150% 0;*/
  transform: rotate(15deg);
}

/* 花びらが降るアニメーション */
@keyframes animate-petal {
  0% {
    top: 0;
    opacity: 0;
    transform: rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100%;
    transform: rotate(3000deg);
  }
}

.lp_visual_main_in.poyon {
  animation: poyon 1.1s linear 0s 1;
	opacity: 1;
}

@keyframes poyon {
  0%   { transform: scale(0.8, 1.4) translate(0%, -100%); }
  10%  { transform: scale(0.8, 1.4) translate(0%, -15%); }
  20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
  30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
  50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  60%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  70%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
