@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  /*  margin-left: 0; */
  margin: 0; /* For WordPress Underscore */
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ====================================== */
/* ベース */
/* ====================================== */
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

img {
  width: 100%;
}

a:link {
  color: #fff;
}

a:visited {
  color: #fff;
}

.ly-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #c7b199;
}




.ly-main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .ly-main-inner {
    padding: 0 5%;
  }
}
.ly-footer {
  width: 100%;
  background-color: #002b62;
  position: relative;
  margin: -50px 0 0 0;
}

.ly-footer.__end-event {
  margin: 0 0 0 0;
}

.ly-header {
  width: 100%;
  background-color: #c7b299;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ly-header.__no-bg {
  background-color: #fff;
}

.ly-header-inner {
  width: 100%;
  position: relative;
}

.bl-footer {
  margin-top: 3.125rem;
  /* padding: 1.25rem 0; */
}

.bl-footer_2023 {
  margin-top: 0;
}

.bl-footer.__end-event {
  margin-top: 0;
}

@media screen and (max-width: 599px) {
  .bl-footer.__end-event {
    margin-top: 1em;
  }
}


@media screen and (max-width: 599px) {
  .bl-footer {
    margin-top: -1px;
    border: 5px solid #002b62;
  }
}
.bl-section {
  width: 100%;
  /* padding: 5rem 0; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl-section.__mg-s {
  padding: 2.5rem 0;
}

.bl-section.__mg-ss {
  padding: 1.25rem 0;
}

.bl-section-inner {
  margin: 4.0404040404vw 0;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bl-section.__mg-s .bl-section-inner {
  margin: 1.0101010101vw 0;
}

@media screen and (max-width: 1199px) {
  .bl-section-inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bl-section-inner.__centerd {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl-section-title {
  margin: 5rem 0;
}

.bl-section-body {
  margin: 0 auto;
  width: 100%;
}

.bl-section.__bgc-white {
  background-color: #fff;
}

.bl-section.__bgc-tsubameblue {
  background-color: #002b62;
}

.bl-section.__bgc-gray {
  background-color: #879ba7;
}

.bl-section.__bgc-offwhite {
  background-color: #f6e9c7;
}

.bl-section.__wd-full {
  width: 100%;
}

.bl-section.__no-mgt {
  margin-top: 0 !important;
}

.bl-section.__no-mgb {
  margin-bottom: 0 !important;
}

.bl-section.item-shosai {
  padding: 0;
  margin: -60px 0 -8vw;
}

@media screen and (max-width: 1199px) {
  .item-shosai .bl-itemBooth-box {
    margin-top: 50px !important;
  }
}
.bl-section.item-shosai:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 16vw;
  bottom: 15vw;
  margin: 0 calc((100vw - 100%) / 2 * -1) -10.6060606061vw;
  background-color: #fff1c7;
  z-index: 1;
}


.bl-section .bl-section-inner {
  z-index: 2;
}

.bl-section.toiawase .bl-section-inner {
  margin-top: 0 !important;
}

.bl-section.osusume {
  padding: 4rem 0 0;
}

.bl-section.osusume .bl-section-inner {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .bl-section.toiawase .bl-section-head {
    width: 100%;
  }
}
.bl-bnr {
  width: 100%;
  max-width: 50rem;
}

.bl-bnr.__sz-s {
  width: 40%;
  /* width: 60%; */
}

.bl-bnr.__sz-750 {
  width: 40.404040404vw;
}

@media screen and (max-width: 1199px) {
  .bl-bnr.__sz-750 {
    width: 80.8080808081vw;
  }
}
.bl-bnr img {
  display: block;
  width: 100%;
}

.bl-flow {
  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;
}

.bl-flowItem {
  padding: 2.8125rem 1.5625rem;
  background-color: #fff;
  position: relative;
}

.bl-flowItem:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  color: #002b62;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.9375rem 1.875rem;
  border-left-color: currentColor;
  border-right: 0;
}

.bl-flowItem:last-of-type:after {
  display: none;
}

.bl-flowItem-dllist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bl-flowItem-dllist dt {
  display: block;
  color: #fff;
  font-size: 1.875rem;
  padding: 0.5625rem 1em;
  text-align: center;
  position: relative;
}

.bl-flowItem-dllist dt.__blue {
  background-color: #002b62;
}

.bl-flowItem-dllist dt.__rounded {
  border-radius: 50px;
}

.bl-flowItem-dllist dd {
  color: #002b62;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 180%;
  padding-top: 1.875rem;
}

.bl-flowItem-dllist dd.__tac {
  text-align: center;
}

.bl-flow.__item4 .bl-flowItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 22%;
  flex: 0 1 22%;
}

@media screen and (max-width: 1199px) {
  .bl-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bl-flowItem {
    margin-bottom: 4.6875rem;
  }
  .bl-flowItem:after {
    display: none;
  }
  .bl-flowItem:before {
    content: "";
    position: absolute;
    bottom: -3.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: middle;
    color: #002b62;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1.875rem 1.875rem;
    border-top-color: currentColor;
    border-bottom: 0;
  }
  .bl-flowItem:last-of-type:before {
    display: none;
  }
  .bl-flowItem:last-of-type {
    margin-bottom: 0;
  }
}
.bl-list {
  font-size: 2.0202020202vw;
}

