/*!
Theme Name: 豊岡演劇祭2025
*/

@charset "UTF-8";
/*
               .
              /=\\
             /===\ \
            /=====\' \
           /=======\'' \
          /=========\ ' '\
         /===========\''   \
        /=============\ ' '  \
       /===============\   ''  \
      /=================\' ' ' ' \
     /======= ITCSS =====\' ' '  ' \
    /=====================\' '   ' ' \
   /=======================\  '   ' /
  /=========================\   ' /
 /===========================\'  /
/=============================\/

www.creativebloq.com/web-design/manage-large-css-projects-itcss-101517528
*/
/* Generic / レセット
##################################### */
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,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Elements
##################################### */
@font-face {
    font-family: "Egyptienne F LT Std";
    src: local("Egyptienne F LT Std 65 Bold"), local("EgyptienneFLTStd-Bold"),
        url("fonts/EgyptienneFLTStd-Bold.woff2") format("woff2"),
        url("fonts/EgyptienneFLTStd-Bold.woff") format("woff"),
        url("fonts/EgyptienneFLTStd-Bold.ttf") format("truetype"),
        url("fonts/EgyptienneFLTStd-Bold.svg#EgyptienneFLTStd-Bold")
            format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Egyptienne F LT Std";
    src: local("Egyptienne F LT Std 55 Roman"), local("EgyptienneFLTStd-Roman"),
        url("fonts/EgyptienneFLTStd-Roman.woff2") format("woff2"),
        url("fonts/EgyptienneFLTStd-Roman.woff") format("woff"),
        url("fonts/EgyptienneFLTStd-Roman.ttf") format("truetype"),
        url("fonts/EgyptienneFLTStd-Roman.svg#EgyptienneFLTStd-Roman")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    font-size: 62.5%;
    scroll-behavior: smooth;
    --vh: 1vh;
}

body {
    position: relative;
    font-size: 1.6rem;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
        "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    line-height: 1.6;
    color: #000;
    background: #fff;
    overflow-anchor: auto;
}

small {
    font-size: 0.75em;
}

a,
a:hover,
a:focus,
a:active {
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    text-decoration: none;
    color: inherit;
}

main p a,
.note a{
	color:#ce181e;
}

::-moz-selection {
    color: #fff;
    background: #ce181e;
}

::selection {
    color: #fff;
    background: #ce181e;
}

input[type="button"] {
    cursor: pointer;
}

em {
    font-style: normal;
}

img,
svg,
iframe {
    display: block;
    max-width: 100%;
}

img,
svg {
    height: auto;
}

.aligncenter img{
	margin-left:auto;
	margin-right:auto;
}

.u-serif,
h1,
h2,
h3,
h4,
.venue_num {
    font-family: kozuka-mincho-pro, "kozuka-mincho-pro", "游明朝", YuMincho,
        "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    line-height: 1.2;
}

h1,
h2,
h3,
h4 {
    line-height: 1.35;
}

main {
    position: relative;
    overflow: hidden;
}

img.aligncenter{
	margin-right:auto;
	margin-left:auto;
}

/*
[data-type="directors"],
[data-type="festival"],
[data-type="program"],
*/
.more-programs .program-item[data-type="directors"] .program-item__tit,
.more-programs .program-item[data-type="directors"] .program-item__subtit,
.more-programs .program-item[data-type="festival"] .program-item__tit,
.more-programs .program-item[data-type="festival"] .program-item__subtit {
    color: #ce181e;
}

/*
[data-type="fringe"],
[data-type="fringe-selection"],
[data-type="fringe-showcase"],
[data-type="fringe-street"],
*/
.more-programs .program-item[data-type="fringe"] .program-item__tit,
.more-programs .program-item[data-type="fringe"] .program-item__subtit,
.program-stub[data-type="fringe"] .program-stub__tit,
.program-stub[data-type="fringe"] .program-stub__subtit,
.more-programs .program-item[data-type="fringe-selection"] .program-item__tit,
.more-programs .program-item[data-type="fringe-selection"] .program-item__subtit,
.program-stub[data-type="fringe-selection"] .program-stub__tit,
.program-stub[data-type="fringe-selection"] .program-stub__subtit,
.more-programs .program-item[data-type="fringe-showcase"] .program-item__tit,
.more-programs .program-item[data-type="fringe-showcase"] .program-item__subtit,
.program-stub[data-type="fringe-showcase"] .program-stub__tit,
.program-stub[data-type="fringe-showcase"] .program-stub__subtit,
.more-programs .program-item[data-type="fringe-street"] .program-item__tit,
.more-programs .program-item[data-type="fringe-street"] .program-item__subtit,
.program-stub[data-type="fringe-street"] .program-stub__tit,
.program-stub[data-type="fringe-street"] .program-stub__subtit {
    color: #dc712a;
}

/*
[data-type="kanren"],
[data-type="related"]
*/
.more-programs .program-item[data-type="related"] .program-item__tit,
.more-programs .program-item[data-type="related"] .program-item__subtit,
.program-stub[data-type="related"] .program-stub__tit,
.program-stub[data-type="related"] .program-stub__subtit,
.program-stub[data-type="talk"] .program-stub__tit,
.program-stub[data-type="talk"] .program-stub__subtit,
.more-programs .program-item[data-type="talk"] .program-item__tit,
.more-programs .program-item[data-type="talk"] .program-item__subtit {
    color: #851c7f;
}

/*
[data-type="meet-up"]
*/
.more-programs .program-item[data-type="meet-up"] .program-item__tit,
.more-programs .program-item[data-type="meet-up"] .program-item__subtit {
    color: #d62165;
}

.red,
.section-warap a,
.section-wrap a/*
,
.page main a,
.single main a
*/{
	color:#ce181e;
}

.v-top{
	align-items:flex-start !important;
}

.aligncenter,
.center{
	text-align:center;
}

span.del {
	text-decoration-line: line-through;
	text-decoration-style:double;
	text-decoration-color: #ce181e;
}

@media (min-width: 901px) {
	.sp-content,
	.pc-none{
		display:none;
	}
}
@media (max-width: 900px) {
	.pc-content,
	.sp-none{
		display:none;
	}
	
	.wp-block-columns:not(.is-not-stacked-on-mobile) {
		display:block !important;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile) > * {
		margin-bottom:1em;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile) > *:last-chile {
		margin-bottom:0;
	}
}


/* Objects
##################################### */
/* Text
----------------------------------------------- */
.u-eng {
    font-family: "Egyptienne F LT Std", serif;
    font-weight: bold;
    line-height: 1.2;
}

.u-relative {
    position: relative;
}

.u-center,
.has-text-align-center {
    text-align: center;
}

.u-caption {
    margin-top: 0.4em;
    font-size: 1rem;
    line-height: 1.3;
    text-align: right;
    color: #000;
}
.post-type-archive-program .u-caption,
.program-stub__img .u-caption,
.more-programs .u-caption{
	min-height:1.3em;
}

/* Titles
----------------------------------------------- */
.o-sect-title {
    margin-bottom: 2.5rem;
    text-align: center;
}

.o-sect-title small,
.o-sect-title em {
    display: block;
}

.o-sect-title small,
.o-sect-title em.no-small {
    font-size: 1.8rem;
    font-family: "Egyptienne F LT Std", serif;
    font-weight: bold;
    line-height: 1.4;
}

.o-sect-title em {
    font-size: 1.4rem;
    font-family: kozuka-mincho-pro, "kozuka-mincho-pro", "游明朝", YuMincho,
        "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 900px) {
    .o-sect-title {
        margin-bottom: 3.5rem;
    }
    .o-sect-title small {
        font-size: 2.4rem;
        letter-spacing:0.05em;
    }
    .o-sect-title em.no-small {
        font-size: 2.6rem;
        margin-top: 0.3em;
    }
    .o-sect-title em {
        font-size: 1.6rem;
    }
    .o-sect-title--small small {
        font-size: 2.4rem;
    }
}

.o-bar-tit .o-sect-title{
	margin-bottom: 0;
}

.o-title {
    margin-bottom: 0.9em;
    font-size: 2.2rem;
    font-weight: 400;
    text-align: center;
}

.section-wrap .o-title {
    font-size: 2.2rem;
    color: #ce181e;
}

.o-container--grey .o-title{
	color: #000;
}

@media (min-width: 900px) {
    .o-title {
        font-size: 2.4rem;
    }
	.section-wrap .o-title {
	    font-size: 2.2rem;
	}
}

.o-subtitle {
    margin-bottom: 0.9em;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
}

@media (min-width: 900px) {
    .o-subtitle {
        font-size: 2.4rem;
    }
}

.o-bar-tit {
    display: block;
    margin-bottom: 2em;
    padding: 1.5em 1em;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    background: #ce181e;
}
.non-txt .o-bar-tit,
.title-only .o-bar-tit {
    margin-bottom: 0em;
}

.o-bar-tit--orange {
    background: #dc712a;
}

.o-bar-tit--purple {
    background: #851c7f;
}

.o-bar-tit--pink {
    background: #d62165;
}

.o-bar-tit-wrap{
	position:relative;
}

.o-bar-tit-wrap .program-archive-faves{
	width:auto;
	position:absolute;
	top:10px;
	right:10px;
	margin:0;
}

.o-bar-tit-wrap .program-archive-faves .o-bttn{
	padding: 0.6em 1.2em;
}

@media (min-width: 900px) {
    .o-bar-tit {
        font-size: 2.4rem;
    }
}

@media (max-width: 900px) {
	.o-bar-tit-wrap .program-archive-faves{
		top:5px;
		right:5px;
	}
	.o-bar-tit-wrap .program-archive-faves .o-bttn {
		padding: 0.3em 0.3em 0.3em 0.7em;
	}
    .o-bar-tit-wrap .program-archive-faves .o-bttn span{
		display:none;
	}
}

/* Containers
----------------------------------------------- */
.o-wrapper {
    max-width: 100.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
}

section > .o-wrapper{
	padding-bottom:6rem;
}

.o-wrapper--thin {
    max-width: 77.2rem;
}

.o-wrapper--thin2 {
    max-width: 90.2rem;
}

.o-wrapper--thick {
    max-width: 119.2rem;
}

