/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-size: 1.6rem;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
}

img {
  width: 100%;
  display: block;
}

*[href]:hover {
  opacity: 0.7;
  -webkit-transition: all .2s;
  transition: all .2s;
}

*[href][target="_blank"] {
  word-break: break-word;
}

/*-------------------------------------------------------
	default css
-------------------------------------------------------*/
div#Movie {
  margin: 0 !important;
}

html {
  font-size: 62.5%;
}

body {
  color: #fff;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #000;
}

a {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: .9;
}

a:active {
  color: #fff;
  text-decoration: underline;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  background: url(../images/bg_kira.png) no-repeat center top;
}

.section {
  max-width: 1040px;
  margin: 40px auto 0;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

/*-------------------------------------------------------
header
-------------------------------------------------------*/
.headerwrap {
	background:#fff;
}

.headerwrap img{
	max-width:100%;
	width:auto;
}

@media screen and (max-width: 640px){
	.headerwrap h1 img {
		max-width: 90%;
		height: auto;
		margin: 0 auto;
	}
	.headerwrap h1 {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
}

#header {
	margin:0 auto;
	padding: 10px 0;
}

#header a {
    color: #039;
    text-decoration: none;
}

#header a:active { color: #909; }
#header a:hover { color: #909; }

.header {
  padding: 30px 0;
}

@media screen and (max-width: 640px) {
  .header {
    padding: 20px 3%;
  }
  .header img {
    max-width: 50px;
  }
}

/*-------------------------------------------------------
fixed_nav
-------------------------------------------------------*/
.fixed_nav {
  position: fixed;
  top: 30%;
  right: 10px;
  z-index: 999;
}

@media screen and (max-width: 640px) {
  .fixed_nav {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 10px;
    background: rgba(42, 89, 167, 0.5);
    font-size: 14px;
    height: 40px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
  }
}

.fixed_nav ul li a {
  display: block;
}

/*-------------------------------------------------------
mainvisual
-------------------------------------------------------*/
.mainvisual {
  position: relative;
  margin-top: -150px;
  background: url(../images/bg_mainvisual.png) no-repeat right top;
}

@media screen and (max-width: 640px) {
  .mainvisual {
    padding: 0 3%;
    background: url(../images/bg_mainvisual.png) no-repeat right 50px;
    background-size: 100% auto;
  }
}

.mainvisual h1 {
  opacity: 0;
  padding-top: 180px;
}

@media screen and (max-width: 640px) {
  .mainvisual h1 {
    padding-top: 60%;
  }
  .mainvisual h1 img {
    width: 100%;
    max-width: 662px;
  }
}

.mainvisual h1.fade {
  opacity: 1;
}

.mainvisual h2 {
  position: absolute;
  right: 100px;
  top: 700px;
}

@media screen and (max-width: 640px) {
  .mainvisual h2 {
    position: static;
    text-align: right;
    padding: 20px 30px 0 0;
  }
  .mainvisual h2 img {
    width: 130px;
  }
}

.mainvisual__box {
  max-width: 1040px;
  margin: 0 auto;
}

.mainvisual__txt {
  opacity: 0;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .mainvisual__txt {
    margin-top: 0;
  }
  .mainvisual__txt img {
    width: 90%;
    max-width: 841px;
  }
}

.mainvisual__txt.fade {
  opacity: 1;
}

.mainvisual__movie {
  opacity: 0;
  margin: 40px 0 0 70px;
}

@media screen and (max-width: 640px) {
  .mainvisual__movie {
    margin: 40px 0 15px;
  }
  .mainvisual__movie img {
    width: 100%;
  }
}

.mainvisual__movie.fade {
  opacity: 1;
}

.mainvisual__lineup {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .mainvisual__lineup {
    margin-top: 40px;
  }
}

.mainvisual__lineup__item {
  opacity: 0;
  display: inline-block;
  margin-right: 16px;
}

@media screen and (max-width: 640px) {
  .mainvisual__lineup__item {
    display: block;
    margin: 0 0 15px;
  }
  .mainvisual__lineup__item img {
    width: 100%;
  }
}

