@charset "UTF-8";
/* head */
.head {
  text-align: center;
  padding: 32% 0 5%;
  background: #F7F7F7;
}

.head__ttl {
  font-size: 9.06vw;
  font-family: 'Noto Serif JP', sans-serif;
  margin-bottom: 18%;
}

.head.news .head__ttl img {
  width: 43%;
}

.head.store .head__ttl img {
  width: 43%;
}

.head.company .head__ttl img {
  width: 36%;
}

.head.recruit .head__ttl img {
  width: 42%;
}

.head.faq .head__ttl img {
  width: 64%;
}

.head.privacy .head__ttl {
  margin-bottom: 12%;
}

.head.privacy .head__ttl img {
  width: 78%;
}

.head.contact .head__ttl img {
  width: 48%;
}

.head.about {
  padding: 45% 0 7%;
  background: url(../img/img_mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.head.about .head__ttl {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 37%;
}

.head.about .head__ttl img {
  width: 54%;
}

.head.story {
  padding: 45% 0 7%;
  background: url(../img/img_mv-story_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.head.story .head__ttl {
  text-align: center;
  margin-bottom: 37%;
}

.head.story .head__ttl img {
  width: 41%;
}

.head.quality {
  padding: 45% 0 7%;
  background: url(../img/img_mv-quality_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.head.quality .head__ttl {
  text-align: center;
  margin-bottom: 37%;
}

.head.quality .head__ttl img {
  width: 66%;
}

.head.howto {
  padding: 45% 0 7%;
  background: url(../img/img_mv-howto_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.head.howto .head__ttl {
  text-align: center;
  margin-bottom: 37%;
}

.head.howto .head__ttl img {
  width: 41%;
}

.head.cooking .head__ttl img {
  width: 78%;
}

.head.buy .head__ttl img {
  width: 86%;
}

.head.online .head__ttl img {
  width: 92%;
}

.head.arange-recipe .head__ttl img {
  width: 60%;
}

.head.sauceArrange {
  margin-bottom: 8%;
}

.head.sauceArrange .head__ttl img {
  width: 60%;
}

.head.sauceRecipe {
  padding: 45% 0 7%;
}

.head.sauceRecipe.recipe01 {
  background: url(../img/img_mv-sauce-recipe01_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.head.sauceRecipe.recipe02 {
  background: url(../img/img_mv-sauce-recipe02_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.head.sauceRecipe.recipe03 {
  background: url(../img/img_mv-sauce-recipe03_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.head.sauceRecipe.recipe04 {
  background: url(../img/img_mv-sauce-recipe04_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.head.sauceRecipe .head__ttl {
  text-align: center;
  margin-bottom: 26%;
}

.head.sauceRecipe.recipe01 .head__ttl img {
  width: 84%;
}

.head.sauceRecipe.recipe02 .head__ttl img {
  width: 90%;
}

.head.sauceRecipe.recipe03 .head__ttl img {
  width: 81%;
}

.head.sauceRecipe.recipe04 .head__ttl img {
  width: 81%;
}

.head.allergie {
  padding: 45% 0 7%;
  background: url(../img/img_mv-allergie_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.head.allergie .head__ttl {
  text-align: center;
  margin-bottom: 37%;
}

.head.allergie .head__ttl img {
  width: 73%;
}

.Breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
  font-family: 'Noto Sans JP', sans-serif;
}

.BreadcrumbItems {
  font-size: 3.2vw;
  line-height: 1.5;
}

.BreadcrumbItems:not(:last-child) {
  margin-right: 3%;
}

.BreadcrumbItems a {
  font-size: 3.2vw;
  color: #0F0E0E;
  white-space: nowrap;
}

.BreadcrumbItems:not(:last-child) a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}

.BreadcrumbItems:not(:last-child) a:after {
  position: absolute;
  top: 0;
  right: -9%;
  content: '/';
}

.head.about .BreadcrumbItems {
  color: #fff;
}

.head.about .BreadcrumbItems a {
  color: #fff;
}

.head.story .BreadcrumbItems {
  color: #fff;
}

.head.story .BreadcrumbItems a {
  color: #fff;
}

.head.quality .BreadcrumbItems {
  color: #fff;
}

.head.quality .BreadcrumbItems a {
  color: #fff;
}

.head.howto .BreadcrumbItems {
  color: #fff;
}

.head.howto .BreadcrumbItems a {
  color: #fff;
}

.head.howto .BreadcrumbItems {
  color: #fff;
}

.head.sauceRecipe .BreadcrumbItems {
  color: #fff;
}

.head.sauceRecipe .BreadcrumbItems a {
  color: #fff;
}

.head.allergie .BreadcrumbItems {
  color: #fff;
}

.head.allergie .BreadcrumbItems a {
  color: #fff;
}

.subInner {
  padding: 13% 6% 20%;
}

.subInner.pt {
  padding: 26% 6% 20%;
}

.linkBoxItems:not(:last-child) {
  margin-bottom: 5%;
}

.linkBoxItems a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 6.93vw;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #0F0E0E;
  background: #E6E6E6;
  border-radius: 10px;
  padding: 22% 0;
}

.linkBoxItems a:after {
  position: absolute;
  top: 50%;
  right: 5%;
  content: '';
  display: inline-block;
  width: 3%;
  height: 15%;
  background: url(../img/ico_arrow.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.iframe_outer {
  margin-bottom: 14%;
}

.iframe_outer.story {
  padding: 14% 7%;
  margin-bottom: 0;
}

.iframe_outer.quality {
  padding: 14% 7%;
  margin-bottom: 0;
}

#iframe_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.3%;
}

#iframe_wrap #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#iframe_wrap .play_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}

#iframe_wrap .play_btn.story {
  background: url(../img/img_story_cov.jpg);
  background-size: cover;
}

#iframe_wrap .play_btn.quality {
  background: url(../img/img_quality_cov.jpg);
  background-size: cover;
}

#iframe_wrap .play_btn.cooking {
  background: url(../img/img_cooking_cov.jpg);
  background-size: cover;
}

#iframe_wrap .play_btn.buy {
  background: url(../img/img_buy_cov.jpg);
  background-size: cover;
}

#iframe_wrap .play_btn.pause {
  pointer-events: auto;
  opacity: 1;
}

/* about */
.about__lead {
  font-size: 4.26vw;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 3;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 18%;
}

/* company */
.companyContainer {
  margin-bottom: 18%;
}

.companyItems:not(:last-child) {
  margin-bottom: 9%;
}

.companyItems__ttl {
  font-size: 4.26vw;
  font-family: 'Noto Serif JP', sans-serif;
  border-bottom: solid 1px #B4B4B4;
  padding-bottom: 4%;
  margin-bottom: 3%;
}

.companyItems__txt {
  font-size: 4.8vw;
  line-height: 1.4;
  letter-spacing: 1px;
}

/* recruit */
.recruit__lead {
  font-size: 3.73vw;
  text-align: justify;
  line-height: 2;
  margin-bottom: 24%;
}

.recruitList {
  margin-bottom: 30%;
}

.recruitItems:not(:last-child) {
  margin-bottom: 24%;
}

.recruitItems__ttl {
  font-size: 6.93vw;
  font-weight: 500;
  font-family: 'Noto Serif JP', sans-serif;
  border-bottom: solid 1px #0F0E0E;
  padding-bottom: 4%;
  margin-bottom: 4%;
}

.recruitItems__txt {
  font-size: 4.26vw;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 5%;
}

.recruitContainer {
  margin-bottom: 9%;
}

.recruitContainerItems:not(:last-child) {
  margin-bottom: 5%;
}

.recruitContainerItems__ttl {
  font-size: 3.73vw;
  margin-bottom: 2%;
}

.recruitContainerItems__txt {
  font-size: 4.26vw;
  line-height: 1.4;
  padding-left: 4%;
}

.recruitFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4%;
}

.recruitFlexItems {
  font-size: 4.26vw;
  line-height: 1.4;
}

.recruitFlexItems:first-child {
  width: 28%;
}

.recruitInfo {
  background: #E6E6E6;
  border-radius: 10px;
  padding: 9% 6%;
}

.recruitInfo__ttl {
  font-size: 4.26vw;
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom: 3%;
}

.recruitInfoListItems {
  font-size: 4.26vw;
  line-height: 1.7;
}

.recruitInfoListItems a {
  color: #0F0E0E;
}

.recruitInfoListItems__mail {
  text-decoration: underline;
}

.recruit__txt {
  font-size: 3.73vw;
  text-align: center;
  margin-bottom: 24%;
}

/* privacypolicy */
.privacy__lead {
  font-size: 3.73vw;
  text-align: justify;
  line-height: 2;
  margin-bottom: 24%;
}

.privacyContainer {
  margin-bottom: 33%;
}

.privacyItems:not(:last-child) {
  margin-bottom: 11%;
}

.privacyItems__ttl {
  font-size: 6.4vw;
  font-weight: 500;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.4;
  border-bottom: solid 1px #B4B4B4;
  padding-bottom: 4%;
  margin-bottom: 4%;
}

.privacyItems__txt {
  font-size: 3.73vw;
  text-align: justify;
  line-height: 1.8;
}

.privacyListItems {
  font-size: 3.73vw;
  line-height: 1.8;
}

.privacyListItems__mail {
  color: #0F0E0E;
  display: inline-block;
}

/* faq */
.faq__lead {
  font-size: 3.73vw;
  text-align: justify;
  line-height: 2;
  margin-bottom: 24%;
}

.faqContainer {
  margin-bottom: 28%;
}

.faqItems:not(:last-child) {
  margin-bottom: 16%;
}

.faqItemsQues {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0F0E0E;
  background: #E6E6E6;
  border-radius: 10px;
  padding: 10% 7% 10% 5%;
  margin-bottom: 4%;
}

.faqItemsQues.ptb {
  padding: 12.5% 7% 12.5% 5%;
}

.faqItemsQues:before {
  position: absolute;
  left: 19%;
  bottom: -18%;
  content: '';
  width: 10%;
  height: 18%;
  display: inline-block;
  background: url(../img/ico_balloon.png) no-repeat;
  background-size: 100%;
}

.faqItemsQues__ttl {
  width: 20%;
  font-size: 11.73vw;
  font-weight: 500;
  font-family: 'Noto Serif JP', sans-serif;
}

.faqItemsQues__txt {
  width: 80%;
  font-size: 5.33vw;
  font-weight: 500;
  line-height: 1.5;
}

.faqItemsAns {
  color: #C30D23;
  border-bottom: solid 1px #C30D23;
}

.faqItemsAns__ttl {
  font-size: 9.6vw;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 500;
  margin-bottom: 3%;
}

.faqItemsAns__txt {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 4%;
}

.faqItemsAns__txt a {
  color: #C30D23;
  text-decoration: underline;
}

.faqItemsAns__link a {
  display: inline-block;
  font-size: 3.73vw;
  line-height: 1.4;
  color: #218DFF;
  margin-bottom: 4%;
}

/* news */
.newsSidebar {
  margin-bottom: 14%;
}

.newsSidebar__ttl {
  font-size: 5.625vw;
  margin-bottom: 4%;
}

.newsSidebarItems {
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  padding: 4% 5%;
}

.newsSidebarItems:not(:last-child) {
  margin-bottom: 8%;
}

.newsSidebarBtn {
  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;
}

.newsSidebarBtn__txt {
  font-size: 4.26vw;
  line-height: 1.7;
}

.newsSidebarBtn__txt a {
  color: #0F0E0E;
  pointer-events: none;
}

.newsSidebarBtn span {
  display: inline-block;
  width: 3.7%;
  padding-top: 3%;
  background: url(../img/ico_down.png) no-repeat;
  background-size: 100%;
}

.newsSideBarList {
  display: none;
}

.newsSideBarList a {
  font-size: 4.26vw;
  line-height: 1.7;
  color: #0F0E0E;
}

.newsContents {
  margin-bottom: 27%;
}

.newsItems {
  display: inline-block;
}

.newsItems:not(:last-child) {
  margin-bottom: 9%;
}

.newsItems__img {
  position: relative;
  display: inline-block;
  width: 94%;
  font-size: 2vw;
  border: solid 1px #B4B4B4;
  border-radius: 20px;
  margin: 0 7% 5% 0;
}

.newsItems__img:after {
  position: absolute;
  top: 50%;
  right: -8%;
  content: '';
  display: inline-block;
  width: 3%;
  height: 9%;
  background: url(../img/ico_arrow.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.newsItems__img img {
  height: 28.5em;
  border-radius: 20px;
}

.newsItemsCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4%;
}

.newsItemsCategory__ttl {
  width: 30%;
  font-size: 3.2vw;
  text-align: center;
  background: #E6E6E6;
  border-radius: 75px;
  padding: 2.5% 3%;
  margin-right: 3%;
}

.newsItemsCategory__ttl a {
  color: #0F0E0E;
}

.newsItemsCategory__time {
  display: inline-block;
  font-size: 4.8vw;
}

.newsItems__ttl a {
  display: inline-block;
  font-size: 4.8vw;
  font-weight: 400;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: justify;
  line-height: 1.7;
  color: #0F0E0E;
}

.news .wp-pagenavi {
  text-align: center;
}

.news .wp-pagenavi span.current {
  color: #fff;
  background-color: #0F0E0E;
}

.news .wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  font-size: 4.26vw;
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  color: #0F0E0E;
  background-color: #E6E6E6;
  margin: 0 1%;
  border-radius: 50%;
}

.news .wp-pagenavi .nextpostslink, .news .wp-pagenavi .previouspostslink {
  background: none;
  width: 1em;
  margin: 0 2%;
  border-radius: 0%;
}

/* newsDetail */
.newsCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6%;
}

.newsCategory__ttl {
  font-size: 3.73vw;
  text-align: center;
  background: #E6E6E6;
  border-radius: 75px;
  padding: 3% 5.5%;
  margin-right: 3%;
}

.newsCategory__ttl a {
  display: inline-block;
  color: #0F0E0E;
}

.newsCategory__time {
  display: inline-block;
  font-size: 4.26vw;
}

.newsDetailContainer {
  margin-bottom: 52%;
}

.newsDetailContainer__ttl {
  font-size: 7.46vw;
  font-weight: 400;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: justify;
  line-height: 1.7;
  border-bottom: solid 1px #0F0E0E;
  padding-bottom: 7%;
  margin-bottom: 6%;
}

.newsDetailContainer__txt {
  font-size: 4.26vw;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 12%;
}

.newsDetailContainer p {
  font-size: 4.26vw;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 12%;
}

.newsDetailContainer .shop_link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

.newsDetailContainer .shop_link p {
  padding: 0 20px;
}

.newsDetailContainer .shop_link p a {
  display: block;
  border: 1px solid #C30D23;
  background: #fff;
  font-size: 18px;
  color: #C30D23;
  padding: 7px 30px;
  height: 50px;
  border-radius: 5px;
}

.newsDetailContainer .shop_link p a:hover {
  color: #fff;
  background: #C30D23;
}

.snsListSP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.snsListPC {
  display: none;
}

.snsListItems {
  width: 31%;
}

.newsDetailPaging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5%;
}

.newsDetailPagingItems a {
  position: relative;
  font-size: 4.26vw;
  color: #0F0E0E;
  text-decoration: underline;
}

.newsDetailPagingPrev {
  width: 28%;
}

.newsDetailPagingNext {
  width: 28%;
}

.newsDetailPagingPrev a:before {
  position: absolute;
  top: 25%;
  left: -25%;
  content: '';
  display: inline-block;
  width: 12%;
  height: 75%;
  background: url(../img/ico_prev.png) no-repeat;
  background-size: 100%;
}

.newsDetailPagingNext a:after {
  position: absolute;
  top: 25%;
  right: -25%;
  content: '';
  display: inline-block;
  width: 12%;
  height: 75%;
  background: url(../img/ico_next.png) no-repeat;
  background-size: 100%;
}

/* store */
.storeInner {
  padding: 6% 6% 9%;
}

.storeTopbarItems:not(:last-child) {
  margin-bottom: 8%;
}

.storeTopbar__ttl {
  font-size: 4.8vw;
  margin-bottom: 4%;
}

.storeTopbarMenu {
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  padding: 4% 5%;
}

.storeTopbarBtn {
  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;
}

.storeTopbarBtn__txt {
  font-size: 4.26vw;
  line-height: 1.7;
}

.storeTopbarBtn span {
  display: inline-block;
  width: 3.7%;
  padding-top: 3%;
  background: url(../img/ico_down.png) no-repeat;
  background-size: 100%;
}

.storeTopbarList {
  display: none;
}

.storeTopbarListItems a {
  font-size: 4.26vw;
  line-height: 1.7;
  color: #0F0E0E;
}

.storeTopbar__search {
  position: relative;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  padding: 5%;
}

.storeTopbar__search input[type="text"] {
  width: 100%;
  font-size: 4.26vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.storeTopbar__search input[type="text"]::-webkit-input-placeholder {
  font-size: 4.26vw;
  color: #B4B4B4;
}

.storeTopbar__search input[type="text"]:-ms-input-placeholder {
  font-size: 4.26vw;
  color: #B4B4B4;
}

.storeTopbar__search input[type="text"]::-ms-input-placeholder {
  font-size: 4.26vw;
  color: #B4B4B4;
}

.storeTopbar__search input[type="text"]::placeholder {
  font-size: 4.26vw;
  color: #B4B4B4;
}

.storeTopbar__search input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 5%;
  height: 30%;
  background: url(../img/ico_search.png) no-repeat;
  background-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.storeTopbar__link {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

.storeTopbar__link:before {
  position: absolute;
  top: 50%;
  left: 17%;
  content: '';
  display: inline-block;
  width: 7%;
  height: 32%;
  background: url(../img/ico_map.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.storeTopbar__link a {
  display: block;
  font-size: 4.8vw;
  text-align: center;
  color: #fff;
  background: #0F0E0E;
  border-radius: 70px;
  padding: 7.5% 0 7.5% 7%;
}

.storeMap iframe {
  width: 100%;
  height: 500px;
}

.storeContentsWrap {
  padding: 13% 6% 32%;
}

.storeContents:not(:last-child) {
  margin-bottom: 12%;
}

.storeContents__ttl {
  font-size: 5.33vw;
  color: #8D8D8D;
  margin-bottom: 9%;
}

.storeContainer:not(:last-child) {
  margin-bottom: 9%;
}

.storeItems {
  width: 100%;
  border-bottom: solid 1px #000;
  padding-bottom: 6.35%;
}

.storeItems:not(:last-child) {
  margin-bottom: 9%;
}

.storeItemsArea {
  position: relative;
  display: block;
  color: #0F0E0E;
  margin-bottom: 4%;
}

.storeItemsArea:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  display: inline-block;
  width: 3%;
  height: 50%;
  background: url(../img/ico_arrow.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.storeItemsArea__ttl {
  font-size: 6.4vw;
  font-weight: 500;
  font-family: 'Noto Serif JP', sans-serif;
  margin-bottom: 2%;
}

.storeItemsArea__txt {
  width: 90%;
  font-size: 3.73vw;
  font-weight: 100;
  line-height: 1.2;
}

.storeItems__link a {
  position: relative;
  display: inline-block;
  width: 42%;
  font-size: 3.46vw;
  text-align: center;
  color: #fff;
  background: #0F0E0E;
  border-radius: 75px;
  padding: 3.4% 0 3.4% 3%;
}

.storeItems__link a:before {
  position: absolute;
  top: 50%;
  left: 16%;
  content: '';
  display: inline-block;
  width: 7%;
  height: 36%;
  background: url(../img/ico_root.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* storeDetail */
.storeDetail__inner {
  padding: 26% 6% 14%;
}

.storeDetail__ttl {
  font-size: 8.53vw;
  font-family: 'Noto Serif JP', sans-serif;
  margin-bottom: 9%;
}

.storeDetail__ttl .newopen {
  background: #C30D23;
  color: #fff;
  font-size: 13px;
  padding: 4px 5px 5px;
  border-radius: 3px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
}

.storeDetailContainer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.storeDetailItems:not(:last-child) {
  margin-bottom: 9%;
}

.storeDetailItems__ttl {
  font-size: 5vw;
  font-weight: 500;
  font-family: 'Noto Serif JP', sans-serif;
  border-bottom: solid 1px #B4B4B4;
  padding-bottom: 4%;
  margin-bottom: 4%;
}

.storeDetailItems__txt {
  font-size: 5.3vw;
  line-height: 1.4;
}

.storeDetailItems__txt.mb {
  margin-bottom: 9%;
}

.storeDetailItems__txt.rd {
  color: #C30D23;
}

.storeDetailItems__link {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

.storeDetailItems__link:before {
  position: absolute;
  top: 50%;
  left: 23%;
  content: '';
  display: inline-block;
  width: 5%;
  height: 33%;
  background: url(../img/ico_root.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.storeDetailItems__link a {
  display: block;
  font-size: 5.625vw;
  text-align: center;
  color: #fff;
  background: #0F0E0E;
  border-radius: 70px;
  padding: 6% 0 6% 5%;
}

.storeDetailMap {
  margin-bottom: 11%;
}

.storeDetailMap iframe {
  width: 100%;
  height: 500px;
}

.storeDetail__back {
  text-align: center;
  margin-bottom: 11%;
}

.storeDetail__back a {
  display: inline-block;
  font-size: 5vw;
  color: #0F0E0E;
  text-decoration: underline;
}

/* 404 */
.notfound h2 {
  font-size: 7.46vw;
  font-weight: 400;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: justify;
  line-height: 1.7;
  border-bottom: solid 1px #0F0E0E;
  padding-bottom: 3%;
  margin-bottom: 6%;
}

.notfoundItems {
  font-size: 4.26vw;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 52%;
}

.notfoundContainer {
  margin-bottom: 12.5%;
}

.notfound .link a {
  font-size: 4.26vw;
  color: #0F0E0E;
  text-decoration: underline;
}

/* howto */
.howto__lead {
  font-size: 4.2vw;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  line-height: 3;
  letter-spacing: 2px;
  margin-bottom: 24%;
}

.howtoItems:not(:last-child) {
  margin-bottom: 24%;
}

.howtoItems__link {
  display: block;
  color: #0F0E0E;
}

.howtoItems__img {
  margin-bottom: 9%;
}

.howtoItems__ttl {
  font-size: 6.9vw;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 6%;
}

.howtoItems__txt {
  font-size: 4.2vw;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 6%;
}

/* recipe */
.recipe__lead {
  font-size: 3.73vw;
  line-height: 1.7;
  margin-bottom: 12%;
}

.recipeContainer {
  width: 100%;
  margin: 0 auto;
  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;
}

.recipeContainer__img {
  width: 48%;
}

.recipeContainer__img:nth-child(-n+10) {
  margin-bottom: 4%;
}

.recipeContainer__img .recipeGallery {
  display: block;
}

.recipeContainer__img img {
  border-radius: 8px;
}

.recipeContainer__img img:focus {
  outline: none;
}

.recipeGallery:focus {
  outline: none;
}

.recipeModal {
  display: none;
}

.recipeModalItems {
  position: relative;
  padding-right: 6%;
  width: 100%;
  height: 66vh;
  overflow-y: scroll;
}

.recipeModalItemsImg {
  width: 100%;
  margin: 0 auto 4%;
}

.recipeModalItemsImg__img {
  margin-bottom: 4%;
}

.recipeModalItemsImg__img img {
  border-radius: 10px;
}

.recipeModalItemsImg__txt {
  font-size: 2.66vw;
}

.recipeModalItemsImg__txt a {
  color: #0F0E0E;
  text-decoration: underline;
}

.recipeModalItemsTxt__txt {
  font-size: 3.73vw;
  line-height: 1.7;
}

#cboxContent {
  border-radius: 18px;
  position: absolute;
  top: 50%;
  height: 79vh !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cboxLoadedContent {
  border-radius: 18px;
  height: 79vh !important;
  padding: 4% 3% 0 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cboxSlideshow_on #cboxSlideshow {
  display: none !important;
}

#cboxClose {
  position: absolute;
  top: 90%;
  left: 50%;
  display: block;
  background: url(../img/ico_modal_close.png) no-repeat top center;
  width: 11%;
  background-size: 100%;
  height: 9%;
  text-indent: -9999px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#cboxPrevious {
  position: absolute;
  top: 90%;
  left: 6%;
  background: url(../img/ico_modal_prev_sp.png) no-repeat top left;
  background-size: 100%;
  width: 11%;
  height: 9%;
  text-indent: -9999px;
  outline: none;
}

#cboxNext {
  position: absolute;
  top: 90%;
  right: 6%;
  background: url(../img/ico_modal_next_sp.png) no-repeat top right;
  background-size: 100%;
  width: 11%;
  height: 9%;
  text-indent: -9999px;
  outline: none;
}

.recipeModal {
  display: none;
}

/* sauceArrange */
.sauceArrange__lead {
  font-size: 3.73vw;
  line-height: 1.7;
  padding: 0 5.5%;
  margin-bottom: 16%;
}

.sauceArrangeList {
  margin-bottom: 27%;
}

.sauceArrangeItems:not(:last-child) {
  margin-bottom: 27%;
}

.sauceArrangeItems__img {
  margin-bottom: 5.5%;
}

.sauceArrangeItems__inner {
  padding: 0 5.5%;
}

.sauceArrangeItems__ttl {
  font-size: 6.4vw;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 3%;
}

.sauceArrangeItems__txt {
  font-size: 4.27vw;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 9%;
}

.sauceArrangeItemsLink:not(:last-child) {
  margin-bottom: 7%;
}

.sauceArrangeItemsLink__ttl {
  font-size: 4.27vw;
  margin-bottom: 4%;
}

.sauceArrangeIntro {
  padding: 0 5.5%;
  margin-bottom: 30%;
}

.sauceArrangeIntro__img {
  text-align: center;
  margin-bottom: 6%;
}

.sauceArrangeIntro__img img {
  width: 66.7%;
}

.sauceArrangeIntroName {
  text-align: center;
  margin-bottom: 4%;
}

.sauceArrangeIntroName__ttl {
  font-size: 4.27vw;
  letter-spacing: 1px;
  margin-bottom: 2%;
}

.sauceArrangeIntroName__txt {
  font-size: 5.87vw;
  font-weight: 500;
  font-family: 'Noto Serif JP', sans-serif;
  letter-spacing: 1px;
}

.sauceArrangeIntro__txt {
  font-size: 4.27vw;
  text-align: center;
  line-height: 2;
  margin-bottom: 6%;
}

.sauceArrangeIntro__sns {
  text-align: center;
}

.sauceArrangeIntro__sns a {
  display: inline-block;
}

.sauceArrangeIntro__sns a img {
  width: 50%;
}

/* sauceRecipe */
.sauceRecipe__lead {
  font-size: 3.73vw;
  text-align: justify;
  line-height: 2;
  padding: 8% 5.5% 22%;
}

.sauceRecipeContents {
  margin-bottom: 32%;
}

.sauceRecipeList.mb-tab {
  margin-bottom: 27%;
}

.sauceRecipeItems:not(:last-child) {
  margin-bottom: 27%;
}

.sauceRecipeItems__img {
  margin-bottom: 8%;
}

.sauceRecipeItems__inner {
  padding: 0 5.5%;
}

.sauceRecipeItems__ttl {
  font-size: 6.4vw;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 3%;
}

.sauceRecipeItems__txt {
  font-size: 3.73vw;
  text-align: justify;
  line-height: 2;
  margin-bottom: 6%;
}

.sauceRecipeItemsHowtoContainer.mb-txt {
  margin-bottom: 6%;
}

.sauceRecipeItemsHowtoContainer.mb-pic {
  margin-bottom: 9%;
}

.sauceRecipeItemsHowtoContainer__ttl {
  font-size: 4.27vw;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 500;
  border-bottom: solid 1px #0f0e0e;
  padding-bottom: 3%;
  margin-bottom: 6%;
}

.sauceRecipeItemsHowtoContainerIngredients {
  padding-bottom: 6%;
  border-bottom: dotted 1px #000;
}

.sauceRecipeItemsHowtoContainerIngredients:not(:last-child) {
  margin-bottom: 6%;
}

.sauceRecipeItemsHowtoContainerIngredientsContainer {
  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;
}

.sauceRecipeItemsHowtoContainerIngredientsContainer.mb {
  margin-bottom: 2%;
}

.sauceRecipeItemsHowtoContainerIngredients__left {
  font-size: 4.27vw;
  letter-spacing: 1px;
}

.sauceRecipeItemsHowtoContainerIngredients__left:before {
  content: "○";
}

.sauceRecipeItemsHowtoContainerIngredients__right {
  font-size: 4.27vw;
}

.sauceRecipeItemsHowtoContainerIngredients__note {
  font-size: 3.73vw;
  text-align: justify;
  line-height: 1.4;
}

.sauceRecipeItemsHowto__txt {
  font-size: 3.73vw;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

.sauceRecipeItemsHowto__txt:before {
  content: "★";
}

.sauceRecipeItemsHowtoPicList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sauceRecipeItemsHowtoPicItems {
  width: 48%;
  text-align: center;
}

.sauceRecipeItemsHowtoPicItems:not(:last-child) {
  margin-right: 4%;
}

.sauceRecipeItemsHowtoPicItems__img {
  margin-bottom: 7%;
}

.sauceRecipeItemsHowtoPicItems__img img {
  width: 100%;
}

.sauceRecipeItemsHowtoPicItems__txt {
  font-size: 4.27vw;
  letter-spacing: 1px;
}

.sauceRecipeVarious {
  background: #f7f7f7;
  padding: 22% 5.5%;
}

.sauceRecipeVariousList {
  margin-bottom: 10%;
}

.sauceRecipeVariousListItems:not(:last-child) {
  margin-bottom: 6%;
}

.sauceRecipeVariousListItems__txt {
  font-size: 3.73vw;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  line-height: 1.7;
  color: #0F0E0E;
  background: #fff;
  padding: 6% 0 7%;
  border-radius: 0 0 15px 15px;
}

.sauceRecipeTab {
  padding: 0 5.5%;
}

.sauceRecipeTab.mb {
  margin-bottom: 21%;
}

.sauceRecipeTabItems:not(:last-child) {
  margin-bottom: 3%;
}

.sauceRecipeTabItems a {
  position: relative;
  display: block;
  font-size: 4.27vw;
  text-align: center;
  color: #0f0e0e;
  background: #ebebeb;
  border-radius: 10px;
  padding: 9.5% 0 9.5% 16%;
}

.sauceRecipeTabItems a svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sauceRecipeTabItems a svg.beer {
  left: 9%;
  width: 12%;
}

.sauceRecipeTabItems a svg.shochu {
  left: 25%;
  width: 13%;
}

.sauceRecipeTabItems a svg.wine {
  left: 25%;
  width: 10%;
}

.sauceRecipeTabItems a.active {
  color: #fff;
  background: #0f0e0e;
}

.sauceRecipeTabItems a.active .cls-1 {
  fill: #fff;
}

.tabContents {
  display: none;
}

.tabContents.is_show {
  display: block;
}

/* story */
.story__inner {
  background: #0F0E0E;
}

.storyItems {
  margin-bottom: 24%;
}

.storyItems__img {
  margin-bottom: 10%;
}

.storyItems__inner {
  padding: 0 7%;
}

.storyItems__ttl {
  margin-bottom: 8%;
}

.storyItems__txt {
  font-size: 3.7vw;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: justify;
  letter-spacing: 2px;
  line-height: 2.5;
  color: #fff;
}

.storyLogo {
  text-align: center;
  margin-bottom: 24%;
}

.storyLogo img {
  width: 68%;
}

/* quality */
.quality__inner {
  background: #0F0E0E;
}

.qualityItems {
  margin-bottom: 24%;
}

.qualityItems__img {
  margin-bottom: 10%;
}

.qualityItems__inner {
  padding: 0 7%;
}

.qualityItems__ttl {
  margin-bottom: 8%;
}

.qualityItems__txt {
  font-size: 3.7vw;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: justify;
  letter-spacing: 2px;
  line-height: 2.5;
  color: #fff;
}

.qualityLogo {
  text-align: center;
  margin-bottom: 24%;
}

.qualityLogo img {
  width: 68%;
}

/* cooking */
.cooking__txt {
  font-size: 3.73vw;
  line-height: 1.8;
  margin-bottom: 11%;
}

.cookingIntro {
  color: #C30D23;
  border-top: solid 1px #C30D23;
  border-bottom: solid 1px #C30D23;
  padding: 9% 0;
  margin-bottom: 17%;
}

.cookingIntro__txt {
  font-size: 5.33vw;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  margin-bottom: 4%;
}

.cookingIntroItems {
  font-size: 3.73vw;
  font-weight: 100;
  line-height: 1.8;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.cookingIntroItems span {
  font-weight: bold;
  text-decoration: underline;
}

.cookingIntroItems:not(:last-child) {
  margin-bottom: 3%;
}

.cookingList {
  margin-bottom: 22%;
}

.cookingItems:not(:last-child) {
  margin-bottom: 6%;
}

.cookingItemsContainer {
  background: #F7F7F7;
  padding: 8% 7% 10%;
  border-radius: 0 0 10px 10px;
}

.cookingItems__lead {
  font-size: 5.8vw;
  font-family: 'Noto Serif JP', sans-serif;
  letter-spacing: 2px;
  color: #C30D23;
  border-bottom: solid 1px #C30D23;
  padding-bottom: 4%;
  margin-bottom: 4%;
}

.cookingItems__txt {
  font-size: 4vw;
  text-align: justify;
  line-height: 1.4;
  letter-spacing: 1px;
}

/* buy */
.buy__txt {
  font-size: 3.73vw;
  line-height: 1.8;
  margin-bottom: 11%;
}

.buyList {
  margin-bottom: 22%;
}

.buyItems:not(:last-child) {
  margin-bottom: 6%;
}

.buyItemsContainer {
  background: #F7F7F7;
  padding: 8% 7% 10%;
  border-radius: 0 0 10px 10px;
}

.buyItems__lead {
  font-size: 5.8vw;
  font-family: 'Noto Serif JP', sans-serif;
  letter-spacing: 2px;
  color: #C30D23;
  border-bottom: solid 1px #C30D23;
  padding-bottom: 4%;
  margin-bottom: 4%;
}

.buyItems__txt {
  font-size: 4vw;
  text-align: justify;
  line-height: 1.4;
  letter-spacing: 1px;
}

/* online */
.online__txt {
  font-size: 3.73vw;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: -.2px;
  margin-bottom: 11%;
}

.online__txt a {
  display: inline-block;
  color: #218DFF;
  text-decoration: underline;
}

.online__img {
  margin-bottom: 27%;
}

.online__img a {
  display: block;
}

.onlineList {
  margin-bottom: 22%;
}

.onlineItems:not(:last-child) {
  margin-bottom: 6%;
}

.onlineItems__img {
  background: #F7F7F7;
  border-radius: 10px 10px 0 0;
}

.onlineItemsContainer {
  background: #F7F7F7;
  padding: 8% 7% 10%;
  border-radius: 0 0 10px 10px;
}

.onlineItems__lead {
  font-size: 5.8vw;
  font-family: 'Noto Serif JP', sans-serif;
  letter-spacing: 2px;
  color: #C30D23;
  border-bottom: solid 1px #C30D23;
  padding-bottom: 4%;
  margin-bottom: 4%;
}

.onlineItems__txt {
  font-size: 4vw;
  text-align: justify;
  line-height: 1.4;
  letter-spacing: 1px;
}

/* allergie */
.allergie__lead {
  font-size: 4.2vw;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  line-height: 3;
  letter-spacing: 2px;
  padding: 13% 7% 21%;
}

.allergieContents {
  padding: 9% 7% 29%;
}

.allergieItems {
  background: #f7f7f7;
  padding: 10% 7% 11%;
  border-radius: 10px;
}

.allergieItems:not(:last-child) {
  margin-bottom: 3%;
}

.allergieItems__ttl {
  font-size: 5.3vw;
  font-family: 'Noto Serif JP', sans-serif;
  color: #C30D23;
  border-bottom: solid 1px #C30D23;
  padding-bottom: 6%;
  margin-bottom: 6%;
}

.allergieItems__txt {
  font-size: 4.8vw;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: -1px;
}

.allergieItemsDetail:not(:last-child) {
  margin-bottom: 8%;
}

.allergieItemsDetail__ttl {
  font-weight: bold;
  margin-bottom: 2%;
}

@media screen and (min-width: 768px) {
  /* head */
  .head {
    padding: 100px 0 22px;
  }
  .head__ttl {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .head.news .head__ttl img {
    width: 160px;
  }
  .head.store .head__ttl img {
    width: 160px;
  }
  .head.company .head__ttl img {
    width: 160px;
  }
  .head.recruit .head__ttl img {
    width: 160px;
  }
  .head.faq .head__ttl img {
    width: 240px;
  }
  .head.privacy .head__ttl {
    margin-bottom: 30px;
  }
  .head.privacy .head__ttl img {
    width: 364px;
  }
  .head.contact .head__ttl img {
    width: 240px;
  }
  .head.about {
    padding: 140px 0 30px;
    background-position: center -250px;
  }
  .head.about .head__ttl {
    margin-bottom: 103px;
  }
  .head.about .head__ttl img {
    width: 360px;
  }
  .head.story {
    padding: 140px 0 30px;
    background: url(../img/img_mv-story_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .head.story .head__ttl {
    margin-bottom: 103px;
  }
  .head.story .head__ttl img {
    width: 200px;
  }
  .head.quality {
    padding: 140px 0 30px;
    background: url(../img/img_mv-quality_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .head.quality .head__ttl {
    margin-bottom: 103px;
  }
  .head.quality .head__ttl img {
    width: 320px;
  }
  .head.howto {
    padding: 140px 0 30px;
    background: url(../img/img_mv-howto_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .head.howto .head__ttl {
    margin-bottom: 103px;
  }
  .head.howto .head__ttl img {
    width: 320px;
  }
  .head.cooking .head__ttl img {
    width: 400px;
  }
  .head.buy .head__ttl img {
    width: 400px;
  }
  .head.online .head__ttl img {
    width: 440px;
  }
  .head.arange-recipe .head__ttl img {
    width: 448px;
  }
  .head.sauceArrange {
    margin-bottom: 40px;
  }
  .head.sauceArrange .head__ttl img {
    width: 440px;
  }
  .head.sauceRecipe {
    padding: 140px 0 30px;
  }
  .head.sauceRecipe.recipe01 {
    background: url(../img/img_mv-sauce-recipe01_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .head.sauceRecipe.recipe02 {
    background: url(../img/img_mv-sauce-recipe02_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .head.sauceRecipe.recipe03 {
    background: url(../img/img_mv-sauce-recipe03_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .head.sauceRecipe.recipe04 {
    background: url(../img/img_mv-sauce-recipe04_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .head.sauceRecipe .head__ttl {
    margin-bottom: 103px;
  }
  .head.sauceRecipe.recipe01 .head__ttl img {
    width: 440px;
  }
  .head.sauceRecipe.recipe02 .head__ttl img {
    width: 494px;
  }
  .head.sauceRecipe.recipe03 .head__ttl img {
    width: 478px;
  }
  .head.sauceRecipe.recipe04 .head__ttl img {
    width: 494px;
  }
  .head.allergie {
    padding: 140px 0 30px;
    background: url(../img/img_mv-allergie_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .head.allergie .head__ttl {
    margin-bottom: 103px;
  }
  .head.allergie .head__ttl img {
    width: 454px;
  }
  .BreadcrumbItems {
    font-size: 12px;
  }
  .BreadcrumbItems:not(:last-child) {
    margin-right: 15px;
  }
  .BreadcrumbItems a {
    font-size: 12px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .BreadcrumbItems a:hover {
    opacity: .7;
  }
  .BreadcrumbItems:not(:last-child) a:after {
    right: -10px;
  }
  .subInner {
    width: 820px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .subInner.pt {
    width: 1086px;
    margin: 0 auto;
    padding: 110px 0 60px;
  }
  .linkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .linkBoxItems {
    width: 194px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .linkBoxItems.width {
    width: 402px;
  }
  .linkBoxItems:hover {
    opacity: .7;
  }
  .linkBoxItems:not(:last-child) {
    margin-bottom: 15px;
  }
  .linkBoxItems a {
    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;
    font-size: 18px;
    height: 100px;
    border-radius: 5px;
    padding: 0;
  }
  .linkBoxItems a:after {
    right: 10px;
    width: 7px;
    height: 15px;
  }
  .linkBox.about {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .linkBox.about .linkBoxItems {
    width: 260px;
  }
  .linkBox.about .linkBoxItems:not(:nth-child(3)) {
    margin-right: 20px;
  }
  .linkBox.about .linkBoxItems a {
    height: 180px;
    line-height: 1.4;
  }
  .linkBox.about .linkBoxItems a:after {
    width: 10px;
    height: 27px;
  }
  .iframe_outer {
    margin-bottom: 90px;
  }
  .iframe_outer.story {
    padding: 60px 0;
  }
  .iframe_outer.quality {
    padding: 60px 0;
  }
  #iframe_wrap {
    width: 640px;
    margin: 0 auto;
    padding-bottom: 360px;
  }
  /* about */
  .about__lead {
    font-size: 15px;
    line-height: 2.5;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  .companyContainer {
    margin-bottom: 55px;
  }
  .companyItems:not(:last-child) {
    margin-bottom: 30px;
  }
  .companyItems__ttl {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
  .companyItems__txt {
    font-size: 18px;
  }
  /* recruit */
  .recruit__lead {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .recruitList {
    margin-bottom: 140px;
  }
  .recruitItems:not(:last-child) {
    margin-bottom: 60px;
  }
  .recruitItems__ttl {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .recruitItems__txt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .recruitContainer {
    margin-bottom: 24px;
  }
  .recruitContainerItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recruitContainerItems.nonflex {
    display: block;
  }
  .recruitContainerItems:not(:last-child) {
    margin-bottom: 0;
  }
  .recruitContainerItems__ttl {
    font-size: 14px;
    width: 110px;
    line-height: 2.3;
    margin-bottom: 0;
  }
  .recruitContainerItems__txt {
    font-size: 14px;
    width: 710px;
    line-height: 2.2;
    padding-left: 0;
  }
  .recruitContainerItems__ttlWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recruitFlex {
    padding-left: 15px;
  }
  .recruitFlexItems {
    font-size: 14px;
    line-height: 2.2;
  }
  .recruitFlexItems:first-child {
    width: 95px;
  }
  .recruitInfo {
    padding: 37px 30px;
  }
  .recruitInfo__ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .recruitInfoListItems {
    font-size: 16px;
    line-height: 1.8;
  }
  .recruitInfoListItems a {
    pointer-events: none;
  }
  .recruitInfoListItems__mail {
    pointer-events: all !important;
  }
  .recruit__txt {
    font-size: 14px;
    margin-bottom: 120px;
  }
  /* privacypolicy */
  .privacy__lead {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .privacyContainer {
    margin-bottom: 120px;
  }
  .privacyItems:not(:last-child) {
    margin-bottom: 40px;
  }
  .privacyItems__ttl {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .privacyItems__txt {
    font-size: 14px;
    line-height: 2;
  }
  .privacyListItems {
    font-size: 14px;
    line-height: 2;
  }
  .privacyListItems__mail {
    text-decoration: underline;
  }
  /* faq */
  .faq__lead {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .faqContainer {
    margin-bottom: 100px;
  }
  .faqItems:not(:last-child) {
    margin-bottom: 40px;
  }
  .faqItemsQues {
    border-radius: 10px;
    padding: 26px 27px;
    margin-bottom: 20px;
  }
  .faqItemsQues.ptb {
    padding: 26px 27px;
  }
  .faqItemsQues:before {
    bottom: -21px;
    left: 70px;
    width: 35px;
    height: 22px;
  }
  .faqItemsQues__ttl {
    width: 50px;
    font-size: 38px;
  }
  .faqItemsQues__txt {
    width: auto;
    font-size: 18px;
  }
  .faqItemsAns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 17px 30px;
  }
  .faqItemsAns__ttl {
    width: 50px;
    font-size: 38px;
    margin-bottom: 0;
  }
  .faqItemsAns__txt {
    width: 740px;
    font-size: 18px;
    margin-bottom: 0;
  }
  .faqItemsAns__txt a {
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .faqItemsAns__txt a:hover {
    opacity: .8;
  }
  .faqItemsAns__link a {
    font-size: 14px;
    margin: 2px 0 0 0;
    padding-left: 50px;
  }
  /* news */
  .newsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 70px;
  }
  .newsSidebar {
    width: 260px;
    margin-bottom: 0;
  }
  .newsSidebar__ttl {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .newsSidebarItems {
    padding: 12px 14px;
  }
  .newsSidebarItems:not(:last-child) {
    margin-bottom: 20px;
  }
  .newsSidebarBtn {
    cursor: pointer;
  }
  .newsSidebarBtn__txt {
    font-size: 15px;
  }
  .newsSidebarBtn span {
    width: 12px;
    height: 8px;
    padding-top: 0;
  }
  .newsSideBarList {
    display: none;
  }
  .newsSideBarList a {
    font-size: 15px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .newsSideBarList a:hover {
    color: #C30D23;
  }
  .newsContents {
    width: 776px;
    margin-bottom: 0;
  }
  .newsItems {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .newsItems:hover .newsItems__img img {
    opacity: .5;
  }
  .newsItems:hover .newsItems__img:after {
    right: 0;
    width: 10px;
    height: 22px;
    background: url(../img/ico_arrow_rd.png) no-repeat;
    background-size: 100%;
  }
  .newsItems:hover .newsItems__ttl a {
    color: #C30D23;
  }
  .newsItems:not(:last-child) {
    border-bottom: solid 1px #E6E6E6;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .newsItems__img {
    position: static;
    font-size: auto;
    width: 260px;
    margin: 0 30px 0 0;
  }
  .newsItems__img img {
    height: 178px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .newsItems__img:after {
    right: 0;
    width: 10px;
    height: 22px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .newsItemsCategoryWrap {
    width: 460px;
  }
  .newsItemsCategory {
    margin-bottom: 10px;
  }
  .newsItemsCategory__ttl {
    width: 102px;
    font-size: 12px;
    padding: 8px 14.5px;
    margin-right: 10px;
  }
  .newsItemsCategory__time {
    font-size: 18px;
  }
  .newsItems__ttl a {
    font-size: 22px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .news .wp-pagenavi a, .wp-pagenavi span {
    font-size: 16px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin: 0 5px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .news .wp-pagenavi a.larger:hover, .news .wp-pagenavi a.smaller:hover {
    color: #fff;
    background: #C30D23;
  }
  .news .wp-pagenavi .nextpostslink, .news .wp-pagenavi .previouspostslink {
    width: 23px;
    margin: 0 5px;
  }
  /* newsDetail */
  .newsCategory {
    margin-bottom: 20px;
  }
  .newsCategory__ttl {
    font-size: 16px;
    padding: 12px 28px;
    margin-right: 12px;
  }
  .newsCategory__time {
    font-size: 20px;
  }
  .newsDetailContainer {
    margin-bottom: 310px;
  }
  .newsDetailContainer__ttl {
    font-size: 38px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .newsDetailContainer__txt {
    font-size: 18px;
    margin-bottom: 0;
  }
  .newsDetailContainer p {
    font-size: 18px;
    margin-bottom: 0;
  }
  .snsListSP {
    display: none;
  }
  .snsListPC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 25px;
  }
  .snsListItems {
    width: 97px;
  }
  .snsListItems:not(:last-child) {
    margin-right: 10px;
  }
  .newsDetailPaging {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsDetailPagingItems:not(:last-child) {
    margin-right: 65px;
  }
  .newsDetailPagingItems a {
    font-size: 16px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .newsDetailPagingItems a:hover {
    color: #C30D23;
  }
  .newsDetailPagingPrev {
    width: auto;
  }
  .newsDetailPagingNext {
    width: auto;
  }
  .newsDetailPagingPrev a:before {
    top: 8px;
    left: -15px;
    width: 6px;
    height: 13px;
  }
  .newsDetailPagingNext a:after {
    top: 8px;
    right: -15px;
    width: 6px;
    height: 13px;
  }
  /* store */
  .storeInner {
    width: 1086px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .storeTopbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .storeTopbarItems:not(:last-child) {
    width: 400px;
    margin-bottom: 0;
  }
  .storeTopbarItems:last-child {
    width: 240px;
  }
  .storeTopbar__ttl {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .storeTopbarMenu {
    padding: 11.5px 16px;
  }
  .storeTopbarBtn {
    cursor: pointer;
  }
  .storeTopbarBtn__txt {
    font-size: 15px;
  }
  .storeTopbarBtn span {
    width: 12px;
    height: 8px;
    padding-top: 0;
  }
  .storeTopbarListItems a {
    font-size: 15px;
  }
  .storeTopbar__search {
    padding: 12.5px 16px;
    cursor: pointer;
  }
  .storeTopbar__search input[type="text"] {
    font-size: 15px;
    cursor: pointer;
  }
  .storeTopbar__search input[type="text"]::-webkit-input-placeholder {
    font-size: 15px;
  }
  .storeTopbar__search input[type="text"]:-ms-input-placeholder {
    font-size: 15px;
  }
  .storeTopbar__search input[type="text"]::-ms-input-placeholder {
    font-size: 15px;
  }
  .storeTopbar__search input[type="text"]::placeholder {
    font-size: 15px;
  }
  .storeTopbar__search input[type="submit"] {
    right: 16px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .storeTopbar__search input[type="submit"]:hover {
    right: 16px;
    width: 18px;
    background: url(../img/ico_search_hov.png) no-repeat;
    background-size: 100%;
  }
  .storeTopbar__link {
    width: 100%;
    margin: 0;
    border-radius: 70px;
    overflow: hidden;
  }
  .storeTopbar__link:before {
    left: 47px;
    width: 18px;
    height: 17px;
  }
  .storeTopbar__link a {
    font-size: 15px;
    text-align: center;
    background: none;
    border-radius: 70px;
    padding: 17.5px 0 17.5px 30px;
  }
  .storeTopbar__link a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #0F0E0E;
    z-index: -2;
  }
  .storeTopbar__link a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 60px;
    height: 60px;
    background: #C30D23;
    border-radius: 50%;
    margin: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    z-index: -1;
    opacity: 0;
  }
  .storeTopbar__link a:hover::after {
    -webkit-transform: scale(4.2);
    transform: scale(4.2);
    opacity: 1;
  }
  .storeMap {
    width: 1086px;
    margin: 0 auto;
  }
  .storeContentsWrap {
    width: 1086px;
    margin: 0 auto;
    padding: 60px 0 110px;
  }
  .storeContents:not(:last-child) {
    margin-bottom: 80px;
  }
  .storeContents__ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .storeContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .storeContainer:not(:last-child) {
    margin-bottom: 10px;
  }
  .storeItems {
    width: 520px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .storeItems:not(:last-child) {
    margin-bottom: 30px;
  }
  .storeItemsArea {
    margin-bottom: 10px;
  }
  .storeItemsArea:hover .storeItemsArea__ttl, .storeItemsArea:hover .storeItemsArea__txt {
    color: #C30D23;
  }
  .storeItemsArea:hover:after {
    width: 10px;
    height: 22px;
    background: url(../img/ico_arrow_rd.png) no-repeat;
    background-size: 100%;
  }
  .storeItemsArea:after {
    width: 10px;
    height: 22px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .storeItemsArea__ttl {
    font-size: 24px;
    margin-bottom: 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .storeItemsArea__txt {
    width: 500px;
    font-size: 15px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .storeItems__link a {
    width: 110px;
    font-size: 12px;
    padding: 8px 0 8px 16px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .storeItems__link a:hover {
    background: #C30D23;
  }
  .storeItems__link a:before {
    left: 17px;
    width: 8px;
    height: 10px;
  }
  /* storeDetail */
  .storeDetailContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    width: 1066px;
    margin: 0 auto;
    padding: 120px 0 0;
    margin-bottom: 46px;
  }
  .storeDetail__inner {
    width: 460px;
    padding: 0;
  }
  .storeDetail__ttl {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .storeDetailItems:not(:last-child) {
    margin-bottom: 30px;
  }
  .storeDetailItems__ttl {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .storeDetailItems__txt {
    font-size: 18px;
  }
  .storeDetailItems__txt.mb {
    margin-bottom: 30px;
  }
  .storeDetailItems__link {
    width: 240px;
    margin: 0;
  }
  .storeDetailItems__link:before {
    left: 65px;
    width: 11px;
    height: 14px;
    z-index: 2;
  }
  .storeDetailItems__link a {
    position: relative;
    font-size: 15px;
    background: none;
    padding: 18px 0 18px 10px;
    overflow: hidden;
    z-index: 1;
  }
  .storeDetailItems__link a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #0F0E0E;
    z-index: -2;
  }
  .storeDetailItems__link a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 60px;
    height: 60px;
    background: #C30D23;
    border-radius: 50%;
    margin: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    z-index: -1;
    opacity: 0;
  }
  .storeDetailItems__link a:hover::after {
    -webkit-transform: scale(4.2);
    transform: scale(4.2);
    opacity: 1;
  }
  .storeDetailMap {
    width: 550px;
    margin-bottom: 0;
  }
  .storeDetailMap iframe {
    height: 700px;
  }
  .storeDetail__back {
    margin-bottom: 50px;
  }
  .storeDetail__back a {
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .storeDetail__back a:hover {
    color: #C30D23;
  }
  /* 404 */
  .notfoundItems {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 6%;
  }
  .notfound .link a {
    font-size: 16px;
  }
  .notfound h2 {
    font-size: 2.3vw;
  }
  /* howto */
  .howto__lead {
    font-size: 15px;
    line-height: 2.5;
    margin-bottom: 50px;
  }
  .howtoItems:not(:last-child) {
    margin-bottom: 50px;
  }
  .howtoItems__link {
    position: relative;
    color: #fff;
  }
  .howtoItems__link:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .howtoItems__img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
  }
  .howtoItems__img img {
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .howtoItemsContainer {
    position: absolute;
    top: 0;
    left: 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;
    width: 50%;
    height: 320px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px 0 0 20px;
    z-index: 1;
  }
  .howtoItems__ttl {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .howtoItems__txt {
    font-size: 14px;
    margin-bottom: 0;
  }
  /* recipe */
  .recipe__lead {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
  }
  .recipeContainer {
    width: 100%;
  }
  .recipeContainer__img {
    width: 199px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .recipeContainer__img:hover {
    opacity: .7;
  }
  .recipeContainer__img:nth-child(-n+10) {
    margin-bottom: 0%;
  }
  .recipeContainer__img:nth-child(-n+8) {
    margin-bottom: 8px;
  }
  .recipeContainer__img img {
    border-radius: 10px;
  }
  .recipeModalItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    height: 520px;
    overflow-y: none;
    overflow: hidden;
  }
  .recipeModalItemsImg {
    width: 360px;
    margin: 0;
    margin-right: 30px;
  }
  .recipeModalItemsImg__img {
    margin-bottom: 10px;
  }
  .recipeModalItemsImg__txt {
    font-size: 12px;
  }
  .recipeModalItemsImg__txt a {
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .recipeModalItemsImg__txt a:hover {
    color: #C30D23;
  }
  .recipeModalItemsTxt__txt {
    width: 370px;
    max-height: 430px;
    overflow-y: scroll;
    font-size: 14px;
    padding-right: 30px;
    margin-top: 20px;
  }
  #cboxContent {
    border-radius: 20px;
    position: absolute;
    top: 50%;
    height: 520px !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #cboxLoadedContent {
    padding: 0;
    box-sizing: unset;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    -ms-box-sizing: unset;
    border-radius: 20px;
    height: 520px !important;
  }
  #cboxClose {
    top: 9px;
    left: auto;
    right: 8px;
    width: 30px;
    height: 30px;
    -webkit-transform: none;
    transform: none;
  }
  #cboxPrevious {
    top: 50%;
    left: -25px;
    background: url(../img/ico_modal_prev_pc.png) no-repeat top left;
    background-size: 100%;
    width: 44px;
    height: 44px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #cboxNext {
    top: 50%;
    right: -25px;
    background: url(../img/ico_modal_next_pc.png) no-repeat top right;
    background-size: 100%;
    width: 44px;
    height: 44px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #colorbox, #cboxOverlay, #cboxWrapper {
    overflow: unset;
  }
  .recipeModalItems::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .recipeModalItems::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .recipeModalItems::-webkit-scrollbar-thumb {
    background-color: #DDDDDD;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
  .recipeModalItemsTxt__txt::-webkit-scrollbar {
    width: 6px;
  }
  .recipeModalItemsTxt__txt::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .recipeModalItemsTxt__txt::-webkit-scrollbar-thumb {
    background-color: #DDDDDD;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
  .recipeModal {
    display: none;
  }
  /* sauceArrange */
  .sauceArrange__lead {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    padding: 0;
    margin-bottom: 60px;
  }
  .sauceArrangeList {
    width: 1066px;
    margin: 0 auto 100px;
  }
  .sauceArrangeItems {
    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;
  }
  .sauceArrangeItems:not(:last-child) {
    margin-bottom: 60px;
  }
  .sauceArrangeItems__img {
    width: 660px;
    margin-bottom: 0;
  }
  .sauceArrangeItems__inner {
    width: 350px;
    padding: 0;
  }
  .sauceArrangeItems__ttl {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    letter-spacing: .5px;
    margin-bottom: 10px;
  }
  .sauceArrangeItems__txt {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .sauceArrangeItemsLink:not(:last-child) {
    margin-bottom: 10px;
  }
  .sauceArrangeItemsLink__ttl {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .sauceArrangeItems .link {
    text-align: left;
  }
  .sauceArrangeItems .link a {
    text-align: center;
  }
  .sauceArrangeIntro {
    padding: 0;
    margin-bottom: 106px;
  }
  .sauceArrangeIntro__img {
    margin-bottom: 20px;
  }
  .sauceArrangeIntro__img img {
    width: 220px;
  }
  .sauceArrangeIntroName {
    margin-bottom: 20px;
  }
  .sauceArrangeIntroName__ttl {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .sauceArrangeIntroName__txt {
    font-size: 22px;
    font-weight: 400;
  }
  .sauceArrangeIntro__txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .sauceArrangeIntro__sns a img {
    width: 34px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .sauceArrangeIntro__sns a img:hover {
    opacity: .7;
  }
  /* sauceRecipe */
  .sauceRecipe__lead {
    font-size: 14px;
    text-align: center;
    padding: 40px 0 80px;
  }
  .sauceRecipeContents {
    width: 1086px;
    margin: 0 auto 148px;
  }
  .sauceRecipeList.mb-tab {
    margin-bottom: 80px;
  }
  .sauceRecipeItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sauceRecipeItems:not(:last-child) {
    margin-bottom: 80px;
  }
  .sauceRecipeItems__img {
    width: 640px;
    margin-bottom: 0;
  }
  .sauceRecipeItems__inner {
    width: 396px;
    padding: 50px 0 0 0;
  }
  .sauceRecipeItems__ttl {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  .sauceRecipeItems__txt {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .sauceRecipeItemsHowtoContainer.mb-txt {
    margin-bottom: 20px;
  }
  .sauceRecipeItemsHowtoContainer__ttl {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 22px;
  }
  .sauceRecipeItemsHowtoContainerIngredients {
    padding-bottom: 22px;
  }
  .sauceRecipeItemsHowtoContainerIngredients:not(:last-child) {
    margin-bottom: 22px;
  }
  .sauceRecipeItemsHowtoContainerIngredientsContainer.mb {
    margin-bottom: 7px;
  }
  .sauceRecipeItemsHowtoContainerIngredients__left {
    font-size: 16px;
    letter-spacing: 0;
  }
  .sauceRecipeItemsHowtoContainerIngredients__right {
    font-size: 16px;
  }
  .sauceRecipeItemsHowtoContainerIngredients__note {
    font-size: 14px;
  }
  .sauceRecipeItemsHowto__txt {
    font-size: 14px;
    line-height: 1.7;
  }
  .sauceRecipeItemsHowtoPicList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sauceRecipeItemsHowtoPicItems {
    width: 160px;
    text-align: center;
  }
  .sauceRecipeItemsHowtoPicItems:not(:last-child) {
    margin-right: 20px;
  }
  .sauceRecipeItemsHowtoPicItems__img {
    margin-bottom: 10px;
  }
  .sauceRecipeItemsHowtoPicItems__txt {
    font-size: 14px;
  }
  .sauceRecipeVarious {
    padding: 100px 0;
  }
  .sauceRecipeVariousList {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sauceRecipeVariousListItems {
    width: 348px;
    cursor: pointer;
  }
  .sauceRecipeVariousListItems:hover img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .sauceRecipeVariousListItems:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .sauceRecipeVariousListItems__img {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    z-index: 1;
  }
  .sauceRecipeVariousListItems__img img {
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .sauceRecipeVariousListItems__txt {
    font-size: 14px;
    padding: 18px 0 22px;
  }
  .sauceRecipeTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .sauceRecipeTab.mb {
    margin-bottom: 80px;
  }
  .sauceRecipeTabItems {
    width: 350px;
  }
  .sauceRecipeTabItems:not(:last-child) {
    margin-bottom: 0;
  }
  .sauceRecipeTabItems a {
    font-size: 16px;
    padding: 32px 0 32px 40px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .sauceRecipeTabItems a svg.beer {
    left: 34px;
    width: 40px;
  }
  .sauceRecipeTabItems a svg.shochu {
    left: 88px;
    width: 44px;
  }
  .sauceRecipeTabItems a svg.wine {
    left: 84px;
    width: 33px;
  }
  .sauceRecipeTabItems a.active {
    cursor: default;
  }
  .sauceRecipeTabItems a .cls-1 {
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .sauceRecipeTabItems a:hover {
    color: #fff;
    background: #000;
  }
  .sauceRecipeTabItems a:hover .cls-1 {
    fill: #fff;
  }
  /* story */
  .story__inner {
    padding: 150px 0 80px;
  }
  .storyList {
    width: 900px;
    margin: 0 auto 130px;
  }
  .storyItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .storyItems:not(:last-child) {
    margin-bottom: 80px;
  }
  .storyItems__img {
    width: 360px;
    margin-bottom: 0;
  }
  .storyItems__inner {
    width: 480px;
    padding: 0;
  }
  .storyItems__ttl {
    margin-bottom: 30px;
  }
  .storyItems__txt {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2.7;
  }
  .storyLogo {
    margin-bottom: 130px;
  }
  .storyLogo img {
    width: 560px;
  }
  .story__img {
    text-align: center;
  }
  .story__img img {
    width: 900px;
  }
  /* quality */
  .quality__inner {
    padding: 150px 0 80px;
  }
  .qualityList {
    width: 900px;
    margin: 0 auto 130px;
  }
  .qualityItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .qualityItems:not(:last-child) {
    margin-bottom: 80px;
  }
  .qualityItems__img {
    width: 360px;
    margin-bottom: 0;
  }
  .qualityItems__inner {
    width: 480px;
    padding: 0;
  }
  .qualityItems__ttl {
    margin-bottom: 30px;
  }
  .qualityItems__txt {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2.7;
  }
  .qualityLogo {
    margin-bottom: 130px;
  }
  .qualityLogo img {
    width: 560px;
  }
  .quality__img {
    text-align: center;
  }
  .quality__img img {
    width: 900px;
  }
  /* cooking */
  .cooking__txt {
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }
  .cookingIntro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    margin-bottom: 60px;
  }
  .cookingIntro__txt {
    width: 190px;
    font-size: 24px;
    margin-bottom: 0;
  }
  .cookingIntroList {
    width: 620px;
  }
  .cookingIntroItems {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .5px;
  }
  .cookingIntroItems:not(:last-child) {
    margin-bottom: 10px;
  }
  .cookingList {
    margin-bottom: 100px;
  }
  .cookingItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cookingItems:not(:last-child) {
    margin-bottom: 26px;
  }
  .cookingItems__img {
    width: 50%;
  }
  .cookingItemsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 260px;
    padding: 0 40px;
    border-radius: 0 20px 20px 0;
  }
  .cookingItems__inner {
    width: 100%;
  }
  .cookingItems__lead {
    font-size: 26px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cookingItems__txt {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
  /* buy */
  .buy__txt {
    font-size: 14px;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .buyList {
    margin-bottom: 100px;
  }
  .buyItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .buyItems:not(:last-child) {
    margin-bottom: 26px;
  }
  .buyItems__img {
    width: 50%;
  }
  .buyItemsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 260px;
    padding: 0 40px;
    border-radius: 0 20px 20px 0;
  }
  .buyItems__inner {
    width: 100%;
  }
  .buyItems__lead {
    font-size: 26px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .buyItems__txt {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
  /* online */
  .online__txt {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .online__txt a {
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .online__txt a:hover {
    opacity: .7;
  }
  .online__img {
    text-align: center;
    margin-bottom: 80px;
  }
  .online__img a {
    display: inline-block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .online__img a:hover {
    opacity: .8;
  }
  .online__img a img {
    width: 640px;
  }
  .onlineList {
    margin-bottom: 100px;
  }
  .onlineItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .onlineItems:not(:last-child) {
    margin-bottom: 26px;
  }
  .onlineItems__img {
    width: 50%;
    border-radius: 20px 0 0 20px;
  }
  .onlineItemsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 260px;
    padding: 0 40px;
    border-radius: 0 20px 20px 0;
  }
  .onlineItems__inner {
    width: 100%;
  }
  .onlineItems__lead {
    font-size: 26px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .onlineItems__txt {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
  /* allergie */
  .allergie__lead {
    font-size: 15px;
    line-height: 2.5;
    padding: 40px 0 50px;
  }
  .allergie__img {
    width: 1086px;
    margin: 0 auto;
  }
  .allergieContents {
    width: 820px;
    margin: 0 auto;
    padding: 60px 0 120px;
  }
  .allergieItems {
    padding: 30px 50px;
    border-radius: 20px;
  }
  .allergieItems:not(:last-child) {
    margin-bottom: 20px;
  }
  .allergieItems__ttl {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .allergieItems__txt {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .allergieItemsDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .allergieItemsDetail:not(:last-child) {
    margin-bottom: 10px;
  }
  .allergieItemsDetail__ttl {
    width: 40px;
    margin-bottom: 0;
  }
  .allergieItemsDetail__txt {
    width: 670px;
  }
}

/*add0816 frisk */
/*TODO scss marge after 8/18*/
.newopen {
  background: #C30D23;
  color: #fff;
  font-size: 13px;
  padding: 4px 5px 5px;
  border-radius: 3px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
}

.newsContents .newsItems {
  display: inherit;
}

@media screen and (min-width: 768px) {
  .newsContents .newsItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

input[type="submit"] {
  -webkit-appearance: none;
}

@media screen and (min-width: 768px) {
  .form_row input[type="submit"] {
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .form_row input[type="submit"]:hover {
    background: #C30D23;
  }
}
/*# sourceMappingURL=sub.css.map */