@charset "UTF-8";
:root {
  --color_01: #000;
  --color_02: #000;
  --bg: #eee;
  --text: #222;
  --red: #ff0000;
  --font_m: "Noto Serif JP", serif;
  --font_n: "Noto Sans JP", sans-serif;
}

.pane-contents {
  overflow: hidden;
}

#lim {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  font-family: var(--font_n);
  color: var(--text);
  letter-spacing: 0.03em;
  /*【PC】*/
  /*【SP】*/
}
#lim .mv {
  background: url(/img/event/sale-lim/mv.jpg) no-repeat scroll top center/cover;
  padding: 30px 0;
}
#lim .mv img {
  vertical-align: bottom;
}
@media (max-width: 768px) {
  #lim .mv {
    background: url(/img/event/sale-lim/mv_sp.jpg) no-repeat scroll top center/cover;
  }
  #lim .mv .inner {
    padding: 0;
  }
}
#lim .page_link {
  margin: 30px 0;
}
#lim .page_link ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
#lim .page_link a {
  display: block;
  padding: 30px 0;
  background: #ffef74;
  text-align: center;
  font-size: 1.3em;
  letter-spacing: -1px;
  position: relative;
  border-radius: 5px;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#lim .page_link a:hover {
  text-decoration: none;
  background: #ffe83a;
}
#lim .page_link a:before {
  content: "";
  width: 9px;
  height: 9px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 15px;
}
@media (max-width: 768px) {
  #lim .page_link {
    margin: 0;
  }
  #lim .page_link ul {
    display: block;
  }
  #lim .page_link li {
    width: 100%;
    margin: 10px 0;
  }
  #lim .page_link a {
    padding: 10px 0;
    font-size: 1.2em;
  }
  #lim .page_link a:before {
    width: 7px;
    height: 7px;
    border-width: 0 1px 1px 0;
    left: 94%;
    bottom: 45%;
  }
}
#lim .amani {
  background: url(/img/event/sale-lim/amani_bg.jpg) no-repeat scroll 0 0/cover;
  margin: 60px 0;
}
#lim .amani a {
  display: flex;
  grid-gap: 80px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#lim .amani a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#lim .amani .img {
  position: relative;
  width: 50%;
}
#lim .amani .img .icon {
  position: absolute;
  left: -40px;
  top: -20px;
  width: 60px;
  transform: translateY(-20px);
  animation: icon 10s ease infinite;
}
@keyframes icon {
  0% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
#lim .amani .text .name {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
#lim .amani .text .name span {
  font-weight: normal;
  border: 1px solid #888;
  font-size: 13px;
  padding: 2px 5px;
  display: inline-block;
  margin: 0 0 10px 0;
}
#lim .amani .text .t-1 {
  font-size: 1.2em;
}
#lim .amani .text .t-2 {
  margin: 20px 0 0 0;
  position: relative;
}
#lim .amani .text .t-3 {
  text-decoration: line-through;
  font-size: 0.8em;
}
#lim .amani .text .t-4 {
  font-size: 2.8em;
  font-weight: bold;
  color: #f52d3d;
}
#lim .amani .text .t-4 span {
  font-size: 14px;
}
#lim .amani .text .t-5 {
  background: #f52d3d;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  width: 67px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  padding: 11px 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6em;
}
#lim .amani .text .t-5 span {
  font-size: 0.7em;
}
#lim .amani .lim_btn {
  margin: 20px 0 0 0;
}
#lim .amani .lim_btn .btn {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #E7B22C;
  background: #E0BC53;
  color: #fff;
  background: #ffcb46;
  padding: 8px 30px;
}
@media (max-width: 768px) {
  #lim .amani {
    margin: 30px 0;
  }
  #lim .amani a {
    display: block;
    padding: 30px 0;
  }
  #lim .amani .img {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
  #lim .amani .img img {
    width: 80%;
  }
  #lim .amani .img .icon {
    left: -10px;
    width: 40px;
  }
  #lim .amani .text {
    text-align: center;
  }
  #lim .amani .text .name {
    font-size: 1.3em;
    margin: 0 0 10px 0;
  }
  #lim .amani .lim_btn .btn {
    display: block;
    padding: 12px 0;
    font-size: 1.2em;
  }
}
#lim [class*=bar_] {
  margin: 0 0 60px 0;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  #lim [class*=bar_] {
    margin: 0;
  }
}
#lim #bar_01 {
  background: url(/img/event/sale-lim/bar_bg.jpg) no-repeat scroll 0 0/cover;
  padding: 30px 0 10px 0;
}
#lim #bar_01 .text {
  position: relative;
  z-index: 1;
}
#lim #bar_01 .text .title {
  width: 800px;
}
#lim #bar_01 .text .icon {
  position: absolute;
  right: 275px;
  top: 5px;
  width: 140px;
  transform: rotate(-5deg);
  transform-origin: 20% bottom;
  animation: icon 8s ease infinite;
}
@keyframes icon {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@media (max-width: 768px) {
  #lim #bar_01 {
    padding: 5px 0 0 0;
  }
  #lim #bar_01 .text .title {
    width: 100%;
  }
  #lim #bar_01 .text .icon {
    right: 60px;
    width: 70px;
  }
}
#lim #bar_02 .img {
  width: 40%;
}
@media (max-width: 768px) {
  #lim #bar_02 .img {
    width: 100%;
  }
}
#lim #bar_03 {
  background: url(/img/event/sale-lim/bar_bg.jpg) no-repeat scroll 0 0/cover;
  padding: 50px 0 30px 0;
}
#lim #bar_03 img {
  width: 80%;
}
@media (max-width: 768px) {
  #lim #bar_03 {
    padding: 20px 0;
  }
  #lim #bar_03 img {
    width: 100%;
  }
}
#lim .bar_title {
  background: url(/img/event/sale-lim/bar_bg.jpg) no-repeat scroll 0 0/cover;
  padding: 80px 0;
}
#lim .bar_title .title {
  font-size: 2em;
  font-weight: bold;
  color: #669bd3;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
  position: relative;
}
#lim .bar_title .title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 50px;
  height: 1px;
  background: #aed0f3;
  transform: translateX(-50%);
}
#lim .bar_title .e {
  letter-spacing: 4px;
  font-size: 0.9em;
  color: #b2cce7;
}
@media (max-width: 768px) {
  #lim .bar_title {
    padding: 30px 0;
  }
  #lim .bar_title .title {
    font-size: 1.6em;
    letter-spacing: 0;
  }
}
#lim .move {
  transform: translateY(50px);
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
#lim .move.active {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 500ms;
}
#lim .m {
  font-family: var(--font_m);
}
#lim .n {
  font-family: var(--font_n);
}
#lim .bg {
  background: var(--bg);
}
#lim .color_01 {
  color: var(--color_01);
}
#lim .color_02 {
  color: var(--color_02);
}
#lim .color_03 {
  color: var(--color_03);
}
#lim h1,
#lim h2,
#lim h3,
#lim h4 {
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#lim .mini {
  font-size: 0.8em;
}
@media (min-width: 769px) {
  #lim .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #lim .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  #lim .inner,
  #lim .inner_mini {
    padding: 0 5%;
  }
  #lim .pc {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */