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

#main-contents {
  padding: 0;
  background: url("../../img/bg_linedot.gif");
  letter-spacing: 0.06em;
}
.load {
  display: none;
}
#main-contents .center {
  width: 980px;
  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:0px 6px 0px 0px rgba(255,30,0,0.15);
}
#main-contents .originalBg {
  position: relative;
  background:#3dc8f0;
  overflow: hidden;
}
#main-contents .originalBg:before,
#main-contents .originalBg:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0.9;
}
#main-contents .originalBg:before {
  top: -225px;
  left: 50%;
  transform: translateX(-935px);
  width: 450px;
  height: 450px;
  background: url("../../img/circle01.svg") no-repeat left top / 100% 100%;
}
#main-contents .originalBg:after {
  bottom: -195px;
  right: 50%;
  transform: translateX(890px);
  width: 390px;
  height: 390px;
  background: url("../../img/circle02.svg") no-repeat left top / 100% 100%;
}
#main-contents h3.ttl {
  margin-bottom: 40px;
  text-align: center;
}
#main-contents h3.ttl span {
  color: #fffd35;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 1.375em;
}
#main-contents h3.ttl.blk span {
  color: #ff6500;
}
#main-contents h3.ttl strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 38px;
}
#main-contents h3.ttl.blk strong {
  color: #000;
}
#main-contents h4.sub-ttl {
  line-height: 1.5em;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 	1.313em;
  text-align: center;
}
#main-contents h4.sub-ttl span {
  display: inline-block;
  background:linear-gradient(transparent 65%, #fff594 65%);
}
#main-contents .btn-mbase {
  width: 240px;
  margin: 30px auto 0;
  border-radius: 27px;
  background: #fff;
  box-shadow:0px 4px 0px 0px rgba(255,30,0,0.15);
  text-align: center;
  overflow: hidden;
}
#main-contents .btn-mbase a {
  display: block;
  padding: 19px 0;
  background: #ff6500;
  color: #fff;
}
.modaal-close:focus:before,
.modaal-close:focus:after,
.hover .modaal-close:hover:before,
.hover .modaal-close:hover:after {
	background: #ff6500;
}



/* mainvisual */
#main-contents .mainvisual .ttl {
    position: absolute;
    left: 50%;
    translate: -50% 0;
}
#main-contents .mainvisual .ttl a {
    display: block;
    height: 100%;
}
#main-contents .mainvisual .ttl a img {
    display: none;
}
#main-contents.under .mainvisual {
  background: url("../../img/main_under.png") no-repeat center top;
  height: 380px;
}
#main-contents.under .mainvisual .center {
  padding: 0 0 0 60px;
}
#main-contents.under .mainvisual .ttl {
    top: 45px;
    width: 560px;
    height: 270px;
}
#main-contents.under .mbase-nav {
  margin: -30px auto 0;
}
#main-contents.under .oatime {
  display: none;
}


/* navigation */
#main-contents .mbase-nav {
  width: 780px;
  margin: 0 auto 80px;
}
#main-contents .mbase-nav ul {
  padding: 15px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  box-shadow:0px 4px 0px 0px rgba(255,30,0,0.15);
}
#main-contents .mbase-nav ul li {
  display: inline-block;
  width: 230px;
  padding: 5px 0;
  border-right: 2px #ffd169 dotted;
}
#main-contents .mbase-nav ul li:last-child {
  border-right: 0;
}
#main-contents .mbase-nav ul li a {
  color: #ff7200;
  font-weight: bold;
  font-size: 1.125em;
}


/* snsBnr */
#main-contents #snsBnr {
  padding: 40px 0 30px
}
#main-contents #snsBnr .snsList {
  justify-content: center;
}
#main-contents #snsBnr li:nth-child(odd) {
  margin-right: 20px;
}
#main-contents #snsBnr li {
  width: 390px;
  margin-bottom: 20px;
  border: 1px #eeeeee solid;
  border-radius: 4px;
}
#main-contents #snsBnr li a {
  align-items: center;
  padding: 0 15px;
  min-height: 75px;
}
#main-contents #snsBnr li img {
  width: 53px;
  height: 53px;
  border-radius: 4px;
  overflow: hidden;
}
#main-contents #snsBnr li.sns-insta img {
  padding: 0 3%;
  background: #ff3276;
}
#main-contents #snsBnr li span {
  display: block;
  width: calc(100% - 70px);
  line-height: 1.4;
}
#main-contents #snsBnr li span br {
  display: none;
}


