@charset "UTF-8";
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'BlockBE Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../../../assets/fonts/BlockBE-Regular.eot");
  src: url("../../../assets/fonts/BlockBE-Regular.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/BlockBE-Regular.woff2") format("woff2"), url("../../../assets/fonts/BlockBE-Regular.woff") format("woff"), url("../../../assets/fonts/BlockBE-Regular.ttf") format("truetype");
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
}

/* breadkpoint mixin */
/* common */
body {
  background: #000;
}

#wrapper {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #wrapper {
    min-width: auto;
    background: url(../img/bg.jpg) no-repeat center calc((100vw - 20px) / 16 * 9 - 60px) #000;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    background: url(../img/bg@sp.jpg) no-repeat center 90vw #000;
    background-size: contain;
  }
}

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

@media screen and (max-width: 768px) {
  .br-sp {
    display: display;
  }
}

@media screen and (min-width: 769px) {
  .br-pc {
    display: display;
  }
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.inner_big {
  width: 92%;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.inner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .inner {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    margin: 0 4%;
    padding: 12vh 0 0;
  }
}

.inner h2 {
  text-align: center;
  font-family: BlockBE Regular;
}

@media screen and (min-width: 769px) {
  .inner h2 {
    font-size: 3vw;
    line-height: 1;
    letter-spacing: 5px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .inner h2 {
    font-size: 8vw;
    line-height: 1;
    letter-spacing: 3px;
    margin-bottom: 3vh;
  }
}

@media screen and (max-width: 768px) {
  .inner h3 {
    text-align: center;
    font-size: 3.5vw;
    font-weight: normal;
    margin-bottom: 10%;
  }
}

/* header */
#top-head {
  position: fixed;
  width: 100%;
  padding: 0;
  color: #fff;
  font-family: BlockBE Regular;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  #top-head {
    line-height: 1;
    height: 12%;
    margin: 0 auto;
    z-index: 999;
    font-size: 12px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 768px) {
  #top-head {
    height: 10%;
    top: 0;
    margin-top: 0;
    z-index: 100;
  }
}

@media screen and (min-width: 769px) {
  #top-head a {
    color: #fff;
    font-family: BlockBE Regular;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 16px;
  }
  #top-head .inner {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  #top-head .inner_big {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  #top-head .logo {
    float: left;
    position: relative;
    font-size: 36px;
    height: 100px;
  }
  #top-head .logo .logo_oikos {
    position: relative;
    top: 20px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  #top-head .logo {
    position: absolute;
    left: 5%;
    z-index: 2;
    padding-top: 3%;
    width: 16vh;
  }
}

@media screen and (max-width: 768px) {
  #top-head #mobile-head {
    background: unset;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #top-head #global-nav {
    position: fixed;
    right: -100%;
    background: black;
    width: 100%;
    text-align: center;
    padding: 38% 0 17%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 1;
  }
}

@media screen and (min-width: 769px) {
  #top-head #global-nav ul {
    list-style: none;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #top-head #global-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#top-head #global-nav ul li {
  font-family: BlockBE Regular;
}

@media screen and (min-width: 769px) {
  #top-head #global-nav ul li {
    float: left;
    padding: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  #top-head #global-nav ul li {
    float: none;
    padding: 3% 0 3% 8%;
    text-align: left;
    font-size: 5vw;
    letter-spacing: 1.5vw;
  }
}

@media screen and (min-width: 769px) {
  #top-head #global-nav ul li a {
    padding: 30px 5px 15px;
    position: relative;
    display: inline-block;
  }
  #top-head #global-nav ul li a img {
    height: 14px;
    width: auto;
  }
  #top-head #global-nav ul li a:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  #top-head #global-nav ul li a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media screen and (max-width: 768px) {
  #top-head #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 0;
  }
  #top-head #global-nav ul li a img {
    height: 4.5vw;
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  #top-head #global-nav ul li.anchor {
    margin-right: 20px;
  }
  #top-head #global-nav ul li.anchor a {
    padding-top: 27px;
  }
}

@media screen and (max-width: 768px) {
  #top-head #global-nav ul li.anchor {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  #top-head #global-nav ul li.follow {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #top-head #global-nav ul li.follow {
    width: 100%;
    color: #666666;
    font-size: 3vw;
    padding-top: 6vw;
    padding-bottom: 0;
    letter-spacing: 0.5vw;
  }
}

@media screen and (min-width: 769px) {
  #top-head #global-nav ul li.sns a {
    padding-top: 24px;
  }
}

#top-head #global-nav ul li.sns a img {
  width: auto;
}

@media screen and (min-width: 769px) {
  #top-head #global-nav ul li.sns a img {
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  #top-head #global-nav ul li.sns a img {
    height: 6vw;
  }
}

