@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
}

button {
  outline: none;
}

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

input::-ms-clear {
  visibility: hidden;
}

body {
  font-size: 13px;
  line-height: 1.6em;
  font-family: "Open Sans", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
  overflow-x: hidden;
  padding: 70px 0 0 0;
}

.link_none {
  pointer-events: none;
}

a {
  color: #333;
  text-decoration: none;
}

.sp {
  display: none;
}

.owl-carousel .item {
  display: block;
  width: 120px;
}

.owl-carousel .item .chImg {
  margin: 0 auto;
  width: 120px;
  height: 90px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}

.owl-carousel .item.noa_active .chImg {
  border: solid 4px #FF9B00;
}

.owl-carousel .item.noa_active .time {
  color: #FF9B00;
  font-weight: bold;
  position: relative;
  display: block;
}

.owl-carousel .item.noa_active .time:after {
  position: absolute;
  content: "";
  width: 52px;
  height: 15px;
  right: 0;
  top: 0;
  background: url(../img/top/onair_icon.png) 0 0 no-repeat;
}

.owl-carousel .item.now .chImg {
  border: solid 3px #ff9b00;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.owl-carousel .item.now .chInfo .time {
  color: #ff9b00;
  font-weight: bold;
  padding: 0 76px 0 0;
  background: url(../img/top/ic_nowonair.jpg) right center no-repeat;
  background-size: 52px 15px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.infoBody {
  position: relative;
  height: 146px;
  padding: 10px 0 0 0;
  background-size: 13px 10px;
  overflow: hidden;
}

.owl-controls {
  position: absolute;
  top: -12px;
  right: 0;
  width: 31px;
  height: 156px;
}

.owl-controls .owl-nav {
  position: relative;
  z-index: 20;
  top: 0;
  left: 0;
}

.owl-controls .owl-nav [class*=owl-] {
  width: 31px;
  height: 78px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.owl-controls .owl-nav .disabled {
  opacity: .8;
  cursor: default;
}

.owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 78px;
  left: 0;
  background: url(../img/top/b_onair_prev.gif) 0 0 no-repeat;
}

.owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/b_onair_next.gif) 0 0 no-repeat;
}

.topInfo .infoCol .nowonair .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.topInfo .infoCol .nowonair .owl-theme .owl-controls .owl-nav .owl-next:hover,
.topInfo .infoCol .nowonair .owl-theme .owl-controls .owl-nav .owl-prev.disabled:hover,
.topInfo .infoCol .nowonair .owl-theme .owl-controls .owl-nav .owl-next.disabled:hover {
  opacity: .8;
}

.mnav {
  display: block;
}

.mnav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.mnav>ul>li {
  margin-right: 2em;
  width: 25%;
}

.mnav>ul>li:hover {
  background-color: #fefefe;
}

.mnav>ul>li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}

.mnav>ul>li:active .menu {
  max-height: 9999px;
  opacity: 1;
}

.mnav>ul>li>a {
  font-size: 15px;
  display: block;
  padding: 25.5px 1em 15.5px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.mnav>ul>li>a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #01afec;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.mnav>ul>li>a:hover:after {
  bottom: 9px;
  opacity: 1;
  visibility: visible;
}

.mnav>ul>li>a.s_menu span {
  position: relative;
}

.mnav>ul>li>a.s_menu span:after {
  position: absolute;
  content: "";
  background-image: url(../img/top/btm_arw.png);
  width: 12px;
  height: 9px;
  right: -16px;
  bottom: 7px;
}

.mnav>ul>li>a.nav_icon span {
  position: relative;
}

.mnav>ul>li>a.nav_icon span:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: -16px;
  top: 1px;
}

.mnav>ul>li>a.time_icon span:before {
  background-image: url(../img/top/menu_time_icon.png);
}

.mnav>ul>li>a.search_icon span:before {
  background-image: url(../img/top/menu_time_grass.png);
}

.mnav>ul>li>a.present_icon span:before {
  background-image: url(../img/top/menu_time_present.png);
}

.mnav>ul>li>a.mail_icon span:before {
  background-image: url(../img/top/menu_time_mail.png);
}

.mnav>ul>li>a.know_icon span:before {
  background-image: url(../img/top/menu_time_know.png);
}

