body {
  --serif: 'Noto Serif JP';
  --roboto: 'Roboto';
  --mincho: 'Zen Old Mincho';
  --sans: 'Noto Sans JP';
}

.tel-ct {
  font-size: 7.7vw;
}
.tel-ct dt {
  color: #fff;
  font-family: var(--serif);
  font-size: 100%;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  letter-spacing: 0.045em;
}
.tel-ct dt .tit {
  font-size: 0.524em;
  font-weight: 500;
  letter-spacing: normal;
}
.tel-ct dt .tel-icon {
  padding: 0.1em 0 0.1em 12%;
  position: relative;
}
.tel-ct dt .tel-icon::before {
  content: '';
  position: absolute;
  background: url(../img/takeout/tel_icon.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 1em;
  height: auto;
  top: 0.4em;
  left: 0;
}
.tel-ct dd {
  font-size: 0.317em;
  line-height: 1.6em;
}

#key {
  min-height: 104vw;
  position: relative;
}
#key .img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#key .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec1 {
  position: relative;
}
#sec1::before {
  content: '';
  position: absolute;
  background: url(../img/takeout/bar_deco1.png) repeat-x;
  background-size: cover;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#sec1 .row1 {
  padding-top: 15vw;
  position: relative;
  margin-bottom: 20vw;
}
#sec1 .row1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150vw;
}
#sec1 .row1 .bg img {
  object-position: center bottom;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec1 .row1 .flex .img {
  margin-bottom: 5vw;
}
#sec1 .row1 .flex .img img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
#sec1 .row1 .flex .desc h2 {
  margin: 0 auto 6vw;
  width: 70vw;
}
#sec1 .row2 {
  margin-bottom: -6vw;
  position: relative;
  z-index: 1;
}
#sec1 .row2 .img {
  position: relative;
  z-index: 1;
}
#sec1 .row2 .img::before {
  content: '';
  position: absolute;
  background: url(../img/takeout/sec1_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 162/246;
  width: 20vw;
  height: auto;
  top: -20vw;
  right: -3%;
  z-index: 1;
}
#sec1 .row2 .desc {
  margin: -5vw 0 0 -4.4%;
  padding: 12vw 5% 8vw;
  background: url(../img/shared/bg3.jpg) repeat;
  background-position: center top;
}
#sec1 .row2 .desc h3 {
  font-size: 5.7vw;
  font-family: var(--serif);
  font-weight: 500;
  margin-bottom: 5vw;
  line-height: 1.6em;
}
#sec1 .row2 .desc h3 .orange {
  color: #f1850d;
  font-size: 128.5714285714%;
}
#sec1 .slide-infinity li {
  width: 126.7vw;
  margin: 0 4.23%;
}
#sec1 .slide-infinity li img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

#sec2 {
  padding: 10vw 0 15vw;
}
#sec2 h2 {
  text-align: center;
  font-size: 7.3vw;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 6vw;
  position: relative;
}
#sec2 h2::before {
  position: absolute;
  content: '';
  background: url(../img/takeout/deco_title2.png) no-repeat;
  background-size: contain;
  aspect-ratio: 865/222;
  width: 90vw;
  height: auto;
  top: calc(50% + 3vw);
  left: calc(50% + 1vw);
  transform: translate(-50%, -50%);
  z-index: -1;
}
#sec2 .list {
  margin-bottom: 8vw;
}
#sec2 .list .item {
  text-align: center;
}
#sec2 .list .item .img {
  margin-bottom: 5vw;
}
#sec2 .list .item .tit {
  font-size: 5.7vw;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 4vw;
}
#sec2 .list .item .tit .note {
  display: block;
  font-size: 14px;
}
#sec2 .list .item .txt {
  text-align: center;
  font-size: 4vw;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
}
#sec2 .list .item .txt .price {
  font-size: 140%;
}
#sec2 .row .ttl {
  margin-bottom: 5vw;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5vw 1%;
  text-align: center;
  font-size: 4.6vw;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
  position: relative;
}
#sec2 .row .ttl::before {
  content: '';
  position: absolute;
  inset: 2px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: -1;
}
#sec2 .row .ttl .small {
  font-size: 72%;
}
#sec2 .row .group .dish li {
  padding-left: 10px;
  position: relative;
}
#sec2 .row .group .dish li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #fff;
  border-radius: 100%;
  width: 3px;
  height: 3px;
}
#sec2 .row_h3 {
  text-align: center;
  margin:0 0 5vw;
}