@media screen and (max-width: 1199px) {
  .bl-list {
    font-size: 3.0303030303vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-list {
    font-size: 4.5454545455vw;
  }
}
.bl-list > li {
  line-height: 240%;
}

.__numbered {
  list-style: decimal;
  list-style-position: inside;
}

.bl-bisform .bl-list {
  /* font-size: 1.0101010101vw; */
}

@media screen and (max-width: 1199px) {
  .bl-bisform .bl-list {
    font-size: 2.0202020202vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-bisform .bl-list {
    font-size: 3.0303030303vw;
  }
}
.bl-bisform .bl-list > li {
  line-height: 140% !important;
  margin: 0 0 15px 0 !important;
}

.bl-dllist > dt {
  font-size: 1.2121212121vw;
  margin-top: 1.875rem;
}

@media screen and (max-width: 1199px) {
  .bl-dllist > dt {
    font-size: 3.0303030303vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-dllist > dt {
    font-size: 4.5454545455vw;
  }
}
.bl-dllist > dt:before {
  content: "●";
  display: inline-block;
}

.bl-dllist > dd {
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 1199px) {
  .bl-dllist > dd {
    font-size: 3.0303030303vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-dllist > dd {
    font-size: 4.5454545455vw;
  }
}
.bl-dllist2 {
  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: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
  .bl-dllist2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bl-dllist2 > dt {
  background-color: #fff;
  color: #002b62;
  border: 1px solid #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .bl-dllist2 > dt {
    margin-bottom: 0;
    width: 100%;
  }
}
.bl-dllist2 > dd {
  color: #fff;
  border: 1px solid #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  padding: 1em 0 1em 1em;
  font-size: 1.0625rem;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .bl-dllist2 > dd {
    width: 100%;
  }
}
.bl-itemBooth {
  width: 100%;
  max-width: 75.7575757576vw;
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: clamp(1.5625rem, 2.5252525253vw, 3.125rem);
  position: relative;
  gap: 0 2%;
  z-index: 19;
}

@media screen and (max-width: 599px) {
  .bl-itemBooth.__category {
    margin-top: 0 !important;
  }
}
.bl-itemBooth.__fullWidth {
  max-width: initial;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bl-itemBooth.__fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bl-itemBooth.__ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .bl-itemBooth {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .bl-itemBooth {
    width: 95%;
    margin-top: 6.0606060606vw;
    max-width: 151.5151515152vw;
  }
}
.bl-itemBooth-box {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .bl-itemBooth-box {
    margin-top: 6.5656565657vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-itemBooth-box {
    margin-top: 13.1313131313vw;
  }
}
.bl-itemBooth-box-img-wrapper {
  z-index: 2;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl-itemBooth-box-img {
  width: 15.6565656566vw;
  /* max-width: 510px; */
}

@media screen and (max-width: 1199px) {
  .bl-itemBooth-box-img {
    width: 31.3131313131vw;
    max-width: 620px;
  }
}
@media screen and (max-width: 599px) {
  .bl-itemBooth-box-img {
    width: 46.9696969697vw;
    max-width: 620px;
  }
}

.bl-itemBooth-box-img-goLink {
  width: 10.6060606061vw;
  position: absolute;
  bottom: 0;
  left: 10%;
}
@media screen and (max-width: 1199px) {
  .bl-itemBooth-box-img-goLink {
    width: 15.9090909091vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-itemBooth-box-img-goLink {
    width: 21.2121212121vw;
  }
}

.bl-itemBooth-box-img-ybLink {
  width: 10.6060606061vw;
  position: absolute;
  bottom: 0;
  right: 10%;
}
@media screen and (max-width: 1199px) {
  .bl-itemBooth-box-img-ybLink {
    width: 15.9090909091vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-itemBooth-box-img-ybLink {
    width: 21.2121212121vw;
  }
}

.bl-itemBooth-box-desk-wrapper {
  width: 100%;
  margin-top: -5%;
  position: relative;
  z-index: 1;
}

.bl-itemBooth-box-cont-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: calc(100% - 50px);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 78px;
  height: calc(100% - 95px);
  padding: 0 3%;
}

@media screen and (max-width: 1199px) {
  .bl-itemBooth-box-cont-panel {
    width: calc(100% - 5.0505050505vw);
    height: calc(100% - 10.101010101vw);
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-itemBooth-box-cont-panel {
    padding: 3% 5%;
  }
}
.bl-itemBooth-box-cont-panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3%;
}

.bl-ibcph-maker {
  width: 100%;
  margin-right: auto;
}


.bl-ibcph-maker > img {
  width: auto;
  max-height: 45px;
}

@media screen and (max-width: 599px) {
  .bl-ibcph-maker > img {
    width: auto;
    max-height: 30px;
  }
}

.bl-ibcph-logo > img {
  margin-left: auto;
  display: block;
  width: auto;
  max-height: 70px;
}


@media screen and (max-width: 599px) {
.bl-ibcph-logo > img {
  margin-left: auto;
  display: block;
  width: auto;
  max-height: 35px;
}
}




.bl-ibcph-name {
  margin-left: auto;
  font-size: 1.1111111111vw;
  font-weight: 900;
}

@media screen and (max-width: 1199px) {
  .bl-ibcph-name {
    font-size: 2.2222222222vw;
  }
}

.bl-itemBooth-box-cont-panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl-ibcpb-desc {
  font-size: 1.2121212121vw !important;
}

@media screen and (max-width: 1199px) {
  .bl-ibcpb-desc {
    font-size: 2.4242424242vw !important;
  }
}
.bl-itemBooth-box-cont-panel-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top:auto;
}

.bl-ibcpf-number {
  font-size: 1.5151515152vw;
  color: #e50032;
  font-weight: 700;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .bl-ibcpf-number {
    font-size: 3.0303030303vw;
  }
}
.bl-ibcpf-label {
  margin-left: auto;
  font-size: 0.8080808081vw;
  margin-right: 1em;
}

@media screen and (max-width: 1199px) {
  .bl-ibcpf-label {
    font-size: 3.1161616162vw !important;
  }
}
.bl-ibcpf-price {
  font-size: 2.5303030303vw;
  color: #e50032;
  font-weight: 900;
  font-family: din-2014, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 1199px) {
  .bl-ibcpf-price {
    font-size: 9.0606060606vw;
  }
}
.bl-ibcpf-price span {
  font-size: 1.5151515152vw;
  /* margin-top: auto; */
}

@media screen and (max-width: 1199px) {
  .bl-ibcpf-price span {
    font-size: 6.0303030303vw;
  }
}
.bl-itemBooth-slider {
  width: 100%;
  margin-top: clamp(1.25rem, 2.0202020202vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
  .bl-itemBooth-slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff1c7;
    width: 100vw;
    margin-top: 2.0202020202vw;
  }
  .bl-itemBooth-slider {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .bl-itemBooth-slider-wrapper {
    margin-top: 2.0202020202vw;
    padding-bottom: 4.0404040404vw;
  }
}
.bl-itemBooth-slider-main {
  width: 29.2929292929vw;
  height: 16.9191919192vw;
  background-image: url("../../img/thanksgiving/item/item-frame.png");
  background-size: cover;
  position: relative;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .bl-itemBooth-slider-main {
    width: 73.2323232323vw;
    height: 42.3232323232vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-itemBooth-slider-main {
    width: 87.8787878788vw;
    height: 50.7575757576vw;
  }
}
.bl-itemBooth-slider-link {
  width: 75%;
  margin-top: clamp(0.3125rem, 0.5050505051vw, 0.625rem);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .bl-itemBooth-slider-link {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 599px) {
  .bl-itemBooth-slider-link {
    width: 90%;
  }
}
.bl-itemBooth-guide {
  max-width: clamp(4.0625rem, 6.5656565657vw, 20.025rem);
  position: relative;
}

@media screen and (max-width: 1199px) {
  .bl-itemBooth-guide {
    display: none;
  }
}
.bl-boothfooter {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 8.0808080808vw;
  /* background-color: blanchedalmond; */
}
.bl-boothfooter_2023 {
  position: relative;
  height: auto;  
}


.bl-boothfooter.__lower {
  height: 4.0404040404vw;
}

.bl-boothTop {
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.0101010101vw 0 0;
}

@media screen and (max-width: 1199px) {
  .bl-boothTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.bl-boothTop-itemdesk .bl-guide {
  width: 6.3636363636vw !important;
  position: absolute;
  bottom: 3.5353535354vw;
  left: 0.5050505051vw;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .bl-boothTop-itemdesk .bl-guide {
    width: 9.5454545455vw !important;
    margin: 2.5252525253vw 0 0 0;
    left: 0vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-boothTop-itemdesk .bl-guide {
    display: none;
  }
}
.bl-boothTop-itemdesk {
  width: 54.5454545455vw;
  position: relative;
  margin: 0 0 0 0;
  z-index: 43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .bl-boothTop-itemdesk {
    width: 90%;
    margin: 17.6767676768vw 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  .bl-boothTop-itemdesk {
    display: block;
    width: 100%;
    overflow: auto;
  }
  .bl-boothTop-itemdesk-inner {
    width: 200%;
    margin: 9.375rem 0 0 0;
  }
}
.bl-boothTop-shelf {
  position: relative;
  width: 31.2121212121vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -2.5252525253vw 0 0 3.0303030303vw;
  padding: 0 0 3.0303030303vw 0;
}

@media screen and (max-width: 1199px) {
  .bl-boothTop-shelf {
    width: 80%;
    margin: 0 0 2.5252525253vw 3.0303030303vw;
  }
}
.bl-boothTop-shelf-panel {
  padding: 30px 0 20px;
}

.bl-boothTop-shelf-item {
  width: 100%;
  z-index: 4;
}

.bl-boothTop-shelf-item:nth-of-type(2n) {
  margin: 0 0 10px;
}

.bl-boothTop-itemdesk .bl-itemdesk {
  width: 100%;
}

.bl-boothTop-itemdesk .bl-item-unit {
  width: 85%;
  top: -0.6060606061vw;
}

@media screen and (max-width: 1199px) {
  .bl-boothTop-itemdesk .bl-item-unit {
    width: 80%;
    margin: 0 auto;
  }
}
.bl-boothTop-itemdesk .__topitem1 .bl-item-link-img,
.bl-boothTop-itemdesk .__topitem2 .bl-item-link-img {
  width: 9.0909090909vw;
}

.bl-boothTop-itemdesk .__topitem3 .bl-item-link-img {
  width: 7.5757575758vw;
}

.bl-boothTop-itemdesk .__topitem4 .bl-item-link-img {
  width: 10.101010101vw;
}

@media screen and (max-width: 1199px) {
  .bl-boothTop-itemdesk .__topitem1 .bl-item-link-img,
  .bl-boothTop-itemdesk .__topitem2 .bl-item-link-img {
    width: 15.9090909091vw;
  }
  .bl-boothTop-itemdesk .__topitem3 .bl-item-link-img {
    width: 13.2575757576vw;
  }
  .bl-boothTop-itemdesk .__topitem4 .bl-item-link-img {
    width: 17.6767676768vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-boothTop-itemdesk .__topitem1 .bl-item-link-img,
  .bl-boothTop-itemdesk .__topitem2 .bl-item-link-img {
    width: 11.25rem;
  }
  .bl-boothTop-itemdesk .__topitem3 .bl-item-link-img {
    width: 9.375rem;
  }
  .bl-boothTop-itemdesk .__topitem4 .bl-item-link-img {
    width: 12.5rem;
  }
}
.bl-boothTop-itemdesk .__topitem1 .bl-item-comment {
  width: 5.8181818182vw;
  position: relative;
  left: 0.7575757576vw;
  -webkit-animation: bound 2s steps(8, start) infinite;
  animation: bound 2s steps(8, start) infinite;
}

.bl-boothTop-itemdesk .__topitem2 .bl-item-comment {
  width: 6.6363636364vw;
  position: relative;
  left: -20%;
  -webkit-animation: fuwafuwa 2s infinite;
  animation: fuwafuwa 2s infinite;
}

.bl-boothTop-itemdesk .__topitem3 .bl-item-comment {
  width: 6.0454545455vw;
  position: relative;
  top: 1.2626262626vw;
  left: 20%;
  z-index: 1;
  -webkit-animation: pikopiko2 10s infinite;
  animation: pikopiko2 10s infinite;
}

.bl-boothTop-itemdesk .__topitem4 .bl-item-comment {
  width: 7vw;
  position: relative;
  top: 1.2626262626vw;
  left: 60%;
  z-index: 2;
  -webkit-animation: fuwafuwa 3s infinite;
  animation: fuwafuwa 3s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.bl-boothTop-itemdesk .__topitem5 .bl-item-comment {
  width: 6.8181818182vw;
  position: relative;
  top: 3.5353535354vw;
  left: -90%;
  -webkit-animation: pikopiko 4s steps(2, start) infinite;
  animation: pikopiko 4s steps(2, start) infinite;
}

@media screen and (max-width: 1199px) {
  .bl-boothTop-itemdesk .__topitem1 .bl-item-comment {
    width: 11.6363636364vw;
  }
  .bl-boothTop-itemdesk .__topitem2 .bl-item-comment {
    width: 13.2727272727vw;
  }
  .bl-boothTop-itemdesk .__topitem3 .bl-item-comment {
    width: 12.0909090909vw;
  }
  .bl-boothTop-itemdesk .__topitem4 .bl-item-comment {
    width: 12.25vw;
  }
  .bl-boothTop-itemdesk .__topitem5 .bl-item-comment {
    width: 13.6363636364vw;
    top: 12.6262626263vw;
    left: -90%;
  }
}
@media screen and (max-width: 599px) {
  .bl-boothTop-itemdesk .__topitem1 .bl-item-comment {
    width: 8rem;
  }
  .bl-boothTop-itemdesk .__topitem2 .bl-item-comment {
    width: 9.125rem;
  }
  .bl-boothTop-itemdesk .__topitem3 .bl-item-comment {
    width: 8.3125rem;
  }
  .bl-boothTop-itemdesk .__topitem4 .bl-item-comment {
    width: 9.625rem;
  }
  .bl-boothTop-itemdesk .__topitem5 .bl-item-comment {
    width: 9.375rem;
    top: 12.6262626263vw;
    left: -90%;
  }
}
.bl-boothTop-itemdesk .__topitem5 {
  position: absolute;
  top: calc(-100% + 10.101010101vw);
  left: 56%;
  width: 12.7272727273vw;
  max-width: initial;
}

@media screen and (max-width: 1199px) {
  .bl-boothTop-itemdesk .__topitem5 {
    top: calc(-100% + 0.5050505051vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25.4545454545vw;
  }
}
.bl-boothTop-itemdesk .__topitem5 .bl-item-link-img {
  position: relative;
  top: -4.5454545455vw;
}

.bl-boothTop-itemdesk .el-desk-inner-container {
  width: 80%;
}

.bl-boothTop-itemdesk .el-desk-inner {
  padding: 3.25% 0;
}

.bl-boothTop-itemdesk .el-panel3.__narrow {
  padding: 0 1.6161616162vw;
}

.bl-boothTop-shelf .el-panel-txt {
  font-size: 0.8080808081vw;
}

.bl-miniBoothUnit-wrapper {
  display: block;
}

@media screen and (max-width: 599px) {
  .bl-miniBoothUnit-wrapper {
    display: none;
  }
}
.bl-miniBoothUnit {
  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;
  position: relative;
  z-index: 5;
}

.bl-miniBoothUnit:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 5.3125rem;
  background-color: #e6e6e6;
}

@media screen and (max-width: 1199px) {
  .bl-miniBoothUnit:before {
    content: none;
  }
}
.bl-miniBoothUnit.__4col .bl-miniBooth {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  gap: 3%;
}

@media screen and (max-width: 1199px) {
  .bl-miniBoothUnit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .bl-miniBoothUnit.__4col .bl-miniBooth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    gap: 5% 5%;
  }
}
@media screen and (max-width: 599px) {
  .bl-miniBoothUnit.__4col .bl-miniBooth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    gap: 5% 5%;
    margin-bottom: 10.101010101vw;
  }
}
.bl-miniBooth {
  width: 100%;
  max-width: 17.125rem;
  position: relative;
  padding-top: 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl-miniBooth-img {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 33%;
  z-index: 10;
  width: 50%;
}

.bl-miniBoothUnit2 {
  width: 100%;
  max-width: 70.7070707071vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  z-index: 5;
  margin: 4.0404040404vw auto 0;
  gap: 0 4.0404040404vw;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .bl-miniBoothUnit2 {
    gap: 10%;
  }
}
.bl-miniBoothUnit2:nth-of-type(2n + 1) {
  margin: -2.5252525253vw auto;
}

@media screen and (max-width: 1199px) {
  .bl-miniBoothUnit2:nth-of-type(2n + 1) {
    margin: auto auto;
  }
}
.bl-miniBoothUnit2:after {
  content: "";
  position: relative;
  width: 100%;
  display: block;
  height: 4.0404040404vw;
  bottom: 4.5454545455vw;
  background-image: url("../../img/thanksgiving/common/shelf/shelf.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .bl-miniBoothUnit2:after {
    background-image: none;
  }
}
.bl-miniBoothUnit2.__4col .bl-miniBooth {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 15%;
  flex: 0 1 15%;
  max-width: initial;
}

@media screen and (max-width: 1199px) {
  .bl-miniBoothUnit2.__4col .bl-miniBooth {
    margin: 5.0505050505vw 0;
  }
}
@media screen and (max-width: 1199px) {
  .bl-miniBoothUnit2.__4col .bl-miniBooth {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
}
.bl-miniBoothUnit2 .bl-miniBooth-img {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 18%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .bl-miniBoothUnit2 .bl-miniBooth-img {
    width: 50%;
    max-width: initial;
  }
}
.bl-miniBoothUnit2 .bl-miniBooth-desk {
  position: relative;
  margin: -3.5353535354vw 0;
  z-index: 2;
}

.bl-bisform-wrapper {
  background-color: #fff;
  width: 100%;
  border-radius: 0.9375rem;
  padding: 2.8125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5%;
}

@media screen and (max-width: 1199px) {
  .bl-bisform-wrapper {
    padding: 2.8125rem 5%;
  }
}

@media screen and (max-width: 599px) {
  .bl-bisform-wrapper-2023 {
    padding: 2.8125rem 0;
  }
}

.bl-bisform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 56.25rem;
}

.bl-bisform-2023 {
  max-width: none;
  width: 80%;
}

.bl-bisform-btn {
  width: 80%;
}

.bl-bisform-list {
  width: 100%;
}

.bl-bisform-list a {
  color: #000;
  text-decoration: underline;
}

.bl-bisform-list a:visited {
  color: #000;
}

.bl-bisform-list a:hover {
  text-decoration: underline;
}

.bl-bisform-list li:before {
  content: "※";
}

.bl-bisform-dllist-wrapper {
  max-width: 75rem;
  margin: 0 auto;
}

.bl-bisform-dllist-wrapper-2023 {
  max-width: none;
}


.bl-bisform-table {
  width: 100%;
  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: wrap;
  flex-wrap: wrap;
  margin-top: 1.875rem;
}

@media screen and (max-width: 599px) {
  .bl-bisform-table-2023 {
    flex-direction: column;
    gap: 5%;
  }
}



.bl-bisform-table input {
  width: 100%;
}

.bl-bisform-table select {
  width: 100%;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.bl-bisform-table select::-ms-expand {
  display: block;
}

.bl-bisform-table dt {
  width: 100%;
  max-width: 11.25rem;
  margin-bottom: 0.9375rem;
  font-size: 1.1111111111vw;
  padding: 0.75em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #002b62;
}

.bl-bisform-table-2023 dt {
  max-width: none;
  flex: 0 1 20%;
}

@media screen and (max-width: 1199px) {
  .bl-bisform-table dt {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-bisform-table dt {
    max-width: initial;
    font-size: 5.5555555556vw;
    margin-bottom: 0rem;
    padding: 0 0 0.25em;
  }
}
.bl-bisform-table dd {
  width: 100%;
  margin-bottom: 0.9375rem;
  max-width: 41.875rem;
  font-size: 1.1111111111vw;
  padding: 0.75em 0;
}

@media screen and (max-width: 1199px) {
  .bl-bisform-table dd {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-bisform-table dd {
    font-size: 5.5555555556vw;
    margin-bottom: 1em;
    padding: 0 0 0.25em;
  }
}

.bl-bisform-table-2023 dd {
  max-width: none;
  flex: 1 1 80%;
}


.bl-bisform-list {
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 599px) {
  .bl-bisform-list {
    font-size: 4.4444444444vw;
    margin-bottom: 1.125rem;
  }
}
.bl-bisform-btn input[type="submit"] {
  border: none;
  color: inherit;
  background: inherit;
}

.bl-bisform-btn .wpcf7-spinner {
  display: none;
}

.bl-bisform-table textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

.bl-bisform-ppLink {
  margin: 1.5em 0;
}

.bl-bisform-ppLink a,
.bl-bisform-ppLink a:visited {
  color: #000;
}

.bl-bisform-ppLink a {
  text-decoration: underline;
}


.bl-bisform-ppLink a:hover {
  text-decoration: underline;
}

.bl-recommend {
  position: relative;
  width: 100%;
}

.bl-recommend-title {
  width: 100%;
  max-width: 580px;
  margin: -15px auto 0 auto;
}

.bl-recommend-slider {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5252525253vw;
}

.bl-recommend-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl-recommend-slider-link {
  width: 100%;
  padding-top: 77%;
  height: 0;
  background-image: url("../../img/thanksgiving/item/recommend-frame.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.bl-recommend-slider-slide {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bl-recommend-slider-slide img {
  width: 45%;
  max-width: 12.5rem;
  margin: 0 auto 0;
}
@media screen and (max-width: 599px) {
  .bl-recommend-slider-slide img {
    width: 45%;
    margin: 0.25em auto 0;
  }
}


.bl-recommend-slider-slide p {
  text-align: center;
}

.bl-shelf-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  margin: 1.5151515152vw 0 0 0;
  position: relative;
}

@media screen and (max-width: 599px) {
  .bl-shelf-wrapper {
    width: 90%;
    overflow: auto;
    display: block;
    height: 530px;
  }
}
.bl-shelf:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  padding: 10% 0 0 0;
  top: 80%;
  left: 0;
  background-image: url("../../img/thanksgiving/common/shelf/shelf.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media screen and (max-width: 599px) {
  .bl-shelf:after {
    width: 1200px;
  }
}
.bl-shelf {
  width: 80%;
  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;
  gap: 0 10%;
  position: relative;
  margin: 0 0 -3% 0;
}

.bl-shelf:not(:nth-child(1)) {
  margin: 6.5656565657vw 0 0 0;
}

@media screen and (max-width: 599px) {
  .bl-shelf {
    width: 1200px;
  }
  .bl-shelf:not(:nth-child(1)) {
    margin: 130px 0 0 0;
  }
}
.bl-shelf:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  padding: 10% 0 0 0;
  top: 80%;
  left: 0;
  background-image: url("../../img/thanksgiving/common/shelf/shelf.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media screen and (max-width: 599px) {
  .bl-shelf:after {
    width: 1200px;
  }
}
.bl-shelf-inner {
  max-width: 7.8282828283vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
}

@media screen and (max-width: 599px) {
  .bl-shelf-inner {
    max-width: 155px;
  }
}
.bl-shelf-img {
  position: relative;
  margin: 0 0 -20% 0;
}

.bl-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 10;
  position: absolute;
  width: 6.5%;
  bottom: 11%;
  /* Xmas仕様 */
  /* bottom: 0; */
  left: 55.25%;
  /* Xmas仕様 */
  /* left: 2%; */
}

.bl-guide-comment {
  left: 6%;
  position: absolute;
  top: 10%;
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 1199px) {
  .bl-guide-comment {
    display: none;
  }
}

.bl-guide-img {
  margin: 20px 0 0 0;
  width: 75%;
  /* Xmas仕様 */
  /* width: 90%; */
}

@media screen and (max-width: 1199px) {
  .bl-guide {
    display: none;
  }
}
.bl-guide2 {
  width: 100%;
  max-width: 8.5858585859vw;
  position: absolute;
  right: 8%;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .bl-guide2 {
    display: none;
  }
}

.bl-guide2.__right {
  right: 5%;
}

.bl-guide2.__right2 {
  right: 8%;
}

.bl-guide2.__bottom {
  bottom: 5%;
}

.bl-guide2.__bottom2 {
  bottom: 40%;
}

@media screen and (max-width: 599px) {
  .bl-guide2 {
    display: none;
  }
}
.bl-bgupper {
  background-color: #8c6238;
  height: 4.797979798vw;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bl-curtain {
  width: 100%;
  z-index: 10;
  pointer-events: none;
}

.bl-curtain-left {
  width: 8.4343434343vw;
  /* height: 500%; */
  /* background-image: url("../../img/thanksgiving/common/bg/curtain-l.png"); */
  /* background-image: url("../../img/thanksgiving/xmas/common/bg/curtain-l.png"); */
  /* background-image: url("../../img/thanksgiving/common/bg/curtain-l2.png"); */
  /* background-size: contain;
  background-repeat: no-repeat; */
  z-index: 15;
  position: absolute;
  /* position: relative; */
}

.bl-curtain-right {
  width: 8.4343434343vw;
  /* height: 500%; */
  /* background-image: url("../../img/thanksgiving/common/bg/curtain-r.png"); */
  /* background-image: url("../../img/thanksgiving/xmas/common/bg/curtain-r.png"); */
  /* background-image: url("../../img/thanksgiving/common/bg/curtain-r2.png");
  background-size: contain;
  background-repeat: no-repeat; */
  position: absolute;
  /* position: relative; */
  right: 0;
  top: 0;
  z-index: 12;
}

.bl-curtain-upper {
  height: 2.3232323232vw;
  background-image: url("../..//img/thanksgiving/common/bg/ceiling.png");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

.bl-window {
  width: 100%;
  height: 12.1212121212vw;
  margin: 3.6363636364vw 0 0;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../..//img/thanksgiving/common/bg/window.png");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #c7b199;
}

@media screen and (max-width: 599px) {
  .bl-window {
    margin: 0 0 0 0;
    padding: 28% 0 0;
  }
}

.bl-light-a {
  position: absolute;
  top: 0;
  left: 24%;
  z-index: 40;
  width: 210px;
  pointer-events: none;
}

@media screen and (max-width: 1199px) {
  .bl-light-a,
  .bl-light-d,
  .bl-light-e,
  .bl-light-f,
  .bl-light-d {
    display: none;
  }
}
.bl-light-b {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 41;
  width: 210px;
  pointer-events: none;
}

.bl-light-c {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 42;
  width: 210px;
  pointer-events: none;
}

@media screen and (max-width: 599px) {
  .bl-light-b {
    width: 40%;
  }
  .bl-light-c {
    width: 40%;
  }
}
.bl-light-d {
  position: absolute;
  top: 0;
  right: 24%;
  z-index: 43;
  width: 210px;
  pointer-events: none;
}

.bl-light-e {
  position: absolute;
  top: 0;
  left: 34%;
  z-index: 44;
  pointer-events: none;
}

.bl-light-f {
  position: absolute;
  top: 0;
  left: 65%;
  z-index: 45;
  pointer-events: none;
}

.bl-navigation {
  z-index: 20;
  position: relative;
  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;
}

.bl-navigation-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 12.8787878788vw;
  margin-left: 2.8787878788vw;
  /* margin-top: 3.5353535354vw; */
  margin-top: 2.4353535354vw;
  float: left;
  position: relative;
}

@media screen and (max-width: 599px) {
  .bl-navigation-left {
    display: none;
  }
}
.bl-navigation-left:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 9.0909090909vw;
  background-color: #4d4d4d;
  position: absolute;
  top: -3.5353535354vw;
  left: 15%;
  z-index: -1;
}

.bl-navigation-left:after {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 9.0909090909vw;
  background-color: #4d4d4d;
  position: absolute;
  top: -3.5353535354vw;
  left: 85%;
  z-index: -1;
}

.bl-navigation-left-upper {
  position: relative;
}

.bl-navigation-left-upper-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: #fff001;
}

.bl-navigation-left-upper-txt-inner {
  text-align: center;
  color: #e40031;
  font-weight: 900;
}

.bl-navigation-left-upper-txt-inner span {
  font-weight: 700;
  display: block;
  font-size: 80%;
}

.bl-navigation-left-downer {
  margin: 0.404040404vw 0 0;
}

.bl-navigation-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 47.0202020202vw;
  margin-left: 8.0808080808vw;
  margin-top: 2.1212121212vw;
  float: left;
  position: relative;
}

.bl-navigation-center.__end-event {
  margin-left: 0;
  margin-top: 1em;
}

@media screen and (max-width: 599px) {
  .bl-navigation-center {
    width: 90%;
    margin-left: 0;
  }
}
.bl-navigation-center:before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 10.101010101vw;
  background-color: #e50032;
  position: absolute;
  top: -4.0404040404vw;
  left: 50px;
  z-index: -1;
}

.bl-navigation-center.__end-event:before {
  display: none;
}

.bl-navigation-center:after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 10.101010101vw;
  background-color: #e50032;
  position: absolute;
  top: -4.0404040404vw;
  right: 50px;
  z-index: -1;
}

.bl-navigation-center.__end-event:after {
  display: none;
}

.bl-navigation-center-panel {
  margin: 2.0202020202vw 0 0 0;
}

@media screen and (max-width: 1199px) {
  .bl-navigation-center:before {
    top: -8.0808080808vw;
  }
  .bl-navigation-center:after {
    top: -8.0808080808vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-navigation-center:before {
    height: 15.1515151515vw;
  }
  .bl-navigation-center:after {
    height: 15.1515151515vw;
  }
}
.bl-navigation-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 18.1818181818vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 6.0606060606vw;
  margin-top: 2.7777777778vw;
  float: left;
  position: relative;
}

@media screen and (max-width: 599px) {
  .bl-navigation-right {
    display: none;
  }
}
.bl-navigation-right:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 10.101010101vw;
  background-color: #4d4d4d;
  position: absolute;
  top: -4.2929292929vw;
  left: 20px;
  z-index: -1;
}

.bl-navigation-right:after {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 10.101010101vw;
  background-color: #4d4d4d;
  position: absolute;
  top: -4.2929292929vw;
  right: 55px;
  z-index: -1;
}

.bl-navigation-right-upper {
  width: 16.2626262626vw;
}

.bl-navigation-right-upper-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bl-navigation-right-upper-txt-inner {
  font-weight: 900;
  font-size: 1.1111111111vw;
}

.bl-navigation-right-downer {
  margin-top: 0.6565656566vw;
  margin-left: 0.101010101vw;
  /* Xmas仕様 */
  /* width: 15.462626vw; */
}

.bl-navsp {
  display: none;
}

@media screen and (max-width: 599px) {
  .bl-navsp {
    position: sticky;
    display: block;
    background-color: #e50032;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 0 20px;
    z-index: 110;
  }
}
#bl-navsp-ham {
  display: none;
}

.bl-navsp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 40;
  width: 85vw;
  background-color: #002b62;
  color: #fff;
  padding: 40px 0 40px 0;
}

.bl-navsp-nav ul {
  width: 100%;
  margin: 0 2.5em 0 2.5em;
}

.bl-navsp-nav ul > li:first-child {
  padding: 5px 0 5px;
}

.bl-navsp-nav ul > li {
  padding: 0 0 5px;
}

.bl-navsp-nav ul > li a:hover {
  color: #fff;
  text-decoration: underline;
}

.bl-navsp-nav .bl-sub-nav {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.bl-navsp-nav p {
  color: #fff001;
  font-size: 120%;
}

@media screen and (max-width: 599px) {
  #bl-navsp-ham {
    display: block;
    /* position: fixed; */
    position: relative;
    /* top: 20px; */
    top: 0;
    /* right: 20px; */
    right: 0;
    width: 46px;
    height: 44px;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
    background-color: #c1272d;
    z-index: 115;
  }
  #bl-navsp-ham .inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 25px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: 1s;
    transition: 1s;
    border-radius: 4px;
    left: 11px;
  }
  #line1 {
    top: 10px;
  }
  #line2 {
    top: 20px;
  }
  #line3 {
    bottom: 10px;
  }
  #bl-navsp-ham .line_1,
  #bl-navsp-ham .line_2,
  #bl-navsp-ham .line_3 {
    background: #fff;
  }
  #bl-navsp-ham .line_1 {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    top: 10px;
  }
  #bl-navsp-ham .line_2 {
    opacity: 0;
  }
  #bl-navsp-ham .line_3 {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    bottom: 10px;
  }
  #bl-navsp-nav {
    display: block;
    position: fixed;
    height: 100vh;
    width: 80%;
    right: -80%;
    top: 0;
    background: #e50032;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 50;
    overflow: auto;
  }
  #bl-navsp-nav.in {
    right: 0;
    z-index: 111;
  }
  #bl-navsp-nav > ul:nth-child(1) {
    padding-top: 80px;
  }
  #bl-navsp-nav .bl-sub-nav {
    padding: 0 0 0 1em;
  }
  #bl-navsp-nav a,
  #bl-navsp-nav a:visited {
    display: inline-block;
    width: 100%;
    border-bottom: 2px dotted #fff;
    padding: 12.5px;
    color: #fff;
  }
  #bl-navsp-nav p {
    display: inline-block;
    width: 100%;
    color: #fff;
    border-bottom: 2px dotted #fff;
    padding: 12.5px;
  }
}
.bl-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #c7b299;
  margin-top: -0.5%;
}

