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

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

	宣言

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

	全ページ共有

-------------------------------------------------- */
html,
body {
  background: #f5f5f5;
  color: #000;
  font-family: "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: medium;
  line-height: 1.6;
  height: 100%;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  backface-visibility: hidden; }

a {
  color: #cc0000;
  font-weight: bold; }
  a:hover {
    text-decoration: none; }
    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; } }
#wrap,
#header,
#gnav,
#main,
#footer,
#slideArea,
#newsArea,
#pickupArea,
#daiichiTVArea {
  width: 100%;
  min-width: 1160px;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    #wrap,
    #header,
    #gnav,
    #main,
    #footer,
    #slideArea,
    #newsArea,
    #pickupArea,
    #daiichiTVArea {
      min-width: 100%; } }

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

/* ヘッダー */
#header {
  background: #FFF;
  /* ナビ */ }
  #header h1 {
    text-align: center;
    margin: 0 auto;
    padding: 1.2em; }
  #header .gnav {
    background: #000; }
    #header .gnav ul {
      margin: 0 auto; }
      @media screen and (min-width: 480px) {
        #header .gnav ul {
          width: 1000px;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; } }
    @media screen and (min-width: 480px) {
      #header .gnav li a {
        color: #fff;
        font-size: 0.8em;
        text-align: center;
        text-decoration: none;
        line-height: 60px;
        position: relative;
        display: block;
        box-sizing: border-box; }
        #header .gnav li a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 3px;
          background: #fff;
          transform: scale(0, 1);
          transition: transform .3s;
          transform-origin: center top; }
        #header .gnav li a:hover::after {
          transform: scale(1, 1); } }

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000; }

/* メイン */
#main article {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 100px, 0);
  transition: 1s;
  opacity: 0; }
  #main article.fadein {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  @media screen and (min-width: 480px) {
    #main article {
      margin-top: 100px;
      padding: 50px; }
      #main article:last-child {
        margin-bottom: 50px; } }
  @media screen and (max-width: 480px) {
    #main article {
      margin-top: 4em;
      padding: 1em; }
      #main article:last-child {
        margin-bottom: 2em; } }
  #main article h2 {
    background: #000;
    color: #fff;
    padding: .5em 1em; }
    @media screen and (min-width: 480px) {
      #main article h2 {
        font-size: 2em;
        margin: -100px 0 50px; } }
    @media screen and (max-width: 480px) {
      #main article h2 {
        font-size: 1.5em;
        margin: -2em 0 1em; } }
  #main article p {
    margin-top: 2em; }
    #main article p:first-child {
      margin-top: 0; }
  #main article btn.download {
    height: 4em;
    display: block; }
    #main article btn.download a {
      overflow: hidden;
      color: #000;
      text-decoration: none;
      height: 4em;
      margin: 0 auto;
      padding-right: 2em;
      border: 1px solid #000;
      border-radius: 10em;
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      transition: color .5s ease; }
      #main article btn.download a span {
        position: sticky;
        z-index: 10; }
      #main article btn.download a::before {
        background: #000;
        color: #fff;
        font-family: "Font Awesome 5 Free";
        text-align: center;
        line-height: 2;
        content: "\f023";
        width: 4em;
        margin-right: .5em;
        padding: 1em;
        border-radius: 10em;
        box-sizing: border-box;
        display: inline-block;
        position: sticky;
        z-index: 10; }
      #main article btn.download a:hover {
        color: #fff; }
        #main article btn.download a:hover::after {
          animation: download .75s forwards; }
      #main article btn.download a::after {
        position: absolute;
        top: 0;
        left: -100%;
        content: '';
        width: 100%;
        height: 100%;
        background: #000; }

/* フッター */
#footer .pagetop a {
  background: #fff;
  color: #000;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1em;
  padding: 1rem 0;
  display: block; }
  #footer .pagetop a i {
    font-size: 1rem;
    display: block; }
  #footer .pagetop a:hover {
    background: #000;
    color: #fff;
    transition: all .3s ease; }
