@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}
#wrapper {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #wrapper {
    min-width: auto;
    background: url(../img/bg.jpg) repeat-y 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) repeat-y 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;
  }
}
/* kv */
.kv {
  position: relative;
  z-index: 10;
  width: 100%;
}
.kv .slider {
  display: none;
}
.kv .slider.slick-initialized {
  display: block;
}
.kv .kvin {
  position: relative;
  height: 51.4vw;
}
@media screen and (max-width: 768px) {
  .kv .kvin {
    height: 132.8vw;
  }
}
.kv .kvin .slick-slide {
  position: relative;
}
.kv .kvin .slick-slide.slick-current .giBox .txt {
  animation: kvTxt 0.5s 0.8s both;
}
.kv .kvin .slick-slide.slick-current .giBox .btn {
  animation: kvTxt 0.5s 1.2s both;
}
@keyframes kvBtnMove {
  0% {
    right: 0;
  }
  100% {
    right: -20px;
  }
}
.kv .giBox {
  display: block;
  max-width: 240px;
  width: 14vw;
  position: absolute;
  right: 2%;
  bottom: 4%;
}
.kv .giBox:hover .btnIn {
  animation: kvTxt 1s both;
}
@keyframes btnIn {
  0% {
    opacity: 0;
  }
  10% {
    left: -80px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .kv .giBox {
    bottom: 9%;
    right: 5%;
    width: 35vw;
  }
}
.kv .giBox .txt {
  margin-bottom: 15px;
  width: 0px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv .giBox .txt {
    margin-bottom: 8px;
  }
}
.kv .giBox .txt img {
  max-width: 240px;
  width: 14vw;
}
@media screen and (max-width: 768px) {
  .kv .giBox .txt img {
    width: 35vw;
  }
}
.kv .giBox .btn {
  position: relative;
  width: 0px;
  overflow: hidden;
  transition: 0.3s;
}
.kv .giBox .btn .btnIn {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
.kv .giBox .btn img {
  max-width: 240px;
  width: 14vw;
}
@media screen and (max-width: 768px) {
  .kv .giBox .btn img {
    width: 35vw;
  }
}
@keyframes kvTxt {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes kvBtn {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.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;
}
.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;
}
.kv .slider {
  list-style: none;
  width: 100%;
}
.kv .slick-dots {
  bottom: 70px;
}
@media screen and (max-width: 768px) {
  .kv .slick-dots {
    bottom: 5vw;
  }
}
.kv .slick-dots li {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .kv .slick-dots li {
    width: 3vw;
    height: 3vw;
  }
}
.kv .slick-dots li button::before {
  background-color: white;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .kv .slick-dots li button::before {
    width: 2.2vw;
    height: 2.2vw;
  }
}
.kv .slick-dots li.slick-active button::before {
  background-color: #ccc;
}
@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;
  }
}
/* 共通 */
#about h4,
#whats_oikos h4 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-top: 40px;
}

#about p.read,
#whats_oikos p.read {
  font-size: 16px;
}

#about .txt_y,
#whats_oikos .txt_y {
  color: #fcff00;
  font-weight: bold;
}

#about .memo,
#whats_oikos .memo {
  font-size: 12px;
  color: #cccccc;
}
@media screen and (max-width: 768px) {
  #about .memo,
  #whats_oikos .memo {
    font-size: 10px;
  }
}

#about .txt_mini,
#whats_oikos .txt_mini {
  font-size: 10px;
}

.kv ul.anchor_link {
  width: 73%;
  max-width: 720px;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  text-align: center;
  background: rgb(202, 202, 204) linear-gradient(90deg, rgb(202, 202, 204) 0%, rgb(69, 198, 255) 34%, rgb(204, 22, 26) 66%, rgb(134, 121, 199) 100%);
  margin: -75px auto 50px;
  padding-top: 1px;
  position: relative;
  z-index: 1;
}
.kv ul.anchor_link li {
  width: 50%;
  background: #191919;
}
.kv ul.anchor_link li a {
  display: block;
  padding: 20px 0;
}
.kv ul.anchor_link li a:hover {
  background: #4c4c4c;
}
.kv ul.anchor_link li a span {
  display: block;
  font-weight: bold;
  background: url(../img/protein/arrow_bottom.png) no-repeat;
  background-position: center bottom;
  background-size: 18px auto;
  padding: 10px 0 20px;
}
.kv ul.anchor_link li.line-r a span {
  border-right: 1px solid #333333;
}

