@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #3C3C3C;
  outline: none;
  position: relative;
  display: inline-block;
}

a:hover {
  opacity: 0.7;
}

a img,
a svg {
  text-decoration: none;
  transition: all 0.3s;
  color: #3C3C3C;
  outline: none;
}

div {
  outline: none;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div,
li,
header,
footer,
dt,
dd,
section {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.pc-view {
  display: block !important;
}

.sp-view {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-view {
    display: none !important;
  }
  .sp-view {
    display: block !important;
  }
}
/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
  scroll-padding-top: 54px;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 88px;
  }
}

body {
  color: #3C3C3C;
  background: #fff;
  line-height: 2;
  font-size: 3.7333333333vw;
  font-weight: 500;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  min-height: -webkit-fill-available;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}

/*-- HTML5 elements --*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

strong {
  font-weight: bold;
}

section,
article {
  position: relative;
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #page {
    height: auto;
  }
  .btn-pagetop {
    display: none !important;
  }
}
#main {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.contents-box .box-inner {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pc-flex {
    display: flex;
  }
}
.font-en {
  font-family: "Montserrat", sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

/* 共通パーツ-------------------------------------------*/
.c-box {
  position: relative;
  overflow: hidden;
  letter-spacing: 0.05em;
}
.c-box img {
  width: 100%;
}

/* PC用背景 */
.pc-side {
  position: sticky;
  top: 0;
  height: 100vh;
  flex: 1;
  overflow: hidden;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .pc-side {
    display: none !important;
  }
}
.pc-side img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pc-side.side-l {
  z-index: 1;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FD1032;
  background: #FD1032 url(../images/bg_tile.png);
  background-size: 4px;
}
.pc-side.side-r {
  z-index: 1;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0c1554 url(../images/bg_tile2.png);
  background-size: 4px;
}

.main-wrapper {
  max-width: 375px;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  .main-wrapper {
    max-width: initial;
    width: 100%;
  }
}

/*============================
#items
============================*/
#items {
  background: url(../images/bg_tile.png);
  background-size: 4px;
  padding: 9.3333333333vw 22px;
  /*============================
  #floor1
  ============================*/
  /*============================
  #floor2
  ============================*/
  /*============================
  #floor3
  ============================*/
}
@media (min-width: 769px) {
  #items {
    padding: 35px 22px;
  }
}
#items .item-list {
  margin-bottom: 14.6666666667vw;
  display: flex;
  gap: 14.6666666667vw 14px;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  #items .item-list {
    margin-bottom: 55px;
    gap: 55px 12px;
  }
}
#items .item-list li {
  width: calc(50% - 7px);
  border-radius: 9px;
  background: #ece3c2;
  border: 3px solid #dd960f;
  position: relative;
  padding: 12vw 0 5.3333333333vw;
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
  color: #00134d;
}
@media (min-width: 769px) {
  #items .item-list li {
    padding: 45px 0 20px;
  }
}
#items .item-list li .floor-name {
  position: absolute;
  top: -9.3333333333vw;
}
@media (min-width: 769px) {
  #items .item-list li .floor-name {
    top: -35px;
  }
}
#items .item-list li .shopname {
  padding: 0 10px;
  font-weight: 500;
}
#items .item-list li .category {
  padding: 0 10px 4vw;
  font-size: 11px;
}
@media (min-width: 769px) {
  #items .item-list li .category {
    padding-bottom: 15px;
  }
}
#items .item-list li .detail {
  background: url(../images/deco_ribbon.png) no-repeat top center;
  background-size: 100% auto;
  padding: 10.6666666667vw 10px 10px;
}
@media (min-width: 769px) {
  #items .item-list li .detail {
    padding: 40px 10px 10px;
  }
}
#items .item-list li .detail .font-r {
  color: #E6042B;
}
#items #floor1 li .floor-name {
  width: 30.1333333333vw;
  right: 0;
}
@media (min-width: 769px) {
  #items #floor1 li .floor-name {
    width: 113px;
  }
}
#items #floor2 li .floor-name {
  width: 28vw;
  right: 3.4666666667vw;
}
@media (min-width: 769px) {
  #items #floor2 li .floor-name {
    width: 105px;
    right: 13px;
  }
}
#items #floor3 li .floor-name {
  width: 29.6vw;
  right: 0;
}
@media (min-width: 769px) {
  #items #floor3 li .floor-name {
    width: 111px;
  }
}
.note-txt {
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
}
/*# sourceMappingURL=_map/common.css.map */
