@charset "utf-8"; * {
  color: #222;
}

header dd>ul {
  justify-content: flex-end;
  gap: 0 30px;
}

#nanoceram section {
  margin: 0px auto 50px auto;
  width: 90%;
}

#nanoceram section + section {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.menu {
  display: none;
}

@keyframes grow-progress {
  from { filter: blur(10px); }
  to { filter: blur(1px); }
}

.nanoceram_bg {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0.2;
  z-index: -1;
  background-image: url("../img/en/nanoceram_fv.jpg");
  will-change: filter;
  transform-origin: 0 50%;
  animation: grow-progress auto linear;
  animation-timeline: scroll();
}

.nanoceram_inner {
  max-width: 1200px;
  margin: 0px auto;
}

.nanoceram_inner_title {
  position: relative;
  font-family: 游明朝, "Noto Sans JP", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: linear-gradient(20deg, #8246ff, #50aaff);
  color: rgba(0,0,0,0);
  -webkit-background-clip: text;
  color: #4f2cb5;
  line-height: 1.2;
}

.nanoceram_inner_title_small {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #333;
}

.nanoceram_inner_title::before {
  content: "";
  width: 100%;
  height: 130%;
  opacity: 0.5;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
  filter: blur(6px);
  transform: translateY(-12%);
}

.nanoceram_inner_text {
  line-height: 1.5;
  margin: 50px auto;
  font-size: 18px;
}

#nanoceram_top {
  position: relative;
  width: 100%!important;
  height: calc(100vh - 100px);
  background-image: linear-gradient(20deg, rgba(130,70,255,0.3), rgba(80,170, 255,0.3)), url("../img/en/nanoceram_fv.jpg");
  background-position: center 30%;
  background-size: cover;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.07);
  }
}

.nanoceram_top_img {
}

.nanoceram_top_img img {
}

.nanoceram_top_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.nanoceram_top_logo img {
  filter: drop-shadow(0px 0px 6px #a57bff);
}

.nanoceram_top_logo img + p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
  filter: drop-shadow(0px 0px 6px #a57bff);
  font-weight: bold;
}

#nanoceram_introduction {
  position: relative;
  width: 90%;
  margin-top: 0!important;
}

#nanoceram_introduction::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nanoceram_introduction_inner {
  position: relative;
  max-width: 1200px;
  margin: 0px auto;
}

.about_ohara {
  font-size: 16px;
  color: #4f2cb5;
  line-height: 1.7;
  text-align: center;
  margin: 50px 0;
  text-wrap: balance;
}

.nanoceram_introduction_inner_title {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Sans JP", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 40px;
  color: #4f2cb5;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

.nanoceram_introduction_inner_title span {
  display: block;
  font-size: 24px;
  margin: 25px 0;
}

.nanoceram_introduction_inner_text {
  line-height: 1.5;
  font-size: 14px;
}

.nanoceram_introduction_inner_text_large {
  line-height: 1.5;
  font-size: 18px;
}

.nanoceram_introduction_feature {
  margin-top: 100px;
}

.nanoceram_introduction_feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
  flex-direction: column;
  width: fit-content;
  margin: auto;
}

.nanoceram_introduction_feature_list dl {
}

.nanoceram_introduction_feature_list dl dt {
  font-size: 24px;
  color: #4f2cb5;
  font-weight: bold;
}

.nanoceram_introduction_feature_list dl dd {
  margin-top: 20px;
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.nanoceram_introduction_grid {
  margin: 50px auto 0px;
  display: grid;
  align-items: center;
  height: 500px;
}

.nanoceram_introduction_grid_img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.nanoceram_introduction_grid_img:nth-of-type(1) {
  grid-area: 1 / 1 / 2 / 5;
  height: 250px;
}

.nanoceram_introduction_grid_img:nth-of-type(2) {
  grid-area: 2 / 1 / 4 / 3;
}

.nanoceram_introduction_grid_img:nth-of-type(3) {
  grid-area: 2 / 3 / 3 / 5;
}

.nanoceram_introduction_grid_img:nth-of-type(4) {
  grid-area: 3 / 3 / 4 / 5;
}

.nanoceram_introduction_grid_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.nanoceram_introduction_text {
  margin: 50px auto 0px;
  font-size: 18px;
  line-height: 1.5;
}

.nanoceram_introduction_flex {
  width: 100%;
  max-width: 700px;
  margin: 50px auto 0px;
  display: flex;
  justify-content: space-between;
}

.nanoceram_introduction_flex img {
  width: 47%;
}

#nanoceram_break {
  position: relative;
}

