@charset "UTF-8";
/*---------------------
変数
-----------------------*/
/*---------------------
Mixins
-----------------------*/
body #areaWrapper1 {
  width: 1200px !important;
}

@media screen and (max-width: 768px) {
  body #areaWrapper1 {
    width: 100% !important;
  }
}
#ukkw2508 * {
  box-sizing: border-box;
}

#ukkw2508 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #272727;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", sans-serif !important;
}
#ukkw2508 ol,
#ukkw2508 ul {
  list-style: none;
}
#ukkw2508 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
#ukkw2508 a:hover {
  text-decoration: none;
}
#ukkw2508 .section {
  position: relative;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .section {
    padding: 10vw 5vw;
  }
}
#ukkw2508 .pre {
  font-size: 2.6rem;
  font-weight: bold;
  color: #e60012;
  padding: 0.8rem 0;
  background-color: #ff0;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .pre {
    font-size: 7vw;
    padding: 2vw 0;
  }
}
@media print, (min-width: 769px) {
  #ukkw2508 .kv img {
    margin: 0 auto;
    display: block;
  }
}
#ukkw2508 #float.mf-flt.floating {
  width: 100%;
}
@media print, (min-width: 769px) {
  #ukkw2508 #float.mf-flt.floating {
    width: 1200px;
  }
}
#ukkw2508 .float {
  transition: ease 0.3s;
}
#ukkw2508 .float ul {
  background: linear-gradient(to right, #E1B500 0%, #FFE575 25%, #FFE575 75%, #E1B500 100%);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  border-top: 5px solid #3D0808;
  border-bottom: 5px solid #3D0808;
}
#ukkw2508 .float li {
  position: relative;
  cursor: pointer;
}
#ukkw2508 .float li:hover::before {
  bottom: 10%;
}
#ukkw2508 .float li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 11px solid #000;
  border-bottom: 0;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .float li::before {
    border-right: 1.7vw solid transparent;
    border-left: 1.7vw solid transparent;
    border-top: 1.95vw solid #000;
  }
}
#ukkw2508 .float li:not(:last-of-type)::after {
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: 4px;
  content: "";
  background-color: #3D0808;
  right: 2px;
}
#ukkw2508 .float li a {
  display: block;
  position: relative;
  padding: 0.5em 0.5em 1em;
  height: 100%;
  color: #000;
  font-size: 1.6em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .float li a {
    padding: 1.5vw 1vw 3.5vw;
    font-size: min(1em, 4vw);
  }
}
#ukkw2508 .cmp {
  background-image: linear-gradient(135deg, #e8a300 25%, transparent 25%), linear-gradient(225deg, #e8a300 25%, transparent 25%), linear-gradient(45deg, #e8a300 25%, transparent 25%), linear-gradient(315deg, #e8a300 25%, #EAAC1A 25%);
  background-position: 40px 0, 40px 0, 0 0, 0 0;
  background-size: 40px 40px;
}
#ukkw2508 .cmp__ttl {
  position: relative;
  z-index: 20;
  text-align: center;
  font-size: 2.5em;
  color: #ffffff;
  margin: 0 auto 0.75em;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .cmp__ttl {
    width: 80%;
    max-width: 300px;
  }
}
#ukkw2508 .cmp__content {
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .cmp__content {
    display: block;
    max-width: 500px;
  }
}
#ukkw2508 .cmp__content li {
  width: calc(50% - 1.5em);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .cmp__content li {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#ukkw2508 .bgWrap {
  position: relative;
}
#ukkw2508 .bgWrap::before {
  content: "";
  position: absolute;
  background-image: url("/library/contents/products/ukkw2508/img/parts/bg.jpeg");
  background-blend-mode: multiply;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  opacity: 0.1;
  top: 0;
  left: 0;
  pointer-events: none;
}
#ukkw2508 .content {
  position: relative;
  overflow: hidden;
}
#ukkw2508 .content::before, #ukkw2508 .content::after {
  position: absolute;
  width: 8%;
  top: 0;
  bottom: 0;
  background-size: 100%;
  z-index: 100;
  content: "";
}
@media screen and (max-width: 768px) {
  #ukkw2508 .content::before, #ukkw2508 .content::after {
    width: 20%;
  }
}
#ukkw2508 .content::before {
  left: 2%;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .content::before {
    left: -9%;
  }
}
#ukkw2508 .content::after {
  right: 2%;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .content::after {
    right: -9%;
  }
}
#ukkw2508 .content.first {
  background-color: #F13B00;
}
#ukkw2508 .content.first::before, #ukkw2508 .content.first::after {
  background: url(/library/contents/products/ukkw2508/img/parts/deco_1.svg) repeat;
}
#ukkw2508 .content.second {
  background: linear-gradient(to right, #E1B500 0%, #FFE575 50%, #E1B500 100%);
}
#ukkw2508 .content.second::before, #ukkw2508 .content.second::after {
  background: url(/library/contents/products/ukkw2508/img/parts/deco_2.svg) repeat;
}
#ukkw2508 .content__ttl {
  position: relative;
  width: 25%;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .content__ttl {
    width: 50%;
    margin-bottom: 0.5em;
    max-width: 200px;
  }
}
#ukkw2508 .content__ttl img {
  display: block;
}
#ukkw2508 .content__ttl::before, #ukkw2508 .content__ttl::after {
  content: "";
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  width: 10em;
  height: 10em;
  background-image: url(/library/contents/products/ukkw2508/img/parts/yuge.png);
  pointer-events: none;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1000;
  transition: all 3s;
}
#ukkw2508 .content__ttl::before {
  left: -10em;
}
#ukkw2508 .content__ttl::after {
  right: -10em;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .content__ttl::before {
    left: -8em;
  }
  #ukkw2508 .content__ttl::after {
    right: -8em;
  }
}
#ukkw2508 .content__ttl.is-active::before, #ukkw2508 .content__ttl.is-active::after {
  scale: 2;
  opacity: 0;
}
#ukkw2508 .content__term {
  text-align: center;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}