.mnav>ul .menu {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.mnav>ul .menu .menu_inner {
  width: 980px;
  margin: 0 auto;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mnav>ul .menu .menu_inner.m_osusume {
  border-bottom: solid 1px #333;
}

.mnav>ul .menu .menu_inner.m_osusume li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .mnav>ul .menu .menu_inner.m_Genre {
  border-bottom: solid 1px #333;
} */

.mnav>ul .menu .menu_inner.m_Genre li {
  /* width: 15%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mnav>ul .menu .menu_inner.m_original {
  margin: 15px auto;
}

.mnav>ul .menu .menu_inner.m_original li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
}

.mnav>ul .menu .menu_inner.m_original li a img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}

.mnav>ul .menu .menu_inner.m_original li a:after {
  content: none;
}

.mnav>ul .menu .menu_inner .m_search {
  position: relative;
}

.mnav>ul .menu .menu_inner.m_about li a {
  display: block;
}

.mnav>ul .menu .menu_inner.m_about li a img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 6px;
}

.mnav>ul .menu .menu_inner.m_about li a:after {
  content: none;
}

.mnav>ul .menu .menu_inner.m_about li a span {
  position: relative;
}

.mnav>ul .menu .menu_inner.m_about li a span:after {
  position: absolute;
  content: "";
  background-image: url(../img/top/blank_img.png);
  width: 12px;
  height: 10px;
  right: -16px;
  bottom: 6px;
}

.mnav>ul .menu .menu_inner.m_about li a span.blank_none:after {
  content: none;
}

.mnav>ul .menu .menu_inner.m_about .m_about_left {
  width: 24%;
  border-right: solid 1px #333;
}

.mnav>ul .menu .menu_inner.m_about .m_about_right {
  width: 75%;
}

.mnav>ul .menu .menu_inner.m_about .m_about_right_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mnav>ul .menu .menu_inner.m_about .m_about_right_inner ul li {
  width: 33%;
  margin: 0 0 15px 0;
}

.mnav>ul .menu .menu_inner .sbox {
  width: 290px;
  height: 36px;
  font-size: 13px;
  padding: 0 10px;
  border-radius: 2px;
  outline: 0;
  background: #fff;
  border: solid 1px #333;
  -webkit-appearance: none;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mnav>ul .menu .menu_inner .sbox:focus {
  border: solid 1px #908f8f;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.mnav>ul .menu .menu_inner .sbtn {
  content: "";
  position: absolute;
  right: 14px;
  top: 10px;
  width: 17px;
  height: 17px;
  background-image: url(../img/top/search_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

.mnav>ul .menu .menu_inner .sbtn:focus {
  outline: none;
  opacity: .7;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.mnav>ul .menu a {
  color: #333;
  position: relative;
  font-size: 15px;
  -webkit-transition: 3s;
  transition: 3s;
}

.mnav>ul .menu a:after {
  position: absolute;
  content: "";
  background-image: url(../img/top/menu_arrow.png);
  width: 8px;
  height: 14px;
  right: -14px;
  top: 2px;
  -webkit-transition: .2s;
  transition: .2s;
}

.mnav>ul .menu a:hover {
  opacity: .7;
  -webkit-transition: .2s;
  transition: .2s;
}

.mnav>ul .menu a:hover:after {
  right: -17px;
}

.p_top_header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.p_top_header.fixed {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.p_top_header_inner {
  max-width: 1200px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  /* padding: 0 2%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p_top_header_logo {
  width: 190px;
}

.p_top_header_logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p_top_header_contact {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;

}

.p_top_header_contact_howto {
  margin: 0 5px 0 0;
  position: relative;

}

.p_top_header_contact_howto a {
  background-color: #d36675;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  font-size: 17px;
  border-radius: 25px;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_header_contact_howto a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: 0;
  right: 15%;
  bottom: 0;
  left: auto;
  margin: auto auto auto 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-315deg);

}

.p_top_header_contact_howto a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_header_contact_search {
  width: 35px;
}

.p_top_header_contact_search img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p_top_header_contact_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p_top_header_contact_sns img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p_top_header_contact_sns_tw {
  width: 35px;
}

.p_top_header_contact_sns_fb {
  width: 35px;
}

.p_top_header_contact_sns a {
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

.p_top_header_contact_sns a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_header_contact_sp {
  display: none;
}

.p_top_header_menu_sp {
  display: none;
}

.p_top_slider {
  background-color: #01afec;
  width: 100%;
  padding-top: 0;
  position: relative;
}

.p_top_slider_inner {
  width: 1000px;
  height: auto;
  padding: 20px 0 45px;
  border: solid 1px #01afec;
  /* margin: 0 10px; */
}

.p_top_slider_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p_top_slider_item {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  /* padding: 10px 0 0 0; */
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  /* 一時的変更CSS */
  height: 560px !important;
}

.p_top_slider_item a {
  width: 100%;
  height: 435px;
  padding-top: 0;
  position: relative;
}


.p_top_slider_item_img {
  /* 一時的変更CSS */
  width: 100%;
  height: 464px !important;
  /* padding: 0 0 15px 0; */
  /* border-bottom: solid 1px #e6e6e6; */
}

.p_top_slider_item_img img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.p_top_slider_txt {
  font-size: 13px;
  width: 100%;
  word-wrap: break-word;
  padding: 20px 50px 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* slickの設定の上書き */
.slick-slide a .p_top_slider_item>* {
  opacity: 0.5;
}

.slick-slide.slick-current a .p_top_slider_item>* {
  opacity: 1;
}

.p_top_slider_txt .p_top_slider_txt_inner .p_top_slider_txt_ttl {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}

.p_top_slider_txt .p_top_slider_txt_inner .p_top_slider_txt_date {
  font-size: 13px;
}

.p_top_slider_icon {
  background-color: #E3000D;
  color: #fff;
  margin: 0 5px;
  font-size: 12px;
  font-weight: bold;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p_top_slider_icon.cs_icon {
  background-color: #01afec;
}

.p_top_slider_icon.club_icon {
  background-color: #46aa92;
}

.p_top_slider_icon.new_icon {
  background-color: #E3000D;
}

.p_top_slider_icon:first-child {
  margin-left: 0;
}

.p_top_slider_icon_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 7px 0;
}

.p_top_ttl_heading {
  background-color: #01afec;
  color: #fff;
  font-weight: bold;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p_top_ttl_heading .en {
  font-size: 25px;
  margin: 0 0 11px 0;
  position: relative;
}

.p_top_ttl_heading .en:after {
  position: absolute;
  content: '';
  background-image: url(../img/top/fami_ttl_icon.png);
  width: 32px;
  height: 33px;
  top: -8px;
  right: -33px;
}

.p_top_ttl_heading .ja {
  font-size: 25px;
}

.p_top_ttl_sub {
  /* background-color: #EEEEEE; */
  font-size: 19px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p_top_news {
  background-color: #fff;
  padding: 30px;
  border-top: solid 4px #fff;
}

.p_top_news_inner {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p_top_news_info {
  background-color: #fff;
  padding: 10px;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #01afec;
}

.p_top_news_info_ttl {
  width: 19%;
}

.p_top_news_info_ttl_txt {
  font-weight: bold;
  font-size: 18px;
  color: #01afec;
  margin: 0 0 13px 0;
}

.p_top_news_info_area {
  margin: 0 0 8px 0;
}

.p_top_news_info_area:last-child {
  margin: 0;
}

.p_top_news_info_content {
  width: 79%;
}

.p_top_news_info_content.sp {
  display: none;
}

.p_top_news_info_content li a {
  text-decoration: underline;
}

.p_top_news_info_content li a:hover {
  opacity: .7;
}

.p_top_news_info_link {
  font-weight: bold;
  font-size: 15px;
  border-radius: 27px;
  width: 95px;
  text-align: center;
  background-color: #01afec;
  display: block;
}

.p_top_news_info_link a {
  display: block;
  color: #fff;
  padding: 5px 0;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  position: relative;
}

.p_top_news_info_link a:after {
  background-image: none;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 16px;
  width: 7px;
  height: 7px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.p_top_news_info_link a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_news_noa {
  background-color: #fff;
  padding: 10px;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
  border: solid 2px #01afec;
}

.p_top_news_noa_ttl {
  width: 19%;
}

.p_top_news_noa_ttl_txt {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: -0.06em;
  color: #01afec;
  margin: 0 0 13px 0;
}

.p_top_news_noa_link {
  font-weight: bold;
  font-size: 15px;
  border-radius: 27px;
  width: 95px;
  text-align: center;
  background-color: #01afec;
  display: block;
}

.p_top_news_noa_link a {
  display: block;
  color: #fff;
  padding: 5px 0;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  position: relative;
}

.p_top_news_noa_link a:after {
  background-image: none;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 16px;
  width: 7px;
  height: 7px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.p_top_news_noa_link a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_news_noa .infoBody {
  width: 76%;
  font-size: 12px;
  line-height: 1.4;
}

.p_top_news_noa .infoBody .chInfo .title {
  display: block;
}

.p_top_about_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 0;
}

.p_top_about_ttl {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}

.p_top_about_img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto 25px;
}

.p_top_about_des {
  font-size: 28px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  margin: 0 0 45px 0;
}

.p_top_about_des .under_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #01afec));
  background: linear-gradient(transparent 70%, #01afec 0%);
}

.p_top_about_txt {
  font-size: 19px;
  line-height: 1.8em;
  text-align: left;
}

.p_top_about_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0 0 0;
}

.p_top_about_link a {
  background-color: #F799B2;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 320px;
  height: 50px;
  font-size: 21px;
  border-radius: 25px;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 2px 0 0 0;
}

.p_top_about_link a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_about_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 700px;
  margin: 0 auto;
  align-items: center;
}

.p_top_about_block_img {
  width: 34%;
  pointer-events: none;
}

.p_top_about_block_txt {
  width: 65%;
}

.p_top_about_other {
  width: 1080px;
  margin: 40px auto 0;
}

.p_top_about_other_inner {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}

.p_top_about_other_block.fami .p_top_about_other_block_logo {
  color: #01afec;
  font-weight: bold;
  text-align: center;
  font-size: 27px;
  margin: 20px 0 30px 0;
  pointer-events: none;
}

.p_top_about_other_block.plus .p_top_about_other_block_logo {
  padding: 5px 20px 0;
  pointer-events: none;
}

.p_top_about_other_block.neo .p_top_about_other_block_logo {
  padding: 5px 15px;
  pointer-events: none;
}

.p_top_about_other_block {
  width: 40%;
  border: solid 1px #333;
}

.p_top_about_other_block a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0 0 0;
  min-height: 170px;
}

.p_top_about_other_block a:hover {
  transition: .3s;
  opacity: .7;
}

.p_top_about_other_block_logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p_top_about_other_block_logo {
  margin: 0 auto 15px;
}

.p_top_about_other_block_txt {
  padding: 0 15px;
  font-size: 15px;
  margin: 0 auto 15px;
}

.p_top_about_other_block_link {
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 8px 0 6px;
  display: block;
  position: relative;
  transition: .3s;
}

.p_top_about_other_block_link a:hover {
  opacity: .7;
  transition: .3s;
}

.p_top_about_other_block_link:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p_top_about_other_block.fami .p_top_about_other_block_link {
  background-color: #01afec;
}

.p_top_about_other_block.club .p_top_about_other_block_link {
  background-color: #46aa92;
}

.p_top_about_other_block.neo .p_top_about_other_block_link {
  background-color: #DA525E;
}

.p_top_about_other_block.plus .p_top_about_other_block_link {
  background-color: #000;
}

.p_top_push {
  background-color: #fff;
}

.p_top_push_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 35px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p_top_push_inner:after {
  content: "";
  display: block;
  clear: both;
}

.p_top_push_unit {
  width: 23.5%;
  margin: 0 2% 35px 0;
  border: solid 1px #01afec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.p_top_push_unit:nth-child(4n) {
  margin: 0 0 35px 0;
}

.p_top_push_unit a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_push_unit a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_push_thumb {
  border-bottom: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p_top_push_thumb img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p_top_push_info {
  padding: 10px 7px 12px;
}

.p_top_push_txt {
  margin: 10px 0 0 0;
}

.p_top_push_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 12px;
  text-decoration: none;
  color: #333;
}

.p_top_push_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
}

.p_top_push_icon_mark {
  background-color: #E3000D;
  color: #fff;
  font-size: 11px;
  width: 75px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 0 0px
}

.p_top_push_icon_mark.cs_icon {
  background-color: #01afec;
}

.p_top_push_icon_mark.club_icon {
  background-color: #46aa92;
}

.p_top_push_icon_mark.new_icon {
  background-color: #E3000D;
}

.p_top_push_icon_mark:last-child {
  margin-right: 0;
}

.p_top_recommend {
  background-color: #fff;
}

.p_top_recommend_inner {
  /* max-width: 1080px; */
  margin: 0 auto;
  padding: 40px 0 0;
}

.p_top_recommend_slider {
  position: relative;
}


.p_top_recommend_slider_inner {
  padding: 0 10px;
  width: 290px;
}

.p_top_recommend_slider_inner a {
  background: #fff;
  padding: 10px;
  display: block;
  border: solid 1px #aaa;
}
.p_top_recommend_slider_inner a:hover {
  opacity: 0.7;
}

.p_top_recommend_item_txt {
  padding: 10px 0 0;
}

.p_top_recommend_item_img img {
  width: 100%;
  height: auto;
}

.p_top_recommend_tab {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 3px #01afec;
  border-left: solid 2px #01afec;
}

.p_top_recommend_tab:after {
  content: "";
  display: block;
  clear: both;
}

.p_top_recommend_tab_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p_top_recommend_tab_btn {
  width: 49.8%;
  height: 60px;
  background-color: #fff;
  border: solid 1px #E2E2E2;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 20px;
  font-weight: bold;
  border: solid 1px #E2E2E2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 28px 28px 0 0;
  line-height: 3;
}

.p_top_recommend_tab_btn.is_active {
  background-color: #01afec;
  border: solid 1px #01afec;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p_top_recommend_tab_btn:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: underline;
}

.p_top_recommend_box {
  width: 25%;
  padding: 20px 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 2px #01afec;
  border-bottom: solid 2px #01afec;
  float: left;
  background-color: #fff;
}

.p_top_recommend_box_txt {
  margin: 0 0 10px 0;
}

.p_top_recommend_box_img {
  width: 100%;
  height: 180px;
  display: block;
  margin: 0 0 10px 0;
}

.p_top_recommend_box_img img {
  max-width: 100%;
  height: auto;
  max-height: 180px;
  display: block;
  margin: 0 auto;
}

.p_top_recommend_box_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 12px;
}

.p_top_recommend_box a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_recommend_box a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_recommend_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0 ;
}