.nanoceram_break_img {
  margin: 50px auto 0px;
}

.nanoceram_break_img img {
  display: block;
  width: 100%;
  max-width: 1030px;
  margin: auto;
}

#nanoceram_advantages {
}

.nanoceram_test {
  margin: 50px auto 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.nanoceram_test_img {
  width: 100%;
}

.nanoceram_test_img figure {
}

.nanoceram_test_img figure img {
}

.nanoceram_test_img figure figcaption {
  font-size: 14px;
  margin-top: 10px;
}

.nanoceram_test_table {
  position: relative;
  width: 100%;
}

.nanoceram_test_table tr {
  background: linear-gradient(20deg, #8246ff, #50aaff);
}

.nanoceram_test_table p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.nanoceram_test_table table {
  position: relative;
  border-collapse: collapse;
  margin-top: 25px;
  width: 90%;
  background: #fff;
  filter: drop-shadow(1px 3px 8px rgba(0,0,0,.2));
}

.nanoceram_test_table table::before {
  content: "";
  width: 50px;
  height: 100px;
  background-image: url("../img/en/allow_up01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40%;
  right: -50px;
}

.nanoceram_test_table table tbody tr {
  height: 100px;
}

.nanoceram_test_table table thead th {
  font-size: 24px;
  color: #fff;
  padding: 10px 0px;
  width: 50%;
}

.nanoceram_test_table table thead tr:first-of-type th {
  border-right: 2px solid #ddd;
}

.nanoceram_test_table table tbody tr:first-of-type th, .nanoceram_test_table table tbody tr:first-of-type td {
  border-bottom: 2px solid #ddd;
}

.nanoceram_test_table table tbody th {
  border-right: 2px dashed #ddd;
}

.nanoceram_test_table table tbody tr:nth-of-type(1) th, .nanoceram_test_table table tbody tr:nth-of-type(1) td {
  color: #ff2d35;
  font-weight: bold;
}

.nanoceram_test_table table tbody th, .nanoceram_test_table table tbody td {
  font-size: 20px;
  background: #fff;
}

.nanoceram_test_table table tbody td {
  font-size: 40px;
  text-align: center;
}

.nanoceram_test_table small {
  top: 360px;
  right: 80px;
  display: block;
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}

.nanoceram_test_result_area {
  margin: 50px auto 0px;
}

.nanoceram_test_result_area h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.nanoceram_test_result {
  margin: 50px auto 0px;
  display: flex;
  justify-content: center;
  gap: 0 30px;
}

.nanoceram_test_result .result {
  width: 50%;
  max-width: 300px;
}

.nanoceram_test_result .result figure {
  display: flex;
  align-items: center;
  gap: 0 5%;
  flex-direction: column;
}

.nanoceram_test_result .result figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.nanoceram_test_result .result figure figcaption {
  font-size: 15px;
  margin-top: 10px;
}

.nanoceram_test_result .result:nth-of-type(1) figure figcaption {
  color: #ff2d35;
}

#nanoceram_differences {
}

.nanoceram_differences_img {
  margin: 50px auto 0px;
  display: flex;
  justify-content: center;
}

.nanoceram_differences_img img {
}

.nanoceram_differences_img img:first-child {
}

#nanoceram_result {
}

.nanoceram_result_img {
  margin: 50px auto 0px;
}

#nanoceram_transmittance {
  padding: 0px 0px;
}