#ukkw2508 .content__term--second {
  color: #000;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .content__term {
    font-size: 1.25em;
    width: 90%;
    margin: 0 auto;
  }
}
#ukkw2508 .content__iconWrap {
  display: flex;
  width: 100%;
  margin: 2em auto;
  padding: 0.1em 2em;
  border-radius: 999px;
  border: solid 5px #000;
  background-color: #fff;
  justify-content: space-around;
  position: relative;
  z-index: 100;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .content__iconWrap {
    padding: 0.1em 1em;
    border: solid 4px #000;
  }
}
#ukkw2508 .content__icon {
  display: flex;
  align-items: center;
}
#ukkw2508 .content__icon p {
  margin-left: 1em;
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .content__icon p {
    font-size: 1.25em;
    margin-left: 0.5em;
  }
}
#ukkw2508 .content__icon--tougarashi p {
  color: #FF0000;
}
#ukkw2508 .content__icon--tougarashi img {
  width: 2.5em;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .content__icon--tougarashi img {
    width: 1.5em;
  }
}
#ukkw2508 .content__icon--curry p {
  color: #FFA200;
}
#ukkw2508 .content__icon--curry img {
  width: 4em;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .content__icon--curry img {
    width: 2em;
  }
}
#ukkw2508 .content__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3em;
}
#ukkw2508 .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 2em 3.5em;
  border-radius: 20px;
  z-index: 50;
  box-shadow: 0px 12px 16px -3px rgba(43, 43, 43, 0.4);
}
#ukkw2508 .item:nth-child(odd)::before {
  right: -5em;
}
#ukkw2508 .item:nth-child(even) {
  flex-direction: row-reverse;
}
#ukkw2508 .item:nth-child(even)::before {
  left: -5em;
}
#ukkw2508 .item::before {
  content: "";
  position: absolute;
  top: 5em;
  transform: translateY(-50%);
  width: 10em;
  height: 10em;
  background-image: url(/library/contents/products/ukkw2508/img/parts/yuge.png);
  pointer-events: none;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1000;
  transition: all 3s;
}
#ukkw2508 .item.is-active::before {
  scale: 2;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .item {
    display: block;
    padding: 2em 2em;
  }
}
#ukkw2508 .item__img, #ukkw2508 .item__detail {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .item__img, #ukkw2508 .item__detail {
    width: 100%;
  }
}
#ukkw2508 .item__appeal {
  font-size: 1.2em;
  margin-bottom: 0.2em;
  z-index: 100;
  background-color: #DC000C;
  border-radius: 999px;
  padding: 0.25em 1em 0.15em;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .item__appeal {
    margin-top: 2em;
    font-size: 1em;
    width: 100%;
    text-align: center;
  }
}
#ukkw2508 .item__title {
  font-size: 2em;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: 0.01em;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .item__title {
    font-size: min(1.5em, 6.3vw);
  }
}
#ukkw2508 .item__price {
  font-size: 1.6em;
  font-weight: 800;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .item__price {
    font-size: min(1.2em, 6.2vw);
  }
}
#ukkw2508 .item__area {
  margin-bottom: 0.75em;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .item__area {
    margin-bottom: 0.75em;
    font-size: min(1.1em, 6.1vw);
  }
}
#ukkw2508 .item__area--season {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .item__area--season {
    font-size: 0.75em;
  }
}
#ukkw2508 .item__desc {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .item__desc {
    font-size: min(1em, 6.1vw);
  }
}
#ukkw2508 .item__allergen {
  margin-top: 1.5em;
}
#ukkw2508 .item__allergen a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
  position: relative;
  background-color: #EFC12B;
  border: 4px solid #000;
  border-radius: 999px;
  padding: 0.5em 2em;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  transition: all 0.3s;
  box-shadow: 0 5px 0 #000;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .item__allergen a {
    font-size: 0.9em;
    padding: 0.5em 2em 0.5em 1.5em;
  }
}
#ukkw2508 .item__allergen a::before {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.65em solid transparent;
  border-bottom: 0.65em solid transparent;
  border-left: 0.8em solid #000;
  border-right: 0;
}
#ukkw2508 .item__allergen a:hover {
  opacity: 0.8;
  box-shadow: 0 3px 0 #000;
  transform: translateY(2px);
}
#ukkw2508 .item__allergen a:hover::before {
  right: 0.5em;
}
#ukkw2508 .item__note {
  font-size: 0.8em;
  margin-top: 0.5em;
}
#ukkw2508 .note {
  font-size: 0.7em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .note {
    font-size: min(0.7em, 3.8vw);
  }
}
#ukkw2508 .note > * {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#ukkw2508 .note > *::before {
  content: "※";
}
#ukkw2508 .c-red {
  color: #ff0000;
}
#ukkw2508 .c-small {
  margin-top: 0.25em;
  display: block;
  font-size: 0.6em;
  line-height: 1.3em;
}
#ukkw2508 .c-col1 {
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #ukkw2508 .c-col1 {
    width: 100%;
  }
}
@media print, (min-width: 769px) {
  #ukkw2508 .c-col2-pc {
    grid-template-columns: 1fr 1fr;
  }
  #ukkw2508 .c-col3-pc {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #ukkw2508 .c-col4-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #ukkw2508 .c-col5-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #ukkw2508 .c-col2-sp {
    grid-template-columns: 1fr 1fr;
  }
  #ukkw2508 .c-col3-sp {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #ukkw2508 .c-col4-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #ukkw2508 .c-col5-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
#ukkw2508 .c-nw {
  display: inline-block;
}
#ukkw2508 .u-mb1em {
  margin-bottom: 1em !important;
}
/*# sourceMappingURL=ukkw2508.css.map */