/* =============================================================================


     index


============================================================================= */
.main._top {
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

.mv {
  padding-bottom: 80px;
  position: relative;
}

.mv:before, .mv:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  content: "";
  height: 1200px;
  left: 0px;
  position: absolute;
  top: 0;
  width: calc(50% + 290px);
}

.mv:before {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(3%, #eeece9), color-stop(10%, #cac2b9), color-stop(17%, #a99b8c), color-stop(25%, #8c7a66), color-stop(33%, #745e46), color-stop(42%, #60482c), color-stop(52%, #513618), color-stop(63%, #472a0a), color-stop(77%, #402302), to(#3f2100)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #fff 0%, #eeece9 3%, #cac2b9 10%, #a99b8c 17%, #8c7a66 25%, #745e46 33%, #60482c 42%, #513618 52%, #472a0a 63%, #402302 77%, #3f2100 100%) 0% 0% no-repeat padding-box;
  background-repeat: no-repeat;
  background-size: contain;
}

.mv:after {
  background: url(../asset/images/top/top_bg02.svg);
  background-repeat: repeat;
  background-size: contain;
  background-size: 284px 285.8551px;
  opacity: 0.56;
}

.mv-inner {
  position: relative;
}

.mv-inner:before {
  background: url(../asset/images/top/top_bg01.svg);
  background-repeat: repeat;
  background-size: contain;
  background-size: 432px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  content: "";
  height: calc(100% + 300px);
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.mv-info {
  margin-top: 32px;
  max-width: 200px;
}

.mv-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
  padding-top: 24px;
}

.mv-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #47220d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: calc(100% - 20px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  width: 110%;
}

.mv-child:before {
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-style: solid;
  border-top: 0;
  bottom: 100%;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv-child-item {
  width: 50%;
}

.mv-child-item + li {
  border-right: 1px solid #47220d;
}

.mv-child-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  padding: 2em 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}

.mv-child-item a:hover {
  background: #47220d;
  color: #fff;
}

.mv-item {
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  width: 33.33333%;
}

.mv-item._child:hover .mv-child {
  opacity: 1;
  visibility: visible;
}

.mv-item-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 2.2rem;
  font-weight: 900;
  padding-top: 1.5em;
  position: relative;
  text-shadow: 1px 1px 3px #47220d, -1px -1px 3px #47220d, -1px 1px 3px #47220d, 1px -1px 3px #47220d, 0px 1px 3px #47220d, 0 -1px 3px #47220d, -1px 0 3px #47220d, 1px 0 3px #47220d;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}

.mv-item-link:before {
  background-image: url(../asset/images/top/butahana_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 25px;
}

.mv-item-link:hover:before {
  opacity: 1;
}

.ramen-imgbox01 {
  margin-left: auto;
  max-width: 1022px;
  position: relative;
  position: absolute;
  right: -370px;
  top: -140px;
  width: 100vw;
}

.ramen-imgbox01 .ramen-yuge01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 54%;
  max-width: 1246px;
  mix-blend-mode: screen;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120%;
}

.ramen-imgbox02 {
  left: -540px;
  margin-right: auto;
  max-width: 1092px;
  position: relative;
  position: absolute;
  top: 500px;
  width: 100vw;
}

.ramen-imgbox02 .ramen-yuge02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 54%;
  max-width: 1136px;
  mix-blend-mode: screen;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110%;
}

.ramen-img01 {
  max-width: 1022px;
}

.ramen-img02 {
  max-width: 1092px;
}

.mv-txtbox {
  gap: 120px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.mv-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}

.mv-logo {
  width: 190px;
}

.mv-head {
  color: #fff;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 4.2rem;
  font-weight: 900;
  margin-top: 140px;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}

/* **************************************


     puckup


***************************************/
.pickup {
  margin-left: auto;
  margin-top: 160px;
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.pickup-ttl {
  background: #47220d;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 9rem;
  font-style: italic;
  font-weight: 900;
  font-weight: 900;
  letter-spacing: 16.2px;
  line-height: 1;
  padding: 0 0.25em;
}

.pickup-item {
  gap: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 28px;
  padding: 16px;
}

.pickup-img {
  border: 4px solid #47220d;
  position: relative;
  width: 32%;
}

.pickup-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.pickup-img img {
  font-family: "object-fit:cover";
  height: calc(100% - 10px);
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
}

.pickup-txtbox {
  color: #47220d;
  text-align: justify;
  width: calc(68% - 28px);
}

.pickup-txtbox a {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pickup-txtbox a:hover {
  opacity: 0.7;
}

.pickup-date {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
}

.pickup-txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 1em;
}

/* **************************************


     comm


***************************************/
.comm {
  padding: 80px 0;
}

.comm-inner {
  max-width: 100%;
  width: 1366px;
}

.comm-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10px;
}

