html,
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.6em;
  font-family: "BIZ UDPGothic", "Meiryo", "Hiragino Kaku Gothic ProN", "sans-serif";
}
body {
  background-color: #fff;
  color: #000;
  background-image: none;
}
body:not(.withoutBgImage):before {
  content: none;
}
p {
  margin: 1em 0;
}
img {
  vertical-align: top;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #eb030f;
}
a:hover {
  color: #8b0007;
}
a:hover img {
  opacity: 0.8;
}
h1,
h2,
h3,
h4 {
  margin: 1em 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.6em;
  border: none;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
ul {
  list-style: disc;
}
li {
  margin: 5px 0 5px 30px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.wp-block-buttons {
  margin: 1em 0;
}
.wp-block-gallery {
  margin: 1em 0;
}
.wp-block-embed-twitter.aligncenter .wp-block-embed__wrapper {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.wp-block-embed-twitter.aligncenter .wp-block-embed__wrapper .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
#special__body {
  font-size: 18px;
  line-height: 1.6em;
}
#special__nav {
  z-index: 1;
  position: sticky;
  top: 0;
}
#special__main {
  margin-top: 2em;
  line-height: 1.8;
}
#special__footer {
  margin-top: 2em;
}
#special__bottom {
  margin-top: 2em;
  text-align: center;
}
.special__forSpOnly {
  display: block;
}
.special__forPcOnly {
  display: none;
}
@media screen and (min-width: 415px) {
  .special__forSpOnly {
    display: none;
  }
  .special__forPcOnly {
    display: block;
  }
}
.special__goodsTable {
  display: none;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.special__goodsTable__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  width: 100%;
}
.special__goodsTable__container .special__goodsTable__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  background-color: #eee;
  font-size: 16px;
}
.special__goodsTable__container .special__goodsTable__item__imageWrapper {
  overflow: hidden;
}
.special__goodsTable__container .special__goodsTable__item__image {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.special__goodsTable__container .special__goodsTable__item__image.loaded {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.special__goodsTable__container .special__goodsTable__item__label,
.special__goodsTable__container .special__goodsTable__item__price {
  font-weight: bold;
  text-align: center;
}
.special__goodsTable__container .special__goodsTable__item__price {
  margin-top: auto;
}
.special__goodsTable__container .special__goodsTable__item__text {
  padding: 5px 0;
  font-size: 0.9em;
  line-height: 1.2em;
}
@media screen and (min-width: 415px) {
  .special__goodsTable__container {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
  }
}
.special__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  max-width: 100%;
  background-color: #f0f0f0;
}
@media screen and (min-width: 415px) {
  .special__container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 800px;
    padding: 0 20px;
    max-width: 800px;
    margin: 0 auto;
  }
}
.special__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.special__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 170px;
  margin: 0 20px;
  padding: 5px 20px;
  background-color: #1877f2;
  border: 5px solid #1877f2;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  white-space: nowrap;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.special__button:hover,
