@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import "adjustment.css";
@import "modal.css";

/* ==========================================================================
  COMMON
========================================================================== */
#Campus50th {
  background-color: #009245;
  transition: background-color 0.5s, color 0.5s;
}

#Campus50th,
#ktsCont {
  font-family: "游ゴシック体", YuGothic, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	user-select:none;
	-webkit-user-select:none;	// Google Chrome、Safari
	-webkit-user-drag:none;
	-moz-user-select:none;	// Firefox
	-khtml-user-select:none;
	-khtml-user-drag:none;
}
#Campus50th img,
#ktsCont img {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	user-drag: none;
}

#Campus50th #global-footer .gfooter-cta {display: none;}

#Campus50th .content-container {
  background-image: url('/stationery/feature/campus/50th/img/bg-main__02.svg'), url('/stationery/feature/campus/50th/img/bg-main__01.svg');
  background-repeat: no-repeat, repeat;
  background-size: 97%, 13.5%;
  background-attachment: fixed, fixed;
  background-position: 50% 30%, 0 0;
/*  background-position: 50% 0, 0 3.4rem;*/
}

@media all and (max-width: 1170px) {
  #Campus50th .content-container {
    background-size: contain, 13.5%;
  }
}

#Campus50th .c-section {
  overflow: hidden;
}

@media (max-width: 979px) {
  #Campus50th .content-container {
    margin-top: 3.3rem;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 16px !important;
  }
}
/*wrapper*/
#Campus50th .main {
	margin: auto;
	max-width: 500px;
	position: relative;
	background-color: #fff;
}
@media (min-width: 500px) {
  #Campus50th .main {
  	border-style: solid;
  	border-color: #fff;
  	border-width: 0 4px;
    overflow: inherit;
  }
}
@media (min-width: 992px) {
  #Campus50th .main {
    z-index: 900;
  }
}
/*footer*/
@media all and (min-width: 769px) {
  #Campus50th .gfooter {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  #Campus50th .main {
    overflow: hidden;
  }
  #Campus50th .gfooter {
    margin-top: 0;
  }
}
/* ==========================================================================
  MAIN VISUAL
========================================================================== */
#Campus50th .c-section--mv {
  background-image: url('/stationery/feature/campus/50th/img/bg-kv.png');
  background-repeat: repeat;
  background-position: center;
  height: 375px;
}
#Campus50th .c-section--mv .c-section__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#Campus50th .c-section--mv .c-section__inner:after {
  background-image: url('/stationery/feature/campus/50th/img/bg-kv__cover.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#Campus50th .c-section--mv .c-section__inner #ani-1,
#Campus50th .c-section--mv .c-section__inner #ani-2,
#Campus50th .c-section--mv .c-section__inner #ani-3,
#Campus50th .c-section--mv .c-section__inner #ani-4,
#Campus50th .c-section--mv .c-section__inner #ani-5,
#Campus50th .c-section--mv .c-section__inner #ani-6 { position: absolute; }

#Campus50th .c-section--mv .c-section__inner #ani-1 { width:147px; top:0; right: -1.3em;}
#Campus50th .c-section--mv .c-section__inner #ani-2 { width:180px; top:2em; right:0; left:0; margin:0 auto;}
#Campus50th .c-section--mv .c-section__inner #ani-3 { width:141px; top:0; left:-.8em;}
#Campus50th .c-section--mv .c-section__inner #ani-4 { width:198px; bottom:0; left:1em;}
#Campus50th .c-section--mv .c-section__inner #ani-5 { width:184px; bottom:0; right:1em;}
#Campus50th .c-section--mv .c-section__inner #ani-6 { width:250px; height: 56px; top:0; bottom:0; right:0; left:0; margin:auto;}

#Campus50th .c-section--mv .c-section__inner #ani-1,
#Campus50th .c-section--mv .c-section__inner #ani-2,
#Campus50th .c-section--mv .c-section__inner #ani-3,
#Campus50th .c-section--mv .c-section__inner #ani-4,
#Campus50th .c-section--mv .c-section__inner #ani-5,
#Campus50th .c-section--mv .c-section__inner #ani-6 {
  animation-name: expandIn;
  animation-fill-mode: forwards;
  transform: scale(0);
  opacity: 0;
  animation-duration: 750ms;
}
@keyframes expandIn {
  0% {
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}
#Campus50th .c-section--mv .c-section__inner #ani-1 { animation-delay: 1.25s; }
#Campus50th .c-section--mv .c-section__inner #ani-2 { animation-delay: 1.45s; }
#Campus50th .c-section--mv .c-section__inner #ani-3 { animation-delay: 1.6s; }
#Campus50th .c-section--mv .c-section__inner #ani-4 { animation-delay: 1.3s; }
#Campus50th .c-section--mv .c-section__inner #ani-5 { animation-delay: 1.5s; }
#Campus50th .c-section--mv .c-section__inner #ani-6 { animation-delay: 2.5s; }

@media (min-width: 500px) {
  #Campus50th .c-section--mv { height: 492px; }
  #Campus50th .c-section--mv .c-section__inner #ani-1 { width: calc(147px * 1.25 );}
  #Campus50th .c-section--mv .c-section__inner #ani-2 { width: calc(180px * 1.25 );}
  #Campus50th .c-section--mv .c-section__inner #ani-3 { width: calc(141px * 1.25 );}
  #Campus50th .c-section--mv .c-section__inner #ani-4 { width: calc(198px * 1.25 );}
  #Campus50th .c-section--mv .c-section__inner #ani-5 { width: calc(184px * 1.25 );}
  #Campus50th .c-section--mv .c-section__inner #ani-6 { width: calc(250px * 1.25 ); height: calc(56px * 1.25);}
}
@media (max-width: 768px) {
  #Campus50th .c-section--mv .c-section__inner {
    margin: 0;
  }
}

