@media (min-width: 769px) {
  .over {
    transition: opacity 0.35s ease;
    cursor: pointer;
  }
}
@media (min-width: 769px) and (hover: hover) {
  .over:hover {
    opacity: 0.7;
  }
}

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

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.txt-bold {
  font-weight: 600;
}

.wrapper-inner {
  box-sizing: border-box;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  max-width: 1148px;
}

img {
  max-width: 100%;
}

.mainvisual {
  position: relative;
  line-height: 0;
}
.mainvisual img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mainvisual img {
    width: 100%;
  }
  .mainvisual > p {
    display: none;
  }
  .mainvisual > p:nth-child(1) {
    display: block;
  }
}
.mainvisual .slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 24px;
}
.mainvisual .slick-dots li {
  font-size: 0;
  margin: 0 5px;
  padding: 0;
}
.mainvisual .slick-dots li.slick-active button {
  background: #fff;
}
.mainvisual .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 50%;
  background: #3F5A71;
  cursor: pointer;
}

.list-anchor {
  display: flex;
  line-height: 0;
}
@media (min-width: 769px) {
  .list-anchor {
    width: 1134px;
    box-sizing: border-box;
    margin: 32px auto 19px;
    max-width: 100%;
  }
}
.list-anchor li {
  width: 33.33%;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (min-width: 769px) {
  .list-anchor li {
    padding: 0 16px;
  }
}
@media (min-width: 769px) and (max-width: 1166px) {
  .list-anchor li {
    padding: 0 10px;
  }
}
.list-anchor li:nth-child(1) {
  border-left: none;
}
.list-anchor li:nth-last-child(1) {
  border-right: none;
}
.list-anchor li a {
  display: flex;
  padding: 6px 0 22px;
  flex-direction: column;
  background: #3F5A71;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
@media (min-width: 769px) {
  .list-anchor li a {
    padding: 0;
    height: 58px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .list-anchor li a {
    font-weight: 600;
  }
}
@media (max-width: 374px) {
  .list-anchor li a {
    font-size: 12px;
  }
}
.list-anchor li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, 0) rotate(-45deg);
}
@media (min-width: 769px) {
  .list-anchor li a:before {
    left: auto;
    right: 40px;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%) rotate(-45deg);
  }
}
.list-anchor li a span {
  font-size: 10px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .list-anchor li a span {
    font-weight: 600;
  }
}
@media (min-width: 769px) {
  .list-anchor li a span {
    margin-bottom: 2px;
  }
}
@media (max-width: 374px) {
  .list-anchor li a span {
    font-size: 8px;
  }
}

.section-ttl {
  font-size: 24px;
  line-height: 40px;
}
.section-ttl span {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 22px;
  padding-left: 26px;
  color: #3F5A71;
}
.section-ttl span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background: url("../img/ttl_deco.png") center no-repeat;
  background-size: 100%;
}

#sec1 {
  padding: 61px 0;
  color: #232323;
}
@media (min-width: 769px) {
  #sec1 {
    text-align: center;
    padding-bottom: 81px;
  }
}
#sec1 h2 {
  margin-bottom: 52px;
}
@media (min-width: 769px) {
  #sec1 h2 {
    margin-bottom: 59px;
  }
}
#sec1 .content {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 51px;
}
@media (min-width: 769px) {
  #sec1 .content {
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 96px;
  }
}
@media (max-width: 374px) {
  #sec1 .content {
    font-size: 13px;
    line-height: 30px;
  }
}
#sec1 .content p + p {
  margin-top: 32px;
}
@media (min-width: 769px) {
  #sec1 .content p + p {
    margin-top: 38px;
  }
}

