@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 100%;
    vertical-align: baseline
}
html {
    line-height: 1
}

ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
#section-point .btn,
#section-lineup .btn,
#section-hairmake .btn,
#section-voice .btn,
#section-store .btn {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    right: 0;
    padding: 0 24px;
    width: 140px;
    height: 32px;
    font-size: 10px;
    font-weight: bold;
    background: #f5e6f0;
    cursor: pointer
}
@media(min-width: 769px) {
    #section-point .btn,
    #section-lineup .btn,
    #section-hairmake .btn,
    #section-voice .btn,
    #section-store .btn {
        padding: 0 48px;
        width: 280px;
        height: 64px;
        font-size: 20px
    }
}
#section-point .btn:before,
#section-lineup .btn:before,
#section-hairmake .btn:before,
#section-voice .btn:before,
#section-store .btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 144px;
    margin: auto;
    width: 96px;
    height: 2px;
    content: '';
    background: #6d6868
}
@media(max-width: 768px) {
    #section-point .btn:before,
    #section-lineup .btn:before,
    #section-hairmake .btn:before,
    #section-voice .btn:before,
    #section-store .btn:before {
        left: 72px;
        width: 48px;
        height: 1px
    }
}
#section-point .btn:after,
#section-lineup .btn:after,
#section-hairmake .btn:after,
#section-voice .btn:after,
#section-store .btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    margin: auto;
    width: 12px;
    height: 2px;
    content: '';
    background: #6d6868;
    transform: rotate(-140deg);
    transform-origin: left center
}
@media(max-width: 768px) {
    #section-point .btn:after,
    #section-lineup .btn:after,
    #section-hairmake .btn:after,
    #section-voice .btn:after,
    #section-store .btn:after {
        left: 120px;
        width: 6px;
        height: 1px
    }
}
[data-bb-transition-fadeout] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.4s 1s ease-in-out, opacity 0.4s 1s ease-in-out, transform 0.4s 1s ease-in-out
}
[data-bb-transition-fadeout][data-bb-transition='true'] {
    filter:blur(8px);
    opacity: 0;
    transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out
}
[data-bb-transition-fadein] {
    filter:blur(0);
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-fadein][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: scale(1.1) translate3d(0, 0, 0)
}
[data-bb-transition-slidein-from-left] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-left][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(-24px, 0, 0)
}
[data-bb-transition-slidein-from-right] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-right][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(24px, 0, 0)
}
[data-bb-transition-slidein-from-bottom] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-bottom][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(0, 24px, 0)
}
[data-bb-transition-slidein-from-top] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-top][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(0, -24px, 0)
}
@-webkit-keyframes fadeInAlpha {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeInAlpha {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeOutAlpha {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOutAlpha {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes fadeInBlur {
    0% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}
@keyframes fadeInBlur {
    0% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}
@-webkit-keyframes fadeOutBlur {
    0% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
}
@keyframes fadeOutBlur {
    0% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}
*:before,
*:after {
    box-sizing: border-box
}
body {
    color: #000;
    /* 游明朝体 */
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-feature-settings: 'palt';
    line-height: 1.4em;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}


/* スクロールアニメーション */
.off{
  filter:blur(4px);
  opacity: 0;
  transform: scale(1) translate3d(0, 10px, 0);
  transition: all 1s ease-in-out ;
}

.left{
   transform: scale(1) translate3d(-50px, 0px, 0);
   transition: all 1s ease-in-out ;
}

.right{
    transform: scale(1) translate3d(50px, 0px, 0);
}

.on{
  filter:blur(0);
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: all 0.8s ease-in-out;
}

@media(min-width: 769px) {
    body {
        min-width: 1400px;
        line-height: 2em
    }
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
#debug:target {
    position: fixed;
    top: 0;
    left: 0;
    width: 1505px;
    height: 2px;
    content: '';
    background: red;
    z-index: 9999
}
@media(max-width: 768px) {
    [data-pc] {
        display: none !important
    }
}
@media(min-width: 769px) {
    [data-sp] {
        display: none !important
    }
}
[data-none] {
    display: none !important
}
[data-bb-accordion][data-bb-accordion='false'] [data-bb-accordion-inner] {
    height: 0 !important;
    filter:blur(8px);
    opacity: 0;
    overflow: hidden
}
[data-bb-accordion] [data-bb-accordion-inner] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: height 0.4s ease-in-out, filter 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out
}
[data-bb-accordion] [data-bb-btn-open] {
    cursor: pointer
}
@media(min-width: 769px) {
    [data-bb-accordion][data-bb-accordion-sp] [data-bb-accordion-inner] {
        height: auto !important;filter:none !important;
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important
    }
}
#header {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 10px;
    z-index: 10
}
@media(min-width: 769px) {
    #header {
        height: 80px;
        font-size: 14px;
        line-height: 1.2em
    }
}
#header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding: 8px 16px;
    width: 100%;
    height: 40px;
    background: #fff
}
@media(min-width: 769px) {
    #header .inner {
        padding: 16px 44px;
        min-width: 1400px;
        height: 80px
    }
}
@media(max-width: 768px) {
    img {
    width: 100%;
    vertical-align: bottom;
    }
}

