@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; }

ul {
  list-style: none; }

dt {
  display: block;
  width: auto; }

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

td,
th {
  vertical-align: top; }

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

caption {
  text-align: left; }

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

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.0;
  height: 1.6em; }

/* ie7 hack */
*:first-child + html input {
  line-height: 1.0; }

select {
  min-width: 2em; }

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

label[for],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"],
select,
option {
  cursor: pointer; }

optgroup {
  cursor: default; }

main {
  margin-top: -90px; }

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

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

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

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

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%; }

@media all and (min-width: 769px) {
  a,
  input[type="button"],
  button {
    -webkit-transition: ease 0.1s;
    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 {
    -webkit-transition: ease 0.1s;
    transition: ease 0.1s; }
  a:active {
    opacity: 0.5; }
  html, body {
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%; }
  body {
    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 0; }
    .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; } }

.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: 190px;
    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: 156px; } }
    .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) {
  .topPage {
    margin-bottom: 200px; }
    .topPage #pConcept, .topPage #pPoint, .topPage #pProduct {
      display: block;
      width: 1px;
      height: 1px;
      position: relative;
      top: 0px; }
    .topPage .concept {
      min-width: 960px; }
      .topPage .concept_blank {
        background: url(../images/top-bg.jpg) top center no-repeat;
        background-size: contain;
        max-width: 1600px;
        margin: 0 auto; }
        .topPage .concept_blank_wrap {
          max-width: 960px;
          padding-top: 553px;
          margin: 0 auto;
          line-height: 1.8; }
          .topPage .concept_blank_wrap p {
            font-size: 22px;
            font-weight: 600; }
          .topPage .concept_blank_wrap .red {
            font-size: 25px;
            color: #e50012;
            margin: 20px auto;
            font-weight: 600;
            display: inline-block;
            line-height: 1.5; }
            .topPage .concept_blank_wrap .red small {
              color: #fff; }
        .topPage .concept_blank_p {
          margin: 0 auto;
          text-align: center;
          display: block; }
        .topPage .concept_blank_ttl {
          text-align: center; }
          .topPage .concept_blank_ttl img {
            width: 445px; }
        .topPage .concept_blank_logo {
          text-align: center;
          margin: 104px 0 0;
          width: 959px; }
          .topPage .concept_blank_logo img {
            width: 100%; }
        .topPage .concept_blank_pic {
          margin: 80px; }
          .topPage .concept_blank_pic .sp-content {
            display: none; }
        .topPage .concept_blank_lead {
          text-align: center;
          margin-top: 65px; }
          .topPage .concept_blank_lead img {
            width: 510px;
            margin: auto; }
    .topPage .youtube {
      margin: 100px auto;
      text-align: center; }
      .topPage .youtube iframe {
        width: 640px;
        height: 360px; }
    .topPage .point {
      min-width: 960px; }
      .topPage .point_blank {
        max-width: 1600px;
        margin: 0 auto 100px; }
        .topPage .point_blank_title-en {
          text-align: center;
          margin: 0 auto;
          width: 94px; }
          .topPage .point_blank_title-en img {
            width: 100%; }
        .topPage .point_blank_title {
          margin: 20px auto;
          width: 490px; }
          .topPage .point_blank_title img {
            width: 100%; }
        .topPage .point_blank_txt {
          width: 640px;
          font-size: 16px;
          line-height: 1.57;
          margin: 12px auto 0; }
          .topPage .point_blank_txt div {
            font-size: 14px;
            color: #8d8d8d;
            border-top: 1px solid #8d8d8d;
            padding-top: 10px; }
            .topPage .point_blank_txt div p {
              margin-bottom: 15px; }
          .topPage .point_blank_txt p {
            margin-bottom: 30px; }
      .topPage .point_joint {
        height: 530px;
        background: url(../images/concept-joint-bg.jpg) no-repeat center bottom;
        background-size: 100%;
        margin: 0 auto 80px;
        position: relative;
        max-width: 1600px; }
        .topPage .point_joint-box {
          position: absolute;
          right: 4.5%; }
        .topPage .point_joint_title-en {
          text-align: center;
          width: 84px;
          margin: 0 auto; }
          .topPage .point_joint_title-en img {
            width: 100%; }
        .topPage .point_joint_title {
          margin: 10px auto 20px;
          width: 605px; }
          .topPage .point_joint_title img {
            width: 100%; }
        .topPage .point_joint_txt {
          width: 620px;
          font-size: 16px;
          line-height: 1.57;
          margin: 0 auto; }
      .topPage .point_grip {
        height: 610px;
        max-width: 1600px;
        background: url(../images/concept-grip-bg.jpg) no-repeat center bottom;
        background-size: 100%;
        margin: 0 auto 80px;
        position: relative;
        max-width: 1600px; }
        .topPage .point_grip-box {
          width: 620px;
          position: absolute;
          left: 4.5%; }
        .topPage .point_grip_title-en {
          width: 70px;
          margin: 0 auto; }
          .topPage .point_grip_title-en img {
            width: 100%; }
        .topPage .point_grip_title {
          margin: 10px auto 20px;
          width: 590px; }
          .topPage .point_grip_title img {
            width: 100%; }
        .topPage .point_grip_txt {
          width: 620px;
          font-size: 16px;
          line-height: 1.57;
          margin: 0 auto; }
      .topPage .point_warranty {
        height: 446px;
        position: relative;
        max-width: 1600px;
        margin: auto; }
        .topPage .point_warranty-box {
          width: 620px;
          position: absolute;
          right: 4.5%; }
        .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: 12px; }
    .topPage .product-width {
      max-width: 960px;
      margin: auto; }
    .topPage .product_lineup {
      text-align: center; }
      .topPage .product_lineup_ttl img {
        width: 260px; }
    .topPage .product_spec {
      text-align: center;
      width: 819px;
      margin: 30px auto 100px; }
      .topPage .product_spec img {
        width: 100%; }
    .topPage .product_new {
      text-align: center; }
      .topPage .product_new_ttl img {
        width: 80%;
        max-width: 700px;
        margin-bottom: 60px; }
    .topPage .product_redgradation {
      background-image: url(../images/foojinRS-gr.png);
      background-size: 100%;
      background-position: top center;
      background-repeat: no-repeat;
      padding-top: 70px; }
      .topPage .product_redgradation_ttl {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 30px; }
      .topPage .product_redgradation_txt {
        font-size: 16px;
        width: 620px;
        margin: 0 auto 100px; }
    .topPage .product__ttl {
      height: 32px;
      width: auto;
      margin-bottom: 20px; }
      .topPage .product__ttl img {
        width: auto;
        height: 100%; }
    .topPage .product__ttl2 {
      height: 45px;
      width: auto;
      position: relative;
      margin-bottom: 30px; }
      .topPage .product__ttl2 img {
        width: auto;
        height: 100%; }
      .topPage .product__ttl2 p {
        display: inline-block;
        font-size: 14px;
        position: absolute;
        bottom: 2px;
        margin-left: 10px; }
      .topPage .product__ttl2 .brock-p em {
        margin-left: 1em;
        color: #e50012;
        font-size: 1.2em;
        font-weight: bold; }
    .topPage .product__nav h3 {
      font-size: 20px;
      font-weight: 600;
      margin-top: 30px; }
    .topPage .product__navflex {
      display: flex;
      justify-content: space-between;
      margin-top: 20px; }
    .topPage .product__txt-left {
      width: 445px;
      font-size: 15px; }
    .topPage .product__target {
      color: #ff0000;
      margin-top: 10px; }
    .topPage .product_content {
      margin-bottom: 100px; }
    .topPage .product__spec {
      border: 1px solid #989898;
      text-align: center; }
      .topPage .product__spec-wrapper {
        max-width: 468px;
        margin-left: 15px; }
      .topPage .product__spec p {
        color: #989898;
        font-size: 14px;
        padding: 13px 12px 13px 12px;
        text-align: left; }
    .topPage #MoviePlaylist {
      margin-bottom: 90px; }
      .topPage #MoviePlaylist .title {
        text-align: center; }
        .topPage #MoviePlaylist .title img {
          width: 84px;
          margin-bottom: 30px; }
      .topPage #MoviePlaylist .Movie ul {
        display: flex;
        justify-content: center; }
        .topPage #MoviePlaylist .Movie ul li iframe {
          width: 225px;
          margin-right: 15px; }
        .topPage #MoviePlaylist .Movie ul li:last-child iframe {
          margin-right: 0; } }