#movie {
  padding: 63px 0 0;
  background: #BDD6E6;
  overflow: hidden;
}
@media (min-width: 769px) {
  #movie {
    padding-top: 71px;
  }
  #movie .group_outer {
    background: #fff;
    padding-top: 24px;
  }
  #movie .group_outer2 {
    background: #fff;
  }
  #movie .group_inner {
    display: flex;
    flex-wrap: wrap;
    width: 1390px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  #movie .group_inner {
    width: calc(100% + 28px);
    margin: 0 -14px;
  }
}
@media (max-width: 768px) {
  #movie .group_inner .grp1 {
    padding-top: 3px;
  }
  #movie .group_inner .grp1 .block-txt {
    position: relative;
  }
  #movie .group_inner .grp1 .block-txt:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 99%;
    height: 5px;
    background: #BDD6E6;
  }
}
#movie .section-ttl {
  margin-bottom: 22px;
}
@media (min-width: 769px) {
  #movie .section-ttl {
    margin-bottom: 72px;
  }
}
#movie .group_block {
  margin: 0 -2px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding-bottom: 19px;
}
@media (min-width: 769px) {
  #movie .group_block {
    margin: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px 24px;
  }
}
#movie .group_block .col {
  width: 50%;
  box-sizing: border-box;
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (min-width: 769px) {
  #movie .group_block .col.full-width {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  #movie .group_block .col.full-width img {
    width: 64.275%;
    margin: 0 auto;
  }
}
#movie .group_block .block-txt, #movie .group_block .block-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BDD6E6;
  height: 100%;
}
#movie .group_block .block-txt {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
#movie .group_block .block {
  height: 49.6vw;
}
@media (min-width: 769px) {
  #movie .group_block .block {
    height: 332px;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  #movie .group_block .block {
    height: 24.4vw;
  }
}
#movie .group_block .block-img {
  overflow: hidden;
  position: relative;
  background: #eee;
}
#movie .group_block .block-img video {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
#movie .group_block.grp5 {
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  #movie .group_block.grp5 {
    margin: 0 auto;
    width: 1368px;
  }
}
@media (min-width: 769px) and (max-width: 1360px) {
  #movie .group_block.grp5 {
    width: calc(100% + 4px);
    margin: 0 -2px;
    padding: 0;
  }
}
#movie .group_block.grp5 .popup {
  width: 100%;
}
@media (max-width: 768px) {
  #movie .group_block.grp5 .popup + .popup {
    margin-top: 3px;
  }
}
@media (max-width: 768px) {
  #movie .group_block.grp5 .popup + p {
    margin-top: 3px;
  }
}
@media (min-width: 769px) {
  #movie .group_block.grp5 .popup {
    width: 25%;
    padding: 0 2px;
  }
}
#movie .group_block.grp5 span {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  display: block;
  background: #eee;
}
#movie .group_block.grp5 span video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#movie .group_block.grp5 .list-desc {
  display: flex;
  width: 698px;
  margin: 73px auto 0;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #movie .group_block.grp5 .list-desc {
    flex-direction: column;
    margin-top: 53px;
  }
}
#movie .group_block.grp5 dl {
  text-align: center;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  #movie .group_block.grp5 dl + dl {
    margin-top: 56px;
  }
}
#movie .group_block.grp5 dl dt {
  margin-bottom: 20px;
  color: #11203C;
}
@media (min-width: 769px) {
  #movie .group_block.grp5 dl dt {
    margin-bottom: 27px;
  }
}
#movie .group_block.grp5 dl dd {
  margin: 0;
}
#movie .group_block.grp5 dl dd a {
  display: flex;
  width: 260px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background: #3F5A71;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 17px 0;
  font-size: 14px;
}
#movie .group_block.grp5 dl dd a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}
#movie .group_block.grp5 .row-bott {
  width: calc(100% + 4px);
  display: flex;
  margin: 0 -2px;
  margin-top: 48px;
}
#movie .group_block.grp5 .row-bott .group_block {
  padding: 0;
  width: 100%;
  margin: 0;
}
#movie .group_block.grp5 .row-bott .group_block .block-txt, #movie .group_block.grp5 .row-bott .group_block .block-icon {
  background: #F8F7F7;
}
@media (min-width: 769px) and (max-width: 1366px) {
  #movie .group_block.grp5 .row-bott .col.full-width img {
    height: auto;
    width: auto;
  }
}
#movie .group_block.grp5 .row-bott .block {
  width: 100%;
  padding: 0;
  height: 340px;
}
@media (min-width: 769px) and (max-width: 1366px) {
  #movie .group_block.grp5 .row-bott .block {
    height: 24.891vw;
  }
}
@media (max-width: 768px) {
  #movie .group_block.grp5 .row-bott .block {
    height: 49.6vw;
  }
}

