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

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

#tvshow2512 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #272727;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", sans-serif !important;
}
#tvshow2512 ol,
#tvshow2512 ul {
  list-style: none;
}
#tvshow2512 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
#tvshow2512 a:hover {
  text-decoration: none;
}
#tvshow2512 .section {
  position: relative;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .section {
    padding: 10vw 5vw;
  }
}
#tvshow2512 .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) {
  #tvshow2512 .pre {
    font-size: 7vw;
    padding: 2vw 0;
  }
}
#tvshow2512 .kv {
  position: relative;
}
#tvshow2512 .kv__yuge {
  position: absolute;
  opacity: 0;
  width: 70%;
  -webkit-animation-name: Yuge;
          animation-name: Yuge;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  will-change: transform, opacity;
}
#tvshow2512 .kv__yuge--left1 {
  top: 30%;
  left: 10%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#tvshow2512 .kv__yuge--left2 {
  top: 30%;
  left: 10%;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
#tvshow2512 .kv__yuge--right1 {
  top: 33%;
  right: -15%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#tvshow2512 .kv__yuge--right2 {
  top: 33%;
  right: -15%;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
@-webkit-keyframes Yuge {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(2) translateY(-300px);
    opacity: 0;
  }
  100% {
    transform: scale(2) translateY(-300px);
    opacity: 0;
  }
}
@keyframes Yuge {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(2) translateY(-300px);
    opacity: 0;
  }
  100% {
    transform: scale(2) translateY(-300px);
    opacity: 0;
  }
}
#tvshow2512 .lead {
  background-color: #CF000F;
  padding: 3em 5em;
  position: relative;
  font-family: "Kosugi Maru", serif;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .lead {
    padding: 1.5em 1em;
  }
}
#tvshow2512 .lead__desc {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#tvshow2512 .lead__desc p {
  text-align: center;
  color: #fff;
  font-size: 2.25em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .lead__desc p {
    font-size: 1.3em;
  }
}
#tvshow2512 .cmp {
  background-image: url(/library/contents/products/tvshow2512/img/parts/bg.png);
  background-color: #E60D1E;
  background-size: 200px;
}
#tvshow2512 .cmp__ttl {
  text-align: center;
  font-family: "Kosugi Maru", serif;
  color: #fff;
  font-size: 3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .cmp__ttl {
    margin-bottom: 0.5em;
  }
}
#tvshow2512 .cmp__content {
  width: 96%;
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .cmp__content {
    display: block;
    max-width: 500px;
  }
}
#tvshow2512 .cmp__content li {
  width: calc(50% - 1.5em);
  margin: 0 auto;
  border: solid 4px #fff;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .cmp__content li {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#tvshow2512 .bgWrap {
  position: relative;
}
#tvshow2512 .bgWrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/library/contents/products/tvshow2512/img/parts/bg.png");
  pointer-events: none;
  background-size: 74px;
  background-repeat: repeat;
  opacity: 1;
  z-index: 10;
}
#tvshow2512 .content {
  position: relative;
  overflow: hidden;
}
#tvshow2512 .content__ttl {
  width: 70%;
  margin: 0 auto;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .content__ttl {
    width: 90%;
  }
}
#tvshow2512 .content__ttl--other {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .content__ttl--other {
    width: 70%;
    max-width: 450px;
  }
}
#tvshow2512 .content__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6em;
  margin: 8rem 5rem 5rem;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .content__wrap {
    margin: 3.5rem 1rem 3.5rem;
    gap: 3em;
  }
}
#tvshow2512 .item {
  opacity: 0;
  transition: all 0.3s;
  position: relative;
  /*
  display: flex;
    justify-content: space-between;
    align-items: center;
  */
  background-color: #FFF0C6;
  border: solid #E19A18 6px;
  padding: 2.5em 2em;
  z-index: 50;
  box-shadow: 10px 14px 10px 0px rgba(0, 0, 0, 0.3);
}
@media print {
  #tvshow2512 .item {
    opacity: 1;
  }
}
#tvshow2512 .item__decolimit {
  position: absolute;
  z-index: 10;
  left: calc(-8rem - 6px);
  top: -6.5em;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .item__decolimit {
    left: calc(-2.5rem - 6px);
    top: 0;
  }
}
#tvshow2512 .item__decolimit img {
  width: 482px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .item__decolimit img {
    width: 75%;
  }
}
#tvshow2512 .item__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 550px;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .item__wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #tvshow2512 .item {
    margin: 0 auto;
    padding: 2em 1.5em;
    display: block;
    border-radius: 20px;
  }
}
#tvshow2512 .item__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .item__img {
    padding-top: 3em;
  }
}
#tvshow2512 .item__detail {
  align-self: flex-start;
}
#tvshow2512 .item__img, #tvshow2512 .item__detail {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .item__img, #tvshow2512 .item__detail {
    width: 100%;
  }
}
#tvshow2512 .item__title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25em;
  letter-spacing: 0.01em;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
  color: #E60D1E;
  font-family: "Kosugi Maru", serif;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .item__title {
    font-size: min(1.5em, 6.3vw);
  }
}
#tvshow2512 .item__price {
  font-size: 1.6em;
  font-weight: 800;
  color: #A40000;
  margin-bottom: 0.3em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .item__price {
    font-size: min(1.2em, 6.2vw);
  }
}
#tvshow2512 .item__area {
  margin-bottom: 0.75em;
  font-size: 1.2em;
  font-weight: bold;
  color: #2A2A2A;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .item__area {
    margin-bottom: 0.75em;
    font-size: min(1.1em, 6.1vw);
  }
}
#tvshow2512 .item__area--season {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .item__area--season {
    font-size: 0.75em;
  }
}
#tvshow2512 .item__desc {
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .item__desc {
    font-size: min(1em, 6.1vw);
  }
}
#tvshow2512 .item__allergen {
  margin-top: 0.5em;
  font-family: "Kosugi Maru", serif;
}
#tvshow2512 .item__allergen span {
  font-size: 1em;
  font-weight: bold;
  color: #2A2A2A;
}
#tvshow2512 .item__allergen a {
  margin-top: 0.5em;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  background-color: #E60D1E;
  border-radius: 999px;
  padding: 0.75em 2em;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  transition: all 0.3s;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .item__allergen a {
    font-size: 0.9em;
    padding: 0.75em 2em 0.75em 1.5em;
  }
}
#tvshow2512 .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;
}
#tvshow2512 .item__allergen a:hover {
  opacity: 0.8;
}
#tvshow2512 .item__allergen a:hover::before {
  right: 0.5em;
}
#tvshow2512 .item__allergen a:not(:last-of-type) {
  margin-bottom: 1em;
}
#tvshow2512 .item__note {
  font-size: 0.8em;
  margin-top: 0.5em;
}
#tvshow2512 .item__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center;
  font-size: 0.85em;
  margin-top: 1em;
}
#tvshow2512 .item__table thead {
  display: flex;
  justify-content: center;
  background-color: #43282C;
  color: #fff;
  padding: 0.25em 1em;
  font-size: 1.2em;
}
#tvshow2512 .item__table tr {
  height: 100%;
  align-items: center;
}
#tvshow2512 .item__table tr span {
  display: block;
}
#tvshow2512 .item__table tbody {
  width: 100%;
  display: inline-table;
  table-layout: fixed;
  box-sizing: border-box;
  background-color: #fff;
  color: #43282C;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .item__table tbody {
    font-size: min(3.5vw, 1rem);
  }
}
#tvshow2512 .item__table tbody th, #tvshow2512 .item__table tbody td {
  width: 12.5%;
  padding: 0.25em;
  border: 0.1em solid #707070;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .item__table {
    grid-template-columns: auto;
  }
  #tvshow2512 .item__table thead tr span {
    display: inline-block;
  }
}
#tvshow2512 .nanigaarukana {
  background-color: #078C41;
  position: relative;
  z-index: 10;
}
#tvshow2512 .nanigaarukana__ttl {
  position: relative;
  z-index: 20;
  text-align: center;
  font-size: 2.5em;
  color: #ffffff;
  margin: 0 auto 0.75em;
  width: 100%;
  font-family: "Kosugi Maru", serif;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .nanigaarukana__ttl {
    width: 100%;
    font-size: min(2.5em, 5vw);
    padding: 1vw;
  }
}
#tvshow2512 .nanigaarukana__col {
  position: relative;
  z-index: 20;
  display: grid;
  gap: 3em;
  margin: 0 auto;
}
@media print, (min-width: 769px) {
  #tvshow2512 .nanigaarukana__col {
    padding: 0 7.5rem;
  }
}
#tvshow2512 .nanigaarukana__col:has(> :nth-child(1):last-child) {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .nanigaarukana__col:has(> :nth-child(1):last-child) {
    width: 100%;
  }
}
#tvshow2512 .section.note-area {
  padding: 0 0 5rem 0;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .section.note-area {
    padding: 0 0 3rem 0;
  }
}
#tvshow2512 .note {
  font-size: 1em;
  line-height: 1.5;
  position: relative;
  z-index: 50;
  background-color: #CF000F;
  color: #ffffff;
  font-weight: bold;
  padding: 2rem 5rem;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .note {
    font-size: min(0.7em, 3.8vw);
    padding: 10vw 5vw;
  }
}
#tvshow2512 .note a {
  color: #ffffff;
}
#tvshow2512 .note > * {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#tvshow2512 .note > *::before {
  content: "※";
}
#tvshow2512 .c-inview-animation.js-scrollin {
  -webkit-animation-name: InViewOpacity;
          animation-name: InViewOpacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes InViewOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes InViewOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#tvshow2512 .c-fedeinleft-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-400px);
}
@media screen and (max-width: 768px) {
  #tvshow2512 .c-fedeinleft-animation {
    transform: translateX(-275px);
  }
}
@media print {
  #tvshow2512 .c-fedeinleft-animation {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
#tvshow2512 .c-fedeinleft-animation.js-scrollin {
  -webkit-animation-name: FadeInToLeft;
          animation-name: FadeInToLeft;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
  visibility: visible;
}
@-webkit-keyframes FadeInToLeft {
  from {
    transform: translateX(-482px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes FadeInToLeft {
  from {
    transform: translateX(-482px);
  }
  to {
    transform: translateX(0);
  }
}
#tvshow2512 .c-red {
  color: #ff0000;
}
#tvshow2512 .c-small {
  margin-top: 0.25em;
  display: block;
  font-size: 0.6em;
  line-height: 1.3em;
}
#tvshow2512 .c-col1 {
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .c-col1 {
    width: 100%;
  }
}
@media print, (min-width: 769px) {
  #tvshow2512 .c-col2-pc {
    grid-template-columns: 1fr 1fr;
  }
  #tvshow2512 .c-col3-pc {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #tvshow2512 .c-col4-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #tvshow2512 .c-col5-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #tvshow2512 .c-col2-sp {
    grid-template-columns: 1fr 1fr;
  }
  #tvshow2512 .c-col3-sp {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #tvshow2512 .c-col4-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #tvshow2512 .c-col5-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
#tvshow2512 .c-nw {
  display: inline-block;
}
#tvshow2512 .u-mb1em {
  margin-bottom: 1em !important;
}
#tvshow2512 .u-1fr {
  grid-template-columns: 1fr !important;
}
#tvshow2512 .u-2fr {
  grid-template-columns: 1fr 1fr !important;
}
#tvshow2512 .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#tvshow2512 .dispPC {
  display: block;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .dispPC {
    display: none;
  }
}
#tvshow2512 .dispSP {
  display: none;
}
@media screen and (max-width: 768px) {
  #tvshow2512 .dispSP {
    display: block;
  }
}
/*# sourceMappingURL=tvshow2512.css.map */