@charset "utf-8";

/*----------------------------------------
    #header
----------------------------------------*/
.toppage #header {
  max-width: 1200px;
  margin: 0 auto;
  top: 20px;
  left: 50%;
  margin-left: -600px;
  border-bottom: none;
}
.toppage #header.js-fixed {
 	top: 0;
	 left: 0;
	 max-width: inherit;
		width: 100%;
	 margin-left: 0;
	 border-bottom: 1px solid #eeeeee;
  transform: translateY(-100%);
}
.toppage #header.js-slide {
		transform: translateY(0);
		transition: transform .5s ease;
}
.toppage #header .inner {
  padding-left: 2.5%;
}
.toppage #header .header_main {
  width: 57.25%;
}
.toppage #header .global_nav_list > li {
  margin-right: 4.45%;
}
.toppage #index_header {
	display: none;
}

/*----------------------------------------
    #footer
----------------------------------------*/
.toppage #footer {
  background: url(/jp/img/share/bg-footer.jpg) no-repeat center center;
  background-size: cover;
}

/*----------------------------------------
    .main_visual
----------------------------------------*/
.main_visual {
  width: 100%;
  position: relative;
}
.main_area {
  position: absolute;
  top: 33%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.main_area .main_area_text {
  background: url(/jp/img/index/bg-main_area_text.png) repeat-y top center;
  width: 100%;
  padding-top: 18px;
  margin-bottom: 15px;
}
.main_pc {
  height: 700px;
}
.main_title {
  font-size: 4.5rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 16px;
  width: 100%;
  text-shadow: 0 0 15px #000;
}
.main_text {
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2.0;
  margin-bottom: 13px;
  width: 100%;
  text-shadow: 0 0 15px #000;
}
.main_text2 {
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2.0;
  margin-bottom: 23px;
  width: 100%;
  text-shadow: 0 0 15px #000;
}
.detail_button a {
  display: block;
  width: 242px;
  font-size: 1.6rem;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0 13px 0;
  border-radius: 25px;
  border: 1px solid #ffffff;
}
.detail_button a:hover {
	background-color: #ff4237;
}

/*----------------------------------------
    .news_section
----------------------------------------*/
.news_section .news_list {
  display: flex;
  justify-content: space-between;
  padding: 31px 0 29px 0;
}
.news_section .news_list dt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff4237;
  letter-spacing: 1px;
  font-family: webFont;
  padding: 3px 40px 3px 0;
  background: url(/jp/img/index/ico-line.png) no-repeat right center;
}
.news_section .news_list dd:first-of-type {
  width: 82.8%;
}
.news_section .news_list dd .news_area {
  display: flex;
  align-items: center;
  height: 30px;
}
.news_section .news_list dd .date {
  color: #9d9d9d;
  font-weight: 500;
}
.news_section .news_list dd .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #202020;
  padding-left: 20px;
  display: block;
  height: 24px;
  width: 85%;
}
.news_section .news_button {
  display: block;
  width: 120px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 4px 0;
  border-radius: 18px;
  border: 1px solid #202020;
}
.news_section .news_button:hover {
  border: 1px solid #ff4237;
  color: #ff4237;
  opacity: 1;
}

/*----------------------------------------
    .products_section
----------------------------------------*/
.products_section {
  background: url(/jp/img/index/bg-products.png) no-repeat left top;
  padding: 60px 0 90px 0;
}
.products_section .products_list {
  display: flex;
}
.products_section .products_list li {
  width: 25%;
}
.products_section .products_list li:first-child {
  padding-top: 59px;
}
.products_section .products_list li:not(:first-child) {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-left: none;
}
.products_section .products_list li:nth-child(2) {
  border-left: 1px solid #eeeeee;
}
.products_section .detail_button a {
  width: 182px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  padding: 8px 0 9px 0;
  margin-top: 42px;
}
.products_section .products_list li .detail_button a:hover {
  opacity: 0.7;
}
.products_section .list_title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #ff4237;
  letter-spacing: 2px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.products_section .products_image {
  text-align: center;
  padding-bottom: 65px;
  margin-bottom: 16px; 
  border-bottom: 1px solid #eeeeee;
}
.products_section .products_image img {
  width:100px;
}
.products_section .products_name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/jp/img/index/ico-narrow_off.png) no-repeat right center;
}
.products_section .products_list li:not(:first-child) a {
  padding: 73px 20px 18px 20px; 
  display: block;
}
.products_section .products_list li:not(:first-child):hover {
  box-shadow: 0 0 10px #666666;
  z-index: 998;
}
.products_section .products_list li a:hover {
  opacity: 1;
}
.products_section .products_list li a:hover .products_name {
  color: #ff4237;
  background: url(/jp/img/index/ico-narrow_on.png) no-repeat right center;
}

