@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: rgba(234,224,230,0.8);
*/  }
  #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%;
}
.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: 1;
}
#lp_visual {
  	background-image:url("../img/main_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
  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;
  }
  /*.h1_title {
    padding: 0 30px;
}*/
  #lp_visual {
/*background-image: url("../img/main_bg20240227_sp.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;*/
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: end;
  }
	
  .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(#e68088), to(#b5141c));
    background:-webkit-linear-gradient(top, #e68088, #b5141c);
    background:-moz-linear-gradient(top, #e68088, #b5141c);
    background:-o-linear-gradient(top, #e68088, #b5141c);
    background:linear-gradient(#e68088, #b5141c);	 
/*  background-image: linear-gradient(rgb(208, 98, 49) 0%, rgb(241, 138, 0) 50%, rgb(208, 98, 49) 100%);	
*/	
	
  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:-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);*/
/*	background: #e5eee5;*/
}
/* -------------------------------- にんにくの芽 --------------------------------*/
.pro_list_li {
  position: relative;
margin-bottom: 160px;	
}
.bubble_content_in{
  text-align: center;
max-width: 1000px;
  margin: 0 auto;
display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
	
}
.pro_list_li:nth-child(2) .bubble_content_in {
  flex-direction: row-reverse;
}
.pro_list_li:nth-child(3) {
margin-bottom: 0;
padding-bottom: 80px;	
}
.price_details_img {
  margin-top: 16px;
}
.price_details {
  margin-top: 24px;
}
.pro_black {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.pro_white {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.pro_black .cate {
  position: absolute;
  left: -160px;
  top: -60px;
}
.pro_white .cate {
  position: absolute;
  right: -160px;
  top: -60px;
}
#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: 64px auto 120px auto;
}
.col02 {
  display: flex;
  justify-content: space-between;
}
.col02_li {
  width: calc((100% - 64px)/2);
  text-align: center;
}
.lp_visual_main {
  text-align: center;
position: relative;	
 padding: 40px 0 10px 0;	
}

/* -----------------20231205----------------- */
.h1_title img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.title_01 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;	
}
.title_01_01 {
  width: 50%;
}
.title_01_02 {
  width: calc(50% - 20px);
  display: flex;
  align-items: baseline;
}
.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_list_li.reverse {
  flex-direction: row-reverse;
}
.pro_bl {
  position: relative;
}
#s01_01 .btn_wrap {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
#s01_02 {
  background: url("../img/bg_single.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 120px 0 100px 0;
}
.note {
  font-size: 15px;
  text-align: right;
  color: #000;	
  padding: 10px 5% 10px 0;
}
.center {
  text-align: center;
}
.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;
}
.pro_content {
  padding: 0;
}



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

@media screen and (max-width:768px) {
.main_img {
  width: 100%;
	}	
  .pro_list_li {
    display: block;
  }
.bubble_content_in {
    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: 100%;
  }
  .pro_list_li .details {
    width: 100%;
    margin: 0 auto;
  }
  .pro_list_li {
    text-align: center;
	 margin-bottom: 60px; 
  }
  .pro_list_li:last-child {
    margin-bottom: 0;
  }
  #s01_02 {
    padding: 0 20px 60px 20px;
  }
.pro_black {
  padding: 0 80px;
}	
.pro_white {
  padding: 0 80px;
}
.pro_black .cate {
  left: 0;
  top: -40px;
  width: 90px;
}	
.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) {
  #s01_02 {
    position: relative;
    padding: 0;
  }
  .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;	
}
.lp_visual_main_in {
  width: 48%;
  position: relative;
  z-index: 1;
  margin: 0 auto 0 0;
  overflow: hidden;	
}
.catch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.catch_li {
  width: 100%;
  text-align: right;
}
.catch_li img {
  width: 32%;
}
.lp_contents {
  width: 100%;
  height: 100%;
}
.lp_visual {
  height: 100%;
}
.pro_list_ul_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.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%;
}
.lp_visual_main_in {
  position: absolute;
  top: 30px;
  left: 0;
  width: 16%;
  text-align: left;
  right: 84%;
}



.yuge {
  animation: steam-move-01 3s linear infinite;
}


@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: 1300px;
  width: 100%;	
}	
}