.mainvisual__lineup__item.fade {
  opacity: 1;
}

.mainvisual__lineup__item + div {
  margin: 0;
}

/*-------------------------------------------------------
lineup
-------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .lineup {
    padding: 0 3%;
  }
}

.lineup h2 {
  margin-bottom: 40px;
  padding: 30px 0;
  text-align: center;
  background: black;
  background: -webkit-gradient(left top, right top, color-stop(0%, black), color-stop(50%, #28002d), color-stop(100%, black));
  background: -webkit-linear-gradient(left, black 0%, #28002d 50%, black 100%);
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, #28002d), to(black));
  background: linear-gradient(to right, black 0%, #28002d 50%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

@media screen and (max-width: 640px) {
  .lineup h2 {
    padding: 30px 20px;
  }
  .lineup h2 img {
    width: 100%;
    max-width: 373px;
  }
}

.lineup__list {
  list-style: none;
}

.lineup__list li {
  opacity: 0;
  display: inline-block;
  margin: 0 16px 16px 0;
}

@media screen and (max-width: 640px) {
  .lineup__list li {
    display: block;
    margin: 0 0 15px;
  }
  .lineup__list li img {
    width: 100%;
  }
}

.lineup__list li.fade {
  opacity: 1;
}

.lineup__list li:nth-child(2n) {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .lineup__list li:nth-child(2n) {
    margin: 0 0 15px;
  }
}

/*-------------------------------------------------------
present
-------------------------------------------------------*/
.present {
  position: relative;
  z-index: 1;
  margin: 70px auto 60px;
  min-height: 742px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: url(../images/bg_present.jpg) no-repeat top right;
}

@media screen and (max-width: 640px) {
  .present {
    padding: 0 3%;
    min-height: 0;
    background: none;
  }
}

.present__box {
  position: relative;
  z-index: 2;
  padding: 30px 70px;
  min-height: 706px;
  background: url(../images/bg_flame.png) no-repeat center top;
}

@media screen and (max-width: 640px) {
  .present__box {
    padding: 30px 15px;
    min-height: 0;
    border: 2px solid #fff;
    background: none;
  }
}

.present h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .present h2 img {
    width: 100%;
    max-width: 647px;
  }
}

.present p {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .present p img {
    max-width: 100%;
  }
}

.present a {
  display: inline-block;
  padding: 20px 0;
  min-width: 300px;
  background: #009bdf;
}

@media screen and (max-width: 640px) {
  .present a {
    min-width: 100%;
  }
}

.present a img {
  vertical-align: middle;
}

/*-------------------------------------------------------
what
-------------------------------------------------------*/
.what {
  padding: 55px 0;
  background: #008ade;
}

@media screen and (max-width: 640px) {
  .what {
    padding: 30px 10px;
  }
}

.what .float {
  overflow: hidden;
}

.what .float__left {
  float: left;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .what .float__left {
    float: none;
    width: auto;
    margin-bottom: 40px;
  }
}

.what .float__left p {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .what .float__left p img {
    width: 100%;
  }
}

.what .float__left p:last-child {
  margin: 0;
}

.what .float__right {
  float: left;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .what .float__right {
    float: none;
    width: auto;
  }
}

.what .float__right .timeline-Widget {
  max-height: 500px;
  overflow-y: scroll;
}

.what__link {
  margin-top: 40px;
  list-style: none;
}

.what__link li {
  display: inline-block;
  margin-right: 18px;
}

@media screen and (max-width: 640px) {
  .what__link li {
    display: block;
    margin: 0 0 10px;
  }
}

.what__link li:last-child {
  margin: 0;
}

.what__link li a {
  display: block;
  padding: 20px 45px;
  color: #fff;
  text-align: center;
  background: #1459a7;
}

@media screen and (max-width: 640px) {
  .what__link li a {
    padding: 20px;
  }
}

