@charset "UTF-8";
/* --------------------------------------------------
	
	Format Ver  : 1.0
	Last UpDate : 2025/06/02
	
	1 - 宣言
	2 - 全ページ共有
	3 - テーブルセット
	4 - 
	5 - 
	6 - 

/* --------------------------------------------------

	宣言

-------------------------------------------------- */
/* --------------------------------------------------

	全ページ共有

-------------------------------------------------- */
html,
body {
  background: #f9bf11;
  color: #000;
  font-family: "Kaisei Opti", serif;
  font-size: medium;
  line-height: 1.6;
  height: 100%;
  word-wrap: break-word;
  text-size-adjust: 100%; }

body {
  position: relative;
  z-index: -100; }

a {
  color: #ba1515;
  font-weight: bold; }
  a:hover {
    text-decoration: none;
    transition: 0.3s; }
    a:hover img {
      opacity: 0.6; }

.pc {
  display: inline-block; }

.sp {
  display: none; }

/* スマホ用 */
@media screen and (max-width: 480px) {
  img {
    max-width: 100%;
    height: auto; }

  .pc {
    display: none; }

  .sp {
    display: inline-block; } }
/* lity用 */
.pointer:hover {
  cursor: pointer; }

.lity-close {
  display: none; }

#DaiichiTV,
#wrap,
#header,
#gnav,
#main,
#footer {
  width: 100%;
  min-width: 1060px; }
  @media screen and (max-width: 480px) {
    #DaiichiTV,
    #wrap,
    #header,
    #gnav,
    #main,
    #footer {
      min-width: 100%; } }

#wrap::before, #wrap::after {
  position: fixed;
  top: 100px;
  width: 280px;
  display: block;
  z-index: 2; }
#wrap::before {
  content: url("../images/bg_body_left.png");
  left: 0; }
  @media screen and (max-width: 480px) {
    #wrap::before {
      transform: scale(0.5);
      left: -20%; } }
#wrap::after {
  content: url("../images/bg_body_right.png");
  right: 0; }
  @media screen and (max-width: 480px) {
    #wrap::after {
      transform: scale(0.5);
      right: -20%; } }

.inner {
  width: 1200px;
  margin: auto; }
  @media screen and (max-width: 480px) {
    .inner {
      width: 95%; } }

/* Daiichi-TV */
#DaiichiTV {
  text-align: center;
  padding: 2em 0; }

/* ナビ（common.jsにスクリプトあり） */
#gnav .openbtn {
  background: #ffff00;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  position: fixed;
  top: 1em;
  right: 1em;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    #gnav .openbtn {
      width: 70px;
      height: 70px; } }
  #gnav .openbtn span {
    display: inline-block;
    transition: all .4s;
    height: 3px;
    background-color: #000;
    width: 50%;
    margin: 3px auto; }
#gnav .openbtn.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg); }
#gnav .openbtn.active span:nth-of-type(2) {
  opacity: 0; }
#gnav .openbtn.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg); }
#gnav nav {
  background-color: rgba(0, 0, 0, 0.8);
  /*background-image: linear-gradient(90deg, rgba(255, 0, 165, 0.5), rgba(59, 149, 255, 0.5));*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.3s; }
  #gnav nav.panelactive {
    opacity: 1;
    z-index: 9999; }
    #gnav nav.panelactive ul {
      display: block; }
  #gnav nav ul {
    display: none;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #gnav nav ul li:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    #gnav nav ul li a {
      color: #fff;
      font-size: 3em;
      font-weight: normal;
      text-decoration: none;
      line-height: 1.5;
      letter-spacing: .1em;
      width: 100%;
      padding: 1em 0;
      display: block;
      box-sizing: border-box;
      opacity: 0;
      animation: slideFadeIn 1.5s ease forwards; }
    #gnav nav ul li:nth-child(1) a {
      animation-delay: .2s; }
    #gnav nav ul li:nth-child(2) a {
      animation-delay: .3s; }
    #gnav nav ul li:nth-child(3) a {
      animation-delay: .4s; }
    #gnav nav ul li:nth-child(4) a {
      animation-delay: .5s; }
    #gnav nav ul li:nth-child(5) a {
      animation-delay: .6s; }

/* ヘッダー */
#header {
  text-align: center;
  margin-bottom: 150px;
  position: relative;
  z-index: 10; }
  #header .inner {
    position: relative; }
  #header h1 {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
    position: relative; }
    #header h1 .comment {
      position: absolute;
      top: 0;
      right: 0;
      animation: comment 1s ease-in-out infinite alternate; }
      @media screen and (max-width: 480px) {
        #header h1 .comment {
          width: 20%; } }
  #header .read {
    font-size: 2em;
    font-weight: bold;
    margin: 2em 0;
    text-stroke: 5px #f9bf11;
    -webkit-text-stroke: 5px #f9bf11;
    paint-order: stroke; }
    @media screen and (max-width: 480px) {
      #header .read {
        font-size: 1.3em; } }
    #header .read p {
      margin-top: 1.5em; }
      #header .read p:first-child {
        margin-top: 0; }
  #header .illust {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media screen and (max-width: 480px) {
      #header .illust {
        bottom: -200px; } }

