@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* SP:20px */
.txt_x-small {
  font-size: 2.66667vw;
}

@media screen and (min-width: 641px) {
  .txt_x-small {
    font-size: 12px;
  }
}

/* SP:24px */
.txt_small, #wrap #restaurant_sec table.restaurant_tbl tr td {
  font-size: 3.2vw;
}

@media screen and (min-width: 641px) {
  .txt_small, #wrap #restaurant_sec table.restaurant_tbl tr td {
    font-size: 12px;
  }
}

/* SP:26px */
.txt_normal, #wrap #about_sec .txt p, #wrap #movie_sec .catch p {
  font-size: 3.46667vw;
}

@media screen and (min-width: 641px) {
  .txt_normal, #wrap #about_sec .txt p, #wrap #movie_sec .catch p {
    font-size: 15px;
  }
}

/* SP:28px */
.txt_large, .link_white, .link_movie, #wrap #movie_sec .clm3 li span, #wrap #restaurant_sec table.restaurant_tbl tr td:nth-child(1) {
  font-size: 3.73333vw;
}

@media screen and (min-width: 641px) {
  .txt_large, .link_white, .link_movie, #wrap #movie_sec .clm3 li span, #wrap #restaurant_sec table.restaurant_tbl tr td:nth-child(1) {
    font-size: 14px;
  }
}

/* SP:32px */
.txt_x-large, .link_arw, #wrap #feature_sec .clm3 li span, #wrap #lineup_sec .clm2 .txt .ex .more, #wrap #shop_sec .shop_list li a {
  font-size: 4.26667vw;
}

@media screen and (min-width: 641px) {
  .txt_x-large, .link_arw, #wrap #feature_sec .clm3 li span, #wrap #lineup_sec .clm2 .txt .ex .more, #wrap #shop_sec .shop_list li a {
    font-size: 16px;
  }
}

/* リンク */
.link_arw, #wrap #feature_sec .clm3 li span, #wrap #lineup_sec .clm2 .txt .ex .more, #wrap #shop_sec .shop_list li a {
  background: url(../images/common/icon/icon_arw_o.svg) left 0.5em no-repeat;
  background-size: 0.7em;
  display: inline-block;
  padding-left: 1.2em;
  line-height: 1.59375;
}

.link_arw:hover, #wrap #feature_sec .clm3 li span:hover, #wrap #lineup_sec .clm2 .txt .ex .more:hover, #wrap #shop_sec .shop_list li a:hover {
  text-decoration: underline !important;
}

.link_white {
  background: url(../images/common/icon/icon_link_b.svg) left center no-repeat;
  background-size: 4.8vw;
  display: inline-block;
  line-height: 4.8vw;
  padding-left: 1.6em;
}

@media screen and (min-width: 641px) {
  .link_white {
    background-size: 20px;
    line-height: 20px;
  }
}

.links_btn a {
  background: #FFF;
  border: 2px solid #ED6C35;
  border-radius: 1.06667vw;
  color: #ED6C35;
  display: inline-block;
  font-size: 3.46667vw;
  padding: 1em 1em 1em 3em;
}

@media screen and (min-width: 641px) {
  .links_btn a {
    border-width: 1px;
    border-radius: 4px;
    font-size: 14px;
  }
}

.link_movie, #wrap #movie_sec .clm3 li span {
  background: url(../images/common/icon/icon_movie.svg) left 0.4em no-repeat;
  background-size: 5.33333vw;
  display: block;
  letter-spacing: 0.1em;
  line-height: 6.4vw;
  padding-left: 2em;
  padding-right: 0;
  text-align: left;
}

@media screen and (min-width: 641px) {
  .link_movie, #wrap #movie_sec .clm3 li span {
    background-size: 20px;
    line-height: 20px;
  }
}

.link_movie:hover, #wrap #movie_sec .clm3 li span:hover {
  text-decoration: underline;
}

/* レイアウト */
.inner {
  width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .inner {
    width: 90%;
  }
}

#f_area {
  margin-top: 0;
}

#wrap {
  /* ABOUT */
  /* FEATURE */
  /* MOVIE */
  /* RECIPE */
  /* LINEUP */
  /* Instagram */
  /* 取扱店 */
  /* レストラン */
  /* MV */
}

#wrap a {
  text-decoration: none;
}

#wrap a:link {
  color: #273625;
}

#wrap .bg_color {
  background: #FEFAF1;
}

#wrap .bg_img {
  position: relative;
  overflow-x: clip;
}

