@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow:700&display=swap');

#main-contents {
  padding-bottom: 0;
  background: #fff;
}
.load {
  display: none;
}
#main-contents .center {
  width: 920px;
  margin: 0 auto;
  padding: 70px 0;
}
#main-contents .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#main-contents .inblock {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow:6px 6px 0px 0px rgba(0,0,0,0.1);
}
#main-contents .inblock.color {
  background: #fff255;
}
#main-contents h2.ttl {
  margin-bottom: 40px;
  text-align: center;
}
#main-contents h2.ttl span {
  color: #fffd35;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125em;
}
#main-contents h2.ttl.blk span {
  color: #f43893;
}
#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: #000;
}


/* originalBg */
#main-contents .originalBg {
  position: relative;
  background: url("../../img/bg_dot_p.gif");
  overflow: hidden;
}
#main-contents .originalBg .center {
  position: relative;
}
#main-contents .originalBg .circle {
  display: block;
  position: absolute;
  mix-blend-mode: color-burn;
  opacity: 0.8;
}
#main-contents .originalBg .circle.c01 {
  top: -70px;
  left: -340px;
  width: 240px;
}
#main-contents .originalBg .circle.c02 {
  bottom: 160px;
  right: -165px;
  width: 64px;
}
#main-contents .originalBg .circle.c03 {
  bottom: -45px;
  right: -305px;
  width: 190px;
}
#main-contents .originalBg .circle .fill {
  fill:#5600d7;
}
@media all and (-ms-high-contrast: none){
  #main-contents .originalBg .circle {
    opacity: 0.35;
  }
  #main-contents .originalBg .circle .fill {
    fill:#db00a0;
  }
}
@supports (-ms-ime-align:auto) {
  #main-contents .originalBg .circle {
    opacity: 0.35;
  }
  #main-contents .originalBg .circle .fill {
    fill:#db00a0;
  }
}


/* color circle */
#main-contents .circle .center {
  position: relative;
}
#main-contents .circle .center .circle01,#main-contents .circle .center .circle02 {
  display: block;
  position: absolute;
  z-index: 0;
}
#main-contents .circle .center .circle01 {
  width: 172px;
  height: 193px;
}
#main-contents .circle .center .circle02 {
  width: 158px;
  height: 165px;
}
#main-contents .circle .center .circle01.top {
  top: -215px;
  left: -185px;
}
#main-contents .circle .center .circle02.bottom {
  bottom: -80px;
  right: -260px;
}
#main-contents .circle .center .circle02.top {
  top: -45px;
  left: -230px;
  transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
}
#main-contents .circle .center .circle01.bottom {
  bottom: -30px;
  right: -225px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}


/* mainvisual */
#main-contents .mainvisual {
  background: url("../../img/main.png") no-repeat center top;
  height: 544px;
}
#main-contents .mainvisual .center {
  padding-top: 30px;
}
#main-contents .mainvisual .ttl {
  width: 220px;
  margin: 0 auto;
}


/* oatime */
#main-contents .oatime {
  width:780px;
  margin: -60px auto 105px;
  padding: 16px 20px 20px;
  border-radius: 14px;
  background: url("../../img/bg_dot_p.gif");
  text-align: center;
}
#main-contents .oatime h2 {
  color: #fcfc3b;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 34px;
  font-style: italic;
}
#main-contents .oatime .mainTime {
  margin: 10px 0 15px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
}
#main-contents .oatime .otherarea {
  line-height: 1.4;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  font-size: 1.250em;
}
#main-contents .oatime .otherarea a {
  display: inline-block;
  padding: 0 5px 1px 0;
  border-bottom: 1px #f43893 solid;
  color: #f43893;
}
#main-contents .oatime .otherarea a:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px #f43893 solid;
  border-right: 2px #f43893 solid;
  transform: rotate(45deg);
  vertical-align: 2px;
}
  
#main-contents .oatime .otherarea p:first-child {
  margin-bottom: 5px;
}
#main-contents .oatime .otherarea strong {
  color: #ff3596;
}


