@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;
  background: #000;
}

/* breadkpoint mixin */
/* common */
#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;
  }
  .onlysp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    background: url(../img/bg@sp.jpg) no-repeat center 90vw #000;
    background-size: contain;
  }
  .onlypc {
    display: none;
  }
  .onlysp {
    display: block;
  }
}
@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: 1160px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

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

@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;
  }
}
@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;
  text-decoration: none;
  background: #000;
}
#top-head #global-nav ul li.sns a img {
  width: auto;
}

@media screen and (min-width: 769px) {
  #top-head {
    line-height: 1;
    height: 100px;
    margin: -1px auto 0;
    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;
    background: #000;
  }
}
@media screen and (min-width: 769px) {
  #top-head a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  #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: 15vh;
  }
}
@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%;
    min-height: 100vh;
    text-align: center;
    padding: 20% 0 17%;
    transition: 0.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: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  #top-head #global-nav ul li {
    float: left;
    padding: 0 7px;
  }
}
@media screen and (max-width: 768px) {
  #top-head #global-nav ul li {
    float: none;
    padding: 0 0 3% 7%;
    text-align: left;
    font-size: 5vw;
    letter-spacing: 0;
  }
  #top-head #global-nav ul li > a {
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  #top-head #global-nav ul li a {
    padding: 30px 0 15px;
    position: relative;
    display: inline-block;
  }
  #top-head #global-nav ul li a img {
    height: 14px;
    width: auto;
  }
  #top-head #global-nav ul li.anchor a:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background-color: #fff;
    transition: all 0.3s ease;
  }
  #top-head #global-nav ul li.anchor a:hover:after {
    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 {
    font-family: BlockBE Regular;
    padding: 15px 10px 15px 20px;
    border-left: 1px solid #333;
    letter-spacing: 2px;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top-head #global-nav ul li.follow {
    font-family: BlockBE Regular;
    width: 100%;
    color: #666666;
    font-size: 3vw;
    padding-top: 6vw;
    padding-bottom: 3%;
    letter-spacing: 0.5vw;
  }
}
@media screen and (min-width: 769px) {
  #top-head #global-nav ul li.sns a.tw {
    padding-top: 18px;
  }
  #top-head #global-nav ul li.sns a.insta {
    padding-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  #top-head #global-nav ul li.sns a.tw img {
    height: 26px;
  }
  #top-head #global-nav ul li.sns a.insta img {
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  #top-head #global-nav ul li.sns a.tw img {
    height: 26px;
  }
  #top-head #global-nav ul li.sns a.insta img {
    height: 32px;
  }
}
/* 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;
    transition: 0.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;
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 11px;
    transform: rotate(-315deg);
  }
  .open #global-nav {
    transform: translateX(-100%);
  }
}
/* 20210329 gnav__childen */
.c-anchor_section {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (min-width: 769px) {
  .p-gnav__parent sup:after {
    content: "+";
  }
  .p-gnav__childen {
    display: none;
  }
}
.p-gnav__childen {
  margin-left: 1em;
}

.p-gnav__child {
  font-size: 90%;
  padding-top: 2%;
}

.p-gnav__no {
  font-family: BlockBE Regular;
  color: #666666;
  margin-right: 1em;
}

/* 20210329 submenu */
@media screen and (max-width: 768px) {
  .p-submanu {
    display: none;
  }
}
.p-submanu {
  width: 100%;
  position: fixed;
  top: -100px;
  left: 0;
  background: rgb(25, 25, 25);
  z-index: 15;
  transition: top 0.25s ease-out;
}
.p-submanu.active {
  top: 100px;
}

.p-submanu__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0;
}

.p-submanu__wrap {
  display: flex;
}

.p-submanu__item {
  width: 25%;
  position: relative;
}
.p-submanu__item + .p-submanu__item {
  margin-left: 0.5%;
}

.p-submanu__no {
  font-family: BlockBE Regular;
  font-size: 24px;
  line-height: 1em;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
}

.p-submanu__figure img {
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.35s ease-out;
}

.p-submanu__cap {
  position: absolute;
  left: 0;
  bottom: 10px;
}
.p-submanu__cap span {
  display: inline-block;
  padding: 3px 0.5em;
  font-size: 14px;
  background-color: #000;
  transition: background 0.35s ease-out 0.2s;
}