/* コンテンツ */
#main {
  z-index: 10;
  /* ペコリーノ号 */
  /* 番組グッズ */
  /* コラボ */
  /* バナー */ }
  #main section {
    position: relative; }
    #main section:nth-child(odd) {
      background-color: #f29600; }
      #main section:nth-child(odd)::before {
        content: "";
        display: inline-block;
        background-image: url("../images/bg_section_orange.png");
        background-position: center;
        background-size: contain;
        vertical-align: top;
        width: 100%;
        height: 30px; }
      #main section:nth-child(odd)::after {
        content: "";
        display: inline-block;
        background-image: url("../images/bg_section_yellow.png");
        background-position: center;
        background-size: contain;
        vertical-align: bottom;
        width: 100%;
        height: 30px; }
    #main section:nth-child(even) {
      background-color: #f9bf11; }
    #main section .inner {
      position: relative;
      z-index: 50;
      padding: 200px 0 100px; }
      @media screen and (max-width: 480px) {
        #main section .inner {
          padding: 100px 0 50px; } }
    #main section h3 {
      text-align: center;
      position: absolute;
      top: 100px;
      left: 0;
      right: 0;
      filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); }
      @media screen and (max-width: 480px) {
        #main section h3 {
          margin: 0 auto;
          width: 60%;
          top: 50px; } }
    #main section h4 {
      text-align: center; }
    #main section p {
      margin-top: 1.5em; }
      #main section p:first-child {
        margin-top: 0; }
    #main section strong {
      color: #ba1515; }
    #main section .sectionAnchor {
      background: white;
      border-radius: 25px; }
    #main section .sectionInner {
      width: 1000px;
      margin: 0 auto;
      padding: 150px 0 100px;
      position: relative; }
      @media screen and (max-width: 480px) {
        #main section .sectionInner {
          width: 90%;
          padding: 15% 0 10%; } }
    #main section .read {
      font-size: 1.5em;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 480px) {
        #main section .read {
          font-size: 1.2em; } }
    #main section .btn {
      text-align: center; }
      #main section .btn a:hover img {
        transform: scale(1.1);
        transition: all .5s ease;
        opacity: 1; }
    #main section .attention {
      font-family: "メイリオ", Meiryo, Verdana, sans-serif;
      font-size: .8rem;
      font-weight: normal;
      text-align: center;
      margin: 1em 0 0; }
    #main section hr {
      border: 0;
      border-top: 1px dotted #000;
      margin: 50px 0; }
      @media screen and (max-width: 480px) {
        #main section hr {
          margin: 10% 0; } }
    #main section .illust {
      position: absolute;
      bottom: -25px; }
      #main section .illust.left {
        text-align: left;
        left: 0; }
      #main section .illust.right {
        text-align: right;
        right: 0; }
      @media screen and (max-width: 480px) {
        #main section .illust img {
          width: 50%; } }
  #main #pecocar .slide {
    width: 800px;
    margin: 1.5em auto 0; }
    @media screen and (max-width: 480px) {
      #main #pecocar .slide {
        width: 100%; } }
  #main #goods .new {
    text-align: center;
    padding: 100px 0; }
    @media screen and (max-width: 480px) {
      #main #goods .new {
        padding-top: 2rem; } }
    #main #goods .new ul {
      font-family: "メイリオ", Meiryo, Verdana, sans-serif;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly; }
      #main #goods .new ul li {
        margin-top: 50px; }
        @media screen and (max-width: 480px) {
          #main #goods .new ul li {
            width: 48%;
            margin-top: 10%; } }
        #main #goods .new ul li p {
          margin: 0; }
        #main #goods .new ul li .photo {
          max-width: 200px;
          border: 2px solid #000;
          border-radius: 10px;
          overflow: hidden; }
          #main #goods .new ul li .photo img {
            width: 100%; }
        #main #goods .new ul li .title {
          font-weight: bold;
          line-height: 1.2;
          margin-top: 1rem; }
          #main #goods .new ul li .title span {
            font-size: .8em;
            display: block; }
        #main #goods .new ul li .price {
          display: flex;
          justify-content: center;
          align-items: center; }
          #main #goods .new ul li .price::after {
            content: "（税込）";
            font-size: .7em; }
  #main #goods .list img {
    width: 100%; }
  #main #goods tr.end td {
    background: #ccc; }
    #main #goods tr.end td strong {
      color: #ba1515; }
  #main #collabo .soon {
    font-size: 2em;
    font-weight: bold;
    text-align: center; }
  #main #bnr {
    text-align: center; }
    @media screen and (max-width: 480px) {
      #main #bnr .title img {
        width: 50%; } }
    #main #bnr ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly; }
      @media screen and (min-width: 480px) {
        #main #bnr ul li {
          width: 32%;
          margin-top: 50px; }
          #main #bnr ul li:nth-child(1), #main #bnr ul li:nth-child(2), #main #bnr ul li:nth-child(3) {
            margin-top: 0; } }
      @media screen and (max-width: 480px) {
        #main #bnr ul li {
          width: 100%;
          margin-top: 20px; }
          #main #bnr ul li:first-child {
            margin-top: 0; } }
      #main #bnr ul li img {
        width: 100%; }

