@charset "UTF-8";
@import url("backgroung.css");
:root {
  --maincolor: #C6BC00;
}
:root {
  --maincolor-bk: #DACF00;
}
:root {
  --hovercolor: #A38E00;
}
:root {
  --ppfcolor: #3f6eb4;
}
html {
  font-size: 62.5%;
  font-family: "Montserrat", "メイリオ", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "verdana", sans-serif;
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-size: 1.6rem; /*基準文字サイズ*/
  line-height: 1.8 !important;
  height: 100%;
  font-weight: normal;
  color: #000000;
  background-color: #fff;
}
/*common*/
a:hover {
  text-decoration: underline;
  transition: 0.4s;
}
a {
  transition: 0.4s;
  color: #000;
  text-decoration: none;
}
a img {
  transition: 0.4s;
}
.superscript {
  vertical-align: super;
  font-size: 70%;
  max-width: none;
}
.anchor {
  padding-top: 120px;
  margin-top: 120px;
}
.anchor.is-animation {
  padding-top: 70px;
  margin-top: 70px;
}
/* フェードイン・アップ(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(50px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン・アップ(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
}
/* フェードイン(初期値) */
.js-fadein {
  opacity: 0; /* 最初は非表示 */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadein.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
}
/* ページ遷移 フェードイン */
.fade .animation-bg {
  background: #fff;
  content: "";
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation-name: PageAnime-fade;
  animation-duration: 0.1s;
  animation-delay: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}