@media (min-width: 900px) {
    .o-wrapper {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.o-container {
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.title-only .o-container {
    padding-bottom: 0;
}

.o-container.o-container--white{
	padding-top:0;
}
.o-container.o-container--grey + .o-container.o-container--white{
	padding-top:6rem;
}


.o-container.non-txt{
    padding-bottom: 1px;
}

.o-container--grey {
    background: #f1f1f1;
}

.o-container--grey + .o-container--grey {
    padding-top: 0;
}

.o-container--white {
    background: #fff;
}

.o-container--white + .o-container--white {
    padding-top: 0;
}

body.page .o-container p,
body.archive .o-container p{
	font-size: 1.5rem;
/* 	font-weight:300; */
    margin-bottom:1.3em;
}
body.page .o-container ul,
body.archive .o-container ul,
body.page .o-container ol,
body.archive .o-container ol {
/*
	font-size: 1.5rem;
	margin-left:1.75em;
*/
}
body.page .o-container p + ul,
body.archive .o-container p +  ul,
body.page .o-container p +  ol,
body.archive .o-container p +  ol {
/*
	margin-top:-0.5em;
	margin-bottom:0.75em;
*/
}


.o-container.btn-only{
	margin-top:-3rem;
}
.multiple-btn .o-bttn{
	display: flex;
	align-items: center;
	justify-content: center;
}


@media (min-width: 900px) {
    .o-container {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .o-container.o-container--white{
	    padding-top:0;
    }
    
	.o-container.btn-only{
		margin-top:-10rem;
	}
}

.o-container-pd-t0{
	padding-top: 0 !important;
}

/* Buttons
----------------------------------------------- */
.o-archive-bttn {
    margin-top: 4rem;
    text-align: center;
}

.o-archive-bttn .o-bttn {
    min-width: 14em;
}

@media (min-width: 900px) {
    .o-archive-bttn {
        margin-top: 7rem;
    }
}

.o-bttn {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.9em 1.4em;
    font-size: 0.95em;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
}

.o-bttn:not(.o-bttn--curr) {
    color: #fff;
    background: #000;
    border: 2px solid #000;
}

.o-bttn:not(.o-bttn--curr):hover,
.o-bttn:not(.o-bttn--curr):focus,
.o-bttn:not(.o-bttn--curr):active,
.program-body__bttn .o-bttn:hover {
    color: #000;
    background: #fff;
}

.o-bttn--red:not(.o-bttn--curr) {
    color: #fff;
    background: #ce181e;
    border-color: #ce181e;
}

.o-bttn--red:not(.o-bttn--curr):hover,
.o-bttn--red:not(.o-bttn--curr):focus,
.o-bttn--red:not(.o-bttn--curr):active {
    color: #ce181e;
    background: #fff;
}

.o-bttn--curr {
    background: currentColor;
    border: 2px solid currentColor;
}

.o-bttn--curr span {
    color: #fff;
}

.o-bttn--curr:hover,
.o-bttn--curr:focus,
.o-bttn--curr:active {
    background: #fff;
}

.o-bttn--curr:hover span,
.o-bttn--curr:focus span,
.o-bttn--curr:active span {
    color: currentColor;
}

.o-bttn--mini {
    font-size: 1.2rem;
    margin-top: 0.4em;
    padding: 0.2em 1em;
}

.o-bttn .fas,
.o-bttn .fa {
    margin-right: 0.5em;
}

.btn-wrap{
	text-align:center;
	margin-top:1.0em;
}
.btn-wrap.multiple-btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}




/* Media
----------------------------------------------- */
.o-thumb-wrapper > div {
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
}

.o-thumb-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.o-thumb-wrapper.o-thumb-wrapper--contain img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.o-media-container {
    width: 100%;
}

.o-media-container div {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}

.o-media-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (min-width: 600px) {
    .o-media-container div {
        padding-bottom: 55%;
    }
}

.o-html-contents {
}


.youtube-wrap,
.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube-wrap iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube-wrap + .youtube-wrap{
	margin-top:2em;
}

.capitalize{
	text-transform: capitalize;
}


/* Misc
----------------------------------------------- */
.o-anchorlink {
    position: relative;
}

.o-anchorlink__link {
    position: absolute;
    top: -100px;
}

.o-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.4rem;
    color: #000;
}

.o-detail + .o-detail {
    margin-top: 0.5em;
}

/*
.o-detail h4,
.o-detail p,
*/
.o-detail .o-detail-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.o-detail .o-detail-p p{
	display:block;
	margin-bottom:0 !important;
}

.o-detail h4 {
    width: 3.8em;
    padding: 0.45em 0;
    border: 1px solid currentColor;
	font-size: 0.9em;
	font-weight: normal;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
        "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

.o-detail p,
.o-detail .o-detail-p {
    width: calc(100% - 4em);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
}

.o-detail--wide h4 {
    width: 7em;
    padding: 0.5em 0;
}

.o-detail--wide p,
.o-detail--wide .o-detail-p {
    width: calc(100% - 8.0em);
    padding: 0.25em 0;
}
.o-detail .o-detail-p p,
.o-detail--wide .o-detail-p p {
    width: 100%;
    margin: 0;
}
.o-detail a{
	color: #ce181e;
}

.program-body_detail_full_width .flex-col-2{
	margin-bottom: 1.0em;
}
@media (min-width: 901px) {
	.program-body_detail_full_width .flex-col-2{
		width:100%;
		display:flex;
		flex-wrap:wrap;
	}
	.program-body_detail_full_width .flex-col-2 > *{
		width:50% !important;
	}
	.program-body_detail_full_width .flex-col-2 p + p{
		margin:0 !important;
	}
}
@media (max-width: 900px) {
	.o-anchorlink__link {
	    top: -80px;
	}
}


/* Editor (Gutenburg / TinyMCE)
################################################################# */
.prose {
    line-height: 1.6;
}

.prose a {
    text-decoration: none;
    color: #ce181e;
}

.prose a:hover {
    border-bottom: 1px solid;
}

.prose abbr {
    border-bottom: 1px dotted;
    cursor: help;
}

.prose cite {
    font-style: italic;
}

.prose hr {
    display: block;
    height: 1px;
    margin-bottom: 1.4em;
    margin-top: 1.4em;
    background: #e6e6e6;
    border: none;
}

.prose img {
    vertical-align: text-bottom;
}

.prose ins {
    background-color: #0f0;
    text-decoration: none;
}

.prose mark {
    background-color: #ff0;
}

.prose small {
    font-size: 0.8em;
}

.prose strong {
    font-weight: 700;
}

.prose sub,
.prose sup {
    font-size: 0.8em;
}

.prose sub {
    vertical-align: sub;
}

.prose sup {
    vertical-align: super;
}

.prose p,
.prose dl,
.prose ol,
.prose ul,
.prose blockquote,
.prose pre,
.prose table {
    margin-bottom: 1.4em;
}

.prose p:last-child,
.prose dl:last-child,
.prose ol:last-child,
.prose ul:last-child,
.prose blockquote:last-child,
.prose pre:last-child,
.prose table:last-child {
    margin-bottom: 0;
}

.prose p:empty {
    display: none;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
    font-weight: 700;
    line-height: 1.2;
}

.prose h1:first-child,
.prose h2:first-child,
.prose h3:first-child,
.prose h4:first-child,
.prose h5:first-child,
.prose h6:first-child {
    margin-top: 0;
}

.prose h1 {
    font-size: 2.4em;
    margin-bottom: 0.58333em;
    margin-top: 0.58333em;
    line-height: 1;
}

.prose h2 {
    font-size: 1.6em;
    margin-bottom: 0.875em;
    margin-top: 1.75em;
    line-height: 1.1;
}

.prose h3 {
    font-size: 1.3em;
    margin-bottom: 1.07692em;
    margin-top: 1.07692em;
}

.prose h4 {
    font-size: 1.2em;
    margin-bottom: 1.16667em;
    margin-top: 1.16667em;
}

.prose h5 {
    font-size: 1.1em;
    margin-bottom: 1.27273em;
    margin-top: 1.27273em;
}

.prose h6 {
    font-size: 1em;
    margin-bottom: 1.4em;
    margin-top: 1.4em;
}

.prose dd {
    margin-left: 1.4em;
}

.prose ol,
.prose ul {
    list-style-position: outside;
    margin-left: 1.4em;
}

.prose ol {
    list-style-type: decimal;
}

.prose ol ol {
    list-style-type: lower-alpha;
}

.prose ol ol ol {
    list-style-type: lower-roman;
}

.prose ol ol ol ol {
    list-style-type: lower-greek;
}

.prose ol ol ol ol ol {
    list-style-type: decimal;
}

.prose ol ol ol ol ol ol {
    list-style-type: lower-alpha;
}

.prose ul {
    list-style-type: disc;
}

.prose ul ul {
    list-style-type: circle;
}

.prose ul ul ul {
    list-style-type: square;
}

.prose ul ul ul ul {
    list-style-type: circle;
}

.prose ul ul ul ul ul {
    list-style-type: disc;
}

.prose ul ul ul ul ul ul {
    list-style-type: circle;
}

.prose blockquote {
    border-left: 4px solid #e6e6e6;
    padding: 0.6em 1.2em;
}

.prose blockquote p {
    margin-bottom: 0;
}

.prose code,
.prose kbd,
.prose samp,
.prose pre {
    background-color: #f2f2f2;
    color: #333;
    font-size: 0.9em;
}

.prose code,
.prose kbd,
.prose samp {
    border-radius: 3px;
    line-height: 1.77778;
    padding: 0.1em 0.4em 0.2em;
    vertical-align: baseline;
}

.prose pre {
    overflow: auto;
    padding: 1em 1.2em;
}

.prose pre code {
    background: none;
    font-size: 1em;
    line-height: 1em;
}

.prose figure {
    margin-bottom: 2.8em;
    text-align: center;
}

.prose figure:first-child {
    margin-top: 0;
}

.prose figure:last-child {
    margin-bottom: 0;
}

.prose figcaption {
    font-size: 0.8em;
    margin-top: 0.875em;
}

.prose table {
    width: 100%;
}

.prose table pre {
    white-space: pre-wrap;
}

.prose th,
.prose td {
    font-size: 1em;
    padding: 0.7em;
    border: 1px solid #e6e6e6;
    line-height: 1.4;
}

.prose thead tr,
.prose tfoot tr {
    background-color: #f5f5f5;
}

.prose thead th,
.prose thead td,
.prose tfoot th,
.prose tfoot td {
    font-size: 0.9em;
    padding: 0.77778em;
}

.prose thead code,
.prose tfoot code {
    background-color: #fff;
}

.prose tbody tr {
    background-color: #fff;
}

/* Slick Official Styles
################################################################# */
/* Slick (slick.css)
----------------------------------------------- */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    padding-bottom: 3rem;
}

.slick-slider.slick-track,
.slick-slider.slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: hand;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slick Theme (slick-theme.css)
----------------------------------------------- */
/* Dots */
.slick-dots {
    position: absolute;
    z-index: 1000;
    bottom: 0.5rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li,
.slick-dots li button {
/*
    width: 3rem;
    height: 0.5rem;
*/
	width: 8px;
	height: 8px;
	border-radius: 50%;
	padding:0;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
    background: #000;
    color: #fff;
}

.slick-dots li button:active,
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ce181e;
}

.slick-dots li.slick-active button {
    background: #ce181e;
}

body.fringe-program .slick-dots li button:active,
body.fringe-program .slick-dots li button:hover,
body.fringe-program .slick-dots li button:focus,
body.fringe-program .slick-dots li.slick-active button {
    background: #dc712a;
}


@media (min-width: 600px) {
    .slick-dots li,
    .slick-dots li button {
/*
        width: 5rem;
        height: 0.5rem;
*/
        
/*
		width: 8px;
		height: 8px;
		border-radius: 50%;
*/
    }
}

/* Hide slick pictures before page load
----------------------------------------------- */
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-of-type) {
    position: absolute;
    left: -5000px;
}


/* Components
##################################### */
/* Fixed SNS
----------------------------------------------- */
.fixed-sns {
    position: fixed;
    z-index: 3000;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.fixed-sns__item {
    display: block;
    padding: 0.7rem 0.6rem;

    font-size: 1.6rem;
    text-align: center;
    line-height:1;
    color: #fff;
    background: #bfbfbf;
    transition: none;
}


.fixed-sns__item:active,
.fixed-sns__item:focus,
.fixed-sns__item:hover {
    color: #fff;
    opacity: 0.7;
}

.fixed-sns__item--txt {
    font-size: 1.3rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    writing-mode: vertical-lr;
}

.fixed-sns__item + .fixed-sns__item {
    margin-top: 1px;
}

@media (min-width: 900px) {
    .fixed-sns__item {
        font-size: 2rem;
    }

    .fixed-sns__item--txt {
        font-size: 1.7rem;
    }
}

/* Mobile Header
----------------------------------------------- */
.mob-head {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
}

.mob-head__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem;
    background: #fff;
    border-bottom: 1px solid;
}

.mob-head__logo {
    width: 24.5rem;
    margin-right: 2rem;
}

.mob-head__logo img {
    max-height:39px;
}

.mob-head__bttn button {
    padding: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.mob-head__bttn button:first-of-type {
    /* Open */
    display: block;
}

html.js-navi-open .mob-head__bttn button:first-of-type {
    display: none;
}

.mob-head__bttn button:last-of-type {
    /* Close */
    display: none;
}

html.js-navi-open .mob-head__bttn button:last-of-type {
    display: block;
}

.mob-head__bttn button img {
    width: 2.8rem;
}

.mob-head__drop {
    /* nav */
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
    background: #fff;
}

html.js-navi-open .mob-head__drop {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.mob-head__drop .menu-group-top .menu-item{
    border-bottom: 1px solid #000;
}
.mob-head__drop .menu-group-top .menu-item .accordion_header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em;
}

.mob-head__drop a.active {
    color: #ce181e;
}

.mob-head__drop a small,
.mob-head__drop a em {
    line-height: 1;
}

.mob-head__drop a small {
    font-size: 1.8rem;
    font-family: "Egyptienne F LT Std", serif;
    font-weight: bold;
    line-height: 1.2;
}

.mob-head__drop a em {
    font-size: 1.4rem;
    font-family: kozuka-mincho-pro, "kozuka-mincho-pro", "游明朝", YuMincho,
        "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 899px) {
    .mob-head {
        display: none;
    }
}

/* Desktop Header
----------------------------------------------- */
.desk-head {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2000;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    -webkit-transition: padding 300ms ease, -webkit-box-shadow 300ms ease;
    transition: padding 300ms ease, -webkit-box-shadow 300ms ease;
    transition: padding 300ms ease, box-shadow 300ms ease;
    transition: padding 300ms ease, box-shadow 300ms ease,
        -webkit-box-shadow 300ms ease;
}

html.js-scrolled .desk-head {
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.desk-head__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 114rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.desk-head__logo {
    display: block;
    width: 37.5rem;
    margin-right: 3rem;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    z-index: 2;
}

.desk-head__logo img {
    max-height:60px;
}

.desk-head__nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.desk-head__nav a {
    position: relative;
    display: block;
    padding-top: 1.4rem;
    margin: 0 1.2rem;
/*     text-align: center; */
}

.desk-head__nav a:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #ce181e;
    opacity: 0;
    transition: all .15s ease;
}

.desk-head__nav a.active:before,
.desk-head__nav a:hover:before {
    opacity: 1;
}

.desk-head__nav a em,
.desk-head__nav a small,
.desk-head__drop a em,
.desk-head__drop a small {
    display: block;
    white-space: nowrap;
}

.desk-head__nav a small,
.desk-head__drop a small {
    font-size: 1.8rem;
    font-family: "Egyptienne F LT Std", serif;
    font-weight: bold;
    line-height: 1.2;
}

.desk-head__logo {
	margin-right: 1.5rem;
}
.desk-head__nav a {
	margin: 0 0.7vw;
}
.desk-head__nav a small,
.desk-head__drop a small {
    font-size: 2.1rem;
	letter-spacing: 0.02em;
/*     letter-spacing: -1px; */
}

.desk-head__nav a em,
.desk-head__drop a em {
    font-size: 1.3rem;
    font-family: kozuka-mincho-pro, "kozuka-mincho-pro", "游明朝", YuMincho,
        "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    line-height: 1.5;
}

.desk-head__nav .nav-item-news{
	display:none;
}

@media (max-width: 900px) {
    .desk-head {
        display: none;
    }
}

.nav-item-lang{
	margin-left: 1rem;
	position: relative;
    z-index: 2;
}
.nav-item-lang > *{
	display: block;
	font-family: "Egyptienne F LT Std", serif;
	font-weight: bold;
	line-height: 1.2;
	text-align:center;
	padding-top: 0rem;
}
.desk-head__nav .nav-item-lang > *{
	font-size: 2.0rem;
	line-height: 1;
	padding-top: 0rem;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.desk-head__nav .nav-item-lang hr{
	margin:0.2em 0 0.5em;
}
.nav-item-lang > *::before,
.nav-item-lang > *:hover::before{
	display: none;
}
@media (min-width: 901px) {
	.desk-head__drop .nav-item-lang{
		display:none;
	}
}
@media (max-width: 900px) {
	.nav-item-lang{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nav-item-lang > * {
        padding: 0.3em 1em;
        border-bottom:0 !important;
    }
    .nav-item-lang > span {
        border-right: 1px solid #000;
    }
    .nav-item-lang hr {
        display: none;
    }
}

.desk-head__wrap .mob-head__bttn{
	margin-left: 2rem;
	position: relative;
    z-index: 2;
}
.desk-head__wrap .mob-head__bttn button img{
	width: 4.8rem;
}
@media (max-width: 900px) {
	.desk-head__wrap .mob-head__bttn{
		display:none;
	}
}

.desk-head__drop {
    display: block;
    width: 100%;
    height:100vh;
    position: absolute;
    left: 0;
    right: 0;
    top: -100vh;
    z-index: 1;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    background: #fff;
    padding: 180px 0 0;
    overflow-y: auto;
}
html.js-navi-open .desk-head__drop {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.desk-head__drop-inner{
	max-width:1300px;
	width:95%;
	margin:0 auto;
}
.desk-head__drop-inner-menu-top .menu-group-top-inner,
.desk-head__drop-inner-menu-top .menu-group-bottom-inner{
	display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
}
.desk-head__drop-inner-menu-top .menu-group-top-inner > *,
.desk-head__drop-inner-menu-top .menu-group-bottom-inner > *{
/* 	width:100%; */
}
.desk-head__drop-inner-menu-top .menu-group-bottom{
	display: flex;
    justify-content: space-between;
}
.desk-head__drop-inner-menu-top .menu-group-bottom-inner{
/* 	width: calc(33.333% - 15px); */
	margin:0;
}
.desk-head__drop-inner-menu-top .menu-item ul{
	padding:0;
	margin:0;
	list-style:none;
	padding-left:0.3em;
	margin-top: 1.3em;
}
.desk-head__drop-inner-menu-top .menu-item ul li{
	font-size:13px;
}
.desk-head__drop-inner-menu-top .menu-item ul li + li{
	margin-top:0.8em;
}
.desk-head__drop-inner-menu-top .menu-item ul li a{
	display:flex;
	align-items:flex-start;
}
.desk-head__drop-inner-menu-top .menu-item ul li a::before{
	content:"";
	display:inline-block;
	width:4px;
	height:4px;
	background:#CC1820;
	margin-top: 0.65em;
	margin-right:0.8em;
}

.desk-head__drop-inner-menu-bottom{
	width:100%;
	background:#CC1820;
	padding:30px 0;
	margin-top: 30px;
}
.desk-head__drop-inner-menu-bottom ul{
	display:flex;
	justify-content: center;
	gap:30px;
	max-width:1300px;
	width:95%;
	padding:0;
	margin:0 auto;
	list-style:none;
}
.desk-head__drop-inner-menu-bottom ul li{
	width:100%;
	max-width: 3000px;
}

@media (max-width: 900px) {
	.desk-head__drop-inner{
		width:100%;
	}
	
	html.js-navi-open .mob-head__drop{
		height: calc(100svh - 80px);
		overflow-y: auto;
	}
	.desk-head__drop-inner-menu-top .menu-group-top-inner,
	.desk-head__drop-inner-menu-top .menu-group-bottom-inner,
	.desk-head__drop-inner-menu-top .menu-group-bottom{
		display: block;
	}
	.desk-head__drop-inner-menu-top .menu-group-top-inner{
		margin-bottom:0;
	}
	.desk-head__drop-inner-menu-top .menu-item ul{
		display:none;
	}
	.desk-head__drop-inner-menu-top .menu-group-bottom-inner{
		display:flex;
		gap:0;
		border-bottom: 1px solid #000;
		margin-bottom: 1.0em;
	}
	.desk-head__drop-inner-menu-top .menu-group-bottom-inner > *{
		width:100%;
	}
	.desk-head__drop-inner-menu-top .menu-group-bottom-inner > * a{
		display:block;
		width:100%;
		padding: 1em;
	}
	.desk-head__drop-inner-menu-top .menu-group-bottom-inner > * a em{
		display:none;
	}
	
	.desk-head__drop-inner-menu-top .nav-item-lang{
		margin-bottom: 1em;
	}
	
	#sns-icon-group{
		margin-bottom: 1.5em;
	}
	
	.desk-head__drop-inner-menu-bottom {
	    padding: 5% 0 25%;
	}
	.desk-head__drop-inner-menu-bottom ul{
		flex-wrap: wrap;
		gap: 10px;
		width: 90%;
	}
	.desk-head__drop-inner-menu-bottom ul li {
	    width: calc(50% - 5px);
	}
}


/* Hero
----------------------------------------------- */

/* 20220623オープン時 */
.hero{
/* 	min-height:550px; */
	height:calc(100vh - 120px);
	max-height:850px;
/* 	margin-top: -10px; */
}
.text-slide-wrap{
	max-width: 114rem;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}
.text-slide-wrap .text-slide{
	padding:0;
	margin:0;
	list-style:none;
}
.text-slide-wrap .slick-slide img {
	max-height: 50px;
}


.hero {
    background: url("img/pattern-bg.png") repeat-x #fff center center/auto 90%;
}

.hero .slick-dots {
    display: none !important;
}

.hero__wrap {
    position: relative;
    max-width: 114rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
}

.hero__tit {
    position: absolute;
    z-index: 1005;
    height: 100%;
    width: 10%;
    min-width: 6rem;
    right: 15%;
    top: 0;
    bottom: 0;
    background: #fff;
}

.hero__tit img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.hero__slider {
	max-height: 713px;
    list-style: none;
    padding-bottom: 0;
}

.hero__slide div {
    position: relative;
    padding-bottom: 150%;
    overflow: hidden;
}

.hero__slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.mv-swip{
	position:relative;
	margin-bottom: 8rem;
}
.swiper-container {
	width:100%;
	height:calc(100vh - 120px);
	max-height:850px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.swiper-wrapper{
}
.swiper-slide {

}

body.history_fixed {
    overflow: hidden;
}
body.history_fixed_none,
body.history_fixed.history_fixed_none {
    overflow: inherit;
}

.mv-copy{
	font-size: 3.6rem;
	font-weight: bold;
	font-family: kozuka-mincho-pro, "kozuka-mincho-pro", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #fff;
	padding: 35px 80px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	opacity:1;
	transition: all 500ms ease;
	pointer-events: none;
}

#js-page-banner{
	position:relative;
}
.mv-copy-wrap{
	opacity: 1;
	transition: all 0.75s ease;
	pointer-events: none;
}
.mv-copy{
	display:flex;
	justify-content: center;
	padding: 13px 25px 17px 25px;
	
	opacity: 0;
	width: 400px;
	height:105px;
	animation: fadeIn0 0s forwards;
	animation-delay: 1.5s;
}
.mv-copy img{
	height:75px;
}
.mv_text_01{
	opacity: 0;
	animation: fadeIn1 0s forwards;
	animation-delay: 1.5s;
}
.mv_text_02{
	opacity: 0;
	animation: fadeIn2 0s forwards;
	animation-delay: 2.1s;
}
.mv_text_03{
	opacity: 0;
	animation: fadeIn3 0s forwards;
	animation-delay: 2.7s;
}

body.history_fixed_none .mv-copy-wrap {
	opacity: 0 !important;
}
@keyframes fadeIn0 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#movie-player{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:calc(100vh - 120px);
	max-height:850px;
	pointer-events: none;
}
#movie-caption{
	color:#fff;
	position:absolute;
	left: 10px;
	bottom: 5px;
	z-index:1;
}

body.history_fixed_none .swiper-container {
	z-index: 0;
	display:none;
}
body.history_fixed_none .mv-copy{
	opacity:0;
}
body.history_fixed_none #movie-player {
	position: static;
}

@media (min-width: 900px) {
    .hero__slide div {
        padding-bottom: 66%;
    }
}

@media (max-width: 900px) {
	.mv-swip{
		overflow: hidden;
	}
	.text-slide-wrap {
		margin-top: 35px;
	}
    .text-slide-wrap .slick-slide img {
		max-height:none;
		width:50%;
	}
	.hero {
/* 		margin-top: -20px; */
	}
	.hero,
	.swiper-container,
	#movie-player{
		height:calc(100vh - 200px);
	}
	#movie-player{
		transform: scale(2.8);
	}
	#movie-caption {
		font-size: 0.7em;
	}
	.mv-copy{
		width:75%;
		font-size: 2.2rem;
		text-align:center;
		padding: 25px 35px;
	}
	
	.mv-copy{
		width: 200px;
		height:45px;
		padding: 10px 15px 12px;
		box-sizing: content-box;
	}
	.mv-copy img{
		height:45px;
	}
}