@media screen and (max-width: 768px) {
  .kv {
    position: relative;
  }
  .kv ul.anchor_link {
    width: 92%;
    max-width: 92%;
    font-size: 14px;
    margin: -30px auto 50px;
  }
  .kv ul.anchor_link li a {
    padding: 10px 0;
  }
  .kv h2 img {
    padding-top: 20px;
  }
  .kv a.lineup-btn {
    width: 8%;
    background: #b71a19;
    padding: 13px 10px;
    border-radius: 5px 0 0 5px;
    position: absolute;
    top: 20vh;
    right: 0;
  }
}
/* about */
#about {
  background: #000;
  padding-bottom: 210px;
}
#about h3 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 110px;
  padding-top: 70px;
}
#about h3 .ttl_s {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 2.4;
}
#about h3 .ttl_m {
  font-size: 60px;
}
#about h3 .ttl_l {
  font-size: 80px;
}
#about .about_area01 {
  position: relative;
  padding: 20px 0;
  margin-bottom: 80px;
}
#about .about_area01 .box_l {
  width: 90%;
  max-width: 980px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#about .about_area01 .box_l .txt_wrap {
  width: 480px;
  height: 560px;
  background-color: #000;
  padding: 30px 30px 0 0;
}
#about .about_area01 .box_l .number01 {
  background: url(../img/protein/number01.png) top left no-repeat;
  background-size: 70px auto;
  padding-left: 30px;
}
#about .about_area01 .box_r {
  width: 68%;
  height: 600px;
  object-fit: cover;
  object-position: 50% 0;
  font-family: "object-fit: cover";
  /*IE対策*/
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
#about .about_area02 {
  width: 90%;
  max-width: 980px;
  margin: -100px auto 110px;
  position: relative;
}
#about .about_area02 .a2_btn {
  display: block;
  padding-left: 30px;
  margin-top: -15px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #about .about_area02 .a2_btn {
    margin: 0;
    padding: 0;
  }
}
#about .about_area02 .a2_btn a {
  width: 420px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #about .about_area02 .a2_btn a {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
}
#about .about_area02 .a2_btn a:hover {
  opacity: 0.6;
}
#about .about_area02 .box_l {
  width: 46%;
  float: left;
  margin-right: 8%;
  position: relative;
  z-index: 1;
}
#about .about_area02 .box_l p.read {
  margin-bottom: 30px;
}
#about .about_area02 .box_l .number02 {
  background: url(../img/protein/number02.png) top left no-repeat;
  background-size: 70px auto;
  padding-left: 30px;
  margin-bottom: 0px;
}
#about .about_area02 .box_r {
  width: 36%;
  display: block;
  padding-top: 150px;
  z-index: 1;
  position: relative;
  top: 30px;
}
#about .about_area02 .about_2_bg {
  width: auto;
  height: 400px;
  position: absolute;
  top: 100px;
  right: -100px;
  z-index: 0;
}
#about .about_area02 .about_2_bg img {
  width: auto;
  height: 100%;
  display: block;
}
#about .about_area03 {
  clear: both;
  position: relative;
  margin-bottom: 80px;
}
#about .about_area03 .boxLR {
  position: relative;
}
#about .about_area03 .box_l {
  width: 47%;
  height: 97%;
  min-height: 1151px;
  object-fit: cover;
  object-position: 50% 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#about .about_area03 .box_r,
