@charset "UTF-8";

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

audio:not([controls]) {
  display: none;
}

b,
strong {
  font-weight: bolder;
}

button {
  -webkit-appearance: button;
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  text-transform: none;
}

details {
  display: block;
}

hr {
  overflow: visible;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}

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;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

svg {
  fill: currentColor;
}

[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;
}

/*
 * Configurable defaults
 */
* {
  background-repeat: no-repeat;
}

:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: 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;
}

small {
  font-size: 75%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

ul,
li {
  list-style: none;
}

button,
input,
textarea,
select,
a {
  outline: none;
}

a:hover,
a:hover * {
  opacity: .75;
}

iframe {
  max-width: 100%;
}

/* パンくずリスト */

.l_bread {
  display: none;
}

/* .l_bread {
  background: #f2f2f2;
  margin-top: 10rem;
}

.l_bread .l_bread_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px;
}

@media screen and (min-width: 769px) {
  .l_bread .l_bread_li {
    margin: auto;
    padding: 14px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0;
  }
}
@media screen and (min-width: 1240px) {
    .l_bread .l_bread_li {
      padding: 14px 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 0;
      /*width: calc((1240px / 2 ) - ((100% - 1240px ) / 2 ) );
      margin-left: calc((100% - 1240px) /2 );
  }
}

.l_bread .l_bread_li .l_bread_li_item {
  color: #2c2c2c;
  font-size: 12px;
  display: inline-block
}

@media screen and (min-width: 769px) {
  .l_bread .l_bread_li .l_bread_li_item {
    font-size: 13px;
  }
}

.l_bread .l_bread_li .l_bread_li_item:not(:last-child)::after {
  content: "＞";
  padding: 0 10px;
}

@media screen and (min-width: 769px) {
  .l_bread .l_bread_li .l_bread_li_item:not(:last-child)::after {
    padding: 0 15px;
  }
}

.l_bread .l_bread_li .l_bread_li_item .l_bread_li_item_link {
  color: #de0000;
} */

.l_main {
  overflow-x: hidden;
  width: 100%;
  /* padding: 0 0 58px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* background: #f2f2f2; */
  /* 商品開発で使うためのインナー */
}

@media screen and (width <=767px) {
  .l_main {
    padding-top: 3.5rem;
    /* padding: 0 10px 98px; */
    margin-top: 5.5rem;
  }
}

/* @media screen and (width <= 1080px) {
  .l_main {
    margin-top: 5.5rem;
  }
} */
@media screen and (width > 1080px),
print {
  .l_main {
    margin-top: 5rem;
  }
}

.l_main .l_main_inner {
  margin: auto;
  /*padding: 8px 10px 16px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}

@media screen and (min-width: 769px) {
  .l_main .l_main_inner {
    width: 100%;
    max-width: 1240px;
    /*padding: 30px 25px 15px; */
  }
}

.l_main .l_main_inner_kodawari_development_stages {
  margin: -40px auto auto;
  padding: 8px 10px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}

@media screen and (min-width: 769px) {
  .l_main .l_main_inner_kodawari_development_stages {
    width: 1240px;
    margin: auto;
    padding: 30px 0 15px;
  }
}

.slider_state_hidden {
  display: none;
}

.box_bb {
  margin-bottom: 10px;
}

.box_bb_02 {
  margin-bottom: 20px;
}

.box_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* margin: 24px 0 30px; */
  color: #333;
  font-weight: 500;
}

.campaign {
  text-align: center;
  margin: 24px 0 30px;
}

@media screen and (min-width: 769px) {
  .box_column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* margin: 20px 25px; */
  }
}

.box_column .box_column_col,
.box_column .box_column_col_imgs {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 769px) {

  .box_column .box_column_col:not(:only-child):first-child,
  .box_column .box_column_col_imgs:not(:only-child):first-child {
    margin-right: 35px;
  }
}

.box_column .box_column_col_imgs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (min-width: 769px) {
  .box_column .box_column_col_imgs {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.box_column .box_column_col_imgs .box_column_col_imgs_img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .box_column .box_column_col_imgs .box_column_col_imgs_img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .box_three_quarters {
    width: 75%;
  }
}

/* アレルゲン情報のラッパーなどで使用 */
.box_column_01,
.box_column_01b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 769px) {

  .box_column_01,
  .box_column_01b {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 70px;
  }
}

.box_column_01_col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 769px) {
  .box_column_01b {
    margin-bottom: 10px;
  }
}

.box_column_01b_col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* 社員インタビューの1日のスケジュールなどで使用 */
.box_column_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .box_column_02 {
    margin-bottom: 50px;
  }
}

.box_column_02_col,
.box_column_02_col_sp_hidden {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 769px) {
  .box_column_02_col:not(:last-child) {
    margin-right: 18px;
  }
}

.box_column_02_col_sp_hidden {
  display: none;
}

@media screen and (min-width: 769px) {
  .box_column_02_col_sp_hidden {
    display: block;
  }
}

.box_column_02_img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .box_column_02_img {
    width: auto;
  }
}

/* 2カラムボックス */
.box_two_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .box_two_column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.box_two_column_left,
.box_two_column_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-bottom: 25px;
}

@media screen and (min-width: 769px) {

  .box_two_column_left,
  .box_two_column_right {
    padding-bottom: 60px;
  }
}

.box_two_column_img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .box_two_column_img {
    width: auto;
  }
}

.box_two_column_flex_end_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  /*height: 100%;*/
}

@media screen and (min-width: 769px) {
  .box_two_column_left {
    margin-right: 40px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (min-width: 769px) {

  .box_two_column_left,
  .box_two_column_right {
    width: 560px;
  }
}

@media screen and (min-width: 769px) {
  .box_two_column.box_two_column__row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 769px) {
  .box_two_column.box_two_column__row_reverse .box_two_column_left {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .box_two_column.box_two_column__row_reverse .box_two_column_right {
    margin-right: 40px;
  }
}

.box_two_column_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .box_two_column_02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.box_two_column_02_left,
.box_two_column_02_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-bottom: 25px;
}

@media screen and (min-width: 769px) {

  .box_two_column_02_left,
  .box_two_column_02_right {
    padding-bottom: 60px;
  }
}

.box_two_column_02_img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .box_two_column_02_img {
    width: auto;
  }
}

.box_two_column_02_flex_end_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  /*height: 100%;*/
}

@media screen and (min-width: 769px) {
  .box_two_column_02_left {
    margin-right: 40px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (min-width: 769px) {
  .box_two_column_02 {
    padding: 0 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.box_two_column_02 .box_two_column_02_left,
.box_two_column_02 .box_two_column_02_right {
  padding-bottom: 15px;
}

@media screen and (min-width: 769px) {

  .box_two_column_02 .box_two_column_02_left,
  .box_two_column_02 .box_two_column_02_right {
    padding-bottom: 25px;
    z-index: 2;
  }
}

.box_two_column_02 .box_two_column_02_inner_box {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .box_two_column_02 .box_two_column_02_inner_box {
    padding: 0 60px;
  }
}

.box_two_column_02 .box_two_column_02_inner_box .box_two_column_02_img {
  width: 58%;
  margin-bottom: 15px;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .box_two_column_02 .box_two_column_02_inner_box .box_two_column_02_img {
    width: auto;
    margin-bottom: 30px;
  }
}

.box_two_column_02 .box_two_column_02_inner_box .box_two_column_02_ttl {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}

@media screen and (min-width: 769px) {
  .box_two_column_02 .box_two_column_02_inner_box .box_two_column_02_ttl {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

.box_two_column_02 .box_two_column_02_inner_box .box_two_column_02_txt {
  text-align: left;
  color: #333333;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .box_two_column_02 .box_two_column_02_inner_box .box_two_column_02_txt {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .box_two_column_02_bg_conduct .box_two_column_02 {
    position: relative;
    overflow: hidden;
  }

  .box_two_column_02_bg_conduct .box_two_column_02:first-child:before {
    content: "";
    position: absolute;
    top: 157.5px;
    right: 0;
    display: block;
    width: 80%;
    height: 100%;
    border-right: 2px dashed black;
    border-top: 2px dashed black;
  }

  .box_two_column_02_bg_conduct .box_two_column_02:last-child:nth-child(even):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80%;
    height: 157.5px;
    border-right: 2px dashed black;
    border-bottom: 2px dashed black;
  }

  .box_two_column_02_bg_conduct .box_two_column_02:last-child:nth-child(odd):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80%;
    height: 157.5px;
    border-left: 2px dashed black;
    border-bottom: 2px dashed black;
  }

  .box_two_column_02_bg_conduct .box_two_column_02:nth-child(odd):not(:first-child):not(:last-child):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 157.5px;
    border-left: 2px dashed black;
    border-bottom: 2px dashed black;
  }

  .box_two_column_02_bg_conduct .box_two_column_02:nth-child(odd):not(:first-child):not(:last-child):after {
    content: "";
    position: absolute;
    top: 157.5px;
    right: 0;
    display: block;
    width: 80%;
    height: 100%;
    border-right: 2px dashed black;
  }

  .box_two_column_02_bg_conduct .box_two_column_02:nth-child(even):not(:first-child):not(:last-child):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 157.5px;
    border-right: 2px dashed black;
    border-bottom: 2px dashed black;
  }

  .box_two_column_02_bg_conduct .box_two_column_02:nth-child(even):not(:first-child):not(:last-child):after {
    content: "";
    position: absolute;
    top: 157.5px;
    left: 0;
    display: block;
    width: 80%;
    height: 100%;
    border-left: 2px dashed black;
  }
}

.box_brand_lineup {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .box_brand_lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #dfbf5d;
  }
}

.box_brand_lineup .box_brand_lineup_left {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .box_brand_lineup .box_brand_lineup_left {
    width: 830px;
    margin-right: 30px;
  }
}

@media screen and (min-width: 769px) {
  .box_brand_lineup .box_brand_lineup_left .box_brand_lineup_info {
    margin-bottom: 15px;
  }
}

.box_brand_lineup .box_brand_lineup_left .box_brand_lineup_info .box_brand_lineup_info_logo_area_col {
  display: block;
  margin-bottom: 10px;
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .box_brand_lineup .box_brand_lineup_left .box_brand_lineup_info .box_brand_lineup_info_logo_area_col {
    display: inline-block;
    margin-bottom: 20px;
  }
}

.box_brand_lineup .box_brand_lineup_left .box_brand_lineup_info .box_brand_lineup_info_logo_area_col .box_brand_lineup_info_logo_area_ttl {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}

.box_brand_lineup .box_brand_lineup_left .box_brand_lineup_info .box_brand_lineup_info_logo_area_col .box_brand_lineup_info_logo {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .box_brand_lineup .box_brand_lineup_left .box_brand_lineup_info .box_brand_lineup_info_logo_area_col .box_brand_lineup_info_logo {
    width: auto;
  }
}

.box_brand_lineup .box_brand_lineup_left .box_brand_lineup_info .box_brand_lineup_info_desc {
  color: #333333;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .box_brand_lineup .box_brand_lineup_left .box_brand_lineup_info .box_brand_lineup_info_desc {
    font-size: 14px;
  }
}

.box_brand_lineup .box_brand_lineup_left .box_brand_lineup_li {
  display: none;
}

@media screen and (min-width: 769px) {
  .box_brand_lineup .box_brand_lineup_left .box_brand_lineup_li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.box_brand_lineup .box_brand_lineup_left .box_brand_lineup_li .box_brand_lineup_li_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 192px;
  min-height: 102px;
  margin-top: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
}

.box_brand_lineup .box_brand_lineup_left .box_brand_lineup_li .box_brand_lineup_li_item:not(:nth-child(4n)) {
  margin-right: 19px;
}

.box_brand_lineup .box_brand_lineup_right {
  display: none;
}

@media screen and (min-width: 769px) {
  .box_brand_lineup .box_brand_lineup_right {
    display: block;
  }
}

.box_brand_lineup .box_brand_lineup_right .box_brand_lineup_recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 255px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
}

/* 企業情報 採用見出し */
.box_recruit_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
  background-size: 8px 8px;
  background-color: #de0000;
  background-image: -o-linear-gradient(135deg, #e32525 25%, transparent 25%, transparent 50%, #e32525 50%, #e32525 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #e32525 25%, transparent 25%, transparent 50%, #e32525 50%, #e32525 75%, transparent 75%, transparent);
  background-repeat: repeat;
}

@media screen and (min-width: 769px) {
  .box_recruit_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.box_recruit_head .box_recruit_head_photo,
.box_recruit_head .box_recruit_head_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {

  .box_recruit_head .box_recruit_head_photo,
  .box_recruit_head .box_recruit_head_content {
    width: 605px;
  }
}

.box_recruit_head .box_recruit_head_photo .box_recruit_head_photo_img {
  width: 100%;
  height: auto;
}

.box_recruit_head .box_recruit_head_content .box_recruit_head_content_link {
  position: relative;
  display: block;
  height: 100%;
  padding: 10px 12px;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .box_recruit_head .box_recruit_head_content .box_recruit_head_content_link {
    padding: 30px;
  }
}

.box_recruit_head .box_recruit_head_content .box_recruit_head_content_link .box_recruit_head_content_ttl {
  font-weight: normal;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .box_recruit_head .box_recruit_head_content .box_recruit_head_content_link .box_recruit_head_content_ttl {
    margin-bottom: 20px;
  }
}

.box_recruit_head .box_recruit_head_content .box_recruit_head_content_link .box_recruit_head_content_btn {
  display: none;
}

@media screen and (min-width: 769px) {
  .box_recruit_head .box_recruit_head_content .box_recruit_head_content_link .box_recruit_head_content_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    display: table;
    width: 217px;
    margin-left: 30px;
    padding: 10px 5px 10px 20px;
    border: 1px solid #ffffff;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
  }
}

