@media only screen and (min-width: 1081px) {
  .key_fade .key_img {
    background: url(../img/takeout/key_img3.jpg) no-repeat center/cover;
  }
  .key_fade img {
    display: none;
  }
}
@media only screen and (max-width: 1081px) {
  .key_img {
    width: 100%;
  }
  .key_img img {
    width: 100%;
    height: auto;
  }
}
.header_btn {
  left: calc(50% - 350px);
}

.wrap {
  width: 1085px;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .wrap {
    width: 100% !important;
    padding: 0 3.2%;
  }
}

.nav-fixed .wrap {
  width: 1000px;
}

.wrap-section {
  background: url(../img/takeout/wrap_section_bg.jpg) repeat center top;
  position: relative;
}
.wrap-section::before {
  content: "";
  top: 8px;
  left: 8px;
  position: absolute;
  border: 1px solid #000;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  z-index: 1;
}
@media only screen and (max-width: 1080px) {
  .wrap-section::before {
    top: 20px;
    left: 3.2%;
    width: 93.6%;
    height: calc(100% - 42px);
  }
}

.price .price-tag {
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 3.6px;
  color: #b62727;
  font-weight: 600;
  margin-bottom: 12px;
}
.price .price-tag span {
  font-size: 20px;
}
.price .tel {
  padding-top: 12px;
  position: relative;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2.88px;
  font-weight: 500;
  margin-bottom: 10px;
}
.price .tel p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2.04px;
  font-weight: 600;
}
.price .tel a {
  text-decoration: none;
}
.price .tel a:active {
  text-decoration: none;
}
.price .tel::before {
  position: absolute;
  content: "";
  width: 343px;
  height: 2px;
  background: #000;
  top: 0;
  left: 5px;
}
@media only screen and (max-width: 1080px) {
  .price {
    margin-bottom: 4vw;
    width: 100%;
    text-align: center;
  }
  .price .price-tag {
    width: 100%;
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
  .price .price-tag span {
    font-size: 4vw;
  }
  .price .tel {
    padding-top: 4vw;
    margin-bottom: 2vw;
    width: 100%;
    font-size: 4vw;
  }
  .price .tel p {
    font-size: 2.8vw;
    margin-bottom: 1vw;
  }
  .price .tel::before {
    width: 100%;
    left: 0;
  }
  .price .sec-btn {
    max-width: 340px;
    margin: auto;
  }
  .price .sec-btn a img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 580px) {
  .price .price-tag {
    font-size: 8vw;
  }
  .price .price-tag span {
    font-size: 5vw;
  }
  .price .tel {
    font-size: 6.5vw;
  }
  .price .tel p {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
}

#sec1 {
  padding-top: 52px;
}
#sec1 .wrap .title {
  margin-bottom: 40px;
}
#sec1 .wrap .sec1-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
#sec1 .wrap .sec1-info .sec1-content {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.92px;
  font-weight: 600;
}
#sec1 .wrap .sec1-info .info-btn-list {
  display: flex;
  gap: 10px;
  margin-right: 80px;
  margin-bottom: 12px;
}
#sec1 .wrap .sec1-info .info-btn-list .sec1-btn {
  width: 70px;
  height: 308px;
  background: url(../img/takeout/sec1_card.png) no-repeat center;
  background-size: cover;
}
#sec1 .wrap .sec1-info .info-btn-list .sec1-btn a {
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec1 .wrap .sec1-info .info-btn-list .sec1-btn a:hover {
  text-decoration: none;
}
#sec1 .wrap .sec1-info .info-btn-list .sec1-btn a span {
  color: #fff;
  font-size: 20px;
  line-height: 65px;
  letter-spacing: 8px;
  font-style: italic;
}
#sec1 .wrap .sec1-info .info-btn-list .sec1-btn:hover {
  opacity: 0.9;
  transition: 0.3s;
}
#sec1 .wrap .sec1-line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
#sec1 .wrap .sec1-line a {
  position: relative;
  z-index: 1;
}
#sec1 .wrap .sec1-line::before {
  position: absolute;
  content: "";
  bottom: 21px;
  right: -43px;
  background: url(../img/takeout/sec1_line_deco.png) no-repeat center;
  width: 118px;
  height: 98px;
  z-index: 2;
}
#sec1 .wrap .sec1-end {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 3px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 25px;
}
#sec1 .wrap::before {
  position: absolute;
  content: "";
  background: url("../img/takeout/sec1_deco.png") no-repeat center;
  width: 169px;
  height: 139px;
  right: 96px;
  top: -15px;
}
@media only screen and (max-width: 1080px) {
  #sec1 {
    padding-top: 0;
  }
  #sec1 .wrap .title {
    width: 100%;
    margin: 0;
  }
  #sec1 .wrap .title img {
    width: 100%;
    height: auto;
  }
  #sec1 .wrap .sec1-info {
    display: block;
    margin-bottom: 30px;
  }
  #sec1 .wrap .sec1-info .sec1-content {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 50px;
  }
  #sec1 .wrap .sec1-info .info-btn-list {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #sec1 .wrap .sec1-info .info-btn-list .sec1-btn {
    height: 46vw;
    width: 10vw;
  }
  #sec1 .wrap .sec1-info .info-btn-list .sec1-btn:nth-child(1) {
    background: url(../img/takeout/sec1-btn1.jpg) no-repeat center;
    background-size: cover;
  }
  #sec1 .wrap .sec1-info .info-btn-list .sec1-btn:nth-child(2) {
    background: url(../img/takeout/sec1-btn2.jpg) no-repeat center;
    background-size: cover;
  }
  #sec1 .wrap .sec1-info .info-btn-list .sec1-btn:nth-child(3) {
    background: url(../img/takeout/sec1-btn3.jpg) no-repeat center;
    background-size: cover;
  }
  #sec1 .wrap .sec1-info .info-btn-list .sec1-btn:nth-child(4) {
    background: url(../img/takeout/sec1-btn4.jpg) no-repeat center;
    background-size: cover;
  }
  #sec1 .wrap .sec1-info .info-btn-list .sec1-btn:nth-child(5) {
    background: url(../img/takeout/sec1-btn5.jpg) no-repeat center;
    background-size: cover;
  }
  #sec1 .wrap .sec1-line {
    width: 88%;
  }
  #sec1 .wrap .sec1-line a {
    width: 100%;
  }
  #sec1 .wrap .sec1-line a img {
    width: 100%;
    height: auto;
  }
  #sec1 .wrap .sec1-line::before {
    background-size: cover;
    width: 15vw;
    height: 12vw;
    bottom: 10%;
    right: -6%;
  }
  #sec1 .wrap::before {
    display: none;
  }
}