/* hamburger menu */
@media screen and (min-width: 769px) {
  #nav-toggle {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #nav-toggle {
    display: block;
    position: absolute;
    right: 6%;
    padding-top: 6%;
    width: 8%;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: white;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 5px;
  }
  #nav-toggle span:nth-child(2) {
    top: 17px;
  }
}

@media screen and (max-width: 768px) {
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* kv */
.kv {
  position: relative;
  z-index: 10;
  width: 100%;
}

.kv .video {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .kv .video {
    margin-top: -60px;
  }
}

@media screen and (max-width: 768px) {
  .kv .video {
    height: 90vw;
  }
}

@media screen and (min-width: 769px) {
  .kv .video video {
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .kv .video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
  }
}

.kv .video .kv_play {
  position: absolute;
  top: 76%;
  left: 50%;
}

.kv .video .kv_play span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.kv .video .kv_play span.play {
  width: 37px;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .kv .video .kv_play span.play {
    width: 5.5vw;
  }
}

.kv .video .kv_play span.play svg {
  color: #000;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.kv .video .kv_play span.play_circle {
  width: 100px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .kv .video .kv_play span.play_circle {
    width: 15.5vw;
  }
}

.kv .video .kv_play span.play_frame {
  width: 140px;
  opacity: 0.3;
}

.kv .video .kv_play span.play_frame img {
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

@media screen and (max-width: 768px) {
  .kv .video .kv_play span.play_frame {
    width: 22vw;
  }
}

@media screen and (min-width: 769px) {
  .kv .video .kv_play:hover .play_circle {
    width: 120px;
    opacity: 1;
  }
  .kv .video .kv_play:hover .play {
    width: 47px;
    opacity: 1;
  }
  .kv .video .kv_play:hover .play svg {
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  .kv .video .kv_play:hover .play_frame {
    opacity: 1;
  }
  .kv .video .kv_play:hover .play_frame img {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }
}

@media screen and (max-width: 768px) {
  .kv .video .kv_play:active .play_circle {
    opacity: 1;
    width: 19vw;
  }
  .kv .video .kv_play:active .play {
    opacity: 1;
    width: 7.5vw;
  }
  .kv .video .kv_play:active .play svg {
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  .kv .video .kv_play:active .play_frame {
    opacity: 1;
  }
  .kv .video .kv_play:active .play_frame img {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }
}

.kv .scroll {
  position: absolute;
  bottom: -6vh;
  font-size: 1.7vh;
  letter-spacing: 3px;
  color: white;
  font-family: BlockBE Regular;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 769px) {
  .kv .scroll {
    right: 0;
    height: 20vh;
    width: 23px;
    font-size: 13.6px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 768px) {
  .kv .scroll {
    display: none;
  }
}

.kv .scroll p {
  padding: 5px 0;
}

.kv .scroll .scroll_inner {
  position: relative;
  width: 1px;
  height: 13vh;
  background-color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: 12.5px;
  margin: 10vh auto 0;
}

/* manifest */
@media screen and (min-width: 769px) {
  .manifest {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .manifest {
    padding-top: 13vh;
  }
}

.manifest h2 {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .manifest h2 {
    width: 540px;
  }
}

@media screen and (max-width: 768px) {
  .manifest h2 {
    width: 80%;
  }
}

.manifest p {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .manifest p {
    margin-top: 30px;
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .manifest p {
    margin-top: 8vw;
    font-size: 4.2vw;
    line-height: 1.8;
  }
}

/* brand movie */
.brand .inner {
  padding: 5vh 0;
  max-width: 940px;
}

.brand .movie_area {
  width: 100%;
  background: url(../img/brand_poster.jpg);
  position: relative;
}

@media screen and (min-width: 769px) {
  .brand .movie_area {
    padding-top: 530px;
  }
}

@media screen and (max-width: 768px) {
  .brand .movie_area {
    padding-top: calc(100% / 940 * 530);
    background-size: contain;
  }
}

.brand .movie_area .movie_link {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
}

.brand .movie_area .movie_link span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brand .movie_area .movie_link span.play {
  width: 30px;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@media screen and (max-width: 768px) {
  .brand .movie_area .movie_link span.play {
    width: 4.4vw;
  }
}

.brand .movie_area .movie_link span.play svg {
  color: #000;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.brand .movie_area .movie_link span.play_circle {
  width: 80px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@media screen and (max-width: 768px) {
  .brand .movie_area .movie_link span.play_circle {
    width: 12vw;
  }
}

.brand .movie_area .movie_link span.play_frame {
  width: 112px;
}

@media screen and (max-width: 768px) {
  .brand .movie_area .movie_link span.play_frame {
    width: 17.6vw;
  }
}

.brand .movie_area .movie_link span.play_frame img {
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

@media screen and (min-width: 769px) {
  .brand .movie_area .movie_link:hover .play_circle {
    width: 96px;
  }
  .brand .movie_area .movie_link:hover .play {
    width: 37px;
  }
  .brand .movie_area .movie_link:hover .play svg {
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  .brand .movie_area .movie_link:hover .play_frame img {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }
}

@media screen and (max-width: 768px) {
  .brand .movie_area .movie_link:active .play_circle {
    width: 14.8vw;
  }
  .brand .movie_area .movie_link:active .play {
    width: 5.6vw;
  }
  .brand .movie_area .movie_link:active .play svg {
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  .brand .movie_area .movie_link:active .play_frame img {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }
}

/* ambassador */
.ambassador {
  text-align: center;
}

.ambassador .inner {
  max-width: 860px;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .ambassador .inner {
    padding: 8vw 0 0;
    width: 78%;
    margin: 0 11%;
  }
}

.ambassador h3 {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .ambassador h3 {
    font-size: 30px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .ambassador h3 {
    font-size: 5.1vw;
    margin-bottom: 0;
  }
}

.ambassador .comingsoon {
  position: absolute;
  top: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.65);
}

@media screen and (min-width: 769px) {
  .ambassador .comingsoon {
    width: 400px;
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .ambassador .comingsoon {
    width: 100%;
    height: 100%;
  }
}

.ambassador .comingsoon img {
  top: 50%;
  width: 70%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ambassador h4 {
  font-family: BlockBE Regular;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .ambassador h4 {
    font-size: 32px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 768px) {
  .ambassador h4 {
    font-size: 7vw;
    letter-spacing: 1px;
  }
}

.ambassador p.work {
  font-weight: bold;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

@media screen and (min-width: 769px) {
  .ambassador p.work {
    font-size: 13px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .ambassador p.work {
    font-size: 3.3vw;
    margin-top: 2vw;
  }
}

.ambassador p.description {
  color: #999;
}

@media screen and (min-width: 769px) {
  .ambassador p.description {
    margin-top: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .ambassador p.description {
    margin-top: 3vw;
    font-size: 3.2vw;
    line-height: 1.9;
  }
}

@media screen and (max-width: 768px) {
  .ambassador .movie {
    margin-top: 8vw;
  }
  .ambassador .profile {
    margin-top: 4vw;
  }
}

.ambassador a {
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .ambassador a {
    width: 400px;
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .ambassador a {
    width: 100%;
    height: calc(100vw * 0.78 / 4 * 5);
  }
}

.ambassador a .marquee_top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.15s all linear;
  transition: 0.15s all linear;
}

@media screen and (min-width: 769px) {
  .ambassador a .marquee_top {
    width: 800px;
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .ambassador a .marquee_top {
    width: 200%;
    height: calc(100% / 500 * 30);
  }
}

.ambassador a .marquee_right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: 0.15s all linear;
  transition: 0.15s all linear;
}

@media screen and (min-width: 769px) {
  .ambassador a .marquee_right {
    width: 30px;
    height: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .ambassador a .marquee_right {
    width: calc(100% / 400 * 30);
    height: 200%;
  }
}

.ambassador a .marquee_left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.15s all linear;
  transition: 0.15s all linear;
}

@media screen and (min-width: 769px) {
  .ambassador a .marquee_left {
    width: 30px;
    height: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .ambassador a .marquee_left {
    width: calc(100% / 400 * 30);
    height: 200%;
  }
}

.ambassador a .marquee_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.15s all linear;
  transition: 0.15s all linear;
}

@media screen and (min-width: 769px) {
  .ambassador a .marquee_bottom {
    width: 800px;
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .ambassador a .marquee_bottom {
    width: 200%;
    height: calc(100% / 500 * 30);
  }
}

.ambassador a .white_frame {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/frame_gradation.png);
  background-size: cover;
  z-index: 2;
}

.ambassador a span {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ambassador a span.logo {
  top: 31.7%;
  width: 65%;
}

.ambassador a span.name {
  top: 73%;
}

.ambassador a span.play_cross {
  width: 29%;
}

.ambassador a span.play {
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@media screen and (min-width: 769px) {
  .ambassador a span.play {
    width: 7.5%;
  }
}

@media screen and (max-width: 768px) {
  .ambassador a span.play {
    width: 5.6%;
  }
}

.ambassador a span.play svg {
  color: #000;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.ambassador a span.play_circle {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@media screen and (min-width: 769px) {
  .ambassador a span.play_circle {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .ambassador a span.play_circle {
    width: 15.4%;
  }
}

@media screen and (min-width: 769px) {
  .ambassador a span.play_frame {
    width: 28%;
  }
}

@media screen and (max-width: 768px) {
  .ambassador a span.play_frame {
    width: 22.6%;
  }
}

.ambassador a span.play_frame img {
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

@media screen and (min-width: 769px) {
  .ambassador a:hover .play_circle {
    width: 24%;
  }
  .ambassador a:hover .play {
    width: 9.3%;
  }
  .ambassador a:hover .play_frame img {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }
}

@media screen and (max-width: 768px) {
  .ambassador a:active .play_circle {
    width: 24%;
  }
  .ambassador a:active .play {
    width: 9.3%;
  }
  .ambassador a:active .play_frame img {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }
}

@media screen and (min-width: 769px) {
  .ambassador .ambassador1.movie {
    float: right;
  }
}

.ambassador .ambassador1.movie a {
  background: url(../img/ambassador1.jpg) no-repeat;
  background-size: contain;
}

.ambassador .ambassador1.movie a .marquee_top {
  background: url(../img/oikos_hashtag_frame_horizontal.png) repeat-x 16.5% center #20b3f6;
  background-size: 17.5%;
}

.ambassador .ambassador1.movie a .marquee_right {
  background: url(../img/oikos_hashtag_frame_vertical.png) repeat-y center 10% #20b3f6;
  background-size: 43%;
}

.ambassador .ambassador1.movie a .marquee_left {
  background: url(../img/oikos_hashtag_frame_vertical.png) repeat-y center 3.5% #20b3f6;
  background-size: 43%;
}

.ambassador .ambassador1.movie a .marquee_bottom {
  background: url(../img/oikos_hashtag_frame_horizontal.png) repeat-x 19.5% center #20b3f6;
  background-size: 17.5%;
}

.ambassador .ambassador1.movie a span.name {
  width: 64%;
}

.ambassador .ambassador1.movie a:hover {
  animation: ambassador1 6s linear infinite;
}

@media screen and (min-width: 769px) {
  .ambassador .ambassador1.movie a:hover .play svg {
    color: #20b3f6;
  }
}

@media screen and (max-width: 768px) {
  .ambassador .ambassador1.movie a:active .play svg {
    color: #20b3f6;
  }
}

@media screen and (min-width: 769px) {
  .ambassador .ambassador1.profile {
    float: left;
    width: 440px;
  }
}

@media screen and (min-width: 769px) {
  .ambassador .ambassador1.profile h4 {
    font-size: 49px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 768px) {
  .ambassador .ambassador1.profile h4 {
    font-size: 9.5vw;
    letter-spacing: 3px;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .ambassador .ambassador2.movie {
    float: left;
    margin-top: 230px;
  }
}

.ambassador .ambassador2.movie a {
  background: url(../img/ambassador2.jpg) no-repeat;
  background-size: contain;
}

.ambassador .ambassador2.movie a .marquee_top {
  background: url(../img/oikos_hashtag_frame_horizontal.png) repeat-x 16.5% center #4f5054;
  background-size: 17.5%;
}

.ambassador .ambassador2.movie a .marquee_right {
  background: url(../img/oikos_hashtag_frame_vertical.png) repeat-y center 10% #4f5054;
  background-size: 43%;
}

.ambassador .ambassador2.movie a .marquee_left {
  background: url(../img/oikos_hashtag_frame_vertical.png) repeat-y center 3.5% #4f5054;
  background-size: 43%;
}

.ambassador .ambassador2.movie a .marquee_bottom {
  background: url(../img/oikos_hashtag_frame_horizontal.png) repeat-x 19.5% center #4f5054;
  background-size: 17.5%;
}

.ambassador .ambassador2.movie a span.name {
  width: 78%;
}

.ambassador .ambassador2.movie a:hover {
  animation: ambassador2 6s linear infinite;
}

@media screen and (min-width: 769px) {
  .ambassador .ambassador2.movie a:hover .play svg {
    color: #919394;
  }
}

@media screen and (max-width: 768px) {
  .ambassador .ambassador2.movie a:active .play svg {
    color: #919394;
  }
}

@media screen and (min-width: 769px) {
  .ambassador .ambassador2.profile {
    float: right;
    width: 440px;
    margin-top: 110px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 769px) {
  .ambassador .ambassador3.movie {
    float: right;
    margin-top: 70px;
  }
}

.ambassador .ambassador3.movie a {
  background: url(../img/ambassador3.jpg) no-repeat;
  background-size: contain;
}

.ambassador .ambassador3.movie a .marquee_top {
  background: url(../img/oikos_hashtag_frame_horizontal.png) repeat-x 16.5% center #fd0b75;
  background-size: 17.5%;
}

.ambassador .ambassador3.movie a .marquee_right {
  background: url(../img/oikos_hashtag_frame_vertical.png) repeat-y center 10% #fd0b75;
  background-size: 43%;
}

.ambassador .ambassador3.movie a .marquee_left {
  background: url(../img/oikos_hashtag_frame_vertical.png) repeat-y center 3.5% #fd0b75;
  background-size: 43%;
}

.ambassador .ambassador3.movie a .marquee_bottom {
  background: url(../img/oikos_hashtag_frame_horizontal.png) repeat-x 19.5% center #fd0b75;
  background-size: 17.5%;
}

.ambassador .ambassador3.movie a span.name {
  width: 68%;
}

.ambassador .ambassador3.movie a:hover {
  animation: ambassador3 6s linear infinite;
}

@media screen and (min-width: 769px) {
  .ambassador .ambassador3.movie a:hover .play svg {
    color: #fd0b75;
  }
}

@media screen and (max-width: 768px) {
  .ambassador .ambassador3.movie a:active .play svg {
    color: #fd0b75;
  }
}

@media screen and (min-width: 769px) {
  .ambassador .ambassador3.profile {
    float: left;
    width: 440px;
    margin-top: 100px;
    padding-left: 30px;
    text-align: right;
  }
  .ambassador .ambassador3.profile p.description {
    text-align: left;
  }
}

/* campaign */
@media screen and (min-width: 769px) {
  #campaign h2 {
    width: 230px;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 768px) {
  #campaign h2 {
    width: 45%;
    margin: 0 auto 8vw;
  }
}

@media screen and (min-width: 769px) {
  #campaign .banner li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  #campaign .banner li {
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 769px) {
  #campaign .banner li .thumbnail {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #campaign .banner li .thumbnail {
    width: 100%;
  }
}

#campaign .banner li .text {
  position: relative;
  background: #191919;
}

@media screen and (min-width: 769px) {
  #campaign .banner li .text {
    width: 50%;
    padding: 25px 3% 0;
  }
}

@media screen and (max-width: 768px) {
  #campaign .banner li .text {
    width: 100%;
    padding: 4vw 5% 8vw;
  }
}

@media screen and (min-width: 769px) {
  #campaign .banner li .text .campaign {
    width: 14%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  #campaign .banner li .text .campaign {
    width: 18%;
  }
}

@media screen and (min-width: 769px) {
  #campaign .banner li .text .cp_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  #campaign .banner li .text .cp_ttl {
    font-size: 3.7vw;
    margin-bottom: 3vw;
    font-weight: bold;
  }
}

@media screen and (min-width: 769px) {
  #campaign .banner li .text .cp_description {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  #campaign .banner li .text .cp_description {
    font-size: 3.2vw;
    line-height: 1.9;
  }
}

#campaign .banner li .text .cp_link {
  color: #4b91ff;
  position: absolute;
}

@media screen and (min-width: 769px) {
  #campaign .banner li .text .cp_link {
    bottom: 25px;
    right: 30px;
    font-size: 16px;
    padding-right: 50px;
    background: url(../img/cp_arrow.png) no-repeat right center;
  }
}

@media screen and (max-width: 768px) {
  #campaign .banner li .text .cp_link {
    right: 6.5vw;
    bottom: 0;
    padding: 0 6vw 4vw 0;
    background: url(../img/cp_arrow@sp.png) no-repeat right/24vw, url(../img/cp_arrow_line@sp.png) no-repeat left/24vw;
    font-size: 3vw;
  }
}

#campaign .follow {
  text-align: center;
  color: #cccccc;
}

@media screen and (min-width: 769px) {
  #campaign .follow {
    margin-top: 45px;
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  #campaign .follow {
    margin-top: 15vw;
    font-size: 3.2vw;
  }
}

#campaign .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  #campaign .sns {
    width: 250px;
    margin: 30px auto;
  }
}

@media screen and (max-width: 768px) {
  #campaign .sns {
    width: 40%;
    margin: 5vw auto;
  }
}

#campaign .sns li {
  border-radius: 50%;
  background: #191919;
  position: relative;
}

@media screen and (min-width: 769px) {
  #campaign .sns li {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  #campaign .sns li {
    width: 15vw;
    height: 15vw;
  }
}

#campaign .sns li a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* campaign */
@media screen and (min-width: 769px) {
  #instagram h2 {
    width: 230px;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 768px) {
  #instagram h2 {
    width: 45%;
    margin: 0 auto 8vw;
  }
}
#instagram .photo_area {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.5%;
}
#instagram .photo_area .photo_img {
	width: 24.5%;
	margin-left: 0.5%;
	margin-bottom: 5px;
}
#instagram .photo_area .photo_img a {
	display: block;
}
#instagram .photo_area .photo_img a:hover {
	background: #fff url(../img/insta_over.png) center no-repeat;
}
#instagram .photo_area .photo_img a img:hover {
	opacity: 0.1;
}
@media screen and (max-width: 768px) {
  #instagram .photo_area {
		display: flex;
		flex-wrap: wrap;
		margin-left: -1%;
	}
	#instagram .photo_area .photo_img {
		width: 49%;
		margin-left: 1%;
		margin-bottom: 3px;
	}
}

