@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{-webkit-box-sizing:border-box;box-sizing:border-box;border-style:solid;border-width:0}
html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
body{margin:0}
main{display:block}
p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}
ul,ol{margin:0;padding:0;list-style:none}
dt{font-weight:700}
dd{margin-left:0}
hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}
pre{font-family:monospace,monospace;font-size:inherit}
address{font-style:inherit}
a{background-color:transparent;text-decoration:none;color:inherit}
abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:inherit}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
svg,img,embed,object,iframe{vertical-align:bottom}
button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}
[type="checkbox"]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}
[type="radio"]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}
button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}
button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}
:-moz-focusring{outline:auto}
select:disabled{opacity:inherit}
option{padding:0}
fieldset{margin:0;padding:0;min-width:0}
legend{padding:0}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{outline-offset:-2px}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
label[for]{cursor:pointer}
details{display:block}
summary{display:list-item}
[contenteditable]:focus{outline:auto}
table{border-color:inherit}
caption{text-align:left}
td,th{vertical-align:top;padding:0}
th{text-align:left;font-weight:700}
html {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2B2B2B;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04;
  vertical-align: bottom; }
html body main {
    font-size: 16px; }
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.siteInner {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto; }
.pdf-img {
  width: auto; }
.footer {
  margin-top: 110px; }
.footer_snsList {
    margin-bottom: 38px; }
.ly_foot {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  background: #F8F8F8; }
.ly_foot .bl_sns {
    margin: 0 auto 70px;
    width: 21.875%;
    min-width: 350px;
    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; }
.ly_foot .bl_snsicon {
      -webkit-transition: .4s;
      transition: .4s; }
.ly_foot .bl_snsicon:hover {
        opacity: 0.7;
        -webkit-transition: .4s;
        transition: .4s; }
.ly_foot .bl_sns .bl_sns_icon_link-twitter {
      display: block;
      background: url(../img/common/twitter.png) center center/contain;
      width: 38px;
      height: 38px; }
.ly_foot .bl_sns .bl_sns_icon_link-instagram {
      display: block;
      background: url(../img/common/instagram.png) center center/contain;
      width: 38px;
      height: 38px; }
.ly_foot .bl_sns .bl_sns_icon_link-facebook {
      display: block;
      background: url(../img/common/facebook.png) center center/contain;
      width: 38px;
      height: 38px; }
.ly_foot .bl_sns .bl_sns_icon_link-line {
      display: block;
      background: url(../img/common/line.png) center center/contain;
      width: 38px;
      height: 38px; }
.ly_foot .bl_sns .bl_sns_icon_link-youtube {
      display: block;
      background: url(../img/common/youtube.png) center center/contain;
      width: 40px;
      height: 27px; }
.ly_foot .bl_foot_title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 900;
    color: #5C3468;
    text-align: center;
    letter-spacing: -0.04rem; }
.ly_foot .bl_foot_address {
    margin-bottom: 45px;
    text-align: center;
    color: #707070;
    font-size: 14px; }
.ly_foot .bl_copy {
    display: block;
    padding-bottom: 30px;
    font-size: 100%;
    text-align: center;
    color: #707070;
    font-size: 12px;
    letter-spacing: -0.03rem; }
#Gnav_over {
  display: none; }
.ly_header {
  width: 100%;
  height: 80px;
  position: fixed;
  background: #fff;
  z-index: 1000; }
.ly_header_inner {
    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; }
.ly_header_icon {
    width: 207px;
    height: 80px;
    margin-left: 25px;
    -webkit-transition: .4s;
    transition: .4s;
    margin-right: 25px; }
.ly_header_icon_link {
      display: block;
      width: 100%;
      height: 80px;
      background: url(../img/common/header_icon.png) no-repeat center center/contain; }
.ly_header_icon:hover {
      -webkit-transition: .4s;
      transition: .4s;
      opacity: 0.7; }
.ly_header_info {
    width: 286px;
    height: 80px;
    -webkit-transition: .4s;
    transition: .4s;
    background: #5C3468; }
.ly_header_info_link {
      display: block;
      font-size: 18px;
      line-height: 80px;
      text-align: center;
      width: 100%;
      height: 80px;
      background: #5C3468;
      color: #fff;
      font-weight: bold;
      position: relative; }
.ly_header_info_link::after {
        content: "";
        display: block;
        position: absolute;
        background: url(../img/common/btn_arrow_header.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 14.68px;
        height: 12.08px;
        right: 30px;
        top: calc( 50% - 6.2px); }
.ly_header_info:hover {
      -webkit-transition: .4s;
      transition: .4s;
      opacity: 0.7; }
.ly_header_shadow {
    -webkit-box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.6); }
header.header-bg {
  -webkit-box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.6); }