/* toggle */

.acd-check{
    display: none;
}
.acd-label{
    color: #000;
    display: block;
}
.acd-content{
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    visibility: visible;
}

/* top */
a.cvbt {
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 1em 1em 0.5em;
    width: 100%;
    display: block;
    margin: 10% auto 0%;
    border-radius: 5px;
    letter-spacing: 2px;
}
a.cvbt2 {
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 1em 1em 0.5em;
    width: 100%;
    display: block;
    margin: 0% auto 10%;
    border-radius: 5px;
    letter-spacing: 2px;
}

a.cvbt span{
  background: linear-gradient(transparent 80%, #eed883 80%);
    padding: 3px;
}
p.cvbt_txt {
    width: 90%;
    margin: 0 auto 0%;
    font-size: 14px;
}
p.cvbt_txt a {
    color: #032f89;
    text-decoration: underline;
}
section#schedule a.cvbt {
    background: #c96e78;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 15px;
    width: 90%;
    display: block;
    margin: 10% auto 5%;
    border-radius: 5px;
    letter-spacing: 2px;
}
header{
    max-width: 100%;
}

main {
    max-width: 100%;
    margin: 0 auto;
}
section#section-top img {
    width: 100%;
}
section#section-top {
    margin-bottom: 0px;
}

/* タブ周り */

.tab_container {
    padding-bottom: 1em;
    margin: 0 auto 5%;
    width: 95%;
}
.tab_item {
    width: calc(91%/3);
    padding: 5px 0;
    background-color: #c4b6b3;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 5px;
    border-radius: 10px;
}
.tab_item2 {
    width: calc(91%/2);
    padding: 5px 0;
    background-color: #c4b6b3;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 5px;
    border-radius: 10px;
    font-size: 13px;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
input[name="tab_item2"] {
  display: none;
}
.tab_content {

  padding: 1em 0 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content,
#tab7:checked ~ #tab7_content,
#tab8:checked ~ #tab8_content {
  display: block;
}
#tab1_1:checked ~ #tab1_1_content,
#tab2_2:checked ~ #tab2_2_content,
#tab3_2:checked ~ #tab3_2_content,
#tab4_2:checked ~ #tab4_2_content,
#tab5_2:checked ~ #tab5_2_content,
#tab6_2:checked ~ #tab6_2_content,
#tab7_2:checked ~ #tab7_2_content,
#tab8_2:checked ~ #tab8_2_content{
  display: block;
}

.tab_container input:checked + .tab_item {
    background-color: #9b8078;
    color: #fff;
}
.tab_container input:checked + .tab_item2 {
    background-color: #9b8078;
    color: #fff;
}
.tab_content_description {
    width: 90%;
    margin: 0 auto;
}
.tab_content_description2 {
    width: 100%;
    margin: 0 auto;
}