/*----------------------------------------
    .company_section
----------------------------------------*/
.company_section {
  background: url(/jp/img/index/bg-company.png) no-repeat center center;
  background-size: cover;
  padding: 87px 0 101px 0;
}
.company_section .company_list {
  display: flex;
  margin-top: 54px;
}
.company_section .company_list li {
  background-color: #fafafa;
  border: 1px solid #ffffff;
  width: 25%;
}
.company_section .company_list li:hover {
  box-shadow: 0 0 10px #666666;
  z-index: 998;
}
.company_section .company_list li:not(:first-child) {
  border-left: none;
}
.company_section .company_list li .company_image img {
  width: 100%;
}
.company_section .company_type {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 20px 18px 20px;
  text-align: center;
  letter-spacing: 2px;
}
.company_section .company_list li:hover .company_type {
  color: #ff4237;
}
.company_section .company_type span {
  background: url(/jp/img/index/ico-narrow_off.png) no-repeat right center;
  display: block;
}
.company_section .company_list li:hover .company_type span {
  background: url(/jp/img/index/ico-narrow_on.png) no-repeat right center;
}
.company_section .inner_contact {
  width: 100%;
  background: rgba(211,0,0,0.7);
  margin: 100px auto 0;
  padding: 80px 2.5%;
}
.company_section .contact_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 54px;
}
.company_section .contact_list li {
  background-color: #fff;
  width: 33%;
  padding: 3%;
  font-size: 1.3rem;
  align-items: center;
  vertical-align: middle;
}
.company_section .contact_list li:nth-child(1) {
  padding: 5.5% 3% 0;
}
.company_section .contact_list li:nth-child(2) {
  padding: 0;
}
.company_section .contact_list li:nth-child(3) {
  padding: 3.5% 3% 0;
  text-align: center;
}
.contact_tel {
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
}
.contact_btn {
  border: 2px solid #000;
  border-radius: 40px;
  margin: 10px auto;
  padding: 10px 30px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}


@media screen and (max-width: 1199px) {
.toppage #header {
  width: 97%;
  margin-left: -48.5%;
}
.toppage #header.slide {
  width: 100%;
}
.toppage #header .header_main {
  width: 70%;
}
}

@media screen and (max-width: 979px) {
.toppage #header .global_nav_list > li {
  margin-right: 2%;
}
.news_section .news_list dd .title {
  width: 75%;
}
.products_section .section_title {
  font-size: 3.5rem;
}
.products_section .products_list li:first-child {
  padding: 50px 10px 0 10px;
}
.products_section .detail_button a {
  width: 100%;
}
.products_section .products_list li:not(:first-child) a {
  padding: 30px 10px 10px 10px;
}
.products_section .list_title {
  font-size: 1.6rem;
}
.products_section .products_name {
  font-size: 1.4rem;
}
.company_section .company_image img {
  width: 100%;
}
.company_section .company_type {
  font-size: 1.4rem;
  padding: 15px 10px 18px 10px;
}
}

/*----------------------------------------
    .movie_area
----------------------------------------*/
.movie_area {
  background-color: #FFFFFF;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.movie_area  .movie {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

/*----------------------------------------
    .page_scroll
----------------------------------------*/
.page_scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.page_scroll a {
  display: block;
  padding: 0 0 10px;
  color: #FFFFFF;
  letter-spacing: .1em;
  position: relative;
  text-transform: capitalize;
}
.page_scroll a::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}