/* ==========================================================================
  LOCAL
========================================================================== */
.scrollanim[data-scrollanim-type="fadein"] {
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 0.3s;
  transition-property: opacity;
}
.scrollanim.fired[data-scrollanim-type="fadein"] {
  opacity: 1.0;
}
.scrollanim[data-scrollanim-type="slidein"] {
  opacity: 0;
  transform: translateY(60px);
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-property: opacity transform;
}
.scrollanim[data-scrollanim-type="slidein-right"] {
  opacity: 0;
  transform: translateX(60px);
  transition-duration: 0.8s;
  transition-delay: 0.3s;
  transition-property: opacity transform;
}
.scrollanim[data-scrollanim-type="slidein-left"] {
  opacity: 0;
  transform: translateX(-60px);
  transition-duration: 0.8s;
  transition-delay: 0.3s;
  transition-property: opacity transform;
}
.scrollanim.fired[data-scrollanim-type="slidein-right"], .scrollanim.fired[data-scrollanim-type="slidein-left"] {
  opacity: 1.0;
  transform: translateX(0);
}
.scrollanim.fired[data-scrollanim-type="slidein"] {
  opacity: 1.0;
  transform: translateY(0px);
}
.spHeader {
  display: none;
}
@media all and (max-width: 768px) {
  .spHeader {
    display: inherit;
    width: 100%;
    height: 0;
  }
  .spHeader > .spInner {
    height: 14.4vw;
    text-align: left;
  }
  .spHeader > .spInner > div {
    max-width: 64.015625rem;
    margin: 0 auto;
  }
  .spHeader > .spInner, .is_headermenu .spHeader > .spInner {
    position: fixed;
    padding-top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    top: 46px;
  }
  .spHeader > .spInner > div:not(#btn_spmenu) {
    width: 100%;
  }
  .spHeader > .spInner nav {
    position: absolute;
    /*top: 14.4vw;*/
    top:0;
    left: 0px;
    width: 100%;
    padding-top: 8.4vw;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('/stationery/feature/campus/50th/img/nav__bg_sp.svg');
    background-size: 112px auto;
    background-repeat: repeat;
  }
  .spHeader > .spInner nav {
    height: 0vh;
    opacity: 0;
    overflow: hidden;
    transition: height 1s, opacity 0.2s;
    /*
    transition-property: height;
    transition-duration: 0.5s;
    */
  }
  body.spmenu_opened .spHeader > .spInner nav {
    height: 100vh;
    opacity: 1;
    transition: height 1s, opacity 0.2s;
  }
  .spHeader nav ul {
    display: block;
    font-size: 3.2vw;
    margin-top: 2rem;
  }
  .spHeaderMenu_with_submenu > a {
    position: relative;
  }
  .spHeaderMenu_with_submenu > a::after {
    width: 4vw;
    height: 4vw;
    content: '';
    background-size: contain;
    position: absolute;
    top: 4vw;
    right: 4vw;
    transition-property: transform;
    transition-duration: 0.3s;
  }
  .spHeaderMenu_with_submenu.is_submenu > a::after {
    transform: rotate(180deg);
  }
  .spHeader nav ul a {
    padding: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .spHeader nav li:nth-child(n+2) {
    margin: 0;
  }
  .disp_sp .spSubmenu {
    display: none;
  }
  .disp_sp .spSubmenu li:last-child {
    border: none;
  }

  #btn_spmenu {
    display: block;
    width: 8vw !important;
    height: 8vw;
    position: absolute;
    top: 3vw;
    right: 4vw;
    z-index: 200;
    cursor: pointer;
  }
  .icon-animation {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #000;
  }
  .icon-animation:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffff00;
  border: 1px solid #000;
  bottom: -5px;
  right: -5px;
  position: absolute;
  z-index: -1;
}
  .icon-animation span {
    width: 4vw;
    height: 2px;
    display: block;
    background: #009245;
    position: absolute;
    left: calc(50% - 2vw);
    top: calc(50% - 1px);
  }
  .icon-animation span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .icon-animation .top {
    -webkit-transform: translateY(-1.5vw) scale(1);
    -ms-transform: translateY(-1.5vw) scale(1);
    transform: translateY(-1.5vw) scale(1);
  }
  .icon-animation .middle {
    background: none;
    position: relative;
  }
  .icon-animation .middle:before, .icon-animation .middle:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    width: 4vw;
    height: 2px;
    background: #009245;
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
  }
  .icon-animation .bottom {
    -webkit-transform: translateY(1.5vw) scale(1);
    -ms-transform: translateY(1.5vw) scale(1);
    transform: translateY(1.5vw) scale(1);
  }
  body.spmenu_opened .icon-animation .top {
    -webkit-transform: translateY(0px) scale(0);
    -ms-transform: translateY(0px) scale(0);
    transform: translateY(0px) scale(0);
  }
  body.spmenu_opened .icon-animation .bottom {
    -webkit-transform: translateY(0px) scale(0);
    -ms-transform: translateY(0px) scale(0);
    transform: translateY(0px) scale(0);
  }
  body.spmenu_opened .icon-animation .middle:before {
    -webkit-transform: rotate(45deg) scaleX(1.1);
    -ms-transform: rotate(45deg) scaleX(1.1);
    transform: rotate(45deg) scaleX(1.1);
    ;
  }
  body.spmenu_opened .icon-animation .middle:after {
    -webkit-transform: rotate(-45deg) scaleX(1.1);
    -ms-transform: rotate(-45deg) scaleX(1.1);
    transform: rotate(-45deg) scaleX(1.1);
  }
  body.spmenu_opened {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
/* design */
@media (max-width: 768px) {
  .spHeader > .spInner nav .box-menu__ttl {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .spHeader nav li.list-menu__item img {
    width: auto;
    height: 3vh;
  }
  .spHeader nav li.list-menu__item.top img {
    width: 40%;
    height: auto;
  }
}

/* ==========================================================================
  CONTENTS
========================================================================== */
#Campus50th [class^="c-section--eventHead"],
#Campus50th [class*=" c-section--eventHead"] {
  position: relative;
  overflow: hidden;
}
#Campus50th [class^="c-section--eventHead"],
#Campus50th [class*=" c-section--eventHead"] {
  background-size: 104%;
  background-repeat: no-repeat;
  background-position: 50% 60%;
}
#Campus50th .c-section--eventHead01 {
  /*
  background-image: url('/stationery/feature/campus/50th/img/sec-eventHead__bg01.png');
  */
  background-image: url('/stationery/feature/campus/50th/img/sec-eventHead__bg01.png');
  background-color: #ff6699;
}
#Campus50th .c-section--eventHead02 {
  /*
  background-image: url('/stationery/feature/campus/50th/img/sec-eventHead__bg02.png');
  */
  background-image: url('/stationery/feature/campus/50th/img/sec-eventHead__bg02.png');
  background-color: #53c8f5;
}
#Campus50th [class^="c-section--eventHead"] h1,
#Campus50th [class*=" c-section--eventHead"]  h1 {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: bold;
  text-align: center;
  padding: 3rem 0;
}

