/**
 * init.css
 */
/* reset
--------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  border: none;
}

/* img */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}

/* html5 */
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* table */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

/* a */
a, a:focus, a:hover, a:active {
  outline: none;
}

/* form */
input, input:focus, input:hover, input:active,
textarea, textarea:focus, textarea:hover, textarea:active {
  outline: none;
}

/* img */
img {
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

/* clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  content: '';
}

html {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  background: #000000;
}

body {
  display: none;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.pc-block {
  display: block !important;
}

.pc-inline {
  display: inline !important;
}

.pc-inline-block {
  display: inline-block !important;
}

.sp-block,
.sp-inline,
.sp-inline-block {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .tab-min-block {
    display: block !important;
  }

  .tab-min-inline {
    display: inline !important;
  }

  .tab-min-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1024px) {
  .tab-min-block,
  .tab-min-inline,
  .tab-min-inline-block {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .tab-block,
  .tab-inline,
  .tab-inline-block {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .tab-block {
    display: block !important;
  }

  .tab-inline {
    display: inline !important;
  }

  .tab-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-block,
  .pc-inline,
  .pc-inline-block {
    display: none !important;
  }

  .sp-block {
    display: block !important;
  }

  .sp-inline {
    display: inline !important;
  }

  .sp-inline-block {
    display: inline-block !important;
  }
}
/* common
-----------------------*/
.container {
  max-width: 1130px;
  padding: 0 5%;
}

.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.no_link {
  pointer-events: none;
}

.relative {
  position: relative;
}

main {
  position: relative;
  overflow: hidden;
}

.en {
  font-family: alternate-gothic-condensed-a, sans-serif;
}

/* common
-----------------------*/
.common-fadeup {
  transition: all 0.8s ease;
  transform: translateY(30px) scale(0.95);
  opacity: 0;
}

.common-fadeup.paraview {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.common-fadeleft {
  transition: all 0.6s ease-in-out 0s;
  opacity: 0;
  transform: translateX(30px) scale(0.95);
}

.common-fadeleft.paraview {
  opacity: 1;
  transform: translateX(0px) scale(1);
}

.common-faderight {
  transition: all 0.6s ease-in-out 0s;
  opacity: 0;
  transform: translateX(-30px) scale(0.95);
}

.common-faderight.paraview {
  opacity: 1;
  transform: translateX(0px) scale(1);
}

.common-fadeblur {
  transform: scale(1.1) translateY(20px);
  filter: blur(20px);
  transition: all 1s ease-in-out 0s;
  opacity: 0\0;
}

.common-fadeblur.paraview {
  transform: scale(1) translateY(0);
  filter: blur(0);
  opacity: 1\0;
}

.common-fadeIn {
  opacity: 0;
}

.common-fadeIn.paraview {
  animation: common-fadeIn 1s ease 0.8s 1 normal;
  animation-fill-mode: both;
}

@keyframes common-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* header
-----------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.header__nav .menu-btn {
  width: 100px;
  margin-top: 35px;
  margin-left: 40px;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.header__nav .menu-btn:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .header__nav .menu-btn {
    width: 60px;
    margin-top: 20px;
    margin-left: 20px;
  }
}
.header__nav .menu-btn img {
  width: 100%;
}
.header__nav__drawer-bg {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  right: 0;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow-y: scroll;
  z-index: 998;
  background-color: #000000;
  padding: 30px 0 75px;
}
.header__nav__drawer-bg.open {
  top: 0;
}
.header__nav__drawer-bg nav {
  width: 100%;
  border-top: 1px solid #EAAF2C;
  margin-bottom: 50px;
}
.header__nav__drawer-bg nav li {
  border-bottom: 1px solid #EAAF2C;
}
.header__nav__drawer-bg nav li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  transition: 0.5s;
  text-decoration: none;
  color: #ECB00B;
  padding: 40px 70px 40px 30px;
  position: relative;
}
.header__nav__drawer-bg nav li a:hover {
  opacity: 0.7;
  color: #ECB00B;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .header__nav__drawer-bg nav li a {
    font-size: 14px;
    line-height: 1.7142857143;
    padding: 20px 45px 20px 20px;
  }
}
.header__nav__drawer-bg nav li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 30px;
  padding-top: 30px;
  background: url(../images/header_nav_arrow.svg) no-repeat center/100%;
}
@media screen and (max-width: 800px) {
  .header__nav__drawer-bg nav li a::after {
    right: 20px;
    width: 20px;
    padding-top: 20px;
  }
}
.header__nav__drawer-bg .header__nav__logo {
  width: 124px;
  margin: 0 auto;
}
.header__nav__drawer-inner {
  max-width: 800px;
  margin: 0 auto;
}
.header__nav__sns-link {
  display: flex;
  justify-content: center;
}
.header__nav__sns-link li {
  width: 50px;
}
.header__nav__sns-link li + li {
  margin-left: 25px;
}
.header__nav__sns-link li a {
  display: block;
}
.header__nav__close-btn {
  width: 100px;
  margin-left: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.header__nav__close-btn:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .header__nav__close-btn {
    width: 60px;
  }
}
.header__nav__close-btn img {
  width: 100%;
}

