@charset "UTF-8";

html {
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#container {
  line-height: 1.5;
  letter-spacing: 0.08em;
}
#container img,
#container svg {
  display: block;
  max-width: 100%;
  width: auto;
}
#container {
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1365px) {
  #container {
    font-size: 10px;
  }
}
.l-local-nav {
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (max-width: 480px) {
  .l-local-nav {
  }
}

.l-local-nav-container {
  position: relative;
}

.l-local-nav__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: fixed;
  right: 2em;
  top: 20%;
  z-index: 100;
  width: calc(60 / 16 * 1em);
  height: calc(60 / 16 * 1em);
  font-weight: bold;
  border-radius: 50%;
  background: #039252;
  -webkit-transition: background .3125s ease-out, color .3125s ease-out, top .4s;
  transition: background .3125s ease-out, color .3125s ease-out, top .4s;
}
.l-local-nav__trigger > span {
  display: flex;
  align-items: center;
  line-height: 1.3;
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .l-local-nav__trigger {
    top: calc(80 / 375* 100vw);
    width: calc(48 / 16 * 1em);
  height: calc(48 / 16 * 1em);
  }
}

@media screen and (max-width: 480px) {
  .l-local-nav__trigger {
    top: 10%;
    right: calc(13 / 16 * 1em);
  }
}

.l-local-nav__trigger>div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(30 / 16 * 1em);
  height: calc(19 / 16 * 1em);
  -webkit-transition: all .3125s ease-out;
  transition: all .3125s ease-out;
}
@media screen and (max-width: 768px) {
  .l-local-nav__trigger>div {
    width: calc(24 / 16 * 1em);
    height: calc(15 / 16 * 1em);
  }
}

.l-local-nav__trigger>div>span {
  display: inline-block;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 3px;
  border-radius: 1rem;
  background: #fffdeb;
  -webkit-transition: all .3125s ease-out;
  transition: all .3125s ease-out;
}

.l-local-nav__trigger>div>span:nth-of-type(1) {
  -webkit-transition: top .2s .2s, opacity .2s, -webkit-transform .2s;
  transition: top .2s .2s, opacity .2s, -webkit-transform .2s;
  transition: top .2s .2s, transform .2s, opacity .2s;
  transition: top .2s .2s, transform .2s, opacity .2s, -webkit-transform .2s;
}

