/*--------------------
  コンテンツ全体
--------------------*/
.contents {
  overflow: hidden;
  padding-bottom: 316px;
  position: relative;
}

/*--------------------
  セクション共通
--------------------*/
.section {
  margin-top: 145px;
  padding-top: 315px;
  position: relative;
}

.line {
  height: 290px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.line .inner {
  background-color: #303030;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: skewY(12deg) translateY(-50%);
  transform-origin: top center;
  width: 100%;
}

.line .inner .bg_canvas {
  height: 100vw;
  left: 0;
  position: absolute;
  top: -50vw;
  /*
  transform: skewY(-12deg);
*/
  width: 100%;
}

.line .inner .bg_img {
  background-image: url(../img/top/bg_line.png);
  height: 100vw;
  left: 0;
  position: absolute;
  top: -50vw;
  transform: skewY(-12deg);
  width: 100%;
}

.line .inner .img {
  left: 50%;
  margin-left: -600px;
  margin-top: -240px;
  position: absolute;
  top: 50%;
  transform: skewY(-12deg);
  width: 1200px;
}

@media screen and (max-width:768px) {
  .section {
    margin-top: 60px;
    padding-top: 135px;
  }

  .line {
    height: 105px;
  }

  .line .inner .bg_img {
    background-size: 43px auto;
  }

  .line .inner .img {
    background-repeat: no-repeat;
    background-size: contain;
    height: 175px;
    margin-left: -160px;
    margin-top: -87px;
    width: 320px;
  }

  .line .inner .img img {
    display: none;
  }
}

/*--------------------
  弁当
--------------------*/
.top_bento_list {
  padding-top: 50px;
  position: relative;
}

.bg_top_bento_list {
  height: 1940px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: skewY(12deg) translateY(-50%);
  transform-origin: top center;
  width: 100%;
  z-index: -1;
}

.bg_top_bento_list .bg_img {
  background-image: url(../img/top/bg_top_bento_list.png);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(-12deg);
  width: 100%;
}

.bg_top_bento_list .bg_img.right {
  background-image: url(../img/top/bg_top_bento_list.png);
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: skewY(-12deg);
  width: 100%;
}

.top_bento_list .container {
  position: relative;
}

.top_bento_list ul {
  margin: 0 -25px -25px 0;
  overflow: hidden;
}

.top_bento_list ul li {
  float: left;
  height: 262px;
  margin: 0 25px 25px 0;
  width: 180px;
}

.top_bento_list ul li img {
  height: auto;
  margin-bottom: 12px;
  width: 100%;
}

.top_bento_list .pref {
  background-color: #a8853f;
  color: #fff;
  display: block;
  line-height: 30px;
  margin-bottom: 4px;
  text-align: center;
}

.top_bento_list .desc {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

.top_bento_list p.remark {
  bottom: 38px;
  line-height: 1;
  position: absolute;
  right: 0;
}

.top_bento_list .btn {
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 0;
  text-align: center;
  width: 400px;
}

.top_bento_list .btn span {
  display: inline-block;
  padding-right: 30px;
}

@media screen and (max-width:768px) {
  .top_bento_list {
    background-image: url(../img/top/bg_top_bento_list.png);
    padding: 10px 0 35px;
  }

  .bg_top_bento_list {
    display: none;
  }

  .top_bento_list ul {
    margin: 0 0 -20px 0;
  }

  .top_bento_list ul li {
    height: auto;
    margin: 0 0 20px 0;
    width: calc(50% - 10px);
  }

  .top_bento_list ul li img {
    margin-bottom: 5px;
  }

  .top_bento_list ul li:nth-child(even) {
    float: right;
  }

  .top_bento_list p.remark {
    margin: 20px 0;
    position: static;
  }

  .top_bento_list .btn {
    margin: 35px auto 0;
    width: 100%;
  }

  .top_bento_list .btn span {
    padding-right: 26px;
  }

  .top_bento_list .btn span::before {
    background-image: url(../img/top/sp/txt_btn_search_sp.png);
    height: 24px;
    width: 225px;
  }
}

/*--------------------
  駅弁味の陣とは
--------------------*/
@media screen and (max-width:768px) {
  .section.top_about {
    margin-top: 40px;
  }

  .top_about .sec_tit {
    background-image: url(../img/top/sp/txt_about_sp.png);
    height: 46px;
  }

  .top_about .line .img {
    background-image: url(../img/top/sp/bg_about_sp.png);
  }
}

/*--------------------
  参戦方法
--------------------*/
.top_howto .line .inner {
  transform: skewY(-12deg) translateY(-50%);
}

.top_howto .line .inner .bg_img {
  transform: skewY(12deg);
}

.top_howto .line .inner .img {
  transform: skewY(12deg);
}

@media screen and (max-width:768px) {
  .top_howto .sec_tit {
    background-image: url(../img/top/sp/txt_howto_sp.png);
    height: 47px;
  }

  .top_howto .line .img {
    background-image: url(../img/top/sp/bg_howto_sp.png);
  }
}

/*--------------------
  このお店
--------------------*/
@media screen and (max-width:768px) {
  .top_shop .sec_tit {
    background-image: url(../img/top/sp/txt_shop_sp.png);
    height: 46px;
  }

  .top_shop .line .img {
    background-image: url(../img/top/sp/bg_shop_sp.png);
  }
}

/*--------------------
  探訪
--------------------*/
.top_tanbou {
  margin: 200px 0;
}

.top_tanbou .txt_box {
  margin: 0 auto;
}

.top_tanbou .txt_box .btn {
  display: block;
  float: none;
  margin: 30px auto 0;
}

@media screen and (max-width:768px) {
  .top_tanbou {
    margin: 80px 0 0;
  }

  .top_tanbou .sec_tit {
    background-image: url(../img/top/sp/txt_tanbou_sp.png);
    height: 45px;
  }

  .top_tanbou .txt_box .btn {
    margin: 15px auto 0;
  }
}

/*--------------------
  コンテンツ下部・波
--------------------*/
.bottom_img {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.bottom_img .wave img {
  height: auto;
  width: 100%;
}

.bottom_img .mountain img {
  height: auto;
  position: absolute;
  right: 23%;
  top: 38%;
  width: 50%;
  z-index: -2;
}

/*--------------------
  コンテンツ下部・リンク
--------------------*/
.bnr_link {
  bottom: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.bnr_link ul {
  font-size: 0;
  text-align: center;
}

.bnr_link ul li {
  border: #fff 2px solid;
  display: inline-block;
  margin: 0 10px;
  width: 210px;
}

@media screen and (max-width:768px) {
  .bnr_link {
    bottom: 10px;
  }

  .bnr_link ul {
    margin-bottom: -10px;
  }

  .bnr_link ul li {
    display: block;
    margin: 0 auto 10px;
  }
}