.box_recruit_head .box_recruit_head_content .box_recruit_head_content_link .box_recruit_head_content_btn::after {
  content: "＞";
  display: table-cell;
  font-size: 10px;
}

.box_sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .box_sitemap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.box_sitemap .box_sitemap_col {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .box_sitemap .box_sitemap_col {
    width: 386px;
    margin-bottom: 70px;
  }
}

.box_sitemap .box_sitemap_col .box_sitemap_col_ttl {
  margin-bottom: 10px;
  font-weight: normal;
}

.box_sitemap .box_sitemap_col .box_sitemap_col_ttl .box_sitemap_col_ttl_link {
  display: inline-block;
  min-width: 220px;
  padding-bottom: 5px;
  color: #de0000;
  border-bottom: 1px solid #e3e3e3;
}

.box_sitemap .box_sitemap_col .box_sitemap_col_li .box_sitemap_col_li_item .box_sitemap_col_li_item_link {
  color: #de0000;
  font-size: 14px;
}

.box_sitemap .box_sitemap_col .box_sitemap_col_li .box_sitemap_col_li_item .box_sitemap_col_li_item_link::before {
  content: "＞";
  padding: 0 10px;
  font-size: 10px;
}

.box_two_column_recipe_catgory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .box_two_column_recipe_catgory {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 95px;
  }

  .box_two_column_recipe_catgory.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 95px;
  }
}

.box_two_column_recipe_catgory .box_two_column_recipe_catgory_fig {
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .box_two_column_recipe_catgory .box_two_column_recipe_catgory_fig {
    margin: 0 28px 0 0;
  }

  .box_two_column_recipe_catgory .box_two_column_recipe_catgory_fig.box_two_column_recipe_catgory_fig_right {
    margin: 0 0 0 28px;
  }
}

.box_two_column_recipe_catgory .box_two_column_recipe_catgory_fig .box_two_column_recipe_catgory_fig_img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .box_two_column_recipe_catgory .box_two_column_recipe_catgory_fig .box_two_column_recipe_catgory_fig_img {
    width: auto;
  }
}

.box_two_column_recipe_catgory .box_two_column_recipe_catgory_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* オレンジ色のストライプ領域 おいしい話テンプレート関連ブログで使用 */
.box_relation_recipe_blog {
  padding: 6px 7px 0;
  background-size: 8px 8px;
  background-color: white;
  background-image: -o-linear-gradient(135deg, #f0e1b4 25%, transparent 25%, transparent 50%, #f0e1b4 50%, #f0e1b4 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #f0e1b4 25%, transparent 25%, transparent 50%, #f0e1b4 50%, #f0e1b4 75%, transparent 75%, transparent);
  background-repeat: repeat;
}

@media screen and (min-width: 769px) {
  .box_relation_recipe_blog {
    padding: 60px 17px 44px;
  }
}

/* オーバーレイ領域 */
.box_improved_voice_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: #5c5c5c;
  z-index: 99999;
  overflow-y: scroll;
}

.box_improved_voice_overlay .box_improved_voice_overlay_inner {
  position: absolute;
  min-height: calc(100vh - 20px);
  margin: 10px;
  padding: 20px 10px 10px;
  background: #efefef;
}

@media screen and (min-width: 769px) {
  .box_improved_voice_overlay .box_improved_voice_overlay_inner {
    top: 50px;
    left: 0;
    right: 0;
    width: 962px;
    margin: auto auto 50px;
    padding: 29px 52px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice_overlay_btn_close {
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  position: absolute;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  background: #ffffff;
}

@media screen and (min-width: 769px) {
  .box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice_overlay_btn_close {
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
  }
}

.box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice_overlay_btn_close::before,
.box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice_overlay_btn_close::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 21.21203px;
  margin: auto;
  background-color: #c6c6c6;
}

@media screen and (min-width: 769px) {

  .box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice_overlay_btn_close::before,
  .box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice_overlay_btn_close::after {
    height: 42.42407px;
  }
}

.box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice_overlay_btn_close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice_overlay_btn_close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice {
  display: none;
  text-align: center;
  color: #333333;
}

.box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice .box_improved_voice_subject {
  font-size: 17px;
}

@media screen and (min-width: 769px) {
  .box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice .box_improved_voice_subject {
    font-size: 26px;
  }
}

.box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice .box_improved_voice_subject_esub {
  margin-bottom: 10px;
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  .box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice .box_improved_voice_subject_esub {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice .box_improved_voice_ico {
    margin-bottom: 15px;
  }
}

.box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice .box_improved_voice_subject_txt_box {
  margin-bottom: 20px;
  padding: 10px 5px;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  background: #ffffff;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice .box_improved_voice_subject_txt_box {
    margin-bottom: 25px;
    padding: 25px 10px;
  }
}

.box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice .box_improved_voice_subject_img {
  width: 100%;
  height: auto;
  margin: 10px 0 15px;
}

@media screen and (min-width: 769px) {
  .box_improved_voice_overlay .box_improved_voice_overlay_inner .box_improved_voice .box_improved_voice_subject_img {
    margin: 10px 0 20px;
  }
}

.box_dt {
  display: table;
  width: 100%;
}

.box_dt .box_dtce {
  display: table-cell;
  width: 460px;
}

/* 社員インタビューで使う2カラム */
.box_column_interview,
.box_column_interview_reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {

  .box_column_interview,
  .box_column_interview_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.box_column_interview .box_column_interview_col,
.box_column_interview_reverse .box_column_interview_col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  border: 1px solid #dfbf5d;
}

@media screen and (min-width: 769px) {

  .box_column_interview .box_column_interview_col:not(:first-child),
  .box_column_interview_reverse .box_column_interview_col:not(:first-child) {
    margin-left: 20px;
  }
}

.box_column_interview .box_column_interview_col_fig,
.box_column_interview_reverse .box_column_interview_col_fig {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {

  .box_column_interview .box_column_interview_col_fig,
  .box_column_interview_reverse .box_column_interview_col_fig {
    margin-bottom: 0;
  }
}

.box_column_interview .box_column_interview_col_fig .box_column_interview_col_fig_img,
.box_column_interview_reverse .box_column_interview_col_fig .box_column_interview_col_fig_img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {

  .box_column_interview .box_column_interview_col_fig .box_column_interview_col_fig_img,
  .box_column_interview_reverse .box_column_interview_col_fig .box_column_interview_col_fig_img {
    width: auto;
  }
}

/* 社員インタビューで使う2カラム 逆パターン */
@media screen and (min-width: 769px) {
  .box_column_interview_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 769px) {
  .box_column_interview_reverse .box_column_interview_col:not(:first-child) {
    margin-left: 0;
    margin-right: 20px;
  }
}

.box_kodawari_development_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 5px;
  }
}

.box_kodawari_development_head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 3px;
  height: 100%;
  margin: auto;
  text-align: center;
  background: #cecece;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development_head::after {
    width: 100%;
    height: 4px;
  }
}

.box_kodawari_development_head .box_kodawari_development_head_col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  border-radius: 5px;
  background: #f7efe2;
  color: #000000;
  z-index: 1;
}

.box_kodawari_development_head .box_kodawari_development_head_col:not(:last-of-type) {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development_head .box_kodawari_development_head_col:not(:last-of-type) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .box_kodawari_development_head .box_kodawari_development_head_col {
    width: 555px;
    padding: 15px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .box_kodawari_development_head .box_kodawari_development_head_col:not(:last-child) {
    margin-right: 39px;
  }
}

.box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 5px;
  background: #ffffff;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_ttl {
    margin-bottom: 30px;
    padding: 7px 10px;
  }
}

.box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_ttl .box_kodawari_development_head_ttl_ico {
  margin-right: 10px;
}

.box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_ttl .box_kodawari_development_head_ttl_ico .box_kodawari_development_head_ttl_ico_span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 4px;
  text-align: center;
  line-height: 1em;
  font-weight: normal;
  color: #ffffff;
  border-radius: 5px;
  background: #de0000;
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_ttl .box_kodawari_development_head_ttl_ico .box_kodawari_development_head_ttl_ico_span {
    font-size: 14px;
  }
}

.box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_ttl .box_kodawari_development_head_ttl_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*margin-bottom: 17px;*/
  padding: 5px;
  border-radius: 5px;
  background: #ffffff;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_content {
    /*margin-bottom: 10px;*/
    padding: 10px;
  }
}

.box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_content .box_kodawari_development_head_content_left {
  width: 63.43874%;
  margin-right: 1.97628%;
  padding-left: 1.97628%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_content .box_kodawari_development_head_content_left .box_kodawari_development_head_content_left_ttl {
  margin-bottom: 5px;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_content .box_kodawari_development_head_content_left .box_kodawari_development_head_content_left_ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_content .box_kodawari_development_head_content_left .box_kodawari_development_head_content_left_txt {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_content .box_kodawari_development_head_content_left .box_kodawari_development_head_content_left_txt {
    font-size: 16px;
  }
}

.box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_content .box_kodawari_development_head_content_right {
  width: 36.16601%;
}

.box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_content .box_kodawari_development_head_content_img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_content .box_kodawari_development_head_content_img {
    width: auto;
  }
}

.box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_content_btn {
  margin-top: auto;
  padding: 12px 6px;
  text-align: center;
  border-radius: 5px;
  background: #e1c265;
  font-weight: bold;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_content_btn {
    padding: 20px 10px;
    font-size: 18px;
  }
}

.box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_content_yajirushi {
  text-align: center;
}

.box_kodawari_development_head .box_kodawari_development_head_col .box_kodawari_development_head_content_yajirushi_img {
  width: 10%;
}

.box_inquiry_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .box_inquiry_btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.box_inquiry_btn .box_inquiry_btn_col {
  margin-top: 25px;
}

@media screen and (min-width: 769px) {
  .box_inquiry_btn .box_inquiry_btn_col {
    margin-top: 50px;
  }
}

.box_inquiry_btn .box_inquiry_btn_col>button {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .box_inquiry_btn .box_inquiry_btn_col {
    margin-bottom: 0;
  }

  .box_inquiry_btn .box_inquiry_btn_col:not(:last-child):not(:only-child) {
    margin-right: 30px;
  }
}

.ttl_01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  color: #de0000;
  font-size: 2.8rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .ttl_01 {
    margin-bottom: 20px;
    font-size: 4.2rem;
  }
}

.ttl_01_hr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  margin-left: 8px;
  background: #e5e5e5;
}

@media screen and (min-width: 769px) {
  .ttl_01_hr {
    margin-left: 44px;
  }
}

.ttl_02 {
  position: relative;
  font-weight: normal;
  color: #555555;
  font-size: 15px;
  text-align: center;
}

.ttl_02_span {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background: #ffffff;
}

@media screen and (min-width: 769px) {
  .ttl_02_span {
    display: inline;
  }
}

.ttl_02::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}

@media screen and (min-width: 769px) {
  .ttl_02 br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .ttl_02 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .ttl_02_span {
    background: none;
    margin: 0;
    padding: 0;
  }
}

.ttl_02::before {
  background: #dcdcdc;
}

@media screen and (min-width: 769px) {
  .ttl_02::before {
    content: none;
  }
}

.ttl_02a {
  position: relative;
  font-weight: normal;
  margin-bottom: 10px;
  color: #6c6c6c;
  font-size: 14px;
  text-align: center;
}

.ttl_02a_span {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background: #ffffff;
}

@media screen and (min-width: 769px) {
  .ttl_02a_span {
    display: inline;
  }
}

.ttl_02a::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}

@media screen and (min-width: 769px) {
  .ttl_02a br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .ttl_02a {
    margin-bottom: 25px;
    font-size: 24px;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .ttl_02a_span {
    background: none;
    margin: 0;
    padding: 0;
  }
}

.ttl_02a::before {
  background: #e5e5e5;
}

@media screen and (min-width: 769px) {
  .ttl_02a::before {
    content: none;
  }
}

.ttl_02b {
  position: relative;
  font-weight: normal;
  margin-bottom: 10px;
  color: #6c6c6c;
  text-align: center;
  font-size: 14px;
}

.ttl_02b_span {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background: #ffffff;
}

@media screen and (min-width: 769px) {
  .ttl_02b_span {
    display: inline;
  }
}

.ttl_02b::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}

@media screen and (min-width: 769px) {
  .ttl_02b br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .ttl_02b {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

.ttl_02b::before {
  background: #e5e5e5;
}

.ttl_03 {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 5px solid #dfbf5d;
  font-size: 14px;
  color: #333333;
}

@media screen and (min-width: 769px) {
  .ttl_03 {
    margin-bottom: 25px;
    font-size: 25px;
  }
}

.ttl_04 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
  color: #333333;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .ttl_04 {
    margin-bottom: 25px;
    font-size: 25px;
  }
}

.ttl_05,
.ttl_05a {
  margin-bottom: 10px;
  color: #dfbf5d;
  border-bottom: 1px dashed #dcdcdc;
  font-size: 14px;
}

@media screen and (min-width: 769px) {

  .ttl_05,
  .ttl_05a {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.ttl_05a {
  margin-bottom: 10px;
}

.ttl_06 {
  position: relative;
  font-weight: normal;
  text-align: center;
  color: #6c6c6c;
  font-weight: bold;
  margin: 10px 0 15px;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .ttl_06 {
    margin: 30px 0;
    text-align: left;
    font-size: 24px;
  }
}

.ttl_06_span {
  z-index: 2;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .ttl_06_span {
    display: inline;
    margin: 0;
    padding: 0;
    background: #ffffff;
    padding: 0 1.5em 0 0;
  }
}

@media screen and (min-width: 769px) {
  .ttl_06::before {
    z-index: 1;
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dedede;
  }
}

.ttl_07,
.ttl_07_template,
.ttl_07_template_b {
  margin-bottom: 20px;
  padding-left: 5px;
  color: #dfbf5d;
  border-left: 5px solid #dfbf5d;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {

  .ttl_07,
  .ttl_07_template,
  .ttl_07_template_b {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 25px;
    font-weight: normal;
  }
}

/* 共通テンプレート 見出し2 */
.ttl_07_template {
  font-weight: normal;
}

/* 共通テンプレート 見出し2 */
.ttl_07_template_b {
  margin-bottom: 10px;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .ttl_07_template_b {
    margin-bottom: 20px;
  }
}

/* 商品詳細 商品の特徴など */
.ttl_08 {
  position: relative;
  font-weight: normal;
  margin-bottom: 35px;
  color: #6c6c6c;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

.ttl_08_span {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background: #ffffff;
}

@media screen and (min-width: 769px) {
  .ttl_08_span {
    display: inline;
  }
}

.ttl_08::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}

@media screen and (min-width: 769px) {
  .ttl_08 br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .ttl_08 {
    margin-bottom: 25px;
    font-size: 24px;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .ttl_08_span {
    margin: 0;
    padding: 0 1em 0 0;
  }
}

.ttl_08::before {
  background: #e5e5e5;
}

/* 商品詳細 原材料名など */
.ttl_08b {
  position: relative;
  font-weight: normal;
  margin-bottom: 35px;
  color: #6c6c6c;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

.ttl_08b_span {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background: #ffffff;
}

@media screen and (min-width: 769px) {
  .ttl_08b_span {
    display: inline;
  }
}

.ttl_08b::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}

@media screen and (min-width: 769px) {
  .ttl_08b br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .ttl_08b {
    margin-bottom: 25px;
    font-size: 20px;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .ttl_08b_span {
    margin: 0;
    padding: 0 3em 0 0;
  }
}

.ttl_08b::before {
  background: #e5e5e5;
}

/* 商品詳細 ブランドラインナップなど */
.ttl_08c {
  position: relative;
  font-weight: normal;
  margin-bottom: 35px;
  color: #6c6c6c;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.ttl_08c_span {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background: #ffffff;
}

@media screen and (min-width: 769px) {
  .ttl_08c_span {
    display: inline;
  }
}

.ttl_08c::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}

@media screen and (min-width: 769px) {
  .ttl_08c br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .ttl_08c {
    margin-bottom: 25px;
    font-size: 24px;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .ttl_08c_span {
    margin: 0;
    padding: 0;
    background: none;
  }
}

.ttl_08c::before {
  background: #e5e5e5;
}

@media screen and (min-width: 769px) {
  .ttl_08c::before {
    content: none;
  }
}

.ttl_09 {
  margin-bottom: 10px;
  color: #dfbf5d;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .ttl_09 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

/* 共通テンプレート 見出し3 */
.ttl_10_template {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 13px;
  border-bottom: 1px dashed #e5e5e5;
  color: #333333;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .ttl_10_template {
    margin-bottom: 25px;
    font-size: 23px;
  }
}

.ttl_guide {
  background: #de0000;
  color: #f9d7d7;
  font-size: 18px;
  line-height: 2;
  padding: 1em;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.ttl_guide:before {
  background-color: #fff;
  content: '';
  display: block;
  opacity: 0.2;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  border-radius: 1000px;
  position: absolute;
  bottom: -10px;
  right: -250px;
  width: 500px;
  height: 500px;
}

.ttl_guide:after {
  background-color: #fef5d7;
  content: '';
  display: block;
  opacity: 0.4;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  border-radius: 1000px;
  position: absolute;
  bottom: -100px;
  right: -230px;
  width: 400px;
  height: 400px;
}

@media screen and (min-width: 769px) {
  .ttl_guide {
    font-size: 24px;
  }
}

.ttl_question {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .ttl_question {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 25px;
  }
}

.ttl_question::before {
  content: "Q";
  padding-right: 5px;
  color: #de0000;
}

@media screen and (min-width: 769px) {
  .ttl_question::before {
    padding-right: 10px;
  }
}

.tbl_01,
.tbl_01_sp_sector_display {
  width: 100%;
  color: #333333;
}

@media screen and (min-width: 769px) {

  .tbl_01,
  .tbl_01_sp_sector_display {
    table-layout: fixed;
  }
}

.tbl_01_th,
.tbl_01_td {
  display: block;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 12px;
}

@media screen and (min-width: 769px) {

  .tbl_01_th,
  .tbl_01_td {
    display: table-cell;
    border-bottom: 1px dashed #dcdcdc;
    font-size: 18px;
  }
}

.tbl_01_th {
  background: #f2f2f2;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .tbl_01_th {
    padding: 10px 10px 10px 10px;
  }
}

@media screen and (min-width: 769px) {
  .tbl_01_td {
    padding: 10px 10px 10px 20px;
  }
}

/* ブランドメニュー 商品詳細 表組み */
.tbl_02 {
  width: 70%;
  margin-bottom: 25px;
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .tbl_02 {
    width: 390px;
    margin: 0 15px 50px;
    font-size: 16px;
  }
}

.tbl_02_tr_th,
.tbl_02_tr_td {
  border-bottom: 1px dashed #b7b7b7;
  text-align: left;
  vertical-align: top;
  color: #333333;
}

.tbl_02_tr_th {
  width: 140px;
  padding: 5px 12px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .tbl_02_tr_th {
    width: 215px;
    padding: 5px 20px;
  }
}

.tbl_02_tr_td {
  padding: 5px 0px;
}

@media screen and (min-width: 769px) {
  .tbl_02_tr_td {
    width: 135px;
    padding: 5px 0px;
  }
}

.tbl_02_tr:last-child .tbl_02_tr_th,
.tbl_02_tr:last-child .tbl_02_tr_td {
  border: none;
}

/* 社員インタビュー 1日のスケジュール表などで使用 */
.tbl_01_sp_sector_display tr:nth-child(n+4):not(:last-child) {
  display: none;
}

@media screen and (min-width: 769px) {
  .tbl_01_sp_sector_display tr:nth-child(n+4):not(:last-child) {
    display: table-row;
  }
}

.tbl_01_sp_sector_display tr:nth-child(3) td::after {
  content: "・\A・\A・";
  display: block;
  margin-top: 10px;
  white-space: pre;
}

/*  商品詳細 アレルゲン情報 表組み */
.tbl_allergy {
  width: 100%;
  table-layout: fixed;
}

.tbl_allergy_tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tbl_allergy_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.tbl_allergy_tr_td {
  height: 3.2em;
  padding: 10px;
  color: #bdbdbd;
  background: #e8e8e8;
  text-align: center;
  vertical-align: middle;
  line-height: 10px;
  font-size: 10px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .tbl_allergy_tr {
    width: 50%;
  }

  .tbl_allergy_tr_td {
    line-height: 14px;
    font-size: 16px;
  }
}

.tbl_allergy_tr_td.is__contain {
  color: #ffffff;
  background: #dfbf5d;
}

.keyvisual_01 {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .keyvisual_01 {
    margin-bottom: 42px;
    overflow: visible;
  }
}

.keyvisual_01 .keyvisual_01_img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .keyvisual_01 .keyvisual_01_img {
    width: auto;
  }
}

.keyvisual_01 .keyvisual_01_txt {
  padding: 10px 0 0;
  color: #333333;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .keyvisual_01 .keyvisual_01_txt {
    padding: 25px 25px 0;
    font-size: 18px;
  }
}

.keyvisual_01 .keyvisual_01_interview_profile {
  margin-bottom: 8px;
  padding: 10px;
  background-size: 8px 8px;
  background-color: #de0000;
  background-image: -o-linear-gradient(135deg, #e32525 25%, transparent 25%, transparent 50%, #e32525 50%, #e32525 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #e32525 25%, transparent 25%, transparent 50%, #e32525 50%, #e32525 75%, transparent 75%, transparent);
  background-repeat: repeat;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .keyvisual_01 .keyvisual_01_interview_profile {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 432px;
    margin-bottom: 0;
    padding: 18px;
  }
}

.keyvisual_01 .keyvisual_01_interview_profile .keyvisual_01_interview_profile_depart {
  text-indent: -0.5em;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .keyvisual_01 .keyvisual_01_interview_profile .keyvisual_01_interview_profile_depart {
    font-size: 18px;
  }
}

.keyvisual_01 .keyvisual_01_interview_profile .keyvisual_01_interview_profile_name {
  font-size: 15px;
}

@media screen and (min-width: 769px) {
  .keyvisual_01 .keyvisual_01_interview_profile .keyvisual_01_interview_profile_name {
    font-size: 25px;
  }
}

.keyvisual_01 .keyvisual_01_interview_profile .keyvisual_01_interview_profile_desc {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .keyvisual_01 .keyvisual_01_interview_profile .keyvisual_01_interview_profile_desc {
    font-size: 18px;
  }
}

.box_two_column_02 .box_two_column_02_inner_box .box_two_column_02_txt,
.txt_01,
.txt_01a,
.txt_01b,
.txt_03 {
  color: #333333;
  font-size: 12px;
}

@media screen and (min-width: 769px) {

  .box_two_column_02 .box_two_column_02_inner_box .box_two_column_02_txt,
  .txt_01,
  .txt_01a,
  .txt_01b,
  .txt_03 {
    font-size: 16px;
  }
}

.txt_01 {
  margin-bottom: 10px;
}

.txt_01a {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .txt_01a {
    margin-bottom: 25px;
  }
}

.txt_01b {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .txt_01b {
    margin-bottom: 55px;
  }
}

.txt_02 {
  color: #333333;
  font-size: 12px;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .txt_02 {
    font-size: 16px;
    margin-bottom: 60px;
  }
}

.txt_03 {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .txt_03 {
    margin-top: 20px;
  }
}

.txt_brand_desc_01 {
  margin-bottom: 20px;
  color: #333333;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .txt_brand_desc_01 {
    margin-bottom: 40px;
    font-size: 14px;
  }
}

.txt_box_01,
.txt_box_02 {
  margin-bottom: 20px;
  padding: 10px;
  color: #333333;
  background: #f8f8f8;
  font-size: 12px;
}

@media screen and (min-width: 769px) {

  .txt_box_01,
  .txt_box_02 {
    margin-bottom: 40px;
    padding: 20px;
    font-size: 14px;
  }
}

.txt_box_02 {
  margin-bottom: 0;
}

.txt_customer_tel {
  margin-bottom: 10px;
  color: #de0000;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .txt_customer_tel {
    margin-bottom: 15px;
    font-size: 28px;
  }
}

.txt_customer_tel::before {
  content: "TEL";
  display: inline-block;
  margin-right: 4px;
  padding: 4px;
  color: #ffffff;
  background: #de0000;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .txt_customer_tel::before {
    margin-right: 5px;
    padding: 5px;
    font-size: 18px;
  }
}

.dl_01 {
  color: #333333;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .dl_01 {
    padding: 18px;
    font-size: 16px;
    background: #f2f2f2;
  }
}

.dl_01 .dl_01_dt {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .dl_01 .dl_01_dt {
    margin-bottom: 10px;
  }
}

/* dl02 */
.dl_02 {
  border-bottom: 1px solid #aaa;
  display: flex;
  flex-wrap: wrap;
  color: #333333;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 0;
}

.dl_02>dt,
.dl_02>dd {
  padding: 10px;
  border-top: 1px solid #aaa;
}

@media screen and (min-width: 769px) {
  .dl_02 {
    font-size: 16px;
  }
}

.dl_02>dt {
  font-weight: bold;
  flex-grow: 0;
  width: 10em;
}

.dl_02>dd {
  flex-grow: 1;
  width: calc(100% - 10em);
}

/* 募集要項 職種のご紹介などで使用 */
.dl_slide_toggle {
  color: #333333;
  font-size: 15px;
}