/* Second Hero
----------------------------------------------- */
.slick-slider {
/* 	display: none; */
	opacity: 0;
	transition: opacity .25s ease;
}
.slick-slider.slick-initialized {
/* 	display: block; */
	opacity: 1;
}


.second-hero {
	display: flex;
	align-items: center;
	height: 250px;
    padding-left: 2rem;
    padding-right: 2rem;
    background: url("img/pattern-bg.png") repeat-x center center/auto 100%;
    margin-bottom: 5rem;
}
body.fringe-program .second-hero,
body.fringe-selection-program .second-hero,
body.fringe-showcase-program .second-hero,
body.fringe-street-program .second-hero{
	background-image:url("img/pattern-bg_fringe.png");
}
body.talk-workshop-program .second-hero,
body.event-program .second-hero,
body.related-program .second-hero,
body.talk-program .second-hero{
	background-image:url("img/pattern-bg_related.png");
}
body.meet-up-program .second-hero{
/* 	background-image:url("img/pattern-bg_meet-up.png"); */
}


.second-hero__wrap {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.second-hero__img {
    width: 100%;
/*     margin-right: -2.5rem; */
    padding-top: 3.6rem;
    padding-bottom: 2.5rem;
    position: relative;
}
.second-hero__img .u-caption{
	position: absolute;
	right: 0;
}

.second-hero__slide{
    width: 100%;
    padding-bottom: 2.5rem;
}

.second-hero__slide .slick-slider{
	padding-bottom:0;
}
.second-hero__slide .slick-slider .slick-dots{
	bottom: -2rem;
}

.second-hero__slide .slick-list{
    overflow:hidden;
}

.second-hero__img > div,
.second-hero__slide .slick-slide > div {
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;

    background: #fff;
}

.second-hero__img img,
.second-hero__slide .slick-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}


.second-hero__tit {
    flex-shrink: 0;
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 90%;
    text-align: center;
    background: #fff;
    padding: 1.5em 1.5em;
    margin: 0 auto;
}

/* .second-hero__tit:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
} */

.second-hero__tit > div {
    position: relative;
    min-width: 3em;
    z-index: 2;
/*
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
*/
}

.second-hero__tit p {
    font-size: 2.6rem;
}

.second-hero__tit h1 {
    font-size: 1.4rem;
}

@media (min-width: 900px) {
    .second-hero {
/* 		height: 380px; */
		height: 333px;
        padding-left: 0;
        padding-right: 0;
        background-size: auto calc(100% - 0rem);
    }
    .single-program-event .second-hero{
	    margin-bottom:30px;
    }
    .second-hero__wrap {
        max-width: 119.2rem;
        padding-left: 5.2rem;
        padding-right: 5.2rem;
    }
    .second-hero__img,
    .second-hero__slide {
        max-width: 50rem;
/*         margin-right: 25%; */
        padding-top: 0;
        padding-bottom: 0;
    }
	.second-hero__slide{
	    max-height: 333px;
	}
    .second-hero__tit {
        padding: 2em 4em;
    }
    .second-hero__tit p {
        font-size: 2.2rem;
    }
    .second-hero__tit h1 {
        font-size: 1.4rem;
    }
}

@media (min-width: 1050px) {
    .second-hero__tit {
        
    }
}

@media (max-width: 900px) {
	.single-program .second-hero{
		margin-bottom: 3rem;
	}
	.second-hero__img,
	.second-hero__slide {
		margin-right: 1.0rem;
	}
	.second-hero__slide,
	.second-hero__img {
/*
		max-width: 65.5vw;
		padding-top: 3.6rem;
*/
		max-width: 90%;
		padding-top: 0rem;
		margin:0 auto;
	}
}

/* Ticket Banner
----------------------------------------------- */
.ticket-banner {
    display: block;
    position: fixed;
    z-index: 2;
    -webkit-transition: none;
    transition: none;
    transition: all .15s ease;
    opacity: 1;
}

.ticket-banner a {
    display:block;
}
.ticket-banner a:hover {
    opacity: 0.7;
}

@media (min-width: 900px) {
	.ticket-banner,
	.ticket-banner a,
	.ticket-banner img {
	    border-radius:50%;
	    overflow: hidden;
	}
}
@media (max-width: 899px) {
    .ticket-banner {
        /* SP */
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #000;
    }
    .ticket-banner img {
        height: 6rem;
        margin-left: auto;
        margin-right: auto;
    }
    .ticket-banner img:last-of-type {
        display: none;
    }
}

@media (min-width: 899px) {
    .ticket-banner {
        /* PC */
        right: 3rem;
        bottom: 3rem;
    }
    .ticket-banner img {
        width: 17rem;
        height: 17rem;
    }
    .ticket-banner img:first-of-type {
        display: none;
    }
}

/* Footer
----------------------------------------------- */
.footer {
    padding-bottom: 10rem;
}

.footer__wrap {
    width: 100%;
/*     max-width: 86rem; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6rem;
}

.footer__col {
    width: 100%;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.footer__col p {
	text-align: center;
    margin-bottom: 2em;
}

/*
.footer__col:nth-child(2) p {
    text-align: center;
}
*/

.footer__bttn {
    width: 100%;
    text-align: center;
}

.footer__nav {
    text-align: center;
}

.footer__nav a {
    display: inline-block;
    line-height: 2;
}

.footer__nav a:hover {
    opacity: 0.5;
}

.footer__nav a:not(:first-child):before {
    content: "｜";
}

.footer__nav small,
.footer__nav .nav-item-lang {
    display: none;
}

.footer__logo {
    display: block;
    margin: 3rem auto 5rem;
}

.footer__logo img {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
}

.footer__copy {
    font-size: 1.2rem;
    text-align: center;
}

@media (min-width: 900px) {
    .footer {
        padding-bottom: 5.5rem;
    }
    .footer__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__col {
        margin: 0;
    }
    .footer__col p {
        min-height: 3.2em;
    }
    .footer__bttn .o-bttn {
        width: 100%;
        font-size: 1.8rem;
    }
}

/* Dual Section
----------------------------------------------- */
.dual-section__cont {
    margin-bottom: 3rem;
}

.dual-section__img {
    width: 100%;
}

.dual-section__img img {
    margin-left: auto;
    margin-right: auto;
}

.dual-section__bttn {
    margin-top: 1em;
    width: 100%;
}

@media (min-width: 780px) {
    .dual-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .dual-section--reversed {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .dual-section__cont {
        width: 37rem;
        margin-right: 3rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .dual-section--reversed .dual-section__cont{
	    margin-right: 0rem;
	    margin-left: 3rem;
    }
    .o-wrapper--thick .dual-section__cont{
	    width: 40rem;
    }
    .dual-section__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50rem;
        flex: 0 1 55rem;
        max-width: 55rem;
    }
    .o-wrapper--thick .dual-section__img {
        -ms-flex-preferred-size: 65rem;
        flex-basis: 65rem;
        max-width: 60rem;
    }
    .dual-section__img img {
        width: 100%;
    }
    
    .dual-section__modelcourse{
	    width:45%;
        margin-right: 0rem;
    }
    
}

/* SNS (NEW)
----------------------------------------------- */
#sns-icon-group{
	display: flex;
	justify-content: center;
	margin-bottom: 2em;
}
.sns-icon-group-wrap{
	display: flex;
	justify-content: center;
}
.sns-icon-group-wrap + .sns-icon-group-wrap::before{
	content:"";
	display:block;
	height:100%;
	width:2px;
	background:#000;
	margin-left:1.2em;
	margin-right:2em;
}
.sns-icon-group-title{
	max-width: 60px;
	margin-right: 0.5em;
}
.sns-icon-wrap{
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 3.2rem;
	line-height: 1;
}
.sns-icon-wrap a{
	margin:0 0.35em;
}
.sns-icon-wrap a.icon_instagram{
/* 	color:#E1306C; */
}
.sns-icon-wrap a.icon_line{
/* 	color:#06c755; */
}
.sns-icon-wrap a.icon_twitter{
/* 	color:#1DA1F2; */
/* 	color:#000; */
}
.sns-icon-wrap a.icon_facebook{
/* 	color:#4267B2; */
}
.sns-icon-wrap a.icon_note{
/* 	color:#41c9b4; */
}
.sns-icon-wrap a.icon_note img{
	max-width: 22px;
}
@media (max-width: 900px) {
	#sns-icon-group{
		display: block;
	}
	.sns-icon-group-wrap + .sns-icon-group-wrap::before{
		display:none;
	}
	.sns-icon-group-wrap + .sns-icon-group-wrap{
		margin-top:1em;
	}
}


/* News
----------------------------------------------- */
.news-list {
    /* ul */
    list-style: none;
}

/* --- Home --*/
body.home .news-list__item {
    /* li */
    display: block;
}

body.home .news-list__item:not(:first-child) {
    margin-top: 0.65em;
}

body.home .news-list a {
    display: block;
    -webkit-transition: none;
    transition: none;
}

body.home .news-list a:hover {
    opacity: 0.5;
}

body.home .news-list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
/*     justify-content: flex-start; */
    justify-content: space-between;
}

body.home .news-list__wrap time,
body.home .news-list__wrap span {
    display: block;
    width: 7.5em;
}

