@charset "UTF-8";
/*
* k-streetfood.css
*
*/
/* --------------------------------
	BASE
-------------------------------- */
.k-streetfood {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
  letter-spacing: 0;
  word-break: break-all;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  /* --------------------------------
		HEADER
	-------------------------------- */
  /* --------------------------------
		MAIN
	-------------------------------- */
  /* --------------------------------
		KV
	-------------------------------- */
  /* --------------------------------
		FOOTER
	-------------------------------- */
}
@media (max-width: 1023.98px) {
  .k-streetfood {
    font-size: calc(14px + 2 * ((100vw - 320px) / 55));
  }
  @media screen and (min-width: 375px){
    .k-streetfood{
      font-size: 16px;
    }
  }
  @media screen and (max-width: 320px){
    .k-streetfood{
      font-size: 14px;
    }
  }
}
.k-streetfood img {
  border: 0;
  width: 100%;
}
.k-streetfood .c-align-center {
  text-align: center;
}
.k-streetfood .c-text {
  font-size: 19px;
  line-height: 1.8;
}
@media (max-width: 1023.98px) {
  .k-streetfood .c-text {
    font-size: 12px;
  }
}
.k-streetfood .c-text + .c-text {
  padding-top: 30px;
}
@media (max-width: 1023.98px) {
  .k-streetfood .c-text + .c-text {
    padding-top: 15px;
  }
}
.k-streetfood a {
  display: block;
  opacity: 1;
  position: relative;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); 
  text-decoration: none;
  color: inherit;
}
.k-streetfood a:hover {
  opacity: 0.7;
}
.k-streetfood .sp {
  display: none !important;
}
@media (max-width: 1023.98px) {
  .k-streetfood .sp {
    display: block !important;
  }
}
.k-streetfood .pc {
  display: block !important;
}
@media (max-width: 1023.98px) {
  .k-streetfood .pc {
    display: none !important;
  }
}
.k-streetfood a.blank {
  display: inline-block;
  padding: 20px;
  border-radius: 10px; 
  width: 400px;
  background: url("../img/common/icon_blank.png") no-repeat right 20px center #72af2d;
  background-size: 12px 12px;
  color: #fff;
}
@media (max-width: 1023.98px) {
  .k-streetfood a.blank {
    padding: 20px 60px; 
    width: auto;
    font-size: 15px;
  }
}
.k-streetfood a.product {
  display: inline-block;
  padding: 10px;
  border-radius: 5px; 
  width: 100%;
  background: url("../img/common/icon_arrow.png") no-repeat right 20px center #72af2d;
  background-size: 6px 8px;
  color: #fff;
}
@media (max-width: 1023.98px) {
  .k-streetfood a.product {
    padding: 15px 10px;
    font-size: 12px;
  }
}
.k-streetfood a.more {
  display: inline-block;
  padding: 20px;
  border-radius: 10px; 
  width: 400px;
  background: url("../img/common/icon_plus.png") no-repeat right 20px center #344e1f;
  background-size: 12px 12px;
  color: #fff;
}
@media (max-width: 1023.98px) {
  .k-streetfood a.more {
    padding: 20px 80px; 
    width: 90%;
    font-size: 15px;
  }
}
.k-streetfood .u-btn {
  display: inline-block;
  padding: 22px;
  border-radius: 10px; 
  width: 400px;
  background: url("../img/common/tab_arrow.png") no-repeat right 23px center #344e1f;
  background-size: 10px auto;
  color: #fff;
}
@media (max-width: 1023.98px) {
  .k-streetfood .u-btn {
    margin-bottom: 20px; 
    padding: 20px 40px;
    width: 90%;
    background: url("../img/common/tab_arrow.png") no-repeat right 8px center #344e1f;
    background-size: 10px auto;
    font-size: 15px;
  }
}
.k-streetfood header {
  position: fixed;
  z-index: 100; 
  top: 0;
  left: 0;
  padding: 15px 30px;
  width: 100%;
  height: 100px;
  background: #fff;
}
@media (max-width: 1023.98px) {
  .k-streetfood header {
    position: fixed; 
    padding: 0;
    height: 50px;
  }
}
.k-streetfood header ul {
  display: flex;
  list-style: none;

  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .k-streetfood header ul {
    flex-direction: column;
  }
}
.k-streetfood header a {
  opacity: 1; 
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.k-streetfood header a {
  display: block;
  opacity: 1;
  position: relative;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.k-streetfood header a:hover {
  opacity: 0.7;
}
.k-streetfood header ul {
  flex-direction: row;
}
@media (max-width: 1023.98px) {
  .k-streetfood header ul {
    position: relative;
    z-index: 100;
  }
}
.k-streetfood header h1 {
  width: 190px;
}
@media (max-width: 1023.98px) {
  .k-streetfood header h1 {
    padding-left: 10px; 
    width: 110px;
  }
}
@media (max-width: 1023.98px) {
  .k-streetfood header ul.pc_ul {
    display: none;
  }
}
.k-streetfood header ul.pc_ul li.pc_ul_li {
  font-size: 14px;
}
@media (max-width: 1150px) {
  .k-streetfood header ul.pc_ul li.pc_ul_li {
    font-size: 12px;
  }
}
.k-streetfood header ul.pc_ul li.pc_ul_li ul.pc_menu li {
  padding-right: 30px;
}
@media (max-width: 1150px) {
  .k-streetfood header ul.pc_ul li.pc_ul_li ul.pc_menu li {
    padding-right: 20px;
  }
}
.k-streetfood header ul.pc_ul li.pc_ul_li ul.pc_menu li:last-child {
  padding-right: 0;
}
.k-streetfood header ul.pc_ul li.pc_ul_li ul.pc_sns {
  margin-left: 30px;
}
.k-streetfood header ul.pc_ul li.pc_ul_li ul.pc_sns li {
  margin-right: 15px; 
  width: 32px;
}
@media (max-width: 1150px) {
  .k-streetfood header ul.pc_ul li.pc_ul_li ul.pc_sns li {
    margin-right: 10px; 
    width: 28px;
  }
}
.k-streetfood header ul.pc_ul li.pc_ul_li ul.pc_sns li:last-child {
  margin-right: 0;
}
.k-streetfood header .sp_navi {
  display: none; 
  width: 50px;
  height: 50px;
}
@media (max-width: 1023.98px) {
  .k-streetfood header .sp_navi {
    display: block;
  }
}
.k-streetfood header .sp_navi a {
  width: 100%;
  height: 100%;
  background: #72af2d;
}
.k-streetfood header .sp_navi .menu-trigger,
.k-streetfood header .sp_navi .menu-trigger span {
  display: inline-block;
  box-sizing: border-box; 
  transition: all 0.4s;
}
.k-streetfood header .sp_navi .menu-trigger {
  position: relative;
  width: 100%;
  height: 100%;
}
.k-streetfood header .sp_navi .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.k-streetfood header .sp_navi .menu-trigger span:nth-of-type(1) {
  top: 42%;
  margin-left: 35%; 
  width: 35%;
}
.k-streetfood header .sp_navi .menu-trigger span:nth-of-type(2) {
  top: 53%;
  margin-left: 35%; 
  width: 35%;
}
.k-streetfood header .sp_navi .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}
.k-streetfood header .sp_navi .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-3px) rotate(45deg);
          transform: translateY(-3px) rotate(45deg);
}
.k-streetfood .sp_menu {
  display: none;
  position: fixed;
  z-index: 99;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s; 
  background: #fff9e3;
}
@media (max-width: 1023.98px) {
  .k-streetfood .sp_menu {
    display: block;
  }
}
.k-streetfood .sp_menu .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 20px;
  width: 100%; 
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.k-streetfood .sp_menu .inner ul.menu_ul {
  flex-direction: column; 
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.k-streetfood .sp_menu .inner ul.menu_ul li a {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  line-height: 24px;
}
.k-streetfood .sp_menu .inner .link {
  margin: 0 auto 20px auto; 
  width: 240px;
}
.k-streetfood .sp_menu .inner ul.sns_ul {
  display: flex;
  flex-direction: row;
  text-align: center;

  justify-content: center;
}
.k-streetfood .sp_menu .inner ul.sns_ul li {
  margin: 0 20px;
  width: 35px;
}
.k-streetfood .fade {
  opacity: 0;
  transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.k-streetfood .fade.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.k-streetfood .sp_menu.active {
  top: 0;
}
.k-streetfood main {
  padding-top: 100px;
}
@media (max-width: 1023.98px) {
  .k-streetfood main {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .k-streetfood .sec_inner {
    margin: auto;
    max-width: 1000px;
  }
}
.k-streetfood .sec_kv {
  position: relative; 
  background: url(../img/k-streetfood/rpt_green.jpg) repeat-x center 0, url(../img/k-streetfood/bg_rpt_green.jpg) repeat 0 0;
}
@media (min-width: 1024px) {
  .k-streetfood .sec_kv {
    padding-top: 68px;
  }
}
@media (min-width: 1024px) {
  .k-streetfood .sec_kv h2 {
    margin-right: -98px;
  }
}
.k-streetfood .sec_kv .swiper {
  position: absolute;
  top: 108.8vw;
}
@media (min-width: 1024px) {
  .k-streetfood .sec_kv .swiper {
    top: auto;
    right: 0;
    bottom: 220px; 
    left: 0;
    margin: auto;
  }
}
.k-streetfood .sec_kv .swiper-wrapper {
  width: 100%; 
  transition-timing-function: linear;
}
@media (min-width: 1024px) {
  .k-streetfood .sec_kv .swiper-wrapper {
    justify-content: center;
    gap: 15px;
  }
}
.k-streetfood .sec_kv .swiper-slide {
  margin: 0 1.33333vw; 
  width: 46.66667vw;
}
@media (min-width: 1024px) {
  .k-streetfood .sec_kv .swiper-slide {
    margin: 0; 
    width: 300px;
  }
}
.k-streetfood .sec_kv .obj {
  position: absolute;
  z-index: 1;
}
.k-streetfood .sec_kv .obj01 {
  top: 101.86667vw;
  right: 5.86667vw; 
  width: 26.93333vw;
}
@media (min-width: 1024px) {
  .k-streetfood .sec_kv .obj01 {
    top: 650px; 
    right: 50%;
    margin-right: -433px;
    width: 193px;
  }
}
.k-streetfood .sec_kv .obj02 {
  top: 132vw;
  right: 8px; 
  width: 72px;
}
@media (min-width: 1024px) {
  .k-streetfood .sec_kv .obj02 {
    top: 847px; 
    right: 50%;
    margin-right: -540px;
    width: 150px;
  }
}
.k-streetfood .sec01 {
  position: relative; 
  background: url(../img/k-streetfood/bg_rpt_white.jpg) repeat 0 0;
}
@media (min-width: 1024px) {
  .k-streetfood .sec01 {
    padding: 0 0 54px;
  }
}
.k-streetfood .sec01 .btn_map {
  position: absolute;
  bottom: 5.06667vw;
  left: 5.33333vw;
  width: 26.13333vw;
}
@media (min-width: 1024px) {
  .k-streetfood .sec01 .btn_map {
    bottom: 97px;
    left: 50%;
    margin-left: 23px; 
    width: 86px;
  }
}
@media (min-width: 1024px) {
  .k-streetfood .sec02 .bg-orange {
    padding: 90px 0 0; 
    background: url(../img/k-streetfood/bg_rpt_orange.jpg) repeat 0 0;
  }
  .k-streetfood .sec02 .bg-green {
    padding: 0 0 90px; 
    background: url(../img/k-streetfood/bg_rpt_green.jpg) repeat 0 0;
  }
  .k-streetfood .sec02 .sec0202 {
    margin-right: -14px;
  }
  .k-streetfood .sec02 .sec0205 {
    margin-right: -28px;
  }
}
.k-streetfood .sec03 {
  background: url(../img/k-streetfood/rpt_orange.jpg) repeat-x center bottom, url(../img/k-streetfood/bg_rpt_orange.jpg) repeat 0 0;
}
@media (min-width: 1024px) {
  .k-streetfood .sec03 {
    padding: 95px 0 160px;
  }
  .k-streetfood .sec03 .sec0301,
  .k-streetfood .sec03 .sec0302 {
    margin-right: -28px;
  }
}
.k-streetfood .fixed-bnr {
  position: fixed;
  z-index: 90;
  right: 10px;
  bottom: 50px;
  width: 29.86667vw;
}
@media (min-width: 1024px) {
  .k-streetfood .fixed-bnr {
    width: 180px;
  }
}
.k-streetfood .sns {
  padding: 45px 0 40px 0; 
  width: 100%;
}
@media (max-width: 1023.98px) {
  .k-streetfood .sns {
    padding: 60px 0;
  }
}
.k-streetfood .sns ul {
  display: flex;
  padding-left: 40px; 
  list-style: none;

  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1023.98px) {
  .k-streetfood .sns ul {
    flex-direction: row;
    padding-left: 14px;
  }
}
.k-streetfood .sns ul li {
  width: 32px; 
  font-size: 12px;
}
.k-streetfood .sns ul li:nth-child(1) {
  width: 90px;
  letter-spacing: 1px;
}
.k-streetfood .sns ul li:nth-child(5) {
  width: 100px;
}
@media (min-width: 1024px) {
  .k-streetfood .sns ul li:nth-child(5) {
    margin-left: 30px;
    width: 120px;
    font-size: 16px;
  }
}
.k-streetfood footer.footer {
  padding-top: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",sans-serif;
}
.k-streetfood footer.footer .footer-inner {
  position: relative;
}
.k-streetfood footer.footer .ftCnt_inner {
  display: flex;
  margin: 0px auto;
  padding: 0px 40px;
  max-width: 1022px;

  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .k-streetfood footer.footer .ftCnt_inner {
    padding: 0;
  }
}
.k-streetfood footer.footer .ftCnt {
  padding: 120px 0px 110px; 
  border-top: #d3d3d3 solid 1px;
  border-bottom: #d3d3d3 solid 1px;
}
@media (max-width: 1023.98px) {
  .k-streetfood footer.footer .ftCnt {
    padding: 50px 15px;
  }
}
.k-streetfood footer.footer .ftCnt .info {
  display: flex;
  letter-spacing: 0.13em; 
  font-size: 13px;

  align-items: center;
}
@media (max-width: 1023.98px) {
  .k-streetfood footer.footer .ftCnt .info {
    margin-right: auto;
    margin-bottom: 28px; 
    margin-left: auto;
    letter-spacing: 0.06em;
    font-size: 10px;

    justify-content: center;
  }
}
.k-streetfood footer.footer .ftCnt .info p {
  line-height: 23px;
}
@media (max-width: 1023.98px) {
  .k-streetfood footer.footer .ftCnt .info p {
    line-height: 16px;
  }
}
.k-streetfood footer.footer .ftCnt .info img {
  margin-right: 25px; 
  width: 66px;
}
@media (max-width: 1023.98px) {
  .k-streetfood footer.footer .ftCnt .info img {
    margin-right: 20px; 
    width: 45px;
  }
}
.k-streetfood footer.footer .ftCnt .select-area {
  display: flex; 
  width: 440px;
}
@media (max-width: 1023.98px) {
  .k-streetfood footer.footer .ftCnt .select-area {
    width: 100%;

    justify-content: center;
  }
}
.k-streetfood footer.footer .ftCnt .select-area .btn-select {
  position: relative;
  height: 44px; 
  background: #fff;
}
.k-streetfood footer.footer .ftCnt .select-area .btn-select select {
  padding-left: 15px;
  border: none;
  border: #d3d3d3 solid 1px;
  border-radius: 6px; 
  outline: none;
  width: 350px;
  height: 44px;
  background: transparent;
  background-image: none;
  background-image: none;
  box-shadow: none;
  font-size: 15px;
  font-weight: normal;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 1023.98px) {
  .k-streetfood footer.footer .ftCnt .select-area .btn-select select {
    border: solid 1px #d3d3d3; 
    width: 250px;
    height: 32px;
  }
}
.k-streetfood footer.footer .ftCnt .select-area .btn-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -4px; 
  width: 13px;
  height: 8px;
  background: url("../img/footer/ft-select-arw.png") center center no-repeat;
  background-size: auto;
  background-size: cover;
}
@media (max-width: 1023.98px) {
  .k-streetfood footer.footer .ftCnt .select-area .btn-select::after {
    right: 10px;
    margin-top: -8px; 
    width: 10px;
    height: 6px;
  }
}
.k-streetfood footer.footer .ftCnt .select-area #site-btn {
  margin-left: 9px;
  padding: 0;
  border: none;
  border-radius: 6px;
  outline: none;
  width: 80px;
  height: 44px;
  cursor: pointer; 
  background: #5e5249;
  letter-spacing: 0.13em;
  color: #fff;
}
@media (max-width: 1023.98px) {
  .k-streetfood footer.footer .ftCnt .select-area #site-btn {
    margin-left: 10px; 
    border-radius: 6px;
    width: 56px;
    height: 32px;
  }
}
.k-streetfood footer.footer .cr {
  padding: 95px 0px 95px 75px; 
  letter-spacing: 0.05em;
  font-family: "Comfortaa", cursive;
  font-size: 13px;
}
@media (max-width: 1023.98px) {
  .k-streetfood footer.footer .cr {
    padding: 50px 0px; 
    text-align: center;
    font-size: 10px;
  }
}
.k-streetfood footer.footer .ftToTop {
  display: block;
  position: absolute;
  right: 67px;
  bottom: 67px;
  width: 82px;
  height: 82px;
  transition: background-image 0.5s; 
  background: url("../img/footer/pagetop.png") center center no-repeat;
  background-size: cover;
}
@media (max-width: 1023.98px) {
  .k-streetfood footer.footer .ftToTop {
    top: -25px;
    right: 50%;
    margin-right: -26px;
    border: solid 1px #d3d3d3;
    border-radius: 30px; 
    width: 50px;
    height: 50px;
  }
}
.k-streetfood .follow {
  position: fixed;
  z-index: 98;
  bottom: 20px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 1023.98px) {
  .k-streetfood .follow {
    bottom: 0;
    left: 0;
    margin: 0; 
    width: 100%;
    background: #72af2d;
  }
}
.k-streetfood .follow a {
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .k-streetfood .follow a {
    padding: 10px 0;
  }
}
@media (max-width: 1023.98px) {
  .k-streetfood .follow a img {
    margin: 0 auto; 
    width: 90%;
    max-width: 380px;
  }
}
.k-streetfood .follow a:hover {
  opacity: 0.9;
}
.k-streetfood .follow .close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 26px;
}
@media (max-width: 1023.98px) {
  .k-streetfood .follow .close {
    display: none;
  }
}
.k-streetfood .follow.close {
  bottom: -150px;
}
@media (max-width: 1023.98px) {
  .k-streetfood .follow.close {
    bottom: 0;
  }
}