@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-size: 100%;
    vertical-align: baseline;
    font-family:"Hiragino Mincho ProN",
    YuMincho,
    serif;
}
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: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-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 {
    background: #000;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    padding: 15px;
    width: 100%;
    display: block;
    margin: 10% auto 34px;
    /* border-radius: 35px; */
    letter-spacing: 2px;
}
img {
    vertical-align: bottom;
}
a.cvbt span{
  background: linear-gradient(transparent 80%, #eed883 80%);
    padding: 3px;
}

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: 30px;
}
@media(max-width: 320px) {


}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 5%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.grecaptcha-badge { visibility: hidden; }


.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;
}
.modal {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    transition: 0.5s;
    transform: translate(0, 150%);
    z-index: 1500;
    line-height: 1.6;
}

/*CSSここから*/
h2.concept_head2 {
    margin-bottom: 30px;
}
p.concept_img,
p.location_mv,
p.venue_box_img,
p.cuisine_mv,
p.legacy_mv {
    margin-bottom: 50px;
}
p.concept_txt,
p.location_txt,
p.venue_box_txt,
p.cuisine_txt {
    text-align: left;
    font-size: 13px;
    padding-left: 1em;
    margin-bottom: 100px;
    padding-right: 1em;
}
@media(max-width: 390px) {
p.concept_txt, p.location_txt, p.venue_box_txt, p.cuisine_txt {
    text-align: left;
    font-size: 12px;
    padding-left: 1em;
    margin-bottom: 100px;
    padding-right: 1em;
}
}
@media(max-width: 375px) {
p.concept_txt, p.location_txt, p.venue_box_txt, p.cuisine_txt {
    text-align: left;
    font-size: 11px;
    padding-left: 1em;
    margin-bottom: 100px;
    padding-right: 1em;
}
}
dl.head2_dl {
    margin-bottom: 30px;
}
dt.head2_dt {
       margin-bottom: 10px;
    position: relative;
}
dt.head2_dt:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
  z-index: 3;
  right: 0;
}
dt.head2_dt.fair::after {
    width: 125px;
}
dt.head2_dt.location::after {
    width: 165px;
}
dt.head2_dt.venue::after {
    width: 235px;
}
dt.head2_dt.cuisine::after {
    width: 220px;
}