/* onair */  
#main-contents .onair .oa-container {
  padding: 18px 2px 18px 28px;
  border-radius: 4px;
  border: 2px #eee solid;
  justify-content: space-between;
}
#main-contents .onair .oa-calendar {
  position: relative;
}
#main-contents .onair .oa-calendar .calendar-ttl {
  position: relative;
  padding: 10px 0 20px;
  border-bottom: 2px #eee solid;
}
#main-contents .onair .oa-calendar .calendar-ttl strong {
  font-weight: bold;
  font-size: 1.125em;
}
#main-contents .onair .oa-calendar .link-old-data {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 0;
  width: 160px;
  height: 30px;
  border: 2px #ff6500 solid;
  border-radius: 3px;
}
#main-contents .onair .oa-calendar .link-old-data span {
  display: block;
  margin-right: 8px;
  color: #ff6500;
  font-size: 0.875em;
}
#main-contents .onair .oa-calendar .link-old-data:after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: url("../../img/icon_calendar.png") no-repeat left top / 100% 100%;
}
#main-contents .onair .oa-calendar .calendar-embed {
  position: relative;
  padding-top: 335px;
}
#main-contents .onair .oa-calendar .calendar-embed iframe {
  display: block;
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
}


#main-contents .onair .search-keyword {
  padding: 40px 300px;
}
#main-contents .onair .search-keyword .search-form {
  position: relative;
}
#main-contents .onair .search-keyword .search-form .keyword {
  padding: 8px 30px 8px 8px;
  border: 2px #bfbfbf solid;
  color: #989898;
}
#main-contents .onair .search-keyword .search-form .search-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 19px;
  background: #fff url("../../img/icon_search.svg") no-repeat left top / 100% auto;
  border: none;
  font-size: 0;
  cursor: pointer;
}
#main-contents .onair .search-keyword .ex {
  margin-top: 10px;
  font-size: 0.813em;
}
#main-contents .onair .search-keyword .ex strong {
  color: #ff6500;
}


/* recommend program */
#main-contents .rcmndProgram.center{
  max-width: 1000px;
  width: 90%;
  padding-bottom: 170px;
}
#main-contents .rcmndProgram .inner dl dd {
  color: #ff6500;
}


/* prgPoint */
#main-contents .mbase-prgPoint {
  position: relative;
  padding-bottom: 150px;
  background: #f3f2f0;
}
#main-contents .mbase-prgPoint:before {
  display: block;
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url("../../../img/journal_top_wave.svg") no-repeat center top / 2000px auto;
}
#main-contents .mbase-prgPoint .center {
  max-width: 1000px;
  width: 90%;
  padding: 20px 0;
}


@media all and (max-width: 812px) {
#main-contents .center {
  width: 85%;
  padding: 70px 0;
}
#main-contents h3.ttl span {
  font-size: 3.2vw;
}
#main-contents h3.ttl strong {
  font-size: 6.4vw;
}
#main-contents h4.sub-ttl {
  margin-bottom: 6vw;
  font-size: 3.7vw;
}
.block-list .flex {
  display: block;
}
#main-contents .originalBg:before {
  top: -30vw;
  transform: translateX(calc(-50% - 54vw));
  width: 60vw;
  height: 60vw;
}
#main-contents .originalBg:after {
  bottom: -25vw;
  transform: translateX(calc(50% + 52vw));
  width: 50vw;
  height: 50vw;
}
#main-contents .originalBg .center {
  position: relative;
  z-index: 2;
}
#main-contents .btn-mbase {
  width: 220px;
  margin: 5.3vw auto 0;
  border-radius: 25px
}
#main-contents .btn-mbase a {
  padding: 18px 0;
  font-size: 0.938em;
}

  
/* mainvisual */
#main-contents.under .mainvisual {
  background: url("../../img/main_under_sp.png") no-repeat center top / 100% auto;
  height: 49.26vw;
}
#main-contents.under .mainvisual .center {
  width: 100%;
}
#main-contents.under .mainvisual .ttl {
    top: 7vw;
    width: 50%;
    height: 24vw;
}
#main-contents.under .mbase-nav {
  margin: -11vw auto 0;
}
  

