img {
  margin: 0 auto;
}

br.pcNone {
  display: none;
}

div.header {
  text-align: center;
}

div.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

p.aisatsu {
  margin-bottom: 100px;
}

div.block {
  text-align: center;
  margin-bottom: 100px;
}

div.fuwat {
  margin-bottom: 20px;
}

div.itemAria {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
}

div.buy {
  margin: 20px auto;
  padding: 3px;
  width: 5%;
  border: 1px solid #000000;
  background-color: #fff;
}

div.img {
  margin: 0 auto 20px;
  width: 90%;
}

div.buy a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

div.footer {
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  color: #666;
  background-color: #ffffff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
}

div.footer a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.news_dra009 {
  text-align: center;
}
.main_text {
  background-color: #bdb5b5;
  padding: 1px 0;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.st_intro {
  font-size: 14px;
  text-align: center;
}
.midashi {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.recommend_text {
  font-size: 14px;
  text-align: center;
}

.btn a {
  text-align: center;
  width: 60%;
  display: block;
  background-color: #424242;
  margin: 30px auto;
  padding: 10px 0;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.waku {
  text-align: left;
  border: dotted 1px;
  padding: 15px;
  margin: 30px 0 40px 0;
  font-size: 14px;
}
#async_refine_display_item h3 {
  display: none;
}
#anchor {
  padding-top: 100px;
  margin-top: -100px;
}
p#point {
  padding-top: 70px;
  margin-top: -70px;
}
div.st_intro {
  display: flex;
  width: 400px;
  margin: 0 auto;
}
div.st_intro div.info-img {
  width: 100px;
  height: 100px;
}
div.st_intro div.info-img img {
  width: 100%;
  display: block;
  border-radius: 50%;
}
div.st_intro div.info {
  width: calc(100% - 100px);
}

@media screen and (max-width: 768px) {
  p#point {
    padding-top: 45px;
    margin-top: -45px;
  }
  div.st_intro {
    width: 90%;
  }

  br.pcNone {
    display: block;
  }

  div.buy {
    width: 10%;
  }

  div.title {
    font-size: 16px;
    margin-top: 50px;
  }

  p.aisatsu {
    margin-bottom: 100px;
  }

  div.itemAria {
    font-size: 14px;
  }

  p.text {
    font-size: 12px;
  }
}

.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
