@charset "UTF-8";
#loading {
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
}
body {
  min-width: 320px;
}
#contents_frame {
  font-size: 14px;
  line-height: 1.6;
}
#contents_inner {
  overflow: hidden;
}
.link_block {
  display: block;
  text-decoration: none !important;
}
.imghover {
  transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
}
.imghover:hover {
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
@media all and (min-width:668px) {
  #wrapper {
    min-width: 990px;
  }
  #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;
    width: 960px;
  }
  #pageTop {
    bottom: 3px;
    padding: 5px;
    position: fixed;
    right: 3px;
    z-index: 10;
  }
  #pageTop img {
    width: 70px;
  }
}
@media screen and (max-width:667px) {
  .head_info_area {
    overflow: hidden;
    height: 0;
  }
  .head_info_area .sec_nav_content {
    display: block !important;
  }
  #pageTop {
    padding: 5px;
    position: fixed;
    bottom: 3px;
    right: 3px;
    z-index: 100;
  }
  #pageTop img {
    width: 50px;
  }
  #footer {
    margin-top: 0px !important;
  }
  #wrapper {
    background-color: #e6e6e6;
  }
  .sec_nav_content {
    display: none;
  }
}
@media all and (min-width:668px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width:667px) {
  .sp_none {
    display: none !important;
  }
}
.h1_title {
  text-align: center;
}
/* .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 {
  /*max-width: 1100px;*/
  margin: 0 auto;
  position: relative;
}
.lp_contents_wrap img {
  vertical-align: bottom;
  max-width: 100%;
}
.lp_contents_wrap .h1_title img {
  vertical-align: bottom;
  width: 100%;
  max-width: 78%;
  margin: 0 auto;
}
.lp_contents_wrap, .lp_contents_wrap *, .lp_contents_wrap *:before, .lp_contents_wrap *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.lp_contents_wrap *:before, .lp_contents_wrap *:after {
  background-size: 100%;
}
.lp_contents_wrap a {
  color: inherit;
}
@media screen and (max-width:768px) {
  .lp_contents_wrap .h1_title img {
    vertical-align: bottom;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width:350px) {
  /*  .lp_contents_wrap{
    padding: 70px 20px;
  }*/
}
/* lp_title01 */
.h1_title {
  width: 90%;
  margin: 0 auto;
}
.lp_title01 {
  line-height: 1.3;
  text-align: center;
  color: #000;
  overflow: hidden;
  margin: 0 0px 50px 0px;
}
.lp_title01 .text_wrap {
  display: inline-block;
}
.lp_title01 .text_wrap > * {
  display: block;
  padding: 0 48px;
}
.lp_title01 .text_wrap .text01 {
  position: relative;
  font-weight: bold;
  font-size: 27px;
}
.lp_title01 .text_wrap .text02 {
  font-size: 14px;
  margin-top: 20px;
  display: block;
}
@media screen and (max-width:768px) {
  .h1_title {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width:667px) {
  .lp_title01 {
    margin: 0 -10px 30px -10px;
  }
  .lp_title01 .text_wrap .text01 {
    font-size: 22px;
  }
  .lp_title01 .text_wrap > * {
    padding: 0 15px;
  }
}
@media screen and (max-width:350px) {
  .lp_title01 {
    margin: 0 0px 30px 0px;
  }
}
/* .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: 20px;
  font-weight: bold;
  -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;
  margin-bottom: 5px;
}
.btn_row .btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*.btn_row .btn:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -8px 0 0 0;
  width: 9px;
  height: 16px;
  background: url(../img/btn_arrow.png) no-repeat center center;
  background-size: 100% auto;
}
*/
.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_row .btn:hover {
  -moz-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
/* -------------------------------- #lp_visual --------------------------------*/
#lp_visual {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #f8ebc6;
}
#lp_visual.open {
  background-image: url("../img/img_main_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#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);
}
.lp_visual_main_in {
  position: relative;
  text-align: center;
}
#lp_visual {
  background: url("../img/img_main_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main_lead {
  position: absolute;
  top: 0;
  right: 5%;
  left: 80%;
  width: 15%;
}
@media screen and (min-width:1700px) {
  .main_lead {
    right: 13%;
  }
}
@media screen and (max-width:768px) {
  #lp_visual {
    padding: 0;
  }
  #lp_visual {
    background: url("../img/sp/img_sp_main_bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
  /*.h1_title {
    padding: 0 30px;
}*/
  .main_lead {
    position: absolute;
    top: -10px;
    right: 0;
    left: 80%;
    width: 20%;
  }
  #lp_visual::before {
    display: none;
  }
  #lp_visual::after {
    display: none;
  }
}
.shake_anime {
  -webkit-animation: shake_anime 0.4s 1;
  -moz-animation: shake_anime 0.4s 1;
  -o-animation: shake_anime 0.4s 1;
  -ms-animation: shake_anime 0.4s 1;
  animation: shake_anime 0.4s 1;
}
@-webkit-keyframes shake_anime {
  0% {
    -webkit-transform: translate(-2px, -2px);
  }
  5% {
    -webkit-transform: translate(2px, 2px);
  }
  10% {
    -webkit-transform: translate(-2px, -2px);
  }
  15% {
    -webkit-transform: translate(2px, 2px);
  }
  20% {
    -webkit-transform: translate(-2px, -2px);
  }
  25% {
    -webkit-transform: translate(2px, 2px);
  }
  30% {
    -webkit-transform: translate(-2px, -2px);
  }
  35% {
    -webkit-transform: translate(2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
  }
  45% {
    -webkit-transform: translate(2px, 2px);
  }
  50% {
    -webkit-transform: translate(-2px, -2px);
  }
  55% {
    -webkit-transform: translate(2px, 2px);
  }
  60% {
    -webkit-transform: translate(-2px, -2px);
  }
  65% {
    -webkit-transform: translate(2px, 2px);
  }
  70% {
    -webkit-transform: translate(-2px, -2px);
  }
  75% {
    -webkit-transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, -2px);
  }
  85% {
    -webkit-transform: translate(2px, 2px);
  }
  90% {
    -webkit-transform: translate(-2px, -2px);
  }
  95% {
    -webkit-transform: translate(2px, 2px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
@-moz-keyframes shake_anime {
  0% {
    -moz-transform: translate(-2px, -2px);
  }
  5% {
    -moz-transform: translate(2px, 2px);
  }
  10% {
    -moz-transform: translate(-2px, -2px);
  }
  15% {
    -moz-transform: translate(2px, 2px);
  }
  20% {
    -moz-transform: translate(-2px, -2px);
  }
  25% {
    -moz-transform: translate(2px, 2px);
  }
  30% {
    -moz-transform: translate(-2px, -2px);
  }
  35% {
    -moz-transform: translate(2px, 2px);
  }
  40% {
    -moz-transform: translate(-2px, -2px);
  }
  45% {
    -moz-transform: translate(2px, 2px);
  }
  50% {
    -moz-transform: translate(-2px, -2px);
  }
  55% {
    -moz-transform: translate(2px, 2px);
  }
  60% {
    -moz-transform: translate(-2px, -2px);
  }
  65% {
    -moz-transform: translate(2px, 2px);
  }
  70% {
    -moz-transform: translate(-2px, -2px);
  }
  75% {
    -moz-transform: translate(2px, 2px);
  }
  80% {
    -moz-transform: translate(-2px, -2px);
  }
  85% {
    -moz-transform: translate(2px, 2px);
  }
  90% {
    -moz-transform: translate(-2px, -2px);
  }
  95% {
    -moz-transform: translate(2px, 2px);
  }
  100% {
    -moz-transform: translate(0px, 0px);
  }
}
@-o-keyframes shake_anime {
  0% {
    -o-transform: translate(-2px, -2px);
  }
  5% {
    -o-transform: translate(2px, 2px);
  }
  10% {
    -o-transform: translate(-2px, -2px);
  }
  15% {
    -o-transform: translate(2px, 2px);
  }
  20% {
    -o-transform: translate(-2px, -2px);
  }
  25% {
    -o-transform: translate(2px, 2px);
  }
  30% {
    -o-transform: translate(-2px, -2px);
  }
  35% {
    -o-transform: translate(2px, 2px);
  }
  40% {
    -o-transform: translate(-2px, -2px);
  }
  45% {
    -o-transform: translate(2px, 2px);
  }
  50% {
    -o-transform: translate(-2px, -2px);
  }
  55% {
    -o-transform: translate(2px, 2px);
  }
  60% {
    -o-transform: translate(-2px, -2px);
  }
  65% {
    -o-transform: translate(2px, 2px);
  }
  70% {
    -o-transform: translate(-2px, -2px);
  }
  75% {
    -o-transform: translate(2px, 2px);
  }
  80% {
    -o-transform: translate(-2px, -2px);
  }
  85% {
    -o-transform: translate(2px, 2px);
  }
  90% {
    -o-transform: translate(-2px, -2px);
  }
  95% {
    -o-transform: translate(2px, 2px);
  }
  100% {
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes shake_anime {
  0% {
    -ms-transform: translate(-2px, -2px);
  }
  5% {
    -ms-transform: translate(2px, 2px);
  }
  10% {
    -ms-transform: translate(-2px, -2px);
  }
  15% {
    -ms-transform: translate(2px, 2px);
  }
  20% {
    -ms-transform: translate(-2px, -2px);
  }
  25% {
    -ms-transform: translate(2px, 2px);
  }
  30% {
    -ms-transform: translate(-2px, -2px);
  }
  35% {
    -ms-transform: translate(2px, 2px);
  }
  40% {
    -ms-transform: translate(-2px, -2px);
  }
  45% {
    -ms-transform: translate(2px, 2px);
  }
  50% {
    -ms-transform: translate(-2px, -2px);
  }
  55% {
    -ms-transform: translate(2px, 2px);
  }
  60% {
    -ms-transform: translate(-2px, -2px);
  }
  65% {
    -ms-transform: translate(2px, 2px);
  }
  70% {
    -ms-transform: translate(-2px, -2px);
  }
  75% {
    -ms-transform: translate(2px, 2px);
  }
  80% {
    -ms-transform: translate(-2px, -2px);
  }
  85% {
    -ms-transform: translate(2px, 2px);
  }
  90% {
    -ms-transform: translate(-2px, -2px);
  }
  95% {
    -ms-transform: translate(2px, 2px);
  }
  100% {
    -ms-transform: translate(0px, 0px);
  }
}
@keyframes shake_anime {
  0% {
    transform: translate(-2px, -2px);
  }
  5% {
    transform: translate(2px, 2px);
  }
  10% {
    transform: translate(-2px, -2px);
  }
  15% {
    transform: translate(2px, 2px);
  }
  20% {
    transform: translate(-2px, -2px);
  }
  25% {
    transform: translate(2px, 2px);
  }
  30% {
    transform: translate(-2px, -2px);
  }
  35% {
    transform: translate(2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  45% {
    transform: translate(2px, 2px);
  }
  50% {
    transform: translate(-2px, -2px);
  }
  55% {
    transform: translate(2px, 2px);
  }
  60% {
    transform: translate(-2px, -2px);
  }
  65% {
    transform: translate(2px, 2px);
  }
  70% {
    transform: translate(-2px, -2px);
  }
  75% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(-2px, -2px);
  }
  85% {
    transform: translate(2px, 2px);
  }
  90% {
    transform: translate(-2px, -2px);
  }
  95% {
    transform: translate(2px, 2px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@media screen and (max-width:667px) {}
@media screen and (max-width:350px) {
  /*#lp_visual .lp_visual_main_parts.type03{
    right: 70px;
  }*/
}
/* アニメーション */
.move_anime {}
.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;
  }
}
/* -------------------------------- #lp_nav_wrap --------------------------------*/
#lp_nav_wrap {
  height: 80px;
  position: relative;
  z-index: 2;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  background-color: #401804;
  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;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li {
  display: table-cell;
  border-right: 1px solid #fff;
}
#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 20px;
}
/*#lp_nav_wrap .lp_contents_wrap.lp_nav a.active{
    color: #fff100;
  }*/
.announce_main {
  font-size: 32px;
  font-weight: bold;
  background: rgba(193, 13, 35, 0.8);
  color: #fcc814;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
  display: none;
}
@media screen and (max-width:768px) {
  #lp_nav_wrap {
    height: auto;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav {
    background-color: #fff5da;
  }
  .lp_nav_list.u-media-pc {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li {
    border-right: none;
    width: 100%;
    text-align: center;
  }
}
@media all and (min-width:668px) {
  #lp_nav_wrap .lp_contents_wrap.lp_nav a:hover {
    color: #fff100;
  }
}
@media screen and (max-width:768px) {
  .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: 10px;
    margin: 3px;
    background: #401804;
    border-radius: 4px;
  }
}
@media screen and (max-width:350px) {
  #lp_nav_wrap .lp_contents_wrap.lp_nav {
    font-size: 12px;
    height: 60px;
  }
}
#lp_main {
  position: relative;
  background: #fff;
}
@media all and (min-width:668px) {
  #lp_main .sns_entry {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width:768px) {
  #lp_main .sns_entry {
    top: 0;
    left: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 10px;
    margin: 0;
  }
}
.facebook_like {
  width: 85px;
  overflow: hidden;
}
/* -------------------------------- 豚丼 --------------------------------*/
.lp_visual_main_obj01.main_anime {
  max-width: 1100px;
  margin: 0 auto;
}
@keyframes stamp {
  0% {
    transform: scale(3) rotate(-30deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.lp_contents_wrap .lp_contents {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pro_content {
  max-width: 1000px;
  text-align: center;
  letter-spacing: -0.4em;
  margin: 0 auto;
}
.pro_title {
  letter-spacing: normal;
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  font-weight: 900;
  color: #594422;
  margin-bottom: 30px;
  position: relative;
}
.btn_wrap_ul {
  letter-spacing: -0.4em;
  margin-top: 30px;
}
.btn_wrap_li {
  display: inline-block;
  width: 100%;
  max-width: 160px;		
}
.btn_wrap_li:nth-child(1) {
  margin-right: 20px;
}
.btn_wrap_li a {
  width: 100%;
  max-width: 160px;	
  display: block;
  /*	background: -moz-linear-gradient(top, #f39800, #e8380c);
    background: -webkit-linear-gradient(top, #f39800, #e8380c);
    background: linear-gradient(to bottom, #f39800, #e8380c);*/
  background: #c7000a;
  margin: 0 10px;
  padding: 12px 0;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  letter-spacing: normal;
  border-radius: 4px;
  box-shadow: 0 6px 0 0 #920700;
  margin-bottom: 10px;
  top: 0;
  position: relative;
  transition: 0.5s;
}
.btn_wrap_li a:hover {
  box-shadow: 0 0 0 0 #a10000;
  top: 6px;
  text-decoration: none;
}
.h2_title {
  text-align: center;
  margin-bottom: 100px;
}
.h2_title.type01 {
  max-width: 1000px;
  margin: 0 auto;
  background: #c76c62;
  padding: 20px;
}
.pro_list_ul {
  letter-spacing: -0.4em;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.recommend_contetn_wrap {
  padding: 40px 35px 80px 35px;
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
.pro_list_li {
  width: calc((100% - 60px) / 2);
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 40px;
}
.pro_list_li:nth-child(1) {
  margin-right: 60px;
}
.pro_list_li h3 {
  font-size: 20px;
  color: #602100;
  margin-bottom: 15px;
  margin-top: -5px;
}
.pro_list_li .pro_price {
  font-size: 23px;
  margin-top: 0;
}
.pro_list_li .pro_img {
  padding: 0 31px;
}
.pro_list_li .box {
  background: #f6cfa2 none repeat scroll 0 0;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding: 0 0 10px;
  letter-spacing: normal;
}
.pro_list_li p.kakaku {
  background: #602100;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  display: block;
  font-size: 20px;
  table-layout: fixed;
  text-align: center;
}
.pro_list_li p.detail {
  background: rgba(0, 0, 0, 0) url("../img/col02_ico.png") no-repeat scroll 13px center / 8px 12px;
  color: #602100;
  display: inline-block;
  font-weight: bold;
  margin: 5px 10px;
  padding: 5px 0 5px 20px;
  width: 58%;
  position: relative;
}
.pro_list_li p.detail span {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 14px;
}
.pro_list_li .box li {
  display: inline-block;
}
.pro_list_li .box li a {
  background: #602100;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-size: 15px;
  margin: 0 0 0 0;
  padding: 5px 10px;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  -webkit-justify-content: center;
  justify-content: center;
}
.link_btn {
  background: #c9161d;
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  border-radius: 6px;
}
.link_btn a {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 24px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  display: inline-block;
}
.link_btn a span {
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 6px;
  margin: auto;
  width: 10px;
  height: 10px;
}
#s01 {
  padding: 100px 0 0 0;
  text-align: center;
  background-image: url("../img/img_content_bg.jpg");
  background-position: bottom center;
  background-repeat: repeat;
  background-size: contain;
  padding: 60px 10px 120px 10px;
  box-sizing: border-box;
}
.lead_wrap {
  max-width: 1000px;
  margin: 0 auto 80px auto;
  box-sizing: border-box;
  position: relative;
  background-blend-mode: multiply;
}
.lead_h2.font-mincho {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
  position: relative;
  letter-spacing: normal;
}
.frame_deco_li {
  position: absolute;
}
.frame_deco_li.deco01 {
  top: 0;
  left: 0;
}
.frame_deco_li.deco02 {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.frame_deco_li.deco03 {
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
}
.frame_deco_li.deco04 {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
#s01_01 {
  letter-spacing: -0.4em;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.lead_h2 {
  letter-spacing: normal;
  font-size: 21px;
  font-weight: bold;
  color: #000;
  line-height: 2;
  text-align: center;
  margin-bottom: 10px;
}
.pro_wrap:last-child {
  margin-bottom: 0;
}
.pro_wrap.pro_left {
  margin-right: 2%;
}
.pro_wrap.pro_right {
  margin-left: 2%;
}
.pro_wrap.karubi .pro_content {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 40px 0 0 0;
  margin-bottom: 80px;
}
.pro_wrap.karubi .pro_content .pro_img {
  width: 56%;
  display: inline-block;
  vertical-align: middle;
}
.pro_wrap.karubi .pro_content .pro_detail {
  width: 44%;
  display: inline-block;
  vertical-align: middle;
}
.pro_wrap.teishoku {
  padding: 80px 0;
}
.pro_wrap.teishoku .pro_content {
  letter-spacing: -0.4em;
}
.pro_wrap.teishoku .pro_content .pro_img {
  width: 56%;
  display: inline-block;
  vertical-align: middle;
}
.pro_wrap.teishoku .pro_content .pro_detail {
  width: 44%;
  display: inline-block;
  vertical-align: middle;
}
.pro_txt_single {
  margin-top: 26px;
  font-size: 16px;
  color: #fff;
  letter-spacing: normal;
}
.lineup_wrap a {
  max-width: 600px;
  width: 100%;
  letter-spacing: normal;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;	
  text-decoration: none;
  padding: 40px;
  background: #b60005;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0px 8px 0 #810000;
  box-sizing: border-box;	
  position: relative;
  top: 0;
}
.lineup_wrap a:hover {
  position: relative;
  top: 8px;
  box-shadow: 0 0 0 #810000;
  transition: 0.5s;
}
.lineup_wrap img {
  vertical-align: middle;
  margin-right: 20px;
}
.teishoku .pro_detail {
  margin-top: 8px;
}
@media screen and (max-width:1100px) {}
@media screen and (max-width:768px) {
  .btn_wrap_ul {
    display: flex;
    justify-content: center;
  }
  .teishoku .btn_wrap_ul {
    justify-content: center;
  }
  #s01 {
    padding: 20px 20px 50px 20px;
  }
  .pro_wrap:nth-child(1) .pro_detail {
    margin-left: 0;
  }
  .pro_wrap:nth-child(2) .pro_img {
    margin-left: 0;
  }
  .pro_txt {
    margin: 20px auto 30px auto;
  }
  .pro_wrap.karubi .pro_content .pro_img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .pro_wrap.karubi .pro_content .pro_detail {
    width: 100%;
    display: block;
    margin-top: -35px;
  }
  .pro_wrap.karubi .pro_content {
    margin-bottom: 40px;
  }
  .pro_wrap.karubi .pro_content {
    padding: 30px 20px 40px 20px;
  }
  .pro_wrap.teishoku .pro_content .pro_img {
    width: 100%;
    display: block;
  }
  .pro_wrap.teishoku .pro_content .pro_detail {
    width: 100%;
    display: block;
  }
  .pro_detail {
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
  }
  .pro_wrap.teishoku {
    padding: 0;
  }
  .pro_wrap.pro_right {
    margin-left: 0;
  }
  .pro_wrap.pro_left {
    margin-right: 0;
  }
  .pro_title {
    font-size: 28px;
    margin-bottom: 8px;
    padding-top: 24px;
  }
  .pro_price {
    font-size: 32px;
    margin-left: 0;
  }
  .pro_price span {
    font-size: 20px;
  }
  .pro_price img {
    width: 50%;
    margin: 5px auto 0 auto;
  }
  .pro_title.sp_pro_title01 img {
    width: 214px;
  }
  .pro_title.sp_pro_title02 img {
    width: 310px;
  }
  .pro_title.sp_pro_title03 img {
    width: 255px;
  }
  .pro_title.sp_pro_title04 img {
    width: 214px;
  }
  .recommend_contetn_wrap {
    padding: 40px 10px 40px 10px;
  }
  .pro_list_ul {
    text-align: center;
    margin: 0 auto 20px auto;
  }
  .btn_wrap_li {
    text-align: center;
    margin: 0;
	width: 100%;
    max-width: 150px;  
  }
  .btn_wrap_li a {
    max-width: 150px;
    width: 100%;
    font-size: 16px;
    padding: 12px 0;
    margin: 0 auto;
  }
  .pro_list_li:nth-child(1) {
    margin-right: 0;
  }
  .pro_list_li {
    width: 100%;
    padding: 30px 20px 40px 20px;
    margin: 0 auto 40px auto;
  }
  .pro_list_li:nth-child(2) {
    margin: 0 auto;
  }
  .pro_list_li h3 {
    font-size: 21px;
  }
  .pro_list_li .pro_price {
    font-size: 21px;
  }
  .pro_txt_single {
    margin-top: 20px;
    font-size: 13px;
  }
  .h2_title {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .pro_title.sp_pro_title02 img {
    margin: 0 auto;
  }
  .h2_title.type01 {
    padding: 15px 0;
  }
  #s01_01 .h2_title.type01 img {
    width: 205px;
  }
  #s03 .h2_title.type01 img {
    width: 170px;
  }
  .link_btn {
    background: #c9161d;
    max-width: 400px;
    width: 90%;
  }
  .single_menu_list_li:nth-child(1) {
    margin-bottom: 20px;
  }
  .pro_list_ul .pro_detail {
    margin-top: -26px;
  }
  .teishoku .pro_detail {
    margin-top: -16px;
  }
  .h2_title.type02 img {
    padding: 0 50px;
  }
  .lead_wrap {
    margin: 0 auto;
    padding: 30px 0 20px 0;
    box-sizing: border-box;
  }
  .lead_h2::before, .lead_h2::after {
    display: none;
  }
  .lead_h2.font-mincho {
    font-size: 16px;
    text-align: left;
  }
  .main_img.anime_03 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    right: 0;
    max-width: 800px;
    margin: auto;
  }
  .lead_h2 {
    font-size: 16px;
    line-height: 1.6;
  }
  .lineup_wrap a {
    max-width: 320px;
    font-size: 18px;
    padding: 24px 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width:414px) {
  .pro_wrap {
    margin: 0 auto;
  }
  .yuge_li01.show img {
    width: 210px;
  }
  .yuge_li02.show img {
    width: 210px;
  }
}
/* -------------------------------- 単品メニュー --------------------------------*/
#s02 {
  background-image: url("../img/img_teishoku_bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
#s02 .lp_contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
#s02 .h2_title.type02 {
  width: 100%;
  background: #520100;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 0;
  border-top: solid 2px #f39938;
  border-bottom: solid 2px #f39938;
}
.single_menu_list_ul {
  letter-spacing: -0.4em;
  max-width: 780px;
  margin: 0 auto;
}
.single_menu_list_li {
  display: inline-block;
  width: 48%;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
}
.single_menu_list_li a:hover {
  opacity: 0.7;
  transition-duration: 1s;
}
.single_menu_list_li:nth-child(1) {
  margin-right: 2%;
}
.single_menu_list_li:nth-child(2) {
  margin-left: 2%;
}
.single_title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: normal;
  font-family: 'Noto Serif JP', serif;
  color: #594422;
  text-align: center;
}
.single_title span {
  display: block;
}
@media screen and (max-width:768px) {
  #s02 .lp_contents {
    padding: 0;
  }
  .single_menu_list_ul {
    text-align: center;
  }
  .single_menu_list_li {
    width: 100%;
    padding: 20px 10px;
    height: auto !important;
    margin: 0 auto;
    display: block;
  }
  .single_menu_list_li img {
    width: 160px;
  }
  .single_menu_list_li:nth-child(1) {
    margin-right: auto;
  }
  .single_menu_list_li:nth-child(2) {
    margin-left: auto;
  }
#s02 .btn_wrap_li:nth-child(1) {
  margin-right: 0;
}	
}
/* -------------------------------- lineup --------------------------------*/
.lineup_wrap {
  padding: 60px 0 80px 0;
  text-align: center;
  background-image: url("../img/img_content_bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .lineup_wrap {
    padding: 60px 0;
  }
}
/* -------------------------------- web bento --------------------------------*/
.webbento {
  background: #fff5da;
  padding: 80px 0;
  text-align: center;
}
#s03 {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width:768px) {
  #s03 {
    padding: 40px 10px;
  }
  .webbento {
    padding: 40px 10px !important;
  }
}
/* -------------------------------- #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) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: block;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav {
    height: inherit;
    position: relative !important;
  }
  .lp_visual_main {
    padding: 0;
  }
  .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;
  }
  .lp_contents_wrap {
    padding: 30px 20px 40px 20px;
  }
  .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;
  }
}
#s04 {
  padding: 60px 0;
  text-align: center;
}
.mobile {
  padding: 80px 0;
  text-align: center;
  background: url("../img/mobile_bg.jpg");
}
.tenpo {
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tenpo {
    padding: 40px 10px 100px 10px !important;
  }
}
/* -------------------------------- #s05 --------------------------------*/
#s05 {
  background: #f3f0e3;
  padding: 60px 30px;
  text-align: center;
}
#s05 .lp_title01, #s05 .lp_lead_wrap {
  color: #000;
}
#s05 .lp_title01 .text01::before, #s05 .lp_title01 .text01::after {
  background-color: #ffffff;
}
/* .lp_web_yoyaku */
#s05 .lp_web_yoyaku {}
#s05 {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #s05 {
    padding: 40px 10px 155px 10px;
  }
}
@media screen and (max-width:667px) {
  #s05 {
    background-position: 75% top;
  }
  #s05 .lp_web_yoyaku_img {
    margin: 0 0 55px 0;
  }
}
/* -------------------------------- #s06 --------------------------------*/
#s06 {
  padding: 60px 0;
  text-align: center;
  background: #fff;
}
#s06 .lp_title01 {
  color: #000000;
}
#s06 .lp_title01 .text01:before, #s06 .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) {
  #s06 {
    padding: 40px 10px 100px 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;
  }
}
/*===================================================
アニメーション
===================================================*/
.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;
}
@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) {}