@charset "UTF-8";
/* ==========================================================================

	2016/12/1

========================================================================== */
@import url("/extra/library/common/css/smart_phone.css") only screen and (max-width: 960px);
/* Base
========================================================================== */
#campaign_tv_sales_waku1 {
  margin: 0 auto 20px;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

#mainArea {
  font-size: 101%;
  line-height: 1.5;
  font-family: Meiryo, メイリオ, sans-serif !important;
}

#areaWrapper1 {
  background-size: 100% auto;
  background: none;
}

#areaWrapper1,
#areaWrapper2,
#mainArea,
#area0 {
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
}

#mainArea {
  padding-bottom: 30px;
}

.clearText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* Contents
========================================================================== */
.container {
  font-family: Meiryo, メイリオ, sans-serif !important;
}

.thiscontents {
  width: 100%;
}

a {
  -webkit-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -ms-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -moz-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -o-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  color: #0066CC;
}

a:hover {
  color: #0099CC;
}

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

	共通ヘッダー

===============================================================*/
#myj_pc_special_header .frame_header_logo {
  width: 180px;
  height: 30px;
}

#myj_pc_special_header .frame_header_logo img {
  width: 100%;
  height: auto;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/* 基本
----------------------------------------------------------------*/
.thiscontents .clear {
  width: 100%;
  overflow: hidden;
}

.thiscontents .cf:before,
.thiscontents .cf:after {
  content: " ";
  display: table;
}

.thiscontents .cf:after {
  clear: both;
}

.thiscontents .cf {
  *zoom: 1;
}

.thiscontents .clearboth {
  clear: both;
}

.thiscontents .flol {
  display: inline;
  float: left;
}

.thiscontents .flor {
  display: inline;
  float: right;
}

.thiscontents .tablet {
  display: none;
}

.thiscontents .sp {
  display: none;
}

.thiscontents .sp_tablet {
  display: none;
}

.thiscontents .none {
  display: none;
}

.thiscontents img {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}

.thiscontents .fitimg,
.thiscontents .fitimg img {
  width: 100%;
  height: auto;
}

.thiscontents p {
  margin: 0;
  padding: 0;
}

.thiscontentsh1,
.thiscontents h2,
.thiscontents h3,
.thiscontents h4,
.thiscontents h5,
.thiscontents h6 {
  font-weight: bold;
}

.thiscontents p {
  margin: 0;
  padding: 0;
}

.thiscontents sup {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
}

.thiscontents .photo img {
  width: 100%;
  height: auto;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .thiscontents .pc {
    display: none;
  }
  .thiscontents .tablet,
  .thiscontents .pc_tablet,
  .thiscontents .sp_tablet {
    display: block;
  }
  .thiscontents {
    padding-top: 0;
  }
}
@media screen and (max-width: 736px) {
  .thiscontents {
    margin-bottom: 10px;
  }
  .thiscontents .sp {
    display: block;
  }
  .thiscontents .pc_tablet,
  .thiscontents .tablet {
    display: none;
  }
}
/*===============================================================

	girid

===============================================================*/
.gridconatiner .grid {
  float: left;
}

/*	gridSize :460 gutterSize :40 column :2 */
.gridwrp_2 {
  width: 104.167%;
}

.gridwrp_2 .grid_2 {
  width: 96%;
  margin-right: 4%;
}

.gridwrp_2 .grid_1 {
  width: 46%;
  margin-right: 4%;
}

.gridwrp_1 .grid_2 {
  width: 192%;
  margin-right: 8%;
}

/*	gridSize :290 gutterSize :40 column :3 */
.gridwrp_3 {
  width: 104.211%;
}

.gridwrp_3 .grid_3 {
  width: 95.96%;
  margin-right: 4.04%;
}

.gridwrp_3 .grid_2 {
  width: 62.626%;
  margin-right: 4.04%;
}

.gridwrp_3 .grid_1 {
  width: 29.293%;
  margin-right: 4.04%;
}

/*	gridSize :210 gutterSize :40 column :4 */
.gridwrp_4 {
  width: 104.167%;
}

.gridwrp_4 .grid_4 {
  width: 96%;
  margin-right: 4%;
}

.gridwrp_4 .grid_3 {
  width: 71%;
  margin-right: 4%;
}

.gridwrp_4 .grid_2 {
  width: 46%;
  margin-right: 4%;
}

.gridwrp_4 .grid_1 {
  width: 21%;
  margin-right: 4%;
}

/* PCのみ */
@media screen and (min-width: 737px) {
  .gridwrp_2 .grid:nth-child(2n+1) {
    clear: both;
  }
  .gridwrp_3 .grid:nth-child(3n+1) {
    clear: both;
  }
  .gridwrp_4 .grid:nth-child(4n+1) {
    clear: both;
  }
}
/* for PC min-width: 961px

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .gridwrp_3,
  .gridwrp_3 .grid_1,
  .gridwrp_2,
  .gridwrp_2 .grid_1 {
    width: 100%;
    margin-right: 0;
  }
  .gridwrp_4 {
    width: 105%;
  }
  .gridwrp_4 .grid_1 {
    width: 45.238%;
    margin-right: 4.762%;
  }
  .grid {
    margin-top: 20px;
  }
  .grid:first-child {
    margin-top: 0px;
  }
  .gridwrp_4 .grid:nth-child(2) {
    margin-top: 0;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	navigation

===============================================================*/
.nav_outer {
  width: 100%;
}

