@charset "UTF-8";
/* CSS Document */

/***
* common_pc.css
*/

@media only print, only screen and (min-width: 1000px){

.sp,
.tab,
.tab_sp{
	display:none;
}

.pc,
.pc_tab,
.pcw_pc{
	display:block;
}

.hover{
	opacity:1;
	transition-duration: 0.5s;
}

.hover:hover{
	opacity:0.3;
	transition-duration: 0.5s;
}

.hyphen{
  position: relative;
  top: -0.1vw;
}

a{
  color: #000;
}

a:hover{
  color: #bbb;
}

.btn{
  background: #fff;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn:hover{
  border-radius: 10px;
}

.jp{
  font-family: 'NeueHaasGroteskText W01', a-otf-gothic-bbb-pr6n, sans-serif;
  font-feature-settings: "palt" 1;
}

/***
* layout
*/

/* header */

#header{
  width: 100%;
  position: absolute;
  top: calc(100vh - 80px);
/*  mix-blend-mode: difference;*/
  z-index: 1111;
}

#header.fixed{
  position: fixed;
  top: 0;
  z-index: 3333;
}

#nav{
  display: block;
}

#nav ul{
  padding: 30px 30px 25px;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
}

#nav li a{
  opacity: 1;
}

#nav li.active a{
  opacity: 0.3;
}

#navBlank{
  width: 80px;
}

.logo{
  width: 100px;
  position: absolute;
  top: 30px;
  left: 20px;
}

#modal .logo{
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 3333;
  display: block;
}

#header a{
  color: #000;
}

#btnMenu{
  display: none;
}

/* main */

#main{
  position: relative;
}

section{
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

#stocklist{
  margin-bottom: 200px;
}

/* top */

#top{
  width: 100%;
  height: calc(100vh - 70px);
  padding-bottom: 0;
  background: transparent;
}

#topImg img{
  width: auto;
  height: 75vh;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

#topBlank{
  width: 100%;
  height: 100vh;
  background: none;
}

/* campaign */

#campaign a{
  margin-bottom: 0;
  width: 100%;
  min-height: 100vh;
  color: #fff;
  background: url("../../img/fw23/bg_campaign.jpg") center no-repeat;
  background-size: cover;
  font-size: 32px;
  text-align: center;
  position: relative;
  display: block;
}

#campaignTtl{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*  mix-blend-mode: difference;*/
}

#campaignTtl h3{
  margin-bottom: 20px;
}

#btnViewMore{
  padding: 2px 8px;
  border: 1px solid #fff;
/*  mix-blend-mode: difference;*/
  font-size: 22px;
  display: inline-block;
}

/* modal */

#modal{
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3333;
  display: none;
  text-align: center;
}

#modalTtl{
  width: 100%;
  position: fixed;
  top: 30px;
  left: 0;
  color: #000;
/*  mix-blend-mode: difference;*/
  text-align: center;
}

#btnClose{
  width: 25px;
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 3333;
/*  mix-blend-mode: difference;*/
}

#campaignDetail{
  padding: 20px;
}

#btnModalTop{
  padding: 200px 0;
  font-size: 32px;
  text-align: center;
  display: block;
}

.modalFull{
  margin-bottom: 20px;
}

.modalHalf{
  margin-bottom: 20px;
}

.modalImgHalfL{
  width: calc(100% / 2 - 10px);
  float: left;
  margin-bottom: 0;
}

.modalImgHalfR{
  width: calc(100% / 2 - 10px);
  float: right;
  margin-bottom: 0;
}

.modalQuot{
  width: calc(100% + 20px);
  margin-bottom: 15px;
}

/* concept */

#concept{
  height: 100vh;
  padding: 0;
  background: #fff;
}

#concept h3{
  width: 893px;
  font-size: 27px;
  line-height: 1.281;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* functionaly */

#functionaly{
  padding-top: 200px;
  background: #fff;
}

.functionalyIcons{
  width: 82.72vw;
  margin: 0 auto;
  overflow: hidden;
}

.functionalyIcons ul{
  width: calc(82.72vw + 7.32vw);
  margin-bottom: 80px;
}

.functionalyIcons li{
  width: 10.68vw;
  margin: 0 7.32vw 80px 0;
  float: left;
}

.functionalyIcons li img{
  opacity: 1;
}

.functionalyIcons li.hover img{
  opacity: 0.2;
}

#functionalyTxt{
  text-align: center;
}

#functionalyTxt li{
  margin-right: 14px;
  font-size: 15px;
  line-height: 1.667;
  display: inline-block;
}

#functionalyTxt li:last-child{
  margin-right: 0;
}

/* stock list */

#stockList{
  margin-bottom: 0;
  padding: 200px 0 0;
  background: #fff;
}

section:last-child{
  margin-bottom: 0;
}

#stockList h3{
  margin-bottom: 40px;
  font-size: 27px;
}

#stockList li{
  font-size: 27px;
  line-height: 1.407;
}

#localNav{
  margin-top: 200px;
  padding-bottom: 200px;
  text-align: center;
}

#localNav li{
  margin-right: 30px;
  font-size: 27px;
  line-height: 1.407;
  display: inline-block;
}

#localNav li:last-child{
  margin-right: 0;
}

#links ul{
  margin: 190px 0;
}

#links li{
  margin-right: 30px;
  display: inline-block;
}

#links li:last-child{
  margin-right: 0;
}

#footer{
  background: #fff;
}

#footerNav ul{
  padding: 30px 30px 25px;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
}

}

@media only print, only screen and (min-width: 1600px){

/* functionaly */

#functionalyInner{
  width: 1335px;
  margin: 0 auto;
  overflow: hidden;
}

.functionalyIcons ul{
  width: calc(1335px + 118px);
  margin-bottom: 80px;
}

.functionalyIcons li{
  width: 172px;
  margin: 0 118px 80px 0;
  float: left;
}

}