.c-menu-inner {
  background-image: url(../../img/common/c-menu-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 50px;
}

.c-menu-inner-top {
  position: relative;
}

.c-menu-inner-top:before {
  content: '';
  position: absolute;
  background-image: url(../../img/common/c-menu-inner-top-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 150px;
  height: 150px;
  top: 0;
  left: 30px;
}
.c-menu-inner-top:after {
  content: '';
  position: absolute;
  background-image: url(../../img/common/c-menu-inner-top-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 150px;
  height: 150px;
  top: 0;
  right: 30px;
}
.c-menu-inner-bottom {
  position: relative;
  padding-bottom: 130px;
}

.c-menu-inner-bottom:before {
  content: '';
  position: absolute;
  background-image: url(../../img/common/c-menu-inner-bottom-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 150px;
  height: 150px;
  bottom: 30px;
  left: 30px;
}
.c-menu-inner-bottom:after {
  content: '';
  position: absolute;
  background-image: url(../../img/common/c-menu-inner-bottom-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 150px;
  height: 150px;
  bottom: 30px;
  right: 30px;
}

.section-title-menu {
  max-width: 805px;
  margin: 0 auto;
  margin-bottom: 37px;
  position: relative;
}

.section-title-menu:before {
  content: '';
  position: absolute;
  background-image: url(../../img/common/c-menu-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 272px;
  height: 488px;
  bottom: -83px;
  left: calc(50% - -419px);
}
.section-title-menu:after {
  content: '';
  position: absolute;
  background-image: url(../../img/common/c-menu-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 272px;
  height: 488px;
  bottom: -83px;
  right: calc(50% - -419px);
}

.c-menu-link {
  max-width: 1529px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 37px;
  padding: 0 30px;
}

.c-menu-final {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 30px;
}

.c-menu-final a {
  pointer-events: none;
}

@media screen and (max-width: 1600px) {
  .c-menu-inner {
    background-image: url(../../img/common/c-menu-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 50px;
  }

  .c-menu-inner-top:before {
    width: 75px;
    height: 75px;
    top: 0;
    left: 10px;
  }
  .c-menu-inner-top:after {
    width: 75px;
    height: 75px;
    right: 10px;
  }
  .c-menu-inner-bottom {
    position: relative;
    padding-bottom: 130px;
  }

  .c-menu-inner-bottom:before {
    width: 75px;
    height: 75px;
    bottom: 10px;
    left: 10px;
  }
  .c-menu-inner-bottom:after {
    width: 75px;
    height: 75px;
    bottom: 10px;
    right: 10px;
  }

  .section-title-menu {
    max-width: 605px;
    margin-bottom: 37px;
  }

  .section-title-menu:before {
    width: 136px;
    height: 244px;
    bottom: 0;
    left: calc(50% - -300px);
  }
  .section-title-menu:after {
    width: 136px;
    height: 244px;
    bottom: 0;
    right: calc(50% - -300px);
  }
}

@media screen and (max-width: 1000px) {
  .c-menu-inner {
    background-image: url(../../img/common/c-menu-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 50px;
  }

  .c-menu-inner-top:before {
    width: 75px;
    height: 75px;
    top: 0;
    left: 10px;
  }
  .c-menu-inner-top:after {
    width: 75px;
    height: 75px;
    right: 10px;
  }
  .c-menu-inner-bottom {
    position: relative;
    padding-bottom: 130px;
  }

  .c-menu-inner-bottom:before {
    width: 75px;
    height: 75px;
    bottom: 10px;
    left: 10px;
  }
  .c-menu-inner-bottom:after {
    width: 75px;
    height: 75px;
    bottom: 10px;
    right: 10px;
  }

  .section-title-menu {
    max-width: 405px;
    margin-bottom: 37px;
  }

  .section-title-menu:before {
    width: 136px;
    height: 244px;
    bottom: -40px;
    left: calc(50% - -200px);
  }
  .section-title-menu:after {
    width: 136px;
    height: 244px;
    bottom: -40px;
    right: calc(50% - -200px);
  }
}

@media screen and (max-width: 767px) {
  .c-menu-inner {
    background-image: url(../../img/common/c-menu-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    /* padding-top: 18px; */
    padding-top: 0;
  }

  .c-menu-inner-top:before {
    width: 50px;
    height: 50px;
  }
  .c-menu-inner-top:after {
    width: 50px;
    height: 50px;
  }
  .c-menu-inner-bottom {
    padding-bottom: 60px;
  }

  .c-menu-inner-bottom:before {
    width: 50px;
    height: 50px;
  }
  .c-menu-inner-bottom:after {
    width: 50px;
    height: 50px;
  }

  .section-title-menu {
    max-width: 220px;
    margin-bottom: 30px;
    padding-top: 18px;
  }

  .section-title-menu:before {
    width: 73px;
    height: 131px;
    bottom: -40px;
    left: calc(50% - -100px);
  }
  .section-title-menu:after {
    width: 73px;
    height: 131px;
    bottom: -40px;
    right: calc(50% - -100px);
  }

  .c-menu-link {
    max-width: 355px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0;
  }

  .c-menu-final {
    max-width: 278px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
}

/* メニューグレーアウト */

.c-menu-link .c-menu-link-item:nth-child(2),
.c-menu-link .c-menu-link-item:nth-child(3) {
  pointer-events: none;
}
