@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
html,
body {
  font-size: 62.5%;
}
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.3rem;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
	color: #000;
	background-color: #fcf0c8;
	-webkit-text-size-adjust: 100%;
  
  padding-top: calc(77.3vw + 5px);
}
img {
  max-width: 100%;
  vertical-align: bottom;
  user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}
a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/*
.show-sp {
  display: none;
}
*/

.slick-slider {
  margin: 0;
}

article {
  position: relative;
  z-index: 2;
}
section {
  width: 97%;
  background-color: rgba(78,156,237,0.8);
  padding: 30px 0 40px;
  margin: 0 auto 30px;
}
section .bn {
  width: 78%;
  text-align: center;
  margin: 0 auto 20px;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
} 
.cf:after {
    clear:both;
}

/* ---------------------------------------------------------
nav
----------------------------------------------------------*/
.btn-nav {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 35px;
  z-index: 10;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0,0,0,.7);
  padding-top: 30px;
  overflow-y: scroll;
  z-index: 10;
  display: none;
}
nav li {
  border-bottom: 1px dotted #fff;
}
nav a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 18px 0;
}
nav .btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
}

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 77%;
}
#main div,
h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
#main .title {
  left: 2.5%;
  width: 31.7%;
  padding-top: 8.3%;
}
h1,
#main .logo-alpha {
  top: 27vw;
  left: 58.3vw;
  width: 27%;
}
#main div img,
h1 img {
  width: 100%;
  max-width: none;
}
#main .chara {
  left: 20.5%;
  width: 56.5%;
  text-align: center;
  padding-top: 13%;
}
#main .chara img {
  max-width: 790px;
}
#main .wave1 {
  top: 48vw;
}
#main .wave2 {
  top: 53vw;
}
#main .kira1 {
  left: 52.6%;
  width: 7%;
  width: 9%;
  padding-top: 39.6%;
}
#main .kira2 {
  left: 56.1%;
  width: 5%;
  width: 7%;
  padding-top: 46.7%;
}
#main .kira3 {
  left: 54.5%;
  width: 5%;
  width: 7%;
  padding-top: 32.6%;
}
#main .kira4 {
  left: 84.6%;
  width: 5.8%;
  width: 7.8%;
  padding-top: 47.3%;
}
#main .kira5 {
  left: 59.4%;
  width: 7%;
  width: 9%;
  padding-top: 23.7%;
}
#main .kira6 {
  left: 81.6%;
  width: 7.1%;
  width: 9.1%;
  padding-top: 39.2%;
}
#main .kira7 {
  left: 80%;
  width: 7.1%;
  width: 9.1%;
  padding-top: 23.4%;
}
#main .kira8 {
  left: 84.5%;
  width: 5.8%;
  width: 7.8%;
  padding-top: 31.4%;
}
#main .kira9 {
  left: 74.3%;
  width: 7%;
  width: 9%;
  padding-top: 22%;
}
#main .kira10 {
  left: 76.5%;
  width: 5%;
  width: 7%;
  padding-top: 46.4%;
}
#main .bg {
  filter: brightness(200%);
  transition: all .8s;
}
#main .bg.show {
  filter: brightness(100%);
  opacity: 1;
  transition: all .8s;
}

@media screen and (min-width:1300px) {
  #main .title {
    padding-top: 13.3%;
  }
  h1,
  #main .logo-alpha {
    top: 35%;
  }
}

@media screen and (min-width:1600px) {
  #main {
    width: 1600px;
    left: 50%;
    margin-left: -800px;
  }
}