.bl_mainvis {
  padding-top: 110px; }
.bl_mainvis_image {
    display: block;
    width: calc( 100% - 8%);
    height: auto;
    margin: 0 4%; }
@font-face {
  font-family: "たづがね角ゴシック StdN XBlack";
  src: url(../font/TazuganeGothicStdN-XBlack.otf); }
.i-ano {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  padding-left: 16px;
  text-indent: -16px; }
.yosougai {
  margin: 0;
  display: block;
  overflow: hidden;
  position: relative; }
.yosougai a {
    -webkit-transition: .6s;
    transition: .6s; }
.yosougai a:hover {
      opacity: .7;
      text-decoration: none; }
.yosougai h1, .yosougai h2, .yosougai h3, .yosougai h4, .yosougai p, .yosougai ul, .yosougai li, .yosougai a {
    font-family: 'Noto Sans JP', sans-serif; }
.bl_intro {
  padding-top: 86px; }
.bl_intro_inner {
    max-width: 1140px;
    margin: 0 auto 173px;
    position: relative; }
.bl_intro_box {
    margin-left: 20px;
    margin-right: 20px; }
.bl_intro_boxItem {
      max-width: 720px; }
.bl_intro_boxItemText {
        font-family: "たづがね角ゴシック StdN XBlack" !important;
        font-size: 25px;
        line-height: 2;
        color: #2B2B2B; }
.bl_intro_boxText {
      display: block;
      max-width: 698px;
      height: auto; }
.bl_intro_boxLogo {
      max-width: 624.53px;
      height: auto;
      margin-top: 45px; }
.bl_intro_arrow img {
    position: absolute;
    right: -570px;
    top: -118px;
    z-index: -1; }
.bl_movie_inner {
  max-width: 1140px;
  margin: 0 auto 130px;
  position: relative; }
.bl_movie_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  margin-right: 20px; }
.bl_movie_boxItem:nth-child(1) {
    width: calc( 40% - 60px);
    margin-right: 60px;
    margin-top: -15%; }
.bl_movie_boxItem:nth-child(2) {
    width: 60%; }
.bl_movie_main {
  width: 100%;
  aspect-ratio: 16 / 9; }
.bl_movie_main iframe {
    width: 100%;
    height: 100%; }
.bl_movie_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.bl_movie_listsItem {
    width: calc( 100% / 3);
    margin-top: 14px;
    margin-right: 14px;
    cursor: pointer;
    position: relative; }
.bl_movie_listsItem:last-child {
      margin-right: 0; }
.bl_movie_listsItem img {
      border-radius: 10px; }
.bl_movie_title {
  font-family: "たづがね角ゴシック StdN XBlack" !important;
  font-size: 46px;
  margin-bottom: 20px;
  line-height: 1.2; }
.bl_movie_titleImage {
    max-width: 258px;
    height: auto;
    margin: 0 auto 24px; }
.bl_movie_text {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4; }
.bl_movie_arrow img {
  position: absolute;
  left: calc( 30% - 800px);
  top: -311px;
  z-index: -1;
  max-width: 800px; }
.bl_modal {
  background: #F8F8F8;
  padding-top: 130px;
  padding-bottom: 90px; }
.bl_modal_inner {
    max-width: 1140px;
    margin: 0 auto; }
.bl_modal_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 15px;
    position: relative;
    z-index: 100; }
.bl_modal_boxItem {
      width: calc( 100% / 3 - 14px);
      margin: 0 7px 40px;
      overflow: hidden;
      border-radius: 10px;
      -webkit-box-shadow: 2px 8px 14px -9px rgba(0, 0, 0, 0.3);
              box-shadow: 2px 8px 14px -9px rgba(0, 0, 0, 0.3); }
.bl_modal_boxItem:hover {
        -webkit-transition: .4s all;
        transition: .4s all;
        -webkit-box-shadow: 2px 10px 16px -9px rgba(0, 0, 0, 0.3);
                box-shadow: 2px 10px 16px -9px rgba(0, 0, 0, 0.3); }
.bl_modal_open {
    background: #FFFFFF;
    border-radius: 10px;
    cursor: pointer; }
.bl_modal_open:hover .bl_modal_openImage {
      -webkit-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1);
      -webkit-transition: .4s all;
      transition: .4s all; }
.bl_modal_openImage {
      overflow: hidden; }
.bl_modal_openImageWrap {
        overflow: hidden; }
.bl_modal_openText {
      background: #FFFFFF;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      padding: 20px;
      height: 100px;
      width: 100%; }
.bl_modal_openTextInner {
        font-size: 16px;
        display: block;
        overflow: hidden;
        line-height: 30px;
        height: 60px; }