#about .about_area03 .box_b {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}
#about .about_area03 .box_r {
  overflow: hidden;
}
#about .about_area03 .box_r .txt_wrap {
  width: 49%;
  float: right;
  background: url(../img/protein/number03.png) top left no-repeat;
  background-size: 70px auto;
  padding: 0 30px;
}
#about .about_area03 .box_r .txt_wrap .number03 p.read {
  margin-bottom: 40px;
}
#about .about_area03 .box_r .txt_wrap .komame h5 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.4166666667;
}
#about .about_area03 .box_r .txt_wrap .komame p.read {
  margin-bottom: 20px;
}
#about .about_area03 .box_r .txt_wrap .komame .txts1 {
  display: table;
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
}
#about .about_area03 .box_r .txt_wrap .komame .txts1 dl {
  display: table-row;
  margin-bottom: 25px;
}
#about .about_area03 .box_r .txt_wrap .komame .txts1 dt,
#about .about_area03 .box_r .txt_wrap .komame .txts1 dd {
  display: table-cell;
  padding-bottom: 25px;
}
#about .about_area03 .box_r .txt_wrap .komame .txts1 dt {
  white-space: nowrap;
}
#about .about_area03 .box_r .txt_wrap .komame .txts1 dd sup {
  font-size: 10px;
}
#about .about_area03 .box_r .txt_wrap .komame .memo {
  line-height: 1.6666666667;
}
#about .about_area03 .box_b {
  margin-top: 50px;
}
#about .about_area03 .box_b .txt_wrap {
  margin: 0 30px;
  padding: 30px 0 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #cccccc;
}
#about .about_area03 .box_b .column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#about .about_area03 .box_b .column .pcColSide {
  width: 45.652173913%;
}
#about .about_area03 .box_b .column .pcColSide.is_R {
  padding-top: 25px;
}
#about .about_area03 .box_b .column p.sub_ttl {
  font-size: 12px;
  letter-spacing: 2px;
  font-family: BlockBE Regular, NotoSansJP-Regular;
  margin-bottom: 10px;
}
#about .about_area03 .box_b .column h5 {
  font-size: 24px;
  line-height: 1.4166666667;
  margin-bottom: 20px;
}
#about .about_area03 .box_b .column p.read {
  font-size: 14px;
  line-height: 1.7142857143;
}
#about .about_area03 .box_b .column img {
  margin-bottom: 20px;
}
#about .about_area03 .box_b .column .memo {
  line-height: 1.6666666667;
}
#about .about_area04 {
  position: relative;
}
#about .about_area04 .box_l {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
#about .about_area04 .box_l .txt_wrap {
  width: 46%;
  float: left;
  background: url(../img/protein/number04.png) top left no-repeat;
  background-size: 70px auto;
  padding-left: 30px;
}
#about .about_area04 .box_l .txt_wrap p.read {
  margin-bottom: 90px;
}
#about .about_area04 .box_l .txt_wrap h5 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#about .about_area04 .box_l .txt_wrap table.comparison {
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
#about .about_area04 .box_l .txt_wrap table.comparison th {
  font-size: 16px;
  text-align: left;
  padding: 0;
}
#about .about_area04 .box_l .txt_wrap table.comparison tr {
  margin-bottom: 20px;
}
#about .about_area04 .box_l .txt_wrap table.comparison p.read {
  margin-bottom: 10px;
}
#about .about_area04 .box_l .txt_wrap table.comparison p.memo {
  margin-bottom: 20px;
}
#about .about_area04 .box_r {
  width: 47%;
  float: right;
}
#about .about_area04 .box_r img {
  width: 47%;
  height: 96%;
  min-height: 760px;
  object-fit: cover;
  position: absolute;
  top: 100px;
  right: 0;
}
#about .about_area04 .box_r p.memo {
  position: absolute;
  bottom: -100px;
  left: 53%;
}