/* ---------------------------------------------------------
#present
----------------------------------------------------------*/
#present {
  padding-bottom: 22px;
}
#present h2 {
  width: 84.1%;
  margin: 0 auto 20px;
}
#present h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 18px;
}
#present p {
  width: 91.7%;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  margin: 0 auto 10px;
}
#present ul {
  width: 91.7%;
  text-align: center;
  margin: 0 auto 20px;
}
#present li {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
}
#present .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1.3%;
}
#present .chara {
  width: 49%;
  margin-bottom: 18px;
}
#present .chara .pic {
  margin-bottom: 10px;
}
#present .chara .btn {
  width: 70.8%;
  margin: 0 auto;
}
#present .btn-toggle {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 90.1%;
  height: 43px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: url(../img/present/icon_arrow_down.png) 96% center no-repeat;
  background-size: 15px auto;
  margin: 0 auto;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#present .btn-toggle.close {
  background: url(../img/present/icon_arrow_up.png) 96% center no-repeat;
  background-size: 15px auto;
}
#present .toggle-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#present .toggle-wrapper {
  display: none;
}

/* ---------------------------------------------------------
#modal-box
----------------------------------------------------------*/
#modal-box {
  display: none;
}
.modaal-container {
  background: none;
  padding-bottom: 60px;
}
.modaal-wrapper .modaal-close {
  right: 2.6%;
  width: 28px;
  height: 28px;
  background: url(../img/present/modal/btn_close.png) no-repeat;
  background-size: 28px auto;
}
.modaal-close:after,
.modaal-close:before {
  display: none;
}
.modaal-close:focus, .modaal-close:hover {
  opacity: .8;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #fff;
  opacity: .8;
}
.modaal-content-container {
  background: url(../img/present/modal/bg_modal.jpg) no-repeat;
  background-position: 0 60px;
  background-size: 100% auto;
  padding: 60px 0 0;
}
.modaal-content-container::after {
  content: '';
  display: block;
  width: 100%;
  background: url(../img/present/modal/bg_modal_bottom.png);
  background-size: 100% auto;
  padding-top: 24%;
}
.modaal-overlay {
  opacity: .7;
}
.modaal-inner-wrapper {
  padding: 0 2.6%;
}
.modaal-content-container p {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.6;
  padding: 5px 3.5% 20px;
}
.modaal-content-container .btn {
  width: 35%;
  margin: 0 auto;
}

/* ---------------------------------------------------------
#campaign
----------------------------------------------------------*/
#campaign {
  padding-bottom: 20px;
}
#campaign h2 {
  width: 54.5%;
  margin: 0 auto 35px;
}
#campaign p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 2.6%;
  margin-bottom: 20px;
}
#campaign .bn + p {
  padding: 5px 0 0 !important;
}
#campaign .tab-block {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 94.8%;
  margin: 0 auto;
}
#campaign .tab-block li {
  width: 33.3%;
  cursor: pointer;
}
#campaign .tab-block li.cr img {
  opacity: 0;
}
#campaign .tab-block li.cr:nth-child(1) {
  background: url(../img/campaign/tab_01_cr.png) no-repeat left top/contain;
}
#campaign .tab-block li.cr:nth-child(2) {
  background: url(../img/campaign/tab_02_cr.png) no-repeat left top/contain;
}
#campaign .tab-block li.cr:nth-child(3) {
  background: url(../img/campaign/tab_03_cr.png) no-repeat left top/contain;
}
#campaign .tab1-box,
#campaign .tab2-box,
#campaign .tab3-box {
  width: 94.8%;
  background-color: #c0d6eb;
  border: 2px solid #7dc0ff;
  padding: 25px 0;
  margin: -2px auto 0;
  display: none;
}
#campaign .tab2-box {
  background-color: #f2dbea;
  border-color: #f389a9;
}
#campaign .tab3-box {
  background-color: #d4f0ec;
  border-color: #32d3d3;
}
#campaign .tab1-box p,
#campaign .tab2-box p,
#campaign .tab3-box p {
  width: 78%;
  text-align: left;
  padding-bottom: 25px;
  margin: 0 auto;
}
#campaign .txt-center {
  text-align: center !important;
}
#campaign .tab1-box p {
  color: #278dd5;
}
#campaign .tab2-box p {
  color: #de4343;
}
#campaign .tab3-box p {
  color: #1f9daf;
}

/* ---------------------------------------------------------
#update
----------------------------------------------------------*/
#update {
  padding-bottom: 20px;
}
#update h2 {
  width: 54.5%;
  margin: 0 auto 35px;
}
#update .bn:nth-child(4) {
  margin-bottom: 10px;
}
#update p {
  width: 78%;
  font-size: 1.1rem;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ---------------------------------------------------------