/* intro */
#main-contents .intro {
  padding-bottom: 90px;
}
#main-contents .intro .center {
  width: 910px;
  padding: 0;
}
/* next */
#main-contents #oaNext {
  width: 530px;
  padding: 35px;
}
#main-contents .ribbonTtl {
  position: absolute;
  top: -23px;
  left: -12px;
  width: 260px;
  height: 35px;
  background: url("../../img/bg_ribbon.gif");
  text-align: center;
}
#main-contents .ribbonTtl:after {
  display: block;
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 0;
  border-color: transparent #000000 transparent transparent;
}
#main-contents .ribbonTtl span {
  display: inline-block;
  line-height: 35px;
  color: #fdfc3c;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}
#main-contents .ribbonTtl strong {
  display: inline-block;
  line-height: 35px;
  margin-left: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
#main-contents #oaNext .oaMov {
  width: 460px;
  height: 258px;
  border-radius: 4px;
  overflow: hidden;
}
#main-contents #oaNext .oaMov iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#main-contents #oaNext .oaTtl {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-top: 10px;
  color: #f43893;
  font-weight: 500;
  font-size: 1.250em;
}
#main-contents #oaNext .oaData {
  line-height: 1.7em;
  font-size: 0.938em;
}
/* twitter */
#main-contents #twitter {
  width: 680px;
  margin: 0 auto;
  padding: 20px;
}


/* banner area */
#main-contents .intro .bnrArea {
  width: 700px;
  margin: 65px auto 0;
}
#main-contents .bnrArea li {
  margin-bottom: 20px;
  border-radius: 4px;
  background: #fff;
  box-shadow:6px 6px 0px 0px rgba(0,151,230,0.15);
  overflow: hidden;
}
#main-contents .bnrAreaMini {
  justify-content: center;
}
#main-contents .bnrAreaMini li {
  width: 450px;
}
#main-contents .bnrAreaMini li:nth-child(odd) { margin-right: 20px; }
#main-contents .bnrAreaMini li:last-child { margin-right: 0; }
#main-contents .bnrArea li a {
  display: block;
}


/* entry */
#main-contents #entry .center {
  padding: 60px 0 80px;
}
#main-contents #entry .inblock {
  padding: 85px 50px 40px;
  border: 5px #000 solid;
  background: #fff255 url("../../img/poster.jpg") no-repeat right top / 440px auto;
}
#main-contents #entry .ribbonTtl {
  top: 22px;
  width: 550px;
  height: 45px;
  line-height: 44px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
#main-contents #entry .ribbonTtl span {
  color: #ff4da3;
  font-size: 30px;
}
#main-contents #entry .ribbonTtl:after {
  top: 45px;
}
#main-contents #entry .condition {
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 28px;
}
#main-contents #entry .condition strong {
  font-weight: bold;
}
#main-contents #entry .condition .address {
  color: #0380dd;
}
#main-contents #entry .condition .address span {
  font-size: 0.643em;
}
#main-contents #entry .condition .age {
  color: #f43893;
}
#main-contents #entry .condition .message {
  font-size: 0.5em;
}
#main-contents #entry .btnEntry {
  margin: 0 auto;
  border-radius: 4px;
  background: #fff;
  width: 600px;
  height: 100px;
  box-shadow:6px 6px 0px 0px rgba(0,0,0,0.2);
  overflow: hidden;
}
#main-contents #entry .btnEntry a {
  display: block;
  height: 100%;
  background: url("../../img/bnr_entry.gif") no-repeat center top / cover;
  font-size: 0;
}