@media all and (max-width:768px) {
.lp_visual_main_in {
width: 22%;
    position: absolute;
    left: 16px;
    top: 20px;
    bottom: 0;
    margin: auto;
    right: 78%;
    padding: 0;
}	
.lp_visual_main
{
  width: 100%;
  flex-wrap: wrap;
	padding: 0;
}
.pro_name::before {
  height: 2px;
  top: 8px;
	}
.pro_img {
  margin-bottom: -40px;
}	
.pro_price_wrap {
  padding: 20px;
  width: 80%;
}	
#s01_01 .btn_wrap {
  bottom: 30px;
  padding: 0 20px;
}	
.img_pro
{
    width: 108%;
    margin: 0 -4%;
  }	
  .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;
  }

.catch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  display: block;
  height: 100%;
  bottom: 0;
}	
.catch_li:nth-child(1) {
  position: absolute;
  left: 40px;
  text-align: left;
  top: 10px;
}	
.catch_li:nth-child(2) {
  position: absolute;
  top: 60%;
  right: 8px;
}
.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;
}
}

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

/*-----------------商品紹介---------------*/
.media_sp414 {
  display: none;
}
.media_pc414 {
  display: block;
}
.main_lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lead {
  font-size: 23px;
  line-height: 2;
  font-weight: 600;	
  color: #000;
  text-align: left;
}
.lead img {
  display: block;
  margin-bottom: 10px;
}
.pro_info_wrap {
  text-align: center;
  position: relative;
}
#s01 {
width: 100%;
max-width: 1400px;	
  position: relative;
background: #e5eee5;	
/*    background: -moz-linear-gradient(top, #f39800, #ed5a06);
  background: -webkit-linear-gradient(top, #f39800, #ed5a06);
  background: linear-gradient(to bottom, #f39800, #ed5a06);	*/

margin: 0 auto;
}
.pro_list{
    background-image: url("../img/content_bg_20240227_03.jpg");
  background-repeat: no-repeat;
	background-position: top center;
  background-size: cover;
overflow: hidden;	
}
#s01_01.lp_contents {
  margin: 0 auto;
  position: relative;
}
/*common*/
.btn_wrap_ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  z-index: 1;
  position: relative;
}
.btn_wrap_li {
  width: calc((100% - 20px) / 2);
  max-width: 200px;
}
.btn_wrap_li a {
  max-width: 200px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  /*  background: linear-gradient(to right,#6d5408,#e3e1d2,#6d5408);*/
  background: #e60012;
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 8px 0 #a60713;	
}
.btn_wrap_li a:hover {
  box-shadow: none;
  top: 8px;
  position: relative;
}
.btn_wrap_li:nth-child(1) {
  margin-right: 20px;
}
.btn_wrap_li:last-child {
  margin-right: 0;
}



@media screen and (max-width:768px) {
  #s01 {
    padding: 0;
  }
  .title_wrap {
    position: relative;
    padding-top: 60px;
  }
  .pro_price {
    font-size: 24px;
  }
  .pro_price span {
    font-size: 48px;
    padding: 0 4px;
  }
  .other a {
    font-size: 16px;
  }
  .btn_wrap_ul {
    margin-top: 20px;
  }
  .side_title {
    margin-bottom: 24px;
  }
  .side_title img {
    width: 160px;
  }
  .side_title span::before {
    width: 120px;
    height: 2px;
    left: -130px;
  }
  .side_title span::after {
    width: 120px;
    height: 2px;
    right: -130px;
  }
  .side_img img {
    width: 180px;
  }
  .price_side img {}
  .pro_side_li {
    width: calc((100% - 20px) /2);
  }
  .pro_side_li {
    margin-right: 20px;
  }
  .pro_side_li:nth-child(2) {
    margin: 0;
  }
  .pro_side_li:nth-child(3) {
    margin-bottom: 0;
  }
  .title_side {
    margin-top: -14px;
    margin-bottom: 10px;
  }
  .lead_note {
    padding: 0 20px;
  }
  .pro_side_ul {
    margin: 0;
  }
  .pro_side_li a {
    display: block;
  }
  .dertails {
    width: auto;
    padding: 0 24px;
    margin-top: -20px;
  }
  .side_wrap {
    border-radius: 8px;
    padding: 24px 20px;
    box-shadow: 0 0 8px #006c9a;
    margin: 0 20px;
  }
  .side_img {
    width: 100%;
  }
  .side_img img {
    padding: 0 16px;
  }
  .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 32px auto;
	  padding: 0 20px;
  }
  .pro_main {
    padding: 20px 40px;
  }
.pro_list {
  padding: 0 20px;
}
}




