@charset "UTF-8";
/*
Template: arkhe
Theme Name: 趣味の文具祭
Theme URI: https://www.shumibunfes.com/
Description: 趣味の文具祭テーマ
Version: 1.0.0
Author: Heritage Inc.
*/
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}

a:link,
a:active,
a:hover,
a:focus {
  outline: none !important;
  -moz-outline-style: none;
}

#pagetop {
  border-radius: 100%;
  background-color: #3F569B;
  opacity: 0.9;
}

.p-fixBtnWrap {
  bottom: 3%;
}

.has-ajax .fancybox__content {
  max-width: 500px;
  min-width: 500px;
}
@media screen and (max-width: 499px) {
  .has-ajax .fancybox__content {
    max-width: 98%;
    min-width: 98%;
  }
}
.has-ajax .fancybox__content .wp-block-group__inner-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.has-ajax .fancybox__content .wp-block-group__inner-container .wp-block-heading {
  position: relative;
  line-height: 1.2;
}
.has-ajax .fancybox__content .wp-block-group__inner-container .wp-block-heading:first-child::before {
  background-color: var(--wp--preset--color--arkb-orange);
}
.has-ajax .fancybox__content .wp-block-group__inner-container .wp-block-heading::before {
  position: absolute;
  content: "";
  display: block;
  background-color: var(--wp--preset--color--arkb-purple);
  height: 1rem;
  margin-left: -2rem;
  top: 50%;
  margin-top: -0.5rem;
  width: 25px;
}
.has-ajax .fancybox__content .wp-block-group__inner-container .ark-block-dl__dt {
  border-left-color: var(--wp--preset--color--arkb-blue);
  border-left-width: 5px;
}

.l-header {
  width: 200px;
  right: 0;
  left: inherit;
}
.l-header .l-container {
  height: 54px;
}
.l-header .l-header__center,
.l-header .l-header__drawerBtn {
  display: none;
}

#footer {
  display: none;
}

.p-page__title.c-pageTitle {
  display: none;
}

.c-postContent.p-front__content {
  margin-top: 0;
}

.p-breadcrumb {
  display: none;
}

.l-content__body {
  margin: 0 auto !important;
}

.u-flex-ac {
  align-items: center;
}

.catchphrase,
.catchphrase2 {
  position: relative;
  z-index: 2 !important;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  margin-left: calc((100% - 100vw) / 2);
}
.catchphrase p,
.catchphrase2 p {
  line-height: 1.2;
  font-size: 0.8em;
  text-align: center;
}
.catchphrase p a,
.catchphrase2 p a {
  display: block;
}

.catchphrase {
  background-color: #70C4E0;
  color: white;
}

.catchphrase2 {
  background-color: rgb(174.8706896552, 221.9396551724, 237.6293103448);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: rgb(41.6896551724, 154.6551724138, 192.3103448276);
}
.catchphrase2 a {
  text-decoration: none;
  color: rgb(33.5229357798, 45.7614678899, 82.4770642202);
}

.arkb-tabBody {
  padding-top: 3em;
  padding-left: 0;
  padding-right: 0;
}

.w100 {
  width: 100%;
}

.u-mt--5 {
  margin-top: -0.5em !important;
}

.u-mt--10 {
  margin-top: -1em !important;
}

.u-mt--15 {
  margin-top: -1.5em !important;
}

.u-mt--20 {
  margin-top: -2em !important;
}

.u-mt--30 {
  margin-top: -3em !important;
}

.u-ml--10 {
  margin-left: -1em !important;
}

.u-ml--15 {
  margin-left: -1.5em !important;
}

.u-ml--20 {
  margin-left: -2em !important;
}

.u-ml--30 {
  margin-left: -3em !important;
}

.u-mr--5 {
  margin-right: -0.5em !important;
}

.u-mr--10 {
  margin-right: -1em !important;
}

.u-mr--15 {
  margin-right: -1.5em !important;
}

.u-mr--20 {
  margin-right: -2em !important;
}