@media screen and (max-width: 768px) {
  #about {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  #about h3 {
    text-align: center;
    margin-bottom: -18px;
    padding-top: 0;
    padding-right: 5%;
    font-size: 34px;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
  }
  #about h3 .ttl_s {
    font-size: 16px;
  }
  #about h3 .ttl_m {
    font-size: 40px;
  }
  #about h3 .ttl_l {
    font-size: 60px;
  }
  #about .about_area01 {
    padding: 0;
    margin-bottom: 30px;
  }
  #about .about_area01 .box_l {
    width: 100%;
    max-width: 100%;
  }
  #about .about_area01 .box_l .about1-img {
    width: 92%;
    display: block;
    position: relative;
    z-index: 0;
  }
  #about .about_area01 .box_l .txt_wrap {
    width: 100%;
    height: auto;
    padding: 0;
  }
  #about .about_area01 .box_l .number01 {
    width: 85%;
    background-size: 36px auto;
    padding-left: 5%;
    margin: -60px 0 0 5%;
    position: relative;
    z-index: 1;
  }
  #about .about_area02 {
    width: 100%;
    max-width: 100%;
    margin: -100px auto 0;
  }
  #about .about_area02 .box_l {
    width: 100%;
    float: none;
    margin-right: 8%;
    position: relative;
    z-index: 1;
  }
  #about .about_area02 .box_l p.read {
    margin-bottom: 60px;
  }
  #about .about_area02 .box_l .number02 {
    width: 85%;
    background-size: 36px auto;
    padding-left: 5%;
    margin: 0 0 50px 5%;
  }
  #about .about_area02 .box_r {
    width: 70%;
    padding-top: 0;
    padding-left: 10%;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
  }
  #about .about_area02 ul.topic_area {
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  #about .about_area02 ul.topic_area li {
    padding-left: 2.8em;
    text-indent: -2.8em;
  }
  #about .about_area02 .about_2_bg {
    width: 100%;
    height: auto;
    position: absolute;
    top: inherit;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
  #about .about_area02 .about_2_bg img {
    width: 100%;
    height: auto;
  }
  #about .about_area03 {
    position: relative;
    margin-bottom: 40px;
  }
  #about .about_area03 .about_3_bg {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
  }
  #about .about_area03 .box_r,
  #about .about_area03 .box_b {
    max-width: 100%;
    margin: auto;
  }
  #about .about_area03 .box_r {
    width: 92%;
    margin-top: -54px;
    position: relative;
    z-index: 1;
  }
  #about .about_area03 .box_r .txt_wrap {
    width: auto;
    float: none;
    background-size: 36px auto;
    padding: 0 4.347826087%;
  }
  #about .about_area03 .box_r .txt_wrap .number03 p.read {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  #about .about_area03 .box_r .txt_wrap .komame h5 {
    font-size: 18px;
    line-height: 1.3888888889;
  }
  #about .about_area03 .box_r .txt_wrap .komame p.read {
    font-size: 14px;
    line-height: 1.7857142857;
  }
  #about .about_area03 .box_r .txt_wrap .komame .txts1 {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 1.7857142857;
  }
  #about .about_area03 .box_r .txt_wrap .komame .txts1 dl {
    display: block;
    margin-bottom: 15px;
  }
  #about .about_area03 .box_r .txt_wrap .komame .txts1 dt,
  #about .about_area03 .box_r .txt_wrap .komame .txts1 dd {
    display: block;
    padding-bottom: 0;
  }
  #about .about_area03 .box_r .txt_wrap .komame .txts1 dd sup {
    font-size: 8px;
  }
  #about .about_area03 .box_r .txt_wrap .komame .memo {
    line-height: 1.8;
  }
  #about .about_area03 .box_b {
    width: 84%;
    margin-top: 20px;
  }
  #about .about_area03 .box_b .txt_wrap {
    margin: 0;
    padding: 0 0 40px;
    border-top: none;
  }
  #about .about_area03 .box_b .column {
    flex-direction: column;
    align-items: stretch;
  }
  #about .about_area03 .box_b .column .pcColSide {
    width: auto;
  }
  #about .about_area03 .box_b .column .pcColSide.is_L {
    display: contents;
  }
  #about .about_area03 .box_b .column .pcColSide.is_R {
    order: 2;
    padding: 20px 0;
  }
  #about .about_area03 .box_b .column p.sub_ttl {
    order: 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  #about .about_area03 .box_b .column p.sub_ttl:after {
    margin-left: 5px;
    border-top: 1px solid #cccccc;
    content: "";
    flex-grow: 1;
  }
  #about .about_area03 .box_b .column h5 {
    order: 1;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3888888889;
  }
  #about .about_area03 .box_b .column p.read {
    order: 3;
    line-height: 1.7857142857;
  }
  #about .about_area03 .box_b .column img {
    margin-bottom: 15px;
  }
  #about .about_area03 .box_b .column .memo {
    line-height: 1.8;
  }
  #about .about_area04 {
    margin-bottom: 80px;
    position: relative;
  }
  #about .about_area04 .box_l {
    width: 100%;
    max-width: 100%;
  }
  #about .about_area04 .box_l .txt_wrap {
    width: 100%;
    float: none;
    background: none;
    padding-left: 0;
  }
  #about .about_area04 .box_l .txt_wrap .memo.memo-wrap {
    width: 84%;
    margin: 10px auto 0;
  }
  #about .about_area04 .box_l .txt_wrap h4 {
    width: 92%;
    background: url(../img/protein/number04.png) top left no-repeat;
    background-size: 36px auto;
    padding-left: 4%;
    padding-right: 4%;
    margin: 0 auto 20px;
  }
  #about .about_area04 .box_l .txt_wrap p.read {
    width: 84%;
    margin: 0 auto 20px;
  }
  #about .about_area04 .box_l .txt_wrap h5 {
    width: 84%;
    font-size: 18px;
    margin: 30px auto;
  }
  #about .about_area04 .box_l .txt_wrap table.comparison {
    width: 84%;
    border: none;
    margin: 0 auto 20px;
  }
  #about .about_area04 .box_l .txt_wrap table.comparison th {
    width: 26.9841269841%;
    font-size: 14px;
  }
  #about .about_area04 .box_l .txt_wrap table.comparison td {
    font-size: 14px;
  }
  #about .about_area04 .box_l .txt_wrap table.comparison p.read {
    width: 100%;
    margin-bottom: 0;
    font-size: 1em;
  }
}
/* whats_oikos */
#whats_oikos {
  background: #000;
}
#whats_oikos .wo_ttl_area {
  margin-bottom: 80px;
  padding: 40px 0 31px;
  border-top: 4px solid #898989;
  border-bottom: 4px solid #898989;
}
#whats_oikos .wo_ttl_area h2 {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
#whats_oikos h3 {
  width: 430px;
  height: auto;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 auto 80px;
}
#whats_oikos h3 img {
  display: block;
  margin-bottom: 20px;
}
#whats_oikos ul.topic_area {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 80px;
}
#whats_oikos ul.topic_area li {
  margin-bottom: 50px;
  overflow: hidden;
}
#whats_oikos ul.topic_area li.topic03 {
  margin-bottom: 35px;
}
#whats_oikos ul.topic_area li h5 {
  width: 35%;
  height: 40px;
  float: left;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-right: 6%;
}
#whats_oikos ul.topic_area li.topic01 h5 {
  font-size: 2.3rem;
  background: url(../img/protein/whatsoikos_topic01_base.png) no-repeat;
  background-size: 100% 100%;
  padding: 7px 0;
}
#whats_oikos ul.topic_area li.topic02 h5 {
  background: url(../img/protein/whatsoikos_topic02_base.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 5px;
  padding: 9px 0;
}
#whats_oikos ul.topic_area li.topic03 h5 {
  background: url(../img/protein/whatsoikos_topic03_base.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 5px;
  padding: 9px 0;
}
#whats_oikos ul.topic_area li p {
  width: 59%;
  float: right;
  font-size: 18px;
  line-height: 1.75;
}
#whats_oikos ul.topic_area li.memo p {
  font-size: 12px;
  line-height: 1.5;
  display: flex;
}
#whats_oikos ul.topic_area li.memo p span {
  flex-shrink: 0;
  width: 25px;
}
#whats_oikos .column {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #whats_oikos .column {
    border: 0px;
  }
}
#whats_oikos .column p.sub_ttl {
  font-size: 12px;
  letter-spacing: 2px;
  font-family: BlockBE Regular, NotoSansJP-Regular;
  margin-bottom: 10px;
}
#whats_oikos .column h4 {
  padding-top: 0;
}
#whats_oikos .column2Wrap {
  background-image: url(../img/protein/column2_bg.png);
  background-size: 850px auto;
  background-repeat: no-repeat;
  background-position: top 50px right 27%;
}
@media screen and (max-width: 1000px) {
  #whats_oikos .column2Wrap {
    background-position: top 50px right;
  }
}
@media screen and (max-width: 768px) {
  #whats_oikos .column2Wrap {
    background-image: none;
  }
}
#whats_oikos .column2Wrap .column {
  border-top: 0px;
}
@media screen and (max-width: 768px) {
  #whats_oikos .column2Wrap .column {
    border-bottom: 1px solid #CCC;
  }
}
@media screen and (max-width: 768px) {
  #whats_oikos .column2Wrap .column p {
    font-size: 14px;
  }
  #whats_oikos .column2Wrap .column p.memo {
    font-size: 10px;
  }
}
#whats_oikos .column2Wrap h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #whats_oikos .column2Wrap h5 {
    font-size: 16px;
  }
}
#whats_oikos .column2Wrap em {
  font-style: normal;
  font-weight: bold;
  color: #e2e041;
}
#whats_oikos .isType2 {
  max-width: 570px;
  box-sizing: border-box;
}
#whats_oikos .wo_area01 {
  background: url(../img/protein/number01.png) top left no-repeat;
  background-size: 70px auto;
  padding: 50px 0 0 30px;
  margin: 0 0 30px -30px;
}
#whats_oikos .wo_area01 p.read {
  margin-bottom: 15px;
}
#whats_oikos .wo_area02 {
  background: url(../img/protein/number02.png) top left no-repeat;
  background-size: 70px auto;
  padding: 50px 0 0 30px;
  margin: 0 0 30px -30px;
}
#whats_oikos .wo_area02 p.read {
  margin-bottom: 20px;
}
#whats_oikos .wo_area02 img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
#whats_oikos .memo2 span {
  font-weight: bold;
  display: block;
}
#whats_oikos .wo_area03 {
  background: url(../img/protein/number03.png) top left no-repeat;
  background-size: 70px auto;
  padding: 50px 0 0 30px;
  margin: 0 0 30px -30px;
}
#whats_oikos .wo_area03 p {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #whats_oikos .wo_area03 p {
    margin-bottom: 30px;
  }
}
#whats_oikos .wo_area03 .fig {
  margin-bottom: 20px;
}
#whats_oikos .wo_area03 .memo {
  display: flex;
}
#whats_oikos .wo_area03 .memo span {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  #whats_oikos .wo_ttl_area {
    border-color: #fff;
    padding: 0;
  }
  #whats_oikos .wo_ttl_area h2 {
    width: 100%;
    max-width: 100%;
  }
  #whats_oikos h3 {
    width: 70%;
    margin: 0 auto 50px;
  }
  #whats_oikos h3 img {
    margin-bottom: 25px;
  }
  #whats_oikos ul.topic_area {
    width: 85%;
    max-width: 85%;
    margin: 0 auto 60px;
  }
  #whats_oikos ul.topic_area li {
    margin-bottom: 60px;
  }
  #whats_oikos ul.topic_area li h5 {
    width: 100%;
    float: none;
    font-size: 1.9rem;
    line-height: 1;
    margin-right: 0;
    margin-bottom: 25px;
  }
  #whats_oikos ul.topic_area li.topic01 h5 {
    font-size: 2.3rem;
    padding: 7px 0;
  }
  #whats_oikos ul.topic_area li.topic02 h5, #whats_oikos ul.topic_area li.topic03 h5 {
    padding-left: 5px;
    padding: 9px 0;
  }
  #whats_oikos ul.topic_area li p {
    width: 100%;
    float: none;
    font-size: 16px;
  }
  #whats_oikos ul.topic_area li.memo p {
    font-size: 12px;
    line-height: 1.5;
  }
  #whats_oikos .column {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
    border-top: none;
    padding-top: 0;
  }
  #whats_oikos .column p.sub_ttl {
    display: flex;
    align-items: center;
  }
  #whats_oikos .column p.sub_ttl:after {
    margin-left: 5px;
    border-top: 1px solid #cccccc;
    content: "";
    flex-grow: 1;
  }
  #whats_oikos .column h4 {
    font-size: 18px;
    padding-top: 0;
  }
  #whats_oikos .wo_area01 {
    background-size: 36px auto;
    padding: 20px 0 0 5%;
    margin: 0 0 30px -5%;
  }
  #whats_oikos .wo_area02 {
    background-size: 36px auto;
    padding: 20px 0 0 5%;
    margin: 0 0 30px -5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #whats_oikos .wo_area02.isType2 {
    position: relative;
  }
  #whats_oikos .wo_area02.isType2 .pos {
    position: relative;
    z-index: 3;
  }
  #whats_oikos .wo_area02.isType2:after {
    content: "";
    display: block;
    width: 104vw;
    margin-left: -10vw;
    height: 108vw;
    background: url(../img/protein/column2_bg.png) no-repeat;
    background-size: 142%;
    background-position: top right;
    position: relative;
    margin-top: -5vw;
  }
}
@media screen and (max-width: 768px) {
  #whats_oikos .wo_area02 p.read {
    margin-bottom: 30px;
  }
  #whats_oikos .wo_area03 {
    background-size: 36px auto;
    padding: 20px 0 0 5%;
    margin: 0 0 30px -5%;
  }
  #whats_oikos .wo_area03 p.read {
    margin-bottom: 30px;
  }
}
/* LINEUP */
#lineup h3 {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
#lineup h3 .ttl_s {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 2.4;
}
#lineup p.read {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  #lineup ul li:nth-child(6n) {
    margin-left: 150px;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul li .shadow {
    top: 110px;
  }
}
#lineup ul li p {
  font-weight: bold;
}
#lineup ul.last-space li:nth-child(n+2) .limit:after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #lineup ul.last-space li:nth-child(n+2) .limit:after {
    width: 57px;
    height: 17px;
  }
}
#lineup ul.last-space li:nth-child(n+2).redgrape .limit:after {
  background-color: #a60064;
  border: none;
}
@media screen and (max-width: 768px) {
  #lineup ul.last-space li a .shadow {
    top: 20vw;
    left: 10%;
  }
}

