@charset "UTF-8";

#loading{
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
}

body{
  min-width: 320px;
  color: #000;	
}

#contents_inner{
  overflow:  hidden;
}

#page-top {
  display: none !important;
  opacity: 0 !important;		
}
/* ページトップボタン */
#to-top {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 2;	
}


@media all and (min-width:668px){
  #wrapper {
    min-width: 100%;
  }

  #contents_frame{
    background: #ffffff;
  }

  #contents_frame #contents {
    margin: 0px auto !important;
    padding: 20px 0 !important;	
  }

  #contents_inner{
    margin-top: 0px !important;
    background: #ffffff;
  }

  #footer {
      margin: 0 auto;
      padding: 30px 0;
  }


}

@media screen and (max-width:667px){
  
  .head_info_area{
    overflow:  hidden;
    height: 0;
  }
  
  .head_info_area .sec_nav_content{
    display: block !important;
  }

  #footer {
    margin-top: 0px !important;
  }

  .sec_nav_content {
    display: none;
  }
#to-top img {
  width: 56px;
}	
}


@media all and (min-width:668px){
  .pc_none{ display: none !important; }
}

@media screen and (max-width:667px){
  .sp_none{ display: none !important; }
}


/* .lp_contents_wrap  */

.lp_contents_wrap{
 /* padding: 110px 30px;*/

	font-size: 14px;
}

.lp_contents_wrap{
  word-break: break-all;
  word-wrap: break-word;
}

.lp_contents_wrap .lp_contents{
  margin: 0 auto;
  position: relative;
}

.lp_contents_wrap img{
  vertical-align:  bottom;
  max-width: 100%;
}

.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 --------------------------------*/

#lp_visual {
/*	background-image:url("../img/img_main_bg.jpg");
	background-repeat: no-repeat;
	background-position: 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:768px){
	#lp_visual {
    padding: 0;
	max-height: 100%;	
}
/*.h1_title {
    padding: 0 30px;
}*/	
#lp_visual {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	margin: 0 auto ;
    display: flex;
    justify-content: center;
    align-items: end;	
}
}


/* アニメーション */
.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: 1;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    background-color: #000;
    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: #fff100;
  }
}

@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;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}



/* -------------------------------- にんにくの芽 --------------------------------*/
#lp_visual {
    height: 100%;
	/*background: linear-gradient(-225deg,#fcfdf8,#ebf3d0,#e1ecb3,#eaed8d);	*/
    background-image: url("../img/img_main_bg_20230801.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
/*    background: -moz-linear-gradient(top, #f39800, #e60012);
    background: -webkit-linear-gradient(top, #f39800, #e60012);
    background: linear-gradient(to bottom, #f39800, #e60012);	*/
	position: relative;
	 overflow: hidden;
    }
.yuge {
  position: absolute;
  top: -200px;
}

.main_left {
  text-align: left;
  padding: 0 80px;
  position: relative;
}
.main_right {
  text-align: right;
  padding: 0 80px;
  position: relative;	
}
.main_title01 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 80%;	
}
.lead_wrap {
  max-width: 1000px;
  margin: 0 auto 40px auto;
}
.catch01 {
  position: absolute;
  top: 5px;
  right: -1%;
  width: 30%;
  left: 71%;
}
.catch02 {
  position: absolute;
  top: 4px;
  left: 12%;
  width: 42%;
  right: 46%;
}

@media screen and (max-width:768px){
#lp_visual {
	padding: 0;
	}
}


#lp_visual .lp_contents {
  margin: 0;
}
#lp_visual .media_pc {
  display: flex;
}
.lp_visual_main_in {
  width: 100%;	
  margin: 0 auto;
  position: relative;
  z-index: 1;	
  display: flex;
  justify-content: space-between;	
}

.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;	
}