/* common-ttl
-----------------------*/
h2 {
  width: 100%;
}

h3 {
  margin: 0 auto;
}

/* common-text-ttl
-----------------------*/
.common-text-ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5555555556;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .common-text-ttl {
    font-size: 4.5vw;
  }
}

/* common-text
-----------------------*/
.common-text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5384615385;
}
@media screen and (max-width: 800px) {
  .common-text {
    font-size: 3.25vw;
  }
}

/* common-btn
-----------------------*/
.common-btn {
  display: block;
  background: #FFDE37;
  border-radius: 40px;
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
  padding: 25px 55px;
  position: relative;
  margin: 0 auto;
}
.common-btn:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.common-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 50px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .common-btn:hover::after {
    animation: common-btn-arrow ease-in 0.8s infinite;
  }
}

/* mv
-----------------------*/
.mv {
  background: url(../images/mv.jpg) no-repeat center top/100%;
  padding: 95% 0 31.25%;
}
.mv .mv-img {
  width: 53.125%;
  margin: 0 auto 22.5%;
}
.mv .mv-btn {
  width: 77.5%;
  margin: 0 auto;
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.mv .mv-btn:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}

/* item-ank
-----------------------*/
.item-ank {
  background: url(../images/item_ank_bg.png) no-repeat center top/100%;
  margin-top: -17%;
  padding: 23.125% 0 33.4111%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .item-ank {
    padding-bottom: 24.269%;
  }
}
.item-ank h2 {
  margin-bottom: 14.5833%;
}
.item-ank h3 {
  width: 40.9722%;
  margin-bottom: 13.8888%;
}
.item-ank .item-ank__slide {
  width: 64.8611%;
  margin: 0 auto;
  position: relative;
}
.item-ank .item-ank__slide a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
  max-width: 395px;
  margin: 0 auto;
}
.item-ank .item-ank__slide a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.item-ank .item-ank__slide .slide-arrow {
  width: 11.924%;
  position: absolute;
  top: 34%;
  z-index: 1;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.item-ank .item-ank__slide .slide-arrow:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.item-ank .item-ank__slide .slide-arrow.prev-arrow {
  left: -18.44303%;
}
.item-ank .item-ank__slide .slide-arrow.next-arrow {
  right: -18.44303%;
}

/* product
-----------------------*/
@keyframes bg-line {
  0% {
    transform: skewY(-23deg) translateX(100%);
    opacity: 0;
  }
  100% {
    transform: skewY(-23deg) translateX(0);
    opacity: 1;
  }
}
.product {
  background: url(../images/product_bg.jpg) repeat center/100%;
  position: relative;
  z-index: 1;
}
.product .common-text-ttl {
  margin-bottom: 9.7222%;
}
.product .common-text {
  margin-bottom: 24.3055%;
  padding: 0 2.7777%;
}
.product .product-list > li + li {
  margin-top: 17.3611%;
}
.product .product-list > li .product-img {
  margin-bottom: 11.25%;
}
.product .product-list > li .product-img.line {
  position: relative;
}
.product .product-list > li .product-img.line::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  padding-top: 37.5%;
  transform: skewY(-23deg) translateX(100%);
  z-index: -1;
  opacity: 0;
}
.product .product-list > li .product-img.line.paraview::after {
  animation: bg-line 0.5s forwards ease-in;
}
.product .product-list > li .product-img.line.line-yellow::after {
  background: rgba(255, 180, 0, 0.9);
}
.product .product-list > li .product-img.line.line-green::after {
  background: rgba(0, 144, 59, 0.9);
}
.product .product-list > li .product-img.line.line-beige::after {
  background: rgba(251, 204, 94, 0.9);
}
.product .product-list > li .product-img > div {
  width: 55.625%;
  margin: 0 auto;
}
.product .product-list > li .product-graph {
  width: 90%;
  margin: 0 auto 13.125%;
}
.product .product-list > li .product-text {
  margin-bottom: 15.9722%;
  padding: 0 11.25%;
}
.product .product-list > li .product-text li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .product-list > li .product-text li + li {
  margin-top: 3.75%;
}
.product .product-list > li .product-text li .product-text__ttl {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5185185185;
}
@media screen and (max-width: 800px) {
  .product .product-list > li .product-text li .product-text__ttl {
    font-size: 3.375vw;
  }
}
.product .product-list > li .product-text li .product-text__ttl span {
  font-size: 64px;
  line-height: 1.0;
  display: block;
}
@media screen and (max-width: 800px) {
  .product .product-list > li .product-text li .product-text__ttl span {
    font-size: 8vw;
  }
}
.product .product-list > li .product-text li .product-text__num {
  font-size: 102px;
  font-weight: 700;
  line-height: 1.0;
}
@media screen and (max-width: 800px) {
  .product .product-list > li .product-text li .product-text__num {
    font-size: 12.75vw;
  }
}
.product .product-list > li .product-text li .product-text__num span {
  font-size: 174px;
}
@media screen and (max-width: 800px) {
  .product .product-list > li .product-text li .product-text__num span {
    font-size: 21.75vw;
  }
}
.product .product-list > li .product-btn {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #E51F19;
  margin: 0 auto;
  padding: 3.75% 11.3924%;
  width: 74.375%;
  border: 1px solid #E51F19;
  text-align: center;
  background: #FFFFFF;
  border-radius: 5px;
  position: relative;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5185185185;
  color: #E51F19;
}
.product .product-list > li .product-btn:hover {
  opacity: 0.7;
  color: #E51F19;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .product .product-list > li .product-btn {
    font-size: 3.375vw;
  }
}
.product .product-list > li .product-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  border-radius: 2px;
  border-top: solid 3px #E51F19;
  border-right: solid 3px #E51F19;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
}
.product.curry {
  margin-top: -31.1%;
  padding: 30.9% 0 28.125%;
}
@media screen and (max-width: 800px) {
  .product.curry {
    margin-top: -24.269%;
  }
}
.product.curry h3 {
  width: 47.2222%;
  margin-bottom: 11.25%;
}
.product.curry h2 {
  margin-bottom: 12.5%;
}
.product.jerky {
  position: relative;
  padding: 27.5000% 0 21.25%;
}
.product.jerky::before {
  content: "";
  width: 100%;
  padding-top: 15.625%;
  position: absolute;
  top: -0.8%;
  left: 0;
  transform: skewY(-7.5deg);
  z-index: -1;
  background: #000000;
}
.product.jerky .product-list li h2 {
  padding: 0 5%;
  margin-bottom: 8.75%;
}
.product.jerky .product-list li .product-item-ttl {
  margin: 0 auto 8.75%;
}
.product.jerky .product-list li .product-item-ttl.plain {
  width: 38.375%;
}
.product.jerky .product-list li .product-item-ttl.red-chili {
  width: 58.75%;
}

