@charset "UTF-8";
/*---------------------------
 * *	ご注文方法タブパーツ
 * *--------------------------- */
.notices {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 1.8rem 1.8rem;
  background-color: #E94709;
}
@media screen and (max-width: 640px) {
  .notices {
    margin: 0;
    padding: 2.2vw 4vw 1.8vw;
  }
}
.notices p {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .notices p {
    padding-bottom: 1vw;
  }
}
.notices p a, .notices p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .notices p a, .notices p span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.3;
    gap: 0.5vw;
  }
}
.notices p a .att, .notices p span .att {
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .notices p a .att, .notices p span .att {
    display: inline-block;
    font-size: 3.5vw;
    text-align: center;
  }
}
.notices p a .att.ttl, .notices p span .att.ttl {
  white-space: nowrap;
}
.notices p span {
  cursor: default;
}
.notices p a:hover {
  text-decoration: underline;
}
.notices p.standard {
  color: #E94709;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}

.main section.main-visual {
  padding: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .main section.main-visual {
    padding: 0;
  }
}
.main section.brand-back {
  padding: 5rem 0;
}
@media screen and (max-width: 640px) {
  .main section.brand-back {
    margin: 0;
  }
}
.main section.brand-back.mv-co {
  padding: 5rem 0 7rem;
}
@media screen and (max-width: 640px) {
  .main section.brand-back.mv-co {
    padding: 4vw 0 10vw;
  }
}
@media screen and (max-width: 640px) {
  .main section.brand-back.mv-co .wrapper button {
    width: 70vw;
  }
}
.main section.brand-back.bg-white {
  background-color: #fff;
}
.main section.brand-back .wrapper {
  width: 1280px;
  max-width: 100%;
}
.main section.brand-back .wrapper button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5rem;
  width: 500px;
  height: 80px;
  margin: 1rem auto;
  background-color: #fff;
  border: 2px solid #E94709;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .main section.brand-back .wrapper button {
    gap: 4vw;
    width: 80vw;
    height: 14vw;
  }
}
.main section.brand-back .wrapper button .pct {
  width: 34px;
  height: auto;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (max-width: 640px) {
  .main section.brand-back .wrapper button .pct {
    width: 5.5vw;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.main section.brand-back .wrapper button .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main section.brand-back .wrapper button .text span {
  color: #E94709;
}
@media screen and (max-width: 640px) {
  .main section.brand-back .wrapper button .text span {
    font-weight: 600;
  }
}
.main section.brand-back .wrapper button .text span.text-main {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .main section.brand-back .wrapper button .text span.text-main {
    font-size: 4vw;
  }
}
.main section.brand-back .wrapper button .text span.text-sub {
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
}
@media screen and (max-width: 640px) {
  .main section.brand-back .wrapper button .text span.text-sub {
    font-size: 2.6vw;
    -webkit-transform: translateX(-4vw);
            transform: translateX(-4vw);
  }
}
.main section.brand-back .wrapper button:hover {
  background-color: #f9e6e1;
  border: 2px solid #f9e6e1;
}
.main section.takeout-catch {
  padding: 3rem 1rem;
}
@media screen and (max-width: 640px) {
  .main section.takeout-catch {
    padding: 7vw 4vw;
  }
}
.main section.takeout-catch .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: 1280px;
  max-width: 100%;
  text-align: center;
}
.main section.takeout-catch .wrapper img.pct {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .main section.takeout-catch .wrapper img.pct {
    width: 12vw;
  }
}
.main section.takeout-catch .wrapper .text {
  color: #E94709;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #f9e6e1));
  background-image: linear-gradient(to bottom, transparent 70%, #f9e6e1 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .main section.takeout-catch .wrapper .text {
    font-size: 5.33vw;
  }
}
.main section.brand-select {
  padding: 4rem 0 5rem;
}
@media screen and (max-width: 640px) {
  .main section.brand-select {
    padding: 0;
  }
}
.main section.brand-select .wrapper {
  width: 1080px;
  max-width: 100%;
  padding: 2rem;
}
@media screen and (max-width: 640px) {
  .main section.brand-select .wrapper {
    padding: 7vw 4vw;
  }
}
.main section.brand-select .wrapper .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 3rem 0;
}
@media screen and (max-width: 980px) {
  .main section.brand-select .wrapper .brand-list {
    gap: 10px;
  }
}
@media screen and (max-width: 840px) {
  .main section.brand-select .wrapper .brand-list {
    gap: 2vw;
  }
}
.main section.brand-select .wrapper .brand-list li {
  width: calc((100% - 60px) / 4);
  padding: 0;
  border-radius: 12px;
}
@media screen and (max-width: 980px) {
  .main section.brand-select .wrapper .brand-list li {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 840px) {
  .main section.brand-select .wrapper .brand-list li {
    width: calc((100% - 2vw) / 2);
  }
}
.main section.brand-select .wrapper .brand-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem 2rem;
  color: #333;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.16));
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .main section.brand-select .wrapper .brand-list li a {
    padding: 1rem 1rem 2rem;
  }
}
@media screen and (max-width: 840px) {
  .main section.brand-select .wrapper .brand-list li a {
    padding: 2.8vw 1.5vw 4vw;
  }
}
@media screen and (max-width: 640px) {
  .main section.brand-select .wrapper .brand-list li a {
    padding: 3.5vw 3.5vw 4.5vw;
  }
}
.main section.brand-select .wrapper .brand-list li a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(247, 230, 227)), color-stop(40%, rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(247, 230, 227) 0%, rgb(255, 255, 255) 40%);
  border: 1px solid rgb(243, 211, 206);
  border-radius: 12px;
  -webkit-filter: drop-shadow(0 3px 5px rgba(183, 82, 80, 0.5));
          filter: drop-shadow(0 3px 5px rgba(183, 82, 80, 0.5));
}
.main section.brand-select .wrapper .brand-list li a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 12vw;
  max-height: 140px;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .main section.brand-select .wrapper .brand-list li a figure {
    height: 24vw;
    max-height: 24vw;
  }
}
@media screen and (max-width: 640px) {
  .main section.brand-select .wrapper .brand-list li a figure {
    height: 21.5vw;
    max-height: 21.5vw;
  }
}
.main section.brand-select .wrapper .brand-list li a figure img {
  width: 58vw;
  max-width: 58%;
  height: auto;
}
.main section.brand-select .wrapper .brand-list li a figure img.tokubei {
  width: 58vw;
  max-width: 58%;
}
.main section.brand-select .wrapper .brand-list li a figure img.kaisenatom {
  width: 42vw;
  max-width: 42%;
}
.main section.brand-select .wrapper .brand-list li a figure img.miya {
  width: 64vw;
  max-width: 64%;
}
.main section.brand-select .wrapper .brand-list li a figure img.katsu {
  width: 17vw;
  max-width: 52%;
}
.main section.brand-select .wrapper .brand-list li a .tab {
  width: 78%;
  margin: 0 auto 0.5rem;
  padding: 0.1rem;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .main section.brand-select .wrapper .brand-list li a .tab {
    width: 18vw;
    max-width: 100%;
    padding: 0.3vw;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 840px) {
  .main section.brand-select .wrapper .brand-list li a .tab {
    width: 30vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .main section.brand-select .wrapper .brand-list li a .tab {
    width: 32vw;
    margin: 0 auto;
    font-size: 2.4vw;
  }
}
.main section.brand-select .wrapper .brand-list li a .tab.sushi {
  background-color: #1E569F;
}
.main section.brand-select .wrapper .brand-list li a .tab.miya {
  background-color: #B92B0B;
}
.main section.brand-select .wrapper .brand-list li a .tab.katsu {
  background-color: #FFA126;
}
.main section.brand-select .wrapper .brand-list li a .brand-name {
  width: 100%;
  color: #333;
  text-align: center;
}
.main section.brand-select .wrapper .brand-list li a .brand-name span {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .main section.brand-select .wrapper .brand-list li a .brand-name span {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 840px) {
  .main section.brand-select .wrapper .brand-list li a .brand-name span {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 640px) {
  .main section.brand-select .wrapper .brand-list li a .brand-name span {
    font-size: 4vw;
  }
}
.main section.to-shop-select {
  padding: 4rem 0 6rem;
}
@media screen and (max-width: 640px) {
  .main section.to-shop-select {
    margin: 0;
    padding: 5.1vw 0 10vw;
  }
}
.main section.to-shop-select.mv-co {
  padding: 6rem 0 0;
}
@media screen and (max-width: 640px) {
  .main section.to-shop-select.mv-co {
    padding: 10vw 0 0;
  }
}
.main section.to-shop-select .wrapper {
  width: 1280px;
  max-width: calc(100% - 10vw);
}
.main section.to-shop-select .wrapper button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 640px;
  max-width: 80vw;
  height: 96px;
  margin: 1rem auto;
  padding: 0 2rem;
  background-color: #E94709;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .main section.to-shop-select .wrapper button {
    width: 80vw;
    height: 14vw;
  }
}
.main section.to-shop-select .wrapper button span {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .main section.to-shop-select .wrapper button span {
    font-size: 4vw;
    font-weight: 600;
  }
}
.main section.to-shop-select .wrapper button:hover {
  background-color: #c6191f;
}
.main section.to-shop-select .wrapper button.back:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url("../image/common/icn_arrow_circle.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  .main section.to-shop-select .wrapper button.back:after {
    right: 5vw;
    width: 5vw;
    height: 5vw;
  }
}
.main section.to-shop-select .wrapper button.back:hover:after {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.main section.news {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 3rem;
}
@media screen and (max-width: 640px) {
  .main section.news {
    margin: 0 auto;
    padding: 10vw 4vw 10vw;
  }
}
.main section.news.news-top {
  padding: 30px 3rem 80px;
}
@media screen and (max-width: 640px) {
  .main section.news.news-top {
    padding: 0 4vw 10vw;
  }
}
.main section.news.pink-beige {
  background-color: #FFF4F1;
}
.main section.news.pink-beige .news-wrapper .index-news-list li {
  border-bottom: 1px solid #f3e3dd;
}
.main section.news.pink-beige .news-wrapper .index-news-list li:first-child {
  border-top: 1px solid #f3e3dd;
}
.main section.news.pink-beige .news-wrapper .more .news-more {
  background-color: #b68f80;
}
.main section.news .news-wrapper {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.main section.news .news-wrapper .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 1rem;
}
@media screen and (max-width: 640px) {
  .main section.news .news-wrapper .ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.main section.news .news-wrapper .ttl h2 {
  width: 100%;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .main section.news .news-wrapper .ttl h2 {
    width: 100%;
    margin: 0;
    font-size: 5.33vw;
  }
}
.main section.news .news-wrapper .index-news-list {
  margin: 2rem 0 4rem;
}
@media screen and (max-width: 640px) {
  .main section.news .news-wrapper .index-news-list {
    margin: 4vw 0 7vw;
    padding: 0;
  }
}
.main section.news .news-wrapper .index-news-list li {
  padding: 2rem 2rem;
  border-bottom: 1px solid #ece4cd;
}
@media screen and (max-width: 640px) {
  .main section.news .news-wrapper .index-news-list li {
    padding: 4vw 4vw;
  }
}
.main section.news .news-wrapper .index-news-list li:first-child {
  border-top: 1px solid #ece4cd;
}
.main section.news .news-wrapper .index-news-list li .news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .main section.news .news-wrapper .index-news-list li .news-wrap {
    display: block;
  }
}
.main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap {
    width: 100%;
    margin: 0 0 2vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap .box-new {
  width: 70px;
  color: #E94709;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap .box-new {
    width: 30%;
    padding-left: 4vw;
    font-size: 4vw;
    text-align: left;
  }
}
.main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap .news-date {
  font-family: "Roboto";
  width: 100px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap .news-date {
    width: 30%;
    margin: 0;
    color: #333;
    font-size: 4vw;
  }
}
.main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap .category {
  width: 100px;
}
@media screen and (max-width: 640px) {
  .main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap .category {
    width: 40%;
  }
}
.main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap .category p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.7rem;
  background-color: #000;
  border-radius: 4px;
  line-height: 1;
}
.main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap .category p.atom {
  background-color: #5C58A0;
}
.main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap .category p.katsu {
  background-color: #FFA126;
}
.main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap .category p.tokubei {
  background-color: #1E569F;
}
.main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap .category p.miya {
  background-color: #B92B0B;
}
.main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap .category p.zentai {
  background-color: #E94709;
}
.main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap .category p span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .main section.news .news-wrapper .index-news-list li .news-wrap .elm-wrap .category p span {
    font-size: 3vw;
    line-height: 1.2;
  }
}
.main section.news .news-wrapper .index-news-list li .news-wrap dl {
  width: calc(100% - 70px - 100px - 100px);
}
@media screen and (max-width: 640px) {
  .main section.news .news-wrapper .index-news-list li .news-wrap dl {
    width: 100%;
  }
}
.main section.news .news-wrapper .index-news-list li .news-wrap dl .news-title {
  padding: 0;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .main section.news .news-wrapper .index-news-list li .news-wrap dl .news-title {
    margin: 0;
    font-size: 3.5vw;
    line-height: 1.6;
  }
}
.main section.news .news-wrapper .index-news-list li .news-wrap dl .news-title a {
  color: #333;
  text-decoration: none;
}
.main section.news .news-wrapper .index-news-list li .news-wrap dl .news-title a:hover {
  text-decoration: underline;
}
.main section.news .news-wrapper .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.main section.news .news-wrapper .more .news-more {
  width: 240px;
  height: 52px;
  background-color: #c9b372;
  border-radius: 50px;
}
@media screen and (max-width: 640px) {
  .main section.news .news-wrapper .more .news-more {
    width: 46vw;
    height: 10vw;
  }
}
.main section.news .news-wrapper .more .news-more a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.2rem 0.1rem;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 50px;
}
@media screen and (max-width: 640px) {
  .main section.news .news-wrapper .more .news-more a {
    font-size: 3.5vw;
  }
}
.main section.news .news-wrapper .more .news-more a:hover {
  opacity: 0.75;
}
/*# sourceMappingURL=top.css.map */