h1 {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.main_lead_wrap {
  width: 16%;
  position: absolute;
  top: -24px;
  left: 0;
  right: 84%;	
}
.catch_title {
  width: 30%;
  position: absolute;	
  top: -16px;
  right: -4%;
  left: 74%;	
  z-index: 1;	
  display: none;
}
.catch_title.show {
  display: block;
}
.yuge{
    animation: yurayura 2s linear infinite;
}
@keyframes yurayura {
  0% , 100%{
      transform: rotate(3deg);
	  transform: translateY(10px);
	  transform: scale(1);
  }
  50%{
      transform: rotate(-3deg);
	  transform: translateY(0);
	  transform: scale(1.1);
  }
}


@media all and (max-width:768px){	
.main_pro_img {
  width: 100%;
  margin: 0 auto;
}
.yuge {
  position: absolute;
  top: -200px;
  left: -40px;
}
.lp_visual{
  max-height: 100%;
}
.main_pro_wrap {
  max-height: 100%;
  margin: 0 auto;	
}	

.main_pro.media_sp {
  padding: 0 10px 0 10px;
}	
.deco_li.yuge.yuge01 {
  right: -320px;
  top: 0;
  width: 60%;
	}
.deco_li.yuge.yuge02 {
  top: -70px;
  right: 20px;
}	
.deco_li.yuge.yuge03 {
  top: 0;
  left: 0;
  right: 50%;
}	
.deco_li.chacole01 {
  bottom: -10px;
  right: -100px;
}	
.deco_li.chacole02 {
  bottom: -110px;
  left: -210px;
}	
.box .src1 {
  background-image: url("../img/img_vege01.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}
.box .src3 {
  background-image: url("../img/img_vege01.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}
.box .src2 {
  background-position: -80px top;
  background-size: cover;	
}
.box .src4 {
  background-position: -80px top;
  background-size: cover;	
}
.pro_img {
  padding: 0 12px;
}	
}

@media all and (max-width:414px){	
.lp_visual_main_in {
  padding: 0;
}	
h1 {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 55px;
}	
.pro_main_wrap {
  padding: 0;
}
.main_pro_wrap {
  margin: 0 auto;
}	
}



/*-----------------背景アニメーション---------------*/
.lp_visual_main_obj01 {
  width: 55%;	
  max-width: 712px;
  position: relative;
  margin: 0 auto;	
}
@media screen and (max-width:768px){
.lp_visual_main_obj01 {
  width: 98%;
	}
.lp_visual_main_obj01 {
  max-width: 100%;
}
.lp_visual_main_obj01 {
  margin: 0 auto 0 0;
	}
.lp_visual_main_in {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  padding: 0;
}	
.catch_title {
  width: 46%;
  top: 10px;
  right: 0;
  left: 54%;
  position: absolute;
  z-index: 1;
}
.main_lead_wrap {
  width: 48%;
  position: absolute;
  top: 16px;
  left: 4%;
  right: 48%;
  display: flex;
  flex-direction: row-reverse;
}
.main_lead_wrap img {
  width: 50%;
}	
}



/*-----------------商品紹介---------------*/
.media_sp414{
	display: none;
	}	
.media_pc414{
	display: block;
	}	
.main_lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;	
}
.lead {
  font-size: 16px;
  line-height: 2;	
  text-align: left;
  margin-bottom: 16px;	
}
.lead img {
  display: block;
  margin-bottom: 10px;	
}

.pro_info_wrap {
  text-align: center;
  position: relative;	
}	
#s01 {
  padding: 80px 0 0 0;
  background: -moz-linear-gradient(top, #f39800, #ed5a06);
  background: -webkit-linear-gradient(top, #f39800, #ed5a06);
  background: linear-gradient(to bottom, #f39800, #ed5a06);	
/*  background-image: url("../img/img_content_bg_0523.jpg");
  background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	background-color: #073e6e;*/
}
#s01 .pro_img img {
  margin: 0 auto;
}
#s01_01 .pro_details {
  margin-top: -90px;	
}
#s01_01 .main_pro .pro_title {
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 0 24px;	
}
#s01_01 .main_pro .pro_title img {
  margin: 0 auto;
}
.pro_price {
  font-size: 32px;
  font-weight: bold;
  color: #d01908;
}


/*common*/
.btn_wrap_ul {
  display: flex;
  justify-content: center;
  margin-top: 25px;	
}
.btn_wrap_li {
  width: calc((100% - 20px) / 2);
  max-width: 200px;	
}
.btn_wrap_li a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  /*background: linear-gradient(to right,#bd9654,#e8d3b0,#ddbe8b);*/
  background: #000;	
  display: block;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.04em;
  border-radius: 8px;
  text-decoration: none;	
}
.btn_wrap_li a:hover {	
  opacity: 0.7;
  transition: 0.5s;
}
.btn_wrap_li:nth-child(1) {
  margin-right: 20px;
}
.btn_wrap_li:last-child {
  margin-right: 0;
}
.main_pro {
  width: calc((100% - 40px)/2);
  text-align: center;
  padding: 80px 0 96px 0;	
}
.main_pro {
  position: relative;
}
.main_pro.pro01::after,.main_pro.pro03::after,.main_pro.pro05::after,.main_pro.pro07::after,.main_pro.pro09::after,.main_pro.pro11::after {
  content: "";
  width: 25px;
  height: 100%;
  background:url("../img/img_wagiri_pepper.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;	
  position: absolute;
  top: 0;
  right: -32px;
}
.main_pro::before {
  content: "";
  width: 100%;
  height: 22px;
  background:url("../img/img_wagiri_ninnikunome.png");
  background-repeat: repeat-x;
  background-position: right center;
  background-size: contain;	
  position: absolute;
  bottom: 0;
  left: 0;
}
.main_pro.pro05::before, .main_pro.pro06::before, .main_pro.pro11::before, .main_pro.pro12::before {
  display: none;
}
.side_deco {
  width: 100%;
  height: 80px;
  background-color: #af0d07;
  background-image: url("../img/img_pepper.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  border: solid 10px #af0d07;
  border-right: none;
  border-left: none;
  margin-bottom: 40px;	
}
.cate_wrap {
  max-width: 1000px;
  margin: 60px auto 0;
  display: flex;
}
.note {
  text-align: right;
  font-size: 13px;		
}
.lead_note {
  text-align: right;
  font-size: 14px;	
  max-width: 1000px;
  margin: 0 auto;	
}
.side_wrap {
  background: #e60012;
  padding: 0 0 80px 0;	
}
.side_title {
  text-align: center;
  margin-bottom: 72px;	
}
.side_title span {
  display: inline-block;
  position: relative;
}
.side_title span::before {
  content: "";	
  width: 160px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: -180px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.side_title span::after {
  content: "";	
  width: 160px;
  height: 4px;
  background: #fff;
  position: absolute;
  right: -180px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pro_side_ul {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;	
  margin: 0 auto 60px auto;
}
.title_side {
  margin-top: -45px;
  margin-bottom: -7px;	
}
.pro_side_li {
  text-align: center;
  width: calc((100% - 60px) /4);
}
.pro_side_li {
  margin-right: 20px;
}
.pro_side_li:last-child{
  margin-right: 0;
}
.pro_side_li:hover {
  opacity: 0.9;
  transition: 0.5s;
}


#s02 {
	text-align: center;
	position: relative;
}

#s02 .btn_wrap_li a {
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.cate_title {
    position: relative;
}
.cate_title .note {
   font-size: 14px;
   color: #000;
   text-align: right;
   margin: 0 auto;	
   position: absolute;
   bottom: -22px;
   right: 0;
}
#s01_02 .pro_list_li:nth-child(3) .note {
  text-align: left;
}
#s01_04 {
  margin-top: 100px;
}
#s01_04 .pro_list_li{
  position: relative;
  z-index: 1;	
  margin-bottom: 0;	
}
#s01_04 .pro_list_ul {
  background: #43190d;
  position: relative;
  border: solid 4px#fff;	
  display: flex;
  justify-content: space-between;
  padding: 40px 56px;	
}
#s01_04 .pro_list_ul:after {
  content: "";	
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
 right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #43190d;	
  border: solid 3px#fff;		
}
.sec_title img {
  margin: 0 auto 60px auto;
}
.main_title {
  position: absolute;
  bottom: 8px;
  left: 43px;
  max-width: 450px;
  width: 64%;	
}
.main_title img {
  width: 100%;
}