@media screen and (min-width: 769px) {
  .inner {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  #lineup h3 {
    font-size: 34px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  #lineup h3 .ttl_s {
    font-weight: bold;
    font-size: 16px;
  }
  #lineup .last-space li:nth-child(n+2) .limit::after {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* AMBASSADOR */
#ambassador {
  margin-bottom: 90px;
  background: -moz-linear-gradient(top, #000, transparent);
  background: -webkit-linear-gradient(top, #000, transparent);
  background: linear-gradient(to bottom, #000, transparent);
}
#ambassador h3 {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  margin-bottom: 30px;
}
#ambassador h3 .ttl_s {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 2.4;
}

@media screen and (min-width: 769px) {
  #ambassador .inner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #ambassador {
    margin-bottom: 100px;
  }
  #ambassador h3 {
    font-size: 34px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  #ambassador h3 .ttl_s {
    font-size: 16px;
  }
}
/* GALLERY */
#gallery h3 {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  margin-bottom: 90px;
}
#gallery h3 .ttl_s {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 2.4;
}
#gallery .movBox {
  margin-bottom: 9.1836734694%;
  padding-top: 56.25%;
  position: relative;
}
#gallery .movBox iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#gallery .video {
  width: 100%;
  margin-bottom: 10px;
}
#gallery .inner {
  padding: 0;
}
#gallery .video .kv_play {
  position: absolute;
  top: 76%;
  left: 50%;
}
#gallery .video .kv_play span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#gallery .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;
}
#gallery .video .kv_play span.play svg {
  color: #000;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