/* lineup */
#lineup {
  position: relative;
  width: 100%;
  background: #000;
  /* store */
}

@media screen and (min-width: 769px) {
  #lineup {
    background-image: url(../img/light_two.png), url(../img/light_three.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center 330px, center 680px;
    background-size: 640px, 1024px;
  }
}

@media screen and (max-width: 768px) {
  #lineup {
    background-image: url(../img/light_two.png), url(../img/light_two.png), url(../img/light_one.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center 52vw, center 108vw, 4vw 174vw;
    background-size: 120%, 120%, 50%;
  }
}

@media screen and (min-width: 769px) {
  #lineup h2 img {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  #lineup h2 img {
    width: 24vw;
  }
}

#lineup p {
  text-align: center;
}

@media screen and (min-width: 769px) {
  #lineup p {
    font-size: 18px;
    margin-bottom: 60px;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  #lineup p {
    font-size: 3.2vw;
    margin-bottom: 6vh;
    line-height: 2.4;
  }
}

#lineup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  #lineup ul {
    width: 980px;
    margin-left: calc(50% - 490px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

@media screen and (max-width: 768px) {
  #lineup ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#lineup ul li {
  position: relative;
}

@media screen and (min-width: 769px) {
  #lineup ul li {
    width: 280px;
    height: 360px;
  }
}

