@import url("https://fonts.googleapis.com/css?family=Barlow:700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
#main-contents {
  padding-bottom: 0;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  background: url("../../img/back.jpg") repeat;
  background-size: 2500px;
  background-position: center;
}
#main-contents .load, #main-contents .spbr {
  display: none;
}
#main-contents .center {
  width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
#main-contents .flex {
  display: flex;
  flex-wrap: wrap;
}
#main-contents .inblock, #main-contents .inblock_2 {
  position: relative;
  border-radius: 4px;
  background: #fffff8;
  box-shadow: 6px 6px 0px 0px rgba(46, 27, 22, 0.15);
}
#main-contents h2.ttl {
  margin-bottom: 40px;
  text-align: center;
}
#main-contents h2.ttl span {
  color: #f8d935;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125em;
}
#main-contents h2.ttl.blk span {
  color: #c40007;
}
#main-contents h2.ttl strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 38px;
}
#main-contents h2.ttl.blk strong {
  color: #2e1b16;
}
#main-contents .intro {
  margin-top: 0px;
}
#main-contents .mainvisual_pc {
  display: block;
}
#main-contents .mainvisual_sp {
  display: none;
}
#main-contents .oatime {
  width: 780px;
  margin: 0px auto;
  padding: 16px 20px 20px;
  border-radius: 14px;
  background-color: #01837b;
  text-align: center;
  font-feature-settings: "palt";
}
#main-contents .oatime h2 {
  color: #fcef11;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 34px;
  font-style: italic;
  margin-bottom: 15px;
}
#main-contents .oatime .timearea {
  margin: 0px auto;
  padding: 20px 0px;
  border-radius: 8px;
  background: #fff;
}
#main-contents .oatime .mainTime {
  margin: 0 0 22px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
}
#main-contents .oatime .mainTime2 {
  margin: 0px;
  color: #ff0000;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.05em;
}
#main-contents .oatime .otherarea {
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: clamp(16px, 1.8vw, 20px);
}
#main-contents .oatime .otherarea01 {
  line-height: 1.6em;
  font-size: clamp(16px, 1.8vw, 20px);
  width: 100%;
}
#main-contents .oatime .base001 {
  margin: 10px 0 20px;
  background-color: #e6ffee;
  padding: 10px;
}
#main-contents .oatime .base002 {
  margin: 10px 0 20px;
  background-color: #ececfb;
  padding: 10px;
}
#main-contents .oatime .mainbig2 {
  font-size: 2em;
  color: #f00;
  font-weight: bold;
}
#main-contents .oatime .othertext {
  display: block;
  color: cornflowerblue;
  font-size: 14px;
}
#main-contents .oatime .otherarea2 {
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 60px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 1.063em;
}
#main-contents .oatime .otherarea011 {
  justify-content: right;
  text-align: right;
  margin-right: 10px;
  margin-left: 20px;
  color: #ff0000;
  line-height: 1.6em;
  font-size: 1.2em;
}
#main-contents .oatime .otherarea022 {
  justify-content: left;
  text-align: left;
  line-height: 1.6em;
  font-size: 1.2em;
}
#main-contents .oatime p.blocknet {
  margin-top: -10px;
  color: #000;
  font-size: 1.5em;
  padding-top: 10px;
  font-weight: 700;
}
#main-contents .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
#main-contents #presentbox {
  background: url("../../img/bg_g.jpg") repeat;
  margin-top: 50px;
}
#main-contents #presentbox .text p .brpc {
  display: block;
}
#main-contents #present .inblock {
  position: relative;
  margin-bottom: 50px;
  padding: 70px 50px 50px;
  border-radius: 8px;
}
#main-contents #present .inblock.newline {
  padding-top: 150px;
}
#main-contents #present .inblock:last-child {
  margin-bottom: 0;
}
#main-contents #present .ribbonTtl {
  position: absolute;
  top: -20px;
  left: -13px;
  line-height: 1.3;
  padding: 8px 20px 10px 30px;
  background: url(../../img/ribon.jpg);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
