#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 15px;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.tppo{
    position: absolute;
	z-index: 1000;
}
html {
  scroll-behavior: smooth;
}

.samsize img{
	width: 25%;
display: inline;
float: left;
object-fit: cover;
  aspect-ratio: 1 / 1;
}
.clearfix:after {
content: "";
display: block;
clear: both;
}

h1{
font-size: 7vw;
}

.txko{
max-width:100%;
mix-blend-mode: multiply;
}

.migi6{
text-align: right;
}
.nvgt{
font-weight: bold;
  position: sticky;
  top: 0;
  width: 95%;
  padding: 5px;
  color: #fff;
  z-index:1;
font-size:1.8em;
}
.fut{
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.box0 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
    border-radius: 10px;
    background-color: rgba(255,250,205,0.7);
}
body {
  background-image: url(../gallery/bg9.png);
  background-repeat: repeat;
}