@charset "UTF-8";

/* ---------------------------------- reset.css ---------------------------------- */
* {
  outline:none;
  -webkit-font-size-adjust:none;
}
html, body, div, span, object, iframe,button,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small,sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin:0;
  padding:0;
  font-weight:inherit;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  word-break:normal;
  line-break:strict;
  word-wrap:normal;
  word-break:normal;
}
body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 200;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #000000;
  min-width: 320px;
  word-break:break-all;
  -webkit-text-size-adjust:none;
}
img {
  border:0;
  vertical-align:bottom;
  max-width: 100%;
	height: auto;
}
ul,dl {
  text-indent:0;
}
ul li {
  list-style:none;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:after, *:before {
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
a {
  color: inherit;
  text-decoration: none;
}
/* ---------------------------------- move_anime ---------------------------------- */
.anime01{
  -webkit-transform: translate(0px, 60px);
  -moz-transform: translate(0px, 60px);
  -o-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px); 
}
.anime04{
  -webkit-transform: translate(-60px, 0px);
  -moz-transform: translate(-60px, 0px);
  -o-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}
.anime01,
.anime02,
.anime03,
.anime04,
.anime05{
  transition: opacity 0.8s ease 0s,transform 0.8s ease 0s;
  -webkit-transition: opacity 0.8s ease 0s,transform 0.8s ease 0s;
  -moz-transition: opacity 0.8s ease 0s,transform 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s,transform 0.8s ease 0s;
  -ms-transition: opacity 0.8s ease 0s,transform 0.8s ease 0s;
  -ms-filter: "alpha(opacity=0)" ;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.anime01.active,
.anime02.active,
.anime03.active,
.anime04.active,
.anime05.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); 
}
.move_anime.end{
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
}
.delay0{
  -moz-transition-delay:0s !important;
  -webkit-transition-delay:0s !important;
  -o-transition-delay:0s !important;
  -ms-transition-delay:0s !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;
}
/* ---------------------------------- ページ共通設定 ---------------------------------- */

