@charset "utf-8";
img {
  max-width: 100%;
}
p {
  margin:0;
}
.team_select img {
  pointer-events: none;
}
.main-container {
  background-color: black;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
}

/* ====================================
  1. Slick Slider 必須構造スタイル
==================================== */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex !important;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    height: auto !important;
    display: flex !important; /* 中身もflexにして高さを広げる */
    flex-direction: column;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.slick-dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* ====================================
  2. 矢印ボタンのリセット (slick-theme.cssなしの場合の必須対応)
  デフォルトのbuttonタグの見た目を消します
==================================== */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

/* =====================
  pc
===================== */
@media (min-width:641px) {
  .main-container section .sp {
    display: none;
  }
  .w1200 {
    width: 1200px !important;
    margin: 0 auto;
  }


  /* =====================
    watch-top pc
  ===================== */
  /* 共通 */
  .area_wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .tabWrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-around;
    background-color: #cccccc;
  }
  .tabWrapper li {
    width: 50%;
    text-align: center;
    height: 60px;
    font-size: 26px;
    line-height: 60px;
    color: #000;
    font-weight: bold;
  }
  .tabWrapper li.isActive {
    background-color: #0099ff;
    color: #ffffff;
  }
  .tabWrapper li.isActive::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 15px solid #0099ff;
    border-bottom: 0;
    position: relative;
  }
  .commonBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    text-align: center;
  }
  .commonBtn .btn a {
    text-decoration: none;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: none;
    transition: none;
  }
  .commonBtn .btn a span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    line-height: 1.5;
    font-weight: normal;
  }
  .commonBtn .btnRed {
    max-width: 372px;
    width: 100%;
    margin: 0;
  }
  .commonBtn .btnRed .img {
    margin: 0 0 12px 0;
  }
  .commonBtn .btnRed .btn {
    max-width: 372px;
    margin: 0;
  }
  .commonBtn .btnRed .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 372px;
    height: 90px;
    background: #fe295f;
    box-shadow: 0 10px 0 #cd0034;
    padding: 20px 0;
    position: relative;
    line-height: 1.4;
  }
  .commonBtn .kvBtn02 .btn a {
    width: 300px;
  }
  .commonBtn .btnRed .btn a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
  }
  .commonBtn .btnRed .btn a:hover {
    transform: translate3d(0, 10px, 0);
    box-shadow: 0 0px 0 #fff !important;
  }
  .commonBtn .btnBlue {
    max-width: 372px;
    width: 100%;
    margin: 0;
  }
  .commonBtn .btnBlue .img {
    margin: 0 0 12px 0;
  }
  .commonBtn .btnBlue .btn {
    max-width: 372px;
    margin: 0;
  }
  .commonBtn .btnBlue .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 372px;
    height: 90px;
    background-color: #0099ff;
    box-shadow: 0 10px 0 #0071bd;
    padding: 20px 0;
    position: relative;
  }
  .commonBtn .btnBlue .btn a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
  }
  .commonBtn .btnBlue .btn a:hover {
    transform: translate3d(0, 10px, 0);
    box-shadow: 0 0px 0 #fff !important;
  }


  /* =====================
    kv-area pc
  ===================== */
  .watchOnly .kv_area {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    /* min-height: 522px; */
    /* max-height: 522px; */
    /* background: #363636!important; */
    background: #000000!important;
  }
  .kv_area h2 {
    /* max-width: 818px;
    min-width: 818px; */
    width: 100%;
    background: #000;
    margin: auto;
  }
  .kv_area .kv_area_mainText {
    width: 100%;
    /* margin: auto; */
    background-image: url(/img/responsive/all/key_watch03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    /* background: #363636!important; */
    /* padding: 40px 0px; */
    /* padding: 40px 0px 20px 0px; */
    padding: 40px 0px 100px 0px;
    /* pointer-events: none; */
  }
  .kv_area_mainText .inner {
    /* max-width: 560px; */
    max-width: 300px;
    width: 100%;
    /* margin: auto; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1.5%;
    margin-left: 50px;
    /* padding-top: 90px; */
  }
  .kv_area .kv_area_mainText .largeText {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std";
  }
  .kv_area .kv_area_mainText .largeText span {
    font-size: 23px;
  }
  .kv_area .kv_area_mainText .largeText:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .kv_area .kv_area_mainText .largeText:nth-child(3) {
    margin: 0 0 30px 0;
  }
  .kv_area .kv_area_mainText .text {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    padding-left:1em;
	text-indent:-1em;
  }
  .kv_area .kv_area_mainText .commonBtn {
    display: block;
  }
  .kv_area .kv_area_mainText .commonBtn .btn {
    margin: 0 0 23px 0;
  }
  .kv_area .kv_area_mainText .textLink {
    max-width: 480px;
    font-size: 26px;
    color: #fff000;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 auto;
  }
  .kv_area .kv_area_mainText .textLink a {
    color: #fff000;
  }
  .kv_area .kv_area_mainText .textLink a:hover {
    opacity: 0.7;
  }
  .kvBtn {
    margin: 20px auto 24px auto;
  }
  .kvBtn p a {
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
    font-size: 14px;
    display: table-cell;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 56px;
    vertical-align: middle;
    background: #fe295f;
    box-shadow: 0 5px 0 #cd0034;
    border-radius: 10px;
    padding: 10px 55px;
  }
  .kvBtn p a span.small {
    font-weight: normal;
    font-size: 12px;
  }
  .kvBtn p a span.bold {
    font-weight: bold;
    font-size: 16px;
  }
  .kvBtn p a:hover {
    transform: translate3d(0, 5px, 0);
    box-shadow: 0 0px 0 #fff !important;
  }


  /* =====================
    navArea pc
  ===================== */
#navArea {
    background: #0099ff;
    position: relative;
    z-index: 2;
    /* 横スクロールが出ないように制御 */
    overflow-x: auto;
    /* スクロールバーを非表示にする場合（任意） */
    scrollbar-width: none;
  }
  #navArea::-webkit-scrollbar {
    display: none;
  }
  #navArea .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    min-width: max-content;
  }
  #navArea .nav li {
    position: relative;
    width: auto;
    flex: 0 0 auto;
  }
  /* 区切り線（右側） */
  #navArea .nav li::after {
    content: "";
    position: absolute;
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 25px;
  }
  /* 一番右のボタンだけ区切り線を消す */
  #navArea .nav li:last-child::after {
    display: none;
  }
  #navArea .nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    padding: 18px 65px;
    text-align: center;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
    white-space: nowrap;
  }
  #navArea .nav li a:hover {
    opacity: 0.8;
  }
  /* --- アイコン設定 (左側) --- */
  #navArea .nav li a::before {
    position: absolute;
    left: 30px;
    top: 4px;
    bottom: 0;
    margin: auto 0;
    display: inline-flex;
    align-items: center;
  }
  /* 各アイコン画像の指定 */
  #navArea .nav li.nav01 a::before { content: url(/img/responsive/all/menu_nav_icn01.png); }
  #navArea .nav li.nav02 a::before { content: url(/img/responsive/all/menu_nav_icn02.png); }
  #navArea .nav li.nav03 a::before { content: url(/img/responsive/all/menu_nav_icn03.png); }
  #navArea .nav li.nav04 a::before { content: url(/img/responsive/all/menu_nav_icn04.png); }
  #navArea .nav li.nav05 a::before { content: url(/img/responsive/all/menu_nav_icn05.png); }
  /* --- 矢印アイコン設定 (右側) --- */
  #navArea .nav li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-70%) rotate(45deg);
    margin-top: 0;
  }
  /* テキスト部分 */
  #navArea .nav li a div {
    display: block;
  }


  /* =====================
    teamLogo_area pc
  ===================== */
  #watch .teamLogo_area {
    background: #fff;
    padding: 16px 0;
  }
  #watch .teamLogo_area ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
  }
  #watch .teamLogo_area li {
    width: 60px;
    height: 60px;
  }
  #watch .teamLogo_area li img {
    width: 100%;
    height: auto;
  }


  /* =====================
    team_select pc
  ===================== */
  .team_select {
    background: #fff;
    padding: 100px 0;
  }
  .team_select > h3 {
    margin: 0 auto 60px;
    text-align: center;
  }
  .team_select_teamInfo {
    display: none;
  }
  .team_select_teamInfo.isActive {
    display: block;
  }
  .team_select_teamInfo h3 {
    margin: 0 0 50px 0;
    text-align: center;
  }
  .team_select_teamInfo .info ul {
    display: flex;
    justify-content: center;
    gap: 29px 30px;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
  }
  .team_select_teamInfo .info ul li {
    max-width: 276px;
    width: 100%;
    border-radius: 10px;
    font-weight: bold;
    box-sizing: border-box;
  }
  .team_select_teamInfo .info ul li .head {
    position: relative;
    right: 0;
    top: 0;
    /* background: #eb5757; */
    /* padding: 10px 20px; */
    border-radius: 10px;
    min-height: 86px;
  }
  .team_select_teamInfo .info ul li .head .live {
    color: #eb5757;
    background: #fff;
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 12px;
  }
  .team_select_teamInfo .info ul li .head .teamName {
    color: #fff;
    font-size: 16px;
  }
  .team_select_teamInfo .info ul li .head .singleL {
    margin-top: 8px;
  }
  .team_select_teamInfo .info ul li .bangumi {
    position: absolute;
    /* top: 10px; */
    bottom: 30%;
    right: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .team_select_teamInfo .info ul li a:hover {
    opacity: 0.7;
  }
  .team_select_teamInfo .text {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .team_select_teamInfo .annotationList {
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    /* margin: 0 0 40px 0; */
  }
  .team_select_teamInfo .btn a {
    position: relative;
    width: 480px;
    margin: 60px auto 70px;
    padding: 26px;
    background-color: #fff;
    border-radius: 6px;
    color: #0099ff;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: none;
    transition: none;
    border: 2px solid #0099ff;
    box-shadow: 0 10px 0 #0071bd;
    text-decoration: none;
    box-sizing: content-box;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team_select_teamInfo .btn a:hover{
    transform: translate3d(0, 10px, 0);
    box-shadow: 0 0px 0 #0071bd;
  }

  /* モーダル */
  .team_select .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 20000;
  }
  /* .team_select .modal-container:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  } */
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  .team_select .modal-container.active{
    opacity: 1;
    visibility: visible;
  }
  .team_select .modal {
    max-width: 631px;
    width: 100%;
    margin: 0 auto;
    background: #f0f0f0;
    border-radius: 10px;
    display: none;
  }
  .team_select .modal.active {
    display: block;
  }
  .team_select .modal .modalHead {
    background: #0099ff;
    padding: 14px 0;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
  }
  .team_select .modal .modalHead .modalLive {
    color: #0099ff;
    background: #fff;
    display: inline-block;
    padding: 5px 12px;
    margin-right: 64px;
  }
  .team_select .modal .modalHead .name {
    font-size: 24px;
    color: #fff;
  }
  .team_select .modal .modalHead .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
  }
  .team_select .modal .modalInner {
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
    background: #f0f0f0;
    padding: 30px 0;
    color: #444444;
  }
  .team_select .modal .modalInner .copy {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 30px 0;
    text-align: left;
  }
  .team_select .modal .modalInner .bangumiTit {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 30px 0;
    text-align: left;
  }
  .team_select .modal .modalInner .bangumich {
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 15px 26px;
  }
  .team_select .modal .modalInner .bangumich + .bangumich {
    margin: 15px 0 0;
  }
  .team_select .modal .modalInner .bangumich .ch {
    max-width: 41px;
    min-width: 41px;
    min-height: 41px;
    margin: 0 14px 0 0;
  }
  .team_select .modal .modalInner .bangumich .textBox {
    text-align: left;
  }
  .team_select .modal .modalInner .bangumich .chName {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
  }
  .team_select .modal .modalInner .bangumich .chNumber {
    font-size: 14px;
    line-height: 1.5;
  }
  .team_select .modal .modalInner .bangumiText {
    font-size: 16px;
    line-height: 1.3;
    margin: 30px 0;
    text-align: left;
  }
  .team_select .modal .modalInner .bangumiSchedule {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-weight: bold;
    text-align: left;
  }
  .team_select .modal .modalInner .closeBtn a {
    color: #222222;
    border: 1px solid #222222;
    display: block;
    text-align: center;
    max-width: 238px;
    width: 100%;
    margin: 30px auto;
    font-size: 16px;
    line-height: 1;
    padding: 15px 0;
    font-weight: bold;
  }
  .team_select .modal .modalInner .closeBtn a:hover {
    opacity: 0.7;
  }


/* =====================
    baseballSet_area pc
  ===================== */
  .baseballSet_area {
    background-color: #f4f4f4;
    padding: 120px 0;
    line-height: 1.5;
  }
  .baseballSet_area h4 {
    text-align: center;
    margin: 0 auto 80px;
  }

  .points_container {
    margin: 0 auto 80px;
    width: 100%;
  }
  .points_container .point_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px;
  }
  .points_container .point_card:not(:last-child) {
    margin-bottom: 60px;
  }

  /* POINTラベル（青帯） */
  .points_container .point_label {
    background: #0099ff;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    font-size: 26px;
    padding: 4px;
    margin: 0 auto 32px;
    position: relative;
  }
  .points_container .point_head {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 32px;
  }

  /* Point 1 & 2 Layout (Flex) */
  .points_container .flex_style {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
  .points_container .flex_style.reverse {
    flex-direction: row-reverse;
  }
  .points_container .text_col {
    flex: 1;
  }
  .points_container .img_col {
    flex: 1;
    text-align: center;
  }
  .points_container .point_img {
    max-width: 100%;
    height: auto;
  }

  /* 青い縦線のリスト */
  .points_container .check_list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .points_container .check_list li {
    background: #edf8ff;
    position: relative;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
  }
  .points_container .check_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .points_container .check_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #0099ff;
  }

  /* Point 3 & 4 Layout (Center) */
  .points_container .sub_tit {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
  }
  .points_container .program_static img {
    max-width: 100%;
    height: auto;
  }

  /* スライダー全体の余白 */
  .program_slider {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .program_slider + .sub_tit {
    margin-top: 40px;
  }
  /* --- カードスタイル --- */
  .slide_item {
    background: #f5f5f5;
    height: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
  }
  .p_card_inner {
    display: flex;
    flex-direction: column;
    text-decoration: none!important;
    color: #222!important;
    height: 100%;
  }
  .p_card_inner:hover {
    opacity: 0.7;
  }
  /* point3,4のスライドショーではホバー効果を無効化 */
  #program_slider_osusume .p_card_inner:hover,
  #program_slider .p_card_inner:hover,
  #program_slider_other .p_card_inner:hover {
    opacity: 1;
  }
  /* 画像エリア */
  .p_img {
    width: 100%;
    aspect-ratio: 16 / 9; /* 16:9比率を維持 */
    overflow: hidden;
    background: #000;
  }
  .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }
  /* テキストエリア */
  .p_txt {
    padding: 20px;
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  /* 日付とタグ */
  .p_date {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  /* 同時配信タグ */
  .tag_live {
    color: #df0a17;
    display: inline-block;
    border: 1px solid #df0a17;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 5px;
    background: #fff;
  }
  /* 生放送・生中継タグ */
  .tag_live02 {
    color: #fff;
    display: inline-block;
    border: 1px solid #df0a17;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 5px;
    background: #df0a17;
  }
  /* タイトル */
  .p_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    /* 長いタイトルを2行で切る場合 */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
  }

  /* シングル用 */
  .program_slider.single_slide .slide_item {
    max-width: 784px;
    width: 100%;
    margin: 0 auto;
  }
  .program_slider.single_slide .p_card_inner {
    flex-direction: row;
  }
  .program_slider.single_slide .p_card_inner .p_img {
    max-width: 300px;
    width: 100%;
  }
  .program_slider.single_slide .p_card_inner .p_title {
    font-size: 20px;
  }

  /* --- Slick Arrow Custom (黒い四角の矢印) --- */
  .slick-prev, .slick-next {
    z-index: 10;
    width: 50px;
    height: 50px;
    background-color: rgba(34, 34, 34, 0.8) !important;
    border-radius: 0;
    top: 40%;
  }
  .slick-prev:hover, .slick-next:hover {
    background-color: rgba(34, 34, 34, 1.0) !important;
  }
  /* 矢印の位置調整 */
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .slick-prev:before, .slick-next:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    text-indent: 0;
  }
  .slick-prev:before {
    transform: translate(-35%, -50%) rotate(-135deg);
  }
  .slick-next:before {
    transform: translate(-65%, -50%) rotate(45deg);
  }

  .recommend_users {
    margin: 80px auto 0;
    text-align: center;
  }
  .recommend_users .rec_tit {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .recommend_users .rec_list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 24px;
  }
  .recommend_users .rec_list li {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  /* 吹き出し */
  .recommend_users .rec_bubble {
    background: #222;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 6px;
    border-radius: 30px;
    position: relative;
    margin: 0 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recommend_users .rec_bubble::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #222222;
    border-bottom: 0;
  }
  .recommend_users .rec_img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px 10px 0 0;
  }
  /* 説明文（青背景） */
  .recommend_users .rec_desc {
    background: #0099ff;
    color: #fff;
    font-size: 20px;
    padding: 10px 8px;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  /* =====================
    flow_area pc
  ===================== */
  .flow_area {
    padding: 100px 0;
    background-color: #f4f4f4;
  }
  .flow_area h4 {
    text-align: center;
    margin: 0 auto 60px;
  }
  .flow_area h5 {
    color: #fff;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    background: #0099ff;
    padding: 15px 10px;
    position: relative;
  }
  .flow_area h5:after {
    content: url(/img/responsive/all/icon_plusBtn.png);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .flow_area h5.close:after {
    content: url(/img/responsive/all/minusBtn.png);
  }
  .flow_area h5:hover {
    opacity: 0.7;
  }
  .flow_area h5 span {
    margin-right: 10px;
  }
  .flow_area .flow_area_tv {
    border: 2px solid #0099ff;
    margin: 0 0 52px 0;
  }
  .flow_area .flow_area_app {
    border: 2px solid #0099ff;
    padding: 0;
    margin: 0 0 52px 0;
  }
  .flow_area .flow_area_tv .commonBtn,
  .flow_area .flow_area_app .commonBtn {
    display: flex;
    flex-direction: column;
  }
  .flow_area .inner.close {
    display: none;
  }
  .flow_area .inner {
    display: flex;
  }
  .flow_area .inner .box {
    max-width: 400px;
    width: 100%;
    color: #222222;
    padding: 40px 0;
  }
  .flow_area .inner .box:nth-child(2) {
    background: #f4f4f4;
  }

  /* .flow_area_tv */
  .flow_area .box .number {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
    text-align: center;
  }
  .flow_area .box .number span {
    font-size: 70px;
    margin-top: 10px;
    display: block;
    line-height: 1;
  }
  .flow_area .box .tit {
    font-size: 26px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    margin: 0 0 41px 0;
  }
  .flow_area .box:nth-child(1) .img {
    max-width: 356px;
    margin-bottom: 20px;
  }
  .flow_area .box:nth-child(1) .text {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: bold;
    color: #000000;
    text-align: center;
  }
  .flow_area .box:nth-child(1) .text span {
    color: #0099ff;
  }
  .flow_area .box:nth-child(1) .textLink {
    text-align: center;
  }
  .flow_area .box:nth-child(1) .textLink a {
    color: #666666;
  }
  .flow_area .box:nth-child(1) .textLink a:hover {
    opacity: 0.7;
  }
  .flow_area .flow_area_tv .box:nth-child(2) .text {
    font-size: 14px;
    line-height: 1.4;
    color: #666666;
    margin: 22px 0 0 0;
  }
  .flow_area .box:nth-child(3) .img {
    text-align: center;
    margin: 0 0 12px 0;
  }
  .flow_area .box:nth-child(3) .text {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }


  .flow_area .flow_area_app .inner .box {
    padding: 40px 14px;
  }
  .flow_area .flow_area_app .inner .box:nth-child(1) .commonBtn {
    margin-bottom: 25px;
  }
  .flow_area .flow_area_app .inner .box:nth-child(1) ul {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }
  .flow_area .flow_area_app .inner .box:nth-child(2) .text {
    font-weight: bold;
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 26px 0;
    text-align: center;
  }
  .flow_area .flow_area_app .inner .box:nth-child(2) .textBottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
    font-weight: bold;
  }
  .flow_area .flow_area_app .inner .box:nth-child(2) .textBottom .img {
    margin: 0 10px 0 0;
  }
  .flow_area .flow_area_app .inner .box:nth-child(2) .textBottom .textBottom_text {
    font-size: 16px;
    line-height: 1.5;
  }
  .flow_area .flow_area_app .inner .box:nth-child(3) {
    padding: 40px 30px;
  }
  .flow_area .flow_area_app .inner .box:nth-child(3) .text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 30px 0;
  }
  .flow_area .flow_area_app .inner .box:nth-child(3) .app .subText {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
  .flow_area .flow_area_app .inner .box:nth-child(3) .app .img {
    margin: 12px 0;
  }
  .flow_area .flow_area_app .inner .box:nth-child(3) .app .img .appstore {
    margin-bottom: 9px;
  }
  .flow_area .flow_area_app .inner .box:nth-child(3) .app .img a {
    display: inline-block;
    height: 100%;
  }
  .flow_area .flow_area_app .inner .box:nth-child(3) .app .img a:hover {
    opacity: 0.7;
  }

  /* flow_area_telInfo */
  .flow_area_telInfo {
    border: 3px solid #0099ff;
    margin: 20px auto 0;
    padding: 45px 55px;
    box-sizing: border-box;
  }
  .flow_area_telInfo p {
    text-align: center;
  }
  .flow_area_telInfo .tit {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 30px 0;
    line-height: 1;
  }
  .flow_area_telInfo .text{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.2;
  }
  .flow_area_telInfo .telBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
  }
  .flow_area_telInfo .telBox figure {
    margin: 0;
  }
  .flow_area_telInfo .telBox .tel_number {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    line-height: 1.0;
    margin-top: 0;
    font-family: "ヒラギノ角ゴ Pro";
  }
  .flow_area_telInfo .fWB {
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
    line-height: 1;
    font-weight: bold;
  }
  .flow_area_telInfo ul {
    margin: 10px auto;
    margin-bottom: 0px;
    display: table;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
  }
  .flow_area_telInfo .fWB2 {
    font-size: 18px;
    text-align: center;
    margin-top: 23px;
    line-height: 1;
    font-weight: bold;
  }


  /* =====================
    fee_area pc
  ===================== */
  .fee_area {
    background: #fff;
    padding: 100px 0;
  }
  .fee_area h4 {
    text-align: center;
    margin: 0 auto 60px;
  }
  .fee_area .fee_area_setOverview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 2px solid #4095e4;
    padding: 40px 30px;
    margin: 0 auto 40px;
    border-radius: 10px;
  }
  .fee_area .fee_area_setOverview .explain {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000;
    margin-right: 12px;
  }
  .fee_area .fee_area_setOverview .explain .textBox .tit {
    font-size: 26px;
    line-height: 1.6;
    font-weight: bold;
    margin: 0 0 3px 0;
  }
  .fee_area .fee_area_setOverview .explain .textBox .text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .fee_area .fee_area_setOverview .explain .textBox ul {
    font-size: 12px;
    line-height: 1.2;
  }
  .fee_area .fee_area_setOverview .price {
    background: #f4f4f4;
    padding: 13px 0;
    text-align: center;
    max-width: 362px;
    width: 100%;
    border-radius: 6px;
  }
  .fee_area .fee_area_setOverview .price .textEnphasis {
    color: #fe295f;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    width: auto;
    display: inline-block;
    margin: 0 auto;
  }
  .fee_area .fee_area_setOverview .price .textEnphasis span.number {
    font-size: 70px;
    line-height: normal;
    font-weight: 500;
    font-family: "DIN 2014", "Helvetica Neue", Arial, sans-serif;
  }
  .fee_area .fee_area_setOverview .price .text {
    font-size: 14px;
    line-height: 1;
  }
  .fee_area .fee_are_setPrice {
    margin: 0 0 40px 0;
  }
  .fee_area .fee_are_setPrice .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
  }
  .fee_area .fee_are_setPrice .inner .box {
    max-width: 346px;
    width: 100%;
    border: 2px solid #0099ff;
    text-align: center;
    border-radius: 10px;
  }
  .fee_area .fee_are_setPrice .inner .box .bgWhite {
    background-image: #fff;
  }
  .fee_area .fee_are_setPrice .inner .box .tit {
    background: #4095e4;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    padding: 19px 0;
    color: #fff;
  }
  .fee_area .fee_are_setPrice .inner .box .cost {
    font-size: 30px;
    color: #fe295f;
    line-height: 1.3;
    font-weight: bold;
    padding: 20px 0 0 0;
    font-family: "ヒラギノ角ゴ Pro";
  }
  .fee_area .fee_are_setPrice .inner .box .cost span {
    font-size: 60px;
  }
  .fee_area .fee_are_setPrice .inner .box .text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 20px 0;
  }
  .fee_area_ch {
    margin: 0 0 50px 0;
  }
  .fee_area_ch .tit {
    text-align: center;
    position: relative;
    color: #666666;
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: bold;
  }
  .fee_area_ch .tit:after,
  .fee_area_ch .tit:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 500px;
    height: 1px;
    background-color: #999;
  }
  .fee_area_ch .tit:after {
    right: 0;
  }
  .fee_area_ch .tit:before {
    left: 0;
  }
  .fee_area_ch .logo {
    display: flex;
    justify-content: space-between;
  }
  .fee_area_ch .logo li {
    background: #fff;
    padding: 3px;
  }


  /* =====================f
    flow pc
  ===================== */
  .main-container section .flow h2.balloon {
    height: 290px;
    padding: 65px 0 125px;
  }
  .main-container section .flow h2.balloon figure:after,
  .main-container section .flow h2.balloon figure:before {
    display: none;
  }
  .main-container section .flow h2.balloon.balloon_w:before,
  .main-container section .flow h2.balloon.balloon_w:after {
    display: none;
  }

  .main-container section .flow > section:nth-child(odd) {
    background: #f5f5f5;
  }
  .main-container section .flow > section:nth-child(even) {
    background: #ffffff;
  }




  .main-container .flow .tabArea1 {
    width: 100%;
    margin: 50px auto 0;
  }
  .main-container .flow ul.tab1 {
    margin: 78px auto 0;
    padding: 0;
    list-style: none;
    border-bottom: 4px solid #0099ff;
    display: flex;
    justify-content: space-between;
  }
  .main-container .flow ul.tab1 li {
    width: 49%;
    padding: 22px 0 18px 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background-color: #eaeaea;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #959595;
    cursor: pointer;
  }
  .main-container .flow ul.tab1 li span {
    font-size: 24px;
  }
  .main-container .flow ul.tab1 li.active {
    position: relative;
    background-color: #0099ff;
    color: #fff;
  }
  .main-container .flow ul.tab1 li.active::before {
    content: "";
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 15px solid #0099ff;
  }
  .main-container .flow .tabArea1 div.tabContent1 {
    clear: both;
    width: 100%;
    display: none;
    box-sizing: border-box;
  }
  .main-container .flow .tabArea1 div.active {
    display: block;
  }

  .main-container .flow .sumahoContainer .box {
    width: 100%;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto 40px;
    border: 2px solid #000;
    padding: 20px 40px;
    box-sizing: border-box;
  }
  .main-container .flow .sumahoContainer .box h3 {
    padding: 10px 0;
    font-size: 20px;
    text-align: center;
    border-bottom: 2px dashed #959595;
  }
  .main-container .flow .sumahoContainer .box ul {
    display: flex;
    justify-content: center;
  }
  .main-container .flow .sumahoContainer .box ul li {
    list-style-type: disc;
    font-size: 16px;
    font-weight: bold;
    margin-left: 60px;
    padding: 20px 0;
  }
  .main-container .flow .sumahoContainer .box ul li:first-child {
    margin: 0;
  }
  .main-container .flow .sumahoContainer .box p {
    text-align: right;
  }
  .main-container .flow .sumahoContainer .box p span {
    font-size: 1.1em;
    font-weight: bold;
  }

  .main-container .flow .sumahoContainer ul.tab2 {
    width: 100%;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-around;
  }
  .main-container .flow .sumahoContainer ul.tab2 li {
    width: 372px;
    font-size: 20px;
    padding: 20px 0;
    border: 4px solid #eaeaea;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    background-color: #eaeaea;
    color: #959595;
    box-sizing: border-box;
    cursor: pointer;
  }
  .main-container .flow .sumahoContainer ul.tab2 li.active {
    position: relative;
    background-color: #fff;
  }
  .main-container .flow .sumahoContainer ul.tab2 li:nth-child(1).active {
    border-color: #fe295f;
    color: #fe295f;
  }
  .main-container .flow .sumahoContainer ul.tab2 li:nth-child(2).active {
    border-color: #01a01a;
    color: #01a01a;
  }
  .main-container .flow .sumahoContainer ul.tab2 li:nth-child(3).active {
    border-color: #0099ff;
    color: #0099ff;
  }
  .main-container .flow .sumahoContainer ul.arrow_bottom li:nth-child(1).active::before,
  .main-container .flow .sumahoContainer ul.arrow_bottom li:nth-child(2).active::before,
  .main-container .flow .sumahoContainer ul.arrow_bottom li:nth-child(3).active::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border: 25px solid transparent;
  }
  .main-container .flow .sumahoContainer ul.arrow_bottom li:nth-child(1).active::before { border-top: 20px solid #fe295f; }
  .main-container .flow .sumahoContainer ul.arrow_bottom li:nth-child(2).active::before { border-top: 20px solid #01a01a; }
  .main-container .flow .sumahoContainer ul.arrow_bottom li:nth-child(3).active::before { border-top: 20px solid #0099ff; }

  .main-container .flow .sumahoContainer ul.arrow_top li:nth-child(1).active::before,
  .main-container .flow .sumahoContainer ul.arrow_top li:nth-child(2).active::before,
  .main-container .flow .sumahoContainer ul.arrow_top li:nth-child(3).active::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -25px;
    border: 25px solid transparent;
  }
  .main-container .flow .sumahoContainer ul.arrow_top li:nth-child(1).active::before { border-bottom: 20px solid #fe295f; }
  .main-container .flow .sumahoContainer ul.arrow_top li:nth-child(2).active::before { border-bottom: 20px solid #01a01a; }
  .main-container .flow .sumahoContainer ul.arrow_top li:nth-child(3).active::before { border-bottom: 20px solid #0099ff; }

  .main-container .flow .tabArea1 div.tabContent2 {
    clear: both;
    width: 100%;
    display: none;
    box-sizing: border-box;
  }
  .main-container .flow .tabArea2 div.active {
    display: block;
  }

  .main-container .flow .sumahoContainer .sumahoContent {
    width: 100%;
    margin: 0 auto;
  }
  .main-container .flow .sumahoContainer .sumahoContent h4 {
    margin: -10px 0 0 0;
    font-size: 30px;
  }
  .main-container .flow .sumahoContainer .sumahoContent h3 {
    text-align: center;
    position: relative;
    margin-bottom: 24px;
    font-size: 20px;
  }
  .main-container .flow .sumahoContainer .sumahoContent h3:before { left: 0; }
  .main-container .flow .sumahoContainer .sumahoContent h3:after { right: 0; }
  .main-container .flow .sumahoContainer .sumahoContent h3:before,
  .main-container .flow .sumahoContainer .sumahoContent h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 445px;
    height: 1px;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(1) .sumahoContent h3 { color: #fe295f; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent h3 { color: #01a01a; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent h3 { color: #0099ff; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(1) .sumahoContent h3:before,
  .main-container .flow .sumahoContainer .tabContent2:nth-child(1) .sumahoContent h3:after {
    background-color: #fe295f;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent h3:before,
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent h3:after {
    background-color: #01a01a;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent h3:before,
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent h3:after {
    background-color: #0099ff;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(1) .iconStep {
    background-image: url(/img/responsive/all/icon_sumaho01.png);
    background-position: 57% 0;
    background-repeat: no-repeat;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .iconStep {
    background-image: url(/img/responsive/all/icon_sumaho02.png);
    background-position: 57% 0;
    background-repeat: no-repeat;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .iconStep {
    background-image: url(/img/responsive/all/icon_sumaho03.png);
    background-position: 57% 0;
    background-repeat: no-repeat;
  }


  .main-container .flow .sumahoContainer a.button {
    text-decoration: none;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    -webkit-transition: none;
    transition: none;
  }
  .main-container .flowinner .formbox .renewed{
    margin: 0px !important;
  }
  .main-container .flow .sumahoContainer a.button:hover {
    transform: translate3d(0, 10px, 0);
    box-shadow: 0 0px 0 #fff !important;
  }
  .main-container .flow .sumahoContainer a.button span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    line-height: 1.5;
    font-weight: normal;
  }
  .main-container .flow .sumahoContainer a.button:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
  }
  .main-container .flow .sumahoContainer a.new {
    width: 372px;
    height: 90px;
    background-color: #fe295f;
    box-shadow: 0 10px 0 #cd0034;
    padding: 20px 0;
  }
  .main-container .flow .sumahoContainer a.renew {
    width: 372px;
    height: 90px;
    background-color: #01a01a;
    box-shadow: 0 10px 0 #016d12;
    padding: 33px 0;
  }
  .main-container .flow .sumahoContainer a.subscribed {
    width: 372px;
    height: 90px;
    background-color: #0099ff;
    box-shadow: 0 10px 0 #0071bd;
    padding: 20px 0;
  }
  .main-container .flow .sumahoContainer .sumahoContent ul li {
    width: 960px;
    /* margin: 0 auto; */
    list-style-type: disc;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.3;
/*    border-right: 1px solid #ddd; */
  }
  .main-container .flow .sumahoContainer .sumahoContent ul .sign-up-text {
    width: auto;
    /* margin: 0 auto; */
    list-style-type: disc;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.3;
/*    border-right: 1px solid #ddd; */
  }
  /* 2021-10-01 edit to 注記 */
  /* .main-container .flow .sumahoContainer .sumahoContent ul {
    padding-top: 20px;
    width: 300px;
    margin: 0 auto;
    list-style-type: disc;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.3;
} */
  .main-container .flow .sumahoContainer .sumahoContent ul li:last-child {
    border: none;
  }
  .main-container .flow .sumahoContainer .sumahoContent .caution {
    margin: 30px 0 50px;
    background: #e5e5e5;
  }
  .main-container .flow .sumahoContainer .sumahoContent .caution .cautionContainer {
    padding: 20px 70px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #ff0000;
    background-image: url(/img/responsive/all/icon_caution.gif);
    background-repeat: no-repeat;
    background-position: 30px 20px;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(1) .sumahoContent .step1 {
    padding: 40px 0 60px !important;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(1) .sumahoContent .form_box_next {
    margin: 30px 0 0 0;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(1) .sumahoContent .form_box_next ul li {
    width: 100%;
    list-style-type: none;
    margin: 0;
    text-align: center;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(1) .sumahoContent .step5 { padding: 60px 0 0; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(1) .sumahoContent .step5 h4 { margin: -10px 0 40px 0; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(1) .sumahoContent .step5 .set_app:last-child { width: 100% !important; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(1) .sumahoContent .step5 .set_app li { list-style-type: none !important; text-align: center; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(1) .sumahoContent .step5 .tel_box {
    width: 100% !important;
    box-sizing: border-box;
  }

  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step1 .form_box {
    display: flex;
    justify-content: center;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step1 .form_box div:nth-child(1) {
    margin-right: 40px;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step1 .form_box .btn_title {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 10px;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step1 .form_box .btn_title:nth-of-type(1) {
    padding-right: 25%;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step1 .form_box p.list {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step1 .form_box ul {
    margin: 20px 0 60px 0;
    display: flex;
    justify-content: center;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step1 .form_box ul li {
    width: auto;
    margin: 0;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step1 .form_ondemand {
    text-align: center;
    margin: 0 0 50px 0;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step1 .form_ondemand p {
    font-size: 16px;
    height: 2em;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step1 .form_ondemand a {
    display: block;
    width: 291px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    background: #0099ff;
    border-radius: 30px;
    color: #fff;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step1 .form_ondemand a:hover {
    transform: none;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step1 .form_ondemand a::after {
    display: none !important;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step1 .form_ondemand img {
    display: block;
    margin: 0 auto;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step1 .form_ondemand img.arrow { margin: 20px auto; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step5 { padding: 60px 0 0; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step5 h4 { margin: -10px 0 40px 0; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step5 .flow_inner { width:100% !important; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step5 .bgGray {
    padding: 60px 0 30px;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step5 .set_app li { list-style-type: none !important; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step5 .tel_box {
    width: 100% !important;
    box-sizing: border-box;
    margin: 60px 0;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step2 {
    padding: 60px 0 60px !important;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step2 ul {
    display: flex;
    justify-content: center;
    margin: 30px 0 50px;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step2 ul li {
    list-style-type: none;
    text-align: center;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step2 ul li p {
    font-size: 16px;
    height: 2em;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step2 ul li a {
    display: block;
    width: 291px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    background: #0099ff;
    border-radius: 30px;
    color: #fff;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step2 ul li a:hover {
    transform: none;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step2 ul li a::after {
    display: none !important;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step2 ul li img {
    display: block;
    margin: 0 auto;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(2) .sumahoContent .step2 ul li img.arrow { margin: 20px auto; }


  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent .step1 ul {
    display: flex;
    justify-content: center;
    margin: 30px 0 50px;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent .step1 ul li {
    list-style-type: none;
    text-align: center;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent .step1 ul li p {
    font-size: 16px;
    height: 2em;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent .step1 ul li a {
    display: block;
    width: 291px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    background: #0099ff;
    border-radius: 30px;
    color: #fff;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent .step1 ul li a:hover {
    transform: none;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent .step1 ul li a::after {
    display: none !important;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent .step1 ul li img {
    display: block;
    margin: 0 auto;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent .step1 ul li img.arrow { margin: 20px auto; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent .step5 { padding: 60px 0 0; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent .step5 h4 { margin: -10px 0 40px 0; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent .step5 .flow_inner { width:100% !important; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent .step5 .bgGray {
    padding: 60px 0 30px;
  }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent .step5 .set_app li { list-style-type: none !important; }
  .main-container .flow .sumahoContainer .tabContent2:nth-child(3) .sumahoContent .step5 .tel_box {
    width: 100% !important;
    box-sizing: border-box;
    margin: 60px 0;
  }
  .about h2.balloon {
    height: 299px !important;
  }

  body#top {
    overflow: hidden;
  }


  /* =====================
    campaign_area pc
  ===================== */
  .campaign_area {
    background: #fff;
    padding: 100px 0;
  }
  .campaign_area_tit {
    text-align: center;
    margin: 0 auto 60px;
  }
  .campaign_area_hukidashi{
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
  }
  @media (max-width: 640px) {
    .campaign_area_hukidashi{
      font-size: 16px;
      text-align: center;
      margin: 0 auto 20px;
    }
  }
  .campaign_area_content {
    color: #000;
    line-height: 1.5;
  }
  .campaign_area_contentInner {
    background: #f4f4f4;
    padding: 60px 40px;
    border-radius: 0 0 10px 10px;
  }
  .campaign_area_content .text_blue { color: #0099ff; }
  .campaign_area_content .text_blue_bold { color: #0099ff; font-weight: bold; }
  .campaign_area_content .text_yellow { color: #fff000; }
  .campaign_area_content .intro_head {
    background: #0099ff;
    color: #fff;
    text-align: center;
    padding: 32px;
    font-weight: bold;
    font-size: 32px;
    border-radius: 10px 10px 0 0;
  }
  .campaign_area_content .intro_desc {
    font-size: 16px;
  }

  .campaign_area_content .flow_chart_area {
    text-align: center;
    margin: 40px auto 0;
  }
  .campaign_area_content .flow_img {
    width: 100%;
    height: auto;
  }
  .campaign_area_content .chart_note {
    color: #222;
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
  }

  .campaign_area_content .detail_section {
    margin: 80px auto 0;
  }
  .campaign_area_content .section_tit {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #222;
  }
  .campaign_area_content .detail_box {
    border-radius: 10px;
    overflow: hidden;
  }
  .campaign_area_content .detail_box:not(:last-child) {
    margin-bottom: 40px;
  }
  .campaign_area_content .detail_head {
    background: #0099ff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 26px;
  }
  .campaign_area_content .detail_body {
    background: #f4f4f4;
    padding: 34px 14px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  .campaign_area_content .period_text {
    font-weight: bold;
    font-size: 24px;
  }

  .notes_section {
    margin-top: 80px;
  }
  .notes_section .notes_tit {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .notes_section .notes_tit::before,
  .notes_section .notes_tit::after {
    content: "";
    height: 1px;
    background-color: #262626;
    flex-grow: 1;
    max-width: 100%;
  }
  .notes_section .notes_tit span {
    padding: 0 18px;
  }
  .notes_section .notes_list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .notes_section .notes_list li {
    color: #262626;
    font-size: 14px;
    line-height: 1.8;
  }


  /* =====================
    bnrBox pc
  ===================== */
  .bnrBox {
    z-index: 9990;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    text-align: center;
    backface-visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .bnrBox__inner {
    width: 100%;
    max-width: 1200px;
    min-width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
  }
  .bnrBox .bnrBoxRow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .bnrBox .bnrBoxRow .bnrBoxCol {
    width: 400px;
  }
  .bnrBoxCol p.btn a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    /* max-width: 390px; */
    width: 390px;
    height: 60px;
    background: #fe295f;
    border-radius: 50px;
  }
  .bnrBoxCol p.btn a:hover {
    opacity: 0.7;
  }
  .bnrBoxCol p.btn a span.small {
    font-weight: normal;
    font-size: 15px;
  }
  .bnrBoxCol p a span.bold {
    font-weight: bold;
    font-size: 20px;
  }
  .sportsIndexArticle ul, .sportsIndexArticle h2, .sportsIndexArticle h3, .sportsIndexArticle h4, .sportsIndexArticle figure, .sportsIndexArticle p {
    margin: 0;
  }
  .btnRed, .btnGreen, .btnBlue {
    display: table;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 367px;
    text-decoration: none;
  }
  .bnrBox .bnrBoxRow .btnRed, .bnrBox .bnrBoxRow .btnGreen, .bnrBox .bnrBoxRow .btnBlue {
    /* max-width: 372px; */
    max-width: 390px;
    text-decoration: none;
  }
  .bnrBox .bnrBoxRow .btnRed:hover, .bnrBox .bnrBoxRow .btnGreen:hover, .bnrBox .bnrBoxRow .btnBlue:hover {
    opacity: 0.7;
  }
  .bnrBox .bnrBoxRow .btnRed span, .bnrBox .bnrBoxRow .btnGreen span, .bnrBox .bnrBoxRow .btnBlue span{
    box-sizing: content-box;
  }

  .bnrBox__bt {
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
  }

  .btnRed span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 2em;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #fe295f;
    border-radius: 33px;
    font-size: 24px;
    font-weight: bold;
  }
  .bnrBox .bnrBoxRow .btnRed span {
    font-size: 20px;
    padding: 10px 10px;
    border-radius: 50px;
    position: relative;
  }

  .bnrBox .bnrBoxRow .btnRed span::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    vertical-align: text-top;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -ms-transform: rotate(45deg) translate(-5px,-10px);
    -webkit-transform: rotate(45deg) translate(-5px,-10px);
    transform: rotate(45deg);
    right: 20px;
    top: 38%;
  }

  .btnGreen span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 2em;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #01a01a;
    border-radius: 33px;
    font-size: 24px;
    font-weight: bold;
  }
  .bnrBox .bnrBoxRow .btnGreen span {
    font-size: 20px;
    padding: 10px 10px;
    border-radius: 50px;
    position: relative;
  }

  .bnrBox .bnrBoxRow .btnGreen span::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    vertical-align: text-top;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -ms-transform: rotate(45deg) translate(-5px,-10px);
    -webkit-transform: rotate(45deg) translate(-5px,-10px);
    transform: rotate(45deg);
    right: 20px;
    top: 38%;
  }

  .bnrBox .btnBlue span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 2em;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #0099ff;
    border-radius: 33px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
  }
  .bnrBox .bnrBoxRow .btnBlue span {
    font-size: 20px;
    padding: 10px 10px;
    border-radius: 50px;
  }

  .bnrBox .bnrBoxRow .btnBlue span::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    vertical-align: text-top;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -ms-transform: rotate(45deg) translate(-5px,-10px);
    -webkit-transform: rotate(45deg) translate(-5px,-10px);
    transform: rotate(45deg);
    right: 20px;
    top: 38%;
  }


  .bnrBox .bnrBoxRow .btnTel {
    max-width: 372px;
    display: table;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 367px;
    text-decoration: none;
  }

  .bnrBox .bnrBoxRow .btnTel span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 2em;
    margin: 0 auto;
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    background-color: #000000;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #ffffff;
    position: relative;
  }

  .bnrBox .bnrBoxRow .btnTel span::before {
    display: inline-block;
    content: "";
    vertical-align: text-top;
    background: url(/img/responsive/all/icon_tel_pc.png) no-repeat center center;
    background-size: 40px 39px;
    width: 40px;
    height: 39px;
    left: 49px;
    position: absolute;
    top: 10px;
  }

  .bnrBox--close {
    bottom: -107px;
  }

  .bnrBox .bnrBoxRow .btnTelPC {
    display: block;
  }
  .bnrBox .bnrBoxRow .btnTelSP {
    display: none;
  }
  .sp_not{
    display: none;
  }



  /*ーーーーーーチームセレクト部分ーーーーーーーーーーーーーーーーーーー*/
  #watch .team_area{
    border-top: 2px solid #eaeaea;
    background: #eaeaea;
    text-align: center;
    line-height: 1.2;
    height: 60px;
  }
  #watch .team_area .team_inner{
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #watch .team_area p{
    background: #eaeaea;
    width: 130px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
  }
  #watch .team_area .team_selector{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1030px;
    height: 60px;
    background: #fff;
    padding-left: 40px;
    position: relative;
  }
  #watch .team_area .team_selector:after{
    content: "";
    display: block;
    width: 1000px;
    height: 60px;
    background: #fff;
    position: absolute;
    top: 0;
    right: -1000px;
  }
  #watch .team_area .team_selector.on li a{
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    font-size: 10px;
    color: #999;
  }
  #watch .team_area .team_selector.on li a:hover{
    opacity: 0.5;
  }
  #watch .team_area .team_selector.on li a .hide{
    display: none;
  }

  #watch.hawks .team_area .team_selector.on li a,
  #watch.lions .team_area .team_selector.on li a,
  #watch.eagles .team_area .team_selector.on li a,
  #watch.buffaloes .team_area .team_selector.on li a,
  #watch.marines .team_area .team_selector.on li a,
  #watch.fighters .team_area .team_selector.on li a,
  #watch.carp .team_area .team_selector.on li a,
  #watch.tigers .team_area .team_selector.on li a,
  #watch.baystars .team_area .team_selector.on li a,
  #watch.giants .team_area .team_selector.on li a,
  #watch.dragons .team_area .team_selector.on li a,
  #watch.swallows .team_area .team_selector.on li a{
    opacity: 0.4;
  }
  #watch.hawks .team_area .team_selector.on li a:hover,
  #watch.lions .team_area .team_selector.on li a:hover,
  #watch.eagles .team_area .team_selector.on li a:hover,
  #watch.buffaloes .team_area .team_selector.on li a:hover,
  #watch.marines .team_area .team_selector.on li a:hover,
  #watch.fighters .team_area .team_selector.on li a:hover,
  #watch.carp .team_area .team_selector.on li a:hover,
  #watch.tigers .team_area .team_selector.on li a:hover,
  #watch.baystars .team_area .team_selector.on li a:hover,
  #watch.giants .team_area .team_selector.on li a:hover,
  #watch.dragons .team_area .team_selector.on li a:hover,
  #watch.swallows .team_area .team_selector.on li a:hover{
    opacity: 1;
  }
  #watch.hawks .team_area .team_selector.on li.hawks a,
  #watch.lions .team_area .team_selector.on li.lions a,
  #watch.eagles .team_area .team_selector.on li.eagles a,
  #watch.buffaloes .team_area .team_selector.on li.buffaloes a,
  #watch.marines .team_area .team_selector.on li.marines a,
  #watch.fighters .team_area .team_selector.on li.fighters a,
  #watch.carp .team_area .team_selector.on li.carp a,
  #watch.tigers .team_area .team_selector.on li.tigers a,
  #watch.baystars .team_area .team_selector.on li.baystars a,
  #watch.giants .team_area .team_selector.on li.giants a,
  #watch.dragons .team_area .team_selector.on li.dragons a,
  #watch.swallows .team_area .team_selector.on li.swallows a{
    opacity: 1;
    pointer-events: none;
  }
  #watch.hawks .team_area .team_selector.off li.hawks a,
  #watch.lions .team_area .team_selector.off li.lions a,
  #watch.eagles .team_area .team_selector.off li.eagles a,
  #watch.buffaloes .team_area .team_selector.off li.buffaloes a,
  #watch.marines .team_area .team_selector.off li.marines a,
  #watch.fighters .team_area .team_selector.off li.fighters a,
  #watch.carp .team_area .team_selector.off li.carp a,
  #watch.tigers .team_area .team_selector.off li.tigers a,
  #watch.baystars .team_area .team_selector.off li.baystars a,
  #watch.giants .team_area .team_selector.off li.giants a,
  #watch.dragons .team_area .team_selector.off li.dragons a,
  #watch.swallows .team_area .team_selector.off li.swallows a{
    background: #222222;
    color: #fff;
  }
  #watch .team_area .team_selector.off li a{
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    height: 40px;
    border-radius: 6px;
    color: #999;
    font-weight: bold;
    font-size: 10px;
    background: #eaeaea;
  }
  #watch .team_area .team_selector.off li a:hover{
    color: #fff;
    background-color: #222;
  }
  #watch .team_area .team_selector li:last-child{
    margin-right: 0;
  }
  #watch .team_area .team_selector li.release a{
    display: none;
    height: 12px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    background: none;
    color: #000;
    text-decoration: underline;
  }
  #watch .team_area .team_selector li.release a:hover{
    color: #222;
    background: none;
    opacity: 0.5;
  }
  #watch.hawks .team_area .team_selector li.release a,
  #watch.lions .team_area .team_selector li.release a,
  #watch.eagles .team_area .team_selector li.release a,
  #watch.buffaloes .team_area .team_selector li.release a,
  #watch.marines .team_area .team_selector li.release a,
  #watch.fighters .team_area .team_selector li.release a,
  #watch.carp .team_area .team_selector li.release a,
  #watch.tigers .team_area .team_selector li.release a,
  #watch.baystars .team_area .team_selector li.release a,
  #watch.giants .team_area .team_selector li.release a,
  #watch.dragons .team_area .team_selector li.release a,
  #watch.swallows .team_area .team_selector li.release a{
    display: block;
    opacity: 1;
  }
  #watch.hawks .team_area .team_selector li.release a:hover,
  #watch.lions .team_area .team_selector li.release a:hover,
  #watch.eagles .team_area .team_selector li.release a:hover,
  #watch.buffaloes .team_area .team_selector li.release a:hover,
  #watch.marines .team_area .team_selector li.release a:hover,
  #watch.fighters .team_area .team_selector li.release a:hover,
  #watch.carp .team_area .team_selector li.release a:hover,
  #watch.tigers .team_area .team_selector li.release a:hover,
  #watch.baystars .team_area .team_selector li.release a:hover,
  #watch.giants .team_area .team_selector li.release a:hover,
  #watch.dragons .team_area .team_selector li.release a:hover,
  #watch.swallows .team_area .team_selector li.release a:hover{
    opacity: 0.5;
  }


  #watch .kv_area {
    margin: 0 auto;
    text-align: center;
    background-color: #000;
  }
  #watch .kv_area h2 img {
    width: 100%;
  }
  #watch .kv_area h2 .img img {
    width: 75%;
  }
  #watch .kv_area h2{
    position: relative;
    /* max-width: 1440px; */
    width: 100%;
    margin: 90px auto 0;
  }
  #watch .kv_area .btn{
    position: absolute;
    bottom: 104px;
    left: 106px;
    z-index: 99;
  }
  #watch .kv_area .btn a{
    width: 284px;
  }
  #watch .kv_area .btn{
    position: absolute;
    bottom: 155px;
    left: 100px;
    z-index: 99;
  }
  #watch .kv_area .img{
    position: absolute;
    bottom: 16px;
    left: 68px;
    z-index: 99;
  }
  #watch .cp_bnr_area {
    margin: 20px auto 30px;
      text-align: center;
  }
  #watch.hawks .team_area .team_selector li.release a, #watch.lions .team_area .team_selector li.release a, #watch.eagles .team_area .team_selector li.release a, #watch.buffaloes .team_area .team_selector li.release a, #watch.marines .team_area .team_selector li.release a, #watch.fighters .team_area .team_selector li.release a, #watch.carp .team_area .team_selector li.release a, #watch.tigers .team_area .team_selector li.release a, #watch.baystars .team_area .team_selector li.release a, #watch.giants .team_area .team_selector li.release a, #watch.dragons .team_area .team_selector li.release a, #watch.swallows .team_area .team_selector li.release a {
      display: block;
      opacity: 1;
  }


  /* =====================
    U30_area pc
  ===================== */
  .U30 .U30_area_hukidashi {
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
  }
  .U30 .U30_area_all .inner {
    display: block;
    border: 2px solid #0099ff;
  }
  .U30 .flow_area .inner.close {
    display: none;
  }
  .U30 .flow_area .closeArea {
    width: 325px;
    margin: 60px auto 0;
  }
  .U30 .flow_area .closeArea .close_box a.close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px;
    text-decoration: none;
    line-height: 1.3;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    color: #0099ff;
    border: 1px solid #0099ff;
  }
  .U30 .flow_area .closeArea .close_box a.close_btn:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(359deg);
    top: 50%;
    right: 25px;
    width: 20px;
    margin-top: -4px;
    border: 2px solid #0099ff;
  }
  .U30 .flow_area .closeArea .close_box a.close_btn .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
  }

  .U30 .U30_area_all h5 {
    background: #0099ff;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    position: relative;
  }

  /* インナーコンテンツの共通設定 */
  .U30 .u30_content_body {
    padding: 60px 40px;
    color: #222;
    background: #fff;
  }

  /* テキスト・カラーユーティリティ */
  .U30 .text_blue { color: #0099ff; font-weight: bold; }
  .U30 .text_blue_bold { color: #0099ff; font-weight: bold; }

  /* 導入部分 */
  .U30 .u30_lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .U30 .u30_note_mini {
    font-size: 14px;
    margin-bottom: 40px;
  }

  /* 料金フロー図エリア */
  .U30 .u30_flow_img_area {
    text-align: center;
  }
  .U30 .chart_note {
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
  }

  .U30 .u30_section_tit {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 80px auto 40px;
  }

  /* 青・グレーのボックス共通 */
  .U30 .u30_detail_box {
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
  }
  .U30 .u30_detail_box:not(:last-child) {
    margin-bottom: 40px;
  }
  .U30 .box_head {
    background: #0099ff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 26px;
  }
  .U30 .box_body {
    background: #f4f4f4;
    padding: 34px;
  }

  /* 対象詳細 */
  .U30 .target_desc {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .U30 .u30_birthday_flow {
    margin: 20px 0;
    text-align: center;
  }

  /* 30歳の方への注意書きブロック */
  .U30 .u30_attention_block {
    font-size: 16px;
    margin-top: 20px;
  }
  .U30 .att_tit {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .U30 .att_list {
    list-style: disc;
    margin: 0;
  }
  .U30 .att_list li {
    font-size: 14px;
  }

  /* 期間 */
  .U30 .period_text {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
  }

}


/* IE */
@media all and (-ms-high-contrast: none) {
  .main-container section .camp-team .camp-team-main .camp-team-details .camp-team-are-more .camp-team-are-morebtn span::after,
  .main-container section .camp-recommend .camp-recommend-main .camp-recommend-details .camp-recommend-are-more .camp-recommend-are-morebtn span::after {
    top: 55%;
  }
  .main-container section .camp-recommend .camp-recommend-main .camp-recommend-details .camp-recommend-detail-link a span::before,
  .main-container section .camp-team .camp-team-main .camp-team-details .camp-team-detail-link a span::before {
    top: 100%;
  }
}


@media (max-width: 1440px) and (min-width: 640px) {
  #watch .kv_area .btn{
    position: absolute;
    bottom: 25%;
    /* left: 11.36vw; */
    left: 6%;
    z-index: 99;
  }
  /* #watch .kv_area .btn a{
    width: 19.72vw;
    height: auto;
  } */
  #watch .kv_area .img{
    position: absolute;
    bottom: 0.95vw;
    left: 3.88vw;
    left: 4%;
    z-index: 99;
  }
  #watch .kv_area .img img{
    width: 70% !important;
  }
  #navArea .nav li a{
    min-width: auto;
  }
  #navArea .nav li a{
    /* padding: 30px 0; */
  }
  /* #navArea .nav li.nav01 a::before {
    content: "";
    background: url(/img/responsive/all/menu_nav_icn01.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    margin: auto;
  }
  #navArea .nav li.nav02 a::before {
    content: "";
    background: url(/img/responsive/all/menu_nav_icn02.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    margin: auto;
  }
  #navArea .nav li.nav03 a::before {
    content: "";
    background: url(/img/responsive/all/menu_nav_icn03.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    width: 31px;
    height: 24px;
    margin: auto;
  }
  #navArea .nav li.nav04 a::before {
    content: "";
    background: url(/img/responsive/all/menu_nav_icn04.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    width: 25px;
    height: 25px;
    margin: auto;
  }
  #navArea .nav li.nav05 a::before {
    content: "";
    background: url(/img/responsive/all/menu_nav_icn05.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    width: 25px;
    height: 25px;
    margin: auto;
  } */
  /* #navArea .nav li a::after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 78%;
    right: 0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;

  } */

}



/* =====================
  sp
===================== */
@media (max-width:640px) {
  .main-container section .pc {
    display: none;
  }
  div.pageTopAbsolute {
    bottom: 130px !important;
  }


  /* =====================
    bnrBox sp
  ===================== */
  .bnrBox {
    z-index: 9990;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    text-align: center;
    backface-visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .bnrBox__inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
  }

  .bnrBox .bnrBoxRow {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bnrBox .bnrBoxRow .bnrBoxCol {
    width: 33%;
  }

  .sportsIndexArticle ul, .sportsIndexArticle h2, .sportsIndexArticle h3, .sportsIndexArticle h4, .sportsIndexArticle figure, .sportsIndexArticle p {
    margin: 0;
  }

  .btnRed, .btnGreen, .btnBlue {
    display: table;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
    text-decoration: none;
  }

  .bnrBox .bnrBoxRow .btnRed, .bnrBox .bnrBoxRow .btnGreen, .bnrBox .bnrBoxRow .btnBlue {
    max-width: 96%;
    text-decoration: none;
  }

  .bnrBox__bt {
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
  }

  .btnRed span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 2em;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #fe295f;
    border-radius: 33px;
    font-size: 24px;
    font-weight: bold;
  }

  .bnrBox .btnBlue span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 2em;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #0099ff;
    border-radius: 33px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
  }

  .bnrBox .btnGreen span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 2em;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #01a01a;
    border-radius: 33px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
  }

  .bnrBox .bnrBoxRow .btnTelSP .btnTel img {
    width: 74%;
    max-width: 76px;
  }



  .bnrBox .bnrBoxRow .btnRed span, .bnrBox .bnrBoxRow .btnGreen span, .bnrBox .bnrBoxRow .btnBlue span {
    font-size: 11px;
    padding: 10px 5px;
    border-radius: 50px;
  }



  .sportsIndexArticle ul, .sportsIndexArticle h2, .sportsIndexArticle h3, .sportsIndexArticle h4, .sportsIndexArticle figure, .sportsIndexArticle p {
    margin: 0;
  }


  .bnrBox--close {
    bottom: -75px;
  }

  .sp_w100{
    width:100%;
  }


  .pc_not{
    display: none;
  }

  .bnrBox .bnrBoxRow .btnTelPC {
    display: none;
  }
  .bnrBox .bnrBoxRow .btnTelSP {
    display: block;
  }


#watch .kv_area {
	margin: 0 auto;
    text-align: center;
    background-color: #000;
}
#watch .kv_area img,
#watch .cp_bnr_area img{
    width:100%;
}

.flow h2.balloon figure {
    width: 215px;
    margin: 0 auto;
}


#watch .cp_bnr_area {
	margin: 0 auto;
    text-align: center;
}


.top_kv h2{
  height: auto;
  margin:0;
}



.price .about_02 .cost_box_02.add_icon .cost_box_inner {
    background-color: #fffecf;
}
.price .about_02 .cost_box_02.add_icon .cost_box_title::before {
    background-image: url(/img/responsive/all/icon_app_cp.png);
    background-repeat: no-repeat;
    content: "";
    height: 64px;
    width: 64px;
    position: absolute;
    top: -30px;
    left: 0px;
    background-size: 64px 64px;
}


.sp_fs15{
  font-size:15px;
}

  section.cp_annotation_01{
    margin: 20px 10px;
    padding:0 10px;
  }
  section.cp_annotation_01 li {
    font-size: 12px;
    margin:0;
    line-height: 1.7em;
  }


  section.cp_annotation{
    margin: 20px 10px;
    border: 2px solid #E4E4E4;
    padding:0 10px 20px 10px;
  }

  section.cp_annotation ul {
    margin-top:20px;
  }
  section.cp_annotation li {
    font-size: 12px;
    margin:0;
    line-height: 1.7em;
  }
  section.cp_annotation li:nth-child(1) {
    margin: 0;
  }
  section.cp_annotation ul.line_01 li span.txtRed {
    color: #fe295f;
  }

  .price .new_cp li a.s_text{
    color: #fe295f;
    text-decoration: underline;
  }


/*チームセレクト*/
.team_select_area {
  background: #222;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.team_select_area .team_select {
  background: #fff;
}
.team_select_area .team_select .team_select_btn {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  color: #666;
}

.team_select_area .team_select .team_select_btn:after {
  content: '';
  position: absolute;
  top: 42%;
  right: 10px;
  width: 16px;
  height: 10px;
  background: #fff url(/img/smp/common/select_arrow_down.png) no-repeat 0 0;
  -webkit-background-size: 16px 10px;
  background-size: 16px 10px;
}
.team_select_area .team_select .team_select_btn.active:after {
  content: '';
  position: absolute;
  top: 42%;
  right: 10px;
  width: 16px;
  height: 10px;
  background: #fff url(/img/smp/common/select_arrow_up.png) no-repeat 0 0;
  -webkit-background-size: 16px 10px;
  background-size: 16px 10px;
}
.team_select_area .team_select .select_wrap {
  display: none;
  padding: 15px 15px 20px;
}
.team_select_area .team_select .select_wrap ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
	align-items: center;
	flex-wrap: wrap;
}
.team_select_area .team_select .select_wrap ul:last-child {
  margin-bottom:30;
}
.team_select_area .team_select .select_wrap ul li img {
  width: 100%;
  height: auto;
}
.team_select_area .team_select .select_wrap p.release{
	display: none;
	text-align: center;
}
.team_select_area .team_select .select_wrap p.release a {
  color: #666;
  font-size: 12px;
  text-decoration: underline;
}
.team_select_area .team_select .select_wrap p.release a:visited {
  color: #666;
}
#watch.hawks .team_select_area .team_select .select_wrap p.release,
#watch.lions .team_select_area .team_select .select_wrap p.release,
#watch.eagles .team_select_area .team_select .select_wrap p.release,
#watch.buffaloes .team_select_area .team_select .select_wrap p.release,
#watch.marines .team_select_area .team_select .select_wrap p.release,
#watch.fighters .team_select_area .team_select .select_wrap p.release,
#watch.carp .team_select_area .team_select .select_wrap p.release,
#watch.tigers .team_select_area .team_select .select_wrap p.release,
#watch.baystars .team_select_area .team_select .select_wrap p.release,
#watch.giants .team_select_area .team_select .select_wrap p.release,
#watch.dragons .team_select_area .team_select .select_wrap p.release,
#watch.swallows .team_select_area .team_select .select_wrap p.release,
#watch_premium.hawks .team_select_area .team_select .select_wrap p.release,
#watch_premium.lions .team_select_area .team_select .select_wrap p.release,
#watch_premium.eagles .team_select_area .team_select .select_wrap p.release,
#watch_premium.buffaloes .team_select_area .team_select .select_wrap p.release,
#watch_premium.marines .team_select_area .team_select .select_wrap p.release,
#watch_premium.fighters .team_select_area .team_select .select_wrap p.release,
#watch_premium.carp .team_select_area .team_select .select_wrap p.release,
#watch_premium.tigers .team_select_area .team_select .select_wrap p.release,
#watch_premium.baystars .team_select_area .team_select .select_wrap p.release,
#watch_premium.giants .team_select_area .team_select .select_wrap p.release,
#watch_premium.dragons .team_select_area .team_select .select_wrap p.release,
#watch_premium.swallows .team_select_area .team_select .select_wrap p.release {
	display: block;
}

/*チームセレクト_カレント設定（シーズンオン）*/
.team_select_area.on .team_select .select_wrap ul li {
  width: 15%;
}
.team_select_area.on .team_select .select_wrap ul li a .hide{
	display: none;
}
#watch.hawks .team_select_area.on .team_select .select_wrap ul li.hawks,
#watch.lions .team_select_area.on .team_select .select_wrap ul li.lions,
#watch.eagles .team_select_area.on .team_select .select_wrap ul li.eagles,
#watch.buffaloes .team_select_area.on .team_select .select_wrap ul li.buffaloes,
#watch.marines .team_select_area.on .team_select .select_wrap ul li.marines,
#watch.fighters .team_select_area.on .team_select .select_wrap ul li.fighters,
#watch.carp .team_select_area.on .team_select .select_wrap ul li.carp,
#watch.tigers .team_select_area.on .team_select .select_wrap ul li.tigers,
#watch.baystars .team_select_area.on .team_select .select_wrap ul li.baystars,
#watch.giants .team_select_area.on .team_select .select_wrap ul li.giants,
#watch.dragons .team_select_area.on .team_select .select_wrap ul li.dragons,
#watch.swallows .team_select_area.on .team_select .select_wrap ul li.swallows,
#watch_premium.hawks .team_select_area.on .team_select .select_wrap ul li.hawks,
#watch_premium.lions .team_select_area.on .team_select .select_wrap ul li.lions,
#watch_premium.eagles .team_select_area.on .team_select .select_wrap ul li.eagles,
#watch_premium.buffaloes .team_select_area.on .team_select .select_wrap ul li.buffaloes,
#watch_premium.marines .team_select_area.on .team_select .select_wrap ul li.marines,
#watch_premium.fighters .team_select_area.on .team_select .select_wrap ul li.fighters,
#watch_premium.carp .team_select_area.on .team_select .select_wrap ul li.carp,
#watch_premium.tigers .team_select_area.on .team_select .select_wrap ul li.tigers,
#watch_premium.baystars .team_select_area.on .team_select .select_wrap ul li.baystars,
#watch_premium.giants .team_select_area.on .team_select .select_wrap ul li.giants,
#watch_premium.dragons .team_select_area.on .team_select .select_wrap ul li.dragons,
#watch_premium.swallows .team_select_area.on .team_select .select_wrap ul li.swallows{
	width: 18%;
}
#watch.select .team_select_area.on .team_select .select_wrap ul li a,
#watch_premium.select .team_select_area.on .team_select .select_wrap ul li a {
  opacity: 1;
}
#watch.hawks .team_select_area.on .team_select .select_wrap ul li.hawks a,
#watch.lions .team_select_area.on .team_select .select_wrap ul li.lions a,
#watch.eagles .team_select_area.on .team_select .select_wrap ul li.eagles a,
#watch.buffaloes .team_select_area.on .team_select .select_wrap ul li.buffaloes a,
#watch.marines .team_select_area.on .team_select .select_wrap ul li.marines a,
#watch.fighters .team_select_area.on .team_select .select_wrap ul li.fighters a,
#watch.carp .team_select_area.on .team_select .select_wrap ul li.carp a,
#watch.tigers .team_select_area.on .team_select .select_wrap ul li.tigers a,
#watch.baystars .team_select_area.on .team_select .select_wrap ul li.baystars a,
#watch.giants .team_select_area.on .team_select .select_wrap ul li.giants a,
#watch.dragons .team_select_area.on .team_select .select_wrap ul li.dragons a,
#watch.swallows .team_select_area.on .team_select .select_wrap ul li.swallows a,
#watch_premium.hawks .team_select_area.on .team_select .select_wrap ul li.hawks a,
#watch_premium.lions .team_select_area.on .team_select .select_wrap ul li.lions a,
#watch_premium.eagles .team_select_area.on .team_select .select_wrap ul li.eagles a,
#watch_premium.buffaloes .team_select_area.on .team_select .select_wrap ul li.buffaloes a,
#watch_premium.marines .team_select_area.on .team_select .select_wrap ul li.marines a,
#watch_premium.fighters .team_select_area.on .team_select .select_wrap ul li.fighters a,
#watch_premium.carp .team_select_area.on .team_select .select_wrap ul li.carp a,
#watch_premium.tigers .team_select_area.on .team_select .select_wrap ul li.tigers a,
#watch_premium.baystars .team_select_area.on .team_select .select_wrap ul li.baystars a,
#watch_premium.giants .team_select_area.on .team_select .select_wrap ul li.giants a,
#watch_premium.dragons .team_select_area.on .team_select .select_wrap ul li.dragons a,
#watch_premium.swallows .team_select_area.on .team_select .select_wrap ul li.swallows a {
  opacity: 1;
}
#watch.hawks .team_select_area.on .team_select .team_select_btn,
#watch.lions .team_select_area.on .team_select .team_select_btn,
#watch.eagles .team_select_area.on .team_select .team_select_btn,
#watch.buffaloes .team_select_area.on .team_select .team_select_btn,
#watch.marines .team_select_area.on .team_select .team_select_btn,
#watch.fighters .team_select_area.on .team_select .team_select_btn,
#watch.carp .team_select_area.on .team_select .team_select_btn,
#watch.tigers .team_select_area.on .team_select .team_select_btn,
#watch.baystars .team_select_area.on .team_select .team_select_btn,
#watch.giants .team_select_area.on .team_select .team_select_btn,
#watch.dragons .team_select_area.on .team_select .team_select_btn,
#watch.swallows .team_select_area.on .team_select .team_select_btn,
#watch_premium.hawks .team_select_area.on .team_select .team_select_btn,
#watch_premium.lions .team_select_area.on .team_select .team_select_btn,
#watch_premium.eagles .team_select_area.on .team_select .team_select_btn,
#watch_premium.buffaloes .team_select_area.on .team_select .team_select_btn,
#watch_premium.marines .team_select_area.on .team_select .team_select_btn,
#watch_premium.fighters .team_select_area.on .team_select .team_select_btn,
#watch_premium.carp .team_select_area.on .team_select .team_select_btn,
#watch_premium.tigers .team_select_area.on .team_select .team_select_btn,
#watch_premium.baystars .team_select_area.on .team_select .team_select_btn,
#watch_premium.giants .team_select_area.on .team_select .team_select_btn,
#watch_premium.dragons .team_select_area.on .team_select .team_select_btn,
#watch_premium.swallows .team_select_area.on .team_select .team_select_btn {
  padding-right: 50px;
}
.team_select_area.on .team_select .team_select_btn span {
	display: none;
}

/*　WebP非対応の場合　*/
#watch.hawks .team_select_area.on .team_select .team_select_btn:before,
#watch.lions .team_select_area.on .team_select .team_select_btn:before,
#watch.eagles .team_select_area.on .team_select .team_select_btn:before,
#watch.buffaloes .team_select_area.on .team_select .team_select_btn:before,
#watch.marines .team_select_area.on .team_select .team_select_btn:before,
#watch.fighters .team_select_area.on .team_select .team_select_btn:before,
#watch.carp .team_select_area.on .team_select .team_select_btn:before,
#watch.tigers .team_select_area.on .team_select .team_select_btn:before,
#watch.baystars .team_select_area.on .team_select .team_select_btn:before,
#watch.giants .team_select_area.on .team_select .team_select_btn:before,
#watch.dragons .team_select_area.on .team_select .team_select_btn:before,
#watch.swallows .team_select_area.on .team_select .team_select_btn:before,
#watch_premium.hawks .team_select_area.on .team_select .team_select_btn:before,
#watch_premium.lions .team_select_area.on .team_select .team_select_btn:before,
#watch_premium.eagles .team_select_area.on .team_select .team_select_btn:before,
#watch_premium.buffaloes .team_select_area.on .team_select .team_select_btn:before,
#watch_premium.marines .team_select_area.on .team_select .team_select_btn:before,
#watch_premium.fighters .team_select_area.on .team_select .team_select_btn:before,
#watch_premium.carp .team_select_area.on .team_select .team_select_btn:before,
#watch_premium.tigers .team_select_area.on .team_select .team_select_btn:before,
#watch_premium.baystars .team_select_area.on .team_select .team_select_btn:before,
#watch_premium.giants .team_select_area.on .team_select .team_select_btn:before,
#watch_premium.dragons .team_select_area.on .team_select .team_select_btn:before,
#watch_premium.swallows .team_select_area.on .team_select .team_select_btn:before {
  content: ':';
  position: absolute;
  width: 35px;
  height: 25px;
	margin: auto;
	top: 0;
	bottom: 0;
  left: calc(50% + 30px);
  text-align: left;
  background: #fff url(/img/web/watch/teamlogo/hawks.png) no-repeat 10px 50%;
  background-size: 25px auto;
	font-size: 15px;
	color: #666;
}
/*　WebP対応の場合　*/
.webp #watch.hawks .team_select_area.on .team_select .team_select_btn:before,
.webp #watch.lions .team_select_area.on .team_select .team_select_btn:before,
.webp #watch.eagles .team_select_area.on .team_select .team_select_btn:before,
.webp #watch.buffaloes .team_select_area.on .team_select .team_select_btn:before,
.webp #watch.marines .team_select_area.on .team_select .team_select_btn:before,
.webp #watch.fighters .team_select_area.on .team_select .team_select_btn:before,
.webp #watch.carp .team_select_area.on .team_select .team_select_btn:before,
.webp #watch.tigers .team_select_area.on .team_select .team_select_btn:before,
.webp #watch.baystars .team_select_area.on .team_select .team_select_btn:before,
.webp #watch.giants .team_select_area.on .team_select .team_select_btn:before,
.webp #watch.dragons .team_select_area.on .team_select .team_select_btn:before,
.webp #watch.swallows .team_select_area.on .team_select .team_select_btn:before,
.webp #watch_premium.hawks .team_select_area.on .team_select .team_select_btn:before,
.webp #watch_premium.lions .team_select_area.on .team_select .team_select_btn:before,
.webp #watch_premium.eagles .team_select_area.on .team_select .team_select_btn:before,
.webp #watch_premium.buffaloes .team_select_area.on .team_select .team_select_btn:before,
.webp #watch_premium.marines .team_select_area.on .team_select .team_select_btn:before,
.webp #watch_premium.fighters .team_select_area.on .team_select .team_select_btn:before,
.webp #watch_premium.carp .team_select_area.on .team_select .team_select_btn:before,
.webp #watch_premium.tigers .team_select_area.on .team_select .team_select_btn:before,
.webp #watch_premium.baystars .team_select_area.on .team_select .team_select_btn:before,
.webp #watch_premium.giants .team_select_area.on .team_select .team_select_btn:before,
.webp #watch_premium.dragons .team_select_area.on .team_select .team_select_btn:before,
.webp #watch_premium.swallows .team_select_area.on .team_select .team_select_btn:before {
  content: ':';
  position: absolute;
  width: 35px;
  height: 25px;
	margin: auto;
	top: 0;
	bottom: 0;
  left: calc(50% + 30px);
  text-align: left;
  background: #fff url(/img/web/watch/teamlogo/hawks.png.webp) no-repeat 10px 50%;
  background-size: 25px auto;
	font-size: 15px;
	color: #666;
}


/*チームセレクト(オフシーズン)*/
.team_select_area.off .team_select .team_select_btn:after {
  content: '';
  position: absolute;
  top: 42%;
  right: 10px;
  width: 16px;
  height: 10px;
  background: #fff url(/img/smp/common/select_arrow_down.png) no-repeat 0 0;
  -webkit-background-size: 16px 10px;
  background-size: 16px 10px;
}
.team_select_area.off .team_select .team_select_btn.active:after {
  content: '';
  position: absolute;
  top: 42%;
  right: 10px;
  width: 16px;
  height: 10px;
  background: #fff url(/img/smp/common/select_arrow_up.png) no-repeat 0 0;
  -webkit-background-size: 16px 10px;
  background-size: 16px 10px;
}
.team_select_area.off .team_select .select_wrap {
  display: none;
  padding: 15px 15px 20px;
}
.team_select_area.off .team_select .select_wrap ul {
  margin-bottom: 10px;
}
.team_select_area.off .team_select .select_wrap ul li {
	background: #eaeaea;
	font-size: 11px;
	line-height: 1.1;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	width: 23.5%;
	height: 40px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.team_select_area.off .team_select .select_wrap ul li a {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	height: 40px;
	color: #999999;
}

/*チームセレクト_カレント設定　オフシーズン*/
#watch.hawks .team_select_area.off .team_select .select_wrap ul li.hawks,
#watch.lions .team_select_area.off .team_select .select_wrap ul li.lions,
#watch.eagles .team_select_area.off .team_select .select_wrap ul li.eagles,
#watch.buffaloes .team_select_area.off .team_select .select_wrap ul li.buffaloes,
#watch.marines .team_select_area.off .team_select .select_wrap ul li.marines,
#watch.fighters .team_select_area.off .team_select .select_wrap ul li.fighters,
#watch.carp .team_select_area.off .team_select .select_wrap ul li.carp,
#watch.tigers .team_select_area.off .team_select .select_wrap ul li.tigers,
#watch.baystars .team_select_area.off .team_select .select_wrap ul li.baystars,
#watch.giants .team_select_area.off .team_select .select_wrap ul li.giants,
#watch.dragons .team_select_area.off .team_select .select_wrap ul li.dragons,
#watch.swallows .team_select_area.off .team_select .select_wrap ul li.swallows,
#watch_premium.hawks .team_select_area.off .team_select .select_wrap ul li.hawks,
#watch_premium.lions .team_select_area.off .team_select .select_wrap ul li.lions,
#watch_premium.eagles .team_select_area.off .team_select .select_wrap ul li.eagles,
#watch_premium.buffaloes .team_select_area.off .team_select .select_wrap ul li.buffaloes,
#watch_premium.marines .team_select_area.off .team_select .select_wrap ul li.marines,
#watch_premium.fighters .team_select_area.off .team_select .select_wrap ul li.fighters,
#watch_premium.carp .team_select_area.off .team_select .select_wrap ul li.carp,
#watch_premium.tigers .team_select_area.off .team_select .select_wrap ul li.tigers,
#watch_premium.baystars .team_select_area.off .team_select .select_wrap ul li.baystars,
#watch_premium.giants .team_select_area.off .team_select .select_wrap ul li.giants,
#watch_premium.dragons .team_select_area.off .team_select .select_wrap ul li.dragons,
#watch_premium.swallows .team_select_area.off .team_select .select_wrap ul li.swallows {
  background: #222;
	color: #fff;
}
#watch.hawks .team_select_area.off .team_select .select_wrap ul li.hawks a,
#watch.lions .team_select_area.off .team_select .select_wrap ul li.lions a,
#watch.eagles .team_select_area.off .team_select .select_wrap ul li.eagles a,
#watch.buffaloes .team_select_area.off .team_select .select_wrap ul li.buffaloes a,
#watch.marines .team_select_area.off .team_select .select_wrap ul li.marines a,
#watch.fighters .team_select_area.off .team_select .select_wrap ul li.fighters a,
#watch.carp .team_select_area.off .team_select .select_wrap ul li.carp a,
#watch.tigers .team_select_area.off .team_select .select_wrap ul li.tigers a,
#watch.baystars .team_select_area.off .team_select .select_wrap ul li.baystars a,
#watch.giants .team_select_area.off .team_select .select_wrap ul li.giants a,
#watch.dragons .team_select_area.off .team_select .select_wrap ul li.dragons a,
#watch.swallows .team_select_area.off .team_select .select_wrap ul li.swallows a,
#watch_premium.hawks .team_select_area.off .team_select .select_wrap ul li.hawks a,
#watch_premium.lions .team_select_area.off .team_select .select_wrap ul li.lions a,
#watch_premium.eagles .team_select_area.off .team_select .select_wrap ul li.eagles a,
#watch_premium.buffaloes .team_select_area.off .team_select .select_wrap ul li.buffaloes a,
#watch_premium.marines .team_select_area.off .team_select .select_wrap ul li.marines a,
#watch_premium.fighters .team_select_area.off .team_select .select_wrap ul li.fighters a,
#watch_premium.carp .team_select_area.off .team_select .select_wrap ul li.carp a,
#watch_premium.tigers .team_select_area.off .team_select .select_wrap ul li.tigers a,
#watch_premium.baystars .team_select_area.off .team_select .select_wrap ul li.baystars a,
#watch_premium.giants .team_select_area.off .team_select .select_wrap ul li.giants a,
#watch_premium.dragons .team_select_area.off .team_select .select_wrap ul li.dragons a,
#watch_premium.swallows .team_select_area.off .team_select .select_wrap ul li.swallows a {
	color: #fff;
}
#watch.hawks .team_select_area.off .team_select .team_select_btn,
#watch.lions .team_select_area.off .team_select .team_select_btn,
#watch.eagles .team_select_area.off .team_select .team_select_btn,
#watch.buffaloes .team_select_area.off .team_select .team_select_btn,
#watch.marines .team_select_area.off .team_select .team_select_btn,
#watch.fighters .team_select_area.off .team_select .team_select_btn,
#watch.carp .team_select_area.off .team_select .team_select_btn,
#watch.tigers .team_select_area.off .team_select .team_select_btn,
#watch.baystars .team_select_area.off .team_select .team_select_btn,
#watch.giants .team_select_area.off .team_select .team_select_btn,
#watch.dragons .team_select_area.off .team_select .team_select_btn,
#watch.swallows .team_select_area.off .team_select .team_select_btn,
#watch_premium.hawks .team_select_area.off .team_select .team_select_btn,
#watch_premium.lions .team_select_area.off .team_select .team_select_btn,
#watch_premium.eagles .team_select_area.off .team_select .team_select_btn,
#watch_premium.buffaloes .team_select_area.off .team_select .team_select_btn,
#watch_premium.marines .team_select_area.off .team_select .team_select_btn,
#watch_premium.fighters .team_select_area.off .team_select .team_select_btn,
#watch_premium.carp .team_select_area.off .team_select .team_select_btn,
#watch_premium.tigers .team_select_area.off .team_select .team_select_btn,
#watch_premium.baystars .team_select_area.off .team_select .team_select_btn,
#watch_premium.giants .team_select_area.off .team_select .team_select_btn,
#watch_premium.dragons .team_select_area.off .team_select .team_select_btn,
#watch_premium.swallows .team_select_area.off .team_select .team_select_btn {
  padding-right: 55px;
}
.team_select_area.off .team_select .team_select_btn span{
	display: none;
}
#watch.hawks .team_select_area.off .team_select .team_select_btn span,
#watch.lions .team_select_area.off .team_select .team_select_btn span,
#watch.eagles .team_select_area.off .team_select .team_select_btn span,
#watch.buffaloes .team_select_area.off .team_select .team_select_btn span,
#watch.marines .team_select_area.off .team_select .team_select_btn span,
#watch.fighters .team_select_area.off .team_select .team_select_btn span,
#watch.carp .team_select_area.off .team_select .team_select_btn span,
#watch.tigers .team_select_area.off .team_select .team_select_btn span,
#watch.baystars .team_select_area.off .team_select .team_select_btn span,
#watch.giants .team_select_area.off .team_select .team_select_btn span,
#watch.dragons .team_select_area.off .team_select .team_select_btn span,
#watch.swallows .team_select_area.off .team_select .team_select_btn span,
#watch_premium.hawks .team_select_area.off .team_select .team_select_btn span,
#watch_premium.lions .team_select_area.off .team_select .team_select_btn span,
#watch_premium.eagles .team_select_area.off .team_select .team_select_btn span,
#watch_premium.buffaloes .team_select_area.off .team_select .team_select_btn span,
#watch_premium.marines .team_select_area.off .team_select .team_select_btn span,
#watch_premium.fighters .team_select_area.off .team_select .team_select_btn span,
#watch_premium.carp .team_select_area.off .team_select .team_select_btn span,
#watch_premium.tigers .team_select_area.off .team_select .team_select_btn span,
#watch_premium.baystars .team_select_area.off .team_select .team_select_btn span,
#watch_premium.giants .team_select_area.off .team_select .team_select_btn span,
#watch_premium.dragons .team_select_area.off .team_select .team_select_btn span,
#watch_premium.swallows .team_select_area.off .team_select .team_select_btn span {
	display: inline;
}
#watch.hawks .team_select_area.off .team_select .team_select_btn:before,
#watch.lions .team_select_area.off .team_select .team_select_btn:before,
#watch.eagles .team_select_area.off .team_select .team_select_btn:before,
#watch.buffaloes .team_select_area.off .team_select .team_select_btn:before,
#watch.marines .team_select_area.off .team_select .team_select_btn:before,
#watch.fighters .team_select_area.off .team_select .team_select_btn:before,
#watch.carp .team_select_area.off .team_select .team_select_btn:before,
#watch.tigers .team_select_area.off .team_select .team_select_btn:before,
#watch.baystars .team_select_area.off .team_select .team_select_btn:before,
#watch.giants .team_select_area.off .team_select .team_select_btn:before,
#watch.dragons .team_select_area.off .team_select .team_select_btn:before,
#watch.swallows .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.hawks .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.lions .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.eagles .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.buffaloes .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.marines .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.fighters .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.carp .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.tigers .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.baystars .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.giants .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.dragons .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.swallows .team_select_area.off .team_select .team_select_btn:before {
  position: absolute;
  width: 82px;
  height: 25px;
	margin: auto;
  left: calc(50% + 30px);
	top: 0;
	bottom: 0;
	background: #222;
	color: #fff;
	font-size: 11px;
	padding: 5px 2px;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#watch.hawks .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.hawks .team_select_area.off .team_select .team_select_btn:before {
  content: 'ソフトバンク';
}
#watch.lions .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.lions .team_select_area.off .team_select .team_select_btn:before  {
  content: '埼玉西武';
}
#watch.eagles .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.eagles .team_select_area.off .team_select .team_select_btn:before  {
  content: '楽天';
}
#watch.buffaloes .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.buffaloes .team_select_area.off .team_select .team_select_btn:before  {
  content: 'オリックス';
}
#watch.marines .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.marines .team_select_area.off .team_select .team_select_btn:before  {
  content: '千葉ロッテ';
}
#watch.fighters .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.fighters .team_select_area.off .team_select .team_select_btn:before  {
  content: '北海道日本ハム';
}
#watch.carp .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.carp .team_select_area.off .team_select .team_select_btn:before  {
  content: '広島';
}
#watch.tigers .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.tigers .team_select_area.off .team_select .team_select_btn:before  {
  content: '阪神';
}
#watch.baystars .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.baystars .team_select_area.off .team_select .team_select_btn:before  {
  content: '横浜DeNA';
}
#watch.giants .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.giants .team_select_area.off .team_select .team_select_btn:before  {
  content: '巨人';
}
#watch.dragons .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.dragons .team_select_area.off .team_select .team_select_btn:before  {
  content: '中日';
}
#watch.swallows .team_select_area.off .team_select .team_select_btn:before,
#watch_premium.swallows .team_select_area.off .team_select .team_select_btn:before  {
  content: '東京ヤクルト';
}

