body {
  min-width: 1020px;
  -webkit-text-size-adjust: 100%;
}


/* reset */
button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  appearance: none;
}
#nabe {
  font-family: "Helvetica Neue", "Helvetica Arial", "ヒラギノ角ゴ Pro W3", "游ゴシック", sans-serif;
  font-size: 16px;
}
#nabe *,
#nabe *::before,
#nabe *::after {
  box-sizing: border-box;
}
#nabe img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}

/* common */
.inner_width {
  width: 960px;
  margin: auto;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}


.navi_wrap {
  z-index: 4;
  width: 100%;
  background-color: #fff;
}
.navi {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.navi li {
  padding: 0 50px;
}
.navi li:not(:last-child) {
  border-right: 2px dotted #b29959;
}
.navi li a {
  transition: opacity 0.2s ease 0s;
}


#main {
  position: relative;
  padding: 200px 0 0;
  text-align: center;
  background: url(../img/main_bg.png) center top 80px no-repeat, url(../img/bg.png) center top no-repeat;
  background-size: 1387px,cover;
}
#main .inner_width {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 71px;
}
#main h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#main .main_pic {
  width: 430px;
  margin-left: -22px;
}
#main .main_chef {
  overflow: hidden;
  width: 378px;
  height: 300px;
  margin-left: 40px;
}
#main .main_movie {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  width: 496px;
}
#main .main_movie img {
  display: block;
}
#main .main_movie:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
}
#main .main_movie:after {
  content: '';
  cursor: pointer;
  transition: all .4s;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background: url(../img/movie_icon.png) 0 0 no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}
#main .main_movie:hover:after {
  opacity: 0.7;
}
.main_right {
  display: flex;
  flex-direction: column;
}
.main_right_top {
  order: 1;
}



#profile {
  background: url(../img/profile_bg.png) 0 0;
  padding: 60px 0 59px;
}
#profile .profile_box {
  background-color: #fff;
  padding: 30px;
}
#profile .profile_box_bg {
  background: url(../img/profile_box_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 40px 41px 32px;
}
#profile .profile_ttl {
  text-align: center;
}
#profile .profile_detail {
  font-size: 16px;
  line-height: 2;
  margin-top: 18px;
}
#profile .profile_detail_name span{
  font-size: 125%;
  font-weight: bold;
}
#profile .profile_detail_career {
  margin-top: 14px;
}


#intro {
  background: url(../img/intro_bg.png) top center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
#intro .intro_box {
  background-color: rgba(255, 255, 255, .85);
  padding: 63px 0 ;
}
#intro .intro_ttl {
  text-align: center;
}
#intro .intro_detail_txt {
  text-align: center;
  margin-top: 50px;
}

#feeling {
  background: url(../img/bg.png) top center no-repeat;
  padding: 153px 0 0;
}
#feeling .feeling_ttl {
  text-align: center;
}
#feeling .feeling_box {
  display: flex;
  background: url(../img/feeling_bg.png) top center no-repeat;
  background-size: contain;
  margin-top: 53px;
  padding: 45px 0 45px 28px;
}

#feeling .feeling_box_item--01 {
  width: 452px;
  margin-right: 20px;
}
#feeling .feeling_box_item--02 {
  width: 396px;
  margin-top: 50px;
}


#ingre {
  background: url(../img/bg.png) top center;
  padding: 153px 0 0;
}
#ingre .ingre_ttl {
  text-align: center;
}
#ingre .ingre_box {
  display: flex;
  width: 717px;
  margin: 63px auto 0;
}
#ingre .ingre_img {
  width: 317px;
  margin-right: 54px;
}
#ingre .ingre_detail {
  position: relative;
  margin-top: 90px;
}
#ingre .ingre_detail:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: -155px;
  left: 170px;
  display: inline-block;
  background: url(../img/ingre_bg.png) top center no-repeat;
  background-size: contain;
  width: 459px;
  height: 285px;
}
#ingre .ingre_detail_txt {
  position: relative;
  z-index: 2;
}
#ingre .ingre_detail_btn {
  position: relative;
  z-index: 2;
  transition: opacity .4s;
  width: 325px;
  margin-top: 50px;
}
#ingre .ingre_detail_btn:hover {
  opacity: 0.7;;
}


#ingre .ingre_comments {
  margin-top: 140px;
}
#ingre .ingre_comments_txt {
  text-align: center;
}
#ingre .ingre_comments_img {
  width: 933px;
  margin: 50px auto 0;
}

