@charset "UTF-8";
/* common */
html {
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 16px; } }

body {
  /*font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  color: #000;
  line-height: 1.6;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  width: 100%;
  vertical-align: bottom; }
  @media screen and (min-width: 769px) {
    img {
      width: auto;
      margin: auto; } }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4 {
  margin-bottom: 0; }

a {
  text-decoration: none;
  display: block;
  color: #000;
  transition: 0.6s;
  outline: none; }

dl, dd {
  margin: 0; }

a:hover {
  text-decoration: none;
  opacity: 0.8; }

a[href*="tel:"] {
  display: block; }
  @media screen and (min-width: 769px) {
    a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none; } }

/*-common------------------------*/
.pc_only {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc_only {
      display: block; } }

.sp_only {
  display: block; }
  @media screen and (min-width: 769px) {
    .sp_only {
      display: none; } }

.md_none {
  display: block; }
  @media screen and (max-width: 530px) {
    .md_none {
      display: none; } }

.md_only {
  display: none !important; }
  @media screen and (max-width: 530px) {
    .md_only {
      display: block !important; } }

.sm_none {
  display: block; }
  @media screen and (max-width: 530px) {
    .sm_none {
      display: none; } }

.sm_only {
  display: none; }
  @media screen and (max-width: 530px) {
    .sm_only {
      display: block; } }

.wr {
  word-wrap: break-word;
  display: inline-block; }

.container {
  padding-left: 15px;
  padding-right: 15px; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mt-5 {
  margin-top: 2rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

header {
  width: 100%;
  margin: auto;
  background: #fff; }
  @media screen and (max-width: 768px) {
    header {
      height: auto; } }
  header .gnavi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1366px;
    margin: auto; }
    header .gnavi nav ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        header .gnavi nav ul {
          justify-content: flex-end; } }
      header .gnavi nav ul li {
        margin-right: 22px; }
        @media screen and (max-width: 768px) {
          header .gnavi nav ul li {
            margin-right: 0.25rem; } }
        @media screen and (max-width: 530px) {
          header .gnavi nav ul li {
            margin-right: 0.125rem; } }
      @media screen and (max-width: 530px) {
        header .gnavi nav ul li.webmart {
          margin-right: 0; } }
      header .gnavi nav ul li.webmart a {
        font-size: 18px;
        font-weight: 700;
        padding: 0.25rem 0.5rem;
        border-radius: 4px;
        color: #000; }
        @media screen and (max-width: 530px) {
          header .gnavi nav ul li.webmart a {
            font-size: 10px; } }
        @media screen and (max-width: 376px) {
          header .gnavi nav ul li.webmart a {
            padding: 0.25rem 0.125rem; } }
        header .gnavi nav ul li.webmart a:before {
          content: "\f0da";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 100%;
          display: inline-block;
          margin-right: 5px; }
        header .gnavi nav ul li.webmart a:hover {
          background: rgba(0, 0, 0, 0.1); }
      header .gnavi nav ul li img {
        width: 37px; }
        @media screen and (max-width: 768px) {
          header .gnavi nav ul li img {
            width: 30px; } }
        @media screen and (max-width: 530px) {
          header .gnavi nav ul li img {
            width: 24px; } }
        @media screen and (max-width: 376px) {
          header .gnavi nav ul li img {
            width: 20px; } }
      @media screen and (max-width: 768px) {
        header .gnavi nav ul li.windows_logo {
          max-width: 30%; } }
      header .gnavi nav ul li.windows_logo img {
        width: auto; }
        @media screen and (max-width: 768px) {
          header .gnavi nav ul li.windows_logo img {
            width: 100%; } }
    header .gnavi h1 {
      font-size: 0;
      margin-top: 1rem;
      margin-bottom: 1rem;
      margin-left: 1rem;
      margin-right: auto; }
    header .gnavi h1 img {
      width: 122px; }
      @media screen and (max-width: 768px) {
        header .gnavi h1 img {
          height: 20px;
          width: auto; } }
    header .gnavi h2 {
      background: #0080cc;
      display: flex;
      justify-content: center;
      height: 100%;
      align-items: center; }
  header div.snavi {
    background: #000;
    display: flex;
    align-items: center;
    padding: 0px 70px;
    position: relative;
    width: calc(100% - 140px); }
    @media screen and (max-width: 1024px) {
      header div.snavi {
        padding: 10px 10px;
        width: calc(100% - 20px);
        justify-content: space-between; } }
    @media screen and (max-width: 768px) {
      header div.snavi {
        height: 22px; } }
    header div.snavi.fixed {
      position: fixed;
      top: 0;
      z-index: 5000; }
    header div.snavi ul {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
      @media screen and (max-width: 768px) {
        header div.snavi ul {
          display: none;
          position: absolute;
          top: 42px;
          background: #000;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 500; } }
      @media screen and (max-width: 768px) {
        header div.snavi ul.tab_over {
          display: none; } }
      header div.snavi ul.tab_under {
        display: none; }
    header div.snavi li a {
      color: #fff;
      padding: 20px 15px; }
      @media screen and (max-width: 1024px) {
        header div.snavi li a {
          padding: 10px 0.5rem;
          font-size: 14px; } }
      @media screen and (max-width: 992px) {
        header div.snavi li a {
          font-size: 2vw; } }
      @media screen and (max-width: 530px) {
        header div.snavi li a {
          padding: 10px 0.5rem;
          font-size: 14px; } }
      @media screen and (max-width: 376px) {
        header div.snavi li a span {
          display: none; } }
    header div.snavi li a:hover {
      color: #000;
      background: #fff; }
    header div.snavi h1 {
      font-size: 0;
      margin-left: 1rem;
      margin-right: 3rem; }
      @media screen and (max-width: 768px) {
        header div.snavi h1 {
          margin-left: 0rem;
          margin-right: 0rem; } }
    header div.snavi h1 img {
      width: 122px; }
      @media screen and (max-width: 1024px) {
        header div.snavi h1 img {
          height: 20px;
          width: auto; } }
      @media screen and (max-width: 530px) {
        header div.snavi h1 img {
          height: 15px; } }
  header .snavi .menu {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-flex;
    width: 50px;
    height: 42px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: none; }
    @media screen and (max-width: 768px) {
      header .snavi .menu {
        display: flex; } }
  header .snavi .menu.open span.border {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  header .snavi .menu.open span.border::before, header .snavi .menu.open span.border::after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  header .snavi .menu .border {
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    margin-top: -10px;
    transition: all ease .3s;
    background: #fff; }
  header .snavi .menu .border::before, header .snavi .menu .border::after {
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    content: '';
    transition: all ease .3s;
    background: #fff; }
  header .snavi .menu .border::before {
    top: -5px; }
  header .snavi .menu .border::after {
    top: 5px; }
  header .snavi .menu .text {
    font-size: .5rem !important;
    line-height: 1;
    position: absolute;
    bottom: 8px;
    left: 0;
    box-sizing: border-box;
    width: 50px;
    height: auto;
    margin: 0;
    color: #fff;
    text-align: center;
    text-indent: 0 !important;
    background: none; }

footer {
  position: relative;
  min-width: 1024px;
  margin: 40px auto 0; }
  @media screen and (max-width: 768px) {
    footer {
      min-width: initial;
      /*    min-width: inherit;*/ } }

footer .fmv {
  background: #000;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    footer .fmv {
      padding: 6vw 4.66667vw; } }
  footer .fmv a {
    display: inline; }
  footer .fmv a:hover {
    opacity: 1; }

footer .fmv div {
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    footer .fmv div {
      margin-bottom: 6.66667vw; } }

footer .fmv div:last-child {
  margin-bottom: 0px; }

footer .fmv dl {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.6;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  margin: 0 auto;
  padding: 25px 0 20px 0;
  font-size: 14px;
  max-width: 775px;
  width: 90%; }
  @media screen and (max-width: 768px) {
    footer .fmv dl {
      font-size: 11px;
      width: 100%; } }
  footer .fmv dl:hover {
    border: 2px solid #000;
    color: #000;
    background: #fff; }

footer .fmv dl dt {
  font-size: 24px;
  padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    footer .fmv dl dt {
      font-size: 18px; } }

footer .copyright {
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  background: #000;
  font-weight: 300; }

footer .windows {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 696px;
  width: 90%;
  padding: 25px 0 30px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    footer .windows {
      display: block;
      width: 84%;
      padding: 7vw 0 0; } }
  footer .windows figure:first-child {
    width: auto;
    margin-right: 30px;
    margin-bottom: 0px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      footer .windows figure:first-child {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto; } }
  footer .windows figure:last-child {
    margin-left: 0px; }
    @media screen and (max-width: 768px) {
      footer .windows figure:last-child {
        margin-right: auto;
        margin-left: auto;
        width: 58%;
        text-align: center; } }

img {
  backface-visibility: hidden;
  /* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;
  /* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased;
  /* animation時の文字にじみ防止 */
  -moz-osx-font-smoothing: grayscale;
  /* animation時の文字にじみ防止 */ }

span.wr {
  word-wrap: break-word;
  display: inline-block; }

sup {
  position: relative;
  top: -3px; }

.contents {
  /*max-width: 1366px;*/
  margin: auto;
  color: #6a6a6a; }
  .contents .inner {
    width: 1000px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .contents .inner {
        width: auto;
        margin: auto 10px; } }
  .contents .main_visual {
    min-width: 1000px; }
    @media screen and (max-width: 1366px) {
      .contents .main_visual img {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .contents .main_visual {
        min-width: inherit; } }
  .contents .about .obi {
    background-color: #d4e6f9;
    padding: 15px 0; }
  .contents .about h2 {
    font-size: 42px;
    color: #4587f4;
    line-height: 1;
    margin-left: 50%; }
    @media screen and (max-width: 768px) {
      .contents .about h2 {
        margin-left: 0;
        text-align: center;
        font-size: 32px; } }
  .contents .about .inner {
    display: flex; }
    @media screen and (max-width: 768px) {
      .contents .about .inner {
        display: block; } }
  .contents .about figure {
    position: relative;
    bottom: -30px; }
    @media screen and (max-width: 768px) {
      .contents .about figure {
        bottom: auto;
        width: 50vw;
        margin: 30px auto 0; } }
    @media screen and (max-width: 530px) {
      .contents .about figure {
        width: 80vw; } }
  .contents .about ul {
    margin-left: 35px;
    padding: 95px 0 80px; }
    @media screen and (max-width: 768px) {
      .contents .about ul {
        width: 80vw;
        margin: 0 auto 30px;
        padding: 2% 0; } }
    .contents .about ul li {
      margin-bottom: 15px;
      font-size: 26px;
      font-weight: bold;
      color: #4587f4; }
      @media screen and (max-width: 768px) {
        .contents .about ul li {
          font-size: 21px; } }
      @media screen and (max-width: 530px) {
        .contents .about ul li {
          font-size: 3.5vw;
          margin-bottom: 5px; } }
      .contents .about ul li i {
        width: 38px;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .contents .about ul li i {
            width: 30px; } }
        @media screen and (max-width: 530px) {
          .contents .about ul li i {
            width: 5vw; } }
        .contents .about ul li i img {
          width: 100%; }
  .contents .feature {
    background-color: #f7f7f7;
    padding: 95px 0 35px; }
    @media screen and (max-width: 768px) {
      .contents .feature {
        padding: 35px 0 35px; } }
    .contents .feature h2 {
      text-align: center;
      font-size: 30px;
      color: #6a6a6a;
      font-weight: bold;
      margin-bottom: 30px;
      line-height: 1.4;
      min-height: 3.3rem; }
      @media screen and (max-width: 768px) {
        .contents .feature h2 {
          font-size: 22px;
          margin-bottom: 15px; } }
      @media screen and (max-width: 530px) {
        .contents .feature h2 {
          min-height: inherit; } }
    .contents .feature h3 {
      text-align: center;
      font-size: 21px;
      color: #6a6a6a;
      font-weight: bold;
      margin-bottom: 15px;
      line-height: 1.4;
      min-height: 3.3rem; }
      @media screen and (max-width: 768px) {
        .contents .feature h3 {
          font-size: 18px; } }
      @media screen and (max-width: 530px) {
        .contents .feature h3 {
          min-height: inherit; } }
    .contents .feature p {
      font-size: 18px;
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .contents .feature p {
          font-size: 14px; } }
    .contents .feature small {
      text-align: center;
      font-size: 12px;
      display: block;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .contents .feature small {
          font-size: 10px; } }
    .contents .feature ul {
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .contents .feature ul {
          flex-wrap: wrap;
          margin-bottom: 0px; } }
      .contents .feature ul li {
        width: 24%;
        display: flex; }
        @media screen and (max-width: 768px) {
          .contents .feature ul li {
            width: 49%;
            margin-bottom: 15px; } }
        @media screen and (max-width: 530px) {
          .contents .feature ul li {
            width: 100%;
            margin-bottom: 10px; } }
      .contents .feature ul dl {
        background: #fff;
        padding: 15px;
        display: flex;
        flex-direction: column;
        width: 100%; }
        .contents .feature ul dl dt figure {
          text-align: center;
          margin-bottom: 5px; }
          @media screen and (max-width: 768px) {
            .contents .feature ul dl dt figure img {
              width: auto; } }
        .contents .feature ul dl dt h2 {
          margin-bottom: 15px; }
          @media screen and (max-width: 530px) {
            .contents .feature ul dl dt h2 br {
              display: none; } }
        .contents .feature ul dl dd {
          font-size: 15px; }
    .contents .feature ul.col2 {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .contents .feature ul.col2 {
          justify-content: space-between; } }
      .contents .feature ul.col2 li {
        width: 40%;
        display: flex;
        margin-right: 15px; }
        .contents .feature ul.col2 li:last-child {
          margin-right: 0; }
        @media screen and (max-width: 768px) {
          .contents .feature ul.col2 li {
            width: 49%;
            margin-right: 0; } }
        @media screen and (max-width: 530px) {
          .contents .feature ul.col2 li {
            width: 100%;
            margin-bottom: 10px; } }
      .contents .feature ul.col2 dl {
        background: #fff;
        padding: 15px;
        display: flex;
        flex-direction: column; }
        @media screen and (max-width: 768px) {
          .contents .feature ul.col2 dl {
            justify-content: flex-start; } }
        .contents .feature ul.col2 dl dt {
          display: flex;
          align-items: center;
          justify-content: center; }
          @media screen and (max-width: 768px) {
            .contents .feature ul.col2 dl dt {
              flex-direction: column; } }
          .contents .feature ul.col2 dl dt figure {
            text-align: center;
            margin-right: 15px; }
            @media screen and (max-width: 768px) {
              .contents .feature ul.col2 dl dt figure img.auto {
                width: 100%; } }
          .contents .feature ul.col2 dl dt h2 {
            margin-bottom: 15px; }
            @media screen and (max-width: 530px) {
              .contents .feature ul.col2 dl dt h2 br {
                display: none; } }
        .contents .feature ul.col2 dl dd {
          font-size: 15px; }
    .contents .feature div.warning {
      font-size: 14px; }
      .contents .feature div.warning a {
        display: inline; }
        .contents .feature div.warning a:hover {
          text-decoration: underline; }
  .contents .list_set {
    padding: 40px 0 60px 0; }
    .contents .list_set h2 {
      text-align: center;
      margin-bottom: 15px; }
      .contents .list_set h2 i {
        display: inline-block;
        margin-right: 10px; }
    .contents .list_set .detail_area {
      background: #fff;
      border-radius: 20px;
      display: flex;
      justify-content: space-between;
      padding: 30px; }
      @media screen and (max-width: 768px) {
        .contents .list_set .detail_area {
          width: auto;
          padding: 20px 15px;
          flex-direction: column; } }
      .contents .list_set .detail_area div {
        width: 49%; }
        @media screen and (max-width: 768px) {
          .contents .list_set .detail_area div {
            width: 100%; } }
      .contents .list_set .detail_area img {
        width: 100%; }
        .contents .list_set .detail_area img.w_auto {
          width: auto; }
          @media screen and (max-width: 530px) {
            .contents .list_set .detail_area img.w_auto {
              width: 100%; } }
      .contents .list_set .detail_area h3 {
        font-size: 20px;
        font-weight: bold;
        border-bottom: solid 1px #6a6a6a;
        padding-bottom: 3px;
        margin-bottom: 3px;
        margin-top: 10px; }
      .contents .list_set .detail_area p {
        font-size: 16px; }
      .contents .list_set .detail_area small {
        font-size: 14px; }
  .contents .online {
    background-color: #fff9e8; }
    .contents .online h2 {
      color: #fdce34; }
    .contents .online .detail_area {
      border-left: 13px solid #fdce34; }
      .contents .online .detail_area p {
        margin-bottom: 15px; }
      .contents .online .detail_area div.logo {
        margin: auto; }
        @media screen and (max-width: 768px) {
          .contents .online .detail_area div.logo {
            margin-top: -25px; } }
      .contents .online .detail_area figure.interface {
        margin-bottom: 27px; }
  .contents .entertainment {
    background-color: #ddf2dc; }
    .contents .entertainment h2 {
      color: #3cac36; }
    .contents .entertainment .detail_area {
      border-left: 13px solid #3cac36; }
    .contents .entertainment .absolute {
      position: relative;
      z-index: 50;
      top: -30px; }
    .contents .entertainment figure.app {
      margin-top: 14px; }
  .contents .start_up {
    background-color: #deebf7; }
    .contents .start_up h2 {
      color: #4587f4; }
    .contents .start_up .detail_area {
      border-left: 13px solid #4587f4; }
      @media screen and (max-width: 768px) {
        .contents .start_up .detail_area figure {
          margin-bottom: 10px; } }
  .contents .safety {
    background-color: #fbe5d6; }
    .contents .safety h2 {
      color: #c00; }
    .contents .safety .detail_area {
      border-left: 13px solid #c00; }
      @media screen and (max-width: 768px) {
        .contents .safety .detail_area figure {
          margin-bottom: 10px; } }
      .contents .safety .detail_area p {
        width: 420px; }
        @media screen and (max-width: 768px) {
          .contents .safety .detail_area p {
            width: auto; } }
  .contents .spec {
    padding: 40px 0 60px 0; }
    .contents .spec h2 {
      text-align: center; }
    .contents .spec figure {
      text-align: center;
      margin: 15px auto 30px; }
      @media screen and (max-width: 768px) {
        .contents .spec figure {
          width: 50vw; } }
      @media screen and (max-width: 530px) {
        .contents .spec figure {
          width: 80vw; } }
    .contents .spec table {
      width: 100%; }
      .contents .spec table tr {
        border-bottom: 4px solid #fff; }
      .contents .spec table thead {
        background-color: #aab2bd;
        color: #fff;
        font-weight: bold;
        font-size: 22px; }
        .contents .spec table thead th {
          padding: 10px 0; }
      .contents .spec table tbody td {
        padding: 15px;
        background-color: #ebebeb;
        white-space: nowrap;
        text-align: center;
        vertical-align: middle; }
        @media screen and (max-width: 768px) {
          .contents .spec table tbody td {
            white-space: normal;
            font-size: 14px; }
            .contents .spec table tbody td br {
              display: none; } }
      .contents .spec table tbody td:last-child {
        padding: 15px;
        background-color: #fdfdfe;
        text-align: left;
        white-space: normal; }
        .contents .spec table tbody td:last-child span {
          width: 21px;
          height: 21px;
          background: #7f8384;
          display: inline-block;
          position: relative;
          top: 5px;
          margin-right: 4px; }

ul.sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 3rem; }
  ul.sns li {
    margin-right: 1rem;
    width: 50px; }
    ul.sns li:last-child {
      margin-right: 0; }
    ul.sns li img {
      width: 100%; }
    ul.sns li a:hover {
      opacity: 0.6; }

.movie_area {
  text-align: center;
  max-width: 600px;
  margin: auto auto 40px; }

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

#cboxLoadedContent {
  position: relative;
  width: 100%; }

.cboxIframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .contents .list_set .detail_area p {
    font-size: 15px; }
  *::-ms-backdrop, .contents .about ul li{
    font-size: 25px; 
  }
  /* IE11 */ }