#sec3 {
  padding: 15vw 0;
  text-align: center;
  color: #000;
  background: var(--bg6);
  background-position: center top;
  position: relative;
  z-index: 1;
}
#sec3::before {
  content: '';
  position: absolute;
  background-color: #ececec;
  width: 23.3333333333%;
  top: 0;
  height: 244vw;
  left: 0;
  z-index: -1;
}
#sec3::after {
  content: '';
  position: absolute;
  background: url(../img/takeout/sec3_bg1.png) no-repeat;
  background-size: cover;
  background-position: top center;
  height: 70vw;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#sec3 h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 7.3vw;
  line-height: 1.8em;
  margin-bottom: 6vw;
  position: relative;
}
#sec3 h2::before {
  position: absolute;
  content: '';
  background: url(../img/takeout/deco_title.png) no-repeat;
  background-size: contain;
  aspect-ratio: 806/371;
  width: 70vw;
  height: auto;
  top: calc(50% - 1vw);
  left: calc(50% + 7vw);
  transform: translate(-50%, -50%);
  z-index: -1;
}
#sec3 .sub {
  margin-bottom: 6vw;
  text-align: justify;
}
#sec3 h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 6vw;
  line-height: 1.6em;
  margin-bottom: 4vw;
}
#sec3 .price {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 5.7vw;
  line-height: 1.6em;
  margin-bottom: 5vw;
}
#sec3 .price .small {
  font-size: 71.4285714286%;
}
#sec3 .row {
  margin-bottom: 12vw;
}
#sec3 .row .item {
  margin-bottom: 8vw;
}
#sec3 .row .item:last-child {
  margin-bottom: 0;
}
#sec3 .row .item .img {
  margin-bottom: 5vw;
}
#sec3 .row .item .desc {
  margin: 0 3%;
  border: 1px solid #000;
  padding: 3vw 1%;
}
#sec3 .row .item .desc .tit {
  font-size: 17px;
  line-height: 1.6em;
  margin-bottom: 2vw;
}
#sec3 .row .item .desc .txt {
  text-align: center;
}
#sec3 .pdf-tit {
  text-align: center;
  margin: 0 -3% 5vw;
}
#sec3 .pdf-tit img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
#sec3 .row2{
  margin: 0 10vw;
}
#sec3 .row2 .img{
  margin: 0 0 10vw;
}
#sec3 .btn-pdf {
  text-align: center;
}
#sec3 .btn-pdf a {
  box-sizing: border-box;
  color: #fff;
  font-family: var(--serif);
  font-size: 4.6vw;
  font-weight: 500;
  margin: 0 auto;
  background: url(../img/shared/bg3.jpg) repeat;
  background-position: center top;
  width: 17.78em;
  height: 3.67em;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
#sec3 .btn-pdf a::after {
  content: '';
  position: absolute;
  inset: 2px;
  margin: auto;
  border: 1px solid #fff;
  z-index: -1;
}
#sec3 .btn-pdf a::before {
  content: '';
  position: absolute;
  background: url(../img/takeout/pdf_icon.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 28px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 0.65em;
}

#sec4 {
  padding: 15vw 0;
  position: relative;
  text-align: center;
}
#sec4::before {
  content: '';
  position: absolute;
  background: url(../img/takeout/bar_deco1.png) repeat-x;
  background-size: cover;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#sec4::after {
  content: '';
  position: absolute;
  background: url(../img/takeout/sec4_bg1.png) no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100vw;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
#sec4 h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 6vw;
  line-height: 1.6em;
  margin-bottom: 6vw;
}
#sec4 .list .item {
  margin-bottom: 15vw;
  position: relative;
}
#sec4 .list .item::before {
  content: '';
  position: absolute;
  background: url(../img/takeout/sec4_arrow.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 9vw;
  height: auto;
  bottom: -12.5vw;
  left: 50%;
  transform: translateX(-50%);
}
#sec4 .list .item:last-child {
  margin-bottom: 0;
}
#sec4 .list .item:last-child::before {
  content: none;
}
#sec4 .list .item .num {
  font-size: 5.3vw;
  font-family: var(--roboto);
  font-weight: bold;
  text-align: center;
  color: #2f160a;
  background-color: #f1850d;
}
#sec4 .list .item .desc {
  padding: 5vw 5%;
  background: url(../img/shared/bg3.jpg) repeat;
  background-position: center top;
}
#sec4 .list .item .desc .ttl {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 4vw;
  line-height: 1.6em;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
  position: relative;
}
#sec4 .list .item .desc .ttl::before {
  content: '';
  position: absolute;
  background-color: #fff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}
