@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese');
/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,900&display=swap&subset=japanese');*/

/* ----------------------------------
  PC　SP view divergence - utility
---------------------------------- */
.u-media-pc {
  display: block;
}
.u-media-sp {
  display: none;
}

a:hover, a:active {
    text-decoration: none;
}

#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;	
}

#contents_inner{
    margin-top: 0px !important;
    background: #f2f2f2;
}

@media screen and (min-width:668px){
  #wrapper {
/*    min-width: 990px;*/
  }

  header select {
    height: auto;
    line-height: inherit;
  }

  #contents_frame{
    background: #ffffff;
  }

  #contents_frame #contents {
    margin: 0px auto !important;
    padding: 20px 0 !important;	
  }

  #footer {
      margin: 0 auto;
      padding: 30px 0;
  }

  #pageTop {
      bottom: 3px;
      padding: 5px;
      position: fixed;
      right: 3px;
      z-index: 10;
  }

  #pageTop img {
      width: 70px;
  }
}

@media screen and (max-width:667px){
  
  /* ----------------------------------
  PC　SP view divergence - utility
---------------------------------- */
.u-media-pc {
  display: none;
}
.u-media-sp {
  display: block;
}

/* sns_entry */
.sns_entry { margin: 10px 10px 0; text-align: center; }
.sns_entry div { display: inline-block; line-height: 1; vertical-align: middle; }
.sns_entry div:not(:first-child) { margin-left: 5px; }
.sns_entry .sns_addthis .addthis_button_compact { float: none; display: inline-block; }
.sns_entry .facebook_like iframe { height: 20px !important; }


  .head_info_area{
    display: none;
    overflow:  hidden;
    height: 0;
  }
  
  .head_info_area .sec_nav_content{
    display: block !important;
  }

  #pageTop{
    padding:5px;
    position:fixed;
    bottom:3px;
    right:3px;
    z-index: 10;
    }

  #pageTop img{
     width: 50px;
   }

  #footer {
    margin-top: 0px !important;
  }

  #wrapper{
    background-color: #fff;
  }
  .sec_nav_content {
    display: none;
  }
}


@media screen 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: 0;
  color: #333;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  z-index: 1;
  word-break: normal;
  word-wrap: break-word;
}

.lp_contents_wrap .lp_contents{
  max-width: 940px;
  margin: 0 auto;
}

.lp_contents_wrap img{
  vertical-align:  bottom;
  max-width: 100%;
  height: 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{
  display: block;
  max-width: 940px;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  color: inherit;
}

.lp_contents_wrap > a .lp_contents{
  -webkit-transition: all .3s;
  transition: all .3s;
}

.lp_contents_wrap > a .lp_contents:hover{
  opacity: .7;
}

@media screen and (max-width:667px){

  .lp_contents_wrap{
    padding: 0 15px 0;
  }
  .lp_contents_wrap img {
  }

}

@media screen and (max-width:350px){
  .lp_contents_wrap{
    /*padding: 70px 20px;*/
  }
}

/* lp_title01 */

.lp_title01{
  line-height: 1.3;
  text-align: center;
  color: #530000;
  overflow:  hidden;
  margin: 0 0px 10px 0px;
  padding: 16px 0;
  background: #fff;
  border-top: 16px solid #ccc;
  box-shadow: 0 10px 10px #ccc;
}

.lp_title01 .text_wrap{
  display: inline-block;
}

.lp_title01 .text_wrap > *{
  display: block;
  padding: 0 14px;
}

.lp_title01 .text_wrap .text01{
  position: relative;
  font-weight: bold;
  font-size: 36px;
}

.lp_title01 .text_wrap .text02{
  font-size: 14px;
  margin-top: 20px;
  display: block;
}

@media screen and (max-width:667px){
  .lp_title01{
    margin: 0 -15px 0;
  }
  .lp_title01 .text_wrap .text01{
    width: 120px;
    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;
    text-align: center;
  }

}

/* .btn_row */

.btn_row{
  text-align: center;
  margin: 0 -25px -25px 0;
}

.btn_row .btn_col{
  display: inline-block;
  vertical-align: bottom;
  max-width: 270px;
  width: 100%;
  padding: 0 25px 25px 0;
}

.btn_row .btn_wrap{
  font-size: 20px;
  -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: #df0615;
  height: 54px;
  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:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -7px 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);
}

/* .btn_row_flat .btn*/

.btn_row_flat{
  text-align: center;
}

.btn_row_flat .btn_col{
  display: inline-block;
  vertical-align: bottom;
  min-width: 340px;
  /*width: 100%;*/
}