#footer .bnrArea {
  background: #b9d200; }
  @media screen and (min-width: 480px) {
    #footer .bnrArea .inner {
      padding: 50px; } }
  @media screen and (max-width: 480px) {
    #footer .bnrArea .inner {
      width: 100%;
      padding: 1em; } }
  #footer .bnrArea ul,
  #footer .bnrArea li {
    list-style: none; }
  #footer .bnrArea li {
    margin-top: 1em; }
    #footer .bnrArea li:first-child {
      margin-top: 0; }
    #footer .bnrArea li img {
      width: 100%; }
  #footer .bnrArea .bnrArea-L {
    margin-bottom: 1em; }
  @media screen and (min-width: 480px) {
    #footer .bnrArea .bnrArea-S ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #footer .bnrArea .bnrArea-S ul::after {
        width: calc( 95% / 3 );
        display: block;
        content: ""; } }
  @media screen and (min-width: 480px) {
    #footer .bnrArea .bnrArea-S ul li {
      width: calc( 95% / 3 ); }
      #footer .bnrArea .bnrArea-S ul li:nth-child(2), #footer .bnrArea .bnrArea-S ul li:nth-child(3) {
        margin-top: 0; } }
#footer .officeArea {
  background: #333333; }
  @media screen and (min-width: 480px) {
    #footer .officeArea .inner {
      padding: 50px; } }
  @media screen and (max-width: 480px) {
    #footer .officeArea .inner {
      width: 100%;
      padding: 1em; } }
  #footer .officeArea ul,
  #footer .officeArea li {
    list-style: none; }
  @media screen and (min-width: 480px) {
    #footer .officeArea ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  #footer .officeArea ul li {
    background: #fff;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: .5em; }
    #footer .officeArea ul li:first-child {
      margin-top: 0; }
    @media screen and (min-width: 480px) {
      #footer .officeArea ul li {
        width: calc( 95% / 3 );
        box-sizing: border-box; }
        #footer .officeArea ul li:nth-child(2), #footer .officeArea ul li:nth-child(3) {
          margin-top: 0; } }
    #footer .officeArea ul li .header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 1em; }
    #footer .officeArea ul li .name {
      background: #b9d200;
      color: #fff;
      font-weight: bold;
      text-align: center;
      width: 7em;
      padding: .2em 0; }
    #footer .officeArea ul li .map a {
      color: #000;
      padding: .2em 1em;
      text-decoration: none;
      border: 1px solid #000;
      border-radius: 10em;
      display: block; }
      #footer .officeArea ul li .map a::after {
        font-family: "Font Awesome 5 Free";
        content: "\f35d";
        margin-left: .5em; }
      #footer .officeArea ul li .map a:hover {
        background: #000;
        color: #fff; }
    #footer .officeArea ul li .address,
    #footer .officeArea ul li .tel {
      font-size: .8em; }
    @media screen and (min-width: 480px) {
      #footer .officeArea ul li .tel a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        color: #000;
        font-weight: normal;
        text-decoration: none; } }
#footer .copy {
  background: #000;
  color: #fff;
  font-size: 0.65em;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1rem;
  border-top: 1px solid #fff; }
#footer .contact {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 100; }
  #footer .contact a {
    background: #b9d200;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: block;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
    #footer .contact a:hover {
      opacity: .6; }
    #footer .contact a .icon {
      padding: 1rem 0; }
      #footer .contact a .icon i {
        font-size: 2.5em;
        display: block;
        margin-bottom: .5rem; }
    #footer .contact a .notes {
      background: #fff;
      font-size: 0.7em;
      line-height: 1.3;
      padding: 1em; }
      #footer .contact a .notes span {
        color: #cc0000; }

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

	アニメーション

-------------------------------------------------- */
@keyframes download {
  100% {
    left: 0%; } }
.fade {
  transform: translate3d(0, 100px, 0);
  transition: 1s;
  opacity: 0; }
  .fade.fadein {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

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

	テーブルセット

-------------------------------------------------- */
table {
  color: #000;
  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; }
  table th {
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap; }
  table td p:last-child,
  table td li:last-child {
    margin-bottom: 0 !important; }

.aside {
  font-size: small;
  line-height: 1.4em;
  margin: -1.5rem 0 2rem 0 !important; }

@media screen and (max-width: 480px) {
  table tr {
    padding: 0; }
  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; } }