@media screen and (max-width:414px) {
  .pro_price {
    font-size: 18px;
  }
  .pro_price span {
    font-size: 32px;
    padding: 0 4px;
  }
  .other {
    text-align: center;
  }
  .side_title img {
    width: 120px;
  }
  .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;
  }
  .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;
  }
}
@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.8;
  }
  .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;
	margin-right: 10px;    
  }
  .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: 56px;
    line-height: 56px;
    font-size: 14px;
  }
  .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;
  }
.pro_list_li:nth-child(3) {
  margin-bottom: 0;
  padding-bottom: 40px;
}	
  .media_sp414 {
    display: block;
  }
  .media_pc414 {
    display: none;
  }
  .btn_wrap_li a {
    height: 40px;
    font-size: 14px;
    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;
  }
  .btn_wrap_li {
    width: calc((100% - 10px) / 2);
  }
  .note {
    padding: 8px 0 8px 8px;
    font-size: 12px;
  }
.single_list {
    padding: 16px 24px 10px 24px;
  }	
  .single_list .title {
    padding: 0 10px;
  }	
.h3_pro_name {
  padding: 0 10px;
}	
}


/* --------------- #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: #7cbcb1;
	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: #300f02; */
/*	background-image: linear-gradient(rgb(208, 98, 49) 0%, rgb(241, 138, 0) 50%, rgb(208, 98, 49) 100%); */
    border-radius: 5px;
	 background: linear-gradient(#e68088, #b5141c); 
    box-sizing: border-box;
  }
  .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;
}

/*202402追加*/
.lp_visual_main_in{
  opacity: 0;
}
.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;
  }
}

/*紙吹雪*/

/* size */
.confetti span:nth-child(3n+1) {
/*	width: 1vw;
	height: 1vw;*/
	width: 20px;
	height: 20px;	
}

.confetti span:nth-child(3n+2) {
/*	width: 1.25vw;
	height: 1.25vw;*/
	width: 16px;
	height: 16px;	
}

.confetti span:nth-child(3n+3) {
/*	width: 1.15vw;
	height: 1.15vw;*/
	width: 20px;
	height: 20px;	
	
}


.container {
	position: relative;
	width: 100%;
	background: #06061a;
	overflow: hidden;
	/* for text	 */
	display: flex;
	justify-content: center;
	align-items: center;
}