#gallery .video .kv_play span.play_circle {
  width: 100px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  opacity: 0.3;
}
#gallery .video .kv_play span.play_frame {
  width: 140px;
  opacity: 0.3;
}
#gallery .video .kv_play span.play_frame img {
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

@media screen and (max-width: 768px) {
  #gallery h3 {
    font-size: 34px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
  #gallery h3 .ttl_s {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  #gallery {
    margin-top: 100px;
  }
  #gallery .video {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #gallery {
    margin-top: 100px;
  }
  #gallery .video {
    height: 52vw;
  }
}
@media screen and (min-width: 769px) {
  #gallery .video video {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #gallery .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%;
  }
}
@media screen and (max-width: 768px) {
  #gallery .video .kv_play span.play {
    width: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  #gallery .video .kv_play span.play_circle {
    width: 15.5vw;
  }
}
@media screen and (max-width: 768px) {
  #gallery .video .kv_play span.play_frame {
    width: 22vw;
  }
}
@media screen and (min-width: 769px) {
  #gallery .video .kv_play:hover .play_circle {
    width: 120px;
    opacity: 1;
  }
  #gallery .video .kv_play:hover .play {
    width: 47px;
    opacity: 1;
  }
  #gallery .video .kv_play:hover .play svg {
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  #gallery .video .kv_play:hover .play_frame {
    opacity: 1;
  }
  #gallery .video .kv_play:hover .play_frame img {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  #gallery .video .kv_play:active .play_circle {
    opacity: 1;
    width: 19vw;
  }
  #gallery .video .kv_play:active .play {
    opacity: 1;
    width: 7.5vw;
  }
  #gallery .video .kv_play:active .play svg {
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  #gallery .video .kv_play:active .play_frame {
    opacity: 1;
  }
  #gallery .video .kv_play:active .play_frame img {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }
}
/* under-anchor_link */
@media screen and (min-width: 769px) {
  #campaign .sns li:hover {
    background: #4c4c4c;
  }
}
@media screen and (max-width: 768px) {
  ul.under-anchor_link {
    width: 92%;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    text-align: center;
    background: rgb(202, 202, 204) linear-gradient(90deg, rgb(202, 202, 204) 0%, rgb(69, 198, 255) 34%, rgb(204, 22, 26) 66%, rgb(134, 121, 199) 100%);
    margin: 0 auto 50px;
    padding-top: 1px;
    position: relative;
    z-index: 1;
  }
  ul.under-anchor_link li {
    width: 50%;
    background: #191919;
  }
  ul.under-anchor_link li a {
    display: block;
    padding: 10px 0;
  }
  ul.under-anchor_link li a span {
    display: block;
    background: url(../img/protein/arrow_top.png) no-repeat;
    background-position: center top;
    background-size: 18px auto;
    padding: 20px 0 10px;
  }
  ul.under-anchor_link li.line-r a span {
    border-right: 1px solid #333333;
  }
}
/* page_top_link */
#pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 110px;
  right: 2%;
  text-decoration: none;
  background: #333333;
  border-radius: 50%;
  /* ボタンの丸み */
  opacity: 1;
  /* ボタンの透明度 */
  z-index: 99;
}
#pagetop img {
  width: 20px;
  height: 16px;
  position: absolute;
  top: 23px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  #pagetop {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 140px;
    right: 10px;
  }
  #pagetop img {
    width: 15px;
    height: 11px;
    position: absolute;
    top: 17px;
    right: 15px;
  }
}
#about,
#whats_oikos,
#ambassador,
#gallery {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 768px) {
  #about,
  #whats_oikos,
  #ambassador {
    padding-top: 100px;
    margin-top: -100px;
  }
  #about h4,
  #whats_oikos h4 {
    padding-top: 20px;
  }
  .lineupBox ul {
    display: flex;
  }
  .lineupBox ul li {
    width: 48%;
  }
  #lineup.oikosLineup {
    background-image: url(../img/light_two.png), 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: center 105vw, center 192vw, center 325vw, center 275vw;
    background-size: 120%, 120%;
  }
}
/* instagram */
.Header {
  display: none !important;
}