.u-mr--30 {
  margin-right: -3em !important;
}

.u-mb--20 {
  margin-bottom: -2em !important;
}

.u-mb--30 {
  margin-bottom: -3em !important;
}

.rotate-30 {
  transform: rotate(-30deg);
}

.rotate-25 {
  transform: rotate(-25deg);
}

.rotate-20 {
  transform: rotate(-20deg);
}

.rotate-15 {
  transform: rotate(-15deg);
}

.rotate-10 {
  transform: rotate(-10deg);
}

.rotate-5 {
  transform: rotate(-5deg);
}

.rotate0 {
  transform: rotate(0deg);
}

.rotate5 {
  transform: rotate(5deg);
}

.rotate10 {
  transform: rotate(10deg);
}

.rotate15 {
  transform: rotate(15deg);
}

.rotate20 {
  transform: rotate(20deg);
}

.rotate25 {
  transform: rotate(25deg);
}

.rotate30 {
  transform: rotate(30deg);
}

.text-right {
  text-align: right;
}

.zindex-1 {
  z-index: 1;
}

.zindex-10 {
  z-index: 10;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0; /*初期状態では透明に*/
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pikopiko1 {
  0% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}
@keyframes pikopiko2 {
  0% {
    transform: rotate(-10deg);
  }
  to {
    transform: rotate(15deg);
  }
}
@keyframes pikopiko3 {
  0% {
    transform: rotate(3deg);
  }
  to {
    transform: rotate(-3deg);
  }
}
@keyframes pikopiko4 {
  0% {
    transform: rotate(-3deg);
  }
  to {
    transform: rotate(8deg);
  }
}
@keyframes pikopiko5 {
  0% {
    transform: rotate(-1deg);
  }
  to {
    transform: rotate(2deg);
  }
}
@keyframes pikopiko6 {
  0% {
    transform: rotate(2deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pikopiko1, .shumibunfes-logo::after {
  animation: pikopiko1 1.3s steps(2, start) infinite;
}

.pikopiko2 {
  animation: pikopiko2 1.1s steps(2, start) infinite;
}

.pikopiko3, .ticket::after, .shumibunfes-logo::before {
  animation: pikopiko3 1s steps(2, start) infinite;
}

.pikopiko4 {
  animation: pikopiko4 0.8s steps(2, start) infinite;
}

.pikopiko5, #privilege.wp-block-group .fes_privilege.fes_privilege_20240911::after, #mate.wp-block-group .ark-block-slider::after {
  animation: pikopiko5 1.4s steps(2, start) infinite;
}

.pikopiko6 {
  animation: pikopiko5 1.2s steps(2, start) infinite;
}

.pulse {
  animation: pulse 1.5s infinite;
}

.effect-slide-top {
  opacity: 0;
  transform: translate(0, 200px);
  transition: all 300ms;
  overflow: visible;
}

.effect-slide-bottom {
  opacity: 0;
  transform: translate(0, -430px);
  transition: all 300ms;
  overflow: visible;
}

.effect-slide-left {
  opacity: 0;
  transform: translate(200px, 0);
  transition: all 300ms;
  overflow: visible;
}

.effect-slide-right {
  opacity: 0;
  transform: translate(-200px, 0);
  transition: all 300ms;
  overflow: visible;
}

.effect-slide-top.effect-scroll,
.effect-slide-bottom.effect-scroll,
.effect-slide-left.effect-scroll,
.effect-slide-right.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.fes_title {
  width: 100%;
}

.shumibun_title {
  width: min(70%, 280px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-height: 700px) {
  .shumibun_title {
    width: min(70%, 200px);
  }
}

.shumibunfes-catchcopy,
.shumibunfes-logo {
  position: relative;
}

.shumibunfes-catchcopy img {
  width: 100%;
  height: auto;
  max-width: 280px;
}
.shumibunfes-catchcopy::before {
  position: absolute;
  left: -21%;
  top: -28%;
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2023/05/shumibun-ill_11.png");
  width: 18%;
  height: 61%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-height: 800px) {
  .shumibunfes-catchcopy::before {
    left: -25%;
    top: 10%;
  }
}
.shumibunfes-catchcopy::after {
  position: absolute;
  right: -10%;
  bottom: -39%;
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2023/05/shumibun-ill_01.png");
  width: 23%;
  height: 56%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-height: 800px) {
  .shumibunfes-catchcopy::after {
    right: -23%;
    bottom: -10%;
  }
}

.shumibunfes-logo img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
.shumibunfes-logo::before {
  position: absolute;
  left: -43%;
  bottom: -28%;
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2023/06/shumibun-ill_12.png");
  width: 62%;
  height: 67%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 430px) {
  .shumibunfes-logo::before {
    left: -33%;
    bottom: -15%;
    width: 51%;
    height: 50%;
  }
}
@media screen and (min-width: 429px) and (max-height: 700px) {
  .shumibunfes-logo::before {
    left: -50%;
    bottom: -26%;
  }
}
.shumibunfes-logo::after {
  position: absolute;
  right: -25%;
  bottom: -10%;
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2023/05/shumibun-ill_03.png");
  width: 43%;
  height: 37%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 430px) {
  .shumibunfes-logo::after {
    right: -22%;
    bottom: -12%;
  }
}
@media screen and (min-width: 429px) and (max-height: 700px) {
  .shumibunfes-logo::after {
    right: -38%;
    bottom: -11%;
  }
}

.date-and-place {
  position: relative;
}
.date-and-place p {
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .date-and-place {
    margin-left: -5%;
    margin-right: -5%;
    margin-top: 4.5rem !important;
  }
}
@media screen and (max-height: 700px) {
  .date-and-place {
    margin-left: -5%;
    margin-right: -5%;
  }
}
.date-and-place::before {
  content: "";
  display: block;
  width: 2.8%;
  height: 60%;
  background-color: #3F569B;
  border-radius: 4px;
  position: absolute;
  left: 3%;
  top: -15%;
  transform: rotate(33deg);
}
@media screen and (max-width: 380px) {
  .date-and-place::before {
    left: -3%;
  }
}
@media screen and (max-height: 700px) {
  .date-and-place::before {
    left: -3%;
  }
}
.date-and-place::after {
  content: "";
  display: block;
  width: 2.8%;
  height: 60%;
  background-color: #A174AF;
  border-radius: 4px;
  position: absolute;
  right: 10%;
  bottom: -20%;
  transform: rotate(33deg);
}
@media screen and (max-width: 430px) {
  .date-and-place::after {
    right: 0;
  }
}
@media screen and (max-height: 700px) {
  .date-and-place::after {
    right: -3%;
  }
}

.timer {
  margin-top: 1rem !important;
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}
.timer #day, .timer #hour, .timer #minute, .timer #second,
.timer #sp_day, .timer #sp_hour, .timer #sp_minute, .timer #sp_second {
  font-size: 160%;
  margin: 0 0.2em;
  padding: 0 0.2em;
  background-color: #333333;
  color: white;
  border-radius: 5px;
}
.timer::before {
  position: absolute;
  left: -5%;
  top: -110%;
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2024/05/shumibun-ill_27.png");
  width: 25%;
  height: 110%;
  background-size: contain;
  background-repeat: no-repeat;
  animation: pikopiko4 1.3s steps(2, start) infinite;
}
.timer::after {
  position: absolute;
  right: -10%;
  top: -60%;
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2023/09/shumibun-ill_22.png");
  width: 25%;
  height: 85%;
  background-size: contain;
  background-repeat: no-repeat;
  animation: pikopiko2 1.1s steps(2, start) infinite;
}

.sp_timer::before {
  position: absolute;
  left: -5%;
  top: -110%;
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2024/05/shumibun-ill_27.png");
  width: 25%;
  height: 110%;
  background-size: contain;
  background-repeat: no-repeat;
  animation: pikopiko4 1.3s steps(2, start) infinite;
}
.sp_timer::after {
  position: absolute;
  right: -10%;
  top: -60%;
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2023/09/shumibun-ill_22.png");
  width: 25%;
  height: 85%;
  background-size: contain;
  background-repeat: no-repeat;
  animation: pikopiko2 1.1s steps(2, start) infinite;
}

/*  Left Column */
.fes_left-column {
  width: calc((100% - 430px) / 2);
  height: 100vh;
  background-color: #EF872C;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .fes_left-column {
    z-index: 0;
    width: 100%;
    height: inherit;
    position: relative;
    justify-content: center !important;
    background-color: #3F569B;
    border-bottom: 20px solid #3F569B;
  }
  .fes_left-column::after {
    display: none;
  }
}
.fes_left-column::after {
  background-color: #EF872C;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/shumibunfes/assets/images/shumibunfes_back_left.gif");
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.4;
  background-size: 35%;
  animation: bg 6000s infinite linear;
}
@media screen and (max-width: 1200px) {
  .fes_left-column::after {
    background-size: 25%;
  }
}
.fes_left-column .fes_left-column-inner {
  width: 440px;
  background-color: white;
  height: 100vh;
  border-left: 20px solid #A174AF;
  justify-content: center;
  align-items: center !important;
  position: relative;
}
.fes_left-column .fes_left-column-inner a {
  color: var(--ark-color--text) !important;
}
#teaser2024 .fes_left-column .fes_left-column-inner, #y2024 .fes_left-column .fes_left-column-inner {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(102, 102, 102, 0.1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(102, 102, 102, 0.1) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top center;
}
@media screen and (max-width: 1200px) {
  .fes_left-column .fes_left-column-inner {
    height: inherit;
    border-right: 20px solid #EF872C;
    padding-top: 3em !important;
    padding-bottom: 3em !important;
    z-index: 1;
  }
}
@media screen and (min-width: 430px) and (max-width: 1200px) {
  .fes_left-column .fes_left-column-inner {
    width: 454px;
  }
}
@media screen and (max-width: 430px) {
  .fes_left-column .fes_left-column-inner {
    width: 100%;
  }
}

@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100000px 10000px;
  }
}
/*  Center Column */
.fes_center-column {
  width: 430px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.1) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top center;
}
#teaser2024 .fes_center-column {
  border-bottom: 20px solid #3F569B;
  background-color: white;
  background-image: none;
  color: inherit;
  /*
  height: calc( 100vh - 2em );
  display: flex;
  */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*
  a {
      color: inherit;
  }
  */
}
@media screen and (max-height: 800px) {
  #teaser2024 .fes_center-column {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
}
@media screen and (max-width: 1200px) {
  #teaser2024 .fes_center-column {
    padding-top: 4em !important;
    padding-bottom: 3em !important;
    height: inherit;
  }
}
#y2024 .fes_center-column {
  border-bottom: 20px solid #3F569B;
  background-color: white;
  background-image: none;
  color: inherit;
  justify-content: center;
  align-items: center;
}
@media screen and (max-height: 800px) {
  #y2024 .fes_center-column {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
}
@media screen and (max-width: 1200px) {
  #y2024 .fes_center-column {
    max-width: 415px;
    padding-top: 4em !important;
    padding-bottom: 3em !important;
    height: inherit;
  }
}
.fes_center-column .fes_news {
  background-color: rgba(112, 196, 224, 0.3);
  border-radius: 6px;
}
.fes_center-column .fes_news .wp-block-group__inner-container {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 0.7em;
}
.fes_center-column .fes_news .ark-block-dl__dt {
  border-left-width: 5px;
  border-left-color: #EF872C;
}
@media screen and (max-width: 1200px) {
  .fes_center-column {
    justify-content: center !important;
  }
}
@media screen and (max-width: 430px) {
  .fes_center-column {
    width: 100%;
    box-shadow: none;
  }
}

