﻿@charset "utf-8";
/**********************************
 *
 * ■KEYVISUAL
 *
 **********************************/
#wrapperKey {
  position: relative;
}

#keyvisual {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  padding: 0 0 90px 0;
  background-color: #eba803;
  z-index: 0;
}

#keyvisual h1 {
  max-width: 598px;
  margin: 0 auto;
  min-height: 628px;
}

#keyvisual h1 img {
  display: none;
}

.top-meals {
  position: relative;
  width: 100%;
  z-index: 1;
}

.top-meals figure {
  position: absolute;
  width: 8%;
}

.top-meals figure:first-child {
  left: 3%;
  width: 13%;
  max-width: 165px;
}

.top-meals figure:nth-child(2) {
  top: 110px;
  left: 17%;
  max-width: 107px;
}

.top-meals figure:nth-child(3) {
  left: 23%;
  max-width: 105px;
}

.top-meals figure:nth-child(4) {
  right: 22%;
  max-width: 101px;
}

.top-meals figure:nth-child(5) {
  top: 80px;
  right: 14%;
  width: 9%;
  max-width: 111px;
}

.top-meals figure:nth-child(6) {
  right: 3%;
  width: 12%;
  max-width: 148px;
}

.top-ppl {
  position: absolute;
  top: 25%;
  width: 100%;
}

.top-ppl figure:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 19%;
  max-width: 250px;
}

.top-ppl figure:nth-child(2) {
  position: absolute;
  top: 130px;
  left: 17%;
  width: 19%;
  max-width: 254px;
}

.top-ppl figure:nth-child(3) {
  position: absolute;
  top: 170px;
  right: 18%;
  width: 13%;
  max-width: 201px;
}

.top-ppl figure:last-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
  max-width: 301px;
}

/**********************************
 *
 * 動画
 *
 **********************************/
#movie,
#playMovie {
  position: fixed;
  z-index: 200;
}

#movie {
  top: 7%;
  left: 50%;
  width: 90%;
  height: 90%;
  margin-left: -45%;
}

#playMovie {
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

#playMovie i {
  position: absolute;
  right: -35px;
  top: -30px;
  cursor: pointer;
}

#playMovie i img {
  width: 30px;
}

/**********************************
 *
 * ■SEC01 (WRAP THE WORLD)
 *
 **********************************/

#video {
  position: relative;
  top: -195px;
  width: 63%;
  max-width: 788px;
  margin: 0 auto 30px;
  z-index: 1;
}

#video .ttl-video {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1.2px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-image: url(/kikkoman/temaki/img/fukidashi.png);
  background-size: 71%;
  background-position: top 100% left 50%;
  background-repeat: no-repeat;
  padding: 40px 0px;
  position: absolute;
  top: -65px;
}

#video .playBtn {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  width: 13%;
  margin: auto;
  cursor: pointer;
}

#video .playBtn img {
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes zoom {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes zoom {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

#wrapperAll #sec01 {
  padding: 250px 0 85px 0;
  -webkit-clip-path: polygon(50% 0%, 100% 2%, 100% 100%, 0 100%, 0% 2%);
  clip-path: polygon(50% 0%, 100% 5%, 100% 100%, 0 100%, 0% 5%);
  background: -webkit-linear-gradient(
    135deg,
    rgba(241, 233, 226, 0) 25%,
    rgba(241, 233, 226, 1) 25%,
    rgba(241, 233, 226, 1) 50%,
    rgba(241, 233, 226, 0) 50%,
    rgba(241, 233, 226, 0) 75%,
    rgba(241, 233, 226, 1) 75%,
    rgba(241, 233, 226, 1)
  );
  background: -o-linear-gradient(
    135deg,
    rgba(241, 233, 226, 0) 25%,
    rgba(241, 233, 226, 1) 25%,
    rgba(241, 233, 226, 1) 50%,
    rgba(241, 233, 226, 0) 50%,
    rgba(241, 233, 226, 0) 75%,
    rgba(241, 233, 226, 1) 75%,
    rgba(241, 233, 226, 1)
  );
  background: linear-gradient(
    -45deg,
    rgba(241, 233, 226, 0) 25%,
    rgba(241, 233, 226, 1) 25%,
    rgba(241, 233, 226, 1) 50%,
    rgba(241, 233, 226, 0) 50%,
    rgba(241, 233, 226, 0) 75%,
    rgba(241, 233, 226, 1) 75%,
    rgba(241, 233, 226, 1)
  );
  background-size: 12px 12px;
  background-color: #fff;
  margin-top: -425px;
}

#sec01 .txt-temaki {
  display: inline-block;
  width: 123px;
  margin: 0 5px -3px -3px;
}

.wrapper-bg {
  position: relative;
}

.wrapper-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  -webkit-clip-path: polygon(50% 0%, 100% 45%, 100% 100%, 0 100%, 0 45%);
  clip-path: polygon(50% 0%, 100% 45%, 100% 100%, 0 100%, 0 45%);
  background: -webkit-linear-gradient(
    135deg,
    rgba(241, 233, 226, 0) 25%,
    rgba(241, 233, 226, 0.1) 25%,
    rgba(241, 233, 226, 0.1) 50%,
    rgba(241, 233, 226, 0) 50%,
    rgba(241, 233, 226, 0) 75%,
    rgba(241, 233, 226, 0.1) 75%,
    rgba(241, 233, 226, 0.1)
  );
  background: -o-linear-gradient(
    135deg,
    rgba(241, 233, 226, 0) 25%,
    rgba(241, 233, 226, 0.1) 25%,
    rgba(241, 233, 226, 0.1) 50%,
    rgba(241, 233, 226, 0) 50%,
    rgba(241, 233, 226, 0) 75%,
    rgba(241, 233, 226, 0.1) 75%,
    rgba(241, 233, 226, 0.1)
  );
  background: linear-gradient(
    -45deg,
    rgba(241, 233, 226, 0) 25%,
    rgba(241, 233, 226, 0.1) 25%,
    rgba(241, 233, 226, 0.1) 50%,
    rgba(241, 233, 226, 0) 50%,
    rgba(241, 233, 226, 0) 75%,
    rgba(241, 233, 226, 0.1) 75%,
    rgba(241, 233, 226, 0.1)
  );
  background-size: 12px 12px;
  left: 0;
  top: -135px;
}

#wrapperAll #sec01 .container {
  padding: 110px 90px 60px;
  background-image: url(/kikkoman/temaki/img/big_temaki.png);
  background-position: top 30% right 5%;
  background-size: 20%;
  background-repeat: no-repeat;
  margin-top: -5%;
}

#sec01 .container h2 {
  width: 53%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -5%;
}

#sec01 .container p {
  margin: 0 0 30px 0;
  text-align: left;
}

#sec01 .project {
  position: relative;
  margin-top: 40px;
}