#ingre .ingre_review {
  margin-top: 70px;
}
#ingre .ingre_review_txt {
  text-align: center;
}
#ingre .ingre_review_img {
  margin-right: 43px;
}
#ingre .ingre_review_img p {
  font-size: 12px;
  text-align: center;
  line-height: 1;
  margin-top: 26px;
}
#ingre .ingre_review_box {
  display: flex;
  width: 794px;
  margin: 60px auto 0;
}
#ingre .ingre_review_detail_box {
  position: relative;
  font-size: 16px;
  line-height: 2;
  border-radius: 10px;
  border: 3px solid #005f32;
  background-color: #fffbc7;
  padding: 26px 12px 22px 30px;
}
#ingre .ingre_review_detail_box + .ingre_review_detail_box {
  margin-top: 20px;
}
#ingre .ingre_review_detail_box_person {
  position: absolute;
  right: 30px;
  bottom: 22px;
}

#guzai {
  background: url(../img/bg.png) top center;
  padding-top: 150px;
}
#guzai .guzai_ttl {
  text-align: center;
}
#guzai .guzai_box {
  background: url(../img/guzai_bg.png) top center no-repeat;
  background-size: cover;
  margin-top: 40px;
  padding: 40px;
 }

#use {
  background: url(../img/bg.png) top center;
  padding: 150px 0;
}
#use .use_ttl {
  text-align: center;
}
#use .use_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
#use .use_list_item {
  width: 315px;
}
#use .use_list_item_btn {
  transition: opacity .4s;
  display: block;
  width: 244.5px;
  margin: 12px auto 0;
}
#use .use_list_item_btn:hover {
  opacity: 0.7;
}

@media screen and (min-width: 641px) {
  #use .use_list_item:nth-child(2) {
    margin: 0 7.5px;
  }
  #use .use_list_item:nth-child(4) {
    margin-right: 7.5px;
  }
  #use .use_list_item:nth-child(4),
  #use .use_list_item:nth-child(5) {
    margin-top: 80px;
  }
}



.sp_only {
  display: none !important;
}


.headerBasic {
  position: relative;
  position: fixed;
  z-index: 5;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
}
.headerBasic .headerInner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
}


@media screen and (min-width: 640px) {
  .navi li a:hover {
    opacity: 0.6;
  }
}