/*  Right Column */
.fes_right-column {
  width: calc((100% - 430px) / 2);
  height: 100vh;
  background-color: #A174AF;
  position: fixed;
  right: 0;
  top: 0;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .fes_right-column {
    width: 100%;
    height: inherit;
    position: relative;
    justify-content: center !important;
    z-index: 0;
    display: flex;
  }
}
.fes_right-column::after {
  background-color: #A174AF;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/shumibunfes/assets/images/shumibunfes_back_right.gif");
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.4;
  background-size: 35%;
  animation: bg 6000s infinite linear;
}
@media screen and (max-width: 1200px) {
  .fes_right-column::after {
    background-size: 25%;
  }
}
.fes_right-column .fes_right-column-inner {
  width: 440px;
  background-color: white;
  height: 100vh;
  border-right: 20px solid #EF872C;
  justify-content: center;
  align-items: center !important;
}
#teaser2024 .fes_right-column .fes_right-column-inner, #y2024 .fes_right-column .fes_right-column-inner {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(102, 102, 102, 0.1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(102, 102, 102, 0.1) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top center;
}
@media screen and (max-width: 1200px) {
  .fes_right-column .fes_right-column-inner {
    padding-top: 3em;
    padding-bottom: 3em;
    height: inherit;
    border-left: 20px solid #70C4E0;
    border-right-color: #3F569B;
  }
}
@media screen and (min-width: 430px) and (max-width: 1200px) {
  .fes_right-column .fes_right-column-inner {
    width: 454px;
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
}
@media screen and (max-width: 430px) {
  .fes_right-column .fes_right-column-inner {
    width: 100%;
  }
}

.right_footer {
  display: none;
}
#teaser2024 .right_footer, #y2024 .right_footer {
  display: block;
}

