.section-hero {
  background-image: url(../img/food/hero.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.main-wrapper {
  background-image: linear-gradient(to bottom, #052656 250px, #0d1828 500px);
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .main-wrapper {
    background-image: linear-gradient(to bottom, #052656 162px, #0d1828 325px);
  }
}

.section:not(.section-works) {
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .section:not(.section-works) {
    padding-bottom: 50px;
  }
}

.section:not(.section-works) .headline .lead {
  line-height: 1;
}

.section-intro {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .section-intro {
    padding-top: 10px;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }
}

.main-wrapper .page-bar{
  z-index:10;
}
.section-intro .main-img {
  position: relative;
  z-index: 0;
}

.section-intro .main-img img{
  /* margin-top:-130px; */
  width: 100%;
  z-index:0;
}
@media only screen and (max-width: 767px) {
  .section-intro .main-img {
    margin-left: -15px;
    margin-right: -15px;
  }
  .section-intro .main-img img {
    width: 100%;
    margin-top: 0;
  }
}

.section-intro .main-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 580px;
  background-image: url(../img/food/unagi-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  bottom: 52px;
  left: -20px;
  z-index: -1;
  transform: translate(0, 100%);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .section-intro .main-img::before {
    background-size: 235px;
    background-position: -24px 39px;
  }
}

.section-intro .headline {
  padding-left: 80px;
  margin-top: -218px;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .section-intro .headline {
    padding-left: 5px;
    margin-top: -54px;
  }
}

.section-intro .headline .hukidasi {
  margin-bottom: 20px;
  margin-left: -26px;
}

@media only screen and (max-width: 767px) {
  .section-intro .headline .hukidasi {
    width: 28%;
    margin-left: -12px;
    margin-bottom: 11px;
  }
  .section-intro .headline .hukidasi img {
    width: 100%;
  }
}

.section-intro .headline .unagi {
  position: absolute;
  top: 20px;
  right: -15px;
}

@media only screen and (max-width: 767px) {
  .section-intro .headline .unagi {
    top: 40px;
    right: -50px;
    width: 67%;
  }
  .section-intro .headline .unagi img {
    width: 100%;
  }
}

.section-intro .headline h2 {
  margin-bottom: 52px;
}

@media only screen and (max-width: 767px) {
  .section-intro .headline h2 {
    width: 46.2%;
  }
  .section-intro .headline h2 img {
    width: 100%;
  }
}

.section-intro .headline .lead {
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .section-intro .headline .lead {
    width: 54%;
  }
  .section-intro .headline .lead img {
    width: 100%;
  }
}

.section-intro .content {
  padding-left: 80px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section-intro .content {
    padding: 0 5px;
  }
}

.section-intro .content > p {
  letter-spacing: 0.1em;
  line-height: 2.25;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .section-intro .content > p {
    margin-bottom: 45px;
  }
}

.section-intro .bnr {
  margin-left: -80px;
}

@media only screen and (max-width: 767px) {
  .section-intro .bnr {
    margin-left: -3.2vw;
    margin-right: -3.2vw;
  }
}

.section-secret .headline h2 {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .section-secret .headline h2 img {
    width: 100%;
  }
}

.section-secret .headline .lead {
  text-align: center;
  margin-bottom: 43px;
}

@media only screen and (max-width: 767px) {
  .section-secret .headline .lead img {
    width: 100%;
  }
}

.section-secret .content {
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .section-secret .content {
    padding: 0 3.2vw;
  }
}

.section-secret .content ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  .section-secret .content ul {
    display: block;
    margin-bottom: 50px;
  }
}

.section-secret .content ul li {
  width: 320px;
}

@media only screen and (max-width: 767px) {
  .section-secret .content ul li {
    width: 100%;
  }
}

.section-secret .content ul li:not(:last-of-type) {
  margin-bottom: 50px;
}

.section-secret .content ul li:nth-of-type(1) .img {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-secret .content ul li:nth-of-type(1) .img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-secret .content ul li:nth-of-type(2) .img {
  padding-top: 21px;
}

@media only screen and (max-width: 767px) {
  .section-secret .content ul li:nth-of-type(2) .img {
    padding-top: 0;
    padding-bottom: 81px;
  }
}

.section-secret .content ul li:nth-of-type(2) .img img:nth-of-type(2) {
  position: absolute;
  left: 0;
  bottom: -13px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .section-secret .content ul li:nth-of-type(2) .img img:nth-of-type(2) {
    width: 150px;
    left: 50%;
    transform: translateX(-90%);
  }
}

.section-secret .content ul li:nth-of-type(2) .img img:nth-of-type(3) {
  position: absolute;
  right: 5px;
  bottom: 11px;
}

@media only screen and (max-width: 767px) {
  .section-secret .content ul li:nth-of-type(2) .img img:nth-of-type(3) {
    width: 140px;
    right: 50%;
    transform: translateX(80%);
  }
}

.section-secret .content ul li:nth-of-type(3) .img {
  padding-top: 21px;
}

@media only screen and (max-width: 767px) {
  .section-secret .content ul li:nth-of-type(3) .img {
    padding-top: 0;
    padding-bottom: 81px;
  }
}

.section-secret .content ul li:nth-of-type(3) .img img:nth-of-type(2) {
  position: absolute;
  right: -5px;
  bottom: 10px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .section-secret .content ul li:nth-of-type(3) .img img:nth-of-type(2) {
    width: 221px;
    right: 50%;
    transform: translateX(50%);
  }
}

.section-secret .content ul li .img {
  height: 356px;
  margin-bottom: 42px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section-secret .content ul li .img {
    height: auto;
    margin-bottom: 28px;
  }
  .section-secret .content ul li .img img {
    width: 100%;
  }
}

.section-secret .content ul li h3 {
  text-align: center;
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  .section-secret .content ul li h3 {
    margin-bottom: 25px;
  }
  .section-secret .content ul li h3 img {
    width: 100%;
  }
}

.section-secret .content ul li p {
  letter-spacing: 0.1em;
  line-height: 2.3;
  text-align: justify;
}

.section-secret .content .video {
  text-align: center;
  position: relative;
  margin-bottom: 78px;
}

@media only screen and (max-width: 767px) {
  .section-secret .content .video {
    margin-bottom: 50px;
    margin-left: -3.2vw;
    margin-right: -3.2vw;
  }
}

.section-secret .content .video video {
  width: 960px;
}

@media only screen and (max-width: 767px) {
  .section-secret .content .video video {
    width: 100%;
  }
}

.section-secret .content .video::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../img/common/play.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .section-secret .content .video::before {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-secret .content .panel {
    margin-left: -6.4vw;
    margin-right: -6.4vw;
  }
}

.section-secret .content .panel-in {
  padding: 30px;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  background: #112e57;
}

@media only screen and (max-width: 767px) {
  .section-secret .content .panel-in {
    display: block;
    padding: 25px 25px 55px;
  }
}

@media only screen and (max-width: 767px) {
  .section-secret .content .panel-in .img {
    margin-bottom: 36px;
  }
  .section-secret .content .panel-in .img img {
    width: 100%;
  }
}

.section-secret .content .panel-in .txt {
  width: 560px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .section-secret .content .panel-in .txt {
    width: auto;
    padding-left: 0;
  }
}

.section-secret .content .panel-in .txt h3 {
  margin-bottom: 23px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .section-secret .content .panel-in .txt h3 {
    margin-bottom: 30px;
  }
  .section-secret .content .panel-in .txt h3 img {
    width: 100%;
  }
}

.section-secret .content .panel-in .txt p {
  line-height: 2.25;
}

@media only screen and (max-width: 767px) {
  .section-secret .content .panel-in .txt p {
    font-size: 1.4rem;
  }
}

.section-kodawari {
  padding-bottom: 160px !important;
}

@media only screen and (max-width: 767px) {
  .section-kodawari {
    padding-bottom: 80px !important;
  }
}

.section-kodawari .headline h2 {
  text-align: center;
  margin-bottom: 70px;
  padding-top: 23px;
}

@media only screen and (max-width: 767px) {
  .section-kodawari .headline h2 {
    margin-bottom: 33px;
    padding-top: 0;
  }
  .section-kodawari .headline h2 img {
    width: 100%;
  }
}

.section-kodawari .content {
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .section-kodawari .content {
    padding: 0;
    margin-left: -3.2vw;
    margin-right: -3.2vw;
  }
}

.section-kodawari .content ul {
  margin-bottom: 97px;
}

@media only screen and (max-width: 767px) {
  .section-kodawari .content ul {
    margin-bottom: 40px;
  }
}

.section-kodawari .content ul li {
  background: #fff;
  color: #424242;
  display: flex;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section-kodawari .content ul li {
    display: block;
  }
}

.section-kodawari .content ul li:not(:last-of-type) {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .section-kodawari .content ul li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.section-kodawari .content ul li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

@media only screen and (max-width: 767px) {
  .section-kodawari .content ul li:not(:last-of-type)::after {
    border-width: 20px 20px 0 20px;
  }
}

.section-kodawari .content ul li .img {
  width: 320px;
}

@media only screen and (max-width: 767px) {
  .section-kodawari .content ul li .img {
    width: auto;
  }
  .section-kodawari .content ul li .img img {
    width: 100%;
  }
}

.section-kodawari .content ul li .txt {
  width: 720px;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .section-kodawari .content ul li .txt {
    width: auto;
    padding: 40px 27px 45px;
    font-size: 1.4rem;
  }
}

.section-kodawari .content ul li .txt h3 {
  margin-bottom: 0.75em;
}

@media only screen and (max-width: 767px) {
  .section-kodawari .content ul li .txt h3 {
    margin-bottom: 20px;
  }
  .section-kodawari .content ul li .txt h3 img {
    width: 100%;
  }
}

.section-kodawari .content ul li .txt p {
  line-height: 1.7;
  letter-spacing: 0em;
}

.section .bnr {
  text-align: center;
  margin-bottom: 30px;
}

.section .bnr + .bnr {
  margin-top: 4em;
}

@media only screen and (max-width: 767px) {
  .section .bnr {
    margin-bottom: 0;
  }
  .section .bnr + .bnr {
    margin-top: 1.5em;
  }
}

.section .bnr a {
  display: inline-block;
  position: relative;
}

.section .bnr a:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .section .bnr a img {
    width: 100%;
  }
}

.section .bnr a p {
  font-size: 1.9rem;
  padding: 7px 38px;
  background: #000;
  border-radius: 50px;
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

@media only screen and (max-width: 767px) {
  .section .bnr a p {
    display: none;
  }
}

/* 秒数追加 */
.section-secret .content .video p {
  font-size: 23px;
  margin-bottom: 35px;
}