@charset "utf-8";
/* CSS Document */

/* ============================================ */
/* reset */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

#fp-l *,
#fp-l ::before,
#fp-l ::after,
.mainV *,
.newArticles * {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

p,
#fp-l iframe,
#fp-l dl {
  margin: 0;
}

h1,
#fp-l h2,
#fp-l h3,
#fp-l h4,
#fp-l h5,
#fp-l h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#fp-l a {
  text-decoration: none;
}

#fp-l svg,
#fp-l img,
#fp-l iframe {
  vertical-align: bottom;
}

/* ============================================ */


/* == ベース ========================================== */
body {
  color: #525252;
  background: #ffa942;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif;
  -webkit-text-size-adjust: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.cx_smartphoneview .pc {
  display: none;
}

.cx_smartphoneview .sp {
  display: block;
}

#fp-wrap {
  position: relative;
  background: url("../images/bg02.png") repeat top left;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  overflow: hidden;
}

.cx_smartphoneview #fp-wrap {
  font-size: 28px;
}

#fp-l {
  margin: 30px 0 60px;
}

#fp-r {
  position: relative;
  z-index: 1;
}

a,
a:link,
a:visited,
a:hover,
#a:active {
  color: #525252;
  text-decoration: none;
}

#fp-wrap img,
#fp-l img {
  vertical-align: bottom;
}

#fp-l img {
  max-width: 100%;
}

#fp-wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newArticles .btn_slider img:hover,
.mainArea a:hover,
.mainNav ul li a:hover,
.bnrArea a:hover {
  opacity: 0.7;
}


/* == メインビジュアル ========================================== */
.mainArea {
  position: relative;
  background: url(../images/bg01.jpg) top center no-repeat #ff9516;
}