@media screen and (max-width: 1199px) {
  #teaser2024 {
    display: flex;
    flex-direction: column;
  }
  #teaser2024 .fes_left-column {
    order: 2;
  }
  #teaser2024 .fes_center-column {
    order: 1;
  }
  #teaser2024 .fes_right-column {
    order: 3;
  }
}
@media screen and (max-width: 1200px) {
  .l-content__body {
    background-color: #EF872C;
    margin: 0 !important;
    position: relative;
    z-index: 0;
  }
  .l-content__body::after {
    background-color: #EF872C;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/shumibunfes/assets/images/shumibunfes_back_left.gif");
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.4;
    background-size: 35%;
    animation: bg 6000s infinite linear;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .l-content__body::after {
    background-size: 25%;
  }
}
@media screen and (max-width: 1200px) {
  .l-container {
    padding-left: 0;
    padding-right: 0;
  }
  .center_footer {
    display: none;
  }
  .right_footer {
    display: block;
  }
}
.ill10 {
  margin-right: -3em;
}
@media screen and (max-width: 430px) {
  .ill10 {
    margin-right: -1em;
  }
}

.ticket {
  width: 100%;
  text-align: left;
  position: relative;
}
.ticket::after {
  position: absolute;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 430px) {
  .ticket::after {
    right: -5%;
  }
}
.ticket.ticket2025hanbai::after {
  right: 0;
  bottom: -380%;
  width: 40%;
  height: 520%;
  background-image: url(/wp-content/uploads/2025/04/shumibun-ill-2025_01.png);
}
@media screen and (max-width: 440px) {
  .ticket.ticket2025hanbai::after {
    bottom: -200%;
    right: -3%;
  }
}
.ticket.ticket20240613::before, .ticket.ticket20240920::before {
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: 0.5rem 0.6rem;
  content: "完売御礼!";
  display: block;
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
  font-size: 1.4rem;
  line-height: 1.2;
  z-index: 100;
  transform: rotate(-5deg);
}
.ticket.ticket20240613::after {
  right: 0;
  bottom: -380%;
  width: 40%;
  height: 520%;
  background-image: url(/wp-content/uploads/2024/06/shumibun-ill-2024_03.png);
}
@media screen and (max-width: 440px) {
  .ticket.ticket20240613::after {
    bottom: -200%;
    right: -3%;
  }
}

.fes_cta .ark-block-dl__dt {
  border-left-width: 5px;
  border-left-color: #70C4E0;
}

.sp_cta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1em;
  color: white;
  text-align: center;
  display: none;
}