.btn_row_flat .btn_wrap{
  font-size: 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.btn_row_flat .btn{
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  display: block;
  background-color: #df0615;
  height: 54px;
  color: #ffffff;
  text-decoration: none !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_row_flat button.btn{
  cursor: pointer;
  position: relative;
  letter-spacing: 0;
  white-space: nowrap;
  display: block;
  background: url(../img/btn_arrow.png) no-repeat 315px center #df0615;
  background-size: 9px auto;
  height: 54px;
  width: 340px;
  border: none;
  color: #ffffff;
  text-decoration: none !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_row_flat input.btn{
  position: relative;
  letter-spacing: 0;
  white-space: nowrap;
  display: block;
  background: url(../img/btn_arrow.png) no-repeat 315px center #df0615;
  background-size: 9px auto;
  height: 54px;
  width: 340px;
  border: none;
  font-family: 'Noto Serif JP', sans-serif;
  color: #ffffff;
  text-decoration: none !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_row_flat .btn:before{
  content: "";
  display: inline-block;
  vertical-align:  middle;
  height: 100%;
}

.btn_row_flat .btn:after{
  content: "";
  position: absolute;
  top: 50%;
  margin: -8px 0 0 0;
  width: 9px;
  height: 16px;
}

.btn_row_flat .btn.next:after{
  right: 15px;
  background: url(../img/btn_arrow.png) no-repeat center center;
  background-size: 100% auto;
}

.btn_row_flat .btn.back:after{
  left: 15px;
  background: url(../img/btn_arrow_back.png) no-repeat center center;
  background-size: 100% auto;
}

.btn_row_flat .btn_text,
.btn_row_flat .btn_img{
  display: inline-block;
  padding: 0 0 .1em;
  vertical-align:  middle;
  white-space: normal;
  letter-spacing: normal;
}

.btn_row_flat .btn_img{
  margin-right: 8px;
}

.btn_row_flat a.btn:hover{
  opacity: .7;
}

.btn_row_flat button.btn:hover{
  opacity: .7;
}

.btn_row_flat .btn.btn_khaki{
  background-color: #dbb34d;
}

/* .btn_row.btn_tweet .btn_wrap */

.btn_row.btn_tweet{
	text-align: center;
}

.btn_row.btn_tweet .btn_col{
	width: auto;
	max-width: none;
}

.btn_row.btn_tweet .btn_wrap{
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn_row.btn_tweet .btn_wrap .btn{
	background-color: #ca2228;
	padding: 0 94px;
	text-align: center;
}

.btn_row.btn_tweet .btn_wrap .btn:after{
	display: none;
}

.btn_row.btn_tweet .btn_wrap .btn_text{
  white-space: nowrap;
}

.btn_row.btn_tweet .btn_wrap .btn:hover{
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

@media screen and (max-width:667px){
	
	.btn_row.btn_tweet .btn_col{
		width: 100%;
	}
	.btn_row.btn_tweet .btn_wrap .btn{
		padding: 15px;
		font-size: 14px;
	}
.btn_row_flat .btn_col {
    min-width: 270px;
}

}


/* -------------------------------- #lp_visual --------------------------------*/

#lp_visual{
  height: 500px;
  padding: 28px 0;
}

#lp_visual:before,
#lp_visual:after{
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

#lp_visual:before{
  background: url(../img/bg_main.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
}

#lp_visual .lp_contents{
  position: relative;
  z-index: 2;
}

#lp_visual .lp_visual{
  position: relative;
  z-index: 2;
  width: 100%;
}

#lp_visual .lp_visual_title{
  text-align: center;
  line-height: 0
}

#lp_visual .lp_visual_title .text_wrap{
  display: inline-block;
}

#lp_visual .lp_visual_title .text_wrap > *{
  display: block;
}

#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 .lp_visual_main{
  display: table;
  width: 100%;
}

.lp_main_check{
  white-space: nowrap;
  letter-spacing: -0.4em;
  font-size: 11px;
  margin: 0 -10px 0 0;
}

.lp_main_check li{
  display: inline-block;
  letter-spacing:normal;
  padding: 0 10px 0 0;
}

@media screen and (max-width:768px){

#lp_visual:before {
    width: 104%;
}

}

@media screen and (max-width:667px){

#lp_visual:before{
  background: none;
}
  #lp_visual{
    padding-top: 27px;
    padding-bottom: 18px;
  }
  #lp_visual .lp_visual{
    max-width: 343px;
    margin: 0 auto;
  }
  #lp_visual::before, #lp_visual::after {
    width: 100%;
    height: 100%;
  }
  #lp_visual::after{
    width: 200%;
    height: 200%;
    -moz-transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -moz-transform: rotate(-16deg);
    -webkit-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);
    bottom: -178%;
    right: -100%;
    top: auto;
  }
  #lp_visual .lp_visual_title{
    margin-bottom: 16px;
  }
  
  #lp_visual .lp_main_check{
    color: #ffffff;
    padding: 0 23px;
    margin-top: 20px;
  }
  #lp_visual .lp_main_check li{
    display: block;
  }
  #lp_visual .lp_visual_main{
    position: relative;
    display: block;
  }

}

/* -------------------------------- #lp_nav_wrap --------------------------------*/

#lp_nav_wrap{
  height: 106px;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav{
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
  background-color: #f2f2f2;
  height: 80px;
  text-align: center;
  letter-spacing: -0.4em;
  white-space: nowrap;
  font-size: min(1.75vw, 16px);
  line-height: 1;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav{
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}


#lp_nav_wrap.active .lp_contents_wrap.lp_nav{
  position: fixed;
  z-index: 99;
  top: 0;
  height: 106px;
}