@media screen and (max-width: 768px) {
  #lineup ul li {
    width: 50%;
    height: 56vw;
  }
}

#lineup ul li dl {
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  border: solid 1px #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  background: transparent;
}

@media screen and (min-width: 769px) {
  #lineup ul li dl {
    width: 100px;
    height: 100px;
    line-height: 0.9;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 768px) {
  #lineup ul li dl {
    line-height: 1;
    letter-spacing: 1px;
    width: 16vw;
    height: 16vw;
  }
}

#lineup ul li dl dd {
  display: table-cell;
  vertical-align: middle;
  font-family: BlockBE Regular;
}

@media screen and (min-width: 769px) {
  #lineup ul li dl dd {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  #lineup ul li dl dd {
    font-size: 3vw;
  }
}

@media screen and (min-width: 769px) {
  #lineup ul li dl dd span {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  #lineup ul li dl dd span {
    font-size: 4vw;
  }
}

@media screen and (min-width: 769px) {
  #lineup ul li dl dd span.protein {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  #lineup ul li dl dd span.protein {
    font-size: 2.4vw;
  }
}

#lineup ul li img {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #lineup ul li img {
    top: 75px;
    left: 42px;
    width: 196px;
  }
}

@media screen and (max-width: 768px) {
  #lineup ul li img {
    top: 11.5vw;
    left: 15%;
    width: 70%;
  }
}