.acd-check{
    display: none;
}
.acd-label{
    color: #333;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    border: solid 1px;
    width: 60%;
    margin: 0 auto 10%;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    opacity: 1;
    padding: 10px 0;
    visibility: visible;
}

.grecaptcha-badge { visibility: hidden; }

.unei {
    margin: 0 auto 15%;
}
dt.unei-dt {
    line-height: 1.8em;
    margin-bottom: 5%;
}
.unei li {
    line-height: 1.5em;
}
.unei h4 {
    margin-bottom: 20px;
}
.faq-caution-box {
    padding: 10px;
    width: 70%;
    margin: 0 auto 10%;
    text-align: left;
    font-size: 83%;
    line-height: 1.8em;
}
.faq-caution-box a {
    color: #3b5998;
    text-decoration: underline;
}



.wpcf7-form input[type='checkbox'], 
.wpcf7-form input[type='radio'] {
    display: inline-block;
}


.modal-content__title {
    font-size: 1.5rem !important;
    font-weight: bold;
}

.form-head {
    background: #e4e4e4;
    padding: 5px 10px;
    margin-bottom: 20px;
}
span.event-strong {
    color: #f41484;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0.5em 1em;
}
p.style-txt3 {
    width: 90%;
    margin: 0 auto 5%;
}
p.style-txt4 {
        font-size: 100%;
    color: #40506e;
    font-weight: bold;
    line-height: 1.5em;
    width: 90%;
    margin: 0 auto 5%;
}
input[type="submit"], input[type="button"] {

    filter: inherit !important;
}
.fixed_bottom {
    /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
.activebt{
    opacity: 1;
  visibility: visible;
}

footer {
    background-color: #393939;
    color: #fff;
    padding: 10% 0 2%;
}
p.foot_txt {
    text-align: center;
    margin-bottom: 10%;
    font-size: 14px;
}
p.foot_link {
    text-align: center;
    margin-bottom: 10%;
    font-size: 13px;
}
p.foot_link a {
    text-decoration: none;
}
p.foot_caution {
    font-size: 13px;
    width: 80%;
    margin: 0 auto 5%;
}
.copyright {
    border-top: solid 1px #fff;
    padding-top: 1em;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}
.swiper.swiper_left {
    overflow: hidden;
    margin-bottom: 5%;
}

.swiper.swiper2 .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 50%;
    justify-content: start;
}

.swiper-pagination-bullet {
    margin-right: 5px;
}



.swiper.swiper2 {
    position: relative;
    width: 90%;
    margin: 0 auto 10%;
}
.swiper.swiper2 .swiper-button-next {
    right: -15px;
}

.swiper.swiper2 .swiper-button-prev {
    left: -15px;
}


.swiper.swiper2 .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: -4%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 50%;
    justify-content: start;
}

.swiper-pagination-bullet {
    margin-right: 5px;
}

.swiper.swiper2 .swiper-button-next,.swiper.swiper2 .swiper-button-prev {
      position: absolute;
    top: 50%;
    width: 27px;
    height: 43px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-slide.venuebox {
    margin: 0 auto;
    padding: 1em;
    border: solid 1px #eee;
    min-height: 640px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #995355;
  font-size: 20px !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #995355 !important;
}

.hidden_toggle_box {
    display: none; /* 初期状態では隠す */
}

.toggle-button {
   cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #000;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid rgb(208, 126, 133);
}}

.toggle-container {
    margin-bottom: 20px;
}

.qa-section {
    margin-bottom: 20px;
    width: 90%;
    margin: 0 auto 5%;
}
.toggle-question {
    cursor: pointer;
    margin: 0;
    padding: 10px;
    background-color: #ede4cf;
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    text-align: left;
    padding: 0.5em;
}