body.home .news-list__title {
	width: calc(100% - 8.5em);
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
        "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* --- Archive --*/
body.page-news .news-list__item,
.post-type-archive-news .news-list__item {
    width: 100%;
    display: block;
    font-size: 1.5rem;
    padding-bottom: 1.5em;
    border-bottom: 1px solid currentColor;
}

body.page-news .news-list__item + .news-list__item,
.post-type-archive-news .news-list__item + .news-list__item {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 4.5rem;
    margin-top: 4.5rem;
}

body.page-news .news-list__item a,
.post-type-archive-news .news-list__item a {
    display: block;
    -webkit-transition: none;
    transition: none;
}

/* body.page-news .news-list__item a:hover {
    opacity: 0.7;
} */

body.page-news .news-list__img,
.post-type-archive-news .news-list__img {
    /* img */
    width: 100%;
    margin-bottom: 2rem;
}

body.page-news .news-list__wrap,
.post-type-archive-news .news-list__wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

body.page-news .news-list__label,
.post-type-archive-news .news-list__label {
    order: 1;

    margin-bottom: 0.4em;
    font-family: kozuka-mincho-pro, "kozuka-mincho-pro", "游明朝", YuMincho,
        "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body.page-news .news-list__label:before,
.post-type-archive-news .news-list__label:before {
    content: "【";
}

body.page-news .news-list__label:after,
.post-type-archive-news .news-list__label:after {
    content: "】";
}

body.page-news .news-list__time,
.post-type-archive-news .news-list__time {
    order: 2;
    margin-bottom: 0.4em;
}

body.page-news .news-list__title,
.post-type-archive-news .news-list__title {
    order: 3;

    margin-bottom: 0.7em;
    font-size: 1.8rem;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
        "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

body.page-news .news-list__text,
.post-type-archive-news .news-list__text {
    order: 4;

    margin-bottom: 0.7em;
}

body.page-news .news-list__bttn,
.post-type-archive-news .news-list__bttn {
    order: 5;

    margin-bottom: 0;
    min-width: 13em;
}

@media (min-width: 650px) {
    body.page-news .news-list__item > a,
	.post-type-archive-news .news-list__item > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    body.page-news .news-list__img,
	.post-type-archive-news .news-list__img {
/*         width: 50%; */
        width: 30%;
        max-width: 40rem;
        margin-right: 3rem;
        margin-bottom: 0;
    }

    body.page-news .news-list__wrap,
	.post-type-archive-news .news-list__wrap {
        width: 70%;
        flex-grow: 1;
    }
}

@media (min-width: 1000px) {
    body.page-news .news-list__item,
	.post-type-archive-news .news-list__item {
        padding-bottom: 0;
        border-bottom: none;
    }


    body.page-news .news-list__img,
	.post-type-archive-news .news-list__img {
        margin-right: 5rem;
    }

    body.page-news .news-list__time,
    body.page-news .news-list__title,
	.post-type-archive-news .news-list__time,
	.post-type-archive-news .news-list__title {
        margin-bottom: 1em;
    }

    body.page-news .news-list__text,
	.post-type-archive-news .news-list__text {
        margin-bottom: 1.6em;
    }
}

@media (max-width: 900px) {
	body.home .news-list__wrap{
		display:block;
	}
	body.home .news-list__title {
		width: 100%;
	}
}

/* Area Thumb Grid
----------------------------------------------- */
.area-thumb-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin-bottom: -4rem;
}

.area-thumb-grid__item {
    width: 18rem;
    margin: 0 2rem 4rem;
}

.area-thumb-grid__item a {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.area-thumb-grid__item a:before {
    content: "";
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}

.area-thumb-grid__item a:before,
.area-thumb-grid__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.area-thumb-grid__item img {
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 0.3s ease-in-out 0s;
}

.area-thumb-grid__item a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.area-thumb-grid__item p {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.area-thumb-grid__item p small {
    display: block;
    font-size: 0.75em;
    font-weight: 400;
}

@media (max-width: 550px) {
    .area-thumb-grid__item {
        width: calc(50% - 1rem);
        margin: 0 0 2rem;
        margin-left: 2rem;
    }

    .area-thumb-grid__item:nth-child(odd) {
        margin-left: 0;
    }
}

/* Program Archive Page 
----------------------------------------------- */
#program-lead{
	padding-top: 0rem;
}

.program-lead-btn-wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	margin-top:3em;
}
.program-lead-btn-wrap .o-bttn{
	display: block;
	min-width: 45%;
}

.program-archive-faves {
    width: 100%;
    margin: 3rem 0;
    text-align: center;
}
.program-archive-faves .o-bttn{
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	background:#fff;
/*
	background: #ce181e;
	border-color: #ce181e;
*/
	padding: 0.8em 1.4em;
}
.program-archive-faves .o-bttn:hover{
/* 	color: #ce181e; */
}

.program-cat-anchorlink{
	margin-bottom:60px;
}
.program-cat-anchorlink ul{
	display:flex;
	justify-content: space-around;
	gap: 0.8em;
	padding:0;
	margin:0;
	list-style:none;
}
.program-cat-anchorlink ul li{
	width:100%;
}
.program-cat-anchorlink ul a{
	display:flex;
	justify-content: center;
	align-items:center;
	text-align:center;
	height: 100%;
	line-height:1.2;
	color: #fff;
	font-family: "Egyptienne F LT Std",serif;
/* 	font-weight: 700; */
	padding:10px 15px;;
}
.o-bar-tit--red{
	background: #ce181e;
}

@media (min-width: 900px) {
	#program-lead{
		padding-top: 3rem;
	    padding-bottom: 4rem;
	}
}
@media (max-width: 899px) {
	.program-cat-anchorlink{
		overflow-x: scroll;
	}
	.program-cat-anchorlink ul{
		justify-content: flex-start;
	}
	.program-cat-anchorlink ul li:last-child{
		padding-right: 2em;
	}
	.program-cat-anchorlink ul a{
		min-width: 8em;
	}
}


/* Program Calendar
----------------------------------------------- */
.program-calender {
    margin-bottom: 3rem;
}

.program-calender__bttn {
    text-align: center;
}

@media (max-width: 549px) {
    .program-calender__bttn {
        margin-top: 3rem;
        text-align: center;
    }

    .program-calender__bttn .o-bttn {
        width: 100%;
    }

    .program-calender__bttn .o-bttn:last-child {
        margin-top: 0.4em;
    }
}

@media (min-width: 550px) {
    .program-calender {
        margin-bottom: 5rem;
    }

    .program-calender__bttn {
        margin-top: 5rem;
    }
}

@media (min-width: 900px) {
    .program-calender__bttn .o-bttn {
        min-width: 18em;
    }
}

/* Program Set Ticket
----------------------------------------------- */
.program-set-ticket {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}

.program-set-ticket__wrap {}

.program-set-ticket__lab {
    display: table;
    margin: 0 auto 1.3em;
    padding: 0 4em 0.8em;
    font-size: 1.8rem;
    border-bottom: 1px solid #404040;
}

.program-set-ticket__tit em {
    color: #ce181e;
}

.program-set-ticket__text br {
    display: none;
}

.program-set-ticket__bttn {
    margin-top: 2.5em;
}

@media (min-width: 800px) {
    .program-set-ticket__text br {
        display: block;
    }
}


/* Passport & Support Ticket
----------------------------------------------- */
#passport-support{
	margin-bottom:2px;
}
#passport-support .o-container{
	width:calc(100% - 1px);
	text-align:center;
	background: #f1f1f1;
}
#passport-support .o-container:first-child{
	margin-right:1px;
}
#passport-support .o-container:last-child{
	margin-left:1px;
}
@media (max-width: 799px) {
	#passport-support .o-container:first-child{
		margin-right:0px;
		margin-bottom:2px;
	}
	#passport-support .o-container:last-child{
		margin-left:0px;
	}
	#passport-support .o-container p{
		font-size:0.9em;
	}
}


/* Program Filter 
----------------------------------------------- */
.program-filter {
    width: 100%;
/*     margin: 3rem 0; */
}

/* Interactivity / Mobile */
.filter-sptit {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 0.6em 1em 0.6em;
    font-weight: 800;
    background: #fff;
    color: #ce181e;
    border: 2px solid currentColor;
    cursor: pointer;
}

.filter-sptit i {
    position: absolute;
    display: block;
    right: 1em;
    transition: transform 180ms ease;
}

.searchandfilter > ul {
    max-height: 0;
    transition: max-height 800ms ease;
    overflow: hidden;
}

.js-opened + .searchandfilter-wrap .searchandfilter > ul{
    max-height: 1500px;
}

.filter-sptit.js-opened i {
    transform: rotate(180deg);
}

.filter-sptit + .searchandfilter-wrap {
    max-height: 1500px;
}

.searchandfilter-wrap{
	position:relative;
	overflow: hidden;
}
.searchandfilter-wrap .about-pass-link{
	position:absolute;
	top: 7px;
	right:0;
	margin:0 !important;
}
.searchandfilter-wrap .about-pass-link a{
	font-size: 1.2rem;
	color:#000;
	text-decoration:underline;
}

@media (min-width: 900px) {
	#program-search{
		padding-bottom: 5rem;
	}
	
    .filter-sptit {
        display: none;
    }

    .searchandfilter > ul {
        max-height: none;
    }
}
@media (max-width: 899px) {
    #program-search .program-filter .o-sect-title {
        display: none;
    }
	.searchandfilter-wrap .about-pass-link{
		top: 16.5rem;
	}
}

/* --- Design --- */
.filter-sptit,
.searchandfilter {
    font-family: ryo-display-plusn, serif;
}

/* Category */
.searchandfilter {
    font-weight: 500;
}

.searchandfilter > ul > li { 
    padding: 0 !important;
/*     border: 1px solid #ce181e; */
}

.searchandfilter > ul > li > h4 {
    margin-bottom: 0.6em;
    padding: 0.6rem 1rem;
    text-align: center;
/*
    color: #fff;
    background: #ce181e;
*/
}

.searchandfilter > ul > li > ul {
    padding: 0.4rem 0;
}

/* Item */
.searchandfilter .sf-level-0 { /* li */
    padding: 0.3em 1em;
    letter-spacing: 0;
}

.searchandfilter .sf-level-0 input,
.searchandfilter .sf-level-0 label {
    cursor: pointer;
}

.program-filter .searchandfilter > ul > li > h4 {
    padding: 1.0rem 0;
	background: #fff;
	border: 1px solid #000;
}

.program-filter .searchandfilter li.sf-field-search > label{
	width:100%;
}
.program-filter .searchandfilter li.sf-field-search > label .sf-input-text{
	width: 100%;
	height:100%;
	padding: 5px 15px;
}

@media (min-width: 600px) {
    .searchandfilter > ul {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .searchandfilter > ul > li {
        width: calc(50% - 0.5rem);
    }

    .searchandfilter > ul > li {
        margin-top: 1rem;
    }

    .searchandfilter > ul > li > h4 {
        margin-bottom: 0;
    }
    
	.program-filter .searchandfilter li.sf-field-search{
		align-items: stretch;
	}
	.program-filter .searchandfilter li.sf-field-search > label{
/* 		width: 80%; */
		width: calc(100% - 200px);
		padding: 0px 0 0px 25px;
	}

}

@media (min-width: 900px) {
    .searchandfilter > ul > li { 
        padding: 0 !important;

    }

    .searchandfilter .sf-level-0 { /* li */
        padding: 0.6em 0;
    }

    .searchandfilter > ul > li > ul {
        padding: 0.8rem 0 2rem 1.6rem;
        margin-top: -5px;
    }
    
    .program-filter .searchandfilter li.sf-field-search{
	    width:60%;
	    margin-bottom: 20px;
    }
    .program-filter .searchandfilter li.sf-field-post-meta-program_passport_respond{
	    width:38%;
	    margin-bottom: 20px;
    }
    .program-filter .searchandfilter li.sf-field-post-meta-program_passport_respond h4{
	    width: 150px;
    }
    .program-filter .searchandfilter li.sf-field-post-meta-program_passport_respond ul{
	    width: calc(100% - 150px);
	    margin-top: 0.5em;
    }
    .program-filter .searchandfilter li.sf-field-post-meta-program_passport_respond ul li{
	    width: 100%;
    }
}

@media (max-width: 899px) {
	#program-search{
		padding-bottom:10px;
		position: relative;
	}
}

@media (max-width: 599px) {
    .searchandfilter > ul > li > ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .sf-field-taxonomy-program_type > ul > li {
        width: 50% !important;
    }

    .searchandfilter .sf-level-0 {
        width: 33.3%;
    }
}

@media (max-width: 500px) {
    .sf-field-taxonomy-program_type > ul > li {
        width: 100% !important;
    }

    .searchandfilter .sf-level-0 {
	    display: flex;
        width: 48%;
        line-height: 1.2;
        padding: 0.3em 0em;
    }
    .searchandfilter li[data-sf-field-input-type="checkbox"] label,
    .searchandfilter li[data-sf-field-input-type="radio"] label,
    .searchandfilter li[data-sf-field-input-type="range-radio"] label,
    .searchandfilter li[data-sf-field-input-type="range-checkbox"] label{
	    padding-left: 7px !important;
    }
}




.program-filter .searchandfilter > ul > li{
	margin-bottom:1em;
}

@media (min-width: 600px) {
	.program-filter .searchandfilter ul li {
	    
	}
	.program-filter .searchandfilter > ul > li {
		display: flex;
	    flex-wrap:wrap;
	    align-items: flex-start;
	    width: 100%;
	    margin-bottom: 15px;
	}
	.program-filter .searchandfilter > ul > li > h4 {
	    width: 200px;
	}
	.program-filter .searchandfilter .sf-level-0 {
		width: 16.6666%;
	    padding: 0;
	    margin-right: 0;
	}
	.program-filter .searchandfilter .sf-field-taxonomy-program_type .sf-level-0,
	.program-filter .searchandfilter .sf-field-taxonomy-program_tags .sf-level-0{
		width:33.333%;
	}
	.program-filter .searchandfilter .sf-field-taxonomy-program_genre .sf-level-0{
		width:20%;
	}
	.program-filter .searchandfilter > ul > li > ul {
		display:flex;
	    flex-wrap:wrap;
	    width: 80%;
/* 	    border-left:1px solid rgba(0,0,0,0.5); */
	    padding: 0px 0 5px 25px;
	}
	.program-filter .searchandfilter li[data-sf-field-input-type="checkbox"] label{
		padding-left: 5px;
	}
}


/* Program Grid Titlt
----------------------------------------------- */
.term-description{
	margin-top: -1.5em;
	margin-bottom: 4.0em;
}
@media (max-width: 599px) {
	.term-description{
		margin-bottom: 2.0em;
	}
}

/* Program Grid 
----------------------------------------------- */
@media (max-width: 599px) {
	.program-grid{
		padding-top: 4rem;
	}
    .program-grid > * {
        margin-left: auto;
        margin-right: auto;
    }
    .program-grid > *:not(:first-child) {
        margin-top: 7rem;
    }

	.program-grid.swiper-wrapper > * {
        margin-left: 0;
        margin-right: 0;
    }
    .program-grid.swiper-wrapper > *:not(:first-child) {
        margin-top: 0rem;
    }
}

@media (min-width: 600px) {
    .program-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
/*
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
*/
/*
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
*/
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 4rem;
        margin-bottom: -4rem;
    }
    .program-grid > *,
    .program-grid--quad .tag-selection {
        width: calc(33.3% - 2.5rem);
/*         margin-right: 4rem; */
/*         margin-bottom: 4rem; */
        margin-bottom: 6rem;
    }
    .program-grid > *.dummy{
	    margin-bottom: 0;
    }
    .program-grid > *:nth-child(2n) {
        margin-right: 0;
    }
    .program-grid > *:last-child {
        margin-right: 0 !important;
    }
}

@media (min-width: 1000px) {
    .program-grid--trip > *,
    .program-grid--quad > * {
        width: calc(33.3% - 2.7rem);
    }
    .program-grid--trip > *:nth-child(2n),
    .program-grid--quad > *:nth-child(2n) {
/*         margin-right: 4rem; */
    }
    .program-grid--trip > *:nth-child(3n),
    .program-grid--quad > *:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .program-grid--quad > * {
        width: calc(25% - 3rem);
    }
    .program-grid--quad > *:nth-child(3n) {
/*         margin-right: 4rem; */
    }
    .program-grid--quad > *:nth-child(4n) {
        margin-right: 0;
    }
}

/* Program Item 
----------------------------------------------- */

.program-stub.program_closed .o-thumb-wrapper{
	position:relative;
}
.program-stub.program_closed .o-thumb-wrapper::before{
	content:"Closed";
	display:flex;
	justify-content: center;
	align-items:center;
	font-size: 2.4rem;
    letter-spacing: .05em;
	font-family: "Egyptienne F LT Std", serif;
    font-weight: 700;
    line-height: 1;
	color:#fff;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
	padding: 10px 20px 5px;
    border: 2px solid #fff;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.program-stub.program_closed .o-thumb-wrapper::after{
	content:"";
	width:100%;
	height:100%;
	background:rgba(100, 100, 100, .75);
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
}
.program-stub.program_closed .program-stub__area-faves{
	opacity:0.5;
}

.program-item {
    max-width: 32rem;
}

.program-item > a {
    display: block;
}

.program-item > a:hover {
    opacity: 0.7;
}

.program-item__img {
    width: 100%;
    margin-bottom: 1em;
}

.program-item__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.6em;
    font-weight: bold;
}

.program-item__type {
/*     text-transform: uppercase; */
    margin-right: 1em;
}

.program-item__date {
    text-transform: lowercase;
}

.program-item__tit,
.program-item__subtit {
    font-weight: bold;
}

.program-item__tit {
    line-height: 1.2;
    font-size: 2.0rem;
}

.program-item__subtit {
/*     display: none; */
}

.program-item__text {
    display: none;
}

@media (min-width: 600px) {
    .program-item__subtit,
    .program-item__text {
        display: block;
    }
    .program-item__subtit {
        margin-top: 0.4em;
    }
    .program-item__text {
        margin-top: 0.75em;
        color: #000;
    }
}

.program-stub > a {
    display: block;
}

.program-stub > a:hover {
    opacity: 0.5;
}

.program-stub__area-faves {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.4em;
    
    position: absolute !important;
    z-index: 2;
    cursor: pointer;
    background: transparent !important;
	padding-bottom: 0 !important;
}

.program-stub__area-faves .faves-wrap {
/*     margin-left: 1em; */
}
.post-type-archive-program .program-stub__area-faves .faves-wrap{
	position:relative;
}

