@charset "UTF-8";
@import "https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/css/yakuhanjp.min.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
audio:not([controls]) {
  display: none;
}
button {
  overflow: visible;
}
details {
  display: block;
}
input[type="number"] {
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
main {
  display: block;
}
summary {
  display: block;
}
pre {
  overflow: auto;
}
progress {
  display: inline-block;
}
small {
  font-size: 75%;
}
template {
  display: none;
}
textarea {
  overflow: auto;
}
[hidden] {
  display: none;
}
*,
:before,
:after {
  box-sizing: inherit;
}
* {
  font-size: inherit;
  line-height: inherit;
}
:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}
* {
  margin: 0;
  padding: 0;
}
:root {
  box-sizing: border-box;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}
html {
  background-color: #fff;
  color: #000;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
button,
input,
select,
textarea {
  background-color: transparent;
}
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
nav ol,
nav ul {
  list-style: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: vertical;
}
::selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fffae6;
}
body {
  min-height: 100vh;
  color: #333;
  background: #fffae6;
  word-wrap: break-word;
  font-size: 1rem;
  font-family: YakuHanJP, kozuka-gothic-pr6n, -apple-system, BlinkMacSystemFont,
    Helvetica Neue, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,
    "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  text-align: justify;
  letter-spacing: 0.1em;
  animation: fadein 3s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: #000;
}
p {
  margin-top: 1rem;
}
ol {
  padding-left: 1em;
}
.l-header {
  width: 100%;
  border-bottom: 1px solid #000;
  position: fixed;
  top: 0;
  left: 0;
  background: #fffae6;
}
.l-header__inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}
.l-footer {
  border-top: 1px solid #000;
}
.l-footer__inner {
  width: 1100px;
  padding: 40px 50px;
  margin: 0 auto;
}
.l-main {
  margin-top: 135px;
}
.l-section {
  border-top: 1px solid #d9cb9e;
}
.l-section.-bg {
  background: #faf8f2;
}
.l-section__inner {
  max-width: 960px;
  padding: 5rem 0;
  margin: 0 auto;
}
.l-section__inner.-sm {
  width: 768px;
}
.l-wrapper {
  position: relative;
}
.l-inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}
.js-inFadeIn {
  opacity: 0;
  transition: all 7s;
}
.js-fadeIn {
  opacity: 1;
}
.js-inUp {
  transform: translate(0, 40px);
  transition: 1s;
}
.js-slideUp {
  transform: translate(0, 0);
}
.js-inFadeInUp {
  opacity: 0;
  transform: translate(0, 40px);
  transition: 1s;
}
.js-fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
}
.js-inLeft {
  transform: translate(40px, 0);
  transition: 1s;
}
.js-slideLeft {
  transform: translate(0, 0);
}
.js-inFadeInLeft {
  opacity: 0;
  transform: translate(40px, 0);
  transition: 1s;
}
.js-fadeInLeft {
  opacity: 1;
  transform: translate(0, 0);
}
.js-inRight {
  transform: translate(-40px, 0);
  transition: 1s;
}
.js-slideRight {
  transform: translate(0, 0);
}
.js-inFadeInRight {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: 1s;
}
.js-fadeInRight {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.js-inZoomIn {
  transform: scale(0, 0);
  transition: 1s;
}
.js-zoomIn {
  transform: scale(1, 1);
}
input[type="text"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
  outline: none;
  display: inline-block;
  background: #eee;
  -webkit-appearance: none;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  transition: all 0.3s;
}
input[type="text"].-full,
input[type="url"].-full,
input[type="tel"].-full,
input[type="password"].-full,
input[type="email"].-full,
textarea.-full {
  width: 100%;
}
input[type="text"].-middle,
input[type="url"].-middle,
input[type="tel"].-middle,
input[type="password"].-middle,
input[type="email"].-middle,
textarea.-middle {
  width: 50%;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0 0.5rem #9696f0;
  border: 1px solid #9696f0;
}
input[type="radio"] {
  display: none;
}
.label-radio {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
  cursor: pointer;
}
.label-radio:before {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1px solid #ccc;
  border-radius: 50%;
}
input[type="radio"]:checked + label:after {
  position: absolute;
  left: 0.25rem;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  border-radius: 50%;
}
input[type="checkbox"] {
  display: none;
}
.select-wrap {
  position: relative;
}
.select-wrap:before {
  z-index: 1;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  font-family: fontAwesome, sans-serif;
  font-style: normal;
  font-weight: 400;
  content: "\f107";
  font-size: 1.25em;
  color: #000;
  pointer-events: none;
}
select {
  text-overflow: "";
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  padding: 0.25rem 0.5rem;
  background: #eee;
  width: 100%;
  border-radius: 5px;
  padding-right: 2rem;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
.c-form {
  width: 100%;
}
.c-form__required {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0 0.25rem;
  background: #9696f0;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 2px;
}
.c-form__item {
  width: 100%;
  padding: 1rem 0;
}
.c-form__title {
  width: 100%;
  font-weight: 700;
}
.c-form__body {
  width: 100%;
  margin-top: 0.5rem;
}
.c-form__bottom {
  text-align: center;
  margin-top: 2rem;
}
.c-form__box {
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0.5rem;
}
.c-form__box:last-child {
  padding: 0;
}
.c-form__box > .title {
  padding-right: 0.5rem;
  font-weight: 700;
}
.c-form__btn {
  width: 330px;
  height: 40px;
  line-height: 40px;
  font-size: 1.125rem;
  background: #9696f0;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.3em;
}
textarea {
  width: 100%;
}
.p-header {
  width: 100%;
  height: 100%;
}
.p-header__brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 0;
  height: 100%;
}
.p-header__logo {
  width: 192px;
  height: auto;
}
.p-header__desc {
  width: 122px;
  height: auto;
}
.p-gnav {
  width: 780px;
  margin: 0 auto;
}
.p-gnav__list {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.p-gnav__item {
  width: 130px;
}
.p-gnav__item > a {
  width: 100%;
  text-decoration: none;
  transition: 0.3s;
}
.p-gnav__item > a:hover {
  opacity: 0.3;
}
.p-fnav {
  display: -ms-flexbox;
  display: flex;
}
.p-fnav__item {
  letter-spacing: 0.1em;
}
.p-fnav__item > a {
  text-decoration: none;
}
.p-fnav__list {
  list-style-type: none;
}
.p-fnav__list.-main {
  font-size: 0.9375rem;
}
.p-fnav__list.-sub {
  padding-left: 175px;
  font-size: 0.75rem;
}
.p-fnav__list.-sub .p-fnav__item {
  border: none;
}
.p-hero {
  width: 100%;
  background: #f0ebcf;
  margin-top: 135px;
}
.p-hero__inner {
  width: 1100px;
  margin: 0 auto;
}
.p-footer {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-footer__sns {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.p-footer__sns > li {
  width: 35px;
}
.p-footer__sns > li:nth-child(2) {
  margin: 0 22px;
}
.p-footer__sns > li > a {
  display: block;
  width: 100%;
  height: auto;
}
.p-footer__copyright {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 0.75rem;
  text-align: center;
}
.p-pagination__inner {
  width: 1100px;
  margin: 0 auto;
  padding: 150px 50px 50px;
}
.p-pagination__list {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-pagination__item {
  width: 240px;
  height: 100px;
}
.p-pagination__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.p-pagination__btn.-story {
  background: #5a5aaa;
}
.p-pagination__btn.-story:hover {
  background: #2d2d55;
}
.p-pagination__btn.-story > img {
  width: 105px;
  height: auto;
}
.p-pagination__btn.-commitment {
  background: #d75050;
}
.p-pagination__btn.-commitment:hover {
  background: #6b2828;
}
.p-pagination__btn.-commitment > img {
  width: 131px;
  height: auto;
}
.p-pagination__btn.-company {
  background: #9b5ab4;
}
.p-pagination__btn.-company:hover {
  background: #4d2d5a;
}
.p-pagination__btn.-company > img {
  width: 105px;
  height: auto;
}
.p-pagination__btn.-products {
  background: #c88750;
}
.p-pagination__btn.-products:hover {
  background: #644328;
}
.p-pagination__btn.-products > img {
  width: 105px;
  height: auto;
}
.p-pagination__btn.-contact {
  background: #999;
}
.p-pagination__btn.-contact:hover {
  background: #4c4c4c;
}
.p-pagination__btn.-contact > img {
  width: 139px;
  height: auto;
}
.p-spnav {
  display: none;
}
.p-menuBtn {
  display: none;
}
.p-menuClose {
  display: none;
}
.js-musk {
  display: none;
}
.top-lead {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 1100px;
  margin: 0 auto;
  padding: 85px 50px;
  padding-right: 0;
}
.top-lead__body {
  width: 538px;
}
.top-lead__title {
  margin-bottom: 70px;
}
.top-lead__title > .-pc {
  width: 454px;
}
.top-lead__title > .-sp {
  display: none;
}
.top-lead__text > .-sp {
  display: none;
}
.top-lead__box {
  width: 493px;
}
.top-lead__box > ._list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-lead__box > ._list > ._item {
  text-align: center;
}
.top-lead__box > ._list > ._item > ._cap {
  margin: 0 auto;
}
.top-lead__box > ._list > ._item:nth-child(1) {
  width: 187px;
}
.top-lead__box > ._list > ._item:nth-child(1) > ._cap {
  width: 139px;
}
.top-lead__box > ._list > ._item:nth-child(2) {
  width: 276px;
}
.top-lead__box > ._list > ._item:nth-child(2) > ._cap {
  width: 151px;
}
.top-con01 {
  width: 1100px;
  margin: 0 auto 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 19px;
}
.top-con01__box > ._title {
  position: relative;
  padding-bottom: 15px;
}
.top-con01__box > ._body {
  width: 100%;
  border-top: 1px solid;
  list-style-type: none;
  padding-top: 25px;
  padding-left: 50px;
}
.top-con01__box:nth-child(1) {
  width: 525px;
}
.top-con01__box:nth-child(1) > ._title {
  position: relative;
  left: 50px;
  width: 288px;
}
.top-con01__box:nth-child(1) > ._body {
  padding-left: 50px;
}
.top-con01__box:nth-child(2) {
  width: 420px;
}
.top-con01__box:nth-child(2) > ._title {
  width: 163px;
}
.top-con01__box:nth-child(2) > ._body {
  padding-left: 20px;
}
.top-con02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 698px;
  margin: 0 auto;
}
.top-con02__head {
  position: relative;
  height: 406px;
}
.top-con02__head > ._title {
  position: relative;
  z-index: 2;
  width: 165px;
  margin: 0 auto;
}
.top-con02__head > ._pic {
  position: absolute;
  bottom: 0;
}
.top-con02__more {
  text-decoration: none;
  color: #333;
  text-align: center;
}
.top-con02__body {
  width: 180px;
  margin: 0 auto;
  letter-spacing: 0;
}
.top-con02__box:nth-child(1) > a {
  display: block;
  width: 356px;
  text-decoration: none;
}
.top-con02__box:nth-child(1) .top-con02__more {
  color: #5a5aaa;
}
.top-con02__box:nth-child(2) > a {
  display: block;
  width: 290px;
  text-decoration: none;
}
.top-con02__box:nth-child(2) .top-con02__more {
  color: #d75050;
}
.top-bottom {
  margin-top: 100px;
}
.top-bottom__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.top-bottom__inner > .-sp {
  display: none;
}
.top-bottom__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 240px;
  height: 100px;
  background: #c88750;
  transition: 0.3s;
}
.top-bottom__btn:hover {
  background: #644328;
}
.top-bottom__btn > img {
  width: 105px;
  height: auto;
}
.story__title {
  width: 268px;
  margin: 0 auto;
}
.story__list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.story__item {
  position: relative;
}
.story__item > ._title {
  width: 150px;
  z-index: 2;
}
.story__item > ._body {
  width: 240px;
  padding-top: 70px;
  letter-spacing: 0.01em;
}
.story__item.-con01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 466px;
}
.story__item.-con01 > ._title {
  margin-left: auto;
  margin-right: 46px;
}
.story__item.-con01 > ._pic {
  position: absolute;
  bottom: 120px;
}
.story__item.-con02 {
  position: relative;
  top: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 500px;
}
.story__item.-con02 > ._title {
  z-index: 2;
  position: relative;
  margin-right: 80px;
}
.story__item.-con02 > ._body {
  z-index: 1;
  position: relative;
  margin-right: 0;
}
.story__item.-con02 > ._pic {
  position: absolute;
  top: 200px;
  left: 0;
}
.story__item.-con03 {
  position: relative;
  top: -100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 500px;
}
.story__item.-con03 > ._title {
  margin-right: 80px;
}
.story__item.-con03 > ._body {
  margin-right: auto;
}
.story__item.-con03 > ._pic {
  position: absolute;
  bottom: 50px;
  right: 25px;
}
.story__item.-con04 {
  position: relative;
  top: 230px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 500px;
}
.story__item.-con04 > ._title {
  z-index: 2;
  position: relative;
  margin-right: 80px;
}
.story__item.-con04 > ._body {
  z-index: 1;
  position: relative;
  margin-right: 0;
}
.story__item.-con04 > ._pic {
  position: absolute;
  top: 200px;
  left: 0;
  width: 220px;
}
.story__item.-con05 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 500px;
  top: -30px;
}
.story__item.-con05 > ._title {
  z-index: 2;
  position: relative;
  margin-right: 80px;
}
.story__item.-con05 > ._body {
  z-index: 1;
  position: relative;
  margin-right: auto;
}
.story__item.-con05 > ._pic {
  position: absolute;
  bottom: -80px;
  right: 0;
}
.commitment__head {
  min-height: 430px;
  background-image: url(../images/commitment/commitment_head01.png),
    url(../images/commitment/commitment_head02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 50px left, top 110px right;
}
.commitment__title {
  position: relative;
  width: 306px;
  margin: 0 auto 50px;
}
.commitment__lead {
  width: 654px;
  margin: 0 auto 100px;
}
.commitment__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.commitment__item {
  position: relative;
  width: 220px;
}
.commitment__item > ._title {
  width: 150px;
  margin: 0 auto 40px;
}
.commitment__item > ._body {
  min-height: 350px;
  margin-bottom: 70px;
  letter-spacing: 0;
}
.commitment__item > ._pic {
  -ms-flex-order: 2;
  order: 2;
}
.company__head {
  margin-bottom: 60px;
}
.company__title {
  position: relative;
  width: 275px;
  margin: 0 auto;
}
.company__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 841px;
  margin: 0 auto;
}
.company__box {
  text-align: initial;
  letter-spacing: 0;
}
.company__box:nth-child(1) {
  width: 428px;
}
.company__box:nth-child(2) {
  width: 336px;
  font-size: 0.75rem;
  line-height: 2.666;
}
.company__box.-map {
  margin-top: 80px;
}
.company__box.-map > ._title {
  text-align: center;
}
.company__detail > dt {
  float: left;
}
.company__detail > dt:after {
  content: "：";
}
.products__body {
  padding-left: 100px;
}
.products__title {
  position: relative;
  width: 273px;
  margin: 0 auto;
}
.products__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.products__item {
  position: relative;
}
.products__item > ._pic > img {
  width: inherit;
  height: auto;
}
.products__item > ._body {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0;
  padding-left: 1em;
}
.products__item > ._body > ._name {
  display: block;
}
.products__item > ._body > ._name > ._border {
  margin-left: 0.25em;
  padding: 0 0.5em;
  border: 1px solid;
  border-radius: 3px;
}
.products__item > ._body > ._unit {
  display: block;
}
.products__item > ._body > ._num {
  display: block;
}
.products__cat {
  position: relative;
  width: 1100px;
  margin: 0 auto 80px;
  padding: 0 0 0 50px;
}
.products__cat:last-child {
  margin-bottom: 0;
}
.products__cat.-bord {
  background-image: url(../images/products/bg01.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.products__cat.-bord > .cat_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 149px;
}
.products__cat.-bord > .products__list {
  width: 823px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.products__cat.-bord > .products__list.-upper {
  padding-top: 80px;
}
.products__cat.-bord > .products__list > .products__item {
  margin-bottom: 40px;
}
.products__cat.-bord > .products__list > .products__item > ._pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 254px;
}
.products__cat.-bord > .products__list > .products__item.-num01 > ._pic {
  width: 140px;
}
.products__cat.-bord > .products__list > .products__item.-num02 > ._pic {
  width: 140px;
}
.products__cat.-bord > .products__list > .products__item.-num03 > ._pic {
  width: 137px;
}
.products__cat.-bord > .products__list > .products__item.-num04 > ._pic {
  width: 137px;
}
.products__cat.-bord > .products__list > .products__item.-num05 > ._pic {
  width: 136px;
}
.products__cat.-bord > .products__list > .products__item.-num06 > ._pic {
  width: 136px;
}
.products__cat.-bord > .products__list > .products__item.-num07 > ._pic {
  width: 130px;
}
.products__cat.-bord > .products__list > .products__item.-num08 > ._pic {
  width: 130px;
}
.products__cat.-bord > .products__list > .products__item.-num09 > ._pic {
  width: 188px;
}
.products__cat.-fried {
  background-image: url(../images/products/bg02.png);
  background-repeat: no-repeat;
  background-position: top 20px right;
}
.products__cat.-fried > .cat_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
}
.products__cat.-fried > .products__list {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.products__cat.-fried > .products__list.-upper {
  width: 453px;
  padding-top: 80px;
}
.products__cat.-fried > .products__list.-under {
  width: 934px;
}
.products__cat.-fried > .products__list.-under > .products__item > ._pic {
  height: 240px;
}
.products__cat.-fried > .products__list > .products__item {
  margin-bottom: 40px;
}
.products__cat.-fried > .products__list > .products__item > ._pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.products__cat.-fried > .products__list > .products__item.-num01 > ._icon {
  position: absolute;
  display: inline-block;
  right: -20px;
  top: -35px;
}
.products__cat.-fried
  > .products__list
  > .products__item.-num01
  > ._icon
  > img {
  width: 55px;
  height: 55px;
}
.products__cat.-fried > .products__list > .products__item.-num01 > ._pic {
  width: 171px;
}
.products__cat.-fried > .products__list > .products__item.-num02 > ._icon {
  position: absolute;
  display: inline-block;
  right: -20px;
  top: -35px;
}
.products__cat.-fried
  > .products__list
  > .products__item.-num02
  > ._icon
  > img {
  width: 55px;
  height: 55px;
}
.products__cat.-fried > .products__list > .products__item.-num02 > ._pic {
  width: 253px;
}
.products__cat.-fried > .products__list > .products__item.-num03 > ._pic {
  width: 174px;
}
.products__cat.-fried > .products__list > .products__item.-num04 > ._pic {
  width: 249px;
}
.products__cat.-fried > .products__list > .products__item.-num05 > ._pic {
  width: 211px;
}
.products__cat.-fried > .products__list > .products__item.-num06 > ._pic {
  width: 234px;
}
.products__cat.-friedpack > .cat_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 168px;
}
.products__cat.-friedpack > .products__list.-upper {
  width: 897px;
  padding-top: 80px;
}
.products__cat.-friedpack > .products__list.-under {
  width: 902px;
}
.products__cat.-friedpack > .products__list > .products__item {
  margin-bottom: 40px;
}
.products__cat.-friedpack > .products__list > .products__item > ._pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.products__cat.-friedpack > .products__list > .products__item.-num01 > ._pic {
  width: 187px;
}
.products__cat.-friedpack > .products__list > .products__item.-num02 > ._pic {
  width: 189px;
}
.products__cat.-friedpack > .products__list > .products__item.-num03 > ._pic {
  width: 188px;
}
.products__cat.-friedpack > .products__list > .products__item.-num04 > ._pic {
  width: 191px;
}
.products__cat.-friedpack > .products__list > .products__item.-num05 > ._pic {
  width: 191px;
}
.products__cat.-friedpack > .products__list > .products__item.-num06 > ._pic {
  width: 190px;
}
.products__cat.-friedpack > .products__list > .products__item.-num07 > ._pic {
  width: 190px;
}
.products__cat.-friedpack > .products__list > .products__item.-num08 > ._pic {
  width: 191px;
}
.products__cat.-rolledomelet {
  background-image: url(../images/products/bg03.png);
  background-repeat: no-repeat;
  background-position: bottom 88px right;
}
.products__cat.-rolledomelet > .cat_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 97px;
}
.products__cat.-rolledomelet > .products__list {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.products__cat.-rolledomelet > .products__list.-upper {
  width: 841px;
  padding-top: 128px;
}
.products__cat.-rolledomelet
  > .products__list.-upper
  > .products__item
  > ._pic {
  height: 303px;
}
.products__cat.-rolledomelet > .products__list.-under {
  width: 420px;
}
.products__cat.-rolledomelet
  > .products__list.-under
  > .products__item
  > ._pic {
  height: 365px;
}
.products__cat.-rolledomelet > .products__list > .products__item {
  margin-bottom: 40px;
}
.products__cat.-rolledomelet > .products__list > .products__item > ._pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.products__cat.-rolledomelet
  > .products__list
  > .products__item.-num01
  > ._pic {
  width: 117px;
}
.products__cat.-rolledomelet
  > .products__list
  > .products__item.-num02
  > ._pic {
  width: 110px;
}
.products__cat.-rolledomelet
  > .products__list
  > .products__item.-num03
  > ._pic {
  width: 112px;
}
.products__cat.-rolledomelet
  > .products__list
  > .products__item.-num04
  > ._pic {
  width: 119px;
}
.products__cat.-rolledomelet
  > .products__list
  > .products__item.-num05
  > ._pic {
  width: 112px;
}
.products__cat.-rolledomelet
  > .products__list
  > .products__item.-num06
  > ._pic {
  width: 218px;
}
.products__cat.-wholesale > .cat_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 117px;
}
.products__cat.-wholesale > .products__list {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.products__cat.-wholesale > .products__list > .products__item {
  position: relative;
}
.products__cat.-wholesale > .products__list > .products__item > ._pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.products__cat.-wholesale > .products__list > .products__item.-num01 > ._icon {
  position: absolute;
  display: inline-block;
  right: 25px;
  top: 47px;
}
.products__cat.-wholesale
  > .products__list
  > .products__item.-num01
  > ._icon
  > img {
  width: 55px;
  height: 55px;
}
.products__cat.-wholesale > .products__list > .products__item.-num01 > ._pic {
  width: 224px;
}
.products__cat.-wholesale > .products__list > .products__item.-num02 > ._pic {
  width: 239px;
}
.products__cat.-wholesale > .products__list > .products__item.-num03 > ._pic {
  width: 203px;
}
.products__cat.-wholesale > .products__list > .products__item.-num03 > ._pic {
  width: 210px;
}
.products__cat.-wholesale > .products__list > .products__item.-num04 > ._pic {
  width: 203px;
}
.products__cat.-wholesale > .products__list > .products__item.-num05 > ._pic {
  width: 223px;
}
.products__cat.-wholesale > .products__list > .products__item.-num06 > ._pic {
  width: 204px;
}
.products__cat.-wholesale > .products__list > .products__item.-num07 > ._pic {
  width: 207px;
}
.products__cat.-wholesale > .products__list > .products__item.-num08 > ._pic {
  width: 165px;
}
.products__cat.-wholesale > .products__list.-upper {
  width: 922px;
  padding-top: 80px;
}
.products__cat.-wholesale > .products__list.-upper ._pic {
  height: 233px;
}
.products__cat.-wholesale > .products__list.-under {
  width: 895px;
}
@keyframes bgcolor {
  0% {
    background-position: 50% 0;
  }
  25% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 50% 85%;
  }
  75% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 50% 0;
  }
}
.contact__title {
  position: relative;
  width: 268px;
  margin: 0 auto;
}
.contact__body {
  width: 850px;
  margin: 40px auto 0;
  padding: 80px;
  background: #fff;
  box-shadow: 2px 2px 4px #ccc;
}
.u-nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
}
.u-sp {
  display: none;
}
.u-fw-b {
  font-weight: 700;
}
.l-header {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    width: 100%;
    height: 13.33333vw;
    padding: 0 4vw;
  }
  .l-footer__inner {
    width: 100%;
    padding: 0;
  }
  .l-main {
    margin-top: 13.33333vw;
  }
  .l-section__inner {
    padding: 3rem 1rem 4rem;
  }
  .l-section__inner.-sm {
    width: 100%;
  }
  .l-inner {
    width: 100%;
    padding: 0 2.66667vw;
  }
  .c-gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .c-gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  input[type="text"].-middle,
  input[type="url"].-middle,
  input[type="tel"].-middle,
  input[type="password"].-middle,
  input[type="email"].-middle,
  textarea.-middle {
    width: 100%;
  }
  .c-form__item {
    display: block;
  }
  .c-form__title {
    width: 100%;
  }
  .c-form__body {
    width: 100%;
  }
  .c-form__btn {
    width: 42.66667vw;
    height: 13.33333vw;
    line-height: 13.33333vw;
  }
  .p-header__brand {
    padding: 0;
  }
  .p-header__logo {
    width: 32.53333vw;
  }
  .p-header__desc {
    display: none;
  }
  .p-header__nav {
    display: none;
  }
  .p-fnav {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-fnav__item {
    text-align: center;
    border-bottom: 1px solid;
  }
  .p-fnav__list.-main {
    font-size: 4vw;
  }
  .p-fnav__list.-main > .p-fnav__item:first-child {
    border-top: 1px solid;
  }
  .p-fnav__list.-sub {
    padding: 8vw 0;
  }
  .p-hero {
    margin-top: 13.33333vw;
  }
  .p-hero__inner {
    width: 100%;
  }
  .p-footer {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 9.33333vw;
  }
  .p-footer__sns {
    -ms-flex-order: 1;
    order: 1;
    padding: 12vw 0;
    margin: 0 auto;
  }
  .p-footer__sns > li {
    width: 9.33333vw;
  }
  .p-footer__copyright {
    position: inherit;
    font-size: 2.66667vw;
    letter-spacing: 0;
    -ms-flex-order: 3;
    order: 3;
  }
  .p-pagination__inner {
    width: 100%;
    padding: 0;
  }
  .p-pagination__list {
    display: block;
  }
  .p-pagination__item {
    width: 100%;
    height: 75px;
    margin-top: 10px;
  }
  .p-pagination__item:nth-child(1) {
    margin-top: 0;
  }
  .p-spnav {
    z-index: 2;
    position: fixed;
    top: 13.33333vw;
    right: 0;
    opacity: 0;
  }
  .p-spnav__list {
    list-style-type: none;
  }
  .p-spnav__item {
    width: 73.33333vw;
    height: 13.33333vw;
    line-height: 1;
  }
  .p-spnav__item > a {
    background: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 4vw;
  }
  .p-spnav__item > a > img {
    width: 62.53333vw;
  }
  .p-spnav.is-active {
    opacity: 1;
  }
  .p-menuBtn {
    z-index: 999;
    display: block;
    position: fixed;
    top: 1.83333vw;
    right: 4vw;
    width: 8vw;
    height: 6vw;
  }
  .p-menuBtn > img {
    width: 100%;
    height: 100%;
  }
  .p-menuClose {
    z-index: 999;
    display: block;
    position: fixed;
    top: 16.53333vw;
    left: 4vw;
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .p-menuClose > img {
    width: 100%;
    height: 100%;
  }
  .js-musk.is-active {
    display: block;
    position: fixed;
    top: 13.33333vw;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  }
  .top-lead {
    width: 100%;
    padding: 9.33333vw 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-lead__body {
    width: 100%;
  }
  .top-lead__title {
    margin-bottom: 35px;
  }
  .top-lead__title > .-sp {
    display: block;
    width: 67.2vw;
    margin: 0 auto;
  }
  .top-lead__title > .-pc {
    display: none;
  }
  .top-lead__text {
    width: 82.93333vw;
    margin: 0 auto;
  }
  .top-lead__text > .-pc {
    display: none;
  }
  .top-lead__text > .-sp {
    display: inline-block;
  }
  .top-lead__box {
    width: 100%;
  }
  .top-lead__box > ._pic {
    padding: 9.33333vw 0 9.33333vw 5.33333vw;
  }
  .top-lead__box > ._list {
    display: block;
  }
  .top-lead__box > ._list > ._item:nth-child(1) {
    width: 55.46667vw;
    margin: 0 auto 12vw;
  }
  .top-lead__box > ._list > ._item:nth-child(1) > ._cap {
    width: 37.33333vw;
  }
  .top-lead__box > ._list > ._item:nth-child(2) {
    width: 80vw;
    margin: 0 auto;
  }
  .top-lead__box > ._list > ._item:nth-child(2) > ._cap {
    width: 40vw;
  }
  .top-con01 {
    display: block;
    width: 100%;
  }
  .top-con01__box {
    border-top: 1px solid;
  }
  .top-con01__box > ._title {
    padding: 7.46667vw 0;
  }
  .top-con01__box > ._body {
    font-size: 4.26667vw;
    padding: 6.66667vw 0;
  }
  .top-con01__box:nth-child(1) {
    width: 100%;
  }
  .top-con01__box:nth-child(1) > ._title {
    width: 68.8vw;
    left: inherit;
    margin: 0 auto;
  }
  .top-con01__box:nth-child(1) > ._body {
    padding-left: 0;
    text-align: center;
    letter-spacing: 0;
    line-height: 2.125;
  }
  .top-con01__box:nth-child(2) {
    width: 100%;
  }
  .top-con01__box:nth-child(2) > ._title {
    width: 41.86667vw;
    margin: 0 auto;
  }
  .top-con02 {
    width: 100%;
    display: block;
  }
  .top-con02__head {
    height: auto;
  }
  .top-con02__head > ._title {
    width: 56vw;
  }
  .top-con02__head > ._pic {
    position: relative;
  }
  .top-con02__body {
    width: 86.4vw;
  }
  .top-con02__box {
    padding: 12vw 0 14.66667vw;
  }
  .top-con02__box:nth-child(1) {
    background: #dcf0ff;
  }
  .top-con02__box:nth-child(1) > a {
    width: 100%;
  }
  .top-con02__box:nth-child(1) > a .top-con02__head {
    margin-top: -14.66667vw;
  }
  .top-con02__box:nth-child(1) > a .top-con02__head > ._title {
    top: 14.66667vw;
  }
  .top-con02__box:nth-child(2) {
    background: #fdede9;
  }
  .top-con02__box:nth-child(2) > a {
    width: 100%;
  }
  .top-con02__box:nth-child(2) > a .top-con02__head {
    margin-top: -26.66667vw;
  }
  .top-con02__box:nth-child(2) > a .top-con02__head > ._title {
    top: 26.66667vw;
  }
  .top-bottom {
    margin-top: 0;
  }
  .top-bottom__inner {
    width: 100%;
  }
  .top-bottom__inner > .-pc {
    display: none;
  }
  .top-bottom__inner > .-sp {
    display: block;
    width: 100vw;
    margin-bottom: 2.66667vw;
  }
  .top-bottom__btn {
    width: 100vw;
    height: 20vw;
  }
  .story__title {
    width: 61.33333vw;
  }
  .story__item {
    margin-bottom: 40px;
  }
  .story__item.-con01 {
    width: 100%;
  }
  .story__item.-con01 > ._title {
    margin-right: 0;
  }
  .story__item.-con01 > ._body {
    width: 49.33333vw;
  }
  .story__item.-con01 > ._pic {
    position: relative;
    bottom: initial;
  }
  .story__item.-con02 {
    top: initial;
    width: 100%;
  }
  .story__item.-con02 > ._body {
    width: 100%;
  }
  .story__item.-con02 > ._pic {
    top: 70px;
    left: initial;
    right: 0;
  }
  .story__item.-con03 {
    top: initial;
  }
  .story__item.-con03 > ._title {
    margin-right: 0;
  }
  .story__item.-con03 > ._body {
    width: 100%;
    z-index: 2;
  }
  .story__item.-con03 > ._pic {
    bottom: initial;
    right: initial;
    left: 0;
    padding-top: 24vw;
  }
  .story__item.-con04 {
    top: initial;
  }
  .story__item.-con04 > ._body {
    width: 100%;
  }
  .story__item.-con04 > ._pic {
    top: 120px;
    left: initial;
    right: 0;
  }
  .story__item.-con05 {
    top: initial;
  }
  .story__item.-con05 > ._title {
    margin-right: 0;
  }
  .story__item.-con05 > ._body {
    width: 100%;
  }
  .story__item.-con05 > ._pic {
    bottom: initial;
    top: 100px;
    right: initial;
    left: 0;
  }
  .commitment__head {
    min-height: initial;
    background-image: none;
  }
  .commitment__title {
    width: 68.26667vw;
    left: 5.33333vw;
  }
  .commitment__lead {
    width: 100%;
    margin-bottom: 0;
  }
  .commitment__list {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16vw;
  }
  .commitment__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .commitment__item > ._title {
    position: relative;
    top: 13.33333vw;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }
  .commitment__item > ._body {
    min-height: initial;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 8vw;
    margin-bottom: 0;
  }
  .commitment__item > ._pic {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .company__title {
    width: 60.26667vw;
    left: 1.46667vw;
  }
  .company__wrap {
    width: 100%;
    display: block;
  }
  .company__box:nth-child(1) {
    width: 100%;
    font-size: 4vw;
    letter-spacing: -0.025em;
    margin-bottom: 13.33333vw;
  }
  .company__box:nth-child(1) > ._title {
    margin-bottom: 6.66667vw;
    text-align: center;
  }
  .company__box:nth-child(2) {
    width: 100%;
    font-size: 2.93333vw;
    letter-spacing: -0.017em;
  }
  .company__box:nth-child(2) > ._title {
    text-align: center;
  }
  .company__box.-map {
    width: 100vw;
    margin: 21.33333vw calc(50% - 50vw);
  }
  .company__box.-map > ._title {
    margin-bottom: 6.66667vw;
  }
  .company__subtitle {
    text-align: center;
    margin-bottom: 6.66667vw;
  }
  .company-bis {
    text-align: center;
  }
  .products .company__head {
    margin-bottom: 0;
    background: linear-gradient(#fffae6 0, #fff 100%);
  }
  .products__body {
    padding-left: 0;
  }
  .products__title {
    width: 58.93333vw;
    left: 1.46667vw;
  }
  .products__list {
    display: block;
  }
  .products__item > ._pic {
    margin: 0 auto;
  }
  .products__item > ._body {
    text-align: center;
    padding-left: 0;
  }
  .products__cat {
    width: 100%;
    padding: 0;
    padding-top: 100px;
    margin-bottom: -40px;
  }
  .products__cat.-bord > .cat_title {
    position: relative;
    width: 100%;
  }
  .products__cat.-bord > .products__list {
    width: 100%;
  }
  .products__cat.-bord > .products__list > .products__item > ._pic {
    height: auto;
  }
  .products__cat.-fried > .cat_title {
    position: relative;
    width: 100%;
  }
  .products__cat.-fried > .products__list.-upper {
    width: 100%;
  }
  .products__cat.-fried > .products__list.-under {
    width: 100%;
  }
  .products__cat.-fried > .products__list.-under > .products__item > ._pic {
    height: auto;
  }
  .products__cat.-fried > .products__list > .products__item.-num01 > ._icon {
    top: -12.53333vw;
    left: 19.2vw;
  }
  .products__cat.-fried
    > .products__list
    > .products__item.-num01
    > ._icon
    > img {
    width: 20vw;
    height: 20vw;
  }
  .products__cat.-fried > .products__list > .products__item.-num02 > ._icon {
    top: -12.53333vw;
    left: 19.2vw;
  }
  .products__cat.-fried
    > .products__list
    > .products__item.-num02
    > ._icon
    > img {
    width: 20vw;
    height: 20vw;
  }
  .products__cat.-friedpack > .cat_title {
    position: relative;
    width: 100%;
  }
  .products__cat.-friedpack > .products__list {
    width: 100%;
  }
  .products__cat.-friedpack > .products__list.-upper {
    width: 100%;
  }
  .products__cat.-friedpack > .products__list.-under {
    width: 100%;
  }
  .products__cat.-rolledomelet > .cat_title {
    width: 100%;
    position: relative;
  }
  .products__cat.-rolledomelet > .products__list.-upper {
    width: 100%;
  }
  .products__cat.-rolledomelet
    > .products__list.-upper
    > .products__item
    > ._pic {
    height: inherit;
  }
  .products__cat.-rolledomelet > .products__list.-under {
    width: 100%;
  }
  .products__cat.-wholesale > .cat_title {
    width: 100%;
    position: relative;
  }
  .products__cat.-wholesale
    > .products__list
    > .products__item.-num01
    > ._icon {
    top: 12.53333vw;
    left: 19.2vw;
  }
  .products__cat.-wholesale
    > .products__list
    > .products__item.-num01
    > ._icon
    > img {
    width: 20vw;
    height: _vw75;
  }
  .products__cat.-wholesale > .products__list.-upper {
    width: 100%;
  }
  .products__cat.-wholesale > .products__list.-under {
    width: 100%;
  }
  .products__cat.-bord {
    background: linear-gradient(to bottom, white, #ebffff, #ebffff, white);
    animation: bgcolor 20s linear infinite alternate;
  }
  .products__cat.-fried {
    background-image: none;
    background: linear-gradient(to bottom, white, #ffebff, #ffebff, white);
    animation: bgcolor 20s linear infinite alternate;
  }
  .products__cat.-friedpack {
    background-image: none;
    background: linear-gradient(to bottom, white, #ffebeb, #ffebeb, white);
    animation: bgcolor 20s linear infinite alternate;
  }
  .products__cat.-rolledomelet {
    background-image: none;
    background: linear-gradient(to bottom, white, #fff0e0, #fff0e0, white);
    animation: bgcolor 20s linear infinite alternate;
  }
  .products__cat.-wholesale {
    padding-bottom: 40px;
    background-image: none;
    background: linear-gradient(to bottom, white, #f0ebff, #f0ebff, white);
    animation: bgcolor 20s linear infinite alternate;
  }
  .contact__title {
    width: 61.33333vw;
  }
  .contact__body {
    width: 100vw;
    margin: 13.33333vw calc(50% - 50vw);
    padding: 8vw 2.66667vw;
    box-shadow: none;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .p-spnav {
    z-index: 99;
  }
}

.p-youtube {
  width: 100vw;
  padding: 85px 50px 65px;
  margin-bottom: 85px;
  background: #e6e1cf;
}

.p-youtube__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-youtube__wrap {
    width: 100%;
  }
}

.p-youtube-item {
  width: 48%;
}

.p-youtube-item__inner {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.p-youtube-item__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-youtube__title {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .p-youtube {
    width: 100%;
    padding: 85px 15px 65px;
  }

  .p-youtube-item {
    width: 100%;
  }
}

.products__cat.-wholesale > .products__list.-under.-under01 {
  width: 688px;
}
.products__cat.-wholesale > .products__list.-under.-under02 {
  width: 380px;
}
.products__cat.-wholesale > .products__list > .products__item.-num08 > ._pic {
  width: 145px;
  height: 288px;
  text-align: center;
}
.products__cat.-wholesale > .products__list > .products__item.-num09 > ._pic {
  width: 143px;
  text-align: center;
}
.products__cat.-wholesale {
  background-image: url(../images/products/bg04.png);
  background-repeat: no-repeat;
  background-position: bottom 0 right;
}

.icon-maru > img {
  position: relative;
  top: -2px;
  width: 13px;
  height: 13px;
  margin-right: 2px;
}

@media screen and (max-width: 768px) {
  .products__cat.-wholesale > .products__list.-under.-under01 {
    width: 100%;
  }
  .products__cat.-wholesale
    > .products__lisproducts__cat
    -wholesalet
    > .products__item.-num08
    > ._pic {
    height: auto;
  }
  .products__cat.-wholesale {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .top-con01__box:nth-child(1) > ._body {
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
  }
  .company-bis {
    text-align: left;
  }
  .products__cat.-rolledomelet {
    padding-bottom: 40px;
  }
}

.jancode {
  text-align: center;
}
.jancode img {
  width: 173px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .jancode {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 768px) {
  .products__cat.-wholesale > .products__list.-under.-under02 {
    width: 100%;
  }
}

.top-con01__box.-center {
  margin-top: 2rem;
  padding-top: 2rem;
  width: 100%;
  font-size: 19px;
}

.top-con01__box:nth-child(3) > ._title {
  width: 267px;
  /*margin: 0 auto;*/
  color: #5f1985;
}
.top-con01__box.-center > ._body {
  padding-left: 0;
  color: #5f1985;
  /*border-color: #5F1985;*/
  border: none;
}
@media screen and (max-width: 768px) {
  .top-con01__box:nth-child(3) > ._title {
    width: 70vw;
    padding-top: 0;
  }
  .top-con01__box.-center > ._body {
    padding-left: 20px;
    padding-right: 20px;
    color: #5f1985;
  }
  .top-con01__box:nth-child(3) {
    border-top-color: #5f1985;
  }
  .top-con01__box.-center > ._body {
    padding-left: 20px;
    padding-right: 20px;
    color: #5f1985;
  }
  .top-con01__box > ._title.-awards {
    margin-left: 20px;
    padding-bottom: 0;
  }
}
.products__cat.-wholesale > .products__list > .products__item.-num03 > ._pic {
  width: 203px;
  height: auto;
}

.products__cat.-wholesale > .products__list > .products__item.-num03 > ._pic {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .products__cat.-fried > .products__list > .products__item.-num08 {
    position: relative;
    top: -10px;
  }
}

.products__cat.-fried > .products__list > .products__item.-num08 > ._pic {
  width: 162px;
  height: auto;
}
.products__cat.-wholesale > .products__list > .products__item.-num10 > ._pic {
  width: 229px;
  height: 233px;
}

.products__list {
  position: relative;
}

.products__cat.-wholesale > .products__list > .products__item.-num10 > ._icon {
  position: absolute;
  display: inline-block;
  right: 25px;
  top: 35px;
}

.products__cat.-wholesale
  > .products__list
  > .products__item.-num10
  > ._icon
  > img {
  width: 55px;
  height: 55px;
}

.products__cat.-wholesale > .products__list > .products__item.-num03 > ._pic {
  width: 203px;
  height: auto;
}

.top-con01__box:nth-child(3) > ._title {
  width: 310px;
}

.badge-new {
  position: absolute;
  width: 55px;
  height: 55px;
}

.badge-new-fried circle {
  stroke: #e3007f;
}

.badge-new-fried path {
  fill: #e3007f;
}

.badge-new-friedpack circle {
  stroke: #e73828;
}

.badge-new-friedpack path {
  fill: #e73828;
}

.products__cat.-fried > .products__list > .products__item.-num08 > .badge-new {
  right: 15px;
  top: 0;
}

.products__cat.-friedpack > .products__list.-upper {
  width: 664px;
}

.products__cat.-friedpack
  > .products__list
  > .products__item.-num09
  > .badge-new {
  right: -57px;
  top: 0;
}
.products__cat.-friedpack
  > .products__list
  > .products__item.-num10
  > .badge-new {
  right: -30px;
  top: 0;
}
.products__cat.-friedpack
  > .products__list
  > .products__item.-num11
  > .badge-new {
  right: -52px;
  top: 0;
}

.products__cat.-friedpack > .products__list > .products__item.-num09 > ._pic {
  width: 152px;
}
.products__cat.-friedpack > .products__list > .products__item.-num10 > ._pic {
  width: 152px;
}
.products__cat.-friedpack > .products__list > .products__item.-num11 > ._pic {
  width: 152px;
}

.products__cat.-friedpack > .products__list > .products__item.-num09 > ._body {
  padding-left: 0;
  padding-top: 10px;
}
.products__cat.-friedpack > .products__list > .products__item.-num10 > ._body {
  padding-left: 0;
  padding-top: 10px;
}
.products__cat.-friedpack > .products__list > .products__item.-num11 > ._body {
  padding-left: 0;
  padding-top: 10px;
}

.top-lead-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  margin-top: 80px;
  padding-left: 80px;
}

.top-lead-product > .top-lead-product__item {
  position: relative;
  text-align: center;
}

.top-lead-product > .top-lead-product__item.atsuagesoft {
  width: 200px;
}

.top-lead-product > .top-lead-product__item.atsuagesoft ._pic {
  width: 162px;
  margin: 0 auto;
}

.top-lead-product > .top-lead-product__item.agekoro6 {
  width: 187px;
}

.top-lead-product > .top-lead-product__item.agekoro12 {
  width: 276px;
}
.top-lead-product > .top-lead-product__item ._cap {
  margin: 0 auto;
}
.top-lead-product > .top-lead-product__item.agekoro6 ._cap {
  width: 129px;
}

.top-lead-product > .top-lead-product__item.agekoro12 ._cap {
  width: 141px;
}

.top-lead-product > .top-lead-product__item.atsuagesoft ._cap {
  margin-top: 10px;
}

.top-award-title {
  width: 310px;
}
.badge-new-top circle {
  stroke: #009600;
  stroke-width: 1.4;
}
.badge-new-top path {
  fill: #009600;
}

.badge-new.-top {
  left: -30px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .products__cat.-fried
    > .products__list
    > .products__item.-num08
    > .badge-new {
    right: 15%;
  }
  .products__cat.-friedpack > .products__list.-upper {
    width: 100%;
  }
  .top-lead-product {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
  .top-award-title {
    padding-left: 20px;
  }
}