#Campus50th [class^="c-section--eventImg"],
#Campus50th [class*=" c-section--eventImg"] {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1;
}
#Campus50th .c-section--eventImg01 {
  background-image: url('/stationery/feature/campus/50th/img/bg-section__01.png');
}
#Campus50th .c-section--eventImg02 {
  background-image: url('/stationery/feature/campus/50th/img/bg-section__02.png');
}

/* title */
#Campus50th .c__ttl {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 28px;
  transform: translateY(28px);
  opacity: 0;
}
#Campus50th .c__ttl > img {
  height: 100%;
}
#Campus50th .c__ttl.fired {
  animation: slideIn 1.3s forwards;
}
@keyframes slideIn {
  0% {
    transform: translateY(28px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}

/* Links
------------------------------------- */
#Campus50th .c-section--anker {
  background-color: #fff585;
}
#Campus50th .c-section--anker .sbs_01 {
  margin-left: -.75rem;
  margin-right: -.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#Campus50th .c-section--anker .sbs_01 li {
  width: 48%;
}

/* Message
------------------------------------- */
#Campus50th .c-section--message {
  background-image: url('/stationery/feature/campus/50th/img/sec-message__bg03.svg'), url('/stationery/feature/campus/50th/img/sec-message__bg02.svg'), url('/stationery/feature/campus/50th/img/sec-message__bg01.svg');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: cover, contain, contain;
  background-position: 0 0, 0 100%, 0 0;
  color: #009245;
}
#Campus50th .c-section--message .c-section__body {
  box-sizing: border-box;
  position: relative;
  padding-top: 4rem;
  height: 628px;
}
#Campus50th .c-section--message .c__ttl {
  margin-bottom: 4rem;
}
#Campus50th .c-section--message .msg__txt {
  font-size: 0.875rem;
  font-weight: 900;
  text-align: center;
  line-height: 2.4;
}
#Campus50th .c-section--message #ani-7,
#Campus50th .c-section--message #ani-8 {
  position: absolute;
  animation-timing-function: steps(2, end);
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
}
#Campus50th .c-section--message #ani-7 {
  bottom: 110px;
  left: 0;
  width:189px;
  animation-name: decoSwing1;
}
#Campus50th .c-section--message #ani-8 {
  bottom: 50px;
  right: 0;
  width:188px;
  animation-name: decoSwing2;
}

@keyframes decoSwing1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-25deg);
  }
}
@keyframes decoSwing2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(25deg);
  }
}
@media (min-width: 500px) {
  #Campus50th .c-section--message .msg__txt {
    font-size: 1rem;
  }
  #Campus50th .c-section--message #ani-7 {width: calc(189px * 1.25);}
  #Campus50th .c-section--message #ani-8 {width: calc(188px * 1.25);}
  #Campus50th .c-section--message .c-section__body {
    padding-top: 8rem;
    height: 793px;
  }
}

/* Line up
------------------------------------- */
#Campus50th .c-section--lineup {
  background-image: url('/stationery/feature/campus/50th/img/sec-lineup__bg01.png'), url('/stationery/feature/campus/50th/img/sec-lineup__bg02.png'), url('/stationery/feature/campus/50th/img/sec-lineup__bg.png');
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 28% auto, 62% auto, 350px auto;
  background-position: 0 0, 100% 100%, 0 0;
  color: #009245;
}
#Campus50th .c-section--lineup .c__ttl {
  margin-bottom: 4rem;
}
#Campus50th .c-section--lineup .c-section__body {
  padding-top: 60px;
  padding-bottom: 40px;
}
/*movie*/
#Campus50th .c-section--lineup .lineup__movie {
  background-color: #fff;
  border-radius: 15px;
  margin: 0 auto 4rem;
  padding: 16px;
}
#Campus50th .c-section--lineup .lineup__movie .text {
  font-size: 1rem;
  font-weight: bold;
  color: #009245;
  line-height: 1.6;
  margin-top: 1rem;
}
#Campus50th .c-section--lineup .lineup__movie .movie {
  width: 70%;
  margin: 1rem auto;
}
@media (max-width: 768px) {
  #Campus50th .c-section--lineup .lineup__movie .text {
    font-size: .875rem;
  }
}
/**/
#Campus50th .c-section--lineup .c-list-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#Campus50th .c-section--lineup .c-list-group .c-list-item {
  width: calc((100% - 20px) / 2);
}
#Campus50th .c-section--lineup .line__more {
  margin-top: 1rem;
  width: 126px;
}
#Campus50th .c-section--lineup .line__txt {
  display: table;
  color: #009245;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 20px;
}
#Campus50th .c-section--lineup .line__txt > span {
  display: table-cell;
  background-color: #ffff00;
  border-radius: 0.5px solid #000;
  padding: 4px 12px;
  text-align: center;
}