@media screen and (min-width: 769px) {
  .dl_slide_toggle {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.dl_slide_toggle .dl_slide_toggle_dt {
  padding: 18px;
  font-weight: bold;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #555555;
  cursor: pointer;
}

.dl_slide_toggle .dl_slide_toggle_dt::after {
  float: right;
  content: "+";
  display: table;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  background: #555555;
  color: #ffffff;
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .dl_slide_toggle .dl_slide_toggle_dt::after {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
}

.dl_slide_toggle .dl_slide_toggle_dt.slide__satate_open::after {
  content: "-";
}

.dl_slide_toggle .dl_slide_toggle_dd {
  display: none;
  padding: 18px;
  background: #fbfbfb;
  border-bottom: 1px solid #f2f2f2;
}

.dl_slide_toggle .dl_slide_toggle_box {
  margin-bottom: 10px;
}

.dl_slide_toggle .dl_slide_toggle_box .dl_slide_toggle_box_txt {
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .dl_slide_toggle .dl_slide_toggle_box .dl_slide_toggle_box_txt {
    margin-bottom: 15px;
  }
}

/* 商品詳細 メニュー写真リスト */
.li_menu_photograph {
  font-size: 0;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .li_menu_photograph {
    width: 500px;
    margin-bottom: 30px;
  }
}

.li_menu_photograph_item {
  display: inline-block;
  width: 32%;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .li_menu_photograph_item {
    width: auto;
    margin-bottom: 10px;
  }
}

.li_menu_photograph_item:first-child {
  width: 100%;
}

.li_menu_photograph_item:nth-child(3n+2),
.li_menu_photograph_item:nth-child(3n+3) {
  margin-right: 2%;
}

.li_menu_photograph_item_img {
  width: 100%;
  height: auto;
}

.li_menu_photograph_item:not(:first-child) img {
  max-width: 160px;
}

@media screen and (min-width: 769px) {
  .li_menu_photograph_item_img {
    width: auto;
  }
}

/* 商品詳細 メニュー タイプ */
.li_brand_lineup_type {
  margin-bottom: 10px;
  font-size: 0;
}

.li_brand_lineup_type .li_brand_lineup_type_item {
  display: inline-block;
  margin-right: 9px;
  margin: 0 9px 10px 0;
}

@media screen and (min-width: 769px) {
  .li_brand_lineup_type .li_brand_lineup_type_item {
    margin: 0 18px 10px 0;
  }
}

@media screen and (min-width: 769px) {
  .li_brand_lineup_type .li_brand_lineup_type_item>img {
    width: 74px;
    height: 74px;
  }
}

/* 商品詳細 ブランドラインナップ リスト */
.li_brand_lineup {
  font-size: 0;
  margin-bottom: -10px;
}

@media screen and (min-width: 769px) {
  .li_brand_lineup {
    margin: 0;
  }
}

.li_brand_lineup .li_brand_lineup_item {
  display: inline-block;
  width: calc(270 / 560 * 100%);
  margin-bottom: 10px;
  padding: 6px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ededed, inset 0px 0px 0px 5px #ffffff, inset 0px 0px 0px 6px #dfbf5d;
  box-shadow: inset 0px 0px 0px 1px #ededed, inset 0px 0px 0px 5px #ffffff, inset 0px 0px 0px 6px #dfbf5d;
}

@media screen and (min-width: 769px) {
  .li_brand_lineup .li_brand_lineup_item {
    width: calc(100% / 6 - 10px);
  }
}

.li_brand_lineup .li_brand_lineup_item:nth-child(odd) {
  margin-right: calc(20 / 560 * 100%);
}

@media screen and (min-width: 769px) {
  .li_brand_lineup .li_brand_lineup_item:nth-child(odd) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .li_brand_lineup .li_brand_lineup_item:not(:nth-child(5n)) {
    margin-right: 10px;
  }
}

.li_brand_lineup .li_brand_lineup_item .li_brand_lineup_item_fig {
  width: 100%;
  margin: 0;
}

.li_brand_lineup .li_brand_lineup_item .li_brand_lineup_item_fig .li_brand_lineup_item_img {
  width: 100%;
  height: auto;
}

/* 商品情報 シリーズリスト */
.li_brand_series {
  font-size: 0;
  margin-bottom: 14px;
}

@media screen and (min-width: 769px) {
  .li_brand_series {
    margin-bottom: 10px;
  }
}

.li_brand_series .li_brand_series_item {
  display: inline-block;
  width: 48.21429%;
  margin-bottom: 14px;
  vertical-align: bottom;
}

.li_brand_series .li_brand_series_item:not(:nth-child(2n)) {
  margin-right: 2.5%;
}

@media screen and (min-width: 769px) {
  .li_brand_series .li_brand_series_item {
    width: 275px;
    margin-bottom: 20px;
  }

  .li_brand_series .li_brand_series_item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .li_brand_series .li_brand_series_item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}

.li_brand_series .li_brand_series_item .li_brand_series_item_fig .li_brand_series_item_img {
  width: 100%;
  height: auto;
}

.li_brand_series .li_brand_series_item .li_brand_series_item_fig .li_brand_series_item_cap {
  padding: 8px;
  color: #444444;
  background: #e0dcbf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  height: 42px;
}

.li_brand_series .li_brand_series_item .li_brand_series_item_fig .li_brand_series_item_cap p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .li_brand_series .li_brand_series_item .li_brand_series_item_fig .li_brand_series_item_cap {
    padding: 16px;
    font-size: 16px;
    height: 75px;
  }
}

/* 企業情報 リスト */
.li_company_info {
  font-size: 0;
}

.li_company_info .li_company_info_item {
  display: inline-block;
  width: 48.21429%;
  margin-bottom: 10px;
  padding: 6px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ededed, inset 0px 0px 0px 5px #ffffff, inset 0px 0px 0px 6px #dfbf5d;
  box-shadow: inset 0px 0px 0px 1px #ededed, inset 0px 0px 0px 5px #ffffff, inset 0px 0px 0px 6px #dfbf5d;
}

.li_company_info .li_company_info_item:not(:nth-child(2n)) {
  margin-right: 3.57143%;
}

@media screen and (min-width: 769px) {
  .li_company_info .li_company_info_item {
    width: auto;
  }

  .li_company_info .li_company_info_item:not(:nth-child(2n)) {
    margin-right: 12px;
  }

  .li_company_info .li_company_info_item:not(:nth-child(4n)) {
    margin-right: 19px;
  }
}

.li_company_info .li_company_info_item .li_company_info_item_fig {
  width: 100%;
}

.li_company_info .li_company_info_item .li_company_info_item_fig .li_company_info_item_img {
  width: 100%;
  height: auto;
}

.li_company_info .li_company_info_item .li_company_info_item_fig .li_company_info_item_cap {
  padding: 3px 10px;
  color: #6c6c6c;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .li_company_info .li_company_info_item .li_company_info_item_fig .li_company_info_item_cap {
    padding: 10px 28px;
    font-size: 16px;
  }
}

.li_company_info .li_company_info_item .li_company_info_item_fig .li_company_info_item_cap::after {
  content: "＞";
  float: right;
  -webkit-transform: scale(0.6, 0.8);
  -ms-transform: scale(0.6, 0.8);
  transform: scale(0.6, 0.8);
}

/* メニュー詳細 標準栄養成分表 */
.li_nutritional_info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 84%;
  margin: auto;
}

.li_nutritional_info_table {
  width: 100%;
  margin: auto;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  table-layout: fixed;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .li_nutritional_info {
    width: 100%;
    margin-bottom: 65px;
  }

  .nutrition_facts {
    margin-bottom: 65px;
  }
}

.li_nutritional_info::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
}

.li_nutritional_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #dcdcdc;
}

.li_nutritional_info_table th,
.li_nutritional_info_table td {
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.li_nutritional_info_table th {
  text-align: left;
}

.nutrition_facts p {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .li_nutritional_info_item {
    width: 336px;
    margin-right: 50px;
  }

  .li_nutritional_info_table th {
    width: 80px;
  }

  .li_nutritional_info_table td {
    width: 156px;
  }

  .nutrition_facts p {
    font-size: 16px;
  }
}

.li_nutritional_info_item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 769px) {
  .li_nutritional_info_item:nth-child(even) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.li_nutritional_info_table th,
.li_nutritional_info_table td,
.li_nutritional_info_item_ttl,
.li_nutritional_info_item_content {
  font-size: 12px;
  color: #333333;
}

@media screen and (min-width: 769px) {

  .li_nutritional_info_table th,
  .li_nutritional_info_table td,
  .li_nutritional_info_item_ttl,
  .li_nutritional_info_item_content {
    font-size: 16px;
  }
}

.li_nutritional_info_item_ttl {
  width: 90px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .li_nutritional_info_item_ttl {
    width: 100px;
  }
}

.li_nutritional_info_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .li_nutritional_info_item_content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.li_trangle_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 15px);
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .li_trangle_01 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.li_trangle_01_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 12px 0 12px 20px;
  background: #eda7a7;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .li_trangle_01_item {
    margin-right: 24px;
    font-size: 16px;
  }
}

.li_trangle_01_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 0;
  border-left: 22px solid #eda7a7;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .li_trangle_01_item::before {
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 0;
    border-left: 25px solid #eda7a7;
  }
}

.li_trangle_01_item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  margin: auto;
  border-top: 19px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 0;
  border-left: 22px solid #ffffff;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .li_trangle_01_item::after {
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 25px solid #ffffff;
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
  }
}

.li_trangle_01_item.is__current {
  background: #de0000;
}

.li_trangle_01_item.is__current::before {
  border-left-color: #de0000;
}

/* おいしい話(/recipe/) */
.li_recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .li_recipe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.li_recipe .li_recipe_item {
  margin-bottom: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #777777;
  border-radius: 3px;
}

@media screen and (min-width: 769px) {
  .li_recipe .li_recipe_item {
    width: 24.41009%;
  }

  .li_recipe .li_recipe_item:not(:nth-child(4n)) {
    margin-right: 0.65094%;
  }
}

.li_recipe .li_recipe_item .li_recipe_link .li_recipe_fig {
  position: relative;
}

.li_recipe .li_recipe_item .li_recipe_link .li_recipe_fig .li_recipe_fig_img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .li_recipe .li_recipe_item .li_recipe_link .li_recipe_fig .li_recipe_fig_img {
    height: auto;
  }
}

.li_recipe .li_recipe_item .li_recipe_link .li_recipe_fig .li_recipe_fig_cap {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 8px;
  background: #de0000;
  color: #ffffff;
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  .li_recipe .li_recipe_item .li_recipe_link .li_recipe_fig .li_recipe_fig_cap {
    padding: 6px 10px;
    font-size: 15px;
  }
}

.li_recipe .li_recipe_item .li_recipe_link .li_recipe_content {
  margin: 12px 4px;
  border-top: 1px solid #b4b4b4;
}

@media screen and (min-width: 769px) {
  .li_recipe .li_recipe_item .li_recipe_link .li_recipe_content {
    margin: 10px 10px 25px;
  }
}

.li_recipe .li_recipe_item .li_recipe_link .li_recipe_content .li_recipe_content_ttl {
  color: #dfbf5d;
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  .li_recipe .li_recipe_item .li_recipe_link .li_recipe_content .li_recipe_content_ttl {
    font-size: 15px;
  }
}

.li_recipe .li_recipe_item .li_recipe_link .li_recipe_content .li_recipe_content_txt {
  color: #333333;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .li_recipe .li_recipe_item .li_recipe_link .li_recipe_content .li_recipe_content_txt {
    font-size: 15px;
  }
}

.li_bulk_brand {
  margin-bottom: 20px;
  font-size: 0;
}

@media screen and (min-width: 769px) {
  .li_bulk_brand {
    margin-bottom: 20px;
  }
}

.li_bulk_brand .li_bulk_brand_item {
  display: inline-block;
  width: calc(270 / 560 * 100%);
  margin-bottom: calc(10 / 560 * 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #de0000;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
}

.li_bulk_brand .li_bulk_brand_item:not(:nth-child(2n)) {
  margin-right: calc(20 / 560 * 100%);
}

@media screen and (min-width: 769px) {
  .li_bulk_brand .li_bulk_brand_item {
    width: 216px;
    margin-bottom: 10px;
  }

  .li_bulk_brand .li_bulk_brand_item:not(:nth-child(2n)) {
    margin-right: initial;
  }

  .li_bulk_brand .li_bulk_brand_item:not(:nth-child(5n)) {
    margin-right: 19px;
  }
}

.li_bulk_brand .li_bulk_brand_item .li_bulk_brand_item_link {
  display: block;
  padding: 10px 5px;
  color: #de0000;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .li_bulk_brand .li_bulk_brand_item .li_bulk_brand_item_link {
    font-size: 14px;
  }
}

.li_bulk_brand .li_bulk_brand_item .li_bulk_brand_item_link::after {
  content: "";
}

@media screen and (min-width: 769px) {
  .li_bulk_brand .li_bulk_brand_item .li_bulk_brand_item_link::after {
    display: none;
  }
}

.li_bulk_brand .li_bulk_brand_item.is__current .li_bulk_brand_item_link,
.li_bulk_brand .li_bulk_brand_item:hover .li_bulk_brand_item_link {
  color: #ffffff;
  background: #de0000;
}

/* 「凄麺」アソート購入 リスト */
.li_bulk_sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .li_bulk_sale {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.li_bulk_sale .li_bulk_sale_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  position: relative;
}

@media screen and (min-width: 769px) {
  .li_bulk_sale .li_bulk_sale_item {
    width: 275px;
  }
}

@media screen and (min-width: 769px) {
  .li_bulk_sale .li_bulk_sale_item:not(:nth-child(4n)) {
    margin-right: 19px;
  }

  *::-ms-backdrop,
  .li_bulk_sale .li_bulk_sale_item {
    display: block;
    min-height: 34px;
  }
}

.li_bulk_sale .li_bulk_sale_item .li_bulk_sale_item_img {
  width: 100%;
  height: auto;
}

.li_bulk_sale .li_bulk_sale_item .bulk_img {
  position: relative;
}