#contents {
  padding: 65px 0 80px;
  background: #BDD6E6;
}
@media (min-width: 769px) {
  #contents {
    padding: 96px 0 112px;
  }
}
#contents h2 {
  margin-bottom: 44px;
  letter-spacing: -0.03em;
  margin-right: -10px;
}
@media (max-width: 768px) {
  #contents h2 {
    margin-bottom: 55px;
  }
}
@media (min-width: 769px) {
  #contents .right {
    padding-right: 85px;
    padding-top: 15px;
    max-width: 52%;
  }
  #contents .right img {
    max-width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  #contents .right {
    padding-right: 0;
  }
}
#contents .moviemaker_logo {
  width: 295px;
  margin: 0 auto 55px;
  max-width: 100%;
}
@media (min-width: 769px) {
  #contents .moviemaker_logo {
    width: 478px;
    margin-bottom: 33px;
    max-width: 100%;
  }
}
#contents dl {
  text-align: center;
  width: 100%;
  margin: 0;
}
#contents dl dt {
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 22px;
  color: #11203C;
}
@media (min-width: 769px) {
  #contents dl dt {
    margin-bottom: 29px;
  }
}
#contents dl dd {
  margin: 0;
}
#contents dl dd a {
  display: flex;
  width: 328px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background: #3F5A71;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 17px 19px 17px 0;
  letter-spacing: 0.02em;
  font-size: 14px;
  max-width: 100%;
}
#contents dl dd a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}
@media (max-width: 374px) {
  #contents dl dd a:before {
    right: 15px;
  }
}
@media (max-width: 374px) {
  #contents dl dd a {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  #contents .wrapper-inner {
    display: flex;
    justify-content: space-between;
  }
}

.accordion .accor-content {
  display: none;
}
@media (min-width: 769px) {
  .accordion {
    width: 651px;
  }
}

#events {
  padding: 64px 0 80px;
  background: #3F5A71;
  color: #fff;
  position: relative;
}
#events #event {
  position: absolute;
  top: -30px;
}
@media (min-width: 769px) {
  #events {
    padding: 92px 0 110px;
  }
  #events #event {
    position: absolute;
    top: 0;
  }
}
#events h2 {
  margin-bottom: 23px;
  position: relative;
}
@media (min-width: 769px) {
  #events h2 {
    align-self: flex-start;
    min-height: 301px;
  }
}
#events h2:before {
  content: "";
  position: absolute;
  right: 10px;
  top: -30px;
  width: 51px;
  height: 57px;
  background: url("../img/sec4_icon.png") center no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 769px) {
  #events h2:before {
    top: auto;
    right: auto;
    left: 15px;
    bottom: 0;
    width: 66px;
    height: 73px;
  }
}
@media (min-width: 769px) {
  #events h2 {
    margin-bottom: 0;
  }
}
#events h2 span {
  color: #fff;
}
@media (min-width: 769px) {
  #events .row {
    display: flex;
    justify-content: space-between;
    margin: 0 -16px;
  }
  #events .row > * {
    padding: 0 16px;
    box-sizing: border-box;
  }
  #events .row .list-btn {
    padding-top: 17px;
    max-width: 61%;
  }
  #events .row .thumb-img {
    width: 50%;
  }
  #events .row .thumb-img + .thumb-img {
    margin-top: 0;
  }
}
#events .accordion + .accordion, #events .accordion + .btn_link, #events .btn_link + .btn_link {
  margin-top: 8px;
}
#events .accor-link {
  cursor: pointer;
}
#events .accor-link, #events .btn_link a {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  background: #D6E8ED;
  height: 65px;
  width: 100%;
  padding: 0 24px;
  align-items: center;
  color: #000;
  text-decoration: none;
  position: relative;
  transition: all 0.35s ease;
}
@media (min-width: 769px) {
  #events .accor-link, #events .btn_link a {
    width: 651px;
    height: 65px;
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  #events .accor-link, #events .btn_link a {
    font-size: 12px;
  }
}
#events .accordion {
  box-shadow: inset 0 0 0 2px #CADFE5;
  transition: all 0.35s ease;
  background: #fff;
  color: #11203C;
  max-width: 100%;
}
#events .accordion.active .accor-link {
  background: #fff;
  height: 90px;
}
#events .accordion.active .accor-link span {
  opacity: 1;
}
#events .accordion.active .accor-link:before, #events .accordion.active .accor-link:after {
  width: 16px;
}
@media (min-width: 769px) {
  #events .accordion.active .accor-link:before, #events .accordion.active .accor-link:after {
    width: 24px;
  }
}
#events .accordion.active .accor-link:before {
  content: "";
  transform: translate(0, -50%) rotate(45deg);
}
#events .accordion.active .accor-link:after {
  transform: translate(0, -50%) rotate(135deg);
}
#events .accor-link span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #BDD6E6;
  border-bottom: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}