/* Profile
------------------------------------- */
#Campus50th .c-section--profile .c-section__body {
  padding-top: 60px;
}
#Campus50th .c-section--profile .profile__ttl {
  color: #009245;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
}
#Campus50th .c-section--profile .profile__ttl > span {
  font-size: 0.75rem;
}
#Campus50th .c-section--profile .profile__image {
  background-image: url('/stationery/feature/campus/50th/img/sec-profile__bg.png');
  background-size: auto 94px;
  background-position: center;
  background-repeat: repeat-x;
  text-align: center;
  margin-top: 40px;
}
@media all and (min-width: 769px) {
  #Campus50th .c-section--profile .profile__image {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (max-width: 768px) {
  #Campus50th .c-section--profile .profile__image {
    margin-left: -1.428571429rem;
    margin-right: -1.428571429rem;
  }
}
#Campus50th .c-section--profile .profile__image img {
  width: 127px;
}
#Campus50th .c-section--profile .profile__sns {
  margin-top: 20px;
  text-align: center;
}
#Campus50th .c-section--profile .profile__sns a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#Campus50th .c-section--profile .profile__sns a:hover {
  opacity: .8;
}
#Campus50th .c-section--profile .profile__sns .icon {
  display: inline-block;
  width: 28px;
  margin-right: 8px;
  vertical-align: middle;
}

#Campus50th .c-section--profile .profile__txt {
  color: #009245;
  font-size: 0.875rem;
  font-weight: 900;
  text-align: center;
  line-height: 2.4;
  margin-top: 20px;
}
@media (max-width: 394px) {
  #Campus50th .c-section--profile .profile__txt {
    margin: 20px -1.428571429rem 0;
  }
}
#Campus50th .c-section--profile .bg__bottom {
  height: 200px;
  position: relative;
}
#Campus50th .c-section--profile .bg__bottom #ani-9 {
  position: absolute;
  animation-timing-function: steps(2, end);
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  top: 5%;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  animation-name: decoSwing3;
}

@keyframes decoSwing3 {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(25deg);
}
}
@media all and (min-width: 769px) {
  #Campus50th .c-section--profile .bg__bottom {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (max-width: 768px) {
  #Campus50th .c-section--profile {
    margin-bottom: -.01rem;
  }
  #Campus50th .c-section--profile .bg__bottom {
    margin-left: -1.428571429rem;
    margin-right: -1.428571429rem;
  }
}


