@charset "utf-8";
body{
    font-family: 'Verdana', 'Geneva', 'Tahoma', 'YU Gothic UI', 'ヒラギノ丸ゴシック ProN（Pro）', 'sans-serif';
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
header{
    text-align: center;
}


img{
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

h2{
    background-color: chartreuse;
    font-weight: bold;
    color: #157209;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

h4{
  font-size: clamp(1rem, 0.7rem + 1.28vw, 1.5rem);  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

header .innerWrap{
 height: 350px;
 position: relative;
}

header .scroll{
position: absolute;
left: 50%;
bottom: 0;
font-size: 30px;
font-weight: bolder;
color: #157209;
}

header .scroll{
  animation-name: scrollAnimation;
  animation-duration: 1.8s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes scrollAnimation {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}





.osusume{
  /* margin: 20px 0 0 0;
  padding-bottom: 0; */
  }
  
  

/* .bou{
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin: 5px auto;
} */

footer{
    background-color: chartreuse;
    color: #157209;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
  }

h5{
  font-size: clamp(0.625rem, 0.4rem + 0.96vw, 1rem);  
  text-align: center;
  padding-top: 50px;
  margin: 30px auto auto auto;
  border-top: #157209 dotted 3px;
}

h3{
  font-size: 20px;
  color: #157209;
  text-align: center;
  margin-bottom: 0;
}
h2{
  font-size: 24px;
  text-align: center;
}



.manga01{
  display: flex;
  margin: 0;
  justify-content: center;
}

.manga02{
  display: flex;
  margin: 0;
  justify-content: center;
}

.mangamanga{
  margin: 0;
  border: solid 1px #157209;
}

.saigoni{
  text-align: right;
  padding-right: 10%;
}


.owabi12{
  display: flex;
  margin: 0 10%;
  padding: 10px;
  justify-content:space-between ;
}

.owabi34{
  display: flex;
  margin: 0 10%;
  padding: 10px;
  justify-content:space-between ;
}

.tubuyaki{
  width: 70%;
  font-size: 12px;
  margin: 10px auto;
}



/* トップへ戻るボタンコピペ */
html{
  scroll-behavior: smooth;
}

  #topButton {
    position: fixed;
    bottom: 70px;
    right: 20px;
    opacity: 0;
  }

  #topButton.is-hide{
    opacity: 1;
    transition: opacity 350ms ease;
  }




/* 以下は銭湯の資料 */
  

/* レスポンシブ処理 最後の行でOK*/
@media screen and (max-width: 768px){
  
  main{width: 90%;
    justify-content: center;
    }

    .manga01{
      display: block;
      max-width: 90%;
      margin: auto;
      justify-content: center;
    }

    .manga02{
      display: block;
      max-width: 90%;
      margin: auto;
      justify-content: center;
    }

    .owabi12{
      display: block;
      width: 90%;
      margin:auto;
      justify-content: center;
    }

    .owabi34{
      display: block;
      width: 90%;
      margin:auto;
      justify-content: center;
    }

    header .innerWrap{
      height: 400px;
      position: relative;
     }


}