/*-------------------------------------------------------
.section10
-------------------------------------------------------*/
.section10 {
  color: #333;
  background: #e6e4e4;
}

.section10 .inner {
  padding: 80px 20px;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .section10 .inner {
    padding: 50px 10px;
  }
}

.section10 h2 {
  background: url(/skystage/15th/images/h2_bg.png) no-repeat center center, #00408a;
  font-size: 120%;
  padding: 27px 0;
  text-align: center;
}

.section10 h2 span {
  color: #fff;
  height: 23px;
  background: url(/skystage/15th/images/section10_text_01.png) no-repeat center 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 640px) {
  .section10 h2 span {
    height: auto;
    background: none;
    text-indent: inherit;
    white-space: normal;
    overflow: visible;
  }
}

.section10 h3 {
  font-size: 150%;
}

@media screen and (max-width: 640px) {
  .section10 h3 {
    font-size: 110%;
  }
}

.section10 .title_img {
  height: 24px;
  background: url(/skystage/15th/images/section10_text_02.png) no-repeat center 0;
  margin-bottom: 60px;
  text-align: center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .section10 .title_img {
    background: none;
    text-indent: inherit;
    white-space: normal;
    overflow: visible;
  }
}

.section10 ul {
  margin-bottom: 60px;
  text-align: center;
}

.section10 ul li {
  display: inline-block;
  margin: 0 1px;
}

@media screen and (max-width: 640px) {
  .section10 ul li {
    width: 45%;
    margin: 10px 2px;
  }
  .section10 ul li img {
    width: 100%;
  }
}

.section10 ul.bnrlink {
  margin: 50px 0 0 0;
  text-align: center;
}

.section10 ul.bnrlink li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 640px) {
  .section10 ul.bnrlink li {
    width: 80%;
  }
}

.section10 .inquiry {
  text-align: center;
}

.section10 .inquiry_text {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .section10 .inquiry_text img {
    width: 100%;
  }
}

.section10 .inquiry_text a {
  color: #039;
  text-decoration: none;
  font-weight: bold;
}

.section10 .inquiry_text a.link {
  display: inline-block;
  background: #009bdf;
  color: #fff;
  padding: 15px 40px;
}

.l-section {
  padding-top: 15px;
  padding-bottom: 230px;
  background-color: #000000;
}

@media (max-width: 767px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 95px;
  }
}

.l-section + .l-section {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .l-section + .l-section {
    margin-top: 25px;
  }
}

