@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}
main{
	background-color: #000;
	padding-top: 0px !important;
}
/*
header,
footer{
	color: #FFF;
	a{color: #FFF !important;}
}
*/
ul {
  list-style: none;
}

dt {
  display: block;
  width: auto;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

td {
  vertical-align: top;
}

th {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

img {
  background-color: transparent;
  vertical-align: top;
}

a img {
  border: none;
}

em {
  font-style: normal;
}

hr {
  height: 1px;
}

input, textarea, select, option, optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

/* ie6 hack*/
* html input {
  line-height: 1;
  height: 1.6em;
}
*:first-child + html input {
  line-height: 1;
}

/* ie7 hack */
select {
  min-width: 2em;
}

option, optgroup {
  padding-right: 0.4em;
}

label[for] {
  cursor: pointer;
}

input[type=checkbox], input[type=radio], input[type=button], input[type=image], input[type=reset], input[type=submit] {
  cursor: pointer;
}

select, option {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

.cf {
  *zoom: 1;
}
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  content: " ";
  display: table;
  clear: both;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #000;
}
a:link, a:visited, a:hover {
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  display: inline;
}

.red {
  color: #F00;
}


.PageHeader_pageHeader__breadcrumbs {
  padding-left: 44px;
  padding-right: 44px;
  position: relative;
  font-family: Noto Sans JP,Noto Sans JP Fallback,ヒラギノ角ゴシック,メイリオ,Roboto,sans-serif; }
  @media all and (max-width: 768px) {
    .PageHeader_pageHeader__breadcrumbs {
      padding-left: 12px;
      padding-right: 12px; } }
  .PageHeader_pageHeader__breadcrumbs .Breadcrumbs_breadcrumbs__list {
    position: absolute;
    z-index: 3;
    margin-top: 100px;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow: hidden; }
    @media all and (max-width: 768px) {
      .PageHeader_pageHeader__breadcrumbs .Breadcrumbs_breadcrumbs__list {
        margin-top: 66px; } }
    .PageHeader_pageHeader__breadcrumbs .Breadcrumbs_breadcrumbs__list li {
      min-width: 0px; }
      .PageHeader_pageHeader__breadcrumbs .Breadcrumbs_breadcrumbs__list li a {
        color: #FFF; }
    .PageHeader_pageHeader__breadcrumbs .Breadcrumbs_breadcrumbs__list li:not(:last-child) {
      padding-right: 13px;
      position: relative;
      flex: 0 0 auto; }
      .PageHeader_pageHeader__breadcrumbs .Breadcrumbs_breadcrumbs__list li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 5px;
        border-top: 1px solid #a0a0a0; }
    .PageHeader_pageHeader__breadcrumbs .Breadcrumbs_breadcrumbs__list li:last-child {
      flex-shrink: 1; }
  .PageHeader_pageHeader__breadcrumbs .Breadcrumbs_breadcrumbs__link {
    font-size: 12px;
    line-height: 1.3;
    display: block;
    padding: 0.4em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .PageHeader_pageHeader__breadcrumbs .Breadcrumbs_breadcrumbs__link.isUpperCase {
      text-transform: uppercase; }
    @media all and (max-width: 768px) {
      .PageHeader_pageHeader__breadcrumbs .Breadcrumbs_breadcrumbs__link {
        font-size: 10px; } }





@media all and (min-width: 769px) {
  a, input[type=button], button {
    transition: ease 0.1s;
  }
  a.fade:hover {
    opacity: 0.5;
  }
  body {
    font-family: YuGothic, "Yu Gothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #fff;
    background-color: #000;
    font-feature-settings: "palt" 1;
  }
  .sp-view {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  a, input[type=button], button {
    transition: ease 0.1s;
  }
  a:active {
    opacity: 0.5;
  }
  html {
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
  }
  body {
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #000;
    font-feature-settings: "palt" 1;
  }
  .pc-view {
    display: none !important;
  }
}
@media all and (min-width: 769px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
  .header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
  }
  .header__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header__logo {
    width: 72px;
    margin: 38px 0 0 40px;
  }
  .header__navi {
    display: none;
    width: 290px;
    margin: 52px 60px 0 0;
  }
  .header__navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header__navi ul li a {
    display: block;
    overflow: hidden;
    height: 25px;
  }
  .header__navi ul li a:hover {
    opacity: 0.6;
  }
  .header__navi ul li img {
    width: auto;
    height: 25px;
  }
  .footer {
    min-width: 1016px;
    padding: 35px 0 0;
    border-top: 1px solid #8d8d8d;
    margin: 0 48px;
  }
  .footer__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__wrap-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 625px;
  }
  .footer__wrap-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 385px;
  }
  .footer__logo {
    width: 128px;
    padding-top: 5px;
  }
  .footer__navi {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__navi ul {
    width: 137px;
  }
  .footer__navi ul:nth-last-of-type(1) {
    width: 160px;
  }
  .footer__navi ul li {
    margin-bottom: 13px;
  }
  .footer__navi ul li a {
    font-family: "Noto Sans Japanese";
    font-weight: 600;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.1;
    padding-right: 14px;
    background: url(../images/common/ico-link.svg) right center no-repeat;
    background-size: 6px 12px;
  }
  .footer__navi ul li a:hover {
    opacity: 0.7;
  }
  .footer__sns {
    text-align: right;
    padding-top: 26px;
  }
  .footer__sns ul {
    margin-bottom: 14px;
  }
  .footer__sns ul li {
    display: inline-block;
    margin-left: 8px;
  }
  .footer__sns ul li a:hover {
    opacity: 0.7;
  }
  .footer__sns ul li img {
    width: auto;
    height: 17px;
  }
  .footer__sns__copyright {
    font-family: helvetica;
    font-size: 12px;
    letter-spacing: 0em;
    color: #8d8d8d;
  }
  .footer__pagetop a {
    display: block;
    width: 16px;
    height: 112px;
    border-right: 1px solid #fff;
  }
  .footer__pagetop a:hover {
    opacity: 0.7;
  }
  .footer__pagetop a img {
    width: 10px;
  }
  /*
  .modal {
  	position: fixed;
  	left: 50%;
  	top: 50%;
  	transform: translate(-50%, -50%);
  	width: 100%;
  	height: 100%;
  	z-index: 999;
  	display: none;

  	&.show{
  		display: block;
  	}


  	.inner {
  		width: 100%;
  		height: 100%;
  		background-color: rgba(0, 0, 0, 0.9);



  	}

  }
  */
}
@media all and (max-width: 768px) {
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  .header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
  }
  .header__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header__logo {
    width: 54px;
    margin: 22px 0 0 14px;
  }
  .header__navi {
    width: 115px;
    margin: 26px 30px 0 0;
  }
  .header__navi ul {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header__navi ul li a {
    display: block;
    overflow: hidden;
    height: 10px;
  }
  .header__navi ul li a:hover img {
    position: relative;
    top: -10px;
  }
  .header__navi ul li img {
    width: auto;
    height: 20px;
  }
  .footer {
    padding: 32px 0 0;
    border-top: 1px solid #8d8d8d;
    margin: 0 28px;
  }
  .footer__wrap-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .footer__logo {
    width: 107px;
    margin: 0 auto 25px;
  }
  .footer__navi {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 15px;
  }
  .footer__navi ul {
    width: 133px;
  }
  .footer__navi ul:nth-last-of-type(1) {
    width: 150px;
  }
  .footer__navi ul li {
    margin-bottom: 13px;
  }
  .footer__navi ul li a {
    font-family: "Noto Sans Japanese";
    font-weight: 600;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.1;
    padding-right: 13px;
    background: url(../images/common/ico-link.svg) right center no-repeat;
    background-size: 6px 12px;
  }
  .footer__sns ul {
    margin-bottom: 25px;
  }
  .footer__sns ul li {
    display: inline-block;
    margin-left: 8px;
  }
  .footer__sns ul li img {
    width: auto;
    height: 20px;
  }
  .footer__sns__copyright {
    font-family: helvetica;
    font-size: 9px;
    letter-spacing: 0em;
    color: #8d8d8d;
  }
  .footer__pagetop a {
    display: block;
    width: 16px;
    height: 82px;
    border-right: 1px solid #fff;
  }
  .footer__pagetop a:active {
    opacity: 0.7;
  }
  .footer__pagetop a img {
    width: 10px;
  }
}
@media all and (min-width: 769px) {
  .topPage #pConcept, .topPage #pPoint, .topPage #pProduct {
    display: block;
    width: 1px;
    height: 1px;
    position: relative;
    top: 0px;
  }
  .topPage .concept {
    min-width: 960px;
  }
  .topPage .concept_blank {
    height: 1430px;
    background: url(../images/concept-bg-northernlights.jpg) top center no-repeat;
    background-size: 100％;
    margin-bottom: 260px;
  }
  .topPage .concept_blank_wrap {
    position: relative;
    width: 960px;
    padding-top: 200px;
    margin: 0 auto;
    text-align: center;
  }
  .topPage .concept_blank_ttl img {
    width: 435px;
  }
  .topPage .concept_blank_logo {
    margin-top: 35px;
  }
  .topPage .concept_blank_logo img {
    width: 961px;
  }
  .topPage .concept_blank_lead img {
    width: 717px;
    margin: 0 auto;
  }
  .topPage .concept_pic_img {
    width: 100%;
    margin: 0 auto;
  }
  .topPage .point {
    min-width: 960px;
  }
  .topPage .point_blank {
    height: 520px;
    background: url(../images/blank-bg-northernlights.jpg) no-repeat bottom center;
    background-size: auto 100%;
    margin-bottom: 160px;
  }
  .topPage .point_blank_title-en {
    text-align: center;
    margin-top: 0px;
  }
  .topPage .point_blank_title-en img {
    width: 90px;
  }
  .topPage .point_blank_title {
    text-align: center;
    margin-top: 25px;
  }
  .topPage .point_blank_title img {
    width: 650px;
  }
  .topPage .point_blank_txt {
    width: 586px;
    font-size: 16px;
    line-height: 1.7;
    margin: 20px auto 0;
  }
  .topPage .point_blank_txt .note {
    display: block;
  }
  .topPage .point_joint {
    height: 505px;
    max-width: 1600px;
    background: url(../images/joint-bg-northernlights.jpg) no-repeat bottom center;
    background-size: auto 100%;
    margin: auto;
  }
  .topPage .point_joint-box {
    width: 620px;
    margin-left: 12vw;
  }
  .topPage .point_joint_title-en {
    text-align: center;
  }
  .topPage .point_joint_title-en img {
    width: 80px;
  }
  .topPage .point_joint_title {
    margin-top: 25px;
    text-align: center;
  }
  .topPage .point_joint_title img {
    width: 648px;
  }
  .topPage .point_joint_txt {
    width: 618px;
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
  }
  .topPage .point_grip {
    height: 725px;
    max-width: 1600px;
    background: url(../images/grip-bg-northernlights.jpg) no-repeat center center;
    background-size: auto 100%;
    margin: 0 auto 30px;
  }
  .topPage .point_grip-box {
    width: 620px;
    margin-left: auto;
    margin-right: 12vw;
    padding-top: 270px;
  }
  .topPage .point_grip_title-en {
    text-align: center;
  }
  .topPage .point_grip_title-en img {
    width: 67px;
  }
  .topPage .point_grip_title {
    margin-top: 25px;
    text-align: center;
  }
  .topPage .point_grip_title img {
    width: 590px;
  }
  .topPage .point_grip_txt {
    width: 604px;
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
  }
  .topPage .point_warranty-box {
    margin: 0 auto 130px;
  }
  .topPage .point_warranty_title-en {
    width: 159px;
    margin: 0 auto;
  }
  .topPage .point_warranty_title-en img {
    width: 100%;
  }
  .topPage .point_warranty_title {
    width: 437px;
    margin: 20px auto;
  }
  .topPage .point_warranty_title img {
    width: 100%;
  }
  .topPage .point_warranty_txt {
    width: 620px;
    font-size: 16px;
    line-height: 1.57;
    margin: 0 auto;
  }
  .topPage .point_warranty_txt span {
    background-color: #232323;
    padding: 15px 20px;
    display: block;
    font-size: 14px;
    margin-top: 20px;
  }
  .topPage .point_warranty_txt small {
    font-size: 13px;
    display: block;
    margin-top: 5px;
  }
  .topPage .point_warranty_txt small:first-child {
    margin-top: 10px;
  }
  .topPage .concept_pic {
    height: 1050px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .concept_pic_img {
    text-align: right;
  }
  .concept_pic_img2 {
    text-align: left;
    margin-top: 50px;
  }
  .topPage .concept_pic_img img, .concept_pic_img2 img {
    width: 700px;
    margin: 0 auto;
  }
  .topPage .product_lineup {
    text-align: center;
  }
  .topPage .product_lineup_ttl {
    margin-top: 0;
  }
  .topPage .product_lineup_ttl img {
    width: 280px;
  }
  .topPage .product_spec {
    text-align: center;
    width: 921px;
    margin: 30px auto 200px;
  }
  .product_106ML_announce {
    font-size: 10px;
    margin-top: 15px;
  }
  .product_new {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 60px;
  }
  .product_new p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 920px;
    margin: 0 auto 100px;
  }
  .product_new_ttl {
    margin: 3em auto;
  }
  .topPage .product_106ML {
    height: 706px;
    max-width: 1600px;
    background: url(../images/106ML-bg-northernlights.jpg) no-repeat center center;
    background-size: auto 100%;
    margin: 0 auto 200px;
  }
  .topPage .product_110ML {
    height: 706px;
    max-width: 1600px;
    background: url(../images/110ML-bg-northernlights.jpg) no-repeat center center;
    background-size: auto 100%;
    margin: 0 auto 200px;
  }
  .topPage .product_NOVA104ML {
    height: 706px;
    max-width: 1600px;
    background: url(../images/nova104ml-bg.jpg) no-repeat center center;
    background-size: auto 100%;
    margin: 0 auto 100px;
  }
  .topPage .product_NOVA106M {
    height: 706px;
    max-width: 1600px;
    background: url(../images/nova106m-bg.jpg) no-repeat center center;
    background-size: auto 100%;
    margin: 0 auto 200px;
  }
  .topPage .product_106ML_ttl,
  .topPage .product_110ML_ttl,
  .topPage .product_NOVA106M_ttl {
    text-align: left;
    margin-left: 18vw;
    font-size: 20px;
    color: #838383;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .topPage .product_106ML_ttl img,
  .topPage .product_110ML_ttl img,
  .topPage .product_NOVA106M_ttl img {
    width: 686px;
  }
  .topPage .product_106ML_ttl p,
  .topPage .product_110ML_ttl p,
  .topPage .product_NOVA106M_ttl p {
    width: 100%;
    margin: 5px 0;
  }
  .topPage .product_106ML_txt,
  .topPage .product_110ML_txt,
  .topPage .product_NOVA106M_txt {
    font-size: 15px;
    line-height: 1.6;
    width: 425px;
    margin-top: 80px;
    margin-bottom: 0;
    margin-left: 18vw;
  }
  .topPage .product_106ML_spec, .topPage .product_110ML_spec, .topPage .product_NOVA106M_spec, .topPage .product_NOVA106M_spec {
    padding: 10px 13px;
    font-size: 14px;
    line-height: 1.571;
    border: 1px solid #aaa;
    margin-top: 25px;
    color: #aaa;
  }
  .topPage .product_106ML_spec span, .topPage .product_110ML_spec span, .topPage .product_NOVA106M_spec span {
    font-size: 0.8em;
    vertical-align: top;
  }
  .topPage .product_106ML_target, .topPage .product_110ML_target, .topPage .product_NOVA106M_target {
    font-size: 15px;
    margin-top: 10px;
    color: #F00;
  }
  .topPage .product_110ML_ttl {
    text-align: right;
    margin: 0 18vw 0 auto;
    display: flex;
    justify-content: right;
  }
  .topPage .product_110ML_txt {
    margin: 65px 18vw 0 auto;
  }
  .topPage .product_NOVA106M_ttl, .topPage .product_110ML_ttl {
    text-align: right;
    margin: 0 18vw 0 auto;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
  }
  .topPage .product_NOVA106M_txt {
    margin: 65px 18vw 0 auto;
  }
}
@media all and (max-width: 768px) {
  .topPage #pConcept, .topPage #pPoint, .topPage #pProduct {
    display: block;
    width: 1px;
    height: 1px;
    position: relative;
    top: 0;
  }
  .topPage .concept {
    width: 100%;
  }
  .topPage .concept_blank {
    background: url(../images/concept-bg-northernlights-sp.jpg) top center no-repeat;
    background-size: contain;
    height: 485px;
    position: relative;
  }
  .topPage .concept_blank_wrap {
    position: static;
    margin: 0 auto;
  }
  .topPage .concept_blank_logo {
    width: 245px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .topPage .concept_blank_lead {
    margin: 0 auto 30px;
    display: block;
  }
  .topPage .concept_blank_lead img {
    width: 90vw;
    max-width: 500px;
    margin: auto;
  }
  .topPage .point {
    width: 100%;
  }
  .topPage .point_blank {
    background: url(../images/blank-bg-northernlights-sp.jpg) no-repeat top center;
    background-size: 100%;
    padding-top: 80vw;
    margin-top: 95px;
  }
  .topPage .point_blank_title-en {
    text-align: center;
  }
  .topPage .point_blank_title-en img {
    width: 51px;
  }
  .topPage .point_blank_title {
    text-align: center;
    margin-top: 15px;
  }
  .topPage .point_blank_title img {
    width: 333px;
  }
  .topPage .point_blank_txt {
    width: 85%;
    font-size: 12px;
    line-height: 1.625;
    margin: 10px auto 65px;
  }
  .topPage .point_blank_txt .note {
    font-size: 0.9em;
    display: block;
  }
  .topPage .point_joint {
    width: 100%;
    background: url(../images/joint-bg-northernlights-sp.jpg) no-repeat center center;
    background-size: contain;
    margin: auto;
  }
  .topPage .point_joint-box {
    width: 100%;
    padding-top: 100px;
  }
  .topPage .point_joint_title-en {
    text-align: center;
  }
  .topPage .point_joint_title-en img {
    width: 49px;
  }
  .topPage .point_joint_title {
    text-align: center;
    margin-top: 15px;
  }
  .topPage .point_joint_title img {
    width: 326px;
  }
  .topPage .point_joint_txt {
    width: 85%;
    font-size: 12px;
    line-height: 1.625;
    margin: 10px auto 65px;
  }
  .topPage .point_grip {
    width: 100%;
    background: url(../images/grip-bg-northernlights-sp.jpg) no-repeat top center;
    background-size: contain;
    margin: auto;
  }
  .topPage .point_grip-box {
    width: 100%;
    margin-left: auto;
  }
  .topPage .point_grip_title-en {
    text-align: center;
    padding-top: 245px;
  }
  .topPage .point_grip_title-en img {
    width: 41px;
  }
  .topPage .point_grip_title {
    margin-top: 15px;
    text-align: center;
  }
  .topPage .point_grip_title img {
    width: 294.4px;
  }
  .topPage .point_grip_txt {
    width: 85%;
    font-size: 12px;
    line-height: 1.625;
    margin: 10px auto 50px;
  }
  .topPage .point_warranty-box {
    width: 100%;
    margin: 80px auto;
  }
  .topPage .point_warranty_title-en {
    text-align: center;
    margin: 0 auto;
    width: 85px;
  }
  .topPage .point_warranty_title-en img {
    width: 100%;
  }
  .topPage .point_warranty_title {
    margin: 15px auto 20px;
    text-align: center;
  }
  .topPage .point_warranty_title img {
    width: 270px;
  }
  .topPage .point_warranty_txt {
    width: 90%;
    font-size: 14px;
    line-height: 1.786;
    margin: 0 auto;
  }
  .topPage .point_warranty_txt span {
    background-color: #232323;
    padding: 10px 15px;
    display: block;
    font-size: 13px;
    margin-top: 15px;
  }
  .topPage .point_warranty_txt small {
    font-size: 13px;
    line-height: 1.5;
    display: block;
    margin-top: 5px;
  }
  .topPage .point_warranty_txt small:first-child {
    margin-top: 10px;
  }
  .topPage .product {
    margin-bottom: 60px;
  }
  .topPage .product_lineup {
    text-align: center;
  }
  .topPage .product_lineup_ttl {
    margin-top: 65px;
    margin: 0 auto 25px;
  }
  .topPage .product_lineup_ttl img {
    width: 210px;
  }
  .topPage .product_spec {
    overflow-x: scroll;
    margin-bottom: 15px;
    /*スクロールバー全体*/
    /*スクロールバーの軌道*/
    /*スクロールバーの動く部分*/
  }
  .topPage .product_spec::-webkit-scrollbar {
    height: 1px;
  }
  .topPage .product_spec::-webkit-scrollbar-track {
    height: 1px;
    background-color: #8d8d8d;
  }
  .topPage .product_spec::-webkit-scrollbar-thumb {
    height: 1px;
    background-color: #b10000;
  }
  .topPage .product_spec span {
    display: block;
    padding: 0 28px 10px;
  }
  .topPage .product_spec span img {
    width: auto;
    height: 197px;
    max-width: 1031px;
  }
  .topPage .product_106ML {
    background: url(../images/106ML-bg-northernlights-sp.jpg) no-repeat top center;
    background-size: contain;
    height: 830px;
    margin: auto;
    margin-top: 95px;
  }
  .topPage .product_NOVA104ML {
    background: url(../images/nova104ml-bg-sp.jpg) no-repeat top center;
    background-size: contain;
    height: 760px;
    margin: auto;
    margin-top: 95px;
  }
  .topPage .product_110ML {
    background: url(../images/110ML-bg-northernlights-sp.jpg) no-repeat top center;
    background-size: contain;
    margin: 80px auto 95px;
  }
  .topPage .product_NOVA106M {
    background: url(../images/nova106m-bg-sp.jpg) no-repeat top center;
    background-size: contain;
    margin: 80px auto 95px;
  }
  .topPage .product_106ML_ttl, .topPage .product_110ML_ttl, .topPage .product_NOVA106M_ttl {
    text-align: center;
    margin-top: 0;
  }
  .topPage .product_106ML_ttl p, .topPage .product_110ML_ttl p, .topPage .product_NOVA106M_ttl p {
    text-align: right;
    width: 353px;
    margin: 0 auto;
  }
  .topPage .product_106ML_ttl img, .topPage .product_110ML_ttl img, .topPage .product_NOVA106M_ttl img {
    width: 353px;
    margin: 0 auto;
  }
  .product_106ML_txt_ttl, .product_110ML_txt_ttl, .product_NOVA106M_txt_ttl {
    font-size: 14px;
    color: #838383;
    margin-bottom: 7px;
    font-weight: 600;
    line-height: 1.5;
  }
  .topPage .product_106ML_txt, .topPage .product_110ML_txt, .topPage .product_NOVA106M_txt {
    font-size: 12px;
    line-height: 1.6;
    width: 85%;
    margin: 320px auto 0px;
  }
  .topPage .product_106ML_spec, .topPage .product_110ML_spec, .topPage .product_NOVA106M_spec {
    width: 100%;
    padding: 13px 15px 12px;
    font-size: 10px;
    line-height: 1.692;
    border: 1px solid #aaa;
    margin: 20px auto 0;
    color: #aaa;
  }
  .topPage .product_106ML_target, .topPage .product_110ML_target, .topPage .product_NOVA106M_target {
    font-size: 12px;
    margin-top: 5px;
    color: #F00;
  }
  .product_106ML_announce {
    font-size: 10px;
    margin-top: 10px;
  }
  .product_new {
    width: 95%;
    margin: 3em auto;
  }
  .product_new p {
    width: 90%;
    margin: auto;
  }
  .product_new_ttl {
    margin: 90px auto 30px;
  }
}
em {
  font-weight: bold;
  font-size: 15px;
}

.new {
  background-color: #b10000;
  color: #000;
  display: inline-block;
  margin-right: 1em;
  padding: 1px 8px 0;
  line-height: 1.3;
}

/*# sourceMappingURL=style.css.map */


#related-content{
        
}
#related-content #related-apiatv > div {
    padding-top: 96px;
    
}
#related-content #related-magazine > div {
    padding-top: 96px;
}


@media all and (max-width: 768px) {
	#related-content{
	        
	}
	#related-content #related-apiatv > div {
	    padding-top: 80px;
	    
	}
	#related-content #related-magazine > div {
	    padding-top: 80px;
	}
}

