@import url('../fonts/notosans/notosans.css');
@import url('../fonts/fjallaone/fjallaone.css');

@charset "UTF-8";
.headline_model {
  font-family: "Fjalla One", sans-serif; }
  @media screen and (min-width: 768px), print {
    .headline_model {
      font-size: 30px;
      margin-bottom: 0.5em; } }
  @media screen and (max-width: 767px), print {
    .headline_model {
      font-size: 28px;
      line-height: 1;
      margin-bottom: 9px; } }

.icn_out {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  width: 11px;
  height: 10px; }
  .icn_out:before {
    content: "";
    width: 8px;
    height: 7px;
    border: 1px solid #000;
    position: absolute;
    top: 0;
    right: 0; }
  .icn_out:after {
    content: "";
    width: 8px;
    height: 7px;
    border: 1px solid #000;
    position: absolute;
    bottom: 0;
    left: 0; }

input[type="checkbox"] {
  position: relative;
  display: none; }
  input[type="checkbox"] + label {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 768px), print {
      input[type="checkbox"] + label {
        cursor: pointer; } }
    input[type="checkbox"] + label:before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 1px solid #000;
      margin-right: 10px; }
  input[type="checkbox"]:checked + label:before {
    background: url(../img/common/icn_check.png) no-repeat center;
    background-size: 15px; }

.supportnews li {
  border-top: 1px solid #ddd;
  position: relative;
  padding: 24px 0; }
  .supportnews li:before {
    content: "";
    width: 80px;
    height: 1px;
    background: #000;
    position: absolute;
    top: -1px;
    left: 0; }

@media screen and (min-width: 768px), print {
  .supportnews a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 767px), print {
  .supportnews a {
    display: block; } }

.supportnews__data {
  margin-bottom: 5px; }
  @media screen and (min-width: 768px), print {
    .supportnews__data {
      padding-right: 40px; } }

.supportnews__title {
  font-size: 16px;
  font-weight: bold; }