#events .accor-link:before, #events .accor-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 2px;
  background: #000;
  transform: translate(0, -50%);
  transition: all 0.35s ease;
}
@media (max-width: 374px) {
  #events .accor-link:before, #events .accor-link:after {
    right: 15px;
  }
}
#events .accor-link:after {
  transform: translate(0, -50%) rotate(90deg);
}
#events .accor-content {
  padding: 0 20px 32px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 769px) {
  #events .accor-content {
    font-size: 16px;
    line-height: 24px;
  }
}
#events .accor-content a {
  color: inherit;
}
@media (min-width: 769px) and (hover: hover) {
  #events .accor-content a:hover {
    text-decoration: none;
  }
}
#events .accor-content .smll {
  font-size: 0.85em;
  line-height: 1.5;
}
#events .accor-content .photo {
  margin-top: 20px;
}
#events .accor-content .photo img {
  width: 100%;
}
@media (min-width: 769px) {
  #events .accor-content .photo {
    width: 470px;
    margin-left: auto;
    max-width: 100%;
    margin-right: auto;
  }
}
#events .btn_link a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(0, -50%) rotate(45deg);
}
@media (max-width: 374px) {
  #events .btn_link a:before {
    right: 15px;
    width: 10px;
    height: 10px;
  }
}
#events .btn_link a.positionIcon {
  padding-left: 52px;
  position: relative;
}
#events .btn_link a.positionIcon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 23px;
  width: 23px;
  height: 23px;
  transform: translate(0, -50%);
  background: url("../img/icon_location.png") center no-repeat;
  background-size: 100% 100%;
  border: none;
}