#wrap .bg_img::before {
  background: url(../images/top/bg_shop.png) top center no-repeat;
  background-size: contain;
  content: "";
  left: 0;
  position: absolute;
  height: 100px;
  top: -50px;
  width: 100px;
}

@media screen and (max-width: 640px) {
  #wrap .bg_img::before {
    left: 1.33333vw;
    top: -13.33333vw;
    height: 30.53333vw;
    width: 32vw;
  }
}

#wrap section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 640px) {
  #wrap section {
    padding-top: 13.33333vw;
    padding-bottom: 13.33333vw;
  }
}

#wrap p {
  margin: 0;
}

#wrap .top_title {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #wrap .top_title {
    margin-bottom: 8vw;
  }
}

#wrap .top_title span {
  background: url(../images/top/bg_title.png) center bottom no-repeat;
  background-size: 180px auto;
  color: #ED6C35;
  display: block;
  font-family: 'Patrick Hand', cursive;
  font-size: 24px;
  padding-bottom: 21px;
}

@media screen and (max-width: 640px) {
  #wrap .top_title span {
    background-size: 32vw auto;
    font-size: 4.26667vw;
    padding-bottom: 3.73333vw;
  }
}

#wrap .top_title p {
  font-family: 'Zen Kurenaido', sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #273625;
}

@media screen and (max-width: 640px) {
  #wrap .top_title p {
    font-size: 5.86667vw;
  }
}

#wrap .top_title p img {
  height: auto;
}

#wrap .top_catch {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  #wrap .top_catch {
    margin-bottom: 8vw;
    text-align: left;
  }
}

@media screen and (min-width: 641px) {
  #wrap .top_catch {
    line-height: 2.4;
  }
}

#wrap .top_image {
  background: none !important;
  height: auto !important;
}

#wrap #about {
  background: url(../images/top/bg_about_sp.png) bottom center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  #wrap #about {
    padding-top: 0;
  }
}

@media screen and (min-width: 901px) {
  #wrap #about {
    background-image: url(../images/top/bg_about.png);
    padding-top: 60px;
  }
}

#wrap #about .top_title p img {
  width: 6em;
}

@media screen and (min-width: 901px) {
  #wrap #about_sec .inner {
    width: 960px;
    max-width: 90%;
  }
}

#wrap #about_sec .pic {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8vw;
  text-align: center;
}

@media screen and (max-width: 900px) {
  #wrap #about_sec .pic {
    width: 100%;
  }
}

@media screen and (min-width: 901px) {
  #wrap #about_sec .pic {
    margin-bottom: 0;
    max-width: 45%;
  }
}

#wrap #about_sec .pic img {
  width: 58.66667vw;
  max-width: 440px;
}

@media screen and (min-width: 901px) {
  #wrap #about_sec .pic img {
    width: 440px;
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  #wrap #about_sec .txt {
    width: 100%;
  }
}

@media screen and (min-width: 901px) {
  #wrap #about_sec .txt {
    letter-spacing: 0.09em;
    line-height: 2;
    padding-bottom: 0;
    padding-top: 0;
    top: 0;
    width: 459px;
    max-width: 50%;
  }
}

#wrap #about_sec .txt p {
  line-height: 1.8;
  padding-bottom: 8vw;
}

@media screen and (min-width: 901px) {
  #wrap #about_sec .txt p {
    line-height: 2.4;
    padding-bottom: 3em;
    width: 459px;
    max-width: 100%;
  }
}

#wrap #about_sec .link_arw, #wrap #about_sec #feature_sec .clm3 li span, #wrap #feature_sec .clm3 li #about_sec span, #wrap #about_sec #lineup_sec .clm2 .txt .ex .more, #wrap #lineup_sec .clm2 .txt .ex #about_sec .more, #wrap #about_sec #shop_sec .shop_list li a, #wrap #shop_sec .shop_list li #about_sec a {
  float: right;
}

@media screen and (min-width: 641px) {
  #wrap #about_sec .link_arw, #wrap #about_sec #feature_sec .clm3 li span, #wrap #feature_sec .clm3 li #about_sec span, #wrap #about_sec #lineup_sec .clm2 .txt .ex .more, #wrap #lineup_sec .clm2 .txt .ex #about_sec .more, #wrap #about_sec #shop_sec .shop_list li a, #wrap #shop_sec .shop_list li #about_sec a {
    float: left;
  }
}

#wrap #about_sec .link_arw:hover, #wrap #about_sec #feature_sec .clm3 li span:hover, #wrap #feature_sec .clm3 li #about_sec span:hover, #wrap #about_sec #lineup_sec .clm2 .txt .ex .more:hover, #wrap #lineup_sec .clm2 .txt .ex #about_sec .more:hover, #wrap #about_sec #shop_sec .shop_list li a:hover, #wrap #shop_sec .shop_list li #about_sec a:hover {
  text-decoration: underline;
}

