.txt {
  color: #000;
}

#sec1 .row2 {
  background: #efe2d5;
  padding: 20vw 0 20vw;
}

#sec1 .row2 .photo {
  margin-left: 5%;
  position: relative;
}

#sec1 .row2 .photo::before {
  content: "";
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  position: absolute;
  top: 5vw;
  left: -5%;
  bottom: -5vw;
  right: 5%;
  z-index: 1;
}

#sec1 .row2 .photo::after {
  content: "";
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  position: absolute;
  top: 5vw;
  left: -5%;
  bottom: -5vw;
  right: 5%;
  z-index: 1;
}

#sec1 .row2 .gr-txt {
  padding-top: 20vw;
}

#sec1 .row2 .gr-txt h2 {
  width: 72%;
  margin-bottom: 10vw;
}

#sec1 .row2 .gr-txt h3 {
  letter-spacing: 0.1em;
  font-size: 6.5vw;
  line-height: 1.5;
  margin-bottom: 6vw;
}

#sec1 .row2 .gr-txt h3 span {
  letter-spacing: 0.1em;
  color: #75a4c1;
}

#sec1 .row2 .deco {
  text-align: center;
}

#sec1 .row2 .deco img {
  width: 40%;
}

#sec1 .row2 .txt-sub {
  font-weight: 500;
  text-align: center;
  padding-top: 5vw;
}

#sec2 {
  position: relative;
  padding-bottom: 5vw;
}

#sec2::before {
  content: "";
  background: url(../img/food/sec2_deco.png) no-repeat right bottom/100% auto;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 30vw;
  z-index: -1;
}

#sec2 .row {
  padding-bottom: 10vw;
}

#sec2 .row .detail dt {
  letter-spacing: 0.1em;
  font-size: 6vw;
  margin-bottom: 4vw;
}

#sec2 .row .detail dt span {
  letter-spacing: 0.1em;
  display: inline-block;
  background: #fff;
  margin-bottom: 2vw;
  padding: 2vw 3% 1vw;
}

#sec2 .row .detail dt span small {
  letter-spacing: 0.1em;
  font-size: 5vw;
}

#sec2 .row .detail dd {
  font-weight: 500;
}

#sec2 .row1 {
  margin-top: -10vw;
}

#sec2 .row2 .detail {
  margin-top: 7vw;
}

#sec2 .row3 .detail {
  margin-top: 7vw;
}

#sec2 .row3 .detail dt span {
  margin-bottom: 1vw;
}

#sec2 .row3 .detail dt span:nth-of-type(2) {
  margin-bottom: 3vw;
}

#sec2 .row4 .detail {
  margin-top: 4vw;
}

#sec2 .row4 .detail dt span {
  margin-bottom: 1vw;
}

#sec2 .row4 .detail dt span:nth-of-type(2) {
  margin-bottom: 3vw;
}

#sec3 {
  background: url(../img/food/sec3_img1.jpg) no-repeat center top/cover;
  padding: 15vw 0 20vw;
}

#sec3 .gr-txt {
  color: #fff;
}

#sec3 .gr-txt .title {
  position: relative;
  display: inline-block;
}

#sec3 .gr-txt .title h2 {
  font-size: 5.5vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 2vw;
}

#sec3 .gr-txt .title .catch {
  position: absolute;
  top: -8vw;
  right: -22%;
  width: 34%;
  z-index: 1;
}

#sec3 .gr-txt .price {
  font-size: 4vw;
}

#sec3 .gr-txt .price span {
  font-size: 5.5vw;
  letter-spacing: 0.1em;
}

#sec3 .gr-txt .txt {
  color: #fff;
  padding: 3vw 0 8vw;
}

#sec3 .gr-txt .btn-link {
  max-width: 70%;
  margin: 0 auto;
}

#sec4 {
  background: #9ac5e0;
  padding: 10vw 0 15vw;
  position: relative;
}

#sec4::before {
  content: "";
  background: url(../img/food/sec4_bg.png) no-repeat center top 2px/100% auto;
  position: absolute;
  top: -15vw;
  left: 0;
  right: 0;
  height: 15vw;
}

#sec4 h2 {
  text-align: center;
}

#sec4 h2 img {
  width: 70%;
}