/* 放送スケジュール内のチームセレクトのカレント */
#body_schedule.hawks .team_select_area.on .team_select .select_wrap ul li.hawks,
#body_schedule.lions .team_select_area.on .team_select .select_wrap ul li.lions,
#body_schedule.eagles .team_select_area.on .team_select .select_wrap ul li.eagles,
#body_schedule.buffaloes .team_select_area.on .team_select .select_wrap ul li.buffaloes,
#body_schedule.marines .team_select_area.on .team_select .select_wrap ul li.marines,
#body_schedule.fighters .team_select_area.on .team_select .select_wrap ul li.fighters,
#body_schedule.carp .team_select_area.on .team_select .select_wrap ul li.carp,
#body_schedule.tigers .team_select_area.on .team_select .select_wrap ul li.tigers,
#body_schedule.baystars .team_select_area.on .team_select .select_wrap ul li.baystars,
#body_schedule.giants .team_select_area.on .team_select .select_wrap ul li.giants,
#body_schedule.dragons .team_select_area.on .team_select .select_wrap ul li.dragons,
#body_schedule.swallows .team_select_area.on .team_select .select_wrap ul li.swallows{
	width: 18%;
}
#body_schedule.hawks .team_select_area.on .team_select .select_wrap ul li a,
#body_schedule.lions .team_select_area.on .team_select .select_wrap ul li a,
#body_schedule.eagles .team_select_area.on .team_select .select_wrap ul li a,
#body_schedule.buffaloes .team_select_area.on .team_select .select_wrap ul li a,
#body_schedule.marines .team_select_area.on .team_select .select_wrap ul li a,
#body_schedule.fighters .team_select_area.on .team_select .select_wrap ul li a,
#body_schedule.carp .team_select_area.on .team_select .select_wrap ul li a,
#body_schedule.tigers .team_select_area.on .team_select .select_wrap ul li a,
#body_schedule.baystars .team_select_area.on .team_select .select_wrap ul li a,
#body_schedule.giants .team_select_area.on .team_select .select_wrap ul li a,
#body_schedule.dragons .team_select_area.on .team_select .select_wrap ul li a,
#body_schedule.swallows .team_select_area.on .team_select .select_wrap ul li a{
	opacity: 0.4;
}
#body_schedule .team_select_area.on .team_select .select_wrap ul li a{
  opacity: 1;
}
#body_schedule.hawks .team_select_area.on .team_select .select_wrap ul li.hawks a,
#body_schedule.lions .team_select_area.on .team_select .select_wrap ul li.lions a,
#body_schedule.eagles .team_select_area.on .team_select .select_wrap ul li.eagles a,
#body_schedule.buffaloes .team_select_area.on .team_select .select_wrap ul li.buffaloes a,
#body_schedule.marines .team_select_area.on .team_select .select_wrap ul li.marines a,
#body_schedule.fighters .team_select_area.on .team_select .select_wrap ul li.fighters a,
#body_schedule.carp .team_select_area.on .team_select .select_wrap ul li.carp a,
#body_schedule.tigers .team_select_area.on .team_select .select_wrap ul li.tigers a,
#body_schedule.baystars .team_select_area.on .team_select .select_wrap ul li.baystars a,
#body_schedule.giants .team_select_area.on .team_select .select_wrap ul li.giants a,
#body_schedule.dragons .team_select_area.on .team_select .select_wrap ul li.dragons a,
#body_schedule.swallows .team_select_area.on .team_select .select_wrap ul li.swallows a{
	opacity: 1;
}
#body_schedule.hawks .team_select_area.on .team_select .team_select_btn,
#body_schedule.lions .team_select_area.on .team_select .team_select_btn,
#body_schedule.eagles .team_select_area.on .team_select .team_select_btn,
#body_schedule.buffaloes .team_select_area.on .team_select .team_select_btn,
#body_schedule.marines .team_select_area.on .team_select .team_select_btn,
#body_schedule.fighters .team_select_area.on .team_select .team_select_btn,
#body_schedule.carp .team_select_area.on .team_select .team_select_btn,
#body_schedule.tigers .team_select_area.on .team_select .team_select_btn,
#body_schedule.baystars .team_select_area.on .team_select .team_select_btn,
#body_schedule.giants .team_select_area.on .team_select .team_select_btn,
#body_schedule.dragons .team_select_area.on .team_select .team_select_btn,
#body_schedule.swallows .team_select_area.on .team_select .team_select_btn{
  padding-right: 50px;
}
#body_schedule.hawks .team_select_area.off .team_select .select_wrap ul li.hawks,
#body_schedule.lions .team_select_area.off .team_select .select_wrap ul li.lions,
#body_schedule.eagles .team_select_area.off .team_select .select_wrap ul li.eagles,
#body_schedule.buffaloes .team_select_area.off .team_select .select_wrap ul li.buffaloes,
#body_schedule.marines .team_select_area.off .team_select .select_wrap ul li.marines,
#body_schedule.fighters .team_select_area.off .team_select .select_wrap ul li.fighters,
#body_schedule.carp .team_select_area.off .team_select .select_wrap ul li.carp,
#body_schedule.tigers .team_select_area.off .team_select .select_wrap ul li.tigers,
#body_schedule.baystars .team_select_area.off .team_select .select_wrap ul li.baystars,
#body_schedule.giants .team_select_area.off .team_select .select_wrap ul li.giants,
#body_schedule.dragons .team_select_area.off .team_select .select_wrap ul li.dragons,
#body_schedule.swallows .team_select_area.off .team_select .select_wrap ul li.swallows{
	background: #222;
	color: #fff;
}
#body_schedule.hawks .team_select_area.off .team_select .select_wrap ul li.hawks a,
#body_schedule.lions .team_select_area.off .team_select .select_wrap ul li.lions a,
#body_schedule.eagles .team_select_area.off .team_select .select_wrap ul li.eagles a,
#body_schedule.buffaloes .team_select_area.off .team_select .select_wrap ul li.buffaloes a,
#body_schedule.marines .team_select_area.off .team_select .select_wrap ul li.marines a,
#body_schedule.fighters .team_select_area.off .team_select .select_wrap ul li.fighters a,
#body_schedule.carp .team_select_area.off .team_select .select_wrap ul li.carp a,
#body_schedule.tigers .team_select_area.off .team_select .select_wrap ul li.tigers a,
#body_schedule.baystars .team_select_area.off .team_select .select_wrap ul li.baystars a,
#body_schedule.giants .team_select_area.off .team_select .select_wrap ul li.giants a,
#body_schedule.dragons .team_select_area.off .team_select .select_wrap ul li.dragons a,
#body_schedule.swallows .team_select_area.off .team_select .select_wrap ul li.swallows a{
	color: #fff;
}
#body_schedule.hawks .team_select_area.off .team_select .team_select_btn,
#body_schedule.lions .team_select_area.off .team_select .team_select_btn,
#body_schedule.eagles .team_select_area.off .team_select .team_select_btn,
#body_schedule.buffaloes .team_select_area.off .team_select .team_select_btn,
#body_schedule.marines .team_select_area.off .team_select .team_select_btn,
#body_schedule.fighters .team_select_area.off .team_select .team_select_btn,
#body_schedule.carp .team_select_area.off .team_select .team_select_btn,
#body_schedule.tigers .team_select_area.off .team_select .team_select_btn,
#body_schedule.baystars .team_select_area.off .team_select .team_select_btn,
#body_schedule.giants .team_select_area.off .team_select .team_select_btn,
#body_schedule.dragons .team_select_area.off .team_select .team_select_btn,
#body_schedule.swallows .team_select_area.off .team_select .team_select_btn{
	padding-right: 55px;
}
.team_select_area.off .team_select .team_select_btn span{
	display: none;
}
#body_schedule.hawks .team_select_area.off .team_select .team_select_btn span,
#body_schedule.lions .team_select_area.off .team_select .team_select_btn span,
#body_schedule.eagles .team_select_area.off .team_select .team_select_btn span,
#body_schedule.buffaloes .team_select_area.off .team_select .team_select_btn span,
#body_schedule.marines .team_select_area.off .team_select .team_select_btn span,
#body_schedule.fighters .team_select_area.off .team_select .team_select_btn span,
#body_schedule.carp .team_select_area.off .team_select .team_select_btn span,
#body_schedule.tigers .team_select_area.off .team_select .team_select_btn span,
#body_schedule.baystars .team_select_area.off .team_select .team_select_btn span,
#body_schedule.giants .team_select_area.off .team_select .team_select_btn span,
#body_schedule.dragons .team_select_area.off .team_select .team_select_btn span,
#body_schedule.swallows .team_select_area.off .team_select .team_select_btn span{
	display: inline;
}
#body_schedule.hawks .team_select_area.off .team_select .team_select_btn:before,
#body_schedule.lions .team_select_area.off .team_select .team_select_btn:before,
#body_schedule.eagles .team_select_area.off .team_select .team_select_btn:before,
#body_schedule.buffaloes .team_select_area.off .team_select .team_select_btn:before,
#body_schedule.marines .team_select_area.off .team_select .team_select_btn:before,
#body_schedule.fighters .team_select_area.off .team_select .team_select_btn:before,
#body_schedule.carp .team_select_area.off .team_select .team_select_btn:before,
#body_schedule.tigers .team_select_area.off .team_select .team_select_btn:before,
#body_schedule.baystars .team_select_area.off .team_select .team_select_btn:before,
#body_schedule.giants .team_select_area.off .team_select .team_select_btn:before,
#body_schedule.dragons .team_select_area.off .team_select .team_select_btn:before,
#body_schedule.swallows .team_select_area.off .team_select .team_select_btn:before{
	position: absolute;
	width: 82px;
	height: 25px;
	margin: auto;
	left: calc(50% + 30px);
	top: 0;
	bottom: 0;
	background: #222;
	color: #fff;
	font-size: 11px;
	padding: 7px 2px;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#body_schedule.hawks .team_select_area.off .team_select .team_select_btn:before{
  content: 'ソフトバンク';
}
#body_schedule.lions .team_select_area.off .team_select .team_select_btn:before{
  content: '埼玉西武';
}
#body_schedule.eagles .team_select_area.off .team_select .team_select_btn:before{
  content: '楽天';
}
#body_schedule.buffaloes .team_select_area.off .team_select .team_select_btn:before{
  content: 'オリックス';
}
#body_schedule.marines .team_select_area.off .team_select .team_select_btn:before{
  content: '千葉ロッテ';
}
#body_schedule.fighters .team_select_area.off .team_select .team_select_btn:before{
  content: '北海道日本ハム';
}
#body_schedule.carp .team_select_area.off .team_select .team_select_btn:before{
  content: '広島';
}
#body_schedule.tigers .team_select_area.off .team_select .team_select_btn:before{
  content: '阪神';
}
#body_schedule.baystars .team_select_area.off .team_select .team_select_btn:before{
  content: '横浜DeNA';
}
#body_schedule.giants .team_select_area.off .team_select .team_select_btn:before{
  content: '巨人';
}
#body_schedule.dragons .team_select_area.off .team_select .team_select_btn:before{
  content: '中日';
}
#body_schedule.swallows .team_select_area.off .team_select .team_select_btn:before{
  content: '東京ヤクルト';
}
#body_schedule.hawks .team_select_area .team_select .select_wrap p.release,
#body_schedule.lions .team_select_area .team_select .select_wrap p.release,
#body_schedule.eagles .team_select_area .team_select .select_wrap p.release,
#body_schedule.buffaloes .team_select_area .team_select .select_wrap p.release,
#body_schedule.marines .team_select_area .team_select .select_wrap p.release,
#body_schedule.fighters .team_select_area .team_select .select_wrap p.release,
#body_schedule.carp .team_select_area .team_select .select_wrap p.release,
#body_schedule.tigers .team_select_area .team_select .select_wrap p.release,
#body_schedule.baystars .team_select_area .team_select .select_wrap p.release,
#body_schedule.giants .team_select_area .team_select .select_wrap p.release,
#body_schedule.dragons .team_select_area .team_select .select_wrap p.release,
#body_schedule.swallows .team_select_area .team_select .select_wrap p.release{
	display: block;
}



 /* 2019/02 e */


}
/* 6/7/8 + */
@media (max-width:414px) {
  .main-container section .camp-team .camp-team-main .camp-team-details .camp-team-are-more .camp-team-are-moretxt,
  .main-container section .camp-recommend .camp-recommend-main .camp-recommend-details .camp-recommend-are-more .camp-recommend-are-moretxt {
    height: 9vw;
    max-height: 9vw;
  }
}
/* 6/7/8 */
@media (max-width:375px) {
  .main-container section .camp-team .camp-team-main#hawks .camp-team-img-area span.camp-team-copy {
    margin: 0 0 -2.2vw;
  }
  .main-container section .camp-team .camp-team-main#hawks .camp-team-details {
    margin: 2vw auto 0;
  }

  .main-container section .camp-recommend .camp-recommend-main .camp-recommend-details .camp-recommend-detail-link a span::before,
  .main-container section .camp-team .camp-team-main#hawks .camp-team-details .camp-team-detail-link a span::before {
    margin-top: -1vw;
  }
}
/* 5/se */
@media (max-width:375px) {
  .main-container section .camp-team .camp-team-main .camp-team-details .camp-team-are-more .camp-team-are-moretxt,
  .main-container section .camp-recommend .camp-recommend-main .camp-recommend-details .camp-recommend-are-more .camp-recommend-are-moretxt {
    height: 10.2vw;
    max-height: 10.2vw;
  }
  .main-container section .camp-team .camp-team-main .camp-team-details .camp-team-are-more .camp-team-are-morebtn,
  .main-container section .camp-recommend .camp-recommend-main .camp-recommend-details .camp-recommend-are-more .camp-recommend-are-morebtn {
    width: 39vw;
  }
  .main-container section .camp-team .camp-team-main .camp-team-details .camp-team-are-more .camp-team-are-morebtn span::after,
  .main-container section .camp-recommend .camp-recommend-main .camp-recommend-details .camp-recommend-are-more .camp-recommend-are-morebtn span::after {
    right: 0.4vw;
  }
  .main-container section .camp-team .camp-team-main .camp-team-details .camp-team-are-more.active .camp-team-are-morebtn span::after,
  .main-container section .camp-recommend .camp-recommend-main .camp-recommend-details .camp-recommend-are-more.active .camp-recommend-are-morebtn span::after {
    right: 3.2vw;
  }

  .main-container section .camp-recommend .camp-recommend-main .camp-recommend-details .camp-recommend-detail-link a span::before,
  .main-container section .camp-team .camp-team-main#hawks .camp-team-details .camp-team-detail-link a span::before {
    margin-top: -1.2vw;
  }
}

