@charset "utf-8";
:root {
  --primary-font: ""游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif";
  --sixth-font: ""游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif";
}

#slide {
  background-color: #000000;
  color: #fff;
  width: 100%;
  min-height: 560px;
  text-align: center;
  position: relative;
}

.slick-slide.slick-cloned {
  position: relative;
}

.first-slogan {
  font-size: 55px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 500;
  padding-bottom: 20px;
  line-height: 50px;
  color: #EA7B1F;
}

/* @supports (-webkit-touch-callout: none) {
  .first-slogan {
  }
} */

.br-500 {
  display: none;
}

/* .first-slogan span {
  color: #005bab;
} */

.slideInfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slideInfo video {
  min-width: 100%;
  min-height: 100%;
}

.logo-tokin {
  max-height: 42px;
}

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

.slideTxt h3 {
  /* font-size: 55px; */
  line-height: 160%;
  font-style: italic;
  font-weight: bold;
}

.prFullText {
  font-size: 14px;
  display: block;
  color: #000;
}

.titleStyle01 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 100%;
}

.titleStyle01 span {
  font-family: var(--primary-font) !important;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  line-height: 100%;
}

.titleStyle01 {
  padding-top: 28px;
}

.hoRows02 {
  background-image: url(../img/index/ho-img01.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 15px;
}

/* .hoRows02:hover {
  background-image: url(../img/index/red_silver.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 15px;
} */

.card-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.col-md-3.col-sm-6.col-12 {
  padding-left: 20px;
  padding-right: 20px;
}

.hoRows02Item {
  /* margin-right: 0.263%; */
  width: 49.8685%;
  /* background-color: #000; */
  border-right: 1.5px solid #fff;
  float: left;
  position: relative;
  overflow: hidden;
}

#itemCt {
  border-right: 0;
  border-left: 1.5px solid #fff;
}

.hoRows02Item::before {
  content: "";
  background-color: rgba(0, 102, 153, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}

.hoRows02Item#itemCt .hoItemContent .hoItemPC {
  overflow: visible;
}

.hoRows02Item:hover::before {
  opacity: 1;
}

.hoRows02Item:hover .hoItemBtn span.btnTxt {
  background-color: #003366;
}

.hoRows02Item:hover .hoItemBtn span.btnTxt span:last-child {
  color: #cc3333;
}

.hoRows02Item .hoItemImg img {
  transform: scale(1);
  transition: 0.3s;
}

.hoRows02Item:hover .hoItemImg img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.hoRows02Item:nth-child(5) {
  border-left: 1.5px solid #fff;
  margin-right: 0;
  border-right: 0;
}

.hoRows02Item>a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hoItemContent {
  max-width: 568px;
  width: 100%;
  position: relative;
  min-height: 248px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.titleStyle02 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}

.ie .titleStyle02 h3 {
  padding-top: 15px;
}

.titleStyle02 span {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  font-family: var(--primary-font) !important;
  display: inline-block;
  line-height: 100%;
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

.hoItemImg {
  text-align: center;
  overflow: visible;
}

.hoItemBtn {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 1;
}

.hoItemBtn.btnCt06 {
  right: 20px;
}

.reContent.fl .hoItemBtn.btnCt0602 {
  right: 2px;
}

.hoCt .hoItemBtn {
  right: -3px;
}

.hoItemBtn span.btnTxt {
  display: inline-block;
  max-width: 236px;
  width: 100%;
  /* height: 45px; */
  background-color: #0098d9;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  /* line-height: 48px; */
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
  margin-top: 6.5px;
}

.ie .hoItemBtn span.btnTxt {
  padding-top: 19px;
  padding-bottom: 0;
}

.hoItemBtn span.btnBg {
  background-image: url(../img/index/ho-img07.png);
  width: 243px;
  /* height: 52px; */
  display: inline-block;
}

.hoItemBtn span.btnBg a {
  display: block;
}

.hoItemBtn span.btnTxt span {
  display: inline-block;
  vertical-align: middle;
  /* line-height: 0; */
  padding-right: 2px;
}

.hoItemBtn span.btnTxt span:last-child {
  padding-right: 0;
}

#itemCt .hoItemContent {
  align-items: flex-end;
  padding-left: 25px;
  max-width: 586px;
}

#itemCt .titleStyle02 {
  left: 25px;
}

.doItem {
  margin-right: 0.263%;
  width: 49.8685%;
  float: left;
}

.doItem:last-child {
  margin-right: 0;
}

.doItem:last-child .titleStyle01 {
  padding-left: 25px;
}

