@charset "UTF-8";
/* CSS Document */

body {
  font-family: "TBChibiRGothicPlusK DB";
}

article {
  padding: 0px 0px;
}

/* #wrap::after {
  content: url(/n/s/wp-content/uploads/2024/05/jisuiroujin.gif);
  transform: scale(0.3);
  position: fixed;
  width: 190%;
  bottom: -30%;
  font-size: 0;
  z-index: 99;
} */

#wrap::after {
  content: '';
  background-image: url(/n/s/wp-content/uploads/2024/05/jisuiroujin.gif);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  width: 268px;
  height: 380px;
  right: calc((100vw - 740px) / 2);
  transform: translateX(47%);
  bottom: 0;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.35s ease;
}

#wrap.talking::after {
  opacity: 1;
}

.midashi {
  margin-left: 170px;
  width: 60%;
  border-top: 7px solid #35535D;
  padding: 5px;
  margin-top:100px;
}

.box{
  display: table-cell;
  vertical-align: middle;
}

.boxContainer{
  width: 90%;
  display: table;
  table-layout: fixed;
  margin:0 auto;
}

#information_free img{width:94%;}

@media (max-width: 1000px) {
  #wrap::after {
    right: 0;
    transform: translateX(0%);
  }
}
@media (max-width: 640px) {
  #yodogawa {
    width: 96%;
    margin: 0 auto;
  }
  .midashi {
    margin: 0 auto;
      margin-top:100px;
    width: 90%;
  }
  #wrap::after {
    background-image: url(/n/s/wp-content/uploads/2024/05/jisuiroujin_2.png);
    background-size: cover;
    background-position: bottom right;
    width: 100%;
    height: 50vw;
  }

  
#information_free img{margin-top:-20px; margin-bottom:10px;}
}