@media(max-width: 640px) {

  /* =====================
    watch-top sp
  ===================== */
  /* 共通 */
  .area_wrapper {
    width: 89.33vw;
    margin: 0 auto;
  }
  .tabWrapper {
    width: 89.33vw;
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-around;
    background-color: #cccccc;
  }
  .tabWrapper li {
    width: 50%;
    text-align: center;
    height: 7vw;
    font-size: 5vw;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    padding: 5vw 1vw;
  }
  .tabWrapper li.isActive {
    background-color: #0099ff;
    color: #ffffff;
  }
  .tabWrapper li.isActive::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5vw solid transparent;
    border-left: 5vw solid transparent;
    border-top: 4vw solid #0099ff;
    border-bottom: 0;
    position: relative;
    top: 8vw;
  }
  .commonBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .commonBtn .btn a {
    text-decoration: none;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.66vw;
    color: #fff;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.1;
    -webkit-transition: none;
    transition: none;
  }
  .commonBtn .btn a span {
    font-size: 3.2vw;
    display: block;
    margin-top: 2vw;
    line-height: 1;
    font-weight: normal;
  }
  .commonBtn .btnRed {
    width: 100%;
    margin: 0;
  }
  .commonBtn .btnRed .img {
    margin: 0 auto 2vw auto;
    width: 48.66vw!important;
  }
  .commonBtn .btnRed .btn {
    margin: 0;
  }
  .commonBtn .btnRed .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80.13vw;
    height: 16.66vw;
    background: #fe295f;
    box-shadow: 0 1.06vw 0 #cd0034;
    position: relative;
    line-height: 1;
  }
  .commonBtn .btnRed .btn a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
  }
  .commonBtn .btnRed .btn a:hover {
    transform: translate3d(0, 1.06vw, 0);
    box-shadow: 0 0px 0 #fff !important;
  }
  .commonBtn .btnBlue {
    width: 100%;
    margin: 0;
  }
  .commonBtn .btnBlue .img {
    margin: 0 auto 2vw auto;
    width: 26vw;
  }
  .commonBtn .btnBlue .btn {
    margin: 0;
  }
  .commonBtn .btnBlue .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80.13vw;
    height: 16.66vw;
    background-color: #0099ff;
    box-shadow: 0 1.06vw 0 #0071bd;
    position: relative;
  }
  .commonBtn .btnBlue .btn a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
  }
  .commonBtn .btnBlue .btn a:hover {
    transform: translate3d(0, 1.06vw, 0);
    box-shadow: 0 0px 0 #fff !important;
  }

  /* kv-area */
  .kv_area {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .kv_area h2 {
    width: 100%;
    background: #000;
    margin: 0;
    height: auto;
    position: relative;
  }
  .kv_area h2.sp_not img {
    width: 100%;
    height: auto;
    display: block;
  }
  #watch .kv_area .btn{
    position: absolute;
    bottom: 29.53vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 6;
  }
  #watch .kv_area .btn a{
    width: 84vw;
  }
  #watch .kv_area .img{
    position: absolute;
    bottom: 4.53vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 6;
  }
  #watch .kv_area .img img{
    width: 76vw;
  }
  .kv_area .kv_area_mainText {
    min-height: 75vw;
    width: 100%;
    margin: auto;
    /* background: #363636!important; */
    background-image: url(/img/responsive/all/key_watch_sp.jpg);
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    padding-bottom: 5.86vw;
    padding-top: 53vw;
    /* pointer-events: none; */
  }
  .kv_area .kv_area_mainText .largeText {
    font-size: 7.86vw;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std";
    text-align: center;
    /* font-size: 7.86vw; */
    font-weight: 700;
    color: #fff;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std";
    text-align: center;
    margin: 10px 0!important;
  }
  .kv_area .kv_area_mainText .largeText span {
    font-size: 3.66vw;
  }
  .kv_area .kv_area_mainText .largeText:nth-child(1) {
    padding: 5.86vw 0 5.33vw 0;
  }
  .kv_area .kv_area_mainText .largeText:not(:last-child) {
    margin: 0;
  }
  .kv_area .kv_area_mainText .largeText:nth-child(3) {
    margin: 0 0 5.2vw 0;
  }
  .kv_area .kv_area_mainText .text {
    color: #fff;
    text-align: left;
    font-size: 3.53vw;
    line-height: 1.2;
    text-align: center;
  }
  .kv_area .kv_area_mainText .commonBtn {
    display: block;
  }
  .kv_area .kv_area_mainText .commonBtn .btn {
    margin: 0 0 4vw 0;
  }
  .kv_area .kv_area_mainText .commonBtn .btn a span {

  }
  .kv_area .kv_area_mainText .textLink {
    font-size: 4.53vw;
    color: #fff000;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }
  .commonBtn .btnRed {
    margin: 0 auto;
  }
  .kv_area .kv_area_mainText .textLink a {
    color: #fff000;
    text-decoration: underline;
  }
  .kv_area .kv_area_mainText .textLink a:hover {
    opacity: 0.7;
  }
  .kvBtn p a {
    color: #fff;
    font-size: 3.53vw;
    line-height: 1.4;
    display: block;
    width: 54.13vw;
    padding: 1.93vw 0;
    margin: 0 auto;
    background: #fe295f;
    box-shadow: 0 1.06vw 0 #cd0034;
    margin: 5.33vw auto;
    border-radius: 0.66vw;
  }
  .kvBtn p a span.small {
    font-weight: normal;
    font-size: 3vw;
  }
  .kvBtn p a span.bold {
    font-weight: bold;
    font-size: 3.8vw;
  }
  .kvBtn p a:hover {
    transform: translate3d(0, 1.06vw, 0);
    box-shadow: 0 0px 0 #fff !important;
  }




  /* ======================================================================================================== */
    /* #navArea */
  #navArea {
    background: #0099ff;
    /* padding: 8vw 0; */
    position: relative;
    z-index: 2;
  }
  #navArea .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-width: 1440px; */
    margin: 0 auto;
    padding: 6vw 0;
  }
  #navArea .nav li{
    position: relative;
    width: 100%;
    height: 25vw;
  }
  #navArea .nav li a{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* background: #fff;
    color: #1860C1; */
    font-size: 3vw;
    line-height: 1.5;
    font-weight: 600;
    border-radius: 8px;
    /* min-width: 15vw; */
    width: 100%;
    /* min-height: 126px; */
    text-align: center;
    position: relative;
    color: #ffffff;
  }
  #navArea .nav li.nav01 a::before {
    content: url(/img/responsive/all/menu_nav_icn01.png);
    position: absolute;
    /* top: -4%; */
  }
  #navArea .nav li.nav02 a::before {
    content: url(/img/responsive/all/menu_nav_icn02.png);
    position: absolute;
    /* top: -4%; */
  }
  #navArea .nav li.nav03 a::before {
    content: url(/img/responsive/all/menu_nav_icn03.png);
    position: absolute;
    /* top: -4%; */
  }
  #navArea .nav li.nav04 a::before {
    content: url(/img/responsive/all/menu_nav_icn04.png);
    position: absolute;
    /* top: -4%; */
  }
  #navArea .nav li.nav05 a::before {
    content: url(/img/responsive/all/menu_nav_icn05.png);
    position: absolute;
    /* top: -4%; */
  }
  #navArea .nav li a::after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 75%;
    /* right: 20px; */
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
  }
  #navArea .nav li a:hover{
    text-decoration: none;
  }
  #navArea .nav li a div{
    height: 29vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #navArea .nav li:not(:last-child){
    /* margin-right: 15px; */
    border-right: 2px solid #ffffff;
  }

  /* /#navArea */


  /* teamLogo_area */
  .teamLogo_area {
    background: #fff;
    padding: 2.99vw 5.99vw;
  }
  .teamLogo_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
        gap: 3.46vw;
  }
  .teamLogo_area ul li {
    width: 12%;
    height: auto;
  }


  /* team_select */
  .team_select {
    background: #ffffff;
    padding: 60px 0;
  }
  .team_select .commonBtn .btnRed {
    max-width: none;
  }
  .team_select .commonBtn .btnRed .btn a {
    width: 100%;
  }
  .team_select .commonBtn .btnBlue {
    max-width: none;
  }
  .team_select .commonBtn .btnBlue .btn a {
    width: 100%;
  }
  .team_select > h3 {
    width: 288px;
    height: auto;
    margin: 0 auto 40px;
  }
  .team_select_teamInfo {
    display: none;
  }
  .team_select_teamInfo.isActive {
    display: block;
  }
  .team_select_teamInfo h3 {
    margin: 0 0 8vw 0;
    text-align: center;
  }
  .team_select_teamInfo .info ul {
    display: flex;
    justify-content: space-between;
    gap: 2.66vw;
    flex-wrap: wrap;
    margin: 0 0 2.33vw 0;
  }
  .team_select_teamInfo .info ul li {
    width: 48%;
    border-radius: 2.13vw;
    font-weight: bold;
    box-sizing: border-box;
    /* background: #eb5757; */
    position: relative;
  }
  .team_select_teamInfo .info ul li .head {
    /* padding: 2.66vw; */
  }
  .team_select_teamInfo .info ul li .head .live {
    color: #eb5757;
    background: #fff;
    display: inline-block;
    padding: 0.93vw 1.2vw;
    font-size: 3.2vw;
    line-height: 1;
    margin: 0 0 1.33vw;
  }
  .team_select_teamInfo .info ul li .head .teamName {
    color: #fff;
    font-size: 4.26vw;
    width: 30vw;
    line-height: 1.2;
  }
  .team_select_teamInfo .info ul li .bangumi {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2.66vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    color: #fff;
    width: 6.13vw;
    height: 6.13vw;
    border-radius: 50%;
  }
  .team_select_teamInfo .info ul li a:hover {
    opacity: 0.7;
  }
  .team_select_teamInfo .text {
    font-size: 3.73vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .team_select_teamInfo .annotationList {
    font-size: 2.87vw;
    line-height: 1.3;
    color: #fff;
    /* margin: 0 0 5.33vw 0; */
  }
  .team_select_teamInfo .btn a {
    position: relative;
    display: block;
    width: 100%;
    margin: 40px auto 45px;
    padding: 14px;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    border: 3px solid #0099ff;
    box-shadow: 0 5px 0 #0071bd;
    color: #0099ff;
    box-sizing: border-box;
    font-weight: bold;
  }
  .team_select_teamInfo .btn a:hover{
    transform: translate3d(0, 5px, 0);
    box-shadow: 0 0px 0 #0071bd;
  }

  /* モーダル */
  .team_select .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 8.66vw 10vw;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 20000;
  }
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  .team_select .modal-container.active{
    opacity: 1;
    visibility: visible;
  }
  .team_select .modal.active {
    display: block;
  }
  .team_select .modal {
    width: 100%;
    margin: 0 auto;
    background: #f0f0f0;
    border-radius: 1.33vw;
    display: none;
  }
  .team_select .modal .modalHead {
    background: #0099ff;
    padding: 4vw 4.26vw;
    font-weight: bold;
    border-radius: 1.33vw 1.33vw 0 0;
  }
  .team_select .modal .modalHead .modalLive {
    color: #0099ff;
    background: #fff;
    display: inline-block;
    padding: 1.06vw 1.2vw;
    margin-right: 7.46vw;
    font-size: 3.2vw;
    line-height: 1;
  }
  .team_select .modal .modalHead .name {
    font-size: 4.8vw;
    color: #fff;
    text-align: left;
  }
  .team_select .modal .modalHead .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    border-radius: 0 0 1.33vw 1.33vw;
  }
  .team_select .modal .modalInner {
    display: table-cell;
    width: 100%;
    margin: 0 auto;
    background: #f0f0f0;
    padding: 6.66vw 4.26vw;
    color: #444444;
    border-radius: 0 0 1.33vw 1.33vw;
  }
  .team_select .modal .modalInner .copy {
    font-size: 2.4vw;
    line-height: 1.5;
    margin: 2.66vw 0 6.66vw 0;
    text-align: left;
  }
  .team_select .modal .modalInner .bangumiTit {
    font-size: 4.26vw;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 5.6vw 0;
    text-align: left;
  }
  .team_select .modal .modalInner .bangumich {
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 2.66vw 2.26vw;
  }
  .team_select .modal .modalInner .bangumich + .bangumich {
    margin: 2.66vw 0 0;
  }
  .team_select .modal .modalInner .bangumich .ch {
    max-width: 8.13vw;
    min-width: 8.13vw;
    min-height: 8.13vw;
    margin: 0 3.06vw 0 0;
  }
  .team_select .modal .modalInner .bangumich .textBox {
    text-align: left;
  }
  .team_select .modal .modalInner .bangumich .chName {
    font-size: 2.93vw;
    font-weight: bold;
    line-height: 1.2;
  }
  .team_select .modal .modalInner .bangumich .chNumber {
    font-size: 2.93vw;
    line-height: 1.5;
  }
  .team_select .modal .modalInner .bangumiText {
    font-size: 3.46vw;
    line-height: 1.3;
    margin: 5.06vw 0;
    text-align: left;
  }
  .team_select .modal .modalInner .bangumiSchedule {
    font-size: 3.46vw;
    line-height: 1.5;
    text-align: left;
  }
  .team_select .modal .modalInner .closeBtn a {
    color: #222222;
    border: 0.26vw solid #222222;
    display: block;
    text-align: center;
    width: 38vw;
    margin: 5.86vw auto 6.66vw auto;
    font-size: 3.46vw;
    line-height: 1;
    padding: 1.86vw 0;
    font-weight: bold;
  }
  .team_select .modal .modalInner .closeBtn a:hover {
    opacity: 0.7;
  }


