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

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

#tvshow2510 {
  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;
}
#tvshow2510 ol,
#tvshow2510 ul {
  list-style: none;
}
#tvshow2510 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
#tvshow2510 a:hover {
  text-decoration: none;
}
#tvshow2510 .section {
  position: relative;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .section {
    padding: 10vw 5vw;
  }
}
#tvshow2510 .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) {
  #tvshow2510 .pre {
    font-size: 7vw;
    padding: 2vw 0;
  }
}
@media print, (min-width: 769px) {
  #tvshow2510 .kv img {
    margin: 0 auto;
    display: block;
  }
}
#tvshow2510 .bgWrap {
  position: relative;
}
#tvshow2510 .content {
  position: relative;
  overflow: hidden;
  background-color: #FFF100;
  background-image: radial-gradient(circle, #FFDF01 5px, transparent 5px), radial-gradient(circle, #FFDF01 5px, transparent 5px);
  background-position: 0 0, 15px 30px;
  background-size: 30px 60px;
}
#tvshow2510 .content__ttlWrap {
  position: relative;
  z-index: 10;
  background-image: conic-gradient(#E83F25 0deg 90deg, #E60013 90deg 180deg, #E83F25 180deg 270deg, #E60013 270deg 360deg);
  background-size: 102px 102px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .content__ttlWrap {
    background-size: 40px 40px;
  }
}
#tvshow2510 .content__ttlWrap img {
  display: block;
}
#tvshow2510 .content__ttlWrap--other {
  background-image: conic-gradient(#DD6D1F 0deg 90deg, #D9600C 90deg 180deg, #DD6D1F 180deg 270deg, #D9600C 270deg 360deg);
}
#tvshow2510 .content__ttl {
  width: 70%;
  margin: 0 auto;
  padding: 1em 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .content__ttl {
    width: 90%;
  }
}
#tvshow2510 .content__ttl.js-scrollin {
  -webkit-animation: kakudai ease-in-out 0.4s;
          animation: kakudai ease-in-out 0.4s;
  opacity: 1;
}
#tvshow2510 .content__ttl--other {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .content__ttl--other {
    width: 70%;
    max-width: 450px;
  }
}
#tvshow2510 .content__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8em;
  margin: 8rem 5rem 5rem;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .content__wrap {
    margin: 5rem 1rem 5rem;
    gap: 5em;
  }
}
#tvshow2510 .item {
  opacity: 0;
  transition: all 0.3s;
  transform: translate(0px, 80px);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: solid #150101 6px;
  padding: 8em 3.5em 4.5em;
  border-radius: 16px;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .item {
    max-width: 550px;
    margin: 0 auto;
    padding: clamp(5em, 22%, 10em) 1.5em 3em;
    display: block;
  }
}
#tvshow2510 .item.js-scrollin {
  opacity: 1;
  transform: translate(0px, 0px);
}
#tvshow2510 .item--curry {
  padding-top: 11em;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .item--curry {
    padding-top: clamp(9em, 40%, 11em);
  }
}
#tvshow2510 .item__hantei {
  position: absolute;
  left: -5%;
  transition: all 0.3s;
  opacity: 0;
}
#tvshow2510 .item__hantei--pass {
  top: -5%;
  width: 32%;
  transform: rotate(-15deg);
}
@media screen and (max-width: 768px) {
  #tvshow2510 .item__hantei--pass {
    max-width: 200px;
  }
}
#tvshow2510 .item__hantei--match {
  top: -8%;
  width: 80%;
  transform: rotate(-8deg);
}
@media screen and (max-width: 768px) {
  #tvshow2510 .item__hantei--match {
    max-width: 400px;
  }
}
#tvshow2510 .item__hantei.js-scrollin {
  scale: 1;
}
#tvshow2510 .item__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background-color: #E60013;
  font-size: 3em;
  color: #fff;
  border: solid #150101 6px;
  padding: 0.15em 1em;
  text-align: center;
  border-radius: 999px;
  font-weight: bold;
}
#tvshow2510 .item__label--other {
  background-color: #D25600;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .item__label {
    font-size: 2em;
  }
}
#tvshow2510 .item__curryNote {
  position: absolute;
  top: 4.5em;
  text-align: center;
  margin: 0 auto;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .item__curryNote {
    font-size: 1em;
  }
}
#tvshow2510 .item__img {
  position: relative;
}
#tvshow2510 .item__img, #tvshow2510 .item__detail {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .item__img, #tvshow2510 .item__detail {
    width: 100%;
  }
}
#tvshow2510 .item__title {
  font-size: 2em;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: 0.01em;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
  color: #E60013;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .item__title {
    font-size: min(1.5em, 6.3vw);
  }
}
#tvshow2510 .item__title--other {
  color: #D25600;
}
#tvshow2510 .item__price {
  font-size: 1.6em;
  font-weight: 800;
  color: #2A2A2A;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .item__price {
    font-size: min(1.2em, 6.2vw);
  }
}
#tvshow2510 .item__area {
  margin-bottom: 0.75em;
  font-size: 1.2em;
  font-weight: bold;
  color: #2A2A2A;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .item__area {
    margin-bottom: 0.75em;
    font-size: min(1.1em, 6.1vw);
  }
}
#tvshow2510 .item__area--season {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .item__area--season {
    font-size: 0.75em;
  }
}
#tvshow2510 .item__desc {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .item__desc {
    font-size: min(1em, 6.1vw);
  }
}
#tvshow2510 .item__allergen {
  margin-top: 1.5em;
}
#tvshow2510 .item__allergen span {
  font-size: 1em;
  font-weight: bold;
  color: #2A2A2A;
}
#tvshow2510 .item__allergen a {
  margin-top: 0.5em;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  background-color: #00479D;
  border-radius: 999px;
  padding: 0.5em 2em;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  transition: all 0.3s;
  border: solid 5px #150101;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .item__allergen a {
    font-size: 0.9em;
    padding: 0.5em 2em 0.5em 1.5em;
  }
}
#tvshow2510 .item__allergen a::before {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 0.75em;
  width: 0.8em;
  height: 0.8em;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
}
#tvshow2510 .item__allergen a:hover {
  opacity: 0.8;
}
#tvshow2510 .item__allergen a:hover::before {
  right: 0.5em;
}
#tvshow2510 .item__allergen a:not(:last-of-type) {
  margin-bottom: 1em;
}
#tvshow2510 .item__note {
  font-size: 0.8em;
  margin-top: 0.5em;
}
#tvshow2510 .note {
  font-size: 1em;
  line-height: 1.5;
  background-color: #fff;
  margin: 5em 2em 6em;
  padding: 1em 1.5em;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .note {
    font-size: min(0.7em, 3.8vw);
  }
}
#tvshow2510 .note > * {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#tvshow2510 .note > *::before {
  content: "※";
}
#tvshow2510 .c-red {
  color: #ff0000;
}
#tvshow2510 .c-small {
  margin-top: 0.25em;
  display: block;
  font-size: 0.6em;
  line-height: 1.3em;
}
#tvshow2510 .c-col1 {
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #tvshow2510 .c-col1 {
    width: 100%;
  }
}
@media print, (min-width: 769px) {
  #tvshow2510 .c-col2-pc {
    grid-template-columns: 1fr 1fr;
  }
  #tvshow2510 .c-col3-pc {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #tvshow2510 .c-col4-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #tvshow2510 .c-col5-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #tvshow2510 .c-col2-sp {
    grid-template-columns: 1fr 1fr;
  }
  #tvshow2510 .c-col3-sp {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #tvshow2510 .c-col4-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #tvshow2510 .c-col5-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
#tvshow2510 .c-nw {
  display: inline-block;
}
#tvshow2510 .u-mb1em {
  margin-bottom: 1em !important;
}
#tvshow2510 .u-1fr {
  grid-template-columns: 1fr !important;
}
#tvshow2510 .u-2fr {
  grid-template-columns: 1fr 1fr !important;
}
@-webkit-keyframes buruburu {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes buruburu {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@-webkit-keyframes kakudai {
  0% {
    scale: 0.1;
  }
  100% {
    scale: 1;
  }
}
@keyframes kakudai {
  0% {
    scale: 0.1;
  }
  100% {
    scale: 1;
  }
}
#tvshow2510 .js-stamp {
  -webkit-animation-name: Stamp;
          animation-name: Stamp;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes Stamp {
  0% {
    scale: 50;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes Stamp {
  0% {
    scale: 50;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
/*# sourceMappingURL=tvshow2510.css.map */