.en-all span {
  color: #b33514;
}

.h3-all {
  font-size: 9.6vw;
  font-family: var(--serif);
  font-weight: bold;
  color: #000;
  letter-spacing: 0.15em;
  line-height: 1.6em;
}
.h3-all span {
  position: relative;
  display: inline-block;
  padding-bottom: 3vw;
}
.h3-all span::before {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .h3-all {
    font-size: 60px;
  }
  .h3-all span {
    padding-bottom: 7px;
  }
  .h3-all span::before {
    height: 2px;
    left: 13px;
    right: 13px;
  }
}

#sec1 {
  padding-bottom: 18vw;
  position: relative;
}
#sec1::before {
  content: "";
  position: absolute;
  background: url(../img/ippome/sec1_bg.png) repeat-x;
  background-size: 250vw;
  top: 5vw;
  bottom: 146vw;
  right: -4.4%;
  left: -4.4%;
  z-index: -1;
}
#sec1 .row {
  position: relative;
  padding-top: 100vw;
}
#sec1 .img1 {
  width: 61vw;
  position: absolute;
  top: -15vw;
  left: -11%;
}
#sec1 .img2 {
  width: 51vw;
  position: absolute;
  right: 0%;
  top: 10vw;
}
#sec1 .img3 {
  position: absolute;
  width: 70vw;
  top: 44vw;
  right: 3%;
}
#sec1 h2 {
  text-align: center;
  margin: 0 auto -36vw;
  font-size: 8vw;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.21em;
  width: 11.2vw;
  height: 77.6vw;
  position: relative;
}
#sec1 h2::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10vw;
  background-color: #000;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: calc(100% + 2vw);
}
#sec1 .map {
  margin: 0 -4.4%;
}
#sec1 .txt {
  box-sizing: border-box;
  padding: 0 5%;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding-bottom: 90px;
  }
  #sec1::before {
    background-position: center bottom;
    background-size: cover;
    top: 21px;
    height: 957px;
    bottom: unset;
  }
  #sec1 .row {
    padding-top: 100px;
  }
  #sec1 .img1 {
    width: 892px;
    top: -257px;
    left: -382px;
  }
  #sec1 .img2 {
    width: 689px;
    right: 169px;
    top: 422px;
  }
  #sec1 .img3 {
    width: 645px;
    top: 68px;
    right: -442px;
  }
  #sec1 h2 {
    margin: 0 208px 0 auto;
    font-size: 48px;
    width: 68px;
    height: 465px;
    z-index: -1;
  }
  #sec1 h2::before {
    height: 240px;
    top: calc(100% + 30px);
  }
  #sec1 .map {
    position: relative;
    z-index: -1;
    width: 1388px;
    margin: -372px 0 -129px -131px;
  }
  #sec1 .txt {
    width: 600px;
    margin: 0 auto;
    padding: 0;
  }
}

#sec2 {
  position: relative;
  padding: 20vw 0;
}
#sec2::before {
  content: "";
  position: absolute;
  background: #000;
  opacity: 0.75;
  top: 83.3vw;
  bottom: 0;
  right: -4.4%;
  left: 50%;
  z-index: -1;
}
#sec2::after {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg1.png) repeat;
  background-size: 7vw;
  --clp: 20vw;
  top: 0;
  bottom: 0;
  right: -4.4%;
  left: -4.4%;
  z-index: -1;
  clip-path: polygon(0 var(--clp), 100% 0, 100% calc(100% - var(--clp)), 0% 100%);
}
#sec2 .en-all span {
  left: 6.6vw;
}
#sec2 .row {
  margin-bottom: 18vw;
}
#sec2 .row:last-child {
  margin-bottom: 0;
}
#sec2 .row .img {
  height: 80vw;
}
#sec2 .row .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec2 .row .group .desc {
  margin-left: -4.4%;
  margin-right: 4.4%;
  margin-top: -10vw;
  padding: 8vw 5% 14vw;
  position: relative;
  z-index: 1;
}
#sec2 .row .group .desc::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
}
#sec2 .row .group .desc h3 {
  text-align: center;
  margin-bottom: 5vw;
}
#sec2 .row .group .thumb {
  margin-left: auto;
  margin-top: -10vw;
  margin-right: -4.4%;
  width: 70vw;
  position: relative;
  z-index: 2;
}
#sec2 .row .group .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 218px 0 250px;
  }
  #sec2::before {
    top: 872px;
    bottom: 0;
    right: 0;
    left: calc(50% + 250px);
  }
  #sec2::after {
    background-size: auto;
    --clp: 150px;
    right: 0;
    left: 0;
  }
  #sec2 .en-all {
    right: 16px;
  }
  #sec2 .en-all span {
    left: 37px;
    top: 40px;
  }
  #sec2 .jp-all {
    margin-bottom: 72px;
  }
  #sec2 .row {
    margin-bottom: 81px;
  }
  #sec2 .row .img {
    margin: 0 auto;
    width: 900px;
    height: 550px;
  }
  #sec2 .row .group {
    margin: -100px -50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sec2 .row .group.reverse {
    flex-direction: row-reverse;
  }
  #sec2 .row .group.reverse .desc {
    padding: 39px 39px 78px;
  }
  #sec2 .row .group.reverse .thumb {
    margin-left: 0;
  }
  #sec2 .row .group .desc {
    display: flex;
    width: 700px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 39px 39px 45px;
  }
  #sec2 .row .group .desc h3 {
    flex-shrink: 0;
    margin-right: 26px;
    margin-bottom: 0;
    margin-top: -12px;
  }
  #sec2 .row .group .desc .txt {
    width: 380px;
  }
  #sec2 .row .group .thumb {
    margin-left: auto;
    margin-top: 0;
    margin-right: 0;
    width: 380px;
  }
}