/* Campaign
------------------------------------- */
#Campus50th .c-section--campaign {
  background-image: url('/stationery/feature/campus/50th/img/sec-campaign__bg.png'), url('/stationery/feature/campus/50th/img/sec-lineup__bg.png');
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, 350px auto;
  background-position: 100% 100%, 0 0;
  color: #009245;
  padding-bottom: 300px;
}
#Campus50th .c-section--campaign .c__ttl {
  margin-bottom: 2rem;
}
#Campus50th .c-section--campaign .c-section__body {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
}
#Campus50th .c-section--campaign .campaign__inner {
  width: 78%;
}
#Campus50th .c-section--campaign .campaign__label_sticker,
#Campus50th .c-section--campaign .campaign__label_note {
  background-image: url('/stationery/feature/campus/50th/img/sec-campaign__label__bg.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content:center;
  align-items: center;
  color: #009245;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  width: 99%;
  aspect-ratio: 15 / 4;
  margin-left: auto;
  margin-right: auto;
}
#Campus50th .c-section--campaign .campaign__img__sticer {
  position: relative;
  margin-top: 6rem;
}
#Campus50th .c-section--campaign .campaign__img__sticer .img02 {
  position: absolute;
  top: -5.5rem;
  right: -60px;
  width: 140px;
}
#Campus50th .c-section--campaign .campaign__present_txt {
  color: #ffff00;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  margin-top: 2rem;
}
#Campus50th .c-section--campaign .campaign__present_txt > em {
  font-size: 1.25rem;
}
#Campus50th .c-section--campaign em.border {
  border-bottom: 5px solid #ff6699;
}
#Campus50th .c-section--campaign em.num {
  font-size: 3rem;
  border-radius: 6px;
  padding: .2rem .5rem;
  margin-left: .3rem;
  margin-right: .3rem;
}
#Campus50th .c-section--campaign .campaign__box {
  color: #fff;
  margin-top: 2rem;
}
#Campus50th .c-section--campaign .campaign__ttl_lv4 {
  text-align: center;
}
#Campus50th .c-section--campaign .campaign__ttl_lv4 span {
  color: #ffff00;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  border: 2px solid #ffff00;
  border-radius: 4px;
  padding: 6px 12px;
}
#Campus50th .c-section--campaign .campaign__box__inner {
  background-color: #fff;
  border-radius: 6px;
  padding: 16px;
  text-align: center;
  margin-top: 1rem;
  color: #009245;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.6;
}
#Campus50th .c-section--campaign .campaign__box__inner.conditions {
  background-color: #ffff00;
  color: #262626;
}
#Campus50th .c-section--campaign .campaign__box__inner.conditions svg {
  height: 20px;
  vertical-align: sub;
}
#Campus50th .c-section--campaign .campaign__box__inner.conditions svg path {
  fill: #262626;
}
#Campus50th .c-section--campaign .campaign__box .sbs_01 {
  align-items: stretch;
  margin-top: 1rem;
}
#Campus50th .c-section--campaign .campaign__box .sbs_01 > div {
  display: flex;
  align-items: center;
  margin-top: 0;
}
#Campus50th .c-section--campaign .campaign__txtXL {
  font-size: 1.5rem;
}
#Campus50th .c-section--campaign .campaign__txtL {
  font-size: 1.375rem;
}
#Campus50th .c-section--campaign .campaign__txtM {
  font-size: 1.0625rem;
}
#Campus50th .c-section--campaign .campaign__txtS {
  font-size: .875rem;
}
#Campus50th .c-section--campaign .campaign__txtXS {
  font-size: .75rem;
}
#Campus50th .c-section--campaign .campaign__txtXL,
#Campus50th .c-section--campaign .campaign__txtL,
#Campus50th .c-section--campaign .campaign__txtM,
#Campus50th .c-section--campaign .campaign__txtS,
#Campus50th .c-section--campaign .campaign__txtXS {
  font-weight: 600;
  line-height: 1.6;
}
#Campus50th .c-section--campaign .campaign__txtXL.normal,
#Campus50th .c-section--campaign .campaign__txtL.normal,
#Campus50th .c-section--campaign .campaign__txtM.normal,
#Campus50th .c-section--campaign .campaign__txtS.normal,
#Campus50th .c-section--campaign .campaign__txtXS.normal {
  font-weight: normal;
}
#Campus50th .c-section--campaign .campaign__txtXL.colY,
#Campus50th .c-section--campaign .campaign__txtL.colY,
#Campus50th .c-section--campaign .campaign__txtM.colY,
#Campus50th .c-section--campaign .campaign__txtS.colY,
#Campus50th .c-section--campaign .campaign__txtXS.colY {
  color: #ffff00;
}
#Campus50th .c-section--campaign .campaign__txtXL.colP,
#Campus50th .c-section--campaign .campaign__txtL.colP,
#Campus50th .c-section--campaign .campaign__txtM.colP,
#Campus50th .c-section--campaign .campaign__txtS.colP,
#Campus50th .c-section--campaign .campaign__txtXS.colP {
  color: #ff6699;
}
#Campus50th .c-section--campaign .campaign__txtXL.colB,
#Campus50th .c-section--campaign .campaign__txtL.colB,
#Campus50th .c-section--campaign .campaign__txtM.colB,
#Campus50th .c-section--campaign .campaign__txtS.colB,
#Campus50th .c-section--campaign .campaign__txtXS.colB {
  color: #3fa9f5;
}
#Campus50th .c-section--campaign .colB > em.num {
  background-color: #3fa9f5;
  color: #fff;
}


@media all and (max-width: 768px) {
  #Campus50th .c-section--campaign .campaign__inner {
    width: 88%;
  }
  #Campus50th .c-section--campaign .campaign__img__sticer .img02 {
    top: -4.5rem;
    right: -30px;
    width: 110px;
  }
  #Campus50th .c-section--campaign .campaign__present_txt {
    font-size: .875rem;
  }
  #Campus50th .c-section--campaign .campaign__present_txt > em {
    font-size: 1.125rem;
  }
}

/* Image
------------------------------------- */
#Campus50th .c-section--image {
  position: relative;
}
#Campus50th .c-section--image img {
  vertical-align: bottom;
}
#Campus50th .c-section--image .c__ttl.comingsoon,
#Campus50th .c-section--image .c__ttl.footer {
  position: absolute;
  top: 2rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: auto;
  height: 42px;
  transform: translateY(42px);
  opacity: 0;
}
/*comingsoon*/
#Campus50th .c-section--image .c__ttl.comingsoon.fired,
#Campus50th .c-section--image .c__ttl.footer.fired {
  animation: slideIn2 1.3s forwards;
}
@keyframes slideIn2 {
  0% {
    transform: translateY(42px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}

#Campus50th .c-section--image #ani-10 {
  position: absolute;
  animation-timing-function: steps(2, end);
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  top: 40%;
  left: 1rem;
  margin: 0 auto;
  width:320px;
  animation-name: decoSwing4;
}
@keyframes decoSwing4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}

@media (max-width: 768px) {
  #Campus50th .c-section--image .c__ttl.comingsoon {
    top: 1.2rem;
    width: 234.5px;
    transform: translateY(36px);
  }
  @keyframes slideIn2 {
    0% {
      transform: translateY(36px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
    }
    40%,100% {
      opacity: 1;
    }
  }
  #Campus50th .c-section--image #ani-10 {
    width: 240px;
  }
}
@media (max-width: 400px) {
}

/* Story
------------------------------------- */
#Campus50th .c-section--story {
  background-image: url('/stationery/feature/campus/50th/img/sec-story__bg01.svg'), url('/stationery/feature/campus/50th/img/sec-story__bg02.svg'), url('/stationery/feature/campus/50th/img/sec-story__bg03.svg');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 46px auto, 50px auto, 60px auto;
  background-position: 14% 4rem, 86% 4rem, 95% 90%;
  background-color: #fff;
  color: #262626;
}
#Campus50th .c-section--story .c__ttl {
  margin-bottom: 2rem;
}
#Campus50th .c-section--story .c-section__body {
  padding-top: 60px;
  padding-bottom: 60px;
}
#Campus50th .c-section--story .story__txt {
  font-weight: bold;
  text-align: center;
  letter-spacing: .2rem;
  line-height: 2;
}
#Campus50th .c-section--story .story__txt .heroine { color: #ff6699;}
#Campus50th .c-section--story .story__txt .hero { color: #29abe2; }