.fair {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%;
}
dd.head2_dd {
    padding-left: 1em;
    text-align: left;
    color: #994;
    font-size: 15px;
}
p.fair_mv {
    margin-bottom: 50px;
}
h3.fair_head3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 60px;
    color: #996;
    line-height: 1.6em;
}
.fair_box {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 50px;
    justify-content: space-between;
    align-items: center;
}
p.fair_box_img {
    width: 45%;
}
p.fair_box_txt {
    width: 52%;
    text-align: left;
    font-size: 11px;
}
p.fair_box_txt span {
    color: red;
}
.fair_infobox {
    width: 80%;
    margin: 0 auto 60px;
    position: relative;
    padding: 45px 25px 30px;
    background: #f9f9f9;
}
h4.fair_head4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}
h5.fair_head5 {
    font-size: 11px;
    margin-bottom: 15px;
    text-align: left;
}
p.fair_headtxt {
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
}
p.fair_txt {
    text-align: left;
    font-size: 12px;
}
dl.fair_date_dl {
    font-size: 12px;
    display: flex
;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
a.fair_date_link {
    text-align: center;
    display: block;
    text-decoration: underline;
    font-size: 13px;
}
.fair_info_detail {
    margin-bottom: 15px;
}
dt.fair_date_dt {
width: 49%;
    margin-right: 3%;
    /* font-size: 13px; */
    text-align: left;
}
dd.fair_date_dd {
    width: 45%;
    text-align: left;
}
h3.venue_head3 {
    text-align: left;
    font-weight: normal;
    font-size: 24px;
    padding-left: 1.5em;
    margin-bottom: 30px;
    position: relative;
}
@media(max-width: 390px) {
h3.venue_head3 {
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    padding-left: 1.5em;
    margin-bottom: 30px;
    position: relative;
}
}
h3.venue_head3::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(../img/venue/venue_head3_maker.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 3%;
    top: 5px;
}
section#legacy {
    padding: 30px 0;
    background: #000;
    margin-bottom: 50px;
}
p.legacy_txt {
    text-align: left;
    font-size: 13px;
    padding-left: 1em;
    margin-bottom: 30px;
    color: #fff;
    padding-right: 4em;
}
@media(max-width: 390px) {
p.legacy_txt {
    text-align: left;
    font-size: 12px;
    padding-left: 1em;
    margin-bottom: 30px;
    color: #fff;
    padding-right: 2em;
}
}
.fixed_bottom--form {
    background: #000;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 8px;
    width: 85%;
    display: block;
    margin: 10% auto 5%;
    border-radius: 0;
    letter-spacing: 2px;
}
.only-sp{
    display: block;
}
p.fair_url {
    margin: 5% 0;
    text-align: left;
    font-size: 12px;
}
p.fair_url a {
    color: #00f;
    text-decoration: underline;
}
p.cv_caution {
    font-size: 11px;
    margin-bottom: 10%;
}
.panflink{
    color: #00f;
    text-decoration: underline;
}
/* PC対応 */
@media(min-width: 769px) {

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

    section#section-top {
        margin-bottom: 70px;
        max-width: 750px;
        margin: 0 auto 50px;
    }
    h2.concept_head2 {
    margin-bottom: 50px;
}
p.concept_txt, p.location_txt, p.venue_box_txt, p.cuisine_txt {
    text-align: left;
    font-size: 16px;
    padding-left: 1em;
    margin-bottom: 100px;
    padding-right: 1em;
}
dd.head2_dd {
    padding-left: 1em;
    text-align: left;
    color: #994;
    font-size: 25px;
}
h3.fair_head3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 60px;
    color: #996;
}
h3.fair_head3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 60px;
    color: #996;
}
h4.fair_head4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
}
.fair_infobox {
    width: 80%;
    margin: 0 auto 60px;
    position: relative;
    padding: 90px 50px 60px;
    background: #f9f9f9;
}
h4.fair_head4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
}
.fair_info_detail {
    margin-bottom: 15px;
}
dl.fair_date_dl {
    font-size: 18px;
    display: flex
;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
dt.fair_date_dt {
    width: 30%;
    margin-right: 5%;
    /* font-size: 13px; */
    text-align: left;
}
a.fair_date_link {
    text-align: center;
    display: block;
    text-decoration: underline;
    font-size: 18px;
}
h3.venue_head3 {
    text-align: left;
    font-weight: normal;
    font-size: 36px;
    padding-left: 1.5em;
    margin-bottom: 30px;
    position: relative;
}
h3.venue_head3::after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 20px;
    background-image: url(../img/venue/venue_head3_maker.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 2%;
    top: 7px;
}
p.concept_txt, p.location_txt, p.venue_box_txt, p.cuisine_txt {
    text-align: left;
    font-size: 18px;
    padding-left: 1em;
    margin-bottom: 100px;
    padding-right: 1em;
}
section#legacy {
    padding: 60px 0;
    background: #000;
    margin-bottom: 50px;
}
p.legacy_txt {
    text-align: left;
    font-size: 18px;
    padding-left: 1em;
    margin-bottom: 30px;
    color: #fff;
    padding-right: 4em;
}
    dt.fair_date_dt {
        width: 39%;
        margin-right: 5%;
        /* font-size: 13px; */
        text-align: left;
    }
    h5.fair_head5 {
    font-size: 18px;
    margin-bottom: 13px;
    text-align: left;
}
p.fair_txt {
    text-align: left;
    font-size: 19px;
}
p.fair_headtxt {
    text-align: left;
    font-size: 19px;
    line-height: 1.8em;
}
.only-sp{
    display: none;
}
p.fair_url {
    font-size: 16px;
}
}