#sec3 {
  padding: 20vw 0;
}
#sec3 .jp-all {
  margin-bottom: 19.6vw;
}
#sec3 .row1 {
  position: relative;
}
#sec3 .row1::before {
  content: "";
  position: absolute;
  background: #fff;
  inset: 15vw 0 0;
  z-index: -1;
}
#sec3 .row1 .sec3-logo {
  width: 56vw;
  margin: 0 auto 6.1vw;
}
#sec3 .row1 .group .left {
  margin: 0 -4.4%;
}
#sec3 .row1 .group .left .img {
  height: 66.6vw;
}
#sec3 .row1 .group .left .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec3 .row1 .group .left .map {
  height: 66.6vw;
}
#sec3 .row1 .group .left .map iframe {
  width: 100%;
  height: 100%;
}
#sec3 .row1 .group .right .info dl {
  font-size: 12px;
  border-bottom: 1px solid #e2dedc;
  padding: 13px 10px 14px;
  display: flex;
}
#sec3 .row1 .group .right .info dl:first-child {
  border-top: 1px solid #e2dedc;
}
#sec3 .row1 .group .right .info dl dt {
  width: 80px;
  flex-shrink: 0;
  box-sizing: border-box;
}
#sec3 .row1 .group .right .info dl dd span {
  font-size: 71.4285714286%;
}
#sec3 .row1 .group .list {
  padding: 20px 10px;
  display: flex;
  justify-content: center;
}
#sec3 .row1 .group .list .btn {
  margin-right: 20px;
}
#sec3 .row1 .group .list .btn:last-child {
  margin-right: 0;
}
#sec3 .row1 .group .list .btn a {
  letter-spacing: 0.15em;
  line-height: 1.4em;
  font-weight: 400;
  color: #b33514;
  position: relative;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}