#wrap #feature_sec .top_title p img {
  width: 2em;
}

#wrap #feature_sec #feature_img {
  background: url(../images/top/bg_feature01-sp.jpg) center bottom no-repeat;
  background-size: 100% auto;
  height: 129.6vw;
}

@media screen and (min-width: 641px) {
  #wrap #feature_sec #feature_img .inner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media screen and (min-width: 901px) {
  #wrap #feature_sec #feature_img .inner {
    margin-left: 0;
    margin-right: auto;
    padding-top: 90px;
    text-align: right;
    width: 50%;
  }
}

#wrap #feature_sec #feature_img .inner img {
  height: auto;
  width: 82.66667vw;
}

@media screen and (min-width: 641px) {
  #wrap #feature_sec #feature_img .inner img {
    height: auto;
    width: 620px;
  }
}

@media screen and (max-width: 900px) {
  #wrap #feature_sec #feature_img .inner img.visible_sp {
    display: inline;
  }
  #wrap #feature_sec #feature_img .inner img.visible_pc {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  #wrap #feature_sec #feature_img .inner img {
    height: auto;
    width: 620px;
  }
  #wrap #feature_sec #feature_img .inner img.visible_pc {
    display: inline;
  }
}

#wrap #feature_sec .feature_box01,
#wrap #feature_sec .feature_box02 {
  display: block;
  margin: 0;
}

#wrap #feature_sec .feature_box01 p,
#wrap #feature_sec .feature_box02 p {
  margin: 8vw auto;
}

#wrap #feature_sec .feature_box01 {
  background: url(../images/top/bg_feature02-sp.jpg) center bottom no-repeat;
  background-size: 100% auto;
  height: 113.33333vw;
}

@media screen and (min-width: 641px) {
  #wrap #feature_sec .feature_box01 {
    height: 850px;
  }
}

#wrap #feature_sec .feature_box02 {
  background: url(../images/top/bg_feature03-sp.jpg) center bottom no-repeat;
  background-size: 100% auto;
  height: 106.66667vw;
}

@media screen and (min-width: 641px) {
  #wrap #feature_sec .feature_box02 {
    height: 800px;
  }
}

@media screen and (min-width: 901px) {
  #wrap #feature_sec #feature_img,
  #wrap #feature_sec .feature_box01,
  #wrap #feature_sec .feature_box02 {
    background: none;
    display: flex;
    justify-content: center;
    height: 580px;
  }
  #wrap #feature_sec #feature_img div.visible_pc,
  #wrap #feature_sec .feature_box01 div.visible_pc,
  #wrap #feature_sec .feature_box02 div.visible_pc {
    background: url(../images/top/bg_feature01.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 20px 0 0 20px;
    height: 580px;
    margin-left: 5%;
    width: 45%;
  }
  #wrap #feature_sec #feature_img .inner,
  #wrap #feature_sec .feature_box01 .inner,
  #wrap #feature_sec .feature_box02 .inner {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: auto;
    text-align: right;
    width: 50%;
  }
  #wrap #feature_sec .feature_box01 {
    margin-top: -100px;
  }
  #wrap #feature_sec .feature_box01 div.visible_pc {
    background: url(../images/top/bg_feature02.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 0 20px 20px 0;
    margin-left: 0;
    margin-right: 5%;
  }
  #wrap #feature_sec .feature_box01 .inner {
    margin-left: 5%;
    text-align: left;
    width: 45%;
  }
  #wrap #feature_sec .feature_box02 {
    margin-top: -100px;
  }
  #wrap #feature_sec .feature_box02 div.visible_pc {
    background-image: url(../images/top/bg_feature03.jpg);
  }
  #wrap #feature_sec .feature_box02 .inner {
    margin-right: 5%;
    width: 45%;
  }
  #wrap #feature_sec .feature_box02 .inner p {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    text-align: left;
    width: 30em;
  }
}

@media screen and (min-width: 901px) {
  #wrap #feature_sec .links {
    margin-top: 100px;
    width: 1330px;
    max-width: 90%;
  }
}

#wrap #feature_sec .clm3 li img {
  margin-bottom: 0;
}

#wrap #feature_sec .clm3 li span.more {
  margin-top: 1em;
}

#wrap #feature_sec .clm3 li span.more::after {
  display: none;
}