.modal_box-flex.modal_box#nonsugar18 {
  height: 437px;
}
@media screen and (max-width: 768px) {
  .modal_box-flex.modal_box#nonsugar18 {
    height: 70vh;
  }
}
.modal_box-flex.modal_box .inner_modal {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .modal_box-flex.modal_box .inner_modal {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .modal_box-flex.modal_box .inner_modal .colL {
    order: 2;
  }
  .modal_box-flex.modal_box .inner_modal .colL .circle {
    margin-bottom: 4vw;
  }
}
.modal_box-flex.modal_box .inner_modal .colR {
  width: 435px;
  flex-shrink: 0;
}
.modal_box-flex.modal_box .inner_modal .colR h3,
.modal_box-flex.modal_box .inner_modal .colR h4,
.modal_box-flex.modal_box .inner_modal .colR p,
.modal_box-flex.modal_box .inner_modal .colR ul,
.modal_box-flex.modal_box .inner_modal .colR .store_modal,
.modal_box-flex.modal_box .inner_modal .colR .discription {
  float: none;
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal_box-flex.modal_box .inner_modal .colR h3,
  .modal_box-flex.modal_box .inner_modal .colR h4,
  .modal_box-flex.modal_box .inner_modal .colR p,
  .modal_box-flex.modal_box .inner_modal .colR ul,
  .modal_box-flex.modal_box .inner_modal .colR .store_modal,
  .modal_box-flex.modal_box .inner_modal .colR .discription {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .modal_box-flex.modal_box .inner_modal .colR {
    display: contents;
  }
  .modal_box-flex.modal_box .inner_modal .colR .discription {
    margin-bottom: 0;
  }
  .modal_box-flex.modal_box .inner_modal .colR .title {
    order: 1;
  }
  .modal_box-flex.modal_box .inner_modal .colR .eiyou {
    order: 5;
  }
  .modal_box-flex.modal_box .inner_modal .colR .productInfo {
    order: 6;
  }
  .modal_box-flex.modal_box .inner_modal .colR .store_modal {
    order: 4;
    padding: 10px 0;
  }
  .modal_box-flex.modal_box .inner_modal .colR .store_note {
    order: 3;
  }
}
.modal_box-flex.modal_box .inner_modal .package3 {
  width: 324px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .modal_box-flex.modal_box .inner_modal .package3 {
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
  }
}
.modal_box-flex.modal_box .inner_modal .package3 img {
  width: 100%;
}
.modal_box-flex.modal_box .inner_modal .package4 {
  width: 297px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .modal_box-flex.modal_box .inner_modal .package4 {
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
  }
}
.modal_box-flex.modal_box .inner_modal .mdl_banana {
  width: 338px;
}
@media screen and (max-width: 768px) {
  .modal_box-flex.modal_box .inner_modal .mdl_banana {
    width: 84%;
  }
}

.modal_box .btnDisabled li a {
  pointer-events: none;
}
.modal_box .btnDisabled li picture {
  opacity: 0.5 !important;
}

@media screen and (max-width: 768px) {
  .modal_box {
    overflow: hidden !important;
    overflow-y: scroll !important;
    top: 18px !important;
    height: 85vh !important;
  }
  .modal_box::-webkit-scrollbar {
    background: #000;
    width: 5px;
  }
  .modal_box::-webkit-scrollbar-thumb {
    background: #333;
    height: 50px;
  }
}
.gi2 {
  position: relative;
}

.gi-notes {
  position: absolute;
  right: 0px;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .gi-notes {
    font-size: 10px !important;
    bottom: -15px;
  }
}

#lineup ul.last-space li:nth-child(n+2).banana .limit:after {
  background-color: #f4b81c;
  border: 0px;
  color: #000;
}

#lineup ul.last-space li:nth-child(n+2).apricot_mikan .limit:after {
  background-color: #ff671f;
  border: 0px;
  color: #000;
}