/* Cast
------------------------------------- */
#Campus50th .c-section--cast {
  background: linear-gradient(28deg, #29abe2 0%, #29abe2 50%, #ff6699 50%, #ff6699 100%);
  color: #fff;
}
#Campus50th .c-section--cast .c-section__inner {
  background-image: url('/stationery/feature/campus/50th/img/sec-cast__bg01.svg'), url('/stationery/feature/campus/50th/img/sec-cast__bg04.svg'), url('/stationery/feature/campus/50th/img/sec-cast__bg05.svg');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 110px auto, 180px auto, 50px auto;
  background-position: 94% 6rem, 10% 6rem, 42% 34%;
}
#Campus50th .c-section--cast .c__ttl {
  margin-bottom: 2rem;
}
#Campus50th .c-section--cast .c-section__body {
  padding-top: 60px;
  padding-bottom: 60px;
}
#Campus50th .c-section--cast .cast__character_box.hiroin > .sbs_01 {
  align-items: center;
}
#Campus50th .c-section--cast .cast__character_box:nth-of-type(2) {
  background-image: url('/stationery/feature/campus/50th/img/sec-cast__bg02.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 0;
  padding-top: 4rem;
  margin-top: 1.5rem;
}
#Campus50th .c-section--cast .character__img {
  width: 50%;
  transform: translateY(100%);
  opacity: 0;
}
#Campus50th .c-section--cast .character__img.fired {
  animation: slideIn 2s forwards;
}
#Campus50th .c-section--cast .character__profile {
  width: 45%;
}
#Campus50th .c-section--cast .character__profile dt {
  border: 2px solid #262626;
  border-radius: 8px;
  background-color: #fff;
  color: #262626;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: .5rem 1rem;
}
#Campus50th .c-section--cast .character__profile dd {
  font-weight: bold;
  line-height: 1.4rem;
  margin-top: 1rem;
}
#Campus50th .c-section--cast .character__profile dt ruby > rt {
  font-size: .75rem;
  padding-top: .5rem;
}
#Campus50th .c-section--cast .cast__character_box.hiroin .cast__profile {
  /*margin-top: -3rem;*/
}
#Campus50th .c-section--cast .cast__character_box.hiro .cast__profile {
  background-image: url('/stationery/feature/campus/50th/img/sec-cast__bg03.svg');
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 100% 0;
}
#Campus50th .c-section--cast .cast__profile dt > em,
#Campus50th .c-section--cast .cast__profile dt > span {
  width: fit-content;
/*  mix-blend-mode: soft-light; */
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: .4rem;
  vertical-align: bottom;
}
#Campus50th .c-section--cast .cast__profile dt > em {
  font-size: 1.5rem;
  border-radius: 8px 8px 0 0;
}
#Campus50th .c-section--cast .cast__profile dt > span {
  font-size: .875rem;
  border-radius: 0 8px 0 0;
}
#Campus50th .c-section--cast .cast__profile dt ruby > rt {
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
#Campus50th .c-section--cast .cast__profile dd {
  background-color: rgba(255, 255, 255, 0.8);
  color: #262626;
  font-weight: bold;
  line-height: 1.6rem;
  padding: .4rem;
  border-radius: 0 8px 8px 8px;
}
#Campus50th .c-section--cast .cast__character_box:nth-of-type(odd) {}
#Campus50th .c-section--cast .cast__character_box:nth-of-type(even) .cast__profile dt {
  text-align: right;
}
#Campus50th .c-section--cast .cast__character_box:nth-of-type(even) .cast__profile dd {
  border-radius: 8px 0 8px 8px;
}
@media (max-width: 379px) {
  #Campus50th .c-section--cast .cast__character_box.hiroin .cast__profile {
    margin-top: -2rem;
  }
}
@media (min-width: 380px) and (max-width: 768px) {
  #Campus50th .c-section--cast .cast__character_box.hiroin .cast__profile {
    margin-top: -0.8rem;
  }
}
@media (max-width: 400px) {
  #Campus50th .c-section--cast .c-section__inner {
    background-size: 70px auto, 180px auto, 42px auto;
    background-position: 100% 5.5rem, 0% 7rem, 42% 32%;
  }
  #Campus50th .c-section--cast .cast__character_box.hiro .cast__profile {
    margin-top: -2.5rem;
  }
}