.bl-main.__no-bg {
  background-color: #fff;
}

.bl-main.__clear {
  background-color: transparent;
}

.bl-item-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 5%;
  z-index: 2;
  position: relative;
}

.bl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .bl-item {
    width: 60%;
    margin: 0 auto;
  }
}
.bl-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.bl-item-comment {
  width: 60%;
  padding: 5% 0;
}

.bl-item-comment_category {
  padding: 5% 0 0 !important;
  margin: 0 0 -5% !important;
}

.bl-item-link .bl-item-link-img {
  position: relative;
  margin: 0 0 -1.0101010101vw;
}

.bl-item-link.__panel-upper .bl-item-link-img {
  position: relative;
  margin: -6.0606060606vw 0 0;
  z-index: -1;
}

.bl-itemdesk {
  width: 80%;
  z-index: 2;
}

@media screen and (max-width: 599px) {
  .bl-itemdesk {
    width: 95%;
    z-index: 2;
  }
}
.bl-itemdesk-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .bl-itemdesk.__of .bl-itemdesk-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.bl-itemdesk-inner .el-desk {
  margin: -7% 0 0 0;
}

@media screen and (max-width: 1199px) {
  .bl-itemdesk-inner .el-desk {
    margin: -7% 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  .bl-itemdesk-inner .el-desk {
    margin: -8.5% 0 0 0;
  }
}
.bl-topBnr {
  width: 100%;
  background-color: #fff1c7;
  margin: -40px 0 0 0;
  padding: 20px 0 20px 0;
  position: relative;
}

.bl-topBnr-slider {
  position: relative;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  z-index: 30;
}

.topBnr-slider {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 599px) {
  .topBnr-slider {
    width: 80%;
  }
}
.topBnr-slider-button-prev {
  left: 24.5% !important;
}

@media screen and (max-width: 599px) {
  .topBnr-slider-button-prev {
    left: 0 !important;
  }
}
.topBnr-slider-button-next {
  right: 24.5% !important;
}

@media screen and (max-width: 599px) {
  .topBnr-slider-button-next {
    right: 0 !important;
  }
}
.catalog-slider-button-next,
.catalog-slider-button-prev {
  color: #fff !important;
  background-color: #002b62;
  padding: 2.4242424242vw !important;
  border-radius: 50%;
  position: absolute !important;
  width: 0.6198347107vw !important;
  height: 1.0101010101vw !important;
}

@media screen and (max-width: 1199px) {
  .catalog-slider-button-next,
  .catalog-slider-button-prev {
    width: 7.5757575758vw !important;
    height: 7.5757575758vw !important;
  }
}
@media screen and (max-width: 599px) {
  .catalog-slider-button-next,
  .catalog-slider-button-prev {
    width: 10.101010101vw !important;
    height: 10.101010101vw !important;
  }
}
.catalog-slider-button-next:after,
.catalog-slider-button-prev:after {
  font-size: 1.8181818182vw !important;
}

@media screen and (max-width: 1199px) {
  .catalog-slider-button-next:after,
  .catalog-slider-button-prev:after {
    font-size: 3.7878787879vw !important;
  }
}
@media screen and (max-width: 599px) {
  .catalog-slider-button-next:after,
  .catalog-slider-button-prev:after {
    font-size: 5.0505050505vw !important;
  }
}
.catalog-slider-button-next {
  right: 2.5252525253vw !important;
}

.catalog-slider-button-prev {
  left: 2.5252525253vw !important;
}

.bl-info-txt {
  margin: 3.5% 0 0;
}

.bl-info-txt.__mgb-eq {
  margin-bottom: 3.5%;
}

.bl-info-desc {
  margin: 0 10% 5% 0;
  position: relative;
}

.bl-info-desc h2 {
  margin: 0 0 3%;
  font-size: 24px;
}

.bl-info-desc h2:after {
  content: "";
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  width: 120%;
  left: -10%;
}

.bl-info-desc-title {
  font-size: 1.4141414141vw;
  padding: 0 0 0 120px;
  color: #000;
  font-weight: 700;
}

.bl-info-desc-txt,
.bl-info-desc-txt.__subtext,
.bl-info-desc-img {
  padding: 0 0 0 120px;
}
.bl-info-desc-img {
  width: 90%;
  margin: 1em auto;
}
.bl-info-desc-txt.__subtext {
  width: 90%;
  margin: 0.5em auto 0;
}

@media screen and (max-width: 1199px) {
  .bl-info-desc-img {
    width: 100%;
    padding: 0;
  }
  .bl-info-desc-txt.__subtext {
    width: 100%;
    margin: 0.5em auto 0;
    padding: 0;
  }
}

@media screen and (max-width: 1199px) {
  .bl-info-desc {
    margin: 0 0 5% 0;
  }
  .bl-info-desc-title {
    font-size: 4.2424242424vw !important;
    padding: 0 0 0 0;
    color: #000;
  }
  .bl-info-desc h2:after {
    width: 100%;
    left: 0;
  }
  .bl-info-desc-txt {
    padding: 0 0 0 0;
  }
}
.bl-info-desc.__centered {
  margin: 0 3% 5% 3%;
}

.bl-info-desc.__centered .bl-info-desc-title {
  font-size: 1.4141414141vw;
  padding: 0;
  color: #000;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .bl-info-desc.__centered .bl-info-desc-title {
    font-size: 2.8282828283vw;
  }
}
.bl-info-desc.__centered h2:after {
  content: "";
  display: inline-block;
  position: relative;
  padding: 0.5px 0;
  background-color: #000;
  width: 100%;
  left: 0;
}

.bl-info-desc-txt2 {
  display: block;
  margin: 0 auto;
}

.bl-section.__step .bl-info-desc-txt2 {
  width: 70%;
}

@media screen and (max-width: 1199px) {
  .bl-section.__step .bl-info-desc-txt2 {
    width: 100%;
  }
}
.bl-info-desc-txt2.__wd-middle {
  width: 85%;
}

.bl-info-desc-txt2.__box-center {
  margin: 0 auto;
}

.bl-info-desc-img-unit {
  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;
  width: 85%;
  margin: 3% auto 0;
  gap: 0 5%;
}

.bl-info-desc-title2 {
  font-size: 1.75rem;
  font-weight: 900;
  margin: 2.5252525253vw 0 1.5151515152vw;
}