.li_bulk_sale .li_bulk_sale_item .li_bulk_sale_item_content {
  padding: 15px 20px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.li_bulk_sale .li_bulk_sale_item .li_bulk_sale_item_link {
  margin-bottom: 10px;
  position: absolute;
  right: 20px;
  bottom: 10px;
  display: inline-block;
  margin: 0;
  padding: 7px 10px;
  border: none;
  color: #111;
  background-color: rgba(236, 236, 236, 0.9);
  font-weight: normal;
  font-size: 12px;
}

.li_bulk_sale .li_bulk_sale_item .li_bulk_sale_item_link:hover,
.li_bulk_sale .li_bulk_sale_item .li_bulk_sale_item_link:active,
.li_bulk_sale .li_bulk_sale_item .li_bulk_sale_item_link:focus {
  opacity: 1;
  background-color: #e0e0e0;
}

.li_bulk_sale .li_bulk_sale_item .li_bulk_sale_item_content .li_bulk_sale_item_txt {
  margin-bottom: 15px;
  font-size: 14px;
  color: #333333;
}

@media screen and (min-width: 769px) {
  .li_bulk_sale .li_bulk_sale_item .li_bulk_sale_item_content .li_bulk_sale_item_txt {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.li_bulk_sale .li_bulk_sale_item .li_bulk_sale_item_content .li_bulk_sale_item_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #333333;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .li_bulk_sale .li_bulk_sale_item .li_bulk_sale_item_content .li_bulk_sale_item_label {
    font-size: 16px;
  }
}

.li_bulk_sale .li_bulk_sale_item .li_bulk_sale_item_content .li_bulk_sale_item_label .li_bulk_sale_item_label_number {
  margin-left: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .li_bulk_sale .li_bulk_sale_item .li_bulk_sale_item_content .li_bulk_sale_item_label .li_bulk_sale_item_label_number {
    width: 70px;
    padding: 4px;
  }
}

.select_count_wrapper {
  position: relative;
  margin-bottom: 15px;
}

.select_count_wrapper .select_count {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1160px;
  background: #f2f2f2;
  padding: 10px;
  font-size: 14px;
  margin: 0;
  text-align: left;
}

.select_count_wrapper.is__fixed .select_count {
  position: fixed;
  width: auto;
  white-space: nowrap;
}

.select_count_wrapper .set_count {
  display: flex;
  align-self: center;
  align-items: baseline;
  background: #fff;
  padding: 0.5em 1.25em;
  height: 100%;
  line-height: 1;
  font-size: 1.1em;
  width: 100%;
  justify-content: center;
}

.select_count_wrapper .select_count_current {
  font-size: 1.5em;
  color: #DE0000;
  font-weight: bold;
}

.select_count_wrapper .select_count_separator {
  font-size: 1em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.select_count_wrapper .select_count_max {
  font-size: 1em;
}

.select_count_wrapper .select_count_prefix {
  font-size: 0.8em;
  margin-right: 0.4em;
}

.select_count_wrapper .select_count_suffix {
  font-size: 0.8em;
  margin-left: 0.2em;
}

.select_count_wrapper .input_set {
  text-align: right;
  width: 3.5em;
  height: 2em;
  background: #fff;
  padding: 4px;
}

.select_count_wrapper .btn_submit_01 {
  display: block;
  margin: 5px 0 0 0;
  width: 100%;
}

.select_count_wrapper .btn_submit_01[disabled] {
  color: #333;
  font-weight: normal;
  background: transparent;
  pointer-events: none;
}

.select_count_wrapper .btn_submit_01[disabled]::after {
  display: none;
}

.select_count_wrapper.is__fixed .btn_submit_01 {
  width: auto;
}

@media screen and (min-width: 769px) {
  .select_count_wrapper {
    margin-top: 0;
  }

  .select_count_wrapper .btn_submit_01 {
    display: inline-block;
    width: 340px;
    margin: 0 0 0 5px;
  }

  .select_count_wrapper.is__fixed .btn_submit_01 {
    width: 340px;
  }

  .select_count_wrapper .set_count {
    display: inline-flex;
    width: auto;
  }

  .select_count_wrapper .select_count {
    padding: 10px 20px;
    font-size: 18px;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .select_count_wrapper .input_set {
    margin-right: 5px;
  }

  .select_count_wrapper.is__fixed .select_count {
    width: 100%;
    left: auto;
    right: 50%;
    transform: translateX(50%);
  }
}

/* 採用情報 */
.li_about_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 0;
}

@media screen and (min-width: 769px) {
  .li_about_page {
    margin-bottom: 20px;
  }
}

.li_about_page .li_about_page_item {
  display: inline-block;
  width: calc(275 / 560 * 100%);
  margin-bottom: calc(10 / 560 * 100%);
  padding: 6px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ededed, inset 0px 0px 0px 5px #ffffff, inset 0px 0px 0px 6px #dfbf5d;
  box-shadow: inset 0px 0px 0px 1px #ededed, inset 0px 0px 0px 5px #ffffff, inset 0px 0px 0px 6px #dfbf5d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.li_about_page .li_about_page_item:not(:nth-child(2n)) {
  margin-right: calc(10 / 560 * 100%);
}

.li_about_page .li_about_page_item:nth-child(n+3) .li_about_page_item_link .li_about_page_item_ttl {
  padding-bottom: 18px;
}

@media screen and (min-width: 769px) {
  .li_about_page .li_about_page_item {
    width: 375px;
    margin-bottom: 10px;
  }

  .li_about_page .li_about_page_item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .li_about_page .li_about_page_item:not(:nth-child(3n)) {
    margin-right: 15px;
  }

  .li_about_page .li_about_page_item:nth-child(3) {
    display: inline-block;
  }

  .li_about_page .li_about_page_item:nth-child(n+3) .li_about_page_item_link .li_about_page_item_ttl {
    padding-bottom: 0;
  }
}

.li_about_page .li_about_page_item .li_about_page_item_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 15px 10px;
}

@media screen and (min-width: 769px) {
  .li_about_page .li_about_page_item .li_about_page_item_link {
    padding: 25px 10px;
  }
}

.li_about_page .li_about_page_item .li_about_page_item_link::after {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #de0000;
  font-size: 10px;
  font-weight: bold;
  -webkit-transform: scale(0.7, 1.5);
  -ms-transform: scale(0.7, 1.5);
  transform: scale(0.7, 1.5);
}

.li_about_page .li_about_page_item .li_about_page_item_link .li_about_page_item_ttl {
  color: #de0000;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .li_about_page .li_about_page_item .li_about_page_item_link .li_about_page_item_ttl {
    font-size: 25px;
  }
}

.li_about_page .li_about_page_item .li_about_page_item_link .li_about_page_item_ttl_sub {
  color: #333333;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .li_about_page .li_about_page_item .li_about_page_item_link .li_about_page_item_ttl_sub {
    font-size: 20px;
  }
}

/* 募集要項 */
.li_recruit_guideline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  font-size: 0;
}

@media screen and (min-width: 769px) {
  .li_recruit_guideline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
  }
}

.li_recruit_guideline .li_recruit_guideline_item {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 6px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ededed, inset 0px 0px 0px 5px #ffffff, inset 0px 0px 0px 6px #dfbf5d;
  box-shadow: inset 0px 0px 0px 1px #ededed, inset 0px 0px 0px 5px #ffffff, inset 0px 0px 0px 6px #dfbf5d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .li_recruit_guideline .li_recruit_guideline_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
  }

  .li_recruit_guideline .li_recruit_guideline_item:not(:last-child) {
    margin-right: 26px;
  }
}

.li_recruit_guideline .li_recruit_guideline_item .li_recruit_guideline_item_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  color: #333333;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .li_recruit_guideline .li_recruit_guideline_item .li_recruit_guideline_item_link {
    padding: 20px 10px;
    font-size: 20px;
  }
}

.li_recruit_guideline .li_recruit_guideline_item .li_recruit_guideline_item_link::after {
  content: "\2228";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #de0000;
  font-weight: bold;
  -webkit-transform: scale(1.3, 0.7);
  -ms-transform: scale(1.3, 0.7);
  transform: scale(1.3, 0.7);
}

@media screen and (min-width: 769px) {
  .li_recruit_guideline .li_recruit_guideline_item .li_recruit_guideline_item_link::after {
    right: 20px;
  }
}

/* /about 開発者を知る リスト */
.li_developer_intro {
  font-size: 0;
}

.li_developer_intro .li_developer_intro_item {
  display: inline-block;
  width: calc(274 / 560 * 100%);
  margin-bottom: calc(13 / 560 * 100%);
}

.li_developer_intro .li_developer_intro_item:not(:nth-child(2n)) {
  margin-right: calc(12 / 560 * 100%);
}

@media screen and (min-width: 769px) {
  .li_developer_intro .li_developer_intro_item {
    width: 376px;
    margin-bottom: 15px;
  }

  .li_developer_intro .li_developer_intro_item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .li_developer_intro .li_developer_intro_item:not(:nth-child(3n)) {
    margin-right: 15px;
  }
}

.li_developer_intro .li_developer_intro_item .li_developer_intro_item_link {
  display: block;
  padding: 9px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cacaca;
}

.li_developer_intro .li_developer_intro_item .li_developer_intro_item_link .li_developer_intro_fig {
  position: relative;
}

@media screen and (min-width: 769px) {
  .li_developer_intro .li_developer_intro_item .li_developer_intro_item_link .li_developer_intro_fig::after {
    content: ">";
    position: absolute;
    bottom: 4px;
    right: 10px;
    display: block;
    color: #ffffff;
    font-size: 10px;
    -webkit-transform: scale(1, 1.5);
    -ms-transform: scale(1, 1.5);
    transform: scale(1, 1.5);
  }
}

.li_developer_intro .li_developer_intro_item .li_developer_intro_item_link .li_developer_intro_fig .li_developer_intro_fig_img {
  width: 100%;
  height: auto;
}

.li_developer_intro .li_developer_intro_item .li_developer_intro_item_link .li_developer_intro_content {
  padding: 8px;
  background-size: 8px 8px;
  background-color: #c9ab50;
  background-image: -o-linear-gradient(135deg, #d3ba70 25%, transparent 25%, transparent 50%, #d3ba70 50%, #d3ba70 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #d3ba70 25%, transparent 25%, transparent 50%, #d3ba70 50%, #d3ba70 75%, transparent 75%, transparent);
  background-repeat: repeat;
  color: #ffffff;
  text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .li_developer_intro .li_developer_intro_item .li_developer_intro_item_link .li_developer_intro_content {
    padding: 19px 15px;
    font-size: 18px;
  }
}

.li_developer_intro .li_developer_intro_item .li_developer_intro_item_link .li_developer_intro_content .li_developer_intro_content_depart {
  margin-bottom: 2px;
}

.li_developer_intro .li_developer_intro_item .li_developer_intro_item_link .li_developer_intro_content .li_developer_intro_content_desc {
  margin-top: 5px;
  padding: 0 5px;
}

@media screen and (min-width: 769px) {
  .li_developer_intro .li_developer_intro_item .li_developer_intro_item_link .li_developer_intro_content .li_developer_intro_content_desc {
    margin-top: 10px;
  }
}

/* おいしい話テンプレート関連ブログで使用したリスト */
.li_relation_recipe_blog {
  font-size: 0;
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.li_relation_recipe_blog .li_relation_recipe_blog_item {
  display: inline-block;
  width: calc(288 / 586 * 100%);
  /*margin-bottom: calc( 10 / 586  * 100% );*/
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #777777;
  background: #FFF;
}

.li_relation_recipe_blog_item {}

.li_relation_recipe_blog .li_relation_recipe_blog_item:not(:nth-child(2n)) {
  margin-right: calc(10 / 586 * 100%);
}

@media screen and (min-width: 769px) {
  .li_relation_recipe_blog .li_relation_recipe_blog_item {
    width: 284px;
    margin-bottom: 10px;
  }

  .li_relation_recipe_blog .li_relation_recipe_blog_item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .li_relation_recipe_blog .li_relation_recipe_blog_item:not(:nth-child(4n)) {
    margin-right: 10px;
  }
}

.li_relation_recipe_blog .li_relation_recipe_blog_item .li_relation_recipe_blog_link .li_relation_recipe_blog_fig {
  position: relative;
}

.li_relation_recipe_blog .li_relation_recipe_blog_item .li_relation_recipe_blog_link .li_relation_recipe_blog_fig .li_relation_recipe_blog_fig_img {
  width: 100%;
}

.li_relation_recipe_blog .li_relation_recipe_blog_item .li_relation_recipe_blog_link .li_relation_recipe_blog_fig .li_relation_recipe_blog_fig_cap {
  position: absolute;
  left: 0;
  bottom: calc(25 / 586 * 100%);
  padding: 3px;
  background: #de0000;
  color: #ffffff;
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .li_relation_recipe_blog .li_relation_recipe_blog_item .li_relation_recipe_blog_link .li_relation_recipe_blog_fig .li_relation_recipe_blog_fig_cap {
    bottom: 0;
    font-size: 14px;
  }
}

.li_relation_recipe_blog .li_relation_recipe_blog_item .li_relation_recipe_blog_link .li_relation_recipe_blog_hr {
  display: block;
  height: 1px;
  background: #777777;
}

@media screen and (min-width: 769px) {
  .li_relation_recipe_blog .li_relation_recipe_blog_item .li_relation_recipe_blog_link .li_relation_recipe_blog_hr {
    background: #dcdcdc;
    margin: auto;
    width: 224px;
  }
}

.li_relation_recipe_blog .li_relation_recipe_blog_item .li_relation_recipe_blog_link .li_relation_recipe_blog_content {
  padding: 8px 8px 16px;
  background: #ffffff;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .li_relation_recipe_blog .li_relation_recipe_blog_item .li_relation_recipe_blog_link .li_relation_recipe_blog_content {
    padding: 8px 8px 40px;
    font-size: 14px;
  }
}

.li_relation_recipe_blog .li_relation_recipe_blog_item .li_relation_recipe_blog_link .li_relation_recipe_blog_content .li_relation_recipe_blog_content_ttl {
  color: #dfbf5d;
  font-weight: normal;
}

.li_relation_recipe_blog .li_relation_recipe_blog_item .li_relation_recipe_blog_link .li_relation_recipe_blog_content .li_relation_recipe_blog_content_txt {
  color: #333333;
}

/* 凄麺のここがすごい 麺タイプリスト */
.li_sugomen_feature {
  font-size: 0;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .li_sugomen_feature {
    margin-bottom: 30px;
  }
}

.li_sugomen_feature .li_sugomen_feature_item {
  display: inline-block;
  width: 48.57143%;
  margin-bottom: 10px;
}

.li_sugomen_feature .li_sugomen_feature_item:not(:nth-child(2n)) {
  margin-right: 2.67857%;
}

@media screen and (min-width: 769px) {
  .li_sugomen_feature .li_sugomen_feature_item {
    width: 248px;
    margin-bottom: 26px;
  }

  .li_sugomen_feature .li_sugomen_feature_item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .li_sugomen_feature .li_sugomen_feature_item:not(:nth-child(4n)) {
    margin-right: 53px;
  }
}

.li_sugomen_feature .li_sugomen_feature_item .li_sugomen_feature_fig {
  margin-bottom: 7px;
}

@media screen and (min-width: 769px) {
  .li_sugomen_feature .li_sugomen_feature_item .li_sugomen_feature_fig {
    margin-bottom: 21px;
  }
}

.li_sugomen_feature .li_sugomen_feature_item .li_sugomen_feature_fig .li_sugomen_feature_img {
  width: 100%;
  height: auto;
}

.li_sugomen_feature .li_sugomen_feature_item .li_sugomen_feature_flavor_type .li_sugomen_feature_flavor_type_item {
  display: inline-block;
  width: 47.42647%;
}

.li_sugomen_feature .li_sugomen_feature_item .li_sugomen_feature_flavor_type .li_sugomen_feature_flavor_type_item:not(:nth-child(2n)) {
  margin-right: 5.14706%;
}

.li_sugomen_feature .li_sugomen_feature_item .li_sugomen_feature_flavor_type .li_sugomen_feature_flavor_type_item .li_sugomen_feature_flavor_type_item_img {
  width: 100%;
}

/* お客様の声から改善 リスト */
.li_improve_voice {
  font-size: 0;
}

@media screen and (min-width: 769px) {
  .li_improve_voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.li_improve_voice .li_improve_voice_item {
  margin-bottom: 14.5px;
  padding: 11px;
  vertical-align: top;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e6e6e6, inset 0px 0px 0px 10px #ffffff, inset 0px 0px 0px 11px #dfbf5d;
  box-shadow: inset 0px 0px 0px 1px #e6e6e6, inset 0px 0px 0px 10px #ffffff, inset 0px 0px 0px 11px #dfbf5d;
}

@media screen and (min-width: 769px) {
  .li_improve_voice .li_improve_voice_item {
    width: 365px;
  }

  .li_improve_voice .li_improve_voice_item:not(:nth-child(3n)) {
    margin-right: 31px;
  }
}

.li_improve_voice .li_improve_voice_item .li_improve_voice_item_link .li_improve_voice_fig .li_improve_voice_img {
  width: 100%;
  height: auto;
}

.li_improve_voice .li_improve_voice_item .li_improve_voice_item_link .li_improve_voice_content {
  padding: 10px 10px 0;
}

.li_improve_voice .li_improve_voice_item .li_improve_voice_item_link .li_improve_voice_content .li_improve_voice_content_voice .li_improve_voice_content_voice_ico {
  display: inline-block;
  min-width: 84.5px;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  background: #dfbf5d;
  color: #131313;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .li_improve_voice .li_improve_voice_item .li_improve_voice_item_link .li_improve_voice_content .li_improve_voice_content_voice .li_improve_voice_content_voice_ico {
    font-size: 18px;
  }
}

.li_improve_voice .li_improve_voice_item .li_improve_voice_item_link .li_improve_voice_content .li_improve_voice_content_improved .li_improve_voice_content_improved_ico {
  display: inline-block;
  margin-bottom: 10px;
  min-width: 84.5px;
  padding: 5px;
  text-align: center;
  background: #de0000;
  color: #ffffff;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .li_improve_voice .li_improve_voice_item .li_improve_voice_item_link .li_improve_voice_content .li_improve_voice_content_improved .li_improve_voice_content_improved_ico {
    font-size: 18px;
  }
}

