@charset "UTF-8";
/* color */
/*******************/
/*header
/*******************/
#header {
  position: relative;
}

.header {
  opacity: 0.9;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
}
.header a:hover {
  opacity: 0.8;
}
.header .navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: unset;
}
.header .navbar-logo .logo {
  padding-left: 3rem;
}
.header .navbar-pc {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.header .navbar-pc-menu {
  width: 60%;
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: center;
  justify-content: flex-end;
}
.header .navbar-pc-menu li {
  line-height: 1;
  position: relative;
}
.header .navbar-pc-menu li:last-child {
  display: none;
}
.header .navbar-pc-menu li a {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
}
.header .navbar-pc-menu li a .icon {
  margin: 0;
}
.header .navbar-pc-menu li a .icon i:before {
  font-size: 1.3rem;
}
.header .navbar-pc-btn {
  width: 35%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header .navbar-pc-btn li {
  line-height: 1;
  min-height: 5.3rem;
  padding-right: 1.5rem;
}
.header .navbar-pc-btn li a {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem;
}
.header .navbar-pc-btn li a img {
  padding: 1rem 0;
  width: 2.5rem;
}
.header .navbar-pc-btn li a .name {
  font-size: 1.4rem;
}
.header .navbar-pc-btn li:first-child a {
  line-height: 5.3rem;
  align-items: flex-start;
  padding: 1rem 1rem 0 0;
}
.header .navbar-pc-btn li:first-child a img {
  width: 6rem;
  padding: 0.5rem 1rem 0;
}
.header .navbar-pc-btn li:first-child a .name {
  text-align: center;
  font-weight: bold;
  color: #009be4;
  font-size: 2.2rem;
  line-height: 0.8;
}
.header .navbar-pc-btn li:first-child a .name span {
  font-weight: normal;
  color: #4c4c4c;
  font-size: 1.3rem;
}
.header .navbar-pc-btn li:nth-child(2) {
  padding-right: 3rem;
}
.header .navbar-pc-btn li:nth-child(2) a {
  border: 1px solid #808080;
  color: #4c4c4c;
}
.header .navbar-pc-btn li:nth-child(2) a .name {
  text-align: center;
  margin: 0 0 0 1.5rem;
  padding: 1rem 1rem 1rem 0;
  font-size: 1.3rem;
  line-height: 1.4;
}

/*footer*/
/*sp footer*/
.sp_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .sp_footer {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    display: none;
  }
}
.sp_footer_btn {
  display: flex;
}
.sp_footer_btn_item {
  width: 50%;
  padding: 1rem 0;
  text-align: center;
  line-height: 1.4;
}
.sp_footer_btn_item a {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: flex-start;
}
.sp_footer_btn_item a img {
  width: 2.5rem;
  height: auto;
  margin-left: 2.5rem;
}
.sp_footer_btn_item a span {
  margin-left: 2.5rem;
  font-size: 1.4rem;
}
.sp_footer_btn_item:first-child {
  background-color: #009be4;
}
.sp_footer_btn_item:nth-child(2) {
  background-color: #b3b3b3;
}
.sp_footer_btn_item:nth-child(2) .icon {
  margin-right: 1rem;
}
.sp_footer_btn_item:nth-child(2) .icon i:before {
  font-size: 2rem;
}

#footer {
  position: relative;
  padding-top: 1px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  #footer {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#footer .footer {
  padding: 2rem 1.5rem 3rem;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  #footer .footer {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 0 1.5rem;
  }
}
#footer .footer-box {
  margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
  #footer .footer-box {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 90%;
    margin: 5rem auto;
  }
}
#footer .footer-box .menu {
  font-size: 1.5rem;
}
#footer .footer-box .footer-pc-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footer .footer-box .footer-pc-menu li {
  line-height: 1;
  width: 9rem;
  position: relative;
}
#footer .footer-box .footer-pc-menu li:first-child {
  width: 17rem;
}
#footer .footer-box .footer-pc-menu li:nth-child(2) {
  width: 22rem;
}
#footer .footer-box .footer-pc-menu li:nth-child(4) {
  width: 11rem;
}
#footer .footer-box .footer-pc-menu li:last-child {
  width: 16rem;
}
#footer .footer-box .footer-pc-menu li a {
  font-size: 1.3rem;
  font-weight: 500;
}
#footer .footer-box .footer-pc-menu li a .icon {
  margin: 0;
}
#footer .footer-box .footer-pc-menu li a .icon i:before {
  font-size: 1.3rem;
}
#footer .footer-sns {
  padding: 3rem 0 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  #footer .footer-sns {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 0 0 3rem;
  }
}
#footer .footer-sns a {
  display: block;
  width: 4rem;
}
@media screen and (min-width: 1024px) {
  #footer .footer-sns a {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#footer .footer-sns a .icon i:before {
  font-size: 3rem;
}
@media screen and (min-width: 1024px) {
  #footer .footer-sns a .icon i:before {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#footer .footer-sns a:first-child .icon {
  color: #1877F2;
}
#footer .footer-sns a:nth-child(2) .icon {
  color: #CF2E92;
}
#footer .footer-sns a:nth-child(3) .icon {
  color: #1D9BF0;
}
#footer .footer-sns a:nth-child(4) .icon {
  color: #FF0000;
}
#footer .footer-sns a:last-child img {
  width: 65%;
}
#footer .footer-img {
  padding: 3rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media screen and (min-width: 1024px) {
  #footer .footer-img {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: unset;
    justify-content: center;
    width: 60%;
    margin: 0 auto 5rem;
  }
}
#footer .footer-img a {
  display: block;
  width: 40%;
}
@media screen and (min-width: 1024px) {
  #footer .footer-img a {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 0 3rem 0 0;
    width: 45%;
  }
}
#footer .footer .copyright {
  text-align: center;
  padding: 3rem 0 4rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #footer .footer .copyright {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 0 0 3rem;
  }
}

