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

#main-contents {
  background: -moz-linear-gradient(left,  rgba(114,114,114,0.72) 0%, rgba(228,228,228,0.72) 50%, rgba(114,114,114,0.72) 100%), url("../../img/bg_canvas.jpg");
  background: -webkit-linear-gradient(left,  rgba(114,114,114,0.72) 0%,rgba(228,228,228,0.72) 50%,rgba(114,114,114,0.72) 100%), url("../../img/bg_canvas.jpg");
  background: linear-gradient(to right,  rgba(114,114,114,0.72) 0%,rgba(228,228,228,0.72) 50%,rgba(114,114,114,0.72) 100%), url("../../img/bg_canvas.jpg");
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8727272', endColorstr='#b8727272',GradientType=1 );

}
.yumeHide {
  display: none;
}
#main-contents .center {
  width: 920px;
  margin: 0 auto;
  padding: 70px 0;
}
.yumespo .flex {
  display: flex;
  justify-content: space-between;
}
.yumespo .yumeblock {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow:6px 6px 0px 0px rgba(209,30,0,0.15);
}
.yumespo .rayRed {
  background: rgb(203,0,0) url("../../img/bg_rays.png") repeat center top;
  background: url("../../img/bg_rays.png") repeat center top, -moz-linear-gradient(top, rgba(203,0,0,1) 0%, rgba(255,164,136,1) 100%);
  background: url("../../img/bg_rays.png") repeat center top, -webkit-linear-gradient(top, rgba(203,0,0,1) 0%,rgba(255,164,136,1) 100%);
  background: url("../../img/bg_rays.png") repeat center top, linear-gradient(to bottom, rgba(203,0,0,1) 0%,rgba(255,164,136,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0000', endColorstr='#ffa488',GradientType=0 );
}
.yumespo h2.ttl {
  margin-bottom: 40px;
  text-align: center;
}
.yumespo h2.ttl span {
  color: #fffd35;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125em;
}
.yumespo h2.ttl.blk span {
  color: #cd0806;
}
.yumespo h2.ttl strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 38px;
}
.yumespo h2.ttl.blk strong {
  color: #000;
}



/* mainvisual */
.yumespo .mainvisual {
  background: url("../../img/main.png") no-repeat center top;
  height: 557px;
}
#main-contents .mainvisual .center {
  position: relative;
  width: 1000px;
  height: 100%;
  padding: 0;
}
.yumespo .mainvisual .ttl {
  position: absolute;
  width: 510px;
  top: 295px;
  left: -10px;
}


/* oatime */
.yumespo .oatime {
  width:780px;
  margin: -75px auto 85px;
  padding: 16px 20px 20px;
  border-radius: 14px;
  background: rgb(249,58,32);
  background: -moz-linear-gradient(left,  rgba(249,58,32,1) 0%, rgba(190,27,0,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(249,58,32,1) 0%,rgba(190,27,0,1) 100%);
  background: linear-gradient(to right,  rgba(249,58,32,1) 0%,rgba(190,27,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93a20', endColorstr='#be1b00',GradientType=1 );
  text-align: center;
}
.yumespo .oatime h2 {
  color: #fcfc3b;
  font-family: 'Barlow', sans-serif;
  font-size: 34px;
  font-weight: 700;
  font-style: italic;
}
.yumespo .oatime .mainTime {
  margin: 10px 0 15px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.yumespo .oatime .text {
  line-height: 1.8;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  font-size: 1.063em;
}

#main-contents .intro {
  padding-bottom: 90px;
}
#main-contents .intro .center {
  padding: 0;
}

/* YouTube */
.bnrArea {
    margin-bottom: 105px;
}
.bnrArea a {
    width: 780px;
    margin: 0 auto 30px;
    display: block;
}

/* next */
.yumespo .embed {
  padding: 35px;
}
.yumespo #spMov {
  margin-bottom: 80px;
}
.yumespo .ribbonTtl {
  position: absolute;
  top: -23px;
  left: -12px;
  width: 260px;
  height: 35px;
  background: url("../../img/bg_ribbon.gif");
  text-align: center;
}
.yumespo .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 #c30000 transparent transparent;
}
.yumespo .ribbonTtl span {
  display: inline-block;
  line-height: 35px;
  color: #fdfc3c;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}
.yumespo .ribbonTtl strong {
  display: inline-block;
  line-height: 35px;
  margin-left: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.yumespo .embed .oaMov {
  width: 430px;
  border-radius: 4px;
  height: 242px;
  overflow: hidden;
}
.yumespo .embed .oaMov iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.yumespo .embed .oaTxt {
  width: 385px;
  padding-top: 10px;
}
.yumespo .embed .oaTtl {
  line-height: 1.5;
  margin-bottom: 10px;
  color: #cd0806;
  font-weight: bold;
  font-size: 1.250em;
  text-align: justify;
}
.yumespo .embed .oaData {
  line-height: 1.7em;
  font-size: 0.938em;
  text-align: justify;
}

/* sns */
.yumespo #twitter {
  width: 445px;
  min-height: 445px;
  padding: 20px;
}
.yumespo #instagram {
  width: 445px;
  padding: 30px;
}
.yumespo #instagram .TL {
  position: relative;
}
.yumespo #instagram .insta-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.yumespo .hawksPhoto .flex {
  display: flex;
  justify-content:flex-start;
}