.more_d0929 {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 120px auto;
  background-color: #1a1a1a;
  box-sizing: border-box;
  padding: 45px 20px;
}
@media screen and (max-width: 768px) {
  .more_d0929 {
    margin: 0 auto 10.6666666667vw auto;
    padding: 12vw 5.3333333333vw;
  }
}
.more_d0929 h2.ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .more_d0929 h2.ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 4.2666666667vw;
  }
}
.more_d0929 h2.ttl span {
  font-size: 2.4rem;
}
.more_d0929 ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .more_d0929 ul {
    flex-wrap: wrap;
  }
}
.more_d0929 ul li {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .more_d0929 ul li {
    width: 47.5%;
    margin-top: 9.0666666667vw;
  }
}
.more_d0929 ul li p {
  color: #dbd9d8;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .more_d0929 ul li p {
    font-size: 1.4rem;
    margin-top: 2.6666666667vw;
  }
}

.scr_d-link {
  display: inline-block;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .scr_d-link {
    margin-bottom: 8.5333333333vw;
  }
}
.scr_d-link:hover {
  opacity: 0.6;
}

.have_txt-d h2 {
  position: relative;
}
.have_txt-d h2 p {
  position: absolute;
  display: block;
  bottom: 12%;
  left: 50%;
  font-size: 1.2rem;
  margin-left: -250px;
}
@media screen and (max-width: 768px) {
  .have_txt-d h2 p {
    font-size: 1rem;
    left: 6vw;
    bottom: 8%;
    margin-left: 0;
  }
}

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

/*# sourceMappingURL=protein.css.map */