/* about */
#main-contents .program {
  overflow: hidden;
}
#main-contents #about .inblock {
  padding: 40px 45px;
}
#main-contents #about .inblock .text {
  text-align: center;
}
#main-contents #about .inblock .text p {
  line-height: 2;
  margin-bottom: 25px;
  font-size: 1.125em;
}
#main-contents #about .inblock .text p:last-child {
  margin-bottom: 0;
}
#main-contents #about .inblock .text p strong {
  color: #f43893;
  font-weight: bold;
  font-size: 1.111em;
}
#main-contents #about .inblock .cast {
  margin-top: 55px;
}
#main-contents #about .inblock .cast .block {
  position: relative;
  width: 400px;
  padding: 40px 25px 30px;
  background: #fff;
}
#main-contents #about .ribbonTtl {
  top: -15px;
}
#main-contents #about .ribbonTtl strong {
  margin-left: 0;
  font-weight: 700;
}
#main-contents #about .trim {
  width: 160px;
  height: 180px;
  border-radius: 8px;
}
#main-contents #about .data {
  width: calc(100% - 180px);
}
#main-contents #about .data h4 {
  line-height: 1.4;
  margin-bottom: 15px;
  font-feature-settings: "palt";
}
#main-contents #about .data h4 strong {
  font-weight: bold;
  font-size: 1.375em;
}
#main-contents #about .data h4 span {
  display: block;
  font-weight: bold;
}
#main-contents #about .data p {
  line-height: 1.7;
} 


/* snsBnr */
#main-contents #snsBnr .snsList {
  justify-content: center;
}
#main-contents #snsBnr .inblock:nth-child(odd) {
  margin-right: 20px;
}
#main-contents #snsBnr .inblock {
  width: 450px;
  margin-bottom: 20px;
  font-size: 1.125em;
}
#main-contents #snsBnr .inblock a {
  align-items: center;
  padding: 0 20px;
  min-height: 90px;
  border: 2px solid #f7f7f7;
}
#main-contents #snsBnr .inblock img {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  overflow: hidden;
}
#main-contents #snsBnr .sns img {
  width: 45px;
  height: 45px;
  margin: 0 5px;
  border-radius: 50%;
}
#main-contents #snsBnr .inblock span {
  display: block;
  width: calc(100% - 70px);
  line-height: 1.4;
}

/* archives */
#main-contents .archives {
  background: #fff255;
}

/* prgPoint */
#main-contents .prgPoint .center {
  max-width: 1000px;
  width: 90%;
}
#main-contents .more-btn {
  background: #f43893;
}
#main-contents .prgPoint .block-list .block {
  background: #f4f2f0;
}
#main-contents .ttl-group .tag {
  color: #f43893;
}
  
/* recommend program */
#main-contents .rcmndProgram.center{
  max-width: 1000px;
  width: 90%;
  padding-bottom: 150px;
}
#main-contents .rcmndProgram .inner {
  background: #f4f2f0;
}
#main-contents .rcmndProgram .inner dl dd {
  color: #f43893;
}


@media all and (max-width: 812px) {
#main-contents .center {
  width: 85%;
  padding: 70px 0;
}
#main-contents h2.ttl strong {
  font-size: 33px;
}
.block-list .flex {
  display: block;
}


/* originalBg */
#main-contents .originalBg .circle.c01 {
  top: -100px;
  left: -10vw;
  width: 32vw;
}
#main-contents .originalBg .circle.c02 {
  bottom: 60px;
  right: -3px;
  width: 8.4vw;
}
#main-contents .originalBg .circle.c03 {
  bottom: -110px;
  right: -18vw;
  width: 25vw;
}


/* color circle */
#main-contents .circle .center .circle01 {
  width: 21vw;
  height: 23.7vw;
}
#main-contents .circle .center .circle02 {
  width: 19.4vw;
  height: 20.3vw;
}
#main-contents .circle .center .circle01.top {
  top: -85px;
  left: -9.4vw;
}
#main-contents .circle .center .circle02.bottom {
  bottom: -80px;
  right: -12vw;
}
#main-contents .circle .center .circle02.top {
  top: 12px;
  left: -11vw;
}
#main-contents .circle .center .circle01.bottom {
  bottom: -13px;
  right: -9vw;
}
  
  
/* mainvisual */
#main-contents .mainvisual {
  background: url("../../img/main_sp.png") no-repeat center top / 100% auto;
  height: 105vw;
}
#main-contents .mainvisual .center {
  width: 100%;
  padding-top: 4.5vw;
}
#main-contents .mainvisual .ttl {
  width: 29.5vw;
  margin: 0 auto;
}
#main-contents .mainvisual .text {
  width: 80%;
  margin: 0 auto;
  font-size: 3.7vw;
}

