@charset 'UTF-8';
html {
  font-size: 62.5%;
}
@media only screen and (min-width: 960px) {
  html {
    font-size: 75%;
  }
}

body {
  background-color: black;
  color: #f2f2f2;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

a {
  color: rgba(255, 255, 255, .8);
  cursor: pointer;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
@media only screen and (min-width: 960px) {
  a:hover {
    color: white;
  }
  a:hover img {
    opacity: .8;
  }
}

::selection {
  background-color: rgba(255, 255, 255, .2);
}

::-moz-selection {
  background-color: rgba(255, 255, 255, .2);
}

.-pc {
  display: none;
}
@media only screen and (min-width: 960px) {
  .-pc {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .-sp {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  section {
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }
  section.-view {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.buy-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 0;
}
.buy-list__btn {
  background-color: black;
  border: 1px solid rgba(255, 255, 255, .2);
  color: white;
  cursor: pointer;
  display: block;
  font-family: 'Lateef', 'Adobe Blank', sans-serif;
  font-weight: 400;
  letter-spacing: .3rem;
  line-height: 3.6rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
  width: 50%;
}
.buy-list__btn:hover {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .buy-list__btn:hover {
    background-color: white;
    color: black;
  }
}

.btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 0;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.btn-list .player {
  background-color: #fafafa;
  border: 1px solid white;
  color: black;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 3.6rem;
  line-height: 0;
  margin: 0 .3rem;
  padding: .6rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
  width: auto;
}
.btn-list .player:hover {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .btn-list .player:hover {
    background-color: white;
    border: 1px solid #fafafa;
    color: black;
  }
}
.btn-list input {
  width: 2.4rem;
}
.btn-list .btn__lyric {
  background-color: #fafafa;
  border: 1px solid white;
  color: black;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 3.6rem;
  margin: 0 .3rem;
  padding: 0 1.2rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
  width: auto;
}
.btn-list .btn__lyric:hover {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .btn-list .btn__lyric:hover {
    background-color: white;
    border: 1px solid #fafafa;
    color: black;
  }
}
.btn-list .btn__lyric.-active {
  background-color: white;
  border: 1px solid #fafafa;
  color: black;
}

.lyric {
  border: 1px solid #fafafa;
  color: black;
  display: none;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 1.2rem;
}
.lyric__title {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.movie {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#music .movie {
  width: 80%;
  margin: 0 auto 5% auto;
}
.new-release__track-info p {
  color: #000;
  text-align: center;
}

/* Contents
   ========================================================================== */
/* music */
.music {
  width: 100%;
}
.music__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 0;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.music__nav-item {
  display: block;
  opacity: .5;
  padding: .6rem;
  width: 30%;
  height: 30%;
}
@media only screen and (min-width: 960px) {
  .music__nav-item:hover {
    opacity: 1;
  }
}
.music__nav-item.-current {
  opacity: 1;
}

.new-release {
  overflow: hidden;
  /* ジャケエリア */
  /* 楽曲紹介エリア */
}
.new-release__item {
  position: relative;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  top: 0;
  right: -100%;
  width: 100%;
  height: 0;
}
.new-release__item.-current {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  right: 0;
  height: auto;
}
.new-release__title {
  /*font-family: 'Lateef', 'Adobe Blank', sans-serif,YakuHanMPs,"游明朝体","游明朝","Yu Mincho",YuMincho,"Noto Serif JP",serif;*/
  font-size: 3rem;
  letter-spacing: .3rem;
  padding: 1.2rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .new-release__title {
    padding: 2.4rem;
  }
}
.new-release__title span {
  display: block;
  font-size: 1.8rem;
}
.new-release__wrap {
  background-color: rgba(255, 255, 255, .08);
  padding: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .new-release__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
}
.new-release__jk {
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .new-release__jk {
    margin-right: 1.2rem;

    -webkit-flex-basis: 400px;
    flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
  }
}
.new-release__jk img {
  display: block;
  margin: 0 auto;
  padding-bottom: 1.2rem;
  width: 100%;
  max-width: 400px;
}
.new-release__type {
  border: 1px solid rgba(255, 255, 255, .2);
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 1.2rem;
}
.new-release__date {
  font-family: 'Lateef', 'Adobe Blank', sans-serif;
  font-size: 1.8rem;
  letter-spacing: .3rem;
  line-height: 4.8rem;
}
.new-release__cap {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media only screen and (min-width: 960px) {
  .new-release__track-list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
}
.new-release__track {
  background-color: black;
  border: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .new-release__track {
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: scale(.95, .8);
    -ms-transform: scale(.95, .8);
    transform: scale(.95, .8);
  }
  .new-release__track.-view {
    opacity: 1;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.new-release__track-title {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  padding: 1.2rem;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 960px) {
  .new-release__track-title {
    padding: 2.4rem;
  }
}
.new-release__track-title.-active {
  background-color: white;
  color: black;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.new-release__track-title .num {
  display: block;
  font-family: 'Lateef', 'Adobe Blank', sans-serif;
  letter-spacing: .3rem;
}
@media only screen and (min-width: 960px) {
  .new-release__track-title .num {
    display: inline;
    padding-right: .6rem;
  }
}
.new-release__track-detail {
  background-color: white;
  display: none;
}
.new-release__track-info {
  padding: .6rem;
}
.new-release__trigger {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
.new-release__trigger span {
  background-color: rgba(255, 255, 255, .8);
  display: inline-block;
  position: absolute;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.new-release__trigger span:nth-of-type(1) {
  right: 1.2rem;
  width: 1px;
  height: 2.4rem;
}
.new-release__trigger span:nth-of-type(2) {
  top: 1.2rem;
  width: 2.4rem;
  height: 1px;
}
.new-release__trigger.-active span {
  background-color: black;
}
.new-release__trigger.-active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.new-release__trigger.-active span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.new-release__more {
  background-color: #fafafa;
  color: black;
  padding: .6rem;
}
@media only screen and (min-width: 960px) {
  .new-release__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.2rem;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
}

@media only screen and (min-width: 960px) {
  .more__jk {
    -webkit-flex-basis: 300px;
    flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
  }
}

.more__jk img {
  display: block;
  margin: 0 auto;
  padding-bottom: 1.2rem;
  width: 100%;
  max-width: 300px;
}

.more__cap {
  font-size: 1rem;
  line-height: 1.2rem;
}

.more__detail {
  padding: 2.4rem 0;
}
@media only screen and (min-width: 960px) {
  .more__detail {
    padding: 0 2.4rem;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
}

.more__title {
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.more__text {
  padding: 1.2rem 0;
}

/* biography */
.biography {
  width: 100%;
}
.biography__title {
  font-family: 'Lateef', 'Adobe Blank', sans-serif;
  font-size: 3rem;
  letter-spacing: .3rem;
  padding: 1.2rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .biography__title {
    padding: 2.4rem;
  }
}
.biography__title span {
  display: block;
  font-size: 1.8rem;
}
.biography__list {
  background-color: rgba(255, 255, 255, .08);
  padding: 1.2rem;
}
.biography__item {
  background-color: black;
  border: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .biography__item {
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: scale(.95, .8);
    -ms-transform: scale(.95, .8);
    transform: scale(.95, .8);
  }
  .biography__item.-view {
    opacity: 1;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.biography__year {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Lateef', 'Adobe Blank', sans-serif;
  font-size: 3.2rem;
  letter-spacing: .3rem;
  padding: 2.4rem 1.2rem;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 960px) {
  .biography__year {
    padding: 2.4rem;
  }
}
.biography__year.-active {
  background-color: white;
  color: black;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.biography__trigger {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
.biography__trigger span {
  background-color: rgba(255, 255, 255, .8);
  display: inline-block;
  position: absolute;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.biography__trigger span:nth-of-type(1) {
  right: 1.2rem;
  width: 1px;
  height: 2.4rem;
}
.biography__trigger span:nth-of-type(2) {
  top: 1.2rem;
  width: 2.4rem;
  height: 1px;
}
.biography__trigger.-active span {
  background-color: black;
}
.biography__trigger.-active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.biography__trigger.-active span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.biography__detail {
  background-color: white;
  color: black;
  display: none;
  overflow: auto;
  position: relative;
}
.biography__detail::before {
  background-color: rgba(0, 0, 0, .25);
  content: '';
  position: absolute;
  left: 10%;
  width: 1px;
  height: 100%;
  z-index: 1;
}
@media only screen and (min-width: 960px) {
  .biography__detail::before {
    left: 50%;
  }
}

.timeline {
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 960px) {
  .timeline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.timeline__item {
  background-color: white;
  margin-bottom: 4.8rem;
  padding: 1.2rem 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 960px) {
  .timeline__item {
    margin-bottom: 2.4rem;
    padding: 0 6rem;
    width: 50%;
    z-index: 0;
  }
  .timeline__item::before {
    background-color: rgba(0, 0, 0, .25);
    content: '';
    position: absolute;
    top: 1.2rem;
    width: 4.8rem;
    height: 1px;
  }
  .timeline__item:nth-child(odd) {
    text-align: right;
  }
  .timeline__item:nth-child(odd)::before {
    right: 0;
  }
  .timeline__item:nth-child(even) {
    margin-top: 4.8rem;
  }
  .timeline__item:nth-child(even)::before {
    left: 0;
  }
}
.timeline__date {
  font-family: 'Lateef', 'Adobe Blank', sans-serif;
  font-size: 2rem;
  letter-spacing: .3rem;
}
.timeline__text {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.timeline__release {
  margin-bottom: 4.8rem;
  position: relative;
  z-index: 2;
}

.release {
  background-color: #fafafa;
  padding: .6rem;
}
@media only screen and (min-width: 960px) {
  .release {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 2.4rem;
    width: 768px;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
}
.release__jk {
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 960px) {
  .release__jk {
    -webkit-flex-basis: 300px;
    flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
  }
}
.release__jk img {
  display: block;
  margin: 0 auto;
  padding-bottom: 1.2rem;
  width: 100%;
  max-width: 300px;
}
.release__cap {
  font-size: 1rem;
  line-height: 1.2rem;
}
.release__detail {
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 960px) {
  .release__detail {
    padding: 0 2.4rem;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
}
.release__title {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.release__text {
  font-size: 1.2rem;
  padding: 1.2rem 0;
}
@media only screen and (min-width: 960px) {
  .release__movie {
    margin: 0 auto;
    width: 768px;
  }
}
.release__lyric {
  background-color: white;
  padding: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .release__lyric {
    margin: 0 auto;
    padding: 1.2rem 0;
    width: 768px;
  }
}

/* Common Parts
   ========================================================================== */
/* cover */
@media only screen and (min-width: 960px) {
  #cover {
    background-color: black;
    -webkit-transition-duration: 4s;
    transition-duration: 4s;

    background-blend-mode: multiply;
  }
  #cover.-view {
    background-color: white;
  }
}

#logo {
  -webkit-animation-name: draw;
  animation-name: draw;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  fill-opacity: 0;
  stroke: rgba(255, 255, 255, .2);
  stroke-dasharray: 800;
  stroke-dashoffset: 600;
  stroke-width: 1;
}

@-webkit-keyframes draw {
  70% {
    fill-opacity: 0;
    stroke-dashoffset: 0;
    stroke-width: 1;
  }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
  }
}

@keyframes draw {
  70% {
    fill-opacity: 0;
    stroke-dashoffset: 0;
    stroke-width: 1;
  }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
  }
}

/* main */
.main {
  background: url(../images/main.jpg) center top no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40vh;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .main {
    height: 100vh;
  }
}
.main__logo {
  display: block;
  width: 25%;
  max-width: 400px;
}
@media only screen and (min-width: 768px) {
  .main__logo {
    display: block;
    width: 30%;
    max-width: 400px;
  }
}
@media only screen and (min-width: 1300px) {
  .main__logo {
    display: block;
    width: 40%;
    max-width: 400px;
  }
}
.main__scroll {
  display: none;
}
@media only screen and (min-width: 960px) {
  .main__scroll {
    color: black;
    display: block;
    font-family: 'Lateef', 'Adobe Blank', sans-serif;
    letter-spacing: .3rem;
    position: absolute;
    bottom: 0;
  }
  .main__scroll::after {
    background-color: black;
    content: '';
    display: block;
    margin: 0 auto;
    width: 1px;
    height: 10vh;
  }
}

.main-copy {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 4.8rem;
  padding: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .main-copy {
    padding: 4.8rem 0;
  }
}

.profile-text {
  margin: 0 auto;
  padding-bottom: 2.4rem;
  text-align: center;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .profile-text {
    text-align: center;
  }
}

.content {
  display: flex;
  width: 80%;
  margin: 0 auto;
}
.content li {
  text-align: center;
  width: 90%;
  margin: 3%;
}
@media only screen and (min-width: 768px) {
  .content {
    display: flex;
    width: 45%;
    margin: 0 auto;
  }
  .content li {
    text-align: center;
    width: 90%;
    margin: 3%;
  }
}

.schedule {
  border: 1px solid rgba(255, 255, 255, .2);
  margin: 0 auto 4.8rem;
  padding: 2.4rem 1.2rem;
  text-align: center;
  width: 90%;
}
@media only screen and (min-width: 960px) {
  .schedule {
    width: 1000px;
    margin: 3% auto;
  }
}
.schedule__title {
  font-family: 'Lateef', 'Adobe Blank', sans-serif;
  font-size: 3rem;
  letter-spacing: .3rem;
  margin-bottom: 3%;
}
.schedule span {font-size: 1.5rem; line-height: 1.5em;}

.schedule .top-movie {
  margin: 3% 0;
  height: 250px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .schedule .top-movie {
    height: 350px;
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 960px) {
  .schedule .top-movie {
    height: 450px;
    margin-bottom: 48px;
  }
}
.schedule .movie {
  margin: 3% auto;
  height: 250px;
  margin-bottom: 24px;
  padding-top: 56.25%;
  position: relative;
  width:  100%;
}
.schedule .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.schedule p.top-jk {
  width: 60%;
  margin: 3% auto;
}
.schedule a.btn {
	/*position: relative;*/
	display: block;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #e0e0e0;
	background: #383838;
  margin: 0 auto 0 auto;
  border-radius: 20px;
}
.schedule a.btn:hover {
	background: #6f6f6f;
}
@media only screen and (min-width: 768px) {
  .schedule .movie {
    height: 250px;
    margin-bottom: 48px;
    width:  100%;
  }
  .schedule p.top-jk {
    width: 40%;
    margin: 3% auto;
  }
}
@media only screen and (min-width: 960px) {
  .schedule .movie {
    height: 250px;
    margin-bottom: 48px;
    width:  100%;
  }
}
.top-movie__content {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .top-movie__content {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .top-movie__content {
    width: 80%;
  }
}
.youtube {
  position: relative;
  width: 100%;
  height: 250px;
}
@media only screen and (min-width: 768px) {
  .youtube {
    position: relative;
    width: 100%;
    height: 350px;
  }
}
@media only screen and (min-width: 960px) {
  .youtube {
    position: relative;
    width: 100%;
    height: 450px;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.flickity-page-dots .dot {
  background: #fff !important;
}

/*-- add comtents --*/
.topics {
  margin: 4.8rem auto 0 auto;;
  padding: 2.4rem 1.2rem;
  text-align: center;
  width: 100%;
  background: #e0e0e0;
  color: #383838;
}
@media only screen and (min-width: 960px) {
  .topics {
    /*width: 768px;*/
  }
}
.topics__title {
  /*font-family: 'Lateef', 'Adobe Blank', sans-serif;*/
  font-size: 3rem;
  letter-spacing: .3rem;
  margin-bottom: 2%;
}
.topics p {
  font-size: 2.2rem;
  line-height: 1.6em;
  letter-spacing: .2rem;
}
.topics span {
  font-size: 1.5rem;
  line-height: 1.5em;
}
.topics a.btn {
	/*position: relative;*/
	display: block;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #e0e0e0;
	background: #383838;
  margin: 0 auto;
  border-radius: 10px;
}
.topics a.btn:hover {
	background: #000;
}

.schedule_02 {
  /*border: 1px solid rgba(255, 255, 255, .2);*/
  margin:4.8rem auto;
  padding: 2.4rem;
  text-align: center;
  width: 90%;
  background: #383838;
  color: #fff;
}
.schedule_02 a {text-decoration: none;}
.schedule_02 dl {
  display: flex;
  font-size: 1.5rem;
  margin-bottom: 5%;
}
.schedule_02 dt {
  background: #191818;
  padding: 1%;
  text-align: center;
  /*border-radius: 15%;*/
  width: 10%;
  color: #e0e0e0;
  font-size: 1.5rem;
  height: 45px;
}
.schedule_02 dd {
  padding: 0 0 0 2%;
  width: 90%;
  text-align: left;
  line-height: 2rem;
}
@media only screen and (min-width: 960px) {
  .schedule_02 {
    width: 768px;
  }
  .schedule_02 dl {
    display: flex;
    font-size: 1.8rem;
    margin-bottom: 5%;
  }
  .schedule_02 dt {
    background: #191818;
    padding: 1%;
    text-align: center;
    /*border-radius: 15%;*/
    width: 10%;
    color: #e0e0e0;
    font-size: 1.5rem;
    height: 45px;
  }
  .schedule_02 dd {
    padding: 0 0 0 2%;
    width: 90%;
    text-align: left;
    line-height: 3rem;
  }
}
.schedule_02 .schedule__title {
  font-family: 'Lateef', 'Adobe Blank', sans-serif;
  font-size: 3rem;
  letter-spacing: .3rem;
  margin-bottom: 5%;
}
.schedule_02 .schedule span {font-size: 1.5rem; line-height: 1.5em;}

/*-- add comtents END --*/

.nav {
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav__item {
  background-color: rgba(255, 255, 255, .08);
  font-family: 'Lateef', 'Adobe Blank', sans-serif;
  font-size: 2rem;
  letter-spacing: .3rem;
  line-height: 4.8rem;
  padding: 1.2rem;
  text-align: center;
  text-decoration: none;
  width: 50%;
}
@media only screen and (min-width: 960px) {
  .nav__item:hover {
    background-color: white;
    color: black;
  }
}
.nav__item.-current {
  background-color: white;
  color: black;
}

/* footer */
.bnr--l {
  display: block;
  margin: 0 auto;
  padding: 2.4rem 0;
  width: 90%;
  max-width: 600px;
}

@media only screen and (min-width: 768px) {
  .footer__bnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 768px;
  }
}

.footer__bnr--s {
  display: block;
  margin: 0 auto;
  padding: .6rem 0;
  width: 90%;
  max-width: 288px;
}

.footer__link {
  display: block;
  font-family: 'Lateef', 'Adobe Blank', sans-serif;
  font-size: 1.2rem;
  letter-spacing: .3rem;
  margin: 0 auto;
  padding: 4.8rem 0;
  text-align: center;
  text-decoration: none;
}

.footer__logo {
  display: block;
  margin: 0 auto;
  width: 45%;
  max-width: 160px;
}

.pagetop {
  display: block;
  font-size: 2.4rem;
  padding: 4.8rem;
  text-align: center;
  text-decoration: none;
}
.pagetop__text {
  display: block;
  font-family: 'Lateef', 'Adobe Blank', sans-serif;
  font-size: 1.2rem;
  letter-spacing: .3rem;
}

.share {
  border: 1px solid rgba(255, 255, 255, .2);
  margin: 0 auto;
  padding: 1.2rem;
  width: 45%;
}
.share__title {
  font-family: 'Lateef', 'Adobe Blank', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .3rem;
  text-align: center;
}
.share__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.share__list li {
  padding: 1.2rem;
}

.copyright {
  font-family: 'Lateef', 'Adobe Blank', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .3rem;
  padding: 2.4rem;
  text-align: center;
}

/* modal */
.white-popup {
  background-color: white;
  margin: 0 auto;
  padding: 2.4rem;
  position: relative;
  width: 90%;
}

.shop__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.shop__list li {
  padding: 1.2rem;
}

.dl__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.dl__list li {
  padding: 1.2rem;
  text-align: center;
}
.dl__list .qr {
  display: block;
  margin: 0 auto;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: .8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: .8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Print
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  header {
    display: none;
  }
  footer::after {
    content: '';
  }
  .noprint {
    display: none;
  }
}
