@charset "utf-8";
/* CSS Document */
img{
  max-width:100%;
}
.tss_gotop {
  right: 2%;
}

.tss_body{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tss_comprehensiveHead{
  position: relative;
  z-index: 10;
}

.tfz_grdbg{
  background-image: linear-gradient(45deg, #F7BFD4 0%, #FEEEE5 20%, #FEEEE5 30%, #C1ECF3 50%, #FEEEE5 70%, #FEEEE5 80%, #F7BFD4 100%);
  background-size: 200% 200%;
  background-position: center center;
  animation: bggradient 10s ease infinite;
}
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100%{
    background-position: 0% 50%;
  }
}

.tfz_ptnbg::before{
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-image:url("../img/common/bg_pattern.png");
  background-size:cover;
  background-repeat: no-repeat;
  background-position:center;
  z-index:1;
}

.tfz_logobg::before{
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-image:url("../img/common/logo_ribbon.png");
  background-size:100% auto;
  background-position:center 13vh;
  background-repeat:no-repeat;
  /*filter: drop-shadow(0px 0px 30px #c1ecf3);*/
  padding-bottom: 40px;
  z-index:2;
}


.tfz_pgheader,
.tfz_contents{
  position:relative;
  z-index:10;
}


.tfz_gotop{
  background-color:#FFF;
  padding:32px 0;
  position:relative;
  z-index:2;
}

.tfz_gotop a{
  display:flex;
  align-items: center;
  justify-content: center;
  width:64%;
  max-width:308px;
  margin:auto;
  border:solid 1px #BCBCBC;
  text-decoration: none;
  color:#000;
  min-height:3em;
  border-radius:8px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background-color: #FFF;
}

.tfz_gotop a:hover{
  opacity:0.5;
}

.tfz_footer{
  background-color:#FFF;
  padding:64px 0;
  text-align:center;
  line-height:2;
  font-size:0.875rem;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  box-shadow: 0px 0px 30px #c1ecf3;
  position: relative;
  z-index: 2;
}

.tfz_footer a{
  color:#000;
}

.tss_footer{
  position: relative;
  z-index: 2;
  background: rgb(224,225,232);
  background: linear-gradient(90deg, rgba(224,225,232,1) 0%, rgba(255,238,229,1) 21%, rgba(193,236,243,1) 60%);
}

.tss_footer a {
  color:#000;
}


@media screen and (max-width: 800px){
  .tfz_footer{
    padding-bottom:240px;
    font-size:0.75em;
  }
  .tfz_gallerylist{
    margin-bottom: 18px;
  }
  .tss_gotop{
    right:2%;
    bottom:83px;
    width:56px;
  }
  .tfz_gotop a{
    font-size:0.75rem;
    width:40%;
  }
  .acms-pager{
    width:96%;
    font-size:0.75rem;
    margin: auto;
    display:flex;
    justify-content: center;
  }
  .acms-pager li{
    margin-left:8px;
  }

  .acms-pager li span>a, .acms-pager li.cur span, .acms-pager li.cur button, .acms-pager li>a, .acms-pager li>button{
    font-size: 0.75rem;
    padding: 1em;
  }
}

#adminBox, .acms-admin-box{
  position:relative;
  z-index:10;
}

@media screen and (max-width: 428px){
  .tfz_footer{
    padding: 1.5em 1em 27vw;
    text-align: left;
  }
}