@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,
th {
  vertical-align: top;
}

th {
  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;
}

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

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

*, *: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%;
  display: inline;
}


.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; display: none; } }
    .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, 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;
  }
  .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_wrap {
    padding-bottom: 140px;
    text-align: center;
  }
  .topPage .concept_blank_visual {
    width: 100%;
  }
  .topPage .concept_blank_ttl {
    font-size: 30px;
    line-height: 1.8;
    font-weight: 600;
    margin: 40px auto 0;
  }
  .topPage .concept_blank_logo {
    margin: 70px auto;
    width: 700px;
  }
  .topPage .concept_blank_lead {
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    display: inline-block;
  }
  .topPage .point {
    min-width: 960px;
  }
  .topPage .point_blank {
    height: 336px;
    background: url(../images/blank_worldocean_bg.jpg) no-repeat center bottom;
    background-size: auto 100%;
    margin-bottom: 50px;
  }
  .topPage .point_blank_title-en {
    text-align: center;
  }
  .topPage .point_blank_title-en img {
    width: 94px;
  }
  .topPage .point_blank_txt {
    width: 630px;
    font-size: 16px;
    line-height: 1.57;
    margin: 30px auto 0;
  }
  .topPage .point_blank_txt .note {
    font-size: 0.9em;
    display: block;
  }
  .topPage .point_blank_txt small {
    font-size: 12px;
  }
  .topPage .point_blank_detail {
    display: flex;
    justify-content: center;
    gap: 90px;
  }
  .topPage .point_blank_detail li {
    max-width: 410px;
    font-size: 16px;
  }
  .topPage .point_blank_detail li .red {
    color: #d80011;
    display: block;
    font-size: 18px;
    font-weight: 600;
  }
  .topPage .point_blank_detail li p {
    margin-bottom: 30px;
  }
  .topPage .point_joint {
    height: 520px;
    max-width: 1600px;
    background: url(../images/nano-joint_worldocean_bg.jpg) no-repeat center bottom;
    background-size: auto 100%;
    margin-top: 140px;
  }
  .topPage .point_joint-box {
    width: 620px;
    margin: 0 auto;
  }
  .topPage .point_joint_title-en {
    text-align: center;
  }
  .topPage .point_joint_title-en img {
    width: 180px;
  }
  .topPage .point_joint_txt {
    width: 630px;
    font-size: 16px;
    line-height: 1.57;
    margin-top: 30px;
  }
  .topPage .point_joint_txt small {
    font-size: 12px;
  }
  .topPage .point_warranty {
    height: 348px;
    position: relative;
    max-width: 1600px;
    margin: auto;
  }
  .topPage .point_warranty-box {
    margin-top: 90px;
  }
  .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 .point_exterior {
    height: 420px;
    max-width: 1600px;
    background: url(../images/exterior_worldocean_bg.jpg) no-repeat center bottom;
    background-size: auto 100%;
    margin-top: 140px;
  }
  .topPage .point_exterior-box {
    width: 620px;
    margin: 0 auto;
  }
  .topPage .point_exterior_title-en {
    text-align: center;
  }
  .topPage .point_exterior_title-en img {
    width: 135px;
  }
  .topPage .point_exterior_txt {
    width: 630px;
    font-size: 16px;
    line-height: 1.57;
    margin-top: 30px;
  }
  .topPage .point_exterior_txt small {
    font-size: 12px;
  }
  .topPage .product_lineup {
    text-align: center;
  }
  .topPage .product_lineup_ttl {
    margin-top: 175px;
  }
  .topPage .product_lineup_ttl img {
    width: 260px;
  }
  .topPage .product_spec {
    text-align: center;
    width: 960px;
    margin: 54px auto 118px;
  }
  .topPage .product_rod {
    max-width: 960px;
    width: 90%;
    margin: 100px auto;
  }
  .topPage .product_rod_ttl img {
    width: 460px;
  }
  .topPage .product_rod_ttl span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #D80011;
    margin-top: 5px;
  }
  .topPage .product_rod_pic img {
    margin: 0 0 30px;
  }
  .topPage .product_rod_txt {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .topPage .product_rod_txt p {
    width: 48%;
  }
  .topPage .product_rod_txt p .target {
    display: block;
    color: #ff0000;
  }
  .topPage .product_rod_spec {
    width: 48%;
    padding: 13px 15px 12px;
    font-size: 14px;
    line-height: 1.571;
    border: 1px solid #fff;
  }
  .topPage .product_rod_spec p {
    width: 100%;
  }
  .topPage .product .flex_box {
    display: flex;
  }
  .topPage .product .flex_box_txt {
    margin: auto 0 0 20px;
  }
  .topPage .product .flex_box_txt p {
    padding: 0;
  }
  .topPage .product .text_only {
    padding: 25px 20px;
  }
  .topPage .product .text_only p {
    padding: 0;
  }
  .topPage .product .text_only .name {
    margin-bottom: 1rem;
  }
  .topPage .product_comment_gray {
    background: #333333;
    margin-top: 40px;
  }
  .topPage .product_comment_gray h5 {
    font-size: 18px;
    font-weight: 600;
  }
  .topPage .product_comment_gray p {
    font-size: 15px;
    padding: 20px;
    letter-spacing: 0.02em;
  }
  .topPage .product_comment_gray img {
    width: 240px;
  }
}
@media all and (max-width: 768px) {
  .topPage #pConcept, .topPage #pPoint, .topPage #pProduct {
    display: none;
    position: relative;
    top: 0;
  }
  .topPage .concept {
    width: 100%;
    padding-bottom: 90px;
  }
  .topPage .concept_blank_wrap {
    background: url(../images/grandage-worldocean_bg_sp.jpg) no-repeat top center;
    background-size: 100%;
    padding-top: 108vw;
  }
  .topPage .concept_blank_ttl {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
    margin: 0 auto;
  }
  .topPage .concept_blank_logo {
    width: 320px;
    margin: 35px auto;
  }
  .topPage .concept_blank_lead {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    font-weight: 600;
  }
  .topPage .point {
    width: 100%;
  }
  .topPage .point_blank {
    height: 605px;
    background: url(../images/blank_worldocean_bg_sp.jpg) no-repeat center;
    background-size: 100%;
  }
  .topPage .point_blank_title-en {
    width: 95px;
    margin: 0 auto;
  }
  .topPage .point_blank_title {
    text-align: center;
    margin-top: 15px;
  }
  .topPage .point_blank_title img {
    width: 350px;
  }
  .topPage .point_blank_txt {
    width: 90%;
    font-size: 16px;
    line-height: 1.786;
    margin: 20px auto 60px;
  }
  .topPage .point_blank_txt .note {
    font-size: 0.9em;
    display: block;
  }
  .topPage .point_blank_txt small {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.3rem;
  }
  .topPage .point_blank_detail {
    width: 90%;
    margin: 0 auto;
  }
  .topPage .point_blank_detail li {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .topPage .point_blank_detail li .red {
    color: #d80011;
    display: block;
    font-size: 17px;
    font-weight: 600;
  }
  .topPage .point_blank_detail li p {
    margin-bottom: 30px;
  }
  .topPage .point_joint {
    width: 100%;
    height: 605px;
    background: url(../images/nano-joint_worldocean_bg_sp.jpg) no-repeat center bottom;
    background-size: 100%;
    margin-top: 90px;
  }
  .topPage .point_joint-box {
    width: 100%;
  }
  .topPage .point_joint_title-en {
    width: 180px;
    margin: 0 auto;
  }
  .topPage .point_joint_title {
    text-align: center;
    margin-top: 15px;
  }
  .topPage .point_joint_title img {
    width: 350px;
  }
  .topPage .point_joint_txt {
    width: 90%;
    font-size: 16px;
    line-height: 1.786;
    margin: 25px auto 70px;
  }
  .topPage .point_joint_txt small {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.3rem;
  }
  .topPage .point_warranty {
    margin-top: 90px;
  }
  .topPage .point_warranty-box {
    width: 100%;
  }
  .topPage .point_warranty_title-en {
    margin: 0 auto;
    width: 162px;
  }
  .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 .point_exterior {
    width: 100%;
    height: 440px;
    background: url(../images/exterior_worldocean_bg_sp.jpg) no-repeat center bottom;
    background-size: 100%;
    margin-top: 100px;
  }
  .topPage .point_exterior-box {
    width: 100%;
  }
  .topPage .point_exterior_title-en {
    width: 128px;
    margin: 0 auto;
  }
  .topPage .point_exterior_txt {
    width: 90%;
    font-size: 16px;
    line-height: 1.786;
    margin: 0 auto;
  }
  .topPage .product_lineup {
    text-align: center;
  }
  .topPage .product_lineup_ttl {
    margin-top: 90px;
    margin-bottom: 25px;
  }
  .topPage .product_lineup_ttl img {
    width: 210px;
  }
  .topPage .product_spec {
    overflow-x: scroll;
    margin-bottom: 90px;
    /*スクロールバー全体*/
    /*スクロールバーの軌道*/
    /*スクロールバーの動く部分*/
  }
  .topPage .product_spec::-webkit-scrollbar {
    height: 1px;
  }
  .topPage .product_spec::-webkit-scrollbar-track {
    height: 1px;
    background-color: rgb(141, 141, 141);
  }
  .topPage .product_spec::-webkit-scrollbar-thumb {
    height: 1px;
    background-color: rgb(177, 0, 0);
  }
  .topPage .product_spec span {
    display: block;
    padding: 0 28px 10px;
  }
  .topPage .product_spec span img {
    width: auto;
    height: 290px;
    max-width: 815px;
  }
  .topPage .product_rod {
    margin: 0 auto 60px;
  }
  .topPage .product_rod_ttl {
    margin-left: 5%;
  }
  .topPage .product_rod_ttl img {
    width: 300px;
  }
  .topPage .product_rod_ttl span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #D80011;
    margin-top: 0.3rem;
  }
  .topPage .product_rod_pic img {
    padding: 25px 5%;
  }
  .topPage .product_rod_txt {
    font-size: 14px;
    line-height: 1.786;
    width: 90%;
    margin: 0 auto;
  }
  .topPage .product_rod_txt p .target {
    display: block;
    color: #ff0000;
  }
  .topPage .product_rod_spec {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #666;
    margin: 15px auto 15px;
    color: #999;
  }
  .topPage .product .flex_box_txt {
    margin: auto 0 0 5%;
  }
  .topPage .product .flex_box_txt p {
    padding: 0;
  }
  .topPage .product .text_only {
    padding: 20px 5%;
  }
  .topPage .product .text_only h5 {
    margin: 0;
  }
  .topPage .product .text_only p {
    padding: 0;
  }
  .topPage .product_comment_gray {
    background: #333333;
    margin-top: 25px;
    padding-bottom: 20px;
  }
  .topPage .product_comment_gray h5 {
    margin: 1rem 5% 0 0;
    font-size: 16px;
    font-weight: 600;
  }
  .topPage .product_comment_gray .name {
    margin-bottom: 1rem;
    font-size: 14px;
  }
  .topPage .product_comment_gray p {
    font-size: 15px;
    padding: 0 5%;
    letter-spacing: 0.02em;
  }
  .topPage .product_comment_gray img {
    width: 180px;
    margin-left: 5%;
  }
}/*# 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;
	}
}

