@charset "utf-8";
/*-----------------*/
/* Fixed Footer */
/*------------------*/
.fixed-footer {
  overflow: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 0;
  background-color: #333;
  transition: opacity 0.25s linear; }

.fixed-footer .list-items {
  display: -ms-flexbox;
  display: flex;
  height: 100% !important;
  margin: 0 auto;
  width: 90%;
  max-width: 64em;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
.lp2022 .fixed-footer .list-items {
  max-width: 75em;
}
.fixed-footer .list-item {
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 0 0;
  width: 33%;
  -ms-flex-align: stretch;
  align-items: stretch; }

.fixed-footer .list-item a {
  border-radius: 5px;
  width: 100%;
  padding: 11px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center; }
.fixed-footer .list-item:first-child {
  width: 100%;
  padding: 0; }
  .fixed-footer .list-item:first-child a {
    background-color: #FDAF06; }
    .fixed-footer .list-item:first-child a:hover {
      background-color: #E69E00; }
.fixed-footer .list-item:nth-child(2) {
  display: none; }
  .fixed-footer .list-item:nth-child(2) a {
    background-color: #8E7CC3; }
  .fixed-footer .list-item.demo a {
    background-color: #8E7CC3 !important; }
    .fixed-footer .list-item:nth-child(2) a:hover {
      background-color: #A094C4; }
.fixed-footer .list-item:nth-child(3) {
  display: none;
  padding: 0; }
  .fixed-footer .list-item:nth-child(3) a {
    background-color: #008AC4; }
    .fixed-footer .list-item:nth-child(3) a:hover {
      background-color: #009ada; }

.is-fixed-footer-open .fixed-footer.is-show {
  opacity: 1;
  height: 90px; }


@media screen and (min-width: 48em) {
  .fixed-footer .list-item a {
    font-size: 0.75em;
    line-height: 1.2; }
  .fixed-footer .list-item:first-child {
    display: flex;
    padding: 0 20px 0 0;
    width: 33%; }
    .fixed-footer .list-item:first-child a {
      background-color: #FDAF06; }
      .fixed-footer .list-item:first-child a:hover {
        background-color: #E69E00; }
  .fixed-footer .list-item:nth-child(2) {
    display: flex;
    padding: 0 20px 0 0; }
    .fixed-footer .list-item:nth-child(2) a {
      display: inline-block !important;}
      .fixed-footer .list-item:nth-child(2) a:hover {
        background-color: #A094C4; }
  .fixed-footer .list-item:last-child {
    display: flex;
    padding: 0; }
    .fixed-footer .list-item:nth-child(3) a {
      display: inline-block !important;
      background-color: #008AC4; }
      .fixed-footer .list-item:nth-child(3)  a:hover {
        background-color: #009ada; }
  .fixed-footer .list-item .fixed-footer .list-item a {
    font-size: 13.5px; }
  .fixed-footer .list-item .is-fixed-footer-open {
    padding-bottom: 1px; }
  /*.fixed-footer .list-item .is-fixed-footer-open .fixed-footer {
    height: 70px; }
  .fixed-footer .list-item .is-fixed-footer-open .fixed-footer.is-show {
    opacity: 1; } */
  .is-fixed-footer-open .fixed-footer.is-show {
    height: 70px; }
}

@media screen and (min-width: 64em) {
  .fixed-footer .list-item a {
    font-size: 13.5px; }

  .is-fixed-footer-open {
    padding-bottom: 1px; }

  /*.is-fixed-footer-open .fixed-footer.is-show {
    opacity: 1; } */
}

@media screen and (min-width: 75em) {
  .fixed-footer .list-item a {
    font-size: 20px; } }
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width: 75em) {
  .fixed-footer .list-item a {
    font-size: 20px; } 
}

#btn_Pagetop {
  bottom: 92px !important; 
}

@media screen and (min-width: 48em) {
 #btn_Pagetop {
    bottom: 72px !important; }
}

@media screen and (max-width: 359px) {
	.fixed-footer .list-item:first-child a{
		font-size: 18px;
	}
}