.program-stub__areas {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.program-stub__area {
    border-left: 5px solid currentColor;
}

.program-stub__area + .program-stub__area {
    margin-left: 0.5em;
}

.program-stub__area span {
    display: block;
    padding: 0.3em 0.6em;
    color: #000;
}

.program-stub__wrap{
/* 	height:100%; */
}

.program-stub__img {
    margin-bottom: 1.5rem;
    position: relative;
}

.program-stub__img img {
    width: 100%;
}

.program-stub__img .o-bttn {
    display: none;
}

.program-stub__content {
/*     margin-top: 1rem; */
}

.program-stub__content .btn-wrap .o-bttn {
	min-width: 80%;
	width:auto;
	margin: 0;
}


.program-stub__tit,
.program-stub__subtit,
.program-item__tit,
.program-item__subtit {
	color:#ce181e;
/*
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
        "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
*/
}
/* Fringe Color オレンジ */
body.fringe-program .program-head__title,
body.fringe-program .program-head__sub,
body.fringe-program .o-detail a,
body.fringe-program .program-body-content a,
body.fringe-selection-program .program-head__title,
body.fringe-selection-program .program-head__sub,
body.fringe-selection-program .o-detail a,
body.fringe-selection-program .program-body-content a,
body.fringe-showcase-program .program-head__title,
body.fringe-showcase-program .program-head__sub,
body.fringe-showcase-program .o-detail a,
body.fringe-showcase-program .program-body-content a,
body.fringe-street-program .program-head__title,
body.fringe-street-program .program-head__sub,
body.fringe-street-program .o-detail a,
body.fringe-street-program .program-body-content a,
.fringe .program-stub__tit,
.fringe .program-stub__subtit,
.fringe-selection .program-stub__tit,
.fringe-selection .program-stub__subtit,
.fringe-street .program-stub__tit,
.fringe-street .program-stub__subtit,
.fringe-showcase .program-stub__tit,
.fringe-showcase .program-stub__subtit {
	color:#dc712a;
}
/* ムラサキ */
body.related-program .program-head__title,
body.related-program .program-head__sub,
body.related-program .o-detail a,
body.related-program .program-body-content a,
body.talk-program .program-head__title,
body.talk-program .program-head__sub,
body.talk-program .o-detail a,
body.talk-program .program-body-content a,
body.talk-workshop-program .program-head__title,
body.talk-workshop-program .program-head__sub,
body.talk-workshop-program .o-detail a,
body.talk-workshop-program .program-body-content a,
body.event-program .program-head__title,
body.event-program .program-head__sub,
body.event-program .o-detail a,
body.event-program .program-body-content a,
.related .program-stub__tit,
.related .program-stub__subtit {
	color:#851c7f;
}
/* ピンク */
body.meet-up-program .program-head__title,
body.meet-up-program .program-head__sub,
body.meet-up-program .o-detail a,
body.meet-up-program .program-body-content a,
.pink .program-stub__tit,
.pink .program-stub__subtit {
/* 	color:#d62165; */
}

.program-stub__type {
    margin-bottom: 0.4em;
    text-transform: uppercase;
}

.post-type-archive-program-event .program-stub__type {
    display: none;
}

.program-stub__tit {
    margin-bottom: 0.4em;
    font-size: 1.7rem;
    font-weight: 400;
}

.spot-list .program-stub__tit {
    font-size: 2.0rem;
    color:#000;
}

.program-stub__tit small {
    font-size: 0.75em;
}

.program-stub__subtit {
    margin-bottom: 1em;
    font-size: 1.6rem;
    font-weight: 400;
}

.program-stub__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0.6em;
    font-size: 1.3rem;
    color: #000;
}

.program-stub__tags > li {
    display: block;
    margin: 0 0.3em;
}

.program-stub__tags > li:before {
    content: "＃";
}

.program-stub .o-bttn {
    width: 100%;
    margin-top: 0.8em;
}

.program-stub__excerpt {
    margin-top: 0.75em;
    font-size: 14px;
    color: #000;
}

.program-stub__detail_area ul{
	padding:0;
	margin:0;
	list-style:none;
}
.program-stub__detail_area ul li{
	display:inline;
}
.program-stub__detail_area ul li::before{
	content:"、";
}
.program-stub__detail_area ul li:first-child::before{
	display:none;
}


.program-stub--vert .program-stub__wrap{
	position:relative;
/* 	padding-bottom:65px; */
}
.program-stub--vert .program-stub__wrap .o-bttn{
/*
	position:absolute;
	bottom:0;
	left:0;
*/
}

.program-stub__date-tag,
.shop__title-tag{
	display:flex;
	justify-content: space-between;
	margin-bottom: 0.8em;
}
.shop__title-tag{
	margin-bottom:0;
}
.program-stub__date-tag .tag,
.shop__title-tag .tag{
	display:flex;
	align-items: flex-start;
}
.program-stub__date-tag .tag{
	position: absolute;
	top: -1.8em;
	left: 0;
}
.program-stub__date-tag .tag span,
.shop__title-tag .tag span{
	display:block;
	font-size:0.7em;
	line-height:1.2;
	white-space: nowrap;
	border:1px solid #000;
	background:#fff;
	padding:3px 10px;
	border-radius:15px;
	margin-left:5px;
}
.program-stub__date-tag .tag span:first-child,
.shop__title-tag .tag span:first-child{
	margin-left:0px;
}

.program-stub__sns{
	display: flex;
	align-items: center;
	padding:0;
	margin:0.5em 0 0;
	list-style:none;
	font-size: 2.2rem;
}
.program-stub__sns > *{
	margin-left:0.8em;
}
.program-stub__sns > *:first-child{
	margin-left:0;
}
.program-stub__sns .web img{
	width:20px;
}


@media (min-width: 900px) {
    .program-stub--split .program-stub__content .o-bttn {
        display: none;
    }
    .program-stub--split .program-stub__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .program-stub--split .program-stub__img {
        width: 230px;
    }
    .program-stub--split .program-stub__img .o-bttn {
        display: block;
    }
    .program-stub--split .program-stub__content {
        width: calc(100% - 230px - 1.8rem);
        margin-left: 1.8rem;
    }
}