.bl-info-desc-rowlist {
  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: wrap;
  flex-wrap: wrap;
  /* margin: 1.0101010101vw 0 1.0101010101vw; */
  margin: 0 0 1.0101010101vw;
}

@media screen and (max-width: 1199px) {
  .bl-info-desc-rowlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bl-info-desc-rowlist dt {
  /* font-size: 1.5rem; */
  /* font-size: 1.2em; */
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  margin: 0 0 1.0101010101vw 0;
}

@media screen and (max-width: 1199px) {
  .bl-info-desc-rowlist dt {
    /* font-size: 1.125rem; */
  /* font-size: 1em; */
  }
}
.bl-info-desc-rowlist dd {
  /* font-size: 1.5rem; */
  /* font-size: 1.2em; */
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  margin: 0 0 1.0101010101vw 0;
  line-height: 180%;
}

@media screen and (max-width: 1199px) {
  .bl-info-desc-rowlist dd {
    /* font-size: 1.125rem; */
    /* font-size: 1em; */
  }
}
.bl-info-desc-link {
  width: 60%;
  margin: 5.0505050505vw auto 0;
}

.bl-insta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0.25vw 0.5vw 0.5vw 0;
}

.bl-insta_list img {
  width: 13vw;
  padding: 0 0;
  border: 6px solid #fff;
}

.bl-info-desc-txt a,
.bl-info-desc-txt a:visited {
  color: #000;
}

.bl-info-desc-txt a:hover {
  text-decoration: underline;
}

.__step .bl-info-desc-link {
  width: 80%;
}

@media screen and (max-width: 1199px) {
  .__step .bl-info-desc-link {
    width: auto;
  }
}
.__step .bl-info-desc-link a {
  /* font-size: 1.125rem; */
  
}
@media screen and (max-width: 1199px) {
  .__step .bl-info-desc-link a {
    font-size: 0.85em;
    
  }
}

.__step .bl-info-desc-link a:visited {
  font-size: 1.125rem;
}

.bl-campaign {
  padding: 0 5%;
  margin-bottom: 0;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .bl-campaign {
    padding: 0;
  }
}
.bl-campaign-txt.__w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.bl-campaign-txt.__w960 {
  max-width: 960px;
  margin: 0 auto;
}

.bl-campaign-txt.__w600 {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .bl-campaign-txt.__w1200 {
    width: 100%;
  }
  .bl-campaign-txt.__w960 {
    width: 100%;
  }
  .bl-campaign-txt.__w600 {
    width: 100%;
  }
}
.bl-campaign-box {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 2.5252525253vw;
  border-radius: 15px;
}

.bl-campaign-box-head {
  width: 90%;
  position: relative;
  top: -1.9191919192vw;
}

.bl-campaign-box-body {
  width: 100%;
  padding: 5%;
}

.bl-campaign-box-body-img img {
  width: 100%;
}

.bl-campaign-box-body-txt-wrapper {
  margin: 1.0101010101vw 0 0;
}

.bl-campaign-box-body-txt {
  font-size: 0.8080808081vw;
  line-height: 180%;
}

@media screen and (max-width: 599px) {
  .bl-campaign-box-head {
    top: -3.8383838384vw;
  }
  .bl-campaign-box-body-txt {
    font-size: 1.6161616162vw;
  }
}
.bl-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.bl-simple.__bgc-white {
  background-color: #fff;
}

.bl-simple.__bgc-brown {
  background-color: #c7b299;
}

.bl-simple-inner {
  width: 100%;
  padding: 2.5252525253vw 0;
  background-color: transparent;
}

@media screen and (max-width: 1199px) {
  .bl-simple-inner {
    padding: 2.5252525253vw 5%;
  }
}
.bl-simple-inner.__mxw1400 {
  max-width: 1400px;
}

.bl-simple-inner.__mxw1200 {
  max-width: 1200px;
}

.bl-simple-inner.__mxw1000 {
  max-width: 1000px;
}

.bl-simple-inner.__mxw800 {
  max-width: 800px;
}

.bl-simple-inner.__flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.bl-stage.__topBooth:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 20.202020202vw;
  bottom: 20.202020202vw;
  margin: 0 calc((100vw - 100%) / 2 * -1) -20.202020202vw;
  background-color: #fff1c7;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .bl-stage.__topBooth:after {
    height: 22.2222222222vw;
    bottom: 22.2222222222vw;
    margin: 0 calc((100vw - 100%) / 2 * -1) -22.2222222222vw;
  }
}
.bl-stage.__category:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 16.6666666667vw;
  bottom: 17.6767676768vw;
  margin: 0 calc((100vw - 100%) / 2 * -1) -17.9292929293vw;
  background-color: #fff1c7;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .bl-stage.__category:after {
    height: 22.2222222222vw;
    bottom: 22.2222222222vw;
    margin: 0 calc((100vw - 100%) / 2 * -1) 0;
  }
}
.bl-stage-guide {
  display: block;
  position: absolute;
  bottom: 4.0404040404vw;
  right: 5.0505050505vw;
}

@media screen and (max-width: 1199px) {
  .bl-stage-guide {
    display: none;
  }
}
.bl-stage-guide-img {
  max-width: 8.0808080808vw;
}

.el-headline-simple {
  color: #2e3192;
  font-size: 2.5252525253vw;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .el-headline-simple {
    font-size: 5.0505050505vw;
  }
}
@media screen and (max-width: 599px) {
  .el-headline-simple {
    font-size: 7.5757575758vw;
  }
}
.el-headline-simple.__small {
  font-size: 1.5151515152vw;
}

@media screen and (max-width: 1199px) {
  .el-headline-simple.__small {
    font-size: 3.0303030303vw;
  }
}
@media screen and (max-width: 599px) {
  .el-headline-simple.__small {
    font-size: 6.0606060606vw;
  }
}
.el-headline-simple.__tac {
  text-align: center;
}

.el-headline-simple.__co-tsubmeblue {
  color: #002b62;
}

.el-headline-simple.__co-white {
  color: #fff;
}

.el-headline-simple.__co-brown {
  color: #42210b;
}

.el-headline2-wrapper {
  margin-top: 6.25rem;
  margin-bottom: 3.125rem;
}

.el-headline2 {
  font-weight: bold;
  font-size: 1.25rem;
}

.__fullWidth {
  width: 100%;
}

.el-btn {
  display: inline-block;
  color: #fff;
  font-size: clamp(1.5625rem, 2.5252525253vw, 3.125rem);
  padding: calc(0.3 * clamp(1.5625rem, 2.5252525253vw, 3.125rem)) 2.5em;
  text-align: center;
  position: relative;
}

.el-btn.__uchevron:before,
.el-btn-small.__uchevron:before {
  content: "";
  position: absolute;
  right: 1em;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
  transform: translateY(-25%) rotate(135deg);
}

.el-btn.__lchevron:after,
.el-btn-small.__lchevron:after {
  content: "＞";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.el-btn.__red,
.el-btn-small.__red {
  background-color: #e50032;
  border: 1px solid #e50032;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.el-btn.__red:hover,
.el-btn-small.__red:hover {
  cursor: pointer;
  color: #e50032;
  background-color: #fff;
}

.el-btn.__tblue,
.el-btn-small.__tblue {
  background-color: #002b62;

  border: 1px solid #002b62;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.el-btn.__rounded,
.el-btn-small.__rounded {
  border-radius: 50px;
}

@media screen and (max-width: 1199px) {
  .el-btn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .el-btn {
    font-size: 1.125rem;
  }
}
.el-btn-small {
  display: block;
  color: #fff;
  font-size: clamp(0.625rem, 1.0101010101vw, 1.25rem);
  padding: 0.9375rem 2.5em;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .el-btn-small {
    font-size: 3.0303030303vw;
  }
}
@media screen and (max-width: 599px) {
  .el-btn-small {
    font-size: 4.0404040404vw;
    padding: 0.9375rem 1.5em;
    width: 100%;
  }
}
.el-label {
  display: block;
  color: #fff;
  font-size: 3.125rem;
  padding: 0.1875rem 2.5em;
  text-align: center;
  position: relative;
}

.el-label.__red,
.el-label-small.__red {
  background-color: #e50032;
  border: 1px solid #e50032;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.el-label.__rounded,
.el-label-small.__rounded {
  border-radius: 50px;
}

.el-label-wrapper.__large {
  width: 80%;
}

@media screen and (max-width: 1199px) {
  .el-label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .el-label {
    font-size: 1.125rem;
    width: 90%;
  }
}
.el-label-small {
  display: block;
  color: #fff;
  font-size: 1rem;
  padding: 0.25em 1.25em;
  text-align: center;
  position: relative;
}

.el-copyright {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .el-copyright {
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .el-copyright {
    font-size: 0.875rem;
  }
}
.el-panel {
  display: inline-block;
  background-color: #002b62;
  border: 2px solid #000;
  padding: 1.0101010101vw 0;
}

@media screen and (max-width: 1199px) {
  .el-panel {
    margin: 4.5454545455vw 0;
  }
}
.el-panel-txt {
  color: #fff;
  padding: 0 3em;
  text-align: center;
  font-size: 1.0101010101vw;
}

@media screen and (max-width: 1199px) {
  .el-panel-txt {
    font-size: 1.5151515152vw;
  }
}
@media screen and (max-width: 599px) {
  .el-panel-txt {
    /* padding: 0.75em 2em; */
    font-size: 3.0303030303vw;
  }
}
.el-panel.__4dot {
  position: relative;
}

.el-panel.__4dot:before,
.el-panel.__4dot:after,
.el-panel.__4dot .el-panel-inner:before,
.el-panel.__4dot .el-panel-inner:after {
  content: "●";
  color: #fff;
  font-size: 0.404040404vw;
  position: absolute;
  display: block;
}

.el-panel.__4dot:before,
.el-panel.__4dot:after {
  left: 0.75em;
}

.el-panel.__4dot:before {
  top: 0.202020202vw;
}

.el-panel.__4dot:after {
  bottom: 0.202020202vw;
}

@media screen and (max-width: 1199px) {
  .el-panel.__4dot:before,
  .el-panel.__4dot:after {
    font-size: 0.8080808081vw;
  }
  .el-panel.__4dot:before {
    top: 0.404040404vw;
  }
  .el-panel.__4dot:after {
    bottom: 0.404040404vw;
  }
}
@media screen and (max-width: 599px) {
  .el-panel.__4dot:before,
  .el-panel.__4dot:after {
    font-size: 1.2121212121vw;
  }
  .el-panel.__4dot:before {
    top: 0.8080808081vw;
  }
  .el-panel.__4dot:after {
    bottom: 0.8080808081vw;
  }
}
.el-panel.__4dot .el-panel-inner:before,
.el-panel.__4dot .el-panel-inner:after {
  right: 0.6060606061vw;
}

.el-panel.__4dot .el-panel-inner:before {
  top: 0.202020202vw;
}

.el-panel.__4dot .el-panel-inner:after {
  bottom: 0.202020202vw;
}

@media screen and (max-width: 1199px) {
  .el-panel.__4dot .el-panel-inner:before,
  .el-panel.__4dot .el-panel-inner:after {
    font-size: 0.8080808081vw;
  }
  .el-panel.__4dot .el-panel-inner:before {
    top: 0.404040404vw;
  }
  .el-panel.__4dot .el-panel-inner:after {
    bottom: 0.404040404vw;
  }
}
@media screen and (max-width: 599px) {
  .el-panel.__4dot.__4dot .el-panel-inner:before,
  .el-panel.__4dot.__4dot .el-panel-inner:after {
    font-size: 1.2121212121vw;
  }
  .el-panel.__4dot.__4dot .el-panel-inner:before {
    top: 0.8080808081vw;
  }
  .el-panel.__4dot.__4dot .el-panel-inner:after {
    bottom: 0.8080808081vw;
  }
}
.el-txt {
  font-size: 1.0101010101vw;
  color: #fff;
  line-height: 180%;
}

.el-txt.__size2 {
  font-size: 1.5151515152vw;
}

.el-txt.__size3 {
  font-size: 2.0202020202vw;
}

.el-txt.__tac {
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .el-txt {
    font-size: 2.0202020202vw;
  }
  .el-txt.__size2 {
    font-size: 3.0303030303vw;
  }
  .el-txt.__size3 {
    font-size: 4.0404040404vw;
  }
}
@media screen and (max-width: 599px) {
  .el-txt {
    font-size: 3.0303030303vw;
  }
  .el-txt.__size2 {
    font-size: 4.5454545455vw;
  }
  .el-txt.__size3 {
    font-size: 4.2424242424vw;
  }
}
.el-txt.__co-brown {
  color: #42210b;
}

.el-txt.__co-black {
  color: #000;
}

.el-txt.__fw-bold {
  font-weight: 700;
}

.el-panel2 {
  position: relative;
  display: inline-block;
  background: #002b62;
  text-align: center;
  padding: 0.404040404vw 2.6262626263vw;
  margin: 0 0.5050505051vw;
  font-size: 0.9090909091vw;
  white-space: nowrap;
}

.el-panel2.__category {
  font-size: 1.1363636364vw;
}

@media screen and (max-width: 1199px) {
  .el-panel2.__category {
    font-size: 1.7727272727vw;
  }
}
@media screen and (max-width: 599px) {
  .el-panel2.__category {
    font-size: 3.4090909091vw;
  }
}
@media screen and (max-width: 599px) {
  .el-panel2 {
    padding: 1.2121212121vw 7.8787878788vw;
    margin: 0 1.5151515152vw;
    font-size: 2.7272727273vw;
  }
  .__of .el-panel2 {
    padding: 0.5rem 3.25rem;
    margin: 0 0.625rem;
    font-size: 1.125rem;
  }
}

.el-panel2:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -0.5050505051vw;
  width: 0;
  height: 0;
  border-width: 0 0.5050505051vw 0.5050505051vw 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #6d6d6d;
}

.el-panel2.no-before:before {
    content: none;
}

.el-panel2:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: -0.5050505051vw;
  width: 0;
  height: 0;
  border-width: 0px 0px 0.5050505051vw 0.5050505051vw;
  border-style: solid;
  border-color: transparent;
  border-left-color: #6d6d6d;
}

.el-panel2.no-after:after {
    content: none;
}


@media screen and (max-width: 599px) {
  .__of .el-panel2:before {
    left: -0.625rem;
    border-width: 0 0.625rem 0.625rem 0;
  }
  .__of .el-panel2:after {
    right: -0.625rem;
    border-width: 0px 0px 0.625rem 0.625rem;
  }
}
.el-panel2.__narrow {
  padding: 0.404040404vw 1.8181818182vw !important;
}

@media screen and (max-width: 599px) {
  .el-panel2.__narrow {
    padding: 1.2121212121vw 5.4545454545vw !important;
  }
  .__of .el-panel2.__narrow {
    padding: 0.5rem 2.25rem !important;
  }
}
.el-panel2 span.__rchevron:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.2525252525vw;
  font-size: 0.404040404vw;
  display: inline-block;
  position: absolute;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .el-panel2 span.__rchevron:after {
    font-size: 1.2em;
    right: 2vw;
  }
  .__of .el-panel2 span.__rchevron:after {
    right: 0.3125rem;
    font-size: 0.5rem;
  }
}
.el-panel2-wrapper.__overlink .el-panel2 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.el-panel2-wrapper.__overlink:hover .el-panel2 {
  background-color: #fff;
  color: #002b62;
}

.el-panel2-wrapper.__overlink:hover:after {
  color: #002b62;
}

.el-panel2 span.__rchevron:hover:after {
  color: #002b62;
}

.el-panel2.__narrow.__category {
  padding: 0 1.4vw !important;
  line-height: 1.2;
  position: relative;
  top: 20%;
  z-index:10;
}

.el-panel3 {
  display: inline-block;
  background-color: #fff;
  color: #e50032;
  padding: 0.404040404vw 1.6161616162vw;
  font-size: 1.4141414141vw;
  font-weight: 700;
}

.el-panel3.__category {
  /* font-size: 1.7676767677vw; */
  font-size: 1.4676767677vw;
}

@media screen and (max-width: 1199px) {
  .el-panel3.__category {
    font-size: 2.5353535354vw;
    padding: 0.404040404vw 4.0404040404vw;
  }
}
@media screen and (max-width: 599px) {
  .el-panel3.__category {
    font-size: 5.303030303vw;
    padding: 0.404040404vw 4.8484848485vw;
  }
}
@media screen and (max-width: 599px) {
  .el-panel3 {
    padding: 1.2121212121vw 4.8484848485vw;
    font-size: 3.0303030303vw;
  }
  .__of .el-panel3 {
    padding: 0.5rem 2rem;
    font-size: 1.25rem;
    font-weight: 700;
  }
}
.el-panel3 span {
  font-size: 0.8080808081vw;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .el-panel3 span {
    font-size: 2.4242424242vw;
  }
  .__of .el-panel3 span {
    font-size: 1rem;
  }
}
.el-panel3.__narrow {
  padding: 0.404040404vw 0.9090909091vw;
}

@media screen and (max-width: 599px) {
  .el-panel3.__narrow {
    padding: 1.2121212121vw 2.7272727273vw;
  }
  .__of .el-panel3.__narrow {
    padding: 0.5rem 1.125rem;
  }
}
.__category .el-panel3.__narrow {
  padding: 0 0.9090909091vw;
  z-index: 2;
  position: relative;
  margin-top: 1.5%;
}

.el-panel2-wrapper.__overlink {
  /* margin-top: -0.5%; */
} 

@media screen and (max-width: 599px) {
.el-panel2-wrapper.__overlink {
  width: 120%;
}

.el-panel2-wrapper_last.__overlink {
  width: 40% !important;
}

.el-panel2.__narrow.__category {
  width: 100%;
}
}

.el-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

.el-desk:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  /* Xmas仕様 */
  /* width: 105%; */
  padding: 5.6% 0 0;
  background-image: url("../..//img/thanksgiving/common/desk/board.png");
  /* Xmas仕様 */
  /* background-image: url("../..//img/thanksgiving/xmas/common/desk/board.png"); */

  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  margin: 0 0 -0.5050505051vw 0;
  /* Xmas仕様 */
  margin: 0 0 -1.505051vw 0;
}
@media screen and (max-width: 1199px) {
  .el-desk:before {
    /* Xmas仕様 */
    /* margin: 0 0 -2.505051vw 0; */
  }
}
@media screen and (max-width: 599px) {
  .el-desk:before {
    /* Xmas仕様 */
    /* margin: 0 0 -4.505051vw 0; */
  }
}

.el-desk-inner {
  background-color: #e4e4e4;
  width: calc(100% - 2.0202020202vw);
  /* Xmas仕様 */
  /* width: calc(104% - 2.0202020202vw); */
  padding: 2.5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .el-desk-inner {
    width: calc(100% - 2.5rem);
  }
}
.el-desk-inner-container {
  width: 100%;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  /* justify-content: flex-start; */
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 7%;
}
.el-desk-inner-container_category {
  padding: 0.5% 7% 0 !important;
  margin: 0.85% 0 -0.85%;
}


.el-btn2 {
  display: inline-block;
  color: #fff;
  font-size: 3.0303030303vw;
  text-align: center;
  position: relative;
  border: 2px solid #fff;
  padding: 2.5% 7.5%;
  border-radius: 10px;
  font-weight: 700;
  background-color: #002b62;
}

.el-btn2:visited {
  color: #fff;
}

.el-btn2:hover {
  border: 2px solid #fff;
  background-color: #e50032;
  color: #fff;
}

.el-btn2.__rchevron:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5151515152vw;
  font-size: 0.404040404vw;
  display: inline-block;
  position: absolute;
  color: #fff;
}