.l-local-nav__trigger>div>span:nth-of-type(2) {
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.l-local-nav__trigger>div>span:nth-of-type(3) {
  -webkit-transition: bottom .2s .2s, opacity .2s, -webkit-transform .2s;
  transition: bottom .2s .2s, opacity .2s, -webkit-transform .2s;
  transition: bottom .2s .2s, transform .2s, opacity .2s;
  transition: bottom .2s .2s, transform .2s, opacity .2s, -webkit-transform .2s;
}

.l-local-nav__trigger>span:after {
  content: "MENU";
  font-size: calc(10 / 16 * 1em);
  -webkit-transition: all .05s ease-in;
  transition: all .05s ease-in;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .l-local-nav__trigger {
    width: calc(100 / 750* 100vw);
    height: calc(100 / 750* 100vw);
    gap: calc(3 / 750* 100vw);
  }

  .l-local-nav__trigger>div {
    width: calc(53 / 750* 100vw);
    height: calc(35 / 750* 100vw);
    padding: 0 0 4px 0;
  }

  .l-local-nav__trigger>div>span {
    height: calc(5 / 750* 100vw);
  }

  .l-local-nav__trigger>span:after {
    content: "MENU";
    font-size: calc(18 / 750* 100vw);
  }
}

.l-local-nav-container.is-open .l-local-nav__trigger {
  background: #fff;
  color: #039252;
}

.l-local-nav-container.is-open .l-local-nav__trigger>div>span {
  background: #039252;
  position: absolute;
}

.l-local-nav-container.is-open .l-local-nav__trigger>div>span:nth-of-type(1) {
  top: calc(45% - 1px);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-transition: top .2s, bottom .2s, opacity .2s .2s, -webkit-transform .2s .2s;
  transition: top .2s, bottom .2s, opacity .2s .2s, -webkit-transform .2s .2s;
  transition: top .2s, bottom .2s, transform .2s .2s, opacity .2s .2s;
  transition: top .2s, bottom .2s, transform .2s .2s, opacity .2s .2s, -webkit-transform .2s .2s;
}

.l-local-nav-container.is-open .l-local-nav__trigger>div>span:nth-of-type(2) {
  opacity: 0;
}

.l-local-nav-container.is-open .l-local-nav__trigger>div>span:nth-of-type(3) {
  bottom: 45%;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  -webkit-transition: top .2s, bottom .2s, opacity .2s .2s, -webkit-transform .2s .2s;
  transition: top .2s, bottom .2s, opacity .2s .2s, -webkit-transform .2s .2s;
  transition: top .2s, bottom .2s, transform .2s .2s, opacity .2s .2s;
  transition: top .2s, bottom .2s, transform .2s .2s, opacity .2s .2s, -webkit-transform .2s .2s;
}

@media screen and (max-width: 768px) {
  .l-local-nav-container.is-open .l-local-nav__trigger>div>span:nth-of-type(3) {
    bottom: calc(45% - 1px);
  }
}

.l-local-nav-container.is-open .l-local-nav__trigger>span:after {
  content: "CLOSE";
}

.l-local-nav-container.is-fixed .l-local-nav__trigger {
  top: 5%;
}

.l-local-nav-container.is-fixed .l-local-nav-menu {
  top: 0;
}

.l-local-nav-menu {
  width: 20%;
  position: fixed;
  top: 10%;
  right: 0;
  z-index: 99;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8.5em 1.5em;
  height: 100%;
  background: #039252;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: top .4s, opacity .3s, visibility .3s;
  transition: top .4s, opacity .3s, visibility .3s;
}

@media screen and (max-width: 768px) {
  .l-local-nav-menu {
    width: 100%;
    height: 100vh;
    padding: 6rem 1.5em 3rem;
    top: 5em;
  }
}

@media screen and (max-width: 480px) {
  .l-local-nav-menu {
    top: 3em;
  }
}

.l-local-nav-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.l-local-nav-list {
  text-align: center;
  font-weight: bold;
}

.l-local-nav-list__item {
  border-bottom: 2px dotted #fff;
}

.l-local-nav-list__item>a {
  display: block;
  color: #fff;
  cursor: pointer;
  padding: 1.125em 0;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-weight: bold;
  font-size: calc(16 / 16 * 1em);
}
@media screen and (max-width: 768px) {
  .l-local-nav-list__item>a {
    font-size: calc(13 / 16 * 1em);
  }
}

.l-local-nav-list__item>a:hover {
  opacity: 1;
  color: #ffef29;
}

.l-local-nav-list__item>a.is-current {
  color: #ffef29;
}

.l-local-nav__online {
  margin-top: 3.9rem;
  padding: 0 1em;
}

.l-local-nav__online>a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-local-nav__banner {
  margin-top: 2em;
}

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

  Main

========================================================= */
.l-main {
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  --gurt-f: 16;
}

@media screen and (max-width: 480px) {
  #breadcrumb {
    display: none;
  }
}

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

  Footer

========================================================= */
.l-footer-online-section {
  background: url(../img/common/bg_online-shopping.png);
  background-size: cover;
  padding: 10.5rem 0 8.5rem;
  margin: -10rem 0 -8rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-footer-online-section {
    background: url(../img/common/bg_online-shopping_tablet.png);
  }
}

@media screen and (max-width: 480px) {
  .l-footer-online-section {
    background: url(../img/common/bg_online-shopping_sp.png);
    padding: 8rem 0 6rem;
    margin: -10rem 0 -6rem;
  }
}

.l-footer-online-section__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.l-footer-online-section__title {
  text-align: center;
  padding-bottom: 3.6rem;
}

@media screen and (max-width: 480px) {
  .l-footer-online-section__title img {
    width: 65%;
    margin: auto;
  }
}

.l-footer-online-section-grid {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer-online-section-grid__item {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-footer-online-section-grid__item {
    width: 45%;
    margin: .5em;
  }
}

.l-footer-online-section-grid__item:not(:first-of-type) {
  margin-left: .85em;
}

@media screen and (max-width: 768px) {
  .l-footer-online-section-grid__item:not(:first-of-type) {
    margin-left: .5em;
  }
}

.l-footer-online-section-grid__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -.3em;
  bottom: -.3em;
  background: #0c9e5c;
  z-index: -1;
  border-radius: .6rem;
}