@media (max-width: 899px) {
	.post-type-archive-program .o-container {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.spot-list .program-stub__img {
	    margin-bottom: 0.5rem;
	}
	.spot-list .program-stub__tit {
	    font-size: 1.8rem;
	}
}

.program-artist-wrap .text dt{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:0.75em;
}

.subsidy-wrap{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.subsidy-wrap p{
	font-size:0.8em;
	margin:0 5px;
}
.subsidy-wrap .subsidy-text,
.subsidy-wrap .text{
	margin-top:10px;
}



/* WP Favorite Posts
----------------------------------------------- */
.faves-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    color: #ce181e;
}

/* Area Archive
----------------------------------------------- */
.area-item__venues {
    width: 100%;
    margin-top: 1em;
}

.area-item__venues ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.area-item__venues ul > li:not(:first-child):before {
    content: "／";
}

.area-item__taglist {
    /* ul */
    width: 100%;
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.area-item__taglist > li {
    display: block;
    margin: 0 0.5em;
}

.area-item__taglist > li:before {
    content: "＃";
}

/* Program Head
----------------------------------------------- */
.program-head {
    margin-bottom: 4rem;
    text-align: center;
}

.program-head__title,
.program-head__sub/*
,
.program-head__type
*/ {
    color: #ce181e;
}

.program-head__type {
    margin-bottom: 1.2em;
    font-size: 1.6rem;
/*     text-transform: uppercase; */
	letter-spacing: 0.025em;
	line-height: 1.4;
}
.program-head__type .ja {
    font-size: 0.75em;
}

.program-head__title {
    font-size: 2rem;
    margin-bottom: 0.4em;
}

.program-head__sub {
    margin-bottom: 1.5em;
    font-size: 1.8rem;
}

.program-head__meta {
    width: 100%;
    font-size: 1.2rem;
}

@media (min-width: 390px) {
    .program-head__meta {
        font-size: 1.4rem;
    }
}

@media (min-width: 500px) {
    .program-head__meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 650px) {
    .program-head__meta {
        font-size: 1.6rem;
    }
}

.program-head__areas {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.4em;
}

.program-head__area {
    border-left: 5px solid currentColor;
}

.program-head__area + .program-head__area {
    margin-left: 0.8em;
}

@media (min-width: 450px) {
}

.program-head__area span {
    display: block;
    padding: 0.3em 0.6em;
    color: #000;
}

.program-head__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.program-head__tags > li {
    display: block;
    margin: 0 0.45em;
}

.program-head__tags > li:before {
    content: "＃";
}

@media (min-width: 900px) {
    .program-head {
        margin-bottom: 5.5rem;
    }
    .program-head__title {
        font-size: 3rem;
    }
    .program-head__sub {
        font-size: 2.4rem;
    }

    .program-head__type {
        font-size: 2rem;
    }
}

/* Program Body
----------------------------------------------- */
.program-body,
.program-prose {
    margin-bottom: 4rem;
}

@media (min-width: 900px) {
    .program-body {
/*         margin-bottom: 6rem; */
    }
}

.program-body {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

.program-body__img,
.program-body__content {
    width: 100%;
}

.program-body__details{
/*
	display:flex;
	flex-wrap:wrap;
*/
/* 	column-count: 2; */
}
.program-body__details > *{
/* 	width:50%; */
}

.program-body__details .o-detail p{
/* 	break-inside: avoid; */
}
.program-body__details > p:not(:first-child) {
    margin-top: 0.4em;
    font-size: 1.4rem;
}

.o-detail .o-detail-p p + p,
.o-detail-p p + p{
	margin-top:1em;
}

.program-body__bttn {
    width: 100%;
    max-width: 35rem;
/*     margin: 3rem auto 0; */
    margin: 0 auto 0;
}

.program-body__bttn + .program-body__bttn{
	margin-top:1em;
}
.program-stub .program-body__bttn + .program-body__bttn{
	margin-top:0em;
}

.non-txt .program-body__bttn {
	margin-top: 2em;
	margin-bottom: 6rem;
}

.program-body__bttn .o-bttn {
    width: 100%;
}

.program-body__img .u-caption{
	width:100%;
/*
	font-size: 1.1rem;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
	position: absolute;
	right: 7px;
	bottom: 3px;
*/
}

.program-detail-btn-wrap{
	margin-top:5rem;
}

.program-detail-artist-wrap{
/* 	margin-bottom: 8rem; */
}
.program-detail-artist-wrap .program-body__img,
.program-detail-artist-wrap .text{
	font-size: 0.95em;
	line-height: 1.7;
}

.program-detail-contents-sub{
	border-top:1px solid #000;
	margin-bottom: 8rem;
}
.program-detail-contents-sub dl{
	border-bottom:1px solid #000;
}
.program-detail-contents-sub dl dt{
	padding:1.5em 0;
	margin-bottom:0em;
}
.program-detail-contents-sub dl dd{
	font-size:0.95em;
}

.program-detail-contents-sub.accordion .accordion_one .accordion_header > div{
	right: 1%;
}
.program-detail-contents-sub.accordion .accordion_one .accordion_header > div > span{
	background: transparent;
}
.program-detail-contents-sub.accordion .accordion_one .accordion_header > div > span::before,
.program-detail-contents-sub.accordion .accordion_one .accordion_header > div > span::after{
	background: #000;
}
.program-detail-contents-sub.accordion .accordion_one .accordion_inner{
	padding-top: 0.5rem;
	padding-bottom:1.5em;
}
.program-detail-contents-sub.accordion .accordion_one .accordion_inner a{
	word-break: break-all;
}

@media (min-width: 900px) {
    .program-body {
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
/*     .program-body__img, */
    .program-body__content,
    .program-body .program-prose {
        width: calc(50% - 3rem);
    }
    .program-body__img {
        /* offsetslick */
/*         margin-bottom: -4rem; */
    }
    .program-body__content {
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
	.program-body__details{
		column-count: 2;
	}
	.program-body__details .o-detail p{
		break-inside: avoid;
	}
	
	.program-detail-artist-wrap{
		display:flex;
		justify-content: space-between;
	}
	.program-detail-artist-wrap .program-body__img,
	.program-detail-artist-wrap .text{
		width:48%;
	}
	.program-detail-artist-wrap.no-artist-photo .text{
		width:100%;
	}
}

/* Embedded Programs
----------------------------------------------- */
.program-embedded {
    margin-bottom: 2rem;
}



/* Subsidy Logo
----------------------------------------------- */
.subsidy_logo-wrap{
	margin-top:1em;
/* 	margin-bottom:30px; */
}
.subsidy_logo{
	display:flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	
	padding:0;
	margin:0;
	list-style:none;
}
.subsidy_logo_top{
	margin-bottom:10px;
}
.subsidy_logo li{
	margin-right:0.5em;
	margin-bottom: 5px;
}
.subsidy_logo li:last-child{
	margin-right:0;
}
.subsidy_logo li img{
	max-width: none;
	height:30px;
}



/* Program Fave button
----------------------------------------------- */
.program-fave-bttn .ccc-favorite-post-toggle {
    margin-top: 2rem;
    text-align: center !important;
}

.program-fave-bttn .ccc-favorite-post-toggle-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1em;
    background: #ce181e;
    border-radius: 200vh;
    color: #fff;
}

.program-fave-bttn .ccc-favorite-post-toggle-button:before {
    color: #fff !important;
}

.program-fave-bttn .ccc-favorite-post-toggle-button span {
    display: inline-block !important;
    margin-left: 0.5em;
}

/* More Programs
----------------------------------------------- */
.more-programs {
    margin-top: 4rem;
    margin-bottom:8rem;
}

.more-programs__title {
    margin-bottom: 2.5em;
    font-size: 2rem;
    text-align: center;
}

.more-programs .program-item__meta{
	font-size: 0.9em;
/* 	font-weight:normal; */
	margin-bottom: 0.8em;
}
.more-programs .program-item__tit{
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 0.8em;
}
.more-programs .program-item__subtit{
	font-size: 1.5rem;
	font-weight: normal;
}

@media (min-width: 900px) {
    .more-programs {
        margin-top: 8rem;
    }

    .more-programs__title {
        font-size: 2.4rem;
    }
}

/* Area Single
----------------------------------------------- */
.area-title {
    margin-bottom: 1.6em;
    font-size: 2.4rem;
}

.area-title__tit {
    text-align: center;
}

.area-title__tags {
    /* ul */
    width: 100%;
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.4rem;
}

.area-title__tags > li {
    display: block;
    margin: 0 0.5em;
}

.area-title__tags > li:before {
    content: "＃";
}

@media (min-width: 900px) {
    .area-title {
        font-size: 3rem;
    }
    .area-title__tags {
        font-size: 1.6rem;
    }
}

.area-head {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
/*     margin-bottom: 5.6rem; */
}

.area-head__img {
    width: 100%;
    margin-bottom: 3rem;
}

.area-head__img img {
    margin-left: auto;
    margin-right: auto;
}

.area-head__cntnt img {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    margin-bottom: 2rem;
}
.anchor_link_map {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.area-head__cntnt p {
    width: 100%;
}

@media (min-width: 900px) {
    .area-head {
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .area-head__img {
        width: calc(54% - 2.5rem);
        margin-bottom: 0;
    }
    .area-head__img img {
        width: 100%;
    }
    .area-head__cntnt {
        width: calc(46%);
    }
}

.area-list {
    /* ul */
    list-style: none;
    margin-bottom: 4rem;
}

.area-list__item {
    /* li */
    display: block;
    margin-bottom: 6rem;
}

.area-list__tit_wrap{
	position:relative;
}

.area-list__tit {
    margin-bottom: 0.4em;
    text-align: left;
}

.venue_num {
	display:inline-block;
	font-size:1.1em;
    color:#fff;
    line-height:1;
    font-weight:bold;
    background:#ce181e;
    padding:3px 8px;
}
.area-list__tit_wrap .venue_num {
    position:absolute;
    bottom:0;
    right:0;
}

.area-list__wrap .img {
    margin-bottom: 1rem;
}

.area-list__wrap .img img {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.area-list__wrap p {
    font-size: 1.4rem;
}

.area-list__wrap .area_btn_wrap,
.program-stub__wrap .area_btn_wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top:5px;
}
.area-list__wrap .area_btn_wrap > *,
.program-stub__wrap .area_btn_wrap > *{
	width: calc(50% - 0.3em);
}
.area-list__wrap .area_btn_wrap .area_btn_access,
.area-list__wrap .area_btn_wrap a{
	display: block;
	font-size:0.8em;
	text-align:center;
	border:1px solid #808080;
	padding:3px;
	cursor: pointer;
	transition: all 150ms ease;
}
.area-list__wrap .area_btn_wrap .area_btn_access:hover,
.area-list__wrap .area_btn_wrap a:hover{
	color:#fff;
	background: #000;
	border:1px solid #000;
}
.area_btn_access_wrap{
	position:relative;
}
.program-stub__wrap .area_btn_wrap .area_btn_access{
	font-size:0.8em;
	text-align:center;
	background:#EAEAEA;
	padding:3px;
	cursor: pointer;
}
.venue-access-info{
	display:none;
	width: calc(100vw - 67px);
	font-size:0.9em;
	border:1px solid #000;
	background:#fff;
	padding:15px 20px;
	position:absolute;
	top:28px;
	left:0;
	z-index:5;
}


.area-list .program-list {
    margin-top: 2rem;
}

@media (min-width: 600px) {
    .area-list__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .area-list__wrap .img,
    .area-list__wrap p {
        width: calc(50% - 1rem);
    }
    .area-list__wrap .img {
        margin-bottom: 0;
    }
    .area-list__wrap p {
        font-size: 1.5rem;
    }
    
	.venue-access-info{
		width:400px;
	}
}

@media (min-width: 900px) {
    .area-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .area-list__item {
        width: calc(50% - 2rem);
        margin-bottom: 6.5rem;
    }
}
@media (max-width: 599px) {
	.area-list__wrap .area_btn_wrap {
		position: relative;
	}
	.area_btn_access_wrap {
/* 		position: static; */
	}
	
	.venue-access-info{
		z-index:1;
	}
	.area_btn_access_wrap + .area_btn_access_wrap .venue-access-info{
		left:auto;
		right:0;
	}
}

/* Program List
----------------------------------------------- */
.program-list {
    list-style: none;
}

.program-list-item {
    padding-bottom: 1rem;
    border-bottom: 1px solid #000;
}

.program-list-item + .program-list-item {
    margin-top: 2rem;
}

.program-list-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.program-list-item__tit,
.program-list-item__subtit {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
        "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-weight: bold;
    line-height: 1.2;
}

.program-list-item__tit {
    margin-bottom: 0.2em;
    font-size: 2rem;
}

.program-list-item__subtit {
    margin-bottom: 1em;
}

.program-list-item__date {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
}

.program-list-item__bttn {
    text-align: right;
}

@media (min-width: 900px) {
    .program-list-item__bttn .o-bttn.o-bttn--mini {
        font-size: 1.4rem;
    }
}

.area-map {
     margin-top: 3rem;
}

@media (min-width: 600px) {
    .area-map {
/*         margin-top: 10rem; */
    }
}

@media (min-width: 900px) {
    .area-map {
/*         margin-top: 10rem; */
    }
}

/* Access Tumbler
----------------------------------------------- */
.access-tumbler__tit {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
        "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-weight: 400;
}

.access-tumbler__tit:after {
    content: "";
    display: block;
    height: 3em;
    width: 1px;
    background: #bfbfbf;
    margin: 1em auto 2em;
}

.access-tumbler__tit em {
    display: inline-block;
    margin-right: 0.6em;
    font-size: 1.4em;
    color: #ce181e;
    padding-bottom: 0.2em;
    border-bottom: 1px solid currentColor;
}

.access-tumbler__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.access-tumbler__navi button {
    display: inline-block;
    min-width: 7em;
    margin: 0 0.15em 0.3em;
    padding: 0.2em 0.4em;
    color: #fff;
    background: #bfbfbf;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
}

.access-tumbler__navi button.js-active {
    background: #ce181e;
}

.access-tumbler__methods {
    margin-top: 3rem;
    padding: 3rem 2rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.access-tumbler__methods p {
    display: none;
    width: 100%;
    line-height: 2.6;
    text-align: center;
}

.access-tumbler__methods p.js-active {
    display: block;
}

@media (min-width: 900px) {
    .access-tumbler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .access-tumbler__tit {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 2rem;
    }
    .access-tumbler__tit:after {
        height: 1px;
        width: 3em;
        margin: 0 2em 0 1em;
    }
    .access-tumbler__navi {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 3rem;
        font-size: 1.8rem;
    }
    .access-tumbler__navi button {
        margin: 0;
    }
    .access-tumbler__navi button + button {
        margin-top: 0.3em;
    }
    .access-tumbler__methods {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        margin-top: 0;
        padding: 5rem 2rem;
        min-width: 20em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* More Programs
----------------------------------------------- */
.ccc-favorite-post-count  {
    display: none !important;
}

#ccc-my_favorite-list,
#ccc-my_favorite-list[data-ccc_my_favorites-list-style="1"] .ccc-favorite-post-toggle > a {
    color: #ce181e !important;
}

#ccc-my_favorite-list[data-ccc_my_favorites-list-style="1"] .post-ccc_favorite {
    align-items: flex-start !important;
}

#ccc-my_favorite-list .title-post {
    margin-top: 0.2em;
}


#ccc-my_favorite-list .list-ccc_favorite {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ccc-my_favorite-list .img-post {
    width: 100%;
}

#ccc-my_favorite-list .title-post {
    width: calc(100% - 3rem);
}

#ccc-my_favorite-list .ccc-favorite-post-toggle {
    width: 3rem;
}

/* Access Nav
----------------------------------------------- */
.access-nav {
	margin-bottom:40px;
}

.access-nav,
.access-nav ul{
	display:flex;
	justify-content: center;
	align-items: center;
}
.access-nav ul{
	padding:0;
	margin:0;
	list-style:none;
}
.access-nav-transport-title{
	border-right:1px solid #404040;
	margin-right:15px;
}
.access-nav-info{
	border-left:1px solid #404040;
	padding-left:30px;
	margin-left:30px;
}
.access-nav li{
	padding:0 5px;
}
.access-nav li a{
	display:block;
	text-align: center;
	padding:15px 15px;
}
.access-nav li a i{
	font-size:0.8em;
}
.access-nav li.access-nav-transport-title a{
	padding:2px 15px;
}

@media (max-width: 900px) {
    .access-nav{
		display:block;
	}
	.access-nav ul{
		flex-wrap:wrap;
	}
	.access-nav li a{
		padding:5px 10px;
	}
	.access-nav-transport-title{
		width:100%;
	    border-right: 0px;
	    margin-right: 0px;
	}
	.access-nav-info {
	    border-top: 1px solid #404040;
	    border-left: 0px;
	    padding-left: 0px;
	    margin-left: 0px;
	}
}


/* Trumps
##################################### */

/* No [alt] test */


body{
	position: relative;
}
.overlay{
    display:none;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    position:fixed;
    top:0;
    left:0;
    z-index:4000;
}
.notice_area{
	width:90%;
    max-width:700px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color:#fff;
    padding:35px 50px;
    z-index:2;
	box-sizing: border-box;
}
.notice_area .text{
	height: 40vh;
	overflow: auto;
}
.notice_area .title{
	font-size: 1.7em;
	font-weight: bold;
/* 	text-align: center; */
	line-height:1.3;
	border-bottom:2px solid rgba(0,0,0,0.75);
	padding-bottom:10px;
	padding-right: 80px;
	margin-bottom:15px;
}
.notice_area p{
	font-size: 1.0em;
	line-height:1.6;
/* 	text-align: center; */
	margin: 0px 0 1em;
}
.notice_area a{
	color: #ce181e;
}
.btn_area .blue_btn{
	margin-top:20px;
}
.notice_area .blue_btn a{
	padding: 15px 45px;
}
.notice_area .inner{
	position:relative;
}
.notice_area button{
	font-size: 2em;
	border: 0;
	background:transparent;
	padding: 0;
	cursor: pointer;
	position:absolute;
	top: -10px;
	right: -20px;
}
.notice_area button:hover{
	color:#ce181e;
}
@media screen and ( max-width:599px ){
	.notice_area{
	    padding: 15px 20px 20px;
	}
	.notice_area .title{
		font-size: 1.3em;
		line-height:1.3;
		padding-right: 30px;
		padding-bottom: 5px;
		margin-bottom:10px;
	}
	.notice_area p{
		font-size: 0.9em;
		line-height:1.4;
	    padding:0px;
	    margin: 0;
	}
	
	.notice_area button {
	    top: -3px;
	    right: -10px;
	    width: 10%;
	}
}


/*
.post-type-archive-news .news-list__item > a{
	display:block;
	border-bottom:1px solid rgba(0,0,0,0.15);
	padding:15px 0;
}
.post-type-archive-news .news-list__item .news-list__wrap{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.post-type-archive-news .news-list__item .news-list__wrap time{
	width:150px;
}
.post-type-archive-news .news-list__item .news-list__wrap .news-list__title{
	width:calc(100% - 150px);
}
*/



.single-news main h2,
.single-news main h3,
.single-news main h4,
.single-news main h5,
.page-id-1233 main h2,
.page-id-1233 main h3,
.page-id-1233 main h4,
.page-id-1233 main h5{
	margin-bottom:1em;
	line-height:1.5;
}
.single-news main h2,
.page-id-1233 main h2{
	font-size:2.6rem;
}
.single-news main h3,
.page-id-1233 main h3{
	font-size:2.4rem;
}
.single-news main h4,
.page-id-1233 main h4{
	font-size:2.2rem;
}
.single-news main h5,
.page-id-1233 main h5{
	font-size:2.0rem;
}
.single-news main p,
.page-id-1233 main p{
	margin-bottom:1.5em;
}
.single-news main a,
.page-id-1233 main a {
    color: #ce181e;
}


@media screen and ( max-width:599px ){
	.single-news main h2,
	.page-id-1233 main h2{
		font-size:2.2rem;
	}
	.single-news main h23,
	.page-id-1233 main h3{
		font-size:2.0rem;
	}
	.single-news main h4,
	.page-id-1233 main h4{
		font-size:1.8rem;
	}
	.single-news main h5,
	.page-id-1233 main h5{
		font-size:1.7rem;
	}
}



.about-coin02{
	display:flex;
	justify-content: space-around;
}
.about-coin02-item{
	text-align:center;
	max-width: 250px;
}
.about-coin02-item .img{
	margin-bottom:25px;
}
.about-coin02-item dt{
	font-size: 2.4rem;
	color:#ce181e;
	margin-bottom: 10px;
}
.about-coin02-item dd{
}

@media screen and ( max-width:599px ){
	.about-coin02 {
		justify-content: space-between;
	}
	.about-coin02-item {
		width: 46%;
	}
	.about-coin02-item .img {
		margin-bottom: 15px;
	}
	.about-coin02-item dt {
		font-size: 2.0rem;
	}
}


.shop-list{
	display:flex;
	flex-wrap:wrap;
	padding:0;
	margin:10px 0;
	list-style:none;
}
.shop-list li{
	width: 32.5%;
	font-size:0.9em;
	border-radius:5px;
	border: 1px solid rgba(0,0,0,0.25);
	padding:5px 10px;
	margin-right: 0.83%;
	margin-bottom: 7px;
}
.shop-list li strong{
	display:block;
	font-size:1.1em;
}

@media screen and ( max-width:599px ){
	.shop-list{
		justify-content: space-between;
	}
	.shop-list li {
		width: 49%;
		font-size: 0.8em;
		line-height: 1.3;
		margin-right: 0%;
	}
	.shop-list li strong {
		font-size: 1.2em;
	}
}


.dl-wrap dl{
	display:flex;
	flex-wrap: wrap;
	margin-bottom:1em;
}
.dl-wrap dt{
	width:6em;
}
.dl-wrap dd{
	width:calc(100% - 6em);
}


.app-logo{
	margin-bottom:1em;
}
.app-logo img{
	width: 50%;
	max-width:250px;
	margin:0 auto;
}

.app_download_btn_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.app_download_btn_wrap > *{
/* 	margin:0 10px; */
}
.app_download_btn_wrap .apple-app{
	margin-left:15px;
}
.app_download_btn_wrap .apple-app img{
	height: 60px;
}
.app_download_btn_wrap .google-app img{
	height: 80px;
}

@media screen and ( max-width:599px ){
	.app_download_btn_wrap .apple-app{
/* 		padding-left: 4%; */
	}
	.app_download_btn_wrap .apple-app img{
		height: 46px;
	}
	.app_download_btn_wrap .google-app img{
		height: 61px;
	}
}



.about-new-ticket{
	border:2px solid #ce181e;
	padding: 35px 50px 25px;
	margin-top: 3em;
}
.about-new-ticket .title{
	font-size:1.4em;
	text-align: center;
	margin-bottom: 1.5em;
}
.about-new-ticket dl{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:0.5em;
}
.about-new-ticket dt{
	width:150px;
	font-weight:bold;
	text-align: right;
}
.about-new-ticket dd{
	width:calc(100% - 150px);
}
.about-new-ticket dd ul{
	padding-left:1.5em;
	margin-bottom:0.5em;
}

#ticket-system-horai .cont-img-wrap .img-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#ticket-system-horai .cont-img-wrap .img-wrap .text{
	width: 75%;
}
#ticket-system-horai .cont-img-wrap .img-wrap .img{
	width: 20%;
}

#ticket-order-flow .cont-img-wrap{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap:wrap;
}
#ticket-order-flow .cont-img-wrap > *{
	display:flex;
	flex-wrap:wrap;
	width:21.0%;
}
#ticket-order-flow .cont-img-wrap > * .text{
	order: 2;
	font-size: 0.9em;
}
#ticket-order-flow .cont-img-wrap > * .img{
	order: 1;
	margin-bottom:1em;
	position: relative;
}
#ticket-order-flow .cont-img-wrap > * .img::after{
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.5em;
	color: rgba(0,0,0,0.5);
	position: absolute;
	top: calc(50% - 1em);
	right: -16%;
}
#ticket-order-flow .cont-img-wrap > *:last-child .img::after{
	display:none;
}
#ticket-order-flow .cont-img-wrap > * .img img{
	border: 1px solid rgba(0,0,0,0.1);

}


#ticket-order-faq .cont-img-wrap .img-wrap{
	background:#fff;
	border-radius:5px;
	padding:30px 40px;
	margin:25px 0 0;
}
#ticket-order-faq .cont-img-wrap .img-wrap dt{
	font-size: 1.1em;
	margin-bottom:1em;
}

.horai-logo-wrap{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom:10px;
}
.horai-logo-wrap .logo-mark{
	max-width:50px;
}
.horai-logo-wrap .logo-mark-text{
	max-width:180px;
	margin-left: 10px;
	margin-bottom: -2px;
}

@media screen and ( max-width:599px ){
	
	.about-new-ticket {
		font-size:0.9em;
		padding: 25px 20px 15px;
	}
	.about-new-ticket .title {
		margin-bottom: 1.2em;
	}
	.about-new-ticket dl{
		display:block;
	}
	.about-new-ticket dt,
	.about-new-ticket dd{
		width:100%;
		text-align: left;
	}

	#ticket-system-horai .cont-img-wrap .img-wrap .text{
		width:100%;
		order: 2;
	}
	#ticket-system-horai .cont-img-wrap .img-wrap .img {
		width: 40%;
		margin: 0 auto 15px;
	}

	#ticket-order-flow .cont-img-wrap > * {
		width: 43.5%;
		margin-right: 3%;
		margin-bottom: 1.5em;
	}
	#ticket-order-flow .cont-img-wrap > * .text {
		font-size: 0.85em;
		line-height: 1.4;
	}
	#ticket-order-flow .cont-img-wrap > * .img {
		margin-bottom: 0.5em;
	}

	#ticket-order-faq .cont-img-wrap .img-wrap {
		font-size: 0.9em;
		padding: 20px 30px;
	}

}