#sink #footer {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #sink #footer {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#sink #footer .footer {
  text-align: center;
  padding: 2rem 1.5rem 3rem;
}
@media screen and (min-width: 1024px) {
  #sink #footer .footer {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 0 1.5rem;
  }
}
#sink #footer .footer-box {
  margin: 2rem auto 3rem;
}
@media screen and (min-width: 1024px) {
  #sink #footer .footer-box {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 70%;
    margin: 5rem auto;
  }
}
#sink #footer .footer-box .footer-pc-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  #sink #footer .footer-box .footer-pc-menu {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    flex-direction: row;
    flex-wrap: unset;
    justify-content: space-between;
  }
}
#sink #footer .footer-box .footer-pc-menu li {
  width: 30%;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  #sink #footer .footer-box .footer-pc-menu li {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: unset;
  }
}
#sink #footer .footer-box .footer-pc-menu li a {
  font-size: 1.6rem;
  font-weight: 500;
}
#sink #footer .footer-img {
  margin: 0 auto 1.5rem;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #sink #footer .footer-img {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#sink #footer .footer .atent {
  text-align: center;
  padding: 2rem 0 3rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #sink #footer .footer .atent {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 3rem 0 2rem;
  }
}
#sink #footer .footer .copyright {
  padding: 0 0 4rem;
}
@media screen and (min-width: 1024px) {
  #sink #footer .footer .copyright {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 3rem 0 1rem;
  }
}

.sink {
  box-shadow: unset;
}
.sink .sp_footer_btn {
  justify-content: space-between;
}
.sink .sp_footer_btn_item {
  border: 1px solid #ccc;
  border-radius: 2rem;
  background-color: #fff;
  width: 49%;
}
.sink .sp_footer_btn_item a {
  color: #222;
}
.sink .sp_footer_btn_item a img {
  width: 3.5rem;
}
.sink .sp_footer_btn_item a span {
  margin-left: 2rem;
}

/*******************/
/*spvav
/*******************/
#header {
  position: relative;
}