#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: flex;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li{
  /*display: table-cell;*/
  position: relative;
  width: 19%;
  margin: 0 .5%;
  padding: 20px 0;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  width: 100%;
  margin: 0 10px 0 0;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 10px;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li:last-child a{
  margin: 0;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a img{
  margin: 0 0 0 6px;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.nav_list_s06 a img{
  border: 1px solid #d6d6d6;
  /*border-radius: 20%;*/
}

.text_campaign{
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 2px 3%;
  width: 118px;
  background: #ffff00;
  border-radius: 8px;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
}

/*.text_campaign:before {
  position: absolute;
  top: -10px;
  left: 24%;
  transform: translate(-50%, 0);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 10px solid #ffff00;
  border-top: 0;
}*/

#lp_nav_wrap .lp_contents_wrap.lp_nav a{
    color: #333;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav a.active{
    color: #f3202e;
}

@media screen and (min-width:668px){

  #lp_nav_wrap .lp_contents_wrap.lp_nav a:hover{
    color: #f3202e;
  }

}


@media screen and (max-width:1024px){
  #lp_nav_wrap.active .lp_contents_wrap.lp_nav {
    z-index: -1;
  }
}


@media screen and (max-width:667px){

  #lp_nav_wrap{
    height: 70px;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav{
/*    top: 50px;*/
    height: 68px;
    white-space: normal;
    font-size: 13px;
    padding: 0 0;
    background: #e5e5e5;
  }
  #lp_nav_wrap.active .lp_contents_wrap.lp_nav {
    height: 70px;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_in,
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list{
    display: block;
    white-space: normal;
    position: relative;
    /*top: -2px;*/
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li{
    display: inline-block;
    vertical-align:  middle;
    width: 16%;
    margin: 0 0% 0 0;
    padding: 16px 0;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a{
    padding: 3px 4px;
    min-height: auto;
    width: 100%;
    font-size: 11px
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li:nth-child(4){
    border: none;
    margin: 0;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a img {
    width: 30px;
    margin: 0 0 0 3px;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li:nth-child(1) a img {
    width: 40px;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .nav_sep{
    display: block;
    width: 100%;
    height: 0;
    margin: 6px 0;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a.active{
    background: #ffdddd;
  }
  .text_campaign{
    bottom: 2px;
    transform: translate(-50%, 0) scale(.6);
    transform-origin: center;
  }
  /*.text_campaign:before {
    left: 50%;
  }
*/
}

#lp_main{
  position: relative;
}

@media screen and (min-width:668px){
  #lp_main .sns_entry{ height: 0; overflow:  hidden;}
}

@media screen and (max-width:667px){
#lp_main .sns_entry{
  position: absolute;
  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 0;
  margin: 0;
    z-index: 10;
}
}

.facebook_like{
  /*width: 85px;*/
  /*overflow:  hidden;*/
}

.sns_entry .sns_twitter a { /* IE11対応 */
    position: relative;
    box-sizing: border-box;
    padding: 4px 18px 3px 18px;
    background-color: #1b95e0;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
   }

.ls-m005 {
    letter-spacing: -0.05em;
}

/* -------------------------------- #common --------------------------------*/

.info_content{
  margin: 0 0 70px;
  background: #fff;
}

.info_content_app{
  padding: 35px 30px 50px;
  border-top: 8px solid #ccc;
}

.info_content_app .btn_row_flat .btn_col {
    min-width: auto;
    margin: 0 8px;
}

.info_content_app .text h2 {
  margin: 0;
}

.info_content_app .text p {
    padding: 10px 0;
    border-bottom: 1px dashed #dcdcdc;
    font-size: 18px;
}

.info_content_app .text p:last-child {
    border-bottom: none;
}

.info_content_top{
  margin: 0;
  padding: 40px 30px;
}

.info_content_top li{
  display: flex;
  margin: 0 0 25px;
  min-height: 54px;
}

.info_content_top li:last-child{
  margin: 0;
  border-bottom: none;
}

.info_content_top p{
}

.info_content_top .item {
  display: inline-block;
  flex-basis: 160px;
  background: #ccc;
  min-width: 160px;
  margin: 0 30px 0 0;
  padding: .45em .5em .55em;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.info_content_top .txt_wrap{
  flex-basis: 690px;
}

.info_content_top .txt_wrap .ind {
  text-indent: -1em;
  margin: 0 0 0 1em;
}

.info_content_top .linex1{
  padding: .5em 0 0;
}

.info_content_top .txt_large{
  font-size: 26px;
}

.info_content_top .txt_middle{
  font-size: 16px;
}

.info_content_top .txt_small{
  font-size: 14px;
}

.info_content_top .txt_underline_yellow {
    background: linear-gradient(transparent 70%, #fff100 0%);
    line-height: 1.4;
}

.info_content_top .txt_red{
  color: #df0615;
}

.info_content_top .txt_step p{
  margin: 0 0 15px;
  padding: .25em .75em .35em;
  border: 4px solid #ccc;
}

.info_content_top .txt_step p:last-child{
  margin: 0;
}

.info_content_top .num_step {
  position: relative;
  top: 1px;
  color: #ccc;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .05em;
}

.info_content_top li img{
  margin: 10px 0 0 0;
}

@media screen and (max-width:667px){

.info_content_app .btn_row_flat .btn_col {
    margin: 4px 8px;
}
.info_content_app .text p {
    font-size: 16px;
}
.info_content {
}
.info_content_app,
.info_content_top {
    margin: 0;
    padding: 35px 15px;
}
.info_content_top li {
    flex-wrap: wrap;
}
.info_content_top p {
    padding: 0;
    flex-basis: 100%;
    font-size: 16px;
}
.info_content_top .txt_wrap {
    flex-basis: 100%;
    padding: .5em 0 0;
    /*text-align: center;*/
}
.info_content_top .txt_step p {
    padding: .25em .5em .35em;
}
.info_content_top .item {
  min-width: 100%;
}
.info_content_top .txt_large {
    font-size: 24px;
}
.info_content_top .txt_middle {
    font-size: 14px;
}

}

@media screen and (max-width:320px){

.info_content_top .txt_step p {
  font-size: 14px;
  letter-spacing: -.07em;
}
.info_content_top .num_step {
  font-size: 17px;
}

}


/* -------------------------------- #s_mobile_order --------------------------------*/

#s_mobile_order {
  position: relative;
  background-color: #f3f0e3;
}

#s_mobile_order .lp_title01 {
    border-top: 16px solid #fedb3f;
    background: #f3f0e3;
    box-shadow: 0 10px 10px #d2c6c6;
}

#s_mobile_order .info_content_top .item {
    background: #fedb3f;
    color: #530000;
}

#s_mobile_order .info_content_top .txt_step p {
    border: 4px solid #fedb3f;
}

#s_mobile_order .info_content_top .num_step {
    color: #fedb3f;
}

#s_mobile_order .info_content_app {
    border-top: 8px solid #fedb3f;
    margin: 0;
}

#s_mobile_order .lp_contents{
  padding: 35px 0 10px;
}