.toggle-answer {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, height 0.5s ease;
    padding-left: 10px;
    background-color: #f8f8f8;
}
.toggle-answer.open {
    opacity: 1;
    height: auto;
    padding: 10px;
    font-size: 13px;
    text-align: left;
}
.togglequestion-icon {
    font-weight: bold;
    color: #333; /* 記号の色を指定 */
}

p.faq_caution {
    width: 90%;
    margin: 0 auto 10%;
    font-size: 12px;
    text-align: left;
}
p.faq_caution a {
    text-decoration: underline;
    color: #0d00c1;
}

 /* CSSここから */

.top_fairday_box {
    width: 95%;
    display: flex;
    margin: 5% auto 5%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
p.top_fairday_img {
    width: 20%;
    margin-right: 5%;
}
dl.top_fairday_dl {
    width: 75%;
    text-align: left;
    /* align-items: center; */
}

dt.top_fairday_dt {
    margin-bottom: 5px;
    font-weight: bold;
}
dd.top_fairday_dd {
    font-size: 43px;
    font-weight: bold;
    line-height: 43px;
}
dd.top_fairday_dd span{
    font-size: 20px;
}
dd.top_fairday_dd span b.sat{
    color: #00f;
}
dd.top_fairday_dd span b.sun{
    color: #f00;
}
p.top_campaign {
    width: 95%;
    margin: 0 auto 10%;
}
dl.ttl_head2 {
    margin-bottom: 10%;
    position: relative;
}

dt.ttl_head2_dt {
    color: #343434;
    font-size: 130%;
    transform: scale(0.95, 1);
    display: inline-block;
    margin-bottom: 1.2em;
    position: relative;
}
dt.ttl_head2_dt::before {
    content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

dd.ttl_head2_dd {
    color: #e38793;
}

.about_bg_area {
    background-image: url(/wp-content/themes/lp_placole/case_hajikon-fes-tokyo/asset/img/about/about_bg.png);
    background-size: contain;
}

h3.about_head3 {
    text-align: left;
    padding-left: 5%;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10%;
    color: #e38793;
    letter-spacing: 4px;
    line-height: 1.8em;
}

p.about-txt {
    text-align: left;
    padding-left: 5%;
    margin-bottom: 10px;
    line-height: 1.8em;
}
p.about-img{
    margin-bottom: 5%;
}


.reserve_caution_box {
    width: 95%;
    background: #e8e8e8;
    margin: 0 auto 10%;
    position: relative;
    padding: 2em 1em 1em;
    border: solid 1px #ccc;
}
h4.reserve_caution_box_head4 {
    background: #e38793;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 30px;
    color: #fff;
    position: absolute;
    top: -15px;
    left: 8px;
}
ul.reserve_caution_box_ul {
    text-align: left;
}
li.reserve_caution_box_li {
    margin-bottom: 10px;
    position: relative;
    text-indent: -2em;
    padding-left: 2em;
        font-size: 14px;
}
li.reserve_caution_box_li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/lp_placole/case_hajikon-fes-tokyo/asset/img/about/rcb_maker.png);
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.8em;
}
li.reserve_caution_box_li span{
    color:#e38793;
}

p.content_intro {
    width: 90%;
    margin: 0 auto 10%;
}
section#content {
    background: #fff6f6;
    padding: 15% 0;
}
h3.content_head3 {
    margin-bottom: 5%;
}
p.content_txt {
    width: 90%;
    margin: 0 auto 10%;
    text-align: left;
    line-height: 1.5em;
}
li.content_more_li {
    width: 32.333%;
    margin-bottom: 5%;
}
ul.content_more_ul {
    width: 95%;
    margin: 0 auto 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.content_more_li {
    width: 32.333%;
    margin-bottom: 5%;
}
section#campaign {
    padding: 10% 0;
}

h4.camp_head4 {
    width: fit-content;
    padding: 5px 1em;
    background: #eee;
    margin: 0 auto 10%;
}
.h4pink {
    background: #e38793 !important;
}
.h4gold {
    background: #d4b466 !important;
}
p.camp_bnr {
    width: 95%;
    margin: 5% auto 10%;
}
.toggle_box_outro {
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #000;
    display: inline-block;
    padding: 1em;
    margin: 0;
        border: solid 1px #999;
}