.doRows01 {
  padding-top: 15px;
  padding-bottom: 12px;
}

.newsRows02 {
  background-color: #e6e6e6;
}

#news {
  margin-top: 100px;
}

#video {
  margin-top: 100px;
}

.newsRows01 {
  padding-top: 15px;
  padding-bottom: 28px;
}

.newsRows02 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.ie .newsRows02 ul li {
  height: 245px;
}

.newsRows02 ul li {
  width: 20%;
}

#news .titleStyle01 {
  margin-bottom: -3px;
}

.newsRows02 ul li a {
  display: block;
  text-decoration: none;
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
}

.newsRows02 ul li a::before {
  content: "";
  background-color: rgba(0, 102, 153, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: 0.3s;
}

.newsRows02 ul li a:hover::before {
  opacity: 1;
}

span.nwIamges {
  display: block;
  min-height: 159px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
}

.newsRows02 ul li a:hover span.nwIamges {
  transform: scale(1.1);
}

.newsRows02 ul li a h4 {
  font-size: 13px;
  color: #000;
  line-height: 140%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
  font-weight: normal;
  height: 40px;
  overflow: hidden;
}

.ie .newsRows02 ul li a h4 {
  padding-top: 8px;
}

.btnReadMore {
  float: right;
  padding-top: 18px;
  padding-right: 9px;
}

.btnReadMore a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  width: 240px;
  height: 45px;
  line-height: 45px;
  background-color: #0098d9;
  text-align: center;
  transition: 0.3s;
}

.ie .btnReadMore a {
  line-height: 0;
  padding-top: 30px;
}

.btnReadMore a span:first-child {
  padding-right: 5px;
}

.btnReadMore a:hover {
  background-color: #003366;
}

.btnReadMore a:hover span:last-child {
  color: #cc3333;
}

.grid-1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#company {
  margin-top: 53px;
}

#company a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-decoration: none;
  background-color: #0098d9;
  color: #fff;
  transition: 0.3s;
  position: relative;
}

#company a::before {
  content: "";
  background-color: rgba(0, 102, 153, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: 0.3s;
}

#company a:hover::before {
  opacity: 1;
}

#company a:hover .coRightImages {
  transform: scale(1.03);
}

#company a .coLeft {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coLeft {
  width: 35.4%;
  text-align: center;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
  z-index: 1;
}

.coRight {
  width: 64.6%;
  overflow: hidden;
}

.coRight .coRightImages {
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 289px;
  transition: 0.3s;
}

.coFullTxt h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
}

.ie .coFullTxt h3 {
  padding-top: 10px;
}

.coFullTxt span {
  display: block;
  line-height: 100%;
  font-family: var(--primary-font) !important;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  padding-top: 5px;
}

.coFullTxt01 {
  font-size: 16px;
  line-height: 160%;
  padding-top: 15px;
}

.coSp {
  display: none;
}

.reLeft {
  float: left;
  width: 50%;
  position: relative;
}

.reRight {
  float: left;
  width: 50%;
  position: relative;
}

#recritment {
  margin-top: 85px;
}

.reContent {
  max-width: 570px;
  width: 100%;
  position: absolute;
  top: 0;
  min-height: 250px;
}

.reLeft .reContent {
  right: 0;
}