#s_mobile_order .info_content_title{
  position: relative;
  z-index: 5;
  margin: 0 0 70px;
  padding: 26px 8px;
  background: url(../img/bg_apply.png) no-repeat;
  background-size: auto 200px;
  border-radius: 20px;
  text-align: center;
}

#s_mobile_order .info_content_title h2{
  margin: 0 0 22px;
  color: #e50012;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
}

#s_mobile_order .info_content_title p{
  font-size: 16px;
}

@media screen and (max-width:667px){

  #s_mobile_order {
  margin: 48px 0 0;
  padding: 0 15px;
  }
  #s_mobile_order .lp_title01 .text_wrap {
    height: 100px;
    width: 130px;
  }
  #s_mobile_order .lp_title01 .text_wrap .text01 {
    padding: 0;
    width: 130px;
  }

}

/* -------------------------------- #s01 --------------------------------*/

#s01 {
  position: relative;
}

#s01 .lp_title01 {
    border-top: 16px solid #32b560;
}

#s01 .info_content_top .item {
    background: #32b560;
}

#s01 .info_content_top .txt_step p {
    border: 4px solid #32b560;
}

#s01 .info_content_top .num_step {
    color: #32b560;
}

#s01 .info_content_app {
    border-top: 8px solid #32b560;
}

#s01 .lp_contents{
  padding: 35px 0 0;
}

#s01 .info_content_title{
  position: relative;
  z-index: 5;
  margin: 0 0 70px;
  padding: 26px 8px;
  background: url(../img/bg_apply.png) no-repeat;
  background-size: auto 200px;
  border-radius: 20px;
  text-align: center;
}

#s01 .info_content_title h2{
  margin: 0 0 22px;
  color: #e50012;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
}

#s01 .info_content_title p{
  font-size: 16px;
}

@media screen and (max-width:667px){

#s01 {
  /*margin: 48px 0 0;*/
  padding: 0 15px 35px;
}

}

/* -------------------------------- #s02 --------------------------------*/

#s02 {
  position: relative;
  margin: 30px 0 0;
}

#s02 .lp_title01 {
    border-top: 16px solid #f52900;
}

#s02 .info_content_top .item {
    background: #f52900;
}

#s02 .info_content_top .txt_step p {
    border: 4px solid #f52900;
}

#s02 .info_content_top .num_step {
    color: #f52900;
}

#s02 .info_content_app {
    border-top: 8px solid #f52900;
}

#s02 .lp_contents{
  padding: 35px 0 0;
}

@media screen and (max-width:667px){

#s02 {
  padding: 0 15px 70px;
}

}

/* -------------------------------- #s06 --------------------------------*/

#s06 {
  position: relative;
  margin: 30px 0 0;
}

#s06 .lp_title01 {
  border-top: 16px solid #e71e0a;
}

#s06 .lp_title01 .text_wrap .text01 {
  overflow: hidden;
  padding: 0;
  border: 1px solid #d6d6d6;
  /*border-radius: 20%;*/
}

#s06 .info_content_campaign {
  background: #ffd3d6;
  border-radius: 40px;
  margin: 0 0 20px;
  padding: 40px 140px 40px 140px;
  font-size: 19px;
}

#s06 .info_content_campaign .date {
  font-feature-settings: "palt";
  letter-spacing: .075em;
}

#s06 .info_content_campaign .date {
  margin: 0 0 5px;
}

#s06 .info_content_campaign .date p {
  font-size: 20px;
}

#s06 .info_content_campaign .lead {
  /*justify-content: center;*/
}

#s06 .info_content_campaign .ind {
  text-indent: -1em;
  margin: 0 0 0 1em;
}

#s06 .info_content_campaign .link_campaign {
  margin: 1em 0 0;
}

#s06 .info_content_campaign .note {
  flex-flow: column;
}