#lineup ul li .shadow {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #lineup ul li .shadow {
    top: 178px;
    left: -3px;
    width: 286px;
  }
}

@media screen and (max-width: 768px) {
  #lineup ul li .shadow {
    top: 28vw;
    left: -2.5%;
    width: 105%;
  }
}

#lineup ul li:hover {
  cursor: pointer;
}

#lineup ul li:hover img {
  position: absolute;
}

@media screen and (min-width: 769px) {
  #lineup ul li:hover img {
    top: 75px;
    left: 35px;
    width: 210px;
  }
}

#lineup ul li:hover .shadow {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #lineup ul li:hover .shadow {
    top: 180px;
    left: -20px;
    width: 320px;
  }
}

#lineup ul li:active img {
  position: absolute;
}

@media screen and (max-width: 768px) {
  #lineup ul li:active img {
    top: 11.5vw;
    left: 13%;
    width: 74%;
  }
}

@media screen and (min-width: 769px) {
  #lineup ul li.plane:hover dl {
    background: #20b3f6;
    border: solid 1px #20b3f6;
  }
  #lineup ul li.nonsugar:hover dl {
    background: #909090;
    border: solid 1px #909090;
  }
  #lineup ul li.limited:hover dl {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3b800), to(#b3dbef));
    background: linear-gradient(0deg, #f3b800, #b3dbef);
    border: none;
  }
  #lineup ul li.blueberry:hover dl {
    background: #0d64d8;
    border: solid 1px #0d64d8;
  }
  #lineup ul li.strawberry:hover dl {
    background: #f02658;
    border: solid 1px #f02658;
  }
  #lineup ul li.pink_grapefruit:hover dl {
    background: #eb5459;
    border: solid 1px #eb5459;
  }
  #lineup ul li.dragon_fruit:hover dl {
    background: -webkit-gradient(linear, left bottom, left top, from(#da0079), to(#b3dbef));
    background: linear-gradient(0deg, #da0079, #bac939);
    border: none;
  }
  #lineup ul li.banana:hover dl {
    background: -webkit-gradient(linear, left bottom, left top, from(#ffff00), to(#b3dbef));
    background: linear-gradient(0deg, #ffff00, #b5ee16);
    border: none;
  }
  #lineup ul li.pine:hover dl {
    background: -webkit-gradient(linear, left bottom, left top, from(#4c453a), to(#b3dbef));
    background: linear-gradient(0deg, #4c453a, #c0b08a);
    border: none;
  }
}

@media screen and (max-width: 768px) {
  #lineup ul li.plane:active dl {
    background: #20b3f6;
    border: solid 1px #20b3f6;
  }
  #lineup ul li.nonsugar:active dl {
    background: #909090;
    border: solid 1px #909090;
  }
  #lineup ul li.limited:active dl {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3b800), to(#b3dbef));
    background: linear-gradient(0deg, #f3b800, #b3dbef);
    border: none;
    border-radius: 50%;
  }
  #lineup ul li.blueberry:active dl {
    background: #0d64d8;
    border: solid 1px #0d64d8;
  }
  #lineup ul li.strawberry:active dl {
    background: #f02658;
    border: solid 1px #f02658;
  }
  #lineup ul li.pink_grapefruit:active dl {
    background: #eb5459;
    border: solid 1px #eb5459;
  }
  #lineup ul li.dragon_fruit:active dl {
    background: -webkit-gradient(linear, left bottom, left top, from(#da0079), to(#b3dbef));
    background: linear-gradient(0deg, #da0079, #bac939);
    border: none;
    border-radius: 50%;
  }
  #lineup ul li.banana:active dl {
    background: -webkit-gradient(linear, left bottom, left top, from(#ffff00), to(#b3dbef));
    background: linear-gradient(0deg, #ffff00, #b5ee16);
    border: none;
    border-radius: 50%;
  }
  #lineup ul li.pine:active dl {
    background: #4c453a;
    border: solid 1px #4c453a;
  }
}

#lineup ul li p {
  position: absolute;
  margin: 0;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #lineup ul li p {
    font-size: 18px;
    bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  #lineup ul li p {
    font-size: 3vw;
    bottom: 4vw;
  }
}

#lineup ul li p.limited,#lineup ul li p.dragon_fruit {
  width: auto;
  font-style: italic;
  font-weight: bold;
}
#lineup ul li p.limited,#lineup ul li p.banana {
  width: auto;
  font-style: italic;
  font-weight: bold;
}
#lineup ul li p.limited,#lineup ul li p.pine {
  width: auto;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #lineup ul li p.limited,#lineup ul li p.dragon_fruit {
    top: 9px;
    left: 32px;
    font-size: 32px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 768px) {
  #lineup ul li p.limited,#lineup ul li p.dragon_fruit {
    top: 0;
    left: 6.3vw;
    font-size: 5vw;
    letter-spacing: 1px;
  }
  #lineup ul li p.limited,#lineup ul li p.banana {
  	width: auto;
  	font-style: italic;
  	font-weight: bold;
	}
	#lineup ul li p.limited,#lineup ul li p.pine {
	  width: auto;
	  font-style: italic;
	  font-weight: bold;
	}
}