#news
----------------------------------------------------------*/
#news {
  padding-bottom: 20px;
}
#news h2 {
  width: 43.3%;
  margin: 0 auto 35px;
}

/* ---------------------------------------------------------
#gallery
----------------------------------------------------------*/
#gallery {
  position: relative;
  padding-bottom: 25px;
  overflow: hidden;
}
#gallery h2 {
  width: 47.2%;
  margin: 0 auto 35px;
}
#gallery ul:nth-of-type(2){
  margin: 9px 0;
}
#gallery li {
  margin: 0 4px;
}
#gallery img {
  height: auto;
}
#gallery .chara {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
#gallery .chara img {
  max-height: 320px;
}
@media screen and (max-width:320px) {
  #gallery .chara img {
    max-height: 270px;
  }
}

/* ---------------------------------------------------------
#episode
----------------------------------------------------------*/
#episode {
  position: relative;
  padding-bottom: 25px;
}
#episode h2 {
  width: 49.3%;
  margin: 0 auto 35px;
}
#episode li {
  margin: 0 3px;
}
#episode .txt-cr {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 15px;
}
#episode .btn-next,
#episode .btn-prev {
  display: none;
}

/* ---------------------------------------------------------
animation
----------------------------------------------------------*/
.animeBefore {
	visibility: hidden;
}

.fadeAnime {
	visibility: visible;
	animation-name: fadeAnime;
	animation-duration: 600ms;
}
@keyframes fadeAnime {
  from {
	  opacity: 0;
	  transform: translateY(20px);
  }
  to {
	  opacity: 1;
	  transform: translateY(0px);
  }
}

/* --------------------------------------------------
-------------------------------------------------- Clearfix */

.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	*zoom:1;
}

/* --------------------------------------------------
-------------------------------------------------- footer */
.l_footer {
	background-color: #ededed;
	position: relative;
}
.l_footer_share {
  background: url(../img/bg_footer.jpg);
	background-size: cover;
	-webkit-background-size: cover;
}
.l_footer_inner {
	max-width: 907px;
	margin: 0 auto;
	text-align: center
}
#app-icon {
	padding-right: 10px;
	width: 64px;
	float: left;
	margin: 12px 0px 0px 20px !important
}
.app-info {
	display: inline-block;
	margin: auto
}
#app-spec {
	width: 220px;
	float: left;
	color: #333;
	font-weight: bold;
	margin-top: 12px;
	margin-left: 5px;
	text-align: left
}
#app-spec p {
  color: #fff;
	line-height: 1.4 !important;
	font-size: 1.2rem
}
.l_footer_inner {
	max-width: 400px;
	margin: 0 auto
}
.l_footer_share ul li {
	display: inline-block
}
.l_footer_share ul img {
	width: 120px
}
.l_footer_share ul {
	list-style: none;
	text-align: center;
	clear: both
}
.l_footer_share ul li:first-child {
	text-align: right;
	padding: 10px
}
.l_footer_share ul li:last-child {
	text-align: left;
	padding: 10px
}
.inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: #fff
}
#sns {
	position: relative;
	overflow: hidden;
	padding: 20px 0 0 0;
	width: 100%
}
#sns ul {
	position: relative;
	float: left;
	left: 50%
}
#sns ul li {
	position: relative;
	margin: 0 7px;
	width: 44px;
	float: left;
	left: -50%
}
#sns ul li img {
	display: block;
	width: 40px
}
#corp-logo {
	position: relative;
	overflow: hidden
}
#corp-logo ul {
	position: relative;
	float: left;
	left: 50%;
	margin: 0 auto
}
#corp-logo ul li {
	position: relative;
	margin: 0 7px;
	width: 75px;
	float: left;
	left: -50%
}
#corp-logo ul li img {
	width: 65px
}
.l_footer_copyright {
	margin: 0;
	color: #6e6a6b;
	text-align: center;
	padding-bottom: 10px
}