.l-footer__widgets {
  display: none;
}

#contents {
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #70C4E0;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.1) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top center;
}
#contents h3 {
  padding-left: 2rem;
  position: relative;
}
#contents h3::after {
  position: absolute;
  right: 20px;
  bottom: -10px;
  width: 120px;
  height: 126px;
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/2023/05/shumibun-ill_08.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#contents_tab .arkb-tabList {
  margin-left: 2em;
  position: relative;
  z-index: 5;
}
#contents_tab .arkb-tabBody {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  padding-left: 4rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  margin-right: 1rem;
  background-color: white;
  background-image: url("/wp-content/themes/shumibunfes/assets/images/binder.jpg");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 47px 99px;
  color: #666;
  position: relative;
}
#contents_tab .arkb-tabBody::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  background-image: url("/wp-content/themes/shumibunfes/assets/images/binder-edge.jpg");
  width: 15px;
  height: 12px;
  background-size: 15px 12px;
}
#contents_tab .arkb-tabBody::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-image: url("/wp-content/themes/shumibunfes/assets/images/binder-edge.jpg");
  width: 15px;
  height: 12px;
  background-size: 15px 12px;
}
#contents_tab .arkb-tabBody .arkb-tabBody__content figure:not(.no-border) img {
  border: 1px solid #ccc;
}
#contents_tab .arkb-tabList__item {
  margin-right: 3px;
  margin-left: 3px;
}
#contents_tab .arkb-tabList__button {
  padding: 0.75em 1em 0.5em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: rgba(255, 255, 255, 0.65);
}
#contents_tab button[aria-selected=true] {
  margin-top: 8px;
  padding-bottom: 0.75em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  color: white;
}
#contents_tab button[aria-controls=tab-e3a01fd5-0] {
  background-color: #3F569B;
}
#contents_tab button[aria-controls=tab-e3a01fd5-1] {
  background-color: #EF872C;
}
#contents_tab button[aria-controls=tab-e3a01fd5-2] {
  background-color: #A174AF;
}

