/* ===============================
  main.css
================================*/

/* reset */
* {
  box-sizing: border-box;
}

body {
  min-width: 1200px;
  /*background-color: rgb(0,197,228);*/
}


/* templates */
header {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 116px;
  background-image: url('../assets/img/common/menu/menu_bar2.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px 116px;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}

footer {
  background-color: rgb(0,197,228);
  color: rgb(255, 255, 255);
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-sns {
  background-image: url('../assets/img/sns/bg_blue_pattern.png');
  text-align: center;
  padding: 60px;
}

.c-sns a:nth-child(2) {
  margin-left:20px;
}

.c-youtube--wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-youtube--close{
  top: -62px;
  position: absolute;
  right: 0;
}

.c-youtube--modal__arrow {
  height: 30px;
  width: 100%;

  background-color: #000;
  margin-top: -3px;
  position: relative;
}
  
.c-youtube--modal__left {
  height: 24px;
  width: 24px;
  margin: 3px;
  position:absolute;
  top:0;
  left:16px;
  overflow : hidden;
  background-position: center;
  background-image: url('../assets/img/gallery/icons.png');
}

.c-youtube--modal__right {
  height: 24px;
  width: 24px;
  margin: 3px;
  position:absolute;
  top:0;
  right:16px;
  overflow : hidden;
  background-position: right;
  background-image: url('../assets/img/gallery/icons.png');
}

/* id */


/* layout */
.l-menu {
  display: flex;
  justify-content: center;
}

.l-menu--item {
  position: relative;
  min-width: 176px;
  display: flex;
  justify-content: center;
}

.l-menu--item:nth-child(1) {} /* WIP */

.l-menu--item::after {
  content: '';
  position: absolute;
  top: 20px;
  right: -10px;
  width: 1px;
  height: 45px;
  background-image: url('../assets/img/common/menu/menu_bar0.png');
}

.l-contents {

}


/* project */
/* mv */
.p-mv {
  background-image: url('../assets/img/mv/mainvisual_bg.png');
  background-size: cover;
  display: block;
  justify-content: center;
  height: 1215px;
  position: relative;
  overflow: hidden;
}

.p-mv--wrapper {
  position: absolute;
  width: 1200px;
  margin: 0 calc(50% - 600px);
  z-index: 2;
}

.p-mv__catchcopy {
  top: 148px;
  right: 0;
}

.p-mv__logo {
  top: 650px;
  left: 360px;
}

.p-mv__cslogo{
top: 130px;
left: 2%;
width: 30%;
}
.p-mv__thumb {
  top: 680px;
  left: 60px;
}

.p-mv__release {
  top: 835px;
  left: 332px;
}

/* valentine event */
.p-mv__valentine_thumb {
  top: 500px;
  left: 57px;
}

.p-mv__valentine_koharu {
  top: 680px;
  left: 150px;
}

.p-mv__valentine_shiduri {
  top: 680px;
  left: 845px;
}



/* topics */
.p-topics {
  background-image: url('../assets/img/topics/bg_blue_pattern.png');
  padding-bottom: 60px;
}

.p-topics--wrapper {
  display: flex;
  width: 1200px;
  padding: 0 40px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-topics--box {
  position: relative;
  height: 600px;
  width: 720px;
}
.p-topics--news, .p-topics--banner {
  height: 300px;
  width: 720px;
}

.p-topics--news {
  height: 260px;
  padding: 20px 30px 0;
  margin:40px 0 0px 0;
  overflow: auto;
  background-color: rgb(255,255,255);
  box-sizing: border-box;
}

  /* scrollbar */
  .p-topics--news::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }
  .p-topics--news::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: #B0EAFF;
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0), inset 1px 1px 0px rgba(0, 0, 0, 0);
  }
  .p-topics--news::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
  }
  .p-topics--news::-webkit-scrollbar-corner {
    background-color: transparent;
  }

  .p-topics--news::-webkit-scrollbar-track{
    box-shadow: inset 0 0 2px #E9F9FF; 
  }



.p-topics--twitter {
  position: relative;
  height: 600px;
  width: 360px;
  background-color: rgb(255,255,255);
}

.p-topics--twitter h2 {
  height: 40px;
}

.p-topics--inner {
  padding: 15px;
}


.p-topics--boader {
  border: 1px solid rgb(81, 227, 255);
  border-radius: 0 0 12px 12px;
  box-sizing: border-box;
}

.p-topics--boader__twitter {
  border-radius: 12px;
}