#sec4 .photo {
  margin: -3vw -15% 0;
}

#sec4 h3 {
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin: 8vw auto 10vw;
  font-size: 6vw;
  position: relative;
  padding: 10vw 15%;
}

#sec4 h3::before {
  content: "";
  border-top: 5px solid #142462;
  border-right: 5px solid #142462;
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 25vw;
}

#sec4 h3::after {
  content: "";
  border-left: 5px solid #142462;
  border-bottom: 5px solid #142462;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38%;
  height: 25vw;
}

#sec4 .price-box {
  justify-content: space-between;
  margin-bottom: 4vw;
}

#sec4 .price-box dt {
  font-size: 6vw;
  letter-spacing: 0.1em;
}

#sec4 .price-box dd {
  font-size: 4.5vw;
  letter-spacing: 0.1em;
}

#sec4 .price-box dd span {
  font-size: 5.5vw;
  letter-spacing: 0.1em;
}

#sec5 {
  background: #efe2d5;
  padding: 15vw 0 15vw;
  position: relative;
}

#sec5::before {
  content: "";
  background: url(../img/food/sec5_deco2.png) no-repeat 0 0/100% auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10vw;
  width: 45%;
  height: 30vw;
}

#sec5 h2 {
  text-align: center;
  margin-bottom: 10vw;
}

#sec5 h2 img {
  width: 60%;
}

#sec5 .row {
  padding-bottom: 10vw;
}

#sec5 .row .detail {
  margin-top: 7vw;
}

#sec5 .row .detail dt {
  letter-spacing: 0.1em;
  font-size: 6vw;
  margin-bottom: 4vw;
  position: relative;
  z-index: 1;
}

#sec5 .row .detail dt span {
  letter-spacing: 0.1em;
  display: inline-block;
  background: #fff;
  margin-bottom: 2vw;
  padding: 2vw 3% 1vw;
}

#sec5 .row .detail dt span small {
  letter-spacing: 0.1em;
  font-size: 5vw;
}

#sec5 .row .detail dd {
  font-weight: 500;
}

#sec5 .row1 .detail {
  position: relative;
}

#sec5 .row1 .detail::before {
  content: "";
  background: url(../img/food/sec5_deco1.png) no-repeat 0 0/100% auto;
  position: absolute;
  top: -5vw;
  right: 0;
  width: 50%;
  height: 40vw;
}

#sec6 {
  padding: 25vw 0 0;
}

#sec6 .toggle.active .toggle-link::before {
  transform: translateX(-50%) rotate(180deg);
}

#sec6 .toggle .toggle-link {
  padding-bottom: 10vw;
  margin-bottom: 15vw;
}

#sec6 .toggle .toggle-link h2 {
  text-align: center;
  margin-bottom: 5vw;
}

#sec6 .toggle .toggle-link h2 img {
  width: 70%;
}

#sec6 .toggle .toggle-link .txt-sub {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 25px;
}

#sec6 .toggle .toggle-link::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 3vw solid transparent;
  border-right: 3vw solid transparent;
  border-top: 4vw solid #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

#sec6 .toggle .toggle-main {
  padding-bottom: 10vw;
}

#sec6 .toggle .toggle-main .list .col .item {
  font-weight: 500;
  padding-bottom: 13vw;
}

#sec6 .toggle .toggle-main .list .col .item h3 {
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 5vw;
  padding: 4vw 0;
  text-align: center;
  background: #142462;
}

#sec6 .toggle .toggle-main .list .col .item dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  align-items: flex-end;
}