.p-submanu__item a {
  display: block;
  box-sizing: border-box;
  position: relative;
}
.p-submanu__item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  z-index: 2;
  opacity: 0;
}
.p-submanu__item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  z-index: 2;
  opacity: 0;
}
.p-submanu__item a:hover:before {
  width: 100%;
  height: 100%;
  border-top-color: #45c6ff;
  border-right-color: #45c6ff;
  transition: width 0.1s ease-out, height 0.1s ease-out 0.1s;
  opacity: 1;
}
.p-submanu__item a:hover:after {
  width: 100%;
  height: 100%;
  border-bottom-color: #45c6ff;
  border-left-color: #45c6ff;
  transition: border-color 0s ease-out 0.2s, width 0.1s ease-out 0.2s, height 0.1s ease-out 0.3s;
  opacity: 1;
}
.p-submanu__item a:hover .p-submanu__figure img {
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.p-submanu__item a:hover .p-submanu__cap span {
  background: #45c6ff;
}
.p-submanu__item:nth-child(2) a:hover .p-submanu__cap span {
  background: #ce161a;
}
.p-submanu__item:nth-child(3) a:hover .p-submanu__cap span {
  background: #8679c7;
}
.p-submanu__item:nth-child(4) a:hover .p-submanu__cap span {
  background: #979799;
}
.p-submanu__item:nth-child(2) a:before {
  border-top-color: #ce161a;
  border-right-color: #ce161a;
}
.p-submanu__item:nth-child(2) a:after {
  border-bottom-color: #ce161a;
  border-left-color: #ce161a;
}
.p-submanu__item:nth-child(3) a:before {
  border-top-color: #8679c7;
  border-right-color: #8679c7;
}
.p-submanu__item:nth-child(3) a:after {
  border-bottom-color: #8679c7;
  border-left-color: #8679c7;
}
.p-submanu__item:nth-child(4) a:before {
  border-top-color: #979799;
  border-right-color: #979799;
}
.p-submanu__item:nth-child(4) a:after {
  border-bottom-color: #979799;
  border-left-color: #979799;
}

/* kv */
.kv {
  position: relative;
  z-index: 10;
  width: 100%;
}
.kv .video {
  width: 100%;
}
.kv .video .kv_play {
  position: absolute;
  top: 76%;
  left: 50%;
}
.kv .video .kv_play span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kv .video .kv_play span.play {
  width: 37px;
  transform: translate(-40%, -50%);
  transition: 0.3s all linear;
  opacity: 0.3;
}
.kv .video .kv_play span.play svg {
  color: #000;
  transition: 0.3s all linear;
}
.kv .video .kv_play span.play_circle {
  width: 100px;
  transition: 0.3s all linear;
  opacity: 0.3;
}
.kv .video .kv_play span.play_frame {
  width: 140px;
  opacity: 0.3;
}
.kv .video .kv_play span.play_frame img {
  animation: spin 3s linear infinite;
}
.kv .scroll {
  position: absolute;
  bottom: -6vh;
  font-size: 1.7vh;
  letter-spacing: 3px;
  color: white;
  font-family: BlockBE Regular;
  transition: all 0.5s ease-in-out;
}
.kv .scroll p {
  padding: 5px 0;
}
.kv .scroll .scroll_inner {
  position: relative;
  width: 1px;
  height: 13vh;
  background-color: white;
  transition: all 0.5s ease-in-out;
  left: 12.5px;
  margin: 10vh auto 0;
}

@media screen and (min-width: 769px) {
  .kv {
    margin-top: 100px;
  }
  .kv .video {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    margin-top: 60px;
  }
  .kv .video {
    height: 10vw;
  }
}
@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: 130%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kv .video .kv_play span.play {
    width: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  .kv .video .kv_play span.play_circle {
    width: 15.5vw;
  }
}
@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 {
    transition: 0.3s all linear;
  }
  .kv .video .kv_play:hover .play_frame {
    opacity: 1;
  }
  .kv .video .kv_play:hover .play_frame img {
    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 {
    transition: 0.3s all linear;
  }
  .kv .video .kv_play:active .play_frame {
    opacity: 1;
  }
  .kv .video .kv_play:active .play_frame img {
    animation: spin 1s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .kv .scroll {
    right: 0;
    height: 20vh;
    width: 23px;
    font-size: 13.6px;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  .kv .scroll {
    display: none;
  }
}
/* manifest */
@media screen and (min-width: 769px) {
  .manifest {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .manifest {
    padding-top: 33vh;
  }
}
.manifest h2 {
  margin: 0 auto;
}
.manifest p {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .manifest h2 {
    width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .manifest h2 {
    width: 80%;
  }
}
@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;
}
.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%;
  transform: translate(-50%, -50%);
}
.brand .movie_area .movie_link span.play {
  width: 30px;
  transform: translate(-40%, -50%);
  transition: 0.3s all linear;
}
.brand .movie_area .movie_link span.play svg {
  color: #000;
  transition: 0.3s all linear;
}
.brand .movie_area .movie_link span.play_circle {
  width: 80px;
  transition: 0.3s all linear;
}
.brand .movie_area .movie_link span.play_frame {
  width: 112px;
}
.brand .movie_area .movie_link span.play_frame img {
  animation: spin 3s linear infinite;
}

@media screen and (min-width: 769px) {
  .brand .movie_area {
    padding-top: 530px;
  }
}
@media screen and (max-width: 768px) {
  .brand .movie_area {
    padding-top: 56.3829787234%;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .brand .movie_area .movie_link span.play {
    width: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  .brand .movie_area .movie_link span.play_circle {
    width: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .brand .movie_area .movie_link span.play_frame {
    width: 17.6vw;
  }
}
@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 {
    transition: 0.3s all linear;
  }
  .brand .movie_area .movie_link:hover .play_frame img {
    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 {
    transition: 0.3s all linear;
  }
  .brand .movie_area .movie_link:active .play_frame img {
    animation: spin 1s linear infinite;
  }
}
/* whats_oikos */
.whats_oikos p {
  text-align: center;
}
.whats_oikos .feature .feature1, .whats_oikos .feature .feature2, .whats_oikos .feature .feature3 {
  position: relative;
  border: 1px solid white;
  color: white;
  border-radius: 50%;
  display: table;
  transition: all 0.5s ease-in-out;
  margin-bottom: 3vw;
}
.whats_oikos .feature .feature1:after, .whats_oikos .feature .feature2:after, .whats_oikos .feature .feature3:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  opacity: 0;
  animation: wave 2s infinite;
}
.whats_oikos .feature .feature1 dt, .whats_oikos .feature .feature2 dt, .whats_oikos .feature .feature3 dt {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.whats_oikos .feature .feature1 dt span, .whats_oikos .feature .feature2 dt span, .whats_oikos .feature .feature3 dt span {
  position: absolute;
}
.whats_oikos .feature .feature1 dd, .whats_oikos .feature .feature2 dd, .whats_oikos .feature .feature3 dd {
  position: absolute;
  width: 100%;
  text-align: center;
}
.whats_oikos .annotation {
  color: white;
  font-size: 1.6vh;
}

@media screen and (min-width: 769px) {
  .whats_oikos .feature {
    display: flex;
    justify-content: space-between;
    width: 760px;
    margin: 45px auto;
  }
}
@media screen and (max-width: 768px) {
  .whats_oikos .feature {
    margin: 6vh auto 2vh;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .whats_oikos .feature .feature1, .whats_oikos .feature .feature2, .whats_oikos .feature .feature3 {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .whats_oikos .feature .feature1, .whats_oikos .feature .feature2, .whats_oikos .feature .feature3 {
    width: 65vw;
    height: 65vw;
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .whats_oikos .feature .feature1:after, .whats_oikos .feature .feature2:after, .whats_oikos .feature .feature3:after {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .whats_oikos .feature .feature1:after, .whats_oikos .feature .feature2:after, .whats_oikos .feature .feature3:after {
    width: 65vw;
    height: 65vw;
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .whats_oikos .feature .feature1 dt, .whats_oikos .feature .feature2 dt, .whats_oikos .feature .feature3 dt {
    top: 60px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .whats_oikos .feature .feature1 dt, .whats_oikos .feature .feature2 dt, .whats_oikos .feature .feature3 dt {
    top: 25%;
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .whats_oikos .feature .feature1 dt span, .whats_oikos .feature .feature2 dt span, .whats_oikos .feature .feature3 dt span {
    top: -18px;
    right: 36px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .whats_oikos .feature .feature1 dt span, .whats_oikos .feature .feature2 dt span, .whats_oikos .feature .feature3 dt span {
    top: -3vw;
    right: 16%;
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 769px) {
  .whats_oikos .feature .feature1 dd, .whats_oikos .feature .feature2 dd, .whats_oikos .feature .feature3 dd {
    top: 110px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .whats_oikos .feature .feature1 dd, .whats_oikos .feature .feature2 dd, .whats_oikos .feature .feature3 dd {
    top: 47%;
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 769px) {
  .whats_oikos .annotation {
    text-align: center;
    font-size: 12.8px;
  }
}
@media screen and (max-width: 768px) {
  .whats_oikos .annotation {
    margin-top: 6vw;
    text-align: left;
  }
}
/* ambassador */
.ambassador {
  text-align: center;
}
.ambassador .inner {
  max-width: 860px;
  display: inline-block;
  text-align: left;
}
.ambassador .comingsoon {
  position: absolute;
  top: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.65);
}
.ambassador .comingsoon img {
  top: 50%;
  width: 70%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ambassador h4 {
  font-family: BlockBE Regular;
  transform: skewX(-10deg);
  line-height: 1;
}
.ambassador h4 span {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ambassador p.work {
  font-weight: bold;
  transform: skewX(-10deg);
}
.ambassador p.description {
  color: #999;
}
.ambassador a {
  display: block;
  position: relative;
  overflow: hidden;
}
.ambassador a .marquee_top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: 0.15s all linear;
}
.ambassador a .marquee_right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  transition: 0.15s all linear;
}
.ambassador a .marquee_left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.15s all linear;
}
.ambassador a .marquee_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: 0.15s all linear;
}
.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%;
  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 {
  transform: translate(-40%, -50%);
  transition: 0.3s all linear;
}
.ambassador a span.play svg {
  color: #000;
  transition: 0.3s all linear;
}
.ambassador a span.play_circle {
  transition: 0.3s all linear;
}
.ambassador a span.play_frame img {
  animation: spin 3s linear infinite;
}
.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;
}
.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;
}
.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 (max-width: 768px) {
  .ambassador .inner {
    padding: 40px 0 0;
    width: 78%;
    margin: 0 11%;
  }
  .ambassador h3 {
    text-align: center;
    font-weight: bold;
  }
  .ambassador .ambassador1 img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .ambassador h3 {
    font-size: 30px;
    margin-bottom: 80px;
  }
  .ambassador .ambassador1 img {
    width: 40%;
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .ambassador h3 {
    font-size: 5.1vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .ambassador .comingsoon {
    width: 400px;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .ambassador .comingsoon {
    width: 100%;
    height: 100%;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@media screen and (min-width: 769px) {
  .ambassador a {
    width: 400px;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .ambassador a {
    width: 100%;
    height: 97.5vw;
  }
}
@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: 6%;
  }
}
@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: 7.5%;
    height: 200%;
  }
}
@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: 7.5%;
    height: 200%;
  }
}
@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: 6%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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 {
    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 {
    animation: spin 1s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .ambassador .ambassador1.movie {
    float: right;
  }
}
@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 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .ambassador h3 {
    font-size: 40px;
    letter-spacing: 4px;
    font-family: BlockBE Regular;
    line-height: 1;
    text-align: center;
  }
  .ambassador h3 span {
    font-size: 14px;
    letter-spacing: 3px;
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .ambassador h3 {
    font-family: BlockBE Regular;
    letter-spacing: 3px;
    font-size: 8vw;
    line-height: 1;
    margin-bottom: 30px;
  }
  .ambassador h3 span {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .ambassador .ambassador1.profile h4 {
    font-size: 49px;
    letter-spacing: 4px;
    padding-top: 80px;
    margin-left: 8px;
  }
}
@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;
  }
}
@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;
  }
}
@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: flex;
    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;
}
#campaign .banner li .text .cp_link {
  color: #4b91ff;
  position: absolute;
}
#campaign .follow {
  text-align: center;
  color: #cccccc;
}
#campaign .sns {
  display: flex;
  justify-content: space-between;
}
#campaign .sns li {
  border-radius: 50%;
  background: #191919;
  position: relative;
}
#campaign .sns li a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@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;
  }
}
@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;
  }
}
@media screen and (min-width: 769px) {
  #campaign .follow {
    margin-top: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #campaign .follow {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #campaign .sns {
    width: 240px;
    margin: 30px auto;
  }
  #campaign .sns.icon3 {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  #campaign .sns {
    width: 40%;
    margin: 5vw auto 12vw;
  }
  #campaign .sns.icon3 {
    width: 60%;
    margin-bottom: 80px;
  }
}
@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 */
@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;
}
#instagram .photo_area .photo_img_tw {
  width: 24.5%;
  margin-left: 0.5%;
  margin-bottom: 5px;
}
#instagram .photo_area .photo_img_tw a {
  display: block;
}
#instagram .photo_area .photo_img_tw a:hover {
  background: #fff url(../img/twitter_over.png) center no-repeat;
}
#instagram .photo_area .photo_img_tw a img:hover {
  opacity: 0.1;
}

