@charset "UTF-8";
/* ----- reset ----- */
html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, figure, iframe, img, table, th, td {
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

img {
  vertical-align: middle;
  border: 0; }

/* ----- structure ----- */
body {
  min-width: 1024px; }

.contentsWrapper {
  overflow: hidden;
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt"; }

.container {
  position: relative;
  width: 1120px;
  margin: 0 auto; }

.mainContents {
  width: 776px;
  line-height: 1; }

.contentsWrapper a {
  text-decoration: none;
  color: #000;
  transition: all .2s ease; }
  .contentsWrapper a img {
    backface-visibility: hidden;
    transition: opacity .2s ease; }
  .contentsWrapper a:hover {
    color: #028f8d; }
    .contentsWrapper a:hover img {
      opacity: .7; }

@media screen and (max-width: 1120px) {
  .container {
    width: 1024px; }

  .mainContents {
    width: 700px; } }
@media screen and (max-width: 767px) {
  body {
    min-width: 0; }

  .container {
    width: 100%; }

  .mainContents {
    width: 100%; } }
/* ----- globalNav ----- */
.newsGlobalNav {
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 1;
  background-color: #fff; }
  .newsGlobalNav .inner {
    position: relative;
    width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
    padding-bottom: 12px; }
  .newsGlobalNav .headerLogo {
    width: 172px; }
  .newsGlobalNav .headerDescription {
    position: absolute;
    top: 36px;
    left: 210px;
    font-size: 1.75rem; }
    .newsGlobalNav .headerDescription.before {
      top: 20px; }
  .newsGlobalNav .newsOneMenu {
    width: 837px;
    padding-top: 16px; }
    .newsGlobalNav .newsOneMenu ul {
      display: flex;
      justify-content: space-between;
      font-size: 0.9375rem; }
      .newsGlobalNav .newsOneMenu ul a {
        color: #00b1ae;
        text-decoration: none;
        transition: color .2s ease; }
        .newsGlobalNav .newsOneMenu ul a:hover {
          color: #028f8d; }
  .newsGlobalNav .subMenu {
    display: none; }
  .newsGlobalNav .menuBtn {
    display: none; }
  .newsGlobalNav .headerSocial {
    position: absolute;
    top: 16px;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 147px; }
    .newsGlobalNav .headerSocial li {
      width: 40px; }
  @media screen and (min-width: 767px) {
    .newsGlobalNav .advertisement_area .headerAd {
      position: absolute;
      top: 16px;
      right: 0;
      width: 468px;
      height: 60px; } }
  @media screen and (max-width: 767px) {
    .newsGlobalNav .advertisement_area .headerAd {
      display: block;
      position: absolute;
      top: 8px;
      left: 50%;
      margin-left: -160px;
      width: 320px;
      height: 50px; } }

@media screen and (max-width: 1120px) {
  .newsGlobalNav .inner {
    width: 1024px; } }
@media screen and (max-width: 767px) {
  .newsGlobalNav {
    position: relative;
    z-index: 10;
    border-bottom: 0; }
    .newsGlobalNav .inner {
      z-index: 10;
      width: 100%;
      padding-top: 72px;
      padding-bottom: 0;
      background-color: #fff; }
    .newsGlobalNav .headerLogo {
      width: 95px;
      margin-left: 48px; }
    .newsGlobalNav .headerDescription {
      top: 88px;
      right: 48px;
      left: auto;
      font-size: 1rem; }
      .newsGlobalNav .headerDescription.before {
        top: 77px; } }
    @media screen and (max-width: 767px) and (max-width: 350px) {
      .newsGlobalNav .headerDescription {
        right: 8px; } }
@media screen and (max-width: 767px) {
    .newsGlobalNav .newsOneMenu {
      position: absolute;
      top: 100%;
      left: -100%;
      width: 240px;
      transition: left .3s ease-out; }
      .newsGlobalNav .newsOneMenu ul {
        display: block;
        font-size: 0.9375rem; }
        .newsGlobalNav .newsOneMenu ul li {
          border-bottom: 1px solid #afafaf; }
        .newsGlobalNav .newsOneMenu ul a {
          display: block;
          padding: 12px 0 12px 40px;
          color: #000;
          background: url(../img/common/icon_circle.png) no-repeat 16px center;
          background-size: 16px; }
    .newsGlobalNav .subMenu {
      display: flex;
      justify-content: space-around;
      margin-top: 8px;
      padding: 14px 0;
      font-size: 3.45vw;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #aaa; }
      .newsGlobalNav .subMenu a {
        color: #00b1ae;
        text-decoration: none; }
    .newsGlobalNav .menuBtn {
      display: block;
      position: absolute;
      top: 80px;
      left: 0;
      width: 32px;
      height: 35px;
      background: url(../img/common/btn_menu_bottom.png) no-repeat right bottom;
      background-size: 26px auto; }
      .newsGlobalNav .menuBtn div {
        width: 32px;
        height: 4px;
        margin-bottom: 6px;
        background-color: #666;
        transition: transform .3s ease; }
        .newsGlobalNav .menuBtn div:last-of-type {
          margin-bottom: 4px; }
    .newsGlobalNav::after {
      content: "";
      display: block;
      position: fixed;
      top: 0;
      left: -100%;
      width: 240px;
      height: 100vh;
      background-color: #eee;
      transition: left .3s ease-out; }
    .newsGlobalNav.open .newsOneMenu {
      left: 0;
      padding-top: 0; }
    .newsGlobalNav.open::after {
      left: 0; }
    .newsGlobalNav.open .menuBtn div:first-of-type {
      transform: translateY(10px) rotate(45deg); }
    .newsGlobalNav.open .menuBtn div:nth-child(2) {
      display: none; }
    .newsGlobalNav.open .menuBtn div:last-of-type {
      transform: rotate(-45deg); } }
.menuBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7); }

/* ----- サイドバー ----- */
#newsone_sidebar {
  position: relative;
  width: 312px; }
  @media screen and (max-width: 767px) {
    #newsone_sidebar {
      position: static;
      width: 100%;
      max-width: 425px;
      margin-right: auto;
      margin-left: auto; } }

.sideContents .adArea {
  width: 300px;
  height: 250px;
  margin: 0 auto 24px;
  background-color: #eaeaea; }
  .sideContents .adArea:last-of-type {
    margin-top: 24px; }
    @media screen and (max-width: 767px) {
      .sideContents .adArea:last-of-type {
        margin-bottom: 0; } }
.sideContents .sideTwitter {
  margin-bottom: 8px;
  padding: 16px 16px 20px;
  border-top: 8px solid #56acee;
  border-radius: 4px;
  background-color: #fff; }
  .sideContents .sideTwitter .timeline {
    height: 700px;
    padding-bottom: 11px;
    border-bottom: 1px solid #56acee; }
    .sideContents .sideTwitter .timeline iframe {
      height: 700px !important; }
  .sideContents .sideTwitter p:first-of-type {
    margin-bottom: 12px;
    padding-left: 30px;
    color: #56acee;
    font-weight: bold;
    font-size: 1.125rem;
    background: url(../img/common/icon_twitter_min.png) no-repeat left center;
    background-size: 21px 17px; }
  .sideContents .sideTwitter p:nth-child(2) {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5; }
.sideContents .offer {
  margin-top: 8px;
  padding: 16px 16px 14px;
  border-radius: 4px;
  background-color: #fff; }
  .sideContents .offer p:first-of-type {
    margin-bottom: 10px;
    font-size: 0.875rem;
    text-align: center; }
  .sideContents .offer:last-of-type {
    margin-bottom: 0; }
.sideContents .jojoBnr {
  margin-top: 8px; }

@media screen and (max-width: 767px) {
  #newsone_sidebar {
    max-width: none;
    background-color: #f1f1f1; }

  .sideContents {
    max-width: 425px;
    margin-right: auto;
    margin-left: auto;
    padding: 24px 4.2%;
    box-sizing: border-box; } }
  @media screen and (max-width: 767px) and (max-width: 350px) {
    .sideContents {
      padding: 24px 10px; } }
@media screen and (max-width: 767px) {
    .sideContents .sideTwitter .timeline {
      height: 400px; }
      .sideContents .sideTwitter .timeline iframe {
        height: 400px !important; }
    .sideContents .jojoBnr {
      display: none; } }
/* ----- common class ----- */
.bg {
  position: relative; }
  .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    z-index: -1;
    width: 200vw;
    height: 100%;
    background-color: #f1f1f1; }

.sectionTitle {
  margin-bottom: 19px;
  font-weight: bold;
  font-size: 1.6875rem; }
  @media screen and (max-width: 767px) {
    .sectionTitle {
      margin-bottom: 14px;
      padding-left: 16px;
      font-size: 1.5rem; } }

.hasMovie {
  position: relative; }
  .hasMovie::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: url(../img/common/icon_movie.png) no-repeat center center;
    background-size: 56px; }
    @media screen and (max-width: 767px) {
      .hasMovie::after {
        width: 32px;
        height: 32px;
        background-size: 32px; } }

/* ----- common parts ----- */
.highlights {
  display: none;
  align-items: center;
  padding: 12px 20px 12px 0;
  border: 4px solid #028f8d;
  background-color: #fff; }
  .highlights.show {
    display: flex; }
  .highlights .highlightsDate {
    width: 184px;
    margin-right: 24px;
    transform: translateX(-4px);
    color: #fff; }
    .highlights .highlightsDate .hlTitle {
      padding: 5px 0;
      text-align: center;
      background-color: #028f8d; }
    .highlights .highlightsDate .hlDay {
      padding: 23px 0;
      font-size: 1.25rem;
      text-align: center;
      background-color: #00b1ae; }
  .highlights .highlightsText {
    flex: 1;
    font-size: 0.875rem;
    line-height: 1.5; }

@media screen and (max-width: 767px) {
  .highlights {
    padding: 0;
    background-color: #fff; }
    .highlights.show {
      display: block; }
    .highlights .highlightsDate {
      display: table;
      width: auto;
      margin-right: 0;
      transform: translateX(0); }
      .highlights .highlightsDate .hlTitle {
        display: table-cell;
        padding: 0 12px 0 16px;
        font-size: 0.875rem;
        text-align: left;
        vertical-align: middle; }
      .highlights .highlightsDate .hlDay {
        display: table-cell;
        padding: 4px 55px 6px 10px;
        font-size: 1rem;
        text-align: left;
        vertical-align: middle; }
    .highlights .highlightsText {
      padding: 12px; } }
.contentsWrapper .moreBtn {
  display: block;
  width: 216px;
  margin: 0 auto;
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #00b1ae;
  transition: background-color .2s ease; }
  .contentsWrapper .moreBtn:hover {
    cursor: pointer;
    color: #fff;
    background-color: #028f8d; }

/*# sourceMappingURL=base.css.map */