#sec01 .project .project-wrapper {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 90px 60px 30px;
  width: 100%;
  margin-top: -45px;
}

#sec01 .project h2 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.6px;
  color: #42210b;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  display: inline-block;
  padding: 20px 60px;
}

#sec01 .project h2 .txt-temaki {
  width: 165px;
  margin-right: 15px;
}

#sec01 .project .project-wrapper p {
  font-size: 55px;
  letter-spacing: 13.2px;
  line-height: 1.3;
}

#sec01 .project .project-wrapper p i {
  padding: 0 10px 0 30px;
}

#sec01 .project .project-wrapper p b {
  font-size: 67px;
  letter-spacing: 15px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#sec01 .project .project-wrapper p b sup {
  margin-left: -5px;
}

#sec01 .project .project-wrapper span:first-of-type {
  width: 25%;
  display: inline-block;
}

#sec01 .project .project-wrapper span:nth-of-type(2) {
  width: 27%;
  display: inline-block;
  margin-bottom: -10px;
}

#sec01 .project .detail-btn {
  width: 22%;
  margin: 30px auto 0;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

#sec01 .project .detail-btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/**********************************
 *
 * ■SEC02 (WHAT'S TEMAKI)
 *
 **********************************/
#wrapperAll #sec02 {
  background: #eae0d4;
}

#wrapperAll #sec02 .container {
  margin: 60px 0 0 0;
  padding: 130px 50px 60px;
  border-radius: 80px 80px 50% 50%/80px 80px 40% 40%;
  background-image: url(/kikkoman/temaki/img/mini_makizushi.png),
    url(/kikkoman/temaki/img/mini_harumaki.png),
    url(/kikkoman/temaki/img/mini_namaharumaki.png),
    url(/kikkoman/temaki/img/mini_bougyoza.png),
    url(/kikkoman/temaki/img/mini_roll.png);
  background-position: 57% 2%, 67% 2%, 77% 2%, 87% 2%, 97% 2%;
  background-size: 8%;
  background-repeat: no-repeat;
}

#sec02 .container h2 {
  width: 40%;
  position: absolute;
  top: 0;
  left: 6%;
  margin-top: -6.5%;
}

#sec02 .recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 100px 0;
  padding: 70px 45px 110px;
  background-image: url(/kikkoman/temaki/img/and.png);
  background-position: 42% 50%;
  background-size: 4%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 60px;
}

#sec02 .recipe h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-top: -115px;
  font-size: 45px;
  line-height: 1.21;
  letter-spacing: 2.7px;
}

#sec02 .recipe h3 span {
  display: inline-block;
  width: 265px;
  margin: 0 15px;
}

#sec02 .recipe p {
  font-size: 40px;
  line-height: 1.65;
  text-align: left;
}

#sec02 .recipe p .orange {
  color: #eba803;
}

#sec02 .recipe p:first-of-type .orange {
  background-image: url(/kikkoman/temaki/img/line_1.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
}

#sec02 .recipe p:nth-of-type(2n) .orange {
  background-image: url(/kikkoman/temaki/img/line_2.png),
    url(/kikkoman/temaki/img/attention.png);
  background-position: 0% 95%, right 0% top 10%;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-right: 20px;
}

#sec02 .recipe p:nth-of-type(2n) img {
  width: 8%;
  display: inline-block;
  margin: -10px 7px 0;
}

#sec02 .food-figures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -190px auto 0;
  padding: 0 60px;
}

#sec02 .message {
  position: relative;
  padding: 10px 0 0 0;
}

#sec02 .message b {
  font-size: 60px;
}

#sec02 .message b span {
  display: inline-block;
  width: 25%;
  margin: 0 20px;
}

#sec02 .message p {
  background-image: url(/kikkoman/temaki/img/line_3.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: 0 50px;
  font-size: 60px;
}

#sec02 .message p span {
  font-size: 40px;
}

#sec02 .message .three-bg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}

#sec02 .message .bg1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 60px 0;
  background-image: url(/kikkoman/temaki/img/mini_woman_2.png),
    url(/kikkoman/temaki/img/mini_man.png);
  background-position: 28% 50%, 72% 50%;
  background-size: 5% auto, 7% auto;
  background-repeat: no-repeat;
}

#sec02 .message .bg2 {
  padding: 40px 0 40px 80px;
  background-image: url(/kikkoman/temaki/img/mini_girl.png);
  background-position: 0% 50%;
  background-size: 15% auto;
  background-repeat: no-repeat;
}

#sec02 .message .bg3 {
  padding: 40px 80px 40px 0;
  background-image: url(/kikkoman/temaki/img/mini_yakinikuma.png);
  background-position: right 0% top 50%;
  background-size: 18% auto;
  background-repeat: no-repeat;
}

#sec02 .message figure {
  width: 25%;
  margin: 30px auto;
}

#sec02 .suzunari-link {
  width: 100%;
  height: 470px;
  background-image: url(/kikkoman/temaki/img/murata_bunner_pc.png);
  background-position: right 0% top 0%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 20px;
}

#sec02 .suzunari-link p {
  text-align: left;
  position: absolute;
  top: 265px;
  left: 200px;
}

#sec02 .suzunari-link a {
  position: absolute;
  top: 350px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#sec02 .suzunari-link a img {
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

#sec02 .suzunari-link a img:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/**********************************
 *
 * ■sec03 (TEMAKI RECIPE)
 *
 **********************************/
#wrapperAll #sec03 {
  background: -webkit-linear-gradient(
    135deg,
    rgba(241, 233, 226, 0) 25%,
    rgba(241, 233, 226, 1) 25%,
    rgba(241, 233, 226, 1) 50%,
    rgba(241, 233, 226, 0) 50%,
    rgba(241, 233, 226, 0) 75%,
    rgba(241, 233, 226, 1) 75%,
    rgba(241, 233, 226, 1)
  );
  background: -o-linear-gradient(
    135deg,
    rgba(241, 233, 226, 0) 25%,
    rgba(241, 233, 226, 1) 25%,
    rgba(241, 233, 226, 1) 50%,
    rgba(241, 233, 226, 0) 50%,
    rgba(241, 233, 226, 0) 75%,
    rgba(241, 233, 226, 1) 75%,
    rgba(241, 233, 226, 1)
  );
  background: linear-gradient(
    -45deg,
    rgba(241, 233, 226, 0) 25%,
    rgba(241, 233, 226, 1) 25%,
    rgba(241, 233, 226, 1) 50%,
    rgba(241, 233, 226, 0) 50%,
    rgba(241, 233, 226, 0) 75%,
    rgba(241, 233, 226, 1) 75%,
    rgba(241, 233, 226, 1)
  );
  background-size: 12px 12px;
}

#wrapperAll #sec03 .container {
  width: 95%;
  padding: 75px 150px 110px;
  border-radius: 80px;
}

#sec03 h2 {
  width: 65%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -4.2%;
}