@media screen and (min-width: 769px) {
  #lineup ul li p.limited,#lineup ul li p.banana {
    top: 9px;
    left: 32px;
    font-size: 32px;
    letter-spacing: 2px;
  }
  #lineup ul li p.limited,#lineup ul li p.pine {
    top: 9px;
    left: 32px;
    font-size: 32px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 768px) {
  #lineup ul li p.limited,#lineup ul li p.banana {
    top: 0;
    left: 6.3vw;
    font-size: 5vw;
    letter-spacing: 1px;
  }
  #lineup ul li p.limited,#lineup ul li p.pine {
    top: 0;
    left: 6.3vw;
    font-size: 5vw;
    letter-spacing: 1px;
  }
}

#lineup ul li p.lineup_product_name {
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  #lineup ul li.plane {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #lineup ul li.limited {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  #lineup ul li.nonsugar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  #lineup ul li.strawberry {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  #lineup ul li.blueberry {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  #lineup ul li.pink_grapefruit {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  #lineup ul li.dragon_fruit {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #lineup ul li.banana {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #lineup ul li.pine {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 769px) {
  #lineup .store {
    margin-bottom: 128px;
  }
}

@media screen and (max-width: 768px) {
  #lineup .store {
    margin-bottom: 12vw;
  }
}