#sec2 {
  padding-top: 90px;
}
#sec2 .wrap .top {
  position: relative;
}
#sec2 .wrap .top .box {
  width: 928px;
  margin: 0 auto;
  position: relative;
}
#sec2 .wrap .top .box h2 {
  position: absolute;
  top: -29px;
  left: 0;
  z-index: 2;
}
#sec2 .wrap .top .box .sec2-img {
  width: 100%;
  z-index: 1;
}
#sec2 .wrap .top .box .sec2-img img {
  width: 100%;
  height: auto;
}
#sec2 .wrap .top::before {
  position: absolute;
  content: "";
  background: url(../img/takeout/sec2_deco.png) no-repeat center;
  background-size: cover;
  width: 225px;
  height: 191px;
  bottom: 0;
  left: -58px;
  z-index: 2;
}
#sec2 .wrap .bottom {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 30px;
}
#sec2 .wrap .bottom .sec2-content {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1.92px;
  font-weight: 600;
  width: 55%;
  margin-left: 30px;
}
#sec2 .wrap .bottom .price {
  width: 46%;
  margin-left: 40px;
}
@media only screen and (max-width: 1080px) {
  #sec2 {
    padding-top: 15vw;
  }
  #sec2 .wrap .top .box {
    width: 100%;
  }
  #sec2 .wrap .top .box h2 {
    width: 14vw;
    top: -7%;
  }
  #sec2 .wrap .top .box h2 img {
    width: 100%;
    height: auto;
  }
  #sec2 .wrap .top::before {
    left: 5%;
    bottom: -15%;
    width: 20vw;
    height: 17vw;
  }
  #sec2 .wrap .bottom {
    display: block;
    margin-top: 5vw;
  }
  #sec2 .wrap .bottom .price {
    margin-left: 0;
    width: 100%;
  }
  #sec2 .wrap .bottom .sec2-content {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    line-height: 26px;
  }
}