#sec03 h3 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sec03 h3 span {
  display: inline-block;
  width: 25%;
  margin: 0 20px;
}

#sec03 h3:nth-of-type(2) span {
  width: 35%;
}

#sec03 h3:nth-of-type(3) span {
  width: 17%;
}

#sec03 h3:nth-of-type(4) span {
  width: 23%;
}

#sec03 h3:nth-of-type(5) span {
  width: 24%;
}

#sec03 .recipe-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sec03 .recipe-box ul {
  width: 44%;
}

#sec03 .recipe-box ul li:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  height: 80px;
}

#sec03 .recipe-box ul li:last-child {
  width: 72%;
  margin: 0 auto;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

#sec03 .recipe-box ul li:last-child:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#sec03 ul:last-child h4 {
  font-size: 90%;
}

#sec03 .other-recipe-btn {
  width: 80%;
  margin: 0 auto;
  margin-top: 70px;
}

/**********************************
 *
 * ■sec04 (PRODUCTS)
 *
 **********************************/
#sec04 {
  padding: 50px 0;
  background: #ffffff;
}

#sec04 ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1080px;
  margin: 0 auto;
}

#sec04 ul li {
  width: 300px;
  margin: 30px;
}

#sec04 ul li a img {
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

#sec04 ul li a img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#sec04 .see-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}

#sec04 .photo-frame-banner h5,
#sec04 .see-post h5 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 30px;
  letter-spacing: 7.8px;
}

#sec04 .photo-frame-banner h5 span,
#sec04 .see-post h5 span {
  width: 160px;
  display: inline-block;
  margin: 10px 20px -5px;
}

#sec04 .photo-frame-banner {
  margin: 50px 0 60px;
}

#sec04 .photo-frame-banner .photo-frame-btn {
  width: 59%;
  margin: 30px auto;
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

#sec04 .photo-frame-banner .photo-frame-btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#sec04 .see-post figure {
  margin: 30px 25px 10px;
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

#sec04 .see-post figure:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#lang-btn {
  position: relative;
  background-image: url(/kikkoman/temaki/img/tagengo.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 43%;
  margin: 0 auto;
  margin-bottom: 150px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}

#lang-btn span {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4.2px;
  margin: 0 30px;
  color: #ffffff;
}

#lang-btn .current {
  opacity: 0.5;
}

#lang-btn span a {
  color: #ffffff;
}

/**********************************
* ■ENGLISH
**********************************/
.en-top #sec01 .txt-temaki {
  margin: 0 5px -3px 3px;
}

.en-top #sec02 .recipe {
  background-position: 50% 50%;
}

.en-top #sec02 .recipe p {
  font-size: 37px;
  line-height: 1.9;
}

.en-top #sec02 .recipe p:first-of-type .orange {
  background-size: 100%;
}

.en-top #sec02 .message p {
  position: relative;
  padding: 0 50px;
  font-size: 30px;
  z-index: 1;
  background-image: url(/kikkoman/temaki/img/quotation.png);
  background-position: 50% 20%;
  background-size: 95%;
  background-repeat: no-repeat;
}

.en-top #sec02 .message p:after {
  content: "";
  display: block;
  background: #eae0d4;
  width: 80%;
  height: 20px;
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.en-top #sec02 .message p span {
  font-size: 50px;
}

.en-top #sec02 .message .bg1 {
  padding: 50px 0;
  background-position: 21% 50%, 80% 50%;
}

.en-top #sec02 .message .bg1 p {
  background-size: 40%;
}

.en-top #sec02 .message .bg1 p:after {
  width: 33%;
}

.en-top #sec02 .message .bg2 {
  padding: 40px 0 40px 60px;
  background-position: 0% 50%;
}

.en-top #sec02 .message .bg3 {
  background-size: 15% auto;
}

.en-top #sec03 h3:nth-of-type(5) span {
  width: 25%;
}

.en-top #sec03 h3:nth-of-type(3) span {
  width: 23%;
}

.en-top #sec03 h3:nth-of-type(4) span {
  width: 24%;
}

/**********************************
* ■TRADITIONAL CHINESE & SIMPLIFIED CHINESE COMMON
**********************************/
.ch-top-common #sec02 .recipe {
  padding: 70px 70px 110px;
  background-position: 48% 50%;
}

.ch-top-common #sec02 .recipe p {
  font-size: 40px;
  line-height: 1.65;
}

.ch-top-common #sec02 .recipe p:nth-of-type(2n) img {
  width: 10%;
  margin: 0px 15px 0;
}

.ch-top-common #sec02 .message p {
  background-image: url(/kikkoman/temaki/img/line_3.png);
  background-position: 50% 100%;
  padding: 0 70px;
  font-size: 40px;
}

.ch-top-common #sec02 .message p span {
  font-size: 60px;
}

.ch-top-common #sec02 .message .bg1 {
  background-position: 28% 50%, 72% 50%;
}

.ch-top-common #sec02 .message .bg2 {
  padding: 40px 0 40px 80px;
  background-size: 13% auto;
}

.ch-top-common #sec02 .message .bg3 {
  background-size: 18% auto;
}

/**********************************
* ■TRADITIONAL CHINESE
**********************************/
#wrapperAll.chtra-top {
  font-family: "Microsoft JhengHei", "微軟正黑體", "PMingLiU", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.56;
  letter-spacing: 0.4px;
}

/**********************************
* ■SIMPLIFIED CHINESE
**********************************/
#wrapperAll.chsim-top {
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.56;
  letter-spacing: 0.4px;
}

@media screen and (min-width: 768px) and (max-width: 1149px) {
  /**********************************
    *
    * ■KEYVISUAL
    *
    **********************************/
  #keyvisual {
    padding: 0 0 37.333vw 0;
  }

  .top-meals figure {
    width: 14%;
  }

  .top-meals figure:first-child {
    display: none;
  }

  .top-meals figure:nth-child(2) {
    top: 110px;
    left: -4%;
  }

  .top-meals figure:nth-child(3) {
    left: 4%;
  }

  .top-meals figure:nth-child(4) {
    right: 4%;
    width: 14%;
  }

  .top-meals figure:nth-child(5) {
    top: 110px;
    right: -5%;
    width: 14%;
  }

  .top-meals figure:nth-child(6) {
    display: none;
  }

  .top-ppl figure:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 28%;
  }

  .top-ppl figure:nth-child(2) {
    position: absolute;
    top: 46px;
    left: 26%;
    width: 25%;
  }

  .top-ppl figure:nth-child(3) {
    position: absolute;
    top: 65px;
    right: 27%;
    width: 20%;
  }

  .top-ppl figure:last-child {
    position: absolute;
    top: 14px;
    right: 0;
    width: 30%;
  }

  .top-ppl {
    top: 45%;
  }

  /**********************************
    *
    * ■SEC01 (WRAP THE WORLD)
    *
    **********************************/
  #video {
    top: -25vw;
    width: 80%;
  }

  #video .ttl-video {
    font-size: 4vw;
    font-weight: 900;
    letter-spacing: 0.6px;
    background-size: 90%;
    background-position: top 100% left 50%;
    padding: 5vw 0;
    top: -8vw;
  }

  #wrapperAll #sec01 {
    padding: 20% 0 38px 0;
    background-size: 6px 6px;
    margin-top: -45vw;
  }

  .wrapper-bg::before {
    background-size: 6px 6px;
    top: -17vw;
  }

  #wrapperAll #sec01 .container {
    padding: 100px 28px 10px;
    background-position: top 62% right 2%;
    background-size: 21%;
  }

  #sec01 .container h2 {
    width: 95%;
    margin-top: -10%;
  }

  #sec01 .container p {
    margin: 0 0 20px 0;
  }

  #sec01 .project {
    margin-top: 8vw;
  }

  #sec01 .project .project-wrapper {
    border-radius: 30px;
    padding: 14vw 1vw 5vw;
    min-height: auto;
    margin-top: -9vw;
  }

  #sec01 .project h2 {
    font-size: 4vw;
    border-radius: 13vw;
    padding: 2.6vw 13vw;
  }

  #sec01 .project h2 .txt-temaki {
    width: 22vw;
    margin: 0 5px -3px -3px;
  }

  #sec01 .project .project-wrapper p {
    font-size: 6.4vw;
    letter-spacing: 6px;
  }

  #sec01 .project .project-wrapper p i {
    padding: 0 2vw 0 5vw;
  }

  #sec01 .project .project-wrapper p b {
    font-size: 7vw;
    letter-spacing: 7px;
  }

  #sec01 .project .project-wrapper span:first-of-type {
    width: 35%;
  }

  #sec01 .project .project-wrapper span:nth-of-type(2) {
    width: 35%;
    display: inline-block;
    margin-bottom: -1vw;
  }

  #sec01 .project .detail-btn {
    width: 35%;
    margin: 4vw auto 0;
  }

  /**********************************
    *
    * ■SEC02 (WHAT'S TEMAKI)
    *
    **********************************/
  #wrapperAll #sec02 .container {
    padding: 32% 3% 10%;
    border-radius: 25px 25px 50% 50%/40px 40px 15% 15%;
    background-position: 10% 7%, 30% 7%, 50% 7%, 70% 7%, 90% 7%;
    background-size: 14%;
  }

  #sec02 .container h2 {
    width: 40%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -8%;
  }

  #sec02 .recipe {
    margin: 30px 0;
    padding: 18% 6% 0px;
    background-image: none;
    border-radius: 30px;
  }

  #sec02 .recipe h3 {
    margin-top: -25%;
    font-size: 5.8666vw;
  }

  #sec02 .recipe p {
    font-size: 4.5333vw;
    line-height: 1.43;
  }

  #sec02 .recipe p:first-of-type {
    padding-right: 49%;
    padding-bottom: 30px;
    background-image: url(/kikkoman/temaki/img/toruthiya.png),
      url(/kikkoman/temaki/img/harumaki_2.png),
      url(/kikkoman/temaki/img/temaki_2.png);
    background-size: 18%, 18%, 20%;
    background-position: right 18% top 60%, right 35% top 30%, right 0% top 10%;
    background-repeat: no-repeat;
  }

  #sec02 .recipe p:nth-of-type(2) {
    padding-left: 20%;
    padding-bottom: 30px;
    background-image: url(/kikkoman/temaki/img/retasu.png);
    background-size: 21%;
    background-position: left 0% top 0%;
    background-repeat: no-repeat;
  }

  #sec02 .recipe p:first-of-type .orange {
    background-size: 100%;
    word-break: keep-all;
  }

  #sec02 .recipe p:nth-of-type(2n) .orange {
    background-size: 100%, 5%;
    padding-top: 5px;
    padding-right: 8px;
  }

  #sec02 .recipe p:nth-of-type(2n) img {
    width: 10%;
  }

  #sec02 .food-figures {
    display: none;
  }

  #sec02 .message {
    position: relative;
    padding: 10px 0 0 0;
  }

  #sec02 .message b {
    font-size: 5.3vw;
  }

  #sec02 .message b span {
    width: 40%;
    margin: 0 5px;
  }

  #sec02 .message p {
    background-size: 45%;
    margin-right: -100px;
    padding-top: 10%;
    font-size: 7.5vw;
    word-break: keep-all;
  }

  #sec02 .message p span {
    font-size: 5vw;
  }

  #sec02 .message .three-bg-wrapper {
    display: block;
    padding: 0;
  }

  #sec02 .message .bg1 {
    padding: 0 0 10% 0;
    background-image: url(/kikkoman/temaki/img/mini_woman_2.png);
    background-position: 20% 50%;
    background-size: 10% auto;
  }

  #sec02 .message .bg2 {
    margin-top: -80px;
    margin-right: 0;
    margin-left: -200px;
    padding: 0 0 10% 0;
    background-image: url(/kikkoman/temaki/img/mini_man.png);
    background-position: right 7% top 50%;
    background-size: 12% auto;
    background-repeat: no-repeat;
  }

  #sec02 .message .bg3 {
    margin-top: -50px;
    padding: 0 0 10% 0;
    background-image: url(/kikkoman/temaki/img/mini_girl.png);
    background-position: 20% 50%;
    background-size: 12% auto;
  }

  #sec02 .message figure {
    width: 100%;
    margin: 0 0 0 15%;
    padding: 20px;
    background-image: url(/kikkoman/temaki/img/mini_yakinikuma.png);
    background-position: right 35% top 50%;
    background-size: 17% auto;
    background-repeat: no-repeat;
  }

  #sec02 .message figure img {
    width: 45%;
  }

  #sec02 .suzunari-link {
    height: 64vw;
    background-image: url(/kikkoman/temaki/img/murata_banner_sp.png);
    background-position: center center;
    margin-top: 20px;
  }

  #sec02 .suzunari-link p {
    top: 36vw;
    left: 9vw;
    font-size: 3vw;
  }

  #sec02 .suzunari-link a {
    top: 47vw;
    width: 33vw;
  }

  /**********************************
    *
    * ■sec03 (TEMAKI RECIPE)
    *
    **********************************/
  #wrapperAll #sec03 {
    background-size: 6px 6px;
  }

  #sec03 .inner {
    padding-top: 80px;
  }

  #wrapperAll #sec03 .container {
    padding: 60px 40px 90px;
  }

  #sec03 h2 {
    width: 80%;
  }

  #sec03 h2 + p {
    text-align: left;
  }

  #sec03 h3 {
    width: 100%;
    display: block;
  }

  #sec03 h3 span {
    width: 41%;
  }

  #sec03 h3:nth-of-type(2) span {
    width: 54%;
  }

  #sec03 h3:nth-of-type(3) span {
    width: 26%;
  }

  #sec03 h3:nth-of-type(4) span {
    width: 35%;
  }

  #sec03 h3:nth-of-type(5) span {
    width: 37%;
  }

  #sec03 .recipe-box ul {
    width: 45%;
  }

  #sec03 .recipe-box ul li:nth-of-type(2) {
    height: 110px;
  }

  #sec03 .recipe-box ul li:last-child {
    width: 90%;
  }

  #sec03 .other-recipe-btn {
    width: 100%;
    margin-top: 7vw;
  }

  /**********************************
    *
    * ■sec04 (PRODUCTS)
    *
    **********************************/
  #sec04 {
    padding: 30px 0;
    background-size: 6px 6px;
  }

  #sec04 ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    margin: 0 auto;
  }

  #sec04 ul li {
    width: 44%;
    margin: 2.5%;
  }

  #sec04 .see-post {
    margin-top: 6.6vw;
  }

  #sec04 .photo-frame-banner h5,
  #sec04 .see-post h5 {
    font-size: 4vw;
    letter-spacing: 3.8px;
  }

  #sec04 .photo-frame-banner h5 span,
  #sec04 .see-post h5 span {
    width: 24vw;
    margin: 1vw 2vw -1vw;
  }

  #sec04 .photo-frame-banner {
    margin: 6vw 0 7vw;
  }

  #sec04 .photo-frame-banner .photo-frame-btn {
    width: 95%;
    margin: 4vw auto;
  }

  #sec04 .see-post figure {
    margin: 4vw 2vw 0vw;
    width: 45%;
  }

  #lang-btn span {
    font-size: 2.5vw;
    letter-spacing: 2.1px;
    margin: 0 15px;
  }

  /**********************************
* ■ENGLISH
**********************************/
  .en-top #sec02 .recipe {
    padding: 18% 9% 0px;
  }

  .en-top #sec02 .recipe p {
    font-size: 4.5333vw;
    line-height: 1.43;
  }

  .en-top #sec02 .recipe h3 {
    margin-top: -27%;
  }

  .en-top #sec02 .recipe p:nth-of-type(2n) .orange {
    padding-right: 15px;
  }

  .en-top #sec02 .message p {
    background-size: 45%;
    margin-right: -120px;
    padding-top: 10%;
    font-size: 4.3vw;
    word-break: keep-all;
    background-position: 50% 62%;
  }

  .en-top #sec02 .message p:after {
    width: 43%;
    position: absolute;
    top: 85%;
  }

  .en-top #sec02 .message p span {
    font-size: 7vw;
  }

  .en-top #sec02 .message .bg1 {
    background-position: 15% 50%;
  }

  .en-top #sec02 .message .bg1 p {
    background-size: 56%;
  }

  .en-top #sec02 .message .bg1 p:after {
    width: 50%;
  }

  .en-top #sec02 .message .bg2 {
    background-position: right 2% top 50%;
    background-size: 11%;
    padding: 0 0 10% 0;
  }

  .en-top #sec02 .message .bg3 {
    background-position: 12% 50%;
    background-size: 11%;
  }

  .en-top #sec02 .message .bg3 p:after {
    width: 50%;
  }

  .en-top #sec02 .message .bg3 p {
    background-size: 55%;
  }

  .en-top #sec03 h3:nth-of-type(3) span {
    width: 35%;
  }

  .en-top #sec03 h3:nth-of-type(4) span {
    width: 37%;
  }

  /**********************************
* ■TRADITIONAL CHINESE & SIMPLIFIED CHINESE COMMON
**********************************/
  .ch-top-common #sec02 .container {
    padding: 32% 3% 10%;
    border-radius: 25px 25px 50% 50%/40px 40px 15% 15%;
    background-position: 10% 7%, 30% 7%, 50% 7%, 70% 7%, 90% 7%;
    background-size: 14%;
  }

  .ch-top-common #sec02 .container h2 {
    width: 40%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -8%;
  }

  .ch-top-common #sec02 .recipe {
    margin: 30px 0;
    padding: 10% 6% 0px;
    background-image: none;
    border-radius: 30px;
  }

  .ch-top-common #sec02 .recipe h3 {
    margin-top: -17%;
    font-size: 5.8666vw;
  }

  .ch-top-common #sec02 .recipe p {
    font-size: 4.5333vw;
    line-height: 1.43;
  }

  .ch-top-common #sec02 .recipe p:first-of-type {
    padding-right: 49%;
    padding-bottom: 30px;
    background-image: url(/kikkoman/temaki/img/toruthiya.png),
      url(/kikkoman/temaki/img/harumaki_2.png),
      url(/kikkoman/temaki/img/temaki_2.png);
    background-size: 18%, 18%, 20%;
    background-position: right 18% top 60%, right 35% top 30%, right 0% top 10%;
    background-repeat: no-repeat;
  }

  .ch-top-common #sec02 .recipe p:nth-of-type(2) {
    padding-left: 20%;
    padding-bottom: 30px;
    background-image: url(/kikkoman/temaki/img/retasu.png);
    background-size: 30%;
    background-position: left 0% top 0%;
    background-repeat: no-repeat;
  }

  .ch-top-common #sec02 .recipe p:first-of-type .orange {
    background-size: 100%;
    word-break: keep-all;
  }

  .ch-top-common #sec02 .recipe p:nth-of-type(2n) .orange {
    background-size: 100%, 5%;
    padding-top: 5px;
    padding-right: 8px;
  }

  .ch-top-common #sec02 .recipe p:nth-of-type(2n) img {
    width: 10%;
  }

  .ch-top-common #sec02 .food-figures {
    display: none;
  }

  .ch-top-common #sec02 .message {
    position: relative;
    padding: 10px 0 0 0;
  }

  .ch-top-common #sec02 .message b {
    font-size: 5.3vw;
  }

  .ch-top-common #sec02 .message b span {
    width: 40%;
    margin: 0 5px;
  }

  .ch-top-common #sec02 .message p {
    background-size: 45%;
    margin-right: -100px;
    padding-top: 10%;
    font-size: 5vw;
    word-break: keep-all;
  }

  .ch-top-common #sec02 .message p span {
    font-size: 7.5vw;
  }

  .ch-top-common #sec02 .message .three-bg-wrapper {
    display: block;
    padding: 0;
  }

  .ch-top-common #sec02 .message .bg1 {
    padding: 0 0 10% 0;
    background-image: url(/kikkoman/temaki/img/mini_woman_2.png);
    background-position: 20% 50%;
    background-size: 10% auto;
  }

  .ch-top-common #sec02 .message .bg2 {
    margin-top: -80px;
    margin-right: 0;
    margin-left: -200px;
    padding: 0 0 10% 0;
    background-image: url(/kikkoman/temaki/img/mini_man.png);
    background-position: right 7% top 50%;
    background-size: 12% auto;
    background-repeat: no-repeat;
  }

  .ch-top-common #sec02 .message .bg3 {
    margin-top: -50px;
    padding: 0 0 10% 0;
    background-image: url(/kikkoman/temaki/img/mini_girl.png);
    background-position: 20% 50%;
    background-size: 12% auto;
  }

  .ch-top-common #sec02 .message figure {
    width: 100%;
    margin: 0 0 0 15%;
    padding: 20px;
    background-image: url(/kikkoman/temaki/img/mini_yakinikuma.png);
    background-position: right 35% top 50%;
    background-size: 17% auto;
    background-repeat: no-repeat;
  }

  .ch-top-common #sec02 .message figure img {
    width: 45%;
  }

  /**********************************
* ■TRADITIONAL CHINESE
**********************************/
  #wrapperAll.chtra-top {
    width: 100%;
    min-width: 0px;
    font-size: 3.2vw;
    line-height: 1.59;
    letter-spacing: 0.25px;
  }

  /**********************************
* ■SIMPLIFIED CHINESE
**********************************/
  #wrapperAll.chsim-top {
    width: 100%;
    min-width: 0px;
    font-size: 3.2vw;
    line-height: 1.59;
    letter-spacing: 0.25px;
  }
}

@media screen and (max-width: 767px) {
  /**********************************
    *
    * ■KEYVISUAL
    *
    **********************************/
  #keyvisual {
    padding: 0 0 37.333vw 0;
  }

  #keyvisual h1 {
    width: 78%;
    min-height: 81.9vw;
  }

  .top-meals figure {
    width: 14%;
  }

  .top-meals figure:first-child {
    display: none;
  }

  .top-meals figure:nth-child(2) {
    top: 18vw;
    left: -4%;
  }

  .top-meals figure:nth-child(3) {
    left: 4%;
  }

  .top-meals figure:nth-child(4) {
    right: 4%;
    width: 14%;
  }

  .top-meals figure:nth-child(5) {
    top: 17vw;
    right: -5%;
    width: 14%;
  }

  .top-meals figure:nth-child(6) {
    display: none;
  }

  .top-ppl {
    top: 43%;
  }

  .top-ppl figure:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 28%;
  }

  .top-ppl figure:nth-child(2) {
    position: absolute;
    top: 46px;
    left: 26%;
    width: 25%;
  }

  .top-ppl figure:nth-child(3) {
    position: absolute;
    top: 65px;
    right: 27%;
    width: 20%;
  }

  .top-ppl figure:last-child {
    position: absolute;
    top: 14px;
    right: 0;
    width: 30%;
  }

  /**********************************
    *
    * 動画
    *
    **********************************/
  #movie {
    top: 50%;
    left: 50%;
    width: 320px;
    height: 180px;
    margin-left: -160px;
    margin-top: -90px;
  }

  #playMovie i {
    right: 0;
    top: -40px;
  }

  /**********************************
    *
    * ■SEC01 (WRAP THE WORLD)
    *
    **********************************/
  #video {
    top: -25vw;
    width: 80%;
  }

  #video .ttl-video {
    font-size: 4vw;
    font-weight: 900;
    letter-spacing: 0.6px;
    background-size: 90%;
    background-position: top 100% left 50%;
    padding: 5vw 0;
    top: -8vw;
  }

  #wrapperAll #sec01 {
    -webkit-clip-path: polygon(50% 0%, 100% 4%, 100% 100%, 0 100%, 0% 4%);
    clip-path: polygon(50% 0%, 100% 4%, 100% 100%, 0 100%, 0% 4%);
    padding: 20vw 0 10.1vw 0;
    background-size: 6px 6px;
    margin-top: -55.5vw;
  }

  .wrapper-bg::before {
    -webkit-clip-path: polygon(50% 20%, 100% 37%, 100% 100%, 0 100%, 0 37%);
    clip-path: polygon(50% 20%, 100% 37%, 100% 100%, 0 100%, 0 37%);
    background-size: 6px 6px;
    top: -26.666vw;
  }

  #wrapperAll #sec01 .container {
    padding: 13% 5% 5%;
    background-position: top 55% right 0%;
    background-size: 24%;
  }

  #sec01 .container h2 {
    width: 95%;
    margin-top: -10%;
  }

  #sec01 .container p {
    margin: 0 0 20px 0;
  }

  #sec01 .container p:last-child span {
    width: 20%;
    margin: 0 5px -1px 0px;
  }

  #sec01 .project {
    margin-top: 8vw;
  }

  #sec01 .project .project-wrapper {
    border-radius: 30px;
    padding: 14vw 1vw 5vw;
    min-height: auto;
    margin-top: -9vw;
  }

  #sec01 .project h2 {
    font-size: 4vw;
    border-radius: 13vw;
    padding: 2.6vw 13vw;
  }

  #sec01 .project h2 .txt-temaki {
    width: 22vw;
    margin: 0 1.5vw -0.1vw 0vw;
  }

  #sec01 .project .project-wrapper p {
    font-size: 6.4vw;
    letter-spacing: 6px;
  }

  #sec01 .project .project-wrapper p i {
    padding: 0 2vw 0 5vw;
  }

  #sec01 .project .project-wrapper p b {
    font-size: 7vw;
    letter-spacing: 1px;
  }

  #sec01 .project .project-wrapper span:first-of-type {
    width: 35%;
  }

  #sec01 .project .project-wrapper span:nth-of-type(2) {
    width: 35%;
    display: inline-block;
    margin-bottom: -1vw;
  }

  #sec01 .project .detail-btn {
    width: 35%;
    margin: 4vw auto 0;
  }

  /**********************************
    *
    * ■SEC02 (WHAT'S TEMAKI)
    *
    **********************************/
  #wrapperAll #sec02 .container {
    margin: 20px 0 0 0;
    padding: 35% 3% 10%;
    border-radius: 25px 25px 50% 50%/40px 40px 15% 15%;
    background-image: url(/kikkoman/temaki/img/mini_makizushi.png),
      url(/kikkoman/temaki/img/mini_harumaki.png),
      url(/kikkoman/temaki/img/mini_namaharumaki.png),
      url(/kikkoman/temaki/img/mini_bougyoza.png),
      url(/kikkoman/temaki/img/mini_roll.png);
    background-position: 10% 8%, 30% 8%, 50% 8%, 70% 8%, 90% 8%;
    background-size: 14%;
  }

  #sec02 .container h2 {
    width: 40%;
    min-width: 200px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -8%;
  }

  #sec02 .recipe {
    margin: 30px 0;
    padding: 20% 6% 0;
    background-image: none;
    border-radius: 30px;
  }

  #sec02 .recipe h3 {
    margin-top: -28%;
    font-size: 5.8666vw;
  }

  #sec02 .recipe h3 span {
    display: inline-block;
    width: 50%;
    margin: 0 15px -5px;
    padding-top: 5px;
  }

  #sec02 .recipe p {
    font-size: 4.5333vw;
    line-height: 1.43;
  }

  #sec02 .recipe p:first-of-type {
    padding-right: 49%;
    padding-bottom: 30px;
    background-image: url(/kikkoman/temaki/img/toruthiya.png),
      url(/kikkoman/temaki/img/harumaki_2.png),
      url(/kikkoman/temaki/img/temaki_2.png);
    background-size: 18%, 18%, 20%;
    background-position: right 18% top 60%, right 35% top 30%, right 0% top 10%;
    background-repeat: no-repeat;
  }

  #sec02 .recipe p:nth-of-type(2) {
    padding-left: 20%;
    padding-bottom: 30px;
    background-image: url(/kikkoman/temaki/img/retasu.png);
    background-size: 21%;
    background-position: left 0% top 0%;
    background-repeat: no-repeat;
  }

  #sec02 .recipe p:first-of-type .orange {
    background-size: 100%;
    word-break: keep-all;
  }

  #sec02 .recipe p:nth-of-type(2n) .orange {
    background-size: 100%, 5%;
    padding-top: 5px;
    padding-right: 8px;
  }

  #sec02 .recipe p:nth-of-type(2n) img {
    width: 10%;
  }

  #sec02 .food-figures {
    display: none;
  }

  #sec02 .message {
    position: relative;
    padding: 10px 0 0 0;
  }

  #sec02 .message b {
    font-size: 5.3vw;
  }

  #sec02 .message b span {
    width: 40%;
    margin: 0 5px;
  }

  #sec02 .message p {
    background-size: 46%;
    margin-right: -100px;
    font-size: 9.5vw;
    word-break: keep-all;
  }

  #sec02 .message p span {
    font-size: 6.1333vw;
  }

  #sec02 .message .three-bg-wrapper {
    display: block;
    padding: 0;
  }

  #sec02 .message .bg1 {
    padding: 6% 0 10% 0;
    background-image: url(/kikkoman/temaki/img/mini_woman_2.png);
    background-position: 15% 50%;
    background-size: 12% auto;
  }

  #sec02 .message .bg2 {
    margin-top: -8%;
    margin-right: 0;
    margin-left: -100px;
    padding: 40px 80px 40px 0px;
    background-image: url(/kikkoman/temaki/img/mini_man.png);
    background-position: right 5% top 50%;
    background-size: 15% auto;
    background-repeat: no-repeat;
  }

  #sec02 .message .bg3 {
    margin-top: -5%;
    padding: 40px 0;
    background-image: url(/kikkoman/temaki/img/mini_girl.png);
    background-position: 15% 50%;
    background-size: 12% auto;
  }

  #sec02 .message figure {
    width: 100%;
    margin: 0 0 0 15%;
    padding: 20px;
    background-image: url(/kikkoman/temaki/img/mini_yakinikuma.png);
    background-position: right 35% top 50%;
    background-size: 17% auto;
    background-repeat: no-repeat;
  }

  #sec02 .message figure img {
    width: 45%;
  }

  #sec02 .suzunari-link {
    height: 64vw;
    background-image: url(/kikkoman/temaki/img/murata_banner_sp.png);
    background-position: center center;
    margin-top: 20px;
  }

  #sec02 .suzunari-link p {
    top: 36vw;
    left: 9vw;
    font-size: 3vw;
  }

  #sec02 .suzunari-link a {
    top: 47vw;
    width: 33vw;
  }

  /**********************************
    *
    * ■sec03 (TEMAKI RECIPE)
    *
    **********************************/
  #wrapperAll #sec03 {
    background-size: 6px 6px;
  }

  #sec03 .inner {
    padding-top: 20px;
  }

  #wrapperAll #sec03 .container {
    padding: 30px 20px 45px;
    border-radius: 40px;
  }

  #sec03 h2 {
    width: 80%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -5%;
  }

  #sec03 h3 {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  #sec03 h3 span {
    display: inline-block;
    width: 41%;
    margin: 0 20px;
  }

  #sec03 h3:nth-of-type(2) span {
    width: 54%;
  }

  #sec03 h3:nth-of-type(3) span {
    width: 26%;
  }

  #sec03 h3:nth-of-type(4) span {
    width: 35%;
  }

  #sec03 h3:nth-of-type(5) span {
    width: 37%;
  }

  #sec03 h2 + p {
    text-align: left;
  }

  #sec03 h3 {
    width: 100%;
    display: block;
  }

  #sec03 .recipe-box ul {
    width: 45%;
  }

  #sec03 .recipe-box ul li:nth-of-type(2) {
    height: 55px;
  }

  #sec03 .recipe-box ul li:last-child {
    width: 90%;
  }

  #sec03 .other-recipe-btn {
    width: 100%;
    margin-top: 7vw;
  }

  /**********************************
    *
    * ■sec04 (PRODUCTS)
    *
    **********************************/
  #sec04 {
    padding: 30px 0;
    background-size: 6px 6px;
  }

  #sec04 ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    margin: 0 auto;
  }

  #sec04 ul li {
    width: 44%;
    margin: 2.5%;
  }

  #sec04 li .gotop {
    width: 20%;
    bottom: 10px;
    right: 10px;
    max-width: 53px;
  }

  #sec04 .see-post {
    margin-top: 6.6vw;
  }

  #sec04 .photo-frame-banner h5,
  #sec04 .see-post h5 {
    font-size: 4vw;
    letter-spacing: 3.8px;
  }

  #sec04 .photo-frame-banner h5 span,
  #sec04 .see-post h5 span {
    width: 24vw;
    margin: 1vw 2vw -1vw;
  }

  #sec04 .photo-frame-banner {
    margin: 6vw 0 7vw;
  }

  #sec04 .photo-frame-banner .photo-frame-btn {
    width: 95%;
    margin: 4vw auto;
  }

  #sec04 .see-post figure {
    margin: 4vw 2vw 0vw;
    width: 45%;
  }

  #lang-btn {
    width: 70%;
    margin: 10px auto;
    margin-bottom: 15%;
  }

  #lang-btn span {
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 2.1px;
    margin: 3.5vw;
  }

  /**********************************
* ■ENGLISH
**********************************/
  .en-top #sec01 .container p:last-child span {
    margin: 0 5px -1px 2px;
  }

  .en-top #sec02 .recipe p {
    font-size: 4vw;
    letter-spacing: -0.01em;
    line-height: 1.6;
  }

  .en-top #sec02 .message b {
    font-size: 4.8vw;
  }

  .en-top #sec02 .message p {
    background-size: 67%;
    background-position: 50% 12%;
    margin-right: -60px;
    font-size: 5.6vw;
  }

  .en-top #sec02 .message p:after {
    width: 60%;
    top: 70%;
    height: 15px;
  }

  .en-top #sec02 .message p span {
    font-size: 9.5vw;
  }

  .en-top #sec02 .message .bg1 {
    padding: 6% 0 10% 0;
    background-image: url(/kikkoman/temaki/img/mini_woman_2.png);
    background-position: 7% 50%;
    background-size: 12% auto;
  }

  .en-top #sec02 .message .bg1 p {
    background-size: 67%;
  }

  .en-top #sec02 .message .bg1 p:after {
    width: 60%;
  }

  .en-top #sec02 .message .bg2 {
    margin-left: -55px;
    padding: 35px 70px 20px 0px;
    background-position: right 1% top 50%;
  }

  .en-top #sec02 .message .bg2 p {
    background-size: 68%;
    margin-right: -75px;
  }

  .en-top #sec02 .message .bg3 {
    background-position: 8% 50%;
  }

  .en-top #sec03 h3:nth-of-type(5) span {
    width: 35%;
  }

  .en-top #sec03 h3:nth-of-type(3) span {
    width: 30%;
  }

  .en-top #sec03 h3:nth-of-type(4) span {
    width: 37%;
  }

  /**********************************
* ■TRADITIONAL CHINESE & SIMPLIFIED CHINESE COMMON
**********************************/
  .ch-top-common #sec01 .container {
    padding: 13% 5% 5%;
    background-position: top 55% right 0%;
    background-size: 24%;
  }

  .ch-top-common #sec01 .container h2 {
    width: 95%;
    margin-top: -10%;
  }

  .ch-top-common #sec01 .container p {
    margin: 0 0 20px 0;
  }

  .ch-top-common #sec01 .container p:last-child span {
    width: 20%;
    margin: 0 5px -1px 2px;
  }

  .ch-top-common #sec02 .container {
    margin: 20px 0 0 0;
    padding: 35% 3% 10%;
    border-radius: 25px 25px 50% 50%/40px 40px 15% 15%;
    background-image: url(/kikkoman/temaki/img/mini_makizushi.png),
      url(/kikkoman/temaki/img/mini_harumaki.png),
      url(/kikkoman/temaki/img/mini_namaharumaki.png),
      url(/kikkoman/temaki/img/mini_bougyoza.png),
      url(/kikkoman/temaki/img/mini_roll.png);
    background-position: 10% 8%, 30% 8%, 50% 8%, 70% 8%, 90% 8%;
    background-size: 14%;
  }

  .ch-top-common #sec02 .container h2 {
    width: 40%;
    min-width: 200px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -8%;
  }

  .ch-top-common #sec02 .recipe {
    margin: 30px 0;
    padding: 20% 6% 0;
    background-image: none;
    border-radius: 30px;
  }

  .ch-top-common #sec02 .recipe h3 {
    margin-top: -28%;
    font-size: 5.8666vw;
  }

  .ch-top-common #sec02 .recipe h3 span {
    display: inline-block;
    width: 50%;
    margin: 0 15px -5px;
    padding-top: 5px;
  }

  .ch-top-common #sec02 .recipe p {
    font-size: 4.5333vw;
    line-height: 1.43;
  }

  .ch-top-common #sec02 .recipe p:first-of-type {
    padding-right: 49%;
    padding-bottom: 30px;
    background-image: url(/kikkoman/temaki/img/toruthiya.png),
      url(/kikkoman/temaki/img/harumaki_2.png),
      url(/kikkoman/temaki/img/temaki_2.png);
    background-size: 18%, 18%, 20%;
    background-position: right 18% top 60%, right 35% top 30%, right 0% top 10%;
    background-repeat: no-repeat;
  }

  .ch-top-common #sec02 .recipe p:nth-of-type(2) {
    padding-left: 30%;
    padding-bottom: 30px;
    background-image: url(/kikkoman/temaki/img/retasu.png);
    background-size: 30%;
    background-position: left 0% top 0%;
    background-repeat: no-repeat;
  }

  .ch-top-common #sec02 .recipe p:first-of-type .orange {
    background-size: 100%;
    word-break: keep-all;
  }

  .ch-top-common #sec02 .recipe p:nth-of-type(2n) .orange {
    background-size: 100%, 5%;
    padding-top: 5px;
    padding-right: 8px;
  }

  .ch-top-common #sec02 .recipe p:nth-of-type(2n) img {
    width: 10%;
  }

  .ch-top-common #sec02 .food-figures {
    display: none;
  }

  .ch-top-common #sec02 .message {
    position: relative;
    padding: 10px 0 0 0;
  }

  .ch-top-common #sec02 .message b {
    font-size: 5.3vw;
  }

  .ch-top-common #sec02 .message b span {
    width: 40%;
    margin: 0 5px;
  }

  .ch-top-common #sec02 .message p {
    background-size: 50%;
    margin-right: -100px;
    font-size: 6.1333vw;
    word-break: keep-all;
  }

  .ch-top-common #sec02 .message p span {
    font-size: 9.5vw;
  }

  .ch-top-common #sec02 .message .three-bg-wrapper {
    display: block;
    padding: 0;
  }

  .ch-top-common #sec02 .message .bg1 {
    padding: 6% 0 10% 0;
    background-image: url(/kikkoman/temaki/img/mini_woman_2.png);
    background-position: 15% 50%;
    background-size: 12% auto;
  }

  .ch-top-common #sec02 .message .bg2 {
    margin-top: -8%;
    margin-right: 0;
    margin-left: -100px;
    padding: 40px 80px 40px 0px;
    background-image: url(/kikkoman/temaki/img/mini_man.png);
    background-position: right 5% top 50%;
    background-size: 15% auto;
    background-repeat: no-repeat;
  }

  .ch-top-common #sec02 .message .bg3 {
    margin-top: -5%;
    padding: 40px 0;
    background-image: url(/kikkoman/temaki/img/mini_girl.png);
    background-position: 15% 50%;
    background-size: 12% auto;
  }

  .ch-top-common #sec02 .message figure {
    width: 100%;
    margin: 0 0 0 15%;
    padding: 20px;
    background-image: url(/kikkoman/temaki/img/mini_yakinikuma.png);
    background-position: right 35% top 50%;
    background-size: 17% auto;
    background-repeat: no-repeat;
  }

  .ch-top-common #sec02 .message figure img {
    width: 45%;
  }

  /**********************************
* ■TRADITIONAL CHINESE
**********************************/
  #wrapperAll.chtra-top {
    width: 100%;
    min-width: 0px;
    font-size: 3.2vw;
    line-height: 1.59;
    letter-spacing: 0.25px;
  }

  /**********************************
* ■SIMPLIFIED CHINESE
**********************************/
  #wrapperAll.chsim-top {
    width: 100%;
    min-width: 0px;
    font-size: 3.2vw;
    line-height: 1.59;
    letter-spacing: 0.25px;
  }
}