/* data
-----------------------*/
@keyframes bar-chart {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.data {
  padding: 0.9375% 0 25%;
  position: relative;
  z-index: 3;
}
.data::before {
  content: "";
  width: 100%;
  padding-top: 16.25%;
  position: absolute;
  top: -1.9%;
  left: 0;
  transform: skewY(-7.5deg);
  z-index: -1;
  background: #000000;
}
.data .container {
  padding: 0 9.375%;
}
.data h3 {
  width: 26.3888%;
  margin-bottom: 12.5%;
}
.data .common-text-ttl {
  margin-bottom: 11.8055%;
  color: #FFFFFF;
  text-align: left;
}
.data .data-list {
  margin: 0 auto 24.6153%;
}
.data .data-list li + li {
  margin-top: 15.3846%;
}
.data .data-list li.energy .bar-chart .energy-chart > span {
  width: 75.5555%;
}
.data .data-list li.energy .bar-chart .energy-chart > span span {
  border-color: #E66B3D;
}
.data .data-list li.energy .bar-chart .energy-chart p {
  color: #EA6A34;
}
.data .data-list li.energy .bar-chart .normal-chart > span {
  width: 100%;
}
.data .data-list li.protein .bar-chart .protein-chart > span {
  width: 100%;
}
.data .data-list li.protein .bar-chart .protein-chart > span span {
  border-color: #1B9BE5;
}
.data .data-list li.protein .bar-chart .protein-chart p {
  color: #009BE5;
}
.data .data-list li.protein .bar-chart .normal-chart > span {
  width: 48.8888%;
}
.data .data-list li.fat .bar-chart .fat-chart > span {
  width: 22.2222%;
}
.data .data-list li.fat .bar-chart .fat-chart > span span {
  border-color: #9BBF27;
}
.data .data-list li.fat .bar-chart .fat-chart p {
  color: #9BBF27;
}
.data .data-list li.fat .bar-chart .normal-chart > span {
  width: 100%;
}
.data .data-list li.carbo-hydrate .bar-chart .carbo-hydrate-chart > span {
  width: 24.4444%;
}
.data .data-list li.carbo-hydrate .bar-chart .carbo-hydrate-chart > span span {
  border-color: #ECB029;
}
.data .data-list li.carbo-hydrate .bar-chart .carbo-hydrate-chart p {
  color: #ECB00B;
}
.data .data-list li.carbo-hydrate .bar-chart .normal-chart > span {
  width: 100%;
}
.data .data-list li.salt .bar-chart .salt-chart > span {
  width: 100%;
}
.data .data-list li.salt .bar-chart .salt-chart > span span {
  border-color: #4BB4B4;
}
.data .data-list li.salt .bar-chart .salt-chart p {
  color: #4BB4B4;
}
.data .data-list li.salt .bar-chart .normal-chart > span {
  width: 100%;
}
.data .data-list li .data-ttl {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 6.15384%;
  padding: 0 2.3076%;
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .data .data-list li .data-ttl {
    font-size: 8.75vw;
  }
}
.data .data-list li .bar-chart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.0769%;
}
.data .data-list li .bar-chart .bar-item {
  width: 73.7704%;
  padding-top: 8%;
}
.data .data-list li .bar-chart .bar-item > span {
  display: block;
  margin-bottom: 3.8461%;
}
.data .data-list li .bar-chart .bar-item > span span {
  display: inline-block;
  border-radius: 5px;
  border-top: 10px solid;
  border-color: #C6C6C6;
}
.data .data-list li .bar-chart .bar-item > span span.paraview {
  animation: bar-chart 2s forwards ease-out;
}
.data .data-list li .bar-chart .bar-item p {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #D3D3D3;
}
@media screen and (max-width: 800px) {
  .data .data-list li .bar-chart .bar-item p {
    font-size: 3.5000vw;
  }
}
.data .data-list li .bar-chart .bar-text {
  font-size: 40px;
  line-height: 1.75;
  color: #D3D3D3;
}
@media screen and (max-width: 800px) {
  .data .data-list li .bar-chart .bar-text {
    font-size: 5vw;
  }
}
.data .data-list li .bar-chart .bar-text.red-text {
  color: #EA6A34;
}
.data .data-list li .bar-chart .bar-text.blue-text {
  color: #009BE5;
}
.data .data-list li .bar-chart .bar-text.green-text {
  color: #9BBF27;
}
.data .data-list li .bar-chart .bar-text.orange-text {
  color: #ECB00B;
}
.data .data-list li .bar-chart .bar-text.blue-green-text {
  color: #4BB4B4;
}
.data .data-list li .bar-chart .bar-text.font-l {
  font-size: 50px;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .data .data-list li .bar-chart .bar-text.font-l {
    font-size: 6.25vw;
  }
}
.data .data-list li .bar-chart .bar-text.font-l span {
  font-size: 80px;
  line-height: 0.875;
}
@media screen and (max-width: 800px) {
  .data .data-list li .bar-chart .bar-text.font-l span {
    font-size: 10vw;
  }
}
.data .data-list li .bar-chart .bar-text span {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1666666667;
}
@media screen and (max-width: 800px) {
  .data .data-list li .bar-chart .bar-text span {
    font-size: 7.5vw;
  }
}
.data .note-list li {
  color: #D3D3D3;
  font-size: 24px;
  line-height: 1.0833333333;
}
@media screen and (max-width: 800px) {
  .data .note-list li {
    font-size: 3vw;
  }
}