.mainArea .mainV {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.mainArea .mainV_logo {
  position: absolute;
  top: 18%;
  left: 31%;
  z-index: 10;
}

.mainArea .mainV_photo {
  height: 710px;
  opacity: 0;
}

.mainArea .meza_info,
.mainArea .mezado_info {
  position: absolute;
  text-align: right;
  opacity: 0;
}

.mainArea .meza_info {
  top: 9%;
  right: 5%;
}

.mainArea .mezado_info {
  bottom: 8%;
  left: 21%;
}

.mainArea .oa {
  background: #fff;
  border-radius: 60px;
  padding: 0 35px;
  width: 310px;
  text-align: center;
  margin-left: auto;
}

.mainArea .mezado_info .oa {
  margin-left: auto;
}

.mainArea .themeSong {
  color: #fff;
  text-decoration: underline;
  text-shadow: 2px 2px 10px rgba(255, 82, 9, 1),
    -2px 2px 10px rgba(255, 82, 9, 1),
    2px -2px 10px rgba(255, 82, 9, 1),
    -2px -2px 10px rgba(255, 82, 9, 1);
  padding: 10px 15px 10px 0;
  letter-spacing: -0.05em;
}

.mainArea .song_link {
  margin: 20px 15px 0 0;
}

.mainArea .song_link a {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  padding: 7px 35px 5px 20px;
  position: relative;
}

.mainArea .song_link a::after {
  display: block;
  content: "";
  position: absolute;
  top: 37%;
  right: 8%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* SNS Link */
.mainArea .snsLink li:nth-child(n+2) {
  margin-left: 25px;
}

.mainArea .snsLink li img {
  border-radius: 50%;
  width: 65px;
}

/* SP */
.cx_smartphoneview .mainArea {
  background: url(../images/bg01_sp.jpg) top center no-repeat #ff9516;
}

.cx_smartphoneview .mainArea .mainV_logo {
  top: 27%;
  left: 23%;
}

.cx_smartphoneview .mainArea .meza_info {
  right: 2%;
}

.cx_smartphoneview .mainArea .mezado_info {
  bottom: 14%;
  left: 1%;
}

.cx_smartphoneview .mainArea .mainV_photo {
  height: 970px;
}

.cx_smartphoneview .mainArea .snsLink.flex {
  justify-content: center;
}

.cx_smartphoneview .mainArea .snsLink li img {
  width: 85px;
}

.cx_smartphoneview .mainArea .song_link a::after {
  right: 5%;
}


/* == 背景画像の太陽と雲 ========================================== */
.sun {
  position: absolute;
  background: url("../images/bg_sun.png") no-repeat left top / contain;
  width: 720px;
  height: 722px;
  left: -295px;
}

.cloud {
  position: absolute;
  background: url("../images/bg_cloud.png") no-repeat left top / contain;
  width: 720px;
  height: 455px;
  right: -265px;
}

.sun_01 {
  top: 820px;
}

.sun_02 {
  top: 3375px;
}

.sun_03 {
  top: 6100px;
}

.cloud_01 {
  top: 2095px;
}

.cloud_02 {
  top: 4665px;
}

.cloud_03 {
  top: 7580px;
}

.cx_smartphoneview .sun {
  width: 415px;
  height: 416px;
  left: -200px;
}

.cx_smartphoneview .cloud {
  width: 440px;
  height: 278px;
  right: -240px;
}

.cx_smartphoneview .sun_01 {
  top: 1150px;
}

.cx_smartphoneview .sun_02 {
  top: 5000px;
}

.cx_smartphoneview .sun_03 {
  top: 7400px;
}

.cx_smartphoneview .cloud_01 {
  top: 2650px;
}

.cx_smartphoneview .cloud_02 {
  top: 6300px;
}

.cx_smartphoneview .cloud_03 {
  top: 8150px;
}


/* == wrap ========================================== */
#fp-wrap .wrap {
  max-width: 1000px;
  margin: 0 auto;
}

/* == お詫び文 ========================================== */
.note {
  margin-top: 45px;
  background: #f1f1f1;
  color: #525252;
  padding: 16px;
  border: 3px solid #8d8d8d;
  border-radius: 10px;
  max-width: 696px;
  margin: 45px auto 0;
  box-sizing: border-box;
  position: relative;
}
.note p.note_ttl {
  display: block;
  font-weight: bold;
  border-bottom: 2px dotted #a09699;
  margin-bottom: 8px;
  font-size: 20px;
  padding-bottom: 8px;
  text-align: center;
}
.note p.note_txt {
  font-size: 18px;
}

.cx_smartphoneview .note {
  margin: 45px 20px 0;
}
.cx_smartphoneview .note p.note_ttl {
  font-size: 28px;
}
.cx_smartphoneview .note p.note_txt {
  font-size: 26px;
}

/* == バナーエリア ========================================== */
.bnrArea {
  position: relative;
  text-align: center;
  margin-top: 45px;
}

.cx_smartphoneview .bnrArea {
  padding: 0 20px;
}

.cx_smartphoneview .bnrArea img {
  width: 100%;
}


/* == 新着記事 ========================================== */
.newArticles {
  position: relative;
  margin-bottom: 90px;
}

.newArticles h2 {
  margin: 45px 0 55px;
  text-align: center;
}

.newArticles .sliderWrap {
  padding: 0 65px;
  position: relative;
}

.newArticles .sliderWrap_inr {
  /* width: 870px; */
  margin: 0 auto;
  overflow: hidden;
}

/* .newArticles .slider {
  display: flex;
} */
.newArticles .slider_item {
  /* width: 295px; */
  height: 370px;
  /* padding-right: 15px; */
  /* flex-shrink: 0; */
}

.newArticles .slider_item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.newArticles .slider_item.fnn a::after,
.newArticles .slider_item.f_view a::after,
.newArticles .slider_item.meza_media a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.newArticles .slider_item.fnn a::after {
  background: #fff url("../images/ic_fnn.png") no-repeat top left / contain;
}

.newArticles .slider_item.f_view a::after {
  background: #fff url("../images/ic_fujitv_view.png") no-repeat top left / contain;
}

.newArticles .slider_item.meza_media a::after {
  background: #fff url("../images/ic_mezamashi_media.png") no-repeat top left / contain;
}

.newArticles .articleImage {
  /* height: 158px; */
  height: 157.5px;
  background-color: #000;
}

.newArticles .articleImage img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.newArticles .articleTextArea {
  position: relative;
  padding: 10px 15px;
  background: #fff;
  font-size: 20px;
}

.newArticles .articleDate {
  font-size: 90%;
  margin-bottom: 15px;
}

.newArticles .articleText {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.newArticles .slider_item a:hover .articleTextArea>p {
  opacity: 0.7;
}

.newArticles .slider_pagination {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 20px 0 0 -65px;
}

.newArticles .swiper-pagination-bullet {
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 3px solid #ff6000;
  border-radius: 50%;
  margin: 0 8px;
  background: none;
  opacity: 1;
}

.newArticles .swiper-pagination-bullet-active {
  background: #ff6000;
}

.newArticles .btn_slider {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  left: 0;
  cursor: pointer;
  z-index: 100;
}

.newArticles .btn_slider.btn_next {
  left: auto;
  right: 0;
}

.newArticles .btn_slider.swiper-button-disabled {
  display: none;
  opacity: 0;
}

.newArticles .btn_slider img {
  width: 100%;
}

/*PC*/
.cx_displaydevice .newArticles .articleImage img {
  transition: .5s all;
}

.cx_displaydevice .newArticles .slider_item a:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
}

/*SP*/
.cx_smartphoneview .newArticles .sliderWrap {
  padding: 0;
}

.cx_smartphoneview .newArticles .slider {
  /* padding: 0 123px; */
  padding: 0 130px;
  /* padding: 0 138px 0 123px; */
}

.cx_smartphoneview .newArticles .slider_item {
  /* swiper.jsではslide幅を自動調整するためここでは設定しない */
  /* width: 394px; */
  height: 500px;
}

.cx_smartphoneview .newArticles .articleImage {
  /* height: 221px; */
  height: 213.75px;
}

.cx_smartphoneview .newArticles .articleTextArea {
  font-size: 28px;
}

.cx_smartphoneview .newArticles .slider_item a::after {
  width: 56px;
  height: 56px;
}

.cx_smartphoneview .newArticles .btn_slider {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  left: 2%;
}

.cx_smartphoneview .newArticles .btn_slider.btn_next {
  left: auto;
  right: 2%;
}

.cx_smartphoneview .newArticles .slider_pagination {
  margin-left: 0;
}

.cx_smartphoneview .newArticles .swiper_pagination_bullet {
  width: 18px;
  height: 18px;
}

/*　↓↓ JSで制御するスタイル？ ↓↓　*/
/* .cx_smartphoneview .newArticles .sliderWrap_inr {
  transform: translate(123px);
} */

/*　↓↓ JSで「slide_prev」や「slide_next」のクラスが付与された時、透過させる ↓↓　*/
.cx_smartphoneview .newArticles .swiper-slide-prev,
.cx_smartphoneview .newArticles .swiper-slide-next {
  filter: brightness(0.6);
}


/* == mainNav ========================================== */
.mainNav {
  background-color: #fff;
  position: relative;
}

.mainNav ul {
  padding: 15px 0;
  display: flex;
}

.mainNav ul li {
  width: 33.3333%;
}

.mainNav ul li:not(:first-of-type) {
  margin-left: 20px;
}

.mainNav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  background-color: #ffdbae;
  border-radius: 16px;
  padding: 0 10px;
}