/* フッター */
#footer {
  background: #fff;
  margin-top: 100px; }
  #footer .copyright {
    font-family: "メイリオ", Meiryo, Verdana, sans-serif;
    font-size: 0.6em;
    text-align: center;
    padding: 1rem 0; }
  #footer .pagetop {
    position: fixed;
    right: 1em;
    bottom: 2em;
    z-index: 1000; }
    @media screen and (max-width: 480px) {
      #footer .pagetop {
        right: -3em; }
        #footer .pagetop img {
          width: 50%; } }

/* --------------------------------------------------

	テーブルセット

-------------------------------------------------- */
table {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "メイリオ", Meiryo, Verdana, sans-serif;
  color: #000;
  font-size: .9rem;
  text-align: left;
  background: #FFF;
  width: 100%;
  margin: 2rem auto; }
  table:last-child {
    margin-bottom: 0; }
  table p {
    margin-bottom: 1em !important; }
  table ul,
  table ol {
    margin-left: 1.5em; }
  table th,
  table td {
    padding: .8em 1em;
    border: 1px solid #000; }
  table th {
    background: #f9bf11;
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap; }
    table th a {
      color: #000; }
      table th a[target="_blank"]::after {
        font-family: "Font Awesome 6 Free";
        content: "\f35d";
        padding-left: .3em; }
  table td p:last-child,
  table td li:last-child {
    margin-bottom: 0 !important; }

@media screen and (max-width: 480px) {
  table tr {
    padding: 0; }
    table tr:last-child {
      border-bottom: 1px solid #000; }
  table th,
  table td {
    padding: .5em;
    display: block;
    border-bottom: none; }
  table th {
    width: 100%;
    box-sizing: border-box; }

  .aside {
    margin: -1.8em 0 3.125em 0; } }
/* --------------------------------------------------

	アニメーション

-------------------------------------------------- */
@keyframes comment {
  0% {
    transform: translateY(7px); }
  100% {
    transform: translateY(-7px); } }
@keyframes slideFadeIn {
  0% {
    transform: translateX(20%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0; } }