.header .navbar {
  height: 5rem;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .header .navbar {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    height: 10rem;
    background-color: #fff;
  }
}
.header .navbar-logo {
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .header .navbar-logo {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding-top: unset;
  }
}
.header .navbar-logo .logo {
  padding-left: 2rem;
}
.header .navbar-logo .logo img {
  width: 170px;
}
@media screen and (min-width: 1024px) {
  .header .navbar-logo .logo img {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 200px;
  }
}
.header .hamburger_btn {
  position: absolute;
  top: 0rem;
  right: 0;
  display: flex;
  border-radius: 2px;
  width: 5rem;
  height: 5rem;
  justify-content: center;
  z-index: 50;
  cursor: pointer;
}
.header .hamburger_btn .line {
  position: absolute;
  top: 0;
  right: 13px;
  height: 2px;
  background-color: #999;
  text-align: center;
  width: 24px;
}
.header .hamburger_btn .line_01 {
  top: 15px;
  transition: 0.4s ease;
}
.header .hamburger_btn .line_02 {
  top: 25px;
  transition: 0.4s ease;
}
.header .hamburger_btn .line_03 {
  top: 35px;
  transition: 0.4s ease;
}
.header .hamburger_btn .btn_line01 {
  transform: translateY(10px) rotate(-45deg);
  transition: 0.4s ease;
  width: 20px;
}
.header .hamburger_btn .btn_line02 {
  transition: 0.4s ease;
  opacity: 0;
}
.header .hamburger_btn .btn_line03 {
  transform: translateY(-10px) rotate(45deg);
  transition: 0.4s ease;
  width: 20px;
}
.header .open .line {
  background-color: #009be4;
}
.header .menu_sp {
  background-color: #e0e1e4;
  border-radius: 4px;
  z-index: 30;
  position: absolute;
  width: 100%;
  height: auto;
  top: 5rem;
  right: 0;
}
.header .menu_sp-box {
  padding: 3rem;
}
.header .menu_sp-box .menu {
  color: #4c4c4c;
  font-size: 1.5rem;
}
.header .menu_sp-box .menu .menu-list {
  line-height: 1.5;
  text-align: left;
  padding: 1rem;
}
.header .menu_sp-box .menu .menu-list a {
  color: #4c4c4c;
}
.header .menu_sp-box .menu .menu-list a.is-active {
  background-color: #e0e1e4;
  color: #4c4c4c;
}
.header .menu_sp-box .menu .menu-list .icon {
  margin-top: 0.5rem;
  color: #009be4;
}
.header .menu_sp-box .menu .menu-list-item ul {
  margin: 0.5rem 0 0.5rem 1rem;
}
.header .menu_sp-box .menu .menu-list-item ul .child {
  padding: 0.5rem 0;
  font-size: 1.4rem;
}
.header .menu_sp-box .menu .menu-list-item ul .child a {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  #sink .header .navbar {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    height: 8rem;
  }
}

/* -------------------------- */
/* main_visual  */
/* -------------------------- */
.mainvisual {
  position: relative;
  height: 70vh;
}
@media screen and (min-width: 1024px) {
  .mainvisual {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    height: 80vh;
  }
}
.mainvisual-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  height: 70vh;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .mainvisual-bg {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    height: 80vh;
  }
}
.mainvisual-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(70%);
  /* 最背面へ */
  z-index: -1;
}
.mainvisual-bg h2 {
  border-left: 0.5rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.4rem;
  color: #fff;
  width: 85%;
  text-shadow: 1px 2px 3px #555;
  font-weight: normal;
  padding-left: 2rem;
}
@media screen and (min-width: 1024px) {
  .mainvisual-bg h2 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    top: 65%;
    width: 63%;
    font-size: 2rem;
  }
}
.mainvisual-bg h2 span {
  font-size: 2rem;
  padding-bottom: 1.5rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .mainvisual-bg h2 span {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 4rem;
  }
}

.video-pc,
.video-sp {
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .video-pc,
.video-sp {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
.video-pc video,
.video-sp video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-pc h2,
.video-sp h2 {
  border-left: 0.5rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.4rem;
  color: #fff;
  width: 85%;
  text-shadow: 1px 2px 3px #555;
  font-weight: normal;
  padding-left: 2rem;
}
@media screen and (min-width: 1024px) {
  .video-pc h2,
.video-sp h2 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    top: 65%;
    width: 63%;
    font-size: 2rem;
  }
}
.video-pc h2 span,
.video-sp h2 span {
  font-size: 2rem;
  padding-bottom: 1.5rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .video-pc h2 span,
.video-sp h2 span {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 4rem;
  }
}

/* -------------------------- */
/* subvisual  */
/* -------------------------- */
.subvisual {
  position: relative;
  height: 20vh;
  min-height: 19rem;
}
@media screen and (min-width: 1024px) {
  .subvisual {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    height: 45vh;
  }
}
.subvisual .mainvisual-bg {
  height: 20vh;
  min-height: 19rem;
}
@media screen and (min-width: 1024px) {
  .subvisual .mainvisual-bg {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    height: 45vh;
  }
}
.subvisual .mainvisual-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(70%);
  /* 最背面へ */
  z-index: -1;
}
.subvisual .mainvisual-bg h2 {
  border-left: 0.5rem solid #fff;
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.4rem;
  color: #fff;
  width: 85%;
  text-shadow: 0 2px 2px #666;
  font-weight: normal;
  padding-left: 2rem;
}
@media screen and (min-width: 1024px) {
  .subvisual .mainvisual-bg h2 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    top: 65%;
    width: 63%;
    font-size: 2rem;
  }
}
.subvisual .mainvisual-bg h2 span {
  font-size: 1.7rem;
  padding-bottom: 1.5rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .subvisual .mainvisual-bg h2 span {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 4rem;
  }
}