@media screen and (max-width: 900px) {
  #wrap #feature_sec .clm3 {
    margin: 0 auto;
    width: 80vw;
  }
  #wrap #feature_sec .clm3 li {
    margin-top: 3em;
    width: 100%;
  }
  #wrap #feature_sec .clm3 li img {
    width: 57.33333vw;
    max-width: 430px;
  }
}

@media screen and (min-width: 901px) {
  #wrap #feature_sec .clm3 {
    display: flex;
    justify-content: space-between;
  }
  #wrap #feature_sec .clm3 li {
    margin-top: 3em;
    width: 28%;
  }
  #wrap #feature_sec .clm3 li img {
    width: 100%;
  }
}

#wrap #movie.bg_img::before {
  background-image: url(../images/top/bg_movie.png);
  height: 22.8vw;
  left: 5%;
  top: -6.66667vw;
  width: 32vw;
}

@media screen and (min-width: 641px) {
  #wrap #movie.bg_img::before {
    height: 171px;
    top: -50px;
    width: 240px;
  }
}

@media screen and (min-width: 901px) {
  #wrap #movie.bg_img::before {
    left: calc(50% - 650px);
  }
}

#wrap #movie .top_title p img {
  width: 2em;
}

#wrap #movie_sec .catch p {
  margin-bottom: 8vw;
}

@media screen and (min-width: 901px) {
  #wrap #movie_sec .catch p {
    margin-bottom: 60px;
    line-height: 2.4;
  }
}

#wrap #movie_sec figure {
  margin-bottom: 8vw;
}

@media screen and (min-width: 641px) {
  #wrap #movie_sec figure {
    margin-bottom: 55px;
  }
}

#wrap #movie_sec .txt_x-large, #wrap #movie_sec .link_arw, #wrap #movie_sec #feature_sec .clm3 li span, #wrap #feature_sec .clm3 li #movie_sec span, #wrap #movie_sec #lineup_sec .clm2 .txt .ex .more, #wrap #lineup_sec .clm2 .txt .ex #movie_sec .more, #wrap #movie_sec #shop_sec .shop_list li a, #wrap #shop_sec .shop_list li #movie_sec a {
  margin-bottom: 1em;
}

@media screen and (min-width: 641px) {
  #wrap #movie_sec .txt_x-large, #wrap #movie_sec .link_arw, #wrap #movie_sec #feature_sec .clm3 li span, #wrap #feature_sec .clm3 li #movie_sec span, #wrap #movie_sec #lineup_sec .clm2 .txt .ex .more, #wrap #lineup_sec .clm2 .txt .ex #movie_sec .more, #wrap #movie_sec #shop_sec .shop_list li a, #wrap #shop_sec .shop_list li #movie_sec a {
    font-size: 18px;
  }
}

#wrap #movie_sec .txt_normal, #wrap #movie_sec #about_sec .txt p, #wrap #about_sec .txt #movie_sec p, #wrap #movie_sec .catch p {
  line-height: 2;
}

@media screen and (min-width: 641px) {
  #wrap #movie_sec .txt_normal, #wrap #movie_sec #about_sec .txt p, #wrap #about_sec .txt #movie_sec p, #wrap #movie_sec .catch p {
    margin-bottom: 70px;
  }
}

#wrap #movie_sec .clm3 li img {
  margin-bottom: 0;
}

#wrap #movie_sec .clm3 li span.more::after {
  display: none;
}

@media screen and (min-width: 901px) {
  #wrap #movie_sec .clm3 {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
  }
  #wrap #movie_sec .clm3 li {
    width: 30%;
  }
}

@media screen and (max-width: 900px) {
  #wrap #movie_sec .clm3 {
    margin: 0 auto;
    width: 80vw;
  }
  #wrap #movie_sec .clm3 li {
    margin-top: 3em;
    width: 100%;
  }
}

#wrap #recipe.bg_img::before {
  background-image: url(../images/top/bg_recipe.png);
  height: 28.8vw;
  left: auto;
  right: 0;
  width: 38.4vw;
}

@media screen and (min-width: 641px) {
  #wrap #recipe.bg_img::before {
    height: 216px;
    top: -150px;
    width: 288px;
  }
}

@media screen and (min-width: 901px) {
  #wrap #recipe.bg_img::before {
    right: calc(50% - 800px);
  }
}

#wrap #recipe.bg_img p {
  margin-top: 3em;
  text-align: center;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 641px) {
  #wrap #recipe.bg_img p {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    width: 90%;
  }
}

@media screen and (min-width: 641px) {
  #wrap #recipe.bg_img figure {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    width: 90%;
  }
}