.e_popup {
  padding: 40px 90px 40px 80px; }
.e_popup_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px; }
.e_popup_boxItem:nth-child(1) {
      width: 50%; }
.e_popup_boxItem:nth-child(2) {
      width: calc( 50% - 70px);
      margin-left: 70px; }
.e_popup_boxItem img {
      width: 100%;
      height: auto; }
.e_popup_boxItemCaption {
      background: #F4F4F4;
      padding: 21px 14px; }
.e_popup_boxItemCaption .affiliation {
        font-size: 15px;
        font-weight: bold; }
.e_popup_boxItemCaption .name {
        font-size: 19px;
        font-weight: bold; }
.e_popup_text {
    font-size: 16px;
    margin-bottom: 55px;
    line-height: 2; }
.e_popup_text em {
      font-style: normal;
      font-weight: bold; }
.e_popup_link {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.e_popup_linkBtn {
      width: 480px;
      height: 80px;
      line-height: 74px;
      color: #5C3468;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      background: #fff;
      border-radius: 200px;
      border: solid 2px #5C3468;
      -webkit-box-shadow: 4px 7px 13px -6px rgba(0, 0, 0, 0.4);
              box-shadow: 4px 7px 13px -6px rgba(0, 0, 0, 0.4);
      opacity: 1 !important; }
.e_popup_linkBtn:hover {
        background: #5C3468;
        -webkit-box-shadow: 4px 7px 13px -4px rgba(0, 0, 0, 0.6);
                box-shadow: 4px 7px 13px -4px rgba(0, 0, 0, 0.6);
        color: #fff; }
.bl_links {
  background: #F8F8F8; }
.bl_links_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px; }
.bl_links_boxItem {
      width: 430px;
      height: 80px;
      line-height: 76px;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      background: #fff;
      border-radius: 200px;
      border: solid 2px #5C3468;
      background: #5C3468;
      color: #fff;
      -webkit-box-shadow: 4px 7px 13px -6px rgba(0, 0, 0, 0.4);
              box-shadow: 4px 7px 13px -6px rgba(0, 0, 0, 0.4); }
.bl_links_boxItem:last-child {
        margin-left: 40px; }
.bl_links_boxItem:hover {
        border: solid 2px #5C3468;
        background: #fff;
        color: #5C3468;
        opacity: 1 !important;
        -webkit-box-shadow: 4px 7px 13px -4px rgba(0, 0, 0, 0.6);
                box-shadow: 4px 7px 13px -4px rgba(0, 0, 0, 0.6); }
.bl_links_boxItemBtn {
        display: block;
        font-size: 20px;
        width: 430px;
        height: 80px;
        line-height: 76px; }
.bl_links_boxItemBtn:hover {
          opacity: 1 !important; }
.bl_links_past {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 100px; }
.bl_links_pastBtn {
      font-size: 20px;
      font-weight: bold;
      position: relative; }
.bl_links_pastBtn::after {
        content: "";
        display: block;
        position: absolute;
        background: url(../img/common/btn_arrow.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 23.66px;
        height: 14.21px;
        right: -24px;
        top: 7.5px; }
.video_current.bl_movie_listsItem::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(206, 151, 222, 0.25);
  border: solid 4px #9250A5;
  border-radius: 10px; }
.bl_topBtn {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: url(../img/common/toTop.jpg) center center/contain;
  z-index: 1000;
  display: none; }
.bl_topBtn.bl_top-show {
    display: block; }
@supports (-webkit-line-clamp: 2) {
  .bl_modal_openTextInner {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; } }
#mainVideo {
  border-radius: 10px; }
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000;
  overflow-x: auto; }
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%; }
.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8); }
.modal-content_inner {
  position: relative;
  width: 80%;
  margin: 100px auto;
  position: relative;
  background: #fff;
  padding: 60px 80px; }
.modal-content_iner {
  position: relative; }
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px; }
.modal-closeBtn {
  display: block;
  position: relative;
  width: 40px;
  height: 40px; }
.modal-closeBtn::before, .modal-closeBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 40px;
  background: #5C3468; }
.modal-closeBtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
.modal-closeBtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0; }
.movie_center {
  margin: 2.0em auto 0;
  z-index: 1000; }
.movie_center iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%; }
#movie-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
#movie-menu li + li {
  margin-left: 5px; }
#movie-menu img {
  aspect-ratio: 1.618 / 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 0;
     object-position: 100% 0;
  cursor: pointer; }