/* =====================
    baseballSet_area sp
  ===================== */
  .baseballSet_area {
    background-color: #f4f4f4;
    padding: 60px 0;
    line-height: 1.5;
  }
  .baseballSet_area h4 {
    text-align: center;
    margin: 0 auto 30px;
  }

  .points_container {
    margin: 0 auto 30px;
    width: 100%;
  }
  .points_container .point_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .points_container .point_card:not(:last-child) {
    margin-bottom: 30px;
  }

  /* POINTラベル（青帯） */
  .points_container .point_label {
    background: #0099ff;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    font-size: 20px;
    padding: 4px;
    margin: 0 auto 30px;
    position: relative;
  }
  .points_container .point_head {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  /* Point 1 & 2 Layout (Flex) */
  .points_container .flex_style {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .points_container .flex_style.reverse {
    flex-direction: column;
  }
  .points_container .text_col {
    flex: 1;
  }
  .points_container .img_col {
    flex: 1;
    text-align: center;
    padding: 0 20px;
    display: inline-flex;
  }
  .points_container .point_img {
    max-width: 100%;
    height: auto;
  }

  /* 青い縦線のリスト */
  .points_container .check_list {
    list-style: none;
    padding: 0 20px;
    margin: 0;
  }
  .points_container .check_list li {
    background: #edf8ff;
    position: relative;
    padding: 6px 6px 6px 16px;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
  }
  .points_container .check_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .points_container .check_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #0099ff;
  }

  /* Point 3 & 4 Layout (Center) */
  .points_container .sub_tit {
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
  }
  .points_container .program_static img {
    max-width: 100%;
    height: auto;
  }

  /* スライダー全体の余白 */
  .program_slider {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .program_slider.multi_slide {
    padding-bottom: 30px;
  }
  .program_slider + .sub_tit {
    margin-top: 30px;
  }
  /* --- カードスタイル --- */
  .slide_item {
    background: #f5f5f5;
    height: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
  }
  .p_card_inner {
    display: flex;
    flex-direction: column;
    text-decoration: none!important;
    color: #222!important;
    height: 100%;
  }
  .p_card_inner:hover {
    opacity: 0.7;
  }
  /* point3,4のスライドショーではホバー効果を無効化 */
  #program_slider_osusume .p_card_inner:hover,
  #program_slider .p_card_inner:hover,
  #program_slider_other .p_card_inner:hover {
    opacity: 1;
  }
  /* 画像エリア */
  .p_img {
    width: 100%;
    aspect-ratio: 16 / 9; /* 16:9比率を維持 */
    overflow: hidden;
    background: #000;
  }
  .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }
  /* テキストエリア */
  .p_txt {
    padding: 20px;
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  /* 日付とタグ */
  .p_date {
    font-size: 12px;
    color: #444;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  /* 同時配信タグ */
  .tag_live {
    color: #df0a17;
    display: inline-block;
    border: 1px solid #df0a17;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 5px;
    background: #fff;
  }
  /* 生放送・生中継タグ */
  .tag_live02 {
    color: #fff;
    display: inline-block;
    border: 1px solid #df0a17;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 5px;
    background: #df0a17;
  }
  /* タイトル */
  .p_title {
    font-size: 14px;
    font-weight: bold;
    /* 長いタイトルを2行で切る場合 */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
  }

  /* シングル用 */
  .program_slider.single_slide .slide_item {
    max-width: 784px;
    width: 100%;
    margin: 0 auto;
  }
  .program_slider.single_slide .p_card_inner {
    flex-direction: column;
  }
  .program_slider.single_slide .p_card_inner .p_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .program_slider.single_slide .p_card_inner .p_title {
    font-size: 16px;
  }

  /* --- Slick Arrow Custom (黒い四角の矢印) --- */
  .slick-prev, .slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: rgba(34, 34, 34, 0.8) !important;
    border-radius: 0;
    top: 40%;
  }
  .slick-prev:hover, .slick-next:hover {
    background-color: rgba(34, 34, 34, 1.0) !important;
  }
  /* 矢印の位置調整 */
  .slick-prev {
    left: 20px;
  }
  .slick-next {
    right: 20px;
  }
  .slick-prev:before, .slick-next:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    text-indent: 0;
  }
  .slick-prev:before {
    transform: translate(-35%, -50%) rotate(-135deg);
  }
  .slick-next:before {
    transform: translate(-65%, -50%) rotate(45deg);
  }

  .recommend_users {
    margin: 80px auto 0;
    text-align: center;
  }
  .recommend_users .rec_tit {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .recommend_users .rec_list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
  }
  .recommend_users .rec_list li {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  /* 吹き出し */
  .recommend_users .rec_bubble {
    background: #222;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    border-radius: 30px;
    position: relative;
    margin: 0 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recommend_users .rec_bubble::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #222222;
    border-bottom: 0;
  }
  .recommend_users .rec_img img {
    width: 100%;
    height: 186px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 10px 10px 0 0;
  }
  /* 説明文（青背景） */
  .recommend_users .rec_desc {
    background: #0099ff;
    color: #fff;
    font-size: 16px;
    padding: 11px;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  /* =====================
    flow_area sp
  ===================== */
  .flow_area {
    padding: 60px 0;
    background-color: #f4f4f4;
  }
  .flow_area h4 {
    text-align: center;
    margin: 0 auto 7.86vw auto;
    width: 49.06vw;
  }
  .flow_area h5 {
    color: #fff;
    font-size: 4.8vw;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    background: #0099ff;
    padding: 1.86vw 0;
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flow_area h5:hover {
    opacity: 0.7;
  }
  .flow_area h5 span {
    margin-right: 2vw;
  }
  .flow_area .flow_area_tv {
    border: 2px solid #0099ff;
    margin: 0 0 52px 0;
  }
  .flow_area .flow_area_tv .commonBtn,
  .flow_area .flow_area_app .commonBtn {
    display: flex;
    flex-direction: column;
  }
  .flow_area .flow_area_app {
    border: 2px solid #0099ff;
    padding: 0;
    margin: 0 0 52px 0;
  }
  .flow_area .flow_area_tv .inner.close,
  .flow_area .flow_area_app .inner.close {
    display: none;
  }
  .mt0 {
    margin-top: 0!important;
  }
  .flow_area .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .flow_area .inner .box {
    margin: 0 auto;
    color: #222222;
    padding: 6.66vw 0;
  }
  .flow_area .inner .box:nth-child(2) {
    background: #f4f4f4;
    width: 100%;
  }

  /* .flow_area_tv */
  .flow_area .box .number {
    font-size: 3.2vw;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
  }
  .flow_area .box .number span {
    font-size: 10.66vw;
    margin-top: 0;
    display: block;
    line-height: 1;
  }
  .flow_area .box .tit {
    font-size: 4.8vw;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    margin: 0 0 4.39vw 0;
  }
  .flow_area .box:nth-child(1) .img {
    width: 81.6vw;
    margin-bottom: 1.73vw;
  }
  .flow_area .box:nth-child(1) .text {
    font-size: 3.46vw;
    line-height: 1.3;
    margin: 0 0 1.33vw;
    font-weight: bold;
    color: #000000;
    text-align: center;
  }
  .flow_area .box:nth-child(1) .text span {
    color: #0099ff;
  }
  .flow_area .box:nth-child(1) .textLink {
    text-align: center;
    font-size: 3.2vw;
    color: #666666;
  }
  .flow_area .box:nth-child(1) .textLink a {
    color: #666666;
    text-decoration: underline;
  }
  .flow_area .box:nth-child(1) .textLink a:hover {
    opacity: 0.7;
  }
  .flow_area .box:nth-child(2) .text {
    font-size: 3.2vw;
    line-height: 1.2;
    color: #666666;
    margin: 2.66vw 0 0 0;
  }
  .flow_area .box:nth-child(3) .img {
    width: 56vw;
    text-align: center;
    margin: 0 auto 2.53vw auto;
  }
  .flow_area .box:nth-child(3) .text {
    font-size: 3.2vw;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: center;
    color: #666666;
    padding: 0 4.66vw;
  }

  .flow_area .flow_area_app .inner .box {
    padding: 6.26vw 0;
  }
  .flow_area .flow_area_app .inner .box:nth-child(1) .commonBtn {
    margin-bottom: 2.93vw;
  }
  .flow_area .flow_area_app .inner .box:nth-child(1) ul {
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .flow_area .flow_area_app .inner .box:nth-child(2) .text {
    font-weight: bold;
    padding: 0 4.66vw;
    font-size: 3.46vw;
    line-height: 1.5;
    margin: 0 0 3.06vw 0;
    text-align: center;
  }
  .flow_area .flow_area_app .inner .box:nth-child(2) .textBottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 30px;
    font-weight: bold;
  }
  .flow_area .flow_area_app .inner .box:nth-child(2) .textBottom .img {
    width: 8.79vw;
    margin: 0 auto 1.86vw auto;
  }
  .flow_area .flow_area_app .inner .box:nth-child(2) .textBottom .textBottom_text {
    font-size: 3.46vw;
    line-height: 1.5;
  }
  .flow_area .flow_area_app .inner .box:nth-child(3) {
    padding: 40px 30px;
  }
  .flow_area .flow_area_app .inner .box:nth-child(3) .text {
    font-size: 3.46vw;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 3.2vw 0;
    color: #000000;
  }
  .flow_area .flow_area_app .inner .box:nth-child(3) .app .subText {
    font-size: 3.2vw;
    line-height: 1;
    text-align: center;
  }
  .flow_area .flow_area_app .inner .box:nth-child(3) .app .img {
    width: 50vw;
    margin: 2.13vw auto;
  }
  .flow_area .flow_area_app .inner .box:nth-child(3) .app .img .appstore {
    margin-bottom: 1.33vw;
  }
  .flow_area .flow_area_app .inner .box:nth-child(3) .app .img a {
    display: inline-block;
    height: 100%;
  }
  .flow_area .onlySpBtn a {
    text-decoration: none;
    display: block;
    text-align: center;
    width: 80.13vw;
    margin: 6.66vw auto;
    border: 0.53vw solid #0099ff;
    font-size: 4.66vw;
    line-height: 1;
    color: #0099ff;
    font-weight: bold;
    padding: 6.26vw 0;
    position: relative;
  }
  .flow_area .inner.close + .onlySpBtn a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 50%;
    right: 25px;
    width: 13px;
    margin-top: -4px;
    border: 2px solid #0099ff;
  }
  .flow_area .inner + .onlySpBtn a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 50%;
    right: 25px;
    width: 13px;
    margin-top: -4px;
    border: 2px solid #0099ff;
  }
  .flow_area .inner.close + .onlySpBtn a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 50%;
    right: 25px;
    width: 13px;
    margin-top: -4px;
    border: 2px solid #0099ff;
  }

  /* flow_area_telInfo */
  .flow_area_telInfo {
    border: 0.53vw solid #0099ff;
    margin: 0;
    padding: 7.33vw 4.66vw;
    box-sizing: border-box;
  }
  .flow_area_telInfo p {
    font-size: 15px;
    text-align: center;
    margin-top: 0;
    line-height: 1.5em;
  }
  .flow_area_telInfo .tit {
    font-size: 4.8vw;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 5.33vw 0;
  }
  .flow_area_telInfo .text{
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 1;
    margin-bottom: 2.26vw;
  }
  .flow_area_telInfo .telBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.33vw;
  }
  .flow_area_telInfo .telBox figure {
    margin: 0;
    width: 9.73vw;
    margin-right: 0.53vw;
  }
  .flow_area_telInfo .telBox .tel_number {
    font-size: 6.66vw;
    color: #333;
    font-weight: bold;
    line-height: 1.0;
    margin-top: 0;
    font-family: "ヒラギノ角ゴ Pro";
  }
  .flow_area_telInfo .telBox .tel_number a {
    color: #333;
  }
  .flow_area_telInfo .fWB {
    font-size: 3.46vw;
    text-align: center;
    line-height: 1;
    font-weight: bold;
  }
  .flow_area_telInfo .fWB:last-child {
    font-size: 3.46vw;
    line-height: 1.5;
  }
  .flow_area_telInfo ul {
    margin: 4.66vw auto;
    display: table;
    text-align: center;
    line-height: 1.5;
    font-size: 2.66vw;
  }
  .flow_area_telInfo .fWB2 {
    font-size: 3.46vw;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
  }


  /* =====================
    fee_area sp
  ===================== */
  .fee_area {
    background: #fff;
    padding: 60px 0;
  }
  .fee_area h4 {
    text-align: center;
    margin: 0 auto 40px;
    width: 113px;
  }
  .fee_area .fee_area_setOverview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border: 1px solid #4095e4;
    border-radius: 6px;
    padding: 20px;
    margin: 0 auto 30px;
  }
  .fee_area .fee_area_setOverview .explain {
    display: flex;
    align-items: center;
    gap: 2.93vw;
    color: #000;
    margin: 0 0 4vw 0;
  }
  .fee_area .fee_area_setOverview .explain .img {
    width: 80px;
    height: auto;
  }
  .fee_area .fee_area_setOverview .explain .textBox {
    width: 55vw;
  }
  .fee_area .fee_area_setOverview .explain .textBox .tit {
    font-size: 4.8vw;
    line-height: 1.1;
    font-weight: bold;
    margin: 0 0 1.33vw 0;
  }
  .fee_area .fee_area_setOverview .explain .textBox .text {
    font-size: 3.2vw;
    line-height: 1.5;
    margin: 0 0 2vw 0;
  }
  .fee_area .fee_area_setOverview .explain .textBox ul {
    font-size: 2.66vw;
    line-height: 1.3;
  }
  .fee_area .fee_area_setOverview .price {
    width: 100%;
    background: #f4f4f4;
    padding: 7px 0;
    text-align: center;
    border-radius: 5px;
  }
  .fee_area .fee_area_setOverview .price .textEnphasis {
    color: #fe295f;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fee_area .fee_area_setOverview .price .textEnphasis span.number {
    font-size: 45px;
    line-height: normal;
    font-weight: 500;
    font-family: "DIN 2014", "Helvetica Neue", Arial, sans-serif;
  }
  .fee_area .fee_area_setOverview .price .textEnphasis span.price_flex {
    display: inline-flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .fee_area .fee_area_setOverview .price .textEnphasis span.price_flex .tax {
    font-size: 12px;
  }
  .fee_area .fee_area_setOverview .price .text {
    font-size: 12px;
    font-weight: bold;
  }
  .fee_area .fee_are_setPrice {
    margin: 0 auto 40px;
  }
  .fee_area .fee_are_setPrice .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4vw;
  }
  .fee_area .fee_are_setPrice .inner .box {
    width: 100%;
    border: 0.53vw solid #4095e4;
    text-align: center;
  }
  .fee_area .fee_are_setPrice .inner .box .bgWhite {
    background: #fff;
  }
  .fee_area .fee_are_setPrice .inner .arrow {
    transform: rotate(90deg);
  }
  .fee_area .fee_are_setPrice .inner .box .tit {
    background: #4095e4;
    font-size: 4.8vw;
    line-height: 1;
    font-weight: bold;
    padding: 2.66vw 0;
    color: #fff;
  }
  .fee_area .fee_are_setPrice .inner .box .cost {
    font-size: 5.33vw;
    color: #fe295f;
    line-height: 1.3;
    font-weight: bold;
    padding: 4.13vw 0 0 0;
    font-family: "ヒラギノ角ゴ Pro";
  }
  .fee_area .fee_are_setPrice .inner .box .cost span {
    font-size: 13.33vw;
  }
  .fee_area .fee_are_setPrice .inner .box .text {
    font-size: 3.2vw;
    line-height: 1.2;
    padding: 0 0 6.53vw 0;
  }
  .fee_area_ch {
    margin: 0 0 8.13vw 0;
  }
  .fee_area_ch .tit {
    text-align: center;
    position: relative;
    color: #666666;
    margin: 0 0 5.2vw 0;
    font-size: 4.8vw;
    font-weight: bold;
  }
  .fee_area_ch .tit:after,
  .fee_area_ch .tit:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25.93vw;
    height: 2px;
    background-color: #000000;
  }
  .fee_area_ch .tit:after {
    right: 0;
  }
  .fee_area_ch .tit:before {
    left: 0;
  }
  .fee_area_ch .logo {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 1.7vw 0 0;
    gap: 1.7vw 0;
  }
  .fee_area_ch .logo li {
    flex: 0 0 20.1%;
    max-width: 20.1%;
    width: 100%;
    background: #fff;
    text-align: center;
  }


  /* =====================
    campaign_area sp
  ===================== */
  .campaign_area {
    background: #fff;
    padding: 60px 0;
  }
  .campaign_area_tit {
    text-align: center;
    margin: 0 auto 40px;
  }
  .campaign_area_hukidashi {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px;
  }
  .campaign_area_content {
    color: #000;
  }
  .campaign_area_contentInner {
    background: #f4f4f4;
    padding: 40px 20px;
    border-radius: 0 0 10px 10px;
  }
  .campaign_area_content .text_blue { color: #0099ff; }
  .campaign_area_content .text_blue_bold { color: #0099ff; font-weight: bold; }
  .campaign_area_content .text_yellow { color: #fff000; }
  .campaign_area_content .intro_head {
    background: #0099ff;
    color: #fff;
    text-align: center;
    padding: 24px 10px;
    font-weight: bold;
    font-size: 22px;
    border-radius: 10px 10px 0 0;
  }
  .campaign_area_content .intro_desc {
    font-size: 14px;
  }

  .campaign_area_content .flow_chart_area {
    text-align: center;
    margin: 30px auto 0;
  }
  .campaign_area_content .flow_img {
    width: 100%;
    height: auto;
  }
  .campaign_area_content .chart_note {
    color: #222;
    font-size: 12px;
    text-align: left;
    margin-top: 20px;
  }

  .campaign_area_content .detail_section {
    margin: 50px auto 0;
  }
  .campaign_area_content .section_tit {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #222;
  }
  .campaign_area_content .detail_box {
    border-radius: 10px;
    overflow: hidden;
  }
  .campaign_area_content .detail_box:not(:last-child) {
    margin-bottom: 40px;
  }
  .campaign_area_content .detail_head {
    background: #0099ff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 16px;
  }
  .campaign_area_content .detail_body {
    background: #f4f4f4;
    padding: 30px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  .campaign_area_content .period_text {
    font-weight: bold;
    font-size: 14px;
  }

  .notes_section {
    margin-top: 50px;
  }
  .notes_section .notes_tit {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .notes_section .notes_tit::before,
  .notes_section .notes_tit::after {
    content: "";
    height: 2px;
    background-color: #262626;
    flex-grow: 1;
    max-width: 100%;
  }
  .notes_section .notes_tit span {
    padding: 0 10px;
  }
  .notes_section .notes_list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .notes_section .notes_list li {
    color: #262626;
    font-size: 12px;
    line-height: 1.8;
  }


  /* =====================
    U30_area sp
  ===================== */
  .U30 .U30_area_hukidashi {
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
  }
  .U30 .U30_area_all .inner {
    display: block;
    border: 2px solid #0099ff;
  }
  .U30 .U30_area_tit {
    width: auto;
    margin: 0 auto 40px;
  }
  .U30 .flow_area .inner.close {
    display: none;
  }
  .U30 .flow_area .closeArea {
    max-width: 295px;
    width: 100%;
    margin: 40px auto 0;
  }
  .U30 .flow_area .closeArea .close_box a.close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px;
    text-decoration: none;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    color: #0099ff;
    border: 2px solid #0099ff;
  }
  .U30 .flow_area .closeArea .close_box a.close_btn:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(359deg);
    top: 50%;
    right: 25px;
    width: 13px;
    margin-top: -4px;
    border: 2px solid #0099ff;
  }
  .U30 .flow_area .closeArea .close_box a.close_btn .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
  }

  .U30 .U30_area_all h5 {
    background: #0099ff;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0;
    position: relative;
  }
  .U30 .flow_area h5:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    background-image: url(/img/responsive/all/icon_plusBtn.png);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .U30 .flow_area h5.close:after {
    content: "";
    background-image: url(/img/responsive/all/minusBtn.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
  }

  /* インナーコンテンツの共通設定 */
  .U30 .u30_content_body {
    padding: 40px 20px;
    color: #222;
    background: #fff;
  }

  /* テキスト・カラーユーティリティ */
  .U30 .text_blue { color: #0099ff; font-weight: bold; }
  .U30 .text_blue_bold { color: #0099ff; font-weight: bold; }

  /* 導入部分 */
  .U30 .u30_lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .U30 .u30_note_mini {
    font-size: 12px;
    margin-bottom: 30px;
  }

  /* 料金フロー図エリア */
  .U30 .u30_flow_img_area {
    text-align: center;
  }
  .U30 .chart_note {
    font-size: 12px;
    text-align: left;
    margin-top: 20px;
  }

  .U30 .u30_section_tit {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 50px auto 30px;
  }

  /* 青・グレーのボックス共通 */
  .U30 .u30_detail_box {
    border-radius: 10px;
    overflow: hidden;
  }
  .U30 .u30_detail_box:not(:last-child) {
    margin-bottom: 30px;
  }
  .U30 .box_head {
    background: #0099ff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 7px;
    font-size: 16px;
  }
  .U30 .box_body {
    background: #f4f4f4;
    padding: 25px 8px;
  }

  /* 対象詳細 */
  .U30 .target_desc {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .U30 .u30_birthday_flow {
    margin: 20px 0;
    text-align: center;
  }

  /* 30歳の方への注意書きブロック */
  .U30 .u30_attention_block {
    font-size: 16px;
    margin-top: 20px;
  }
  .U30 .att_tit {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .U30 .att_list {
    list-style: disc;
    margin: 0;
  }
  .U30 .att_list li {
    font-size: 12px;
  }
  .U30 .att_list li span {
    font-weight: bold;
  }

  /* 期間 */
  .U30 .period_text {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }

}


li.modal_Toff {
  pointer-events: none;
}
li.modal_Bsoff {
  pointer-events: none;
}
li.modal_Foff {
  pointer-events: none;
}