@-webkit-keyframes skew_x {
  0% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
  }
  10% {
    -webkit-transform: skew(-4.5deg, 0deg);
    transform: skew(-4.5deg, 0deg);
  }
  15% {
    -webkit-transform: skew(3deg, 0deg);
    transform: skew(3deg, 0deg);
  }
  20% {
    -webkit-transform: skew(-2.2deg, 0deg);
    transform: skew(-2.2deg, 0deg);
  }
  25% {
    -webkit-transform: skew(1.3deg, 0deg);
    transform: skew(1.3deg, 0deg);
  }
  30% {
    -webkit-transform: skew(-0.8deg, 0deg);
    transform: skew(-0.8deg, 0deg);
  }
  35% {
    -webkit-transform: skew(0.6deg, 0deg);
    transform: skew(0.6deg, 0deg);
  }
  40% {
    -webkit-transform: skew(-0.4deg, 0deg);
    transform: skew(-0.4deg, 0deg);
  }
  45% {
    -webkit-transform: skew(0.2deg, 0deg);
    transform: skew(0.2deg, 0deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
}

@keyframes skew_x {
  0% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(7deg, 0deg);
    transform: skew(7deg, 0deg);
  }
  10% {
    -webkit-transform: skew(-4.5deg, 0deg);
    transform: skew(-4.5deg, 0deg);
  }
  15% {
    -webkit-transform: skew(3deg, 0deg);
    transform: skew(3deg, 0deg);
  }
  20% {
    -webkit-transform: skew(-2.2deg, 0deg);
    transform: skew(-2.2deg, 0deg);
  }
  25% {
    -webkit-transform: skew(1.3deg, 0deg);
    transform: skew(1.3deg, 0deg);
  }
  30% {
    -webkit-transform: skew(-0.8deg, 0deg);
    transform: skew(-0.8deg, 0deg);
  }
  35% {
    -webkit-transform: skew(0.6deg, 0deg);
    transform: skew(0.6deg, 0deg);
  }
  40% {
    -webkit-transform: skew(-0.4deg, 0deg);
    transform: skew(-0.4deg, 0deg);
  }
  45% {
    -webkit-transform: skew(0.2deg, 0deg);
    transform: skew(0.2deg, 0deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
}
@-webkit-keyframes skew {
  0% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(5deg, 4.2deg);
    transform: skew(5deg, 4.2deg);
  }
  10% {
    -webkit-transform: skew(-4deg, -3deg);
    transform: skew(-4deg, -3deg);
  }
  15% {
    -webkit-transform: skew(3deg, 2.2deg);
    transform: skew(3deg, 2.2deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -1.5deg);
    transform: skew(-2deg, -1.5deg);
  }
  25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
    transform: skew(0.9deg, 0.9deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
    transform: skew(0.3deg, 0.3deg);
  }
  40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
    transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
    transform: skew(0.1deg, 0.1deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
}
@keyframes skew {
  0% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(5deg, 4.2deg);
    transform: skew(5deg, 4.2deg);
  }
  10% {
    -webkit-transform: skew(-4deg, -3deg);
    transform: skew(-4deg, -3deg);
  }
  15% {
    -webkit-transform: skew(3deg, 2.2deg);
    transform: skew(3deg, 2.2deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -1.5deg);
    transform: skew(-2deg, -1.5deg);
  }
  25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
    transform: skew(0.9deg, 0.9deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
    transform: skew(0.3deg, 0.3deg);
  }
  40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
    transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
    transform: skew(0.1deg, 0.1deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
}
@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  27% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  35% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bound {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  27% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  35% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes pikopiko {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes pikopiko {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@-webkit-keyframes pikopiko2 {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@keyframes pikopiko2 {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.ly-main.__toppage .ly-main-inner {
  padding: 0;
}

.bl-toppage {
  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-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 5%;
  width: 100%;
  position: relative;
}

.bl-toppage.__fd-col-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .bl-toppage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; /* Xmas仕様 */
  }
}
.bl-toppage-contents.bl-itemdesk {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  padding: 2.55% 3% 0 4.5%;
  position: relative;
  z-index: 19;
}

@media screen and (max-width: 1199px) {
  .bl-toppage-contents.bl-itemdesk {
    padding: 12% 0 0 0;
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .bl-toppage-contents.bl-itemdesk {
    width: 100%;
    overflow: auto;
    padding: 12% 0 0 5%;
  }
}
@media screen and (max-width: 599px) {
  .bl-toppage-contents .bl-itemdesk-inner {
    width: 180%;
  }
}
.bl-toppage-contents .bl-item-unit {
  padding: 0 25% 0 25%;
}

@media screen and (max-width: 1199px) {
  .bl-toppage-contents .bl-item-unit {
    padding: 0 0;
  }
}
@media screen and (max-width: 599px) {
  .bl-toppage-contents .bl-item-unit {
    padding: 0 0;
  }
}
@media screen and (max-width: 599px) {
  .bl-toppage-contents .bl-item-unit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    gap: 0 10%;
  }
}
@media screen and (max-width: 1199px) {
  .bl-toppage-contents.bl-itemdesk .el-desk:after {
    content: "";
    display: block;
    position: relative;
    bottom: 25px;
    left: 0;
    height: 5vh;
    width: 105vw;
    background-color: #fff1c7;
    z-index: -1;
  }
}
@media screen and (max-width: 599px) {
  .bl-toppage-contents.bl-itemdesk .el-desk:after {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .bl-toppage-contents .bl-item {
    width: 20%;
  }
}

.bl-item2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}


.bl-item2.__top-item01 {
  position: relative;
}

.bl-item2.__top-item01 .bl-item-comment {
  position: relative;
  width: 70%;
  margin: 0 0 0 0;
  left: 35%;
  z-index: 10;
  -webkit-animation: bound 2s steps(8, start) infinite;
  animation: bound 2s steps(8, start) infinite;
}

.bl-item2.__top-item01 .bl-item-link-img {
  position: relative;
  margin: 0 0 -15% 0;
  width: 10vw;
}

@media screen and (max-width: 1199px) {
  .bl-item2.__top-item01 .bl-item-link-img {
    width: 15vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-item2.__top-item01 .bl-item-link-img {
    width: 30vw;
  }
}
.bl-item2.__top-item02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl-item2.__top-item02 .bl-item-comment {
  position: relative;
  width: 60%;
  margin: 0 0 0 0;
  left: -8%;
  z-index: 10;
  -webkit-animation: fuwafuwa 2s infinite;
  animation: fuwafuwa 2s infinite;
}

.bl-item2.__top-item02 .bl-item-link-img {
  position: relative;
  margin: 0 0 -15% 0;
  width: 10vw;
  /* width: 8vw; */
}

@media screen and (max-width: 1199px) {
  .bl-item2.__top-item02 .bl-item-link-img {
    width: 15vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-item2.__top-item02 .bl-item-link-img {
    width: 30vw;
  }
}

.bl-item2.__top-item03 {
  position: relative;
}

.bl-item2.__top-item03 .bl-item-comment {
  position: relative;
  width: 60%;
  margin: 0 0 -20% 0;
  left: 50%;
  z-index: 10;
  -webkit-animation: pikopiko2 10s infinite;
  animation: pikopiko2 10s infinite;
}

.bl-item2.__top-item03 .bl-item-link-img {
  position: relative;
  width: 10vw;
  margin: 0 0 -15% 0;
}

@media screen and (max-width: 1199px) {
  .bl-item2.__top-item03 .bl-item-link-img {
    width: 15vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-item2.__top-item03 .bl-item-link-img {
    width: 30vw;
  }
}

.bl-item2.__top-item04 {
  position: relative;
}

.bl-item2.__top-item04 .bl-item-comment {
  position: relative;
  width: 60%;
  margin: 0 0 -20% 0;
  top: -20px;
  left: 50%;
  z-index: 10;
  -webkit-animation: fuwafuwa 3s infinite;
  animation: fuwafuwa 3s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.bl-item2.__top-item04 .bl-item-link-img {
  position: relative;
  margin: 0 0 -15% 0;
  z-index: -1;
  width: 10vw;
}

@media screen and (max-width: 1199px) {
  .bl-item2.__top-item04 .bl-item-link-img {
    width: 15vw;
  }
}
@media screen and (max-width: 599px) {
  .bl-item2.__top-item04 .bl-item-link-img {
    width: 30vw;
  }
}

.bl-item2.__top-item05 {
  position: absolute;
  top: -50%;
  left: 35%;
  width: 100%;
}

.bl-item2.__top-item05 .bl-item-comment {
  flex: 0 1 20%;
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  -webkit-animation: pikopiko 4s steps(2, start) infinite;
  animation: pikopiko 4s steps(2, start) infinite;
}

.bl-item2.__top-item05 .bl-item-img {
  flex: 0 0 25%;

}

.bl-item2.__top-item05 .bl-item-link {
  padding-top: 15%;
  padding-left: 10%;
}

@media screen and (max-width: 1199px) {
  .bl-item2.__top-item05 {
    top: -60%;

  }
  .bl-item2.__top-item05 .bl-item-link {
    padding-top: 7.5%;
  }
}
@media screen and (max-width: 599px) {
  .bl-item2.__top-item05 {
    top: -33%;
    left: 45%;
  }
  .bl-item2.__top-item05 .bl-item-link {
    /* padding-top: 7.5%; */
  }
}

.bl-toppage-contents.bl-shelfbooth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  margin: 25px 0 2.5%;
  /* Xmas仕様 */
  /* margin: 60px 0 2.5%;  */
}

@media screen and (max-width: 1199px) {
  .bl-toppage-contents.bl-shelfbooth {
    padding: 0 0 0 0;
    width: 90%;
  }
}
.bl-toppage-shelf {
  width: 100%;
}

.bl-toppage-shelf .bl-shelf-wrapper {
  width: 100%;
  /* Xmas仕様 */
  /* width: 80%; */
  margin: 10px 0 0 0;
  padding: 0 8% 0 0;
}

@media screen and (max-width: 1199px) {
  .bl-toppage-shelf .bl-shelf-wrapper {
    padding: 0 0 7.5%;
  }
}
@media screen and (max-width: 599px) {
  .bl-toppage-shelf .bl-shelf-wrapper {
    /* padding: 0 0 15% 0; */
    height: auto;
  }
}
.bl-toppage-shelf .bl-shelf {
  width: 100%;
  padding: 0 10%;
  /* Xmas仕様 */
  /* padding: 0 5%;  */
}

.bl-toppage-shelf .bl-shelf:not(:nth-child(1)) {
  margin: 10% 0 0 0;
}

.bl-toppage-shelf .bl-shelf:after {
  width: 100%;
}

.bl-toppage-contents .bl-shelf-inner {
  max-width: initial;
  width: 25%;
}

@media screen and (max-width: 1199px) {
  .bl-toppage-contents .bl-shelf-inner {
    max-width: initial;
  }
}
@media screen and (max-width: 599px) {
  .bl-toppage-contents .bl-toppage-shelf {
    width: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 599px) {
  .bl-toppage-contents .bl-shelf {
    width: 110%;
  }
  .bl-toppage-shelf .bl-shelf:not(:nth-child(1)) {
    /* margin: 20% 0 0 0; */
  }
}
@media screen and (max-width: 1199px) {
  .ly-main.__toppage .bl-topBnr {
    /* margin: 50px 0 0 0; */
    margin: 20px 0 0 0;
  }
}
.ly-main.__toppage .bl-section-inner {
  margin: 0;
}

@media screen and (max-width: 599px) {
  .ly-main.__toppage .bl-section {
    /* padding: 1.5rem; */
  }
  .ly-main.__toppage .bl-section-inner {
    /* padding: 3% 0; */
  }
}
@media screen and (max-width: 599px) {
  .ly-main.__toppage .bl-simple {
    margin: 0 0 0 0;
    /* margin: 0 0 50px 0; */
  }
}
.bl-toppage-contents.bl-itemdesk .el-panel3.__narrow {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.bl-toppage-contents .el-panel2.__narrow {
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
}

.bl-toppage-contents .el-panel2.recommend.__narrow {
  padding-top: 0 !important;
  padding-bottom: 0.25em !important;
}



.bl-toppage-contents.bl-itemdesk .el-desk-inner {
  padding: 6% 0 4.5%;
}
@media screen and (max-width: 599px) {
  .bl-toppage-contents.bl-itemdesk .el-desk-inner {
    padding: 3% 0 2.25%;
  }
}

.bl-toppage-contents.bl-itemdesk .el-desk {
  margin: -5% 0 0 3%;
  /* Xmas仕様 */
  /* margin: -2% 0 0 3%; */
  width: 105%;
}

@media screen and (max-width: 599px) {
.bl-toppage-contents.bl-itemdesk .el-desk {
    margin: -5% 0 0 20%;
    width: 125%;
  }
}


.bl-toppage-contents .el-panel {
  padding: 0.5em 0 !important;
}

.js-accordion-body {
  display: none;
}

.js-accordion-header:hover {
  cursor: pointer;
}

.js-accordion-header.open + .js-accordion-body {
  display: block;
}

.mySwiper {
  margin-top: clamp(0.625rem, 1.0101010101vw, 1.25rem);
  width: 75%;
}

@media screen and (max-width: 1199px) {
  .mySwiper {
    margin-top: 5%;
  }
}
@media screen and (max-width: 599px) {
  .mySwiper {
    width: 100%;
    margin-top: 5%;
  }
}
.mySwiper .swiper-slide {
  border: 3px solid #fff1c7;
  background-image: url("../../img/thanksgiving/item/item-frame.png");
  background-repeat: no-repeat;
  padding: 1%;
}

.mySwiper .swiper-slide:hover {
  cursor: pointer;
  border: 3px solid #e50032;
}

.mySwiper2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 28.2828282828vw;
}

@media screen and (max-width: 1199px) {
  .mySwiper2 {
    width: 71.2121212121vw;
  }
}
@media screen and (max-width: 599px) {
  .mySwiper2 {
    width: 84.8484848485vw;
  }
}
.myswiper2-button-next,
.myswiper2-button-prev {
  background-color: #4d4d4d;
  color: #fff !important;
}

.myswiper2-button-next {
  right: clamp(-0.3125rem, -0.2525252525vw, -0.15625rem) !important;
}

.myswiper2-button-prev {
  left: clamp(-0.3125rem, -0.2525252525vw, -0.15625rem) !important;
}

.myswiper2-button-next:after,
.myswiper2-button-prev:after {
  font-size: 1em !important;
}

.mySwiper3 {
  width: 90%;
  margin-top: clamp(0.9375rem, 1.5151515152vw, 1.875rem);
}

.myswiper3-button-next,
.myswiper3-button-prev {
  color: #57676b !important;
}

.myswiper3-button-next {
  right: -10px !important;
}

.myswiper3-button-prev {
  left: -10px !important;
} /*# sourceMappingURL=style.css.map */

/*-------------------------------------
	酒のステップ
-------------------------------------*/
@media screen and (max-width: 687px) {
  .bl_relativeArticle {
    margin: 10% 0;
  }
}

.bl_relativeArticle_title {
  padding: 1.5% 0;
  text-align: center;
  margin: 5% 0;
  font-size: 24px;
  border: 1px solid #002b62;
  background-color: #002b62;
  color: #fff;
  width: 100%;
  letter-spacing: 0.5em;
}

@media screen and (max-width: 687px) {
  .bl_relativeArticle_title {
    font-size: 1.2em;
  }
}

.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap !important;
  align-items: normal !important;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}

@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}

@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.wp-block-column:not(:nth-of-type(1)) {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-left: 5%;
}

.item_postSection {
  margin-bottom: 5rem;
}

.item_postSection_ttlContainer {
  margin-bottom: 1rem;
}

.item_postSection_ttl {
  font-size: 24px;
  font-weight: 900;
  border-bottom: 1px solid #002b62;
  padding-bottom: 0.75rem;
}

.item_postSection_ttl.color-tblue {
  color: #002b62;
}

@media screen and (max-width: 687px) {
  .item_postSection_ttl {
    font-size: 1.6rem;
  }
}

.item_postSection_txt {
  line-height: 160%;
}

.item_postSection_img_wrapper {
  margin-top: 3rem;
}

.item_postSection_img {
  width: auto;
}

.wp-block-spacer {
  clear: both;
}

.item_postVoice2_txt {
  line-height: 180%;
}

.bl-step_shopbox {
  margin: 100px auto 0;
  width: 60%;
}

@media screen and (max-width: 687px) {
  .bl-step_shopbox {
    width: 100%;
  }
}

/* カテゴリ一覧修正 */
.el-desk.__category {
  width: 90%;
  margin: -6.8% 0 0 0;
  /* Xmas仕様 */
  /* margin: -4.8% 0 0 0; */
}
@media screen and (max-width: 1199px) {
  .el-desk.__category {
    margin: -10.5% 0 0 0;
    /* Xmas仕様 */
    /* margin: -7.5% 0 0 0; */
  }
}
@media screen and (max-width: 599px) {
  .el-desk.__category {
    width: 100%;
    margin: -12% 0 0 0;
    /* Xmas仕様 */
    /* margin: -10% 0 0 0; */
  }
  .__category.el-desk:before {
    background-image: url("../../img/thanksgiving/common/desk/board_category.png");
  }
}

.bl-item-link-img.__category {
  margin: 0 0 -2.7777777778vw !important;
}
@media screen and (max-width: 1199px) {
  .bl-item-link-img.__category {
    margin: 0 0 -4.7777777778vw !important;
  }
}
@media screen and (max-width: 599px) {
  .bl-item-link-img.__category {
    margin: 0 0 -8.3333333333vw !important;
  }
}

.__category .el-desk-inner {
  padding: 4.5% 0;
}

@media screen and (max-width: 1199px) {
  .__category .el-desk-inner {
    padding: 7% 0;
  }
  .__category .bl-boothfooter {
    height: 18.080808vw;
  }
}
@media screen and (max-width: 599px) {
  .__category .el-desk-inner {
    padding: 8.5% 0;
  }
}

.catalog-slider .swiper-slide {
  /* max-width: 270px; */
}
@media screen and (max-width: 1199px) {
  .catalog-slider .swiper-slide {
    max-width: initial;
  }
}
@media screen and (max-width: 599px) {
  .catalog-slider .swiper-slide {
    max-width: initial;
  }
}

.bl-navsp .el-btn2.__fullwidth {
  width: 100%;
}

.bl-navsp .el-btn2.__bg-yellow {
  background-color: #fff000;
}

.bl-navsp .el-btn2.__co-red {
  color: #e50032;
}

.bl-navsp .el-btn2.__co-red.__rchevron:after {
  color: #e50032 !important;
}

/* Xmas仕様 */
.bl-xmastree {
  position: absolute;
  top: 18%;
  left: 52.5%;
  width: 15vw;
  max-width: 400px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .bl-xmastree {
    display: none;
  }
}

.bl-ball {
  position: absolute;
  z-index: 16;
  top: -40px;
  width: 100%;
}

.bl-toppage-contents.bl-itemdesk .el-desk-inner .el-desk-inner-container img:nth-of-type(2n + 1) {
  /* position: absolute; */
  position: relative;
  width: 100%;
  text-align: center;
}

.bl-toppage-contents.bl-itemdesk .el-desk-inner .el-desk-inner-container img:nth-of-type(1) {
  /* left: -3.5%; */
}

.bl-toppage-contents.bl-itemdesk .el-desk-inner .el-desk-inner-container img:nth-of-type(3) {
  right: -3.5%;
}

.bl-xmasbell {
  position: absolute;
}

@media screen and (max-width: 1199px) {
  .bl-xmasbell {
    display: none;
  }
}

.bl-xmasbell.__b1 {
  top: -3%;
  left: 8.5%;
  width: 4%;
}

.bl-xmasbell.__b2 {
  top: -3%;
  left: 50.5%;
  width: 4%;
  transform: rotate(-22.5deg);
}

.bl-xmasbell.__b3 {
  top: -3%;
  left: 70.5%;
  width: 3.5%;
  transform: rotate(-60deg);
}

.bl-xmasbell.__b4 {
  top: 0;
  left: 90%;
  width: 4%;
  transform: rotate(0);
}

.bl-xmasbell.__h1 {
  top: -3%;
  left: 16.5%;
  width: 4%;
}
.bl-xmasbell.__h2 {
  top: -3%;
  left: 61.5%;
  width: 4%;
  transform: rotate(45deg);
}
.bl-xmasbell.__h3 {
  top: -1%;
  left: 78.5%;
  width: 3.5%;
  transform: rotate(22.5deg);
}

/* 感謝祭終了 */
.bl-toppage.__end-event {
  width: 47.0202020202vw !important;
}

.end-img {
  margin: 2em 0 0;
  width: 70%;
}

.end-link {
  width: 100%;
}

.end-link-inner {
  margin: 2em 0 0;
  padding: 2.5em 0;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #000, #000 20px, transparent 20px, transparent 40px), linear-gradient(to right, #000, #000 20px, transparent 20px, transparent 40px);
  background-size: 40px 20px, 40px 20px;
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
}

.end-link-bnr {
  border: 1px solid #000;
  display: flex;
  flex-direction: row;
  gap: 0 4%;
  padding: 1em 0.75em;
  align-items: center;
  justify-content: center;
}

.end-link-icon {
  width: 6.2vw;
}

.end-link-bnr-txt {
  color: #e60012;
  font-size: 36px;
  font-size: 1.8vw;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.end-link-bnr-play {
  width: 4.8vw;
  height: 4.6vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #e60012;
  color: #fff;
  border: 1px solid #e60012;
  border-radius: 50%;
}

.end-link:hover .end-link-bnr-play {
  background-color: #fff;
  color: #e60012;
}

.end-link-bnr-play-overray {
  font-size: 32px;
  font-size: 1.6666vw;
}

.end-txt-wrapper {
  margin: 2em 0 2em;
}

.end-txt {
  color: #ea5514;
  font-size: 25px;
  font-size: 1.302vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 599px) {
  .bl-toppage.__end-event {
    width: 100% !important;
  }
  .end-link {
    width: 90%;
  }

  .end-link-inner {
    padding: 1.25em 0;
    background-image: linear-gradient(to right, #000, #000 2vw, transparent 2vw, transparent 4vw), linear-gradient(to right, #000, #000 2vw, transparent 2vw, transparent 4vw);
    background-size: 4vw 2vw, 4vw 2vw;
  }

  .end-link-icon {
    width: 12.4vw;
  }

  .end-link-bnr-txt {
    font-size: 3.6vw;
  }

  .end-link-bnr-play {
    width: 9.6vw;
    height: 9.2vw;
  }

  .end-link-bnr-play-overray {
    font-size: 3.3332vw;
  }

  .end-txt {
    font-size: calc(2.604vw * 1.25);
  }
}

/*
=======================================
20230920 追加CSS
=======================================
*/

/*
  おすすめ商品スライダーの値段部分の背景色削除
*/
.el-panel3.__no_bg {
  background-color: transparent;
}

/*
  おすすめ商品スライダーの値段部分のパディング削除
*/
.el-panel3.__no_pd {
  padding: 0;
}

/* 商談フォームの※印の改行を取る */
.bl-bisform-list li > p {
  display: inline;
}

/* 商談フォームの文字の大きさ調整 */
.bl-bisform .bl-list {
  /* font-size: 1em; */
}
@media screen and (max-width: 599px) {
  .bl-bisform .bl-list {
    font-size: 1em;
  }
}

.bl-bisform-table > dt {
  font-size: 1.125rem;
}
@media screen and (max-width: 599px) {
  .bl-bisform-table > dt {
    font-size: 1em;
  }
}

.bl-bisform-table > dd {
  font-size: 1.125rem;
}
@media screen and (max-width: 599px) {
  .bl-bisform-table > dd {
    font-size: 1em;
  }
}

/* 中央のパネルの上下余白を固定化 */
.el-panel {
  padding: 0.6em 0 
}

/* 吊り下げ棒の長さを変更 */
.bl-navigation-left:before {
  height: 15vw;
}

.bl-navigation-left:after {
  height: 15vw;
}

/* 床と壁の境目変更 */
.bl-section.item-shosai-2023 {
    margin: -25px 0 -8vw;

}

@media screen and (max-width: 1199px) {
  .bl-section.item-shosai-2023 {
    margin: -1% 0 -8vw;
  }
}

@media screen and (max-width: 599px) {
  .bl-section.item-shosai-2023 {
    margin: 4% 0 -8vw;
  }
}


.bl-section.item-shosai:after {
  bottom: 11.5vw;
}

/* おすすめ商品のパネルの上下余白を固定化 */
.bl-section.osusume {
  z-index: 10;
  padding: 0;
  margin: 3rem 0 0;
}

/* 配送費などの表の調整：最終行のマージン再設定 */
.bl-dllist2 > dt:last-of-type {
  margin-bottom: 4.0404040404vw;
}
@media screen and (max-width: 599px) {
  .bl-dllist2 > dt:last-of-type {
    margin-bottom: 0;
  }
}

.bl-dllist2-2023 > dt,
.bl-dllist2-2023 > dd {
  /* font-size: 1.1vw; */
  font-size: 0.83vw;
  padding-top: 1%;
  padding-bottom: 1%;
}
@media screen and (max-width: 599px) {
  .bl-dllist2-2023 > dt,
  .bl-dllist2-2023 > dd {
    font-size: 0.85em;
  }
}


.bl-dllist2 > dd:last-of-type {
  margin-bottom: 4.0404040404vw;
}

@media screen and (max-width: 1199px) {
  .ly-itembooth_sp {
    background-color: #fff1c7;
  }
}

.bl-itemBooth-box-desk-wrapper {
  margin-top: -8%;
}

.bl-navigation-right-downer {
  width: 16.2626262626vw;
  position: relative;
}

.bl-sale-badge {
  position: absolute;
  width: 4.8vw;
  /* max-width: 96px; */
  top: 50%;
  transform: translateY(-50%);
  right: -13%;
}

@media screen and (max-width: 599px) {
  .bl-window-itembooth {
    margin: 0 0 0 0;
    padding: 28% 0 4%;
  }
}


/*
=======================================
20230920 ヘルパー
=======================================
*/
/**
 * FlexBox
 */
/* flexboxにする */
.hp_flex { display: flex; }

/* flexボックスの並びを横にする */
.hp_flex_row { flex-direction: row; }

/* flexボックスの並びを縦にする */
.hp_flex_col { flex-direction: column; }

/* justify-contentをflex-endにする */
.hp_flex_jc_flex_start { justify-content: flex-start; }

/* justify-contentをflex-endにする */
.hp_flex_jc_flex_end { justify-content: flex-end; }

/* justify-contentをspace-betweenにする */
.hp_flex_jc_space_between { justify-content: space-between; }

/* justify-contentをcenterにする */
.hp_flex_jc_center { justify-content: center; }

/* align-itemsをflex-startにする */
.hp_flex_ai_flex_start { align-items: flex-start; }

/* align-itemsをcenterにする */
.hp_flex_ai_center { align-items: center; }

/* 折返し有効 */
.hp_flex_wrap { flex-wrap: wrap; }

/* gapで1%余白を持たせる */
.hp_flex_col_gap_1p { gap: 1%; }

/* gapで縦に3%余白を持たせる */
.hp_flex_col_gap_3p { gap: 3%; }

/* gapで縦に5%余白を持たせる */
.hp_flex_col_gap_5p { gap: 5%; }

/* gapで7%余白を持たせる */
.hp_flex_col_gap_7p { gap: 7%; }

/* gapで0.5em余白を持たせる */
.hp_flex_col_gap_05e { gap: 0.5em; }

/* gapで1em余白を持たせる */
.hp_flex_col_gap_1e { gap: 1em; }

/* gapで3em余白を持たせる */
.hp_flex_col_gap_3e { gap: 3em; }

/* gapで5em余白を持たせる */
.hp_flex_col_gap_5e { gap: 5em; }

/* flexbox[スマホ限定] */
@media screen and (max-width: 599px) {
  .hp_flex_column_sp {
    flex-direction: column;
  }
}

/**
 * 背景色
 */
/* 白 */
.hp_bg_white { background-color: #fff; }

/* #cfddef */
.hp_bg_cfddef { background-color: #cfddef; }

/* クリア（透明）*/
.hp_bg_clear { background-color: transparent; }

/* つばめブルー */
.hp_bg_tblue { background-color: #002b62; }

/* オレンジ */
.hp_bg_e95710 { background-color: #e95710; }



/**
 * 文字色
 */
/* つばめブルー */
.hp_color_tblue { color: #002b62; }

/* 黒 */
.hp_color_black { color: #000 !important; }

/* 白 */
.hp_color_white { color: #fff !important; }

/* 赤 */
.hp_color_red { color: #f00 !important; }



/**
 * 文字サイズ
 */

/* 0.415vw = 8px(1920px)にする */
.hp_font_0_415vw { font-size: 0.415vw !important; }

/* 0.83vw = 16px(1920px)にする */
.hp_font_16px_vw { font-size: 0.83vw !important; }
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 599px) {
}

/* 32px(1920px)にする */
.hp_font_8px_vw { font-size: calc(0.83vw * 0.5) !important; }
.hp_font_10px_vw { font-size: calc(0.83vw * 0.6) !important; }
.hp_font_12px_vw { font-size: calc(0.83vw * 0.75) !important; }
.hp_font_16px_vw { font-size: 0.83vw !important; }
.hp_font_20px_vw { font-size: calc(0.83vw * 1.25) !important; }
.hp_font_24px_vw { font-size: calc(0.83vw * 1.5) !important; }
.hp_font_32px_vw { font-size: calc(0.83vw * 2) !important; }
.hp_font_48px_vw { font-size: calc(0.83vw * 3) !important; }
.hp_font_56px_vw { font-size: calc(0.83vw * 3.5) !important; }
.hp_font_64px_vw { font-size: calc(0.83vw * 4) !important; }
@media screen and (max-width: 1199px) {
  .hp_font_8px_vw_tab { font-size: calc(1.333vw * 0.5) !important; }
  .hp_font_10px_vw_tab { font-size: calc(1.333vw * 0.6) !important; }
  .hp_font_12px_vw_tab { font-size: calc(1.333vw * 0.75) !important; }
  .hp_font_16px_vw_tab { font-size: 1.333vw !important; }
  .hp_font_20px_vw_tab { font-size: calc(1.333vw * 1.25) !important; }
  .hp_font_24px_vw_tab { font-size: calc(1.333vw * 1.5) !important; }
  .hp_font_32px_vw_tab { font-size: calc(1.333vw * 2) !important; }
  .hp_font_48px_vw_tab { font-size: calc(1.333vw * 3) !important; }
  .hp_font_56px_vw_tab { font-size: calc(1.333vw * 3.5) !important; }
  .hp_font_64px_vw_tab { font-size: calc(1.333vw * 4) !important; }
}
@media screen and (max-width: 599px) {
  .hp_font_8px_vw_sp { font-size: calc(2.666vw * 0.5) !important; }
  .hp_font_10px_vw_sp { font-size: calc(2.666vw * 0.6) !important; }
  .hp_font_12px_vw_sp { font-size: calc(2.666vw * 0.75) !important; }
  .hp_font_16px_vw_sp { font-size: 2.666vw !important; }
  .hp_font_20px_vw_sp { font-size: calc(2.666vw * 1.25) !important; }
  .hp_font_24px_vw_sp { font-size: calc(2.666vw * 1.5) !important; }
  .hp_font_32px_vw_sp { font-size: calc(2.666vw * 2) !important; }
  .hp_font_48px_vw_sp { font-size: calc(2.666vw * 3) !important; }
  .hp_font_56px_vw_sp { font-size: calc(2.666vw * 3.5) !important; }
  .hp_font_64px_vw_sp { font-size: calc(2.666vw * 4) !important; }
}



/* 0.83vw = 16px(1920px)にする */
.hp_font_0_83vw { font-size: 0.83vw !important; }

 /* 1.1vw = 1emにする */
.hp_font_1_1vw { font-size: 1.1vw !important; }

 /* 1.4vw = 1.1emにする */
.hp_font_1_4vw { font-size: 1.4vw !important; }

 /* 1.6vw = 18px(1920px)にする */
.hp_font_1_6vw { font-size: 1.6vw !important; }

/* 1.86vw = 1.4emにする */
.hp_font_1_86vw { font-size: 1.86vw !important; }

 /* 0.45emにする */
.hp_font_045em { font-size: 0.45em !important; }

/* 0.55emにする */
.hp_font_055em { font-size: 0.55em !important; }

 /* 0.65emにする */
.hp_font_065em { font-size: 0.65em !important; }

 /* 0.75emにする */
.hp_font_075em { font-size: 0.75em !important; }

/* 0.85emにする */
.hp_font_085em { font-size: 0.85em !important; }

/*1.125remにする */
.hp_font_base { font-size: 1.125rem; }

/* 0.85emにする */
.hp_font_small { font-size: 0.85em; }

/* 1emにする */
.hp_font_1em { font-size: 1em; }

/* 1.2emにする */
.hp_font_1_2em { font-size: 1.2em; }

/* 1.4emにする */
.hp_font_1_4em { font-size: 1.4em; }

/* 1.6emにする */
.hp_font_1_6em { font-size: 1.6em; }

/* 1.8emにする */
.hp_font_1_8em { font-size: 1.8em; }

/* 2emにする */
.hp_font_2em { font-size: 2em; }

/* 3emにする */
.hp_font_3em { font-size: 3em; }

/* 4emにする */
.hp_font_4em { font-size: 4em; }

/* 文字サイズ[スマホ限定] */
@media screen and (max-width: 599px) {
  /* 0.83vw = 1emにする */
  .hp_font_0_83vw_sp { font-size: 0.83vw; }

  /* 1.1vw = 1emにする */
  .hp_font_1_1vw_sp { font-size: 1.1vw !important; }

  /* 1.4vw = 1.1emにする */
  .hp_font_1_4vw_sp { font-size: 1.4vw !important; }

  /* 1.6vw = 1.2emにする */
  .hp_font_1_6vw_sp { font-size: 1.6vw !important; }

  /* 1.86vw = 1.4emにする */
  .hp_font_1_86vw_sp { font-size: 1.86vw !important; }

  /* 0.45emにする */
  .hp_font_045em_sp { font-size: 0.45em !important; }

  /* 0.55emにする */
  .hp_font_055em_sp { font-size: 0.55em !important; }

  /* 0.65emにする */
  .hp_font_065em_sp { font-size: 0.65em !important; }

  /* 0.75emにする */
  .hp_font_075em_sp { font-size: 0.75em !important; }

  /* 0.85emにする */
  .hp_font_085em_sp { font-size: 0.85em !important; }

  /* 1remにする */
  .hp_font_base_sp { font-size: 1rem !important; }

  /* 1emにする */
  .hp_font_1em_sp { font-size: 1em !important; }

  /* 1.2emにする */
  .hp_font_1_2em_sp { font-size: 1.2em !important; }

  /* 1.4emにする */
  .hp_font_1_4em_sp { font-size: 1.4em !important; }

  /* 1.6emにする */
  .hp_font_1_6em_sp { font-size: 1.6em !important; }

  /* 1.8emにする */
  .hp_font_1_8em_sp { font-size: 1.8em !important; }

  /* 2emにする */
  .hp_font_2em_sp { font-size: 2em !important; }

  /* 3emにする */
  .hp_font_3em_sp { font-size: 3em !important; }

  /* 4emにする */
  .hp_font_4em_sp { font-size: 4em !important; }
}

/* 文字サイズ[タブレット限定] */
@media screen and (max-width: 1199px) {
  /* 2.3vw = 1.4emにする */
  .hp_font_2_3vw_tab { font-size: 2.3vw; }
}



/**
 * 太字
 */
/* 太字にする */
.hp_bold { font-weight: bold; }

/**
 * 枠線
 */
/* 黒枠線[1px] */
.hp_border_black { border: 1px solid #000; }


/**
 * 余白（padding）
 */
/* 全方向クリア */
.hp_padding_none { padding: 0; }

/* 上余白クリア */
.hp_padding_t_0 { padding-top: 0; }

/* 左余白クリア */
.hp_padding_l_0 { padding-left: 0; }

/* 右余白クリア */
.hp_padding_r_0 { padding-right: 0; }

/* 下余白クリア */
.hp_padding_b_0 { padding-bottom: 0; }

/* 上に1%余白を持たせる*/
.hp_padding_t_1p { padding-top: 1%; }

/* 下に1%余白を持たせる */
.hp_padding_b_1p { padding-bottom: 1%; }

/* 左に1%余白を持たせる */
.hp_padding_l_1p { padding-left: 1%; }

/* 右に1%余白を持たせる */
.hp_padding_r_1p { padding-right: 1%; }

/* 上に3%余白を持たせる */
.hp_padding_t_3p { padding-top: 3%; }

/* 下に3%余白を持たせる */
.hp_padding_b_3p { padding-bottom: 3%; }

/* 左に3%余白を持たせる */
.hp_padding_l_3p { padding-left: 3%; }

/* 右に3%余白を持たせる */
.hp_padding_l_3p { padding-right: 3%; }

/* 上に5%余白を持たせる */
.hp_padding_t_5p { padding-top: 5%; }

/* 下に5%余白を持たせる */
.hp_padding_b_5p { padding-bottom: 5%; }

/* 左に5%余白を持たせる */
.hp_padding_l_5p { padding-left: 5%; }

/* 右に5%余白を持たせる */
.hp_padding_l_5p { padding-right: 5%; }

/* 余白（padding）[スマホ限定] */
@media screen and (max-width: 599px) {
  /* 全方向クリア */
  .hp_padding_none_sp { padding: 0; }

  /* 上余白クリア */
  .hp_padding_t_0_sp { padding-top: 0; }

  /* 左余白クリア */
  .hp_padding_l_0_sp { padding-left: 0; }

  /* 右余白クリア */
  .hp_padding_r_0_sp { padding-right: 0; }

  /* 下余白クリア */
  .hp_padding_b_0_sp { padding-bottom: 0; }

  /* 上に1%余白を持たせる*/
  .hp_padding_t_1p_sp { padding-top: 1%; }

  /* 下に1%余白を持たせる */
  .hp_padding_b_1p_sp { padding-bottom: 1%; }

  /* 左に1%余白を持たせる */
  .hp_padding_l_1p_sp { padding-left: 1%; }

  /* 右に1%余白を持たせる */
  .hp_padding_r_1p_sp { padding-right: 1%; }

  /* 上に3%余白を持たせる */
  .hp_padding_t_3p_sp { padding-top: 3% !important; }

  /* 下に3%余白を持たせる */
  .hp_padding_b_3p_sp { padding-bottom: 3% !important; }

  /* 左に3%余白を持たせる */
  .hp_padding_l_3p_sp { padding-left: 3%; }

  /* 右に3%余白を持たせる */
  .hp_padding_l_3p_sp { padding-right: 3%; }

  /* 上に5%余白を持たせる */
  .hp_padding_t_5p_sp { padding-top: 5% !important; }

  /* 下に5%余白を持たせる */
  .hp_padding_b_5p_sp { padding-bottom: 5% !important; }

  /* 左に5%余白を持たせる */
  .hp_padding_l_5p_sp { padding-left: 5%; }

  /* 右に5%余白を持たせる */
  .hp_padding_l_5p_sp { padding-right: 5%; }
}

/**
 * 余白（margin）
 */
/* 全方向クリア */
.hp_margin_none { margin: 0; }

/* 上余白クリア */
.hp_margin_t_0 { margin-top: 0 !important; }

/* 下余白クリア */
.hp_margin_b_0 { margin-bottom: 0 !important; }

/* 左余白クリア */
.hp_margin_l_0 { margin-left: 0; }

/* 右余白クリア */
.hp_margin_r_0 { margin-right: 0; }

/* 左auto */
.hp_margin_l_auto { margin-left: auto; }

/* 右auto */
.hp_margin_r_auto { margin-right: auto; }

/* 上に1%余白を持たせる*/
.hp_margin_t_1p { margin-top: 1%; }

/* 下に1%余白を持たせる */
.hp_margin_b_1p { margin-bottom: 1%; }

/* 左に1%余白を持たせる */
.hp_margin_l_1p { margin-left: 1%; }

/* 右に1%余白を持たせる */
.hp_margin_r_1p { margin-right: 1%; }

/* 上に3%余白を持たせる */
.hp_margin_t_3p { margin-top: 3%; }

/* 下に3%余白を持たせる */
.hp_margin_b_3p { margin-bottom: 3%; }

/* 左に3%余白を持たせる */
.hp_margin_l_3p { margin-left: 3%; }

/* 右に3%余白を持たせる */
.hp_margin_r_3p { margin-right: 3%; }

/* 上に5%余白を持たせる */
.hp_margin_t_5p { margin-top: 5%; }

/* 下に5%余白を持たせる */
.hp_margin_b_5p { margin-bottom: 5%; }

/* 左に5%余白を持たせる */
.hp_margin_l_5p { margin-left: 5%; }

/* 右に5%余白を持たせる */
.hp_margin_r_5p { margin-right: 5%; }

/* 上に7%余白を持たせる */
.hp_margin_t_7p { margin-top: 7%; }

/* 下に7%余白を持たせる */
.hp_margin_b_7p { margin-bottom: 7%; }

/* 左に7%余白を持たせる */
.hp_margin_l_7p { margin-left: 7%; }

/* 右に7%余白を持たせる */
.hp_margin_r_7p { margin-right: 7%; }


/* 余白（margin）[スマホ限定] */
@media screen and (max-width: 599px) {
  /* 全方向クリア */
  .hp_margin_none_sp { margin: 0 !important; }

  /* 上余白クリア */
  .hp_margin_t_0_sp { margin-top: 0 !important; }

  /* 左余白クリア */
  .hp_margin_l_0_sp { margin-left: 0 !important; }

  /* 右余白クリア */
  .hp_margin_r_0_sp { margin-right: 0 !important; }

  /* 下余白クリア */
  .hp_margin_b_0_sp { margin-bottom: 0 !important; }

  /* 左auto */
  .hp_margin_l_auto_sp { margin-left: auto; }

  /* 右auto */
  .hp_margin_r_auto_sp { margin-right: auto; }

  /* 上に1%余白を持たせる*/
  .hp_margin_t_1p_sp { margin-top: 1% !important; }

  /* 下に1%余白を持たせる */
  .hp_margin_b_1p_sp { margin-bottom: 1% !important; }

  /* 左に1%余白を持たせる */
  .hp_margin_l_1p_sp { margin-left: 1% !important; }

  /* 右に1%余白を持たせる */
  .hp_margin_r_1p_sp { margin-right: 1% !important; }

  /* 上に3%余白を持たせる */
  .hp_margin_t_3p_sp { margin-top: 3% !important; }

  /* 下に3%余白を持たせる */
  .hp_margin_b_3p_sp { margin-bottom: 3% !important; }

  /* 左に3%余白を持たせる */
  .hp_margin_l_3p_sp { margin-left: 3% !important; }

  /* 右に3%余白を持たせる */
  .hp_margin_r_3p_sp { margin-right: 3% !important; }

  /* 上に5%余白を持たせる */
  .hp_margin_t_5p_sp { margin-top: 5% !important; }

  /* 下に5%余白を持たせる */
  .hp_margin_b_5p_sp { margin-bottom: 5% !important; }

  /* 左に5%余白を持たせる */
  .hp_margin_l_5p_sp { margin-left: 5% !important; }

  /* 右に5%余白を持たせる */
  .hp_margin_r_5p_sp { margin-right: 5% !important; }

  /* 上に7%余白を持たせる */
  .hp_margin_t_7p_sp { margin-top: 7% !important; }

  /* 下に7%余白を持たせる */
  .hp_margin_b_7p_sp { margin-bottom: 7% !important; }

  /* 左に7%余白を持たせる */
  .hp_margin_l_7p_sp { margin-left: 7% !important; }

  /* 右に7%余白を持たせる */
  .hp_margin_r_7p_sp { margin-right: 7% !important; }

}


/*
  ヘルパー：内部の余白を持たせる
*/
.hp_padding {
  padding: 0.5em 1em;
}




/* 新フォーム */
.bl-bisform .bl-list > li {
  /* line-height: 140% !important; */
  margin: 0 0 5px 0 !important;
}


/*
  ヘルパー：下に1emの余白を持たせる
*/
.hp_margin_b {
  margin-bottom: 1em;
}

/*
  ヘルパー：上に1emの余白を持たせる
*/
.hp_margin_t {
  margin-top: 1em;
}



/*
  ヘルパー：上下に1emの余白を持たせる
*/
.hp_margin_tb {
  margin: 1em 0;
}

/*
  ヘルパー：上下に2emの余白を持たせる
*/
.hp_margin_tb_2e {
  margin: 2em 0;
}

/*
  ヘルパー：上下に3emの余白を持たせる
*/
.hp_margin_tb_lg {
  margin: 3em 0;
}


/**
 * コンテンツ幅
 */
/* 50%にする */
.hp_width_50 { width: 50%; }

/* 60%にする */
.hp_width_60 { width: 60%; }

/* 70%にする */
.hp_width_70 { width: 70%; }

/* 80%にする */
.hp_width_80 { width: 80%; }

/* 90%にする */
.hp_width_90 { width: 90%; }

/* 100%にする */
.hp_width_100 { width: 100%; }

/* 125%にする */
.hp_width_125 { width: 125%; }

/* コンテンツ幅[タブレット以下] */
@media screen and (max-width: 599px) {
  /* 50%にする */
  .hp_width_50_tab { width: 50%; }

  /* 60%にする */
  .hp_width_60_tab { width: 60%; }

  /* 70%にする */
  .hp_width_70_tab { width: 70%; }

  /* 80%にする */
  .hp_width_80_tab { width: 80%; }

  /* 90%にする */
  .hp_width_90_tab { width: 90%; }

  /* 100%にする */
  .hp_width_100_tab { width: 100%; }

  /* 125%にする */
  .hp_width_125_tab { width: 125%; }
}

/* コンテンツ幅[スマホ限定] */
@media screen and (max-width: 599px) {
  /* 50%にする */
  .hp_width_50_sp { width: 50%; }

  /* 60%にする */
  .hp_width_60_sp { width: 60%; }

  /* 70%にする */
  .hp_width_70_sp { width: 70%; }

  /* 80%にする */
  .hp_width_80_sp { width: 80%; }

  /* 90%にする */
  .hp_width_90_sp { width: 90%; }

  /* 100%にする */
  .hp_width_100_sp { width: 100%; }

  /* 125%にする */
  .hp_width_125_sp { width: 125% !important; }
}




/*
  ヘルパー：行間に余裕をもたせる
*/
.hp_line_height {
  line-height: 1.5;
}

/*
  ヘルパー：行間に大きく余裕をもたせる
*/
.hp_line_height_lg {
  line-height: 2;
}

/* ヘルパー：レスポンシブ対応の長方形を作る */
.hp_rect {
  position: relative;
  width: 100%;
  padding-bottom: 57.75%;
}

/* ヘルパー：4:3の領域 */
.hp_rect_4_3_sp {
  padding-bottom: 75% !important;
}


.hp_rect_contents {
  position: absolute;
  width: 94%;
  height: 90%;
}

/* ヘルパー：PCのときは要素を非表示 */
.hp_pcNone {
  display: block;
}

@media screen and (min-width: 600px) {
  .hp_pcNone {
    display: none;
  }
}

/* ヘルパー：スマホのときは要素を非表示 */
.hp_spNone {
  display: block;
}

@media screen and (max-width: 1199px) {
  .hp_spNone {
    display: none;
  }
}

.hp_table {
  display: table;
}

/* ヘルパー：幅100% */
.hp_width_100 {
  width: 100%;
}

/* ヘルパー：テキスト中央寄せ */
.hp_text_center {
  text-align: center;
}

/* ヘルパー：テキスト右寄せ */
.hp_text_right {
  text-align: right;
}


/* ヘルパー：スマホ時のみテキスト左寄せ */
@media screen and (max-width: 1199px) {
  .hp_text_left_sp {
    text-align: left;
  }
}

/* ヘルパー：hover時にunderline表示 */
.hp_underline:hover {
  text-decoration: underline;
}

/* 最初から下線を引く */
.hp_underline_first {
  text-decoration: underline;
}

/* ヘルパー：文字列を折り返す */
.hp_word_break {
  word-break: break-word;
}

/* ボトムマージンを0にする */
.hp_marginbottom_0 {
  margin-bottom: 0;
}

/* ユーティリティ：背景をテレビ背景にする。 */
.ut_tv_bg {
  background-image: url(../../img/thanksgiving/item/item-frame.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ユーティリティ：紅白の幕を背景にする。 */
.ut_curtain_red_white {
  background-image: url(../../img/thanksgiving/common/bg/curtain_red_white_sp.png);
  background-repeat: repeat-x;
  background-position: top;
  background-size: contain;
}
/* ut_curtain_red_whiteのSP版：スマホ版の紅白幕に差し替え */
@media screen and (max-width: 599px) {
  .ut_curtain_red_white {
    background-image: url(../../img/thanksgiving/common/bg/curtain_red_white_sp.png);
  }
}

/* ユーティリティ：紅白の幕 第2弾。 */
.ut_curtain_red_white2 {
  background-image: url(../../img/thanksgiving/common/bg/curtain_red_white2.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}



/* item-manの配置 */
/* スマホは非表示 */
.item_man_pos {
  width: 20%;
  margin-left: auto;
  margin-top: -7em;
}

@media screen and (max-width: 1199px) {
  .item_man_pos {
    display: none;
  }
}

/*-------------------------------------
	Googleマップ
-------------------------------------*/
.el_map {
	height: 0;
	overflow: hidden;
	/* padding-bottom: clamp(300px, 50%, 380px); */
	position: relative;
	width: 100%;
}

@media screen and (max-width: 1199px) {
	.el_map {
		margin: 0 0 0 0;
	}
}

.el_map iframe {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.el_map.__in-youtube {
	padding-bottom: 56.25%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1199px) {
	.el_map.__in-youtube {
		width: 100%;
	}
}

/* 4ドットパネル */
.el-panel-pos {
  position: relative;
  /* top: -1em; */
}
@media screen and (max-width: 1199px) {
  .el-panel-pos {
    top: -3em;
	}
}

@media screen and (max-width: 599px) {
  .el-panel-pos {
    top: -2em;
	}
}


/* 机と商品 */
.bl-itemBooth-box-2023 {
  width: 55%;
  /* max-width: 900px; */
}

@media screen and (max-width: 1199px) {
  .bl-itemBooth-box-2023 {
		width: 100%;
	}

  .item-shosai .bl-itemBooth-box-2023 {
    margin-top: -20% !important;
    margin-bottom: 5%;
  }

}

/* テレビ */
.bl-tv-2023 {
  width: 45%;
  /* max-width: 790px; */
}

@media screen and (max-width: 1199px) {
  .bl-tv-2023 {
		width: 100%;
	}
}

@media screen and (max-width: 1199px) {
.bl-section.item-shosai:after {
  display: none;
  }
}

@media screen and (max-width: 1199px) {
  .bl-itemBooth-2023 {
    margin-bottom: 10%;
  }
}

.bl-section-inner.__no-mgt {
  margin-top: 0 !important;
}

.bl-section-inner.__no-mgb {
  margin-bottom: 0 !important;
}

/**
 * アンケートフォーム
 */
.bl-survey-form-wrapper {
  padding-top: 0 !important;
}

@media screen and (max-width: 599px) {
  .bl-survey-form-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.bl-survey-form input,
.bl-survey-form select,
.bl-survey-form textarea
 {
  background-color: #fff;
}

.bl-survey-form input {
  width: auto;
}

.bl-survey-form input[type="text"],
.bl-survey-form input[type="email"] {
  width: 100%;
}


.bl-survey-form .wpcf7-radio,
.bl-survey-form .wpcf7-checkbox {
  display: flex;
  align-items: center;
  gap: 0 1em;
}

@media screen and (max-width: 599px) {
  .bl-survey-form .wpcf7-radio,
  .bl-survey-form .wpcf7-checkbox {
    flex-wrap: wrap;
  }
}


.bl-survey-form .wpcf7-textarea {
  width: 100%;
}


.bl-survey-form .wpcf7-list-item {
  display: flex;
  align-items: center;
}

.bl-survey-form .wpcf7-list-item > label {
  display: flex;
  align-items: center;
}


@media screen and (max-width: 599px) {
  .bl-survey-form .wpcf7-submit {
    font-size: 0.8em;
  }
}


.bl-bisform-table-title {
  flex: 0 0 35%;
}

.hp_flex_col_gap_tb_1e {
  gap: 1em 0 !important;
}

.bl-survey-form p {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .bl-surveyform-table {
    margin-top: 0;
  }
}

.bl-survey-form .wpcf7-response-output {
  color: #fff;
  background-color: #f1613c;
  border-color: #f1613c !important;
  width: 100%;
  font-size: 1.2em;
  text-align: center;
  padding: 1em 0 !important;
}

.bl-section.bl-section_2023  {
  margin-top: 0.25em;
  width: 100%;
}


.bl-itemBooth_2023 {
  padding: 0;
}

.bl-section_2023.item-shosai {
  margin: 0;
}
@media screen and (max-width: 599px) {
.bl-section_2023.item-shosai {
    margin-top: 2.0em;
    margin-bottom: 6em;
  }
}

.bl-section_2023.item-shosai:after {
  top: -7em;
  margin: -6em 0 0;
  height: 9vw;
  position: static;
}

.bl-info-desc {
  margin: 0 0 5% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .bl-info-desc {
    margin: 0 3% 5% 3%;
  }
}


.bl-info-desc h2 {
  margin: 0 0 3% 0;
  border-bottom: 2px solid #000;
  padding:  0 0 0.25em 1em;
}
@media screen and (max-width: 599px) {
  .bl-info-desc h2 {
    font-size: 1em !important;
  }
}


.bl-info-desc-title {
  padding: 0;
}

.bl-info-desc h2:after {
  content: none;
}

.bl-info-desc-txt {
  padding: 0 5%;
}

.bl-info-desc-img {
  padding: 0;
  /* width: 70%; */
}

/* gapを8emにする */
.hp_flex_col_gap_8e {
  gap: 8em;
}

@media screen and (max-width: 599px) {
  /* ボトムパディングを0にする */
  .hp_paddingbottom_1_em_sp {
    padding-bottom: 1em !important;
  }

  /* gapを0にする */
  .hp_flex_col_gap_4e_sp {
    gap: 4em;
  }

}

@media screen and (min-width: 1200px) {
  .el-panel3_pc {
    font-size: 1.414141vw;
  }
}


.pp_check > span > label {
  display: flex;
  align-items: center;
}

.pp_check > span > label > input {
  width: 0.83vw;
  height: 0.83vw;
  font-size: 0.83vw;
}


.pp_check > span > label > span {
  font-size: 0.83vw;
}

@media screen and (max-width: 599px) {
  .pp_check > span > label > input {
    width: 0.85em;
    height: 0.85em;
    font-size: 0.85em;
  }


  .pp_check > span > label > span {
    font-size: 0.75em;
  }
}

/**
 * 仮コンタクトフォーム7の送信ボタンを止める
 */
.disabled-temporarily {
    opacity: 0.5; 
    pointer-events: none;  /* ボタンのクリックを無効にする */
    cursor: not-allowed;   /* カーソルを「禁止」のアイコンにする */
}