/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {
  /* ---------------------------------------------------------
  common
  ----------------------------------------------------------*/
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
}
@media screen and (min-width:769px) {
  article h2 {
    text-align: center;
  }
  
  section {
    width: 1000px;
    padding: 60px 20px;
    margin-bottom: 60px;
    box-sizing: border-box;
  }  
  section .bn {
    margin: 0 auto 40px;
  }

/* ---------------------------------------------------------
nav
----------------------------------------------------------*/
.btn-nav {
  position: fixed;
  top: 10px;
  right: 50%;
  width: 60px;
  margin-right: -480px;
}
nav a {
  font-size: 1.6rem;
}
nav .btn-close {
  top: 25px;
  width: 30px;
  right: 50%;
  margin: 0 -465px 0 0;
}

/* ---------------------------------------------------------
#present pc
----------------------------------------------------------*/
  #present h2 {
    width: 50%;
  }
  #present h3 {
    font-size: 2rem;
    margin: 30px 0 5px;
  }
  #present p,
  #present li {
    font-size: 1.8rem;
    width: 500px;
    margin: 0 auto 10px;
  }
  #present li {
    width: 600px;
  }
  #present .schedule {
    text-align: center;
  }
  #present .chara {
    width: 230px;
    margin-bottom: 30px;
  }
  
  #present .chara a,
  .modaal-content-container .btn a{
    transition: opacity .3s;
  }
  #present .chara a:hover,
  .modaal-content-container .btn a:hover,
  #present .btn-toggle:hover {
    opacity: .8;
  }
  #present .chara .btn {
    width: 140px;
  }
  #present .btn-toggle {
    cursor: pointer;
    transition: opacity .3s;
  }
  #present .wrapper {
    padding-top: 30px;
  }
  #present .toggle-box {
    display: block;
  }
  #present .toggle-box > div {
    float: left;
    margin-right: 5px;
  }
  #present .toggle-box > div:nth-child(4n) {
    margin-right: 0;
  }
  .modaal-container {
    width: 710px;
  }
  .modaal-container p {
    font-size: 1.6rem;
  }
  .modaal-content-container .btn {
    width: 180px;
  }
  .modaal-wrapper .modaal-close {
    left: 50%;
    margin-left: 330px;
  }

/* ---------------------------------------------------------
#campaign pc
----------------------------------------------------------*/
  #campaign h2 {
    width: 32.7%;
    margin: 0 auto 35px;
  }
  #campaign p {
    font-size: 1.8rem;
    padding-bottom: 30px;
  }
  #campaign p br:nth-child(2) {
    display: none;
  }
  
  #campaign .tab-block li {
    width: auto;
    transition: opacity .3s;
  }
  #campaign .tab-block li:not(.cr):hover {
    opacity: .8;
  }
  #campaign .tab1-box,
  #campaign .tab2-box,
  #campaign .tab3-box {
    border-width: 4px;
    margin: -4px auto 0;
  }
  #campaign .bn + p {
    padding: 5px 0 25px !important;
  }

/* ---------------------------------------------------------
#update pc
----------------------------------------------------------*/
  #update {
    padding-bottom: 60px;
  }
  #update h2 {
    width: 32.7%;
    margin: 0 auto 35px;
  }
  #update .bn:nth-child(4) {
    margin-bottom: 20px;
  }
  #update p {
    font-size: 1.4rem;
  }

/* ---------------------------------------------------------
#gallery pc
----------------------------------------------------------*/
  #gallery {
    min-height: 596px;
  }
  #gallery h2 {
    width: 28.2%;
    margin-bottom: 50px;
  }
  #gallery .chara img {
    max-height: 450px;
  }

/* ---------------------------------------------------------
#episode pc
----------------------------------------------------------*/
  #episode h2 {
    width: 30%;
  }
  #episode .btn-next,
  #episode .btn-prev {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 165px;
    cursor: pointer;
    transition: opacity .3s;
  }
  #episode .btn-next:hover,
  #episode .btn-prev:hover {
    opacity: .8;
  }
  #episode .btn-next {
    left: auto;
    right: 10px;
  }
}