#sec3 {
  padding-top: 138px;
  position: relative;
}
#sec3 .wrap h2.pc {
  position: absolute;
  left: -78px;
  top: -35px;
  transform: translateY(-100%);
  display: flex;
  align-items: flex-end;
}
#sec3 .wrap h2.pc .price-tag {
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 3.6px;
  color: #b62727;
  font-weight: 600;
  margin-left: 50px;
}
#sec3 .wrap h2.pc .price-tag span {
  font-size: 20px;
}
@media only screen and (max-width: 1080px) {
  #sec3 .wrap h2.pc {
    display: none;
  }
}
#sec3 .wrap .right {
  width: 815px;
  position: absolute;
  bottom: 0;
  right: -210px;
}
#sec3 .wrap .right .sec3-img {
  width: 100%;
}
#sec3 .wrap .right .sec3-img img {
  width: 100%;
  height: auto;
}
#sec3 .wrap .left {
  display: flex;
  flex-direction: column-reverse;
  margin-left: -78px;
  margin-top: 30px;
  flex: 1;
  padding-bottom: 66px;
}
#sec3 .wrap .left .sec3-content {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1.92px;
  font-weight: 600;
  margin-bottom: 36px;
}
#sec3 .wrap .left .price .tel {
  position: relative;
}
#sec3 .wrap .sec3-img-deco {
  position: absolute;
  bottom: 50%;
  left: 309px;
  transform: translateY(80%);
  z-index: 2;
}
@media only screen and (max-width: 1260px) {
  #sec3 .wrap {
    width: 900px;
  }
  #sec3 .wrap .right {
    right: unset;
    left: 475px;
  }
}
@media only screen and (max-width: 1080px) {
  #sec3 {
    padding-top: 15vw;
    padding-bottom: 10vw;
  }
  #sec3 .wrap {
    display: block;
    width: 100%;
  }
  #sec3 .wrap .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    left: 0;
  }
  #sec3 .wrap .right h2.sp {
    position: absolute;
    left: 0;
    top: 10%;
    z-index: 2;
    width: 43vw;
  }
  #sec3 .wrap .right h2.sp img {
    width: 100%;
    height: auto;
  }
  #sec3 .wrap .right .sec3-img {
    width: 106.4%;
    position: relative;
    right: -3.4%;
  }
  #sec3 .wrap .right .sec3-img-deco {
    left: -3.4%;
    transform: unset;
    bottom: -65%;
    width: 65vw;
  }
  #sec3 .wrap .right .sec3-img-deco img {
    width: 100%;
    height: auto;
  }
  #sec3 .wrap .left {
    display: block;
    margin-top: 23vw;
    margin-left: 0;
    padding-bottom: 0;
  }
  #sec3 .wrap .left .price .price-tag {
    text-align: right;
  }
  #sec3 .wrap .left .sec3-content {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    margin-left: 0;
    margin-bottom: 0;
  }
}