.supportmodellist {
  border: 1px solid #000;
  position: relative; }
  @media screen and (min-width: 768px), print {
    .supportmodellist {
      margin-bottom: 15px; } }
  @media screen and (max-width: 767px), print {
    .supportmodellist {
      margin-bottom: 8px; }
      .supportmodellist:last-child {
        margin-bottom: 0; } }
  .supportmodellist__btn {
    cursor: pointer; }
    @media screen and (max-width: 767px), print {
      .supportmodellist__btn {
        font-size: 14px; } }
    .supportmodellist__btn:before {
      content: "";
      width: 4px;
      height: 4px;
      position: absolute;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      right: 24px;
      top: 23px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      transition: all 0.2s linear;
      margin-top: 0px; }
    .supportmodellist__btn.open:before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  @media screen and (min-width: 768px), print {
    .supportmodellist__inner {
      padding: 0; } }
  @media screen and (max-width: 767px), print {
    .supportmodellist__inner {
      padding: 16px 0;
      margin: 0 16px;
      border-top: 1px solid #999; } }
  .supportmodellist__heading {
    font-weight: bold;
    padding-bottom: 16px; }
    .supportmodellist__heading p {
      display: block; }
    @media screen and (min-width: 768px), print {
      .supportmodellist__heading {
        padding-top: 14px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative; }
        .supportmodellist__heading p:nth-child(1) {
          width: 334px;
          min-width: 334px;
          padding-left: 16px; }
        .supportmodellist__heading p:nth-child(2) {
          width: 120px; }
        .supportmodellist__heading p:nth-child(3) {
          width: 120px; }
        .supportmodellist__heading p:nth-child(4) {
          width: auto; } }
    @media screen and (max-width: 767px), print {
      .supportmodellist__heading {
        font-size: 16px;
        padding: 12px 16px; }
        .supportmodellist__heading p:nth-child(1) {
          width: 100%; }
        .supportmodellist__heading p:nth-child(2) {
          width: 50%;
          float: left; }
        .supportmodellist__heading p:nth-child(3) {
          width: 50%;
          float: right;
          text-align: right; }
        .supportmodellist__heading p:nth-child(4) {
          width: 100%;
          clear: both; }
        .supportmodellist__heading:before {
          content: "Select Model"; }
        .supportmodellist__heading p {
          display: none; } }
  .supportmodellist__item {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #999;
    font-size: 12px; }
    @media screen and (min-width: 768px), print {
      .supportmodellist__item:first-child {
        border-top: 1px solid #999; } }
    .supportmodellist__item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    @media screen and (min-width: 768px), print {
      .supportmodellist__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (max-width: 767px), print {
      .supportmodellist__item {
        padding-bottom: 16px;
        margin-bottom: 16px; } }
  .supportmodellist__name {
    font-weight: bold;
    width: 100%;
    display: block;
    font-size: 14px; }
    @media screen and (min-width: 768px), print {
      .supportmodellist__name {
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        width: 290px;
        min-width: 290px;
        padding: 10px 20px; } }
    @media screen and (max-width: 767px), print {
      .supportmodellist__name {
        margin-bottom: 8px; } }
  @media screen and (min-width: 768px), print {
    .supportmodellist__img {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: top;
          -ms-flex-align: top;
              align-items: top;
      background: #fafafa;
      width: 45px;
      min-width: 45px; } }
  @media screen and (max-width: 767px), print {
    .supportmodellist__img {
      float: left;
      margin-right: 15px; } }
  .supportmodellist__img img {
    width: 45px;
    height: 45px; }
  .supportmodellist__version {
    display: block; }
    @media screen and (min-width: 768px), print {
      .supportmodellist__version {
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        min-width: 120px;
        width: 120px;
        padding: 10px 0px; } }
    @media screen and (max-width: 767px), print {
      .supportmodellist__version {
        width: calc(100% - 60px);
        margin-bottom: 0.5em;
        float: left; } }
    .supportmodellist__version .new {
      color: #bd081c;
      margin-left: 0.5em; }
  .supportmodellist__release {
    display: block; }
    @media screen and (min-width: 768px), print {
      .supportmodellist__release {
        -webkit-order: 4;
            -ms-flex-order: 4;
                order: 4;
        min-width: 120px;
        width: 120px;
        padding: 10px 0px; } }
    @media screen and (max-width: 767px), print {
      .supportmodellist__release {
        float: left;
        width: calc(100% - 60px); } }
    .supportmodellist__release .new {
      color: #bd081c;
      margin-left: 0.5em; }
  .supportmodellist__description {
    clear: both; }
    @media screen and (min-width: 768px), print {
      .supportmodellist__description {
        -webkit-order: 5;
            -ms-flex-order: 5;
                order: 5;
        padding: 10px 0px; } }
    @media screen and (max-width: 767px), print {
      .supportmodellist__description {
        padding-top: 16px; } }
    .supportmodellist__description p {
      text-indent: -1em;
      padding-left: 1em; }
  .supportmodellist__lang {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media screen and (min-width: 768px), print {
      .supportmodellist__lang {
        -webkit-order: 4;
            -ms-flex-order: 4;
                order: 4;
        min-width: 120px;
        width: 120px;
        padding: 10px 1em 10px 0px; } }
    @media screen and (max-width: 767px), print {
      .supportmodellist__lang {
        float: left;
        width: calc(100% - 60px); } }
    .supportmodellist__lang:after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-bottom: 2px solid #000;
      border-right: 2px solid #000;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      position: absolute;
      right: 1.5em;
      top: 50%; }
    .supportmodellist__lang select {
      padding: 0.25em 1.5em .25em 1em;
      width: 100%; }
      @media screen and (min-width: 768px), print {
        .supportmodellist__lang select {
          cursor: pointer; } }
      .supportmodellist__lang select:disabled {
        color: #ccc; }
  .supportmodellist__dl {
    clear: both;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 768px), print {
      .supportmodellist__dl {
        -webkit-order: 5;
            -ms-flex-order: 5;
                order: 5;
        padding: 10px 0px; } }
    @media screen and (max-width: 767px), print {
      .supportmodellist__dl {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 16px; } }
    .supportmodellist__dl a {
      background: #eee;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-family: "fjalla One"; }
      @media screen and (min-width: 768px), print {
        .supportmodellist__dl a {
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          height: 36px;
          width: 240px;
          margin-right: 8px; } }
      @media screen and (max-width: 767px), print {
        .supportmodellist__dl a {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: 36px;
          width: 100%; }
          .supportmodellist__dl a:nth-child(n+2) {
            margin-top: 8px; } }

.supportLFCT {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  display: none; }
  .supportLFCT__btn {
    font-size: 16px;
    font-family: "Fjalla One", sans-serif;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer; }
    @media screen and (min-width: 768px), print {
      .supportLFCT__btn {
        width: 248px; } }
    @media screen and (max-width: 767px), print {
      .supportLFCT__btn {
        width: 100%; } }
  .supportLFCT__close {
    position: absolute;
    color: #fff;
    cursor: pointer;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    text-align: center;
    fill: transparent;
    cursor: pointer;
    z-index: 101; }
    @media screen and (min-width: 768px), print {
      .supportLFCT__close {
        right: 46px;
        top: 20px;
        font-size: 40px;
        height: 40px;
        width: 40px;
        line-height: 40px; }
        .supportLFCT__close svg {
          height: 40px;
          width: 40px; } }
    @media screen and (max-width: 767px), print {
      .supportLFCT__close {
        right: 0px;
        top: 16px;
        font-size: 20px;
        height: 40px;
        width: 40px;
        line-height: 40px; } }
    .supportLFCT__close path {
      stroke: #fff;
      stroke-linejoin: round;
      stroke-width: 3; }
  .supportLFCT__inner {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: 100; }
    @media screen and (min-width: 768px), print {
      .supportLFCT__inner {
        padding: 0 40px; } }
  .supportLFCT .headline_model {
    color: #fff; }
    @media screen and (max-width: 767px), print {
      .supportLFCT .headline_model {
        font-size: 18px;
        padding: 0 16px; } }
  .supportLFCT .supportmodellist {
    background: #fff; }
  .supportLFCT .supportmodellist__inner {
    height: 250px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }

@media screen and (max-width: 767px), print {
  .firmwaredata {
    margin-bottom: 40px; } }

.firmwaredata__title {
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1; }
  @media screen and (max-width: 767px), print {
    .firmwaredata__title {
      font-size: 28px; } }

.firmwaredata__box {
  font-size: 14px; }
  .firmwaredata__box p {
    margin-bottom: 1em; }
    .firmwaredata__box p + .firmwaredata__headline {
      margin-top: 2em; }
    .firmwaredata__box p:last-child {
      margin-bottom: 0; }
  .firmwaredata__box a {
    text-decoration: underline; }
  .firmwaredata__box .btn {
    border: 1px solid #000;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: "Fjalla One", sans-serif;
    position: relative; }
    @media screen and (min-width: 768px), print {
      .firmwaredata__box .btn {
        margin-top: 24px;
        width: 327px;
        padding: 0.9em 0;
        font-size: 18px; }
        .firmwaredata__box .btn:before {
          content: "";
          width: 6px;
          height: 6px;
          border-top: 2px solid #1b1b1b;
          border-right: 2px solid #1b1b1b;
          position: absolute;
          display: block;
          right: 20px;
          top: 50%;
          -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg); }
        .firmwaredata__box .btn:after {
          content: "";
          width: 6px;
          height: 6px;
          border-top: 2px solid #1b1b1b;
          border-right: 2px solid #1b1b1b;
          position: absolute;
          display: block;
          right: 25px;
          top: 50%;
          -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg); }
        .firmwaredata__box .btn:hover {
          background: #000;
          color: #fff; }
          .firmwaredata__box .btn:hover:before, .firmwaredata__box .btn:hover:after {
            border-color: #fff; } }
    @media screen and (max-width: 767px), print {
      .firmwaredata__box .btn {
        font-size: 16px;
        padding: 0.7em 0; } }

.firmwaredata__headline {
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
  line-height: 1.4;
  padding-right: 3.5em;
  cursor: pointer; }
  @media screen and (min-width: 768px), print {
    .firmwaredata__headline {
      font-size: 20px; } }
  @media screen and (max-width: 767px), print {
    .firmwaredata__headline {
      font-size: 14px; } }
  @media screen and (min-width: 768px), print {
    .firmwaredata__headline:after {
      content: "";
      height: 1px;
      position: absolute;
      top: 50%;
      left: 0;
      right: 50px;
      z-index: 0;
      background: #222; } }
  .firmwaredata__headline:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    right: 24px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    transition: all 0.2s linear; }
    @media screen and (min-width: 768px), print {
      .firmwaredata__headline:before {
        top: 30%; } }
    @media screen and (max-width: 767px), print {
      .firmwaredata__headline:before {
        top: 41%; } }
  .firmwaredata__headline.open:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    @media screen and (min-width: 768px), print {
      .firmwaredata__headline.open:before {
        margin-top: 4px; } }
    @media screen and (max-width: 767px), print {
      .firmwaredata__headline.open:before {
        margin-top: -2px; } }
  .firmwaredata__headline span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 1em; }

.firmwaredata__notice {
  background: #fafafa;
  margin-bottom: 2em;
  font-size: 12px; }
  @media screen and (min-width: 768px), print {
    .firmwaredata__notice {
      padding: 22px 30px; } }
  @media screen and (max-width: 767px), print {
    .firmwaredata__notice {
      padding: 16px; } }
  @media screen and (min-width: 768px), print {
    .firmwaredata__notice p {
      text-indent: -2em;
      margin-left: 2em; } }

.firmwaredata__list li {
  position: relative;
  font-size: 14px; }
  @media screen and (min-width: 768px), print {
    .firmwaredata__list li {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px), print {
    .firmwaredata__list li {
      margin-bottom: 0.5em; } }
  .firmwaredata__list li p {
    text-indent: -1em;
    margin-left: 2em;
    margin-bottom: 1em; }
  .firmwaredata__list li span {
    display: inline-block;
    line-height: 1;
    font-family: "Fjalla One", sans-serif;
    position: relative;
    -webkit-transform: translate(0, 0.15em);
            transform: translate(0, 0.15em); }
    @media screen and (min-width: 768px), print {
      .firmwaredata__list li span {
        font-size: 24px;
        padding-right: 8px;
        margin-right: 16px; } }
    @media screen and (max-width: 767px), print {
      .firmwaredata__list li span {
        padding-right: 4px;
        margin-right: 10px; } }
    .firmwaredata__list li span:before {
      content: "";
      top: -2px;
      bottom: 1px;
      position: absolute;
      right: -2px;
      background: #000; }
      @media screen and (min-width: 768px), print {
        .firmwaredata__list li span:before {
          width: 3px; } }
      @media screen and (max-width: 767px), print {
        .firmwaredata__list li span:before {
          width: 2px; } }
    @media screen and (max-width: 767px), print {
      .firmwaredata__list li span {
        font-size: 20px; } }

.firmwaredata__list + p {
  text-indent: -1em;
  margin-left: 1em; }

.licenseagreement__box {
  font-size: 14px; }
  @media screen and (min-width: 768px), print {
    .licenseagreement__box .toggleContent {
      margin-bottom: 24px; } }
  @media screen and (max-width: 767px), print {
    .licenseagreement__box .toggleContent {
      margin-bottom: 24px; }
      .licenseagreement__box .toggleContent:last-child {
        margin-bottom: 0; } }
  .licenseagreement__box p {
    margin-bottom: 2em; }
    .licenseagreement__box p:last-child {
      margin-bottom: 0; }

.licenseagreement__headline {
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  cursor: pointer; }
  @media screen and (min-width: 768px), print {
    .licenseagreement__headline {
      font-size: 20px;
      padding: 12px 0; } }
  @media screen and (max-width: 767px), print {
    .licenseagreement__headline {
      font-size: 14px;
      padding: 6px 0;
      margin-bottom: 0.5em; } }
  .licenseagreement__headline span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 1em; }
  @media screen and (min-width: 768px), print {
    .licenseagreement__headline:after {
      content: "";
      height: 1px;
      position: absolute;
      top: 50%;
      left: 0;
      right: 40px;
      z-index: 0;
      background: #222; } }
  .licenseagreement__headline:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    right: 14px;
    top: 34%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    transition: all 0.2s linear; }
  .licenseagreement__headline.open:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    @media screen and (min-width: 768px), print {
      .licenseagreement__headline.open:before {
        margin-top: 4px; } }
    @media screen and (max-width: 767px), print {
      .licenseagreement__headline.open:before {
        margin-top: 3px; } }

.licenseagreement__detail {
  display: none; }

@media screen and (min-width: 768px), print {
  .home-heros {
    margin-top: 72px; } }

@media screen and (max-width: 767px), print {
  .home-heros {
    margin-top: 48px; } }

@media screen and (min-width: 768px), print {
  .home-top + .home-heros {
    margin-top: 24px; } }

@media screen and (max-width: 767px), print {
  .home-top + .home-heros {
    margin-top: 8px; } }

@media screen and (max-width: 1199px), print {
  .elementor-inner,
  .home-heros {
    margin-top: 48px; } }

.home-featured_contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 768px), print {
    .home-featured_contents {
      padding: 0 24px; } }

.home-hf_bk {
  color: #fff; }
  .home-hf_bk a {
    background-color: #000000; }

.home-hf_wt {
  color: #000; }
  .home-hf_wt a {
    background-color: #fff; }

.home-hf_blk {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Fjalla One", sans-serif;
  overflow: hidden; }
  @media screen and (min-width: 768px), print {
    .home-hf_blk {
      margin-top: 24px; } }
  @media screen and (max-width: 767px), print {
    .home-hf_blk {
      margin-top: 8px;
      width: 100%; } }
  @media screen and (min-width: 768px), print {
    .home-hero_area .home-hf_blk {
      width: 100%;
      height: 75vh;
      max-height: 880px;
    } }
  .home-hero_area .home-hf_blk:first-child {
    margin-top: 0; }
  @media screen and (min-width: 768px), print {
    .home-featured_contents .home-hf_blk {
      width: 49.025974%; } }
  .home-hf_blk a {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 768px), print {
      .home-hero_area .home-hf_blk a {
        /* padding: 75vh 0 0;  */
        height: 100%;
      } }
    @media screen and (max-width: 767px), print {
      .home-hero_area .home-hf_blk a {
        padding: 133.4375% 0 0; } }
    @media screen and (min-width: 768px), print {
      .home-featured_contents .home-hf_blk a {
        padding: 480px 0 0; } }
    @media screen and (max-width: 767px), print {
      .home-featured_contents .home-hf_blk a {
        background-size: 100% auto;
        background-position: top center;
        padding-top: 61.875%; } }
  .home-hf_blk-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
    @media screen and (min-width: 768px), print {
      .home-hf_blk-bg {
        transition: -webkit-transform 0.3s linear;
        transition: transform 0.3s linear;
        transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
        .home-hf_blk-bg_sp {
          display: none; } }
    @media screen and (max-width: 767px), print {
      .home-hf_blk-bg_pc {
        display: none; } }
  .home-hf_blk-inner {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
    @media screen and (min-width: 768px), print {
      .home-hf_blk-inner {
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 767px), print {
      .home-hf_blk-inner {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @media screen and (min-width: 768px), print {
      .home-hero_area .home-hf_blk-inner {
        padding: 0 56px; } }
    @media screen and (max-width: 767px), print {
      .home-hero_area .home-hf_blk-inner {
        padding: 25px; } }
    @media screen and (min-width: 768px), print {
      .home-featured_contents .home-hf_blk-inner {
        padding: 0 32px; } }
    @media screen and (max-width: 767px), print {
      .home-featured_contents .home-hf_blk-inner {
        background-color: #eeeeee;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 17px 25px 18px;
        position: relative; } }
  .home-hf_blk-cat {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Fjalla One", sans-serif;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (min-width: 768px), print {
      .home-hf_blk-cat {
        height: 24px;
        font-size: 14px;
        padding: 0 12px;
        min-width: 63px; } }
    @media screen and (max-width: 767px), print {
      .home-hf_blk-cat {
        height: 22px;
        font-size: 10px;
        padding: 0 1em;
        min-width: 54px; } }
    .home-hf_bk .home-hf_blk-cat {
      background: #000;
      color: #fff; }
    .home-hf_wt .home-hf_blk-cat {
      background: #fff;
      font-weight: bold;
      color: #1b1b1b; }
  .home-hf_blk-head {
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1; }
    @media screen and (max-width: 767px), print {
      .home-hf_blk-head {
        text-align: center; } }
    @media screen and (min-width: 768px), print {
      .home-hero_area .home-hf_blk-head {
        font-size: 48px; } }
    @media screen and (max-width: 767px), print {
      .home-hero_area .home-hf_blk-head {
        font-size: 28px; } }
    @media screen and (min-width: 768px), print {
      .home-featured_contents .home-hf_blk-head {
        font-size: 30px; } }
    @media screen and (max-width: 767px), print {
      .home-featured_contents .home-hf_blk-head {
        color: #000;
        font-size: 18px; } }
  @media screen and (max-width: 767px), print {
    .home-hf_blk-txt {
      text-align: center; }
      .home-hf_blk-txt br {
        display: none; } }
  @media screen and (min-width: 768px), print {
    .home-hero_area .home-hf_blk-txt {
      font-size: 16px;
      line-height: 1.2;
      margin: 16px 0 0; } }
  @media screen and (max-width: 767px), print {
    .home-hero_area .home-hf_blk-txt {
      font-size: 14px;
      line-height: 1.2;
      margin: 8px 0 0; } }
  @media screen and (min-width: 768px), print {
    .home-featured_contents .home-hf_blk-txt {
      font-size: 12px;
      margin: 8px 0; } }
  @media screen and (max-width: 767px), print {
    .home-featured_contents .home-hf_blk-txt {
      color: #000;
      font-size: 8px;
      margin: 8px 0 0; } }
  .home-hf_blk-btn {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Fjalla One", sans-serif;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1; }
    .home-hf_blk-btn:after {
      content: '»'; }
    @media screen and (min-width: 768px), print {
      .home-hf_blk-btn {
        bottom: 32px;
        height: 46px;
        font-size: 18px;
        padding: 0 14px 0 30px;
        position: absolute;
        min-width: 202px; }
        .home-hf_blk-btn:after {
          display: inline-block;
          margin: 0 0 0 28px; } }
    @media screen and (max-width: 767px), print {
      .home-hf_blk-btn {
        font-size: 14px;
        height: 34px;
        position: relative;
        padding: 0 1.5em 0 1em;
        min-width: 182px; }
        .home-hf_blk-btn:after {
          display: inline-block;
          margin: 0;
          position: absolute;
          right: 8px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    .home-hf_bk .home-hf_blk-btn {
      background: #fff;
      color: #1b1b1b; }
    .home-hf_wt .home-hf_blk-btn {
      background: #1b1b1b;
      color: #fff; }
    @media screen and (min-width: 768px), print {
      .home-hero_area .home-hf_blk-btn {
        left: 56px; } }
    @media screen and (max-width: 767px), print {
      .home-hero_area .home-hf_blk-btn {
        margin: 24px 0 0; } }
    @media screen and (min-width: 768px), print {
      .home-featured_contents .home-hf_blk-btn {
        left: 32px; } }
    @media screen and (max-width: 767px), print {
      .home-featured_contents .home-hf_blk-btn {
        background: #fff;
        border: 1px solid #1b1b1b;
        box-sizing: content-box;
        color: #1b1b1b;
        margin: 8px 0 0; } }
    .home-featured_contents .home-hf_blk-head + .home-hf_blk-btn {
      margin-top: 14px; }

.home-lineup {
  text-align: center; }
  @media screen and (min-width: 768px), print {
    .home-lineup {
      margin: 105px 0 0; } }
  @media screen and (max-width: 767px), print {
    .home-lineup {
      margin: 40px 0 0; } }
  .home-lineup-head {
    font-family: "Fjalla One", sans-serif;
    line-height: 1; }
    @media screen and (min-width: 768px), print {
      .home-lineup-head {
        font-size: 40px; } }
    @media screen and (max-width: 767px), print {
      .home-lineup-head {
        font-size: 20px; } }
  @media screen and (min-width: 768px), print {
    .home-lineup-lead {
      font-size: 14px;
      margin: 24px 0 0; } }
  @media screen and (max-width: 767px), print {
    .home-lineup-lead {
      font-size: 10px;
      margin: 8px 0 0; } }
  .home-lineup-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (min-width: 768px), print {
      .home-lineup-list {
        margin: 45px 0 0;
        padding: 0 40px; } }
    @media screen and (max-width: 767px), print {
      .home-lineup-list {
        padding: 0 16px; } }
    .home-lineup-list li {
      font-weight: bold; }
      @media screen and (min-width: 768px), print {
        .home-lineup-list li {
          font-size: 18px;
          margin: 0 0 0 1.33%;
          width: 24%; }
          .home-lineup-list li:nth-child(1) {
            margin: 0; } }
      @media screen and (max-width: 767px), print {
        .home-lineup-list li {
          font-size: 12px;
          margin-top: 22px;
          width: 48.611111%; }
          .home-lineup-list li:nth-child(even) {
            margin-left: 2.7777778%; }
          .home-lineup-list li:nth-child(n+3) {
            margin-top: 8px; } }
    @media screen and (min-width: 768px), print {
      .home-lineup-list a:hover {
        text-decoration: none; }
        .home-lineup-list a:hover img {
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); } }
    .home-lineup-list img {
      display: block;
      height: auto;
      width: 100%; }
      @media screen and (min-width: 768px), print {
        .home-lineup-list img {
          transition: all 0.2s linear;
          margin: 0 0 8px; } }
  @media screen and (min-width: 768px), print {
    .home-lineup-stories {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 99px 0;
      padding: 0 24px; } }
  @media screen and (max-width: 767px), print {
    .home-lineup-stories {
      margin: 34px 0 0; } }
  .home-lineup-stories_blk {
    background-color: #000000;
    color: #fff; }
    @media screen and (min-width: 768px), print {
      .home-lineup-stories_blk {
        height: 302px;
        width: 49.025974%;
        overflow: hidden; } }
    @media screen and (max-width: 767px), print {
      .home-lineup-stories_blk {
        width: 100%; }
        .home-lineup-stories_blk:nth-child(n+2) {
          margin-top: 8px; } }
    .home-lineup-stories_blk a {
      background-position: center center;
      background-size: cover;
      box-sizing: border-box;
      background-repeat: no-repeat;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      text-align: left; }
      @media screen and (min-width: 768px), print {
        .home-lineup-stories_blk a {
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          padding: 32px 48px; }
          .home-lineup-stories_blk a:hover {
            text-decoration: none; }
            .home-lineup-stories_blk a:hover .home-lineup-stories_blk-bg {
              -webkit-transform: scale(1.1);
                      transform: scale(1.1); } }
      @media screen and (max-width: 767px), print {
        .home-lineup-stories_blk a {
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 50% 0 0;
          position: relative; }
          .home-lineup-stories_blk a:after {
            content: '»';
            color: #ffffff;
            display: inline-block;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: 8px;
            font-size: 20px; } }
    .home-lineup-stories_blk-bg {
      transition: -webkit-transform 0.3s linear;
      transition: transform 0.3s linear;
      transition: transform 0.3s linear, -webkit-transform 0.3s linear;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 1; }
      @media screen and (min-width: 768px), print {
        .home-lineup-stories_blk-bg_sp {
          display: none; } }
      @media screen and (max-width: 767px), print {
        .home-lineup-stories_blk-bg_pc {
          display: none; } }
    .home-lineup-stories_blk-inner {
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 767px), print {
        .home-lineup-stories_blk-inner {
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 0 32px 0 16px;
          position: absolute;
          left: 0;
          top: 0;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: left; } }
    .home-lineup-stories_blk-head {
      font-family: "Fjalla One", sans-serif; }
      @media screen and (min-width: 768px), print {
        .home-lineup-stories_blk-head {
          font-size: 36px; } }
      @media screen and (max-width: 767px), print {
        .home-lineup-stories_blk-head {
          font-size: 24px;
          line-height: 1; } }
    @media screen and (min-width: 768px), print {
      .home-lineup-stories_blk-txt {
        font-size: 12px;
        min-height: 3em;
        margin: 4px 0 0; } }
    @media screen and (max-width: 767px), print {
      .home-lineup-stories_blk-txt {
        font-size: 10px;
        margin: 5px 0 0; }
        .home-lineup-stories_blk-txt br {
          display: none; } }
    @media screen and (min-width: 768px), print {
      .home-lineup-stories_blk-btn {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: #ffffff;
        border: 1px solid #1b1b1b;
        box-sizing: content-box;
        color: #1b1b1b;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-family: "Fjalla One", sans-serif;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        font-size: 18px;
        height: 46px;
        margin: 30px 0 0;
        padding: 0 55px 0 44px; }
        .home-lineup-stories_blk-btn:after {
          content: '»';
          display: inline-block;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 16px; } }
    @media screen and (max-width: 767px), print {
      .home-lineup-stories_blk-btn {
        display: none; } }

.home-news {
  margin: 0 auto;
  max-width: 1200px; }

  .home-hf_blk-mov {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1; 
    object-fit: cover;
  }

  @media screen and (min-width: 768px), print {
    .home-hf_blk-mov_sp {
      display: none;
    }
   }
  @media screen and (max-width: 767px), print {
    .home-hf_blk-mov_pc {
      display: none;
    }
   }