@charset "utf-8";

@import url("common.css");
@import url("oa-common.css");

body{
  background: #fff;
}
#main-contents .inblock {
  padding: 60px 15% 80px;
  font-weight: 600;
  text-align: center;
}
#main-contents h4 {
  max-width: 530px;
  width: 80%;
  margin: 0 auto 40px;
}
#main-contents .member {
  position: relative;
  background: #ffda2a;
  padding: 10px;
  border-radius: 14px;
}
#main-contents .member .member-pic {
  border-radius: 10px;
}
#main-contents .member:before,
#main-contents .member:after {
  display: block;
  content: "";
  position: absolute;
  top: -4%;
  width: 20%;
  height: 80px;
  background:url("../../saito-cooking/img/flag.svg") no-repeat left top / 100% auto;
}
#main-contents .member:before { left: -4%; }
#main-contents .member:after { right: -4%; transform: scale(-1,1);}
#main-contents .song {
  margin: 50px 0;
}
#main-contents .song {
  font-size: 1.25em;
}
#main-contents .song .title {
  margin: 25px 0;
  font-size: 40px;
}
.video-js {
  width: 0px;
  height: 0px;
}
#main-contents .song .player {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}
#main-contents .song .player li {
  position: relative;
  width: 160px;
  margin: 0 5px;
  border-radius: 30px;
  box-shadow: 0px 6px 0px 0px rgb(223 92 66 / 40%);
  overflow: hidden;
}
#main-contents .song .player li div {
  cursor: pointer;
  padding: 0;
  width: 100%;
  padding: 14px 0;
  background: #df5c42;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}
#main-contents .intro {
  position: relative;
  padding: 50px 8%;
  border-radius: 10px;
  background: #fef7d0;
}
#main-contents .intro .saito {
  position: absolute;
  top: -187px;
  right: -10px;
  width: 170px;
}
#main-contents .intro .balloon {
  position: absolute;
  top: 25px;
  left: -80px;
  width: 110px;
}
#main-contents .intro .note {
  position: absolute;
  right: -45px;
  bottom: 95px;
  width: 90px;
}
#main-contents .intro .hotairballoon {
  position: absolute;
  right: -15px;
  bottom: -20px;
  width: 60px;
}
#main-contents .intro .text {
  line-height: 2;
  color: #df5c42;
  font-weight: 600;
  font-size: 1em;
  text-align: left;
}
#main-contents .bnr-form {
  max-width: 430px;
  width: 80%;
  margin: 40px auto 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 6px 0px 0px rgb(223 92 66 / 40%);
}
#main-contents .bnr-form a {
  display: block;
}




@media all and (max-width: 812px) {
  #main-contents .inblock {
    padding: 8% 5% 35px;
  }
  #main-contents .member {
    padding: 8px;
  }
  #main-contents .member:before,
  #main-contents .member:after {
    width: 25%;
  }
  #main-contents .song {
    margin: 30px 0;
  }
  #main-contents .song {
    font-size: 1.068em;
  }
  #main-contents .song .title {
    margin: 25px 0;
    font-size: 30px;
  }
  #main-contents .song .player {
    max-width: 350px;
    width: 90%;
  }
  #main-contents .song .player li {
    width: 46%;
    margin: 0 1%;
  }
  #main-contents .intro {
    padding: 7%;
  }
  #main-contents .intro .saito {
    top: auto;
    right: -2%;
    width: 18%;
    bottom: 0;
  }
  #main-contents .intro .balloon {
    top: auto;
    left: -10%;
    width: 13%;
    bottom: -1%;
  }
  #main-contents .intro .note {
    top: -6vw;
    right: 0%;
    width: 10%;
  }
  #main-contents .intro .hotairballoon {
    top: 6vw;
    right: -3%;
    width: 6%;
  }
  #main-contents .intro .text {
    font-size: 0.875em;
    text-align: left;
  }
  #main-contents .bnr-form {
    margin: 30px auto 0;
  }
}


@media all and (max-width: 520px) {
  #main-contents h4 {
    margin: 0 auto 30px;
  }
  #main-contents .song {
    font-size: 3.7vw;
  }
  #main-contents .song .title {
    font-size: 6vw;
  }
  #main-contents .intro .saito {
    right: -10%;
    width: 21%;
  }
  #main-contents .intro .text {
    font-size: 0.875em;
  }
  #main-contents .bnr-form {
    width: 100%;
  }
}





