/* navigation */
#main-contents .mbase-nav {
  width: 85%;
  margin: 0 auto 9vw;
}
#main-contents.under .mbase-nav {
  margin: -8vw auto 0;
}
#main-contents .mbase-nav ul {
  padding: 3.5vw 0;
  border-radius: 8vw;
}
#main-contents .mbase-nav ul li {
  width: auto;
  padding: 0 2.5vw;
}
#main-contents .mbase-nav ul li a {
  font-size: 3vw;
}


/* snsBnr */
#main-contents #snsBnr {
  padding: 8% 5% 5%;
}
#main-contents #snsBnr .snsList {
  display: block;
}
#main-contents #snsBnr li:nth-child(odd) {
  margin-right: 0;
}
#main-contents #snsBnr li {
  width: 100%;
  margin-bottom: 4%;
}
#main-contents #snsBnr li a {
  padding: 0 15px;
  min-height: 90px;
}
#main-contents #snsBnr li img {
  width: 60px;
  height: 60px;
}
#main-contents #snsBnr li span {
  width: calc(100% - 85px);
  font-size: 1.25em;
}


/* onair */  
#main-contents .onair .oa-container {
  display: block;
  padding: 0 3% 3%;
  border-radius: 8px;
}
#main-contents .onair .oa-calendar .calendar-ttl {
  padding: 3.7vw 0; 
}
#main-contents .onair .oa-calendar .calendar-ttl strong {
  font-size: 3.7vw;
}
#main-contents .onair .oa-calendar .link-old-data {
  top: 2.7vw;
  right: 0;
  width: 32vw;
  height: 6vw;
}
#main-contents .onair .oa-calendar .link-old-data span {
  margin-right: 2vw;
  font-size: 2.8vw;
}
#main-contents .onair .oa-calendar .link-old-data:after {
  width: 3.2vw;
  height: 3.2vw;
}
#main-contents .onair .oa-calendar .calendar-embed {
  padding-top: 69vw;
}



/* prgPoint */
#main-contents .mbase-prgPoint .center {
  width: 90%;
  padding: 10px 0 0;
}
}


@media all and (max-width: 568px) {
#main-contents .center {
  width: 90%;
  padding: 12vw 0;
}
#main-contents h3.ttl {
  margin-bottom: 6vw;
}
#main-contents h3.ttl span {
  font-size: 4vw;
}
#main-contents h3.ttl strong {
  margin-top: 2.6vw;
  font-size: 7vw;
}
#main-contents h4.sub-ttl {
  font-size: 4.5vw;
}

  
/* mainvisual */ 
#main-contents .mainvisual .ttl {
  width: 56vw;
}

  
/* navigation */ 
#main-contents .mbase-nav {
  width: 90%;
  margin: 0 auto 9vw;
}
#main-contents .mbase-nav ul {
  padding: 4vw 0;
  border-radius: 8vw;
}
#main-contents .mbase-nav ul li {
  width: auto;
  padding: 0 2.2vw;
}
#main-contents .mbase-nav ul li a {
  font-size: 3.733vw;
}

  
/* snsBnr */  
#main-contents #snsBnr li a {
    padding: 0 15px;
    min-height: 70px;
}
#main-contents #snsBnr li img {
  width: 45px;
  height: 45px;
}
#main-contents #snsBnr li span {
  width: calc(100% - 65px);
  font-size: 1em;
}
#main-contents #snsBnr li span br {
  display: block;
}


/* onair */
#main-contents .onair .oa-calendar .calendar-ttl strong {
  padding: 4.5vw 0;
  font-size: 4.5vw;
  letter-spacing: 0;
}
#main-contents .onair .oa-calendar .link-old-data {
  top: 2.3vw;
  width: 41vw;
  height: 7.5vw;
}
#main-contents .onair .oa-calendar .link-old-data span {
  margin-right: 1vw;
  font-size: 4vw;
  letter-spacing: 0em;
}
#main-contents .onair .oa-calendar .link-old-data:after {
  width: 4.7vw;
  height: 4.7vw;
}
#main-contents .onair .oa-calendar .calendar-embed {
  padding-top: 73vw;
}
  
  
#main-contents .rcmndProgram.center{
  padding-bottom: calc(12vw + 60px);
}
#main-contents .mbase-prgPoint:before {
  top: -12vw;
  height: 12vw;
}
#main-contents .mbase-prgPoint {
    padding-bottom: calc(12vw + 50px);
}
}





































