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

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

	宣言

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

	全ページ共有

-------------------------------------------------- */
html,
body {
  font-family: "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: medium;
  line-height: 1.6;
  height: 100%;
  word-wrap: break-word;
  text-size-adjust: 100%; }

a {
  font-weight: bold; }
  a:hover {
    text-decoration: none;
    transition: all .3s; }
    a:hover img {
      opacity: .6; }

img {
  max-width: 100%;
  height: auto; }

.pc {
  display: inline-block; }

.sp {
  display: none; }

/* スマホ用 */
@media screen and (max-width: 480px) {
  .pc {
    display: none; }

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

.lity-close {
  display: none; }

/* slick用 */
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 6 Free";
  color: #000 !important;
  display: none; }
  @media screen and (min-width: 480px) {
    .slick-prev:before,
    .slick-next:before {
      display: block; } }

.slick-list {
  padding-bottom: 5px !important; }

#DaiichiTV,
#wrap,
#header,
#live,
#area,
#candidates,
#movieElection,
#movieNews,
#bnr,
#footer {
  width: 100%;
  /*min-width: 1260px;*/ }

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

/* Daiichi-TV */
#DaiichiTV {
  background: #fff;
  text-align: center;
  padding: 1em 0; }
  #DaiichiTV h2 img {
    width: 180px; }
    @media screen and (max-width: 480px) {
      #DaiichiTV h2 img {
        width: 30%; } }

/* ヘッダー */
#header {
  background: #f6f6f3;
  /* DBで指定された色にする。なければ、この色がデフォルト */
  text-align: center; }

/* SNS */
#sns {
  background: #000;
  color: #fff;
  padding: 2em 0; }
  @media screen and (max-width: 480px) {
    #sns {
      padding: 1em 0; } }
  #sns ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    #sns ul p {
      font-size: .8em; }
    #sns ul li {
      font-size: 1.2em;
      margin-left: 1em; }
      @media screen and (max-width: 480px) {
        #sns ul li {
          margin-left: 1.5em; } }
      #sns ul li a {
        background: #fff;
        color: #000;
        text-decoration: none;
        width: 60px;
        height: 60px;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 480px) {
          #sns ul li a {
            width: 40px;
            height: 40px; } }
        #sns ul li a:hover {
          background: #ffff00; }

/* LIVE配信 */
#live {
  background: #1a1a1a;
  padding: 100px 0; }
  @media screen and (max-width: 480px) {
    #live {
      padding: 2em 0; } }
  #live h2 {
    color: #ffff00;
    font-size: 2em;
    text-align: center;
    line-height: 1.2; }
    @media screen and (max-width: 480px) {
      #live h2 {
        font-size: 1.5em; } }
  #live .youtube {
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding-top: 56.25%; }
    @media screen and (max-width: 480px) {
      #live .youtube {
        margin-top: 1em; } }
    #live .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  #live .bnr {
    margin: 70px 0 0; }
    @media screen and (max-width: 480px) {
      #live .bnr {
        margin: 2em 0 0; } }
    #live .bnr ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly; }
      #live .bnr ul li {
        margin-top: 30px;
        border-radius: 10px;
        overflow: hidden; }
        @media screen and (max-width: 480px) {
          #live .bnr ul li {
            margin-top: 1em; }
            #live .bnr ul li:first-child {
              margin-top: 0; } }

/* 選挙区*/
#area {
  background: linear-gradient(90deg, #ade500 0%, #39b54a 100%);
  padding: 50px 0;
  position: relative; }
  @media screen and (max-width: 480px) {
    #area {
      padding: 2em 0; } }
  #area::after {
    content: url("../images/area_arrow.svg");
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%); }
  #area .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      #area .inner {
        justify-content: center; } }
  #area h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    #area h3 .area {
      background: #00373a;
      color: #fff;
      font-size: 1rem;
      margin-right: 1em;
      padding: .1em 1em;
      border-radius: 2em; }
    #area h3 .shizuoka {
      color: #ff6d57;
      font-size: 3em; }
      @media screen and (max-width: 480px) {
        #area h3 .shizuoka {
          font-size: 2em; } }
  #area ul {
    font-size: 1.5em;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 480px) {
      #area ul {
        font-size: 1.2em;
        justify-content: space-evenly; } }
    #area ul li a {
      background: #fff;
      color: #00373a;
      text-decoration: none;
      display: flex;
      align-items: center;
      margin-left: .5em;
      padding: .1em 1em;
      border-radius: 2em;
      display: flex; }
      @media screen and (max-width: 480px) {
        #area ul li a {
          margin-top: .5em; } }
      #area ul li a:hover {
        background: #ff6d57;
        color: #fff; }
    #area ul li.current a {
      background: #ff6d57;
      color: #fff; }