.reRight .reContent {
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ie .reRight .reContent h4 {
  line-height: 250px;
}

.reRows02 .reLeft {
  background-repeat: no-repeat;
  background-size: cover;
}

.reImages {
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
  background-position: center center;
}

.reContent.fl .hoItemBtn {
  right: 0;
}

.reRows02 .reLeft, .reRows02 .reRight {
  position: relative;
  overflow: hidden;
}

.reRows02 .reLeft>a, .reRows02 .reRight>a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.reRows02 .reLeft::before, .reRows02 .reRight::before {
  content: "";
  background-color: rgba(0, 102, 153, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}

.reRows02 .reLeft:hover::before, .reRows02 .reRight:hover::before {
  opacity: 1;
}

.reRows02 .reLeft:hover .hoItemBtn span.btnTxt, .reRows02 .reRight:hover .hoItemBtn span.btnTxt {
  background-color: #003366;
}

.reRows02 .reLeft:hover .hoItemBtn span.btnTxt span:last-child, .reRows02 .reRight:hover .hoItemBtn span.btnTxt span:last-child {
  color: #cc3333;
}

.reRows02 .reLeft .reImages, .reRows02 .reRight .reImages {
  transition: 0.3s;
}

.reRows02 .reLeft:hover .reImages, .reRows02 .reRight:hover .reImages {
  transform: scale(1.03);
}

.reRows02 {
  margin-top: 28px;
}

.reContent h4 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.productBtnSP {
  display: none;
}

.imgsp {
  display: none;
}

.slideSP {
  display: none;
}

.hoItemSp {
  display: none;
}

.re06Sp {
  display: none;
}

.img-hover-zoom {
  width: 100%;
  border-right: 1.5px solid #fff;
  max-height: 300px;
  overflow: hidden;
}

.img-hover-zoom img {
  width: 100%;
  background: url("../img/good/background_gray.png") no-repeat;
  transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
  width: 100%;
  background: url("../img/good/background_blue.png") no-repeat;
  transform: scale(1.2);
}

/* end test */

.color-back {
  background-color: #006699;
}

.catalog-hover-zoom {
  border-right: 1.5px solid #fff;
  /* max-height: 163px; [1.1] Set it as per your need */
  max-height: 120px;
  overflow: hidden;
  /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */

.catalog-hover-zoom img {
  transition: transform 0s ease;
}

/* [3] Finally, transforming the image when container gets hovered */

.catalog-hover-zoom:hover img {
  transform: scale(1.2);
}

.text-card-item {
  font-size: 22px;
  font-weight: bold;
  padding: 5px;
}

.text-card-item-small {
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
}

.container-slogan {
  font-family: var(--sixth-font);
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1200px;
  margin: 36px auto 50px;
  line-height: 32px;
  font-size: 32px;
  font-weight: bold;
}

/* list banner */

.container-list-banner--change {
  padding-top: 50px;
}

.container-fluid.container-background {
  margin: 0 10px;
}

.row--change {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1320px;
  margin: 0 auto;
}

.product-news-card {
  padding-left: 0;
  padding-right: 0;
  height: 19vw;
  position: relative;
  overflow: hidden;
  border-right: 2px solid white;
  max-height: 223px;
}

.product-news-card:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  top: 0;
}

.product-news-card__text {
  position: absolute;
  display: flex;
  margin: auto auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-family: 'Squada One', cursive;
  font-size: 25px;
  z-index: 6;
  border-bottom: 2px solid white;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}

.product-news-card__text:before {
  position: absolute;
  top: calc(50% + 15px);
  content: "";
  height: 2px;
  background-color: white;
  -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
  transition: all .5s cubic-bezier(.19, 1, .22, 1);
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  width: 0;
  transition: width 0.5s;
  opacity: 0;
}

.product-news-card span {
  position: absolute;
  display: flex;
  margin: auto auto;
  top: 70px;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  z-index: 6;
  color: white;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}

.product-news-card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.product-news-card__img--change {
  display: flex;
  margin: auto auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-news-card:hover .product-news-card__img {
  overflow: hidden;
  animation: fadezoom 0.5s 0s forwards;
}

.product-news-card:hover .product-news-card__text::before {
  width: 300px;
  transition: width 0.5s;
  opacity: 1;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.news__title {
  text-align: center;
  color: black;
}

.card-secondary {
  padding: 0;
}

.card-secondary:hover .card-secondary__img {
  overflow: hidden;
  animation: fadezoom 0.5s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.card-secondary__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 100%;
  margin-top: 30px;
}

.card-secondary__title-en {
  font-family: var(--primary-font) !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.card-secondary__img {
  position: absolute;
  display: flex;
  margin: auto auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 2px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 992px) {
  .product-news-card:hover .product-news-card__text::before {
    /* width: 100%; */
    width: 50%;
  }
  .product-news-card__text {
    font-size: 24px;
  }
  .list-news {
    margin-left: 70px;
    margin-right: 70px;
  }
}

@media only screen and (max-width: 900px) {
  .first-slogan {
    font-size: 40px;
    line-height: 40px;
  }
  /* .br-900 {
    display: inline-block;
  } */
}

/* @media only screen and (max-width: 1120px) {
  .ftRows02.ow {
    max-width: 620px !important;
    margin-left: auto;
    margin-right: auto;
  }
} */

/* @media only screen and (max-width: 877px) {
  .ftRows02.ow {
    max-width: 620px !important;
    margin-left: auto;
    margin-right: auto;
  }
} */

@media only screen and (max-width: 767px) {
  .first-slogan {
    /* font-size: 40px;
    line-height: 40px; */
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .list-news {
    margin-left: 15px;
    margin-right: 15px;
  }
  .container-left__details, .top-contact {
    display: table;
    text-align: left;
    margin: 0 auto;
    padding-left: 0 !important;
    width: 100%;
    max-width: 340px;
  }
  .top-contact {
    max-width: 375px;
  }
  .infor-line {
    padding: 9px 0 !important;
  }
  .infor-line2 {
    padding: 0px 0 !important;
  }
  .col-md-3.col-sm-6.col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid.infor-line .row {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid.infor-line2 .row {
    padding-left: 0;
    padding-right: 0;
  }
  .container-list-banner--change {
    padding-top: 50px !important;
  }
  .wrapFooter {
    margin-top: 30px !important;
  }
  .ct-date {
    padding-left: 0;
    padding-right: 0;
  }
  .container-slogan, .row--change {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row--change {
    margin-left: 0;
    margin-right: 0;
  }
  /* change dot slide */
  .slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 10vw;
    height: 1vw;
  }
  .slick-dots li button:before {
    content: '';
    /* background-color: #526e87; */
    background-color: #005bab;
  }
  .slick-dots li button:before {
    opacity: 0.4;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  .slick-dots {
    bottom: 0;
  }
  /* change dot slide-end */
  .container-slogan {
    padding-left: 50px;
    padding-right: 50px;
  }
  .product-news-card {
    height: 65vw;
    padding-left: 0 !important;
  }
  .product-news-card:hover .product-news-card__text::before {
    width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .product-news-card__text {
    font-size: 20px;
  }
}

/* list banner-end */

/* button-primary */

.btn.btn--youtube:hover {
  background-color: #fff;
  transition-duration: 0.5s;
  opacity: 1;
  background-position: -100% 100%;
  color: #527188;
  text-decoration: none;
}

.btn.btn--youtube:hover>img {
  content: url('../img/banner/top/youtube-logo--hover.png');
  transform: 0.5s;
}

.btn.btn--youtube {
  transition-duration: 0.5s;
  display: inline-block;
  border: 2px solid #527188;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: 6px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
  padding: 17px 0 16px;
  min-width: 350px;
  background-color: #527188;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, #fff);
  background-image: linear-gradient(to right, transparent 50%, #fff);
  -webkit-transition: background-position .5s cubic-bezier(.19, 1, .22, 1) .1s, color .8s ease 0s, background-color .8s ease;
  transition: background-position .5s cubic-bezier(.19, 1, .22, 1) .1s, color .8s ease 0s, background-color .8s ease;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}

.btn.btn--primary:hover {
  transition-duration: 0.5s;
  opacity: 1;
  background-color: #fff;
  background-position: -100% 100%;
  color: #527188;
  text-decoration: none;
}

.btn.btn--primary {
  transition-duration: 0.5s;
  display: inline-block;
  border: 2px solid #527188;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: 6px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
  padding: 17px 0 16px;
  min-width: 350px;
  background-color: #527188;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 1) 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
  -webkit-transition: background-position .5s cubic-bezier(.19, 1, .22, 1) .1s, color .8s ease 0s, background-color .8s ease;
  transition: background-position .5s cubic-bezier(.19, 1, .22, 1) .1s, color .8s ease 0s, background-color .8s ease;
  font-family: var(--sixth-font);
}

@media only screen and (max-width: 767px) {
  li .item img, .container-slide, .slide-show {
    /* height: calc(100vh - 79px) !important; */
    height: 420px;
  }
  .slide-show .slide.slick-initialized.slick-slider {
    /* height: calc(100vh - 79px) !important; */
    height: 420px;
  }
  .btn.btn--primary {
    min-width: 300px;
  }
  .btn.btn--youtube {
    min-width: 300px;
  }
}

.container-button-primary {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.container-button-youtube {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
}

/* button-primary-end */

/* news */

.container-news-infor {
  /* background-image: url(../img/banner/top/newsBackground.png); */
  background-size: cover;
  background-position: center center;
}

.container-video-infor {
  background-size: cover;
  background-position: center center;
}

.container-fluid.infor-line {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}

.container-fluid.infor-line2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}

.news-infor__title {
  font-family: var(--sixth-font);
  text-align: center;
  color: #526e87;
  padding: 50px 0 25px 0;
}

.video-infor__title {
  font-family: var(--sixth-font);
  text-align: center;
  color: #526e87;
  padding: 50px 0 25px 0;
}

.row.date--change .col-8 {
  color: #526e87;
}

.col-12.col-md-8.title--change {
  color: #526e87;
}

.news-infor__title div {
  font-weight: bold;
  font-size: 30px;
}

.video-infor__title div {
  font-weight: bold;
  font-size: 30px;
}

.title--change {
  padding-top: 3px;
  color: #526e87;
  font-family: var(--sixth-font);
}

.news-infor__title span {
  font-weight: bold;
  font-size: 20px;
}

.video-infor__title span {
  font-weight: bold;
  font-size: 20px;
}

.container-details {
  max-width: 1350px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.news-infor-link {
  text-decoration: none;
  color: white;
}

.list-news a:hover {
  text-decoration: underline;
}

.infor-line {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.infor-line2 {
  padding: 18px 0;
  margin-bottom: 20px;
}

.list-news {
  padding-top: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: white;
  text-align: right;
  padding-bottom: 0;
  border-top: 1px solid #526e87;
}

.list-news a {
  text-decoration: none;
  /* color: white !important; */
  color: #526e87;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  padding-right: 10px;
}

.news-infor-link:hover {
  color: white;
  text-decoration: underline;
}

.list-news a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border: 0;
  border-top: solid 2px #526e87;
  border-right: solid 2px #526e87;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

.row.date--change:hover {
  text-decoration: none;
}

.date--change {
  font-weight: bold;
  padding-top: 10px;
}

.announcement {
  background-color: #526e87;
  color: white;
  padding: 3px 10px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.row.date--change .col-8 {
  display: inline-block;
  padding-left: 10px;
}

.row.date--change {
  text-align: center;
}

.new-product {
  background-color: #0065b9;
  padding: 3px 0;
  border-radius: 3px;
  text-align: center;
}

.date--change div.col-8 {
  text-align: center;
  padding-top: 3px;
}

@media only screen and (max-width: 767px) {
  .container-details {
    padding-left: 0;
    padding-right: 0;
  }
  .siteMaps {
    border-top: 1px !important;
    border-bottom: 1px !important;
  }
  .container-slogan {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: 21px !important;
    line-height: 25px !important;
  }
  .logo-tokin {
    max-height: unset;
    width: 35%;
    max-width: 200px;
  }
  .container-button-primary {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .container-button-youtube {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .news-infor__title {
    padding: 25px 0 12.5px;
  }
  .video-infor__title {
    padding: 25px 0 12.5px;
  }
  .container-news-infor {
    /* background-image: url(../img/banner/top/newsBackground.jpeg); */
    background-size: cover;
    background-position: center center;
  }
  .container-video-infor {
    background-size: cover;
    background-position: center center;
  }
  .container-details {
    /* padding-left: 15px;
    padding-right: 15px; */
  }
  .row.date--change {
    text-align: left;
    padding-bottom: 12px;
  }
  .list-news {
    padding-right: 20px;
  }
  .date--change div.col-8 {
    text-align: left;
  }
  div.col-12.col-md-8 {
    padding-left: 26px;
  }
}

/* news-end */

/* clip-area */

.icon-youtube {
  max-width: 60px;
  padding-bottom: 4px;
}

.list-clip__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}

.iframe--change {
  margin: 0 auto;
  width: 100%;
}

.container-clips {
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (min-width: 1201px) {
  .iframe--change {
    min-height: 200px;
    /* height: auto; */
  }
  .logo-tokin {
    height: 3.5vw;
  }
}

@media screen and (max-width: 1200px) {
  .container-slogan {
    margin: 2.5vw auto;
    line-height: 2.667vw;
    font-size: 2.667vw;
  }
}

@media only screen and (max-width: 992px) {
  .product-news-card {
    max-height: unset;
  }
  .container-details {
    padding-left: 0;
    padding-right: 0;
  }
  .iframe--change {
    min-height: 25vw;
  }
  .row .col-12.col-sm-6.col-lg-3:nth-child(2n) {
    padding-left: 6px !important;
  }
  .row .col-12.col-sm-6.col-lg-3:nth-child(2n+1) {
    padding-right: 6px !important;
  }
}

@media only screen and (max-width: 575px) {
  .iframe--change {
    min-height: 50vw;
  }
  .row .col-12.col-sm-6.col-lg-3:nth-child(2n) {
    padding-left: 12px !important;
    padding-bottom: 30px;
  }
  .row .col-12.col-sm-6.col-lg-3:nth-child(2n+1) {
    padding-right: 12px !important;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .container-left__details {
    padding-left: 35px !important;
    max-width: unset;
    margin: 0 0 0 auto;
  }
  .br-500 {
    display: inline-block;
  }
}



.slick-prev, .slick-next { /* News前後ボタン */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-prev:hover, .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
/* clip-area-end */