/* Twittter用 */
@media screen and (max-width: 768px) {
  #instagram .photo_area {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
  }
  #instagram .photo_area .photo_img, #instagram .photo_area .photo_img_tw {
    width: 49%;
    margin-left: 1%;
    margin-bottom: 3px;
  }
}
/* lineup */
#lineup {
  position: relative;
  width: 100%;
  background: #000;
  /* store */
}
#lineup p {
  text-align: center;
}
#lineup ul {
  display: flex;
}
#lineup ul li {
  position: relative;
}
#lineup ul li dl {
  display: table;
  border: solid 1px #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  background: transparent;
}
#lineup ul li dl dd {
  display: table-cell;
  vertical-align: middle;
  font-family: BlockBE Regular;
}
#lineup ul li img {
  position: absolute;
  z-index: 2;
}
#lineup ul li .shadow {
  position: absolute;
  z-index: 1;
}
#lineup ul li:hover {
  cursor: pointer;
}
#lineup ul li:hover img {
  position: absolute;
}
#lineup ul li:hover .shadow {
  position: absolute;
  z-index: 1;
}
#lineup ul li:active img {
  position: absolute;
}
#lineup ul li p {
  position: absolute;
  margin: 0;
  width: 100%;
  z-index: 2;
}
#lineup ul li p.limited, #lineup ul li p.dragon_fruit, #lineup ul li p.limited, #lineup ul li p.banana, #lineup ul li p.limited, #lineup ul li p.pine, #lineup ul li p.limited, #lineup ul li p.pineapple, #lineup ul li p.limited, #lineup ul li p.kankitsu_mix, #lineup ul li p.limited, #lineup ul li p.pear {
  width: auto;
  font-style: italic;
  font-weight: bold;
}
#lineup ul li p.lineup_product_name {
  line-height: 1.3;
}
#lineup .store h3 {
  width: 100%;
  text-align: center;
  font-weight: normal;
}
#lineup .store ul li {
  padding: 0;
  margin: 0 0.5vw;
  height: auto;
  background: rgba(255, 255, 255, 0);
  transition: all 0.2s ease-in-out;
}
#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;
  filter: brightness(110%);
}
#lineup .store .store_note a {
  text-decoration: underline;
}
#lineup .banner a img {
  transition: all 0.2s ease-in-out;
}
#lineup .banner a img:hover {
  filter: brightness(110%);
}