.nanoceram_transmittance_img {
  position: relative;
  width: 100%;
  margin: 0px auto 0px;
}

.nanoceram_transmittance_img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.nanoceram_transmittance_img span {
  position: absolute;
  top: 20%;
  left: 12%;
}

article.twin {

margin: 50px auto;

width: 100%;
}

article.twin dl.article_inner {
  display: flex;
  max-width: 1200px;
  margin: 0px auto;
  gap: 0 40px;
  flex-direction: column;
}

article.twin dl.article_inner dt {

width: 100%;
}

article.twin dl.article_inner dd {

width: 100%;
}

#nanoceram_characteristic {
}

.nanoceram_characteristic_img {
  margin: 50px auto 0px;
  overflow-x: scroll;
}

.nanoceram_characteristic_img img {
  min-width: 600px;
}

#nanoceram_overview {
  padding: 0px 0px;
}

.nanoceram_overview_img {
  margin: 0px auto 0px;
  overflow-x: scroll;
}

.nanoceram_overview_img img {
  min-width: 600px;
}

#nanoceram_protect {
  margin-bottom: 100px!important;
}

.nanoceram_protect_img {
  margin: 50px auto 0px;
}

.nanoceram_protect_img ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3%;
}

.nanoceram_protect_img ul li {
  width: 48%;
}

.nanoceram_protect_img ul li figure {
  aspect-ratio: 4 / 3.4;
  filter: drop-shadow(1px 3px 8px rgba(0,0,0,.2));
}

.nanoceram_protect_img ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: 0.2s;
  backface-visibility: hidden;
  image-rendering: crisp-edges;	
  image-rendering: -webkit-optimize-contrast;
}

.nanoceram_protect_img ul li figure img:hover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.0);
}