#sec4 {
  padding-top: 182px;
}
#sec4 .wrap .sec4-top.pc .sec4-img1 {
  position: relative;
  z-index: 2;
}
#sec4 .wrap .sec4-top.pc .sec4-img1 .img-1 {
  width: 808px;
  position: absolute;
  top: 0;
  right: 360px;
}
#sec4 .wrap .sec4-top.pc .sec4-img1 .img-1 img {
  width: 100%;
  height: auto;
}
#sec4 .wrap .sec4-top.pc .sec4-img1 h2 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -61px;
  right: -92px;
  padding-bottom: 305px;
}
#sec4 .wrap .sec4-top.pc .sec4-img2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -220px;
  position: relative;
  z-index: 1;
}
#sec4 .wrap .sec4-top.pc .sec4-img2 .img-2 {
  width: 495px;
  margin-right: -61px;
  position: relative;
}
#sec4 .wrap .sec4-top.pc .sec4-img2 .img-2::before {
  position: absolute;
  content: "";
  background: url(../img/takeout/sec4_deco.png) no-repeat;
  width: 226px;
  height: 191px;
  right: 40px;
  top: 0;
  transform: translateY(-50%);
  z-index: 2;
}
#sec4 .wrap .sec4-top.pc .sec4-img2 .sec4-info {
  margin-left: 88px;
}
#sec4 .wrap .sec4-top.pc .sec4-img2 .sec4-info h3 {
  margin-bottom: 25px;
}
#sec4 .wrap .sec4-top.pc .sec4-img2 .sec4-info .price-tag {
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 3.6px;
  color: #b62727;
  font-weight: 600;
  margin-bottom: 12px;
}
#sec4 .wrap .sec4-top.pc .sec4-img2 .sec4-info .price-tag span {
  font-size: 20px;
}
#sec4 .wrap .sec4-bottom {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: 88px;
  position: relative;
}
#sec4 .wrap .sec4-bottom .price {
  margin-top: 20px;
  margin-left: 30px;
}
#sec4 .wrap .sec4-bottom .sec4-content {
  width: 40%;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1.92px;
  font-weight: 600;
}
#sec4 .wrap .sec4-bottom::before {
  position: absolute;
  content: "";
  width: 168px;
  height: 139px;
  background: url(../img/takeout/sec4_mid_deco.png) no-repeat;
  top: -64px;
  left: -130px;
}
@media only screen and (max-width: 1080px) {
  #sec4 .wrap .sec4-bottom::before {
    display: none;
  }
}
@media only screen and (max-width: 1320px) {
  #sec4 .wrap {
    width: 1000px;
  }
  #sec4 .wrap .sec4-bottom .sec4-content {
    width: 44%;
  }
}
@media only screen and (max-width: 1200px) {
  #sec4 .wrap {
    width: 990px;
  }
}
@media only screen and (max-width: 1080px) {
  #sec4 {
    padding-top: 8vw;
  }
  #sec4 .wrap .sec4-top.sp h2 {
    width: 40vw;
    margin: 0 auto;
    margin-bottom: 4vw;
  }
  #sec4 .wrap .sec4-top.sp h2 img {
    width: 100%;
    height: auto;
  }
  #sec4 .wrap .sec4-top.sp .sec4-img {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  #sec4 .wrap .sec4-top.sp .sec4-img img {
    width: 100%;
    height: auto;
  }
  #sec4 .wrap .sec4-top.sp h3 {
    width: 35vw;
    margin: 0 auto;
    margin-bottom: 4.2vw;
  }
  #sec4 .wrap .sec4-top.sp h3 img {
    width: 100%;
    height: auto;
  }
  #sec4 .wrap .sec4-bottom {
    display: block;
    width: 98%;
    margin: 0 auto;
    padding: 0;
  }
  #sec4 .wrap .sec4-bottom .price {
    margin: 0;
    margin-bottom: 3vw;
  }
  #sec4 .wrap .sec4-bottom .sec4-content {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }
}

#sec5 {
  padding-top: 215px;
  padding-bottom: 92px;
  position: relative;
}
#sec5 .wrap .right {
  position: absolute;
  width: 699px;
  left: 342px;
  top: -113px;
}
#sec5 .wrap .right .sec5-img {
  width: 100%;
}
#sec5 .wrap .right .sec5-img img {
  width: 100%;
  height: auto;
}
#sec5 .wrap .right h2 {
  position: absolute;
  top: -47px;
  left: -22px;
  z-index: 2;
}
#sec5 .wrap .right::before {
  position: absolute;
  content: "";
  width: 168px;
  height: 139px;
  background: url(../img/takeout/sec5_deco.png) no-repeat;
  right: -92px;
  top: -79px;
}
@media only screen and (max-width: 1080px) {
  #sec5 .wrap .right::before {
    display: none;
  }
}
#sec5 .wrap .left {
  width: 450px;
  margin-left: -139px;
  display: flex;
  flex-direction: column-reverse;
}
#sec5 .wrap .left .sec5-content {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1.92px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1439px) {
  #sec5 .wrap {
    width: 900px;
  }
}
@media only screen and (max-width: 1200px) {
  #sec5 .wrap {
    width: 770px;
  }
}
@media only screen and (max-width: 1080px) {
  #sec5 {
    padding-top: 0;
    padding-bottom: 10vw;
  }
  #sec5 .wrap {
    width: 100% !important;
    display: block;
  }
  #sec5 .wrap .right {
    width: 100%;
    margin-bottom: 3vw;
    position: relative;
    top: unset;
    left: unset;
  }
  #sec5 .wrap .right h2 {
    position: relative;
    top: unset;
    left: unset;
  }
  #sec5 .wrap .left {
    width: 98%;
    margin: 0 auto;
    display: block;
  }
  #sec5 .wrap .left .price {
    margin-bottom: 3vw;
  }
  #sec5 .wrap .left .sec5-content {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
  }
}

