/* ----------------
reset
---------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
	overflow-x: visible;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}
img {
    vertical-align: top;
}
embed {
    vertical-align: top;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}
mark, rp, rt, ruby, summary, time {
    display: inline;
}
input, textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}
iframe {
    border: 0;
    margin: 0;
    padding: 0;
}
input, textarea, select {
    margin: 0;
    padding: 0px;
}
/*-------------
 	general
-------------*/
html {
    -webkit-text-size-adjust: none;
}
@media screen and (min-width: 360px) {
    * {
        -webkit-text-size-adjust: none;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
html, body {
    width: 100%;
    padding: 0;
    margin: 0;
    /*overflow-x: hidden;*/
}
body#pagetop {
    background-color: #ffffff;
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    *font-size: small;
    *font: x-small;
    font-size: 16px;
    line-height: 2.0;
    letter-spacing: 0.04em;
    position: relative;
    /*overflow-x: hidden;*/
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 0px 0px 0px 0px;
}
a {
    color: #333333;
    text-decoration: none;
    transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a:hover, a.hover {
    text-decoration: none;
    opacity: 0.5;
}
img {
    max-width: 100%;
    height: auto;
}
video {
    max-width: 100%;
    height: auto;
}
.sp-use {
    display: none;
}
.pc-use {
    display: inline-block;
}
.shippori-mincho-b1-regular {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
}
.shippori-mincho-b1-medium {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
}
.shippori-mincho-b1-semibold {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
}
.shippori-mincho-b1-bold {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
}
.noto-sans-jp-uniquifier {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.Access-MN-Medium {
    font-family: "access-mn", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.Access-MN-Bold {
    font-family: "access-mn", sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* ----------------
header
---------------- */
header {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}
header.header {
    position: fixed;
    top: 0;
    transition: top .5s;
    z-index: 5;
}
header .header-content {
    width: 100%;
    max-width: 1440px;
    padding: 15px 0px 15px 0px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    box-sizing: border-box;
}
header .header-content .logo-wrap {
    padding: 0px 0px 0px 60px;
}
header .header-content .logo-wrap .logo {
    display: block;
    max-width: 153px;
}
header .header-content .main-menu-wrap {
    padding: 0px 120px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
header .header-content .main-menu-wrap .main-menu {
    padding: 0px 20px 0px 0px;
}
header .header-content .main-menu-wrap .main-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
header .header-content .main-menu-wrap .main-menu ul li {
    padding: 0px 20px 0px 20px;
}
header .header-content .main-menu-wrap .main-menu ul li a {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 87.5%;
}
header .header-content .main-menu-wrap .to-online {}
header .header-content .main-menu-wrap .to-online a {
    width: 185px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
header .header-content .main-menu-wrap .to-online a .btn-img-wrap {
    display: block;
    max-width: 117px;
}
/* ----------------
main visual
---------------- */
.main-visual {
    position: relative;
    width: 100%;
    background-color: #000000;
}
.main-visual .main-visual-content {
    width: 100%;
    max-width: 967px;
    padding: 20px 0px 20px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}
/* ----------------
top news
---------------- */
.top-news {
    position: relative;
    width: 100%;
}
.top-news .top-news-content {
    width: 100%;
    max-width: 976px;
    padding: 80px 0px 80px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}
.top-news .top-news-content .content-title {
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    letter-spacing: 0.08em;
    font-weight: 600;
    font-style: normal;
    font-size: 225%;
    padding: 0px 0px 20px 0px;
}
.top-news .top-news-content .news-list-wrap {}
.top-news .top-news-content .news-list-wrap .news-list {
    border-bottom: 1px solid #707070;
}
.top-news .top-news-content .news-list-wrap .news-list .news-list-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 23px 0px 20px 0px;
}
.top-news .top-news-content .news-list-wrap .news-list .news-list-inner:hover {
    opacity: 0.5;
}
.top-news .top-news-content .news-list-wrap .news-list .news-list-inner .date {
    flex-basis: 90px;
    max-width: 90px;
    font-size: 87.5%;
}
.top-news .top-news-content .news-list-wrap .news-list .news-list-inner .place {
    flex-basis: 85px;
    max-width: 85px;
}
.top-news .top-news-content .news-list-wrap .news-list .news-list-inner .place p {
    width: 60px;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 68.75%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.top-news .top-news-content .news-list-wrap .news-list .post-title {
    flex-basis: calc(100% - 175px);
    max-width: calc(100% - 175px);
}
.top-news .top-news-content .news-btn-wrap {
    padding: 33px 0px 0px 0px;
    text-align: center;
}
.top-news .top-news-content .news-btn-wrap a {
    width: 140px;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.1;
}
/* ----------------
event link
---------------- */
.event-link {
    position: relative;
    width: 100%;
    background-color: #FAF8F4;
}
.event-link .event-link-content {
    width: 100%;
    max-width: 1100px;
    padding: 80px 0px 80px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}
.event-link .event-link-content .content-title {
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    letter-spacing: 0.08em;
    font-weight: 600;
    font-style: normal;
    font-size: 225%;
    padding: 0px 0px 50px 0px;
}
.event-link .event-link-content .event-list-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.event-link .event-link-content .event-list-wrap .event-list-box {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
}
.event-link .event-link-content .event-list-wrap .event-list-box > a {
    display: block;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .upper-stage {
    height: 203px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .upper-stage .situation-open {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    left: 20px;
    top: 20px;
    background-image: linear-gradient(310deg, #f2e6c5, #f4d285);
    color: #020C31;
    font-family: "Shippori Mincho B1", serif;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-style: normal;
    font-size: 125%;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
    padding: 0px 0px 7px 0px;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .upper-stage .situation-close {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    left: 20px;
    top: 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-family: "Shippori Mincho B1", serif;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-style: normal;
    font-size: 125%;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
    padding: 0px 0px 2px 0px;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .upper-stage.type01 {
    background-image: linear-gradient(0deg, #0a2a65, #01082a);
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .upper-stage.type02 {
    background-image: linear-gradient(0deg, #553064, #352040 98%);
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .upper-stage .upper-stage-inner {
    padding: 10px 0px 0px 0px;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .upper-stage .upper-stage-inner .upper-desc {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: nowrap;
    position: relative;
    line-height: 1.0;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .upper-stage .upper-stage-inner .upper-desc.event-link-img01::after {
    content: "";
    position: absolute;
    display: block;
    width: 30.5px;
    height: 44.5px;
    background-image: url("/assets/front/img/experience/event-link-img01.png");
    background-size: 30.5px 44.5px;
    background-position: left top;
    right: -35px;
    bottom: -7px;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .upper-stage .upper-stage-inner .upper-desc.event-link-img02::after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 45px;
    background-image: url("/assets/front/img/experience/event-link-img02.png");
    background-size: 25px 45px;
    background-position: left top;
    right: -15px;
    bottom: -7px;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .upper-stage .upper-stage-inner .upper-desc .year {
    color: #ffffff;
    font-family: "Shippori Mincho B1", serif;
    letter-spacing: 0.18em;
    font-weight: 600;
    font-style: normal;
    font-size: 193.75%;
    padding: 0px 5px 0px 0px;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .upper-stage .upper-stage-inner .upper-desc .place {
    text-align: center;
    padding: 0px 0px 0px 5px;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .upper-stage .upper-stage-inner .upper-desc .place .en {
    color: #ffffff;
    font-family: "access-mn", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 100%;
    letter-spacing: 0.18em;
    padding: 0px 0px 5px 0px;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .upper-stage .upper-stage-inner .upper-desc .place .ja {
    color: #F2DEA8;
    font-family: "Shippori Mincho B1", serif;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-style: normal;
    font-size: 318.75%;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .upper-stage .upper-stage-inner .lower-desc {
    color: #ffffff;
    font-family: "Shippori Mincho B1", serif;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-style: normal;
    font-size: 125%;
    padding: 15px 0px 0px 0px;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .lower-stage {
    height: 68px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: nowrap;
    padding: 0px 0px 20px 0px;
    box-sizing: border-box;
    position: relative;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .lower-stage::before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 13px;
    width: 40px;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 20px;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .lower-stage::after {
    content: "";
    display: block;
    position: absolute;
    right: 36px;
    top: 28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #333333;
    border-right: 0;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .lower-stage span {
    display: inline-block;
    font-family: "Shippori Mincho B1", serif;
    font-style: normal;
    line-height: 1.0;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .lower-stage span.big {
    font-size: 187.5%;
    font-weight: 700;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .lower-stage span.mid {
    font-size: 125%;
    font-weight: 600;
}
.event-link .event-link-content .event-list-wrap .event-list-box > a .lower-stage span.small {
    font-size: 112.5%;
    font-weight: 700;
    padding: 0px 3px 0px 3px;
}
/* ----------------
top about
---------------- */
.top-about {
    position: relative;
    width: 100%;
}
.top-about .top-about-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.top-about .top-about-bg img {
    width: 100%;
    /*height: 495px;*/
    height: 100%;
    object-fit: cover;
}
.top-about .top-about-content {
    width: 100%;
    max-width: 1100px;
    padding: 77px 0px 77px 0px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.top-about .top-about-content .content-title {
    color: #ffffff;
    padding: 0px 0px 40px 0px;
}
.top-about .top-about-content .content-title .en {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 312.5%;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.top-about .top-about-content .content-title .ja {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 250%;
    vertical-align: bottom;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.top-about .top-about-content .content-desc {
    color: #ffffff;
    font-size: 125%;
    line-height: 2.4;
    letter-spacing: 0.08em;
    padding: 0px 0px 25px 0px;
}
.top-about .top-about-content .content-btn {
    padding: 0px 0px 0px 0px;
    text-align: center;
}
.top-about .top-about-content .content-btn a {
    width: 272px;
    height: 72px;
    border: 1px solid #ffffff;
    border-radius: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    letter-spacing: 0.08em;
    color: #ffffff;
    font-size: 125%;
    line-height: 1.1;
}
/* ----------------
top questions
---------------- */
.top-questions {
    position: relative;
    width: 100%;
    background-color: #FAF8F4;
}
.top-questions .top-questions-content {
    width: 100%;
    max-width: 1100px;
    padding: 80px 0px 80px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}
.top-questions .top-questions-content .content-title {
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    letter-spacing: 0.08em;
    font-weight: 600;
    font-style: normal;
    font-size: 225%;
    padding: 0px 0px 50px 0px;
}
.top-questions .top-questions-content .questions-list-wrap {}
.top-questions .top-questions-content .questions-list-wrap .list {
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #707070;
}
.top-questions .top-questions-content .questions-list-wrap .list:nth-of-type(1) {
    border-top: 1px solid #707070;
}
.top-questions .top-questions-content .questions-list-wrap .question {
    position: relative;
    cursor: pointer;
}
.top-questions .top-questions-content .questions-list-wrap .question::before {
    position: absolute;
    top: 18px;
    right: 10px;
    content: "＋";
    font-weight: 600;
    text-align: center;
    font-size: 125%;
}
.top-questions .top-questions-content .questions-list-wrap .question.active::before {
    content: "－";
}
.top-questions .top-questions-content .questions-list-wrap .question-text, .top-questions .top-questions-content .questions-list-wrap .answer-text {
    position: relative;
    font-size: 112.5%;
    padding: 20px 40px 20px 90px;
}
.top-questions .top-questions-content .questions-list-wrap .answer-text {
    background-color: #F9F1DE;
    line-height: 1.9;
}
.top-questions .top-questions-content .questions-list-wrap .answer-text a{
    text-decoration: underline;
}
.top-questions .top-questions-content .questions-list-wrap .question-text::before, .top-questions .top-questions-content .questions-list-wrap .answer-text::before {
    position: absolute;
    top: 14px;
    left: 20px;
    width: 2em;
    height: 2em;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    font-size: 125%;
    font-family: "Shippori Mincho B1", serif;
}
.top-questions .top-questions-content .questions-list-wrap .question-text::before {
    content: "Q.";
}
.top-questions .top-questions-content .questions-list-wrap .answer-text::before {
    content: "A.";
}
.top-questions .top-questions-content .questions-list-wrap .answer-a {
    display: none;
}
.top-questions .top-questions-content .questions-btn-wrap {
    padding: 33px 0px 0px 0px;
    text-align: center;
}
.top-questions .top-questions-content .questions-btn-wrap a {
    width: 140px;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.1;
}
/* ----------------
past event
---------------- */
.past-event {
    position: relative;
    width: 100%;
}
.past-event .past-event-content {
    width: 100%;
    max-width: 1100px;
    padding: 80px 0px 0px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}
.past-event .past-event-content .content-title {
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    letter-spacing: 0.08em;
    font-weight: 600;
    font-style: normal;
    font-size: 225%;
    padding: 0px 0px 40px 0px;
}
.past-event .past-event-content .video-wrap {
    position: relative;
    width: 100%;
    margin: 0px auto;
    aspect-ratio: 16 / 9;
}
.past-event .past-event-content .video-wrap iframe {
    width: 100%;
    height: 100%;
}
/* ----------------
sns link
---------------- */
.sns-link {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}
.sns-link .sns-link-content {
    width: 100%;
    padding: 80px 0px 180px 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    box-sizing: border-box;
}
.sns-link .sns-link-content .link-insta {
    flex-basis: 40px;
    max-width: 40px;
    margin: 0px 30px 0px 0px;
}
.sns-link .sns-link-content .link-x {
    flex-basis: 36px;
    max-width: 36px;
    margin: 0px 0px 0px 30px;
}

.events-link-logo {
    width: 100%;
    padding: 80px 0px 0px 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    box-sizing: border-box;
}
.link-tft {
	width: 25%;
	margin: 0px 30px 0px 0px;
}
.link-prunier {
	width: 20%;
	margin: 0px 0px 0px 30px;
}

/* ----------------
swiper
---------------- */
.swiper {}
.swiper-wrapper {}
.swiper-slide {}
.swiper-pagination {
    bottom: -35px !important;
}
.swiper-button-prev {
    left: -54px !important;
    right: auto;
    background-image: url("/assets/front/img/experience/slide-arrow-prev.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
.swiper-button-next {
    right: -54px !important;
    left: auto;
    background-image: url("/assets/front/img/experience/slide-arrow-next.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 15.5px;
    height: 33.5px;
    margin-top: -16.75px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: #ffffff;
    opacity: 1.0;
    border: 1px solid #AEAEAE;
}
.swiper-pagination-bullet-active {
    opacity: 1.0;
    background-color: #000000;
}
/* ----------------
footer
---------------- */
footer {
    position: relative;
    width: 100%;
    background-color: #FAF8F4;
}
footer .footer-content {
    width: 100%;
    max-width: 1440px;
    padding: 80px 0px 0px 0px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    box-sizing: border-box;
}
footer .footer-content .logo-wrap {
    padding: 0px 0px 0px 85px;
}
footer .footer-content .logo-wrap .logo {
    display: block;
    max-width: 203px;
}
footer .footer-content .footer-menu-wrap {
    padding: 5px 100px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
footer .footer-content .footer-menu-wrap .footer-menu {
    padding: 0px 25px 0px 0px;
}
footer .footer-content .footer-menu-wrap .footer-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
footer .footer-content .footer-menu-wrap .footer-menu ul li {
    padding: 0px 25px 0px 25px;
}
footer .footer-content .footer-menu-wrap .footer-menu ul li a {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 100%;
}
footer .footer-content .footer-menu-wrap .footer-menu ul li ul {
    display: block;
    text-align: left;
    padding: 20px 0px 0px 0px;
}
footer .footer-content .footer-menu-wrap .footer-menu ul li ul li {
    padding: 0px 0px 0px 0px;
}
footer .footer-content .footer-menu-wrap .footer-menu ul li ul li a {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 87.5%;
}
footer .footer-content .footer-menu-wrap .to-online {
    padding: 0px 0px 0px 0px;
}
footer .footer-content .footer-menu-wrap .to-online a {
    width: 185px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
footer .footer-content .footer-menu-wrap .to-online a .btn-img-wrap {
    display: block;
    max-width: 117px;
}
footer .footer-copyright {
    width: 100%;
    padding: 80px 0px 20px 0px;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 68.75%;
}
/* ----------------
floating btn
---------------- */
.floating-btn {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: #FAF8F4;
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.floating-btn .ticket-btn {
    flex-basis: 300px;
    max-width: 300px;
    margin: 0px 12px 0px 0px;
}
.floating-btn .ticket-btn a {
    width: 100%;
    height: 60px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    color: #ffffff;
    background-color: #333333;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 125%;
    line-height: 1.2;
}
.floating-btn .ticket-btn a .icon {
    flex-basis: 32px;
    max-width: 32px;
    margin: 0px 15px 0px 0px;
}
.floating-btn .reserve-btn {
    flex-basis: 300px;
    max-width: 300px;
    margin: 0px 0px 0px 12px;
}
.floating-btn .reserve-btn a {
    width: 100%;
    height: 60px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    color: #ffffff;
    background-color: #333333;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 125%;
    line-height: 1.2;
    letter-spacing: 0.0em;
}
.floating-btn .reserve-btn a .icon {
    flex-basis: 32px;
    max-width: 32px;
    margin: 0px 15px 0px 0px;
}
/* ----------------
totop
---------------- */
.totop-btn {
    position: fixed;
    right: 50px;
    bottom: 120px;
    width: 95px;
    height: 95px;
    display: none;
}
.totop-btn a {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    color: #ffffff;
    background-color: #333333;
    font-size: 93.75%;
    font-weight: 600;
    position: relative;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
}
.totop-btn a::after {
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 8.5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-top: 0;
}
/* ----------------
fixed main visual
---------------- */
.fixed-main-visual {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
}
/* ----------------
about page
---------------- */
.about-page {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    margin: 615px 0px 0px 0px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
/* ----------------
about maindesc
---------------- */
.about-maindesc {
    position: relative;
    width: 100%;
}
.about-maindesc .about-maindesc-content {
    width: 100%;
    max-width: 1100px;
    padding: 80px 0px 40px 0px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}
.about-maindesc .about-maindesc-content .message-en {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 375%;
    letter-spacing: 0.06em;
}
.about-maindesc .about-maindesc-content .message-ja {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 225%;
    letter-spacing: 0.06em;
    padding: 20px 0px 0px 0px;
}
.about-maindesc .about-maindesc-content .message-desc {
    font-size: 112.5%;
    padding: 40px 0px 0px 0px;
    letter-spacing: 0.06em;
    line-height: 2.4;
}
/* ----------------
about features
---------------- */
.about-features {
    position: relative;
    width: 100%;
}
.about-features .about-features-content {
    width: 100%;
    max-width: 1100px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.about-features .about-features-content .feature01 {
    flex-basis: 293px;
    max-width: 293px;
    height: 293px;
    margin: 0px 20px 0px 20px;
    background-image: url("/assets/front/img/experience/about-feature01-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.about-features .about-features-content .feature02 {
    flex-basis: 293px;
    max-width: 293px;
    height: 293px;
    margin: 0px 20px 0px 20px;
    background-image: url("/assets/front/img/experience/about-feature02-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.about-features .about-features-content .feature03 {
    flex-basis: 293px;
    max-width: 293px;
    height: 293px;
    margin: 0px 20px 0px 20px;
    background-image: url("/assets/front/img/experience/about-feature03-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.about-features .about-features-content div .feature-title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 150%;
    padding: 50px 0px 20px 0px;
    letter-spacing: 0.06em;
}
.about-features .about-features-content div .feature-desc {
    font-family: "Shippori Mincho B1", serif;
    font-style: normal;
}
.about-features .about-features-content div .feature-desc .big-word {
    font-weight: 800;
    font-size: 500%;
    vertical-align: bottom;
    line-height: 1.0;
}
.about-features .about-features-content div .feature-desc .small-word {
    font-weight: 700;
    font-size: 225%;
    vertical-align: bottom;
    line-height: 1.2;
}
/* ----------------
about video
---------------- */
.about-video {
    position: relative;
    width: 100%;
}
.about-video .about-video-content {
    width: 100%;
    max-width: 1000px;
    padding: 40px 0px 80px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}
.about-video .about-video-content .video-wrap {
    position: relative;
    width: 100%;
    margin: 0px auto;
    aspect-ratio: 16 / 9;
}
.about-video .about-video-content .video-wrap iframe {
    width: 100%;
    height: 100%;
}
/* ----------------
about case
---------------- */
.about-case {
    position: relative;
    width: 100%;
    background-color: #FAF8F4;
}
.about-case .about-case-content {
    width: 100%;
    max-width: 1440px;
    padding: 80px 0px 80px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}
.about-case .about-case-content .case01-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 0px 0px 180px 0px;
}
.about-case .about-case-content .case01-wrap .case-img-wrap {
    position: relative;
    max-width: 932px;
}
.about-case .about-case-content .case01-wrap .case-img-wrap .img-wrap {}
.about-case .about-case-content .case01-wrap .case-img-wrap .desc-wrap {
    position: absolute;
    display: block;
    background-color: #ffffff;
    top: 225px;
    right: -338px;
    width: 490px;
    padding: 40px 50px 40px 50px;
    box-sizing: border-box;
}
.about-case .about-case-content .case01-wrap .case-img-wrap .desc-wrap .desc-title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 150%;
    text-align: center;
    padding: 0px 0px 10px 0px;
}
.about-case .about-case-content .case02-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 0px 0px 80px 0px;
}
.about-case .about-case-content .case02-wrap .case-img-wrap {
    position: relative;
    max-width: 932px;
}
.about-case .about-case-content .case02-wrap .case-img-wrap .img-wrap {}
.about-case .about-case-content .case02-wrap .case-img-wrap .desc-wrap {
    position: absolute;
    display: block;
    background-color: #ffffff;
    top: 160px;
    left: -427px;
    width: 490px;
    padding: 40px 50px 40px 50px;
    box-sizing: border-box;
}
.about-case .about-case-content .case02-wrap .case-img-wrap .desc-wrap .desc-title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 150%;
    text-align: center;
    padding: 0px 0px 10px 0px;
}
.about-case .about-case-content .case03-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 0px 0px 130px 0px;
}
.about-case .about-case-content .case03-wrap .case-img-wrap {
    position: relative;
    max-width: 932px;
}
.about-case .about-case-content .case03-wrap .case-img-wrap .img-wrap {}
.about-case .about-case-content .case03-wrap .case-img-wrap .desc-wrap {
    position: absolute;
    display: block;
    background-color: #ffffff;
    top: 180px;
    right: -387px;
    width: 490px;
    padding: 40px 50px 40px 50px;
    box-sizing: border-box;
}
.about-case .about-case-content .case03-wrap .case-img-wrap .desc-wrap .desc-title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 150%;
    text-align: center;
    padding: 0px 0px 10px 0px;
}
.about-case .about-case-content .case04-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 0px 0px 0px 0px;
}
.about-case .about-case-content .case04-wrap .case-img-wrap {
    position: relative;
    max-width: 932px;
}
.about-case .about-case-content .case04-wrap .case-img-wrap .img-wrap {}
.about-case .about-case-content .case04-wrap .case-img-wrap .desc-wrap {
    position: absolute;
    display: block;
    background-color: #ffffff;
    top: 35px;
    left: -420px;
    width: 490px;
    padding: 40px 50px 40px 50px;
    box-sizing: border-box;
}
.about-case .about-case-content .case04-wrap .case-img-wrap .desc-wrap .desc-title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 150%;
    text-align: center;
    padding: 0px 0px 10px 0px;
}
/* ----------------
about links
---------------- */
.about-links {
    position: relative;
    width: 100%;
}
.about-links .about-links-content {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}
.about-links .about-links-content .to-event {
    border-bottom: 1px solid #707070;
}
.about-links .about-links-content .to-question {}
.about-links .about-links-content div a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1.0;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 150%;
    color: #ffffff;
    height: 137px;
    background-color: #333333;
}
.about-links .about-links-content div a:hover {
    opacity: 0.8;
}
.about-links .about-links-content div a span {
    display: inline-block;
    position: relative;
}
.about-links .about-links-content div a span:after {
    content: "＞";
    display: block;
    position: absolute;
    top: 0px;
    right: -50px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}
/* ----------------
event years
---------------- */
.event-years {
    position: sticky;
    top: 0px;
    width: 100%;
    background-color: #FAF8F4;
    transition: top .5s;
    z-index: 4;
}
.event-years .event-years-content {
    width: 100%;
    max-width: 1100px;
    height: 85px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.event-years .event-years-content .year-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
}
.event-years .event-years-content .year-list > div {
    position: relative;
    padding: 0px 35px 0px 35px;
}
.event-years .event-years-content .year-list > div::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 22px;
    background-image: url("/assets/front/img/experience/dott-border.png");
    background-size: 1px 22px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.event-years .event-years-content .year-list > div:first-child {
    padding: 0px 35px 0px 0px;
}
/*
.event-years .event-years-content .year-list > div:last-child {
    padding: 0px 0px 0px 35px;
}*/
.event-years .event-years-content .year-list > div:last-child::after {
    content: none;
}
.event-years .event-years-content .year-list .current {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 200%;
    line-height: 1.0;
}
.event-years .event-years-content .year-list .archive-link {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 125%;
    color: #B9B9B9;
    line-height: 1.2;
}
.event-years .event-years-content .year-list .archive-link a {
    color: #B9B9B9;
}
/* ----------------
event header
---------------- */
.event-header {
    position: relative;
    width: 100%;
}
.event-header .event-header-content {
    width: 100%;
    max-width: 1100px;
    padding: 10px 0px 0px 0px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.event-header .event-header-content .place-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.event-header .event-header-content .place-list > div {
    margin: 0px 30px 0px 30px;
}
.event-header .event-header-content .place-list > div:first-child {
    margin: 0px 30px 0px 0px;
}
.event-header .event-header-content .place-list > div:last-child {
    margin: 0px 0px 0px 30px;
}
.event-header .event-header-content .place-list .current {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 243.75%;
    border-bottom: 1px solid #333333;
    line-height: 1.8;
}
.event-header .event-header-content .place-list .place-link {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 243.75%;
    color: #B9B9B9;
    line-height: 1.8;
}
.event-header .event-header-content .place-list .place-link a {
    font-family: "Shippori Mincho B1", serif;
    color: #B9B9B9;
}
.event-header .event-header-content .tab-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.event-header .event-header-content .tab-list > div {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 112.5%;
    color: #333333;
    opacity: 0.4;
    margin: 0px 20px 0px 20px;
    padding: 0px 0px 1px 0px;
}
.event-header .event-header-content .tab-list > div:first-child {
    margin: 0px 20px 0px 0px;
}
.event-header .event-header-content .tab-list > div:last-child {
    margin: 0px 0px 0px 20px;
}
.event-header .event-header-content .tab-list > div.current {
    opacity: 1.0;
    border-bottom: 1px solid #333333;
}
.event-header .event-header-content .tab-list > div span {
    display: inline-block;
    padding: 0px 0px 0px 28px;
    background-repeat: no-repeat;
    background-position: left center;
}
.event-header .event-header-content .tab-list > div span.outline {
    background-image: url("/assets/front/img/experience/icon-calendar.png");
    background-size: 21.5px 21px;
}
.event-header .event-header-content .tab-list > div span.winery {
    background-image: url("/assets/front/img/experience/icon-list.png");
    background-size: 20.5px 12.5px;
}
.event-header .event-header-content .tab-list > div span.gallery {
    background-image: url("/assets/front/img/experience/icon-camera.png");
    background-size: 18px 16.5px;
}
/* ----------------
event body
---------------- */
.event-body {
    position: relative;
    width: 100%;
}
.event-body .event-body-content {
    width: 100%;
    max-width: 1100px;
    padding: 100px 0px 0px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}
/* ----------------
event tab
---------------- */
.tab-content {
    position: relative;
    width: 100%;
}
.tab-panel {
    display: none;
}
.tab-item {
    cursor: pointer;
    transition: opacity .3s ease-in-out;
}
.tab-item.active {
    opacity: 1.0 !important;
    border-bottom: 1px solid #333333;
}
.tab-panel.active {
    display: block;
    animation: panel-show .6s ease-in-out forwards;
}
@keyframes panel-show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* ----------------
event close
---------------- */
.event-body .event-body-content .close-announcement-wrap {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px 80px 0px;
}
.event-body .event-body-content .close-announcement-wrap .close-announcement {
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #B9B9B9;
    border-radius: 4px;
    background-color: #F2F2F2;
    font-size: 112.5%;
    font-weight: 500;
    color: #B9B9B9;
    padding: 10px 20px 10px 20px;
}
.event-body .event-body-content .close-announcement-wrap .close-announcement a {
    color: #B9B9B9;
    text-decoration: underline;
}
/* ----------------
event body main
---------------- */
.event-body .event-body-content .event-body-title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 200%;
    line-height: 1.8;
}
.event-body .event-body-content .event-body-visual {
    padding: 70px 0px 70px 0px;
}
.event-body .event-body-content .event-body-visual img {
    border-radius: 40px;
}
.event-body .event-body-content .event-body-desc {}
.event-body .event-body-content .event-body-desc p:not(:last-child) {
    padding: 0px 0px 1.5em 0px;
}
.event-body .event-body-content .event-body-outline {
    padding: 70px 0px 0px 0px;
}
.event-body .event-body-content .event-body-outline .event-body-outline-title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 137.5%;
    padding: 0px 0px 10px 0px;
}
.event-body .event-body-content .event-body-outline .table-wrap {}
.event-body .event-body-content .event-body-outline .table-wrap table {
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}
.event-body .event-body-content .event-body-outline .table-wrap table th {
    width: 210px;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 20px 40px 20px 40px;
    font-weight: 450;
    text-align: left;
}
.event-body .event-body-content .event-body-outline .table-wrap table td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 20px 40px 20px 40px;
}
.event-body .event-body-content .event-body-outline .table-wrap table td.no-bottom-line {
    border-bottom: none;
}
.event-body .event-body-content .event-body-outline .table-wrap table p {}
.event-body .event-body-content .event-body-outline .table-wrap table a.nomal-link {
    display: inline-block;
    text-decoration: underline;
    position: relative;
}
.event-body .event-body-content .event-body-outline .table-wrap table a.address {
    display: inline-block;
    text-decoration: underline;
    position: relative;
}
.event-body .event-body-content .event-body-outline .table-wrap table a.address::after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 3px;
    right: -45px;
    background-image: url("/assets/front/img/experience/icon-map.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left top;
}
.event-body .event-body-content .event-body-outline .table-wrap table div.inner-block {
    padding: 0px 0px 20px 0px;
}
.event-body .event-body-content .event-body-outline .table-wrap table p.sub-title {
    font-size: 112.5%;
    font-weight: 500;
}
.event-body .event-body-content .event-body-outline .table-wrap table p.sub-title.btn-upper {
    padding: 0px 0px 10px 0px;
}
.event-body .event-body-content .event-body-outline .table-wrap table p.sub-title span {
    display: inline-block;
    font-size: 88.888889%;
    vertical-align: bottom;
}
.event-body .event-body-content .event-body-outline .table-wrap table p.additional-desc {
    font-size: 87.5%;
    color: #777777;
}
.event-body .event-body-content .event-body-outline .table-wrap table p.additional-red-desc {
    font-size: 87.5%;
    color: #ff0000;
    padding: 10px 0px 0px 0px;
}
.event-body .event-body-content .event-body-outline .table-wrap table div .ticket-btn {
    width: 300px;
}
.event-body .event-body-content .event-body-outline .table-wrap table div .ticket-btn a {
    width: 100%;
    height: 60px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    color: #ffffff;
    background-color: #333333;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 125%;
    line-height: 1.2;
}
.event-body .event-body-content .event-body-outline .table-wrap table div .ticket-btn a .icon {
    flex-basis: 32px;
    max-width: 32px;
    margin: 0px 15px 0px 0px;
}
.event-body .event-body-content .event-body-outline .table-wrap table div .reserve-btn {
    width: 300px;
}
.event-body .event-body-content .event-body-outline .table-wrap table div .reserve-btn a {
    width: 100%;
    height: 60px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    color: #ffffff;
    background-color: #333333;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 125%;
    line-height: 1.2;
    letter-spacing: 0.0em;
}
.event-body .event-body-content .event-body-outline .table-wrap table div .reserve-btn a .icon {
    flex-basis: 32px;
    max-width: 32px;
    margin: 0px 15px 0px 0px;
}
.event-body .event-body-content .event-body-outline .table-wrap table p.third-title {
    font-size: 100%;
    font-weight: 500;
    padding: 20px 0px 0px 0px;
}
.event-body .event-body-content .event-body-outline .table-wrap table p.fourth-title {
    font-size: 100%;
    font-weight: 500;
    padding: 20px 0px 10px 0px;
}
.event-body .event-body-content .event-body-outline .table-wrap table p span.emphasis {
    display: inline-block;
    font-weight: 600;
}

.event-body .event-body-content .event-body-outline .table-wrap table div.caution-list-block > p{
    padding-left: 1.0em;
    text-indent: -1.0em;
}

/* ----------------
event body winery
---------------- */
.event-body .event-body-content .event-body-winery {
    padding: 70px 0px 0px 0px;
}
.event-body .event-body-content .event-body-winery .event-body-winery-title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 137.5%;
    padding: 0px 0px 20px 0px;
}
.event-body .event-body-content .event-body-winery .winery-list-wrap {}
.event-body .event-body-content .event-body-winery .winery-list-wrap .winery-box {
    margin: 0px 0px 14px 0px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 49, 0.13);
    padding: 25px 25px 25px 25px;
}
.event-body .event-body-content .event-body-winery .winery-list-wrap .winery-box .winery-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.event-body .event-body-content .event-body-winery .winery-list-wrap .winery-box .winery-area .flag-wrap {
    flex-basis: 82px;
    max-width: 82px;
}
.event-body .event-body-content .event-body-winery .winery-list-wrap .winery-box .winery-area .area-name {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 137.5%;
    padding: 0px 0px 0px 15px;
}
.event-body .event-body-content .event-body-winery .winery-list-wrap .winery-box .winery-area .area-sep {
    padding: 10px 25px 0px 25px;
    font-size: 137.5%;
    font-weight: 500;
}
.event-body .event-body-content .event-body-winery .winery-list-wrap .winery-box .winery-list {
    padding: 15px 0px 0px 0px;
}
.event-body .event-body-content .event-body-winery .winery-list-wrap .winery-box .winery-list ul {
    /*display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;*/
}
.event-body .event-body-content .event-body-winery .winery-list-wrap .winery-box .winery-list ul li:not(:last-child) {
    /*margin: 0px 20px 0px 0px;*/
}
.event-body .event-body-content .event-body-winery .winery-list-wrap .winery-box .winery-list ul li{
    padding-left: 1.0em;
    text-indent: -1.0em;
}

/* ----------------
event body gallery
---------------- */
.event-body .event-body-content .event-body-gallery {
    padding: 70px 0px 0px 0px;
}
.event-body .event-body-content .event-body-gallery .event-body-gallery-title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 137.5%;
    padding: 0px 0px 20px 0px;
}
.event-body .event-body-content .event-body-gallery .gallery-list-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.event-body .event-body-content .event-body-gallery .gallery-list-wrap > div {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0px 8px 16px 8px;
}
/* ----------------
questions
---------------- */
.questions-page-title {
    position: relative;
    width: 100%;
    background-color: #FAF8F4;
}
.questions-page-title .questions-page-title-content {
    width: 100%;
    height: 212px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 225%;
    line-height: 1.0;
    letter-spacing: 0.08em;
}
.questions-list-content {
    width: 100%;
    max-width: 1100px;
    padding: 80px 0px 0px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}
.questions-list-content .questions-list-box {
    width: 100%;
    padding: 0px 0px 70px 0px;
}
.questions-list-content .questions-list-box .questions-list-box-title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 125%;
    padding: 0px 0px 20px 20px;
}
.questions-list-content .questions-list-box .questions-list-box-content {
    width: 100%;
}
.questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap {}
.questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap .list {
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #707070;
}
.questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap .list:nth-of-type(1) {
    border-top: 1px solid #707070;
}
.questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap .question {
    position: relative;
    cursor: pointer;
}
.questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap .question::before {
    position: absolute;
    top: 16px;
    right: 10px;
    content: "＋";
    font-weight: 600;
    text-align: center;
    font-size: 125%;
}
.questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap .question.active::before {
    content: "－";
}
.questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap .question-text, .questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap .answer-text {
    position: relative;
    font-size: 100%;
    padding: 20px 40px 20px 90px;
}
.questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap .answer-text {
    background-color: #FAF8F4;
    line-height: 1.9;
}
.questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap .answer-text a{
    text-decoration: underline;
}
.questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap .question-text::before, .questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap .answer-text::before {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 2em;
    height: 2em;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    font-size: 125%;
    font-family: "Shippori Mincho B1", serif;
}
.questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap .question-text::before {
    content: "Q.";
}
.questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap .answer-text::before {
    content: "A.";
}
.questions-list-content .questions-list-box .questions-list-box-content .questions-list-wrap .answer-a {
    display: none;
}
/* ----------------
news
---------------- */
.news-page-title {
    position: relative;
    width: 100%;
    background-color: #FAF8F4;
}
.news-page-title .news-page-title-content {
    width: 100%;
    height: 212px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 225%;
    line-height: 1.0;
    letter-spacing: 0.08em;
}
.news-page-list-content {
    width: 100%;
    max-width: 975px;
    padding: 80px 0px 0px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}
.news-page-list-content .news-list-wrap {}
.news-page-list-content .news-list-wrap .news-list {
    border-bottom: 1px solid #707070;
}
.news-page-list-content .news-list-wrap .news-list:first-child {
    border-top: 1px solid #707070;
}
.news-page-list-content .news-list-wrap .news-list .news-list-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 23px 0px 20px 0px;
}
.news-page-list-content .news-list-wrap .news-list .news-list-inner:hover {
    opacity: 0.5;
}
.news-page-list-content .news-list-wrap .news-list .news-list-inner .date {
    flex-basis: 90px;
    max-width: 90px;
    font-size: 87.5%;
}
.news-page-list-content .news-list-wrap .news-list .news-list-inner .place {
    flex-basis: 85px;
    max-width: 85px;
}
.news-page-list-content .news-list-wrap .news-list .news-list-inner .place p {
    width: 60px;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 68.75%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.news-page-list-content .news-list-wrap .news-list .post-title {
    flex-basis: calc(100% - 175px);
    max-width: calc(100% - 175px);
}
.news-page-bute-content {
    width: 100%;
    padding: 60px 0px 60px 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 87.5%;
}
.news-page-bute-content > span {
    display: inline-block;
    margin: 0px 12px 0px 12px;
    line-height: 1.3;
}
.news-page-bute-content > a {
    display: inline-block;
    margin: 0px 12px 0px 12px;
}
.news-page-bute-content > span.current {
    border-bottom: 1px solid #000000;
}
.news-page-bute-content .arrow-right {
    position: relative;
    display: inline-block;
    width: 6.7px;
    height: 12.3px;
}
.news-page-bute-content .arrow-right::before, .news-page-bute-content .arrow-right::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 9px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: calc(100% - 0.5px) 50%;
}
.news-page-bute-content .arrow-right::before {
    transform: rotate(45deg);
}
.news-page-bute-content .arrow-right::after {
    transform: rotate(-45deg);
}
.news-page-bute-content .arrow-left {
    position: relative;
    display: inline-block;
    width: 6.7px;
    height: 12.3px;
}
.news-page-bute-content .arrow-left::before, .news-page-bute-content .arrow-left::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
    width: 9px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: 0.5px 50%;
}
.news-page-bute-content .arrow-left::before {
    transform: rotate(45deg);
}
.news-page-bute-content .arrow-left::after {
    transform: rotate(-45deg);
}
/* ----------------
news post
---------------- */
.news-post-content {
    width: 100%;
    max-width: 975px;
    padding: 80px 0px 0px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}
.news-post-content .news-post-title-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0px 0px 50px 0px;
}
.news-post-content .news-post-title-wrap .date {
    flex-basis: 90px;
    max-width: 90px;
    font-size: 87.5%;
}
.news-post-content .news-post-title-wrap .place {
    flex-basis: 85px;
    max-width: 85px;
    padding: 5px 0px 0px 0px;
}
.news-post-content .news-post-title-wrap .place p {
    width: 60px;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 68.75%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.news-post-content .news-post-title-wrap .post-title {
    flex-basis: 100%;
    max-width: 100%;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 200%;
    line-height: 1.4;
    padding: 20px 0px 0px 0px;
    letter-spacing: 0.00em;
}
.news-post-content .news-post-body-wrap {
    width: 100%;
}
.news-post-content .news-post-body-wrap p:not(:last-child) {
    padding: 0px 0px 40px 0px;
}
.news-page-link-content {
    width: 100%;
    max-width: 975px;
    padding: 100px 0px 60px 0px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 87.5%;
    line-height: 1.3;
    box-sizing: border-box;
}
.news-page-link-content > a {
    display: inline-block;
    margin: 0px 0px 0px 0px;
}
.news-page-link-content > a span.text {
    display: inline-block;
    border-bottom: 1px solid #000000;
}
.news-page-link-content > a.prev {
    position: relative;
}
.news-page-link-content > a.prev .arrow-left {
    position: relative;
    display: inline-block;
    width: 6.7px;
    height: 12.3px;
    padding: 0px 30px 0px 0px;
}
.news-page-link-content > a.prev .arrow-left::before, .news-page-link-content > a.prev .arrow-left::after {
    content: "";
    position: absolute;
    top: calc(50% + 3.5px);
    left: 0;
    width: 9px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: 0.5px 50%;
}
.news-page-link-content > a.prev .arrow-left::before {
    transform: rotate(45deg);
}
.news-page-link-content > a.prev .arrow-left::after {
    transform: rotate(-45deg);
}
.news-page-link-content > a.next {
    position: relative;
}
.news-page-link-content > a.next .arrow-right {
    position: relative;
    display: inline-block;
    width: 6.7px;
    height: 12.3px;
    padding: 0px 0px 0px 30px;
}
.news-page-link-content > a.next .arrow-right::before, .news-page-link-content > a.next .arrow-right::after {
    content: "";
    position: absolute;
    top: calc(50% + 3.5px);
    right: 0;
    width: 9px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: calc(100% - 0.5px) 50%;
}
.news-page-link-content > a.next .arrow-right::before {
    transform: rotate(45deg);
}
.news-page-link-content > a.next .arrow-right::after {
    transform: rotate(-45deg);
}
/* ******************************************************************** */
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    overflow: hidden;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
@media (min-width: 801px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}