@charset "utf-8";


.pc{
  display: block;
}
.sp{
  display: none;
}
.p100{
  width: 100%;
}



._blue{
  color: #008FDB;
}

/************************************ 
 * common parts
 ************************************/
.content{
  overflow-x: hidden;
  background-color: #000;
}
.section{
  z-index: 0;
  position: relative;
  background-color: #000;
}
.section_wrapper{
  max-width: 375px;
  margin: 0 auto;
}
.s .section_wrapper {
  max-width: 92%;
}
.l .section_wrapper{
  max-width: 1000px;
  padding: 0 5px;
  margin: 0 auto;
}
@media screen and (max-width:375px) {
  .section_wrapper{
    padding: 0px;
  }
}
.section_titleWrapper{
  position: relative;
  z-index: 1;
  
}
.section_title{
  text-align: left;
}
.section_title._right{
  text-align: right;
}
.section_title._center{
  text-align: center;
}
.section_titleMain{
  width: 100%;
}
.section_titleSub{
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.03em;
  margin-top: 12px;
  font-family: 'Noto Sans JP', sans-serif;
}

.section_bgLine{
  z-index: 1;
  width: calc(100% + 100%);
  position: absolute;
  top: 80px;
  left:50%;
  transform: translateX(-50%) rotate(-10deg);
}
.l .section_bgLine{
  top: -40px;
  left: -50%;
  transform: translateX(0%) rotate(-15deg);
}

.section_bgLine._reverse{
  top: 70px;
  left:50%;
  transform: translateX(-50%) rotate(10deg);
}
.l .section_bgLine._reverse{
  top: 160px;
  left: -50%;
  transform: translateX(0%) rotate(10deg);
}

.section_bgLine div{
  position: relative;
  width: 100%;
  height: 14px;
}
.section_bgLine div + div{
  margin-top: 7px;
}
.section_bgLine div:nth-child(1){
  background-color: #0D5885;
}
.section_bgLine div:nth-child(2){
  background-color: #9DA0A6;
}
.section_bgLine div:nth-child(3){
  background-color: #0D5885;
}

.newWindow {
  display: flex;
  gap: 10px;
}
.newWindow::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: center/contain no-repeat url(../img/new-window-icon_white.svg);
}



/************************************ 
 * mv
 ************************************/
.mv{
  position: relative;
  z-index: 1;
  /* padding-top: 64px; */
}
.l .mv {
  padding-top: 94px;
}
.mv-announce {
  position: absolute;
  z-index: 1;
  top: calc(64px + 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, .9);
  width: 90%;
  max-width: 1000px;
  padding: 5px 10px;
  text-align: center;
  line-height: 1.25;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff0000;
}
.l .mv-announce {
  top: calc(94px + 10px);
  padding: 10px 15px;
  font-size: 2rem;
}
.mv_img{
  width: 100%;
  background-color: #000;
}


/************************************ 
 * slick
 ************************************/
.mv-slider {
  position: absolute;
  bottom: -15vw;
  left: 0;
  right: 0;
}
.s .mv-slider {
  bottom: -10vw;
}
.mv-slider img {
  width: 100%;
}
.mv-slider li.slick-slide {
  margin: 0 22px;
  border-radius: 8px;
  overflow: hidden;
}
.mv-slider li.slick-slide:not(.slick-active) {
  opacity: .5;
}
.slick-arrow {
  z-index: 1;
  width: 4vw;
  top: 6.8vw;
  height: 4vw;
}
.s .slick-arrow {
  width: 9vw;
  top: 24.5vw;
  height: 9vw;
}
.slick-arrow::before {
  display: none;
}
.slick-prev {
  left: 7.5vw;
}
.s .slick-prev {
  left: 2.5vw;
}
.slick-next {
  right: 7.5vw;
}
.s .slick-next {
  right: 2.5vw;
}
.slick-dots {
  bottom: -30px;
}
.slick-dots li.slick-active button:before {
  color: #1586CA;
}
.slick-dots li button:before {
  color: #CCCCCC;
  opacity: 1;
}

/************************************ 
 * playerSec
 ************************************/