#lineup .store h3 {
  width: 100%;
  text-align: center;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  #lineup .store h3 {
    margin-top: 128px;
    margin-bottom: 50px;
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  #lineup .store h3 {
    margin-top: 14vw;
    margin-bottom: 3vw;
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 768px) {
  #lineup .store ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#lineup .store ul li {
  padding: 0;
  margin: 0 0.5vw;
  height: auto;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  #lineup .store ul li {
    width: 48%;
  }
}

#lineup .store ul li img {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}

#lineup .store ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}

#lineup .store ul li:hover dl {
  background: #f02658;
  border: solid 1px #f02658;
  cursor: pointer;
}

#lineup .store ul li:hover img {
  position: relative;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

@media screen and (min-width: 769px) {
  #lineup .store .store_note {
    margin: 30px 0 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #lineup .store .store_note {
    margin: 6vw 0 0;
    font-size: 2.5vw;
  }
}

#lineup .store .store_note a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  #lineup .banner {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #lineup .banner {
    margin-top: 10vw;
  }
}

#lineup .banner a img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#lineup .banner a img:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

/* footer */
footer {
  position: relative;
  text-align: center;
  background: #191919;
}

@media screen and (min-width: 769px) {
  footer {
    padding: 35px 0;
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 0;
    font-size: 3vw;
  }
}

