@charset "utf-8";
/* CSS Document */

/*---------------
topslide-area
---------------*/
.topslide-area {
  width: 100%;
  position: relative;
}
.topslide-area .swiper-container {
  text-align: center;
}
.swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 24px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet {
  background: #fff;
  width: 15px;
  height: 15px;
  opacity: 1.0;
}
.swiper-pagination-bullet-active {
  background: #266ec7;
}

/* mj-bnr */
.mj-bnr {
  width: 25%;
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 888;
}
.mj-bnr .close-btn {
  right: 7px;
  top: -20px;
  width: 10%;
  height: 40px;
  line-height: 40px;
}
.mj-bnr .close-btn span {
  width: 100%;
  height: 100%;
}

/*---------------
danger
---------------*/
#danger {
  background: #0c3647;
  color: #fff;
  text-align: center;
  padding: 57px 0;
}
#danger h2 {
  font-size: 4.8rem;
  margin: 5px 0 15px;
}
#danger p {
  font-size: 1.6rem;
  line-height: 1.7;
}
/* show-popup */
#danger .show-popup {
  display: block;
  background: #3daab6;
  width: 230px;
  height: 60px;
  line-height: 56px;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 44px auto 0;
  cursor: pointer;
  border: 3px solid #3daab6;
}
#danger .show-popup:hover {
  background: #fff;
  color: #3daab6;
}
/*---------------
/*---------------
antibacterial
---------------*/
#antibacterial {
  background: #091128;
  color: #fff;
  text-align: center;
  padding: 57px 0;
}
#antibacterial h2 {
  font-size: 4.8rem;
  margin: 5px 0 15px;
}
#antibacterial p {
  font-size: 1.6rem;
  line-height: 1.7;
}
/* show-popup */
#antibacterial .show-popup {
  display: block;
  background: #f00;
  width: 230px;
  height: 60px;
  line-height: 56px;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 44px auto 0;
  cursor: pointer;
  border: 3px solid #f00;
}
#antibacterial .show-popup:hover {
  background: #fff;
  color: #f00;
}
/*---------------
top-coating01
---------------*/
#top-coating01 {
  text-align: center;
  margin: 96px 0;
}
#top-coating01 h2 {
  font-weight: 300;
  font-size: 3.0rem;
}
.top-text {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
}
.main-text {
  font-weight: bold;
}
#top-coating01 div {
  width: 550px;
  margin: 44px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#top-coating01 div p {
  background: #266ec7;
  color: #fff;
  width: 260px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  font-size: 2.4rem;
}
#top-coating01 .bottom-text {
  font-weight: 300;
  line-height: 2.0;
  font-size: 1.4rem;
}
#top-coating01 .bottom-text span {
  font-weight: bold;
}
/*---------------
top-coating02
---------------*/
#top-coating02 {
  height: 791px;
  background: #e3f1f3;
  position: relative;
  padding: 102px 0 0;
}
#top-coating02::before {
  position: absolute;
  top: 0;
  left: 28%;
  width: 70%;
  height: 100%;
  content: '';
  background: #e3f1f3;
  z-index: 2;
}
#top-coating02::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  content: '';
  background: #fff;
  z-index: 1;
}
.top-coating02-in {
  width: 1410px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 2;
}
.top-coating02-in .image {
  margin-left: -200px;
}
#top-coating02 h2 {
  font-size: 3.0rem;
  margin: 0 0 20px;
  padding: 26px 0 0;
}
#top-coating02 h2 span {
  display: block;
  color: #266ec7;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 0 5px;
}
#top-coating02 p {
  margin: 0 0 30px;
  line-height: 2.2;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width:1980px) {
  #top-coating02::before {
    left: 26%;
  }
}
/*---------------
news
---------------*/
#news {
  margin: 110px 0 110px 18.75%;
}
#news .swiper-slide {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0 0 70px;

}
#news .swiper-slide .image {
  overflow: hidden;
  height: 315px;
}
#news .swiper-slide img, #news .swiper-slide .text-box {
  transition: all 0.4s ease;
}
#news .swiper-slide:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease;
  opacity: 1.0;
}
#news .swiper-slide .text-box {
  border-bottom: 1px solid #cdcdcd;
  position: absolute;
  bottom: 0px;
  right: 50px;
  z-index: 7;
  background: #fff;
  width: 85%;
  font-size: 1.6rem;
  height: 122px;
  padding: 20px 30px;
  text-align: left;
}
#news .swiper-slide .text-box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; 
}
#news .swiper-slide:hover .text-box {
  background: #266ec7;
  color: #fff;
  transition: all 0.4s ease;
}
#news .swiper-slide .text-box .date {
  color: #cdcdcd;
  font-size: 1.2rem;
  display: block;
  padding-top: 14px;
  transition: all 0.4s ease;
}
#news .swiper-slide:hover .text-box .date {
  color: #fff;
  transition: all 0.4s ease;
}
.news-link {
  width: 1200px;
  margin: 50px 0 0;
}
.news-link p {
  position: relative;
  width: 1200px;
  margin: 0 0 0 0;
  padding: 50px 0 0;
  color: #fff;
  border-top: 2px solid #cdcdcd;
}
.news-link p::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 490px;
  height: inherit;
  border-top: 2px solid #266ec7;
}
/*---------------
product
---------------*/
#product {
  width: 1200px;
  margin: 0 auto 110px;
  color: #fff;
}
.product-in {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-in figure {
  width: 33.3333333%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-in figure:first-child {
  width: 100%;
}
.product-in figure:nth-child(8),
.product-in figure:nth-child(9) {
  width: 50%;
}
.product-in figure:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease;
  opacity: 0.3;
}
.product-in div {
  background: #266ec7;
}
.product-in figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  transition: all 0.4s ease;
}
.product-in figcaption span {
  display: block;
  width: 100%;
  text-align: center;
}
.product-in figcaption .en {
  font-size: 3.0rem;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
.product-in figcaption .ja {
  font-size: 1.4rem;
  line-height: 1.1;
}
/*---------------
movie
---------------*/
#movie {
  width: 1200px;
  margin: 0px auto 80px;
}
#movie .panel-group {
  height: 643px;
  background: #000;
  color: #fff;
}
#movie .panel-group .movie-in {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0 0;
}
#movie .panel-group h3 {
  font-size: 2.4rem;
}
#movie .panel-group p {
  margin: 10px 0 20px;
  font-size: 1.4rem;
}
#movie .panel {
  display: none;
}
#movie .panel.is-show {
  display: block;
}
.tab-group .movie-in {
  padding: 15px 40px 25px;
}
.tab-group .movie-in h3 {
  text-align: left;
  font-size: 1.6rem;
  margin: 0 0 10px;
}
.tab-group .movie-area iframe {
  width: 100%;
  height: auto;
}
#movie .tab-group .tab {
  flex-grow: 1;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  float: left;
  width: 33.333333%;
  border-right: 1px solid #141d2d;
  border-bottom: 1px solid #141d2d;
  border-top: none;
  transition: all 0.4s ease;
}
#movie .tab-group .tab:nth-child(3n+1) {
  border-left: 1px solid #141d2d;
}
#movie .tab-group .tab.is-active {
  background: #3b3838;
  color: #fff;
  transition: all 0.4s ease;
}

/* .movie-link */
.movie-link {
  margin: 50px 0 0;
}
.movie-link .morelink:hover::after {
  transform: rotate(90deg);
}
.morelink.close:hover::after {
  transform: rotate(-90deg);
  top: -2px;
}
/*---------------
breakage
---------------*/
#breakage {
  width: 1200px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.breakage-left {
  width: 56%;
}
.breakage-right {
  width: 40%;
}
#breakage h2 {
  font-size: 3.0rem;
  margin: 17% 0 40px;
}
#breakage h3 {
  font-size: 2.0rem;
  margin: 0 0 30px;
}
#breakage p {
  font-weight: 300;
  line-height: 2.0;
  margin: 0 0 40px;
  font-size: 1.4rem;
}
/*---------------
flow
---------------*/
#flow {
  width: 1200px;
  margin: 0 auto 100px;
}
#flow ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#flow ul li {
  border-right: 1px solid #000;
  padding: 0 18px;
  width: 25%;
}
#flow ul li:last-child {
  border: none;
}
#flow ul li h3 {
  font-size: 1.8rem;
}
#flow ul li p {
  font-weight: 300;
  line-height: 2.0;
  padding: 20px 0 25px;
  font-size: 1.4rem;
}