.yumespo .hawksPhoto .block-list .flex .block {
  height: auto !important;
}

/* present */
.yumespo .hawksPhoto .ttl-img {
  max-width: 250px;
  width: 70%;
  margin: 0 auto 40px;
}


/* present */
.yumespo #present .yumeblock {
  margin-bottom: 40px;
  padding: 30px 45px 35px;
}
.yumespo #present .lottery {
  display: block;
  margin-bottom: 25px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.375em;
  text-align: center;
}
.yumespo #present .lottery br {
  display: none;
}
.yumespo #present .presentImg {
  float: left;
  width: 415px;
}
.yumespo #present .presentText {
  float: right;
  width: 380px;
}
.yumespo #present .presentText .presentTtl {
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px #cd0806 solid;
  color: #cd0806;
  font-weight: bold;
  font-size: 1.375em;
  letter-spacing: 0;
}
.yumespo #present .presentText dl {
  line-height: 1.5;
}
.yumespo #present .presentText dl dt {
  display: inline-block;
  float: left;
  color: #cd0806;
  clear: both;
}
.yumespo #present .presentText dl dt:before {
  content: "・";
}
.yumespo #present .presentText dl dd {
  display: inline-block;
  float: left;
  max-width: 310px;
  margin-bottom: 10px;
}
.yumespo #present .btnEntry {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 30px auto 0;
  padding: 22px 0;
  border-radius: 4px;
  background: rgb(239,86,61);
  background: -moz-linear-gradient(left,  rgba(239,86,61,1) 0%, rgba(209,30,0,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(239,86,61,1) 0%,rgba(209,30,0,1) 100%);
  background: linear-gradient(to right,  rgba(239,86,61,1) 0%,rgba(209,30,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef563d', endColorstr='#d11e00',GradientType=1 );
  color: #fff;
  font-weight: bold;
  text-align: center;
}


/* about */
.yumespo #about {
  margin-bottom: 90px;
}
.yumespo #about .yumeblock {
  padding: 40px 45px;
}
.yumespo #about .yumeblock .text {
  text-align: center;
}
.yumespo #about .yumeblock .text p {
  line-height: 1.5;
  margin-bottom: 25px;
  font-size: 1.125em;
}
.yumespo #about .yumeblock .text p:last-child {
  margin-bottom: 0;
}
.yumespo #about .yumeblock .text p strong {
  color: #00a5ea;
  font-weight: bold;
  font-size: 1.111em;
}


/* segment */
.yumespo #segment .flex {
  flex-wrap:wrap;
  justify-content: center;
  gap: 25px 17px;
}
.yumespo #segment .yumeblock {
  width: 295px;
  padding: 25px;
}
.yumespo #segment .yumeblock:nth-child(3n) {
  margin-right: 0;
}
.yumespo #segment h3 {
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.250em;
  text-align: center;
}
.yumespo #segment h3:after {
  display: block;
  content: "";
  width: 50px;
  height: 3px;
  border-radius: 1.5px;
  background: #cd0806;
  margin: 15px auto 0;
}
.yumespo #segment .yumeblock:nth-child(2n) h3:after {
  background: #eeca00;
}
.yumespo #segment h3 img {
  display: inline-block;
  width: auto;
  height: 80px;
}
.yumespo #segment p {
  line-height: 1.56;
  text-align: justify;
}  