.cx_smartphoneview .mainNav ul {
  padding: 20px;
}

.cx_smartphoneview .mainNav ul li:not(:first-of-type) {
  margin-left: 15px;
}

.cx_smartphoneview .mainNav ul li a {
  height: 94px;
}


/* == 左エリア コンテンツベース ========================================== */
#fp-l .contentsWrap {
  position: relative;
  background: rgba(255, 108, 0, 0.6);
  border: 9px solid #fff;
  border-radius: 34px;
  padding: 60px 18px;
}

#fp-l .contentsWrap:not(:last-of-type) {
  margin-bottom: 50px;
}

#fp-l .contentsWrap h2 {
  text-align: center;
  margin-bottom: 55px;
}

#fp-l .bg_wh {
  display: block;
  background: #fff;
  border-radius: 18px;
  color: #525252;
}

#fp-l .btn a {
  display: block;
  margin: 50px auto 0;
  width: 90%;
  background: #79cf4b;
  border: 6px solid #fff;
  border-radius: 60px;
  text-align: center;
  padding: 25px 0;
  position: relative;
}

#fp-l .btn a:hover {
  background: #8edb65;
}

#fp-l .btn a::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/ic_arrow_white.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -12.5px;
}

.cx_smartphoneview .fp-l-inr {
  padding: 0 20px;
}