a.no-active{
	opacity: 0.25;
	pointer-events: none;
}


#ticket-refund .o-container{
	padding-top: 1px;
}
#ticket-refund .program-body__bttn{
	margin-top:0;
}


.underline{
	border-bottom:1px solid #ce181e;
}



.modal {
	display: none;
	position: fixed;
	z-index: 3001;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
	margin-top: 0 !important;
}
.modal .modal-box {
	background-color: #fff;
	margin: 10% auto;
	padding:60px 30px 80px;
	max-width: 760px;
	width: 90%;
	animation-name: modalopen;
	animation-duration: 1s;
	position: relative;
}
.modal .modal-box .btn-close.top{
	position: absolute;
	top: 0;
	right: 0;
}
.modal .modal-box .btn-close.top .modalClose{
	width:50px;
	height:50px;
	border:0;
	background:#000;
	padding: 6px 12px;
	position: relative;
	cursor: pointer;
	transition: all 150ms ease;
}
.modal .modal-box .btn-close.top .modalClose::before,
.modal .modal-box .btn-close.top .modalClose::after{
	content:"";
	width:70%;
	height:2px;
	background:#fff;
	position: absolute;
	top: 47%;
	left: 15%;
}
.modal .modal-box .btn-close.top .modalClose::before{
	transform:rotate(45deg);
}
.modal .modal-box .btn-close.top .modalClose::after{
	transform:rotate(-45deg);
}

.modal .modal-box .btn-close.bottom{
	width:100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.modal .modal-box .btn-close.bottom .modalClose{
	width:100%;
	color:#fff;
	border:0;
	background:#000;
	padding: 15px 15px;
	cursor: pointer;
	transition: all 150ms ease;
}

.modal .modal-box .btn-close .modalClose:hover{
/*
	width:55px;
	height:55px;
*/
	background: #ce181e;
}

.modal .title-wrap .program-stub__tit,
.modal .title-wrap .program-stub__subtit{
	font-size:2.4rem;
}
.modal .program-info > * {
	margin:1em 0;
}
.modal .img{
	margin:2em 0;
}
.modal .img img{
	margin:0 auto;
}
.modal .text{
	max-width:500px;
	margin:1.5em auto;
}
.modal .program-stub__sns {
	display: block;
	text-align:center;
	margin:1.5em 0;
}
.modal .program-stub__sns > * {
	margin-left: 0em;
	padding: 5px 0;
}
.modal .program-stub__area-faves{
	top: 12px;
	left: 10px;
}

.modal .program-staff-list{
	text-align:center;
	font-size:0.8em;
	line-height:1.5;
}

.modal .program-body__img div{
	width:100%;
}
.modal .program-body__img div.slick-track{
	width:auto;
}

@media screen and ( max-width:899px ){
	.modal .modal-box {
	  padding: 60px 15px 80px;
	  width: 95%;
	}
	.modal .title-wrap .program-stub__tit,
	.modal .title-wrap .program-stub__subtit {
		font-size: 2.0rem;
	}
	.modal .program-info > * {
		font-size: 0.9em;
	}
	.modal .text {
		font-size: 0.85em;
	}
	.program-stub__sns {
/* 		font-size: 1.6rem; */
	}
}


.favorite_button {
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
}
button.favorite_button_in {
    display: inline-block;
    padding: 5px 8px;
    border: 0;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    background: transparent;
    font-weight: 200;
}
button.favorite_button_in p {
    display: inline-block;
    margin: 0;
}
button.favorite_button_in:hover {
    opacity: 0.8;
}
button.favorite_button_in i {
    color: #fff;
    font-size: 1.8rem;
    vertical-align: -1px;
    text-shadow: 0 0 1px rgb(0, 0, 0);
    opacity: 1;
}
button.favorite_button_in.fav_item i {
/*     color: #ce181e; */
    color: #eb657b;
    text-shadow: 0 0 0px rgba(255, 255, 255,0);
}

button.favorite_button_in.fav_item {
	animation-delay:0s;
	animation-delay:var(--fa-animation-delay,0s);
	animation-direction:normal;
	animation-direction:var(--fa-animation-direction,normal);
	animation-duration:1s;
	animation-duration:var(--fa-animation-duration,1s);
	animation-iteration-count:infinite;
	animation-iteration-count:var(--fa-animation-iteration-count,infinite);
	animation-name:fa-bounce;
	animation-timing-function:cubic-bezier(.28,.84,.42,1);
	animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
	
	animation-iteration-count: 1;
}
button.favorite_button_in.fav_none {
	animation-duration:1s;
	animation-duration:var(--fa-animation-duration,1s);
	animation-iteration-count:infinite;
	animation-iteration-count:var(--fa-animation-iteration-count,infinite);
	animation-name:fa-shake;
	animation-timing-function:linear;
	animation-timing-function:var(--fa-animation-timing,linear);

	animation-delay:0s;
	animation-delay:var(--fa-animation-delay,0s);
	animation-direction:normal;
	animation-direction:var(--fa-animation-direction,normal);

	animation-iteration-count: 1;
}




.accordion .accordion_one .accordion_header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion .accordion_one .accordion_header > div{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	right:5%;
	transform: translateY(-50%);
}
.accordion .accordion_one .accordion_header > div > span{
	display:block;
	width:100%;
	height:100%;
	background:#fff;
	position:relative;
}
/*
.accordion .accordion_one .accordion_header.open > div > span{
	transform:rotate(180deg);
}
*/
.accordion .accordion_one .accordion_header > div > span::before,
.accordion .accordion_one .accordion_header > div > span::after{
	content:"";
	width:40%;
	height:2px;
	background: #ce181e;
	position: absolute;
	top: 48%;
	transition: all 150ms ease;
}
.accordion .accordion_one .accordion_header.o-bar-tit--orange > div > span::before,
.accordion .accordion_one .accordion_header.o-bar-tit--orange > div > span::after{
	background: #dc712a;
}
.accordion .accordion_one .accordion_header.o-bar-tit--purple > div > span::before,
.accordion .accordion_one .accordion_header.o-bar-tit--purple > div > span::after{
	background: #851c7f;
}
.accordion .accordion_one .accordion_header > div > span::before{
	left: 17%;
	transform:rotate(45deg);
}
.accordion .accordion_one .accordion_header > div > span::after{
	left: 44%;
	transform:rotate(-45deg);
}

.accordion .accordion_one .accordion_header.open > div > span::before{
	transform:rotate(-45deg);
}
.accordion .accordion_one .accordion_header.open > div > span::after{
	transform:rotate(45deg);
}

.accordion .accordion_one .accordion_inner {
  display: none;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.accordion .accordion_one .accordion_inner.open {
  display: block;
}

.accordion .o-container-pd-t0 {
  padding-bottom: 2px;
}
.accordion .o-bar-tit {
  margin-bottom: 0em;
}
.accordion .term-description {
  margin-top: 0em;
}

@media screen and ( max-width:899px ){
	.accordion .accordion_one .accordion_inner {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.accordion .accordion_one .accordion_header > div{
		width:25px;
		height:25px;
	}
	.o-bar-tit {
		padding: 1em 2.5em 1em 1em;
	}
}




.ticket-sales {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 1em;
}
.ticket-sales__title {
    width: 25%;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 1em 0.5em;
    text-align: center;
}
.ticket-sales__title > a {
    color: #C90C0F;
    text-decoration: underline;
}
.ticket-sales__title > span {
    display: block;
    font-size: 0.75em;
}
.ticket-sales__content {
    width: 70%;
    padding: 1em 1em 1em 3em;
    border-left: 2px solid #999;
}
.ticket-sales__content > h3 {
    margin-bottom: 1.2em;
    color: #C90C0F;
}
body.page .ticket-sales__content > p {
/*     font-size: 1.1em; */
	margin:0;
}
body.page .ticket-sales__content > p + p {
	margin-top:1em;
}
.ticket-sales__content > a {
    margin-left: auto;
}
.ticket-sales__content ul,
.ticket-sales__content ol {
    font-size: 1.5rem;
	margin-left:1.75em;
}
/*--- Responsive ---*/
@media only screen and (max-width: 900px){
    .ticket-sales {
        flex-direction: column;
        padding-bottom: 60px;
    }
    .ticket-sales__title {
        width: 100%;
        text-align: center;
    }
    .ticket-sales__content {
        width: 100%;
        padding: 0em 0 0;
        border-left: none;
    }
}

#handling .ticket-sales {
    align-items: center;
    padding: 100px 0 40px;
    margin-top: -100px;
}
#handling .ticket-sales__content {
/*     min-height: 120px; */
}
#handling .ticket-sales__content p:last-child {
    margin-bottom:0;
}
@media only screen and (max-width: 600px){
	.ticket-sales__content > p {
	    font-size: 1em;
	}
	#handling .ticket-sales {
	    padding: 80px 0 40px;
		margin-top: -80px;
/* 	    margin-bottom:20px; */
/* 	    border-top: 1px dotted rgba(0,0,0,0.5); */
		position:relative;
	}
	#handling .ticket-sales + .ticket-sales {
/* 	    border-top: 1px dotted rgba(0,0,0,0.5); */
	}
	#handling .ticket-sales::before {
		content:"";
		display:block;
		width:100%;
	    border-bottom: 1px dotted rgba(0,0,0,0.5);
	    position:absolute;
	    bottom:10px;
	    left:0;
	}
    #handling .ticket-sales__content {
        min-height: initial;
/*         text-align: center; */
    }
}



.meeting-spot .dual-section{
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap:wrap;
/* 	margin-top: 50px; */
}
.meeting-spot .dual-section > *{
	width:45%;
	margin-bottom:5em;
}
.meeting-spot .dual-section > * .img{
	margin-bottom:1em;
}
.meeting-spot .dual-section > * .img img{
	height: 270px;
	object-fit: contain;
	margin: 0 auto;
}
.meeting-spot .dual-section > * .o-title{
	font-size: 2.2rem;
}
.meeting-spot .dual-section .content{
	text-align:center;
}
.meeting-spot .dual-section .spot-area{
	font-size:1.3em;
	text-align:center;
	font-weight: bold;
	font-family:serif;
	margin-bottom:0.25em;
}
.meeting-spot .stand-out{
	width: 60%;
}
.meeting-spot .stand-out .img img{
	height: auto;
}
.meeting-spot .stand-out > p{
	font-size:1.2em;
}
.meeting-spot .stand-out .o-title{
	font-size: 2.6rem;
}
.meeting-spot .stand-out .content p{
	font-size: 1.6rem;
}

@media only screen and (max-width: 600px){
	.meeting-spot .dual-section > *{
		width:100%;
		margin-bottom: 30px;
	}
	
	.meeting-spot .dual-section.other-meeting-spot{
		margin-left: -2.6rem;
		margin-right: -2.6rem;
	}
	.meeting-spot .dual-section .spot-item{
		padding:10px;
	}
	.meeting-spot .dual-section > * .img img{
		height:auto;
	}
}




.website-list{
	padding:0;
	margin:0;
	list-style:none;
}
.website-list a{
	display:block;
	text-align:center;
}
.website-list a .img{
	margin-bottom:1em;
}
.website-list a .img img{
	margin: 0 auto;
}
.website-list a p{

}


.page-nav{
	width:90%;
	max-width:1050px;
	margin:0 auto 3em;
}
.page-nav ul{
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
/* 	color: #ce181e; */
	list-style: none;
}
.page-nav ul li{
	white-space: nowrap;
}
.page-nav ul li a{
	color: #ce181e;
	white-space: nowrap;
	padding: 0 0.5em;
}
.page-nav ul li + li::before{
	content:"/";
	display:inline;
}
@media only screen and (max-width: 600px){
	.page-nav {
		width: 100%;
		overflow-x:scroll;
	}
	.page-nav ul {
		justify-content: flex-start;
		flex-wrap: initial;
	}
	.page-nav ul li a{
		display: inline-block;
		padding: 0.5em 1em;
	}
}



.select-link-wrap{
	display: flex;
	justify-content: center;
	gap: 15px;
}
.select-link-wrap .select-wrap{
	display:inline-block;
	position:relative;
}
.select-link-wrap .select-wrap::after {
	content: '\f078';
	position: absolute;
	top: 50%;
	right: 1.5em;
	font-size: .6em;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	line-height: 1;
	color: #fff;
	transform: translateY(-50%);
	pointer-events: none;
}
.select-link-wrap select{
	width:100%;
	color: #fff;
	background: #000;
	border: 0;
	padding: .9em 1.4em;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select-link-wrap .select-wrap + .select-wrap{

}

@media only screen and (max-width: 600px){
	.select-link-wrap{
		display: flex;
		flex-wrap:wrap;
	}
	.select-link-wrap .select-wrap{
		display:block;
		width:100%;
	}
}


ol.list-design{
	padding-left:0.2em;
	list-style: none;
	counter-reset: sample;
}
ol.list-design li{
	margin-bottom:0.15em;
}
ol.list-design li::before{
	counter-increment: sample;
	content: counter(sample);

	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: top;
	width: 1.6em;
	height: 1.6em;
	font-size:0.9em;
	color: white;
	background-color: #000;
	border-radius: 100%;
	margin-right: 0.35em;
}

.vs-note .mu .img{
	position:relative;
}
.vs-note .mu .img::before{
	content:"";
	display:block;
	width: 18%;
	height: 13%;
	background:url("img/note_logo.png") center center no-repeat;
	background-size:contain;
	position:absolute;
	top: 3px;
	left: 5px;
}


.vs-recruit-lead-content{
	display:flex;
	align-items:center;
	gap:30px;
}
.vs-recruit-lead-content .img{
	max-width:40% !important;
}
.vs-recruit-lead-content .text{
	width:60%;
}

ol.join-flow{
	list-style: none;
	counter-reset: circle;
}
ol.join-flow li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
ol.join-flow li > div,
ol.join-flow li > p{
	width:100%;
	margin-left: 1.7em;
}
ol.join-flow li::before{
	counter-increment: circle;
	content: counter(circle);
	
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: top;
	width: 1.4em;
	height: 1.4em;
	background-color: #000;
	color: #fff;
	border-radius: 100%;
	margin-right: 5px;
}
.join-flow li + li{
	margin-top:1.7em;
}
.join-flow li p{
	margin-bottom:0 !important;
}
.join-flow li .flex{
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.join-flow li .btn-wrap{
	margin:0 0 0 1em;
}
.join-flow li .btn-wrap .o-bttn{
	min-width: 150px;
	color:#000;
	background:#fff;
}


@media only screen and (min-width: 601px){

}
@media only screen and (max-width: 600px){
	.vs-recruit-lead-content{
		display:block;
	}
	.vs-recruit-lead-content .img {
		max-width: 80% !important;
		margin:0 auto 1em !important;
	}
	.vs-recruit-lead-content .text{
		width:100%;
	}
	.vs-recruit-lead-content p {
		font-size: 1.5rem;
	}
	.join-flow li{
		text-align: left;
	}
	.join-flow li .flex,
	ol.join-flow li > p{
		display:block;
		margin-top: 0.5em;
	}
	.join-flow li .btn-wrap{
		margin-top:1em;
	}
}



/* 追記 */
@media (min-width: 780px){
	#concept-content .dual-section{
		align-items:center;
		padding: 40px 4rem;
	}
	#concept-content .dual-section__cont{
		width: 38rem;
		margin-bottom: 0;
	}
	#concept-content .dual-section__cont .img{
		display:none;
	}
}
@media (max-width: 779px){
	#concept-content .dual-section__cont .img{
		margin-bottom:1em;
	}
	#concept-content .dual-section__img{
		display:none;
	}
}