@keyframes PageAnime-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.img-responsive, .imgbox img {
  width: 100%;
  height: auto;
  /* [disabled]margin-bottom: 70px; */
}
.imgbox p {
  margin-top: 10px;
  text-align: center;
}
.trim {
  overflow: hidden;
  width: 100%; /* トリミングしたい枠の幅 */
  height: 70%; /* トリミングしたい枠の高さ */
  position: relative;
}
.txt-left {
  text-align: left !important;
}
.sp-on {
  display: none !important;
}
.sp-none {
  display: inline-block !important;
}
.bottun01 {}
.bottun01 a {
  background-color: var(--maincolor-bk);
  color: #fff;
  padding: 10px 50px;
  text-decoration: none;
  border-radius: 25px;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.bottun01 a:hover {
  background-color: var(--hovercolor);
  color: #fff;
}
.bottun02 a {
  background-color: #000;
  color: #fff;
  padding: 10px 50px;
  text-decoration: none;
  border-radius: 25px;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.bottun02 a:hover {
  background-color: var(--maincolor);
  color: #fff;
}
.bottun03 a {
  background-color: var(--maincolor);
  color: #fff;
  padding: 5px 50px;
  text-decoration: none;
  border-radius: 25px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.bottun03 a:hover {
  background-color: var(--hovercolor);
  color: #fff;
}
.bottun04 {
  margin-top: 30px;
}
.bottun04 a {
  background-color: var(--maincolor);
  color: #fff;
  padding: 10px 50px;
  text-decoration: none;
  border-radius: 25px;
  display: block;
  float: left;
}
.bottun04 a:hover {
  background-color: var(--hovercolor);
  color: #fff;
}
.bottun05 {
  margin-top: 60px;
}
.bottun05 a {
  background-color: var(--maincolor);
  color: #fff;
  font-size: 2rem;
  padding: 10px 50px;
  text-decoration: none;
  border-radius: 25px;
  display: block;
  float: left;
  width: 350px;
  text-align: center;
}
.bottun05 a:hover {
  background-color: var(--hovercolor);
  color: #fff;
}
.bottun06 a {
  background-color: #fff;
  color: #000;
  padding: 10px 50px;
  text-decoration: none;
  border-radius: 25px;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.bottun06 a:hover {
  background-color: var(--hovercolor);
  color: #000;
}
main {}
.section01 {
  padding: 100px 25px;
}
.section02 {
  padding: 0;
}
.section03 {
  padding: 50px 25px 100px;
}
.section04 {
  padding: 0 25px 100px;
}
.section05 {
  padding: 100px 25px 0;
}
.page-logoarea {
  padding: 100px 25px 0;
  text-align: center;
}
.page-logoarea img {
  height: 140px;
  width: auto;
}
.page-logoarea02 {
  padding: 100px 25px 0;
  text-align: center;
}
.page-logoarea02 .column-area-jus img {
  height: 100px;
  width: auto;
}
.contents {
  margin-right: auto;
  margin-left: auto;
  max-width: 1020px;
  width: 100%;
}
.contents-narrow {
  margin-right: auto;
  margin-left: auto;
  max-width: 780px;
  width: 100%;
}
.contents-seminarrow {
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
  width: 100%;
}
.contents-wide {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  width: 100%;
}
.column-area-jus {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column-area-left {
  display: flex;
  justify-content: flex-start;
}
.column-area-right {
  display: flex;
  justify-content: flex-end;
}
.column01 {
  background-color: #606060;
  border: 4px solid;
  border-color: var(--maincolor);
  color: #fff;
  padding: 25px 35px;
  margin-bottom: 80px;
}
.column01 h3 {
  color: var(--maincolor);
  font-size: 5rem;
  text-align-last: center;
  margin-bottom: 10px;
}
.column01 p {
  line-height: 1.8;
  font-size: 2rem;
  font-weight: bold;
}
.column02 {
  width: calc(50% - 15px);
  border: 3px solid #CECECE;
  padding: 25px 35px 35px;
  border-radius: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.column02:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.column02 h3 {
  font-size: 2.8rem;
  text-align: center;
  margin: 15px auto 10px;
}
.column02 img {
  height: 85px;
  width: auto;
  margin: 10px auto 5px;
}
.column02 p {
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: left;
}
.column02 .bottun01, .column02 .bottun02 {
  width: 100% !important;
}
.premiumcolumn {
  border-color: var(--maincolor) !important;
  background-color: #000 !important;
  color: #fff;
}
.ppfcolumn {
  border: 3px solid #CECECE;
  background-color: var(--ppfcolor) !important;
  color: #fff;
}
.column02 .premiumcolumn h3 {
  border-color: var(--maincolor);
  color: #fff;
}
.column03 {
  width: 65%;
}
.column03 h2 {
  font-size: 4.5rem;
  line-height: 1.4;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid;
  border-bottom-color: var(--maincolor);
}
.column03 p {
  font-size: 1.8rem;
}
.column04 {
  width: calc(50% - 15px);
  padding: 15px 35px 35px;
  background-color: #1F1F1F;
  border-radius: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.column04 h3 {
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.column04 h3 small {
  font-size: 2.2rem;
  line-height: 0.5;
}
.column04 h3 strong {
  color: var(--maincolor);
}
.column04 h4 {
  font-size: 2rem;
  color: var(--maincolor);
  margin-bottom: 10px;
}
.column04 p {
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: left;
}
.column05 {
  width: 100%;
  padding: 35px;
  border: 2px solid rgba(59, 59, 59, 1.00);
}
.column05 h4 {
  font-size: 3rem;
  margin-bottom: 10px;
  text-align: center;
}
.column05 p {
  font-size: 1.8rem;
  text-align: left;
}
.column06 {
  width: 100%;
  padding: 35px;
  border: 2px solid;
  border-color: var(--maincolor);
}
.column07 {
  width: 100%;
  padding: 30px;
  border: 2px solid rgba(212, 211, 211, 1.00);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 15px;
  margin-bottom: 40px;
}
.column07:last-child {
  margin-bottom: 0;
}
.column07 .classname {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: -10px;
}
.column07 h3 {
  font-size: 4rem;
}
.column-bk {
  color: #fff;
}
.area40 {
  width: calc(40% - 30px);
  height: 100%;
  display: flex;
  align-content: center;
  flex-direction: column;
}
.area60 {
  width: 60%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.column-txtarea {
  display: flex;
  justify-content: space-between;
}
.column-txtarea p {
  width: calc(65% - 30px);
}
.column-txtarea .imgbox {
  width: 35%;
}
.column-txtarea02 {
  max-width: 820px;
  width: 100%;
  margin: 0 auto 30px;
}
.column-txtarea02 video {
  max-width: 820px;
  width: 100%;
  margin: 30px auto;
}
.column-txtarea03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column-txtarea03-left {
  width: calc(20% - 30px);
}
.column-txtarea03-right {
  width: 80%;
}
.column-txtarea03 p {
  width: 100%;
}
.column-txtarea03 .imgbox {}
.photo-column4-01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.photo-column4-01 .imgbox {
  width: calc(25% - 22px);
  height: auto;
}
.txt-area01 p {
  margin-bottom: 10px;
}
.txt-area01 .bottun01 {
  width: 500px;
  text-align: center;
  margin: 30px auto 0;
}
.title01-top {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgba(165, 165, 165, 1.00);
  text-align: center;
  margin-bottom: 0;
  line-height: 1.6;
}
.title01 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  position: relative;
  margin: 10px auto 70px auto;
}
.title01:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 40px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--maincolor);
  border-radius: 2px;
}
.title01-jp {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  position: relative;
  margin: 10px auto 70px auto;
}
.title01-jp:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 40px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--maincolor);
  border-radius: 2px;
}
.title04 {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 3em;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.title04::before, .title04::after {
  content: '';
  background: var(--maincolor);
  width: 2em;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.title04::before {
  left: 0;
}
.title04::after {
  right: 0;
}
ul.products-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.products-link li {
  list-style-image: none;
  line-height: 1.5;
  width: calc(25% - 20px);
  border: 1px solid;
  border-color: var(--maincolor);
}
.products-link li a {
  text-align: center;
  width: 100%;
  padding: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-link li a:hover {
  background-color: var(--maincolor);
  text-decoration: none;
  color: #fff;
}
/*===================================common*/
/*header*/
#header {
  heght: 120px;
  width: 100%;
  z-index: 99;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.85);
  transition: 0.4s;
}
/*header*/
#header.is-animation {
  heght: 70px;
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.90);
}
.header-top {
  heght: 25px;
  width: 100%;
  background-color: #000;
  color: rgba(195, 195, 195, 1.00);
  padding: 0 25px;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid;
  border-bottom-color: var(--maincolor);
  transition: 0.4s;
}
.header-top.is-animation {
  height: 0;
  transition: 0.4s;
  opacity: 0;
}
.header-title {}
.header-link {}
.header-link a {
  color: #fff;
}
.header-link a:hover {
  color: var(--maincolor);
  text-decoration: none;
}
.header-main {
  height: 95px;
  width: 100%;
  padding: 0 25px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  transition: 0.4s;
  -webkit-box-shadow: 0px 0px 10px rgba(72, 72, 72, 0.69);
  box-shadow: 0px 0px 10px rgba(72, 72, 72, 0.69);
}
.header-main.is-animation {
  height: 60px;
  transition: 0.4s;
}
.header-logo {
  height: 70px;
  transition: 0.4s;
  position: relative;
  left: 85px;
}
.header-logo.is-animation {
  height: 45px;
  transition: 0.4s;
}
.header-left {
  width: 400px;
  height: 100%;
  background: #000;
  margin: 0;
  text-align: center;
  transform: skew(-45deg, 0);
  display: flex;
  align-items: center;
  position: relative;
  left: -60px;
  transition: 0.4s;
}
.header-left.is-animation {
  width: 300px;
  transition: 0.4s;
}
.header-left img {
  transform: skew(45deg, 0);
}
.header-mail {
  display: none;
}
.nav-contact {}
.nav-area {}
/*===================================header*/
/*footer*/
#footer {
  border-top: 2px solid #CDCDCD;
  padding: 60px 0 0;
}
.footer-column {
  width: 100%;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
}
.footer-column-left {
  width: 250px;
}
.footer-column-left img {
  width: 250px;
  height: auto;
}
.footer-column-link {
  width: 250px;
  margin-top: 40px;
}
.footer-column-right {
  width: calc(100% - 300px);
  display: flex;
  justify-content: flex-end;
}
.footer-nav ul {
  margin: 0 20px;
  ;
}
.footer-nav li {
  list-style-type: none;
  margin-left: 30px;
  margin-bottom: 10px;
}
.footer-nav li a {
  text-decoration: none;
  color: #000;
}
.footer-nav li:before {
  content: ""; /* 空の要素作成 */
  width: 7px; /* 幅指定 */
  height: 7px; /* 高さ指定 */
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  top: -3px;
  border-color: var(--maincolor);
  display: inline-block;
  position: relative; /* 位置調整 */
  margin-right: 10px; /* 余白指定 */
}
.footer-nav li a:hover {
  color: var(--maincolor);
}
.footer-copyright {
  margin-top: 40px;
  background-color: #000;
  text-align: center;
  font-size: 1.4rem;
  color: rgba(217, 217, 217, 1.00);
}
/*===================================footer*/
/*table*/
.about-table {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.about-table ul {
  margin: 0;
  border-top: 2px solid;
  border-top-color: var(--maincolor);
}
.about-table dt, .about-table dd {
  border-bottom: 1px dotted rgba(171, 170, 170, 1.00);
  padding: 10px;
}
.about-table dt {
  width: 100px;
  text-align: center;
  float: left;
}
.about-table dd {
  width: calc(100% - 100px);
  float: left;
}
/*===================================table*/
#page_top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  border-radius: 10px;
  background-color: var(--maincolor);
  ;
  border: 2px solid #fff;
}
#page_top a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before {
  content: ""; /* 空の要素作成 */
  width: 26px; /* 幅指定 */
  height: 26px; /* 高さ指定 */
  border-bottom: 3px solid;
  border-left: 3px solid;
  transform: rotate(135deg);
  display: block;
  border-color: #fff;
  position: relative; /* 位置調整 */
  top: 33px;
  left: calc(50% - 13px);
  margin-right: 10px; /* 余白指定 */
}
/*===================================footer*/
/*page-hero*/
.page-hero {
  height: 340px;
  padding: 120px 25px 0;
  display: flex;
  color: #fff;
  justify-content: center;
  align-content: center;
  text-align: center;
  flex-direction: column;
  border-bottom: 3px solid;
  border-bottom-color: var(--maincolor);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1.00);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-hero h3 {
  font-size: 6rem;
  line-height: 1.2;
}
.page-hero h2 {
  font-size: 2.4rem;
}
.page-hero h3 strong, .page-hero h2 strong {
  color: var(--maincolor);
}
.page-hero h4 {
  font-size: 2.4rem;
  padding-top: 5px;
}

/*===================================page-hero*/
/*agency*/
.adress-area {
  border-bottom: 1px dotted rgba(206, 206, 206, 1.00);
  padding: 0 20px 40px;
  margin-bottom: 40px;
}
.adress-light {
  width: calc(35% - 30px);
}
.adress {
  width: 65%;
}
.adress h4 {
  font-size: 2.2rem;
  margin-bottom: 12px;
  line-height: 1.5;
}
.adress dt, .adress dd {
  padding: 5px 0;
}
.adress dt {
  width: 80px;
  float: left;
  line-height: 1.2;
}
.adress dd {
  width: calc(100% - 80px);
  float: left;
  line-height: 1.4;
}
.adress-img {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
}
.adress-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-img03 {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}
.post-img03 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.country {
  color: rgba(168, 168, 168, 1.00);
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.country strong {
  font-size: 90%;
}
.country img {
  width: 30px;
  height: auto;
  vertical-align: -4px;
  margin-right: 10px;
  border: 1px solid rgba(200, 200, 200, 1.00);
}
/*===================================agency*/
/*products*/
.products-area {
  border-bottom: 1px dotted rgba(206, 206, 206, 1.00);
  padding: 0 20px 50px;
  margin-bottom: 50px;
}
.products-area .imgbox {
  width: calc(35% - 30px);
}
.products {
  width: 65%;
}
.products small {
  font-size: 75%;
}
.products-series-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(142, 142, 142, 1.00);
  letter-spacing: 1px;
}
.products h2 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.products h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
/*===================================products*/
/*form*/
.form-area dt, .form-area dd {
  padding: 20px 0;
  padding-left: 20px;
  border-bottom: 1px dotted rgba(204, 204, 204, 1.00);
}
.form-area dt {
  width: 250px;
  text-align: left;
  font-weight: normal;
}
.form-area dt small {
  color: rgba(166, 7, 9, 1.00) !important;
  font-size: 1.4rem;
}
.form-area dd {
  width: calc(100% - 250px);
  text-align: left;
  border-bottom: rgba(160, 160, 160, 1.00) 1px dotted;
}
.form-area dd p {
  width: 100%;
  height: 100px;
  overflow-x: scroll;
  border: rgba(160, 160, 160, 1.00) 1px solid;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.form-area .form-txt, .form-area .form-txtbox {
  width: 100%;
  border: rgba(160, 160, 160, 1.00) 1px solid;
  border-radius: 5px;
  padding: 10px;
}
.form-area .form-txtbox {
  height: 150px;
}
.form-area dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-area checkbox {
  text-align: left;
  clear: left;
}
.form-bottunarea {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
/*contents-area*/
.img-area img {
  width: 25%;
}
.page-catch h3 {
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.premium-area h3 {
  color: var(--maincolor);
}
.page-catch p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-catch img {
  margin: 50px auto 0;
}
.page-catch-smallimg {
  width: 500px;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}
.page-catch-sub {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}
.page-catch h4 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
  font-weight: bold;
}
.coatingname h3 {
  font-size: 7.2rem;
  text-align: left;
  line-height: 1.5;
  white-space: nowrap;
}
.comparison {
  width: 100%;
  border-collapse: collapse;
}
.comparison th, .comparison td {
  width: 25%;
  padding: 7px 5px;
  border: 1px solid rgba(195, 195, 195, 1.00);
}
.comparison th.row {
  background-color: #999;
  color: #fff;
}
.comparison th.col {
  background-color: #000;
  color: #fff;
  border-bottom-color: var(--maincolor) !important;
  border-bottom-width: 3px;
}
.comparison th {
  line-height: 1.5;
}
.comparison td {
  text-align: center;
}
@media (max-width:559px) {
  body {
    padding: 0;
    margin: 0;
    font-size: 1.4rem; /*基準文字サイズ*/
    line-height: 1.6;
    height: 100%;
    font-weight: normal;
    color: #000000;
    background-color: #fff;
  }
  .anchor {
    padding-top: 95px;
    margin-top: 95px;
  }
  .anchor.is-animation {
    padding-top: 80px;
    margin-top: 80px;
  }
  .sp-none {
    display: none !important;
  }
  .sp-on {
    display: inline-block !important;
  }
  .bottun01 {}
  .bottun01 a {
    padding: 8px 0px;
    text-decoration: none;
    width: 80%;
    font-size: 1.6rem;
    margin: 0 auto;
  }
  .bottun01 a:hover {
    background-color: var(--hovercolor);
    color: #fff;
  }
  .bottun02 a {
    padding: 5px 0px;
    width: 80%;
    margin: 0 auto;
  }
  .bottun02 a:hover {
    background-color: var(--maincolor);
    color: #fff;
  }
  .bottun03 a {
    background-color: var(--maincolor);
    color: #fff;
    padding: 5px 50px;
    text-decoration: none;
    border-radius: 25px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .bottun03 a:hover {
    background-color: var(--hovercolor);
    color: #fff;
  }
  .bottun04 {
    margin: 20px auto 10px;
  }
  .bottun04 a {
    background-color: var(--maincolor);
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    text-align: center;
    border-radius: 25px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .bottun04 a:hover {
    background-color: var(--hovercolor);
    color: #fff;
  }
  .bottun04 a:hover {
    background-color: var(--hovercolor);
    color: #fff;
  }
  .bottun05 {
    margin: 20px auto 10px;
  }
  .bottun05 a {
    background-color: var(--maincolor);
    color: #fff;
    font-size: 1.8rem !important;
    padding: 10px 50px;
    text-decoration: none;
    border-radius: 25px;
    display: block;
    float: left;
    width: 300px;
    text-align: center;
  }
  .bottun05 a:hover {
    background-color: var(--hovercolor);
    color: #fff;
  }
  .section01 {
    padding: 40px 20px;
  }
  .section03 {
    padding: 20px 20px 40px;
  }
  .section04 {
    padding: 0 20px 40px;
  }
  .section05 {
    padding: 40px 20px 40px;
  }
  .column01 {
    border: 3px solid;
    border-color: var(--maincolor);
    color: #fff;
    padding: 15px 25px;
    margin-bottom: 50px;
  }
  .column01 h3 {
    color: var(--maincolor);
    font-size: 2rem;
    line-height: 1.4;
    text-align-last: center;
    margin-bottom: 10px;
  }
  .column01 p {
    line-height: 1.6;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .column02 {
    width: 100%;
    border: 3px solid #CECECE;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .column02:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }
  .column02 h3 {
    font-size: 2rem;
    margin: 5px auto;
    line-height: 1.4;
  }
  .column02 img {
    height: 55px;
    width: auto;
    margin: 0 auto 5px;
  }
  .column02 p {
    line-height: 1.6;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
  }
  .column02 .bottun01, .column02 .bottun02 {
    width: 100% !important;
  }
  .premiumcolumn {
    border-color: var(--maincolor) !important;
    background-color: #000 !important;
    color: #fff;
  }
  .column02 .premiumcolumn h3 {
    border-color: var(--maincolor);
    color: #fff;
  }
  .column03 {
    width: 100%;
  }
  .column03 h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid;
    border-bottom-color: var(--maincolor);
  }
  .column03 p {
    font-size: 1.4rem;
  }
  .column04 {
    width: 100%;
    padding: 15px 20px 25px;
    margin-bottom: 30px;
    border-radius: 8px;
  }
  .column04 h3 {
    font-size: 3.4rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .column04 h3 small {
    font-size: 2rem;
    line-height: 0.5;
  }
  .column04 h3 strong {
    color: var(--maincolor);
  }
  .column04 h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .column04 p {
    font-size: 1.6rem;
    margin-bottom: 30px;
    text-align: left;
  }
  .column05 {
    width: 100%;
    padding: 20px;
    border: 2px solid rgba(59, 59, 59, 1.00);
    text-align: ;
  }
  .column05 h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .column05 p {
    font-size: 1.4rem;
    text-align: left;
  }
  .column06 {
    padding: 20px;
  }
  .column07 {
    padding: 15px 20px 25px;
    border-radius: 8px;
    margin-bottom: 25px;
  }
  .column07 .classname {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: -10px;
    text-align: center;
  }
  .column07 h3 {
    font-size: 3.4rem;
    text-align: center;
  }
  .column07 h4 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .area40 {
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    flex-direction: column;
  }
  .area60 {
    width: 100%;
  }
  .column-txtarea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column-txtarea p {
    width: 100%;
    margin-bottom: 20px;
  }
  .column-txtarea03-left {
    width: 100%;
  }
  .column-txtarea03-right {
    width: 100%;
  }
  .column-txtarea03 p {
    width: 100%;
    line-height: 1.8;
  }
  .column-txtarea .imgbox, .column-txtarea02 .imgbox {
    width: 100%;
    height: auto;
  }
  .column-txtarea03 .imgbox {
    width: 50%;
    height: auto;
    margin: 0 auto 20px;
  }
  .column-txtarea02 {
    margin: 0 auto 30px;
  }
  .photo-column4-01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .photo-column4-01 .imgbox {
    width: calc(50% - 10px);
    height: auto;
    margin-bottom: 20px;
  }
  .column-bk {
    color: #fff;
  }
  .txt-area01 .bottun01 {
    width: auto;
  }
  .page-logoarea {
    padding: 50px 25px 0;
    text-align: center;
  }
  .page-logoarea img {
    height: 75px;
    width: auto;
  }
  .page-logoarea02 {
    padding: 50px 15px 0;
    text-align: center !important;
  }
  .page-logoarea02 .column-area-jus img {
    height: 70px;
    width: auto;
    margin: 0 auto 10px;
  }
  .title01-top {
    font-size: 1.4rem;
    font-weight: bold;
    color: rgba(165, 165, 165, 1.00);
    text-align: center;
    margin-bottom: 5px;
  }
  .title01 {
    font-size: 2.6rem;
    margin: 0 auto 50px auto;
  }
  .title01:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 40px;
    height: 3px;
  }
  .title01-jp {
    font-size: 2rem;
    margin: 0 auto 50px auto;
    line-height: 1.6;
  }
  .title01-jp:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 40px;
    height: 3px;
  }
  .title04 {
    font-size: 1.6rem;
    padding: 0 3em;
    margin-top: 10px;
  }
  ul.products-link {}
  .products-link li {
    list-style-image: none;
    line-height: 1.3;
    width: 100%;
    border: 1px solid;
    border-color: var(--maincolor);
    display: table;
    height: auto;
    margin-bottom: 10px;
  }
  .products-link li a {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .products-link li a:hover {
    background-color: var(--maincolor);
    text-decoration: none;
    color: #fff;
  }
  /*header*/
  #header {
    heght: 95px;
    transition: 0.4s;
  }
  /*header*/
  #header.is-animation {
    heght: 80px;
    transition: 0.4s;
  }
  .header-top {
    heght: 15px;
    padding: 0 15px;
    font-size: 1.2rem;
  }
  .header-top.is-animation {
    display: none;
    transition: 0.4s;
  }
  .header-title {}
  .header-link {
    display: none;
  }
  .header-main {
    height: 60px;
    padding: 0 15px;
  }
  .header-main.is-animation {
    height: 45px;
    transition: 0.4s;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.40);
  }
  .header-logo {
    height: 40px;
    transition: 0.4s;
    position: relative;
    left: 55px;
  }
  .header-logo.is-animation {
    height: 35px !important;
    transition: 0.4s;
  }
  .header-left {
    width: 200px !important;
    height: 100%;
    background: #000;
    margin: 0;
    text-align: center;
    transform: skew(-45deg, 0);
    display: flex;
    align-items: center;
    position: relative;
    left: -60px;
  }
  .header-left img {
    transform: skew(45deg, 0);
  }
  .header-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0px;
    right: 7px;
  }
  .header-mail a {
    align-items: center;
    justify-content: center;
    background-color: var(--maincolor);
    border-radius: 50%;
    transition: 0.4s;
    padding: 10px;
    height: 50px;
    width: 50px;
  }
  .header-mail a:hover {
    background-color: var(--hovercolor);
  }
  .header-mail a.is-animation {
    padding: 10px;
    height: 40px;
    width: 40px;
    top: 3px;
  }
  .header-mail a.is-animation {
    height: 40px;
    width: 40px;
    padding: 08px;
    transition: 0.4s;
  }
  .header-mail img {
    height: 30px;
    width: 30px;
    transition: 0.4s;
  }
  .header-mail img.is-animation {
    height: 25px;
    width: 25px;
    transition: 0.4s;
  }
  .nav-area {
    display: flex;
    height: 100%;
    align-content: center;
    flex-wrap: nowrap;
  }
  /*===================================header*/
  /*footer*/
  #footer {
    border-top: 2px solid #000;
    padding: 40px 0 0;
  }
  .footer-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-column-left {
    width: 100%;
    text-align: center;
  }
  .footer-column-left img {
    width: 180px;
    height: auto;
  }
  .footer-column-link {
    width: 200px;
    margin: 30px auto;
  }
  .footer-column-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-nav ul {
    margin: 0;
    width: 100%;
  }
  .footer-nav li {
    list-style-type: none;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
  }
  .footer-nav li a {
    text-decoration: none;
    color: #000;
  }
  .footer-nav li:before {
    content: ""; /* 空の要素作成 */
    width: 7px; /* 幅指定 */
    height: 7px; /* 高さ指定 */
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    top: -3px;
    border-color: var(--maincolor);
    display: inline-block;
    position: relative; /* 位置調整 */
    margin-right: 10px; /* 余白指定 */
  }
  .footer-nav li a:hover {
    color: var(--maincolor);
  }
  .footer-copyright {
    font-size: 1.2rem;
    color: rgba(217, 217, 217, 1.00);
    line-height: 1.2;
    padding: 7px 15px
  }
  /*table*/
  .about-table {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
  .about-table dl {
    border-top: 1px dotted rgba(171, 170, 170, 1.00);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .about-table dt, .about-table dd {
    border-bottom: 1px dotted rgba(171, 170, 170, 1.00);
    padding: 8px;
    line-height: 1.4;
    box-sizing: border-box;
  }
  .about-table dt {
    width: 70px;
  }
  .about-table dd {
    width: calc(100% - 70px);
  }
  /*===================================table*/
  #page_top {
    position: fixed;
    right: 15px;
    bottom: 25px;
    border-radius: 10px;
    background-color: var(--maincolor);
    ;
    border: 1px solid #fff;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before {
    content: ""; /* 空の要素作成 */
    width: 20px; /* 幅指定 */
    height: 20px; /* 高さ指定 */
    border-bottom: 3px solid;
    border-left: 3px solid;
    transform: rotate(135deg);
    display: block;
    border-color: #fff;
    position: relative; /* 位置調整 */
    top: 20px;
    left: calc(50% - 10px);
    margin-right: 10px; /* 余白指定 */
  }
  /*===================================footer*/
  /*page-hero*/
  .page-hero {
    height: 250px;
    padding: 75px 15px 0;
  }
  .page-hero h3 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .page-hero h2 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .page-hero h2 strong, .page-hero h3 strong {
    color: var(--maincolor);
  }
  .page-hero h4 {
    font-size: 1.6rem;
    padding-top: 10px;
  }
  .page-hero-premium {
    background-image: url(../index-img/premium-img/premium-title.jpg);
  }
  /*===================================page-hero*/
  /*agency*/
  .adress-area {
    border-bottom: 1px dotted rgba(206, 206, 206, 1.00);
    padding: 0 0 15px;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .adress-area .imgbox {
    width: 100%;
    margin: 15px 0 10px;
  }
  .adress .imgbox img {
    border: 5px solid rgba(227, 197, 1, 1.00) !important;
  }
  .adress {
    width: 100%;
  }
  .adress h4 {
    font-size: 1.8rem;
    margin-bottom: 7px;
    line-height: 1.3;
  }
  .adress dt, .adress dd {
    width: 100%;
  }
  .adress dt {
    font-weight: 600;
    padding-bottom: 0;
  }
  .adress dd {
    padding-top: 0;
    padding-bottom: 3px;
  }
  .country {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .country strong {
    font-size: 93%;
  }
  .country img {
    width: 20px;
    height: auto;
    vertical-align: -2px;
    margin-right: 10px;
  }
  /*===================================agency*/
  /*products*/
  .products-area {
    border-bottom: 1px dotted rgba(206, 206, 206, 1.00);
    padding: 0 0 25px;
    margin-bottom: 25px;
  }
  .products-area .imgbox {
    width: 100%;
    margin-bottom: 15px
  }
  .products {
    width: 100%;
  }
  .products-series-name {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .products h2 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .products h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 10px;
  }
  /*===================================products*/ /*form*/
  .form-area dt, .form-area dd {
    width: 100%;
    padding-left: 0;
  }
  .form-area dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  .form-area dt small {
    color: rgba(166, 7, 9, 1.00) !important;
    font-size: 1.4rem;
  }
  .form-area dd {
    text-align: left;
    border-bottom: rgba(160, 160, 160, 1.00) 1px dotted;
    padding-top: 5px;
  }
  .form-area dd p {
    width: 100%;
    height: 100px;
    overflow-x: scroll;
    border: rgba(160, 160, 160, 1.00) 1px solid;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .form-area .form-txt, .form-area .form-txtbox {
    width: 100%;
    border: rgba(160, 160, 160, 1.00) 1px solid;
    border-radius: 5px;
    padding: 10px;
  }
  .form-area .form-txtbox {
    height: 150px;
  }
  .form-area dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .form-area checkbox {
    text-align: left;
    clear: left;
  }
  .form-bottunarea {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  /*contents-area*/
  .img-area img {
    width: 50%;
  }
  .coatingname {
    text-align: center !important;
    width: 100%;
  }
  .page-catch-smallimg img {
    margin: 0 auto !important;
  }
  .coatingname h3 {
    font-size: 4rem;
    text-align: center !important;
    line-height: 1.5;
    white-space: nowrap;
  }
  .page-catch h3 {
    font-size: 2.2rem;
    color: var(--maincolor);
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .page-catch p {
    font-size: 1.6rem;
    text-align: left;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 1.8;
  }
  .page-catch-sub {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .page-catch h4 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.6;
    font-weight: bold;
  }
}