.cx_smartphoneview #fp-l .btn a,
.cx_smartphoneview #corner .open-label {
  width: 97%;
}

/* == めざましくん ========================================== */
#sns .chara01 {
  position: absolute;
  width: 119px;
  height: 116px;
  background: url("../images/meza_chara01.png") no-repeat left top;
  top: 165px;
  right: 35px;
}

#corner .chara02 {
  position: absolute;
  width: 137px;
  height: 121px;
  background: url("../images/meza_chara02.png") no-repeat left top;
  top: 75px;
  right: 15px;
}

#prebo .chara03 {
  position: absolute;
  width: 90px;
  height: 104px;
  background: url("../images/meza_chara03.png") no-repeat left top;
  top: 135px;
  left: 45px;
}

#links .chara04 {
  position: absolute;
  width: 113px;
  height: 114px;
  background: url("../images/meza_chara04.png") no-repeat left top;
  top: 95px;
  right: 20px;
}

.cx_smartphoneview #prebo .chara03 {
  top: 129px;
}


/* == コンテンツのフェードイン ========================================== */
#fp-l .fadeIn {
  transition: 2s;
  opacity: 0;
}

#fp-l .fadeIn.animated {
  opacity: 1;
}


/* == じゃんけん＆占い ========================================== */
.ju_block {
  position: relative;
  background: rgba(255, 78, 0, 0.6);
  border-radius: 34px;
  padding: 30px 27px;
  margin-bottom: 20px;
}

.ju_block ul {
  justify-content: space-between;
}

.ju_block ul li {
  width: 48.5%;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
}

.ju_block .ttl_img {
  margin-bottom: 25px;
}

.ju_block .uranai .ttl_img img {
  border-radius: 14px;
}

.ju_block .item_img {
  text-align: center;
  transition: .5s all;
}

.ju_block a:hover .item_img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
}

.ju_block .item_txtArea {
  margin-top: 20px;
}

.ju_block a:hover .item_txtArea {
  opacity: 0.7;
}

.ju_block .sign {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
}

.ju_block .sign span {
  display: inline-block;
  background: #ff1d1d;
  border-radius: 24px;
  padding: 8px 20px 5px;
  color: #fff;
  margin-right: 10px;
  line-height: 1;
}

.ju_block .item_txt {
  margin-bottom: 50px;
}

.ju_block .item_date {
  font-size: 90%;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.cx_smartphoneview .ju_block {
  padding: 20px;
}

.cx_smartphoneview .sign span {
  margin: 0 0 10px;
}

/* == 番組公式アカウント ========================================== */
#sns h3 {
  margin: 45px 0 25px;
  padding-left: 75px;
  position: relative;
}

#sns h3::before {
  content: "";
  width: 62px;
  height: 62px;
  position: absolute;
  top: -7px;
  left: 0;
  border-radius: 50%;
}

#sns .sns_block:not(:last-of-type) {
  border-bottom: 2px dashed #fff;
  padding-bottom: 60px;
}

/* #sns .twitterArea h3::before {
  background: url("../images/ic_tw.png") no-repeat top left / contain;
} */

#sns .XArea h3::before {
  background: url("../images/ic_X.png") no-repeat top left / contain;
}

#sns .instaArea h3::before {
  background: url("../images/ic_insta.png") no-repeat top left / contain;
}

#sns .ytArea h3::before {
  background: url("../images/ic_youtube.png") no-repeat top left / contain;
}

#sns .twWrap {
  background: #fff;
  border-radius: 22px;
  padding: 15px 10px;
}