.l-footer-online-section-grid__item a {
  display: block;
  border-radius: .6rem;
  background: #fff;
  padding: 2em;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #0c9e5c;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

@media screen and (max-width: 480px) {
  .l-footer-online-section-grid__item a {
    padding: 1.25em;
  }
}

.l-footer-online-section-grid__item a:hover {
  opacity: 1;
  -webkit-transform: translate(0.3em, 0.3em);
  transform: translate(0.3em, 0.3em);
}

@media screen and (max-width: 768px) {
  .l-footer-online-section-grid__item a:hover {
    -webkit-transform: none;
    transform: none;
  }
}

.l-footer-online-section-grid__item a:hover img {
  opacity: 1;
}

/*  banner
----------------------------*/
.c-banner {
  display: block;
  text-align: center;
  -webkit-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}

.c-banner:hover {
  opacity: .85;
}

.c-banner>img {
  opacity: 1;
}

.c-banner>img:hover {
  opacity: 1;
}

/*  button
----------------------------*/
.c-button {
  position: relative;
  background: #ec5e19;
  color: #fff;
  border-radius: calc(80 / 16 * 1em);
  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: 1.25em;
  -webkit-transition: background .15s ease-out, color .15s ease-out;
  transition: background .15s ease-out, color .15s ease-out;
  border: 2px solid #ec5e19;
}

@media screen and (max-width: 480px) {
  .c-button {
    padding: calc(13 / 16 * 1em);
  }
}

.c-button._type02 {
  background: #039252;
  border: 2px solid #039252;
}

.c-button._type02:hover {
  color: #039252;
  background: #fff;
}

.c-button._type02:hover .c-button__text{
  background-color:#039252;
}

.c-button:hover {
  color: #ec5e19;
  background: #fff;
}

.c-button svg path {
  fill: currentColor;
}

.c-button span {
  display: block;
}

.c-button__arrow {
  width: 1.5em;
  height: 1.25em;
  position: absolute;
  right: 1.7em;
  top: 35%;
}

@media screen and (max-width: 480px) {
  .c-button__arrow {
    width: calc(16.25 / 16 * 1em);
    height: calc(13 / 16 * 1em);
    right: calc(13 / 16 * 1em);
    top: 40%;
  }
}

.c-button._back .c-button__arrow {
  right: inherit;
  left: 1.5em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 30%;
}

.c-button-container {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}

._bg-type01 {
  background-image: url(../img/common/bg_type01.png);
  background-size: cover;
}

._bg-stripe01 {
  background-image: url(../img/common/bg_stripe01.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  ._bg-stripe01 {
    background-image: url(../img/common/bg_stripe01_sp.png);
  }
}

._bg-white {
  background: #fff;
}

._bg-border-radius {
  border-radius: calc(6 / 16 * 1em);
}

.c-section {
  position: relative;
  width: 100%;
  height: 100%;
  margin: calc(160 / 16 * 1em) 0;
  padding: calc(80 / 16 * 1em) 0;
}

.c-section._no-mg-space {
  margin: 0;
}

.c-section__inner {
  max-width: 1085px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-section__inner {
    padding: 0 calc(26 / 16 * 1em);
  }
}

@media screen and (max-width: 480px) {
  .c-section__inner {
    padding: 0 calc(13 / 16 * 1em);
  }
}

.c-section-header {
  position: relative;
  border: none;
  padding-bottom: calc(35 / 16 * 1em);
  background: inherit;
  z-index: 1;
}

.c-section-header img {
  display: block;
  margin: auto;
}

.c-section-lead {
  text-align: center;
}

/*  lineup
----------------------------*/
.c-lineup-section {
  background-image: url(../img/common/bg_plain-wood.png);
  background-size: cover;
  padding: calc(10 / 16 * 1em) 0 calc(180 / 16 * 1em);
  margin: calc(-80 / 16 * 1em) 0 0;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .c-lineup-section {
    background-image: url(../img/common/bg_plain-wood_sp.png);
    padding: calc(130 / 16 * 1em) 0 calc(100 / 16 * 1em);
    margin: calc(-45 / 16 * 1em) 0 0;
  }

  .c-lineup-section-header img {
    width: 65% !important;
  }
  .mc-breadcrumb {
    margin-top: -70px;
    z-index: 21;
  }
  .gfooter {
    z-index: 21;
  }
}

@media screen and (max-width: 580px) {
  .c-lineup-section {
    padding: calc(40 / 16 * 1em) 0 calc(140 / 16 * 1em);
  }
}

.c-lineup-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .c-lineup-grid {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .c-lineup-grid {
    margin: 0 0.53333vw;
  }
}

.c-lineup-grid__item {
  width: 50%;
  padding: 0 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
}
.c-lineup-grid__item img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-lineup-grid__item {
    width: 100%;
    margin-top: 0;
    padding: 0 3.2vw;
  }
}

.c-lineup-grid__item>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: end;
}

.c-lineup-grid__fig {
  text-align: center;
  margin-bottom: 1em;
}

.c-lineup-grid__caption {
  font-size: calc(14 / 16 * 1em);
  line-height: 1.65;
}