/* 候補者一覧 */
#candidates {
  background: #fff url("../images/candidates_bg.png") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0 100px; }
  @media screen and (max-width: 480px) {
    #candidates {
      padding: 50px 0 2em; } }
  #candidates .inner {
    max-width: 100%; }
  #candidates h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    #candidates h3 .area {
      background: #00373a;
      color: #fff;
      font-size: 1rem;
      margin-right: 1em;
      padding: .1em 1em;
      border-radius: 2em; }
    #candidates h3 .shizuoka {
      color: #ff6d57;
      font-size: 3em; }
      @media screen and (max-width: 480px) {
        #candidates h3 .shizuoka {
          font-size: 2em; } }
    #candidates h3 .number {
      color: #00373a;
      margin-left: 1em;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      #candidates h3 .number span {
        font-size: 2em;
        margin-left: .1em; }
  #candidates .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; }
    #candidates .list .item {
      background: #fff;
      border-radius: 20px;
      box-sizing: border-box;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
      position: relative; }
      @media screen and (min-width: 480px) {
        #candidates .list .item {
          width: 550px;
          margin-top: 50px;
          padding: 35px; } }
      @media screen and (max-width: 480px) {
        #candidates .list .item {
          width: 100%;
          margin-top: 2em;
          padding: 1em; } }
      #candidates .list .item .icon {
        position: absolute;
        top: -20px;
        left: -20px; }
        @media screen and (max-width: 480px) {
          #candidates .list .item .icon {
            left: -.5em;
            top: -1.5em; } }
        @media screen and (max-width: 480px) {
          #candidates .list .item .icon img {
            width: 80%; } }
      #candidates .list .item .photo img {
        width: 100%; }
      #candidates .list .item .info {
        margin-top: 2em;
        padding-top: 2em;
        border-top: 1px dotted #ccc; }
        @media screen and (max-width: 480px) {
          #candidates .list .item .info {
            margin-top: 1em;
            padding-top: 1em; } }
  #candidates .bnr {
    margin: 70px 0 0; }
    @media screen and (max-width: 480px) {
      #candidates .bnr {
        margin: 2em 0 0; } }
    #candidates .bnr ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly; }
      #candidates .bnr ul li {
        margin-top: 30px;
        border-radius: 10px;
        overflow: hidden; }
        @media screen and (max-width: 480px) {
          #candidates .bnr ul li {
            margin-top: 1em; }
            #candidates .bnr ul li:first-child {
              margin-top: 0; } }

/* Daiichi-TV 選挙 & Daiichi-TV NEWS 共通 */
#movieElection,
#movieNews {
  padding: 100px 0; }
  @media screen and (max-width: 480px) {
    #movieElection,
    #movieNews {
      padding: 2em 0; } }
  #movieElection h3,
  #movieNews h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 50px;
    position: relative; }
    @media screen and (max-width: 480px) {
      #movieElection h3,
      #movieNews h3 {
        padding-bottom: 2rem; } }
    #movieElection h3 span,
    #movieNews h3 span {
      display: block; }
    #movieElection h3::after,
    #movieNews h3::after {
      content: '';
      width: 20px;
      border-bottom: 3px solid #b9d200;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  #movieElection .list,
  #movieNews .list {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      #movieElection .list,
      #movieNews .list {
        justify-content: space-around; } }
    #movieElection .list .item,
    #movieNews .list .item {
      background: #fff;
      box-sizing: border-box;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px; }
      @media screen and (min-width: 480px) {
        #movieElection .list .item,
        #movieNews .list .item {
          width: 380px;
          margin: 50px 10px 0; } }
      @media screen and (max-width: 480px) {
        #movieElection .list .item,
        #movieNews .list .item {
          max-width: 46%;
          margin: 2em .3em 0; } }
      #movieElection .list .item .thumb img,
      #movieNews .list .item .thumb img {
        width: 100%; }
      #movieElection .list .item .title,
      #movieNews .list .item .title {
        font-weight: bold;
        line-height: 1.2;
        padding: 1em; }
        @media screen and (max-width: 480px) {
          #movieElection .list .item .title,
          #movieNews .list .item .title {
            font-size: .9em; } }
      #movieElection .list .item .day,
      #movieNews .list .item .day {
        color: #ccc !important;
        font-size: .8em;
        padding: 0 1rem 1rem; }
      #movieElection .list .item a,
      #movieNews .list .item a {
        color: #000;
        text-decoration: none; }

/* Daiichi-TV 選挙 */
#movieElection {
  background: #f6f6f3; }
  #movieElection .list {
    justify-content: space-evenly; }
    #movieElection .list .item .thumb {
      position: relative; }
      #movieElection .list .item .thumb::after {
        content: url("../images/btn_play.svg");
        width: 42px;
        height: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }

/* Daiichi-TV NEWS */
@media screen and (max-width: 480px) {
  #movieNews .inner {
    overflow: hidden; } }

/*  バナー*/
#bnr {
  background: linear-gradient(90deg, #ade500 0%, #39b54a 100%);
  padding: 50px 0; }
  @media screen and (max-width: 480px) {
    #bnr {
      padding: 2em 0; } }
  #bnr ul {
    list-style: none;
    display: flex; }
    @media screen and (min-width: 480px) {
      #bnr ul {
        justify-content: space-evenly; } }
    @media screen and (max-width: 480px) {
      #bnr ul {
        flex-direction: column;
        align-items: center; } }
    @media screen and (max-width: 480px) {
      #bnr ul li {
        margin-top: 1em; }
        #bnr ul li:first-child {
          margin-top: 0; } }

/* フッター */
#footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0; }
  @media screen and (max-width: 480px) {
    #footer {
      padding: 1em 0; } }
  #footer .copyright {
    font-size: .6em; }
  #footer .pagetop {
    position: fixed;
    right: 1em;
    bottom: 2em;
    z-index: 1000; }
    @media screen and (max-width: 480px) {
      #footer .pagetop {
        right: -.25em; }
        #footer .pagetop img {
          width: 50%; } }

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

	全ページ共有テキスト装飾

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

	テーブルセット

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

	アニメーション

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