.title_bg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 63%;
  max-width: 1123px;	
}
.main_pro.pro01 .btn_wrap_li a,.main_pro.pro03 .btn_wrap_li a,.main_pro.pro05 .btn_wrap_li a,.main_pro.pro07 .btn_wrap_li a,.main_pro.pro09 .btn_wrap_li a,.main_pro.pro11 .btn_wrap_li a {
  background: #ca180d;
}


@media screen and (max-width:768px){
.main_title {
  width: 73%;
  right: inherit;
  left: 14px;
  bottom: 10px;
  padding: 0;
  position: absolute;
}
.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: 10px;
}	
#s01_01 .pro_details {
  margin-top: -45px;
}	
.side_deco {
  height: 50px;
	}
.side_title {
  margin-bottom: 30px;
}	
.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 {
  width: 84px;
}	
.pro_side_li {
  width: calc((100% - 30px) /4);
}
.pro_side_li {
  margin-right: 10px;
}
.pro_side_li:nth-child(2) {
  margin: 0;
}
.pro_side_li:nth-child(3) {
  margin-bottom: 0;
}	
.title_side {
  margin-top: -14px;
 margin-bottom: -6px;
}
.lead_note {
  padding: 0 20px;	
}
.pro_side_ul {
  margin: 0 10px 0 10px;
}	
}

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