.c-lineup-grid__caption>span {
  display: block;
  font-size: calc(12 / 16 * 1em);
  color: #039252;
}

.c-lineup-grid__button {
  max-width: 260px;
  margin: 1em auto 0;
}

.c-lineup-grid__button._mg-t-only {
  margin: 1em 0 0;
}

.c-lineup-grid__button .c-button__text{
  background-color: #fff;
  mask-image: url(/brand/tonyugurt/assets/img/common/text_product-information.svg);
  mask-size:contain;
  mask-position:center center;
  mask-repeat:no-repeat;
  max-width: 121px;
  width:100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-lineup-grid .c-button {
    padding: 0.69231em 1.25em 0.76923em;
  }
}

@media screen and (max-width: 480px) {
  .c-lineup-grid__button .c-button__text {
    max-width: 90%;
  }
}

.c-page-heading {
  margin: 0 0 calc(-100 / 16 * 1em);
  background: url(../img/common/bg_page-heading.png) no-repeat top center/contain;
  display: flex;
  justify-content: center;
  position: relative;
  height: 21vw;
}

.c-page-heading__title {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .c-page-heading__title img {
    height: calc(50 / 1366* 100vw);
    max-height: 50px;
  }

  .c-page-heading__title {
    top: 6vw;
  }

}

@media screen and (max-width: 768px) {
  .c-page-heading {
    background-size: 100%auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/common/bg_page-heading_sp.png);
    width: 100vw;
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 47vw;
  }

  .c-page-heading__title {
    top: 20vw;
  }

  ._heading__twoLine {
    top: 13.5vw;
  }

  ._heading__twoLineBubble {
    top: 3vw;
    left: 8%;
  }

  .c-page-heading__title img {
    height: calc(27 / 375* 100vw);
  }

  ._heading__twoLine img {
    height: calc(63.5 / 375* 100vw);
  }

  ._heading__twoLineBubble img {
    height: calc(123 / 375* 100vw);
  }

}

@media screen and (min-width: 1367px) {
  .c-page-heading {
    margin: 0 0 -12rem;
    /* padding: 10.5rem 0 24.5rem; */
  }
}

/*  recipe
----------------------------*/
.c-recipe-container {
  padding: calc(60 / 16 * 1em) 0;
}

@media screen and (max-width: 768px) {
  .c-recipe-container {
    padding: calc(60 / 16 * 1em) calc(30 / 16 * 1em);
  }
}

@media screen and (max-width: 480px) {
  .c-recipe-container {
    padding: 0 calc(20 / 16 * 1em) calc(60 / 16 * 1em);
  }
}

.c-recipe-container__title {
  text-align: center;
  padding-bottom: calc(44 / 16 * 1em);
}

@media screen and (max-width: 480px) {
  .c-recipe-container__title {
    padding-bottom: calc(26 / 16 * 1em);
  }

  .c-recipe-container__title img {
    width: 65% !important;
    margin: 0 auto;
  }
}

.c-recipe-container__banner {
  text-align: center;
}

.c-recipe-container__banner a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.c-gurt-banner-container {
  text-align: center;
}

.c-gurt-banner-container a {
  display: inline-block;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

@media screen and (min-width: 769px) {
  .c-gurt-banner-container {
    padding-bottom: 3em;
  }
}

@media screen and (max-width: 768px) {
  .c-gurt-banner-container {
    padding: 0 2rem 6rem;
    margin-top: -3rem;
  }
}

footer .ftTop {
  margin-top: 0 !important;
}

.sec_items{
  position: relative;
  width: 100%;
  height: 100%;
  margin: calc(130 / 16 * 1em) 0 calc(40 / 16 * 1em);
}
@media all and (max-width: 767px) {
  .sec_items{
    margin: 0;
    padding: calc(50 / 16 * 1em) 0;
  }
}

/* --------------------------------------------------------------------------
  非表示
-------------------------------------------------------------------------- */
/* PCで非表示 */
@media all and (min-width: 1025px), print {
  .u-hide-pc {
    display: none;
  }
}
/* PC、タブレットで非表示 */
@media all and (min-width: 768px), print {
  .u-hide-tab-pc {
    display: none;
  }
}
/* タブレットのみ非表示 */
@media all and (min-width: 768px) and (max-width: 1024px) {
  .u-hide-tab {
    display: none;
  }
}
/* SPで非表示 */
@media all and (max-width: 767px) {
  .u-hide-sp {
    display: none;
  }
}

/* リニューアル */
@media all and (min-width: 768px), print {
  .gfooter {
    z-index: 21;
  }
  .gfooter__inner {
    margin-top: 0;
  }
}