/* sink */
.mainvisual-sink {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mainvisual-sink {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    background-image: url("https://nano-glasscoat.jp/wp-content/themes/nanoglass/images/sink/bg_img02.png");
    background-repeat: no-repeat;
    background-position: right -110px bottom 100px;
    background-size: 50rem;
    padding: 10rem 0 3rem;
  }
}
.mainvisual-sink-box {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .mainvisual-sink-box {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    max-width: 960px;
    margin: 0 auto;
  }
}
.mainvisual-sink-box figure {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mainvisual-sink-box figure img {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    border-radius: 2rem;
  }
}
.mainvisual-sink-box h2 {
  font-family: "Zen Old Mincho", serif, "Noto Serif JP";
  font-weight: normal;
  position: absolute;
  top: 42%;
  left: 8%;
  font-size: 2.2rem;
  color: #666;
  letter-spacing: 3px;
}
@media screen and (min-width: 1024px) {
  .mainvisual-sink-box h2 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 5rem;
    letter-spacing: 0.5rem;
    top: 20%;
    left: 10rem;
  }
}

/* -------------------------- */
/* H2(title) Button */
/* -------------------------- */
.title {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .title {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 80%;
    margin: 0 auto;
  }
}
.title .eng {
  color: #009be4;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .title .eng {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
.title h2 {
  color: #4c4c4c;
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .title h2 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 2rem;
    padding-bottom: 3rem;
  }
}
.title h2:before {
  position: absolute;
  content: "";
  background-color: #808080;
  width: 7rem;
  height: 1px;
  top: 1rem;
  left: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .title h2:before {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 24rem;
    left: 25rem;
  }
}
.title h2:after {
  position: absolute;
  content: "";
  background-color: #808080;
  width: 7rem;
  height: 1px;
  top: 1rem;
  right: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .title h2:after {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 24rem;
    right: 25rem;
  }
}
.title p {
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .title p {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}

.more {
  border: 1px solid #009be4;
  padding: 0.7rem 0;
  width: 30rem;
  margin: 0 auto 4rem;
  color: #009be4;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .more {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 42rem;
    margin-bottom: 8rem;
  }
}
.more .icon {
  padding-left: 1rem;
}
.more .icon i:before {
  font-size: 1.8rem;
}

/* -------------------------- */
/* reset */
/* -------------------------- */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, ol, li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