.li_improve_voice .li_improve_voice_item .li_improve_voice_item_link .li_improve_voice_content .li_improve_voice_content_txt {
  margin-bottom: 15px;
  color: #333333;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .li_improve_voice .li_improve_voice_item .li_improve_voice_item_link .li_improve_voice_content .li_improve_voice_content_txt {
    font-size: 14px;
  }
}

/* 社員インタビュー 1日のスケジュール 事例リスト */
.li_interview_event {
  margin-bottom: 5px;
  font-size: 0;
}

@media screen and (min-width: 769px) {
  .li_interview_event {
    margin-bottom: 80px;
  }
}

.li_interview_event .li_interview_event_item {
  display: inline-block;
  width: 47.16667%;
  margin-bottom: 10px;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  .li_interview_event .li_interview_event_item {
    width: 269px;
    margin-bottom: 20px;
  }
}

.li_interview_event .li_interview_event_item:nth-child(odd) {
  margin-right: 5.66667%;
}

@media screen and (min-width: 769px) {
  .li_interview_event .li_interview_event_item:nth-child(odd) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .li_interview_event .li_interview_event_item:not(:nth-child(4n)) {
    margin-right: 28px;
  }
}

.li_interview_event .li_interview_event_item .li_interview_event_fig {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .li_interview_event .li_interview_event_item .li_interview_event_fig {
    margin-bottom: 15px;
  }
}

.li_interview_event .li_interview_event_item .li_interview_event_fig .li_interview_event_fig_img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .li_interview_event .li_interview_event_item .li_interview_event_fig .li_interview_event_fig_img {
    width: auto;
  }
}

.li_interview_event .li_interview_event_item .li_interview_event_content {
  color: #333333;
}