#sns .twitter {
  height: 500px;
  overflow-y: scroll;
}

#sns .twitter .muttersWrap {
  font-size: 16px;
}

#sns #insta_block {
  background: #fff;
  border-radius: 22px;
  padding: 10px;
}

#sns #insta_block ul {
  display: flex;
  flex-wrap: wrap;
}

#sns #insta_block ul>li {
  width: 182px;
  height: 182px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  vertical-align: top;
}

#sns #insta_block ul>li:nth-child(3n) {
  margin-right: 0;
}

#sns #insta_block ul>li:nth-child(n + 4) {
  margin-bottom: 0;
}

#sns #insta_block .img_wrap {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 10px;
}

#sns #insta_block .img_wrap img {
  position: absolute;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sns .youtubeVideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#sns .youtubeVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  border: 10px solid #fff;
}

.cx_smartphoneview #sns .twitter .muttersWrap {
  font-size: 24px;
}

.cx_smartphoneview .muttersWrap .mutters .spouting .txt {
  padding-top: 30px;
}

.cx_smartphoneview #sns #insta_block ul>li {
  width: 168px;
  height: 168px;
}

#cx-twiter-widget {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#cx-twiter-widget .scale-adjust {
  scale: 1.6;
  transform-origin: top;
  min-height: 543px;
}

/* == コーナー ========================================== */
#corner ul {
  margin-right: -12px;
}

#corner ul:first-of-type {
  margin-top: -12px;
}

#corner ul li {
  width: 33.3333%;
  padding: 12px 12px 0 0;
}

#corner ul li a {
  text-align: center;
  overflow: hidden;
}

#corner .modal_wrapper label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#corner ul li a img,
#corner .modal_wrapper label:not(.modal_close_label) img {
  transition: .5s all;
}

#corner ul li a img:hover,
#corner .modal_wrapper label:not(.modal_close_label) img:hover {
  transform: scale(1.2, 1.2);
  transition: .5s all;
}

#corner .btn {
  display: block;
  margin: 50px auto 0;
  width: 90%;
  background: #79cf4b;
  border: 6px solid #fff;
  border-radius: 60px;
  text-align: center;
  padding: 25px 0;
  position: relative;
  cursor: pointer;
}

/* アコーディオン */
#corner input[type="checkbox"].on-off {
  display: none;
}

#corner .open-label {
  display: block;
  margin: 50px auto 0;
  width: 90%;
  height: 95px;
  background: #79cf4b;
  border: 6px solid #fff;
  border-radius: 60px;
  text-align: center;
  padding: 25px 0;
  position: relative;
  cursor: pointer;
}

#corner .open-label:hover {
  background: #8edb65;
}

#corner .open-label::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/ic_arrow_white.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: rotate(90deg);
  margin-top: -12.5px;
}

#corner .open-label::before {
  content: "";
  position: absolute;
  width: 167px;
  height: 38px;
  background: url("../images/btn_more.png") no-repeat left top / contain;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -83.5px;
}

#corner .on-off:checked~.open-label::before {
  width: 103px;
  height: 38px;
  background: url("../images/btn_close.png") no-repeat left top / contain;
  margin-top: -19px;
  margin-left: -51.5px;
}

#corner .on-off:checked~.open-label::after {
  transform: rotate(-90deg);
}

#corner .moreList {
  padding: 7px 0 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

#corner .on-off:checked~.moreList {
  display: flex;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: .5s;
}

/* モーダル */
#corner .modal_wrapper input {
  display: none;
}

#corner .modal_open_label,
#corner .modal_close_label {
  cursor: pointer;
}

#corner .modal_window {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

#corner .modal_open_input:checked+label+input+.modal_window {
  display: block;
  animation: modal-animation .6s;
}

#corner .modal_content_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 546px;
  padding: 30px 30px 45px;
  border: 9px solid #ff7300;
  border-radius: 34px;
  background: #fff;
  z-index: 2;
}

#corner .modal_close_label {
  z-index: 20;
  position: absolute;
  top: -27px;
  right: -5%;
  width: 50px;
  height: 51px;
}