#s06 .info_content_campaign a,
#s06 .info_content_campaign a:visited {
  color: #0066cc;
  text-decoration: underline;
}

#s06 .info_content_campaign a:hover {
  text-decoration: none;
}

#s06 .info_content_top .item {
    background: #e71e0a;
}

#s06 .info_content_top .item_photo {
  padding: 0;
  background: transparent;
}

#s06 .info_content_top .item_txt_middle {
  padding: 0.7em 0.5em 0.8em;
  font-size: 16px;
}

#s06 .info_content_top .item_photo img {
    margin: 0 0 10px;
    max-width: inherit;
}

#s06 .info_content_top .txt_step p {
    border: 4px solid #e71e0a;
}

#s06 .info_content_top .num_step {
    color: #e71e0a;
}

#s06 .info_content_app {
    border-top: 8px solid #e71e0a;
}

#s06 .lp_contents{
  padding: 35px 0 0;
}

@media screen and (max-width:667px){

#s06 {
  padding: 0 15px 70px;
}
#s06 .lp_title01 .text_wrap .text01 {
  width: 90px;
}
#s06 .info_content_top .item_photo img {
  width: 100%;
  max-width: 354px;
}
#s06 .info_content_campaign {
  background: #ffd3d6;
  border-radius: 40px;
  margin: 0 0 20px;
  padding: 40px 15px;
  font-size: 19px;
}
#s06 .info_content_campaign .date p {
  font-size: 18px;
}

}

/* -------------------------------- #s07 --------------------------------*/

#s07 {
  position: relative;
  margin: 30px 0 0;
}

#s07 .lp_title01 {
  border-top: 16px solid #00c2e8;
}

#s07 .lp_title01 .text_wrap .text01 {
  overflow: hidden;
  padding: 0;
}

#s07 .info_content_campaign {
  background: #ffd3d6;
  border-radius: 40px;
  margin: 0 0 20px;
  padding: 40px 140px 40px 140px;
  font-size: 19px;
}

#s07 .info_content_campaign .date {
  font-feature-settings: "palt";
  letter-spacing: .075em;
}

#s07 .info_content_campaign .date {
  margin: 0 0 5px;
}

#s07 .info_content_campaign .date p {
  font-size: 20px;
}

#s07 .info_content_campaign .lead {
  /*justify-content: center;*/
}

#s07 .info_content_campaign .ind {
  text-indent: -1em;
  margin: 0 0 0 1em;
}

#s07 .info_content_campaign .link_campaign {
  margin: 1em 0 0;
}

#s07 .info_content_campaign .note {
  flex-flow: column;
}

#s07 .info_content_campaign a,
#s07 .info_content_campaign a:visited {
  color: #0066cc;
  text-decoration: underline;
}

#s07 .info_content_campaign a:hover {
  text-decoration: none;
}

#s07 .info_content_top .item {
    background: #00c2e8;
}

#s07 .info_content_top .item_photo {
  padding: 0;
  background: transparent;
}

#s07 .info_content_top .item_txt_middle {
  padding: 0.7em 0.5em 0.8em;
  font-size: 16px;
}

#s07 .info_content_top .item_photo img {
    margin: 0 0 10px;
    max-width: inherit;
}

#s07 .info_content_top .txt_step p {
    border: 4px solid #00c2e8;
}

#s07 .info_content_top .num_step {
    color: #00c2e8;
}

#s07 .info_content_app {
    border-top: 8px solid #00c2e8;
}

#s07 .lp_contents{
  padding: 35px 0 0;
}

@media screen and (max-width:667px){

#s07 {
  padding: 0 15px 70px;
}
#s07 .lp_title01 .text_wrap .text01 {
  width: 90px;
}
#s07 .info_content_top .item_photo img {
  width: 100%;
  max-width: 354px;
}
#s07 .info_content_campaign {
  background: #ffd3d6;
  border-radius: 40px;
  margin: 0 0 20px;
  padding: 40px 15px;
  font-size: 19px;
}
#s07 .info_content_campaign .date p {
  font-size: 18px;
}

}

/* -------------------------------- #s03 --------------------------------*/

#s03 {
  position: relative;
  margin: 30px 0 0;
}

#s03 .lp_title01 {
    border-top: 16px solid #f3202e;
}

#s03 .info_content_top .item {
    background: #f3202e;
}

#s03 .info_content_top .txt_step p {
    border: 4px solid #f3202e;
}

#s03 .info_content_top .num_step {
    color: #f3202e;
}

#s03 .info_content_app {
    border-top: 8px solid #f3202e;
}

#s03 .lp_contents{
  padding: 35px 0 0;
}

@media screen and (max-width:667px){

#s03 {
  padding: 0 15px 70px;
}

}

/* -------------------------------- #mobile_banner --------------------------------*/

#mobile_banner {
  position: relative;
  background-color: #f3f0e3;
}

#mobile_banner .lp_title01 {
    border-top: 16px solid #f3202e;
}

#mobile_banner .info_content_app {
  margin: 0;
  padding: 22px 0;
  background: url(../img/bg_mobile_banner.jpg) no-repeat;
  background-size: cover;
  border: none;
  border-radius: 40px;
}

#mobile_banner .lp_lead_wrap {
    margin: 0 0 20px 280px;
}