#wrap #lineup {
  margin-top: -120px;
  padding-top: 220px;
}

#wrap #lineup .top_title p img {
  width: 6em;
}

#wrap #lineup.bg_img::before {
  background-image: url(../images/top/bg_lineup.png);
  height: 173.6px;
  left: calc(50% - 900px);
  top: -50px;
  width: 216px;
}

@media screen and (max-width: 640px) {
  #wrap #lineup.bg_img::before {
    display: none;
  }
}

#wrap #lineup_sec #lineup_tab li {
  margin-bottom: 3em;
}

@media screen and (max-width: 900px) {
  #wrap #lineup_sec #lineup_tab li {
    margin-bottom: 2em;
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}

#wrap #lineup_sec #lineup_tab li a {
  background: none;
  border-bottom: 0.53333vw solid #EFC7B6;
  color: #7A8367;
  font-size: 3.73333vw;
  font-weight: normal;
  padding: 0;
}

@media screen and (min-width: 641px) {
  #wrap #lineup_sec #lineup_tab li a {
    border-width: 2px;
    font-size: 16px;
    padding-bottom: 8px;
    padding-left: 2em;
    padding-right: 2em;
  }
}

#wrap #lineup_sec #lineup_tab li.cur a {
  border-bottom-color: #ED6C35;
  color: #273625;
}

@media screen and (min-width: 641px) {
  #wrap #lineup_sec .lineup_box {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 901px) {
  #wrap #lineup_sec .lineup_box {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 960px;
  }
}

#wrap #lineup_sec .clm2 {
  max-width: 100%;
}

#wrap #lineup_sec .clm2 .pic {
  height: 46.66667vw;
  margin: 0;
  width: 30%;
}

@media screen and (min-width: 901px) {
  #wrap #lineup_sec .clm2 .pic {
    height: 350px;
    width: 25%;
  }
}

#wrap #lineup_sec .clm2 .txt {
  padding-left: 5%;
  width: 70%;
}

@media screen and (min-width: 901px) {
  #wrap #lineup_sec .clm2 .txt {
    width: 75%;
  }
}

#wrap #lineup_sec .clm2 .txt .en {
  font-size: 3.2vw;
}

@media screen and (min-width: 641px) {
  #wrap #lineup_sec .clm2 .txt .en {
    font-size: 13px;
  }
}

#wrap #lineup_sec .clm2 .txt .name {
  color: #ED6C35;
  font-size: 4.26667vw;
  font-weight: normal;
}

@media screen and (min-width: 641px) {
  #wrap #lineup_sec .clm2 .txt .name {
    font-size: 16px;
  }
}

#wrap #lineup_sec .clm2 .txt .ex {
  font-size: 2.93333vw;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 641px) {
  #wrap #lineup_sec .clm2 .txt .ex {
    font-size: 13px;
  }
}

#wrap #lineup_sec .clm2 .txt .ex .more {
  margin-top: 0.5em;
}

@media screen and (max-width: 900px) {
  #wrap #lineup_sec .clm2 .clm2_l,
  #wrap #lineup_sec .clm2 .clm2_r {
    margin-bottom: 3em;
    width: 100%;
  }
}

@media screen and (min-width: 901px) {
  #wrap #lineup_sec .clm2 .clm2_l,
  #wrap #lineup_sec .clm2 .clm2_r {
    max-width: 50%;
  }
}

#wrap #lineup_sec .lineup02 .clm2 .pic {
  height: 40vw;
}

@media screen and (min-width: 641px) {
  #wrap #lineup_sec .lineup02 .clm2 .pic {
    height: 250px;
  }
}

@media screen and (min-width: 901px) {
  #wrap #lineup_sec .lineup02 .clm2 .pic {
    height: 13em;
  }
}

@media screen and (min-width: 1101px) {
  #wrap #lineup_sec .lineup02 .clm2 .pic {
    height: 15em;
  }
}

#wrap #lineup_sec .lineup04 .clm2 .pic {
  height: 26.66667vw;
}

@media screen and (min-width: 641px) {
  #wrap #lineup_sec .lineup04 .clm2 .pic {
    height: 15em;
  }
}

@media screen and (min-width: 901px) {
  #wrap #lineup_sec .lineup04 .clm2 .pic {
    height: 10em;
  }
}

@media screen and (min-width: 1101px) {
  #wrap #lineup_sec .lineup04 .clm2 .pic {
    height: 11em;
  }
}

#wrap #lineup_sec .lineup04 .clm2 .pic.ketchup {
  height: 40vw;
}