.hidden_toggle_box {
    width: 90%;
    margin: 5% auto;
    padding: 1em;
  opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    height: auto;
    display: none;
}
.hidden_toggle_box.open {
       opacity: 1;
    transform: translateY(0);
    display: block; 
}
dl.tg_box_dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5%;
}
dt.tg_box_dt {
    width: 20%;
}
dd.tg_box_dd {
    text-align: left;
    width: 75%;
    font-size: 14px;
}
span.toggle-icon {
    color: #d07e85;
}
section#access {
    padding: 15% 0;
    background: #e8e8e8;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 0 auto;
width: 90%;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.access_info_box {
    background: #fff;
    width: 90%;
    margin: 0 auto 5%;
    padding: 5% 0;
}
dl.access_info_dl {
    display: flex;
    width: 93%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 10px;
    text-align: left;
}

dt.access_info_dt {
    width: 25%;
}

dd.access_info_dd {
    width: 70%;
}
dl.access_info_dl2 {
    margin-bottom: 10%;
}
dt.access_info_dt2 {
    color: #e38793;
    margin-bottom: 3%;
}
dd.access_info_dd2 {
    width: 90%;
    background: #efefef;
    margin: 0 auto;
    padding: 1em;
}
section#recommend {
    padding: 10% 0;
}
.recommend_box {
    position: relative;
    background: #ffe5e8;
    width: 90%;
    margin: 0 auto 10%;
    padding: 5% 0;
}

.recommend_box_inner {
    background: #fff;
    width: 90%;
    margin: 10% auto 10%;
}

section#recommend {
    padding: 10% 0;
}
h2.recommend_ttl {
    z-index: 10;
    position: relative;
}

.recommend_box {
    position: relative;
    background: #ffe5e8;
    width: 85%;
    margin: -52px auto 5%;
    padding: 5% 0;
    border-radius: 10px;
}
.recommend_box_inner {
    background: #fff;
    width: 95%;
    margin: 10% auto 2%;
    padding: 1.5em;
}
ul.recommend_ul {
    text-align: left;
}
li.recommend_li {
    margin-bottom: 10px;
    text-indent: -2em;
    padding-left: 2em;
}
li.recommend_li:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/themes/lp_placole/case_hajikon-fes-tokyo/asset/img/about/rcb_maker.png);
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    margin-right: 1em;
}
h3.venue_head3 {
    margin-bottom: 5%;
}
p.venue_txt {
    margin-bottom: 5%;
    font-size: 13px;
}

p.venue_introimg {
    margin-bottom: 10%;
}
h4.venue_head4 {
    margin-bottom: 5%;
}
ul.venue_ul {
    width: 90%;
    margin: 0 auto 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.venue_li {
    width: 32.333%;
    margin-bottom: 2%;
}
.swiper.swiper_location_left,
.swiper.swiper_location_right {
    margin-bottom: 10%;
    overflow: hidden;
}
.venue_slide_area {
    background-image: url(/wp-content/themes/lp_placole/case_hajikon-fes-tokyo/asset/img/venue/venue_bg.png);
    background-size: contain;
}
section#schedule {
    padding: 10% 0;
}
dl.ttl_head2 {
    margin-bottom: 10%;
    position: relative;
}
dl.schedule_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 5%;
    align-items: center;
}
dt.schedule_box_dt {
    width: 35%;
}
dd.schedule_box_dd {
    text-align: left;
    line-height: 1.5em;
    width: 60%;
    font-size: 14px;
}
section#voice {
    padding: 10% 0;
}
dl.voice_box {
    width: 90%;
    margin: 0 auto 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
dt.voice_box_dt {
    width: 20%;
    margin-right: 5%;
}

dd.voice_box_dd {
    width: 70%;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #e38793;
    box-sizing: border-box;
    border-radius: 10px;
}

dd.voice_box_dd:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -23px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

dd.voice_box_dd:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #e38793;
  z-index: 1;
}