.community-illust-wrapper{
	max-width:1100px;
	margin:0 auto;
}
.community-thumb-grid{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	padding:0;
	margin:0;
	list-style:none;
}
.community-thumb-grid > *{
	width:38%;
	text-align:center;
	margin-bottom: 30px;
}
.community-thumb-grid .img{
	margin-bottom: 1.5em;
}
.community-thumb-grid > * h4.u-serif{
	font-size: 2.5rem;
	line-height:1.5;
/* 	color: #ce181e; */
	margin-bottom:0.65em;
}
.community-thumb-grid > * p{
	font-size: 1.55rem;
	text-align: left;
	margin:0;
}

.staff-recruit .img-text .img{
	max-width:450px;
	margin:0 auto 3em;
}

@media (max-width: 900px) {
	.community-illust-wrapper{
		padding-left: 2.6rem;
		padding-right: 2.6rem;
	}
	.community-thumb-grid > *{
		width:100%;
		margin-bottom: 60px;
	}
	.community-thumb-grid > * .img{
		margin-bottom: 1.0em;
	}
	.community-thumb-grid > * img{
/* 		width:85%; */
		margin-left:auto;
		margin-right:auto;
	}
	.community-thumb-grid > * h4.u-serif{
		font-size: 2.1rem;
		margin-top:0.3em;
	}
	.community-thumb-grid > * p {
		font-size: 1.5rem;
	}
}



/* 202507追記 */
.accordion.spot-list .program-grid > *{
	margin-bottom: 7rem;
}
.accordion.spot-list .program-grid > .dummy{
	margin-bottom: 0;
}
.program-grid.swiper-wrapper{
	display: -webkit-box;
	position:relative;
	z-index: 1;
}
#program-in-this-area .program-grid.swiper-wrapper .program-stub{
	margin-top:1.5em;
}

.area-content-nav-wrap{
	margin:3em 0 3em;
	position:relative;
}
.area-content-slider-nav{
	display:flex;
	justify-content: flex-end;
	position:absolute;
	top:0;
	right:0;
}
.swiper-backface-hidden .area-content-slider-nav{

}
.area-content-slider-nav > *{
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	border:1px solid #ce181e;
	position: relative;
	transition: all .15s ease;
	cursor: pointer;
}
.area-content-slider-nav > *.swiper-button-disabled,
.area-content-slider-nav > *.slick-disabled{
	opacity:0.25;
	pointer-events: none;
}
.area-content-slider-nav > *::before,
.area-content-slider-nav > *::after{
	content: "";
	width: 40%;
	height: 2px;
	background: #ce181e;
	position: absolute;
	left: 32%;
}
.area-content-slider-nav > *::before{
	transform: rotate(-45deg);
	top: 33%;
}
.area-content-slider-nav > *::after{
	transform: rotate(45deg);
	top: 59%;
}
.area-content-slider-nav .swiper-button-next::before{
	transform: rotate(45deg);
}
.area-content-slider-nav .swiper-button-next::after{
	transform: rotate(-45deg);
}
.area-content-slider-nav .swiper-button-next{
	margin-left:10px;
}
.area-content-slider-nav > *:hover{
	background: #ce181e;
}
.area-content-slider-nav > *:hover::before,
.area-content-slider-nav > *:hover::after{
	background:#fff;
}

.spot-list .program-stub__content .text p{
	margin:0;
}
.spot-list .program-stub__content .text div + p,
.spot-list .program-stub__content .text p + p{
	margin-top:1.2em;
}
.spot-list .program-stub__content .text p.spot-address + p.spot-gmap{
	margin-top:0.25em;
}
.spot-list .program-stub__content .text p:last-child{
	margin-bottom:1.0em;
}
@media (max-width: 900px) {
	.area-content-nav-wrap {
	    margin: 1em 0;
	}
	
	.area-content-nav-wrap .btn-wrap{
		padding-right:6em;
	}
	.area-content-nav-wrap .btn-wrap .o-bttn{
		margin:0;
	}
	
	.tour-traffic .area-content-slider-nav{
		position: static;
	}
	.area-content-slider-nav > *{
		width: 30px;
		height: 30px;
	}
}

.spot-tag-wrap{
	display:flex;
	flex-wrap:wrap;
	font-size:1.3rem;
	padding:0;
	margin:0;
	list-style:none;
}
.spot-tag-wrap li + li{
	margin-left:1em;
}
.spot-tag-wrap li > *::before{
	content:"#";
/* 	margin-right:0.1em; */
}


#area-map-2025{
	margin-top: 3em;
	margin-bottom:8em;
}
#area-map-2025 .inner{
	max-width:1300px;
	width:95%;
	margin:0 auto;
	position:relative;
}
#area-map-2025 .text-wrap{
	width:45%;
	max-width: 500px;
	position:absolute;
	left:0;
	bottom: 2%;
}
#area-map-2025 .area-link{
	position:relative;
}
#area-map-2025 .area-link > a{
	display:block;
	width:100%;
	max-width: 250px;
	text-align:center;
	position:absolute;
	transform:translate(-50%,-50%);
}
#area-map-2025 .area-link > *:hover{
	color:#ce181e;
}
#area-map-2025 .area-link .area-link-toyooka{
	top: 25%;
	left: 65%;
}
#area-map-2025 .area-link .area-link-kinosaki{
	top: 12%;
	left: 63%;
}
#area-map-2025 .area-link .area-link-takeno{
	top: 19%;
	left: 50%;
}
#area-map-2025 .area-link .area-link-kannabe{
	top: 33%;
	left: 46%;
}
#area-map-2025 .area-link .area-link-ebara{
	top: 39%;
	left: 57%;
}
#area-map-2025 .area-link .area-link-izushi{
	top: 40%;
	left: 73%;
}
#area-map-2025 .area-link .area-link-tanto{
	top: 39%;
	left: 89%;
}
#area-map-2025 .area-link .area-link-yabu{
	top: 59%;
	left: 46%;
}
#area-map-2025 .area-link .area-link-kami{
	top: 39%;
	left: 29%;
}
#area-map-2025 .area-link .area-link-asago{
	top: 80%;
	left: 67%;
}
#area-map-2025 .area-link .area-link-shinonsen{
	top: 24%;
	left: 18%;
}
#area-map-2025 .area-link .o-title{
	font-size: 3.0rem;
	font-weight:bold;
	line-height: 1.1;
	text-shadow: 0 0 6px #fff,0 0 6px #fff,0 0 6px #fff;
	margin-bottom: .3em;
}
#area-map-2025 .area-link .o-title span{
	display:block;
	font-size:0.8em;
}
#area-map-2025 .area-link .area-item__taglist{
	font-size:0.8em;
	color:#ce181e;
	line-height: 1.4;
	margin-top:0;
}
#area-map-2025 .area-link .area-item__taglist li{
	background: rgba(255, 255, 255, 0.8);
}
#area-map-2025 .area-link .btn-wrap{
	display: flex;
    justify-content: center;
    line-height: 1;
	color:#ce181e;
	font-weight:bold;
	margin-top: 3px;
}
#area-map-2025 .area-link .btn-wrap > *{
	background: #f2f2f2;
	padding:5px 7px;
}
#area-map-2025 .area-link .btn-wrap > .arrow{
	width:25px;
	background: #ce181e;
	position:relative;
}
#area-map-2025 .area-link .btn-wrap > .arrow::before,
#area-map-2025 .area-link .btn-wrap > .arrow::after{
	content: "";
    width: 40%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 32%;
}
#area-map-2025 .area-link .btn-wrap > .arrow::before{
	top: 33%;
	transform: rotate(45deg);
}
#area-map-2025 .area-link .btn-wrap > .arrow::after{
	top: 59%;
	transform: rotate(-45deg);
}

#tour-traffic .program-stub .o-bttn{
	width:auto;
}

@media (max-width: 900px) {
	#area-map-2025 {
	    margin-top: 0em;
	    margin-bottom: 3em;
	}
	#area-map-2025 .area-link > a{
		width:auto;
	}
	#area-map-2025 .text-wrap{
		position:static;
		width:100%;
		padding:0 3%;
		margin-bottom:30px;
	}
	#area-map-2025 .text-wrap p{
		font-size:1.5rem;
	}
	#area-map-2025 .area-link .o-title{
		font-size: 1.6rem;
	}
	#area-map-2025 .area-link .o-title span {
	    font-size: .65em;
	}
	#area-map-2025 .area-link .area-item__taglist,
	#area-map-2025 .area-link .btn-wrap .text{
		display:none;
	}
	#area-map-2025 .area-link .btn-wrap>.arrow {
	    width: 15px;
	    height: 15px;
	}
	
	.post-type-archive-area-venue .venues .text,
	.post-type-archive-area-venue .tourist-attractions .text{
/* 		display:none; */
	}
	.post-type-archive-area-venue .venues .text > div,
	.post-type-archive-area-venue .tourist-attractions .text > div{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

.sales-program,
.sales-program p,
.sales-program ul,
.sales-program ol{
	font-size: 1.2rem !important;
}
.sales-program ul{
	margin-top:0.35em;
	margin-left:1.75em;
}
.sales-program ul li{
	line-height:1.4;
}
.sales-program ul li + li{
	margin-top:0.5em;
}



.fc-calendar{
	margin-top: 1em;
}
.fc-calendar > .o-wrapper{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.fc-calendar > .o-wrapper > *{
	width: 48%;
}
@media (max-width: 900px) {
	.fc-calendar {
	    overflow-x: scroll;
	}
	.fc-calendar>.o-wrapper{
		width: 130%;
	}
}


#wonder-night-market-program{
	margin-top:2em;
}
#wonder-night-market-program .program-grid > *{
	width: calc(50% - 2.5rem);
}
@media (max-width: 900px) {
	#wonder-night-market-program .program-grid > *{
		width: 100%;
	}
}



.same-day-ticket-btn{
	margin-top: -15px;
	margin-bottom:50px;
}


/* TOPページ　バナースライド */
.home-slide-banner.slick-slider{
	padding-bottom:0;
}
.home-slide-banner.banner-col-3under{
	display:flex;
	max-width:940px;
	margin:0 auto;
	list-style:none;
}
.home-slide-banner.banner-col-3under > *{
	width:100%;
}
.home-slide-banner.banner-col-4over{
	max-width:1062px;
	padding-bottom: 30px;
	margin:0 auto;
}
.home-slide-banner li{
	padding:0 10px;
}
.home-slide-banner .slick-slide img{
	aspect-ratio: 4/2.25;
	object-fit:cover;
}
@media (max-width: 900px) {
	.home-slide-banner.banner-col-3under{
		padding-bottom:30px;
	}
}

.home-slide-banner.banner-col-4over .slick-prev,
.home-slide-banner.banner-col-4over .slick-next{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 43%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	border: none;
	outline: none;
	width: 50px;
	height: 100%;
	background: rgba(255,255,255,0.8);
}
.home-slide-banner.banner-col-4over .slick-prev:hover,
.home-slide-banner.banner-col-4over .slick-prev:focus,
.home-slide-banner.banner-col-4over .slick-next:hover,
.home-slide-banner.banner-col-4over .slick-next:focus{
    color: transparent;
    outline: none;
    background: rgba(255,255,255,0.9);
}
.home-slide-banner.banner-col-4over .slick-prev:hover:before,
.home-slide-banner.banner-col-4over .slick-prev:focus:before,
.home-slide-banner.banner-col-4over .slick-next:hover:before,
.home-slide-banner.banner-col-4over .slick-next:focus:before{
    opacity: 1;
}
.home-slide-banner.banner-col-4over .slick-prev.slick-disabled:before,
.home-slide-banner.banner-col-4over .slick-next.slick-disabled:before{
    opacity: .25;
}

.home-slide-banner.banner-col-4over .slick-prev:before,
.home-slide-banner.banner-col-4over .slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: 1;
	color:#000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.home-slide-banner.banner-col-4over .slick-prev{
    left: 0px;
    z-index: 1;
}
.home-slide-banner.banner-col-4over .slick-prev:before{
    content: '＜';
}
.home-slide-banner.banner-col-4over .slick-next{
    right: 0px;
}
.home-slide-banner.banner-col-4over .slick-next:before{
    content: '＞';
}




.dual-section__modelcourse .single__images__slider-nav{
	padding:0;
	margin:0;
	list-style:none;
}
.dual-section__modelcourse .single__images__slider-nav li::before{
	content:"";
	display: block;
	width:1px;
	height:10px;
	background:#000;
	margin:0 auto;
}
.dual-section__modelcourse .single__images__slider-nav li:first-child::before{
	display: none;
}
.dual-section__modelcourse .single__images__slider-nav li span{
	display:block;
	text-align: center;
	border:1px solid #000;
	padding: 5px;
	cursor: pointer;
}
.dual-section__modelcourse .single__images__slider-nav li.thumbnail-current span,
.dual-section__modelcourse .single__images__slider-nav li span:hover{
	color:#fff;
	background:#000;
}

.program-item__text{
	display:none;
}



#home-accommodations .slick-list{
	overflow: unset;
}
#home-accommodations .slide-item{
	padding: 0 20px;
}
#home-accommodations .spot-list .program-stub__tit{
	font-size: 1.7rem;
}
#home-accommodations .slick-dots{
	width: calc(100% - 200px);
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}
.area-content-slider-nav.arrow_box{
	margin: 0;
	position:static;
}
@media (max-width: 900px) {
	#home-accommodations .slide-item{
		padding: 0 10px;
	}
	#home-accommodations .spot-list .program-stub__tit {
	    font-size: 1.5rem;
	}
	#home-accommodations .slick-dots {
	    width: calc(100% - 150px);
	    bottom: -25px;
	}
}



@media (min-width: 901px) {
	.accordion-nav .accordion_one .accordion_header > div{
		display:none;
	}
}
@media (max-width: 900px) {
	.accordion-nav .accordion_one .accordion_header {
	    position: relative;
	}
	.accordion-nav .accordion_one .accordion_header a {
	    padding-right: 3em !important;
	}
	.accordion-nav .accordion_one .accordion_header > div {
	    width: 25px;
	    height: 25px;
	    position: absolute;
	    top: 50%;
	    right: 3%;
	    transform: translateY(-50%)
	}
	.accordion-nav .accordion_one .accordion_header > div > span {
	    display: block;
	    width: 100%;
	    height: 100%;
	    background: #fff;
	    position: relative
	}
	.accordion-nav .accordion_one .accordion_header > div > span:before,
	.accordion-nav .accordion_one .accordion_header > div > span:after {
	    content: "";
	    width: 40%;
	    height: 2px;
	    background: #ce181e;
	    position: absolute;
	    top: 48%;
	    transition: all .15s ease
	}
	.accordion-nav .accordion_one .accordion_header.o-bar-tit--orange > div > span:before,
	.accordion-nav .accordion_one .accordion_header.o-bar-tit--orange > div > span:after {
	    background: #dc712a
	}
	.accordion-nav .accordion_one .accordion_header.o-bar-tit--purple > div > span:before,
	.accordion-nav .accordion_one .accordion_header.o-bar-tit--purple > div > span:after {
	    background: #851c7f
	}
	.accordion-nav .accordion_one .accordion_header > div > span:before {
	    left: 17%;
	    transform: rotate(45deg)
	}
	.accordion-nav .accordion_one .accordion_header > div > span:after {
	    left: 44%;
	    transform: rotate(-45deg)
	}
	.accordion-nav .accordion_one .accordion_header.open > div > span:before {
	    transform: rotate(-45deg)
	}
	.accordion-nav .accordion_one .accordion_header.open > div > span:after {
	    transform: rotate(45deg)
	}
	.accordion-nav .accordion_one .accordion_inner {
	    display: none;
	    margin: 0 0 1.5em 1em;
	}
	.accordion-nav .accordion_one .accordion_inner.open {
	    display: block
	}
	.desk-head__drop-inner-menu-top .menu-item ul li a br{
		display:none;
	}
}