#sec6 .toggle .toggle-main .list .col .item .fl-start {
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .txt {
    line-height: 42px;
  }

  #sec1 .row1 img {
    width: 100%;
    height: auto;
  }

  #sec1 .row2 {
    padding: 146px 0 119px;
  }

  #sec1 .row2 .photo {
    margin-left: 0;
    position: absolute;
    top: 0;
    left: -79px;
  }

  #sec1 .row2 .photo::before {
    top: 30px;
    left: -30px;
    bottom: -30px;
    right: 30px;
  }

  #sec1 .row2 .photo::after {
    top: 30px;
    left: -30px;
    bottom: -30px;
    right: 30px;
  }

  #sec1 .row2 .gr-txt {
    padding-top: 57px;
    width: 418px;
    margin-left: auto;
  }

  #sec1 .row2 .gr-txt h2 {
    width: auto;
    margin-bottom: 68px;
  }

  #sec1 .row2 .gr-txt h3 {
    font-size: 42px;
    line-height: 65px;
    margin-bottom: 28px;
  }

  #sec1 .row2 .deco {
    position: absolute;
    right: -125px;
    bottom: -176px;
  }

  #sec1 .row2 .deco img {
    width: auto;
  }

  #sec1 .row2 .txt-sub {
    line-height: 42px;
    padding-top: 159px;
  }

  #sec2 {
    padding-bottom: 73px;
  }

  #sec2::before {
    background: url(../img/food/sec2_deco.png) no-repeat right bottom;
    right: auto;
    left: calc(50% + 271px);
    width: 479px;
    height: 272px;
  }

  #sec2 .row {
    padding-bottom: 114px;
  }

  #sec2 .row:last-child {
    padding-bottom: 0;
  }

  #sec2 .row .detail dt {
    font-size: 32px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
  }

  #sec2 .row .detail dt span {
    margin-bottom: 10px;
    padding: 16px 17px 14px 17px;
  }

  #sec2 .row .detail dt span small {
    font-size: 26px;
  }

  #sec2 .row .detail dd {
    line-height: 42px;
    width: 380px;
  }

  #sec2 .row1 {
    margin-top: 0;
    padding-top: 100px;
  }

  #sec2 .row1 .photo {
    position: absolute;
    top: -87px;
    left: 268px;
  }

  #sec2 .row1 .detail {
    margin-left: 61px;
  }

  #sec2 .row2 {
    display: flex;
    padding-bottom: 95px;
  }

  #sec2 .row2 .photo {
    flex: 1;
  }

  #sec2 .row2 .detail {
    margin: 43px 0 0 66px;
    width: 391px;
  }

  #sec2 .row3 {
    position: relative;
    padding-bottom: 64px;
  }

  #sec2 .row3 .detail {
    margin: 20px 0 0 30px;
  }

  #sec2 .row3 .detail dt {
    margin-bottom: 16px;
  }

  #sec2 .row3 .detail dt span {
    margin-bottom: 6px;
  }

  #sec2 .row3 .detail dt span:nth-of-type(2) {
    margin-bottom: 18px;
  }

  #sec2 .row3 .detail dd {
    width: 430px;
  }

  #sec2 .row3 .photo {
    position: absolute;
    top: -20px;
    right: -44px;
  }

  #sec2 .row4 {
    display: flex;
  }

  #sec2 .row4 .detail {
    margin-top: 120px;
  }

  #sec2 .row4 .detail dt span {
    margin-bottom: 6px;
  }

  #sec2 .row4 .detail dt span:nth-of-type(2) {
    margin-bottom: 18px;
  }

  #sec2 .row4 .photo {
    margin-left: -54px;
  }

  #sec3 {
    height: 882px;
    padding: 179px 0 0;
  }

  #sec3 .gr-txt .title h2 {
    font-size: 32px;
    line-height: 60px;
    margin-bottom: 21px;
  }

  #sec3 .gr-txt .title .catch {
    top: -129px;
    right: -156px;
    width: auto;
  }

  #sec3 .gr-txt .price {
    font-size: 26px;
  }

  #sec3 .gr-txt .price span {
    font-size: 32px;
  }

  #sec3 .gr-txt .txt {
    padding: 13px 0 45px;
    width: 363px;
    line-height: 35px;
  }

  #sec3 .gr-txt .btn-link {
    max-width: 100%;
    margin: 0;
  }

  #sec4 {
    padding: 18px 0 113px;
  }

  #sec4::before {
    background: url(../img/food/sec4_bg.png) no-repeat center top 2px / cover;
    top: -250px;
    height: 250px;
  }

  #sec4 h2 img {
    width: auto;
  }

  #sec4 .photo {
    margin: -29px -132px 0 -150px;
  }

  #sec4 h3 {
    margin: 0;
    font-size: 43px;
    line-height: 70px;
    position: absolute;
    top: 302px;
    right: -45px;
    padding: 0 68px 0 76px;
  }

  #sec4 h3::before {
    width: 68px;
    height: 191px;
    top: -100px;
    right: 0;
  }

  #sec4 h3::after {
    width: 68px;
    height: 191px;
    left: 0;
    bottom: -70px;
  }

  #sec4 .price-box {
    width: 508px;
    margin: 37px 0 0 127px;
    margin-bottom: 27px;
  }

  #sec4 .price-box dt {
    font-size: 40px;
  }

  #sec4 .price-box dd {
    font-size: 26px;
  }

  #sec4 .price-box dd span {
    font-size: 32px;
  }

  #sec4 .txt {
    width: 500px;
    margin-left: 133px;
    line-height: 35px;
  }

  #sec5 {
    padding: 116px 0 143px;
  }

  #sec5::before {
    background: url(../img/food/sec5_deco2.png) no-repeat;
    left: auto;
    right: calc(50% + 356px);
    transform: none;
    bottom: -74px;
    width: 332px;
    height: 217px;
  }

  #sec5 h2 {
    margin-bottom: 71px;
  }

  #sec5 h2 img {
    width: auto;
  }

  #sec5 .row {
    padding-bottom: 108px;
  }

  #sec5 .row:last-child {
    padding-bottom: 0;
  }

  #sec5 .row .detail {
    margin-top: 77px;
    width: 320px;
  }

  #sec5 .row .detail dt {
    font-size: 32px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }

  #sec5 .row .detail dt span {
    margin-bottom: 10px;
    padding: 16px 17px 14px 17px;
  }

  #sec5 .row .detail dt span small {
    font-size: 26px;
  }

  #sec5 .row .detail dd {
    line-height: 35px;
  }

  #sec5 .row1 {
    display: flex;
  }

  #sec5 .row1 .photo {
    width: 684px;
    margin-left: -45px;
  }

  #sec5 .row1 .detail {
    margin-left: 37px;
  }

  #sec5 .row1 .detail::before {
    background: url(../img/food/sec5_deco1.png) no-repeat right top;
    top: -242px;
    right: -153px;
    width: 407px;
    height: 346px;
  }

  #sec5 .row2 {
    display: flex;
    padding-bottom: 101px;
  }

  #sec5 .row2 .photo {
    order: 2;
    margin-right: -65px;
  }

  #sec5 .row2 .detail {
    order: 1;
    margin-left: 23px;
    margin-right: -14px;
  }

  #sec5 .row2 .detail dt {
    margin-bottom: 16px;
  }

  #sec5 .row3 {
    display: flex;
  }

  #sec5 .row3 .photo {
    margin-left: -45px;
  }

  #sec5 .row3 .detail {
    margin: 53px 0 0 60px;
  }

  #sec6 {
    padding: 155px 0 0;
  }

  #sec6 .toggle .toggle-link {
    padding-bottom: 0;
    margin-bottom: 96px;
    pointer-events: none;
  }

  #sec6 .toggle .toggle-link h2 {
    margin-bottom: 44px;
  }

  #sec6 .toggle .toggle-link h2 img {
    width: auto;
  }

  #sec6 .toggle .toggle-link .txt-sub {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 35px;
  }

  #sec6 .toggle .toggle-link::before {
    content: none;
  }

  #sec6 .toggle .toggle-main {
    padding-bottom: 63px;
    display: block !important;
  }

  #sec6 .toggle .toggle-main .list {
    display: flex;
    justify-content: space-between;
  }

  #sec6 .toggle .toggle-main .list .col {
    width: 300px;
  }

  #sec6 .toggle .toggle-main .list .col .item {
    padding-bottom: 60px;
  }

  #sec6 .toggle .toggle-main .list .col .item h3 {
    font-size: 20px;
    padding: 11px 0 13px;
  }

  #sec6 .toggle .toggle-main .list .col .item dl {
    padding: 16px 0;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  #sec4 h3 {
    right: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #sec6 .toggle .toggle-main .list .col .item dl {
    font-size: 14px;
    letter-spacing: 0;
  }

  #sec4 h3 {
    right: 10px;
  }

  #sec1 .row2 .gr-txt {
    margin-right: 40px;
  }

  #sec6 .toggle .toggle-main .list .col {
    width: 310px;
  }
}

.food_menu_sm {
  line-height: 140%;
  display: block;
}