#main-contents #present .ribbonTtl:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 0;
  border-color: transparent #e30000 transparent transparent;
}
#main-contents #present .ribbonTtl span {
  color: #f8d935;
  font-size: 15px;
  font-style: italic;
}
#main-contents #present .newline-sp .ribbonTtl br {
  display: none;
}
#main-contents #present .capture {
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
}
#main-contents #present .capture img {
  width: 80%;
  margin: 0px auto;
}
#main-contents #present .capture .incaptur {
  width: 80%;
  margin: 0px auto;
}
#main-contents #present .capture .textspace {
  letter-spacing: -2px;
}
#main-contents #present .capture .text01 {
  color: #F74280;
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: bold;
  margin: -10px auto;
}
#main-contents #present .capture .text02 {
  color: #F74280;
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: bold;
  margin: 15px auto;
}
#main-contents #present .capture .text03 {
  color: #F74280;
  font-size: 0.9em;
  line-height: 1.5;
  margin: -20px auto;
}
#main-contents #present .capture .text04 {
  color: #F74280;
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: bold;
  margin: 10px auto;
}
#main-contents #present .capture .text05 {
  font-size: 0.8em;
}
#main-contents #present .capture .rinkpresent {
  width: 50%;
  margin: 0px auto;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
#main-contents #present .capture .rinkpresent:hover {
  opacity: 0.6;
}
#main-contents #about .inblock {
  border-radius: 10px;
}
#main-contents #about .text {
  padding: 12px 15px 25px;
  background: url("../../img/2623092.png") no-repeat;
  background-size: cover;
}
#main-contents #about .text p img {
  height: auto;
}
#main-contents .pcbr {
  display: block;
}
#main-contents .st {
  font-size: 1.4em;
}
#main-contents .text-stripe {
  color: #ff76c0;
}
#main-contents .red {
  font-size: 1.3em;
  font-weight: 900;
  color: #ffa800;
}
#main-contents .topred {
  font-weight: 900;
  color: #ffa800;
}
#main-contents .green {
  color: #01837b;
}
#main-contents .no-wrap {
  display: inline-block;
}

#cast .center {
  position: relative;
  width: 100%;
}
#cast .flex {
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
#cast .mc {
  border-radius: 20px;
  width: 920px;
  background-color: #fffff8;
  padding: 40px 30px 10px 40px;
  box-shadow: 6px 6px 0px 0px rgba(46, 27, 22, 0.15);
}
#cast .inblock {
  width: 47.5%;
  margin: 0 15px 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
#cast .inblock a {
  display: block;
}
#cast .inblock .castImg {
  overflow: hidden;
}
#cast h3 {
  background: #fa7f8d;
  text-align: center;
  padding: 6% 0 8%;
}
#cast h3 .name {
  color: #fff;
  font-weight: bold;
  font-size: clamp(24px, 1.8vw, 30px);
}
#cast h3 .status {
  display: block;
  width: 220px;
  margin: 15px auto 0;
  padding: 6px 0;
  border-radius: 12px;
  background: #fff;
  color: rgb(70, 70, 70);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.2rem;
}

.originalBg02 {
  background-color: #fbffc1;
}

.prgPoint .center {
  max-width: 1000px;
  width: 90%;
}

.more-btn {
  color: #000;
  background: #f8d935;
}

.rcmndProgram.center {
  max-width: 1000px;
  width: 90%;
  padding-bottom: 150px;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 940px) {
  #main-contents #cast .center .mc {
    width: 90%;
  }
}
@media all and (max-width: 812px) {
  #main-contents .mainvisual_sp {
    display: block;
    width: 100%;
    height: auto;
  }
  #main-contents .mainvisual_pc {
    display: none;
  }
  #main-contents .spbr {
    display: block;
  }
  #main-contents .center {
    width: 90%;
  }
  #main-contents .oatime {
    width: 87%;
    padding: 2.8vw 3vw 3vw;
  }
  #main-contents .oatime .mainbig2 {
    font-size: 1.8em;
    line-height: 1.5em;
  }
  #main-contents #cast .center .mc {
    width: 90%;
    padding: 0px;
    padding-top: 40px;
  }
  #main-contents #cast .inblock {
    width: 70%;
  }
  #main-contents #cast h3 .status {
    width: 90%;
  }
  #main-contents #present .capture .rinkpresent {
    width: 60%;
  }
  #main-contents #present .capture img {
    width: 90%;
  }
  #main-contents #present .capture .incaptur {
    width: 90%;
  }
}
@media all and (max-width: 390px) {
  #main-contents #cast .mc {
    padding: 0px;
    padding-bottom: 0px;
  }
  #main-contents #cast .inblock {
    width: 80%;
  }
  #main-contents #about .text p {
    line-height: 2;
  }
  #main-contents #about .text {
    font-size: 1em;
    padding: 0px;
  }
  #main-contents #present .capture .rinkpresent {
    width: 80%;
  }
  #main-contents #present .capture img {
    width: 100%;
  }
  #main-contents #present .capture .incaptur {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */