html, body, h1, h2, h3, p, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1;
}

html {
  max-width: 100%;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}

html .english:not(dl) {
  font-family: 'Fjalla One';
}

.topContainer {
  width: 100%;
  background-color: #DD0011;
}

.topContainer .mainContainer {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.topContainer .mainContainer .scroll_inner {
  width: 100%;
  height: 0;
  max-width: 1000px;
  position: fixed;
  bottom: 2%;
  z-index: -10;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.topContainer .mainContainer .scroll_inner__btn {
  width: 10%;
  position: absolute;
  border-radius: 50%;
  right: 5%;
  bottom: 0;
}

@media screen and (max-width: 678px) {
  .topContainer .mainContainer .scroll_inner__btn {
    width: 17%;
  }
}

.topContainer .mainContainer .scroll_inner__btn:after {
  display: block;
  content: '';
  padding-bottom: 100%;
}

.topContainer .mainContainer .scroll_inner__btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  z-index: 200;
}

.topContainer .mainContainer .scroll_inner__btn a:after {
  display: block;
  content: '';
  padding-bottom: 100%;
}

.topContainer .mainContainer .scroll_inner__btn a:hover {
  background-color: #c7e600;
}

.topContainer .mainContainer .scroll_inner__btn img {
  position: absolute;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.topContainer .mainContainer .scroll_inner__btn img:hover {
  -webkit-filter: hue-rotate(20deg);
          filter: hue-rotate(20deg);
}

.topContainer .mainContainer header {
  background-color: #DD0011;
  position: relative;
}

.topContainer .mainContainer header .kenchanSauce {
  position: relative;
  padding-bottom: 144%;
}

.topContainer .mainContainer header .kenchanSauce img {
  max-width: 100%;
}

.topContainer .mainContainer header .kenchanSauce__specilalHottestSauce {
  position: absolute;
  color: white;
  width: 100%;
  padding-bottom: 51.72%;
  background-image: url(../img/chili.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.topContainer .mainContainer header .kenchanSauce__specilalHottestSauce p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.2;
  font-size: 90px;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  .topContainer .mainContainer header .kenchanSauce__specilalHottestSauce p {
    font-size: 9vw;
  }
}

.topContainer .mainContainer header .kenchanSauce__inner {
  width: 100%;
  position: absolute;
  top: 30%;
}

.topContainer .mainContainer header .kenchanSauce__inner:after {
  display: block;
  content: '';
  padding-bottom: 39.25%;
}

.topContainer .mainContainer header .kenchanSauce__inner img {
  width: 28%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.topContainer .mainContainer header .kenchanSauce__inner__btn {
  width: 17%;
  position: absolute;
  border-radius: 50%;
  text-transform: uppercase;
}

.topContainer .mainContainer header .kenchanSauce__inner__btn:after {
  display: block;
  content: '';
  padding-bottom: 100%;
}

.topContainer .mainContainer header .kenchanSauce__inner__btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.topContainer .mainContainer header .kenchanSauce__inner__btn a img {
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.topContainer .mainContainer header .kenchanSauce__inner__btn a img:hover {
  -webkit-filter: hue-rotate(20deg);
          filter: hue-rotate(20deg);
}

.topContainer .mainContainer header .kenchanSauce__inner__btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

.topContainer .mainContainer header .kenchanSauce__inner__btn:first-of-type {
  background-color: #1A1311;
  left: 5%;
  text-align: center;
  font-size: 30px;
}

.topContainer .mainContainer header .kenchanSauce__inner__btn:first-of-type span {
  -webkit-transform: translate(-48%, -57%) skewY(-9deg);
          transform: translate(-48%, -57%) skewY(-9deg);
  line-height: 1.3;
}

@media screen and (max-width: 1000px) {
  .topContainer .mainContainer header .kenchanSauce__inner__btn:first-of-type {
    font-size: 3vw;
  }
}

.topContainer .mainContainer header .kenchanSauce__inner__btn:last-of-type {
  right: 5%;
}

.topContainer .mainContainer header .kenchanSauce h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 61%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 120px;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  .topContainer .mainContainer header .kenchanSauce h1 {
    font-size: 13vw;
  }
}

.topContainer .mainContainer header .kenchanSauce__travelToTheWorld {
  position: absolute;
  top: 72%;
  width: 100%;
  padding-bottom: 40.5%;
}

.topContainer .mainContainer header .kenchanSauce__travelToTheWorld p {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #69C6F2;
  font-size: 45px;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  .topContainer .mainContainer header .kenchanSauce__travelToTheWorld p {
    font-size: 4vw;
  }
}

.topContainer .mainContainer header .kenchanSauce__travelToTheWorld img {
  position: absolute;
  width: 74.6%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.topContainer .mainContainer .story {
  background-color: #DD0011;
  padding: 0 8% 8% 8%;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .story {
    text-align: center;
  }
}

.topContainer .mainContainer .story h2 {
  text-align: center;
  padding: 10% 0 8% 0;
  font-size: 60px;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  .topContainer .mainContainer .story h2 {
    font-size: 8vw;
  }
}

.topContainer .mainContainer .story h3 {
  padding-top: 4%;
}

.topContainer .mainContainer .story h3:last-of-type {
  text-align: center;
  padding: 30px 0;
}

.topContainer .mainContainer .story h3:last-of-type + p {
  padding: 0;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .story h3 {
    line-height: 1.9;
    font-size: 29px;
  }
}

@media screen and (max-width: 1000px) {
  .topContainer .mainContainer .story h3 {
    font-size: 2.9vw;
  }
}

@media screen and (max-width: 678px) {
  .topContainer .mainContainer .story h3 {
    line-height: 1.7;
    font-size: 22px;
  }
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .story h3 span:after {
    display: block;
    content: '';
  }
}

.topContainer .mainContainer .story p {
  font-weight: bold;
  padding-top: 3%;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  .topContainer .mainContainer .story p {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 678px) {
  .topContainer .mainContainer .story p {
    font-size: 16px;
    line-height: 1.5;
  }
  .topContainer .mainContainer .story p:nth-of-type(1), .topContainer .mainContainer .story p:nth-of-type(2) {
    line-height: 2;
  }
  .topContainer .mainContainer .story p:nth-of-type(3), .topContainer .mainContainer .story p:nth-of-type(6), .topContainer .mainContainer .story p:nth-of-type(7) {
    font-size: 22px;
  }
}

.topContainer .mainContainer .story p.english {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo,Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .story p span:after {
    content: '';
    display: block;
  }
}

.topContainer .mainContainer .product {
  background-color: #F4CFA5;
  padding: 0 4.5% 8% 4.5%;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.topContainer .mainContainer .product h2 {
  width: 100%;
  text-align: center;
  padding: 10% 0;
  font-size: 60px;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  .topContainer .mainContainer .product h2 {
    font-size: 8vw;
  }
}

.topContainer .mainContainer .product img {
  width: 30%;
  display: block;
}

@media screen and (max-width: 678px) {
  .topContainer .mainContainer .product img {
    margin: 0 auto;
    padding-bottom: 15%;
  }
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .product__inner {
    width: 55%;
  }
}

@media screen and (min-width: 679px) and (max-width: 1000px) {
  .topContainer .mainContainer .product__inner {
    width: 55%;
  }
}

.topContainer .mainContainer .product__inner dl:first-of-type dt:last-of-type {
  padding: 2% 0;
  margin-bottom: 6px;
}

.topContainer .mainContainer .product__inner dl:first-of-type dd:last-of-type {
  padding: 2% 0;
  margin-bottom: 6px;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .product__inner dl:first-of-type dd:last-of-type {
    padding: 2% 0 2% 4px;
  }
}

.topContainer .mainContainer .product__inner dl:nth-of-type(2) {
  font-family: sans-serif;
  font-weight: normal;
  overflow: hidden;
}

@media screen and (min-width: 679px) and (max-width: 1000px) {
  .topContainer .mainContainer .product__inner dl:nth-of-type(2) {
    width: 85%;
    margin-bottom: 4px;
  }
}

.topContainer .mainContainer .product__inner dl:nth-of-type(2) dt {
  width: 30%;
  float: left;
  clear: none;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .product__inner dl:nth-of-type(2) dt {
    width: 20%;
  }
}

@media screen and (min-width: 679px) and (max-width: 1000px) {
  .topContainer .mainContainer .product__inner dl:nth-of-type(2) dt {
    width: 24%;
  }
}

@media screen and (min-width: 401px) and (max-width: 678px) {
  .topContainer .mainContainer .product__inner dl:nth-of-type(2) dt {
    width: 29%;
  }
  .topContainer .mainContainer .product__inner dl:nth-of-type(2) dt:nth-of-type(2n) {
    width: 25%;
  }
}

.topContainer .mainContainer .product__inner dl:nth-of-type(2) dd {
  width: 20%;
  float: left;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .product__inner dl:nth-of-type(2) dd:nth-of-type(2n) {
    width: 30%;
  }
}

@media screen and (min-width: 679px) and (max-width: 1000px) {
  .topContainer .mainContainer .product__inner dl:nth-of-type(2) dd {
    width: 20%;
  }
}

@media screen and (min-width: 401px) and (max-width: 678px) {
  .topContainer .mainContainer .product__inner dl:nth-of-type(2) dd {
    width: 20%;
  }
}

@media screen and (min-width: 679px) and (max-width: 1000px) {
  .topContainer .mainContainer .product__inner dl {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 401px) and (max-width: 678px) {
  .topContainer .mainContainer .product__inner dl {
    width: 80%;
    margin: 0 auto;
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 400px) {
  .topContainer .mainContainer .product__inner dl {
    font-size: 4vw;
  }
}

.topContainer .mainContainer .product__inner dl dt {
  width: 30%;
  margin-bottom: 4px;
  line-height: 1.5;
  float: left;
  clear: both;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .product__inner dl dt {
    width: 20%;
  }
}

@media screen and (min-width: 679px) and (max-width: 1000px) {
  .topContainer .mainContainer .product__inner dl dt {
    width: 20%;
  }
}

@media screen and (min-width: 401px) and (max-width: 678px) {
  .topContainer .mainContainer .product__inner dl dt {
    width: 28.6%;
  }
}

.topContainer .mainContainer .product__inner dl dd {
  width: 70%;
  margin-bottom: 4px;
  line-height: 1.5;
  float: left;
  font-family: sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .product__inner dl dd {
    padding-left: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.topContainer .mainContainer .product__inner dl + h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  margin-bottom: 4px;
  font-family: sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .product__inner dl + h3 {
    font-size: 16px;
  }
}

.topContainer .mainContainer .product__inner dl + h3 span {
  display: block;
}

.topContainer .mainContainer .product__inner dl + h3 span:first-of-type {
  font-weight: bold;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .product__inner dl + h3 span:first-of-type {
    width: 20%;
  }
}

.topContainer .mainContainer .product__inner dl + h3 span:last-of-type {
  font-family: sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 679px) and (max-width: 1000px) {
  .topContainer .mainContainer .product__inner dl + h3 {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 401px) and (max-width: 678px) {
  .topContainer .mainContainer .product__inner dl + h3 {
    font-size: 2.6vw;
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 400px) {
  .topContainer .mainContainer .product__inner dl + h3 {
    font-size: 4.3vw;
  }
}

.topContainer .mainContainer .product__inner dl.english {
  overflow: hidden;
  overflow-wrap: break-word;
}

.topContainer .mainContainer .product__inner dl.english dt {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 400px) {
  .topContainer .mainContainer .product__inner dl.english dt {
    word-break: break-all;
  }
}

.topContainer .mainContainer .product__inner dl.english dd {
  width: 70%;
  margin-bottom: 10px;
}

.topContainer .mainContainer .product__inner dl.english:nth-of-type(3) {
  margin-top: 160px;
}

.topContainer .mainContainer .product__inner dl.english:nth-of-type(3) > h3 {
  margin-bottom: 20px;
}

.topContainer .mainContainer .product__inner dl.english:nth-of-type(4) dt {
  width: 25%;
  float: left;
  clear: none;
  font-family: sans-serif;
  font-weight: normal;
}

.topContainer .mainContainer .product__inner dl.english:nth-of-type(4) dt:nth-of-type(2n) {
  width: 30%;
  line-height: 1;
}

.topContainer .mainContainer .product__inner dl.english:nth-of-type(4) dt:last-of-type {
  line-height: 1;
}

.topContainer .mainContainer .product__inner dl.english:nth-of-type(4) dd {
  width: 20%;
  padding-left: 6px;
  float: left;
}

.topContainer .mainContainer .product__inner dl.english + h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-top: 0;
  font-family: sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .product__inner dl.english + h4 {
    font-size: 16px;
  }
}

.topContainer .mainContainer .product__inner dl.english + h4 span {
  display: block;
}

.topContainer .mainContainer .product__inner dl.english + h4 span:first-of-type {
  font-weight: bold;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .product__inner dl.english + h4 span:first-of-type {
    width: 35%;
  }
}

@media screen and (max-width: 678px) {
  .topContainer .mainContainer .product__inner dl.english + h4 span:first-of-type {
    width: 40%;
  }
}

.topContainer .mainContainer .product__inner dl.english + h4 span:last-of-type {
  font-family: sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 679px) and (max-width: 1000px) {
  .topContainer .mainContainer .product__inner dl.english + h4 {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 401px) and (max-width: 678px) {
  .topContainer .mainContainer .product__inner dl.english + h4 {
    font-size: 2.6vw;
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 400px) {
  .topContainer .mainContainer .product__inner dl.english + h4 {
    font-size: 4.3vw;
  }
}

.topContainer .mainContainer .movie {
  background-color: #DD0011;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .movie {
    margin-bottom: 156px;
  }
}

@media screen and (max-width: 678px) {
  .topContainer .mainContainer .movie {
    margin-bottom: 60px;
  }
}

.topContainer .mainContainer .movie:after {
  display: block;
  content: '';
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .movie:after {
    padding-bottom: 70.1%;
  }
}

@media screen and (max-width: 1000px) {
  .topContainer .mainContainer .movie:after {
    padding-bottom: 72.1%;
  }
}

@media screen and (max-width: 678px) {
  .topContainer .mainContainer .movie:after {
    padding-bottom: 79.1%;
  }
}

.topContainer .mainContainer .movie__inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.topContainer .mainContainer .movie__inner:after {
  display: block;
  content: '';
  padding-bottom: 56.25%;
}

.topContainer .mainContainer .movie__inner:focus {
  outline: none;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .movie__inner {
    top: 68.6%;
    width: calc(100% - 21.6%);
  }
}

@media screen and (max-width: 1000px) {
  .topContainer .mainContainer .movie__inner {
    top: 69.5%;
  }
}

@media screen and (max-width: 678px) {
  .topContainer .mainContainer .movie__inner {
    width: calc(100% - 9.2%);
    top: 67%;
  }
}

.topContainer .mainContainer .movie__inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}

.topContainer .mainContainer .movie h2 {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 10% 0;
  font-size: 60px;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  .topContainer .mainContainer .movie h2 {
    font-size: 8vw;
  }
}

.topContainer .mainContainer .howToEat {
  font-size: 0;
}

.topContainer .mainContainer .howToEat img {
  max-width: 100%;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .howToEat img {
    display: none;
  }
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer .howToEat img.pc {
    display: inline;
  }
}

@media screen and (max-width: 678px) {
  .topContainer .mainContainer .howToEat img.pc {
    display: none;
  }
}

.topContainer .mainContainer footer {
  background-color: #DD0011;
  padding-top: 21%;
}

.topContainer .mainContainer footer .PlayTheEarth {
  background-color: #F4CFA5;
  position: relative;
}

.topContainer .mainContainer footer .PlayTheEarth__inner {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -17%;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer footer .PlayTheEarth__inner {
    top: -40%;
  }
}

.topContainer .mainContainer footer .PlayTheEarth__inner p {
  color: white;
  line-height: 2.0;
  font-size: 30px;
}

@media screen and (max-width: 1000px) {
  .topContainer .mainContainer footer .PlayTheEarth__inner p {
    font-size: 3vw;
  }
}

.topContainer .mainContainer footer .PlayTheEarth__inner h2 {
  font-size: 110px;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  .topContainer .mainContainer footer .PlayTheEarth__inner h2 {
    font-size: 10vw;
  }
}

.topContainer .mainContainer footer .PlayTheEarth__inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3% 2% 1% 2%;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer footer .PlayTheEarth__inner2 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 3% 5% 1% 5%;
  }
}

.topContainer .mainContainer footer .PlayTheEarth__inner2 img {
  width: 49%;
  height: auto;
  display: block;
  padding-bottom: 2%;
}

@media screen and (min-width: 679px) {
  .topContainer .mainContainer footer .PlayTheEarth__inner2 img {
    width: 31.5%;
  }
}

.topContainer .mainContainer footer .PlayTheEarth + p {
  text-align: center;
  line-height: 3;
}

@media screen and (max-width: 1000px) {
  .topContainer .mainContainer footer .PlayTheEarth + p {
    font-size: 3vw;
  }
}
/*# sourceMappingURL=style.css.map */