@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap");
:root {
  --colorblack: #2E2323;
  --colorgray: #F1F4F9;
  --colorwhite: #FFF;
  --colorred: #ff54af;
  --colorgreen: #54de04;
  --colororange: #ebb207;
  --colorlightblue: #9cf3ff;
  --colorblue: #2159db;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2147483647;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2147483648;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(/event/oekaki2024/list/images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/event/oekaki2024/list/images/controls.png) no-repeat -100px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/event/oekaki2024/list/images/controls.png) no-repeat -129px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/event/oekaki2024/list/images/controls.png) no-repeat -100px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/event/oekaki2024/list/images/controls.png) no-repeat -129px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(/event/oekaki2024/list/images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(/event/oekaki2024/list/images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(/event/oekaki2024/list/images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(/event/oekaki2024/list/images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(/event/oekaki2024/list/images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(/event/oekaki2024/list/images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/event/oekaki2024/list/images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/event/oekaki2024/list/images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/event/oekaki2024/list/images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

.okekakilist_body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  /***追従するトップへ戻るボタン***/
  /***トップへ戻るボタンここまで***/
}
.okekakilist_body .mv-1280 {
  width: 1280px;
  margin: 0 auto;
}
.okekakilist_body div.info {
  text-align: center;
  font-weight: 900;
  font-size: 4em;
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 2px 0 var(--colorred);
  -webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;
  padding: 2em 0;
}
.okekakilist_body section {
  min-width: 1280px;
  margin: 0 auto;
}
.okekakilist_body section ul {
  -moz-column-count: 4;
       column-count: 4;
  width: 1280px;
  margin: 0 auto;
  border: 10px var(--colorred) solid;
  padding: 3em;
  border-radius: 2em;
  box-sizing: border-box;
}
.okekakilist_body section ul li {
  text-align: center;
  width: 95%;
  margin: 0 0 3em 0;
}
.okekakilist_body section ul li a {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--colorred);
}
.okekakilist_body div.obi {
  max-width: 1280px;
  margin: 2vh auto;
}
.okekakilist_body div.obi img {
  width: 100%;
}
.okekakilist_body .pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 12%;
  background: #fff;
  border: solid 2px #ff54af;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.okekakilist_body .pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #ff54af;
  border-right: 3px solid #ff54af;
  transform: translateY(20%) rotate(-45deg);
}

@media screen and (max-width: 899px) {
  .okekakilist_body .mv-1280 {
    width: 100%;
  }
  .okekakilist_body div.info {
    font-size: 2em;
  }
  .okekakilist_body section {
    min-width: 100%;
  }
  .okekakilist_body section ul {
    width: 100%;
    -moz-column-count: 2;
         column-count: 2;
    padding: 1em;
  }
  .okekakilist_body section ul li {
    text-align: center;
    width: 98%;
    margin: 0 0 2em 0;
    box-sizing: border-box;
    display: inline-block;
  }
  .okekakilist_body .pagetop {
    bottom: 20%;
  }
  #cboxCurrent {
    display: none !important;
  }
}/*# sourceMappingURL=2024list.css.map */