@media screen and (max-width: 640px) {
  #nabe {
    overflow-x: hidden;
  }

  body {
    min-width: 100%;
  }

  /* common */
  .inner_width {
    width: 92%;
  }

  .navi {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 40% 10%;
    background-color: rgba(76, 16, 18, 0.95);
  }
  .navi li {
    padding: 0;
  }
  .navi li + li {
    margin-top: 14%;
  }
  .navi li:not(:last-child) {
    border-right: none;
  }


  #main {
    padding: 14% 0 8%;
    background: url(../img/main_bg_sp.png) center 5vw no-repeat, url(../img/bg.png) center top no-repeat;
    background-size: contain, cover;
  }
  #main .inner_width {
    padding-top: 0;
  }
  #main h1 {
    width: 50%;
    margin: 0 auto 8%;
  }
  .main_pic img {
    width: 25%;
    margin: 0;
  }
  #main .main_movie:after {
    width: 14vw;
    height: 14vw;
  }

  #modal {
    padding: 0 5%;
  }


  #nabe_outer {
    position: relative;
    z-index: 1;
  }
  #nabe_inner {
    background-color: #fff;
  }
  .lineup_item_bg::before {
    position: fixed;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/c07_bg.png) center 0 no-repeat;
    background-size: cover;
  }


  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }


  .headerBasic {
    position: relative;
    z-index: 1;
    box-shadow: none !important;
  }
  .footer {
    position: relative;
  }

  #main {
    
  }

  #main .inner_width {
    flex-wrap: wrap;
  }
  #main .main_pic {
    width: 100%;
    margin: 0;
  }
  #main .main_pic img {
    width: 100%;
  }
  #main .main_right {
    width: 100%;
    margin-top: -2vw;
  }
  #main .main_right_top {
    order: -1;
    position: relative;
  }
  #main h1 {
    top: 14vw;
    left: 10vw;
    width: 45.2vw;
    margin: 0;
  }
  #main .main_chef {
    width: 44vw;
    height: auto;
    margin: 0 4vw 0 auto;
  }
  #main .main_movie {
    width: 98%;
    margin: 0 auto;
  }


  #profile {
    padding: 8vw 0;
  }
  #profile .profile_box {
    padding: 5.33vw;
  }
  #profile .profile_box_bg {
    background: url(../img/profile_box_bg_sp.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 10.89vw 8vw 8vw;
  }
  #profile .profile_ttl {
    width: 42.13vw;
    margin: 0 auto;
  }
  #profile .profile_detail {
    font-size: 3.2vw;
  }
  #profile .profile_detail_name span {
    font-size: 133%;
  }

  #intro {
    padding: 12vw 0;
  }
  #intro .intro_box {
    padding: 9.53vw 0 10.82vw;
  }
  #intro .intro_ttl {
    width: 72.53vw;
    margin: 0 auto;
  }
  #intro .intro_detail_txt {
    margin-top: 10.6vw;
    padding: 0 8.26vw;
  }
  
  #feeling {
    padding-top: 20vw;
  }
  #feeling .feeling_box {
    flex-wrap: wrap;
  }
  #feeling .feeling_box {
    background: url(../img/feeling_bg_sp.png) top center no-repeat;
    background-size: contain;
    margin-top: 8vw;
    padding: 10.3vw 0 10.8vw;
  }
  #feeling .feeling_box_item--01 {
    width: 78.9vw;
    margin-left: 4.11%;
  }
  #feeling .feeling_box_item--02 {
    width: 73.86vw;
    margin-top: 4.66vw;
    margin-left: 10.88%;
  }


  #ingre {
    padding-top: 20vw;
  }
  #ingre .ingre_ttl {
    width: 63.2vw;
    margin: 0 auto;
  }
  #ingre .ingre_box {
    flex-wrap: wrap;
    width: 100%;
    margin: 8vw 0 0 0;
  }
  #ingre .ingre_img {
    width: 60.26vw;
    margin: 0 auto;
  }
  #ingre .ingre_detail {
    width: 100%;
    margin-top: 6.66vw;
  }
  #ingre .ingre_detail_btn {
    width: 81.3%;
    margin: 5.52vw auto 0;
  }
  #ingre .ingre_detail_txt {
    width: 64.14vw;
    margin: 0 auto;
  }
  #ingre .ingre_detail:after {
    top: -16vw;
    left: 55vw;
    width: 60.53vw;
    height: 37.6vw;
  }

  #ingre .ingre_comments {
    margin-top: 20vw;
  }
  #ingre .ingre_comments_txt {
    width: 88.93vw;
    margin: 0 auto;
  }
  #ingre .ingre_comments_img {
    width: 100%;
    margin-top: 9.06vw;
  }

  #ingre .ingre_review_txt {
    width: 66.6vw;
    margin: 0 auto;
  }
  #ingre .ingre_review_box {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 6vw;
  }
  #ingre .ingre_review_img {
    width: 53.33vw;
    margin: 0 auto;
  }
  #ingre .ingre_review_img p {
    font-size: 2.66vw;
    margin-top: 5.3vw;
  }
  #ingre .ingre_review_detail {
    margin-top: 8vw;
  }
  #ingre .ingre_review_detail_box {
    font-size: 3.46vw;
    padding: 6.66vw;
  }

  #guzai {
    padding-top: 20vw;
  }
  #guzai .guzai_ttl {
    width: 68.8vw;
    margin: 0 auto;
  }
  #guzai .guzai_box {
    margin-top: 8vw;
    padding: 6.66vw 2.66vw;
  }

  #use {
    padding: 20vw 0;
  }
  #use .use_list {
    justify-content: space-between;
    margin-top: 0;
  }
  #use .use_list_item {
    width: 47.5%;
    margin-top: 10.6vw;
  }
  #use .use_list_item:last-child {
    margin: 10.6vw auto 0;
  }
  #use .use_list_item_btn {
    width: 100%;
    margin-top: 1.5vw;
  }



  





  @media screen and (orientation: landscape) {
    .navi {
      overflow: scroll;
    }

    #modal {
      padding: 0 16%;
    }
  }
}

@media screen and (max-width: 640px) {
  #mall_block {
    background-color: #fff;
    padding: 30px 0;
  }
  #mall {
    margin: 0 auto;
  }
}


#link {
  background-color: #fff; 
}
#link .link_inner {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  padding: 100px 0 0;
}
#link .link_btn {
  transition: opacity 0.2s ease 0s;
  position: relative;
  border: 1px solid #000;
  padding: 20px 0 19px;
}
#link .link_btn img{
  display: block;
}
#link .link_btn:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #000000 transparent;
}
#link .link_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  #link .link_inner{
    flex-wrap: wrap;
    width: 80%;
    padding: 16% 0 0;
  }
  #link .link_btn {
    width: 100%;
    padding: 2.6vw 21.5%;
  }
  #link .link_btn + .link_btn {
    margin-top: 5.33vw;
  }
  #link .link_btn:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #000000 transparent;
  }  
}



#modal {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.modal_contents {
  position: relative;
  z-index: 5;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 880px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal_close_btn {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.modal_close_btn::before,
.modal_close_btn::after {
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 5px;
  background-color: #000;
}
.modal_close_btn::after {
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal_youtube {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}