.playerSec{
  background: #000 url(../img/playerSec_bg.png)no-repeat;
  background-size: cover;
  background-position: center;
}
.l .playerSec{
  padding: 0 0 133px;
}
.s .playerSec {
  padding: 0 0 21.3vw;
}
.playerSec_titleWrapper{
  padding: 140px 0 55px;
}
.s .playerSec_titleWrapper {
  padding: 16vw 0 9vw;
}
.playerSec_menu{
  position: relative;
  /* padding-bottom: 20px; */
}
.l .playerSec_menu{
  display: flex;
  
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 36px;
}


.playerSec_menuItem{
  position: relative;
  width: 343px;
  height: 140px;
  background-size: contain;
}
.l .playerSec_menuItem{
  margin: 0 !important;
  width: 475px;
  height: 194px;
}
.playerSec_menuItem{
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
.playerSec_menuWrap:nth-child(1) .playerSec_menuItem{
  background-image: url(../img/playerSec_menuBg_1.png);
  background-size: cover;
}
.playerSec_menuWrap:nth-child(2) .playerSec_menuItem{
  background-image: url(../img/playerSec_menuBg_2.png);
  background-size: cover;
}
.playerSec_menuWrap:nth-child(3) .playerSec_menuItem{
  background-image: url(../img/playerSec_menuBg_3.png);
  background-size: cover;
  
}
.playerSec_menuWrap:nth-child(4) .playerSec_menuItem{
  background-image: url(../img/playerSec_menuBg_4.png);
  background-size: cover;
  
}


.playerSec_menuTitle{
  position: absolute;
  top: 13px;
}
.playerSec_menuWrap:nth-child(1) .playerSec_menuTitle{
  left: 16px;
}
.playerSec_menuWrap:nth-child(2) .playerSec_menuTitle{
  right: 30px;
}
.s .playerSec_menuWrap:nth-child(2) .playerSec_menuTitle {
  right: 3%;
}
.playerSec_menuWrap:nth-child(3) .playerSec_menuTitle{
  left: 16px;
}
.playerSec_menuWrap:nth-child(4) .playerSec_menuTitle{
  right: 60px;
}
.s .playerSec_menuWrap:nth-child(4) .playerSec_menuTitle {
  right: 3%;
}
.playerSec_menuTitleMain{
  color: #fff;
  font-size: 4.0rem;
  letter-spacing: 0.03em;
  text-shadow: 0 0 3px rgba(0, 0, 0,0.8);
  line-height: 0.9;
}
.playerSec_menuTitleSub{
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-shadow: 0 0 3px rgba(0, 0, 0,0.8);
  margin-top: 8px;
  line-height: 1.3;
}

.playerSec_menuSample{
  position: absolute;
}
.playerSec_menuWrap:nth-child(1) .playerSec_menuSample{
  width: 164px;
  bottom: 0;
  transform: translate(-30%,25%);
}
.playerSec_menuWrap:nth-child(2) .playerSec_menuSample{
  width: 159px;
  right: 0;
  transform: translate(25%,85%);
}
.s .playerSec_menuWrap:nth-child(2) .playerSec_menuSample {
  transform: translate(25%,35%);
}
.playerSec_menuWrap:nth-child(3) .playerSec_menuSample{
  width: 163px;
  bottom: 0;
  transform: translate(-35%,30%);
}
.playerSec_menuWrap:nth-child(4) .playerSec_menuSample{
  width: 164px;
  right: 0;
  transform: translate(20%,77%);
}
.s .playerSec_menuWrap:nth-child(4) .playerSec_menuSample {
  transform: translate(20%,30%);
}
.playerSec_menuPlayers {
  position: relative;
  z-index: 2;
  display: flex;
  gap:10px 20px;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin-top: 20px;
  width: 350px;
}
.s .playerSec_menuPlayers {
  width: auto;
  max-width: 340px;
  margin: 20px auto 0;
}
.playerSec_menuPlayers li a {
  color: #fff;
  transition: all .3s;
}
.playerSec_menuPlayers li:hover a {
  color: #008FDB;
}



/************************************ 
 * mapSec
 ************************************/
.mapSec_floorTab {
  display: flex;
  gap: 20px;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.mapSec_floorTab li {
  width: 100%;
  border: solid 1px #fff;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  cursor: pointer;
}
.mapSec_floorTab li._active {
  background: #008FDB;
  border: solid 1px #008FDB;
  border: none;
}
.mapSec_floorImg {
  min-height: 720px;
  max-width: 720px;
  width: 100%;
  margin: 32px auto 0;
}
.s .mapSec_floorImg {
  margin: 20px auto 0;
  min-height: 345px;
}
.mapSec_floorWrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;  
}
.mapSec_floorLogoList {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.mapSec_floorLogoList._active {
  display: block;
}
.mapSec_floorLogo {
  position: absolute;
  transition: all .3s;
}
.mapSec_floorLogo._disable {
  pointer-events: none;
}
.mapSec_floorLogo:hover {
  transform:scale(2);
  z-index: 2;
}
.mapSec_floorLogo img {
  box-shadow: 2px 2px 2px rgba(0,0,0,.6);
}
.mapSec_floorLogo._active {
  transform:scale(2);
  z-index: 1;
}


/************************************ 
 * drinkSec
 ************************************/
.drinkSec {
  position: relative;
  z-index: 0;
}
.drinkSec::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/drinkSec_bg.png);
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 0;
}
.drinkSec_menus {
  position: relative;
  z-index: 1;
}
.l .drinkSec{
  padding: 0 0 120px;
}
.s .drinkSec {
  padding: 0 0 12.8vw;
}
.drinkSec_titleWrapper{
  padding: 90px 16px 63px;
}
.s .drinkSec_titleWrapper {
  padding: 9.6vw 0;
}
.l .drinkSec_titleWrapper{
  padding: 97px 16px 50px;
}
.drinkSec_button{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  width: 262px;
  margin: 32px auto 0;
  min-height: 42px;
  font-size: 1.6rem;
  font-weight: 300;
  z-index: 1;
}
.drinkSec_arrow{
  position: absolute;
  right: 19px;
  width: 25px;
}
/************************************ 
 * facilitySec
 ************************************/