.special__button:visited,
.special__button:active {
  color: #fff;
}
.special__button img,
.special__button svg {
  display: inline-block;
  width: auto;
  height: 2em;
  vertical-align: middle;
}
.special__button.special__button--twitter {
  background-color: #1d9bf0;
  border: 5px solid #1d9bf0;
}
.special__button.special__button--twitter:hover {
  background-color: #4db0f3;
}
.special__button.special__button--facebook {
  background-color: #1877f2;
  border: 5px solid #1877f2;
}
.special__button.special__button--facebook:hover {
  background-color: #4893f5;
}
.special__button.special__button--line {
  background-color: #00c300;
  border: 5px solid #00c300;
}
.special__button.special__button--line:hover {
  background-color: #00dc00;
}
@media screen and (min-width: 415px) {
  .special__button img,
  .special__button svg {
    height: 50px;
  }
}
.fadeIn {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.fadeIn.active {
  opacity: 1;
}
/*
@keyframes iconForHoverButton {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(3px);
    }
}
*/
@-webkit-keyframes iconHandArrow {
  from {
    left: -37px;
  }
  to {
    left: -42px;
  }
}
@keyframes iconHandArrow {
  from {
    left: -37px;
  }
  to {
    left: -42px;
  }
}
@-webkit-keyframes mainVisual__anime01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mainVisual__anime01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mordal__fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mordal__fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html,
body {
  background-color: #222;
  font-size: 18px;
}
h2 {
  margin-top: 0.5em;
  padding: 0.1em 0;
  font-size: 2em;
  letter-spacing: 0.1em;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#380c00), color-stop(73%, #901b1b));
  background: linear-gradient(to bottom, #380c00 0%, #901b1b 73%);
  -webkit-background-clip: text;
          background-clip: text;
  border-top: 6px double #901b1b;
  border-bottom: 6px double #901b1b;
}
@media screen and (min-width: 415px) {
  h2 {
    padding: 0.1em 0;
    font-size: 2.7em;
    letter-spacing: 0.3em;
  }
}
h3 {
  color: #5a1507;
  font-size: 1.3em;
}
@media screen and (min-width: 415px) {
  h3 {
    padding: 0.1em 0;
    font-size: 1.8em;
    letter-spacing: 0.1em;
  }
}
h4 {
  color: #5a1507;
}
li::marker {
  color: #5a1507;
}
strong {
  font-weight: 900;
}
.bradef__nowrapWrapperForPc br {
  display: inline;
}
@media screen and (min-width: 415px) {
  .bradef__nowrapWrapperForPc br {
    display: none;
  }
}
.special__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  max-width: 100%;
  background-color: transparent;
}
@media screen and (min-width: 415px) {
  .special__container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 800px;
    padding: 0 20px;
    max-width: 800px;
    margin: 0 auto;
  }
}
#bradef__body {
  font-size: 16px;
  line-height: 1.6em;
  font-family: "Noto Serif JP", "BIZ UDPGothic", "Meiryo", "Hiragino Kaku Gothic ProN", "sans-serif";
  word-break: break-all;
  /*
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg-top-2000x1203.jpg");

    &.bredef__body--ticket {
        background-image: url(../images/bg-ticket-2000x1203.jpg);
    }
    &.bredef__body--notice,
    &.bredef__body--goods
    {
        background-color: #fff;
        background-image: none;
    }
*/
  position: relative;
  background-image: none;
  background-color: transparent;
}
#bradef__body::before {
  content: "";
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/bg-ticket-2000x1203.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 415px) {
  #bradef__body {
    min-width: 800px;
    font-size: 18px;
    /*
        &.bredef__body--notice {
            background-attachment: fixed;
            background-position: center 96px;
            background-repeat: no-repeat;
            background-size: 2000px 1200px;
            background-image: url(../images/bg-notice-2000x1278.jpg);
        }
        &.bredef__body--goods {
            background-attachment: fixed;
            background-position: center 96px;
            background-repeat: no-repeat;
            background-size: 2000px 1200px;
            background-image: url(../images/bg-goods-2000x1278.jpg);
        }
*/
  }
  #bradef__body::before {
    min-width: 800px;
  }
}
#special__nav {
  z-index: 1;
  position: sticky !important;
  top: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #050608;
}
#special__nav .special__nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  background-color: transparent;
}
#special__nav .special__nav__container li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 190px;
  margin: 0;
  padding: 0;
}
#special__nav .special__nav__container a {
  display: block;
  margin: 0;
  padding: 0;
}
#special__nav .special__nav__container a img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 415px) {
  #special__nav {
    width: 100%;
    margin: 0 auto;
  }
  #special__nav .special__nav__container {
    width: 800px;
    margin: 0 auto;
  }
  #special__nav .special__nav__container a img {
    width: 190px;
    height: 76px;
  }
}
#special__bottom {
  position: relative;
  padding-top: 2em;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-family: "BIZ UDPGothic", "Meiryo", "Hiragino Kaku Gothic ProN", "sans-serif";
  font-size: 0.9rem;
}
#special__bottom .bradef__bottom__logo {
  width: 40%;
  max-width: 300px;
  height: auto;
}
#special__bottom .special__bottom__sitemap {
  margin-top: 1em;
}
#special__bottom .special__bottom__sitemap ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#special__bottom .special__bottom__sitemap li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 5px;
}
#special__bottom .special__bottom__sitemap li:nth-child(n+2):before {
  content: "|";
  position: absolute;
  display: block;
  left: -7px;
}
#special__bottom .special__bottom__companies {
  margin-top: 1em;
}
#special__bottom a {
  color: #fff;
}
#special__bottom a:hover {
  color: #eb030f;
}
@media screen and (min-width: 415px) {
  #special__bottom .special__bottom__companies {
    width: 70%;
    margin: 1em auto 0 auto;
  }
}
.twitter-timeline {
  margin: 0 auto;
}
.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 90%;
  margin: 2rem auto;
  padding: 10px;
  max-width: 100%;
  background-color: #fff;
}
.wp-block-group .wp-block-group__inner-container {
  padding: 1em 20px 2em 20px;
  border: 2px solid #8d6950;
}
@media screen and (min-width: 415px) {
  .wp-block-group {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    max-width: 800px;
    margin: 2rem auto;
  }
  .wp-block-group .wp-block-group__inner-container {
    padding: 1em 15% 2em 15%;
    border: 2px solid #8d6950;
  }
}
.wp-block-group {
  position: relative;
  padding: 10px;
  background-color: #e7d0ad;
  background-image: url("../images/parchment-800x1264.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #000;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
}
.wp-block-group .hg_block__dl-01 dl.hg_block__dl-01__child {
  border-color: rgba(50, 0, 0, 0.35);
}
.wp-block-group .hg_block__dl-01 dl.hg_block__dl-01__child dt {
  background-color: rgba(30, 0, 0, 0.2);
  border-color: rgba(50, 0, 0, 0.35);
}
.wp-block-group .hg_block__dl-01 dl.hg_block__dl-01__child dd {
  background-color: transparent;
}
@media screen and (min-width: 415px) {
  .wp-block-group .wp-block-group__inner-container {
    padding: 1em 15% 1em 15%;
  }
}
.wp-block-group._transparent {
  background-color: transparent;
  color: #fff;
}
/*
.wp-block-button__link {
    position: relative;
    padding-left: calc(2em + 6px);
    padding-right: calc(2em + 6px);
    background-color: darken( @colorParchment, 30% );
    color: #000;
    transition: all 100ms linear;

    &:after {
        content: "";
        z-index: 1;
        position: absolute;
        display: block;
        right: calc(1em - 2px);
        top: calc(50% - 8px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 10px 0 10px;
        border-color: #fff transparent transparent transparent;
        opacity: 0;
    }
    &:hover {
        color: #fff;
        background-color: #dd8000;
        
        &:after {
            opacity: 1;
            animation: iconForHoverButton 500ms infinite alternate ease-in-out;
        }
    }
}
.wp-block-buttons {
    &.withHandArrow {
        .wp-block-button__link {
            &:after {
                content: "";
                z-index: 1;
                position: absolute;
                left: -32px;
                top: 11px;
                width: 55px;
                height: 45px;
                background-image: url("../images/icon-finger-right-white.png");
                background-size: contain;
                background-repeat: no-repeat;
                right: auto;
                border: none;
                opacity: 0;
            }
            &:hover {
                color: #fff;
                background-color: #dd8000;
                
                &:after {
                    opacity: 1;
                    animation: iconHandArrow 300ms infinite alternate ease-in-out;
                }
            }
        }        
    }
}
*/
.wp-block-button__link {
  position: relative;
  padding-left: calc(2em + 6px);
  padding-right: calc(2em + 6px);
  background-color: #c28c39;
  color: #000;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.wp-block-button__link:after {
  content: "";
  z-index: 1;
  position: absolute;
  display: none;
  left: -32px;
  top: 11px;
  width: 55px;
  height: 45px;
  background-image: url("../images/icon-finger-right-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: auto;
  border: none;
  opacity: 0;
}
.wp-block-button__link:hover {
  color: #fff;
  background-color: #dd8000;
}
.wp-block-button__link:hover:after {
  display: block;
  opacity: 1;
  -webkit-animation: iconHandArrow 300ms infinite alternate ease-in-out;
          animation: iconHandArrow 300ms infinite alternate ease-in-out;
}
/*
.bredef__button-01 {
    .wp-block-button__link {
        width: 195px;
        padding: 0;
        overflow: hidden;
        background-image: url("../images/button-01-195x60.png");
        text-align: center;
        line-height: 60px;
        background-repeat: no-repeat;
        background-color: transparent;
        border-radius: 0;
        color: #fff;

        &:after {
            content: none;
        }
        &:hover {
            color: #fff;
        }
    }
}
*/
.fadeIn {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.25, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.fadeIn.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#special__pageHeader {
  margin: 0;
  padding: 1px 10px;
  background-color: #f0f0f0;
}
@media screen and (min-width: 415px) {
  #special__pageHeader {
    padding: 1px 20px;
  }
}
#special__header {
  position: relative;
  background-color: #050608;
}
#special__header.special__header--sub {
  background-color: #41220f;
}
#special__header.special__header--sub .special__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
#special__header.special__header--sub h1 {
  margin: 23px 0;
  font-size: 2rem;
  line-height: 1;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#faf6f3), color-stop(35%, #faf6f3), to(#b3854b));
  background: linear-gradient(to bottom, #faf6f3 0%, #faf6f3 35%, #b3854b 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
#special__header .special__header--sub__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
  padding: 0 0.5em;
}
#special__header .special__header--sub__logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30%;
  padding: 22px 0.5em 0 0;
}
#special__header .special__header--sub__logo a {
  display: block;
}
#special__header .special__header--sub__logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 415px) {
  #special__header.special__header--sub h1 {
    margin: 35px 0;
    font-size: 3.3rem;
  }
}
#special__footer {
  position: relative;
}
#bredef__mainVisual {
  position: relative;
  width: 100%;
  height: 101.63652vw;
  margin: 0 auto;
  background-color: #050608;
  overflow: hidden;
}
#bredef__mainVisual > * {
  position: absolute;
  display: block;
  opacity: 0;
}
#bredef__mainVisual > * img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#bredef__mainVisual #bredef__mainVisual__01 {
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  aspect-ratio: 1.01657459;
}
#bredef__mainVisual #bredef__mainVisual__02 {
  z-index: 2;
  width: 92%;
  left: 4%;
  top: 4%;
  aspect-ratio: 9.536;
}
#bredef__mainVisual #bredef__mainVisual__03 {
  z-index: 3;
  width: 100%;
  left: 0;
  bottom: 0;
  aspect-ratio: 2.35081967;
}
#bredef__mainVisual .animation__mainVisual__anime01 {
  -webkit-animation-name: mainVisual__anime01;
          animation-name: mainVisual__anime01;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#bredef__mainVisual .animation__mainVisual__anime02 {
  -webkit-animation-name: mainVisual__anime01;
          animation-name: mainVisual__anime01;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#bredef__mainVisual .animation__mainVisual__anime03 {
  -webkit-animation-name: mainVisual__anime01;
          animation-name: mainVisual__anime01;
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms;
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (min-width: 415px) {
  #bredef__mainVisual {
    width: auto;
    height: auto;
    min-width: 800px;
    max-height: 80vh;
    aspect-ratio: 1.472;
  }
  #bredef__mainVisual #bredef__mainVisual__01 {
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    aspect-ratio: 1.472;
  }
  #bredef__mainVisual #bredef__mainVisual__01 img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  #bredef__mainVisual #bredef__mainVisual__02 {
    z-index: 3;
    height: auto;
    width: 80%;
    left: 10%;
    top: 5%;
    aspect-ratio: 10;
  }
  #bredef__mainVisual #bredef__mainVisual__03 {
    z-index: 2;
    width: 50%;
    left: 4%;
    bottom: 4%;
  }
}
.bradef__companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}
.bradef__companies dd {
  white-space: nowrap;
}
.bradef__companies dd:after {
  content: "：";
  display: inline;
  padding: 0 0.5em;
}
#bredef__drawer__container {
  z-index: 1;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  right: -300px;
  top: 0;
  width: 300px;
  padding: 20px;
  background-color: #e7d0ad;
  color: #fff;
  opacity: 0;
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out;
  color: #000;
}
#bredef__drawer__container.active {
  right: 0;
  opacity: 1;
}
#bredef__drawer__container h3 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.1rem;
  border-bottom: 2px solid #000;
}
#bredef__drawer__container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#bredef__drawer__container li {
  position: relative;
  display: block;
  margin: 5px;
  padding: 5px;
  border-bottom: 1px solid #000;
}
#bredef__drawer__container li a {
  display: block;
  padding: 8px 2px;
  color: #000;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
}
#bredef__drawer__container li:first-child::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: -37px;
  top: 7px;
  width: 42px;
  height: 40px;
  background-image: url("../images/icon-finger-right-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: iconHandArrow 300ms infinite alternate ease-in-out;
          animation: iconHandArrow 300ms infinite alternate ease-in-out;
}
#bredef__drawer__body {
  width: 100%;
}
#bredef__drawer__button {
  z-index: 2;
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #f00;
  border-radius: 1000px;
}
#bredef__drawer__button span {
  position: absolute;
  display: inline-block;
  left: 20%;
  width: 60%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: 200ms all ease;
  transition: 200ms all ease;
}
#bredef__drawer__button span:nth-child(1) {
  top: 25%;
}
#bredef__drawer__button span:nth-child(2) {
  top: calc(50% - 2px);
}
#bredef__drawer__button span:nth-child(3) {
  bottom: 25%;
}
#bredef__drawer__button.active span:nth-child(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg);
}
#bredef__drawer__button.active span:nth-child(2) {
  opacity: 0;
}
#bredef__drawer__button.active span:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
          transform: translateY(-13px) rotate(45deg);
}
@media screen and (min-width: 415px) {
  #bredef__drawer__container,
  #bredef__drawer__button {
    display: none;
  }
}
.bradef__font--CrimsonText {
  font-family: 'Crimson Text', serif;
}
.bradef__font--NotoSerifJp {
  font-family: 'Noto Serif JP', serif;
}
/*
.wp-block-group.bradef__block--parchment {
    position: relative;
    padding: 10px;
    background-color: @colorParchment;
    background-image: url("../images/parchment-800x1264.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #000;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.4);

    .wp-block-group__inner-container {
//        padding: 1em 15% 2em 15%;
        padding: 1em 20px 2em 20px;
        border: 2px solid #8d6950;
    }
    .hg_block__dl-01 {
        @borderColor: rgba(50, 0, 0, 0.35);
        dl.hg_block__dl-01__child {
            border-color: @borderColor;

            dt {
                background-color: rgba(30,0,0,0.2);
                border-color: @borderColor;
            }
            dd {
                background-color: transparent;
            }
        }
    }
}
@media screen and (min-width: @breakPoint01) {
    .wp-block-group.bradef__block--parchment {
        .wp-block-group__inner-container {
            padding: 1em 15% 1em 15%;
//            padding-bottom: 1em;
        }
    }
}
*/
.wp-block-group.bradef__block--parchment.bradef__block--goods .wp-block-group__inner-container {
  padding: 20px;
}
.wp-block-group.bradef__block--parchment.bradef__block--goods h2 {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 415px) {
  .wp-block-group.bradef__block--parchment.bradef__block--goods h2 {
    margin-left: calc(15% - 20px);
    margin-right: calc(15% - 20px);
  }
}
.bredef__goodsTable {
  display: none;
}
.bredef__itemTable .special__goodsTable__categories {
  text-align: center;
}
.bredef__itemTable .special__goodsTable__categories .special__goodsTable__categories__item {
  display: inline-block;
  width: auto;
  padding: 8px 20px;
  margin: 0 8px 14px 0;
  white-space: pre-wrap;
  line-height: 1.2em;
  text-align: left;
  /*
            margin: 10px;
            padding: 0.5em 1em;
            line-height: 1;
            white-space: nowrap;
            background-color: #ddd;
            color: #000;
            border-radius: 10px;
            cursor: pointer;
            
            &:hover {
                background-color: #aaa;
            }
*/
}
.bredef__itemTable .special__goodsTable__categories .special__goodsTable__categories__item:hover::after {
  top: 0px;
  left: -45px;
}
.bredef__itemTable .special__goodsTable__categories .special__goodsTable__categories__item.active {
  background-color: #dd8000;
  color: #fff;
}
.bredef__itemTable .special__goodsTable__pager {
  margin: 10px auto;
  text-align: center;
  line-height: 1;
}
.bredef__itemTable .special__goodsTable__pager__prev,
.bredef__itemTable .special__goodsTable__pager__next {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 10px;
  background-color: #ddd;
  opacity: 0.2;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  border-radius: 100px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #c28c39;
}
.bredef__itemTable .special__goodsTable__pager__prev.active,
.bredef__itemTable .special__goodsTable__pager__next.active {
  opacity: 1;
  cursor: pointer;
}
.bredef__itemTable .special__goodsTable__pager__prev.active:hover,
.bredef__itemTable .special__goodsTable__pager__next.active:hover {
  background-color: #dd8000;
}
.bredef__itemTable .special__goodsTable__item {
  background-color: rgba(255, 255, 255, 0.7);
  color: #310401;
}
.bredef__itemTable .special__goodsTable__item__image {
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}
.bredef__itemTable .special__goodsTable__item__image:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bredef__itemTable .special__goodsTable__item__label {
  line-height: 1.5em;
}
.bredef__itemTable .special__goodsTable__item__text {
  line-height: 1.5em;
}
#special__goodsTable__mordal {
  z-index: 100;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}