.comm-item {
  width: 36%;
}

.comm-item:nth-child(3) {
  margin: -40px auto 0;
}

.comm-btnbox {
  margin: 60px auto 0;
}

/* **************************************


     menu


***************************************/
.menubox {
  background: url(../asset/images/top/menu-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 200px;
  position: relative;
}

.menubox:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.menubox .section-ttl,
.menubox .menu-txt {
  text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff, 0px 1px 3px #fff, 0 -1px 3px #fff, -1px 0 3px #fff, 1px 0 3px #fff;
}

.menu-txt {
  font-size: 3.4rem;
  font-weight: bold;
  margin-top: 74px;
  text-align: center;
}

.point {
  background: #e3dbc9;
  padding: 40px 0 80px;
  position: relative;
  z-index: 1;
}

.point:before {
  background: url(../asset/images/top/top_bg02.svg);
  background-repeat: repeat;
  background-size: contain;
  background-size: 284px 285.8551px;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.point-txtbox {
  position: relative;
  z-index: 2;
}

.point-head {
  left: -24px;
  position: absolute;
  top: -90px;
  width: 210px;
}

.point-ttl {
  font-size: 4.6rem;
  font-weight: bold;
}

.point-name {
  font-size: 3.4rem;
  font-weight: bold;
  margin-top: 0.5em;
}

.point-ttlbox {
  display: inline-block;
  position: relative;
}

.point-txt {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.36364;
  margin-top: 1em;
  position: relative;
  z-index: 1;
}

.point-imgbox {
  margin-right: -230px;
  max-width: 1020px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80vw;
}

.point-btnbox {
  margin-top: 100px;
}

.point-btnbox .btn {
  margin-left: 0;
  margin-right: auto;
}

.ramen-yuge03 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 54%;
  max-width: 1336px;
  mix-blend-mode: screen;
  position: absolute;
  top: 0%;
  top: -10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media (max-width: 1228px) {
  .point-txt {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .mv:before, .mv:after {
    height: 40%;
    width: 60%;
  }
  .mv-inner:before {
    height: calc(100% + 25vw);
  }
  .mv-list {
    display: none;
  }
  .ramen-imgbox01 {
    max-width: 95vw;
    right: -140px;
    top: -50px;
  }
  .ramen-imgbox02 {
    left: -140px;
    max-width: 95vw;
    top: 160px;
  }
  .ramen-img01 {
    max-width: 420px;
  }
  .ramen-img02 {
    max-width: 420px;
  }
  .mv-txtbox {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    letter-spacing: 2.8px;
  }
  .mv-logo {
    width: 70px;
  }
  .mv-head {
    color: #47220d;
    font-size: 2rem;
    line-height: 2;
    margin-top: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .mv-head span {
    background: #fff;
  }
  .pickup {
    margin: 200px auto 0;
    text-align: center;
  }
  .pickup-ttl {
    font-size: 3rem;
  }
  .pickup-item {
    gap: 14px;
    margin-top: 14px;
    padding: 8px;
  }
  .pickup-img {
    border: 2px solid #47220d;
  }
  .pickup-img img {
    height: calc(100% - 5px);
    width: calc(100% - 5px);
  }
  .pickup-txtbox {
    width: calc(70% - 14px);
  }
  .pickup-date {
    font-size: 1.4rem;
  }
  .pickup-txt {
    font-size: 1.4rem;
    margin-top: 0em;
  }
  .comm-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comm-item {
    margin-top: 24px;
    width: 80%;
  }
  .comm-item:nth-child(2) {
    margin-left: auto;
  }
  .comm-item:nth-child(3) {
    margin: 24px 0 0 0;
  }
  .comm-btnbox {
    margin-top: 40px;
  }
  .menubox {
    padding: 60px 0 100px;
  }
  .menu-txt {
    font-size: 1.6rem;
    margin-top: 40px;
  }
  .point-txtbox {
    text-align: center;
  }
  .point-head {
    top: -60px;
    width: 140px;
  }
  .point-ttl {
    font-size: 3.2rem;
    text-align: center;
  }
  .point-name {
    font-size: 2.4rem;
    text-align: center;
  }
  .point-txt {
    font-size: 1.6rem;
    text-align: left;
  }
  .point-imgbox {
    margin: 24px auto 0;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .point-btnbox {
    margin-top: 60px;
  }
  .point-btnbox .btn {
    margin: auto;
  }
}


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