/* jerky-read
-----------------------*/
.jerky-read {
  background: url(../images/jerky_read_bg.jpg) no-repeat center top/100% #000000;
  padding: 15% 0 20.625%;
}
.jerky-read h2 {
  margin-bottom: 9.7222%;
}
.jerky-read p {
  color: #FFFFFF;
}
.jerky-read .common-text-ttl {
  margin-bottom: 115.9722%;
}
.jerky-read .common-text {
  padding: 0 4.8611%;
}

/* footer
-----------------------*/
footer {
  background: #000000;
  padding: 80% 0 5%;
}
footer a {
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
footer a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}

.footer__inner {
  padding: 0 12.5%;
}
.footer__inner p {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5384615385;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .footer__inner p {
    font-size: 3.25vw;
  }
}
.footer__inner .footer-logo {
  width: 55%;
  margin: 0 auto 63.3333%;
}
.footer__inner .footer-nav {
  margin-bottom: 25.8333%;
}
.footer__inner .footer-nav ul li + li {
  margin-top: 15.8333%;
}
.footer__inner .footer-btn-top {
  width: 30%;
  margin: 0 auto 12.5%;
  display: block;
}
.footer__inner .footer-btn-top div {
  text-align: center;
  margin-bottom: 11.1111%;
}
.footer__inner .footer-btn-top p {
  color: #ECB00B;
}

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