@media screen and (max-width:768px){
#s01 {
  padding: 40px 0 0 0;
}	
#s01_02 {
  padding: 0 10px;
}
#s01_03 {
  padding: 0 10px;
}
#s01_04 {
  padding: 0 10px;
}	
#s01_01 .pro_title{
margin-bottom: 0; 
align-content: center;
align-items: center; 	
	}	
#s01_01 .pro_price {
  margin-bottom: 20px;
  padding: 0 40px;
  margin-top: -4px;	
}	

.pro_list_li .pro_price {
  margin-top: 10px;
}
	
.link {
  text-align: right;
  margin-top: 10px; 	
}	
.link a {
  font-size: 16px;
  position: relative;
}	
.link a img {
  width: 8px;
  margin-right: 6px;
}	
.pro_list_li .pro_title{
margin-bottom: 10px 		
	}	
.lead {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;	
  padding: 0 20px;
}
.lead span {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 16px;
}	
.pro_list_li {
  width: calc((100% - 10px) / 2);
  margin-bottom: 20px;	
  background-size: contain;	
	}
#s01_04 .pro_list_li:last-child {
  margin: 0;
}	
#s01_02 .btn_wrap_li a {
  width: 160px;
	}
.btn_wrap_li:nth-child(1) {
  margin-right: 8px;
  margin-bottom: 15px;
}
#s01_02 .pro_img {
  padding: 0 20px;
}		
#s01_02 .pro_list_li:nth-child(n+3) {
  margin-bottom: 80px;
}		
.pro_list_li {
  padding: 0 0 20px 0;
	}	
#s02 .pro_list_li:last-child .pro_title {
  margin-top: -40px;
}	
#s01_02 .pro_list_li:nth-child(3) .note {
  text-align: right;
}
#s01_02 .pro_info_wrap,
#s01_03 .pro_info_wrap{
  display: block;
	}		
#s01_02 .pro_list_li:last-child {
  margin-bottom: 100px;
}	
.pro_title img {
  margin: 0 auto;
}	
.pro_price img {
  margin: 0 auto !important;
}	
.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;	
}
#s01_01 .main_pro .pro_title {
  font-size: 36px;
  padding: 0;	
	}
.pro_list_li .pro_title {
  font-size: 26px;
	}	
.title_bg {
  position: relative;
  bottom: inherit;
  left: inherit;
  width: 100%;
	}
.cate_wrap {
  padding: 0 10px;
}
.main_pro.pro01,.main_pro.pro03,.main_pro.pro05 {
  padding-left: 10px;
}
.main_pro.pro02,.main_pro.pro04,.main_pro.pro06 {
  padding-right: 10px;
}
.main_pro {
  padding: 40px 0 40px 0;
	}
.main_pro.pro01::after, .main_pro.pro03::after, .main_pro.pro05::after {
  width: 17px;
	}
.main_pro::before {
  height: 18px;
	}