.l .facilitySec_titleWrapper {
  padding: 97px 0 37px;
}
.s .facilitySec_titleWrapper {
  padding: 16vw 0 6.1vw;
}
.facilitySec_place {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:920px){
  .facilitySec_place {
    display: block;
  }
}
.facilitySec_placeTile {
  position: relative;
}
.facilitySec_placeTile.tile01 {
  background: url(../img/facilitySec_placeTile1.png);
  background-size: cover;
  background-position: center;
}
.facilitySec_placeTile.tile02 {
  background: url(../img/facilitySec_placeTile2.png);
  background-size: cover;
  background-position: center;
}
.facilitySec_placeTile.tile03 {
  background: url(../img/facilitySec_placeTile3.png);
  background-size: cover;
  background-position: center;
}
.facilitySec_placeTileName {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  width: 303px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
.s .facilitySec_placeTileName {
  width: auto;
  margin-bottom: 5.3vw;
}
.s .facilitySec_placeTile:last-child .facilitySec_placeTileName {
  margin-bottom: 0;
}
/************************************ 
 * searchSec
 ************************************/
.searchSec {
  padding: 10vw 0 100px;
}
.l .searchSec {
  padding: 10vw 0 100px;
}
.searchSec_titleWrapper{
  padding: 64px 16px 35px;
}
.s .searchSec_titleWrapper {
  padding: 14vw 0 9.3vw;
}
.l .searchSec_titleWrapper{
  padding: 100px 16px 40px;
}

.searchSec_innerWrapper{
  padding: 0 13px 0 16px;
}


.searchSec_target{
  display: flex;
  align-items: top;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 7px;
  margin-bottom: 32px;
}
.s .searchSec_target {
  margin-bottom: 60px;
}
.l .searchSec_target{
  margin-bottom: 88px;
}
.searchSec_targetType{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.s .searchSec_targetType {
  flex-direction: row;
  align-items: flex-end;
}
.l .searchSec_targetType{
  width: 140px;
  margin-right: auto;
}

.searchSec_targetTypeMain{
  font-size: 2.4rem;
  color: #fff;
}
.searchSec_targetTypeSub{
  font-size: 1.6rem;
  color: #fff;
}

.searchSec_targetItems{
  display: flex;
  /* align-items: center; */
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 12px;
}
.searchSec_targetItems::after {
  content: "";
  width: 106px;
}
.s .searchSec_targetItems {
  justify-content: center;
}
@media screen and (min-width:520px) and ( max-width:768px) {
  .s .searchSec_targetItems {
    justify-content: flex-start;
  }
}
.l .searchSec_targetItems{
  width: calc(100% - 140px);
  column-gap: 20px;
}
.searchSec_targetItem{
  /* width: 106px; */
  width: 132px;
  /* height: 132px; */
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-direction: column;
}
.searchSec_targetItem span {
  margin-top: 8px;
  line-height: 1.3;
}
.searchSec_targetImage {
  width: 107px;
}


.searchSec_target._square{
  align-items: flex-start;
  margin-bottom: 0;
}
.searchSec_targetItems._square{
  row-gap: 20px;
}
.l .searchSec_targetItems._square{
  flex-wrap: wrap;
  column-gap: 20px;
}
.s .searchSec_targetItems._square::after {
  content: "";
  width: 48%;
}
.searchSec_targetItem._square{
  width: 165px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 1.6rem;
}
.s .searchSec_targetItem._square {
  width: 48%;
}
.searchSec_playerItems{
  margin-bottom: 32px;
}
.l .searchSec_playerItems{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}


/************************************ 
 * rankingSec
 ************************************/
.rankingSec {
  color: #fff;
  margin: 100px 0 36px;
}
.l .rankingSec {
  margin: 100px 0 0;
}
.rankingSec-bg {
  position: relative;
  max-width: 345px;
  margin: 0 auto;
  background-image: url(../img/rankingSec_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.l .rankingSec-bg {
  background-image: url(../img/rankingSec_bg__pc.webp);
  background-size: 100% 420px;
  max-width: 980px;
}
.rankingSec-title {
  max-width: 300px;
  margin: 0 auto;
}
.l .rankingSec-title {
  max-width: 340px;
}
.ranking-updateDay {
  position: absolute;
  text-align: right;
  font-size: 14px;
  bottom: 85%;
  right: 0;
}
.l .ranking-updateDay {
  bottom: 425px;
  font-size: 16px;
}
.overall-ranking {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
  margin: 15px auto 0;
  padding-bottom: 30px;
  max-width: 320px;
}
.l .overall-ranking {
  margin: 20px auto 0;
  max-width: 700px;
}
@media (min-width:1020px) {
  .overall-ranking {
    margin-top: 70px;
  }
}
.ranking-item {
  margin-top: 30px;
  position: relative;
}
.ranking-item::before {
  display: inline-block;
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url(../ranking/img/crown-farst.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 25%;
  top: -18%;
  transform: translateX(0%);
}
.ranking-imageBox {
  width: 100px;
  height: 70px;
  overflow: hidden;
}
.l .ranking-imageBox {
  width: 220px;
  height: 160px;
  overflow: hidden;
}
.ranking-item img {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  transform: translateY(-4px);
}
.l .ranking-item img {
  transform: translateY(-10px);
}
.ranking--brand-name {
  text-align: center;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
}
.l .ranking--brand-name {
  font-size: 18px;
}
.rankingSec-btn {
  margin-top: 30px;
  text-align: center;
}
.rankingSec-btn a {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #fff;
  color: #fff;
}
.l .rankingSec-btn a {
  padding: 15px 40px;
}
.btn-arrow {
  position: relative;
}
.btn-arrow::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url(../img/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.btn-arrow:hover::after {
  right: 5px;
}


/************************************ 
 * newsSec
 ************************************/

 .newsSec_titleWrapper{
  padding: 64px 16px 35px;
}
.l .newsSec_titleWrapper{
  padding: 134px 16px 40px;
}
.newsSec_innerWrapper{
  padding: 0 13px 0 16px;
}
.s .newsSec_innerWrapper {
  padding: 0;
}
.newsSec_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.s .newsSec_list {
  display: block;
}

.newsSec_listItem {
  position: relative;
  /* flex: 1; */
  background: #323232;
  width: calc((100% - 80px)/3);
}
.s .newsSec_listItem {
  margin-top: 20px;
  width: 100%;
}
.s .newsSec_listItem:first-child {
  margin-top: 0;
}
.newsSec_listItemWrap {
  padding: 20px 20px 40px;
  color: #fff;
}
.s .newsSec_listItemWrap {
  padding: 16px 16px 16px;
}
.newsSec_listItemImg {
  height: 182px;
  overflow: hidden; 
}
.newsSec_listItemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsSec_listItemDate {
  display: inline-block;
  font-family:   DIN Condensed;
  font-weight: 300;
  margin-left: 4px;
}
.newsSec_listItemLabel {
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  border-radius: 16px;
  padding: 0 17px;
}
.newsSec_listItemText  {
  margin-top: 16px;
  line-height: 1.36;
  font-size: 14px;
}
.s .newsSec_listItemText {
  width: 90%;
}
.newsSec_listItemLabel._colorYellow {
  background-color:#B3952D ;
}
.newsSec_listItemLabel._coloGgray {
  background-color:#888888 ;
}
.newsSec_listItemLabel._colorBlue {
  background-color:#005A99 ;
}
.newsSec_listItemLabel._colorRed {
  background-color:#FF0000 ;
}
.newsSec_listItemLabel._colorForest {
  background-color:#999933 ;
  color: #000;
}
.newsSec_listItemLabel._colorGoods {
  background-color:#00cc99;
}
/* .newsSec_listItemArrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto ;
  right: 0;
  height: fit-content;
} */
.newsSec_btn {
  margin-top: 40px;
  text-align: center;
}
.newsSec_btnLink {
  width: 240px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 3;
}

.l .newsSec_wrapper {
  padding: 0 0 120px;
}
.s .newsSec_wrapper {
  padding: 0 0 16vw;
}


/************************************ 
 * フロートボタン
 ************************************/
.floatingBtn {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  width: 100px;
  margin: 0 10px 10px 0;
}
.l .floatingBtn {
  width: 150px;
  margin: 0 60px 60px 0;
}
.floatingBtn:hover {
  opacity: 0.8;
}


/************************************ 
 * offSec
 ************************************/
.offSec {
  padding: calc(10vw + 50px) 0 100px;
}
.l .offSec {
  padding: calc(10vw + 150px) 0 0;
}
.l .offSec + .section {
  padding: 0 0 100px;
}
.offSec__title {
  text-align: center;
  color: #fff;
}
.offSec__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.offSec__item {
  max-width: 475px;
}
.offSec-item {
  display: block;
  width: 100%;
}
.offSec-item__image {
  width: 100%;
  height: 250px;
  background: top center/cover no-repeat;
  padding: 16px;
}
.offSec-item__image.soratoshiba {
  background-image: url(../img/offseason-soratoshiba_bg.webp);
}
.offSec-item__image.foodhall {
  background-image: url(../img/offseason-foodhall_bg.webp);
}
.offSec-item__logo.soratoshiba {
  width: 180px;
}
.offSec-item__logo.foodhall {
  width: 140px;
}
.offSec-item__logo img {
  width: 100%;
}
.offSec-item__text {
  height: 50px;
  background-color: #008FDB;
  display: grid;
  place-items: center;
  font-size: 20px;
  position: relative;
  color: #fff;
}
.offSec-item__text::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100px;
}
.offSec-item__text::after {
  content: url(../img/offseason_arrow.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  display: block;
}

.offSec-item > a:hover {
  opacity: .8;
}

/************************************ 
 フッター
 ************************************/

footer {
  background-color: #323232;
  color: #fff;
  width: 100%;
  padding: 40px 0;
  /* height: 302px;
  display: flex;
  justify-content: center;
  align-items: center; */
}
.s footer {
  height: auto;
}
.footer_inner {
  width: 733px;
  margin: 20px auto 0;
}
.s .footer_inner {
  max-width: 92%;
  margin: 0 auto;
  padding: 1% 0;
}
.footer_banner {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 16px;
}
.s .footer_banner {
  display: block;
}
.s .footer_banner li {
  margin-top: 10px;
}
.s .footer_banner li:first-child {
  margin-top: 0;
}
.footer_banner img {
  object-fit: cover;
  width: 100%;
}
.footer_allergenInfo p {
  margin-top: 20px;
}
.footer_allergenInfo p span{
  font-size: 15px;
}
.footer_allergenInfo a {
  color: #fff;
}
.s .footer_allergenInfo {
  text-align: center;
}
.footer_allergenInfoList {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.s .footer_allergenInfoList {
  flex-direction: column;
}
.footer_allergenInfoItem {
  border-right: 1px solid #fff;
  padding-right: 10px;
}
.footer_allergenInfoItem:last-child {
  border-right: none;
}
.s .footer_allergenInfoItem {
  border-right: none;
  margin-bottom: 10px;
}
.footer_allergenInfoItem a {
  color: #fff;
  text-decoration: none;
}

/************************************ 
 メニュー
 ************************************/
.menu {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.s .menu {
  display: block;
}
.menu_item {
  position: relative;
}
.s .menu_item {
  border-bottom: 1px solid #fff;
  padding: 5.8vw 0;
}
.s .menu_item a {
  color: #fff;
}
.s .menu_itemList {
  display: none;
  padding-left: calc(20px + 1vw );
}
.menu_itemTitle {
  font-size: 18px;
  font-weight: 500;
}
.s .menu_itemTitle._accordion::before {
  content: "＋";
  font-size: 20px;
  font-weight: 400;
  margin-right: 1vw;
}
.s .menu_itemTitle._open._accordion::before {
  content: "ー";
}
.s .menu_itemTitle {
  font-weight: 600;
  margin-left: calc(20px + 1vw);
}
.s .menu_itemTitle._accordion {
  margin-left: 0;
}

.menu_itemListName {
  margin: 18px 0;
  font-size: 14px;
  font-weight: 100;
  display: block;
}
a.menu_itemListName {
  color: #fff;
}
.menu_itemList {
  margin-top: 25px;
}
.menu_itemListName:first-child {
  margin-top: 0;
}
.copyright {
  background-color: #000;
  color: #fff;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s .copyright {
  font-size: 10px;
}

.zoomist-slider  {
  bottom: 0;
  right: 0;
  top: auto !important;
  left: auto !important;
  border-radius: 5px 0 0 0 !important;
}
.mapSec_floorSlider {
  display: none;
  max-width: 720px;
  margin: 0 auto;
}
.mapSec_floorSlider._active {
  display: block;
}
.mapSec_floorSlider_list {
  margin: 0  15px;
  height: 80px;
  background-color: #fff;
  position: relative;
}
.s .mapSec_floorSlider_list {
  height: auto;
}
.mapSec_floorSlider li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.mapSec_floorSlider li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5); 
  z-index: 1;
}
.mapSec_floorSlider_list.slick-center a::before  {
  background-color: rgba(0,0,0,0);
}
.mapSec_floorSlider_list {
  pointer-events: none;
}
.mapSec_floorSlider_list.slick-center {
  pointer-events: all;
}
.mapSec_floorSlider_list.slick-center._disable {
  pointer-events: none;
}
.mapSec_floorSlider_list._disable::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  right: 0;
  bottom: 0;
}
.mapSec_floorSlider li a img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.mapSec_selectArea {
  margin-top: 20px;
}
.mapSec_selectArea .slick-arrow {
  z-index: 1;
  width: 56px;
  top: 50%;
  height: 56px;
}
.s .mapSec_selectArea .slick-arrow {
  width: 30px;
  height: 30px;
}
.mapSec_selectArea  .slick-arrow::before {
  display: none;
}
.mapSec_selectArea  .slick-prev {
  left: -10px;
}
.mapSec_selectArea  .slick-next {
  right: -10px;
}
.zoomist-image._smooth {
  transition: all .5s;
}