@media screen and (min-width: 641px) {
  #wrap #lineup_sec .lineup04 .clm2 .pic.ketchup {
    height: 300px;
  }
}

@media screen and (min-width: 901px) {
  #wrap #lineup_sec .lineup04 .clm2 .pic.ketchup {
    height: 200px;
  }
}

#wrap #insta.bg_img::before {
  background-image: url(../images/top/bg_insta.png);
  height: 206px;
  left: auto;
  right: calc(50% - 700px);
  top: -150px;
  width: 264px;
}

@media screen and (max-width: 640px) {
  #wrap #insta.bg_img::before {
    display: none;
  }
}

#wrap .instazone {
  max-width: 100%;
}

#wrap .instazone .top_title p img {
  width: 7em;
}

@media screen and (max-width: 767px) {
  #wrap .instazone #insta_box {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 641px) {
  #wrap #insta_box {
    width: 1040px;
    max-width: 90%;
  }
}

#wrap #insta_box .top_title {
  margin-bottom: 0;
}

#wrap #insta_box .insta_link {
  margin-bottom: 8vw;
}

@media screen and (min-width: 641px) {
  #wrap #insta_box .insta_link {
    margin-bottom: 60px;
  }
}

#wrap #insta_box .insta_link p {
  color: #7A8367;
  margin-top: 4vw;
  margin-bottom: 2.66667vw;
  text-align: center;
  font-size: 3.2vw;
}

@media screen and (min-width: 641px) {
  #wrap #insta_box .insta_link p {
    margin-top: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 901px) {
  #wrap #insta_box .insta_link p {
    font-size: 16px;
  }
}

#wrap #insta_box .insta_link div.insta_link a {
  position: relative;
}

#wrap #insta_box .insta_link div.insta_link a::before {
  background: url(../images/top/icon_insta.svg) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 1em;
  height: 1.5em;
  top: 0.8em;
  width: 1.5em;
}

#wrap #insta_box .insta_link div.insta_link a:link {
  color: #ED6C35;
}

#wrap #insta_box .insta_link div.insta_link a:hover {
  background: #ED6C35;
  color: #FFF;
}

#wrap #insta_box .insta_link div.insta_link a:hover::before {
  background-image: url(../images/top/icon_insta_w.svg);
}

#wrap #insta_box #instafeed {
  justify-content: space-between;
}

#wrap #insta_box #instafeed li {
  margin-bottom: 40px;
  max-width: 340px;
  width: 30%;
  padding-top: 0;
  height: 340px;
}

@media screen and (max-width: 1040px) {
  #wrap #insta_box #instafeed li {
    height: 30vw;
  }
}

@media screen and (max-width: 640px) {
  #wrap #insta_box #instafeed li {
    height: 28vw;
    width: 28vw;
    margin-bottom: 3.2vw;
  }
}

@media screen and (max-width: 640px) {
  #wrap #insta_box #instafeed li {
    height: 28vw;
    width: 28vw;
    margin-bottom: 3.2vw;
  }
}

#wrap #insta_box #instafeed li a {
  padding: 0;
  /*height: auto;*/
  height: 100%;
  /*overflow: auto;*/
  overflow: hidden;
  position: relative;
}

#wrap #insta_box #instafeed li a img {
  overflow: hidden;
}

@media screen and (min-width: 641px) {
  #wrap #shop.bg_img::before {
    left: calc(50% - 700px);
    height: 228px;
    width: 240px;
  }
}

#wrap #shop .top_title p img {
  width: 3em;
}

@media screen and (min-width: 641px) {
  #wrap #shop_sec #shop_img {
    margin-bottom: 40px;
  }
}

#wrap #shop_sec .shop_list {
  margin-bottom: 0;
  text-align: left;
}

@media screen and (min-width: 641px) {
  #wrap #shop_sec .shop_list {
    display: inline-block;
  }
}

#wrap #shop_sec .shop_list li {
  margin-bottom: 2em;
  margin-left: 0;
  margin-right: 0.5em;
  width: auto;
}

@media screen and (min-width: 641px) {
  #wrap #shop_sec .shop_list li {
    margin-right: 2em;
  }
}

#wrap #shop_sec .shop_list li a {
  padding-right: 0;
  text-decoration: none;
}

#wrap #shop_sec .online_link {
  margin-bottom: 0;
}

#wrap #shop_sec .online_link a {
  position: relative;
}

#wrap #shop_sec .online_link a::before {
  background: url(../images/top/icon_cart.png) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 1em;
  height: 1.5em;
  top: 0.6em;
  width: 1.5em;
}

#wrap #shop_sec .online_link a:link {
  color: #ED6C35;
}