#sec5 {
  padding: 75px 0 80px;
}
@media (min-width: 769px) {
  #sec5 {
    padding: 90px 0 95px;
  }
}
#sec5 h3 {
  margin: 0 0 21px;
  font-size: 28px;
  line-height: 38px;
}
#sec5 .col + .col {
  margin-top: 32px;
}
#sec5 .thumb-img {
  position: relative;
}
#sec5 .thumb-img .specialMovie.hide {
  opacity: 0;
  visibility: hidden;
}
#sec5 .thumb-img .specialMovie.hide + .specialIframe {
  display: block;
}
#sec5 .thumb-img img {
  width: 100%;
}
#sec5 .thumb-img .specialIframe {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  padding-bottom: 56.25%;
  z-index: 1;
  display: none;
}
#sec5 .thumb-img .specialIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  #sec5 .row {
    display: flex;
    justify-content: center;
    margin: 0 -8px;
    flex-wrap: wrap;
  }
  #sec5 .row > * {
    padding: 0 8px;
    box-sizing: border-box;
  }
  #sec5 .row .col {
    width: 50%;
    margin-bottom: 16px;
  }
  #sec5 .row .col + .col {
    margin-top: 0;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  font-weight: normal;
  font-weight: 700;
  opacity: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 0);
  transition: all 0.35s ease;
  transition-delay: 0.2s;
  background: none;
}
.modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal-mv {
  transform: none;
  opacity: 1;
}
.modal.active .modal-overlay {
  opacity: 1;
}
.modal .modal_outer {
  max-height: 100vh;
  max-height: 100dvh;
  overflow: auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .modal .modal_outer {
    max-width: 100%;
    width: 100%;
  }
}
.modal .modal-inner {
  position: relative;
  z-index: 1;
  padding: 57px 0 22px;
}
@media (min-width: 769px) {
  .modal .modal-inner {
    padding: 85px 60px 118px;
    min-height: 678px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .modal .modal-inner .main_video {
    position: absolute;
    top: 89px;
    right: 60px;
    width: 500px;
    bottom: 89px;
    height: 500px;
    max-width: 45.454545%;
    overflow: hidden;
  }
  .modal .modal-inner .wrapper-inner {
    padding: 0;
  }
  .modal .modal-inner .wrapper-inner > * {
    width: 415px;
    max-width: 42.34%;
  }
}
.modal .modal-inner .thumb_image {
  z-index: 1;
  cursor: pointer;
}
.modal .modal-inner .thumb_image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  background: url("../img/icon_play.png") center no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 769px) {
  .modal .modal-inner .thumb_image:before {
    width: 92px;
    height: 92px;
  }
}
.modal .modal-inner .thumb_image + .video_src {
  opacity: 0;
  visibility: hidden;
}
.modal .modal-inner .thumb_image.hide {
  opacity: 0;
  visibility: hidden;
}
.modal .modal-inner .thumb_image.hide + .video_src {
  opacity: 1;
  visibility: visible;
}
.modal .modal-inner .video_src {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.modal .modal-inner .video_src iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-mv {
  opacity: 0;
  transition: opacity 1s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: content-box;
  background: #BDD6E6;
  position: relative;
  z-index: 1;
  transition: background 0.2s ease;
}
.modal .modal-mv.style2 {
  background: #F8F7F7;
}
@media (min-width: 769px) {
  .modal .modal-mv {
    width: 1100px;
    margin: 0 auto;
  }
}
.modal .modal-mv .btn-close {
  position: absolute;
  top: 30px;
  right: 24px;
  width: 16px;
  height: 16px;
  background: url("../img/modal_close.svg") center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 5;
}
@media (min-width: 769px) {
  .modal .modal-mv .btn-close {
    width: 24px;
    height: 24px;
    top: 32px;
    right: 32px;
  }
}
.modal .modal-mv .main_video video {
  width: 100%;
}
.modal .modal-mv .main_video > * {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .modal .modal-mv .main_video {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
  }
  .modal .modal-mv .main_video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.modal .modal-mv .modal_wrap_content {
  padding: 0 3.125rem;
}
@media (max-width: 768px) {
  .modal .modal-mv .modal_wrap_content {
    padding: 0 0.9375rem;
  }
}
.modal h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  text-indent: -10px;
}
@media (min-width: 769px) {
  .modal h2 {
    font-size: 20px;
    line-height: 28px;
    text-indent: -13px;
  }
}
.modal .txt {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 37px;
  line-height: 18px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .modal .txt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}
.modal .txt .sub {
  display: block;
  font-size: 10px;
  margin-top: 13px;
}
@media (min-width: 769px) {
  .modal .txt .sub {
    font-size: 12px;
  }
}
.modal .btnPopup a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: inherit;
  text-decoration: none;
  padding-right: 23px;
  position: relative;
}
@media (min-width: 769px) {
  .modal .btnPopup a {
    padding-right: 0;
    text-decoration: underline;
  }
}
.modal .btnPopup a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 11px;
  height: 10px;
  background: url("../img/arrow-right.png");
  background-size: 100%;
}
@media (min-width: 769px) {
  .modal .btnPopup a:before {
    right: auto;
    left: calc(100% + 9px);
  }
}
.modal .group_video {
  margin-top: 30px;
}
.modal .group_video .thumb_outer {
  margin-top: 8px;
}
@media (min-width: 769px) {
  .modal .group_video .thumb_outer {
    margin-top: 0;
    width: 415px;
    max-width: 42.34%;
    position: relative;
    padding: 0 20px;
    overflow: hidden;
  }
}
.modal .group_video .thumb_inner {
  flex: 1;
  display: flex;
  overflow: auto;
}
@media (max-width: 768px) {
  .modal .group_video .thumb_inner {
    padding-bottom: 12px;
  }
}
@media (min-width: 769px) {
  .modal .group_video .thumb_inner {
    overflow: hidden;
    box-sizing: border-box;
  }
}
@media (min-width: 769px) {
  .modal .group_video .arrow-next, .modal .group_video .arrow-prev {
    position: absolute;
    width: 10px;
    height: 20px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
  }
  .modal .group_video .arrow-next {
    right: 0;
    background: url("../img/arrow_next.png");
    background-size: 100% 100%;
  }
  .modal .group_video .arrow-prev {
    left: 0;
    background: url("../img/arrow_prev.png");
    background-size: 100% 100%;
  }
}
.modal .group_video .thumb_video_list {
  display: flex;
  min-width: min-content;
}
.modal .group_video .thumb_video_list .thumb_video {
  width: 150px;
  display: inline-block;
  order: 3;
  margin: 0 2px;
}
.modal .group_video .thumb_video_list .thumb_video.active {
  order: 1;
  display: none;
}
.modal .group_video .thumb_video_list .thumb_video.active ~ .thumb_video {
  order: 2;
}
@media (min-width: 769px) {
  .modal .group_video .thumb_video_list .thumb_video {
    width: 121px;
    cursor: pointer;
  }
}
.modal .frameMain {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.modal .frameMain iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#special .modal_outer {
  max-width: 95%;
  margin: 0 auto;
}
#special .modal_outer h2 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #special .modal_outer .modal-inner {
    padding: 50px 20px;
  }
  #special .modal_outer .btn-close {
    top: 20px;
    right: 20px;
  }
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 0;
  background: #fff;
}

#mCSB_1_scrollbar_horizontal {
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #3F5A71 !important;
  margin: 0 !important;
}