/* Movie
------------------------------------- */
#Campus50th .c-section--movie {
  background-image: url('/stationery/feature/campus/50th/img/sec-movie__bg01.png');
  background-repeat: repeat;
  background-size: 350px auto;
  color: #fff;
}
#Campus50th .c-section--movie .c__ttl {
  margin-bottom: 2rem;
}
#Campus50th .c-section--movie .c-section__body {
  padding-top: 60px;
}
#Campus50th .c-section--movie .movie__box {
  background-image: linear-gradient(180deg, #29abe2, #79e1ff);
  background-position: 100% 0, 0 30%, 100% 35%, 0 80%, 100% 80%;
  border-radius: 15px;
  margin: 0px auto;
}
#Campus50th .c-section--movie .movie__box_inner {
  background-image: url('/stationery/feature/campus/50th/img/sec-movie__bgImg01.svg'),
    url('/stationery/feature/campus/50th/img/sec-movie__bgImg02.svg'),
    url('/stationery/feature/campus/50th/img/sec-movie__bgImg03.svg'),
    url('/stationery/feature/campus/50th/img/sec-movie__bgImg04.svg'),
    url('/stationery/feature/campus/50th/img/sec-movie__bgImg05.svg');
  background-position: 96% 6%, 6% 30%, 96% 35%, 6% 380px, 96% 380px;
  background-size: 42px auto, 30px auto, 46px auto, 30px auto, 42px auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  padding: 2rem;
}
@media (max-width: 499px) {
  #Campus50th .c-section--movie .movie__box_inner {
    background-size: 36px auto, 30px auto, 46px auto, 30px auto, 42px auto;
  }
}
#Campus50th .c-section--movie .movie__box h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
#Campus50th .c-section--movie .movie__box h3 > span {
  display: block;
  font-size: 1rem;
  margin-bottom: .5rem;
}
#Campus50th .c-section--movie .movie__box .movie {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#Campus50th .c-section--movie .movie__txt {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 500px) {
  #Campus50th .c-section--movie .movie__box_inner {
    background-position: 96% 6%, 6% 30%, 96% 35%, 6% 480px, 96% 480px;
  }
}
#Campus50th .c-section--movie .movie__drama {
  margin-top: 1rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
#Campus50th .c-section--movie .drama__contents {
  background-image: url('/stationery/feature/campus/50th/img/sec-movie__bgImg06.svg');
  background-position: 18% 9%;
  background-size: 48px auto;
  background-repeat: no-repeat;
  margin-top: 1.5rem;
  position: relative;
}
#Campus50th .c-section--movie .drama__contents:before,
#Campus50th .c-section--movie .drama__contents:after {
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
#Campus50th .c-section--movie .drama__contents:before {
  background-image: url('/stationery/feature/campus/50th/img/sec-movie__bgImg07.svg');
  top: 0;
  right: -1rem;
  width: 110px;
  aspect-ratio: 163 / 118;
}
#Campus50th .c-section--movie .drama__contents:after {
  background-image: url('/stationery/feature/campus/50th/img/sec-movie__bgImg08.svg');
  bottom: 2rem;
  left: -1rem;
  width: 68px;
  aspect-ratio: 129 / 41;
}

#Campus50th .c-section--movie .drama__contents > dt {
  font-weight: bold;
  text-align: center;
}
#Campus50th .c-section--movie .drama__contents > dt > span {
  border-radius: 3px;
  border: 1px solid #fff;
  padding: .3rem;
  display: inline-block;
}
#Campus50th .c-section--movie .drama__contents > dd {
  margin-left: auto;
  margin-right: auto;
}
#Campus50th .c-section--movie .drama__contents > dd.image {
  position: relative;
  margin-top: 1rem;
  width: 65%;
}
#Campus50th .c-section--movie .drama__contents > dd.image:before,
#Campus50th .c-section--movie .drama__contents > dd.image:after {
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  height: auto;
  top: 50%;
}
#Campus50th .c-section--movie .drama__contents > dd.image:before {
  background-image: url('/stationery/feature/campus/50th/img/movie/cast01.png');
  left: calc((2rem + 32.5%)* -1);
  width: 160px;
  aspect-ratio: 15 / 22;
  transform: translateY(-50%);
}
#Campus50th .c-section--movie .drama__contents > dd.image:after {
  background-image: url('/stationery/feature/campus/50th/img/movie/cast02.png');
  right: calc((2rem + 32.5%)* -1);
  width: 160px;
  aspect-ratio: 521 / 694;
  transform: translateY(-40%);
}
#Campus50th .c-section--movie .drama__contents > dd.text {
  font-size: .75rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  /*
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  */
}
@media (max-width: 380px) {
  #Campus50th .c-section--movie .drama__contents > dd.image:before {
    width: 120px;
  }
  #Campus50th .c-section--movie .drama__contents > dd.image:after {
    width: 124px;
  }
}
@media (min-width: 381px) and (max-width: 768px) {
  #Campus50th .c-section--movie .drama__contents > dd.image:before {
    width: 124px;
  }
  #Campus50th .c-section--movie .drama__contents > dd.image:after {
    width: 130px;
  }
}
@media all and (max-width: 768px) {
  #Campus50th .c-section--movie .drama__contents:before {
    width: 86px;
  }
  #Campus50th .c-section--movie .drama__contents {
    background-size: 38px auto;
  }
  #Campus50th .c-section--movie .drama__contents:after {
    left: -1.25rem;
    width: 50px;
  }
}
#Campus50th .c-section--movie .movie__catch {
  font-size: 1.5rem;
  font-weight: bold;
  color: #009245;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1rem;
}
#Campus50th .c-section--movie .movie__catch > span {
  display: inline-block;
  vertical-align: middle;
}
#Campus50th .c-section--movie .movie__catch:before,
#Campus50th .c-section--movie .movie__catch:after {
  content: '';
  display: inline-block;
  background-color: #009245;
  height: 2px;
  width: 40px;
  margin-left: .3rem;
  margin-right: .3rem;
}
#Campus50th .c-section--movie .movie__catch:before {transform: rotate(45deg);}
#Campus50th .c-section--movie .movie__catch:after {transform: rotate(-45deg);}