@media screen and (min-width: 769px) {
  #lineup {
    background-image: url(../img/light_two.png), url(../img/light_two.png), url(../img/light_two.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 35% 320px, 35% 580px, center 840px;
    background-size: 700px, 700px, 1300px 400px;
  }
}
@media screen and (max-width: 768px) {
  #lineup {
    background-image: url(../img/light_two.png), url(../img/light_two.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center 52vw, center 108vw;
    background-size: 120%, 120%;
  }
}
@media screen and (min-width: 769px) {
  #lineup h2 img {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  #lineup h2 img {
    width: 24vw;
  }
}
@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;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul {
    width: 980px;
    margin-left: calc(50% - 490px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    align-items: center;
  }
  #lineup .last-space {
    justify-content: space-between;
  }
  #lineup .last-space li {
    width: 200px;
  }
  #lineup .last-space li p {
    left: 40px;
  }
  #lineup .last-space li .limit::after {
    content: "期間限定";
    display: block;
    font-size: 1.3rem;
    color: #fff;
    border: 1px solid #fff;
    width: 70px;
    font-style: italic;
    margin: 0 auto;
    position: absolute;
    top: -222px;
    left: 0;
  }
  #lineup .rakuten-link-cen {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #lineup ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul li {
    width: 245px;
    height: 270px;
  }
  #lineup ul li:nth-child(1) {
    width: auto;
    height: auto;
  }
  #lineup .rakuten-link-cen li:nth-child(1) {
    width: 320px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #lineup ul li {
    width: 85%;
    height: 62vw;
  }
  #lineup ul li.nonsugar {
    width: 100%;
    height: 56vw;
  }
  #lineup ul li:nth-child(1) {
    width: auto;
    height: auto;
    margin-left: 3.5vw;
  }
  #lineup ul li:nth-child(1) dl {
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul li dl {
    width: 150px;
    height: 150px;
    line-height: 0.9;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  #lineup ul li dl {
    width: 50%;
    height: 56vw;
    top: 0;
    right: 0;
  }
  #lineup ul li.nonsugar dl {
    width: 50%;
    height: 56vw;
    top: 0;
    right: 25%;
  }
}
@media screen and (max-width: 768px) {
  #lineup ul li dl, #lineup ul li.nonsugar dl {
    line-height: 1;
    letter-spacing: 1px;
    width: 16vw;
    height: 16vw;
  }
}
@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: 7vw;
    line-height: 0.6;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul li dl dd span {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  #lineup ul li dl dd span {
    font-size: 10vw;
  }
}
@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: 3.2vw;
    margin-left: 1vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul li img {
    top: 35px;
    left: 42px;
    width: 186px;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul .banana img {
    width: 194px;
  }
}
@media screen and (max-width: 768px) {
  #lineup ul li img {
    top: -7.5vw;
    left: 20%;
    width: 70%;
  }
  #lineup .last-space .banana img {
    width: 94% !important;
  }
  #lineup .last-space li:nth-child(1) {
    width: 100%;
  }
  #lineup .last-space li:nth-child(n+2) {
    width: 50%;
    height: 55vw;
  }
  #lineup .last-space li:nth-child(n+2) img {
    width: 90%;
    left: 0vw;
    top: 0vw;
  }
  #lineup .last-space li:nth-child(n+2) p {
    left: 0vw;
  }
  #lineup .last-space li:nth-child(n+2) .limit::after {
    content: "期間限定";
    display: block;
    font-size: 1rem;
    color: #fff;
    border: 1px solid #fff;
    width: 60px;
    font-style: italic;
    margin: 0 auto;
    position: absolute;
    top: -46vw;
  }
  #lineup .last-space li a .shadow {
    top: 28vw;
    left: 11%;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul li .shadow {
    top: 169px;
    left: 30px;
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  #lineup ul li .shadow {
    top: 33vw;
    left: 13%;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul li:hover img {
    transform: scale(1.1);
    transition: 0.3s;
  }
  #lineup .rakuten-link-cen li:hover img {
    transform: none;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul li p {
    font-size: 14px;
    bottom: 10px;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  #lineup ul li p {
    font-size: 3vw;
    bottom: 6vw;
    left: 7vw;
  }
}
@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, #lineup ul li p.limited, #lineup ul li p.pine, #lineup ul li p.limited, #lineup ul li p.pineapple, #lineup ul li p.limited, #lineup ul li p.kankitsu_mix, #lineup ul li p.limited, #lineup ul li p.pear {
    width: auto;
    font-style: italic;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul li p.limited, #lineup ul li p.banana, #lineup ul li p.limited, #lineup ul li p.pine, #lineup ul li p.limited, #lineup ul li p.pineapple, #lineup ul li p.limited, #lineup ul li p.kankitsu_mix, #lineup ul li p.limited, #lineup ul li p.pear {
    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, #lineup ul li p.limited, #lineup ul li p.pine, #lineup ul li p.limited, #lineup ul li p.pineapple, #lineup ul li p.limited, #lineup ul li p.kankitsu_mix, #lineup ul li p.limited, #lineup ul li p.pear {
    top: 0;
    left: 6.3vw;
    font-size: 5vw;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 769px) {
  #lineup .store {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #lineup .store {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  #lineup .store h3 {
    margin-top: 150px;
    margin-bottom: 50px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #lineup .store h3 {
    margin-top: 25vw;
    margin-bottom: 3vw;
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #lineup .store ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #lineup .store ul li {
    width: 48%;
    margin: 0 auto;
  }
}
@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;
  }
}
@media screen and (min-width: 769px) {
  #lineup .banner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #lineup .banner {
    margin-top: 10vw;
  }
}
/* footer */
footer {
  position: relative;
  text-align: center;
  background: #191919;
}
footer .inner nav ul li a {
  color: #787878;
}
footer .inner nav ul li a:hover {
  text-decoration: underline;
}
footer .inner .copyright {
  color: #787878;
  text-align: center;
}

@media screen and (min-width: 769px) {
  footer {
    padding: 35px 0;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    height: 150px;
    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: 19vw;
    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 {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto 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;
  }
}
@media screen and (min-width: 769px) {
  footer .inner nav ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  footer .inner .copyright {
    float: right;
  }
}
/* instagram */
.Header {
  display: none !important;
}

/* keyframe */
@keyframes wave {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    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;
  }
}
.no_link-hover {
  opacity: 0.4;
  display: block;
}
@media screen and (max-width: 768px) {
  .no_link-hover {
    width: 49%;
  }
}/*# sourceMappingURL=style.css.map */