#mobile_banner .btn_row_flat {
    margin: 0 0 0 280px;
}

#mobile_banner .lp_contents{
  padding: 35px 0 70px;
}

@media screen and (max-width:667px){

#mobile_banner .lp_lead_wrap {
    margin: 0 10% 20px;
}
#mobile_banner .btn_row_flat {
    margin: 0;
}
#mobile_banner .info_content_app {
    background: url(../img/bg_mobile_banner.jpg) no-repeat right 0;
    background-size: cover;
}
#mobile_banner .lp_contents{
  padding: 20px 0 70px;
}

}

/* -------------------------------- #sns_banner --------------------------------*/

#sns_banner {
  position: relative;
  background-color: #f3f0e3;
}

#sns_banner .lp_title01 {
    border-top: 16px solid #f3202e;
}

#sns_banner .info_content_app {
  margin: 0;
  padding: 35px 0 45px;
  border: none;
  border-radius: 40px;
}

#sns_banner .lp_lead_wrap {
    margin: 0 0 30px 0;
    font-size: 24px;
}

#sns_banner .btn_row_flat {
}

#sns_banner .lp_contents{
  padding: 80px 0 130px;
}

#sns_banner .btn_row_flat .btn_wrap a:link,
#sns_banner .btn_row_flat .btn_wrap a:visited {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

#sns_banner .btn_row_flat .btn_wrap a:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 134px;
  width: 134px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 67px;
}

#sns_banner .info_content_app .btn_row_flat .btn_col {
    margin: 0 25px;
}

@media screen and (max-width:667px){

#sns_banner.lp_contents_wrap {
    padding: 0 15px;
}
#sns_banner .lp_contents {
    padding: 70px 0 70px;
}
#sns_banner .lp_lead_wrap {
    font-size: 20px;
}
#sns_banner .info_content_app .btn_row_flat .btn_col {
    min-width: auto;
}
#sns_banner .btn_row_flat .btn_wrap a {
  font-size: 16px;
}
#sns_banner .btn_row_flat .btn_wrap a:first-child {
    height: 70px;
    width: 70px;
    border-radius: 35px;
}
#sns_banner .btn_row_flat .btn_wrap a img{
    width: 40px;
}
#sns_banner .info_content_app .btn_row_flat .btn_col {
    margin: 0 8px;
}

}

/* -------------------------------- #recipe_banner --------------------------------*/

#recipe_banner {
  position: relative;
  margin: 70px 0 0;
  padding: 0 0 250px;
}

#recipe_banner .lp_contents{
  padding: 35px 0 135px;
}

#recipe_banner .info_content {
    margin: 0;
    background: transparent;
}

#recipe_banner .lp_contents_title {
  max-width: 100%;
  padding: 0;
}

#recipe_banner .lp_contents_title .info_content_area {
    max-width: 940px;
    margin: 0 auto;
}

#recipe_banner .info_content_wrap{
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 5;
  padding: 26px 8px;
  background: url(../img/bg_apply.png) no-repeat;
  background-size: auto 200px;
  border-radius: 20px;
  box-shadow: 4px 4px 0 #e50012;
  text-align: center;
}

#recipe_banner .info_content_title h2{
  margin: 0 0 22px;
  color: #e50012;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
}

#recipe_banner .info_content_title p{
  font-size: 16px;
}

@media screen and (max-width:667px){

#recipe_banner {
    padding: 0 15px 50px;
}
#recipe_banner .info_content_wrap {
    flex-wrap: wrap;
    padding: 15px 8px 65px;
}
#recipe_banner .info_content_title h2 {
    margin: 0 0 12px;
    font-size: 24px;
}

}

/* -------------------------------- #s common --------------------------------*/

.lp_contents_arrange {
    padding: 0 30px;
}

.lp_contents_arrange .lp_contents {
    margin: 35px auto;
    padding: 50px 0 50px;
    background: #ccc;
    border-radius: 20px;
    box-shadow: 4px 4px 0 #aaa;
}

.lp_menu_list_title{
  position: relative;
  text-align: center;
  flex-basis: 76%;
}

.lp_menu_list_title p{
  margin: 0;
  font-size: 18px;
  text-align: center;
}

.lp_menu_list{
  position: relative;
  letter-spacing: -0.4em;
  white-space: nowrap;
}

.lp_menu_list > *{
  letter-spacing: normal;
}

.lp_menu_list_img img{
  max-width: none;
  width: 100%;
}

.lp_menu_list_block_title{
  position: relative;
  z-index: 5;
  margin: 4px 0;
  color: #e50012;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: -.06em;
}

.lp_menu_list_title .lp_menu_list_img img {
    width: 199px;
    margin: 5px 0 0;
}

.lp_menu_list_title .lp_menu_list_icon{
  float: left;
  margin: 36px 18px;
}

.lp_menu_list_block .lp_menu_list_img img {
}

.lp_menu_list_block{
  position: relative;
  flex-basis: 22%;
}

.lp_menu_list_text{
  position: relative;
  right: -37px;
}

.lp_menu_list_text .btn_row_flat .btn_col {
    min-width: 364px;
}

.lp_menu_list_block .lp_menu_list_icon{
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top:0;
}

.lp_menu_list_block .lp_menu_list_product{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  text-align: center;
}