.li_interview_event .li_interview_event_item .li_interview_event_content .li_interview_event_content_ttl {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .li_interview_event .li_interview_event_item .li_interview_event_content .li_interview_event_content_ttl {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.li_interview_event .li_interview_event_item .li_interview_event_content .li_interview_event_content_txt {
  margin-bottom: 10px;
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  .li_interview_event .li_interview_event_item .li_interview_event_content .li_interview_event_content_txt {
    font-size: 18px;
  }
}

/* 原材料へのこだわり */

.ttl_02__materials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #6c6c6c;
  text-align: center;
  font-size: 14px;
}

.ttl_02__materials h2 {
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .ttl_02__materials {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

.ttl_02__materials:before,
.ttl_02__materials:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  color: #e5e5e5;
}

.ttl_02__materials:before {
  margin-right: 1em;
}

.ttl_02__materials:after {
  margin-left: 1em;
}

.ttl_02_sub-span__materials {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ttl_02_sub-span__materials:before,
.ttl_02_sub-span__materials:after {
  border-top: 1px solid;
  content: "";
  width: 1em;
}

.ttl_02_sub-span__materials:before {
  margin-right: 0.5em;
}

.ttl_02_sub-span__materials:after {
  margin-left: 0.5em;
}

.ttl_materials01 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 14px;
  color: #4A4A4A;
  font-weight: normal;
}

.ttl_02__materials__red {
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #DE0000;
}

.fwb {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .ttl_02__materials__red {
    font-size: 24px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 769px) {
  .ttl_materials01 {
    margin-bottom: 80px;
    font-size: 22px;
  }
}

.materials__graph__contents {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #F9F4E2;
  flex-wrap: wrap;
}

.materials__graph__contents .materials__graph__contents-item {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .materials__graph__contents .materials__graph__contents-item {
    width: 45%;
  }
}

.materials__graph__contents .materials__graph__contents-item .materials__graph__contents-item__ttl {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;

}

@media screen and (min-width: 769px) {
  .materials__graph__contents .materials__graph__contents-item .materials__graph__contents-item__ttl {
    font-size: 21px;
    margin-top: 30px;
  }
}

.materials__graph__contents .materials__graph__contents-item .materials__graph__contents-item__ttl__span {
  font-size: 10px;
  vertical-align: top;
}

.materials__graph__contents .materials__graph__contents-item .materials__graph__contents-item__img-wrap {
  text-align: center;
}

@media screen and (max-width: 430px) {
  .materials__graph__contents .materials__graph__contents-item .materials__graph__contents-item__img-wrap img {
    width: 100%;
    height: auto;
  }
}

.materials__ttl-margin-wrap01 {
  margin: 50px 0;
}

@media screen and (min-width: 769px) {
  .materials__ttl-margin-wrap01 {
    margin: 80px 0;
  }
}

.materials__box_two_column__span {
  font-size: 10px;
  vertical-align: top;
}

.mb-10 {
  margin-bottom: 10px;
}

.span_large__materials {
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .span_large__materials {
    font-size: 25px;
    line-height: 1.3;
  }
}

/* ニュース一覧リスト */
.li_news {
  width: 100%;
  margin: 0;
}

.li_news .li_news_item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #b0b0b0;
}

.li_news .li_news_item .li_news_item_link {
  display: table;
  width: 100%;
  padding: 10px;
}

@media screen and (min-width: 769px) {
  .li_news .li_news_item .li_news_item_link {
    padding: 20px 0;
  }
}

.li_news .li_news_item .li_news_item_link .li_news_item_date {
  display: inline-block;
  min-width: 59px;
  font-size: 11px;
  color: #333333;
}

@media screen and (min-width: 769px) {
  .li_news .li_news_item .li_news_item_link .li_news_item_date {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    font-size: 16px;
  }
}

.li_news .li_news_item .li_news_item_link .li_news_item_tags {
  display: inline-block;
  min-width: 62px;
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .li_news .li_news_item .li_news_item_link .li_news_item_tags {
    display: table-cell;
    width: 120px;
    vertical-align: middle;
    font-size: 11px;
  }
}

.li_news .li_news_item .li_news_item_link .li_news_txt {
  width: 100%;
  padding-top: 7px;
  font-size: 12px;
  color: #333333;
}

@media screen and (min-width: 769px) {
  .li_news .li_news_item .li_news_item_link .li_news_txt {
    display: table-cell;
    width: 940px;
    padding-top: 0;
    vertical-align: middle;
    font-size: 16px;
  }
}

.li_news .li_news_item .li_news_item_link[target="_blank"] .li_news_txt:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url("https://www.newtouch.co.jp/img/ico/anc_blank.png") no-repeat top center;
}

@media screen and (min-width: 769px) {
  .li_news .li_news_item .li_news_item_link:hover .li_news_txt {
    text-decoration: underline;
  }
}

.btn_01,
.btn_brand_detail,
.btn_bulk,
.btn_submit_01,
.btn_cart,
.btn_login {
  display: block;
  margin: auto;
  padding: 5px;
  background: #de0000;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}

.btn_01[disabled],
.btn_brand_detail[disabled],
.btn_bulk[disabled],
.btn_submit_01[disabled],
.btn_cart[disabled],
.btn_login[disabled] {
  background: #ccc;
  color: #717171;
}

.btn_01 {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .btn_01 {
    width: 266px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.btn_01::before {
  content: "＜";
  margin-right: 15px;
}

@media screen and (min-width: 769px) {
  .btn_01::before {
    margin-right: 20px;
    font-size: 10px;
  }
}

.btn_brand_detail {
  margin-top: 15px;
  background: #ffffff;
  color: #de0000;
  border: 2px solid #de0000;
  text-align: center;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .btn_brand_detail {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
  }
}

.btn_brand_detail::after {
  content: "＞";
  float: right;
  -webkit-transform: scale(1, 1.4);
  -ms-transform: scale(1, 1.4);
  transform: scale(1, 1.4);
}

@media screen and (min-width: 769px) {
  .btn_brand_detail::after {
    font-size: 20px;
  }
}

.btn_bulk {
  display: block;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .btn_bulk {
    display: inline-block;
    width: 266px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.btn_bulk::after {
  content: "＞";
  margin-left: 15px;
}

@media screen and (min-width: 769px) {
  .btn_bulk::after {
    margin-right: 20px;
    font-size: 10px;
  }
}

.btn_cancel_01 {
  display: block;
  margin: auto;
  padding: 5px;
  background: #dedede;
  color: #818181;
  font-weight: bold;
  cursor: pointer;
}

.btn_cancel_01 {
  width: 100%;
  margin-top: 25px;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .btn_cancel_01 {
    width: 440px;
    margin-top: 50px;
    padding: 15px 10px;
    font-size: 20px;
  }
}

.btn_cancel_01::after {
  content: "＞";
  float: right;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.btn_submit_01 {
  width: 100%;
  margin-top: 25px;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .btn_submit_01 {
    width: 440px;
    margin-top: 50px;
    padding: 15px 10px;
    font-size: 20px;
  }
}

.btn_submit_01::after {
  content: "＞";
  float: right;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.btn_cart {
  position: relative;
  width: 40vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .btn_cart {
    width: 275px;
    margin: initial;
    font-size: 16px;
  }

  .btn_cart.__disabled {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .btn_cart::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 22px;
    vertical-align: middle;
    background: url("https://www.newtouch.co.jp/assets/images/bg/btn_cart.png") no-repeat left center;
  }
}

.btn_cart::after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .btn_cart::after {
    content: none;
  }
}

.btn_02 {
  padding: 4px 10px;
  color: #ffffff;
  background: #494949;
  font-size: 12mpx;
  font-weight: normal;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .btn_02 {
    padding: 4px 28px;
    font-size: 18px;
  }
}

.btn_03 {
  display: block;
  margin: auto;
  padding: 9px;
  text-align: center;
  color: #333333;
  background: #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #d2d2d2, inset 0px 0px 0px 3px #ffffff, inset 0px 0px 0px 4px #e1c368;
  box-shadow: inset 0px 0px 0px 1px #d2d2d2, inset 0px 0px 0px 3px #ffffff, inset 0px 0px 0px 4px #e1c368;
  font-weight: bold;
  font-size: 12px;
}

.btn_04 {
  display: block;
  margin: auto;
  padding: 9px;
  text-align: center;
  color: #ffffff;
  background: #de0000;
  -webkit-box-shadow: inset 0px 0px 0px 1px #d2d2d2, inset 0px 0px 0px 3px #de0000, inset 0px 0px 0px 4px #dfbf5d;
  box-shadow: inset 0px 0px 0px 1px #d2d2d2, inset 0px 0px 0px 3px #de0000, inset 0px 0px 0px 4px #dfbf5d;
  font-weight: bold;
  font-size: 12px;
}

/* 詳しく見るボタン */
.btn_full_detail {
  display: block;
  width: 100%;
  margin: auto;
  padding: 10px 10px 0;
  border-radius: 10px;
  border: 1px solid #5f5f5f;
  color: #2c2c2c;
  font-size: 0;
  font-weight: bold;
  text-align: center;
}

.btn_full_detail::before,
.btn_full_detail::after {
  font-size: 12px;
}

@media screen and (min-width: 769px) {

  .btn_full_detail::before,
  .btn_full_detail::after {
    font-size: 16px;
  }
}

.btn_full_detail::before {
  display: block;
  content: "詳しく見る";
}

.btn_full_detail::after {
  display: block;
  content: "＞";
  -webkit-transform: rotate(90deg) scale(0.6, 1.2);
  -ms-transform: rotate(90deg) scale(0.6, 1.2);
  transform: rotate(90deg) scale(0.6, 1.2);
}

@media screen and (min-width: 769px) {
  .btn_full_detail::after {
    font-size: 12px;
  }
}

.btn_full_detail.slide__satate_open {
  padding: 0 10px 10px;
}

.btn_full_detail.slide__satate_open::before {
  display: block;
  content: "＞";
  -webkit-transform: rotate(270deg) scale(0.6, 1.2);
  -ms-transform: rotate(270deg) scale(0.6, 1.2);
  transform: rotate(270deg) scale(0.6, 1.2);
}

.btn_full_detail.slide__satate_open::after {
  display: block;
  content: "閉じる";
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* タグボタン */
.btn_tag_info {
  padding: 2px 10px;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .btn_tag_info {
    padding: 5px 20px;
  }
}

.btn_tag_info {
  background: #c9ab50;
}

.btn_05 {
  display: block;
  margin: auto;
  padding: 5px;
  border: 1px solid #525263;
  color: #fff;
  background-color: #525263;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

.btn_05:hover,
.btn_05:focus,
.btn_05:active {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .btn_05 {
    width: 100%;
    max-width: 320px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.form_brand_lineup_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-top: 50px;
  text-align: left;
}

.form_brand_lineup_order+.form_brand_lineup_order {
  margin-top: 0;
}

.form_brand_lineup_order .form_brand_lineup_order_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .form_brand_lineup_order .form_brand_lineup_order_box {
    margin-bottom: 20px;
  }
}

.form_brand_lineup_order .form_brand_lineup_order_box .form_brand_lineup_order_box_left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .form_brand_lineup_order .form_brand_lineup_order_box .form_brand_lineup_order_box_left {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    text-align: left;
  }
}

.form_brand_lineup_order .form_brand_lineup_order_box .form_brand_lineup_order_box_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}

@media screen and (min-width: 769px) {
  .form_brand_lineup_order .form_brand_lineup_order_box .form_brand_lineup_order_box_right {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
}

.form_brand_lineup_order .form_brand_lineup_order_label {
  margin-bottom: 15px;
  color: #333333;
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .form_brand_lineup_order .form_brand_lineup_order_label {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.form_brand_lineup_order .form_brand_lineup_order_label .form_brand_lineup_order_number {
  width: 48%;
  height: auto;
  margin-left: 6px;
  padding: 2px 4px;
  border: 1px solid #888888;
}

@media screen and (min-width: 769px) {
  .form_brand_lineup_order .form_brand_lineup_order_label .form_brand_lineup_order_number {
    width: 135px;
    margin-left: 20px;
  }
}

.input_01,
.input_02,
.input_birth,
.input_postal_first,
.input_postal_last,
.input_two_column .input_two_column_input,
.select_group_01 .select_group_01_select {
  padding: 4px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  font-size: 11px;
}

@media screen and (min-width: 769px) {

  .input_01,
  .input_02,
  .input_birth,
  .input_postal_first,
  .input_postal_last,
  .input_two_column .input_two_column_input,
  .select_group_01 .select_group_01_select {
    font-size: 18px;
  }
}

/* email */
.input_01 {
  width: 100%;
  color: #333333;
}

@media screen and (min-width: 769px) {
  .input_01 {
    width: 500px;
  }
}

/* email */
.input_02 {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .input_02 {
    width: 544px;
  }
}

/* birth */
.input_birth {
  width: 10%;
  color: #333333;
}

@media screen and (min-width: 769px) {
  .input_birth {
    width: 80px;
  }
}

/* 郵便番号 first */
.input_postal_first {
  width: 23%;
}

@media screen and (min-width: 769px) {
  .input_postal_first {
    width: 130px;
  }
}

/* 郵便番号 last */
.input_postal_last {
  width: 30%;
  margin-right: 20px;
}

@media screen and (min-width: 769px) {
  .input_postal_last {
    width: 170px;
    margin-right: 25px;
  }
}

.input_two_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input_two_column .input_two_column_input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 769px) {
  .input_two_column .input_two_column_input {
    width: 290px;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}

.input_two_column .input_two_column_input:not(:last-child) {
  margin-right: 3%;
}

@media screen and (min-width: 769px) {
  .input_two_column .input_two_column_input:not(:last-child) {
    margin-right: 40px;
  }
}

.radio_01 {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  padding-left: 22px;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .radio_01 {
    margin-right: 50px;
  }
}

.radio_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  z-index: 3;
}

.radio_01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 50%;
  background: none;
  z-index: 1;
}

.radio_01_btn {
  display: none;
}

.radio_01_btn:checked+.radio_01::after {
  background: #494949;
}

.textarea_01 {
  width: 100%;
  padding: 4px 5px;
  border: 1px solid #d4d4d4;
}

@media screen and (min-width: 769px) {
  .textarea_01 {
    width: 700px;
  }
}

.select_group_01 {
  position: relative;
}

.select_group_01::after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  -webkit-transform: scale(1.2, 0.7);
  -ms-transform: scale(1.2, 0.7);
  transform: scale(1.2, 0.7);
  color: #d4d4d4;
}

.select_group_01 .select_group_01_select {
  position: relative;
  width: 52%;
  z-index: 1;
  border-radius: 0;
}

.assort_price {
  margin-right: auto;
  font-size: 1.4em;
  display: inline-flex;
  padding: 0 0.2em;
  border-bottom: 1px solid black;
  flex-direction: column;
  line-height: 1;
  gap: 0.25em;
}

.assort_price small {
  font-size: 0.6em;
}

.total_price {
  display: inline-flex;
  font-size: 16px;
  margin-top: 0.25em;
  align-items: baseline;
  line-height: 1;
}

.total_price small {
  font-size: 12px;
  margin-right: 0.25em;
}

.total_price.tax_in {
  font-size: 1.6em;
}

.total_price.tax_in .total_price_num {
  font-weight: bold;
}

.total_price_wrap {
  display: inline-flex;
  padding: 0.7em;
  align-items: flex-start;
  gap: 0.4em;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .assort_price {
    font-size: 1.1em;
  }

  .total_price {
    font-size: 0.9em;
    margin-top: 0;
  }

  .total_price.tax_in {
    font-size: 1.25em;
  }

  .total_price_wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .select_group_01 .select_group_01_select {
    width: 300px;
  }
}

.select_group_01 .select_group_01_select::ms-expand {
  display: none;
}

.span_red {
  color: #de0000;
}

.span_gray_01 {
  color: #494949;
}

@media screen and (min-width: 769px) {
  .span_large {
    font-size: 20px;
  }
}

.link_01 {
  color: #333333;
}

/* ページネーション */
.pagenation {
  display: block;
  width: 100%;
  margin-top: 15px;
  text-align: center;
  font-size: 0;
}

@media screen and (min-width: 769px) {
  .pagenation {
    margin-top: 70px;
  }
}

.pagenation_item,
.pagenation_item_current,
.pagenation_item_prev,
.pagenation_item_next {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
}

.pagenation_item:not(:last-child),
.pagenation_item_current:not(:last-child),
.pagenation_item_prev:not(:last-child),
.pagenation_item_next:not(:last-child) {
  margin-right: 12px;
}

@media screen and (min-width: 769px) {

  .pagenation_item:not(:last-child),
  .pagenation_item_current:not(:last-child),
  .pagenation_item_prev:not(:last-child),
  .pagenation_item_next:not(:last-child) {
    margin-right: 14px;
  }
}

.pagenation_item>a,
.pagenation_item span,
.pagenation_item_current>a,
.pagenation_item_current span,
.pagenation_item_prev>a,
.pagenation_item_prev span,
.pagenation_item_next>a,
.pagenation_item_next span {
  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;
  min-width: 35px;
  min-height: 35px;
  padding: 5px;
  font-size: 14px;
}

@media screen and (min-width: 769px) {

  .pagenation_item>a,
  .pagenation_item span,
  .pagenation_item_current>a,
  .pagenation_item_current span,
  .pagenation_item_prev>a,
  .pagenation_item_prev span,
  .pagenation_item_next>a,
  .pagenation_item_next span {
    min-width: 40px;
    min-height: 40px;
    font-size: 16px;
  }
}

.pagenation_item_current>span {
  vertical-align: middle;
  color: #333333;
  background: #f2f2f2;
  border: 1px solid #d4d4d4;
}

.pagenation_item>a {
  color: #c9ab50;
  background: #ffffff;
  border: 1px solid #d4d4d4;
}

.pagenation_item_prev>a,
.pagenation_item_next>a {
  color: #ffffff;
  background: #c9ab50;
}

/* ごあいさつ|企業 固有スタイル */
.box_about_message::after {
  content: "";
  display: block;
  clear: both;
}

.box_about_message .box_about_message_ttl {
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .box_about_message .box_about_message_ttl {
    float: left;
    display: inline-block;
    width: 736px;
    margin: 0 70px 40px 0;
    vertical-align: top;
  }
}

.box_about_message .box_about_message_photos {
  height: 60vw;
  margin-bottom: 10px;
  background: #f2f2f2;
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .box_about_message .box_about_message_photos {
    float: right;
    display: inline-block;
    height: auto;
    margin-bottom: 24px;
    vertical-align: top;
    background: none;
    overflow: visible;
  }
}

.box_about_message .box_about_message_photos .box_about_message_photo {
  width: 66%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .box_about_message .box_about_message_photos .box_about_message_photo {
    width: auto;
  }
}

.box_about_message .box_about_message_txts .box_about_message_txt {
  margin-bottom: 15px;
  color: #333333;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .box_about_message .box_about_message_txts .box_about_message_txt {
    float: left;
    width: 736px;
    margin: 0 70px 30px 0;
    font-size: 16px;
  }
}

.box_about_message .box_about_message_caption {
  text-align: right;
  font-size: 12px;
  color: #333333;
}

@media screen and (min-width: 769px) {
  .box_about_message .box_about_message_caption {
    font-size: 16px;
  }
}

.box_about_message .box_about_message_caption .box_about_message_caption_sign {
  width: 110px;
  height: auto;
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .box_about_message .box_about_message_caption .box_about_message_caption_sign {
    margin-left: 20px;
    width: auto;
  }
}

/* 品質管理（食の安全・安心）|こだわり 固有スタイル */
/* ものづくりリスト */
.li_manufacturing {
  display: block;
  margin-bottom: -10px;
  font-size: 0;
}

@media screen and (min-width: 769px) {
  .li_manufacturing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
  }
}

.li_manufacturing .li_manufacturing_item {
  display: inline-block;
  width: 48.21429%;
  margin-bottom: 10px;
  padding: 8px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ededed, inset 0px 0px 0px 6px #ffffff, inset 0px 0px 0px 8px #dfbf5d;
  box-shadow: inset 0px 0px 0px 1px #ededed, inset 0px 0px 0px 6px #ffffff, inset 0px 0px 0px 8px #dfbf5d;
}

.li_manufacturing .li_manufacturing_item:not(:nth-child(2n)) {
  margin-right: 3.57143%;
}

@media screen and (min-width: 769px) {
  .li_manufacturing .li_manufacturing_item {
    width: 250px;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
  }

  .li_manufacturing .li_manufacturing_item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .li_manufacturing .li_manufacturing_item:nth-child(n+5) {
    margin-top: 25px;
  }
}

.li_manufacturing .li_manufacturing_item .li_manufacturing_item_fig {
  position: relative;
  width: 100%;
}

.li_manufacturing .li_manufacturing_item .li_manufacturing_item_fig .li_manufacturing_item_img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .li_manufacturing .li_manufacturing_item .li_manufacturing_item_fig .li_manufacturing_item_img {
    border-radius: 5px 5px 0 0;
  }
}

.li_manufacturing .li_manufacturing_item .li_manufacturing_item_fig .li_manufacturing_item_cap {
  position: absolute;
  bottom: 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: 100%;
  padding: 4px 0;
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #6c6c6c;
}

@media screen and (min-width: 769px) {
  .li_manufacturing .li_manufacturing_item .li_manufacturing_item_fig .li_manufacturing_item_cap {
    position: static;
    padding: 15px 5px 16px;
    background: #e0dcbf;
    font-size: 16px;
    color: #444444;
    border-radius: 0 0 5px 5px;
  }
}

/*  */
.box_kodawari_development {
  position: relative;
}

.box_kodawari_development:not(:first-child) {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development {
    margin-top: 0;
  }
}

.box_kodawari_development .box_kodawari_development_pic {
  display: none;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development .box_kodawari_development_pic {
    display: block;
  }
}

.box_kodawari_development .box_kodawari_development_stage_ttl {
  display: block;
  width: 31.66667%;
  margin: auto;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffcecf;
  color: #fea7a7;
  text-align: center;
  line-height: 1em;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development .box_kodawari_development_stage_ttl {
    display: none;
    background: none;
  }
}

.box_kodawari_development .box_kodawari_development_stage_ttl .box_kodawari_development_stage_ttl_sub {
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development .box_kodawari_development_stage_ttl .box_kodawari_development_stage_ttl_sub {
    font-size: 18px;
  }
}

.box_kodawari_development .box_kodawari_development_stage_ttl .box_kodawari_development_stage_ttl_main {
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development .box_kodawari_development_stage_ttl .box_kodawari_development_stage_ttl_main {
    font-size: 22px;
  }
}

.box_kodawari_development .box_kodawari_development_stage_ttl .box_kodawari_development_stage_ttl_sp_hidden {
  display: none;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development .box_kodawari_development_stage_ttl .box_kodawari_development_stage_ttl_sp_hidden {
    display: inline;
  }
}

.box_kodawari_development .box_kodawari_development_stage_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f2f2;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development .box_kodawari_development_stage_column {
    display: none;
    background: none;
  }
}

.box_kodawari_development .box_kodawari_development_stage_column .box_kodawari_development_stage_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 58.14815%;
  margin-right: 1.85185%;
}

.box_kodawari_development .box_kodawari_development_stage_column .box_kodawari_development_stage_col .box_kodawari_development_stage_col_ttl {
  font-weight: bold;
  color: #e1c265;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development .box_kodawari_development_stage_column .box_kodawari_development_stage_col .box_kodawari_development_stage_col_ttl {
    font-size: 24px;
  }
}

.box_kodawari_development .box_kodawari_development_stage_column .box_kodawari_development_stage_col .box_kodawari_development_stage_col_ttl_clear {
  font-weight: bold;
  color: #de0000;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development .box_kodawari_development_stage_column .box_kodawari_development_stage_col .box_kodawari_development_stage_col_ttl_clear {
    font-size: 24px;
  }
}

