/* common.scss */
.mode_sp { display: none !important; }

@media (min-width: 1500px) { .mode_sp { display: none !important; } }

@media (max-width: 1200px) { .mode_sp { display: none !important; } }

@media (max-width: 768px) { .mode_sp { display: none !important; } }

@media (max-width: 414px) { .mode_sp { display: block !important; } }

@media (max-width: 768px) { .mode_pc { display: block !important; } }

@media (max-width: 414px) { .mode_pc { display: none !important; } }

/** Reset **/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: 300; font-feature-settings: "palt"; vertical-align: baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

article, header, footer, aside, figure, figcaption, nav, section { display: block; }

html { font-size: 62.5%; }

@media (max-width: 1200px) { html { font-size: 56.75%; } }

@media (max-width: 768px) { html { font-size: 43.75%; } }

html, body { -webkit-font-smoothing: antialiased; font-variant-ligatures: none; height: 100%; margin: 0; padding: 0; }

body { color: #000; line-height: 1; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 1.6rem; letter-spacing: 2px; }

[lang=zh-cmn-Hant] body { font-family: "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif; }

[lang=zh-cmn-Hans] body { font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }

ol, ul { list-style: none; list-style-type: none; }

img { max-width: 100%; }

a, a:active { text-decoration: none; color: #000; }

input, button, textarea, select { font-family: inherit; font-size: inherit; color: inherit; vertical-align: middle; margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.js-hidden { display: none; }

.flex_center { display: flex; justify-content: space-between; align-items: center; }

@media (max-width: 414px) { .flex_center { flex-wrap: wrap; } }

.btn { width: 100%; max-width: 190px; margin: 0 auto; padding: 0; font-size: 1.8rem; display: block; line-height: 1.2; text-align: center; box-sizing: border-box; transition: all .2s ease-in-out; opacity: 1; }

.btn input { width: 100%; height: 3.8rem; border: none; background: #000; color: #fff; font-size: 1.8rem; cursor: pointer; }

.btn input:hover { opacity: .5; }

.btn input:disabled { background: #898888; }

.btn input:disabled:hover { opacity: 1; }

/**************** Global Navi */
.header { width: 100%; margin: 0 auto; position: absolute; top: 0; right: 0; z-index: 99; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

@media (max-width: 768px) { .header { position: fixed; } }

.header .header_inner { display: flex; width: 100%; /*max-width: 1280px;*/ margin: 0 auto; padding: 2rem 2rem 0 0; box-sizing: border-box; }

@media (max-width: 768px) { .header .header_inner { padding: 3%; } }

.header .global_nav_list { text-align: right; width: 100%; display: flex; justify-content: flex-end; align-items: center; }

@media (max-width: 768px) { .header .global_nav_list { visibility: hidden; transition: all .4s; position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; z-index: 0; display: table; box-sizing: border-box; opacity: 0; overflow: hidden; -webkit-overflow-scrolling: touch; } }

.header .global_nav_list .nav_list_item { width: 50%; }

@media (max-width: 768px) { .header .global_nav_list .nav_list_item { display: table-cell; vertical-align: middle; } }

.header .global_nav_list .nav_list_item ul { width: 100%; margin-right: 0; margin-left: auto; }

@media (max-width: 768px) { .header .global_nav_list .nav_list_item ul { width: 1%; display: table-cell; } }

.header .global_nav_list .nav_list_item ul li { margin-right: 4%; display: inline-block; vertical-align: middle; text-align: center; }

@media (max-width: 768px) { .header .global_nav_list .nav_list_item ul li { width: 100%; display: block; } }

.header .global_nav_list .nav_list_item ul li a { text-align: center; color: #000; display: inline-block; letter-spacing: 1px; }

.header .global_nav_list .nav_list_item ul li a:hover { color: #fff; }

.header .global_nav_list .nav_list_item ul li a:hover .hover_svg { stroke: #fff; }

@media (max-width: 768px) { .header .global_nav_list .nav_list_item ul li a { padding: 50px 0; }
  .header .global_nav_list .nav_list_item ul li a:hover { color: #000; } }

.header .global_nav_list .lang_list_item { width: 20%; }

@media (max-width: 768px) { .header .global_nav_list .lang_list_item { display: table-row; } }

.header .global_nav_list .lang_list_item ul { font-size: 0; }

@media (max-width: 768px) { .header .global_nav_list .lang_list_item ul { text-align: center; } }

.header .global_nav_list .lang_list_item ul li { display: inline-block; vertical-align: middle; text-align: center; position: relative; font-size: 1.4rem; }

@media (max-width: 768px) { .header .global_nav_list .lang_list_item ul li { font-size: 2rem; } }

.header .global_nav_list .lang_list_item ul li:not(:last-child) { margin-right: 7%; padding-right: 7%; }

.header .global_nav_list .lang_list_item ul li:not(:last-child):after { position: absolute; top: 0; right: 0; content: ""; display: block; height: 100%; width: 1px; background: #000; }

.header .global_nav_list .lang_list_item ul li a { font-size: 1.4rem; }

.header .global_nav_list .lang_list_item ul li a:hover { color: #fff; }

@media (max-width: 768px) { .header .global_nav_list .lang_list_item ul li a { font-size: 2rem; } }

@media only screen and (max-width: 414px) { .header .global_nav_list { background-size: 170%; }
  .header .global_nav_list .nav_list_item ul li a { font-size: 175%; padding: 25px 0; } }

.nav_trigger { display: none; width: 30px; height: 20px; cursor: pointer; transition: all .4s; position: relative; z-index: 3; }

@media (max-width: 768px) { .nav_trigger { display: block; margin-left: auto; } }

.nav_trigger .hamburger { position: absolute; top: 35%; left: 50%; width: 100%; height: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.nav_trigger .hamburger .line { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin-top: 0; -ms-transform: translate(0, 0%); -webkit-transform: translate3d(0, 0%, 0); transform: translate3d(0, 0%, 0); -webkit-transition: width 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 444ms, margin-top 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms, -webkit-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms; transition: width 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 444ms, margin-top 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms, transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms; }

.nav_trigger .hamburger .line:nth-of-type(2) { -ms-transform: translate(0, 50%); -webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0); visibility: visible; -webkit-transition: visibility linear 222ms; transition: visibility linear 222ms; }

.nav_trigger .hamburger .line:nth-child(3) { -ms-transform: translate(0, 100%); -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }

.nav_trigger .hamburger .line span { position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: #000; -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg) translate3d(0, 0, 0); transform: rotate(0deg) translate3d(0, 0, 0); -webkit-transition: -webkit-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1); }

@media only screen and (max-width: 768px) { .nav_trigger { width: 20px; height: 13px; } }

body.js-open, body.js-news-open { overflow: hidden; }

.js-open .header .header_inner .global_nav_list { background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); visibility: visible; z-index: 2; transition: all .4s; opacity: 1; }

.js-open .header .header_inner .nav_trigger .hamburger .line { width: 100%; -ms-transform: translate(0, 50%); -webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0); -webkit-transition: width 222ms cubic-bezier(0.215, 0.61, 0.355, 1), margin-top 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms, -webkit-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms; transition: width 222ms cubic-bezier(0.215, 0.61, 0.355, 1), margin-top 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms, transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms; }

.js-open .header .header_inner .nav_trigger .hamburger .line span { background: #000; -webkit-transition: -webkit-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 444ms; transition: transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 444ms; }

.js-open .header .header_inner .nav_trigger .hamburger .line:nth-child(1) span { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg) translate3d(0, 0, 0); transform: rotate(45deg) translate3d(0, 0, 0); }

.js-open .header .header_inner .nav_trigger .hamburger .line:nth-child(2) span { visibility: hidden; -webkit-transition: visibility linear 444ms; transition: visibility linear 444ms; }

.js-open .header .header_inner .nav_trigger .hamburger .line:nth-child(3) span { -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg) translate3d(0, 0, 0); transform: rotate(-45deg) translate3d(0, 0, 0); }

.ttl { font-size: 4.8rem; font-family: "Nunito Sans", sans-serif; font-weight: 600; margin-bottom: 10rem; }

@media (max-width: 414px) { .ttl { margin-bottom: 5rem; } }

.l_container { text-align: center; margin: 0 auto; }

.l_header { padding: 7.5rem 0 6rem; background: url("../../assets/img/mv_bg.jpg") no-repeat center; background-size: cover; position: relative; }

.l_header .mv { width: 100%; max-width: 473px; margin: 0 auto; }

@media (max-width: 768px) { .l_header .mv { max-width: 400px; } }

@media (max-width: 414px) { .l_header .mv { max-width: 270px; } }

.l_header .sns_list { position: absolute; top: 45%; left: 2rem; }

.l_header .sns_list li:first-child { margin-bottom: 2rem; }

@media (max-width: 414px) { .l_header .sns_list { width: 7%; } }

.l_content { padding: 0 0 6.7rem; }

@media (max-width: 414px) { .l_content { padding: 0 0 6.7rem; } }

.l_content .content_item { max-width: 1350px; margin: 0 auto; padding: 0; }

.l_content .content_item.about { margin: 0 auto 10rem; max-width: none; }

.l_content .content_item .about_inner { background: url("../../assets/img/bg_about.jpg") no-repeat center; background-size: cover; margin: 0 auto; padding: 10rem 0; }

.l_content .content_item .about_inner .text { max-width: 1000px; margin: 0 auto; padding: 7rem 0; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); text-align: center; }

.l_content .content_item .about_inner .text dt { font-size: 4.8rem; font-family: "Nunito Sans", sans-serif; font-weight: 600; margin-bottom: 4rem; }

.l_content .content_item .about_inner .text dd { line-height: 1.5; letter-spacing: 1px; }

@media (max-width: 414px) { .l_content .content_item .about_inner .text { width: 94%; order: 1; margin: 0 auto 2rem; }
  .l_content .content_item .about_inner .text dt { text-align: center; }
  .l_content .content_item .about_inner .text dd { text-align: center; } }

.l_content .content_item .content_map { background: url("../../assets/img/img_hokuto.jpg") no-repeat center; background-size: cover; margin: 0 auto; padding: 25% 0 10%; }

@media (max-width: 414px) { .l_content .content_item .content_map { background: url("../../assets/img/img_hokuto.jpg") no-repeat 18%; background-size: cover; padding: 64% 0 3%; } }

.l_content .content_item .content_map_inner { max-width: 1150px; margin: 0 auto; }

.l_content .content_item .content_map_inner .txt { width: 40%; text-align: left; margin-right: 0; margin-left: auto; color: #fff; line-height: 1.5; }

@media (max-width: 414px) { .l_content .content_item .content_map_inner .txt { width: 94%; margin-right: auto; } }

@media (max-width: 414px) { .l_content .content_item.contents .flex_center { display: block; } }

.l_content .content_item.contents .img { width: 50%; }

@media (max-width: 414px) { .l_content .content_item.contents .img { width: 90%; margin: 0 auto 2rem; } }

.l_content .content_item.contents .text { width: 50%; text-align: left; padding-left: 5%; }

@media (max-width: 414px) { .l_content .content_item.contents .text { width: 90%; margin: 0 auto 2rem; } }

.l_content .content_item.contents .text .ttl { margin-bottom: 5rem; }

.l_content .content_item.contents .text dd { line-height: 1.5; letter-spacing: 1px; }

.l_content .content_item.contents .text dd .strong { font-size: 2.4rem; display: block; margin-top: 4.5rem; }

@media (max-width: 414px) { .l_content .content_item.contents .text dd { text-align: center; } }

.l_content .content_item.movie { margin: 10rem auto; }

@media (max-width: 414px) { .l_content .content_item.movie { margin: 5rem auto 10rem; } }

.l_content .content_item.movie .movie_item { width: 100%; padding-top: 632px; margin: 0 auto; position: relative; }

@media (max-width: 768px) { .l_content .content_item.movie .movie_item { padding-top: 56.25%; } }

.l_content .content_item.movie .movie_item iframe { position: absolute; top: 0; right: 0; left: 0; width: 100% !important; height: 100% !important; max-width: 966px; margin: 0 auto; }

.l_content .content_item.artist .content_inner { width: 100%; max-width: 1172px; margin: 0 auto; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); padding: 4rem 2rem; }

@media (max-width: 414px) { .l_content .content_item.artist .content_inner { width: 94%; } }

.l_content .content_item.artist ul { display: grid; grid-template-columns: 25% 25% 25% 25%; }

@media (max-width: 414px) { .l_content .content_item.artist ul { grid-template-columns: 50% 50%; } }

.l_content .content_item.artist ul li { width: 100%; margin-bottom: 10rem; }

.l_content .content_item.artist ul li .img { max-width: 237px; margin: 0 auto 2rem; overflow: hidden; }

.l_content .content_item.artist ul li .img img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }

@media (max-width: 768px) { .l_content .content_item.artist ul li .img img { width: 92%; } }

@media (max-width: 414px) { .l_content .content_item.artist ul li .img img { width: 92%; } }

.l_content .content_item.artist ul li .name { font-size: 1.4rem; }

.l_content .content_item.artist ul li:nth-child(5), .l_content .content_item.artist ul li:nth-child(6), .l_content .content_item.artist ul li:nth-child(7), .l_content .content_item.artist ul li:nth-child(8), .l_content .content_item.artist ul li:nth-child(9), .l_content .content_item.artist ul li:nth-child(10), .l_content .content_item.artist ul li:nth-child(11) { margin-bottom: 2rem; }

.l_content .content_item.artist ul li:nth-child(5) .name, .l_content .content_item.artist ul li:nth-child(6) .name, .l_content .content_item.artist ul li:nth-child(7) .name, .l_content .content_item.artist ul li:nth-child(8) .name, .l_content .content_item.artist ul li:nth-child(9) .name, .l_content .content_item.artist ul li:nth-child(10) .name, .l_content .content_item.artist ul li:nth-child(11) .name { color: #fff; }

@media (max-width: 414px) { .l_content .content_item.artist ul li:nth-child(5), .l_content .content_item.artist ul li:nth-child(6) { margin-bottom: 10rem; } }

.l_content .content_item.artist ul li a { display: block; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }

.l_content .content_item.artist ul li a:hover { opacity: .5; }

.l_content .content_item.artist ul li a:hover .img img { -webkit-transform: scale(1.2); transform: scale(1.2); }

.l_content .content_item.venue { max-width: none; margin: 0 auto 6.7rem; padding: 10rem 0 6.7rem; background: #000; }

@media (max-width: 414px) { .l_content .content_item.venue { margin: 0 auto 10rem; } }

.l_content .content_item.venue .ttl { color: #fff; }

.l_content .content_item.venue .content_inner { max-width: 1172px; margin: 0 auto; }

.l_content .content_item.venue ul { display: flex; flex-wrap: wrap; justify-content: space-between; }

@media (max-width: 414px) { .l_content .content_item.venue ul { display: block; } }

.l_content .content_item.venue ul li { width: 31%; margin-right: 2.5%; display: flex; flex-direction: unset; }

.l_content .content_item.venue ul li:nth-of-type(3n) { margin-right: 0; }

@media (max-width: 414px) { .l_content .content_item.venue ul li { width: 94%; margin-right: auto; margin-left: auto; margin-bottom: 4rem; }
  .l_content .content_item.venue ul li:nth-of-type(3n) { margin-right: auto; } }

.l_content .content_item.venue ul li .venue_item { display: flex; flex-direction: column; background: #F1F1F1; padding-bottom: 2rem; }

.l_content .content_item.venue ul li .venue_item dl { padding: 4rem 1.8rem 2rem; text-align: left; flex-grow: 1; }

.l_content .content_item.venue ul li .venue_item dl dt { font-size: 2.4rem; padding-left: 1.5rem; margin-bottom: 3rem; letter-spacing: -.01rem; }

.l_content .content_item.venue ul li .venue_item dl dd { font-size: 1.6rem; line-height: 1.5; }

.l_content .content_item.venue ul li .venue_item .btn_link a { width: 90%; margin: 0 auto; padding: 2rem 0; font-size: 1.8rem; font-family: "Nunito Sans", sans-serif; font-weight: 600; color: #fff; background: #000; border-radius: 20rem; text-align: center; display: inline-block; -webkit-transition: 0.3s; transition: 0.3s; }

.l_content .content_item.venue ul li .venue_item .btn_link a:hover { opacity: .5; }

@media (max-width: 414px) { .l_content .content_item.venue ul li .venue_item .btn_link a { width: 50%; } }

.l_content .content_item.register { margin: 0 auto; }

.l_content .content_item.register > p { margin: 0 auto 5rem; }

@media (max-width: 414px) { .l_content .content_item.register > p { line-height: 1.5; } }

.l_content .content_item.register .form_inner .input_item { margin: 0 auto 3rem; }

.l_content .content_item.register .form_inner .input_item input { width: 44rem; height: 6rem; font-size: 1.8rem; padding: .3rem 2rem; border: 1px solid #898888; }

@media (max-width: 414px) { .l_content .content_item.register .form_inner .input_item input { width: 30rem; } }

.l_content .content_item.register .form_inner .ajax_text { display: none; font-size: 1.8rem; margin: 3rem auto 0; }

.l_content .bg_pattern { position: relative; }

.l_content .bg_pattern:before { display: block; content: ""; width: 100%; height: 66vw; background: url("../../assets/img/bg_mountain.jpg") no-repeat center 90%; background-size: cover; background-position-y: bottom; position: absolute; bottom: 18%; left: 0; right: 0; margin: 0 auto; z-index: -1; }

@media (max-width: 414px) { .l_content .bg_pattern:before { height: 100vw; } }

.l_content .bg_pattern:after { display: block; content: ""; width: 100%; height: 20%; background: #000; background: linear-gradient(180deg, #0c0f18 0, #000 100%); position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; z-index: -2; }

.l_footer { background: #1A1A1A; padding: 2.5rem 0; }

.l_footer p { font-family: 'Hiragino Kaku Gothic ProN'; font-size: 1.2rem; letter-spacing: 0; color: #fff; }

@media (max-width: 414px) { .l_footer p { font-size: 1.2rem; } }

/* update content */
.update .l_glnav { width: 100%; }

.update .l_glnav_inner { width: 100%; }

.update .l_glnav_inner ul { display: flex; justify-content: center; border-bottom: 0.5px solid #000; }

.update .l_glnav_inner li { width: 25%; box-sizing: border-box; text-align: center; }

.update .l_glnav_inner li:not(:last-child) { border-right: 0.5px solid #000; }

.update .l_glnav_inner li a { width: 100%; height: 100%; padding: 2.5rem 0; display: flex; justify-content: center; align-items: center; font-size: 1.8rem; -webkit-transition: 0.3s; transition: 0.3s; }

.update .l_glnav_inner li a:hover { opacity: .5; }

@media (max-width: 768px) { .update .l_glnav_inner li a { font-size: 1.4rem; } }

.update .l_header { position: relative; }

.update .l_header_mail { width: 21rem; position: absolute; top: 1rem; right: 1rem; }

@media (max-width: 414px) { .update .l_header_mail { width: 17rem; } }

.update .l_header_mail a { width: 100%; padding: 1.8rem 0 1.8rem 5rem; background: #fff url("../../assets/img/icon_mail.svg") no-repeat 3rem center; border-radius: 30rem; display: block; -webkit-transition: 0.3s; transition: 0.3s; }

.update .l_header_mail a:hover { opacity: .5; }

@media (max-width: 768px) { .update .l_header_mail a { background: #fff url("../../assets/img/icon_mail.svg") no-repeat 3rem center; background-size: 3rem; } }

@media (max-width: 414px) { .update .l_header_mail a { background: #fff url("../../assets/img/icon_mail.svg") no-repeat 2.5rem center; font-size: 1rem; padding: 1rem 0 1rem 4rem; background-size: 2rem; } }

.update .l_content .content_item.about { max-width: none; padding: 0; }

.update .l_content .content_item.about .flex_center { max-width: 1150px; margin: 0 auto; padding: 0 1rem; }

.update .content_item.contents { margin: 0 auto 20rem; }

@media (max-width: 414px) { .update .content_item.contents { margin: 0 auto 10rem; } }

.update .content_item.contents img { padding-right: 10%; }

@media (max-width: 414px) { .update .content_item.contents img { padding-right: 0; margin: 0 auto 1rem; } }

.update .content_item.contents .text { text-align: left; }

@media (max-width: 414px) { .update .content_item.contents .text { width: 100%; text-align: center; } }

.update .content_item.contents .text dd { line-height: 1.5; letter-spacing: 1px; }

.update .content_item.contents .text dd .strong { font-size: 2.4rem; display: block; margin-top: 4.5rem; }

.update .content_item.contents .movie_item { margin: 20rem auto 0; padding-top: 632px; position: relative; }

@media (max-width: 768px) { .update .content_item.contents .movie_item { padding-top: 56.25%; } }

@media (max-width: 414px) { .update .content_item.contents .movie_item { margin: 10rem auto 0; } }

.update .content_item.contents .movie_item iframe { position: absolute; top: 0; right: 0; left: 0; width: 100% !important; height: 100% !important; max-width: 966px; margin: 0 auto; }

.update .content_item.artist ul { display: flex; flex-wrap: wrap; justify-content: space-between; }

.update .content_item.artist ul li { width: 30%; margin-right: 2.5%; margin-bottom: 10rem; }

.update .content_item.artist ul li:nth-of-type(3n) { margin-right: 0; }

@media (max-width: 414px) { .update .content_item.artist ul li { width: 48%; }
  .update .content_item.artist ul li:nth-of-type(3n) { margin-right: 2.5%; }
  .update .content_item.artist ul li:nth-of-type(2n) { margin-right: 0; } }

.update .content_item.artist ul li .img { margin-bottom: 2rem; overflow: hidden; }

.update .content_item.artist ul li .img img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }

.update .content_item.artist ul li .name { font-size: 2.4rem; }

.update .content_item.artist ul li a { display: block; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }

.update .content_item.artist ul li a:hover { opacity: .5; }

.update .content_item.artist ul li a:hover .img img { -webkit-transform: scale(1.2); transform: scale(1.2); }

.update .content_item.venue { margin: 0 auto 20rem; }

@media (max-width: 414px) { .update .content_item.venue { margin: 0 auto 10rem; } }

.update .content_item.venue ul { display: flex; flex-wrap: wrap; justify-content: space-between; }

@media (max-width: 414px) { .update .content_item.venue ul { display: block; } }

.update .content_item.venue ul li { width: 31%; margin-right: 2.5%; display: flex; flex-direction: unset; }

.update .content_item.venue ul li:nth-of-type(3n) { margin-right: 0; }

@media (max-width: 414px) { .update .content_item.venue ul li { width: 100%; margin-right: auto; margin-bottom: 4rem; }
  .update .content_item.venue ul li:nth-of-type(3n) { margin-right: auto; } }

.update .content_item.venue ul li .venue_item { display: flex; flex-direction: column; background: #F1F1F1; padding-bottom: 2rem; }

.update .content_item.venue ul li .venue_item dl { padding: 4rem 1.8rem 2rem; text-align: left; flex-grow: 1; }

.update .content_item.venue ul li .venue_item dl dt { font-size: 2.4rem; padding-left: 1.5rem; margin-bottom: 3rem; letter-spacing: -.01rem; }

.update .content_item.venue ul li .venue_item dl dd { font-size: 1.8rem; line-height: 1.5; }

.update .content_item.venue ul li .venue_item .btn_link a { width: 90%; margin: 0 auto; padding: 2rem 0; font-size: 1.8rem; font-family: "Nunito Sans", sans-serif; font-weight: 600; color: #fff; background: #000; border-radius: 20rem; text-align: center; display: inline-block; -webkit-transition: 0.3s; transition: 0.3s; }

.update .content_item.venue ul li .venue_item .btn_link a:hover { opacity: .5; }

@media (max-width: 414px) { .update .content_item.venue ul li .venue_item .btn_link a { width: 50%; } }