#sec4 .list .item .desc .ttl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#sec4 .list .item .desc .ttl:last-child::before {
  content: none;
}
#sec5 {
  padding-bottom: 15vw;
}
#sec5 .box {
  padding: 5vw 5%;
  color: #000;
  background: var(--bg6);
  background-position: center top;
}
#sec5 .box .img {
  margin-bottom: 5vw;
}
#sec5 .box .desc .tit {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 4vw;
  line-height: 1.6em;
  margin-bottom: 3vw;
}
#sec5 .box .desc .tit .en {
  color: #33b667;
  font-size: 148%;
  font-family: var(--serif);
  font-weight: bold;
}
#sec5 .box .desc h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 5.7vw;
  line-height: 1.6em;
  margin-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
  .tel-ct {
    font-size: 50px;
  }
  .tel-ct dt {
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  .tel-ct dt .tit {
    font-size: 0.524em;
  }
  .tel-ct dt .tel-icon {
    padding: 0 0 0 0.98em;
  }
  .tel-ct dt .tel-icon::before {
    width: 0.74em;
    top: 0.45em;
  }
  .tel-ct dd {
    font-size: 0.32em;
    letter-spacing: -0.01em;
    padding-left: 0.9em;
  }
  #key {
    min-height: 780px;
  }
  #sec1::before {
    background-size: contain;
  }
  #sec1 .row1 {
    padding-top: 57px;
    margin-bottom: 7px;
  }
  #sec1 .row1 .bg {
    height: 990px;
  }
  #sec1 .row1 .flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #sec1 .row1 .flex .img {
    width: 987px;
    margin-bottom: 0;
    margin-left: -66px;
    margin-right: -396px;
  }
  #sec1 .row1 .flex .desc {
    width: 575px;
    flex-shrink: 0;
    margin-left: -100px;
    margin-top: 99px;
  }
  #sec1 .row1 .flex .desc h2 {
    margin: 0 auto 9px 0;
    width: 542px;
  }
  #sec1 .row1 .flex .desc .txt {
    width: 100%;
  }
  #sec1 .row2 {
    display: flex;
    align-items: flex-start;
    margin-bottom: -90px;
  }
  #sec1 .row2 .img {
    height: 480px;
    margin-left: -129px;
  }
  #sec1 .row2 .img::before {
    top: -94px;
    right: -121px;
    width: 162px;
  }
  #sec1 .row2 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec1 .row2 .desc {
    padding: 72px 55px 80px 105px;
    box-sizing: border-box;
    width: 650px;
    flex-shrink: 0;
    margin-right: -121px;
    margin-top: 72px;
  }
  #sec1 .row2 .desc h3 {
    font-size: 35px;
    margin-bottom: 32px;
  }
  #sec1 .row2 .desc .txt {
    width: 100%;
  }
  #sec1 .slide-infinity li {
    width: 950px;
    margin: 0 55px;
  }
  #sec2 {
    padding: 68px 0 121px;
  }
  #sec2 h2 {
    font-size: 55px;
    margin-bottom: 56px;
  }
  #sec2 h2::before {
    width: 865px;
    top: calc(50% + 35px);
    left: calc(50% + 41px);
  }
  #sec2 .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -80px 123px;
    gap: 81px 60px;
  }
  #sec2 .list .item {
    width: calc(50% - 30px);
  }
  #sec2 .list .item .img {
    margin-bottom: 28px;
  }
  #sec2 .list .item .tit {
    font-size: 35px;
    margin-bottom: 17px;
  }
  #sec2 .list .item .tit .note {
    line-height: 1.8em;
    margin-bottom: 0px;
  }
  #sec2 .list .item .txt {
    font-size: 25px;
    line-height: 1.8em;
  }
  #sec2 .row {
    flex-direction: column;
  }
  #sec2 .row .ttl {
    font-size: 25px;
    width: 700px;
    margin: 0 auto 56px;
    padding: 40px 40px 45px;
    box-sizing: border-box;
    line-height: 1.95;
  }
  #sec2 .row .ttl::before {
    inset: 4px 0;
  }
  #sec2 .row .group {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-left: 18px;
  }
  #sec2 .row .group .dish li {
    line-height: 2.2em;
  }
  #sec2 .row .group .dish li::before {
    top: 16px;
    width: 4px;
    height: 4px;
  }
  #sec2 .row_h3 {
    text-align: center;
    margin:0 0 30px;
  }

  #sec3 {
    padding: 113px 0 120px;
    overflow: hidden;
  }
  #sec3::before {
    height: 799px;
    bottom: unset;
    width: unset;
    right: calc(50% + 403px);
  }
  #sec3::after {
    height: 579px;
  }
  #sec3 h2 {
    font-size: 55px;
    margin-bottom: 23px;
  }
  #sec3 h2::before {
    width: 806px;
    top: calc(50% - 10px);
    left: calc(50% + 98px);
  }
  #sec3 .sub {
    margin-bottom: 31px;
    text-align: center;
  }
  #sec3 h3 {
    font-size: 45px;
    margin-bottom: 7px;
  }
  #sec3 .price {
    font-size: 35px;
    margin-bottom: 51px;
  }
  #sec3 .row {
    gap: 60px;
    margin: 0 -80px 91px;
  }
  #sec3 .row .item {
    margin-bottom: 0;
  }
  #sec3 .row .item .img {
    margin-bottom: 26px;
  }
  #sec3 .row .item .desc {
    margin: 0 20px;
    padding: 27px 10px 22px;
  }
  #sec3 .row .item .desc .tit {
    font-size: 22px;
    margin-bottom: 2px;
  }
  #sec3 .pdf-tit {
    margin: 0 auto 25px;
    width: 620px;
  }
  #sec3 .btn-pdf a {
    font-size: 35px;
    transition: all 0.3s ease;
  }
  #sec3 .btn-pdf a::before {
    height: 1.1716em;
    transform: unset;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 41px;
  }
  #sec3 .btn-pdf a:hover {
    opacity: 0.8;
  }

  #sec3 .row2{
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
    /* width: 1100px; */
  }
  #sec3 .row2 .img{
   /* width: 60%; */
   margin: 0  30px 0;
  }
  #sec4 {
    padding: 135px 0 129px;
  }
  #sec4::before {
    background-size: contain;
  }
  #sec4::after {
    height: 988px;
  }
  #sec4 h2 {
    font-size: 45px;
    margin-bottom: 67px;
  }
  #sec4 .list {
    max-width: 760px;
    margin: 0 auto;
  }
  #sec4 .list .item {
    width: 100%;
    display: flex;
    --w: 72px;
    margin-bottom: 111px;
  }
  #sec4 .list .item:nth-child(2) .desc {
    padding-bottom: 46px;
  }
  #sec4 .list .item:nth-child(2) .desc .ttl {
    margin-bottom: 29px;
  }
  #sec4 .list .item:nth-child(3) .desc {
    padding: 65px 45px 63px;
  }
  #sec4 .list .item::before {
    width: 51px;
    bottom: -81px;
  }
  #sec4 .list .item .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--w);
    flex-shrink: 0;
    font-size: 40px;
  }
  #sec4 .list .item .desc {
    width: calc(100% - var(--w));
    padding: 65px 85px 63px;
  }
  #sec4 .list .item .desc .ttl {
    font-size: 30px;
    padding-bottom: 27px;
    margin-bottom: 6px;
  }
  #sec5 {
    padding-bottom: 142px;
  }
  #sec5 .wrap {
    max-width: 1222px;
  }
  #sec5 .box {
    display: flex;
    padding: 60px 40px 60px 60px;
  }
  #sec5 .box .img {
    margin-right: 51px;
    margin-bottom: 0;
    height: 450px;
  }
  #sec5 .box .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec5 .box .desc {
    flex-shrink: 0;
    margin-top: 34px;
  }
  #sec5 .box .desc .tit {
    font-size: 25px;
    margin-bottom: 14px;
    letter-spacing: normal;
  }
  #sec5 .box .desc h2 {
    font-size: 35px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sec1 .row1 {
    margin-bottom: 105px;
  }
  #sec1 .row1 .flex .desc {
    margin-left: -20px;
  }
  #sec1 .row1 .flex .img {
    margin-right: -196px;
  }
  #sec1 .row2 .desc {
    margin-right: -60px;
  }
  #sec2 .list {
    margin-left: -20px;
    margin-right: -20px;
  }
  #sec2 .list .item .tit .note {
    font-size: 12px;
  }
  #sec3 .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/*# sourceMappingURL=takeout.css.map */