.lp_visual_main_in.media_sp {
  position: relative;
}	
.catch03 {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  left: 68%;
}	
.catch04 {
  position: absolute;
  top: 54%;
  left: 1%;
  width: 46%;
  right: 53%;
  height: 27%;
  bottom: 19%;
  transform: rotate(5deg);
}
.main_title02_sp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
  margin: 0 auto 0 0;
  padding: 0;
}	
}


@media screen and (max-width:414px){
.main_title02_sp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  margin: 0 auto 0 0;
  padding: 0;
}	
.main_pro .btn_wrap_li:nth-child(1) {
  margin-right: 10px;
	}
.media_sp414{
	display: block;
	}	
.media_pc414{
	display: none;
	}	
.btn_wrap_li a {
  width: 80px;
  height: 46px;
  font-size: 13px;
  line-height: 46px;	
}	
#s01_01 .pro_details {
  margin-top: -27px;
}	
#s01_02 .btn_wrap_li a {
  width: 140px;
	}
#s01_01 .pro_title {
  justify-content: center;
  display: flex;
	}
.pro_list_li .pro_title {
  font-size: 19px;
  letter-spacing: normal;
	}
		
#s01_02 .pro_price {
  margin-bottom: 28px;
}		
#s02 .pro_price {
  margin-bottom: 28px;
}		
#s02 .btn_wrap_li a {
  width: 140px;	
	}	
.pro_list_li .pro_details {
  margin-top: -80px;
}	
.webbento {
  padding: 40px 10px 40px 10px !important;
}
#s01_04 {
  margin-top: 40px;
}	
#s01_04 .pro_list_ul {
  display: block;
	}
#s01_04 .pro_list_li {
  margin-bottom: 30px;
}	
#s01_04 .pro_list_img img {
  margin: 0 auto;
}		
.main_pro .btn_wrap_ul {
  display: flex;
}		
.pro_list_li::after {
  height: 75%;
	}
.pro_side_li .pro_details {
  margin-top: -10px;
}	
#s01_01 .main_pro .pro_title {
  margin-bottom: 6px;
  font-size: 26px;
	}
#s01_01 .pro_price {
  padding: 0 30px;
}	
.main_pro .btn_wrap_li a {
  height: 48px;
  line-height: 48px;
}
.side_img img {
  width: 130px;
}		
}

@media screen and (max-width:550px){
.pro_side_li:nth-child(1) .title_side img {
  width: 196px;
}
.pro_side_li:nth-child(2) .title_side img {
  width: 219px;
}
.pro_side_li:nth-child(3) .title_side img {
  width: 238px;
}
}


@media screen and (max-width:414px){
.note {
  font-size: 13px;
	}
.main_pro {
  width: calc((100% - 20px)/2);
  text-align: center;
  padding: 30px 0 30px 0;
}	
.main_pro .btn_wrap_li a {
  font-size: 12px;
  letter-spacing: -0.04em;	
}
.main_pro.pro01::after, .main_pro.pro03::after, .main_pro.pro05::after, .main_pro.pro07::after, .main_pro.pro09::after, .main_pro.pro11::after {
  width: 11px;
  right: -15px;
}	
.main_pro::before {
  height: 13px;
	}
.price_side img {
  width: 76px;
}	
.title_side {
  margin-top: -7px;
  margin-bottom: 6px;
}	
.pro_side_li {
  margin-bottom: 32px;
}
.pro_side_li:nth-child(3) {
  margin-bottom: 0;
}		
.side_title {
  margin-bottom: 20px;
}	
.side_deco {
  margin-bottom: 10px;
}
.side_wrap {
  padding: 0 ;
}
.pro_side_li:nth-child(1) .title_side img {
  width: 155px;
}
.pro_side_li:nth-child(2) .title_side img {
  width: 173px;
}
.pro_side_li:nth-child(3) .title_side img {
  width: 187px;
}	
}

/* --------------- #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: #000;	
}		
.lp_nav_list li {
  width: calc((100% - 10px)/2);
  margin-bottom: 10px;
  background: #e60112;
  border-radius: 5px;
  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;
}
@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;
}	
}