.lp_menu_list_block .lp_menu_list_product:after{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -38%);
  content: "";
  height: 134px;
  width: 134px;
  border-radius: 67px;
  background: #df0615;
}

.lp_menu_list_block .lp_menu_list_product h4,
.lp_menu_list_block .lp_menu_list_product img,
.lp_menu_list_block .lp_menu_list_product p {
  position: relative;
  z-index: 5;
}

.lp_menu_list_block .lp_menu_list_product h4 {
  margin: 0 0 5px;
  padding: 4px;
  background: #fff;
  border-radius: 8px;
  color: #d40510;
  font-size: 11px;
  font-weight: bold;
}

.lp_menu_list_block .lp_menu_list_product img {
  position: relative;
  left: -2px;
}

.lp_menu_list_block .lp_menu_list_product p {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}

.step {
    text-align: center;
    position: relative;
    background: #350100;
    border-radius: 14px 14px 0 0;
}
.step span {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  z-index: 10;
  padding: 8px 20px;
}

.info_list_block {
    margin: 0 2% 20px;
    display: inline-block;
    width: 38.6%;
}

.info_list_block .image {
    float: left;
    width: 22%;
}

.info_list_block .text {
    padding: 0 20px 5px;
    white-space: normal;
    background: #fff;
    border-radius: 0 0 14px 14px;
    border: 2px solid #350100;
}

.info_list_block .text p {
    padding: 10px 0;
    border-bottom: 1px dashed #dcdcdc;
    font-size: 18px;
}

.info_list_block .text p:last-child {
    border-bottom: none;
}

.lp_contents .text .text_red{
    color: #e60012;
}

.lp_contents_arrange .btn_row_flat .btn_wrap {
    font-size: 18px;
}

@media screen and (max-width:667px){

.lp_menu_list_title .lp_menu_list_icon {
    float: none;
    margin: 15px 18px 10px;
}
.lp_menu_list_title .lp_menu_list_icon img {
    width: 140px;
}
.lp_menu_list_title .lp_menu_list_img img {
    width: 140px;
}
.lp_menu_list_block .lp_menu_list_product {
    transform: scale(.8);
}
.lp_menu_list_block_title {
    font-size: 24px;
}
.lp_menu_list_title p {
    font-size: 16px;
}

.lp_menu_list_text .btn_row_flat .btn_col {
    min-width: 250px;
}
.lp_menu_list_text {
    position: absolute;
    bottom: -4px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
}

}

/* -------------------------------- #s04 --------------------------------*/

#s04{
  padding: 0 0 80px;
  background-color: #f3f0e3;
}

#s04 .lp_title01 {
    border-top: 16px solid #fedb3f;
    background: #f3f0e3;
    box-shadow: 0 10px 10px #d2c6c6;
}

#s04 .lp_title01 .text_wrap{
    display: flex;
    align-items: center;
    height: 180px;
    width: 180px;
    margin: 0 auto;  
    /*background: #fedb3f;*/
    border-radius: 40px;
}

#s04 .lp_title01 .text_wrap .text01 {
    top: -2px;
}

#s04 .lp_contents {
    padding: 35px 0 0;
}

/* .lp_web_yoyaku */

#s04 .lp_web_yoyaku{
  margin: 0 0 60px;
}

#s04 .lp_web_yoyaku_img{
  text-align: center;
  line-height: 0;
  margin: 48px 0 55px 0;
}

#s04 .info_content_top {
  border: 8px solid #fedb3f;
  background: transparent;
}

#s04 .info_content_top .item {
    background: #fedb3f;
    color: #530000;
}

@media screen and (max-width:667px){

  #s04{
    padding: 0 15px 30px;
    background-position: 75% top;
  }  
  #s04 .lp_title01 img{
    width: 211px;
  }
  #s04 .lp_web_yoyaku_img{
    margin: 40px 0 55px 0;
  }
  #s04 .lp_title01 .text_wrap {
    height: 100px;
    width: 100px;
    border-radius: 20px;
  }
  #s04 .lp_title01 .text_wrap .text01 {
    padding: 0;
  }

}

/* -------------------------------- #s05 --------------------------------*/

#s05{
  padding: 0 0 80px;
  background-color: #f3f0e3;
}

#s05 .lp_title01 {
    border-top: 16px solid #fedb3f;
    background: #f3f0e3;
    box-shadow: 0 5px 20px #d2c6c6;
}

#s05 .lp_title01 .text_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    width: 180px;
    margin: 0 auto;  
    background: #fedb3f;
    border-radius: 40px;
}

#s05 .lp_title01 .text_wrap .text01 {
    top: -2px;
}

#s05 .lp_contents {
    padding: 35px 0 0;
}

#s05 .btn_row .btn {
    line-height: 1.1;
}

@media screen and (max-width:667px){

  #s05{
    padding: 40px 15px 60px;
  }
  #s05 .lp_title01 img{
    width: 103px;
  }
  #s05 .lp_title01 .text_wrap {
    height: 70px;
    width: 70px;
    border-radius: 20px;
  }
  #s05 .lp_title01 .text_wrap .text01 {
    padding: 0;
  }

}

/* .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:667px){
  .lp_web_search_img{
  }
}

/* アニメーション */

.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;
}


@media screen and (max-width:667px){
/*.anime02{
  -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);
}*/
}

.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;
}