#mate.wp-block-group {
  margin-left: -2rem;
  margin-right: -2rem;
  background-color: #950030;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.1) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top center;
  color: white;
}
#mate.wp-block-group > .wp-block-group__inner-container {
  padding: 2em;
}
#mate.wp-block-group p > a {
  color: white;
}
#mate.wp-block-group .ark-block-slider {
  color: #950030;
  top: -5px;
  left: -5px;
  position: relative;
}
#mate.wp-block-group .ark-block-slider p {
  color: black;
}
#mate.wp-block-group .ark-block-slider::after {
  content: "";
  display: block;
  border: 5px dotted white;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  left: 10px;
  top: 10px;
  position: absolute;
}
#mate.wp-block-group .ark-block-slider__color {
  border-radius: 20px;
}

#thanks {
  position: relative;
  padding: 0.6rem 0 0;
  margin: 1rem -2rem 0;
}
#thanks .wp-block-heading {
  color: #1d81ac;
}
#thanks p {
  color: black;
}
#thanks::before, #thanks::after {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
#thanks::before {
  background-color: #3F569B;
  top: 0;
}
@media screen and (max-width: 1199px) {
  #thanks::before {
    background-color: #70C4E0;
  }
}
#thanks::after {
  background-color: #EF872C;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  #thanks {
    margin: -4rem -2rem 4rem;
  }
}

#mate .mate_title {
  position: relative;
  text-align: left;
  width: 100%;
}
#mate .mate_title::after {
  position: absolute;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  right: -5%;
  bottom: -60%;
  width: 28%;
  height: 145%;
  background-image: url(/wp-content/uploads/2024/06/shumibun-ill-2024_42.png);
}