/*slider*/
#Campus50th .c-section--movie #bx-pager {
  margin-bottom: 1rem;
  text-align: center;
}
#Campus50th .c-section--movie #bx-pager .item_thum {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 80px));
  gap: 10px;
  justify-content: center;
  width: calc((80px + 10px)* 3);
  margin-left: auto;
  margin-right: auto;
}
#Campus50th .c-section--movie #bx-pager a {
  background-color: #94d4f5;
  border-radius: 20px;
  padding: .4rem 1rem;
  line-height: 1;
  font-weight: bold;
}
#Campus50th .c-section--movie #bx-pager a.active {
  background-color: #29abe2;
}
#Campus50th .c-section--movie .bx-wrapper {
  position: relative;
}
#Campus50th .c-section--movie .bx-viewport {
  overflow: visible !important;
}
@media (min-width: 769px) {
  #Campus50th .c-section--movie .bx-wrapper {
      margin: 0 -1.5rem;
  }
  #Campus50th .c-section--movie .bx-viewport #movieSlider > li {
    margin: 0 1.5rem;
  }
}
@media all and (max-width: 768px) {
  #Campus50th .c-section--movie .bx-wrapper {
    margin: 0 -1.428571429rem;
  }
  #Campus50th .c-section--movie .bx-viewport #movieSlider > li {
    margin: 0 1.428571429rem;
  }
}

#Campus50th .c-section--movie .bx-wrapper .bx-controls-direction a {
  background-image: url('/stationery/feature/campus/50th/img/movie/bx-controls-direction.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 24%;
  width: 72px;
  aspect-ratio: 1 / 1;
  font-size: 0;
}
#Campus50th .c-section--movie .bx-wrapper .bx-prev {left:0;}
#Campus50th .c-section--movie .bx-wrapper .bx-next {right: calc(1.428571429rem * 2 * -1);transform: rotate(180deg);}


/* ==========================================================================
  CONTENTS 2
========================================================================== */
/* Menu PC view only
------------------------------------- */
@media (max-width: 978px) {
  #Campus50th .box-menu {
    display: none;
  }
}
@media (min-width: 979px) {
  #Campus50th .box-menu {
  	z-index: 2;
  	left: calc(50% + 250px);
  /*	padding-left: 30px;*/
  }
  #Campus50th .box-menu.fixed {
    position: fixed;
    top: 50%;
  	transform: translateY(-50%);
  }
  #Campus50th .box-menu__ttl {
    margin-bottom: 20px;
  }
  #Campus50th .box-menu__ttl > img {
    width: auto;
    height: 66px;
  }
  #Campus50th .list-menu {
  	margin-bottom: 60px;
  }
  #Campus50th .list-menu__item:not(:last-child) {
  	margin-bottom: 12px;
  }
  #Campus50th .list-menu .list-menu__item a {
    display: inline-block;
  	position: relative;
  }
  #Campus50th .list-menu .list-menu__item a > img {
    width: auto;
    height: 22px;
  }
  #Campus50th .list-menu .list-menu__item.top a > img {
    height: 42px;
  }
  /*
  #Campus50th .list-menu a::before {
  	content: "";
  	position: absolute;
  	left: -20px;
  	width: 10px;
  	height: 10px;
  	border-radius: 50%;
  	background-color: #00803a;
  	top: calc(50% - 5px);
  	transition: all .2s ease-in-out;
  	opacity: 0;
  }
  */
  #Campus50th .list-menu .list-menu__item a:hover {
  	opacity: .75;
  }
  #Campus50th .box-menu .banner_wrapPC {
    width: 160px;
  }
  /*
  #Campus50th .list-menu a:hover::before,
  #Campus50th .list-menu a.is-active::before {
  	opacity: 1;
  }
  */
}
@media (min-width: 1400px) {
/*
  #Campus50th .box-menu {
    padding-left: 60px;
  }
*/
  #Campus50th .list-menu {
    padding-left: 20px;
  }
  #Campus50th .list-menu__item:not(:last-child) {
  	margin-bottom: 16px;
  }
  /*
  #Campus50th .list-menu a::before {
  	top: calc(50% - 6px);
  	width: 13px;
  	height: 13px;
  	left: -31px;
  }
  */
  #Campus50th .list-menu a {
  	font-size: 18px;
  }
}


/* Youtube Modalwindow
------------------------------------- */
/**/
#MODAL2 {
	display: none;
}
#MODAL2.MODALview {}
#MBG2 {
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #000000;
	opacity: 0.7;
	z-index: 9999;
}
#MFL2 {
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
}
#MFL2 .movie {
	width: 100%;
	max-width: 375px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10001;
	padding: 0;
  aspect-ratio: 9 / 16;
}
#MFL2 .movie-wrap {
	position: relative;
	height: 100%;
	/*
  padding-bottom: 56.25%;
  overflow: hidden;
  */
}
#MFL2 .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#MFL2 .MOV_close {
	width: 28px;
	position: absolute;
	top: -16px;
	right: -16px;
	cursor: pointer;
}
#MFL2 .MOV_close img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 750px) {
	#MFL2 .movie {
		max-width: 84%;
	}
	#MFL2 .MOV_close {
		width: 24px;
		top: -10px;
		right: -10px;
	}
}


/* Campaign banner Tablet / SP view only
------------------------------------- */
@media all and (min-width: 979px) {
  #Campus50th .banner_wrapSP {
    display: none;
  }
}
@media (max-width: 978px) {
  #Campus50th .banner_wrapSP {
    display: block;
    position: absolute;
    bottom: -60px;
    left: auto;
    width: 130px;
    /*z-index: 20;*/
  }
  #Campus50th .banner_wrapSP.closed {
    display: none !important;
  }
  #Campus50th .banner_wrapSP .close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #Campus50th .banner_wrapSP.fixed {
    position: fixed;
    bottom: 50px;
    left: auto;
    z-index: +1;
    animation: fadeIn .4s ease-in;
  }
  #Campus50th .banner_wrapSP.fixed.none {
    opacity: 0;
    animation: fadeOut .4s ease-in;
  }
  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  @keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }
}
