@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{
	transition-duration: 0.5s;
}

a:hover{
	transition-duration: 0.5s;
}

.btn{
  width: 304px;
  margin: 0 auto 30px;
  padding: 14px 0 16px;
  color: #000;
  background: #fff;
  white-space: nowrap;
  display: block;
  text-align: center;
  border-radius: 50px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
  transition-duration: 0.5s;
}

.btn:hover{
  color: #fff;
  background: #000;
  box-shadow: none;
  transition-duration: 0.5s;
}

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

#btnLanguage .active{
  border-bottom: 1px solid #000;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 38px;
}

.online .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 8px;
}

body{
  opacity: 0;
}

/***
* layout
*/

/* header */

#header{
  width: 100%;
  height: 108px;
  position: fixed;
  z-index: 7777;
  top: 0;
  font-size: 13px;
}

#header.positive a{
  color: #fff;
}

#header svg{
  fill: #000;
  transition-duration: 0.5s;
}

#header.positive svg{
  fill: #fff;
  transition-duration: 0.5s;
}

#logo{
  width: 41px;
  position: absolute;
  top: 31px;
  left: 36px;
}

#nav{
  margin-top: 44px;
  text-align: center;
}

#nav li{
  margin-right: 28px;
  display: inline-block;
}

#nav li.active a{
  color: #f897ba;
}

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

#iconIg{
  width: 23px;
  position: absolute;
  top: 40px;
  right: 36px;
}

#btnMenu{
  display: none;
}

#headerTtl{
  display: none !important;
}

#footer{
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 36px 0;
  font-size: 10px;
  text-align: center;
}

/* main */

#main{
  padding: 200px 0 200px;
}

#lead{
  text-align: center;
}

#lead h2{
  margin-bottom: 36px;
  font-family: "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 32px;
}

#lead h3{
  margin-bottom: 136px;
  font-size: 13px;
  line-height: 2.308;
}

#presentList h4{
  margin-bottom: 10px;
}

#presentList h4 span{
  margin-right: 4px;
}

#presentList{
  width: 882px;
  margin: 0 auto 90px;
  overflow: hidden;
}

#presentList ul{
  width: calc(882px + 43px);
}

#presentList li{
  width: calc(100% / 5 - 43px);
  float: left;
  margin: 0 43px 40px 0;
  transition-duration: 0.5s;
}

#presentList li:hover{
  border-radius: 50px;
  transition-duration: 0.5s;
}

#presentList li img{
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  transition-duration: 0.5s;
}

#presentList li:hover img{
  box-shadow: none;
  transition-duration: 0.5s;
}

}