#wrap #shop_sec .online_link a:hover {
  background: #ED6C35;
  color: #FFF;
}

#wrap #shop_sec .online_link a:hover::before {
  background-image: url(../images/top/icon_cart_w.png);
}

#wrap #restaurant_sec .top_title p img {
  width: 5em;
}

#wrap #restaurant_sec #restaurant_img {
  background: none;
  height: auto !important;
}

#wrap #restaurant_sec table.restaurant_tbl {
  margin-bottom: 2.66667vw;
}

#wrap #restaurant_sec table.restaurant_tbl tr th {
  background: #ED6C35;
  color: #FFF;
}

#wrap #restaurant_sec table.restaurant_tbl tr th:nth-child(6) {
  display: none;
}

#wrap #restaurant_sec table.restaurant_tbl tr td {
  background: #F5EEEC;
}

@media screen and (min-width: 641px) {
  #wrap #restaurant_sec table.restaurant_tbl tr td {
    font-size: 13px;
  }
}

#wrap #restaurant_sec table.restaurant_tbl tr td:nth-child(2) {
  padding-left: 36px;
}

#wrap #restaurant_sec table.restaurant_tbl tr td:nth-child(6) {
  display: none;
}

#wrap #restaurant_sec table.restaurant_tbl tr td a {
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  #wrap #restaurant_sec table.restaurant_tbl {
    display: block;
  }
  #wrap #restaurant_sec table.restaurant_tbl col {
    display: none;
  }
  #wrap #restaurant_sec table.restaurant_tbl tr {
    background: #F5EEEC;
    border-radius: 2.66667vw;
    display: block;
    margin-bottom: 5.33333vw;
    padding: 4vw;
    position: relative;
    width: 90vw;
  }
  #wrap #restaurant_sec table.restaurant_tbl tr:nth-child(1) {
    display: none;
  }
  #wrap #restaurant_sec table.restaurant_tbl tr:last-child {
    margin-bottom: 0;
  }
  #wrap #restaurant_sec table.restaurant_tbl tr th {
    display: none;
  }
  #wrap #restaurant_sec table.restaurant_tbl tr td {
    background: none;
    border: none;
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding-left: 8em;
    position: relative;
    text-align: left;
  }
  #wrap #restaurant_sec table.restaurant_tbl tr td::before {
    content: "";
    font-size: 2.93333vw;
    font-weight: bold;
    padding-top: 5px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #wrap #restaurant_sec table.restaurant_tbl tr td:nth-child(1) {
    padding-left: 0;
    padding-bottom: 1em;
    font-weight: bold;
  }
  #wrap #restaurant_sec table.restaurant_tbl tr td:nth-child(2) {
    padding-left: 8em;
  }
  #wrap #restaurant_sec table.restaurant_tbl tr td:nth-child(2)::before {
    content: "住所";
  }
  #wrap #restaurant_sec table.restaurant_tbl tr td:nth-child(3)::before {
    content: "電話番号";
  }
  #wrap #restaurant_sec table.restaurant_tbl tr td:nth-child(4)::before {
    content: "ランチ営業日時";
  }
  #wrap #restaurant_sec table.restaurant_tbl tr td:nth-child(5)::before {
    content: "定休日";
  }
  #wrap #restaurant_sec table.restaurant_tbl tr td:nth-child(6) {
    display: block;
  }
  #wrap #restaurant_sec table.restaurant_tbl tr td.link_icon {
    bottom: 4.66667vw;
    height: 5.33333vw;
    padding: 0;
    position: absolute;
    right: 4vw;
    width: 5.33333vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 900px) {
  #wrap #restaurant_sec table.restaurant_tbl tr {
    border-radius: 20px;
    display: block;
    margin-bottom: 40px;
    padding: 30px;
  }
  #wrap #restaurant_sec table.restaurant_tbl tr td {
    font-size: 16px;
  }
  #wrap #restaurant_sec table.restaurant_tbl tr td::before {
    font-size: 16px;
    padding-top: 10px;
  }
  #wrap #restaurant_sec table.restaurant_tbl tr td a {
    font-size: 18   px;
  }
}

#wrap .mv {
  position: relative;
  margin-bottom: 13.33333vw;
  position: relative;
}

@media screen and (min-width: 901px) {
  #wrap .mv .visible_pc {
    display: inline-block;
  }
  #wrap .mv .visible_sp {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  #wrap .mv .visible_pc {
    display: none;
  }
  #wrap .mv .visible_sp {
    display: inline-block;
  }
}