#all_wrap {
  overflow: hidden;
}
.main_content_wrap {
  position: relative;
  padding: 100px 30px;
}
.main_content_wrap .main_content {
  position: relative;
  margin: 65px auto;
  max-width: 1200px;
}
.main_content_wrap .main_content:first-child{
  margin-top: 0;
  padding-top: 0;
}
.main_content_wrap .main_content:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}
.title_type01{
  font-size: 30px;
  position: relative;
  text-align: center;
  padding: 0 0 0.66em 0;
  margin: 0 0 2.33em 0;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.title_type01:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 80px;
  margin: 0 0 0 -40px;
  background-color: #000000;
}
.bg02 {
  background-image: url(../img/bg02.png);
  background-size: 250px auto;
  background-repeat: repeat;
}
#main{
  position: relative;
}
#main_vision_wrap{
  position: relative;
  background-color: #ffffff;
  overflow:  hidden;
  height: 800px;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(../img/main_visual01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#main_vision{
  position: relative;
  z-index: 2;

}
#main_vision_text{
  position: relative;
  z-index: 2;
  padding: 100px 0 0 0;
  max-width: 450px;
  display: inline-block;
}
#main_text{
  margin: 0 0 45px 0;
  line-height: 0;
  background-color: #ffffff;
  padding: 50px;
}
#main_text > *{
  display: block;
}
#main_text .text01{
  margin: 0 0 20px 0;
}
#main_vision_img{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 53px 0 0 0;
  height: 100%;
}
#main_vision_img_in{
  position: relative;
  right: -300px;
  width: 1372px;
  height: 100%;
}
#logo {
  position: fixed;
  left: 10px;
  width: 160px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #FFF;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 10;
}
#logo_sp {
  display: none;
}
#information{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#information .main_content{
  max-width: none;
}
#information .information_block_wrap{
  font-size: 18px;
}
#information .information_block:nth-child(2n + 1) .information_block_text{
  order: 2;
}
#information .information_block .information_block_text{
  padding: 100px 30px;
  text-align: center;
}
#information .information_block .information_block_text_in{
  margin: 0 auto;
  max-width: 1200px;
}
#information .information_block .information_block_title{
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 0.75em 0;
}
.read_box {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
}
.read_box a {
  text-decoration: underline;
}
.small {
  font-size: 14px;
  color: #666;
}
#menu{
  padding-top: 140px;
  padding-bottom: 155px;
  background-color: #ffffff;
}
#menu .menu_list_wrap{
  margin: 0 auto;
}
#menu .menu_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -65px -65px 0;
}
#menu .menu_list_block{
  padding: 0 65px 25px 0;
  width: 25%;
}
#menu .menu_list_img{
  position: relative;
}
#menu .menu_list_text{
  text-align: center;
}
#shop{
  /* padding-top: 100px; */
  padding-top: 60px;
  padding-bottom: 26px;
}
.demae_kan,.uber_eats{
  background-color: #fff;
  width: 49%;
  padding: 30px;
}
.demae_kan h3,.uber_eats h3{
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.demae_kan h4,.uber_eats h4{
  font-size: 18px;
  background-color: #f1f1f1;
  text-align: center;
  margin-top: 20px;
}
.demae_kan,.Wolt{
  background-color: #fff;
  width: 49%;
  padding: 30px;
}
.demae_kan h3,.Wolt h3{
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.demae_kan h4,.Wolt h4{
  font-size: 18px;
  background-color: #f1f1f1;
  text-align: center;
  margin-top: 20px;
}
.demae_kan,.menu{
  background-color: #fff;
  width: 49%;
  padding: 30px;
}
.demae_kan h3,.menu h3{
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.demae_kan h4,.menu h4{
  font-size: 18px;
  background-color: #f1f1f1;
  text-align: center;
  margin-top: 20px;
}
.shop_list_wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}
.shop_list_wrap .shop_list{
  padding: 10px;
}
.shop_list_wrap .shop_list_block{
  font-size: 18px;
}
.shop_list_block a {
  text-decoration: underline;
}
.menu_list h3{
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  background: #f1f1f1;
  padding: 8px;
}
/* ------------
.app_list_wrap
------------ */
.app_list_wrap{
  line-height: 0;
}
.app_list_wrap .app_list{
  display: flex;
  justify-content: center;
}
.app_list_wrap .app_list li{
  max-width: 50%;
  margin: 5px;
}
/*--- footer ---*/
#footer02{
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
} 

/* wolt キャンペーンバナー */
.wolt_campaign_content {
  padding: 0 30px;
}

.wolt_campaign_content img {
  display: block;
  margin: auto;
  position: relative;
  top: -50px;
}


@media screen and (max-width:900px) {
  /*--- shop ---*/
  #shop {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .shop_list_wrap .shop_list_block {
    font-size: 16px;
  }
  .shop_list_wrap {
    flex-wrap: wrap;  
  }
  .demae_kan, .uber_eats {
    margin-bottom: 23px;
  }
  /*--- menu ---*/
  #menu {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  #menu .menu_list_wrap {
    max-width: 600px;
  }
  #menu .menu_list {
    margin: 0 -35px -15px 0;
  }
  #menu .menu_list_block {
    padding: 0 35px 15px 0;
    width: 50%;
  }
  /*--- app ---*/
  #information .information_block_wrap {
    font-size: 16px;
  }
  #information .information_block .information_block_title {
    font-size: 20px;
  }
  .app_list_wrap .app_list{
    margin: 0 -15px -15px 0;
  }
  .app_list_wrap .app_list li{
    width: 135px;
    padding: 0 15px 15px 0;
  }
}

