@charset "utf-8";

/* =======================================

	Home CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.

========================================== */

/* 1.
========================================== */

@media print,screen and (min-width: 768px) {
    body#category_top nav#globalnavi.fixed{
        display: block;
    }
}


/* 非表示処理 */
body#category_top #contents .topicpath { 
    display: none;
}
body#category_top footer .topicPath_wrap { 
  min-height: 14px;
}
body#category_top footer .topicPath_wrap .topicpath { 
    display: none;
}

/* header */
body#category_top header {
  background-color: transparent;
}
body#category_top header #header_inner {
  width: 100%;
}
body#category_top header h1 {
  top: 20px;
  left: 70px;
  display: none;
}
body#category_top header ul {
  top: -25px;
  right: 40px;
}
body#category_top nav#globalnavi {
  display: none;
}

@media screen and (max-width: 767px) {
  body#category_top header h1 {
    position: absolute;
    top: 12vw;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: 0px;
    margin-bottom: 0px;
  }
  body#category_top header ul {
    top: 14px;
    right: 4vw;
  }
  body#category_top header ul li.hn02 a{
    color: #000;
    text-decoration: underline;
  }
  body#category_top header ul li.hn03 a,
  body#category_top header ul li.hn04 a,
  body#category_top header ul li.hn05 a{
    color: #666;
  }
}

/* mainVisual_home */
.mainVisual_home {
  display: block;
  width: calc(100% - 80px);
  height: calc(100vh - 80px);
  margin: 40px;
  overflow: hidden;
  max-height: 1000px;
/*  background: url(/images/home/main_ph_01.jpg) no-repeat center center;*/
  background-size: cover;
  position: relative;
}
.mainVisual_home .img_title {
  position: absolute;
  top: 30%;
/*  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
  right: 60px;
  width: 200px;
}
@media screen and (max-width: 767px) {
	.mainVisual_home {
    width: 100%;
/*    width: calc(100% - 8%);*/
    height: 83vh;
    margin: 0 !important;
/*    margin: 0 4% 0 4% !important;
    background: url(/images/home/main_ph_01_sp.jpg) no-repeat center center;*/
    background-size: cover;
  }
  /* ヘッダー上部白 */
/*  .mainVisual_home::before {
    content: "";
    display: block;
    width: 100%;
    height: 10vw;
    background-color: #fff;
  }
  */
  .mainVisual_home .img_title {
    top:20vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50vw;
  }
}
/* スマホバージョン 横向き対応*/
@media screen and (max-width:767px) and (orientation: landscape) {
  .mainVisual_home {
    height: 800px;
  }   
  .mainVisual_home .img_title {
    top:190px;
    width: 30vw;
  }
}


/* 動画対応 */
.mainVisual_home video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.mainVisual_home .txt_wrap {
  width: 550px;
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
}
.mainVisual_home .txt_wrap img {
  width: 80%;
}
.mainVisual_home .txt_wrap .txt_main {
  color: #fff;
  font-size: 2.0rem;
  margin-top: 20px;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HG明朝B","MS Mincho",serif;
}
@media screen and (max-width: 767px) {
  .mainVisual_home .txt_wrap {
    width: 80%;
    top: 50%;
  }
  .mainVisual_home .txt_wrap .txt_main {
    font-weight: bold;
  }
}


/* 右下次へボタン */
.mainVisual_nextNav a {
  position: absolute;
  right:0px;
  bottom: 0px;
  z-index: 99999;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #de7026;
}
.mainVisual_nextNav a:after {
  content: "";
  display: block;
  width: 26px;
  height: 13px;
  background: url("/images/base/icon_arrow_d01_wh.png") no-repeat;
  background-size: contain;
  position: absolute;
  top:14px;
  left:7px;
}
@media screen and (max-width: 767px) {
    .mainVisual_nextNav a {
        display: none;
    }
}

/* bnr_wrap */
#contents .bnr_home_wrap {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
	width: calc(100% - 80px);
	max-width: calc(1400px - 80px);
	margin: 0 auto;
}
#contents .bnr_home_wrap img {
  width: 100%;
	border:1px solid #ccc;
}
@media screen and (max-width: 767px) {
	#contents .bnr_home_wrap {
		width: calc(100% - 8vw);
		padding-bottom: 30px;
  }
}

/* concept_wrap */
#contents .concept_wrap {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 330px;
  background: url(/images/home/bg_concept.png) repeat-x center bottom;
}
#contents .concept_wrap:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
#contents .concept_wrap ul {
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
}
#contents .concept_wrap ul li {
  font-size:1.6rem;
  margin-bottom: 10px;
}
#contents .concept_wrap ul li span {
  margin-right: 1.0em;
  font-size:2.0rem;
  font-weight: 300;
  font-family: brandon-grotesque, sans-serif;
}
@media screen and (max-width: 767px) {
  #contents .concept_wrap {
    padding-bottom: 180px;
    background: url(/images/home/bg_concept.png?ver220206-1) repeat-x center bottom;
    background-size: 350px auto;
  }
  #contents .concept_wrap ul li {
    font-size:1.6rem;
    margin-bottom: 10px;
    text-indent: -3em;
    padding-left: 3em;
  }
  #contents .concept_wrap ul li span {
    margin-right: 0em;
    font-size:2.0rem;
  }
}

/* aboutusバナー */
body#category_top .bnr_style_03.bnr_aboutus {
  margin-top: 60px;
  margin-bottom: 0px;
}
body#category_top .bnr_style_03.bnr_aboutus .catch_style05 {
  text-shadow: 0px 1px 7px #000;
}

/* Info_list */
section.info_list {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
section.info_list {
    text-align: center;
}
section.info_list dl {
    position: relative;
    display: inline-block;
    text-align: left;
    margin-bottom: 40px;
    width: 800px;
}
section.info_list dl dt { 
    position: absolute;
}
section.info_list dl dt span { 
    text-align:center;
    letter-spacing:0px;
    font-weight:normal;
    font-size:1.1rem;
    line-height: 1.3;
    display:inline-block;
    padding:2px 8px;
    min-width:90px;
/*    border:1px solid #999;*/
    border-radius: 4px;
    background-color: #f2f2f2;
    margin: 0px 12px;
}
section.info_list dl dd {  
    padding-left: 18em;
    margin-bottom: 9px;
}
section.info_list dl dd a {  
    text-decoration: none !important;
    color: #333 !important;
}
section.info_list dl dd a:hover {  
    text-decoration: underline!important;
}

@media screen and (max-width: 767px) {    
    section.info_list dl {
        margin-bottom: 30px;
        width: 100%;
    }
    section.info_list dl dt { 
        position: relative;
        margin-bottom: 10px;
        color: #999;
    }
    section.info_list dl dt span { 
        color: #999;
    }
    section.info_list dl dd {  
        padding-left: 0em;
        margin-bottom: 20px;
    }
}


/* traceabilityバナー */
body#category_top .bnr_style_03.bnr_traceability {
  margin-top: 15px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {  
  /* footer */
  body#category_top footer {
    margin-bottom: 20vw;
  }
}
/* スマホバージョン 横向き対応*/
@media screen and (max-width:767px) and (orientation: landscape) {
  /* footer */
  body#category_top footer {
    margin-bottom: 0;
  }
}


