@charset "shift_jis";
/* Updated 2026/08/07.T */
body.-tablet #containment-area {
  width: calc(100% - 188px);
}
.fn-tablet-fixed01 {
  font-family: "Gothic MB101 DemiBold";
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 188px;
  height: 100%;
  min-height: 500px;
  background: #f9f8f3;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
.fn-tablet-fixed01>* {
  width: 100%;
}
.fn-tablet-fixed01 .top-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
  text-align: center;
  background: #004831;
  position: relative;
}
.fn-tablet-fixed01 .top-block::before {
  content: '';
  display: block;
  width: 200%;
  height: 250px;
  background: #004831;
  border-radius: 50%;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.fn-tablet-fixed01 .top-block>* {
  z-index: 0;
}
.fn-tablet-fixed01 .top-block>.txt {
  letter-spacing: 0.15em;
  color: #fff;
}
.fn-tablet-fixed01 .bottom-block>.lnk a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  width: 100%;
  min-height: 73px;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-size: 1.4rem;
  background: #f1ecd4;
  color: #141d1d;
}
.fn-tablet-fixed01 .bottom-block>.lnk a::before {
  content: '';
  display: block;
  margin-left: 13px;
  width: 16px;
  height: 16px;
  background: url(/kojin/olive/store/tablet/cmn/imgs/ico_arrow_01.svg) 0 0 / 100% auto no-repeat;
  order: 1;
}