@media screen and (max-width: 720px) {
    html {
      font-size: 14px; }
      html body main {
        font-size: 14px; }
  .sp-hide {
    display: none; }
      .ly_foot .bl_foot_title {
        font-size: 18px; }
      .ly_foot .bl_foot_address {
        font-size: 13px; }
      .ly_foot .bl_copy {
        font-size: 9px; }
    .ly_header {
      height: 70px; }
      .ly_header_inner {
        height: 70px; }
        .ly_header_icon_link {
          height: 70px; }
      .ly_header_info {
        height: 70px; }
        .ly_header_info_link {
          font-size: 14px;
          line-height: 70px;
          height: 70px; }
          .ly_header_info_link::after {
            right: 10px; }
      .bl_mainvis_image {
        width: 100%;
        margin: 0; }
    .bl_intro {
      padding-top: 40px; }
      .bl_intro_inner {
        max-width: 100%;
        margin: 0 auto 90px; }
          .bl_intro_boxItemText {
            font-size: 16px;
            line-height: 2.4;
            text-shadow: 0px 0px 5px white; }
      .bl_intro_arrow img {
        top: 30px;
        right: calc( 80% - 630px);
        width: 630px;
        height: auto; }
    .bl_movie_inner {
      max-width: 100%;
      margin: 0 auto 60px; }
    .bl_movie_box {
      display: block; }
      .bl_movie_boxItem:nth-child(1) {
        width: 100%;
        margin-top: 0; }
      .bl_movie_boxItem:nth-child(2) {
        width: 100%; }
    .bl_movie_title {
      font-size: 30px;
      text-align: center;
      margin-bottom: 8px; }
      .bl_movie_titleImage {
        max-width: 168px; }
    .bl_movie_text {
      font-weight: normal;
      font-size: 16px;
      margin-bottom: 34px; }
    .bl_movie_arrow img {
      top: 30px;
      left: calc( 40% - 300px);
      top: -170px;
      width: 300px;
      height: auto; }
    .bl_modal {
      padding-top: 60px;
      padding-bottom: 70px; }
      .bl_modal_inner {
        max-width: 100%;
        margin: 0 14px; }
      .bl_modal_box {
        margin: 0 auto; }
        .bl_modal_boxItem {
          width: calc( 100% / 2 - 14px);
          margin: 0 7px 22px; }
        .bl_modal_openText {
          height: 80px;
          padding: 10px; }
          .bl_modal_openTextInner {
            font-size: 13px;
            line-height: 20px;
            height: 60px; }
      .e_popup_box {
        display: block; }
        .e_popup_boxItem:nth-child(1) {
          width: 100%;
          margin-bottom: 10px; }
        .e_popup_boxItem:nth-child(2) {
          width: 100%;
          margin-left: 0;
          margin-bottom: 40px; }
      .e_popup_text {
        margin: 0 5px 55px; }
      .e_popup_link {
        padding: 10px 0; }
        .e_popup_linkBtn {
          width: 100%;
          font-size: 16px;
          height: 65px;
          line-height: 59px; }
      .bl_links_box {
        display: block; }
        .bl_links_boxItem {
          width: calc( 100% - 28px);
          height: 65px;
          line-height: 58px;
          margin: 0 14px 0; }
          .bl_links_boxItem:last-child {
            margin: 20px 14px 0; }
          .bl_links_boxItemBtn {
            font-size: 16px;
            width: 100%;
            height: 65px;
            line-height: 58px; }
      .bl_links_past {
        padding-bottom: 57px; }
    .bl_topBtn {
      right: 15px; }
    @supports (-webkit-line-clamp: 2){
      .bl_modal_openTextInner {
        -webkit-line-clamp: 3; }}
    .modal-content_inner {
      width: calc( 100% - 30px);
      margin: 100px 15px;
      padding: 60px 20px; }
    .modal-close {
      top: 10px;
      right: 10px; }
    .modal-closeBtn {
      width: 30px;
      height: 30px; }
    .modal-closeBtn::before, .modal-closeBtn::after {
      width: 3px;
      height: 30px; } }
@media screen and (min-width: 721px) {
  .pc-hide {
    display: none; } }
@media screen and (max-width: 900px) {
    .footer {
      margin-top: 70px; }
      .footer_snsList {
        margin-bottom: 42px; }
      .ly_foot .bl_sns {
        margin: 0 auto 40px; } }
@media screen and (min-width: 1200px) {
      .bl_intro_inner {
        max-width: 80%; }
      .bl_intro_arrow img {
        right: calc( 50% - 1200px);
        max-width: 1200px;
        height: auto; }
    .bl_movie_inner {
      max-width: 80%; }
    .bl_movie_arrow img {
      left: calc( 30% - 800px);
      max-width: 800px; }
      .bl_modal_inner {
        max-width: 80%; }
    .bl_topBtn {
      right: 4%; }
    .modal-content_inner {
      max-width: 900px;
      width: auto; }
    .modal-close {
      top: 10px;
      right: 10px; } }
