.menu#index .anony {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .menu#index .anony {
    padding-bottom: 50px;
  }
}

.menu#index .anony__hl {
  margin-bottom: 150px;
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

.menu#index .anony__hl.is-animated {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__hl {
    margin-bottom: 50px;
  }
}

.menu#index .anony__tabContents__tabs {
  margin-bottom: 250px;
}

.menu#index .anony__tabContents__tabs__list {
  text-align: center;
  font-size: 0;
}

.menu#index .anony__tabContents__tabs__list__item {
  display: inline-block;
  width: 265px;
  border-right: 1px solid #707070;
  border: 1px solid #707070;
}

.menu#index .anony__tabContents__tabs__list__item:first-child {
  border-right: none;
}

.menu#index .anony__tabContents__tabs__list__item__anchor {
  display: block;
  padding: 20px;
  background-color: #F2F2F2;
}

.menu#index .anony__tabContents__tabs__list__item__anchor > img {
  height: 18px;
  width: auto;
}

.menu#index .anony__tabContents__tabs__list__item__anchor.is-current {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent {
    display: block !important;
    margin-bottom: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent:last-child {
    margin-bottom: 0;
  }
}

.menu#index .anony__tabContents__contents__eachContent__shopName {
  text-align: center;
  margin-bottom: 40px;
}

.menu#index .anony__tabContents__contents__eachContent__eachCategory {
  margin-bottom: 200px;
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

.menu#index .anony__tabContents__contents__eachContent__eachCategory.is-animated {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent__eachCategory {
    margin-bottom: 5px;
  }
}

.menu#index .anony__tabContents__contents__eachContent__eachCategory__name {
  position: relative;
  font-family: adobe-caslon-pro, serif;
  letter-spacing: 0.1em;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent__eachCategory__name {
    text-align: center;
    background-color: #F3F3F3;
    padding: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent__eachCategory__name:after {
    content: "";
    display: block;
    transform: rotate(135deg);
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
  }
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent__eachCategory__name.is-clicked:after {
    transform: rotate(-45deg);
    margin-top: -3px;
  }
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent__eachCategory__grid {
    display: none;
    margin-top: 20px;
  }
}

.menu#index .anony__tabContents__contents__eachContent__eachCategory__grid__item {
  position: relative;
  width: 533px;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent__eachCategory__grid__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.menu#index .anony__tabContents__contents__eachContent__eachCategory__grid__item__name {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent__eachCategory__grid__item__name {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 100px;
  }
}

.menu#index .anony__tabContents__contents__eachContent__eachCategory__grid__item__option {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding-right: 100px;
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent__eachCategory__grid__item__option {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.menu#index .anony__tabContents__contents__eachContent__eachCategory__grid__item__detail {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #707070;
  padding: 8px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent__eachCategory__grid__item__detail {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.menu#index .anony__tabContents__contents__eachContent__eachCategory__grid__item__detail:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  position: absolute;
  top: -6px;
  left: 15px;
  background-color: #fff;
  transform: rotate(-45deg);
}

.menu#index .anony__tabContents__contents__eachContent__eachCategory__grid__item__price {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: adobe-caslon-pro, serif;
  letter-spacing: 0.1em;
  position: absolute;
  top: 30px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent__eachCategory__grid__item__price {
    font-size: 14px;
    font-size: 1.4rem;
    top: 0;
  }
}

.menu#index .anony__tabContents__contents__eachContent__eachCategory__remarks {
  margin-top: 10px;
}

.menu#index .anony__tabContents__contents__eachContent__btnList {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent__btnList {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.menu#index .anony__tabContents__contents__eachContent__btnList__item {
  display: inline-block;
  width: 355px;
  margin-left: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent__btnList__item {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.menu#index .anony__tabContents__contents__eachContent__btnList__item:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .menu#index .anony__tabContents__contents__eachContent__btnList__item:first-child {
    margin-top: 0;
  }
}

.menu#index .anony__tabContents__contents__eachContent__btnList__item__btn > span {
  font-size: 24px;
  font-size: 2.4rem;
}

.menu#index .anony__tabContents__contents__eachContent__btnList.is-animated .anony__tabContents__contents__eachContent__btnList__item {
  opacity: 1;
  transform: translateY(0);
}