@media screen and (min-width: 641px) {
  #wrap .mv {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 901px) {
  #wrap .mv {
    margin-bottom: 47px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

#wrap .mv figure {
  left: -2.8vw;
  position: absolute;
  z-index: 1;
  top: -53.33333vw;
  width: 100.66667vw;
}

@media screen and (min-width: 641px) {
  #wrap .mv figure {
    left: -21px;
    top: -400px;
    width: 755px;
    max-width: 100%;
  }
}

@media screen and (min-width: 901px) {
  #wrap .mv figure {
    bottom: 0;
    left: 0;
    max-height: 779px;
    max-width: 652px;
    top: auto;
    width: 40%;
  }
}

#wrap .mv ul {
  position: relative;
  height: 106.66667vw;
  margin-top: 53.33333vw;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
  width: 90%;
}

@media screen and (min-width: 641px) {
  #wrap .mv ul {
    height: 600px;
    margin-top: 400px;
  }
}

@media screen and (min-width: 901px) {
  #wrap .mv ul {
    margin-top: 0;
    margin-left: 20%;
    max-height: 830px;
    max-width: 1390px;
    top: 0;
    width: 80%;
    height: 43.22917vw;
  }
}

#wrap .mv ul li {
  animation: fadeOutAnime 40s 0s infinite;
  background: url("../images/top/mv_01_sp.jpg") center center no-repeat;
  background-size: 100%;
  border-radius: 2.66667vw;
  height: 106.66667vw;
  left: 0;
  /*
            height: 340px;
            padding-left: 50%;
            width: 100%;
            top: 30px;
            display: flex;
            align-items: center;
            */
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 641px) {
  #wrap .mv ul li {
    border-radius: 20px;
    height: 600px;
  }
}

@media screen and (min-width: 901px) {
  #wrap .mv ul li {
    background-image: url("../images/top/mv_01.jpg");
    border-radius: 20px;
    height: 43.22917vw;
  }
}

#wrap .mv ul li:nth-child(2) {
  animation-delay: 8s;
  background-image: url(../images/top/mv_02_sp.jpg);
}

@media screen and (min-width: 901px) {
  #wrap .mv ul li:nth-child(2) {
    background-image: url("../images/top/mv_02.jpg");
  }
}

#wrap .mv ul li:nth-child(3) {
  animation-delay: 16s;
  background-image: url(../images/top/mv_03_sp.jpg);
}

@media screen and (min-width: 901px) {
  #wrap .mv ul li:nth-child(3) {
    background-image: url("../images/top/mv_03.jpg");
  }
}

#wrap .mv ul li:nth-child(4) {
  animation-delay: 24s;
  background-image: url(../images/top/mv_04_sp.jpg);
}

@media screen and (min-width: 901px) {
  #wrap .mv ul li:nth-child(4) {
    background-image: url("../images/top/mv_04.jpg");
  }
}

#wrap .mv ul li:nth-child(5) {
  animation-delay: 32s;
  background-image: url(../images/top/mv_05_sp.jpg);
}

@media screen and (min-width: 901px) {
  #wrap .mv ul li:nth-child(5) {
    background-image: url("../images/top/mv_05.jpg");
  }
}

#wrap .mv ol {
  position: absolute;
  bottom: 0;
  left: 35%;
  width: 30%;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 901px) {
  #wrap .mv ol {
    left: 50%;
    width: 15%;
  }
}

#wrap .mv ol li {
  background: #FFF;
  border-radius: 50%;
  display: inline-block;
  height: 3.73333vw;
  opacity: 0.8;
  width: 3.73333vw;
  animation: pointerAnime 40s 0s infinite;
}

@media screen and (min-width: 901px) {
  #wrap .mv ol li {
    height: 17px;
    width: 17px;
  }
}

#wrap .mv ol li:nth-child(2) {
  animation-delay: 8s;
}

#wrap .mv ol li:nth-child(3) {
  animation-delay: 16s;
}

#wrap .mv ol li:nth-child(4) {
  animation-delay: 24s;
}

#wrap .mv ol li:nth-child(5) {
  animation-delay: 32s;
}

@keyframes fadeOutAnime {
  0% {
    opacity: 0;
    background-size: 100%;
    z-index: 1;
  }
  2% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0.1;
  }
  35% {
    opacity: 0;
    z-index: 0;
  }
  50% {
    opacity: 0;
    background-size: 130%;
  }
  95% {
    opacity: 0;
    z-index: 1;
  }
}

@keyframes pointerAnime {
  0% {
    background: #EFC7B6;
  }
  95% {
    background: #fff;
  }
}