@media screen and (min-width: 769px) {
  footer .inner {
    padding: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  footer .inner {
    padding: 8vw 0 5vw;
  }
}

@media screen and (min-width: 769px) {
  footer .inner p {
    text-align: right;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  footer .inner p {
    width: 100%;
    position: absolute;
    top: 27vw;
    left: 0;
  }
}

@media screen and (min-width: 769px) {
  footer .inner p a img {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  footer .inner p a img {
    width: 24%;
  }
}

@media screen and (min-width: 769px) {
  footer .inner nav {
    float: left;
  }
}

@media screen and (min-width: 769px) {
  footer .inner nav ul {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  footer .inner nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 14vw;
  }
}

@media screen and (min-width: 769px) {
  footer .inner nav ul li {
    float: left;
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  footer .inner nav ul li {
    display: block;
    margin-bottom: 2vw;
  }
}

footer .inner nav ul li a {
  color: #787878;
}

footer .inner nav ul li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  footer .inner nav ul li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  footer .inner nav ul li:first-child {
    width: 100%;
  }
}

footer .inner .copyright {
  color: #787878;
  text-align: center;
}

@media screen and (min-width: 769px) {
  footer .inner .copyright {
    float: right;
  }
}

/* instagram */
.Header {
  display: none !important;
}

/* keyframe */
@-webkit-keyframes wave {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes wave {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ambassador1 {
  0% {
    background: url(../img/ambassador1_hov1.jpg) no-repeat;
    background-size: contain;
  }
  30% {
    background: url(../img/ambassador1_hov1.jpg) no-repeat;
    background-size: contain;
  }
  33% {
    background: url(../img/ambassador1_hov2.jpg) no-repeat;
    background-size: contain;
  }
  63% {
    background: url(../img/ambassador1_hov2.jpg) no-repeat;
    background-size: contain;
  }
  66% {
    background: url(../img/ambassador1_hov3.jpg) no-repeat;
    background-size: contain;
  }
  96% {
    background: url(../img/ambassador1_hov3.jpg) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../img/ambassador1_hov1.jpg) no-repeat;
    background-size: contain;
  }
}

@keyframes ambassador2 {
  0% {
    background: url(../img/ambassador2_hov1.jpg) no-repeat;
    background-size: contain;
  }
  30% {
    background: url(../img/ambassador2_hov1.jpg) no-repeat;
    background-size: contain;
  }
  33% {
    background: url(../img/ambassador2_hov2.jpg) no-repeat;
    background-size: contain;
  }
  63% {
    background: url(../img/ambassador2_hov2.jpg) no-repeat;
    background-size: contain;
  }
  66% {
    background: url(../img/ambassador2_hov3.jpg) no-repeat;
    background-size: contain;
  }
  96% {
    background: url(../img/ambassador2_hov3.jpg) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../img/ambassador2_hov1.jpg) no-repeat;
    background-size: contain;
  }
}

@keyframes ambassador3 {
  0% {
    background: url(../img/ambassador3_hov1.jpg) no-repeat;
    background-size: contain;
  }
  30% {
    background: url(../img/ambassador3_hov1.jpg) no-repeat;
    background-size: contain;
  }
  33% {
    background: url(../img/ambassador3_hov2.jpg) no-repeat;
    background-size: contain;
  }
  63% {
    background: url(../img/ambassador3_hov2.jpg) no-repeat;
    background-size: contain;
  }
  66% {
    background: url(../img/ambassador3_hov3.jpg) no-repeat;
    background-size: contain;
  }
  96% {
    background: url(../img/ambassador3_hov3.jpg) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../img/ambassador3_hov1.jpg) no-repeat;
    background-size: contain;
  }
}