@media screen and (max-width:700px) {
  input,textarea, select{
    font-size: 16px;
  }
  body{
    font-size: 14px;
    line-height: 1.57;
  }
  .main_content_wrap {
    padding: 30px 20px;
  }
  .main_content_wrap .main_content {
    margin: 60px 0 60px 0;
  }
  .main_content_child{
    margin: 0px auto 60px auto;
  }
  .main_content_obj_wrap{
    display: none;
  }
  .btn_row{
    margin: 55px 0 0 0;
  }
  .btn_wrap.type_normal .btn_block,
  .btn_wrap.type_normal .btn{
    min-height: 50px;
  }
  #header_in{
    padding-left: 0;
    padding-right: 0;
  }
  #header_logo .text01{
    max-width: 67px;
  }
  #header_logo .text02{
    margin: 0 0 0 14px;
  }
  #header_logo .text02 img{
    max-width: 120px;
  }
  #header_btn{
    width: 100px;
    padding: 0 10px 0 0;
  }
  #main_vision_wrap{
    height: auto;
    padding-top: 20px;
    padding-bottom: 70px;
    background-image: url(../img/main_visual01_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #main_vision{
    text-align: center;
  }
  #main_vision_img{
    position: static;
    padding: 23px 0 0 0;
    height: auto;
  }
  #main_vision_img_in{
    right: auto;
    left: 50%;
    margin: 0 0 0 -171px;
    width: 343px;
  }
  #main_vision_text{
    padding-top: 0;
    text-align: center;
  }
  #main_text{
    margin: 0 0 25px 0;
    padding: 20px;
  }
  #main_text .text01{
    margin: 0 0 20px 0;
    text-align: center;
  }
  #main_text .text02{
    margin: 0 0 20px 0;
    text-align: center;
  }
  #main_text .text03{
    text-align: center;
  }
  #main_vision_wrap .app_list_wrap .app_list{
    justify-content: center;
  }
  #main_img01{
    padding: 0 0 0 0;
  }
  #main_img01 img{
    width: 136px;
  }
  #main_img02{
    padding: 0 0 0 4px;
  }
  #main_img02 img{
    width: 229px;
  }
  #main_img03{
    padding: 0 0 0 5px;
  }
  #main_img03 img{
    width: 136px;
  }
  #main_img04{
    padding: 0 0 0 5px;
  }
  #main_img04 img{
    width: 134px;
  }
  #main_vision_img02{
    margin-top: -56px;
  }
  #logo {
    display: none;
  }
  #logo_sp {
    display: block;
    background-color: #BA1532;
    padding: 8px;
    color: #fff;
    overflow: hidden;
  }
  #logo_sp .logo_sp_img{
    float: left;
  }
  #logo_sp .logo_sp_text{
    float: right;
    padding-top: 18px;
	}
  #information .information_block_wrap{
    font-size: 14px;
  }
  #information .information_block .information_block_title{
    font-size: 18px;
  }
  #information .information_block .information_block_img,
  #information .information_block .information_block_text{
    width: 100%;
  }
  #information .information_block .information_block_img{
    height: 60vw;
  }
  #information .information_block .information_block_img{
    order: 1 !important;
  }
  #information .information_block .information_block_text{
    order: 2 !important;
  }
  #information .information_block .information_block_text{
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #information .information_block .app_list{
    justify-content: center;
  }
  .read_box {
    padding: 30px 12px;
  }
  .read_box .left {
    text-align: left;
  }
  #flow{
    padding-top: 40px;
    padding-bottom: 60px;
  }
  
  #flow .flow_list_wrap{
    max-width: 300px;
  }
  
  #flow .flow_list_block{
    width: 100%;
  }
  
  #flow .flow_list_text{
    font-size: 15px;
  }
  #menu{
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #menu .menu_list{
    margin: 0 -15px -15px 0;
  }
  #menu .menu_list_block{
    padding: 0 15px 15px 0;
    width: 50%;
  }
  .app_list_wrap .app_list{
    margin: 0 -11px -11px 0;
  }
  .app_list_wrap .app_list li{
    padding: 0 11px 11px 0;
  }
  .shop_list_wrap{
    display: block;
    justify-content: space-between;
  }
  .demae_kan,.uber_eats,.Wolt,.menu{
    width: 100%;
    padding: 30px;
    margin: 0 auto 23px auto;
  }

  /* wolt キャンペーンバナー */
.wolt_campaign_content {
    padding: 0 20px;
  }

.wolt_campaign_content img {
    display: block;
    margin: auto;
    position: relative;
    top: -16px;
  }
}