/* -------------------------- */
/* all style */
/* -------------------------- */
html {
  font-size: 62.5%;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

body {
  color: #4c4c4c;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
  font-size: 14px;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

.mincho {
  font-family: serif, "Noto Serif JP";
}

a {
  text-decoration: none;
  color: #4c4c4c;
}

img {
  width: 100%;
}

button:hover, a:hover {
  opacity: 0.8;
}

/*vue 切り替え*/
@-webkit-keyframes cloak-in {
  0% {
    opacity: 0;
  }
}
@keyframes cloak-in {
  0% {
    opacity: 0;
  }
}
[v-cloak] {
  opacity: 0;
}

/**************/
.contents {
  padding: 0 1.5rem;
}
@media screen and (min-width: 1024px) {
  .contents {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    max-width: 960px;
    margin: 0 auto;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    display: block;
  }
}

/* -------------------------- */
/* breadcrumb  */
/* -------------------------- */
.breadcrumb {
  width: 100%;
  /*bottom: 0;*/
  left: 0;
  position: absolute;
  background-color: #ccc;
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    top: 10rem;
    bottom: unset;
  }
}
.breadcrumb .breadcrumb-area {
  font-size: 1.2rem;
  padding: 1rem;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .breadcrumb .breadcrumb-area {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 1.4rem;
  }
}
.breadcrumb .breadcrumb-area span {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .breadcrumb .breadcrumb-area span {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}

/* -------------------------- */
/* pagination  pagenav*/
/* -------------------------- */
.pagenav {
  padding: 2rem;
  text-align: center;
  font-size: 1.7rem;
}
.pagenav span {
  border: 1px solid #009be4;
  padding: 1rem 1.5rem;
}
.pagenav a {
  color: #009be4;
  margin-left: 1rem;
}
.pagenav a.page {
  font-size: 1.7rem;
  color: #222;
  padding: 1rem 1.5rem;
  margin-left: 1rem;
}

.pagination {
  padding: 2rem;
  text-align: center;
  justify-content: center;
}
.pagination h2.screen-reader-text {
  display: none;
}
.pagination .nav-links span {
  border: 1px solid #009be4;
  padding: 1rem 1.5rem;
}
.pagination .nav-links a.page-numbers {
  font-size: 1.7rem;
  color: #222;
  padding: 1rem 1.5rem;
  margin-left: 1rem;
}
.pagination .nav-links a.prev, .pagination .nav-links a.next {
  color: #009be4;
  background-color: unset;
}

/* -------------------------- */
/* 404 not found*/
/* -------------------------- */
.page-404 {
  padding: 3rem 0;
  text-align: center;
}
.page-404 h2 {
  font-size: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .page-404 h2 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 3rem;
  }
}
.page-404 h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .page-404 h3 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 2.5rem;
  }
}
.page-404 a {
  margin: 3rem;
  display: inline-block;
}

#privacy-policy {
  padding: 1rem 0 4rem;
}
@media screen and (min-width: 1024px) {
  #privacy-policy {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 2rem 1.5rem 5rem;
  }
}
#privacy-policy .contents {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #privacy-policy .contents {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    margin: 0 auto;
    width: 75%;
  }
}
#privacy-policy .contents h3 {
  padding: 3rem 0 1rem;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  #privacy-policy .contents h3 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 2.5rem;
    padding-top: 5rem;
  }
}
#privacy-policy .contents p {
  padding-bottom: 1rem;
}
#privacy-policy .contents ul {
  margin-top: 3rem;
}
#privacy-policy .contents ul li {
  line-height: 2;
}

/*compornent common*/
.linkmore {
  width: 70%;
  color: #fff;
  border: #fff solid 1px;
  margin: 0 auto;
  padding: 0.7rem 0;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .linkmore {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
.linkmore .icon {
  padding-left: 1rem;
}
.linkmore .icon i:before {
  font-size: 1.8rem;
}

.linkmore2 {
  border: 1px solid #009be4;
  padding: 0.5rem 0;
  width: 80%;
  display: block;
  margin: 4rem auto 0;
  color: #009be4;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .linkmore2 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 1rem 0;
    margin: 8rem auto 0;
    width: 40rem;
    font-size: 2rem;
  }
}
.linkmore2 .icon {
  padding-left: 1.5rem;
}
.linkmore2 .icon i:before {
  font-size: 2rem;
}

/* -------------------------- */
/* compornent banner1
/* -------------------------- */
.banner1 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .banner1 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    flex-direction: row;
    justify-content: space-between;
  }
}
.banner1.contents {
  padding: 0;
}
.banner1 li {
  background-image: url("https://nano-glasscoat.jp/wp-content/themes/nanoglass/images/top/bosyu_img01.jpg");
  padding: 2rem;
  margin-bottom: 3.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .banner1 li {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    background-size: 100%;
    margin-bottom: unset;
    overflow: hidden;
    width: 49%;
  }
}
.banner1 li h3 {
  text-align: center;
  padding-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .banner1 li h3 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 3rem;
    overflow: hidden;
    height: 6.5rem;
    text-align: center;
  }
}
.banner1 li p {
  margin: 0 auto;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .banner1 li p {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 65%;
  }
}
.banner1 li:nth-child(2) {
  background-image: url("https://nano-glasscoat.jp/wp-content/themes/nanoglass/images/top/bosyu_img02.jpg");
}
.banner1 li:nth-child(2) h3 {
  font-size: 2.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .banner1 li:nth-child(2) h3 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 2.5rem;
  }
}

