@charset "UTF-8";
.zentai {
  overflow: hidden;
  width: 100%;
}
h1 {
  background-color: #c7a098;
  margin: 0px;
  height: 57px;
  text-align: center;
  width: 100%;
}
.w100 {
  width: 100%;
}
.top {
  margin 0px;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  vertical-align: bottom;
  line-height: 0em;
}
.back {
  background-repeat: no-repeat;
  margin: 0px;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  line-height: 0em;
}
.senden {
  text-align: center;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
  font-size: 12px;
  position: absolute;
  line-height: 1;
  display: block;
  margin-left: 95px;
  margin-right: auto;
  margin-top: 60px;
}
.wave1 {
  margin-left: auto;
  padding-top: 30px;
  text-align: right;
}
.forestconcert {
  margin-top: 0px;
  text-align: center;
}
.treeapple {
  margin-top: 30px;
  margin-left: 0px;
}
.piano {
  margin-left: 50px;
}
.flex {
  display: flex;
}
.honbun {
  display: block;
  text-align: center;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
  font-size: 12px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}
.apples1 {
  margin-top: 30px;
  margin-left: 5px;
}
.apples2 {
  margin-top: 45px;
  margin-right: 5px;
}
.animal {
  display: flex;
}
.charcoalcat {
  margin-top: 0px;
  margin-left: 20px;
}
.cottonrabbit {
  margin-top: 0px;
  margin-left: 40px;
}
.picture {
  text-align: center;
}
.triplets {
  margin-top: 50px;
  text-align: center;
}
.picture4 {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
}
.honbun2 {
  display: block;
  text-align: center;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
  font-size: 11px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}
.blue {
  margin-top: 10px;
  margin-left: 15px;
}
.red {
  margin-top: 10px;
  margin-left: 140px;
}
.toy2 {
  margin-top: 60px;
  margin-left: 5px;
}
.yellowanddoiphin {
  margin-top: 10px;
}
.box {
  width: 100%;
  height: 100%;
  background-color: #F6F6F4;
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #C59E97;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #C59E97;
  border-right: 3px solid #C59E97;
  transform: translateY(20%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .pagetop:hover, .pagetop:hover .pagetop__arrow {
    border-color: aqua;
  }
  body {
    margin: 0px;
  }