#special__goodsTable__mordal.active {
  display: block;
  -webkit-animation-name: mordal__fadeIn;
          animation-name: mordal__fadeIn;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#special__goodsTable__mordal .special__goodsTable__mordal__container {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50px;
  right: 20px;
  bottom: 50px;
  left: 20px;
  margin: 0;
  padding: 20px;
  background-color: #fff;
  color: #310401;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.8);
  background-image: url(../images/parchment-800x1264.jpg);
}
#special__goodsTable__mordal .special__goodsTable__mordal__imageWrapper {
  width: 100%;
  aspect-ratio: 1;
}
#special__goodsTable__mordal .special__goodsTable__mordal__image {
  width: 100%;
  aspect-ratio: 1;
}
#special__goodsTable__mordal .special__goodsTable__mordal__label {
  margin: 1em 0;
  font-size: 1.6em;
  text-align: center;
}
#special__goodsTable__mordal .special__goodsTable__mordal__price {
  margin: 1em 0;
  font-size: 1.4em;
  text-align: center;
}
#special__goodsTable__mordal .special__goodsTable__mordal__close,
#special__goodsTable__mordal .special__goodsTable__mordal__prev,
#special__goodsTable__mordal .special__goodsTable__mordal__next {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 5px;
  margin: 0 auto;
  padding: 5px 20px;
  background-color: #c28c39;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.8);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