.box_kodawari_development .box_kodawari_development_stage_column .box_kodawari_development_stage_col .box_kodawari_development_stage_col_txt {
  color: #6c6c6c;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development .box_kodawari_development_stage_column .box_kodawari_development_stage_col .box_kodawari_development_stage_col_txt {
    font-size: 16px;
  }
}

.box_kodawari_development .box_kodawari_development_stage_column .box_kodawari_development_stage_col .box_kodawari_development_stage_col_txt:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development .box_kodawari_development_stage_column .box_kodawari_development_stage_col .box_kodawari_development_stage_col_txt:not(:last-child) {
    margin-bottom: 0;
  }
}

.box_kodawari_development .box_kodawari_development_stage_column .box_kodawari_development_stage_col .box_kodawari_development_stage_btn {
  width: 100%;
  margin: auto 0 0 0;
}

.box_kodawari_development .box_kodawari_development_stage_column .box_kodawari_development_stage_fig {
  width: 40%;
}

.box_kodawari_development .box_kodawari_development_stage_column .box_kodawari_development_stage_fig .box_kodawari_development_stage_fig_img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development .box_kodawari_development_stage_column .box_kodawari_development_stage_fig .box_kodawari_development_stage_fig_img {
    border-radius: none;
    width: auto;
  }
}

.box_kodawari_development .box_kodawari_development_lead_ico {
  display: block;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .box_kodawari_development .box_kodawari_development_lead_ico {
    display: none;
  }
}

.form-control {
  font-size: 1.4rem;
}

.cart_item .item_quantity ul li a,
.cart_item .item_quantity ul li span {
  width: 40px;
  height: 40px;
}

.column.is-edit .btn_edit {
  top: -17px;
}

#confirm_main #customer_detail_box .customer-edit input {
  margin: 4px;
}

#confirm_main #customer_detail_box span.customer-zip01 input {
  width: 60px;
}

#confirm_main #customer_detail_box span.customer-zip02 input,
#confirm_main #customer_detail_box span[class*="customer-tel"] input {
  width: 70px;
}

#confirm_main #customer_detail_box span.customer-pref input {
  display: block;
}

#confirm_main #customer_detail_box div.customer-email input {
  width: 80%;
}

#confirm_main h2.heading02 {
  margin-bottom: 30px;
}

.allergen_search td {
  cursor: pointer;
}

.allergen_search td {
  cursor: pointer;
}

.loading {
  display: none;
  text-align: center;
}

.number_field {
  position: relative;
}

.number_field .number_btn {
  display: none;
}

*::-ms-backdrop,
.number_field .number_btn {
  display: block;
}

*::-ms-backdrop,
.li_bulk_sale .li_bulk_sale_item .li_bulk_sale_item_content .li_bulk_sale_item_label .number_field .li_bulk_sale_item_label_number {
  padding-right: 30px;
}

*::-ms-backdrop,
.form_brand_lineup_order .form_brand_lineup_order_label .form_brand_lineup_order_number {
  padding-right: 20px;
}

*::-ms-backdrop,
.for_ie_label {
  top: 3px;
  right: -20px;
  position: absolute;
}

.number_field .number_btn .up_btn,
.number_field .number_btn .down_btn {
  position: absolute;
  cursor: default;
  padding: 0 8px;
  background-color: #CCC;
  right: 0;
  top: 0;
  font-size: 0.73em;
}

.number_field .number_btn .down_btn {
  top: 50%;
}

@media screen and (min-width: 769px) {

  *::-ms-backdrop,
  .li_bulk_sale .li_bulk_sale_item .li_bulk_sale_item_content .li_bulk_sale_item_label .number_field .li_bulk_sale_item_label_number {
    padding-right: 20px;
  }

  .number_field .number_btn .up_btn,
  .number_field .number_btn .down_btn {
    font-size: 0.57em;
    padding: 0 3px;
  }

  .form_brand_lineup_order .form_brand_lineup_order_label .up_btn,
  .form_brand_lineup_order .form_brand_lineup_order_label .down_btn {
    font-size: 0.5em;
  }

  .form_brand_lineup_order .form_brand_lineup_order_label .down_btn {
    top: 45%;
  }
}

.login_btns {
  text-align: center;
}

.btn_login {
  display: block;
  text-align: center;
  margin: 20px 0;
}

@media screen and (min-width: 769px) {
  .btn_login {
    display: inline-block;
    width: 266px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px;
  }
}

.form_brand_lineup_order .form_brand_lineup_order_label {
  display: inline-block;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {

  .form_brand_lineup_order .form_brand_lineup_order_label .up_btn,
  .form_brand_lineup_order .form_brand_lineup_order_label .down_btn {}
}

.top_banner {
  padding: 0 25px;
}

.top_banner.keyvisual_01 {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .top_banner {
    padding: 0;
  }
}

#detail_cart_box__favorite_button .btn-block {
  border-radius: 5px;
}

p#error_box__top_button {
  margin-bottom: 16px;
}

.anchor {
  position: absolute;
  left: 0;
  top: -50px;
}

@media screen and (min-width: 769px) {
  .anchor {
    top: -60px;
  }
}

.allergen_search_condition {
  padding-left: 2px;
}

.allergen_search_error {
  display: none;
  text-align: center;
  color: #de0000;
  font-size: 14px;
}

.allergen_search_error.is__show {
  display: block;
}

.allergen_select {
  text-align: right;
}

.allergen_select_btn {
  color: #de0000;
  font-size: 10px;
}

.allergen_select_btn+.allergen_select_btn {
  margin-left: 15px;
}

.allergen_select_btn:hover {
  color: #e32525;
}

.radio_wrapper {
  border: 2px solid #e8e8e8;
  background: #e8e8e8;
  color: #ababab;
  padding: 5px;
  min-width: 110px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 11px;
}

.radio_wrapper.__checked {
  background: #dfbf5d;
  color: #fff;
  border-color: #dfbf5d;
  font-weight: bold;
}

.radio_wrapper input[type="radio"] {
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

@media screen and (min-width: 769px) {
  .allergen_select_btn {
    font-size: 14px;
  }

  .allergen_search_error {
    font-size: 16px;
  }

  .radio_wrapper {
    padding: 10px;
    min-width: 180px;
    font-size: 16px;
  }
}

.box_recaptcha_badge {
  margin-top: 25px;
}

.box_recaptcha_badge::after {
  content: "";
  display: block;
  clear: both;
}

.box_recaptcha_badge .grecaptcha-badge {
  float: right;
}

/* assort */
.assort_detail {
  background: #f6f6f6;
  font-size: 1.1rem;
  padding: 0.5em 1em;
}

@media screen and (min-width: 769px) {
  .assort_detail {
    width: 300px;
  }
}

/* detail */
.box_notice {
  border: 1px solid #de0000;
  padding: 1em;
  /* font-size: 1.26rem; */
  color: #de0000;
}

/* top SNS */
.nt_content_top_sns {}

.nt_content_top_sns_inner {
  display: flex;
  flex-wrap: nowrap;
}

.nt_content_top_sns_inner>.nt_content_top_sns_content {
  width: 33.33%;
  margin-bottom: 10px;
}

.nt_content_top_sns_content .nt_content_top_sns_inner_header {
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 1em 0 0.5em;
}

.nt_content_top_sns_content .nt_content_top_news_button {
  width: 85%;
  color: #fff;
}

.nt_content_top_sns_content .nt_content_top_news_button:hover {
  background-image: url("https://www.newtouch.co.jp/common/images/nt_content_top_news_button_arrow_white.png");
}

.nt_content_top_sns_content .nt_content_top_news_button:hover {
  color: #fff;
}

.nt_content_top_sns_content.__twitter .nt_content_top_sns_inner_header {
  color: #1d9bf0;
}

.nt_content_top_sns_content.__twitter .nt_content_top_news_button {
  background-color: #1d9bf0;
  border-color: #1d9bf0;
}

.nt_content_top_sns_content.__facebook .nt_content_top_sns_inner_header {
  color: #1777f2;
}

.nt_content_top_sns_content.__facebook .nt_content_top_news_button {
  background-color: #1777f2;
  border-color: #1777f2;
}

.nt_content_top_sns_content.__facebook .fb_iframe_widget {
  display: block;
  text-align: center;
}

.nt_content_top_sns_content.__instagram .nt_content_top_sns_inner_header {
  color: #d84561;
}

.nt_content_top_sns_content.__instagram .nt_content_top_news_button {
  background-color: #d84561;
  border-color: #d84561;
}

@media only screen and (max-width: 720px) {
  .nt_content_top_sns_inner {
    flex-wrap: wrap;
  }

  .nt_content_top_sns_inner>.nt_content_top_sns_content {
    width: 100%;
    padding: 0 10px;
  }
}

.nt_content_bottom_content_box {
  margin: 40px auto 20px;
  padding: 40px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .nt_content_bottom_content_box {
    margin: 30px auto 10px;
    padding: 10px;
  }
}

/* login */
#login_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

#login_box .column {
  padding: 8px;
}

#login_box .btn_login {
  margin-left: 0;
}

#login_box .btn_login:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #login_box {
    flex-wrap: nowrap;
    margin-top: 40px;
  }

  #login_box .column {
    padding: 16px;
  }

  #login_box .column .btn_area p {
    width: 45%;
  }
}

#login_box .column .btn_area p.forgot_password {
  clear: both;
  float: none;
  width: 100%;
  max-width: none;
}

.box_guide_logo {
  text-align: center;
  max-width: 760px;
  margin: 20px auto 25px;
}

.box_guide_logo>a {
  display: inline-block;
  max-width: 180px;
  width: 40%;
  margin: 20px 4% 0;
}

.box_guide_logo img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .box_guide_logo {
    margin: 20px auto 50px;
  }

  .box_guide_logo>a {
    width: 50%;
    margin: 30px 35px 0;
  }
}

/* override for eccube4 default css */
figure {
  margin: 0;
}

.ec-birth input,
.ec-halfInput input,
.ec-input input,
.ec-numberInput input,
.ec-select input,
.ec-telInput input,
.ec-zipInput input,
.ec-para-normal,
.ec-select {
  margin-bottom: 0;
}

.ec-birth .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-input .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .dl_table dt {
    vertical-align: middle;
  }
}

.ec-orderRole__actions {
  margin-top: 16px;
}

legend {
  font-size: inherit;
  font-weight: normal;
  border-bottom: none;
}

.form-group.input_zip input {
  margin: 0;
  max-width: 8em;
}

.ec-blockBtn--action,
.ec-blockBtn--cancel {
  overflow-y: hidden;
}

.ec-mypageRole {
  padding-inline: 0;
}

.ec-registerRole {
  max-width: 100%;
  padding-inline: 0;
}

body>.ec-registerRole,
body>.ec-layoutRole__main {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 2rem;
}

.ec-AddAddress {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 2rem;
}

.ec-select select {
  width: 100%;
}

body>.ec-role {
  padding-inline: 2rem !important;
}