/* cast */
.yumespo .white {
  background: #fff;
}
.yumespo #cast .flex {
  margin: 0 auto;
  flex-wrap:wrap;
  justify-content: center;
  gap: 30px 15px;
  margin-bottom: 30px;
}
.yumespo #cast .mc {
  width: 610px;
}
.yumespo #cast .yumeblock {
  display: block;
  width: 290px;
  /* margin: 0 15px 30px 0; */
  border-radius: 8px;
  overflow: hidden;
}
.yumespo #cast .yumeblock .castImg {
  position: relative;
  padding-top: 86%;
  overflow: hidden;
}
.yumespo #cast .yumeblock .castImg img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.yumespo #cast h3 {
  padding: 10px 15px;
  background: rgb(239,86,61);
  background: -moz-linear-gradient(left,  rgba(239,86,61,1) 0%, rgba(209,30,0,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(239,86,61,1) 0%,rgba(209,30,0,1) 100%);
  background: linear-gradient(to right,  rgba(239,86,61,1) 0%,rgba(209,30,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef563d', endColorstr='#d11e00',GradientType=1 );
  text-align: center;
}
.yumespo #cast h3.female {
  background: rgb(243,231,46);
  background: -moz-linear-gradient(left,  rgba(243,231,46,1) 0%, rgba(238,202,0,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(243,231,46,1) 0%,rgba(238,202,0,1) 100%);
  background: linear-gradient(to right,  rgba(243,231,46,1) 0%,rgba(238,202,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e72e', endColorstr='#eeca00',GradientType=1 );
}
.yumespo #cast h3 .name {
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
}
.yumespo #cast h3.female .name {
  color: #000;
}
.yumespo #cast h3 .status {
  display: block;
  width: 130px;
  margin: 8px auto 0;
  padding: 5px 0;
  border-radius: 12px;
  background: #fff;
  color: #cd0806;
  font-size: 0.813em;
}


/* prgPoint */
#main-contents .prgPoint .center {
  max-width: 1000px;
  width: 90%;
}
#main-contents .more-btn {
  background: rgb(239,86,61);
  background: -moz-linear-gradient(left,  rgba(239,86,61,1) 0%, rgba(209,30,0,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(239,86,61,1) 0%,rgba(209,30,0,1) 100%);
  background: linear-gradient(to right,  rgba(239,86,61,1) 0%,rgba(209,30,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef563d', endColorstr='#d11e00',GradientType=1 );
}

/* recommend program */
#main-contents .rcmndProgram.center{
  max-width: 1000px;
  width: 90%;
}


@media all and (max-width: 812px) {
#main-contents {
  padding: 0 0 100px;
}
#main-contents .center {
  width: 85%;
  padding: 70px 0;
}
.yumespo .yumeblock {
  border-radius: 4px;
  background: #fff;
  box-shadow:6px 6px 0px 0px rgba(209,30,0,0.15);
}
.yumespo .rayRed {
  background: rgb(203,0,0) url("../../img/bg_rays.png") no-repeat 40% -8vw / 142% auto;
  background: url("../../img/bg_rays.png") no-repeat 40% -8vw / 142% auto, -moz-linear-gradient(top, rgba(203,0,0,1) 0%, rgba(255,164,136,1) 100%);
  background: url("../../img/bg_rays.png") no-repeat 40% -8vw / 142% auto, -webkit-linear-gradient(top, rgba(203,0,0,1) 0%,rgba(255,164,136,1) 100%);
  background: url("../../img/bg_rays.png") no-repeat 40% -8vw / 142% auto, linear-gradient(to bottom, rgba(203,0,0,1) 0%,rgba(255,164,136,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0000', endColorstr='#ffa488',GradientType=0 );
}
.yumespo h2.ttl {
  margin-bottom: 40px;
  text-align: center;
}
.yumespo h2.ttl span {
  color: #fffd35;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125em;
}
.yumespo h2.ttl.blk span {
  color: #cd0806;
}
.yumespo h2.ttl strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 38px;
}
.yumespo h2.ttl.blk strong {
  color: #000;
}
.block-list .flex {
  display: block;
}  


/* mainvisual */
.yumespo .mainvisual {
  background: url("../../img/main_sp.png") no-repeat center top / 100% auto;
  height: 82.5vw;
}
#main-contents .mainvisual .center {
  width: 100%;
}
.yumespo .mainvisual .ttl {
  top: 35.866vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  width: 62.8vw;
}


/* oatime */
.yumespo .oatime {
  width:90%;
  margin: -23vw auto 50px;
  padding: 2.8vw 3vw 3vw;
}
.yumespo .oatime h2 {
  font-size: 5vw;
}
.yumespo .oatime .mainTime {
  margin: 1.8vw 0 3.2vw;
  font-size: 4vw;
}
.yumespo .oatime .text {
  padding: 2.5vw 1.5vw;
  font-size: 2.4vw;
}

#main-contents .intro {
  padding-bottom: 15vw;
}
#main-contents .intro .center {
  display: block;
  width: 85%;
  padding: 0;
}

/* YouTube */
.bnrArea {
    margin-bottom: 65px;
}
.bnrArea a {
    width: 90%;
}

/* next */
.yumespo .embed {
  display: block;
  padding: 5% 5% 4% 5%;
}
.yumespo .embed .oaMov {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  padding-top: 56.25%;
  height: auto;
}
.yumespo .embed .oaMov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yumespo .embed .oaTxt {
  width: 100%;
  padding-top: 0;
}