.p_top_recommend_link_btn {
  font-weight: bold;
  font-size: 17px;
  border-radius: 27px;
  width: 260px;
  text-align: center;
  margin: 0 20px;
  background-color: #01afec;
  display: block;
}

.p_top_recommend_link_btn a {
  display: block;
  color: #fff;
  padding: 14px 0;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  position: relative;
}

.p_top_recommend_link_btn a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 40px;
  bottom: 0;
  left: auto;
  margin: auto auto auto 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-315deg);

}

.p_top_recommend_link_btn a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_original {
  background-color: #fff;
}

.p_top_original_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 35px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p_top_original_box {
  /* margin: 0 0 20px 0; */
  width: 32%;
}

.p_top_original_box a {
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

.p_top_original_box a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_original_box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p_top_genre {
  background-color: #fff;
}

.p_top_genre_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 35px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p_top_genre_item {
  width: 15%;
}

.p_top_genre_item:nth-child(1) {
  border: solid 2px #ee757f;
}

.p_top_genre_item:nth-child(2) {
  border: solid 2px #FFC700
}

.p_top_genre_item:nth-child(3) {
  border: solid 2px #a9e96a;
}

.p_top_genre_item:nth-child(4) {
  border: solid 2px #4281ce;
}

.p_top_genre_item:nth-child(5) {
  border: solid 2px #0ba5d2;
}

.p_top_genre_item:nth-child(6) {
  border: solid 2px #a57ad0;
}

.p_top_genre_item a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_genre_item a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_genre_ttl {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p_top_genre_ttl.anime {
  background-color: #ee757f;
}

.p_top_genre_ttl.seiyu {
  background-color: #FFC700;
}

.p_top_genre_ttl.drama {
  background-color: #a9e96a;
}

.p_top_genre_ttl.suspense {
  background-color: #4281ce;
}

.p_top_genre_ttl.movie {
  background-color: #0ba5d2;
}

.p_top_genre_ttl.variety {
  background-color: #a57ad0;
}

.p_top_genre_img {
  /* height: 130px; */
  margin: 5px;
  display: block;
  pointer-events: none;
}

.p_top_genre_img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p_top_genre_img .p_top_genre_txt {
  padding: 10px 0 5px;
}

.p_top_special {
  /* background-color: #fff; */
}

.p_top_special_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 35px 0 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p_top_special_area {

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* .p_top_special_area:after {
  content: "";
  display: block;
  clear: both;
} */

.p_top_special_link {
  margin: 0 10px;
}

.p_top_special_link:nth-child(n+4) {
  margin: 15px 10px 0;
}

.p_top_special_link a {
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  position: relative;
}

.p_top_special_link a:hover {
  opacity: .7;
}

.p_top_special_link img {
  max-width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  margin: 0 auto;
}

.p_top_special_link .nodate {
  position: absolute;
  top: -15px;
  left: -12px;
  width: 38px;
  height: 38px;
  background: url(../img/top/bnr_pop_03.png) 0 0 no-repeat;
  background-size: 38px 38px;
}

.p_top_special_link .nodate span {
  display: table-cell;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 10.5px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.p_top_special_link .new {
  position: absolute;
  top: -15px;
  left: -12px;
  width: 38px;
  height: 38px;
  background: url(../img/top/bnr_pop_02.png) 0 0 no-repeat;
  background-size: 38px 38px;
}

.p_top_special_link .new span {
  display: table-cell;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 10.5px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.p_top_special_link .update {
  position: absolute;
  top: -15px;
  left: -12px;
  width: 38px;
  height: 38px;
  background: url(../img/top/bnr_pop_01.png) 0 0 no-repeat;
  background-size: 38px 38px;
}

.p_top_special_link .update span {
  display: table-cell;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 10.5px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.p_top_contact {
  margin: 0 0 60px 0;
}

.p_top_contact_inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_top_contact_howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
}

.p_top_contact_howto_icon {
  width: 110px;
  margin: 0 20px 0 0;
}

.p_top_contact_howto_icon a {
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

.p_top_contact_howto_icon a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_contact_howto_icon a img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  pointer-events: none;
}

.p_top_contact_howto_txt {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
}

.p_top_contact_howto_txt_pink {
  color: #F799B2;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 5px 0;
}

.p_top_contact_howto_arrow {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_contact_howto_arrow:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: -10px;
  width: 7px;
  height: 7px;
  margin: auto 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p_top_contact_howto_arrow:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_contact_howto_arrow:hover:after {
  right: -22px;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_contact_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55%;
}

.p_top_contact_tel_icon {
  width: 110px;
  margin: 0 20px 0 0;
}

.p_top_contact_tel_icon a {
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

.p_top_contact_tel_icon a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_contact_tel_icon img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  pointer-events: none;
}

.p_top_contact_tel_txt {
  font-weight: bold;
  width: 70%;
}

.p_top_contact_tel_txt_pink {
  color: #F799B2;
  font-size: 16px;
  margin: 0 0 5px 0;
}

.p_top_contact_tel_txt_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p_top_contact_tel_txt_tel {
  font-style: italic;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: -0.04em;
  font-family: arial;
  padding: 10px 0 0 0;
}

.p_top_contact_tel_txt_time {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}

/* SNS AREA */
.p_top_sns {
  max-width: 600px;
  margin: 0 auto 70px;
}

.p_top_sns_list {
  display: flex;
  justify-content: space-between;
}

.p_top_sns_list li {
  width: 20%;
  margin: 0 auto;
}

.p_top_sns_list li a {
  display: block;
}

.p_top_sns_list li a img {
  margin: 0 auto;
  display: block;
  width: 60%;
  pointer-events: none;
}

.p_top_sns_list li a p {
  font-size: 19px;
  line-height: 1.8em;
  text-align: center;
  padding-top: 20px;
}


.p_top_twocol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #01afec;
  height: 90px;
}

.p_top_twocol_inner {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p_top_twocol_ttl {
  width: 50%;
}

.p_top_twocol_ttl_heading {
  background-color: #01afec;
  color: #fff;
  font-weight: bold;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p_top_twocol_ttl_heading .en {
  font-size: 25px;
  margin: 0 0 11px 0;
  position: relative;
}

.p_top_twocol_ttl_heading .en:after {
  position: absolute;
  content: '';
  background-image: url(../img/top/fami_ttl_icon.png);
  width: 32px;
  height: 33px;
  top: -8px;
  right: -33px;
}

.p_top_twocol_ttl_heading .ja {
  font-size: 25px;
}

.p_top_twocol_content {
  background-color: #fff;
}

.p_top_twocol_content_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 35px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p_top_clubfami {
  width: 768px;
  margin: 0 auto 30px;
}

.p_top_clubfami img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.p_top_clubfami a {
  transition: .3s;
}

.p_top_clubfami a:hover {
  opacity: .7;
  transition: .3s;
}

.p_top_excarea {
  width: 768px;
  margin: 0 auto 70px;
}

.p_top_excarea img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.p_top_excarea a {
  transition: .3s;
}

.p_top_excarea a:hover {
  opacity: .7;
  transition: .3s;
}

.p_top_ranking {
  width: 49%;
  font-size: 14px;
  height: 500px;
  background-color: #fff;
  border: solid 1px #aaa;
}

.p_top_ranking_inner {
  padding: 20px 25px;
}

.p_top_ranking_box {
  border-bottom: solid 2px #333;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.p_top_ranking_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_ranking_box a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_ranking_no {
  width: 45px;
}

.p_top_ranking_no img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p_top_ranking_txt {
  width: 56%;
  padding: 0 10px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p_top_ranking_ttl {
  line-height: 1.4;
  margin: 0 0 10px 0;
}

.p_top_ranking_genre .genre_icon {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 15px 4px;
}

.p_top_ranking_genre .genre_icon.anime {
  background-color: #ED5550;
}

.p_top_ranking_genre .genre_icon.seiyu {
  background-color: #FFC700;
}

.p_top_ranking_genre .genre_icon.drama {
  background-color: #02B755;
}

.p_top_ranking_genre .genre_icon.suspense {
  background-color: #9256D9;
}

.p_top_ranking_genre .genre_icon.movie {
  background-color: #FF8A37;
}

.p_top_ranking_genre .genre_icon.variety {
  background-color: #00AECD;
}

.p_top_ranking_img {
  width: 150px;
}

.p_top_ranking_img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  pointer-events: none;
}

.p_top_twiter {
  width: 49%;
  height: 500px;
  background-color: #fff;
  border: solid 1px #aaa;
}

.p_top_service {
  background-color: #fff;
}

.p_top_service_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 35px 0;
}

.p_top_service_community {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 20px 5px 20px;
}

.p_top_service_community li {
  width: 22%;
  padding: 0 5px;
  margin: 0 0 15px 0;
}

.p_top_service_community li a img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_service_community li a:hover img {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_service_bnr {
  /* background-color: #fff; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  justify-content: flex-start;
  max-width: 860px;
  margin: 30px auto;
  padding: 0 20px 5px 20px;
}

.p_top_service_bnr li {
  width: 25%;
  /*width: 24%;*/
  margin: 0 0 25px 0;
}

.p_top_service_bnr li a img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
  pointer-events: none;
}

.p_top_service_bnr li a:hover img {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1080px) {
  .mnav>ul {
    font-size: 13px;
  }

  .mnav>ul>li {
    margin-right: 1em;
  }

  .mnav>ul>li>a {
    padding: 25.5px 0.7em 15.5px;
    font-size: 13px;
  }

  .p_top_header_inner {
    padding: 0 1%;
  }

  .p_top_header_logo {
    margin: 0 5px 0 0;
  }

  .p_top_header_contact {
    width: 25%;
  }

  .p_top_header_contact_howto {
    width: 60%;
  }

  .p_top_header_contact_howto a {
    width: 100%;
    font-size: 14px;
  }

  .p_top_header_contact_search {
    width: 100%;
  }

  .p_top_header_contact_sns {
    width: 37%;
  }

  .p_top_header_contact_sns_tw {
    width: 100%;
  }

  .p_top_header_contact_sns_fb {
    width: 100%;
  }

  .p_top_news {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p_top_news_inner {
    width: 100%;
  }

  .p_top_about_inner {
    max-width: 100%;
    padding: 30px 0;
  }

  .p_top_about_other {
    width: 100%;
    margin: 20px auto 0;
  }

  .p_top_about_block {
    width: 100%;
  }

  .p_top_about_other_block a {
    padding: 10px 0 0 0;
  }

  .p_top_about_other_block_logo img {
    max-width: 90%;
  }

  .p_top_about_other_block {
    width: 47%;
    margin: 0 auto 10px;
    padding: 0 0 0 0;
  }

  .p_top_about_other_block_txt {
    font-size: 13px;
    line-height: 1.4;
    margin: 0 auto 5px;
  }

  .p_top_about_block_img {
    width: 26%;
  }

  .p_top_about_block_txt {
    width: 71%;
  }

  .p_top_about_other_block.fami a,
  .p_top_about_other_block.club a {
    min-height: 155px;
  }

  .p_top_about_other_block_link {
    font-size: 13px;
    padding: 4px 0;
  }

  .p_top_about_other_block.fami .p_top_about_other_block_logo {
    margin: 0 auto 4px;
    line-height: 1.1;
    font-size: 19px;
  }

  .p_top_about_other_block.club .p_top_about_other_block_logo {
    width: 128px;
  }

  .p_top_about_other_block.neo a,
  .p_top_about_other_block.plus a {
    min-height: 155px;
  }

  .p_top_about_other_block_link:after {
    width: 7px;
    height: 7px;
  }

  .p_top_about_other_block_logo {
    margin: 0 auto 10px;
  }

  .p_top_push_inner {
    max-width: 100%;
    padding: 35px 2% 70px;
  }

  .p_top_recommend_inner {
    max-width: 100%;
    padding: 20px 0 0 0;
  }

  .p_top_recommend_inner .slick-list {
    /* padding-left: 22.5% !important; */
    padding: 0 24% !important;
  }

  .p_top_recommend_inner .p_top_about_des {
    margin: 0 0 20px 0;

  }

  .p_top_original_inner {
    max-width: 100%;
    padding: 35px 2% 70px;
  }

  .p_top_genre_inner {
    max-width: 100%;
    padding: 35px 2% 70px;
  }

  .p_top_special_inner {
    max-width: 100%;
    padding: 35px 2% 70px;
  }

  .p_top_special_area {
    max-width: 100%;
  }

 /* .p_top_special_link {
    width: 18%;
  }*/

  .p_top_contact_inner {
    max-width: 100%;
    padding: 35px 2% 70px;
  }

  .p_top_contact_tel_txt_tel {
    font-size: 24px;
  }

  .p_top_contact_tel_txt_time {
    font-size: 11px;
  }

  .p_top_twocol_content_inner {
    max-width: 100%;
    padding: 35px 2% 70px;
  }

  .p_top_service_inner {
    max-width: 100%;
    padding: 35px 2% 70px;
  }
}

@media screen and (max-width: 1024px) {

  .menu {
    height: 20px;
    position: absolute;
    left: 10px;
    top: 20px;
    width: 30px;
    z-index: 99;
  }

  .menu.active {
    position: fixed;
  }

  .menu_line {
    background: #333;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
  }

  .menu__line--center {
    top: 9px;
  }

  .menu__line--bottom {
    bottom: 0;
  }

  .menu__line--top.active {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu__line--center.active {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  .menu__line--bottom.active {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .mnav {
    display: none;
  }

  .gnav {
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
    left: 0;
    overflow: auto;
  }

  .gnav_head {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .gnav_head_logo {
    width: 125px;
    height: auto;
  }

  .gnav_head_logo img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .gnav_head_menu {
    width: 100%;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    background-color: #01afec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gnav_head_menu_item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gnav_head_menu_item a {
    color: #fff;
    display: block;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0;
  }

  .gnav_head_menu_item a img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .gnav_visual {
    background-color: #ECECEC;
    padding: 10px;
  }

  .gnav_visual_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gnav_visual_inner_img {
    width: 40%;
  }

  .gnav_visual_inner_img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .gnav_visual_inner_txt {
    width: 57%;
    line-height: 1.4;
  }

  .gnav_menu {
    border-top: solid 1px #333;
    margin: 0 0 20px 0;
  }

  .gnav_menu:after {
    content: "";
    display: block;
    clear: both;
  }

  .gnav_menu_item {
    width: 33.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .gnav_menu_item:nth-child(3n) {
    border-right: none;
  }

  .gnav_menu_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 5px 0;
    position: relative;
    font-size: 12px;
  }

  .gnav_menu_item a:after {
    content: "";
    background-image: url(../img/top/sp_menu_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 1px;
    bottom: 0;
    margin: auto;
    color: #333;
    font-size: 3px;
  }

  .gnav_search {
    position: relative;
    padding: 0 10px;
    margin: 0 0 30px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .gnav_search .sbox {
    width: 100%;
    height: 36px;
    font-size: 11px;
    padding: 0 10px;
    border-radius: 2px;
    outline: 0;
    background: #fff;
    border: solid 1px #333;
    -webkit-appearance: none;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .gnav_search .sbox:focus {
    border: solid 1px #908f8f;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }

  .gnav_search .sbtn {
    content: "";
    position: absolute;
    right: 22px;
    top: 10px;
    width: 17px;
    height: 17px;
    background-image: url(../img/top/search_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    border: none;
    cursor: pointer;
  }

  .gnav_search .sbtn:focus {
    outline: none;
    opacity: .7;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }

  .gnav_original_ttl {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0 0 15px 0;
  }

  .gnav_original_ttl .ttl_line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #01afec));
    background: linear-gradient(transparent 90%, #01afec 0%);
  }

  .gnav_original_menu {
    border-top: solid 1px #333;
    margin: 0 0 25px 0;
  }

  .gnav_original_menu_item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .gnav_original_menu_item:nth-child(2n) {
    border-right: none;
  }

  .gnav_original_menu_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 5px 0;
    position: relative;
    font-size: 12px;
  }

  .gnav_original_menu_item a:after {
    content: "";
    background-image: url(../img/top/sp_menu_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 1px;
    bottom: 0;
    margin: auto;
    color: #333;
    font-size: 3px;
  }

  .gnav_original_menu:after {
    content: "";
    display: block;
    clear: both;
  }

  .gnav_about a.icon_about:before {
    position: absolute;
    content: '';
    background-image: url(../img/top/nav_icon_about.png);
    background-size: 100%;
    width: 20px;
    height: 20px;
    left: 10px;
  }

  .gnav_about a.icon_club:before {
    position: absolute;
    content: '';
    background-image: url(../img/top/nav_icon_cl.png);
    background-size: 100%;
    width: 20px;
    height: 20px;
    left: 10px;
  }

  .gnav_about a.icon_blog:before {
    position: absolute;
    content: '';
    background-image: url(../img/top/nav_icon_blog.png);
    background-size: 100%;
    width: 20px;
    height: 20px;
    left: 10px;
  }

  .gnav_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 25px 0;
  }

  .gnav_sns_item {
    width: 10%;
    margin: 0 8px;
  }

  .gnav_sns_item a {
    display: block;
  }

  .gnav_sns_item a img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .p_top_header_menu_sp {
    display: block;
    width: 33%;
  }

  .p_top_header_gnav {
    display: none;
  }

  .p_top_header_contact {
    display: none;
  }

  .p_top_header_inner {
    height: 60px;
    position: relative;
  }

  .p_top_header_logo {
    width: 125px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }

  .p_top_header_contact_sp {
    position: absolute;
    right: 0px;
    top: 0;
    width: 30%;
    height: 60px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p_top_header_contact_sp_guide {
    width: 48%;
  }

  .p_top_header_contact_sp_guide a img {
    width: 70%;
    padding: 10px 0;
    margin: 0 auto;
  }

  .p_top_header_contact_sp_method {
    width: 50%;
  }

  .p_top_header_contact_sp img {
    max-width: 60px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .p_top_header_contact_sp_method a {
    float: right;
  }
}


@media screen and (max-width: 980px) {
  .mnav>ul>li {
    margin-right: 1em;
  }

  .mnav>ul>li>a {
    padding: 25.5px 0.7em 15.5px;
    font-size: 12px;
  }

  .mnav>ul>li>a.nav_icon span:before {
    content: none;
  }

  .mnav>ul>li>a.s_menu span:after {
    bottom: 5px;
    width: 7px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 6px;
    right: -10px;
    top: 6px;
  }

  .mnav>ul .menu a {
    font-size: 12px;
  }

  .mnav>ul .menu .menu_inner {
    width: 97%;
    padding: 15px 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p_top_header_contact_howto a {
    height: 35px;
  }

  .p_top_news_info_ttl_txt {
    font-size: 17px;
  }

  .p_top_news_info_area {
    margin: 0 0 5px 0;
  }

  .p_top_news_info_link {
    width: 100%;
    font-size: 13px;
  }

  .p_top_news_info_link a:after {
    /* content: none; */
  }

  .p_top_news_info_content li a {
    font-size: 11px;
    line-height: 1.6;
  }

  .p_top_news_noa_ttl_txt {
    font-size: 13px;
  }

  .p_top_news_noa_link {
    width: 100%;
    font-size: 13px;
  }

  .p_top_news_noa_link a:after {
    /* content: none; */
  }

  .p_top_push_unit {
    width: 32%;
  }

  .p_top_push_unit:nth-child(3n) {
    margin: 0 0 35px 0;
  }

  .p_top_push_unit:nth-child(4n) {
    margin: 0 2% 35px 0;
  }

  .p_top_recommend_box_img {
    height: auto;
  }

  .p_top_genre_inner:after {
    content: "";
    display: block;
    width: 25%;
  }

  .p_top_genre_item {
    width: 25%;
    margin: 0 0 25px 0;
  }

  .p_top_genre_img img {
    max-height: 100%;
  }
}

/* -------------- フッター -------------- */
footer {
  width: 100%;
  min-width: 980px;
  background: #fff;
}

footer .nav {
  padding: 32px 0 24px 0;
  width: 100%;
  background: #222;
}

footer .nav .inner {
  margin: 0 auto;
  padding: 0 30px 0 25px;
  width: 923px;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  overflow: hidden;
}

footer .nav .mainNav {
  display: table;
  margin: 0 0 24px 0;
}

footer .nav .mainNav .topLnk a {
  margin-bottom: 15px;
  margin-left: 13px;
  padding-left: 8px;
  background: url(../../../common/img/ic_footer_link_arrow_w.png) 0 center no-repeat;
  background-size: 6px 8px;
  color: #fff;
  display: block;
  font-weight: bold;
}

footer .nav .nav1 {
  display: table-cell;
  width: 170px;
  border-right: 1px solid #444;
}

footer .nav .nav1 dl {
  padding: 0 0 0 13px;
}

footer .nav .nav2 {
  display: table-cell;
  width: 247px;
  border-right: 1px solid #444;
}

footer .nav .nav2 dl {
  padding: 0 0 0 39px;
}

footer .nav .nav3 {
  display: table-cell;
  width: 244px;
  border-right: 1px solid #444;
}

footer .nav .nav3 dl {
  padding: 0 0 0 40px;
}

footer .nav .nav4 {
  display: table-cell;
  width: 259px;
}

footer .nav .nav4 dl {
  padding: 0 0 0 39px;
}

footer .nav .mainNav dt {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
}

footer .nav .mainNav dd ul li {
  display: block;
  margin: 0 0 9px 0;
}

footer .nav .mainNav dd ul li a {
  display: inline-block;
  padding: 0 0 0 11px;
  color: #aaa;
  font-size: 13px;
  background: url(../../../common/img/ic_footer_link_arrow.png) 0 center no-repeat;
  background-size: 6px 8px;
}

footer .nav .nav4 ul {
  padding: 0 0 13px 0;
}

footer .nav .subNav {
  padding: 24px 0 0 0;
  border-top: 1px solid #444;
}

footer .nav .subNav ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}

footer .nav .subNav ul li.last {
  padding: 0;
}

footer .nav .subNav ul li a {
  display: inline-block;
  padding: 0 0 0 11px;
  color: #aaa;
  font-size: 13px;
  background: url(../../../common/img/ic_footer_link_arrow.png) 0 center no-repeat;
  background-size: 6px 8px;
}

footer .credit {
  padding: 17px 0 14px 0;
  width: 100%;
  background: #333;
}

footer .credit .inner {
  margin: 0 auto;
  width: 980px;
  color: #999;
  font-size: 10px;
  line-height: 1.8em;
  text-align: center;
}

footer .copy {
  padding: 16px 0 24px 0;
  width: 100%;
  color: #999;
  font-size: 10px;
  line-height: 1.5em;
  text-align: center;
  background: #fff;
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 30px;
  /*background-color: #000;*/
  width: 42px;
  /*height: 42px;*/
  display: none;
  cursor: pointer;
}

#pagetop span {
  display: table-cell;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
}

#pagetop span img {
  width: 42px;
}

@media screen and (max-width: 768px) {
  .p_top_slider {
    overflow: hidden;
  }

  .p_top_slider_item {
    max-width: 100%;
  }

  .p_top_news_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p_top_news_info {
    width: 70%;
    margin: 0 0 30px 0;
  }

  .p_top_news_noa {
    width: 70%;
  }

  .p_top_about_des {
    font-size: 24px;
  }

  .p_top_contact_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 2% 30px;
  }

  .p_top_contact {
    margin: 0 0 10px 0;
  }

  .p_top_contact_howto {
    width: 80%;
    margin: 0 0 40px 0;
  }

  .p_top_contact_tel {
    width: 80%;
  }

  .p_top_ranking_genre .genre_icon {
    padding: 3px 5px 4px;
    font-size: 10px;
  }
}

@media screen and (max-width: 670px) {
  body {
    font-size: 14px;
    padding: 60px 0 0 0;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .p_top_slider_inner {
    padding: 20px 0 45px;
    margin: 0;
    border: none;
  }

  .p_top_slider_item {
    padding: 5px;
    max-height: 270px;
    overflow: hidden;
  }

  .p_top_slider_item_img {
    /* 一時的変更CSS */
    height: 173px !important;
  }

  .p_top_slider_txt .p_top_slider_txt_inner .p_top_slider_txt_ttl {
    font-size: 15px;
  }

  .p_top_slider_txt .p_top_slider_txt_inner .p_top_slider_txt_date {
    font-size: 14px;
  }

  .p_top_slider_icon {
    font-size: 11px;
    width: 48px;
  }

  .p_top_slider_txt {
    line-height: 1.4;
    font-size: 13px;
    padding: 10px 10px;
  }

  .p_top_ttl_heading {
    height: 70px;
  }

  .p_top_ttl_heading .en {
    font-size: 18px;
    margin: 0;
  }

  .p_top_ttl_heading .en:after {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 21px;
    top: 0px;
    right: -25px;
  }

  .p_top_ttl_heading .ja {
    font-size: 20px;
  }

  .p_top_ttl_sub {
    font-size: 13px;
    line-height: 1.4;
    padding: 30px 5px 10px;
    height: auto;
    text-align: center;
  }

  .p_top_news {
    padding: 15px 2%;
    border-top: solid 2px #FFF;
  }

  .p_top_news_info {
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
  }

  .p_top_news_info_ttl {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .p_top_news_info_ttl_txt {
    font-size: 16px;
    width: 50%;
    margin: 5px 0 8px 0;
  }

  .p_top_news_info_link {
    width: 25%;
    height: fit-content;
    font-size: 13px;
  }

  .p_top_news_info_link a {
    padding: 2px 10px 2px 0;
  }

  .p_top_news_info_link a:after {
    top: 0;
    bottom: 0;
    right: 18px;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;

  }

  .p_top_news_info_content {
    width: 100%;
  }

  .p_top_news_info_content.sp {
    display: block;
  }

  .p_top_news_info_content.pc {
    display: none;
  }

  .p_top_news_info_content li {
    line-height: 1.1;
  }

  .p_top_news_info_content li a {
    font-size: 12px;
    /* text-decoration: none; */
  }

  .p_top_news_info_content li a .note {
    line-height: 1.4;
  }

  .p_top_news_noa {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .p_top_news_noa_ttl {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .p_top_news_noa_ttl_txt {
    font-size: 16px;
    width: 50%;
    margin: 5px 0 8px 0;
    /* margin: 6px 0 10px 0; */
  }

  .p_top_news_noa_link {
    width: 25%;
    height: fit-content;
    font-size: 13px;
  }

  .p_top_news_noa_link a {
    padding: 2px 10px 2px 0;
  }

  .p_top_news_noa_link a:after {
    top: 0;
    bottom: 0;
    right: 18px;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .p_top_about_img {
    max-width: 65%;
  }

  .p_top_news_noa .infoBody {
    width: 100%;
    padding: 10px 0 10px 0;

  }

  .p_top_news_noa .infoBody .chInfo .title {
    padding-top: 3px;
  }

  .p_top_about_inner {
    padding: 20px 2% 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p_top_about_ttl {
    font-size: 22px;
  }

  .p_top_about_des {
    font-size: 17px;
    margin: 0 0 15px 0;
  }

  .p_top_about_txt {
    font-size: 12px;
    font-weight: normal;
  }

  .p_top_about_link {
    margin: 25px 0 0 0;
  }

  .p_top_about_link a {
    width: 70%;
    height: 40px;
    font-size: 16px;
  }

  .p_top_push_inner {
    padding: 25px 2% 30px;
  }

  .p_top_push_inner:after {
    display: none;
  }

  .p_top_push_unit {
    width: 48%;
    margin: 0 0 15px 0;
  }

  .p_top_push_unit:nth-child(3n) {
    margin: 0 0 15px 0;
  }

  .p_top_push_unit:nth-child(4n) {
    margin: 0 0 15px 0;
  }

  .p_top_push_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p_top_push_txt {
    font-size: 13px;
  }

  .p_top_recommend_slider_inner {
    padding: 0 5px;
    /* width: 200px !important; */
  }


  .p_top_recommend_slider_inner a {
    padding: 5px;

  }

  .p_top_recommend_tab_btn {
    font-size: 16px;
    height: 45px;
  }

  .p_top_recommend_link {
    width: 95%;
    display: block;
    margin: 0 auto;
    padding: 30px 0 30px;

  }

  .p_top_recommend_link_btn {
    font-size: 14px;
    width: 65%;
    margin: 0 auto 15px;
    font-weight: normal;
  }

  .p_top_recommend_link_btn a {
    padding: 13px 0;
    font-weight: 600;
  }

  .p_top_recommend_link_btn a:after {
    width: 10px;
    height: 10px;
    top: 0;
    right: 40px;
    bottom: 0;
    left: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .p_top_recommend_box {
    width: 50%;
    padding: 20px 10px 10px;
  }

  .p_top_recommend_box_txt {
    font-size: 13px;
  }

  .p_top_recommend_box_img {
    height: auto;
  }

  .p_top_genre_inner {
    padding: 25px 2% 30px;
  }

  .p_top_genre_inner:after {
    content: "";
    display: block;
    width: 32%;
  }

  .p_top_genre_item {
    width: 31%;
    margin: 0 0 10px 0;
  }

  .p_top_genre_ttl {
    font-size: 12px;
    height: 40px;
  }

  .p_top_genre_img {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }

  .p_top_genre_img .p_top_genre_txt {
    padding: 5px 0 5px;
  }

  .p_top_special {
    background-color: #fff;
  }
  .p_top_special_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
	.p_top_special_link {
	width: 48%;
	margin: 0 0 15px 0;
	}
	.p_top_special_link:nth-child(n+4) {
  width: 48%;
	margin: 0 0 15px 0;
}
  /*.p_top_special_inner {
    padding: 25px 2% 30px;
  }

  .p_top_special_area {
    max-width: 100%;
    padding: 10px;
  }
  
  .p_top_special_link {
    width: 48%;
    margin: 0px 10px 15px 0;
  }

  .p_top_special_link:nth-child(2n) {
    margin: 0 0 15px 0;
  }

  .p_top_special_link:nth-child(5n) {
    margin: 0px 10px 15px 0;
  }

  .p_top_special_link:nth-child(10n) {
    margin: 0px 0 15px 0;
  }*/

  .p_top_contact_howto {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p_top_contact_howto_icon {
    width: 20%;
    margin: 0;
  }

  .p_top_contact_howto_txt {
    width: 76%;
  }

  .p_top_contact_tel {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p_top_contact_tel_icon {
    width: 20%;
    margin: 0;
  }

  .p_top_contact_tel_txt {
    line-height: 1.3em;
    width: 76%;
  }

  .p_top_contact_tel_txt_inner {
    display: block;
  }

  .p_top_contact_tel_txt_tel {
    font-size: 28px;
    margin: 10px 0 10px 0;
  }


  /* SNS AREA */
  .p_top_sns {
    max-width: 95%;
    margin: 0 auto 60px;
  }

  .p_top_sns .p_top_about_des {
    margin: 0 0 40px 0;
  }

  .p_top_sns_list {
    width: 90%;
    margin: 0 auto;
  }

  .p_top_sns_list li {
    width: 30%;
    margin: 0 auto;
  }

  .p_top_sns_list li a img {
    width: 50%;
  }

  .p_top_sns_list li a p {
    font-size: 14px;
    padding-top: 5px;
  }

  .p_top_twocol_content_inner {
    padding: 25px 0 30px;
  }

  .p_top_clubfami {
    width: 92%;
  }

  .p_top_excarea {
    width: 92%;
  }

  .p_top_ranking {
    width: 100%;
    height: auto;
    margin: 0 2% 30px;
  }

  .p_top_ranking_inner {
    padding: 20px 15px;
  }

  .p_top_twiter {
    width: 100%;
    height: auto;
  }

  .p_top_twiter_inner {
    padding: 25px 4% 30px;
    background-color: #fff;
  }

  .p_top_service_inner {
    padding: 25px 2% 30px;
  }

  .p_top_service_community {
    max-width: 100%;
  }

  .p_top_service_community li {
    width: 45%;
  }

  .p_top_service_community li a img {
    margin: 0 auto;
  }

  .p_top_service_bnr {
    margin: 20px auto;
    max-width: 100%;
    justify-content: space-between;
  }

  .p_top_service_bnr li {
    width: 45%;
  }

  .p_top_service_bnr li a img {
    margin: 0 auto;
  }

  footer {
    min-width: 320px;
  }

  footer .nav {
    padding: 0;
  }

  footer .nav .inner {
    padding: 0;
    width: 100%;
    border: 0;
  }

  footer .nav .mainNav {
    display: block;
    margin: 0;
  }

  footer .nav .nav0,
  footer .nav .nav1,
  footer .nav .nav2,
  footer .nav .nav3 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #444;
  }

  footer .nav .nav4 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #444;
  }

  footer .nav .nav4 ul {
    padding: 0;
  }

  footer .nav .nav1 dl,
  footer .nav .nav2 dl,
  footer .nav .nav3 dl,
  footer .nav .nav4 dl {
    padding: 0;
  }

  footer .nav .mainNav dt {
    margin: 0;
    padding: 0 12px;
    height: 35px;
  }

  footer .nav .mainNav dt span {
    display: table-cell;
    width: 640px;
    height: 35px;
    font-size: 13px;
    vertical-align: middle;
    background: url(../../../common/img/ic_acd_arrow_down_sp.png) right center no-repeat;
    background-size: 16px 16px;
  }

  footer .nav .mainNav dt.active span {
    background: url(../../../common/img/ic_acd_arrow_up_sp.png) right center no-repeat;
    background-size: 16px 16px;
  }

  footer .nav .nav0 a {
    padding: 0 12px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
  }

  footer .nav .nav0 span {
    width: 100%;
    padding: 10px 0;
    display: block;
    background: url(../../../common/img/ic_acd_arrow_r_sp.png) right center no-repeat;
    background-size: 16px 16px;
  }

  footer .nav .mainNav dd {
    padding: 0 12px;
    display: none;
  }

  footer .nav .mainNav dd ul li {
    float: left;
    margin: 0;
    width: 50%;
    height: 35px;
    vertical-align: middle;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .nav .mainNav dd ul li:nth-child(even) {
    border-right: 0;
  }

  footer .nav .mainNav dd ul li a {
    display: table-cell;
    padding: 0 0 0 10px;
    width: 50%;
    height: 35px;
    vertical-align: middle;
    font-size: 10px;
    line-height: 1.2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .nav .mainNav dd ul li:nth-child(even) a {
    padding: 0 0 0 22px;
    background-position: 12px center;
  }

  footer .nav .subNav {
    padding: 0 12px;
    border-top: 0;
  }

  footer .nav .subNav ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 40px;
    line-height: 1.4;
    vertical-align: middle;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .nav .subNav ul li:nth-child(-n+2) {
    border-top: 0;
  }

  footer .nav .subNav ul li:nth-child(even) {
    border-right: 0;
  }

  footer .nav .subNav ul li a {
    display: table-cell;
    padding: 0 0 0 10px;
    width: 50%;
    height: 35px;
    vertical-align: middle;
    font-size: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .nav .subNav ul li:nth-child(even) a {
    padding: 0 0 0 22px;
    background-position: 12px center;
  }

  footer .sslSP {
    padding: 12px;
    background: #eee;
  }

  footer .credit {
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .credit .inner {
    width: 100%;
    font-size: 9px;
  }

  footer .copy {
    font-size: 9px;
  }

  .sslSP img {
    max-width: 100%;
    height: auto;
  }
}