#corner .modal_content {
  max-height: 80vh;
  color: #525252;
}

#corner .modal_title {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px dashed #ff7300;
}

#corner .modal_background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 1;
}

@-webkit-keyframes modal-animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes modal-animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* スペシャル企画　*/
#corner .special h3 {
  margin: 60px 0 55px;
  text-align: center;
}

#corner .special ul {
  justify-content: center;
}

/* == プレゼント・募集 ========================================== */
#prebo .inner {
  padding: 25px 20px;
}

#prebo h3 {
  background: #ff6000;
  border-radius: 14px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 12px 15px;
}

#prebo h3:nth-of-type(2) {
  margin-top: 15px;
}

#prebo ul li {
  border-bottom: 2px dashed #c0c0c0;
}

#prebo ul li:last-of-type {
  border-bottom: none;
}

#prebo .preboTitle,
#prebo .flw_present {
  display: block;
  position: relative;
  padding: 15px 40px 15px 0;
}

#prebo .flw_present:hover img {
  opacity: 0.7;
}

#prebo .flw_present a:hover p,
#prebo .preboTitle:hover {
  color: #ff6600;
}

#prebo .preboTitle::after,
#prebo .flw_present::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/ic_arrow_orange.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -9px;
  transform: rotate(90deg);
}

#prebo .flw_present {
  display: flex;
  align-items: center;
}

#prebo .flw_present::after {
  transform: rotate(0);
}

#prebo .flw_present img {
  width: 132px;
  height: auto;
  margin-right: 15px;
  border-radius: 14px;
}

#prebo .preboCont {
  background: #ffeed9;
  padding: 15px 15px 20px;
}

#prebo .preboTxt {
  font-size: 20px;
  margin-bottom: 20px;
}

#prebo .preboBtn a {
  display: block;
  position: relative;
  background: #fff;
  border: 2px solid #ff7e14;
  border-radius: 14px;
  color: #ff7e14;
  margin: 15px auto 0;
  padding: 10px 20px;
  text-align: center;
  width: 400px;
}

#prebo .preboBtn a:hover {
  background: #ff7e14;
  color: #fff;
}

#prebo .preboPost,
#prebo .preboFree {
  font-size: 20px;
}

#prebo .preboPost {
  background: #ffb588;
  padding: 10px 15px;
  margin: 10px 10px 10px 0;
}

#prebo .preboPrivate {
  margin-top: 10px;
  font-size: 20px;
}

/*アコーディオン*/
#prebo input[type="checkbox"].accordion-hidden {
  display: none;
}

#prebo .preboTitle {
  cursor: pointer;
}

/* js change */
#prebo .accordion-hidden:checked+.preboTitle::after,
#prebo .preboItem-visible .preboTitle::after {
  transform: rotate(-90deg);
}

#prebo .preboCont {
  height: 0;
  padding: 0 5px 0 15px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

/* js change */
#prebo .accordion-hidden:checked+.preboTitle+.preboCont,
#prebo .preboItem-visible .preboCont {
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 10px 5px 20px 15px;
}

.cx_smartphoneview #prebo .preboTxt,
.cx_smartphoneview #prebo .preboPost,
.cx_smartphoneview #prebo .preboFree,
.cx_smartphoneview #prebo .preboPrivate {
  font-size: 26px;
}


/* == めざましファミリー ========================================== */
#family ul {
  justify-content: space-between;
}

#family ul li {
  width: 48.5%;
}

#family ul li img {
  border: 10px solid #fff;
  border-radius: 20px;
}


/* == 関連リンク ========================================== */
#links .listItem:not(:last-of-type) {
  margin-bottom: 15px;
}

#links .listItem a {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 18px;
  color: #525252;
  padding: 30px 40px 30px 20px;
}

#links .listItem a:hover {
  color: #ff6600;
}

#links .listItem a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/ic_arrow_orange.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}

#links .listItem a.sp,
.cx_smartphoneview #links .listItem a.pc {
  display: none;
}

.cx_smartphoneview #links .listItem a.sp {
  display: block;
}