#sec6 {
  padding-top: 142px;
  padding-bottom: 190px;
  background: url(../img/takeout/sec6_bg.jpg) repeat center top;
}
#sec6 .wrap .top-sec {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin-bottom: 46px;
  position: relative;
}
#sec6 .wrap .top-sec h2 {
  position: relative;
  top: -99px;
}
#sec6 .wrap .top-sec::before {
  position: absolute;
  content: "";
  background: url(../img/takeout/sec6_deco_top.png) no-repeat;
  width: 158px;
  height: 137px;
  right: -69px;
  bottom: -11px;
}
@media only screen and (max-width: 1080px) {
  #sec6 .wrap .top-sec::before {
    display: none;
  }
}
#sec6 .wrap .mid-sec {
  position: relative;
  margin-bottom: 48px;
}
#sec6 .wrap .mid-sec h3 {
  margin-left: 229px;
  margin-bottom: 25px;
}
#sec6 .wrap .mid-sec .sec-info {
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 120px;
}
#sec6 .wrap .mid-sec .sec-info .sec6-content {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1.92px;
  font-weight: 600;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
#sec6 .wrap .mid-sec .sec-info .price .tel::before {
  display: none;
}
#sec6 .wrap .mid-sec .mid-img {
  position: absolute;
  width: 699px;
  height: 579px;
  top: 124px;
  left: -107px;
}
#sec6 .wrap .mid-sec::before {
  position: absolute;
  content: "";
  background: url(../img/takeout/sec6_deco_bot.png) no-repeat;
  width: 166px;
  height: 139px;
  top: 43px;
  left: -84px;
}
@media only screen and (max-width: 1080px) {
  #sec6 .wrap .mid-sec::before {
    display: none;
  }
}
#sec6 .wrap .bot-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 33px;
  margin-right: 35px;
}
#sec6 .wrap .bot-sec .sec6-card {
  display: flex;
  justify-content: flex-end;
}
#sec6 .wrap .bot-sec .sec6-card:nth-child(1) {
  grid-area: 1/2/2/3;
}
#sec6 .wrap .bot-sec .sec6-card:nth-child(2) {
  grid-area: 2/1/3/2;
}
#sec6 .wrap .bot-sec .sec6-card:nth-child(3) {
  grid-area: 2/2/3/3;
}
@media only screen and (max-width: 1080px) {
  #sec6 {
    padding-top: 0;
    padding-bottom: 10vw;
  }
  #sec6 .wrap .top-sec {
    display: block;
    margin-bottom: 8vw;
  }
  #sec6 .wrap .top-sec h2 {
    top: 0;
    width: 100%;
  }
  #sec6 .wrap .top-sec h2 img {
    width: 100%;
    height: auto;
  }
  #sec6 .wrap .top-sec .top-img {
    width: 98%;
    margin: 0 auto;
    margin-top: -11vw;
  }
  #sec6 .wrap .top-sec .top-img img {
    width: 100%;
    height: auto;
  }
  #sec6 .wrap .mid-sec {
    margin-bottom: 5vw;
  }
  #sec6 .wrap .mid-sec h3 {
    width: 55vw;
    margin: 0 auto;
    margin-bottom: 8vw;
  }
  #sec6 .wrap .mid-sec h3 img {
    width: 100%;
    height: auto;
  }
  #sec6 .wrap .mid-sec .sec-info {
    margin: 0;
    width: 98%;
  }
  #sec6 .wrap .mid-sec .sec-info .sec6-content {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  #sec6 .wrap .mid-sec .sec-info .price {
    margin-bottom: 10vw;
  }
  #sec6 .wrap .mid-sec .mid-img {
    position: relative;
    top: unset;
    left: unset;
    width: 98%;
    height: auto;
  }
  #sec6 .wrap .mid-sec .mid-img img {
    width: 100%;
    height: auto;
  }
  #sec6 .wrap .bot-sec {
    display: block;
    margin: 0;
  }
  #sec6 .wrap .bot-sec .sec6-card {
    margin-bottom: 5vw;
  }
  #sec6 .wrap .bot-sec .sec6-card img {
    width: 100%;
    height: auto;
  }
  #sec6 .wrap .bot-sec .sec6-card:last-child {
    margin: 0;
  }
}/*# sourceMappingURL=takeout.css.map */