.navigation_wrp {
  width: 100%;
  text-align: left;
  position: staric;
  top: 0;
  left: 0;
  height: 40px;
  background: #000;
  z-index: 1500;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.navigation_wrp .navigation {
  width: 960px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.navigation li {
  width: 22.5%;
  line-height: 20px;
  font-size: 14px;
  line-height: 40px;
  float: left;
  text-align: center;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
}

.navigation li.index {
  width: 10%;
}

.navigation li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.navigation li a:hover,
.navigation li.active {
  color: #000;
  background: #f09;
  text-decoration: none;
}

.navigation_wrp .navigation .sns {
  position: absolute;
  top: 0;
  right: 0;
}

.navigation_wrp .navigation .sns li {
  margin-top: 12px;
  margin-left: 10px;
}

.navigation_wrp .navigation .sns li.twitter a,
.navigation_wrp .navigation .sns li.facebook a {
  width: 30px;
  height: 30px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
}

.navigation_wrp .navigation .sns li.twitter a {
  background: url(../images/asset/btn_twitter.png) no-repeat 0 0;
}

.navigation_wrp .navigation .sns li.facebook a {
  background: url(../images/asset/btn_facebook.png) no-repeat 0 0;
}

.navigation_wrp .navigation .sns li.twitter,
.navigation_wrp .navigation .sns li.twitter img,
.navigation_wrp .navigation .sns li.facebook,
.navigation_wrp .navigation .sns li.facebook img {
  width: 30px;
  height: 30px;
}

.navigation_wrp .navigation .sns li.mitai {
  margin-top: 12px;
  width: 140px;
  height: 30px;
  overflow: hidden;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .nav_outer,
  .navigation_wrp {
    display: none;
  }
  .navigation li a:hover,
  .navigation li.active {
    color: #fff;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	subnav	
-------------------------------------------------------------*/
.navigation ul li .subnav {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #f09;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 500;
}

.navigation ul li .subnav li {
  width: 33%;
  float: left;
  line-height: 40px;
}

.navigation ul li .subnav li a {
  position: relative;
  text-align: left;
  padding-left: 0;
  font-size: 14px;
  line-height: 40px;
  border: 0;
  color: #fff;
}

.navigation ul li .subnav li a:hover {
  color: #000;
}

.navigation ul li .subnav li .channel_icon {
  margin-right: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .navigation ul li .subnav {
    display: block;
    position: static;
    background: none;
    padding: 0;
  }
  .navigation ul li .subnav li .channel_icon {
    margin-right: 10px;
    height: 50px;
    float: left;
  }
  .navigation ul li .subnav li a {
    font-size: 14px;
    line-height: 50px;
  }
  .navigation ul li .subnav li .channel_icon img {
    width: 40px;
    height: auto;
    vertical-align: middle;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	sp_menu

===============================================================*/
.sp_menu {
  display: none;
}

.linebtn {
  position: absolute;
  top: -1000px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .sp_menu {
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 49px;
    left: 0;
    z-index: 600;
  }
  .sp_menu .inner {
    position: relative;
    width: 100%;
  }
  .sp_menu .menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1200;
    color: #fff;
    text-align: center;
    border-top: solid 0 #000;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
  }
  .sp_menu .menu a {
    display: block;
    position: relative;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 50px;
    text-decoration: none;
    text-align: right;
    padding-right: 0;
  }
  .active .menu {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .sp_menu .nav {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1500;
    -webkit-overflow-scrolling: touch;
  }
  .sp_menu .nav .nav_container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 140px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .sp_menu .nav .nav_container::-webkit-scrollbar {
    display: none;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 320px) {
  .sp_menu .menu {
    width: 40px;
    height: 40px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	menu-trigger
-------------------------------------------------------------*/
/* タブレット以下 */
@media screen and (max-width: 960px) {
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu-trigger a {
    position: relative;
  }
  .menu-trigger span {
    position: absolute;
    right: 7px;
    width: 25px;
    height: 1px;
    background-color: #fff;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 10px;
  }
  /* animation */
  .active .menu-trigger span:nth-of-type(1) {
    top: 9px;
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    -moz-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
  }
  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
  }
  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    -moz-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	sp_sns
-------------------------------------------------------------*/
/* タブレット以下 */
@media screen and (max-width: 960px) {
  .sp_menu .sp_sns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 1000;
    overflow: hidden;
  }
  .sp_menu .sp_sns .sns li.twitter,
  .sp_menu .sp_sns .sns li.facebook,
  .sp_menu .sp_sns .sns li.line {
    float: left;
    width: 40px;
  }
  .sp_menu .sp_sns .sns li.twitter a,
  .sp_menu .sp_sns .sns li.facebook a,
  .sp_menu .sp_sns .sns li.line a {
    background-image: url(../images/asset/sp_btn_twitter.png);
    background-color: #33ccff;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 0;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    display: block;
    width: 40px;
    height: 40px;
  }
  .sp_menu .sp_sns .sns li.twitter a {
    background-image: url(../images/asset/sp_btn_twitter.png);
    background-color: #33ccff;
  }
  .sp_menu .sp_sns .sns li.facebook a {
    background-image: url(../images/asset/sp_btn_facebook.png);
    background-color: #3b5998;
  }
  .sp_menu .sp_sns .sns li.line a {
    background-image: url(../images/asset/sp_btn_line.png);
    background-color: #00c300;
  }
  .sp_menu .sp_sns .sns li.socialplus {
    float: left;
    margin-left: 5px;
    margin-top: 2px;
  }
}
/* for tablet max-width: 960px */
/*-------------------------------------------------------------
	sp_menu navigation
-------------------------------------------------------------*/
/* タブレット以下 */
@media screen and (max-width: 960px) {
  .sp_menu .navigation {
    background-color: #000;
  }
  .sp_menu .navigation .localnav li {
    width: 100%;
    text-align: left;
    background: #fff;
    border: 0;
  }
  .sp_menu .navigation .localnav li a {
    position: relative;
    display: block;
    line-height: 50px;
    color: #333;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .sp_menu .navigation .localnav li a:after {
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 18px;
    margin: auto;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .sp_menu .navigation .localnav li a:hover {
    color: #fff;
  }
  .sp_menu .navigation .localnav li a:hover:after {
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
  }
  .sp_menu .navigation .localnav li .label {
    display: block;
    color: #999;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    background: #f8f8f8;
    line-height: 2;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	sp_menu body
-------------------------------------------------------------*/
/* タブレット以下 */
@media screen and (max-width: 960px) {
  .sp_menu .body {
    text-align: center;
    padding-bottom: 20px;
    background-color: #000;
    box-shadow: rgba(0, 0, 0, 0.701961) 0px 10px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.701961) 0px 10px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.701961) 0px 10px 10px 0px;
  }
  .sp_menu .body h3 {
    border-top: solid 1px #e63311;
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  .sp_menu .body h3 span {
    color: #e63311;
  }
  .sp_menu .body h4 {
    border-top: solid 1px #e63311;
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
  }
  .sp_menu .body .btn a {
    width: 90%;
    margin: 0 auto;
    display: block;
    color: #fff;
    background: #222;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    border-bottom: solid 2px rgba(0, 0, 0, 0.5);
  }
  .sp_menu .body .notmember h4 {
    color: #e63311;
  }
  .sp_menu .body .notmember .btn a {
    color: #fff;
    background: #e63311;
  }
  .sp_menu .body .recommend ul {
    width: 100%;
    overflow: hidden;
  }
  .sp_menu .body .bnr {
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .sp_menu .body .bnr img {
    width: 100%;
    height: auto;
  }
  .sp_menu .body .sp_vodlink {
    border-top: solid 1px #e63311;
    padding-top: 10px;
    margin-top: 20px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .sp_menu .body .bnr {
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	fixed

===============================================================*/
.fixed {
  position: fixed;
  top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .fixed {
    position: fixed;
    top: 0;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	timeline

===============================================================*/
.timeline {
  max-width: 100% !important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.SandboxRoot body {
  background-color: transparent;
}

.timeline-widget {
  width: 100% !important;
  min-width: 100% !important;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .TwitterWidget #twitter-widget-0 {
    width: 100% !important;
  }
  .timeline {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-break: break-all;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	txtlink 2016/11/16

===============================================================*/
.txtlink a {
  padding-left: 15px;
  color: #f09;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.txtlink a:hover {
  color: #f69;
}

.txtlink a:after {
  position: absolute;
  content: " ";
  width: 7px;
  height: 7px;
  top: 7px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  border-top: solid 1px #f09;
  border-left: solid 1px #f09;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.txtlink.arw_prev a:after {
  top: 7px;
  bottom: auto;
  left: 3px;
  right: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.txtlink.arw_after a {
  padding-left: 0;
  padding-right: 10px;
}

.txtlink.arw_after a:after {
  left: auto;
  right: 0;
}

.txtlink.arw_down a:after {
  top: 7px;
  bottom: auto;
  left: 2px;
  right: auto;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.txtlink.arw_after_down a {
  padding-left: 0;
  padding-right: 10px;
}

.txtlink.arw_after_down a:after {
  top: 7px;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*	arw_box */
.txtlink.arw_box a {
  padding-left: 25px;
}

.txtlink.arw_box a:before {
  content: " ";
  width: 20px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
}

.txtlink.arw_box a:after {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  top: 8px;
  bottom: auto;
  left: 5px;
  right: auto;
}

/*	 hover */
.txtlink a:hover:after {
  border-top: solid 1px #f69;
  border-left: solid 1px #f69;
}

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

	PAGETOP

===============================================================*/
#btn_pagetop {
  width: 100%;
  overflow: hidden;
}

#btn_pagetop a {
  display: block;
  position: absolute;
  right: -300px;
  top: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #f09;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 101;
  position: fixed;
  border-radius: 30px;
}

#btn_pagetop a:hover {
  background-color: #ff49b6;
}

#btn_pagetop a:after {
  position: absolute;
  content: " ";
  width: 14px;
  height: 14px;
  top: 20px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  #btn_pagetop a {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  #btn_pagetop a:after {
    width: 12px;
    height: 12px;
    top: 17px;
    left: 0;
    right: 0;
    bottom: auto;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	以下案件毎のコンテンツ

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

	bg 背景

===============================================================*/
/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	mainvisual

===============================================================*/
.mainvisual {
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
}

.mainvisual .single {
  width: 1000px;
  margin: 0 auto;
}

/* タブレット以下 */
@media screen and (max-width: 1000px) {
  .mainvisual .single {
    width: 100%;
    margin: 0 auto;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	section
	複数のcontent、headlineなど格納するブロック

===============================================================*/
.section_wrp {
  background: #f8f8f8;
}

.section {
  width: 100%;
}

.section_inner {
  margin: 0 auto;
  padding: 50px 0 50px 0;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .section_inner {
    margin: 0 auto;
    padding: 50px 20px 50px 20px;
  }
  .section_slider_thumb .section_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_inner {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	レイアウト

===============================================================*/
.wide_width {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.content_width {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.narrow_width {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .wide_width {
    width: 100%;
  }
}
/* for tablet max-width: 960px */
/* タブレット以下 */
@media screen and (max-width: 960px) {
  .content_width {
    width: 100%;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .narrow_width {
    width: 100%;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	headline：見出し
	subhead：小見出し

===============================================================*/
.headline {
  background-image: url(../images/icon_recomend.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 70px auto;
  padding-left: 80px;
  color: #f09;
  min-height: 70px;
  position: relative;
}

.headline .title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
}

.headline .read {
  font-size: 20px;
  line-height: 1.2;
  padding-top: 3px;
  padding-bottom: 0px;
}

.headline.noread .title {
  font-size: 35px;
  line-height: 70px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .section_slider_thumb .headline {
    margin: 0 20px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .headline {
    background-size: 40px auto;
    background-position: top center;
    padding-left: 0px;
    padding-top: 40px;
    text-align: center;
    min-height: 1px;
  }
  .headline .title,
  .headline.noread .title {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 3px;
  }
  .headline .read {
    font-size: 12px;
    line-height: 1.4;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.headline.icon
-------------------------------------------------------------*/
.headline.icon_recomend {
  background-image: url(../images/icon_recomend.png);
}

.headline.icon_vod {
  background-image: url(../images/icon_vod.png);
}

.headline.icon_ppv {
  background-image: url(../images/icon_ppv.png);
}

.headline.icon_pack {
  background-image: url(../images/icon_pack.png);
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	headline .btn	
-------------------------------------------------------------*/
.headline .btn {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 14px;
  font-weight: bold;
}

.headline .btn a {
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #f09;
  color: #f09;
}

.headline .btn a:hover {
  border: solid 1px #f69;
  color: #f69;
  text-decoration: none;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .headline .btn {
    position: static;
    margin-top: 10px;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	content 

===============================================================*/
.content {
  margin: 0 auto;
  padding-bottom: 50px;
}

.content + .content {
  padding-bottom: 50px;
}

.headline + .content {
  margin-top: 30px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .section .content {
    margin: 0 auto;
  }
  .headline + .content {
    margin-top: 20px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section .content {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .headline + .content {
    margin-top: 20px;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	box_countainer

===============================================================*/
.box_countainer {
  position: relative;
}

.box_countainer + .box_countainer {
  margin-top: 40px;
}

.box_countainer .box {
  width: 48%;
  text-align: left;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .box_countainer + .box_countainer {
    margin-top: 30px;
  }
  .box_countainer .box {
    width: 100%;
    text-align: left;
  }
  .box_countainer .box + .box {
    margin-top: 10px;
  }
  .box_countainer .box + .box .fitimg {
    margin-top: 20px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.box_countainer .box 文字
-------------------------------------------------------------*/
.box_countainer .box p.caption {
  font-size: small;
  margin-top: 0.5em;
}

.box_countainer .box * + h3 {
  margin-top: 2em;
}

.box_countainer .box * + p {
  margin-top: 1em;
}

.box_countainer .box h3 + p {
  margin-top: 0;
}

.box_countainer .box .fitimg + h3,
.box_countainer .box .fitimg + p {
  margin-top: 1em;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.box_countainer .step_number
-------------------------------------------------------------*/
.box_countainer .step_number {
  position: absolute;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  top: -10px;
  left: -10px;
  background: #000;
  color: #fff;
  border-radius: 50% 50%;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	btn_detail

===============================================================*/
.btn_detail {
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
}

.btn_detail a {
  position: relative;
  display: block;
  background-color: #f09;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0;
  /*
  border-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
  -moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
  */
}

.btn_detail a:after {
  position: absolute;
  content: " ";
  width: 13px;
  height: 13px;
  top: 0;
  left: auto;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.btn_detail a:hover {
  text-decoration: none;
  background-color: #f69;
}

.btn_detail_red a {
  background-color: #c91b36;
}

.btn_detail_red a:hover {
  background-color: #e31838;
}

.btn_detail_black a {
  background-color: #000;
}

.btn_detail_black a:hover {
  background-color: #222;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .btn_detail {
    width: 100%;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .btn_detail {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .btn_detail a {
    font-size: 16px;
    background-size: 18px 30px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	btn_anchor	
-------------------------------------------------------------*/
.btn_anchor a {
  background-color: #000;
}

.btn_anchor a:hover {
  background-color: #222;
}

.btn_anchor a:after {
  -webkit-transform: rotate(-135deg) translate(5px, 2px);
  transform: rotate(-135deg) translate(5px, 2px);
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	flexbtn	
-------------------------------------------------------------*/
.flexbtn {
  width: auto;
  text-align: center;
}

.flexbtn a {
  display: inline-block;
  padding: 15px 40px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	btn_folder

===============================================================*/
.btn_folder {
  width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}

.btn_folder a {
  display: block;
  background: #f90;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}

.btn_folder a:hover {
  text-decoration: none;
  background: #fc0;
}

.btn_folder a:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  border-top: 10px solid rgba(0, 0, 0, 0.1);
  border-right: 10px solid rgba(0, 0, 0, 0.1);
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}

.btn_folder a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.3);
  border-left: 10px solid rgba(255, 255, 255, 0.3);
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	fig
	背景に固定の画像を使用する場合

===============================================================*/
.fig {
  position: relative;
  height: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: #000;
  z-index: 100;
}

.fig01 {
  background-image: url(../images/fig01.jpg);
}

.fig img {
  display: none;
}

.youtube {
  z-index: 99;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .fig {
    background: #000;
  }
  .fig img {
    display: block;
    background: none;
    width: 100%;
    height: auto;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	modal 2016/10/11

===============================================================*/
.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  display: none;
  z-index: 9998;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  display: none;
  z-index: 9999;
  transition: top 0.2s linear, left 0.1s linear;
  -moz-transition: top 0.2s linear, left 0.1s linear;
  -ms-transition: top 0.2s linear, left 0.1s linear;
  -o-transition: top 0.2s linear, left 0.1s linear;
  -webkit-transition: top 0.2s linear, left 0.1s linear;
}

.modal .close {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 10px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  z-index: 9999;
}

.modal .close:before {
  content: " ";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #fff;
  top: 30px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .close:after {
  content: " ";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #fff;
  top: 30px;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .close:hover {
  opacity: 0.7;
}

.modal .modal_container {
  padding: 0;
  position: relative;
}

.modal .modal_contents_wrp {
  position: relative;
  padding: 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.modal .modal_inner {
  padding: 30px;
}

.modal .modal_contents_wrp::-webkit-scrollbar {
  display: none;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .modal {
    width: 100%;
  }
  .modal .close {
    top: 5px;
    right: 0px;
  }
  .modal .close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    z-index: 9999;
  }
  .modal .close:before {
    content: " ";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
    top: 20px;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .modal .close:after {
    content: " ";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
    top: 20px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.modal .modal_pager
-------------------------------------------------------------*/
.modal .modal_pager li a {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 60px;
  height: 60px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.modal .modal_pager li a:after {
  position: absolute;
  content: " ";
  width: 60px;
  height: 60px;
  top: 0px;
  left: -15px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.modal .modal_pager li.prev a {
  left: 10px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.modal .modal_pager li.next a {
  right: 10px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .modal .modal_pager li a {
    width: 40px;
    height: 40px;
  }
  .modal .modal_pager li a:after {
    width: 40px;
    height: 40px;
    top: -1px;
    left: -20px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.modal_container
-------------------------------------------------------------*/
.modal .modal_container .modal_header h3 {
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  text-shadow: none;
}

.modal .modal_container .modal_header p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
}

.modal .btn {
  width: 560px;
  margin: 0 auto;
  margin-top: 40px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .modal .modal_container .modal_header h3 {
    font-size: 20px;
    line-height: 25px;
    padding-top: 5px;
  }
  .modal .btn {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.modal_container .btn
-------------------------------------------------------------*/
.modal_container .btn {
  width: 450px;
  margin: 0 auto;
  margin-top: 30px;
}

.modal_container .btn a {
  position: relative;
  display: block;
  background-color: #e63412;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 0px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 0px 0px;
}

.modal_container .btn a:hover {
  text-decoration: none;
  background-color: #ff6600;
}

.modal_container .btn a:after {
  position: absolute;
  content: " ";
  width: 13px;
  height: 13px;
  top: 0;
  left: auto;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .modal_container .btn {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .modal_container .btn a {
    font-size: 16px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	nodata	
-------------------------------------------------------------*/
.modal .nodata {
  padding: 50px 15px;
  text-align: center;
}

.modal .nodata h3 {
  font-size: 16px;
  color: #fff;
}

.modal .closebtn a {
  display: block;
  width: 120px;
  margin: 0 auto;
  line-height: 30px;
  border: solid 1px #fff;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.modal_gamedetail .closebtn a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .modal .close {
    top: 20px;
    right: 0px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	モーダル制作時の確認用
-------------------------------------------------------------*/
.modal {
  /*display:block;*/
}

.modal_demo1 .modal_inner,
.modal_demo2 .modal_inner {
  color: #fff;
  background: #333;
  padding: 30px;
}

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

	header_wrp

===============================================================*/
.header_wrp {
  background: #000;
  padding: 10px 0;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .header_wrp {
    background: #000;
    padding: 5px 10px;
  }
  .header_wrp h1 img {
    width: 103px;
    height: 30px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	.carousel_slider .slider

===============================================================*/
.carousel_slider {
  overflow: hidden;
}

.carousel_slider .slider {
  position: relative;
  background: #000;
}

.carousel_slider .slider .slide {
  width: 100%;
  position: relative;
}

.carousel_slider .slider .owl-controls {
  display: none;
}

/* タブレット以下 */
/* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .carousel_slider .slider .slide,
  .carousel_slider .slider .slide:nth-child(even) {
    float: none;
    width: 100%;
  }
  .carousel_slider .slider .slide img {
    width: 100%;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.carousel_slider .slider .slide .photo
-------------------------------------------------------------*/
.carousel_slider {
  height: 300px;
  opacity: 0;
}

.carousel_slider .slider .slide .photo img {
  width: 1000px;
  height: auto;
  display: none;
}

.owlcomplete .carousel_slider {
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.owlcomplete .carousel_slider .slider .slide .photo img {
  width: inherit;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  opacity: 1;
  display: block;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.carousel_slider .slider .slide .txt
-------------------------------------------------------------*/
.carousel_slider .slider .slide .txt {
  position: absolute;
  width: 400px;
  height: 160px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.carousel_slider .slider .slide .txt h3 {
  font-size: 25px;
  line-height: 30px;
}

.carousel_slider .slider .slide .txt .btn {
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}

.carousel_slider .slider .slide .txt .btn a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: solid 3px #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.carousel_slider .slider .slide .txt .btn a:hover {
  background: #fff;
  color: #000;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.carousel_slider .owl-stage-outer .owl-item
-------------------------------------------------------------*/
.carousel_slider .owl-stage-outer .owl-item {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, filter 0.5s;
  transition: opacity 0.5s, filter 0.5s, -webkit-filter 0.5s;
  filter: blur(5px) grayscale(80%);
  -webkit-filter: blur(5px) grayscale(80%);
  -ms-filter: blur(5px) grayscale(80%);
  z-index: -1;
}

.carousel_slider .owl-stage-outer .active {
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-filter 1s;
  transition: opacity 1s, -webkit-filter 1s;
  transition: opacity 1s, filter 1s;
  transition: opacity 1s, filter 1s, -webkit-filter 1s;
  filter: blur(0);
  -webkit-filter: blur(0);
  -ms-filter: blur(0);
  z-index: 1;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .carousel_slider .owl-stage-outer .owl-item {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s, -webkit-filter 0.5s;
    transition: opacity 0.5s, -webkit-filter 0.5s;
    transition: opacity 0.5s, filter 0.5s;
    transition: opacity 0.5s, filter 0.5s, -webkit-filter 0.5s;
    filter: blur(0) grayscale(80%);
    -webkit-filter: blur(0) grayscale(80%);
    -ms-filter: blur(0) grayscale(80%);
  }
  .carousel_slider .owl-stage-outer .active {
    opacity: 1;
    -webkit-transition: opacity 1s, -webkit-filter 1s;
    transition: opacity 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s;
    transition: opacity 1s, filter 1s, -webkit-filter 1s;
    filter: blur(0);
    -webkit-filter: blur(0);
    -ms-filter: blur(0);
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.carousel_slider slider pager	
-------------------------------------------------------------*/
.carousel_slider .slider .pager {
  /*display:none;*/
}

.carousel_slider .slider .pager {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  z-index: 500;
}

.carousel_slider .slider .next {
  right: 30px;
}

.carousel_slider .slider .prev {
  left: 30px;
}

.carousel_slider .slider .prev a,
.carousel_slider .slider .next a {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: 100%;
  margin-top: 0;
  position: absolute;
}

.carousel_slider .slider .pager a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-right: solid 1px #f09;
  border-bottom: solid 1px #f09;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(-45deg) translate(-5px, -5px);
  transform: rotate(-45deg) translate(-5px, -5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.carousel_slider .slider .prev a:after {
  -webkit-transform: rotate(135deg) translate(-5px, -5px);
  transform: rotate(135deg) translate(-5px, -5px);
}

.carousel_slider .slider .pager a:hover:after {
  border-right: solid 1px #f69;
  border-bottom: solid 1px #f69;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .carousel_slider .slider .next {
    right: 0px;
  }
  .carousel_slider .slider .prev {
    left: 0px;
  }
  .carousel_slider .slider .pager a:after {
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(-45deg) translate(-2px, -2px);
    transform: rotate(-45deg) translate(-2px, -2px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .carousel_slider .slider .prev a:after {
    -webkit-transform: rotate(135deg) translate(-2px, -2px);
    transform: rotate(135deg) translate(-2px, -2px);
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	thumblist

===============================================================*/
/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	header_lead

===============================================================*/
.header_lead {
  padding-bottom: 50px;
  /* for tablet max-width: 960px */
  /* SP向けレイアウトの指定：～736px */
}
.header_lead .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #f09;
}
.header_lead .lead {
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .header_lead {
    text-align: center;
    padding-bottom: 20px;
  }
  .header_lead .title {
    font-size: 4vw;
  }
  .header_lead .lead {
    font-size: 5.5vw;
  }
}

/*-------------------------------------------------------------
	thumb_header
-------------------------------------------------------------*/
.thumb_header {
  padding-bottom: 15px;
}

.thumb_header .channel_title {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  float: left;
}
.thumb_header .channel_title .ch_num {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 70%;
  line-height: 1;
  padding: 0.2em 0.3em;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  margin-left: 0.5em;
  display: none;
}

.thumb_header .channel_title .channel_icon img {
  margin-right: 10px;
}

.thumb_header .channel_title a,
.thumb_header .channel_title a:hover,
.thumb_header .channel_title a:visited {
  color: #333;
}

.thumb_header .channel_title a:hover {
  text-decoration: none;
}

.thumb_header .txtlink {
  float: right;
}

.thumb_header .txtlink a {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
}

.thumb_header .txtlink a:after {
  top: -1px;
  bottom: 0;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .thumb_header {
    padding: 0 20px;
    padding-bottom: 15px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .thumb_header .channel_title {
    font-size: 16px;
  }
  .thumb_header .txtlink a {
    font-size: 12px;
    line-height: 40px;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	thumblist

===============================================================*/
.thumblist .thumb {
  background: #f09;
  position: relative;
}

.thumblist li img {
  width: inherit;
  max-width: 100%;
  height: auto;
  /*box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.20);*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thumblist .thumb .credit {
  position: absolute;
  right: 5px;
  bottom: 2px;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
}

.thumblist li .new {
  position: absolute;
  z-index: 100px;
  top: -27px;
  left: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 54px;
  font-weight: bold;
  background: #eb6877;
  text-align: center;
  width: 54px;
  height: 54px;
  border-radius: 27px;
}

.thumblist .caption {
  margin-top: 10px;
  color: #333;
  font-size: 15px;
  line-height: 22px;
}

.thumblist .item a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thumblist .item.hover a,
.thumblist .item a:hover {
  color: #f09;
  text-decoration: none;
}

.thumblist .hover img {
  opacity: 0.7;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .thumblist li img {
    max-width: 100%;
    min-width: 100%;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .thumblist .caption {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
  .thumblist .thumb .credit {
    font-size: 8px;
    line-height: 10px;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	thumb_wrpper

===============================================================*/
.thumb_wrpper .list {
  width: 104.167%;
}

.thumb_wrpper .list .item {
  width: 21%;
  margin-right: 4%;
  margin-top: 30px;
  float: left;
}

.thumb_wrpper .list .item:nth-child(4n+1) {
  clear: both;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .thumb_wrpper .list {
    width: 104.167%;
  }
  .thumb_wrpper .list .item {
    width: 46%;
    margin-right: 4%;
    margin-top: 20px;
    float: left;
  }
  .thumb_wrpper .list .item:nth-child(2n+1) {
    clear: both;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	thumb_slider

===============================================================*/
/*
.thumb_slider .owlslider {
}
.thumb_slider .owl-carousel .owl-stage-outer {
	overflow:hidden;
}
.thumb_slider .slider {
	position:relative;
}
.thumb_slider .slider li {
	width:100%;
	position:relative;
}
.thumb_slider .slider li:nth-child(even) {
	width:100%;
}

.thumb_slider .slider .owl-controls {
	display:none;
}
.thumb_slider .owlslider img {
	display:none;
}
.owlcomplete .thumb_slider  .owlslider img {
	display:block;
}

/* タブレット以下 */
/*@media screen and (max-width: 960px) {

/*}	/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/*@media only screen and (max-width: 736px) {
/*
.thumb_slider .slider li ,
.thumb_slider .slider li:nth-child(even) {
	float:none;
	width:100%;
}
.thumb_slider .slider li img {
	width:100%;
}
}	/* for SP max-width: 736px */
/*-------------------------------------------------------------
	slider pager	
-------------------------------------------------------------*/
.thumb_slider .slider .pager {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  z-index: 500;
}

.thumb_slider .slider .next {
  right: -50px;
}

.thumb_slider .slider .prev {
  left: -50px;
}

.thumb_slider .slider .prev a,
.thumb_slider .slider .next a {
  display: none;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: 100%;
  margin-top: 0;
  position: absolute;
}

.thumb_slider .slider .pager a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-right: solid 1px #f09;
  border-bottom: solid 1px #f09;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(-45deg) translate(-5px, -5px);
  transform: rotate(-45deg) translate(-5px, -5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thumb_slider .slider .prev a:after {
  -webkit-transform: rotate(135deg) translate(-5px, -5px);
  transform: rotate(135deg) translate(-5px, -5px);
}

.thumb_slider .slider .pager a:hover:after {
  border-right: solid 1px #f69;
  border-bottom: solid 1px #f69;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  /*
  .thumb_slider .slider .next {
  	right:0;
  }
  .thumb_slider .slider .prev {
  	left:0;
  }
  .thumb_slider .slider .prev a ,
  .thumb_slider .slider .next a {
  }
  .thumb_slider .slider .pager a:after {
  	width:30px;
  	height:30px;
  	-webkit-transform: rotate(-45deg) translate(-2px,-2px);
  	-moz-transform: rotate(-45deg) translate(-2px,-2px);
  	-ms-transform: rotate(-45deg) translate(-2px,-2px);
  	transform: rotate(-45deg) translate(-2px,-2px);
  	transition: all .3s;
  }
  .thumb_slider .slider .prev a:after {
  	-webkit-transform: rotate(135deg) translate(-2px,-2px);
  	-moz-transform: rotate(135deg) translate(-2px,-2px);
  	-ms-transform: rotate(135deg) translate(-2px,-2px);
  	transform: rotate(135deg) translate(-2px,-2px);
  }
  .thumb_slider .slider .pager a:after,
  .thumb_slider .slider .pager a:hover:after {
  }
  */
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  /*
  .thumb_slider .slider .prev a ,
  .thumb_slider .slider .next a {
  	background:rgba(0,0,0,0.0);
  }
  .thumb_slider .slider .pager a:after,
  .thumb_slider .slider .pager a:hover:after {

  }
  */
}
/* for SP max-width: 736px */
/*===============================================================

	section_vod_slider

===============================================================*/
.section_vod_slider {
  background: url(../images/bg_blackdot.gif) repeat top center;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.section_vod_slider	 .thumb
-------------------------------------------------------------*/
.section_vod_slider .thumb_slider .slider .caption {
  background: #fff;
  padding: 10px;
  margin: 0;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	section_ppv_slider

===============================================================*/
/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.section_ppv_slider	 .item
-------------------------------------------------------------*/
.section_ppv_slider .item {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.section_ppv_slider .item .title {
  font-size: 14px;
  line-height: 20px;
}

.section_ppv_slider .item:hover {
  /*color:#f09;*/
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.section_ppv_slider	 .channel
-------------------------------------------------------------*/
.section_ppv_slider .item .channel {
  margin-top: 10px;
}

.section_ppv_slider .item .channel_icon {
  width: 35px;
  height: 35px;
  float: left;
}

.section_ppv_slider .item .channel_icon img {
  width: 35px;
  height: 35px;
  min-width: 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px #ddd;
}

.section_ppv_slider .item .channel_name {
  font-size: 14px;
  line-height: 35px;
  color: #e62983;
  padding-left: 40px;
}

.section_ppv_slider .ppv941 .channel_name {
  font-size: 14px;
  line-height: 35px;
  color: #892093;
  padding-left: 40px;
}

.section_ppv_slider .item .date {
  clear: both;
  padding-top: 10px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_ppv_slider .item .channel_name {
    line-height: 16px;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	section_offer

===============================================================*/
.section_offer {
  background: url(../images/bg_graynoize.gif) repeat top center;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	offer_title	
-------------------------------------------------------------*/
.offer_title h3 {
  font-size: 30px;
  color: #f09;
  text-align: center;
  border-bottom: solid 2px #f09;
  padding-bottom: 15px;
}

.offer_title .gridconatiner {
  margin-top: 30px;
}

.offer_title .bnr + h3 {
  padding-top: 30px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .offer_title h3 {
    font-size: 20px;
    line-height: 1.3;
    border-bottom: solid 0px #f09;
    padding-bottom: 10px;
  }
  .offer_title .gridconatiner {
    margin-top: 0px;
  }
  .offer_title .gridwrp_4 {
    width: 100%;
  }
  .offer_title .gridwrp_4 .grid_1 {
    width: 25%;
    margin-right: 0%;
  }
  .offer_title .gridwrp_4 .grid {
    margin-top: 0;
  }
  .offer_title .gridwrp_4 .grid_1 {
    width: 33.3%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .offer_title .gridwrp_4 .grid {
    margin-top: 0;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	offer_btns	
-------------------------------------------------------------*/
.offer_btns h3 {
  font-size: 25px;
  text-align: center;
  color: #fff;
}

.offer_btns .btns {
  margin-top: 15px;
}

.offer_btns .btns .hover {
  width: 48.95%;
}

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

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .offer_btns h3 {
    font-size: 16px;
  }
  .offer_btns .btns {
    margin-top: 10px;
  }
  .offer_btns .btns .hover {
    width: 100%;
    float: none;
    display: block;
  }
  .offer_btns .btns .flor {
    margin-top: 10px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	offer_btns	
-------------------------------------------------------------*/
.offer_btns .gridwrp_3 h3 {
  font-size: 25px;
  text-align: center;
  color: #f09;
  border-top: solid 2px #f09;
  padding-top: 20px;
  margin-top: 20px;
}

.offer_btns .gridwrp_3 .btn_detail {
  width: 100%;
  margin-top: 15px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .offer_btns .gridwrp_3 h3 {
    font-size: 16px;
    border-top: solid 1px #f09;
    padding-top: 10px;
    margin-top: 15px;
  }
  .offer_btns .gridwrp_3 .btn_detail {
    margin-top: 10px;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	channel_maintitle

===============================================================*/
.channel_maintitle {
  background-color: #000;
  background-image: url(../images/channel_maintitle_playboy.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 30px 0;
  color: #fff;
}

.channel_maintitle_playboy {
  background-image: url(../images/channel_maintitle_playboy.jpg);
}

.channel_maintitle_redcherry {
  background-image: url(../images/channel_maintitle_redcherry.jpg);
}

.channel_maintitle_midnightblue {
  background-image: url(../images/channel_maintitle_midnightblue.jpg);
}

.channel_maintitle_ppv {
  background-image: url(../images/channel_maintitle_ppv.jpg);
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .channel_maintitle {
    padding: 30px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .channel_maintitle {
    padding: 20px;
  }
  .channel_maintitle {
    background-size: 200% auto;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.channel_maintitle .channel_data
-------------------------------------------------------------*/
.channel_data .icon {
  float: left;
  width: 21.875%;
}

.channel_data .data {
  float: right;
  width: 72.91%;
}

.channel_data .icon img {
  width: 100%;
  height: auto;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .channel_data .icon {
    float: left;
    width: 20%;
  }
  .channel_data .data {
    float: right;
    width: 77%;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .channel_data .icon {
    width: 40px;
    float: left;
  }
  .channel_data .data {
    float: none;
    width: 100%;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.channel_data .data
-------------------------------------------------------------*/
.channel_data .data {
  position: relative;
}

.channel_data .data .number {
  font-size: 16px;
  line-height: 1.5;
}

.channel_data .data .title {
  font-size: 40px;
  line-height: 1.5;
}

.channel_data .data .read {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}

.channel_data .data .txt {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0px;
}

.channel_data .data .caption {
  margin-top: 10px;
}

.channel_data .data .price {
  font-size: 14px;
  line-height: 1.5;
  border: solid 1px #fff;
  display: inline-block;
  padding: 8px 10px;
  position: absolute;
  top: 30px;
  right: 0;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .channel_data .data .price {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 5px;
    top: -5px;
    right: 0;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .channel_data .data .number {
    font-size: 12px;
    line-height: 20px;
    margin-left: 50px;
  }
  .channel_maintitle_ppv .data .number {
    line-height: 40px;
  }
  .channel_data .data .title {
    font-size: 22px;
    line-height: 1.4;
    clear: both;
    padding-top: 10px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    margin-top: 10px;
  }
  .channel_data .data .read {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
  }
  .channel_data .data .txt {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .channel_data .data .caption {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .channel_data .data .price {
    position: static;
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin-left: 50px;
    text-align: left;
    padding: 0;
    border: 0;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	channel_link	
-------------------------------------------------------------*/
.channel_link {
  background: rgba(255, 255, 255, 0.15);
  padding: 10px;
  padding-top: 0;
  margin-top: 30px;
}

.channel_link li {
  float: left;
  width: 25%;
  padding-top: 10px;
}

.channel_link li a {
  background-image: url(../images/icon_officialsite.png);
  background-repeat: no-repeat;
  background-position: left center;
  /*background-size:20px 20px;/* 一部のSafariで効かない */
  background-size: contain;
  padding-left: 25px;
  color: #fff;
  /*display: block;*/
  height: 20px;
}

.channel_link li.icon_officialsite a {
  background-image: url(../images/icon_officialsite.png);
}

.channel_link li.icon_programlist a {
  background-image: url(../images/icon_programlist.png);
}

.channel_link li.icon_file a {
  background-image: url(../images/icon_file.png);
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .channel_link {
    margin-top: 10px;
  }
  .channel_link li {
    width: 50%;
    padding-top: 10px;
  }
  .channel_link li:nth-child(2n+1) {
    clear: both;
  }
  .channel_link li a {
    /*padding-left:20px;*/
    background-size: 15px 15px;
    background-size: contain;
    font-size: 14px;
    line-height: 20px;
    min-height: 25px;
  }
}
/* for SP max-width: 736px */
@media only screen and (max-width: 640px) {
  .channel_link li {
    width: 100%;
    padding-top: 10px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	channel_maintitle .offer_btns	
-------------------------------------------------------------*/
/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.channel_info
-------------------------------------------------------------*/
.channel_info {
  margin-top: 15px;
}

.channel_info .channel_icon {
  width: 50px;
  float: left;
}

.channel_info .channel_icon img {
  width: 100%;
}

.channel_info .channel_data {
  color: #f09;
}

.channel_info .channel_icon + .channel_data {
  margin-left: 60px;
}

.channel_info .channel_data p {
  font-size: 14px;
  line-height: 25px;
}

.channel_info .channel_title {
  font-size: 18px;
  line-height: 25px;
}

.channel_info .date {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 15px;
}

.channel_info .repeat {
  font-size: 12px;
  line-height: 18px;
}

.pricetag {
  color: #f09;
  border: solid 1px #f09;
  display: inline-block;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 22px;
  margin-top: 3px;
}

.price_note {
  margin-top: 5px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .channel_info {
    margin-top: 15px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	channel_info .photo	
-------------------------------------------------------------*/
.channel_info + .txtdata,
.channel_info + .photo {
  margin-top: 15px;
}

.photo + .txtdata {
  margin-top: 10px;
}

.txtdata .txtlink {
  margin-top: 10px;
  line-height: 22px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .channel_info + .txtdata,
  .channel_info + .photo {
    margin-top: 10px;
  }
  .photo + .txtdata {
    margin-top: 5px;
  }
  .txtdata .txtlink {
    margin-top: 5px;
    line-height: 20px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	center_txt	
-------------------------------------------------------------*/
.center_txt {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	ppv

===============================================================*/
.ppv_info {
  margin-top: 30px;
}

.ppv_info .grid {
  background: rgba(255, 255, 255, 0.15);
  padding: 20px 30px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ppv_info .grid .icon {
  width: 50px;
  margin: 0 auto;
}

.ppv_info .grid .icon img {
  width: 100%;
  height: auto;
}

.ppv_info .grid h3 {
  font-size: 18px;
  line-height: 25px;
  margin-top: 10px;
}

.ppv_info .grid p {
  text-align: left;
  margin-top: 5px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .ppv_info {
    margin-top: 0;
  }
  .ppv_info .grid {
    padding: 10px 20px;
    margin-top: 10px;
  }
  .ppv_info .grid .icon {
    width: 30px;
    margin: 0 auto;
  }
  .ppv_info .grid h3 {
    font-size: 16px;
    margin-top: 5px;
  }
  .ppv_info .grid p {
    margin-top: 0px;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	authentication

===============================================================*/
.authentication .sp_menu,
.authentication .nav_outer {
  display: none;
}

.section_authentication {
  background: #fff;
  text-align: center;
}

.section_authentication .title .icon {
  width: 160px;
  margin: 0 auto;
}

.section_authentication .title .icon img {
  width: 100%;
  height: auto;
}

.section_authentication .title p {
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  color: #f09;
}

.section_authentication .title h3 {
  font-size: 25px;
  font-weight: normal;
  margin-top: 10px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_authentication .title p {
    font-size: 16px;
  }
  .section_authentication .title h3 {
    font-size: 20px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.section_authentication .question 
-------------------------------------------------------------*/
.section_authentication .question h3 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
}

.section_authentication .question .btns {
  margin: 0 auto;
  margin-top: 15px;
}

.section_authentication .question .btns .btn {
  width: 200px;
  margin: 0 10px;
  display: inline-block;
}

.section_authentication .question .btns .btn a {
  display: block;
  font-size: 35px;
  line-height: 60px;
  border: solid 1px #ccc;
  border-radius: 30px;
  color: #333;
}

.section_authentication .question .btns .btn a:hover {
  color: #fff;
  border: solid 1px #333;
  background: #333;
  text-decoration: none;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_authentication .question h3 {
    font-size: 25px;
    margin-top: 10px;
  }
  .section_authentication .question .btns {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .section_authentication .question .btns .btn {
    width: 40%;
  }
  .section_authentication .question .btns .btn a {
    font-size: 25px;
    line-height: 50px;
    border-radius: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.section_authentication .content	
-------------------------------------------------------------*/
.section_authentication .content {
  text-align: left;
  margin-top: 50px;
}

.section_authentication .content p {
  font-size: 14px;
  line-height: 1.6;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_authentication .content {
    margin-top: 20px;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	section_detail

===============================================================*/
.section_detail {
  background: url(../images/bg_blackdot.gif) repeat top center;
  border-top: solid 1px #111;
}

.section_detail .content {
  padding: 30px 0 50px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.section_detail .content .photo {
  float: left;
  width: 41.66%;
}

.section_detail .content .data {
  float: right;
  width: 54.16%;
}

.section_detail .content img {
  width: 100%;
  height: auto;
}

.section_detail .detail_slider img {
  max-width: 115px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .section_detail .content {
    padding: 30px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_detail .content {
    padding: 20px;
  }
  .section_detail .content .photo {
    width: 150px;
  }
  .section_detail .content .data {
    float: none;
    width: 100%;
  }
  .section_detail .detail_slider img {
    max-width: 100%;
    min-width: 100%;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.section_detail .content
-------------------------------------------------------------*/
.section_detail .content {
  color: #fff;
}

.section_detail .tag {
  margin-top: -10px;
}

.section_detail .tag li {
  display: inline-block;
  border: solid 1px #f09;
  padding: 5px 10px;
  text-align: left;
  margin-right: 10px;
  margin-top: 10px;
  color: #f09;
  font-size: 14px;
  line-height: 18px;
}

.section_detail .title {
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  margin-top: 10px;
}

.section_detail .read {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .section_detail .title {
    font-size: 22px;
    line-height: 32px;
    margin-top: 10px;
  }
  .section_detail .read {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_detail .tag {
    margin-left: 160px;
    margin-top: -5px;
  }
  .section_detail .tag li {
    padding: 0 5px;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .section_detail .title {
    margin-left: 160px;
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
  }
  .section_detail .read {
    clear: both;
    font-size: 12px;
    line-height: 1.4;
    padding-top: 10px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	section_detail .	channel_info
-------------------------------------------------------------*/
.section_detail .channel_info {
  margin-top: 15px;
}

.section_detail .channel_info .channel_icon {
  width: 50px;
  float: left;
}

.section_detail .channel_info .channel_data {
  margin-left: 60px;
  color: #f09;
}

.section_detail .channel_info .channel_data p {
  font-size: 14px;
  line-height: 25px;
}

.section_detail .channel_info .channel_data h3 {
  font-size: 16px;
  line-height: 25px;
}

.section_detail .channel_info .date {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 15px;
}

.section_detail .channel_info .repeat {
  font-size: 12px;
  line-height: 18px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .section_detail .channel_info {
    margin-top: 15px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	section_detail .	credit
-------------------------------------------------------------*/
.section_detail .credit {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
  text-align: right;
  margin-top: -40px;
  color: #fff;
  padding-bottom: 50px;
}

.section_detail .credit a {
  color: #fff;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .section_detail .credit {
    font-size: 10px;
    line-height: 1.4;
    margin-top: -20px;
    padding-bottom: 30px;
    padding-right: 10px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_detail .credit {
    clear: both;
    font-size: 8px;
    line-height: 1.3;
    margin-top: -10px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.section_detail .thumb_slider
-------------------------------------------------------------*/
.section_detail .detail_slider {
  margin-top: 20px;
  margin-left: 0;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .section_detail .detail_slider {
    clear: both;
    margin-top: 20px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	detail_slider

===============================================================*/
.detail_slider .slick-track {
  margin-left: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .detail_slider .slickslider li {
    padding: 0 5px;
  }
}
/*-------------------------------------------------------------
	slider pager	
-------------------------------------------------------------*/
.detail_slider .slick-arrow {
  width: 30px;
  height: 30px;
}

.detail_slider .slick-arrow::before,
.detail_slider .slick-arrow::after {
  width: 30px;
  height: 30px;
}

.detail_slider .slick-prev {
  left: -30px;
}

.detail_slider .slick-next {
  right: -15px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .detail_slider .slick-prev {
    left: -20px;
  }
  .detail_slider .slick-next {
    right: -20px;
  }
}
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	modal_gallery

===============================================================*/
.modal_gallery {
  width: 100%;
}

.modal_gallery .modal_contents_wrp,
.modal_gallery .modal_inner {
  padding: 0;
}

.modal_gallery .photo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	function_btn

===============================================================*/
.function_btns .btn-play {
  float: left;
}

.function_btns .btn-rec {
  float: right;
}

.function_btn {
  width: 130px;
  height: 30px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
}

.function_btn a {
  position: absolute;
  width: 130px;
  display: block;
  background-color: #6c0;
  text-align: left;
  text-indent: 23px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: bold;
  padding: 5px 0 3px 0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0) 0px 3px 0px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 3px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0) 0px 3px 0px 0px;
  border-bottom: solid 3px #50af21;
}

.function_btn a:hover {
  position: absolute;
  color: #fff;
  text-decoration: none;
  background-color: #6c0;
  border-bottom: solid 0px #50af21;
  top: 3px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .function_btn {
    width: 48%;
    min-height: 60px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
  }
  .function_btn a {
    position: absolute;
    width: 100%;
    display: block;
    background-color: #6c0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 20px 30px;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    padding: 8px 0 5px 0;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.btn-play
-------------------------------------------------------------*/
.btn-play a {
  background-color: #6c0;
  border-bottom: solid 3px #50af21;
}

.btn-play a:hover {
  background-color: #6c0;
  border-bottom: solid 0px #50af21;
}

.btn-play a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: auto;
  margin: auto;
  width: 15px;
  height: 10px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .btn-play a {
    text-indent: 0;
  }
  .btn-play a:before {
    top: 5px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(10px, 0px);
    -moz-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.btn-rec 	
-------------------------------------------------------------*/
.btn-rec a {
  text-align: center;
  text-indent: 0;
  background-color: #333;
  border-bottom: solid 3px #000;
}

.btn-rec a:hover {
  top: 0px;
  background-color: #111;
  border-bottom: solid 3px #000;
}

/*
.btn-rec a:before {
	content:'';
	position:absolute;
	top:0; bottom:0; left:10px; right:auto; margin:auto;
	width:10px;
	height:10px;
	background:rgba(0,0,0,0.2);
	border-radius:50% 50%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
*/
/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .btn-rec a {
    text-indent: 0;
  }
  .btn-rec a:before {
    top: 5px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.deactive 
-------------------------------------------------------------*/
.deactive a,
.deactive a:hover {
  cursor: default;
  top: 3px;
  background-color: #999;
  border-bottom: solid 0px #990000;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	アプリボタン無し/あり　SPのみ
-------------------------------------------------------------*/
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  /* アプリボタン無しの場合 	*/
  .function_btns .function_btn {
    width: 49%;
    min-height: 60px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    float: none;
  }
  /* アプリボタンありの場合 	*/
  .has_playbtn {
    width: 100%;
  }
  .has_playbtn .function_btn {
    width: 49%;
    min-height: 60px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
  }
  .has_playbtn .btn-play {
    float: left;
  }
  .has_playbtn .btn-rec {
    float: right;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	.program_list

===============================================================*/
.program_list {
  position: relative;
}

.program_list .list .item {
  background: #f0f0f0;
  padding: 15px 10px;
  text-align: left;
}

.program_list .list .odd {
  background: #fafafa;
}

.program_list .list .hover {
  background: #fff;
}

.program_list .list .item {
  position: relative;
}

.program_list .list a {
  color: #f09;
  text-decoration: none;
}

/*-------------------------------------------------------------
	.program_list .list .item .thumb
-------------------------------------------------------------*/
.program_list .list .item .thumb {
  float: left;
}

.program_list .list .item .thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #fff;
}

.program_list .list .item .thumb img {
  width: 100%;
  height: auto;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.program_list .list .item .txt 	
-------------------------------------------------------------*/
.program_list .list .item .txt {
  margin-left: 60px;
  padding-top: 5px;
}

.program_list .list .item .title {
  font-size: 16px;
  line-height: 20px;
}

.program_list .list .item .date {
  font-size: 14px;
  line-height: 20px;
  margin-top: 0px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .program_list .list .item .txt ul {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .program_list .list .item .txt li {
    float: none;
    width: auto;
  }
  .program_list .list .item .txt li.date br {
    display: none;
  }
  .program_list .list .item .txt li.live {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .program_list .list .item .title {
    font-size: 14px;
    line-height: 20px;
  }
  .program_list .list .item .date {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.program_list .list .item .function_btn 
-------------------------------------------------------------*/
.program_list .list .item .function_btn {
  float: right;
}

.program_detail .program_list .function_btns {
  position: absolute;
  top: 0;
  right: 10px;
  width: 300px;
}

.program_detail .program_list .function_btns .function_btn {
  margin-left: 10px;
}

.program_list .list .function_btn a,
.program_list .list .function_btn a:hover,
.program_list .list .hover .function_btn a {
  color: #fff;
  text-decoration: none;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .program_list .list .item .function_btn {
    float: none;
  }
  .program_detail .program_list .function_btns {
    position: static;
    margin-left: 60px;
  }
  .program_detail .program_list .function_btns .function_btn {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
  }
  .program_list .list .function_btn a,
  .program_list .list .function_btn a:hover,
  .program_list .list .hover .function_btn a {
    color: #fff;
    text-decoration: none;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .program_detail .program_list .function_btns {
    width: 100%;
    margin-left: 0;
    clear: both;
  }
  .program_detail .program_list .function_btns .function_btn {
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 5px;
  }
  .program_detail .program_list .function_btns .btn-rec {
    float: none;
    width: 100%;
  }
  .program_detail .program_list .function_btns {
    width: 100%;
  }
  .program_list .list .function_btn a,
  .program_list .list .function_btn a:hover,
  .program_list .list .hover .function_btn a {
    color: #fff;
    text-decoration: none;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.program_list .errormessage
-------------------------------------------------------------*/
.errormessage {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  border: solid 0px #ccc;
  margin-top: 30px;
  color: #999;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	search_area

===============================================================*/
.search_area {
  margin-top: 20px;
  padding-bottom: 40px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .search_area {
    margin-top: 0px;
    padding-bottom: 0;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	search_type	
-------------------------------------------------------------*/
.search_type {
  margin-top: 20px;
}

.search_type dt {
  width: 200px;
  float: left;
  text-indent: 35px;
  text-align: left;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  padding-top: 0px;
}

.search_type dd {
  margin-left: 0;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .search_type {
    margin-top: 10px;
  }
  /*
  .search_type dt,
  .search_type dd {
  	width:100%;
  	float:none;
  	margin:0;
  }
  */
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	検索アイコン
-------------------------------------------------------------*/
.search_type dt:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 13px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50% 50%;
  border: solid 3px #f09;
}

.search_type dt:after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 19px;
  left: 19px;
  width: 8px;
  height: 4px;
  background: #f09;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	search_box	
-------------------------------------------------------------*/
.search_box {
  float: right;
  margin-top: 10px;
}

.search_box .inputfld {
  float: left;
  width: 240px;
}

.search_box .inputfld input {
  padding: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0px;
  width: 240px;
  color: #666;
  line-height: 20px;
}

.search_box .btn {
  margin: 0;
  margin-left: 250px;
  width: 60px;
}

.search_box .btn a {
  padding: 6px 0;
  display: block;
  background-color: #f09;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 6px 0;
  border-radius: 0px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.search_box .btn a:hover {
  text-decoration: none;
  background-color: #ff49b6;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .search_box {
    width: 310px;
    margin: 0 auto;
    margin-top: -75px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .search_box {
    margin-top: 10px;
    float: none;
  }
  .search_box .btn,
  .search_box .inputfld {
    padding-top: 5px;
  }
  .search_box {
    padding-bottom: 5px;
  }
}
/* for SP max-width: 736px */
/* SP向けレイアウトの指定：～320px */
@media only screen and (max-width: 320px) {
  .search_box {
    width: 300px;
  }
  .search_box .inputfld {
    width: 200px;
  }
  .search_box .inputfld input {
    width: 200px;
  }
  .search_box .btn {
    margin-left: 210px;
  }
}
/* for SP max-width: 320px */
/*-------------------------------------------------------------
	search_channel	
-------------------------------------------------------------*/
.search_channel {
  margin-top: 0;
}

.search_channel li {
  float: left;
  width: 60px;
  margin-right: 10px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.search_channel li img {
  width: 100%;
  height: auto;
  border: solid 1px rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.search_channel li a:hover img {
  border: solid 1px rgb(0, 0, 0);
}

.search_channel li.active a img,
.search_channel li.active a:hover img {
  border: solid 1px #f09;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .search_channel {
    clear: both;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .search_channel {
    padding-bottom: 30px;
    clear: both;
  }
  .search_channel li {
    width: 20%;
    margin-right: 0;
  }
  .search_channel dt,
  .search_channel dd {
    width: 100%;
    float: none;
    margin: 0;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	search_title

===============================================================*/
.search_title {
  position: relative;
  width: 100%;
  min-height: 65px;
  background: #f09;
}

.search_title h3 {
  font-size: 18px;
  line-height: 1.2;
  padding: 22px 50px 22px 15px;
  margin-left: 65px;
  font-weight: bold;
  text-align: left;
  background: #eee;
  min-height: 65px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .search_title {
    min-height: 50px;
  }
  .search_title h3 {
    font-size: 14px;
    padding: 15px 50px 15px 10px;
    margin-left: 50px;
    min-height: 50px;
  }
}
/* for SP max-width: 736px */
/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	carrentday
-------------------------------------------------------------*/
.search_title .carrentday {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  background: #000;
  text-align: center;
}

.search_title .carrentday dt {
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  padding-top: 8px;
}

.search_title .carrentday dd {
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  color: #f09;
}

.search_title .carrentday dt {
  padding-top: 15px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .search_title .carrentday {
    width: 50px;
    height: 50px;
  }
  .search_title .carrentday dt {
    padding-top: 8px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.search_title .icon /  closebtn
-------------------------------------------------------------*/
.search_title .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  background: #f09;
}

.search_title .icon:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50% 50%;
  border: solid 3px #fff;
  transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.search_title .icon:after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 21px;
  left: 39px;
  width: 10px;
  height: 4px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search_title .icon img {
  width: 100%;
  height: auto;
  background: #ff6600;
}

.search_title .closebackbtn {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 30px;
  height: 30px;
  background: none;
}

.search_title .closebackbtn:before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #f09;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search_title .closebackbtn:after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #f09;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .search_title .icon {
    width: 50px;
    height: 50px;
  }
  .search_title .icon:before {
    width: 15px;
    height: 15px;
    border: solid 3px #fff;
    transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
  }
  .search_title .icon:after {
    bottom: 14px;
    left: 30px;
    width: 8px;
    height: 4px;
  }
  .search_title .closebackbtn {
    top: 10px;
    right: 10px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	フリーワードとキーワードの表示きりかえ
-------------------------------------------------------------*/
.search_title .icon,
.search_title .closebackbtn {
  display: none;
}

.searched_keyword .icon,
.searched_keyword .closebackbtn {
  display: block;
}

.searched_keyword .carrentday {
  display: none;
}

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

	program_list_ppv

===============================================================*/
.program_list_ppv .function_btns {
  display: none;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	ppv_program_list_title	
-------------------------------------------------------------*/
.ppv_program_list_title {
  text-align: center;
  background: #e62983;
  padding: 10px;
  margin-top: 30px;
}

.program_list_ppv_941 .ppv_program_list_title {
  background: #892093;
}

.ppv_program_list_title h3 {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}

.ppv_program_list_title .channel_icon {
  width: 35px;
  margin-right: 10px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .ppv_program_list_title {
    padding: 10px;
    margin-top: 20px;
  }
  .program_list_ppv_941 .ppv_program_list_title {
    margin-top: 0px;
  }
  .ppv_program_list_title h3 {
    font-size: 18px;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	.program_list_ppv .program_list ===============================================================*/
.program_list_ppv .program_list {
  padding-bottom: 30px;
  background: #fff;
}

/* タブレット以下 */
/* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .program_list_ppv .program_list {
    padding-bottom: 20px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.program_list_ppv .program_list .list 
-------------------------------------------------------------*/
.program_list_ppv .program_list .list .item {
  background: #fff;
  color: #333;
  padding: 0 15px;
}

.program_list_ppv .program_list .list .odd {
  background: #fff;
}

.program_list_ppv .program_list .list .hover {
  background: #fff;
}

.program_list_ppv .program_list .list .item {
  position: relative;
}

.program_list_ppv .program_list .list .item .txt {
  margin-left: 0px;
  padding-top: 0;
}

.program_list_ppv .program_list .thumb img {
  width: 100%;
  height: auto;
}

.program_list_ppv .program_list .item .note {
  font-size: 12px;
  line-height: 20px;
}

.program_list_ppv .program_list .item .title {
  font-size: 14px;
  line-height: 20px;
}

.program_list_ppv .program_list .list .item .thumb {
  display: none;
}

.program_list_ppv .program_list .list .item .channel {
  border-bottom: solid 1px #ddd;
  padding: 15px 0;
}

.program_list_ppv .program_list .list .item .channel p,
.program_list_ppv .program_list .list .item .channel h4 {
  font-size: 14px;
  line-height: 20px;
  /*margin-left:60px;*/
  font-weight: normal;
}

.program_list_ppv .program_list .list .item .channel h4 {
  margin-top: 3px;
}

.program_list_ppv .program_list .list .item .date {
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
  margin-top: 0px;
  color: #f09;
}

.thiscontents .errormessage {
  padding: 15px;
  background: #ffe4ee;
  color: #f09;
  margin-top: 10px;
}

.program_list_ppv .program_list .list a {
  text-decoration: none;
  color: #333;
}

.program_list_ppv .program_list .list a:hover,
.hover a {
  text-decoration: none;
  /* color:#f09; */
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .program_list_ppv .program_list .list .item {
    padding: 0 10px;
  }
  .program_list_ppv .program_list .list .item .channel {
    padding: 10px 0;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	.prgram_list_btn	
-------------------------------------------------------------*/
.prgram_list_btn {
  width: 270px;
  margin: 0 auto;
  margin-top: 20px;
}

.prgram_list_btn a {
  position: relative;
  display: block;
  background-color: #f09;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 0px;
}

.prgram_list_btn a:after {
  position: absolute;
  content: " ";
  width: 13px;
  height: 13px;
  top: 0;
  left: auto;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.prgram_list_btn a:hover {
  text-decoration: none;
  background-color: #f69;
}

.program_list_ppv_940 .prgram_list_btn a {
  background-color: #e62983;
}

.program_list_ppv_940 .prgram_list_btn a:hover {
  background-color: #ff3394;
}

.program_list_ppv_941 .prgram_list_btn a {
  background-color: #892093;
}

.program_list_ppv_941 .prgram_list_btn a:hover {
  background-color: #a325af;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	parts

===============================================================*/
.boxtitle {
  display: inline-block;
  border: solid 1px #f09;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1.4;
  color: #f09;
}

.pink {
  color: #f09;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	column

===============================================================*/
.column h4 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #f09;
}

.column p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	ol

===============================================================*/
ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  background: #fff;
  padding: 15px;
  margin-top: 10px;
}

ol li {
  margin-top: 0;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}

ol li + li {
  margin-top: 15px;
}

ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ffe380;
  color: #333;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  font-weight: bold;
}

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

	video.js

===============================================================*/
.section .video-js .vjs-big-play-button {
  font-size: 80px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 1px solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 50% 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.section .vjs-playing .vjs-big-play-button {
  opacity: 0;
  visibility: hidden;
}

.section .videocontainer {
  padding-top: 30px;
  padding-bottom: 20px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section .videocontainer {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	sphover

===============================================================*/
.linkarea {
  position: relative;
  display: block;
}

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

.linkarea .hover_mask,
.linkarea .hover_line {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.linkarea .hover_mask {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-transform: scaleX(0.5) scaleY(0.5);
  transform: scaleX(0.5) scaleY(0.5);
  -moz-transform: scaleX(0.5) scaleY(0.5);
  -ms-transform: scaleX(0.5) scaleY(0.5);
}

.linkarea .hover_line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  z-index: 11;
}

.linkarea .hover_line_h {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.linkarea_hover .hover_mask,
.linkarea_hover .hover_line {
  opacity: 1;
}

.linkarea_hover .hover_mask,
.linkarea_hover .hover_line_h {
  -webkit-transform: scaleX(1) scaleY(1) rotate(0deg);
  transform: scaleX(1) scaleY(1) rotate(0deg);
  -moz-transform: scaleX(1) scaleY(1) rotate(0deg);
  -ms-transform: scaleX(1) scaleY(1) rotate(0deg);
}

.linkarea_hover .hover_line_v {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

/* arw版　override **/
.linkarea.linkarea_arw .hover_line {
  left: auto;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  z-index: 11;
}

.linkarea.linkarea_arw .hover_line_h,
.linkarea.linkarea_arw .hover_line_V {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.linkarea_hover.linkarea_arw .hover_line_h {
  right: 18px;
  -webkit-transform: rotate(45deg) translateY(-10px);
  transform: rotate(45deg) translateY(-10px);
  -moz-transform: rotate(45deg) translateY(-10px);
  -ms-transform: rotate(45deg) translateY(-10px);
}

.linkarea_hover.linkarea_arw .hover_line_v {
  right: 18px;
  -webkit-transform: rotate(-45deg) translateY(10px);
  transform: rotate(-45deg) translateY(10px);
  -moz-transform: rotate(-45deg) translateY(10px);
  -ms-transform: rotate(-45deg) translateY(10px);
}

/* arw版　overrideここまで */
/* タブレット以下 */
/* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	faqlist

===============================================================*/
.faqlist {
  border-bottom: solid 1px #ddd;
}

.faqlist dt,
.faqlist dd {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px;
  text-align: left;
}

.faqlist dt {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  border-top: solid 1px #ddd;
  padding-bottom: 20px;
}

.faqlist dd {
  padding-top: 0;
  font-size: 16px;
  line-height: 25px;
}

.faqlist dt:before,
.faqlist dd:before {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 1em;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.faqlist dt:before {
  content: "Q";
  color: #39f;
  top: 30px;
}

.faqlist dd:before {
  content: "A";
  color: #f39;
  line-height: 25px;
}

.faqlist dd h3 {
  font-size: 18px;
  line-height: 25px;
}

.faqlist dd p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .faqlist dt,
  .faqlist dd {
    padding: 15px;
    padding-left: 30px;
  }
  .faqlist dt {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .faqlist dd {
    padding-top: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .faqlist dt:before,
  .faqlist dd:before {
    font-size: 20px;
    line-height: 20px;
  }
  .faqlist dt:before {
    top: 15px;
  }
  .faqlist dd:before {
    line-height: 20px;
  }
  .faqlist dd h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .faqlist dd p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	インクルードのお申し込み　2017/5/24
-------------------------------------------------------------*/
.section_application {
  background: url(../images/bg_graynoize.gif) center top;
}

.section_application .title {
  color: #ff0099;
  font-size: 35px;
  line-height: 40px;
  border-bottom: solid 3px #ff0099;
  text-align: center;
  padding-bottom: 10px;
}

.campaign_application {
  padding-bottom: 0;
}

.campaign_application .method {
  position: relative;
  border: 1px solid #4c4c4c;
  padding: 29px 19px;
  margin-top: 50px;
}

.campaign_application .method .headline {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 350px;
  background: url(../images/bg_graynoize.gif) center top;
  min-height: inherit;
  padding: 0;
}

.campaign_application .method .headline h2,
.campaign_application .method .headline h3 {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}

.campaign_application .method h3,
.campaign_application .method p {
  color: #fff;
  text-align: center;
}

.campaign_application .method p.select {
  font-size: 25px;
  line-height: 30px;
  margin-top: 10px;
}

.campaign_application .method ul {
  margin-top: 30px;
}

.campaign_application .method ul li {
  float: left;
  /* width: 31.521739%; */
  width: 48.18%;
  margin-right: 2.717391%;
}

.campaign_application .method ul li:last-child {
  margin-right: 0;
}

.campaign_application .method ul li h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}

.campaign_application .method ul li p {
  font-size: 14px;
  line-height: 20px;
}

.campaign_application .method ul li p.bisiness_hour {
  margin-top: 5px;
}

.campaign_application .method ul li p.caution {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
  text-align: left;
}

.campaign_application .method ul li .btn_application {
  margin-top: 15px;
}

.campaign_application .method ul li .btn_application a {
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ff0099;
  padding: 18px 0;
}

.campaign_application .method ul li.web .btn_application a {
  color: #fff;
  background: #ff0099;
}

.campaign_application .method ul li.web .btn_application a:hover {
  background: #cd007b;
}

.campaign_application .method ul li.intaractv .btn_application a {
  color: #fff;
  background: #ff0099;
}

.campaign_application .method ul li.intaractv .btn_application a:hover {
  color: #fff;
  background: #cd007b;
}

.campaign_application .method ul li .btn_application.pc {
  display: block;
}

.campaign_application .method ul li .btn_application.sp {
  display: none;
}

.campaign_application .method ul li.tel .fd {
  position: relative;
  height: 58px;
  border: 1px solid #fff;
  margin-top: 15px;
}

.campaign_application .method ul li.tel .fd img {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.campaign_application .nonmember {
  margin-top: 50px;
}

.campaign_application .nonmember ul {
  margin-top: 30px;
}

.campaign_application .nonmember ul li {
  float: left;
  width: 48.958333%;
  margin-right: 2.083333%;
}

.campaign_application .nonmember ul li:last-child {
  margin-right: 0;
}

.campaign_application .nonmember ul li a {
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.campaign_application .nonmember ul li.guide a {
  color: #5ea304;
  line-height: 28px;
  border: 1px solid #5ea304;
  padding: 16px 43px;
}

.campaign_application .nonmember ul li.guide a:before {
  content: "";
  background: url(../images/application_guide_icon.png);
  background-size: contain;
  position: relative;
  top: 5px;
  left: -10px;
  display: inline-block;
  height: 28px;
  width: 17px;
  padding: 0;
  margin: 0;
}

.campaign_application .nonmember ul li.guide a:hover {
  color: #fff;
  background: #5ea304;
  border: 1px solid #5ea304;
}

.campaign_application .nonmember ul li.inquiry a {
  color: #fff;
  background: #fe4f32;
  padding: 24px;
}

.campaign_application .nonmember ul li.inquiry a:hover {
  background: #d23a21;
}

.section_application .subhead {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .pcbr {
    display: none;
  }
  .tabbr {
    display: inline;
  }
  .campaign_point .additionally .description.pc img {
    width: 90%;
  }
  .campaign_recommended ul li h3 {
    font-size: 18px;
  }
  .btn_recommended a {
    font-size: 12px;
  }
  .campaign_application .method ul li p.caution {
    text-align: left;
  }
  .campaign_application .method ul li .btn_application a {
    font-size: 16px;
  }
  .campaign_application .method ul li .btn_application.pc {
    display: none;
  }
  .campaign_application .method ul li .btn_application.sp {
    display: block;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .spbr {
    display: inline;
  }
  /*-------------------------------------------------------------
  	お申し込み
  -------------------------------------------------------------*/
  .section_application .title {
    font-size: 25px;
    line-height: 30px;
    border-bottom: solid 2px #ff0099;
    padding-bottom: 10px;
  }
  .campaign_application .method {
    margin-top: 40px;
  }
  .campaign_application .method .headline {
    width: 90%;
    top: -15px;
  }
  .campaign_application .method .headline h2,
  .campaign_application .method .headline h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .campaign_application .method p.select {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
  }
  .campaign_application .method ul {
    margin-top: 15px;
  }
  .campaign_application .method ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .campaign_recommended ul li .ch_ph {
    width: 80%;
    margin: 0 auto;
  }
  .campaign_application .method ul li:last-child {
    margin-bottom: 0;
  }
  .campaign_application .method ul li h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .campaign_application .method ul li .btn_application a {
    font-size: 18px;
  }
  .campaign_application .method ul li.tel .fd {
    position: static;
    height: auto;
  }
  .campaign_application .method ul li.tel .fd img {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .campaign_application .nonmember ul {
    margin-top: 10px;
  }
  .campaign_application .nonmember ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .campaign_application .nonmember ul li:last-child {
    margin-bottom: 0;
  }
  .campaign_application .nonmember ul li a {
    font-size: 16px;
  }
}
/* for SP max-width: 736px */
/* SP向けレイアウトの指定：～320px */
@media only screen and (max-width: 320px) {
  .campaign_application .method .headline h2,
  .campaign_application .method .headline h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
/*-------------------------------------------------------------
	bnr_horizon
-------------------------------------------------------------*/
.bnr_horizon {
  width: 100%;
  background: #000;
  padding: 10px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.bnr_horizon_content {
  margin: 0 auto;
}

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

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .bnr_horizon {
    padding: 10px;
  }
  .bnr_horizon_content {
    width: 100%;
    margin: 0 auto;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	bnr_pack
-------------------------------------------------------------*/
.bnr_pack {
  width: 640px;
  margin: 0 auto;
  padding-bottom: 50px;
}

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

/* タブレット以下 */
@media screen and (max-width: 640px) {
  .bnr_pack {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	pankuzu

===============================================================*/
.pankuzu {
  text-align: left;
  padding: 10px 0;
}

.pankuzu li {
  display: inline-block;
  padding-left: 10px;
}

.pankuzu li:first-child {
  padding-left: 0;
}

.pankuzu li a {
  text-decoration: none;
  position: relative;
  padding-right: 20px;
  color: #f09;
  font-weight: bold;
}

.pankuzu li a:hover {
  color: #ff49b6;
}

.pankuzu li a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: solid 1px #f09;
  border-bottom: solid 1px #f09;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* タブレット以下 */
@media screen and (max-width: 940px) {
  .pankuzu {
    padding: 10px;
  }
}
/* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .pankuzu {
    display: none;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	アダルトチャンネルパック

===============================================================*/
/*-------------------------------------------------------------
	section_acp_head
-------------------------------------------------------------*/
.section_acp_head {
  background: url(../images/bg_pink_heartdot.gif) repeat center top;
}

.section_acp_head .title {
  width: auto;
  max-width: 700px;
  margin: 0 auto;
}

.section_acp_head .btns .btn {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-top: 30px;
}

.section_acp_head .btns .btn + .btn {
  margin-right: 0;
}

.section_acp_head .btns .btn a {
  position: relative;
  display: block;
  color: #e62983;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  background: #fff;
}

.section_acp_head .btns .btn a:hover {
  text-decoration: none;
  background: #ddd;
}

.section_acp_head .btns .btn a:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  margin: auto;
  border: solid 2px #e62983;
  width: 15px;
  height: 15px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .section_acp_head .btns .btn a {
    font-size: 20px;
  }
}
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_acp_head .title {
    width: 100%;
  }
  .section_acp_head .btns .btn {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .section_acp_head .btns .btn + .btn {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 10px;
  }
  .section_acp_head .btns .btn a {
    font-size: 16px;
    line-height: 20px;
  }
  .section_acp_head .btns .btn a:after {
    width: 10px;
    height: 10px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	section_deluxe_head
-------------------------------------------------------------*/
.section_deluxe_head {
  background: url(../images/pack/bg_deluxe.jpg) no-repeat center top;
  background-size: cover;
}

.section_deluxe_head .title {
  width: auto;
  max-width: 860px;
  margin: 0 auto;
}

.section_deluxe_head ul.ch {
  margin: 0 -0.520833%;
  margin-top: 30px;
}

.section_deluxe_head ul.ch li {
  float: left;
  width: 22.680412%;
  background: url(../adult_cp/images/point_ch_plus.gif) no-repeat center right;
  background-size: auto 14.285714%;
  padding-right: 3.092784%;
  margin-bottom: 0;
}

.section_deluxe_head ul.ch li img {
  width: 100%;
  height: auto;
}

.section_deluxe_head ul.ch li:last-child {
  background: none;
  padding-right: 0;
}

.section_deluxe_head .read {
  width: auto;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_deluxe_head ul.ch {
    margin: 0 -1.9047616%;
    /*-2.380952%;*/
    margin-top: 15px;
  }
  .section_deluxe_head ul.ch li {
    background: none !important;
    float: left;
    width: 50%;
    padding: 0;
  }
  .section_deluxe_head ul.ch li:nth-child(even) {
    float: right;
  }
  .section_deluxe_head ul.ch li img {
    width: 100%;
    text-align: center;
  }
  .section_deluxe_head ul.ch li:first-child {
    background: none;
    padding-top: 0;
  }
  .section_deluxe_head .read {
    width: 80%;
    margin-top: 15px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	ここがポイント
-------------------------------------------------------------*/
.section_deluxe {
  background: #fff;
}

.section_deluxe .campaign_point .balloon {
  position: relative;
}

.section_deluxe .campaign_point .balloon img {
  position: absolute;
  top: -80px;
  left: 50%;
  width: 300px;
  height: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.section_deluxe .campaign_point ul {
  padding-top: 30px;
}

.section_deluxe .campaign_point ul li {
  padding-left: 0;
}

.section_deluxe .campaign_point ul li + li {
  margin-top: 50px;
}

.section_deluxe .campaign_point .headline {
  background: none;
  padding-left: 0;
  min-height: auto;
}

.section_deluxe .campaign_point .headline h3 {
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #ff0099;
  padding-bottom: 10px;
}

.section_deluxe .campaign_point .headline h3 span {
  vertical-align: middle;
  color: #ff0099;
  font-size: 40px;
  margin-right: 20px;
}

.section_deluxe .campaign_point .headline + p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_deluxe .campaign_point .balloon img {
    top: -40px;
    width: 200px;
  }
  .section_deluxe .campaign_point ul {
    padding-top: 20px;
  }
  .section_deluxe .campaign_point ul li {
    padding-left: 0;
  }
  .section_deluxe .campaign_point ul li + li {
    margin-top: 20px;
  }
  .section_deluxe .campaign_point .headline {
    background: none;
    padding: 0;
    min-height: auto;
  }
  .section_deluxe .campaign_point .headline h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
  }
  .section_deluxe .campaign_point .headline h3 span {
    font-size: 30px;
    margin-right: 10px;
  }
  .section_deluxe .campaign_point .headline + p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	section_playboy_head
-------------------------------------------------------------*/
.section_playboy_head {
  background: url(../images/bg_blackheart.jpg) repeat center top;
}

.section_playboy_head .title {
  width: auto;
  max-width: 760px;
  margin: 0 auto;
}

.section_playboy_head ul.ch {
  margin: 0 -0.520833%;
  margin-top: 30px;
  -webkit-transform: translateX(26.04165%);
  transform: translateX(26.04165%);
}

.section_playboy_head ul.ch li {
  float: left;
  width: 22.680412%;
  background: url(../adult_cp/images/point_ch_plus.gif) no-repeat center right;
  background-size: auto 14.285714%;
  padding-right: 3.092784%;
  margin-bottom: 0;
}

.section_playboy_head ul.ch li img {
  width: 100%;
  height: auto;
}

.section_playboy_head ul.ch li:last-child {
  background: none;
  padding-right: 0;
}

.section_playboy_head .read {
  width: auto;
  max-width: 815px;
  margin: 0 auto;
  margin-top: 30px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_playboy_head ul.ch {
    margin: 0 -1.9047616%;
    /*-2.380952%;*/
    margin-top: 15px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .section_playboy_head ul.ch li {
    background: none !important;
    float: left;
    width: 50%;
    padding: 0;
  }
  .section_playboy_head ul.ch li:nth-child(even) {
    float: right;
  }
  .section_playboy_head .read {
    width: 80%;
    margin-top: 15px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	btn_pack
-------------------------------------------------------------*/
.btn_pack {
  width: 420px;
  margin: 0 auto;
  margin-top: 50px;
}

.btn_pack a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  background: #ff9900;
}

.btn_pack a:hover {
  text-decoration: none;
  background: #e78b00;
}

.btn_pack a:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 15px;
  margin: auto;
  border: solid 1px #fff;
  width: 15px;
  height: 15px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .btn_pack {
    width: 100%;
    margin-top: 20px;
  }
  .btn_pack a {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
  }
  .btn_pack a:after {
    top: 20px;
    width: 10px;
    height: 10px;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	nodata	
-------------------------------------------------------------*/
/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	nodata_message
-------------------------------------------------------------*/
.nodata_box {
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-top: 30px;
  background: #fafafa;
  border: solid 1px #ddd;
  display: none;
}

.nodata_box .btn {
  margin-top: 10px;
}

.nodata_box a {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  background: #555;
  font-size: 16px;
  line-height: 1;
}

.nodata_box a:hover {
  text-decoration: none;
  background: #333;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .thiscontents .nodata_message {
    margin-top: 0px;
  }
  .thiscontents .nodata .nodata_box {
    margin: 0;
  }
  .thiscontents .nodata .nodata_box .btn {
    display: none;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	20201130追加
-------------------------------------------------------------*/
.guide_link {
  border: none;
  color: #ff52ba;
  font-size: 18px;
  margin-top: 10px;
}

.guide_link span {
  font-weight: bold;
  background-color: #f09;
  color: #fff;
  padding: 0 10px 0;
  margin-right: 10px;
}

.guide_link a {
  color: #ff52ba;
}

.guide_link a:visited {
  color: #ff52ba;
}

.guide_link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 736px) {
  .guide_link {
    font-size: 18px;
    font-size: 12px;
    line-height: 1.5;
  }
}
/*-------------------------------------------------------------
	20230517追加
-------------------------------------------------------------*/
p.color-black {
  color: #000000;
}

/*-------------------------------------------------------------
	20231204追加 Slick
-------------------------------------------------------------*/
.thumb_slider .slick-list {
  width: 1000px;
  position: relative;
  left: -20px;
}

.thumb_slider .slick-initialized .slick-slide {
  padding: 0 20px;
}

.slickslider img {
  display: none;
}

@media only screen and (max-width: 1030px) {
  .thumb_slider .slick-list {
    width: 100%;
    left: 0px;
  }
  .thumb_slider .slick-initialized .slick-slide {
    padding: 0 10px;
  }
}
/*-------------------------------------------------------------
	20231204追加 Slick Arrow
-------------------------------------------------------------*/
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  z-index: 500;
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
}

.slick-next {
  right: -50px;
}

.slick-prev {
  left: -50px;
}

.mainvisual .slick-next {
  right: 30px;
}

.mainvisual .slick-prev {
  left: 30px;
}

.slick-arrow::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-right: solid 1px #f09;
  border-bottom: solid 1px #f09;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(-45deg) translate(-5px, -5px);
  transform: rotate(-45deg) translate(-5px, -5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-arrow.slick-prev::after {
  -webkit-transform: rotate(135deg) translate(-5px, -5px);
  transform: rotate(135deg) translate(-5px, -5px);
}

.slick-arrow.pager::after {
  border-right: solid 1px #f69;
  border-bottom: solid 1px #f69;
}

@media only screen and (max-width: 1030px) {
  .slick-next {
    right: 0px;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-arrow::after {
    width: 30px;
    height: 30px;
  }
}
/*-------------------------------------------------------------
	.carousel_slider .slider .slide .photo
-------------------------------------------------------------*/
.slickcomplete .slickslider {
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-slide img {
  display: none;
}

.slickcomplete .slick-slide img {
  display: block;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*# sourceMappingURL=thiscontents.css.map */