.l-section__inner {
  max-width: 1270px;
  padding-left: 6.04308985811876%;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .l-section__inner {
    padding-left: 15px;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.l-content {
  padding-bottom: 100px;
  margin-top: -120px;
}

@media (max-width: 767px) {
  .l-content {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}

.l-paragraph + .l-paragraph {
  margin-top: 0.8em;
}

.l-col__wrap--dib {
  font-size: 0;
}

.l-col__wrap--fl {
  overflow: hidden;
}

.l-col__item--dib {
  display: inline-block;
  vertical-align: top;
}

.l-col__item--fl-l {
  float: left;
}

.l-col__item--fl-r {
  float: right;
}

.m-title {
  max-width: 360px;
  width: 100%;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-title {
    max-width: 150px;
    margin-bottom: 30px;
  }
}

.m-lead__title {
  font-size: 4.4rem;
}

@media (max-width: 767px) {
  .m-lead__title {
    font-size: 2.4rem;
  }
}

.m-lead__text {
  font-size: 1.8rem;
  margin-top: 30px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .m-lead__text {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

.m-btn__item {
  max-width: 300px;
  width: 100%;
  display: inline-block;
}

.m-seal {
  max-width: 244px;
  width: 100%;
}

.m-sp-only {
  display: none !important;
}

@media (max-width: 767px) {
  .m-sp-only {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .m-pc-only {
    display: none !important;
  }
}

.m-nowrap {
  display: inline-block;
}

.main {
  background: -webkit-gradient(linear, left top, right top, from(#1b2348), color-stop(50%, #1b2348), color-stop(60%, rgba(27, 35, 72, 0)));
  background: -webkit-linear-gradient(left, #1b2348 0%, #1b2348 50%, rgba(27, 35, 72, 0) 60%);
  background: linear-gradient(to right, #1b2348 0%, #1b2348 50%, rgba(27, 35, 72, 0) 60%);
  overflow: hidden;
}

.hero {
  background: -webkit-gradient(linear, left top, right top, from(#1b2348), color-stop(50%, #1b2348), color-stop(60%, rgba(27, 35, 72, 0))), no-repeat right 0% top url(../images/hero.jpg);
  background: -webkit-linear-gradient(left, #1b2348 0%, #1b2348 50%, rgba(27, 35, 72, 0) 60%), no-repeat right 0% top url(../images/hero.jpg);
  background: linear-gradient(to right, #1b2348 0%, #1b2348 50%, rgba(27, 35, 72, 0) 60%), no-repeat right 0% top url(../images/hero.jpg);
  padding-top: 30px;
  padding-bottom: 240px;
}

@media (max-width: 767px) {
  .hero {
    background: url(../images/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 150px;
  }
}

.hero__inner {
  max-width: 1300px;
  position: relative;
}

.hero__content {
  max-width: 600px;
  width: 100%;
}

.hero__logo {
  max-width: 73px;
  width: 100%;
}

@media (max-width: 767px) {
  .hero__logo {
    margin-left: inherit;
  }
}

.hero__categoryTitle {
  margin-top: 40px;
  margin-left: -23.5px;
  margin-right: -23.5px;
  width: 647px;
}

@media (max-width: 767px) {
  .hero__categoryTitle {
    width: 80%;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero__title {
  width: 100%;
  margin-top: 40px;
}

.hero__title.fadeIn-target.is-active {
  -webkit-animation: fadeIn 1s ease 0.5s forwards;
  animation: fadeIn 1s ease 0.5s forwards;
}

@media (max-width: 767px) {
  .hero__title {
    width: 80%;
  }
}

.hero__nav {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .hero__nav {
    display: none;
  }
}

.hero__nav__inner {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.hero__nav__inner::before {
  content: "";
  display: block;
  width: 70px;
  height: 506px;
  background-image: url(../images/nav_deco01.png);
  background-size: contain;
  background-repeat: repeat-y;
  position: absolute;
  top: -20px;
  left: 0;
}

.hero__nav__item + .hero__nav__item {
  margin-top: 10px;
}

.hero__nav__link {
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #d2bc9d;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(210, 188, 157, 0.8);
  box-shadow: 0px 0px 6px 2px rgba(210, 188, 157, 0.8);
  width: 100%;
  height: 70px;
}

.hero__nav__icon {
  max-width: 114px;
  width: 100%;
  margin-right: 5px;
}

.hero__movie {
  max-width: 440px;
  max-width: calc(100% - 115px - 610px);
  width: 35.48387096774194%;
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
}

@media (max-width: 767px) {
  .hero__movie {
    max-width: inherit;
    width: 80%;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

.tokimeki01 {
  position: relative;
}

.tokimeki01__content {
  position: relative;
  z-index: 99;
  padding-bottom: 50px;
}

.tokimeki01__content::before {
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  background: #0a0111;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -9;
}

.tokimeki01__lead {
  width: 100%;
}

@media (max-width: 767px) {
  .tokimeki01__lead {
    width: 100%;
  }
}

.tokimeki01__movie {
  width: 35.48387096774194%;
}

@media (max-width: 767px) {
  .tokimeki01__movie {
    width: 100%;
    margin-top: 30px;
  }
}

.tokimeki01__program {
  padding-left: 15px;
}

.tokimeki01__program__wrap {
  position: relative;
}

.tokimeki01__program__wrap::before {
  content: "";
  display: block;
  width: 66.86666666666667%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/section01_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9;
}

@media (max-width: 767px) {
  .tokimeki01__program__wrap::before {
    background-image: inherit;
  }
}

.tokimeki01__program__inner {
  margin-top: 50px;
  max-width: 693px;
  width: 55.88709677419355%;
  margin-left: auto;
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .tokimeki01__program__inner {
    width: 100%;
  }
}

.tokimeki01__btn {
  max-width: 693px;
  width: 55.88709677419355%;
  margin-top: 50px;
  margin-left: auto;
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .tokimeki01__btn {
    max-width: inherit;
    width: 100%;
  }
}

.tokimeki01__btn__inner {
  border: 1px solid #7ecef4;
  padding: 30px 3.443001443001443% 30px 16.75901875901876%;
  text-align: center;
}

@media (max-width: 767px) {
  .tokimeki01__btn__inner {
    padding: 40px 10% 20px 10%;
  }
}

.tokimeki01__btn__text {
  max-width: 545px;
  width: 100%;
  margin-left: auto;
}

.tokimeki01__btn__item {
  margin-top: 24px;
  display: inline-block;
}

.tokimeki01__btn__seal {
  position: absolute;
  top: -40%;
  left: -20%;
  width: 35.20923520923521%;
}

@media (max-width: 767px) {
  .tokimeki01__btn__seal {
    top: -30%;
    left: -2%;
    width: 25.209%;
  }
}

.tokimeki02 {
  background-image: url(../images/section02_bg.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 170px;
}

@media (max-width: 767px) {
  .tokimeki02 {
    background-size: 200%;
    margin-bottom: 100px;
  }
}

.tokimeki02__content {
  position: relative;
  z-index: 99;
  padding-bottom: 120px;
}

.tokimeki02__content::before {
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  background: #282727;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -9;
}

@media (max-width: 767px) {
  .tokimeki02__content {
    padding-bottom: 60px;
  }
}

.tokimeki02__inner {
  position: relative;
}

.tokimeki02__lead {
  width: 100%;
}

@media (max-width: 767px) {
  .tokimeki02__lead {
    max-width: inherit;
    width: 100%;
  }
}

.tokimeki02__seal {
  position: absolute;
  top: -170px;
  right: 15px;
  width: 19.21259842519685%;
}

@media (max-width: 767px) {
  .tokimeki02__seal {
    top: -80px;
  }
}

.tokimeki02__program {
  padding-top: 100px;
  padding-bottom: 300px;
}

@media (max-width: 767px) {
  .tokimeki02__program {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}

.tokimeki02__program__colwrap {
  position: relative;
}

.tokimeki02__program__textbox {
  max-width: 519px;
  width: 47.28070175438596%;
}

@media (max-width: 767px) {
  .tokimeki02__program__textbox {
    max-width: inherit;
    width: 100%;
  }
}

.tokimeki02__program__btn {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .tokimeki02__program__btn {
    text-align: center;
  }
}

.tokimeki02__program__img {
  max-width: 510px;
  width: 44.73684210526316%;
  z-index: 999;
  position: absolute;
  top: -190px;
  right: 0;
}

@media (max-width: 767px) {
  .tokimeki02__program__img {
    width: 40%;
    top: -40px;
    z-index: -999;
  }
  .tokimeki02__program__img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 50%);
  }
}

.tokimeki03 {
  padding-bottom: 0;
}

.tokimeki03__content01 {
  position: relative;
  z-index: 99;
  padding-bottom: 200px;
}

.tokimeki03__content01::before {
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  background: center bottom 56%/62% no-repeat url(../images/brightness_bg01.png), #c104bf;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -9;
}

.tokimeki03__content01::before {
  background-blend-mode: screen;
}

@media (max-width: 767px) {
  .tokimeki03__content01 {
    padding-bottom: 180px;
  }
}

.tokimeki03__content02 {
  position: relative;
  z-index: 99;
  padding-top: 226px;
  padding-bottom: 200px;
}

.tokimeki03__content02::before {
  content: "";
  display: block;
  width: 140%;
  height: 92%;
  background: center right/100% no-repeat url(../images/section03_bg.png);
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -9;
}

.tokimeki03__content02::before {
  background-position: center right;
  background-size: 110%;
}

@media (max-width: 767px) {
  .tokimeki03__content02 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tokimeki03__content02::before {
    background-size: 128%;
  }
}

.tokimeki03__content02__inner {
  position: relative;
}

.tokimeki03__content02__colwrap {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .tokimeki03__content02__colwrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tokimeki03__content02__img {
  max-width: 260px;
  width: 33.052632%;
}

@media (max-width: 767px) {
  .tokimeki03__content02__img {
    max-width: inherit;
    width: 40%;
    margin-right: auto;
    display: block;
  }
}

.tokimeki03__content02__text {
  max-width: 562px;
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .tokimeki03__content02__text {
    max-width: inherit;
    width: 100%;
    margin-left: 0;
  }
}

.tokimeki03__inner {
  position: relative;
}

@media (max-width: 767px) {
  .tokimeki03__lead {
    max-width: inherit;
    width: 100%;
  }
}

.tokimeki03__seal {
  position: absolute;
  top: -148%;
  right: 15px;
  width: 19.21259842519685%;
}

@media (max-width: 767px) {
  .tokimeki03__seal {
    top: -50%;
    right: 15px;
  }
}

.tokimeki04 {
  padding-bottom: 0;
}

.tokimeki04__content01 {
  position: relative;
  z-index: 99;
  /*padding-bottom: 200px;*/
}

.tokimeki04__content01::before {
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  background: center bottom 20%/cover no-repeat url(../images/brightness_bg02.png), #1b4698;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -9;
}

.tokimeki04__content01::before {
  background-blend-mode: screen;
}

.tokimeki04__content01.short-height {
	padding-top:10px;
	padding-bottom:50px;
}

@media (max-width: 767px) {
  .tokimeki04__content01 {
    /*padding-bottom: 180px;*/
  }
  .tokimeki04__content01::before {
    background-position: center top;
  }
}

.tokimeki04__lead {
  width: 100%;
}

@media (max-width: 767px) {
  .tokimeki04__lead {
    max-width: inherit;
    width: 100%;
  }
}

.tokimeki04__content02 {
  position: relative;
  z-index: 99;
  padding-bottom: 200px;
}

.tokimeki04__content02::before {
  content: "";
  display: block;
  width: 140%;
  height: 92%;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#5965b6), color-stop(60%, #5965b6), to(#35388e));
  background: -webkit-linear-gradient(top, #5965b6 0%, #5965b6 60%, #35388e 100%);
  background: linear-gradient(to bottom, #5965b6 0%, #5965b6 60%, #35388e 100%);*/
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -9;

	
	
}

@media (max-width: 767px) {
  .tokimeki04__content02 {
    padding-bottom: 150px;
  }
}

.tokimeki04__lineup {
  padding-left: 15px;
  margin-top: -130px;
	padding-top:200px;
}

.tokimeki04__lineup__item img{
	width: 83%;
	margin: 0 auto;
}

@media (max-width: 767px) {
  .tokimeki04__lineup {
    margin-top: -40px;
	padding-top:200px;
  }
　.tokimeki04__lineup__item img{
	max-width: 100%;
	margin: 0 auto;
	}

}

.tokimeki04__lineup__item {
  display: block;
}



.tokimeki04__lineup__item + .tokimeki04__lineup__item {
  margin-top: 37px;
}


.tokimeki05 {
  padding-bottom: 0;
}

.tokimeki05__content01 {
  position: relative;
  z-index: 99;
  padding-bottom: 200px;
}

.tokimeki05__content01::before {
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  background: center bottom 20%/cover no-repeat url(../images/brightness_bg02.png), #1a4597;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -9;
}

/*↓201604追加*/

.tokimeki04.l-section {
	background: #5965b6 center 68% no-repeat /*url(../images/section04_img03.png)*/;
	background-size: auto;
}

@media (max-width: 767px) {
	.tokimeki04.l-section {
		background: #5965b6 center 61% no-repeat /*url(../images/section04_img03.png)*/;
		background-size: 94%;
	}
}

.tokimeki04__content02__colwrap {
	text-align:center;
	margin-top: 25px;
}

/*↑201604追加*/

@media (max-width: 767px) {.tokimeki04__lineup
  .tokimeki05__content01 {
    padding-bottom: 150px;
  }
}

.tokimeki05__lead {
  width: 100%;
}

.tokimeki05__content02 {
  position: relative;
  z-index: 99;
  padding-bottom: 200px;
}

.tokimeki05__content02::before {
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  background: #0e3275;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -9;
}

@media (max-width: 767px) {
  .tokimeki05__content02 {
    padding-bottom: 130px;
  }
}

.tokimeki05__content02__inner {
  max-width: 1070px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -150px;
}

@media (max-width: 767px) {
  .tokimeki05__content02__inner {
    margin-top: 0;
  }
}

.tokimeki05__content02__item {
  max-width: 480px;
  width: 46.15384615384615%;
}

@media (max-width: 767px) {
  .tokimeki05__content02__item {
    max-width: inherit;
    width: 100%;
  }
}

.tokimeki05__content02__item + .tokimeki05__content02__item {
  margin-left: 7.692307692307692%;
}

@media (max-width: 767px) {
  .tokimeki05__content02__item + .tokimeki05__content02__item {
    margin-left: 0;
    margin-top: 20px;
  }
}

.tokimeki05__content02__item iframe {
  height: 480px !important;
}

.tokimeki06 {
  padding-bottom: 88px;
  position: relative;
}

.tokimeki06::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #666666;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

@media (max-width: 767px) {
  .tokimeki06 {
    padding-bottom: 40px;
  }
}

.tokimeki06__content01 {
  position: relative;
  z-index: 99;
  padding-top: 110px;
  padding-bottom: 220px;
}

.tokimeki06__content01::before {
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  background: #4e4d4d;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -9;
}

@media (max-width: 767px) {
  .tokimeki06__content01 {
    padding-top: 50px;
    padding-bottom: 170px;
  }
}

.tokimeki06__lead {
  width: 70%;
}

.tokimeki06__content02 {
  position: relative;
  z-index: 99;
  padding-top: 100px;
  padding-bottom: 0;
}

.tokimeki06__content02::before {
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  background: #666666;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -9;
}

@media (max-width: 767px) {
  .tokimeki06__content02 {
    padding-top: 50px;
  }
}

.tokimeki06__content02__inner {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.tokimeki06__content02__colwrap {
  text-align: center;
}

.tokimeki06__content02__item {
  width: 18.54838709677419%;
}

@media (max-width: 767px) {
  .tokimeki06__content02__item {
    width: calc((100% - 20px) / 3);
  }
}

.tokimeki06__content02__item + .tokimeki06__content02__item {
  margin-left: 10px;
}

.tokimeki06__seal {
  position: absolute;
  top: -80%;
  right: 15px;
  width: 25.209%;
  max-width: 244px;
}

@media (max-width: 767px) {
  .tokimeki06__seal {
    top: -40%;
    width: 23.209%;
  }
}

.contact {
  margin-top: 60px;
}

.contact__lead {
  max-width: 390px;
  width: 100%;
}

.contact__btn {
  margin-top: 32px;
  text-align: center;
}

.credit {
  background-color: #25247b;
  margin-top: 0 !important;
  padding-top: 100px;
  padding-bottom: 20px;
}

.credit__inner {
  padding-left: 15px;
}

.credit__toTop {
  max-width: 237px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.credit__toTop__logo {
  display: inline-block;
  max-width: 220px;
  width: 100%;
}

.credit__toTop__text {
  display: inline-block;
  max-width: 237px;
  width: 100%;
}

.credit__text {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
}

.fadeIn-target {
  opacity: 0;
}

.fadeIn-target.is-active {
  -webkit-animation: fadeIn 1s ease forwards;
  animation: fadeIn 1s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/*# sourceMappingURL=style.css.map */