#sec3 .row1 .group .list .btn a::before {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 15px;
  content: "";
  background: #b33514;
  height: 1px;
}
#sec3 .row1 .group .list .btn a:hover {
  opacity: 0.7;
}
#sec3 .row1 .group .list .btn a .ic {
  position: relative;
  display: inline-block;
}
#sec3 .row1 .group .list .btn a .ic::after {
  content: ">";
  display: inline-block;
  font-weight: 400;
  font-size: 100%;
  padding-left: 5px;
}
#sec3 .row2 {
  padding: 8vw 5%;
  position: relative;
  background: #fff;
}
#sec3 .row2::before {
  content: "";
  position: absolute;
  background: url(../img/ippome/ippome_bg.png) no-repeat;
  background-size: 186.7vw;
  background-position: center top;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#sec3 .row2 .logo {
  display: flex;
  gap: 2vw;
}
#sec3 .row2 .logo .img {
  width: 45%;
}
#sec3 .row2 .logo .img:first-child {
  width: 55%;
}
#sec3 .row2 .dish {
  width: 60vw;
  margin: 0 auto 2vw;
}
#sec3 .row2 .desc h3 {
  margin-bottom: 5vw;
  letter-spacing: 0.1em;
}
#sec3 .bnr {
  position: relative;
  height: 60vw;
}
#sec3 .bnr img {
  object-position: center top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec3 .bnr .btn-all {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 185px 0 128px;
  }
  #sec3 .en-all {
    right: 46px;
  }
  #sec3 .en-all span {
    top: 0;
    left: 90px;
  }
  #sec3 .jp-all {
    margin-bottom: 105px;
  }
  #sec3 .row1 {
    padding-bottom: 80px;
  }
  #sec3 .row1::before {
    inset: 100px calc(50% - 50vw + 50px) 0;
  }
  #sec3 .row1 .sec3-logo {
    width: 351px;
    margin: 0px auto 109px;
  }
  #sec3 .row1 .group {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
  }
  #sec3 .row1 .group .left {
    margin: 0;
    position: absolute;
    top: 239px;
    left: calc(50% - 50vw);
    right: calc(50% + 50px);
  }
  #sec3 .row1 .group .left .img {
    height: 500px;
  }
  #sec3 .row1 .group .left .map {
    height: 500px;
  }
  #sec3 .row1 .group .right {
    margin-left: auto;
    margin-right: -50px;
  }
  #sec3 .row1 .group .right .info {
    width: 600px;
    margin-bottom: 18px;
  }
  #sec3 .row1 .group .right .info dl {
    font-size: 15px;
    padding: 11px 42px 12px 50px;
    line-height: 1.9em;
  }
  #sec3 .row1 .group .right .info dl dt {
    width: 110px;
  }
  #sec3 .row1 .group .right .info dl dd.keep {
    letter-spacing: 0.2em;
    word-break: break-all;
  }
  #sec3 .row1 .group .right .info dl dd span {
    font-size: 100%;
  }
  #sec3 .row1 .group .list {
    padding: 20px 50px;
    justify-content: flex-start;
  }
  #sec3 .row1 .group .list .btn {
    margin-right: 36px;
  }
  #sec3 .row1 .group .list .btn a {
    padding-bottom: 5px;
  }
  #sec3 .row2 {
    padding: 131px 0 0;
    margin: 0 calc(50% - 50vw + 50px) -137px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #sec3 .row2::before {
    background-size: cover;
    height: 623px;
  }
  #sec3 .row2 .logo {
    position: absolute;
    top: 100px;
    right: calc(50% - 434px);
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #sec3 .row2 .logo .img {
    width: 228px;
  }
  #sec3 .row2 .logo .img:first-child {
    width: 297px;
  }
  #sec3 .row2 .dish {
    width: 603px;
    margin: 0;
    margin-left: -122px;
    margin-right: -24px;
    position: relative;
    z-index: 2;
  }
  #sec3 .row2 .desc {
    width: 450px;
    position: relative;
    margin-top: 159px;
  }
  #sec3 .row2 .desc h3 {
    margin-bottom: 24px;
  }
  #sec3 .row2 .desc h3 span::before {
    left: -45px;
  }
  #sec3 .bnr {
    margin: 0 calc(50% - 50vw + 50px);
    height: 450px;
  }
}

#sec4 .row1 {
  position: relative;
}
#sec4 .row1::before {
  content: "";
  position: absolute;
  background: #fff;
  inset: 15vw 0 0;
  z-index: -1;
}
#sec4 .row1 .sec3-logo {
  width: 56vw;
  margin: 0 auto 6.1vw;
}
#sec4 .row1 .group .left {
  margin: 0 -4.4%;
}
#sec4 .row1 .group .left .img {
  height: 66.6vw;
}
#sec4 .row1 .group .left .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec4 .row1 .group .left .map {
  height: 66.6vw;
}
#sec4 .row1 .group .left .map iframe {
  width: 100%;
  height: 100%;
}
#sec4 .row1 .group .right .info dl {
  font-size: 12px;
  border-bottom: 1px solid #e2dedc;
  padding: 13px 10px 14px;
  display: flex;
}
#sec4 .row1 .group .right .info dl:first-child {
  border-top: 1px solid #e2dedc;
}
#sec4 .row1 .group .right .info dl dt {
  width: 80px;
  flex-shrink: 0;
  box-sizing: border-box;
}
#sec4 .row1 .group .right .info dl dd span {
  font-size: 71.4285714286%;
}
#sec4 .row1 .group .list {
  padding: 20px 10px;
  display: flex;
  justify-content: center;
}
#sec4 .row1 .group .list .btn {
  margin-right: 20px;
}
#sec4 .row1 .group .list .btn:last-child {
  margin-right: 0;
}
#sec4 .row1 .group .list .btn a {
  letter-spacing: 0.15em;
  line-height: 1.4em;
  font-weight: 400;
  color: #b33514;
  position: relative;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}
