
body.oshiri1104 {
  background: url("/assets/img/bg/bg_oshiri1104.jpg") center top;
  background-size: 500px 500px;
}
.oshiri1104-main-img{
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 0 auto 30px;
  /* position: relative; */
}
.oshiri1104-main-img img{
  width: 100%;
}
.content-oshiri1104{
  font-size: 1.375rem;
}
.content-oshiri1104 .txt{
  margin-bottom: 50px;
  line-height: 1.8;
  font-size: 1.5rem;
}
.content-oshiri1104 .btn-thisyear{
  margin-bottom: 100px;
}
.content-oshiri1104 .btn-list a:hover,
.btn-thisyear a:hover {
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
.content-oshiri1104 .btn-list{
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
.content-oshiri1104 .btn-list li{
  width: calc(100% / 4 - 10px);
  margin: 0 5px 30px;
}
.content-oshiri1104 .btn-list a{
  max-width: 208px;
  height: 52px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #efa31f;
  box-shadow: 0 6px 1px #aa5a05;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 6px 1px #aa5a05;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-area .txt{
  margin-bottom: 20px;
}
.btn-thisyear a {
  background: #f06b40;
  color: #fff;
  margin: 0 auto;
  border-radius: 45px;
  padding: 16px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 440px;
  font-size: 2rem;
}

/*追加*/

.oshiri1104-main-img{
  margin: 0 auto -67px;
  position: relative;
  z-index: 1;
}
.content-inner{
  padding: 0;
  background: url("/assets/img/oshiri1104/oshiri_bg.png") center top no-repeat;
  background-size: contain;
}
.content-oshiri1104 .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64vw;
  transform: translate(-50%, -50%);
}
.content-oshiri1104 .inner {
  position: relative;
  padding-top: 66%;
}
@media screen and (max-width: 812px) {
  .content-oshiri1104{
    padding-top: 48px;
  }
  .content-oshiri1104 .txt{
    width: 74vw;
  }
  .content-inner{
    background-size: 115%;
  }
  #main{
    padding: 35px 0 100px 0;
  }
  .btn-area{
    padding: 0 3%;
  }
}
@media only screen and (max-width: 768px){
  .content-oshiri1104 .btn-list a{
    max-width: 140px;
    height: 37px;
    font-size: 0.875rem;
  }
  .content-oshiri1104 .btn-list li{
    width: calc(100% / 2 - 10px);
  }
}