/* oatime */
#main-contents .oatime {
  width:90%;
  margin: -29.5vw auto 100px;
  padding: 2.8vw 3vw 3vw;
}
#main-contents .oatime h2 {
  font-size: 5vw;
}
#main-contents .oatime .mainTime {
  margin: 1.8vw 0 3.2vw;
  font-size: 4vw;
}
#main-contents .oatime .text {
  padding: 2.5vw 1.5vw;
  font-size: 2.4vw;
}
#main-contents .oatime .otherarea {
  padding: 4%;
  font-size: 3.4vw;
}
#main-contents .oatime .otherarea strong {
  display: block;
}
#main-contents .oatime .otherarea p:first-child {
  margin-bottom: 10px;
}
  
  
#main-contents .intro {
  padding-bottom: 15vw;
}
#main-contents .intro .center {
  display: block;
  width: 85%;
  padding: 0;
}
/* next */
#main-contents #oaNext {
  display: block;
  width: 100%;
  margin-bottom: 15%;
  padding: 5% 5% 4% 5%;
}
#main-contents #oaNext .oaMov {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}

#main-contents #oaNext .oaMov img,
#main-contents #oaNext .oaMov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-contents #oaNext .oaMov img {
  height: auto;
}
#main-contents #oaNext .oaTxt {
  width: 100%;
  padding-top: 0;
}
/* twitter */
#main-contents #twitter {
  width: 100%;
  padding: 5%;
}

  
/* bnrArea */
#main-contents .intro .bnrArea {
  width: 85%;
  margin: 65px auto 0;
}
#main-contents .bnrAreaMini li {
  width: 100%;
}
#main-contents .bnrAreaMini li:nth-child(odd) { margin-right: 0; }
  
  
/* entry */
#main-contents #entry .center {
  padding: 70px 0;
}
#main-contents #entry h2.ttl {
  margin-bottom: 70px;
}
#main-contents #entry .inblock {
  padding: 70.6vw 5% 12%;
  background: #fff255 url("../../img/poster.jpg") no-repeat right 2% / 92.3vw auto;
}
#main-contents #entry .ribbonTtl {
  top: -35px;
  left: -17px;
  width: 440px;
  height: 70px;
  line-height: 70px;
  font-size: 28px;
}
#main-contents #entry .ribbonTtl span {
  font-style: normal;
  font-size: 28px;
}
#main-contents #entry .ribbonTtl:after {
  top: 70px;
}
#main-contents #entry .condition {
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 25px;
}
#main-contents #entry .condition .address span {
  font-weight: bold;
}
#main-contents #entry .condition .message {
  display: inline-block;
  line-height: 1.5;
  margin-top: 20px;
  font-size: 0.6em;
}
#main-contents #entry .btnEntry {
  width: 100%;
  height: 18.47vw;
}
#main-contents #entry .btnEntry a {
  background: url("../../img/bnr_entry_sp.gif") no-repeat center top / cover;
}


/* about */
#main-contents #about .inblock {
  padding: 6%;
}
#main-contents #about .inblock .text p span {
  display: block;
}
#main-contents #about .inblock .text p span br {
  display: none;
}
#main-contents #about .inblock .cast {
  display: block;
}
#main-contents #about .inblock .cast .block {
  width: 100%;
  padding: 40px 2.5% 30px;
}
#main-contents #about .inblock .cast .block:first-child {
  margin-bottom: 12%;
}
#main-contents #about .trim {
  width: 100%;
  height: 40vw;
  margin-bottom: 10px;
}
#main-contents #about .data {
  width: 100%;
  padding: 0 2.5%;
}
#main-contents #about .data h4 {
  margin-bottom: 10px;
}
#main-contents #about .data h4 strong {
  font-size: 1.16em;
}
#main-contents #about .data h4 > span {
  display: inline;
}
#main-contents #about .data h4 strong br {
  display: none;
}
#main-contents #about .data p {
  font-size: 0.875em;
} 
  