#sec4 .row1 .group .list .btn a::before {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 15px;
  content: "";
  background: #b33514;
  height: 1px;
}
#sec4 .row1 .group .list .btn a:hover {
  opacity: 0.7;
}
#sec4 .row1 .group .list .btn a .ic {
  position: relative;
  display: inline-block;
}
#sec4 .row1 .group .list .btn a .ic::after {
  content: ">";
  display: inline-block;
  font-weight: 400;
  font-size: 100%;
  padding-left: 5px;
}
#sec4 .row2 {
  padding: 8vw 5%;
  position: relative;
  background: #fff;
}
#sec4 .row2::before {
  content: "";
  position: absolute;
  background: url(../img/ippome/ippome_bg.png) no-repeat;
  background-size: 186.7vw;
  background-position: center top;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#sec4 .row2 .logo {
  display: flex;
  gap: 2vw;
}
#sec4 .row2 .logo .img {
  width: 45%;
}
#sec4 .row2 .logo .img:first-child {
  width: 55%;
}
#sec4 .row2 .dish {
  width: 60vw;
  margin: 0 auto 2vw;
}
#sec4 .row2 .desc h3 {
  margin-bottom: 5vw;
  letter-spacing: 0.1em;
}
#sec4 .bnr {
  position: relative;
  height: 60vw;
}
#sec4 .bnr img {
  object-position: center top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec4 .bnr .btn-all {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #sec4 .row1 {
    padding-bottom: 246px;
  }
  #sec4 .row1::before {
    inset: 100px calc(50% - 50vw + 50px) 0;
  }
  #sec4 .row1 .sec3-logo {
    width: 351px;
    margin: 0px auto 95px;
  }
  #sec4 .row1 .group {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
  }
  #sec4 .row1 .group .left {
    margin: 0;
    position: absolute;
    top: 239px;
    left: calc(50% - 50vw);
    right: calc(50% + 50px);
  }
  #sec4 .row1 .group .left .img {
    height: 500px;
  }
  #sec4 .row1 .group .left .map {
    height: 500px;
  }
  #sec4 .row1 .group .right {
    margin-left: auto;
    margin-right: -50px;
  }
  #sec4 .row1 .group .right .info {
    width: 600px;
    margin-bottom: 18px;
  }
  #sec4 .row1 .group .right .info dl {
    font-size: 15px;
    padding: 11px 42px 12px 50px;
    line-height: 1.9em;
  }
  #sec4 .row1 .group .right .info dl dt {
    width: 110px;
  }
  #sec4 .row1 .group .right .info dl dd span {
    font-size: 100%;
  }
  #sec4 .row1 .group .list {
    padding: 20px 50px;
    justify-content: flex-start;
  }
  #sec4 .row1 .group .list .btn {
    margin-right: 36px;
  }
  #sec4 .row1 .group .list .btn a {
    padding-bottom: 5px;
  }
  #sec4 .row2 {
    padding: 131px 0 0;
    margin: 0 calc(50% - 50vw + 50px) -130px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #sec4 .row2::before {
    background-size: cover;
    height: 623px;
  }
  #sec4 .row2 .logo {
    position: absolute;
    top: 89px;
    right: calc(50% - 434px);
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #sec4 .row2 .logo .img {
    width: 228px;
  }
  #sec4 .row2 .logo .img:first-child {
    width: 272px;
  }
  #sec4 .row2 .dish {
    width: 603px;
    margin: 0;
    margin-left: -122px;
    margin-right: -24px;
    position: relative;
    z-index: 2;
  }
  #sec4 .row2 .desc {
    width: 447px;
    position: relative;
    margin-top: 159px;
  }
  #sec4 .row2 .desc h3 {
    margin-right: -15px;
    margin-bottom: 24px;
  }
  #sec4 .row2 .desc h3 span::before {
    left: -45px;
  }
  #sec4 .bnr {
    margin: 0 calc(50% - 50vw + 50px);
    height: 450px;
  }
}

#sec5 {
  padding: 18vw 0;
}
#sec5 .bnr {
  padding: 5vw 0;
  position: relative;
  background-color: #fff;
  border: 2px solid #232323;
}
#sec5 .bnr::before {
  content: "";
  position: absolute;
  background: #232323;
  width: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 6px;
}
#sec5 .bnr::after {
  content: "";
  position: absolute;
  background: url(../img/ippome/sec5_btn.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  width: 10.1vw;
  height: auto;
  right: 6px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#sec5 .bnr h2 {
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1.65em;
  font-weight: bold;
  font-family: var(--serif);
  text-align: center;
  color: #000;
}
#sec5 .bnr .link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 150px 0;
  }
  #sec5 .bnr {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 800px;
    height: 220px;
    box-sizing: border-box;
    padding: 0;
    border-width: 4px;
    transition: all 0.3s ease;
  }
  #sec5 .bnr:hover {
    opacity: 0.8;
  }
  #sec5 .bnr::before {
    width: 4px;
    left: 4px;
  }
  #sec5 .bnr::after {
    width: 75px;
    right: 45px;
  }
  #sec5 .bnr h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sec1 .img3 {
    right: -255px;
  }
  #sec1 .img2 {
    right: 300px;
  }
  #sec1 h2 {
    margin: 0 360px 0 auto;
  }
}