.p-topics--banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

  /* components */
  .c-news--item {
    margin-bottom:20px;
  }

  .c-news--item time {
    color: #FF8FB9;
    font-size: 12px;
  }

  .c-news--item p {
    font-size: 14px;
    margin-top: 4px;
    line-height: 1.7em;
  }

  .c-banner--list {
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-banner--link {

  }

  .c-banner--image {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  }

/* story */
.p-story--wrapper {
  background-image: url('../assets/img/story/story_bg.png');
  background-size: cover;
  height: 1190px;
}

.p-story--image {
  margin: auto;
  display: block;
}

/* character */
.p-character--heading {
  position: relative;
  height: 380px;
}
.p-character--bg {
  height: 380px;
  width: 100%;
  display: flex;
  position: absolute;
  z-index: -1;
  top:0;
  left:0;
}
.p-character--bg__left,.p-character--bg__right {
  width: 50%;
  height: 100%;
}

.p-character--bg__left{
  background-image: url('../assets/img/character/bg_blue_pattern.png');
}

.p-character--bg__right {
  background-image: url('../assets/img/character/bg_pink_pattern.png');
}

.p-character--imagelist {
  display: flex;
  justify-content: center;
}

.p-character--imagelist div:nth-child(odd) {
  width: 383px;
  height: 121px;
}

.p-character--imagelist div:nth-child(even) {
  width: 232px;
  height: 121px;
}

.p-character--imagelist {
  display: flex;
  justify-content: center;
}

.p-character--content {
  width: 100%;
  height: 960px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: flex-end;
}
.p-character--content__wrapper{
  height: 960px;
}
.p-character--content__list {
  height: 100%;
  padding-top: 100px;
}

.p-character--content__listitem{
  margin-top: 5px;
}

.p-character--content__image {
  display: flex;
  justify-content:center;
  width: 500px;
  height: 900px;
  align-items: flex-end;
}

.p-character--voice {
  position: relative;
}

.p-character--voice ul{
  display: flex;
  align-items: center;
  padding-left: 300px;
  height: 111px;
}

.p-character--voice li{
  margin-left: 15px;
  z-index: 1;
}

.p-character--voice__image {
  position: absolute;
  display: block;
}

.p-character--costume {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-character--costume ul{
  display: flex;
  align-items: center;
}

.p-character--costume li{
  margin-left: 15px;
}

.p-character--costume__image {
  display: block;
  width: 167px;
  height: 39px;
}

/* gallery */
.p-gallery--wrapper {
  background-image: url('../assets/img/gallery/bg_pink_pattern.png');
  padding-bottom: 60px;
}

.p-gallery--list {
  display: flex;
  width: 1000px;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}

.p-gallery--listitem {
  width: 475px;
}
.p-gallery--listitem:nth-child(n+3) {
  margin-top: 40px;
}
.p-gallery--listitem:nth-child(2n) {
  margin-left: 50px;
}

.p-gallery--listitem__image {
  box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.5);
}

/* special */
.p-special--wrapper {
  background-image: url('../assets/img/special/special_bg.png');
  background-size: cover;
  padding-bottom: 60px;
}

.p-special--list {
  display: flex;
  width: 1000px;

  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}

.p-special--listitem {
  width: 475px;
}
.p-special--listitem:nth-child(n+3) {
  margin-top: 20px;
}
.p-special--listitem:nth-child(2n) {
  margin-left: 50px;
}

.p-special--listitem__image {
  box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.5);
}

/* product */
.p-product--wrapper {
  background-image: url('../assets/img/product/bg_blue_pattern.png');
}

.p-product--content {
  width: 1200px;
  padding: 50px 100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
}

.p-product--content__premium {
  color: rgb(185, 185, 185);
  margin-top: 140px;
}

.p-product--content__premium img {
  display: block;
}

.p-product--content__normal {
  color: rgb(185, 185, 185);
  margin-top: 140px;
}

.p-product--content__normal img{
  display: block;
}

.p-product--list {
  width: 450px;
}

.p-product--list--wrapper {
  display: flex;
  margin-top: 16px;
}

.p-product--listitem {
  
}

.p-product--listitem__title {
  width: 60px;
  height: 20px;
  font-size:12px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-product--list--wrapper:nth-child(odd) .p-product--listitem__title {
  background-color: rgb(0, 197, 228);
}

.p-product--list--wrapper:nth-child(even) .p-product--listitem__title  {
  background-color: rgb(255, 169, 200);
}

.p-product--listitem__description {
  display: flex;
  align-items: center;
  font-size:14px;
  margin:0 0 10px 10px;;
  height:20px;
}


/* utility */
.u-absolute {
  position: absolute;
}

.u-sectionheader {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}

.u-listheading {
  position: absolute;
  top:0;
  left:0;
}

.u-position__rel {
  position: relative;
}

.u-cursor {
  cursor: pointer;
}




/* script */
._bg--shiduri {
  background-image: url('../assets/img/character/shiduri/shiduri_bg.png');
  background-size: cover;
}

._bg--shun {
  background-image: url('../assets/img/character/shun/shun_bg.png');
  background-size: cover;
}

._bg--koharu {
  background-image: url('../assets/img/character/koharu/koharu_bg.png');
  background-size: cover;
}

.textPadding {
  margin-left: 20px;
}

/* transition & animation */
.slide-fade-enter-active {
  transition: all 2s ease;
}
.slide-fade-leave-active {
  transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to {
  transform: translateY(-200px);
  opacity: 0;
}


.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

.character-fade-enter-active, .character-fade-leave-active {
  transition: opacity .8s;
}
.character-fade-enter, .character-fade-leave-to {
  opacity: 0;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform:     translateY(0);
    transform:         translateY(0)
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform:     translateY(-10px);
    transform:         translateY(-10px)
  }
  60% {
    -webkit-transform: translateY(-7px);
    -ms-transform:     translateY(-7px);
    transform:         translateY(-7px)
  }
}

._animate_bounce {
  text-transform: uppercase;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

._animate_bounce:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

/*._hover {
  background-color: rgb(255,255,255);
}*/

._hover:hover {
  opacity: 0.6;
}

.untimodal {
  left: 0;
  background-color:rgba(0, 0, 0, 0);
}