/* snsBnr */
#main-contents #snsBnr .snsList {
  display: block;
}
#main-contents #snsBnr .inblock:nth-child(odd) {
  margin-right: 0;
}
#main-contents #snsBnr .inblock {
  width: 100%;
  font-size: 1em;
}
#main-contents #snsBnr .inblock a {
  padding: 0 20px;
  min-height: 70px;
}
#main-contents #snsBnr .inblock img {
  width: 44px;
  height: 44px;
}
#main-contents #snsBnr .sns img {
  width: 33px;
  height: 33px;
}
#main-contents #snsBnr .inblock span {
  width: calc(100% - 54px);
}

/* prgPoint */
#main-contents .prgPoint .center {
  width: 90%;
}
  
#main-contents .rcmndProgram.center{
  padding-bottom: 100px;
}
}



@media all and (max-width: 568px) {
#main-contents .center {
  padding: 12vw 0;
}
#main-contents h2.ttl {
  position: relative;
  margin-bottom: 6vw;
}
#main-contents h2.ttl span {
  font-size: 4vw;
}
#main-contents h2.ttl strong {
  margin-top: 2.6vw;
  font-size: 6vw;
}
#main-contents #snsBnr h2.ttl strong {
  font-size: 5.5vw;
  letter-spacing: 0;
}

  
#main-contents .originalBg .circle.c01 {
  left: -15vw;
}
#main-contents .originalBg .circle.c02 {
  bottom: 5vw;
  right: 0.9vw;
}
#main-contents .originalBg .circle.c03 {
  right: -19vw;
}
  

#main-contents .circle .center .circle01.top {
  top: -11vw;
}
#main-contents .circle .center .circle02.bottom {
  bottom: -14vw;
}
#main-contents .circle .center .circle02.top {
  top: 3vw;
}
#main-contents .circle .center .circle01.bottom {
  bottom: -2vw;
}

#main-contents .oatime {
  width: 90%;
  margin: -29.5vw auto 15vw;
  padding: 2.8vw 3vw 3vw;
}  
#main-contents .oatime h2 {
  font-size: 7vw;
}
#main-contents .oatime .mainTime {
  font-size: 4.68vw;
  letter-spacing: 0;
}
#main-contents .oatime .text span {
  display: block;
}
#main-contents .oatime .text {
  font-size: 3.7vw;
}
#main-contents .oatime .otherarea {
  font-size: 4vw;
}

  
/* next */
#main-contents #oaNext {
  padding: 8% 6%;
}
#main-contents .ribbonTtl {
  width: 200px;
}
#main-contents #oaNext .oaImg {
  margin-bottom: 10px;
}
#main-contents #oaNext .oaTtl {
  font-size: 1.125em;
}  
#main-contents #oaNext .oaData {
  font-size: 0.875em;
}  


/* twitter */
#main-contents #twitter {
  padding: 8% 6% 6%;
}


/* entry */
#main-contents #entry .center {
  padding: 12vw 0;
}
#main-contents #entry h2.ttl {
  margin-bottom: 13vw;
}
#main-contents #entry .inblock {
  padding: 70.6vw 5% 12%;
}
#main-contents #entry .ribbonTtl {
  top: -7vw;
  left: -17px;
  width: 83vw;
  height: 14vw;
  line-height: 14vw;
  font-size: 5.4vw;
}
#main-contents #entry .ribbonTtl span {
  font-size: 5.4vw;
}
#main-contents #entry .ribbonTtl:after {
  top: 14vw;
}
#main-contents #entry .condition {
  line-height: 1.4;
  margin-bottom: 25px;
  font-size: 5vw;
}
#main-contents #entry .condition .address span {
  font-weight: bold;
}
#main-contents #entry .condition .message {
  font-size: 14px;
  margin-top: 15px;
}


/* about */
#main-contents #about .inblock .cast {
  margin-top: 12vw;
}
#main-contents #about .inblock .text p {
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 0.937em;
  text-align: justify;
}  
#main-contents #about .inblock .text p br {
  display: none;
}
#main-contents #about .inblock .text p span {
  display: inline;
}

}


@media all and (max-width: 480px) {
/* snsBnr */
#main-contents #snsBnr .inblock {
  font-size: 0.875em;
}
#main-contents #snsBnr .inblock a {
  padding: 0 12px;
}
}


























