@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
.u-hide-pc {
  display: none !important;
}

#container {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .u-hide-pc {
    display: block !important;
  }

  .u-hide-sp {
    display: none !important;
  }
}
.container-wrap svg {
  display: none;
}

sup {
  font-size: 60%;
}

.c-strong {
  font-weight: 700;
}

.c-tonyusoft-aside {
  font-size: 1em;
  letter-spacing: 0.015em;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .c-tonyusoft-aside {
    font-size: 2vw;
    margin-top: 1em;
  }
}
.c-tonyusoft-aside.is-right {
  text-align: right;
}
.c-tonyusoft-aside:before {
  content: "※";
}
@media all and (min-width: 768px) {
  .c-tonyusoft-aside.type-01 {
    width: 79em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-tonyusoft-aside.type-01 {
    width: 100%;
  }
}
.c-tonyusoft-aside.type-01:before {
  content: "※1";
  margin-right: 0.5em;
}
@media all and (min-width: 768px) {
  .c-tonyusoft-aside.type-02 {
    width: 79em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-tonyusoft-aside.type-02 {
    width: 100%;
  }
}
.c-tonyusoft-aside.type-02:before {
  content: "※2";
  margin-right: 0.5em;
}
.c-tonyusoft-aside + .c-tonyusoft-aside {
  margin-top: 0 !important;
}

footer .ftTop {
  margin-top: 0;
}

.c-cooking-time {
  background-color: #f9e8d8;
  padding: 0.583em 0 0.833em 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .c-cooking-time {
    border-radius: 1.708em;
    width: 20em;
    margin-top: 2.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .c-cooking-time {
    padding: 0.8vw 0;
    border-radius: 1.5vw;
    width: 24vw;
    margin-top: 2.196vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cooking-time {
    padding: 1vw 0 1.5vw 0;
    border-radius: 3.599vw;
    width: 37.333vw;
    margin-top: 4vw;
  }
}

.c-cooking-time-name {
  padding-left: 3em;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-cooking-time-name {
    padding-left: 2.75vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cooking-time-name {
    padding-left: 6vw;
  }
}
.c-cooking-time-name:before {
  content: "";
  background-image: url(/recipe/tonyusoft/img/detail/ico_02_pc.svg);
  background-size: 100% auto;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  width: 1.833em;
  height: 1.833em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
@media all and (min-width: 768px) {
  .c-cooking-time-name:before {
    top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-cooking-time-name:before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-cooking-time-name:before {
    width: 4.133vw;
    height: 4.133vw;
  }
}
.c-cooking-time-name .in {
  width: 5.5em;
  height: 1.8em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-cooking-time-name .in {
    width: 5.8vw;
    height: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cooking-time-name .in {
    width: 13.066vw;
    height: 4vw;
  }
}

.c-cooking-time-description {
  line-height: 1;
  margin-left: 0.833em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-cooking-time-description {
    margin-left: 0.732vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cooking-time-description {
    line-height: 1.2;
    margin-left: 1.25vw;
  }
}
.c-cooking-time-description .time-01 {
  font-size: 2.167em;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-cooking-time-description .time-01 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cooking-time-description .time-01 {
    font-size: 4vw;
  }
}
.c-cooking-time-description .time-unit {
  font-size: 1.333em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-cooking-time-description .time-unit {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cooking-time-description .time-unit {
    font-size: 3vw;
  }
}

.c-cooking-supplement {
  font-size: 1.333em;
  margin-top: 1.667em;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-cooking-supplement {
    font-size: 1.4vw;
    margin-top: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .c-cooking-supplement {
    font-size: 3vw;
    margin-top: 2.14vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cooking-supplement + .recipe-slider-wrap .recipe-slider {
    margin-top: 3vw;
  }
}

.c-numbers {
  background-color: #fff;
  border: 2px solid #4f3116;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.667em;
  height: 3.667em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-numbers {
    width: 3.221vw;
    height: 3.221vw;
  }
}
@media screen and (max-width: 767px) {
  .c-numbers {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.c-numbers .in {
  color: #4f3116;
  width: 1.083em;
  height: 1.2em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-numbers .in {
    width: 0.951vw;
    height: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-numbers .in {
    width: 2.2vw;
    height: 2.4vw;
  }
}

@media screen and (max-width: 767px) {
  .c-numbers-a .in {
    margin-top: -0.75vw;
  }
}

@media all and (min-width: 768px) {
  .c-numbers-b .in {
    width: 0.9em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-numbers-b .in {
    width: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .c-numbers-b .in {
    width: 1.7vw;
  }
}

.c-step {
  width: 5em;
  min-width: 5em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-step {
    width: 4.392vw;
    min-width: 4.392vw;
  }
}
@media screen and (max-width: 767px) {
  .c-step {
    width: 9.333vw;
    min-width: 9.333vw;
  }
}

#preparations .c-check {
  width: 2.5em;
  min-width: 2.5em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  #preparations .c-check {
    width: 2.84vw;
    min-width: 2.84vw;
  }
}
@media screen and (max-width: 767px) {
  #preparations .c-check {
    width: 5.33vw;
    min-width: 5.33vw;
  }
}

.c-favorite-toggle-btn {
  background-color: #fff;
  border: 0;
  border-radius: 100%;
  width: 5.083em;
  height: 5.083em;
  position: absolute;
  z-index: 20;
  top: 2.5em;
  right: 12.5em;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-favorite-toggle-btn {
    width: 4.465vw;
    height: 4.465vw;
    top: 2.196vw;
    right: 11.196vw;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-toggle-btn {
    width: 8.133vw;
    height: 8.133vw;
    top: 3vw;
    right: 6vw;
  }
}
.c-favorite-toggle-btn .ico_heart {
  fill: transparent;
  stroke: #ffae00;
  display: block;
  width: 2.5em;
  height: 1.75em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1 !important;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-favorite-toggle-btn .ico_heart {
    width: 4vw;
    height: 1.537vw;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-toggle-btn .ico_heart {
    width: 3.599vw;
    height: 2.8vw;
  }
}
.c-favorite-toggle-btn.is-active .ico_heart {
  fill: #ffae00;
}

.c-movie-button {
  background-color: #4f3116;
  border: 0;
  border-radius: 100%;
  width: 6.5em;
  height: 6.5em;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 768px) {
  .c-movie-button {
    transition: 0.3s ease;
  }
  .c-movie-button:hover {
    width: 7.5em;
    height: 7.5em;
  }
}
.c-movie-button:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.833em 0 0.833em 1.333em;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0.25em;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-movie-on-icon {
  background-color: #fff;
  border: 0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.333em;
  height: 3.333em;
  top: 4.8em;
  right: 0.75em;
  position: absolute;
  z-index: 20;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-movie-on-icon {
    width: 2.928vw;
    height: 2.928vw;
    top: 4.196vw;
    right: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .c-movie-on-icon {
    width: 6.666vw;
    height: 6.666vw;
    top: 9vw;
    right: 1.25vw;
  }
}
.c-movie-on-icon:before {
  content: "";
  background-image: url(../img/common/ico_movie.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 1.75em;
  height: 1.167em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-movie-on-icon:before {
    width: 1.537vw;
    height: 1.024vw;
  }
}
@media screen and (max-width: 767px) {
  .c-movie-on-icon:before {
    width: 3.333vw;
    height: 2.533vw;
  }
}
.c-new-label {
  background-image: url(/recipe/tonyusoft/img/detail/ico_new_01_pc.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  width: 5.833em;
  height: 4.25em;
  position: absolute;
  top: 0;
  left: 0.5em;
  z-index: 20;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-new-label {
    width: 5.124vw;
    height: 3.733vw;
    left: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .c-new-label {
    width: 10.8vw;
    height: 7.866vw;
    left: 1vw;
  }
}

.c-tonyusoft-button {
  height: 5em;
  margin-top: 4.25em;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .c-tonyusoft-button {
    width: 27.833em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-tonyusoft-button {
    width: 24.45vw;
    height: 4.392vw;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .c-tonyusoft-button {
    width: 66.66vw;
    height: 11.75vw;
    margin-top: 2.75em;
  }
}
.c-tonyusoft-button.is-return .c-tonyusoft-button__cursor {
  transform: rotate(180deg);
  left: 1.667em;
  right: 0;
}
@media all and (min-width: 768px) {
  .c-tonyusoft-button.is-ico-heart {
    width: 24.167em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-tonyusoft-button.is-ico-heart {
    width: 22.45vw;
  }
}
@media screen and (max-width: 767px) {
  .c-tonyusoft-button.is-ico-heart {
    width: 64vw;
  }
}
.c-tonyusoft-button.is-ico-heart .c-tonyusoft-button__link .ico_heart {
  stroke: #ffae00;
  fill: #ffae00;
  display: block;
  width: 1.417em;
  height: 1.167em;
  position: absolute;
  top: 0;
  left: 1em;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-tonyusoft-button.is-ico-heart .c-tonyusoft-button__link .ico_heart {
    width: 1.4vw;
    height: 1.4vw;
    left: 2.5vw;
  }
}
.c-tonyusoft-button.favorite-recipe-button {
  margin-top: 3em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-tonyusoft-button.favorite-recipe-button {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .c-tonyusoft-button.favorite-recipe-button {
    margin-top: 6vw;
  }
}

.c-tonyusoft-button__link {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 768px) {
  .c-tonyusoft-button__link {
    transition: 0.3s ease;
  }
  .c-tonyusoft-button__link:hover {
    opacity: 1;
    background-color: #f9e8d8;
  }
}

.c-tonyusoft-button__inner {
  font-size: 1.333em;
  font-weight: 400;
  letter-spacing: 0;
}
@media all and (min-width: 768px) {
  .c-tonyusoft-button__inner {
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-tonyusoft-button__inner {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .c-tonyusoft-button__inner {
    font-size: 3.8vw;
  }
}

.c-tonyusoft-button__cursor {
  background-image: url(../img/ico_cursor.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.333em;
  height: 1.333em;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.667em;
  margin: auto 0 auto 0.833em;
  margin-left: 0.833em;
}
@media screen and (max-width: 767px) {
  .c-tonyusoft-button__cursor {
    width: 3.2vw;
    height: 2.266vw;
  }
}

.c-other-menu-list-wrap {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .c-other-menu-list-wrap {
    width: 88.333em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-other-menu-list-wrap {
    width: 77.598vw;
  }
}
@media screen and (max-width: 767px) {
  .c-other-menu-list-wrap {
    width: 83.066vw;
  }
}

.c-other-menu-list {
  position: relative;
}
@media all and (min-width: 768px) {
  .c-other-menu-list {
    margin-left: -1.083em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-other-menu-list {
    margin-top: 3.66vw;
    margin-left: -0.951vw;
  }
}
@media screen and (max-width: 767px) {
  .c-other-menu-list {
    margin-left: -2vw;
  }
}

.grid .c-other-menu-list__item {
  position: absolute;
}

@media all and (min-width: 768px) {
  .c-other-menu-list__item {
    width: 21.26em;
    margin-top: 5em;
    margin-left: 1.083em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-other-menu-list__item {
    width: 18.66vw;
    margin-top: 4vw;
    margin-left: 0.951vw;
  }
}
@media screen and (max-width: 767px) {
  .c-other-menu-list__item {
    width: 40vw;
    margin-top: 8vw;
    margin-left: 2vw;
  }
}
.c-other-menu-list__item .c-favorite-toggle-btn {
  width: 3.333em;
  height: 3.333em;
  top: 0.8em;
  right: 0.75em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-other-menu-list__item .c-favorite-toggle-btn {
    width: 2.928vw;
    height: 2.928vw;
    top: 0.75vw;
    right: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .c-other-menu-list__item .c-favorite-toggle-btn {
    width: 6.666vw;
    height: 6.666vw;
    top: 1.25vw;
    right: 1.25vw;
  }
}
.c-other-menu-list__item .c-favorite-toggle-btn .ico_heart {
  width: 1.417em;
  height: 1.167em;
}
@media screen and (max-width: 767px) {
  .c-other-menu-list__item .c-favorite-toggle-btn .ico_heart {
    width: 3.066vw;
    height: 2.4vw;
  }
}
.c-other-menu-list__item figcaption {
  margin-top: 1.25em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-other-menu-list__item figcaption {
    margin-top: 1.25vw;
  }
}
.c-other-menu-list__item .in {
  font-size: 1.5em;
  letter-spacing: 0.015em;
  line-height: 1.666;
  height: 3.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-other-menu-list__item .in {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-other-menu-list__item .in {
    font-size: 4vw;
    height: 18vw;
  }
}
.c-other-menu-list__item .c-allergy-list {
  margin-top: 1.25em;
  margin-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-other-menu-list__item .c-allergy-list {
    margin-top: 1.25vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-other-menu-list__item .c-allergy-list {
    margin-left: 0;
  }
}
.c-other-menu-list__item.is-disable {
  display: none !important;
}
.c-other-menu-list__item.is-visible {
  display: block !important;
}

.c-other-menu-list__item__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-other-menu-list__item__link {
  display: block;
}
@media all and (min-width: 768px) {
  .c-other-menu-list__item__link {
    transition: transform 0.3s ease;
    height: 33em;
  }
  .c-other-menu-list__item__link:hover {
    opacity: 1;
  }
  .c-other-menu-list__item__link:hover .c-other-menu-list__item__photo img {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-other-menu-list__item__link {
    height: 29.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-other-menu-list__item__link {
    height: 76vw;
  }
}

.c-other-menu-list__item__photo {
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .c-other-menu-list__item__photo {
    width: 21.26em;
    height: 21.26em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-other-menu-list__item__photo {
    width: 18.66vw;
    height: 18.66vw;
  }
}
@media screen and (max-width: 767px) {
  .c-other-menu-list__item__photo {
    width: 40vw;
    height: 40vw;
  }
}
.c-other-menu-list__item__photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 768px) {
  .c-other-menu-list__item__photo img {
    transition: 0.3s ease;
  }
}

.c-gray-back {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background-image: url(../img/common/bg_tonyusoft_01_01_pc.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
}
@media all and (min-width: 768px) {
  .c-gray-back {
    padding-top: 5em;
    padding-bottom: 10.833em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-gray-back {
    padding-top: 4.392vw;
    padding-bottom: 9.516vw;
  }
}
@media screen and (max-width: 767px) {
  .c-gray-back {
    background-image: url(../img/common/bg_tonyusoft_01_01_sp.jpg);
    overflow-x: hidden;
  }
}

.c-wood-inner {
  background-image: url(../img/common/bg_01_pc.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
  padding-top: 3.333em;
  padding-bottom: 9em;
  box-shadow: 0px 0px 27px -16px #6e6e6e;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .c-wood-inner {
    border-radius: 1.25em;
    max-width: 105em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-wood-inner {
    padding-top: 2.928vw;
    padding-bottom: 6.856vw;
    border-radius: 1.098vw;
    width: 92.24vw;
  }
}
@media screen and (max-width: 767px) {
  .c-wood-inner {
    padding: 1.5em 0 4em 0;
    border-radius: 2vw;
    width: 94.666vw;
  }
}

.c-white-inner {
  background-color: #fff;
  padding: 5em 0 5em 0;
  position: relative;
  margin-top: 3.333em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-white-inner {
    padding: 5vw 0 5vw 0;
    margin-top: 2.928vw;
  }
}
@media screen and (max-width: 767px) {
  .c-white-inner {
    padding: 6vw 0 3.75vw 0;
    width: 89.333vw;
    margin-top: 5vw;
  }
}

.c-allergy-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-allergy-list {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-allergy-list {
    margin-left: 4vw;
  }
}

.c-allergy-list__item {
  width: 3.333em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-allergy-list__item {
    width: 2.928vw;
  }
}
@media screen and (max-width: 767px) {
  .c-allergy-list__item {
    width: 7.066vw;
  }
}
.c-allergy-list__item + .c-allergy-list__item {
  margin-left: 0.4em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-allergy-list__item + .c-allergy-list__item {
    margin-left: 0.5vw;
  }
}
.c-allergy-list__item .list-text {
  font-size: 1.083em;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-allergy-list__item .list-text {
    font-size: 0.951vw;
  }
}
@media screen and (max-width: 767px) {
  .c-allergy-list__item .list-text {
    font-size: 1em;
  }
}

.c-icon {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 3.333em;
  height: 3.333em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-icon {
    width: 2.928vw;
    height: 2.928vw;
  }
}
@media screen and (max-width: 767px) {
  .c-icon {
    width: 7.066vw;
    height: 7.066vw;
  }
}
.c-icon.icon-milk {
  background-image: url(../img/common/ico_allergy_milk_pc.png);
}
.c-icon.icon-egg {
  background-image: url(../img/common/ico_allergy_egg_pc.png);
}
.c-icon.icon-wheat {
  background-image: url(../img/common/ico_allergy_wheat_pc.png);
}

.c-category-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .c-category-list {
    width: 88.333em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-category-list {
    width: 77.598vw;
    margin-top: 4.392vw;
  }
}
@media screen and (max-width: 767px) {
  .c-category-list {
    width: 82.666vw;
    margin-top: 10vw;
  }
}

.c-category-list__item {
  border: 1px solid #000;
  margin-top: 1.5em;
}
@media all and (min-width: 768px) {
  .c-category-list__item {
    border-radius: 2.5em;
    width: 21.25em;
    height: 5em;
    margin-left: 1.111em;
    transition: 0.3s ease;
  }
  .c-category-list__item:first-child, .c-category-list__item:nth-child(2), .c-category-list__item:nth-child(3), .c-category-list__item:nth-child(4) {
    margin-top: 0;
  }
  .c-category-list__item:first-child, .c-category-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-category-list__item:hover {
    background-color: #f9e8d8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-category-list__item {
    border-radius: 2.196vw;
    width: 18.5vw;
    height: 4.392vw;
    margin-left: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .c-category-list__item {
    border-radius: 6vw;
    width: 40vw;
    height: 11.75vw;
    margin-top: 0.5em;
    margin-left: 2vw;
  }
  .c-category-list__item:first-child, .c-category-list__item:nth-child(2) {
    margin-top: 0;
  }
  .c-category-list__item:first-child, .c-category-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.c-category-list__item label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.c-category-list__item label .in {
  padding-left: 1.5em;
  font-size: 1.333em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-category-list__item label .in {
    font-size: 1.171vw;
    padding-left: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-category-list__item label .in {
    font-size: 3.5vw;
  }
}
.c-category-list__item label:before {
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 4.167em;
  height: 4.167em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2em;
  margin: auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-category-list__item label:before {
    width: 3.66vw;
    height: 3.66vw;
    left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-category-list__item label:before {
    left: 3.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-category-list__item label {
    font-size: 1.171vw;
  }
}
.c-category-list__item input {
  display: none;
}
.c-category-list__item[data-category=all] label:before {
  background-image: url(../img/common/ico_all_b.png);
  width: 1.667em;
  height: 2.833em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-category-list__item[data-category=all] label:before {
    width: 1.464vw;
    height: 2.489vw;
  }
}
@media screen and (max-width: 767px) {
  .c-category-list__item[data-category=all] label:before {
    width: 3.2vw;
    height: 5.6vw;
  }
}
.c-category-list__item[data-category=syusyoku] label:before {
  background-image: url(../img/common/ico_syusyoku_b.png);
  width: 3.417em;
  height: 2.083em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-category-list__item[data-category=syusyoku] label:before {
    width: 3.001vw;
    height: 1.83vw;
  }
}
@media screen and (max-width: 767px) {
  .c-category-list__item[data-category=syusyoku] label:before {
    width: 7.199vw;
    height: 4.399vw;
  }
}
.c-category-list__item[data-category=syusai] label:before {
  background-image: url(../img/common/ico_syusai_b.png);
  width: 3.5em;
  height: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-category-list__item[data-category=syusai] label:before {
    width: 3.074vw;
    height: 1.756vw;
  }
}
@media screen and (max-width: 767px) {
  .c-category-list__item[data-category=syusai] label:before {
    width: 6.4vw;
    height: 3.733vw;
  }
}
.c-category-list__item[data-category=fukusai] label:before {
  background-image: url(../img/common/ico_fukusai_b.png);
  width: 3.25em;
  height: 2.583em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-category-list__item[data-category=fukusai] label:before {
    width: 2.855vw;
    height: 2.269vw;
  }
}
@media screen and (max-width: 767px) {
  .c-category-list__item[data-category=fukusai] label:before {
    width: 6.666vw;
    height: 5.066vw;
  }
}
.c-category-list__item[data-category=soup] label:before {
  background-image: url(../img/common/ico_soup_b.png);
  width: 3.833em;
  height: 2.417em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-category-list__item[data-category=soup] label:before {
    width: 3.367vw;
    height: 2.122vw;
  }
}
@media screen and (max-width: 767px) {
  .c-category-list__item[data-category=soup] label:before {
    width: 7.199vw;
    height: 4.533vw;
  }
}
.c-category-list__item[data-category=sweets] label:before {
  background-image: url(../img/common/ico_sweets_b.png);
  left: 2.5em;
  width: 2.333em;
  height: 2.917em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-category-list__item[data-category=sweets] label:before {
    left: 2.5vw;
    width: 2.049vw;
    height: 2.562vw;
  }
}
@media screen and (max-width: 767px) {
  .c-category-list__item[data-category=sweets] label:before {
    width: 5.066vw;
    height: 6.266vw;
    left: 4vw;
  }
}
.c-category-list__item[data-category=basic_recipe] label:before {
  background-image: url(../img/common/ico_basic_recipe_b.png);
  width: 2.667em;
  height: 2.667em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-category-list__item[data-category=basic_recipe] label:before {
    width: 2.3426vw;
    height: 2.3426vw;
  }
}
@media screen and (max-width: 767px) {
  .c-category-list__item[data-category=basic_recipe] label:before {
    width: 4.666vw;
    height: 4.666vw;
  }
}
.c-category-list__item[data-category=syokubutsusei_recipe] label:before {
  background-image: url(../img/common/ico_syokubutsusei_recipe_b.png);
  width: 3.083em;
  height: 2.333em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-category-list__item[data-category=syokubutsusei_recipe] label:before {
    width: 2.708vw;
    height: 2.049vw;
  }
}
@media screen and (max-width: 767px) {
  .c-category-list__item[data-category=syokubutsusei_recipe] label:before {
    width: 5.6vw;
    height: 5.6vw;
  }
}
.c-category-list__item.is-active {
  background-color: #ffae00;
  border-color: #ffae00;
}
.c-category-list__item.is-active[data-category=all] label:before {
  background-image: url(../img/common/ico_all_w.png);
}
.c-category-list__item.is-active[data-category=syusyoku] label:before {
  background-image: url(../img/common/ico_syusyoku_w.png);
}
.c-category-list__item.is-active[data-category=syusai] label:before {
  background-image: url(../img/common/ico_syusai_w.png);
}
.c-category-list__item.is-active[data-category=fukusai] label:before {
  background-image: url(../img/common/ico_fukusai_w.png);
}
.c-category-list__item.is-active[data-category=soup] label:before {
  background-image: url(../img/common/ico_soup_w.png);
}
.c-category-list__item.is-active[data-category=sweets] label:before {
  background-image: url(../img/common/ico_sweets_w.png);
}
.c-category-list__item.is-active[data-category=basic_recipe] label:before {
  background-image: url(../img/common/ico_basic_recipe_w.png);
}
.c-category-list__item.is-active[data-category=syokubutsusei_recipe] label:before {
  background-image: url(../img/common/ico_syokubutsusei_recipe_w.png);
}
.c-category-list__item.is-active label {
  color: #fff;
}

/********************************************************************
* ページ下部の商品紹介エリア
*********************************************************************/
.c-product {
  background-image: url(../img/common/bg_tonyusoft_01_03_pc.png);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 10em;
  padding-bottom: 11.083em;
}
@media screen and (max-width: 767px) {
  .c-product {
    background-image: url(../img/common/bg_tonyusoft_01_03_sp.png);
    padding-top: 16.5vw;
    padding-bottom: 18vw;
  }
}

.c-product-title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .c-product-title {
    width: 71.083em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-product-title {
    width: 62.445vw;
  }
}
@media all and (min-width: 768px) {
  .c-product-title.is-type02 {
    width: 79.917em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-product-title.is-type02 {
    width: 79vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-title.is-type02 {
    width: 94.933vw;
  }
}

.c-product-list {
  display: flex;
  justify-content: center;
  margin-top: 6.167em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-product-list {
    margin-top: 5.27vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-list {
    margin-top: 12vw;
  }
}

@media all and (min-width: 768px) {
  .c-product-list__item + .c-product-list__item {
    margin-left: 9.167em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-product-list__item + .c-product-list__item {
    margin-left: 7.833vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-list__item + .c-product-list__item {
    margin-left: 5.333vw;
  }
}
@media all and (min-width: 768px) {
  .c-product-list__item {
    width: 24.25em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-product-list__item {
    width: 28.303vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-list__item {
    width: 42vw;
  }
}

.c-product-list-box__title {
  padding-bottom: 0.75em;
  position: relative;
  margin-top: 2.25em;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .c-product-list-box__title {
    width: 9em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-product-list-box__title {
    margin-top: 2.196vw;
    padding-bottom: 0.878vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-list-box__title {
    padding-bottom: 0;
    width: 18.666vw;
    margin-top: 5vw;
  }
}
.c-product-list-box__title:before {
  content: "";
  background-image: url(../img/common/bg_border_01_pc.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 11.333em;
  height: 1.417em;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .c-product-list-box__title:before {
    width: 19.2vw;
    height: 2.4vw;
  }
}
.c-product-list-box__title .in {
  position: relative;
  z-index: 10;
}
@media all and (min-width: 768px) {
  .c-product-list-box__title.is-type03 {
    width: 22.583em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-product-list-box__title.is-type03 {
    width: 22.838vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-list-box__title.is-type03 {
    width: 30.533vw;
  }
}
.c-product-list-box__title.is-type03:before {
  background-image: url(../img/common/bg_border_02_pc.png);
  width: 21.417em;
  height: 1.333em;
}
@media screen and (max-width: 767px) {
  .c-product-list-box__title.is-type03:before {
    background-image: url(../img/common/bg_border_02_sp.png);
    width: 32.666vw;
    height: 7.466vw;
    bottom: -1vw;
  }
}
@media all and (min-width: 768px) {
  .c-product-list-box__title.is-type04 {
    width: 25.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-product-list-box__title.is-type04 {
    width: 25.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-list-box__title.is-type04 {
    width: 31.6vw;
  }
}
.c-product-list-box__title.is-type04:before {
  background-image: url(../img/common/bg_border_02_pc.png);
  width: 21.417em;
  height: 1.333em;
}
@media screen and (max-width: 767px) {
  .c-product-list-box__title.is-type04:before {
    background-image: url(../img/common/bg_border_03_sp.png);
    width: 32.666vw;
    height: 8.466vw;
    bottom: -1vw;
  }
}

.c-product-list-box__description {
  text-align: justify;
  text-justify: inter-ideograph;
  min-height: 13em;
  margin-top: 1.25em;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-product-list-box__description {
    min-height: 15.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-list-box__description {
    min-height: 37vw;
    margin-top: 2vw;
  }
}
.c-product-list-box__description .in {
  font-size: 1.333em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-product-list-box__description .in {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-list-box__description .in {
    font-size: 3.2vw;
    letter-spacing: -0.07em;
  }
}

.c-product-button {
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-product-button {
    height: 8.533vw;
  }
}
@media screen and (max-width: 767px) {
  .c-product-button .c-tonyusoft-button__inner {
    font-size: 2.466vw;
  }
}

.gfooter__inner{
  margin-top: 0 !important;
}