.confetti {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.confetti span {
	position: absolute;
	top: -10%;
	left: 0;
	width: 1.5vw;
	height: 1.5vw;
	background: #FFF;
}

/* add animation */
.confetti span:nth-child(2n+1) {
	animation: confetti-anim-1 10s 0s linear infinite;
}

.confetti span:nth-child(2n+2) {
	animation: confetti-anim-2 10s 0s linear infinite;
}

/* side position */
.confetti span:nth-child(1) {
	left: 0%;
}

.confetti span:nth-child(2) {
	left: 2%;
}

.confetti span:nth-child(3) {
	left: 4%;
}

.confetti span:nth-child(4) {
	left: 6%;
}

.confetti span:nth-child(5) {
	left: 8%;
}

.confetti span:nth-child(6) {
	left: 10%;
}

.confetti span:nth-child(7) {
	left: 12%;
}

.confetti span:nth-child(8) {
	left: 14%;
}

.confetti span:nth-child(9) {
	left: 16%;
}

.confetti span:nth-child(10) {
	left: 18%;
}

.confetti span:nth-child(11) {
	left: 20%;
}

.confetti span:nth-child(12) {
	left: 22%;
}

.confetti span:nth-child(13) {
	left: 24%;
}

.confetti span:nth-child(14) {
	left: 26%;
}

.confetti span:nth-child(15) {
	left: 28%;
}

.confetti span:nth-child(16) {
	left: 30%;
}

.confetti span:nth-child(17) {
	left: 32%;
}

.confetti span:nth-child(18) {
	left: 34%;
}

.confetti span:nth-child(19) {
	left: 36%;
}

.confetti span:nth-child(20) {
	left: 38%;
}

.confetti span:nth-child(21) {
	left: 40%;
}

.confetti span:nth-child(22) {
	left: 42%;
}

.confetti span:nth-child(23) {
	left: 44%;
}

.confetti span:nth-child(24) {
	left: 46%;
}

.confetti span:nth-child(25) {
	left: 48%;
}

.confetti span:nth-child(26) {
	left: 50%;
}

.confetti span:nth-child(27) {
	left: 52%;
}

.confetti span:nth-child(28) {
	left: 54%;
}

.confetti span:nth-child(29) {
	left: 56%;
}

.confetti span:nth-child(30) {
	left: 58%;
}

.confetti span:nth-child(31) {
	left: 60%;
}

.confetti span:nth-child(32) {
	left: 62%;
}

.confetti span:nth-child(33) {
	left: 64%;
}

.confetti span:nth-child(34) {
	left: 66%;
}

.confetti span:nth-child(35) {
	left: 68%;
}

.confetti span:nth-child(36) {
	left: 70%;
}

.confetti span:nth-child(37) {
	left: 72%;
}

.confetti span:nth-child(38) {
	left: 74%;
}

.confetti span:nth-child(39) {
	left: 76%;
}

.confetti span:nth-child(40) {
	left: 78%;
}

.confetti span:nth-child(41) {
	left: 80%;
}

.confetti span:nth-child(42) {
	left: 82%;
}

.confetti span:nth-child(43) {
	left: 84%;
}

.confetti span:nth-child(44) {
	left: 86%;
}

.confetti span:nth-child(45) {
	left: 88%;
}

.confetti span:nth-child(46) {
	left: 90%;
}

.confetti span:nth-child(47) {
	left: 92%;
}

.confetti span:nth-child(48) {
	left: 94%;
}

.confetti span:nth-child(49) {
	left: 96%;
}

.confetti span:nth-child(50) {
	left: 98%;
}

/* colors */
.confetti span:nth-child(5n+1) {
	background: #f8e2ec;
}

.confetti span:nth-child(5n+2) {
	background: #f8e2ec;
}

.confetti span:nth-child(5n+3) {
	background: #f8e2ec;
}

.confetti span:nth-child(5n+4) {
	background: #f8e2ec;
}

.confetti span:nth-child(5n+5) {
	background: #f8e2ec;

}


/* animation-duration */
.confetti span:nth-child(4n+1) {
	animation-duration: 5s;
}

.confetti span:nth-child(4n+2) {
	animation-duration: 12s;
}

.confetti span:nth-child(4n+3) {
	animation-duration: 8s;
}

.confetti span:nth-child(4n+4) {
	animation-duration: 6s;
}


/* animation-delay */
.confetti span:nth-child(11n+1) {
	animation-delay: 0s;
}

.confetti span:nth-child(11n+2) {
	animation-delay: 9s;
}

.confetti span:nth-child(11n+3) {
	animation-delay: 2s;
}

.confetti span:nth-child(11n+4) {
	animation-delay: 5s;
}

.confetti span:nth-child(11n+5) {
	animation-delay: 6s;
}

.confetti span:nth-child(11n+6) {
	animation-delay: 7s;
}

.confetti span:nth-child(11n+7) {
	animation-delay: 3s;
}

.confetti span:nth-child(11n+8) {
	animation-delay: 1s;
}

.confetti span:nth-child(11n+9) {
	animation-delay: 2s;
}

.confetti span:nth-child(11n+10) {
	animation-delay: 11s;
}

.confetti span:nth-child(11n+11) {
	animation-delay: 10s;
}

/* animation */

@keyframes confetti-anim-1 {
	0% {
		top: -10%;
		transform: translateX(10deg) rotateX(0) rotateY(0);
	}

	100% {
		top: 100%;
		transform: rotateX(45deg) rotateY(360deg);
	}
}

@keyframes confetti-anim-2 {
	0% {
		top: -10%;
		transform: translateX(45deg) rotateX(45deg) rotateY(0);
	}

	100% {
		top: 100%;
		transform: rotateX(180deg) rotateY(360deg);
	}
}



/* 背景を表示させるコンテナ 
.snow-container {
  position: relative;
  overflow: hidden;  背景からはみ出した雪を隠す 
}


雪の色とループ
.snow {
  position: absolute;
  background-color: #e1dfe2; 色
  animation: animate-snow 20s linear; アニメーションでループ
}

 画面からの降り始めと画面から消える時の設定 
@keyframes animate-snow {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
  }
}
*/

/*泡のアニメーション*/
.bubble_content_in{
	position: relative;
	z-index: 1;
}
.bubble_wrap{
position: relative;
}
.bubble {
  position: absolute;
/*  border-radius: 100%;
*/ /* border: 2px solid #fff;*/
   background: rgba(234,224,230,0.6);	
  bottom: 1px;
z-index: 0;	
}
#s02,#s03,#s04 {
  max-width: 1400px;
  margin: 0 auto;
}