#special__goodsTable__mordal .special__goodsTable__mordal__close:hover,
#special__goodsTable__mordal .special__goodsTable__mordal__prev:hover,
#special__goodsTable__mordal .special__goodsTable__mordal__next:hover {
  background-color: #dd8000;
}
#special__goodsTable__mordal .special__goodsTable__mordal__close {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#special__goodsTable__mordal .special__goodsTable__mordal__prev {
  left: 20px;
}
#special__goodsTable__mordal .special__goodsTable__mordal__next {
  right: 20px;
}
@media screen and (min-width: 415px) {
  #special__goodsTable__mordal .special__goodsTable__mordal__container {
    width: 600px;
    padding: 40px;
    top: 50px;
    right: auto;
    bottom: 100px;
    left: calc(50% - (600px / 2));
  }
  #special__goodsTable__mordal .special__goodsTable__mordal__close,
  #special__goodsTable__mordal .special__goodsTable__mordal__prev,
  #special__goodsTable__mordal .special__goodsTable__mordal__next {
    bottom: 50px;
  }
  #special__goodsTable__mordal .special__goodsTable__mordal__prev {
    left: calc(50% - (600px / 2));
  }
  #special__goodsTable__mordal .special__goodsTable__mordal__next {
    right: calc(50% - (600px / 2));
  }
}
.special__tab {
  position: static;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.special__tab .wp-block-group {
  position: static;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.special__tab .wp-block-group__inner-container {
  padding: 0;
  border: none;
}
.special__tab .special__tab__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 5px 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.special__tab .special__tab__header li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0.5em 0;
  cursor: pointer;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#343434), color-stop(73%, #976d6d));
  background-image: linear-gradient(to bottom, #343434 0%, #976d6d 73%);
  font-size: 1.2rem;
  line-height: 1.1em;
  color: white;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.special__tab .special__tab__header li.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#380c00), color-stop(73%, #901b1b));
  background-image: linear-gradient(to bottom, #380c00 0%, #901b1b 73%);
}
.special__tab .special__tab__header li::after {
  content: "";
  z-index: 1;
  position: absolute;
  display: none;
  left: -32px;
  top: calc(50% - 22px);
  width: 55px;
  height: 45px;
  background-image: url(../images/icon-finger-right-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: auto;
  border: none;
  opacity: 0;
}
.special__tab .special__tab__header li:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#380c00), color-stop(73%, #901b1b));
  background-image: linear-gradient(to bottom, #380c00 0%, #901b1b 73%);
}
.special__tab .special__tab__header li:hover::after {
  display: block;
  opacity: 1;
  -webkit-animation: iconHandArrow 300ms infinite alternate ease-in-out;
          animation: iconHandArrow 300ms infinite alternate ease-in-out;
}
.special__tab .special__tab__container > .wp-block-group__inner-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.special__tab .special__tab__container > .wp-block-group__inner-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.special__tab .special__tab__container > .wp-block-group__inner-container > .wp-block-group {
  display: none;
}
.special__tab .special__tab__container > .wp-block-group__inner-container > .wp-block-group.active {
  display: block !important;
}
/*
.bredef__test01 {
    color: #000;
    font-weight: bold;
    text-shadow:1px 1px 0 rgba(255,255,255,0.5), -1px -1px 0 rgba(255,255,255,0.5),
              -1px 1px 0 rgba(255,255,255,0.5), 1px -1px 0 rgba(255,255,255,0.5),
              0px 1px 0 rgba(255,255,255,0.5),  0-1px 0 rgba(255,255,255,0.5),
              -1px 0 0 rgba(255,255,255,0.5), 1px 0 0 rgba(255,255,255,0.5);

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("https://hakabanogarou.jp/wp-content/themes/hakaba/images/background-02-1920x1080.jpg");
}
.bredef__test02 {
    color: #000;
    font-weight: bold;
    text-shadow:1px 1px 0 rgba(255,255,255,0.5), -1px -1px 0 rgba(255,255,255,0.5),
              -1px 1px 0 rgba(255,255,255,0.5), 1px -1px 0 rgba(255,255,255,0.5),
              0px 1px 0 rgba(255,255,255,0.5),  0-1px 0 rgba(255,255,255,0.5),
              -1px 0 0 rgba(255,255,255,0.5), 1px 0 0 rgba(255,255,255,0.5);

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("https://hakabanogarou.jp/wp-content/themes/hakaba/pages/srwog/images/testhaikei/bg_event_area.jpg");
}
*/