.nanoceram_protect_img ul li p {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

#nanoceram footer {
  border-top: none;
  background: linear-gradient(120deg, #9664ff, #50aaff);
}

.footer_inner dl dd h1 + a {
  color: #fff;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  width: fit-content;
  padding: 0 10px;
  margin: 20px auto 50px;
  font-size: 14px;
}

.test_result_table {
  display: flex;
  gap: 0px 40px;
  width: 100%;
  flex-direction: column;
}

.test_result_table li {
  list-style: none;
}

.test_result_table li:nth-of-type(1) {
}

.test_result_table li p {
  text-align: right;
  font-size: 14px;
}

.test_result_table li:nth-of-type(2) {
}

.table_impact {
  border-collapse: collapse;
  margin: 0px 0px 10px;
  position: relative;
  filter: drop-shadow(1px 3px 8px rgba(0,0,0,.2));
  width: 90%;
}

.test_result_table li:nth-of-type(2) .table_impact::after {
  content: "";
  width: 40px;
  height: 80px;
  background-image: url(../img/en/allow_up02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 50px;
  right: -40px;
}

.table_impact caption {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #333;
}

.table_impact tr {
  background: linear-gradient(20deg, #8246ff, #50aaff);
}

.table_impact th {
  border-right: 2px solid #ddd;
  padding: 10px;
  color: #fff;
  text-align: center;
  width: calc(33.3333%);
}

.table_impact th:last-child {
  border-right: none;
}

.table_impact td {
  background: #fff;
  border-bottom: 2px solid #ddd;
  border-right: 2px dashed #ddd;
  padding: 10px;
  text-align: center;
  width: calc(33.3333%);
  height: 69px;
}

.table_impact td:last-of-type {
  border-right: none;
}

.table_impact tr:last-of-type td {
  border-bottom: none;
}

.apeal {
  color: #ff2d35;
}

.table_overview {
  border-collapse: collapse;
  margin: 0px 0px 10px;
  width: 90%;
  filter: drop-shadow(1px 3px 8px rgba(0,0,0,.2));
}

.table_overview tr {
  border-bottom: 2px solid #ddd;
}

.table_overview tr:first-of-type, .table_overview tr:last-child {
  border-bottom: none;
  background: linear-gradient(20deg, #8246ff, #50aaff);
}

.table_overview th {
  border-right: 2px solid #ddd;
  padding: 10px;
  color: #fff;
  text-align: center;
  width: 25%;
}

.table_overview th:last-child {
  border-right: none;
}

.table_overview td {
  background: #fff;
  border-right: 2px dashed #ddd;
  padding: 10px;
  text-align: center;
  width: 25%;
}

.table_overview td:last-of-type {
  border-right: none;
}

.table_chara {
  border-collapse: collapse;
  margin: 0px 0px 10px;
  width: 100%;
  filter: drop-shadow(1px 3px 8px rgba(0,0,0,.2));
}

.table_chara tr {
  border-bottom: 2px solid #ddd;
}

.table_chara tr:first-of-type, .table_chara tr:last-of-type {
  border-bottom: none;
  background: linear-gradient(20deg, #8246ff, #50aaff);
}

.table_chara th {
  border-right: 2px solid #ddd;
  padding: 10px;
  color: #fff;
  text-align: center;
  width: 25%;
}

.table_chara th:nth-of-type(1) {
  width: 50%;
}

.table_chara th:last-child {
  border-right: none;
}

.table_chara td {
  background: rgb(255 255 255 / 100%);
  border-right: 2px dashed #ddd;
  padding: 6px 10px;
  text-align: center;
  width: 25%;
}

.table_chara td:last-of-type {
  border-right: none;
}

.table_chara td:nth-of-type(1) {
}

#bnr {
  position: fixed;
  bottom: 15px;
  right: 10px;
  font-size: 10px;
  z-index: 1000;
  margin: 0;
}

#bnr a.button {
  text-decoration: none;
  text-align: center;
  display: flex;
  color: #fff;
  background-color: #4f2cb5;
  padding: 12px 6px;
  font-size: 18px;
  margin: 0;
  border: none;
  transition: 0.2s;
  width: 54px;
  height: 54px;
  flex-wrap: wrap;
  justify-content: center;
}

#bnr a.button h4 {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: initial;
  flex-wrap: wrap;
}

#bnr a.button h4 span {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: none;
  align-items: center;
  justify-content: center;
  writing-mode: initial;
}

#bnr a.button h4::before {
  content: url(../img/contact_w.png);
  vertical-align: sub;
  margin-bottom: -1px;
}

#bnr a.button p {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  transition: 0.2s;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, .3));
  display: none;
}

#bnr a.button:hover {
  background: #a188e9;
}

#top_contact {
  margin: 150px 0;
  background: url(../img/top_contact_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%!important;
}

#top_contact a {
  transition: 0.2s;
}

.top_contact_inner {
  width: fit-content;
  margin: auto;
  padding: 100px 0;
}

#top_contact h2 {
  color: #090909;
  font-size: 48px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top_contact h2 span {
  width: 50px;
  height: 50px;
  background: rgba(79, 44, 181, 90%);
  border-radius: 50%;
  margin-left: 20px;
  position: relative;
}

#top_contact h2 span::after {
  content: '';
  position: absolute;
  bottom: 31%;
  right: 17px;
  transform: rotate(45deg);
  display: block;
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}

#top_contact p {
  text-align: center;
  font-size: 14px;
}

.footer_inner .brand {
  color: #fff;
  display: block;
  text-align: center;
  padding: 30px 0;
  max-width: 560px;
  margin: auto;
}

.footer_inner .brand img {
  width: 100%;
  object-fit: contain;
}

#privacy-policy {
  margin-top: 50px!important;
}

#privacy-policy h3 {
}

.privacy-policy p {
  margin: 32px 0;
  font-size: 18px;
}

.privacy-policy ol {
  counter-reset: num;
}

.privacy-policy ol li {
  font-size: 14px;
  position: relative;
  margin: 0 0 7px;
  padding: 0 0 0 1.7em;
}

.privacy-policy ol li:before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  top: 2px;
  left: 0px;
  color: #0b318f;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: bold;
}

#contact-form {
  margin-top: 50px!important;
}