#voice .hidden_toggle_box {
    width: inherit;
    margin: 5% auto;
    padding: 1em 0;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    height: auto;
    display: none;
}
#voice .hidden_toggle_box.open {
       opacity: 1;
    transform: translateY(0);
    display: block; 
}
section#desk {
    padding: 10% 0;
    background: #f7e6d9;
}
h3.desk_head3 {
    font-size: 120%;
    line-height: 1.5em;
    margin-bottom: 5%;
    font-weight: 300 !important;
}
p.desk_txt {
    width: 90%;
    margin: 0 auto 5%;
    font-size: 13px;
}
p.desk_img {
    width: 90%;
    margin: 0 auto 5%;
}
.swiper_branddress1 {
    overflow: hidden;
    margin-bottom: 5%;
}
span.question_q b {
    color: #623c20;
    font-size: 14px;
    font-weight: normal !important;
    margin-right: 7px;
}




.fixed_bottom--form {
    background: #e38793;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 8px;
    width: 85%;
    display: block;
    margin: 10% auto 5%;
    border-radius: 50px;
    letter-spacing: 2px;
}

/* モーダルのスタイル */
.modal_list {
    display: none; /* デフォルトは非表示 */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* 背景を暗くする */
    overflow: hidden; /* モーダル全体がスクロールしないようにする */
}

/* モーダルコンテンツ */
.modal-content_list {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px; /* モーダルの幅 */
    max-height: 70%; /* モーダルの高さを70%に制限 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.4s; /* アニメーション */
    overflow-y: auto; /* コンテンツ部分にスクロールを許可 */
}

/* 閉じるボタン */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

/* フェードインのアニメーション */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

button.openModalBtn {
    border: none;
    background: inherit;
}
p.content_modal_img {
    margin-bottom: 10px;
}
dt.content_modal_dt {
    font-size: 18px;
    margin-bottom: 10px;
    color: #e96657;
}
dd.content_modal_dd {
    text-align: left;
}
/* PC対応 */
@media(min-width: 769px) {

header{
    max-width: inherit;
    width: 100%
}
/* top */
main {
    max-width: 750px;
    margin: 0 auto 10%;
}

section#section-top {
    margin-bottom: 70px;
    max-width: 750px;
    margin: 0 auto;
}

h3.about_head3 {
    text-align: left;
    padding-left: 10%;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10%;
    line-height: 1.6em;
}
p.about-txt {
    text-align: left;
    padding-left: 10%;
    margin-bottom: 10px;
    line-height: 1.8em;
    font-size: 18px;
}
p.about-txt2.off.on {
    font-size: 18px;
    margin-bottom: 10%;
}
.reserve_caution_box {
    width: 90%;
    background: #e8e8e8;
    margin: 0 auto 10%;
    border-radius: 5px;
    position: relative;
    padding: 3em 1em 2em;
}

li.reserve_caution_box_li {
    margin-bottom: 10px;
    position: relative;
    text-indent: -2em;
    padding-left: 2em;
    font-size: 19px;
}
li.reserve_caution_box_li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/lp_placole/case_hajikon-fes-tokyo/asset/img/about/rcb_maker.png);
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    margin-right: 1em;
}
dt.ttl_head2_dt {
    color: #343434;
    font-size: 180%;
    transform: scale(0.95, 1);
    display: inline-block;
    margin-bottom: 1.2em;
    position: relative;
}
p.content_txt {
    width: 90%;
    margin: 0 auto 10%;
    text-align: left;
    line-height: 1.8em;
    font-size: 16px;
}
p.camp_bnr {
    width: 95%;
    margin: 0 auto 5%;
}
dt.schedule_box_dt {
    width: 29%;
}
dd.schedule_box_dd {
    text-align: left;
    line-height: 1.8em;
    width: 63%;
    font-size: 20px;
}




}