@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;	transition-duration: 0.5s;}a:hover{  color: #bbb;	transition-duration: 0.5s;}.btn{  padding: 1px 10px 2px;  color: #000;  border: 1px solid #000;  font-size: 15px;  display: inline-block;  border-radius: 50px;}.btn:hover{  color: #fff;  background: #000;}.jp{  font-family: 'NeueHaasGroteskText W01', a-otf-gothic-bbb-pr6n, sans-serif;  font-feature-settings: "palt" 1;}/**** layout*/#wrapper{  opacity: 0;}#header{  width: 100%;  position: fixed;  font-size: 13px;  background: #885f3f;  border-bottom: 1px solid #000;  z-index: 7777;}#header a:hover{  color: #fff;	transition-duration: 0.5s;}#headerInner{  padding: 8px 10px 4px;  position: relative;}.logoBar{  position: relative;  top: -1px;  margin: 0 1px;}#nav li{  margin-right: 10px;  display: inline-block;}#nav{  position: absolute;  top: 8px;  left: calc(100% / 4 + 7px);}#navSub{  position: absolute;  top: 8px;  right: 10px;}#navSub li{  margin-right: 10px;  display: inline-block;}#navSub li:last-child{  margin-right: 0;}#logo sup{  margin-left: 0.16em;}/* main */#main{  padding-top: 26px;}.title{  width: calc(100% - 20px);  padding: 8px 10px 4px;  position: sticky;  z-index: 1111;  top: 26px;  font-size: 13px;  background: #f1d27a;  border-bottom: 1px solid #000;}.sectionInner{  padding: 0;  border-bottom: 1px solid #000;}#item{  background: #eeedeb;}#itemsList{  width: 100%;  overflow: hidden;}#itemsList ul{  width: 100%;}#itemsList li,#exclusiveImgList li{  width: calc(100% / 4);  height: 32.4vw;  float: left;  margin: 0;  position: relative;  overflow: hidden;}#itemsList a,#exclusiveImgList a{  position: relative;  display: block;}#itemsList a:hover::after,#exclusiveImgList a:hover::after{  opacity: 1;  visibility: visible;  transition-duration: 0.8s;}.itemsListImg{  overflow: hidden;}#itemsList a img{  transform: scale(1);  transition-duration: 0.5s;}#itemsList a:hover img{  transform: scale(1.1);  transition-duration: 0.5s;}#itemsList li .itemsListImg{  opacity: 1;  transition-duration: 0.5s;}#itemsList li:hover .itemsListImg{  opacity: 0.5;  transition-duration: 0.5s;}#itemsList li .itemsListImg{  background: #fff;  opacity: 1;  transition-duration: 0.5s;}#itemsList li:hover .itemsListImg{  background: #000;  opacity: 0.5;  transition-duration: 0.5s;}#itemsList h4,#exclusiveImgList h4{  padding: 14px 0 5px;  font-size: 19px;  position: absolute;  bottom: 40px;  text-align: center;  z-index: 111;  transition-duration: 0.5s;  white-space: nowrap;}#itemsList li .swiper-pagination{  opacity: 1;  visibility: visible;  transition-duration: 0.5s;}#itemsList li:hover .swiper-pagination{  opacity: 0;  visibility: hidden;  transition-duration: 0.5s;}#itemsList h4::after{  content: '';  width: 0;  height: 1px;  background: #fff;  position: absolute;  bottom: 6px;  left: 0;  transition-duration: 0.5s;}#itemsList li:hover h4{  color: #fff;  transition-duration: 0.5s;}#itemsList li:hover h4::after{  width: 100%;  transition-duration: 0.5s;}#exclusiveTxt{  width: calc(50% - 5px);  float: left;  margin-bottom: 0;  font-size: 13px;  line-height: 1.538;}#exclusiveImg{  width: calc(50% - 5px);  float: right;  font-size: 13px;  line-height: 1.538;}#exclusiveImgList{  width: 100%;  overflow: hidden;}#exclusiveImgList ul{  width: calc(100% + 10px);}#exclusiveImgList li{  width: calc(100% / 2 - 10px);  float: left;  margin: 0 10px 10px 0;}#footer{  width: 100%;  font-size: 10.5px;  background: #885f3f;}#footerInner{ padding: 9px 10px 7px; position: relative;}#copyright{  position: absolute;  top: 9px;  right: 10px;}/* swiper */.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{  margin: 0 2px;}.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{  width: auto;  left: 12px;  bottom: calc(100% - 24px);}.swiper-pagination-bullet{  width: 6px;  height: 6px;  background: #fff;  border: 1px solid #000;  border-radius: 0 !important;  opacity: 1;  transition-duration: 0.5s;}.swiper-pagination-bullet-active{  background: #f15a24;  transition-duration: 0.5s;}/* movie */#movie{  width: 100%;  height: 100vh;  padding-top: 0;  position: relative;  border-bottom: 1px solid #000;}#movieInner{  width: 640px;  position: relative;  padding-bottom: 0;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  aspect-ratio: 16 / 9;  border-radius: 10px;  border: 5px solid #f1d27a;  overflow: hidden; }#movieInner iframe{  width: 640px;  height: 360px;}#movieTtl{  width: 100%;  font-size: 16px;  line-height: 1.5;  text-align: center;  position: absolute;  bottom: 12vh;}}