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

/***
* common_sp.css
*/

@media only print, only screen and (min-width: 18.75em){
	
.tab,
.pc,
.pc_tab{
	display:none;
}

.sp{
	display:block;
}

.hover:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

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

a{
  color: #000;
}

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

/***
* layout
*/

#wrapper{
  opacity: 0;
}

/* header */

#header{
  width: 100%;
  height: 66px;
  position: absolute;
  top: 0;
  z-index: 1111;
/*  mix-blend-mode: difference;*/
}

#header.fixed{
  width: 100%;
  position: fixed;
  top: 0;
}

#headerInner{
  position: relative;
  z-index: 1110;
}

#navSp{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
  left:0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-size: 22px;
  line-height: 1.762;
  text-align: center;
  z-index:111;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.5s;
}

#navSp.active{
	visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}

#navSpInner{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#navSpInner ul{
  margin-bottom: 40px;
}

#navSpInner li a{
  opacity: 1;
}

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

#navSpCopy{
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: center;
  font-size: 13px;
}

#navSp .sub{
  font-size: 15px;
}

.logo{
  width: 100px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1112;
/*  mix-blend-mode: difference;*/
}

#modal .logo{
  display: none;
}

#btnMenu{
  width: 27px;
  height: 19px;
  padding: 20px 15px 18px;
  color: #000;
  font-size: 1.5em;
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  z-index: 9999;
  display: block;
/*  mix-blend-mode: difference;*/
}

.bars.active{
  background: transparent !important;
}

.bars.active:before, .bars.active:after{
  background: #000;
  top: 0;
  width: 100%;
  user-select: none;
}

.bars.active:before{
  transform: rotate(-45deg);
}

.bars.active:after{
  transform: rotate(45deg);
}

.bars{
  width: 100%;
  height: 1px;
  margin-top: .3em;
  background: transparent;
  position: relative;
  display: block;
  transition: all 0.2s ease;
}

.bars:before{
  top: -5px;
}
  
.bars:after{
  top: 5px;
}
  
.bars:before, .bars:after{
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  content: '';
  transform: rotate(0);
  transition: all 0.2s ease;
}

#closeOverlay{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
}

#closeOverlay.active{
  opacity: 1;
  visibility: visible;
  transition-duration: 0.5s;
}

/* main */

section{
  background: #fff;
  padding-bottom: 200px;
}

#stocklist{
  margin-bottom: 0;
}

/* top */

#top{
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  background: transparent;
}

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

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

/* campaign */

#campaign a{
  margin-bottom: 0;
  width: 100%;
  min-height: 100%;
  color: #fff;
  background: url("../../img/fw23/bg_campaign_sp.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: 23px;
  left: 23px;
  color: #000;
/*  mix-blend-mode: difference;*/
  text-align: left;
}

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

#campaignDetail{
  padding: 10px 10px 0;
}

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

.modalFull{
  margin-bottom: 10px;
}

.modalHalf{
  margin-bottom: 0;
}

.modalImgHalfL{
  width: calc(100% / 1);
  float: none;
  margin-bottom: 10px;
}

.modalImgHalfR{
  width: calc(100% / 1);
  float: none;
  margin-bottom: 10px;
}

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

/* concept */

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

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

/* functionaly */

#functionalyInner{
  width: calc(100% - 40px);
  margin: 0 auto;
}

.functionalyIcons{
  width: 280px;
  margin: 0 auto 80px;
  float: none;
  overflow: hidden;
}

.functionalyIcons ul{
  width: calc(280px + 50px);
}

.functionalyIcons li{
  width: 114px;
  height: 114px;
  margin: 0 50px 50px 0;
  float: left;
}

.functionalyIcons li img{
  opacity: 1;
}

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

#functionalyTxt{
  text-align: center;
}

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

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

/* stock list */

#stockList{
  padding: 200px 0 0;
  text-align: center;
}

section{
  padding-bottom: 0;
}

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

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

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

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

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

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

#links ul{
  margin: 70px 0;
}

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

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

#footerInnerSp{
  padding-bottom: 20px;
  font-size: 21px;
  text-align: center;
}

#btnPageTopSp{
  margin: 80px 0 60px;
  display: block;
}

#footerInnerSp h6{
  font-size: 13px;
}

}