@media all and (max-width: 768px) {
  .topPage {
    margin-bottom: 120px; }
    .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/top-bg-sp.jpg) top center no-repeat;
        background-size: 100%; }
        .topPage .concept_blank_wrap {
          padding-top: 73vw;
          margin: 0 auto; }
        .topPage .concept_blank_logo {
          padding: 0 30px;
          margin: 50px auto; }
          .topPage .concept_blank_logo img {
            width: 100%; }
        .topPage .concept_blank_pic {
          margin-bottom: 50px; }
          .topPage .concept_blank_pic .pc-content {
            display: none; }
          .topPage .concept_blank_pic .sp-content {
            display: block; }
        .topPage .concept_blank_p {
          margin-bottom: 20px;
          padding: 0 5%;
          text-align: center; }
        .topPage .concept_blank p {
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 20px;
          line-height: 1.7; }
        .topPage .concept_blank .red {
          color: #e50012;
          font-size: 20px; }
    .topPage .youtube {
      margin: 0 auto 40px;
      text-align: center; }
      .topPage .youtube iframe {
        width: 90%;
        height: 50vw; }
    .topPage .point {
      width: 100%; }
      .topPage .point_blank {
        padding-top: 40px; }
        .topPage .point_blank_title-en {
          margin: 0 auto;
          height: 18px;
          width: 51px; }
          .topPage .point_blank_title-en img {
            width: 100%; }
        .topPage .point_blank_title {
          text-align: center;
          margin: 15px auto 20px;
          width: 338px; }
          .topPage .point_blank_title img {
            width: 100%; }
        .topPage .point_blank_txt {
          width: 90%;
          font-size: 14px;
          line-height: 1.786;
          margin: 15px auto 80px; }
          .topPage .point_blank_txt p {
            margin-bottom: 30px; }
          .topPage .point_blank_txt div {
            font-size: 12px;
            color: #8d8d8d;
            border-top: 1px solid #8d8d8d;
            padding-top: 10px; }
            .topPage .point_blank_txt div p {
              margin-bottom: 10px; }
      .topPage .point_joint {
        width: 100%;
        background: url(../images/concept-joint-bg-sp.jpg) no-repeat top center;
        background-size: 100%;
        margin: auto; }
        .topPage .point_joint-box {
          width: 100%;
          padding-top: 79vw; }
        .topPage .point_joint_title-en {
          margin: 0 auto;
          width: 45px; }
          .topPage .point_joint_title-en img {
            width: 100%; }
        .topPage .point_joint_title {
          text-align: center;
          margin: 15px auto 20px; }
          .topPage .point_joint_title img {
            width: 100%; }
        .topPage .point_joint_txt {
          width: 90%;
          font-size: 14px;
          line-height: 1.786;
          margin: 12px auto 80px; }
      .topPage .point_grip {
        width: 100%;
        background: url(../images/concept-grip-bg-sp.jpg) no-repeat top center;
        background-size: 100%;
        margin: auto; }
        .topPage .point_grip-box {
          width: 100%;
          margin-left: auto;
          padding-top: 91vw; }
        .topPage .point_grip_title-en {
          text-align: center;
          margin: 0 auto;
          width: 37px; }
          .topPage .point_grip_title-en img {
            width: 100%; }
        .topPage .point_grip_title {
          margin: 15px auto 20px;
          text-align: center; }
          .topPage .point_grip_title img {
            width: 350px; }
        .topPage .point_grip_txt {
          width: 90%;
          font-size: 14px;
          line-height: 1.786;
          margin: 0 auto; }
      .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: 321px; }
      .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: 12px; }
    .topPage .product_lineup {
      text-align: center; }
      .topPage .product_lineup_ttl {
        margin-bottom: 30px; }
        .topPage .product_lineup_ttl img {
          width: 210px; }
    .topPage .product_spec {
      overflow-x: scroll;
      margin-bottom: 80px;
      /*スクロールバー全体*/
      /*スクロールバーの軌道*/
      /*スクロールバーの動く部分*/ }
      .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: 385px;
          min-width: 818px; }
    .topPage .product_new {
      text-align: center; }
      .topPage .product_new_ttl {
        margin-bottom: 30px; }
        .topPage .product_new_ttl img {
          width: 83%; }
    .topPage .product_redgradation {
      background-image: url(../images/foojinRS-gr-sp.png);
      background-size: 100%;
      background-position: top center;
      background-repeat: no-repeat;
      padding-top: 40px;
      margin-bottom: 80px; }
      .topPage .product_redgradation_ttl {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: center;
        font-weight: 600; }
      .topPage .product_redgradation_txt {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.786; }
    .topPage .product_content {
      width: 90%;
      margin: 0 auto 80px; }
    .topPage .product__ttl {
      margin-bottom: 10px; }
      .topPage .product__ttl img {
        height: 24px;
        width: auto; }
    .topPage .product__ttl2 {
      position: relative;
      margin-bottom: 30px; }
      .topPage .product__ttl2 img {
        height: 31px;
        width: auto; }
      .topPage .product__ttl2 p {
        display: inline-block;
        position: absolute;
        bottom: 0;
        margin-left: 5px; }
    .topPage .product .brock-p {
      position: static;
      display: block;
      margin-left: 0; }
      .topPage .product .brock-p em {
        margin-left: 1em;
        color: #e50012;
        font-size: 1em;
        font-weight: bold; }
    .topPage .product .ttl-c {
      height: 22px;
      width: auto; }
    .topPage .product .ttl-m {
      height: 20px;
      width: auto; }
    .topPage .product__nav h3 {
      font-size: 18px;
      font-weight: 600;
      margin: 30px auto 20px;
      line-height: 1.5; }
    .topPage .product__navflex {
      font-size: 14px; }
    .topPage .product__txt-left {
      margin-bottom: 20px; }
    .topPage .product__target {
      color: #e50012;
      margin-top: 20px; }
    .topPage .product__spec {
      border: 0.75px solid #8d8d8d;
      color: #8d8d8d;
      /*width:337px;*/
      margin: 0 auto;
      padding: 8px 0 8px 15px; }
    .topPage #MoviePlaylist {
      padding: 0 10px; }
      .topPage #MoviePlaylist .title {
        text-align: center; }
        .topPage #MoviePlaylist .title img {
          width: 84px;
          margin-bottom: 30px; }
      .topPage #MoviePlaylist .Movie ul {
        margin-bottom: 60px; }
        .topPage #MoviePlaylist .Movie ul li {
          margin-bottom: 20px;
          height: 200px; }
          .topPage #MoviePlaylist .Movie ul li iframe {
            width: 100%;
            height: 100%; } }