/* -------------------------- */
/* compornent contacform1
/* -------------------------- */
.contacform1 {
  padding: 2rem 1.5rem 0;
}
@media screen and (min-width: 1024px) {
  .contacform1 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 3rem 0 0;
  }
}
.contacform1 ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .contacform1 ul {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
  }
}
.contacform1 ul li {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .contacform1 ul li {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 2rem 4.5rem;
    height: 253px;
    width: 48%;
    margin-bottom: 0;
  }
}
.contacform1 ul li:nth-child(2) {
  padding: 2rem 1rem;
}
@media screen and (min-width: 1024px) {
  .contacform1 ul li:nth-child(2) {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 2rem 3rem;
  }
}
.contacform1 ul li .mark {
  height: 5.5rem;
  width: auto;
  padding-bottom: 2rem;
}
.contacform1 ul li h3 {
  padding-bottom: 2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .contacform1 ul li h3 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 2.2rem;
  }
}
.contacform1 ul li .tel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .contacform1 ul li .tel {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
.contacform1 ul li .tel-icon {
  width: 7rem;
  padding-right: 1.5rem;
}
.contacform1 ul li .tel .no {
  font-size: 3rem;
  line-height: 0.8;
  color: #009be4;
}
@media screen and (min-width: 1024px) {
  .contacform1 ul li .tel .no {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
.contacform1 ul li .tel .no span {
  color: #4c4c4c;
  font-size: 1.4rem;
}
.contacform1 ul li .linkmore {
  color: #009be4;
  border: 1px solid #009be4;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .contacform1 ul li .linkmore {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
.contacform1 ul li .no2 {
  margin-bottom: 0;
}

/* -------------------------- */
/* compornent contacform2
/* -------------------------- */
.contacform2 {
  padding: 2rem 1rem 0;
}
@media screen and (min-width: 1024px) {
  .contacform2 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 3rem 0 0;
  }
}
.contacform2 ul {
  width: 100%;
  padding-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .contacform2 ul {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    margin: 0 auto;
    width: 80%;
  }
}
.contacform2 ul li {
  background-color: #fff;
  padding: 2rem 0 4rem;
}
@media screen and (min-width: 1024px) {
  .contacform2 ul li {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 4rem 4.5rem;
    height: 253px;
    margin-bottom: 0;
  }
}
.contacform2 ul li .mark {
  height: 5.5rem;
  width: auto;
  padding-bottom: 2rem;
}
.contacform2 ul li h3 {
  padding-bottom: 2rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .contacform2 ul li h3 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 2.2rem;
  }
}
.contacform2 ul li .more-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .contacform2 ul li .more-box {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 2rem 2rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.contacform2 ul li .more-box .linkmore2 {
  width: 90%;
  margin: 0;
  display: block;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .contacform2 ul li .more-box .linkmore2 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 47%;
    margin: 0;
    padding: 1rem 0;
  }
}
.contacform2 ul li .more-box .no2 {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .contacform2 ul li .more-box .no2 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    margin-top: unset;
  }
}

/*********************/
/*********************/
.fadey-enter {
  transform: translateY(30px);
  opacity: 0;
}

.fadey-enter-active {
  transition: opacity 1s ease-in, transform 2s ease-in;
}

.fadey-leave-active {
  transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
}

.fadey-leave-to {
  opacity: 0;
  transform: scale(0.97);
}

.fader-enter {
  transform: translateX(30px);
  opacity: 0;
}

.fader-enter-active {
  transition: opacity 1s ease-in, transform 2s ease-in;
}

.fader-leave-active {
  transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
}

.fader-leave-to {
  opacity: 0;
  transform: scale(0.97);
}

.fadel-enter {
  transform: translateX(-30px);
  opacity: 0;
}

.fadel-enter-active {
  transition: opacity 1s ease-in, transform 2s ease-in;
}

.fadel-leave-active {
  transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
}

.fadel-leave-to {
  opacity: 0;
  transform: scale(0.97);
}

/*
.fade-enter {
  transform: translateX(5px);
  opacity: 0;
}
.fade-enter-active {
	//transition: all 3s ease;
	transition: opacity 3s ease-in, transform 3s ease-in;
}
.fade-leave-active {
  transition: all 2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.fade-leave-to{
	opacity: 0;
	transform: scale(0.97);
}
*//*# sourceMappingURL=common-style.css.map */