.delay4000{
-moz-transition-delay:4s !important;
-webkit-transition-delay:4s !important;
-o-transition-delay:4s !important;
-ms-transition-delay:4s !important;
}

.delay6000{
-moz-transition-delay:6s !important;
-webkit-transition-delay:6s !important;
-o-transition-delay:6s !important;
-ms-transition-delay:6s !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;
}  

}


/* 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) {
}


/*=============================================
style
=============================================*/
.clearfix {
    min-height: 1%;
}
.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0 !important;
}


.lp_contents .text_small {
  font-size: 12px;
}

rt {
    font-size: 13px;
}

.lp_set_list {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
}
.lp_set_list_block {
    display: inline-block;
    vertical-align: top;
	letter-spacing: normal;
}
/*.lp_set_list_txt_wrap {
    position: relative;
}*/
.cutboard {
/*    position: relative;*/
/*    margin: 0 -2%;*/
    width: 100%;
    text-align: right;
}
.cutboard .img_main_deco_area01 {
    position: relative;
    margin: 0 44px 0 0;
    top: 40px;
    z-index: 10;
}
.cutboard .img_main_deco_area01 .img_main_deco_in:after {
  position: absolute;
  right: -23px;
  top: 0;
  content: "";
  height: 98px;
  border-right: 2px solid #fff;
}
.cutboard .img_main_deco_area02 {
    position: relative;
    margin: 0 44px 0 0;
    top: 40px;
    z-index: 10;
}
.cutboard .img_main_deco_area02 .img_main_deco_in:after {
  position: absolute;
  right: -23px;
  top: 0;
  content: "";
  height: 98px;
  border-right: 2px solid #fff;
}
.cutboard .img_main_deco_area03 {
    position: relative;
    margin: 0 44px 0 0;
    top: 40px;
    z-index: 10;
}
.cutboard .img_main_deco_area03 .img_main_deco_in:after {
  position: absolute;
  right: -23px;
  top: 0;
  content: "";
  height: 98px;
  border-right: 2px solid #fff;
}  
.cutboard .img_main_deco_area04 {
    position: relative;
    margin: 0 44px 0 0;
    top: 40px;
    z-index: 10;
}
.cutboard .img_main_deco_area04 .img_main_deco_in:after {
  position: absolute;
  right: -23px;
  top: 0;
  content: "";
  height: 98px;
  border-right: 2px solid #fff;
}
.cutboard .img_main_deco_area04 .text_campaign {
    bottom: -20px;
}
.cutboard .img_main_deco_area05 {
    position: relative;
    top: 40px;
    z-index: 10;
}

.cutboard .img_main_deco_area21 {
    position: absolute;
    top: 190px;
    left: 0;
    z-index: 10;
}
.cutboard .img_main_deco_area22 {
    position: absolute;
    top: 310px;
/*    left: 75px;*/
    z-index: 10;
}
/*.cutboard .img_main_deco_area21 {
    position: absolute;
    top: 208px;
    left: 865px;
    z-index: 10;
}*/
.cutboard .lp_set_list_img {
    position: relative;
}
.cutboard figcaption {
    position: absolute;
    bottom: 7px;
}
.cutboard .lp_set_list_txt_wrap {
  height: 300px;
  max-width: 970px;
  text-align: center;
}
.cutboard .img_main_deco_area_top {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, 0);
    width: 668px;
}

.cutboard a,.cutboard p{
    color: #000;
}

.lp_visual_main{
	display: block;
}
.lp_visual_main_sp{
	display: none;
}


@media screen and (max-width:667px){

#lp_visual {
  height: auto;
  padding: 0;
}
#lp_visual .lp_visual {
    max-width: 100%;
}

/* main */
#lp_visual .lp_visual {
    max-width: 100%;
}
#lp_visual::after {
	display: none;
}

.lp_set_list {
    flex-flow: column;
}

.lp_set_list_block {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
    letter-spacing: normal;
    text-align: center;
}
.lp_set_list_img img {
    width: 100%;
}

.cutboard .img_main_deco_area01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-340%, -200%);
    z-index: 10;
    width: 50px;
}
.cutboard .img_main_deco_area02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-195%, -200%);
    z-index: 10;
    width: 50px;
}
.cutboard .img_main_deco_area03 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -200%);
    z-index: 10;
    width: 50px;
}
.cutboard .img_main_deco_area04 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(95%, -200%);
    z-index: 10;
    width: 50px;
}
.cutboard .img_main_deco_area04 .text_campaign {
    bottom: -15px;
}
.cutboard .img_main_deco_area05 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(240%, -200%);
    z-index: 10;
    width: 50px;
}

.cutboard .img_main_deco_area21 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 92%;
}
.cutboard .img_main_deco_area22 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 115%);
    z-index: 10;
    width: 76%;
}
.cutboard .img_main_deco_area01 .img_main_deco_in:after,
.cutboard .img_main_deco_area02 .img_main_deco_in:after,
.cutboard .img_main_deco_area03 .img_main_deco_in:after,
.cutboard .img_main_deco_area04 .img_main_deco_in:after {
    right: -25%;
    height: 50px;
}
.cutboard .lp_set_list_txt_wrap {
  height: auto;
  width: 100%;
}
.cutboard .img_main_deco_area_top {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, 180px);
    width: 100%;
}


}