/* sns */
.yumespo #sns.flex {
  display: block;
}
.yumespo #twitter {
  width: 100%;
  min-height: auto;
  margin-bottom: 50px;
  padding: 5%;
}
.yumespo #twitter iframe {
  height: 90vw !important;
}
.yumespo #instagram {
  width: 100%;
  padding: 5%;
}

/* hawksPhoto */
.yumespo .hawksPhoto .ttl-img {
  margin: 0 auto 6vw;
}

/* present */
.yumespo #present .yumeblock {
  margin-bottom: 7.5%;
  padding: 6% 5%;
}
.yumespo #present .lottery {
  margin-bottom: 3vw;
  font-size: 3.5vw;
  letter-spacing: 0;
}
.yumespo #present .presentImg {
  float: none;
  max-width: 570px;
  width: 100%;
  margin: 0 auto 3.5vw;
}
.yumespo #present .presentText {
  float: none;
  width: 100%;
  padding: 0 2%;
}
.yumespo #present .presentText dl dd {
  max-width: calc(100% - 70px);
}



/* about */
.yumespo #about {
  margin-bottom: 70px;
}
.yumespo #about .yumeblock {
  padding: 6%;
}
.yumespo #about .yumeblock .text p span {
  display: block;
}
.yumespo #about .yumeblock .text p span br {
  display: none;
}


/* segment */
.yumespo #segment .flex {
  display: block;
}
.yumespo #segment .yumeblock {
  width: 100%;
  margin-bottom: 30px;
  padding: 6%;
}


/* cast */
.yumespo #cast .flex {
  gap: 30px 4%;
}
.yumespo #cast .mc {
  width: 100%;
}
.yumespo #cast .yumeblock {
  width: 47.5%;
}
.yumespo #cast .yumeblock .castImg {
  padding-top: 120%;
}
.yumespo #cast .yumeblock .castImg img {
  width: auto;
  height: 100%;
}
.yumespo #cast h3 {
  padding: 7% 0;
}
.yumespo #cast h3 .name {
  font-size: 4.5vw;
}
.yumespo #cast h3 .status {
  width: 32vw;
  margin: 5% auto 0;
  padding: 1.5vw 0;
  border-radius: 3.3vw;
  font-size: 3.1vw;
}


/* prgPoint */
#main-contents .prgPoint .center {
  width: 90%;
}
}



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


.yumespo .mainvisual .ttl {
  width: 85vw;
}
.yumespo .oatime {
  width: 90%;
  margin: -14vw auto 10vw;
  padding: 2.8vw 3vw 3vw;
}  
.yumespo .oatime h2 {
  font-size: 7vw;
}
.yumespo .oatime .mainTime {
  font-size: 4.68vw;
  letter-spacing: 0;
}
.yumespo .oatime .text span {
  display: block;
}
.yumespo .oatime .text {
  font-size: 3.7vw;
}

/* YouTube */
.bnrArea {
    margin-bottom: 15vw;
}
  
/* next */
.yumespo .embed {
  padding: 10% 6% 8% 6%;
}
.yumespo #spMov {
  margin-bottom: 12vw;
}
.yumespo .ribbonTtl {
  width: 200px;
}
.yumespo #spMov .ribbonTtl {
  width: 260px;
}  
.yumespo .embed .oaImg {
  margin-bottom: 10px;
}
.yumespo .embed .oaTtl {
  font-size: 1.125em;
}  
.yumespo .embed .oaData {
  font-size: 0.875em;
}  


/* twitter */
.yumespo #twitter {
  margin-bottom: 7.5%;
  padding: 5% 6% 1px;
}

  
/* present */
.yumespo #present .presentText .presentTtl {
  margin-bottom: 15px;
  font-size: 1.188em;
}  
.yumespo #present .presentText dl {
  font-size: 0.875em;
}
.yumespo #present .btnEntry {
  margin: 15px auto 0;  
}


/* about */
.yumespo #about {
  margin-bottom: 12vw;
}
.yumespo #about .yumeblock .text p {
  margin-bottom: 15px;
  font-size: 0.937em;
  text-align: justify;
}  
.yumespo #about .yumeblock .text p span {
  display: inline;
}


/* segment */
.yumespo #segment {
  margin-bottom: 0;
}
.yumespo #segment .yumeblock {
  margin-bottom: 20px;
}
.yumespo #segment h3 {
  margin-bottom: 10px;
  font-size: 1.125em;
}  
.yumespo #segment h3:after {
  margin: 12px auto 0;
}  
.yumespo #segment p {
  font-size: 0.875em;
} 
  

/* cast */
.yumespo #cast h3 .name {
  font-size: 5vw;
} 
  
  
}


@media all and (max-width: 480px) {
.yumespo #present .lottery {
  font-size: 1em;
}
.yumespo #present .lottery br {
  display: block;
}  
}


























