@charset "UTF-8";
@font-face {
  /*フォントの名前*/
  font-family: "CakeSans";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/VisbyRoundCF-Bold.woff") format("woff"),
    url("../font/CakeSans-Regular.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Nubolts";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/Nubolts.otf") format("otf"),
    url("../font/CakeSans-Regular.woff") format("woff");
}
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.row {
  margin-bottom: 10px;
}
.firstrow {
  margin-top: 20px;
}
.topvideo video {
  width: 100%;
}
#slidewrapper {
  margin-right: 10px;
  height: 320px;
}
#slider {
  width: 685px;
  height: 320px;
}
#slider img {
  width: 100%;
}
#slider .slick-list {
  border: 1px solid #00AFC4;
  border-radius: 10px;
  overflow: hidden;
}
.topics {
  width: 100%;
  height: 350px;
}
.topics .topics_title {
  background: #ffdce2;
  color: #ff78a3;
  padding: 5px 10px;
  font-weight: bold;
}
.topics .topics_title span {
  display: block;
}
.topics .topics_comment {
  height: 215px;
  overflow: auto;
  padding: 10px 10px 10px 10px;
}
.topics .topics_comment img {
  width: 100%;
}
.banner {
  width: 366px;
}
.banner .bn1 {
  margin-bottom: 10px;
}
.banner .bn1 h2 img {
  width: auto;
}
.banner .bn1 img,
.banner .bn2 img {
  width: 100%;
  vertical-align: bottom;
}
.newface_top {
  width: 750px;
}
.newface_top_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.newface_top_flex a {
  text-decoration: none;
}
.newface_top_flex .prof_block {
  width: 25%;
  padding: 20px 10px;
}
.prof_block .thum {
  width: 100%;
}
.prof_block .start_day {
  background: #ebe0ff;
  color: #7b7cff;
  text-align: center;
  border-radius: 10px;
  padding: 3px;
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 5px;
}
.prof_block .newface_name {
  color: #f785a6;
  text-align: center;
  padding-top: 7px;
  font-weight: bold;
}
.prof_block .newface_size {
  color: #222;
  font-size: 14px;
  padding-top: 5px;
  text-align: center;
}
.diary {
  width: 800px;
}
.sokuhime {
  width: 750px;
}
.insta {
  width: 320px;
  position: relative;
}
.insta h2 {
  position: relative;
  z-index: 1;
}
.insta a img {
  position: absolute;
  top: 50px;
}
.sch_top {
  width: 100%;
}
.sch_top .week ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.sch_top .week ul li {
  width: calc(100% / 7);
  background: #fff;
  border-right: 1px solid #ffeaf6;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.sch_top .week ul li:last-of-type {
  border-right: none;
}
.sch_top .week ul li a {
  color: #222;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0;
  display: block;
  width: 100%;
}
.sch_top .week ul li:nth-of-type(n + 4) a {
  padding: 30px 0;
}
.sch_top .week ul li a span {
  display: block;
  margin-top: 5px;
}
.top_sch_tab .prof_block_top_sch {
  width: calc(100% / 5);
  padding: 10px;
}
.day_contents {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prof_block_top_sch img {
  width: 100%;
}
.prof_block_top_sch_img {
  width: 100%;
  position: relative;
}
.prof_block_top_sch_img img {
  width: 100%;
}
/*hover*/
.prof_block_top_sch a {
  text-decoration: none;
}
.prof_block_top_sch a:hover {
  background-color: transparent; /* IE6対応 */
}
.prof_block_top_sch a img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: bottom;
}
.prof_block_top_sch a:hover img {
  opacity: 0;
}
.prof_block_top_sch {
  position: relative;
}
.prof_block_top_sch .prof_block_fresh_icon {
  background: #fb7ea0;
  color: #fff;
  padding: 5px 0;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  opacity: 0.9;
  position: absolute;
  left: 0;
  right: 0;
  top: 240px;
  font-family: CakeSans;
  font-style: normal;
  font-weight: bold;
}
.prof_block_top_sch .top_sch_name {
  color: #f785a6;
  text-align: center;
  padding-top: 7px;
  font-weight: bold;
}
.prof_block_top_sch .top_sch_size {
  color: #222;
  font-size: 14px;
  padding-top: 5px;
  text-align: center;
}
.prof_block_top_sch .prof_time {
  color: #fff;
  text-align: center;
  border: 2px solid #ff779d;
  display: flex;
  justify-content: space-between;
  width: 170px;
  margin: 10px auto 0;
}
.prof_block_top_sch .prof_time span {
  color: #fff;
  display: block;
  background: #ff779d;
  padding: 5px 5px 5px 3px;
  font-weight: bold;
}
.prof_block_top_sch .prof_time span.prof_time_right {
  color: #ff779d;
  background: #fff;
  margin: 0 auto;
  padding: 5px;
  font-weight: bold;
}
.prof_block_top_sch .top_sch_time {
  text-align: center;
  background: #ffffbf;
  border-radius: 10px;
  padding: 5px 0;
  margin-top: 5px;
  font-family: Nubolts;
  font-style: normal;
  font-weight: bold;
}
.insta a img {
  width: 100%;
}
/* top配置変更 */
.twitter {
  margin-bottom: 10px;
}
.insta {
  width: auto;
  height: 280px;
}
.insta a img {
  position: absolute;
  top: 37px;
}
.topics {
  width: 380px;
  height: auto;
}
.sokuhime {
  width: 690px;
}
.insta {
  width: 368px;
  height: auto;
}
.twitter {
  margin-bottom: 0;
}
.diary {
  width: 600px;
  background-color: #1ac8de;
}

.jidori{
  width: 470px;
}

.taikendouga {
  margin-right: 10px;
}
#slider2 .slick-prev {
  left: 15px;
}

#slider2 .slick-next {
  right: 15px;
}

#slider2 .slick-prev,
#slider2 .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
}

#slider2 .slick-prev:before,
#slider2 .slick-next:before {
  font-size: 40px;
  line-height: 1;
  opacity: 1;
  color: #00AFC4;
}