.senkou {
  position: relative;
}
.senkou::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  left: -6%;
  bottom: 15%;
  width: 30%;
  height: 30%;
  background-image: url(/wp-content/uploads/2024/06/shumibun-ill-2024_43.png);
}
@media screen and (max-width: 444px) {
  .senkou::after {
    left: -8%;
    bottom: 20%;
  }
}

#original.wp-block-group {
  margin-left: -2rem;
  margin-right: -2rem;
  background-color: #A174AF;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.1) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top center;
  color: white;
}
#original.wp-block-group a {
  color: white;
}
#original.wp-block-group .fes_original {
  margin-top: 0 !important;
}
#original.wp-block-group > .wp-block-group__inner-container {
  padding: 2em;
}

#gourmet.wp-block-group {
  margin-left: -2rem;
  margin-right: -2rem;
  background-color: rgb(187.4448275862, 227.1275862069, 240.3551724138);
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.35) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.35) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top center;
}
#gourmet.wp-block-group .fes_original {
  margin-top: 0 !important;
}
#gourmet.wp-block-group > .wp-block-group__inner-container {
  padding: 2em;
}

#privilege.wp-block-group {
  margin-left: -2rem;
  margin-right: -2rem;
  background-color: #EF872C;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.1) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top center;
  color: white;
}
#privilege.wp-block-group a {
  color: white;
}
#privilege.wp-block-group .fes_original {
  margin-top: 0 !important;
}
#privilege.wp-block-group > .wp-block-group__inner-container {
  padding: 2em;
}
#privilege.wp-block-group .fes_privilege {
  width: 100%;
  position: relative;
}
#privilege.wp-block-group .fes_privilege::after {
  position: absolute;
  right: 0;
  bottom: -30%;
  width: 57%;
  height: 290%;
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/2024/07/shumibun-ill-2024_44.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#privilege.wp-block-group .fes_privilege.fes_privilege_20240911::after {
  background-image: url(/wp-content/uploads/2024/09/shumibun-ill-2024_47.png);
  bottom: -360%;
  right: -5%;
  width: 37%;
  height: 500%;
}
#privilege.wp-block-group .fes_privilege.fes_privilege_2025::after {
  background-image: url(/wp-content/uploads/2025/05/shumibun-ill-2025.png);
}
#privilege.wp-block-group .bag {
  position: relative;
}
#privilege.wp-block-group .bag::after {
  display: block;
  white-space: pre-wrap;
  width: 55%;
  background-color: rgba(29, 129, 172, 0.9);
  padding: 0.4em;
  content: "今年の前売り特典の\aトートバッグはこれ！";
  line-height: 1.1;
  position: absolute;
  right: 0;
  top: 15%;
  transform: rotate(5deg);
}

.fes_map {
  width: 100%;
  position: relative;
}
.fes_map::after {
  position: absolute;
  right: 0;
  top: -10%;
  width: 30%;
  height: 274%;
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/2023/08/shumibun-ill_21.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: pikopiko4 1s steps(2, start) infinite;
}

#map.wp-block-group {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 0;
  background-color: #70C4E0;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.1) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top center;
}
#map.wp-block-group > .wp-block-group__inner-container {
  padding: 2em;
}

#schedule.wp-block-group .fes_schedule {
  color: white;
}
#schedule.wp-block-group {
  margin-left: -2rem;
  margin-right: -2rem;
  background-color: #A174AF;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.05) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(240, 240, 240, 0.05) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top center;
}
#schedule.wp-block-group > .wp-block-group__inner-container {
  padding: 2em;
}

.caption_b .wp-element-caption {
  margin-top: 1em;
  padding: 0.15em 0.52em;
  border-radius: 50%;
  background-color: black;
  color: white;
  font-size: 0.9em;
  display: inline;
}/*# sourceMappingURL=style.css.map */