@charset "UTF-8";
/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
/**********************
000.読み込み
**********************/
@font-face {
  font-family: "Noto Sans JP";
  src: url("/w/wp-content/themes/awp-x-ichibiki/assets/fonts/NotoSansJP-Regular-ss.woff2") format("woff2"), url("/w/wp-content/themes/awp-x-ichibiki/assets/fonts/NotoSansJP-Regular-ss.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/w/wp-content/themes/awp-x-ichibiki/assets/fonts/NotoSansJP-Bold-ss.woff2") format("woff2"), url("/w/wp-content/themes/awp-x-ichibiki/assets/fonts/NotoSansJP-Bold-ss.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/w/wp-content/themes/awp-x-ichibiki/assets/fonts/NotoSerifJP-Light-ss.woff2") format("woff2"), url("/w/wp-content/themes/awp-x-ichibiki/assets/fonts/NotoSerifJP-Light-ss.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/w/wp-content/themes/awp-x-ichibiki/assets/fonts/NotoSerifJP-SemiBold-ss.woff2") format("woff2"), url("/w/wp-content/themes/awp-x-ichibiki/assets/fonts/NotoSerifJP-SemiBold-ss.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}
body.home::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: #d71518; /* 背景カラー */
  z-index: 10000; /* 一番手前に */
  pointer-events: none; /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 1; /* 初期値 : 透過状態 */
  transition: 1s all;
}

body.home.fadeout::before {
  width: 100%;
  opacity: 0;
}

body.home::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* 背景カラー */
  z-index: 9999; /* 一番手前に */
  pointer-events: none; /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 1; /* 初期値 : 透過状態 */
  transition: opacity 0.5s ease;
}

body.home.fadeout::after {
  opacity: 0;
}

/**********************
100.UIkit Overwrite & Base
**********************/
html {
  font-size: 18px;
}

body {
  line-height: 2;
  -webkit-print-color-adjust: exact;
}

html,
body,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}

blockquote,
cite {
  font-style: normal;
}

blockquote {
  font-size: 1rem;
}
blockquote cite {
  font-size: 0.8rem;
  line-height: 1.2 !important;
}

em {
  color: inherit;
}

.ax_serif {
  font-family: "Noto Serif JP", serif !important;
}

.uk-search-default .uk-search-input:focus {
  background: #fff;
}

a:hover img {
  opacity: 0.6;
}

a:hover img.uk-transition-scale-up {
  opacity: 1;
}

.x_printlogo {
  display: none;
}

@media screen and (max-width: 767px) {
  .uk-grid-medium, .uk-grid-column-medium {
    margin-left: -15px;
  }
  .uk-grid-medium > *, .uk-grid-column-medium > * {
    padding-left: 15px;
  }
}
/**********************
105.ブロックスキップ
**********************/
#axBlockSkip {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

/**********************
110.Layout
**********************/
.ax_wrap {
  width: 100%;
  overflow: hidden;
}

/**********************
120.Header
**********************/
.ax_header {
  border-bottom: 1px solid #d3d2d0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.ax_header a,
.ax_header a:link,
.ax_header a:visited {
  opacity: 1;
  transition: all 0.25s;
  text-decoration: none;
  color: #222;
}
.ax_header a:hover,
.ax_header a:active {
  opacity: 0.4;
}
.ax_header .uk-active a,
.ax_header .current-menu-item a,
.ax_header .current_page_item a,
.ax_header .current-page-ancestor a {
  border-bottom: 2px solid #d71518;
  box-sizing: border-box;
}
.ax_header ul {
  margin: 0;
  padding: 0;
}
.ax_header ul li {
  list-style: none;
}
.ax_header_logo {
  margin-right: auto;
  margin-bottom: 0;
}
.ax_header_logo a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  transition: all 1s;
}
.ax_header_logo img {
  height: 36px;
  transition: all 1s;
  margin-bottom: 15px;
}
.ax_header_nav {
  margin-right: 190px;
  transition: all 1s;
}
.ax_header_navSub {
  display: none;
  font-size: 0.8rem;
  margin-top: 10px;
  transition: all 1s;
}
.ax_header_navSub li {
  padding: 0 0.5em;
}
.ax_header_navSub li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 0.25em;
  transition: all 1s;
}
.ax_header_navSub li:last-child {
  margin: 0 1em;
  border-left: 1px solid #d3d2d0;
  transition: all 1s;
}
.ax_header_navSub li:last-child a {
  padding-left: 1em;
  transition: all 1s;
}
.ax_header_navSub li:last-child i {
  font-size: 1rem;
  vertical-align: middle;
  padding-right: 0.1em;
  margin-bottom: 3px;
}
.ax_header_navGlobal {
  font-size: 0.9rem;
  margin: 0 0.75em;
  transition: all 1s;
}
.ax_header_navGlobal li {
  padding: 0 0.5em;
}
.ax_header_navGlobal li a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 0.25em;
  transition: all 0.25s;
}

/*▼ヘッダーファンクション▼*/
.ax_headerSearch {
  position: absolute;
  top: 0;
  right: 120px;
  z-index: 110;
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 60px;
  font-size: 0.8rem;
  transition: all 1s;
}
.ax_headerSearch_inner {
  position: relative;
}
.ax_headerSearch_switch {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 150;
  width: 60px;
  height: 60px;
  border: none;
  cursor: pointer;
}
.ax_headerSearch_switch:hover {
  background: #e6e7e8;
  opacity: 0.6;
  transition: all 0.25s;
}
.ax_headerSearch_input {
  position: absolute;
  right: 0;
  width: 0px;
  height: 60px;
  padding: 0 10px;
  border: none;
  border-left: 1px solid #e6e7e8;
  background: #f3f4f5;
  box-sizing: border-box;
  color: #222;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 0.8rem;
  transition: all 1s;
}
.ax_headerSearch_input:focus {
  outline: none;
  box-shadow: 0px 0px 5px 5px #d3d2d0 inset;
  transition: all 0.25s;
}
.ax_headerSearch_input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.ax_headerSearch_submit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  border: none;
  font-size: 1.25rem;
  line-height: 60px;
  background: #e6e7e8;
  opacity: 1;
}
.ax_headerSearch_submit:hover {
  cursor: pointer;
}
.ax_headerSearch_submit:focus {
  outline: 0;
}
.ax_headerSearch_submit i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #222;
}
.ax_headerSearch_submit i:hover {
  opacity: 0.4;
}

.ax_headerShop {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 120;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  background: #d71518;
  font-size: 0.9rem;
  transition: all 1s;
}
.ax_headerShop a,
.ax_headerShop a:link,
.ax_headerShop a:visited,
.ax_headerShop a:hover,
.ax_headerShop a:active {
  color: #fff;
}
.ax_headerShop_inner {
  display: flex;
  justify-content: center;
}
.ax_headerShop_txt {
  display: none;
  height: 60px;
  line-height: 60px;
}
.ax_headerShop .fa-shopping-cart {
  height: 60px;
  line-height: 60px;
  font-size: 1.25rem;
  padding-left: 0;
}

.ax_headerMenu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  font-size: 0.8rem;
}
.ax_headerMenu a,
.ax_headerMenu a:link,
.ax_headerMenu a:visited,
.ax_headerMenu a:hover,
.ax_headerMenu a:active {
  border: none;
  background: #fff;
  color: #222;
}
.ax_headerMenu_inner {
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 20px;
  border: none;
  background: #fff;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #222;
}
.ax_headerMenu_txt {
  display: block;
  font-size: 0.6rem;
}
.ax_headerMenu .fa-bars {
  display: block;
  font-size: 1rem;
  margin-top: 14px;
}

/*▲ヘッダーファンクション▲*/
/*▼ヘッダーフルバージョン調整▼*/
.ax_header-full {
  /*▼ヘッダーファンクション▼*/
  /*▲ヘッダーファンクション▲*/
}
.ax_header-full .ax_header_logo a {
  height: 100px;
  line-height: 100px;
  padding: 0 20px;
}
.ax_header-full .ax_header_logo img {
  height: 50px;
}
.ax_header-full .ax_header_nav {
  margin-right: 250px;
}
.ax_header-full .ax_header_navSub {
  display: block;
}
.ax_header-full .ax_header_navGlobal {
  font-size: 0.9rem;
  transition: all 1s;
}
.ax_header-full .ax_header_navGlobal a {
  transition: all 0.25s;
}
.ax_header-full .ax_headerSearch {
  right: 0;
  height: 50px;
}
.ax_header-full .ax_headerSearch_switch {
  display: none;
}
.ax_header-full .ax_headerSearch_input {
  width: 250px;
  height: 50px;
}
.ax_header-full .ax_headerSearch_input:focus {
  transition: all 0.25s;
}
.ax_header-full .ax_headerSearch_submit {
  width: 50px;
  height: 50px;
  font-size: 1rem;
  line-height: 50px;
}
.ax_header-full .ax_headerSearch_submit i {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.ax_header-full .ax_headerShop {
  top: 50px;
  right: 0px;
  width: 250px;
  height: 50px;
}
.ax_header-full .ax_headerShop_txt {
  display: block;
  height: 50px;
  line-height: 50px;
}
.ax_header-full .ax_headerShop .fa-shopping-cart {
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  padding-left: 0;
  margin-left: 0.25em;
}

@media screen and (max-width: 1199px) {
  .ax_header-full {
    /*▼ヘッダーファンクション▼*/
    /*▲ヘッダーファンクション▲*/
  }
  .ax_header-full .ax_header_nav {
    margin-right: 175px;
  }
  .ax_header-full .ax_headerSearch_input {
    width: 175px;
  }
  .ax_header-full .ax_headerShop {
    width: 175px;
  }
}
/*▲ヘッダーフルバージョン調整▲*/
@media screen and (max-width: 1199px) {
  .ax_header_navGlobal {
    font-size: 0.9rem;
    transition: all 1s;
  }
}
/*▼ヘッダー検索窓動作▼*/
.ax_headerSearch-active .ax_header_navGlobal {
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s;
}
.ax_headerSearch-active .ax_headerSearch_switch {
  display: none;
}
.ax_headerSearch-active .ax_headerSearch_input {
  width: 352px;
}
/*▲ヘッダー検索窓動作▲*/
/**********************
130.Breadcrumb
**********************/
.ax_breadcrumb {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 1em 0;
  min-height: 1.2rem;
  transition: 0.25s all;
}
.ax_breadcrumb ul {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  display: none;
}
.ax_breadcrumb ul li {
  display: inline-block;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.75rem !important;
}
.ax_breadcrumb ul li:last-child {
  color: #666;
}
.ax_breadcrumb ul a,
.ax_breadcrumb ul a:link,
.ax_breadcrumb ul a:visited {
  color: #88908f;
}
.ax_breadcrumb ul a:hover,
.ax_breadcrumb ul a:active {
  color: #666;
  text-decoration: none;
}
.ax_breadcrumb ul > :nth-child(n+2)::before {
  content: "/";
  display: inline-block;
  margin: 0 10px;
  font-size: 0.75rem;
  color: #88908f;
}

/**********************
140.Contents
**********************/
.single-product .ax_contents {
  padding-top: 0px;
}

.single-prouse .ax_contents {
  padding-top: 0px;
}

.single-recipes .ax_contents {
  padding-top: 0px;
}

.ax_contents {
  padding-top: 0;
}

.ax_main {
  max-width: 1200px;
  margin: 0 auto 0;
  padding-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .ax_contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/**********************
200.コンテンツ内基本装飾
**********************/
.ax_contents {
  /**********************
  201.UIkit Overwrite & base
  **********************/
  /**********************
  210.ホバー透過
  **********************/
  /**********************
  210.見出し
  **********************/
  /**********************
  210.テキスト
  **********************/
  /**********************
  211.リスト
  **********************/
  /**********************
  211.図表
  **********************/
  /**********************
  291.ボタン
  **********************/
  /**********************
  211.アイコン
  **********************/
  /********************************************/
}
.ax_contents .uk-grid {
  margin-bottom: 1.5em;
}
.ax_contents .uk-grid > figure {
  margin: 0;
}
.ax_contents .ax_productList.uk-grid {
  margin-bottom: 0;
}
.ax_contents .uk-link,
.ax_contents a {
  color: #007cba;
}
.ax_contents .ax_op-hover:hover,
.ax_contents .ax_op-hover:active {
  opacity: 0.7;
}
.ax_contents .ax_product_detail_h1,
.ax_contents .ax_recipe_detail_h1,
.ax_contents .ax_topics_detail_h1,
.ax_contents .ax_normal_detail_h1 {
  background: url(../img/bg_pattern-01.png) repeat;
  font-size: 2rem;
  padding: 1em 0;
  line-height: 1.4;
  margin-top: 0;
}
.ax_contents .ax_product_detail_h1 span,
.ax_contents .ax_recipe_detail_h1 span,
.ax_contents .ax_topics_detail_h1 span,
.ax_contents .ax_normal_detail_h1 span {
  display: inline-block;
  border-left: 5px solid #d71518;
  padding: 0 0.6em 0 1em;
}
.ax_contents .ax_topics_detail_h1 {
  margin-bottom: 45px;
}
.ax_contents h2 {
  position: relative;
  border-bottom: 4px solid #f3f4f5;
  padding-bottom: 0.5em;
  margin-top: 2em;
  margin-bottom: 1.25em;
  font-size: 1.6rem;
}
.ax_contents h2::before {
  content: "";
  display: block;
  width: 33%;
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 4px;
  background-color: #d71518;
}
.ax_contents h2 .ax_h2_span-right {
  position: absolute;
  right: 0;
  bottom: 7px;
}
.ax_contents h3 {
  margin-top: 2em;
  margin-bottom: 1.25em;
  padding: 0.5em 0.5em 0.5em 0.75em;
  background: #f3f4f5;
  border-left: 3px solid #d71518;
  font-size: 1.3rem;
}
.ax_contents h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.2rem;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #e6e7e8;
}
.ax_contents h5 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.1rem;
}
.ax_contents h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1rem;
}
.ax_contents .uk-grid div > h2:first-child,
.ax_contents .uk-grid div > h3:first-child,
.ax_contents .uk-grid div > h4:first-child,
.ax_contents .uk-grid div > h5:first-child,
.ax_contents .uk-grid div > h6:first-child {
  margin-top: 0;
}
.ax_contents .wp-block-column > h2:first-child,
.ax_contents .wp-block-column > h3:first-child,
.ax_contents .wp-block-column > h4:first-child,
.ax_contents .wp-block-column > h5:first-child,
.ax_contents .wp-block-column > h6:first-child {
  margin-top: 0;
}
.ax_contents p {
  margin-bottom: 1.5em;
}
.ax_contents .ax_fontsize_s {
  font-size: 0.8rem;
  line-height: 1.5;
}
.ax_contents .ax_fontsize_m {
  font-size: 1rem;
}
.ax_contents .ax_fontsize_l {
  font-size: 1.25rem;
}
.ax_contents .ax_left {
  text-align: left;
}
.ax_contents .ax_center {
  text-align: center;
}
.ax_contents .ax_right {
  text-align: right;
}
.ax_contents ol,
.ax_contents ul,
.ax_contents dl {
  margin-bottom: 1.5em;
}
.ax_contents li {
  margin-bottom: 0.5em;
}
.ax_contents figure {
  margin-bottom: 1.5em;
}
.ax_contents figcaption {
  font-size: 0.8rem;
}
.ax_contents .ax_button_secondary-link {
  display: inline-block;
  padding: 0.5em 0;
  color: #222;
}
.ax_contents .ax_button_secondary-link i {
  padding-right: 0.25em;
  font-weight: 300;
  color: #d71518;
}
.ax_contents .ax_button_secondary-link:hover, .ax_contents .ax_button_secondary-link:active {
  color: #d71518;
}
.ax_contents .ax_ico {
  display: inline-block;
  padding: 0.4em 1em 0.45em;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
}
.ax_contents .ax_ico-discontinued {
  color: #fff;
  background: #88908f;
  opacity: 0.85;
  backdrop-filter: blur(5px);
}
.ax_contents .ax_ico-newarrival {
  color: #fff;
  background: #d71518;
  opacity: 0.85;
  backdrop-filter: blur(5px);
}
.ax_contents .ax_ico-renewal {
  color: #fff;
  background: #1d9063;
  opacity: 0.85;
  backdrop-filter: blur(5px);
}
.ax_contents .ax_ico-chilled {
  color: #fff;
  background: #1e66a4;
  opacity: 0.85;
  backdrop-filter: blur(5px);
}
.ax_contents .ax_ico-limited {
  color: #fff;
  background: #7996c3;
  backdrop-filter: blur(5px);
}
.ax_contents .ax_ico-replacement {
  color: #fff;
  background: #d71518;
  backdrop-filter: blur(5px);
}
.ax_contents .ax_ico-replacement:link, .ax_contents .ax_ico-replacement:visited {
  color: #fff;
  text-decoration: none;
}
.ax_contents .ax_ico-replacement:link i, .ax_contents .ax_ico-replacement:visited i {
  color: #fff;
}
.ax_contents .ax_ico-replacement:hover, .ax_contents .ax_ico-replacement:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.25s;
}
.ax_contents .ax_ico-replacement:hover i, .ax_contents .ax_ico-replacement:active i {
  color: #fff;
}
.ax_contents .ax_discontinued_txt {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1em 0;
  text-align: center;
  color: #d71518;
}
.ax_contents .ax_discontinued_txt a,
.ax_contents .ax_discontinued_txt a:link,
.ax_contents .ax_discontinued_txt a:visited {
  color: #d71518;
  opacity: 1;
}
.ax_contents .ax_discontinued_txt a:hover,
.ax_contents .ax_discontinued_txt a:active {
  color: #d71518;
  transition: all 0.25s;
  opacity: 0.5;
  text-decoration: none;
}

/**********************
235.角丸
**********************/
.ax_googlemap,
.ax_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.ax_youtube-tate {
  width: 100%;
  aspect-ratio: 9/16;
}

.ax_googlemap iframe,
.ax_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ax_youtube-tate iframe {
  width: 100%;
  height: 100%;
}

/**********************
235.角丸
**********************/
.ax_radius-1.has-background {
  border-radius: 1px !important;
}

.ax_radius-2.has-background {
  border-radius: 2px !important;
}

.ax_radius-3.has-background {
  border-radius: 3px !important;
}

.ax_radius-4.has-background {
  border-radius: 4px !important;
}

.ax_radius-5.has-background {
  border-radius: 5px !important;
}

.ax_radius-6.has-background {
  border-radius: 6px !important;
}

.ax_radius-7.has-background {
  border-radius: 7px !important;
}

.ax_radius-8.has-background {
  border-radius: 8px !important;
}

.ax_radius-9.has-background {
  border-radius: 9px !important;
}

.ax_radius-10.has-background {
  border-radius: 10px !important;
}

/**********************
290.ボックス
**********************/
.ax_box_default {
  padding: 2em;
  border: 2px solid #d3d2d0;
}

/**********************
235.グラフ
**********************/
.ax_graph-table {
  border: none;
}
.ax_graph-table th {
  border: none;
}
.ax_graph-table td {
  border: none;
}

/*ピンク*/
.ax_graph-bg1 {
  color: #e65d7f;
}

/*グリーン*/
.ax_graph-bg2 {
  color: #5ba479;
}

/*ブルー*/
.ax_graph-bg3 {
  color: #6a8eb2;
}

/**********************
235.設定
**********************/
/*幅*/
.ax_w10per {
  width: 10%;
}

.ax_w15per {
  width: 15%;
}

.ax_w20per {
  width: 20%;
}

.ax_w25per {
  width: 25%;
}

.ax_w30per {
  width: 30%;
}

.ax_w35per {
  width: 35%;
}

.ax_w40per {
  width: 40%;
}

.ax_w45per {
  width: 45%;
}

.ax_w50per {
  width: 50%;
}

.ax_w55per {
  width: 55%;
}

.ax_w60per {
  width: 60%;
}

.ax_w65per {
  width: 65%;
}

.ax_w70per {
  width: 70%;
}

.ax_w75per {
  width: 75%;
}

.ax_w80per {
  width: 80%;
}

.ax_w85per {
  width: 85%;
}

.ax_w90per {
  width: 90%;
}

.ax_w95per {
  width: 95%;
}

.ax_w100per {
  width: 100%;
}

.ax_w105per {
  width: 105%;
}

.ax_w10 {
  width: 10px !important;
}

.ax_w20 {
  width: 20px !important;
}

.ax_w30 {
  width: 30px !important;
}

.ax_w40 {
  width: 40px !important;
}

.ax_w50 {
  width: 50px !important;
}

.ax_w60 {
  width: 60px !important;
}

.ax_w70 {
  width: 70px !important;
}

.ax_w80 {
  width: 80px !important;
}

.ax_w90 {
  width: 90px !important;
}

.ax_w100 {
  width: 100px !important;
}

.ax_w110 {
  width: 110px !important;
}

.ax_w120 {
  width: 120px !important;
}

.ax_w130 {
  width: 130px !important;
}

.ax_w140 {
  width: 140px !important;
}

.ax_w150 {
  width: 150px !important;
}

.ax_w160 {
  width: 160px !important;
}

.ax_w170 {
  width: 170px !important;
}

.ax_w180 {
  width: 180px !important;
}

.ax_w190 {
  width: 190px !important;
}

.ax_w200 {
  width: 200px !important;
}

.ax_w210 {
  width: 210px !important;
}

.ax_w220 {
  width: 220px !important;
}

.ax_w230 {
  width: 230px !important;
}

.ax_w240 {
  width: 240px !important;
}

.ax_w250 {
  width: 250px !important;
}

.ax_w260 {
  width: 260px !important;
}

.ax_w270 {
  width: 270px !important;
}

.ax_w280 {
  width: 280px !important;
}

.ax_w290 {
  width: 290px !important;
}

.ax_w300 {
  width: 300px !important;
}

.ax_w310 {
  width: 310px !important;
}

.ax_w320 {
  width: 320px !important;
}

.ax_w330 {
  width: 330px !important;
}

.ax_w340 {
  width: 340px !important;
}

.ax_w350 {
  width: 350px !important;
}

.ax_w360 {
  width: 360px !important;
}

.ax_w370 {
  width: 370px !important;
}

.ax_w380 {
  width: 380px !important;
}

.ax_w390 {
  width: 390px !important;
}

.ax_w400 {
  width: 400px !important;
}

.ax_w410 {
  width: 410px !important;
}

.ax_w420 {
  width: 420px !important;
}

.ax_w430 {
  width: 430px !important;
}

.ax_w440 {
  width: 440px !important;
}

.ax_w450 {
  width: 450px !important;
}

.ax_w460 {
  width: 460px !important;
}

.ax_w470 {
  width: 470px !important;
}

.ax_w480 {
  width: 480px !important;
}

.ax_w490 {
  width: 490px !important;
}

.ax_w500 {
  width: 500px !important;
}

.ax_w510 {
  width: 510px !important;
}

.ax_w520 {
  width: 520px !important;
}

.ax_w530 {
  width: 530px !important;
}

.ax_w540 {
  width: 540px !important;
}

.ax_w550 {
  width: 550px !important;
}

.ax_w560 {
  width: 560px !important;
}

.ax_w570 {
  width: 570px !important;
}

.ax_w580 {
  width: 580px !important;
}

.ax_w590 {
  width: 590px !important;
}

.ax_w600 {
  width: 600px !important;
}

.ax_w610 {
  width: 610px !important;
}

.ax_w620 {
  width: 620px !important;
}

.ax_w630 {
  width: 630px !important;
}

.ax_w640 {
  width: 640px !important;
}

.ax_w650 {
  width: 650px !important;
}

.ax_w660 {
  width: 660px !important;
}

.ax_w670 {
  width: 670px !important;
}

.ax_w680 {
  width: 680px !important;
}

.ax_w690 {
  width: 690px !important;
}

.ax_w700 {
  width: 700px !important;
}

.ax_w710 {
  width: 710px !important;
}

.ax_w720 {
  width: 720px !important;
}

.ax_w730 {
  width: 730px !important;
}

.ax_w740 {
  width: 740px !important;
}

.ax_w750 {
  width: 750px !important;
}

.ax_w760 {
  width: 760px !important;
}

.ax_w770 {
  width: 770px !important;
}

.ax_w780 {
  width: 780px !important;
}

.ax_w790 {
  width: 790px !important;
}

.ax_w800 {
  width: 800px !important;
}

.ax_w810 {
  width: 810px !important;
}

.ax_w820 {
  width: 820px !important;
}

.ax_w830 {
  width: 830px !important;
}

.ax_w840 {
  width: 840px !important;
}

.ax_w850 {
  width: 850px !important;
}

.ax_w860 {
  width: 860px !important;
}

.ax_w870 {
  width: 870px !important;
}

.ax_w880 {
  width: 880px !important;
}

.ax_w890 {
  width: 890px !important;
}

.ax_w900 {
  width: 900px !important;
}

.ax_w910 {
  width: 910px !important;
}

.ax_w920 {
  width: 920px !important;
}

.ax_w930 {
  width: 930px !important;
}

.ax_w940 {
  width: 940px !important;
}

.ax_w950 {
  width: 950px !important;
}

.ax_w960 {
  width: 960px !important;
}

.ax_w970 {
  width: 970px !important;
}

.ax_w980 {
  width: 980px !important;
}

.ax_w990 {
  width: 990px !important;
}

.ax_w1000 {
  width: 1000px !important;
}

.ax_w1010 {
  width: 1010px !important;
}

.ax_w1020 {
  width: 1020px !important;
}

.ax_w1030 {
  width: 1030px !important;
}

.ax_w1040 {
  width: 1040px !important;
}

.ax_w1050 {
  width: 1050px !important;
}

.ax_w1060 {
  width: 1060px !important;
}

.ax_w1070 {
  width: 1070px !important;
}

.ax_w1080 {
  width: 1080px !important;
}

.ax_w1090 {
  width: 1090px !important;
}

.ax_w1100 {
  width: 1100px !important;
}

.ax_w1110 {
  width: 1110px !important;
}

.ax_w1120 {
  width: 1120px !important;
}

.ax_w1130 {
  width: 1130px !important;
}

.ax_w1140 {
  width: 1140px !important;
}

.ax_w1150 {
  width: 1150px !important;
}

.ax_w1160 {
  width: 1160px !important;
}

.ax_w1170 {
  width: 1170px !important;
}

.ax_w1180 {
  width: 1180px !important;
}

.ax_w1190 {
  width: 1190px !important;
}

.ax_w1200 {
  width: 1200px !important;
}

.ax_mw940 {
  max-width: 940px;
}

.ax_mw950 {
  max-width: 950px;
}

.ax_mw960 {
  max-width: 960px;
}

.ax_mw970 {
  max-width: 970px;
}

.ax_mw980 {
  max-width: 980px;
}

.ax_mrgn-lr-auto {
  margin-left: auto;
  margin-right: auto;
}

.ax_mrgn0 {
  margin: 0px !important;
}

.ax_mrgn0t {
  margin-top: 0px !important;
}

.ax_mrgn0r {
  margin-right: 0px !important;
}

.ax_mrgn0b {
  margin-bottom: 0px !important;
}

.ax_mrgn0l {
  margin-left: 0px !important;
}

.ax_pdng0 {
  padding: 0px !important;
}

.ax_pdng0t {
  padding-top: 0px !important;
}

.ax_pdng0r {
  padding-right: 0px !important;
}

.ax_pdng0b {
  padding-bottom: 0px !important;
}

.ax_pdng0l {
  padding-left: 0px !important;
}

.ax_mrgn5 {
  margin: 5px !important;
}

.ax_mrgn5t {
  margin-top: 5px !important;
}

.ax_mrgn5r {
  margin-right: 5px !important;
}

.ax_mrgn5b {
  margin-bottom: 5px !important;
}

.ax_mrgn5l {
  margin-left: 5px !important;
}

.ax_pdng5 {
  padding: 5px !important;
}

.ax_pdng5t {
  padding-top: 5px !important;
}

.ax_pdng5r {
  padding-right: 5px !important;
}

.ax_pdng5b {
  padding-bottom: 5px !important;
}

.ax_pdng5l {
  padding-left: 5px !important;
}

.ax_mrgn10 {
  margin: 10px !important;
}

.ax_mrgn10t {
  margin-top: 10px !important;
}

.ax_mrgn10r {
  margin-right: 10px !important;
}

.ax_mrgn10b {
  margin-bottom: 10px !important;
}

.ax_mrgn10l {
  margin-left: 10px !important;
}

.ax_pdng10 {
  padding: 10px !important;
}

.ax_pdng10t {
  padding-top: 10px !important;
}

.ax_pdng10r {
  padding-right: 10px !important;
}

.ax_pdng10b {
  padding-bottom: 10px !important;
}

.ax_pdng10l {
  padding-left: 10px !important;
}

.ax_mrgn15 {
  margin: 15px !important;
}

.ax_mrgn15t {
  margin-top: 15px !important;
}

.ax_mrgn15r {
  margin-right: 15px !important;
}

.ax_mrgn15b {
  margin-bottom: 15px !important;
}

.ax_mrgn15l {
  margin-left: 15px !important;
}

.ax_pdng15 {
  padding: 15px !important;
}

.ax_pdng15t {
  padding-top: 15px !important;
}

.ax_pdng15r {
  padding-right: 15px !important;
}

.ax_pdng15b {
  padding-bottom: 15px !important;
}

.ax_pdng15l {
  padding-left: 15px !important;
}

.ax_mrgn20 {
  margin: 20px !important;
}

.ax_mrgn20t {
  margin-top: 20px !important;
}

.ax_mrgn20r {
  margin-right: 20px !important;
}

.ax_mrgn20b {
  margin-bottom: 20px !important;
}

.ax_mrgn20l {
  margin-left: 20px !important;
}

.ax_pdng20 {
  padding: 20px !important;
}

.ax_pdng20t {
  padding-top: 20px !important;
}

.ax_pdng20r {
  padding-right: 20px !important;
}

.ax_pdng20b {
  padding-bottom: 20px !important;
}

.ax_pdng20l {
  padding-left: 20px !important;
}

.ax_mrgn25 {
  margin: 25px !important;
}

.ax_mrgn25t {
  margin-top: 25px !important;
}

.ax_mrgn25r {
  margin-right: 25px !important;
}

.ax_mrgn25b {
  margin-bottom: 25px !important;
}

.ax_mrgn25l {
  margin-left: 25px !important;
}

.ax_pdng25 {
  padding: 25px !important;
}

.ax_pdng25t {
  padding-top: 25px !important;
}

.ax_pdng25r {
  padding-right: 25px !important;
}

.ax_pdng25b {
  padding-bottom: 25px !important;
}

.ax_pdng25l {
  padding-left: 25px !important;
}

.ax_mrgn30 {
  margin: 30px !important;
}

.ax_mrgn30t {
  margin-top: 30px !important;
}

.ax_mrgn30r {
  margin-right: 30px !important;
}

.ax_mrgn30b {
  margin-bottom: 30px !important;
}

.ax_mrgn30l {
  margin-left: 30px !important;
}

.ax_pdng30 {
  padding: 30px !important;
}

.ax_pdng30t {
  padding-top: 30px !important;
}

.ax_pdng30r {
  padding-right: 30px !important;
}

.ax_pdng30b {
  padding-bottom: 30px !important;
}

.ax_pdng30l {
  padding-left: 30px !important;
}

.ax_mrgn35 {
  margin: 35px !important;
}

.ax_mrgn35t {
  margin-top: 35px !important;
}

.ax_mrgn35r {
  margin-right: 35px !important;
}

.ax_mrgn35b {
  margin-bottom: 35px !important;
}

.ax_mrgn35l {
  margin-left: 35px !important;
}

.ax_pdng35 {
  padding: 35px !important;
}

.ax_pdng35t {
  padding-top: 35px !important;
}

.ax_pdng35r {
  padding-right: 35px !important;
}

.ax_pdng35b {
  padding-bottom: 35px !important;
}

.ax_pdng35l {
  padding-left: 35px !important;
}

.ax_mrgn40 {
  margin: 40px !important;
}

.ax_mrgn40t {
  margin-top: 40px !important;
}

.ax_mrgn40r {
  margin-right: 40px !important;
}

.ax_mrgn40b {
  margin-bottom: 40px !important;
}

.ax_mrgn40l {
  margin-left: 40px !important;
}

.ax_pdng40 {
  padding: 40px !important;
}

.ax_pdng40t {
  padding-top: 40px !important;
}

.ax_pdng40r {
  padding-right: 40px !important;
}

.ax_pdng40b {
  padding-bottom: 40px !important;
}

.ax_pdng40l {
  padding-left: 40px !important;
}

.ax_mrgn45 {
  margin: 45px !important;
}

.ax_mrgn45t {
  margin-top: 45px !important;
}

.ax_mrgn45r {
  margin-right: 45px !important;
}

.ax_mrgn45b {
  margin-bottom: 45px !important;
}

.ax_mrgn45l {
  margin-left: 45px !important;
}

.ax_pdng45 {
  padding: 45px !important;
}

.ax_pdng45t {
  padding-top: 45px !important;
}

.ax_pdng45r {
  padding-right: 45px !important;
}

.ax_pdng45b {
  padding-bottom: 45px !important;
}

.ax_pdng45l {
  padding-left: 45px !important;
}

.ax_mrgn50 {
  margin: 50px !important;
}

.ax_mrgn50t {
  margin-top: 50px !important;
}

.ax_mrgn50r {
  margin-right: 50px !important;
}

.ax_mrgn50b {
  margin-bottom: 50px !important;
}

.ax_mrgn50l {
  margin-left: 50px !important;
}

.ax_pdng50 {
  padding: 50px !important;
}

.ax_pdng50t {
  padding-top: 50px !important;
}

.ax_pdng50r {
  padding-right: 50px !important;
}

.ax_pdng50b {
  padding-bottom: 50px !important;
}

.ax_pdng50l {
  padding-left: 50px !important;
}

.ax_mrgn55 {
  margin: 55px !important;
}

.ax_mrgn55t {
  margin-top: 55px !important;
}

.ax_mrgn55r {
  margin-right: 55px !important;
}

.ax_mrgn55b {
  margin-bottom: 55px !important;
}

.ax_mrgn55l {
  margin-left: 55px !important;
}

.ax_pdng55 {
  padding: 55px !important;
}

.ax_pdng55t {
  padding-top: 55px !important;
}

.ax_pdng55r {
  padding-right: 55px !important;
}

.ax_pdng55b {
  padding-bottom: 55px !important;
}

.ax_pdng55l {
  padding-left: 55px !important;
}

.ax_mrgn60 {
  margin: 60px !important;
}

.ax_mrgn60t {
  margin-top: 60px !important;
}

.ax_mrgn60r {
  margin-right: 60px !important;
}

.ax_mrgn60b {
  margin-bottom: 60px !important;
}

.ax_mrgn60l {
  margin-left: 60px !important;
}

.ax_pdng60 {
  padding: 60px !important;
}

.ax_pdng60t {
  padding-top: 60px !important;
}

.ax_pdng60r {
  padding-right: 60px !important;
}

.ax_pdng60b {
  padding-bottom: 60px !important;
}

.ax_pdng60l {
  padding-left: 60px !important;
}

.ax_mrgn65 {
  margin: 65px !important;
}

.ax_mrgn65t {
  margin-top: 65px !important;
}

.ax_mrgn65r {
  margin-right: 65px !important;
}

.ax_mrgn65b {
  margin-bottom: 65px !important;
}

.ax_mrgn65l {
  margin-left: 65px !important;
}

.ax_pdng65 {
  padding: 65px !important;
}

.ax_pdng65t {
  padding-top: 65px !important;
}

.ax_pdng65r {
  padding-right: 65px !important;
}

.ax_pdng65b {
  padding-bottom: 65px !important;
}

.ax_pdng65l {
  padding-left: 65px !important;
}

.ax_mrgn70 {
  margin: 70px !important;
}

.ax_mrgn70t {
  margin-top: 70px !important;
}

.ax_mrgn70r {
  margin-right: 70px !important;
}

.ax_mrgn70b {
  margin-bottom: 70px !important;
}

.ax_mrgn70l {
  margin-left: 70px !important;
}

.ax_pdng70 {
  padding: 70px !important;
}

.ax_pdng70t {
  padding-top: 70px !important;
}

.ax_pdng70r {
  padding-right: 70px !important;
}

.ax_pdng70b {
  padding-bottom: 70px !important;
}

.ax_pdng70l {
  padding-left: 70px !important;
}

.ax_mrgn75 {
  margin: 75px !important;
}

.ax_mrgn75t {
  margin-top: 75px !important;
}

.ax_mrgn75r {
  margin-right: 75px !important;
}

.ax_mrgn75b {
  margin-bottom: 75px !important;
}

.ax_mrgn75l {
  margin-left: 75px !important;
}

.ax_pdng75 {
  padding: 75px !important;
}

.ax_pdng75t {
  padding-top: 75px !important;
}

.ax_pdng75r {
  padding-right: 75px !important;
}

.ax_pdng75b {
  padding-bottom: 75px !important;
}

.ax_pdng75l {
  padding-left: 75px !important;
}

.ax_mrgn80 {
  margin: 80px !important;
}

.ax_mrgn80t {
  margin-top: 80px !important;
}

.ax_mrgn80r {
  margin-right: 80px !important;
}

.ax_mrgn80b {
  margin-bottom: 80px !important;
}

.ax_mrgn80l {
  margin-left: 80px !important;
}

.ax_pdng80 {
  padding: 80px !important;
}

.ax_pdng80t {
  padding-top: 80px !important;
}

.ax_pdng80r {
  padding-right: 80px !important;
}

.ax_pdng80b {
  padding-bottom: 80px !important;
}

.ax_pdng80l {
  padding-left: 80px !important;
}

.ax_mrgn85 {
  margin: 85px !important;
}

.ax_mrgn85t {
  margin-top: 85px !important;
}

.ax_mrgn85r {
  margin-right: 85px !important;
}

.ax_mrgn85b {
  margin-bottom: 85px !important;
}

.ax_mrgn85l {
  margin-left: 85px !important;
}

.ax_pdng85 {
  padding: 85px !important;
}

.ax_pdng85t {
  padding-top: 85px !important;
}

.ax_pdng85r {
  padding-right: 85px !important;
}

.ax_pdng85b {
  padding-bottom: 85px !important;
}

.ax_pdng85l {
  padding-left: 85px !important;
}

.ax_mrgn90 {
  margin: 90px !important;
}

.ax_mrgn90t {
  margin-top: 90px !important;
}

.ax_mrgn90r {
  margin-right: 90px !important;
}

.ax_mrgn90b {
  margin-bottom: 90px !important;
}

.ax_mrgn90l {
  margin-left: 90px !important;
}

.ax_pdng90 {
  padding: 90px !important;
}

.ax_pdng90t {
  padding-top: 90px !important;
}

.ax_pdng90r {
  padding-right: 90px !important;
}

.ax_pdng90b {
  padding-bottom: 90px !important;
}

.ax_pdng90l {
  padding-left: 90px !important;
}

.ax_mrgn95 {
  margin: 95px !important;
}

.ax_mrgn95t {
  margin-top: 95px !important;
}

.ax_mrgn95r {
  margin-right: 95px !important;
}

.ax_mrgn95b {
  margin-bottom: 95px !important;
}

.ax_mrgn95l {
  margin-left: 95px !important;
}

.ax_pdng95 {
  padding: 95px !important;
}

.ax_pdng95t {
  padding-top: 95px !important;
}

.ax_pdng95r {
  padding-right: 95px !important;
}

.ax_pdng95b {
  padding-bottom: 95px !important;
}

.ax_pdng95l {
  padding-left: 95px !important;
}

.ax_mrgn100 {
  margin: 100px !important;
}

.ax_mrgn100t {
  margin-top: 100px !important;
}

.ax_mrgn100r {
  margin-right: 100px !important;
}

.ax_mrgn100b {
  margin-bottom: 100px !important;
}

.ax_mrgn100l {
  margin-left: 100px !important;
}

.ax_pdng100 {
  padding: 100px !important;
}

.ax_pdng100t {
  padding-top: 100px !important;
}

.ax_pdng100r {
  padding-right: 100px !important;
}

.ax_pdng100b {
  padding-bottom: 100px !important;
}

.ax_pdng100l {
  padding-left: 100px !important;
}

/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
/**********************
10.Main Visual
**********************/
.ax_home {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.ax_home_contents {
  max-width: 1200px;
  margin: 0 auto;
}
.ax_home_vi_wrp {
  background-color: #f3f4f5;
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  overflow: hidden !important;
}
.ax_home_vi {
  display: flex;
  min-width: 1300px;
  margin: 0 auto;
}
.ax_home_vi_sub {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  margin: 0;
  padding: 0;
  margin-left: auto;
}
.ax_home_vi_sub_item {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50%;
  list-style: none;
  transition: 0.25s all;
}
.ax_home_vi_sub_item::before {
  content: "";
  transition: all 0.25s !important;
}
.ax_home_vi_sub_item:hover {
  text-decoration: none;
}
.ax_home_vi_sub_item:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.3);
}
.ax_home_vi_sub_item img {
  opacity: 1 !important;
}
.ax_home_vi_sub_item h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8rem;
  padding: 0.6em 1em;
  z-index: 10;
}
.ax_home_vi_sub_item p {
  position: absolute;
  z-index: -1;
}
.ax_home_banner {
  margin: 0;
  padding: 10px;
  display: flex;
  justify-content: center;
  background: url("../img/bg_pattern-01.png") 0 0 repeat;
}
.ax_home_banner_item {
  margin: 10px;
  padding: 0;
  width: 390px;
  list-style: none;
  background: #000;
}
.ax_home_banner_item p {
  margin: 0;
  padding: 0;
}
.ax_home_philosophy {
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.ax_home_philosophy h2 {
  font-family: "Noto Serif JP", serif !important;
  margin-bottom: 1em;
}
.ax_home_philosophy p {
  font-family: "Noto Serif JP", serif !important;
}
.ax_home_philosophy .ax_home_philosophy_logo {
  margin: 0;
  padding: 20px;
}
.ax_home_philosophy .ax_home_philosophy_logo img {
  width: 120px;
}
.ax_home_philosophy .ax_home_philosophy1 {
  position: absolute;
  top: -120px;
  left: -120px;
  margin: 0;
  padding: 0;
  z-index: -10;
}
.ax_home_philosophy .ax_home_philosophy1 img {
  width: 350px;
}
.ax_home_philosophy .ax_home_philosophy2 {
  position: absolute;
  bottom: -120px;
  right: -120px;
  margin: 0;
  padding: 0;
  z-index: -10;
}
.ax_home_philosophy .ax_home_philosophy2 img {
  width: 350px;
}
.ax_home_important {
  padding: 100px 0;
  background: url("../img/bg_home_important.jpg") center center no-repeat;
  background-size: cover;
}
.ax_home_important_wrap {
  display: flex;
  justify-content: center;
  text-shadow: 1px 2px 3px #000;
}
.ax_home_important h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 0 1rem;
  line-height: 1.2;
  color: #fff;
}
.ax_home_important_list {
  margin: 0;
  padding: 0 1rem;
}
.ax_home_important_list li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.ax_home_important_list a {
  margin: 0;
  padding: 0;
  color: #fff;
}
.ax_home_important_list a:link, .ax_home_important_list a:visited {
  color: #fff;
}
.ax_home_important_list a:hover, .ax_home_important_list a:active {
  color: #fff;
}
.ax_home_important_list .ax_topics_item {
  margin: 0;
  padding: 0 0 0.5em;
}
.ax_home_important_list .ax_topics_title {
  margin: 0;
  padding: 0 0 0 1em;
  position: relative;
}
.ax_home_important_list .ax_topics_title::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: "\f0da";
  position: absolute;
  top: 0;
  left: 0;
}
.ax_home_product {
  padding: 20px 0 0;
}
.ax_home_product h2 {
  margin-bottom: 1em;
  text-align: center;
}
.ax_home_product h2::before {
  content: "";
  display: inline-block;
  border-top: 4px solid #d71518;
  width: 120px;
  margin-right: 20px;
  padding-bottom: calc(0.5em - 4px);
}
.ax_home_product h2::after {
  content: "";
  display: inline-block;
  border-top: 4px solid #d71518;
  width: 120px;
  margin-left: 20px;
  padding-bottom: calc(0.5em - 4px);
}
.ax_home_product_btn {
  margin-top: 40px;
  padding: 0 0 60px 0;
  background: url("../img/bg_pattern-02.png") 0 0 repeat;
}
.ax_home_brand {
  padding: 90px 0 90px;
}
.ax_home_brand h2 {
  margin-bottom: 0;
  text-align: center;
}
.ax_home_brand h2::before {
  content: "";
  display: inline-block;
  border-top: 4px solid #d71518;
  width: 120px;
  margin-right: 20px;
  padding-bottom: calc(0.5em - 4px);
}
.ax_home_brand h2::after {
  content: "";
  display: inline-block;
  border-top: 4px solid #d71518;
  width: 120px;
  margin-left: 20px;
  padding-bottom: calc(0.5em - 4px);
}
.ax_home_recipe {
  padding: 0 0 0 0;
}
.ax_home_recipe h2 {
  position: relative;
  text-align: center;
}
.ax_home_recipe h2::before {
  content: "" !important;
  display: inline-block !important;
  border-top: 4px solid #d71518 !important;
  width: 120px !important;
  margin-right: 20px !important;
  padding-bottom: calc(0.5em - 4px) !important;
}
.ax_home_recipe h2::after {
  content: "" !important;
  display: inline-block !important;
  border-top: 4px solid #d71518 !important;
  width: 120px !important;
  margin-left: 20px !important;
  padding-bottom: calc(0.5em - 4px) !important;
}
.ax_home_enjoy {
  padding: 80px 0;
  background: url("../img/bg_pattern-01.png") 0 0 repeat;
}
.ax_home_enjoy h2 {
  margin-bottom: 1.4em;
  text-align: center;
}
.ax_home_enjoy h2::before {
  content: "";
  display: inline-block;
  border-top: 4px solid #d71518;
  width: 120px;
  margin-right: 20px;
  padding-bottom: calc(0.5em - 4px);
}
.ax_home_enjoy h2::after {
  content: "";
  display: inline-block;
  border-top: 4px solid #d71518;
  width: 120px;
  margin-left: 20px;
  padding-bottom: calc(0.5em - 4px);
}
.ax_home_enjoy_wrap {
  margin: 1%;
  width: 23%;
}
.ax_home_enjoy_item {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
.ax_home_enjoy_item a {
  display: block;
}
.ax_home_enjoy_item h3 {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  margin: 0;
  padding: 1.4em 0 2.2em;
}
.ax_home_enjoy .ax_knowledge_miso {
  box-shadow: 6px 6px 1px rgba(69, 35, 25, 0.5);
}
.ax_home_enjoy .ax_knowledge_miso h3 {
  background: rgba(69, 35, 25, 0.8);
}
.ax_home_enjoy .ax_knowledge_soy-sauce {
  box-shadow: 6px 6px 1px rgba(58, 17, 66, 0.5);
}
.ax_home_enjoy .ax_knowledge_soy-sauce h3 {
  background: rgba(58, 17, 66, 0.8);
}
.ax_home_enjoy .ax_knowledge_sekihan-okowa {
  box-shadow: 6px 6px 1px rgba(123, 42, 18, 0.5);
}
.ax_home_enjoy .ax_knowledge_sekihan-okowa h3 {
  background: rgba(123, 42, 18, 0.8);
}
.ax_home_enjoy .ax_history {
  box-shadow: 6px 6px 1px rgba(42, 37, 18, 0.5);
}
.ax_home_enjoy .ax_history h3 {
  background: rgba(42, 37, 18, 0.8);
}
.ax_home_enjoy .ax_100th-anniversary {
  box-shadow: 6px 6px 1px rgba(220, 0, 16, 0.5);
}
.ax_home_enjoy .ax_100th-anniversary h3 {
  background: rgba(220, 0, 16, 0.8);
}
.ax_home_enjoy .ax_gallery {
  box-shadow: 6px 6px 1px rgba(0, 0, 0, 0.5);
}
.ax_home_enjoy .ax_gallery h3 {
  background: rgba(0, 0, 0, 0.8);
}
.ax_home_enjoy .ax_experiential-learning {
  box-shadow: 6px 6px 1px rgba(27, 45, 126, 0.5);
}
.ax_home_enjoy .ax_experiential-learning h3 {
  background: rgba(27, 45, 126, 0.8);
}
.ax_home_enjoy .ax_knowledge_kurahana {
  box-shadow: 6px 6px 1px rgba(179, 68, 118, 0.5);
}
.ax_home_enjoy .ax_knowledge_kurahana h3 {
  background: rgba(179, 68, 118, 0.8);
}
.ax_home_enjoy .ax_knowledge_okuizome {
  box-shadow: 6px 6px 1px rgba(221, 17, 17, 0.5);
}
.ax_home_enjoy .ax_knowledge_okuizome h3 {
  background: rgba(221, 17, 17, 0.8);
}
.ax_home_topics {
  padding: 40px 0 0;
  font-size: 85%;
}

/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
/* デフォルト */
.ax_home_vi_main-default {
  flex: 1;
  position: relative;
  transition: 0.25s all;
}
.ax_home_vi_main-default a {
  position: relative;
  display: block;
}
.ax_home_vi_main-default a::before {
  content: "";
  transition: all 0.25s !important;
}
.ax_home_vi_main-default a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.3);
}
.ax_home_vi_main-default a img {
  opacity: 1 !important;
}
.ax_home_vi_main-default h2 {
  position: absolute;
  z-index: 100;
  top: 70px;
  left: 8%;
  width: 80px;
}
.ax_home_vi_main-default img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ax_home_vi .ax_home_vi_main-default {
    height: min(80vw, 540px) !important;
  }
}

/* 献立つゆキャンペーン */
.ax_home_vi_main-20240918 {
  flex: 1;
  position: relative;
  background: url("/uploads/home-camp-kontsuyu-bg.jpg") no-repeat right top;
  background-size: cover;
  transition: all 1s !important;
  opacity: 1 !important;
}
.ax_home_vi_main-20240918:hover {
  opacity: 0.7 !important;
}
.ax_home_vi_main-20240918 * {
  box-sizing: border-box;
}
.ax_home_vi_main-20240918 .ax_home_vi_main-title {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-70%);
  padding: 40px;
  width: 60%;
}
.ax_home_vi_main-20240918 .ax_home_vi_main-title img {
  width: 100%;
  max-width: 550px;
}
.ax_home_vi_main-20240918 .ax_home_vi_main-text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 40px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start !important;
  gap: 20px;
  transition: all 0.5s;
}
.ax_home_vi_main-20240918 .ax_home_vi_main-text-wrap-in {
  width: 70%;
  transition: all 0.5s;
}
.ax_home_vi_main-20240918 .ax_home_vi_main-fukidashi {
  width: 150px;
  margin-left: auto;
}
.ax_home_vi_main-20240918 .ax_home_vi_main-text2 {
  width: 30%;
  transition: all 0.5s;
}
.ax_home_vi_main-20240918 .ax_home_vi_main-item {
  position: absolute;
  top: 0;
  right: 7%;
  text-align: right;
  transition: all 0.5s;
}
.ax_home_vi_main-20240918 .ax_home_vi_main-item img {
  width: 52%;
  transition: all 0.5s;
}

/**********************
320.ブランドトップ
**********************/
.ax_brandCategory {
  margin-top: 40px;
}
.ax_brandCategory a,
.ax_brandCategory a:link,
.ax_brandCategory a:visited,
.ax_brandCategory a:hover,
.ax_brandCategory a:active {
  text-decoration: none;
  color: #222;
}
.ax_brandCategory a:hover .ax_brandCategory_title,
.ax_brandCategory a:active .ax_brandCategory_title {
  color: #d71518;
}
.ax_brandCategory .uk-card-body {
  padding-top: 10px;
}
.ax_brandCategory .ax_brandCategory_title {
  border: none;
  background: none;
  font-size: 1rem !important;
  margin: 0;
  padding: 0;
}
.ax_brandCategory .ax_brandCategory_title i {
  margin-left: -1.25em;
  padding-right: 0.25em;
  color: #d71518;
}
.ax_brandCategory p {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-top: 0;
}
.ax_brandCategory .ax_brand_item {
  margin: 0.5%;
  width: 24%;
  box-sizing: border-box;
}

/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
/**********************
310.カテゴリトップ見出し
**********************/
.ax_headingMain {
  margin: 0 calc(50% - 50vw);
  margin-bottom: 40px;
  box-sizing: border-box;
}
.ax_headingMain_inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ax_headingMain_inner_txt {
  margin: 0 10px;
  padding: 5px;
  text-align: center;
}
.ax_headingMain_inner_txt-primary {
  display: inline-block;
  font-size: 2.625rem;
  padding: 0;
}
.ax_headingMain_inner_txt-secondary {
  display: block;
  margin-top: 1em;
  font-size: 1.25rem;
  padding: 0 1em;
}

/*▼下層ビジュアル▼*/
.ax_headingMain_under .ax_headingMain_inner {
  display: block;
  height: 100px;
}
.ax_headingMain_under .ax_headingMain_inner_txt {
  text-align: center;
}
.ax_headingMain_under .ax_headingMain_inner_txt a,
.ax_headingMain_under .ax_headingMain_inner_txt a:link,
.ax_headingMain_under .ax_headingMain_inner_txt a:visited,
.ax_headingMain_under .ax_headingMain_inner_txt a:hover,
.ax_headingMain_under .ax_headingMain_inner_txt a:active {
  display: inline-block;
  font-size: 1.8rem;
  color: #222;
  text-decoration: none;
}
.ax_headingMain_under .ax_headingMain_inner_txt-primary {
  font-size: 1.8rem;
}
.ax_headingMain_under .ax_headingMain_navlocal {
  position: relative;
  z-index: 200;
  bottom: 0;
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 0.85rem;
  line-height: 1.2;
}
.ax_headingMain_under .ax_headingMain_navlocal li {
  flex-grow: 1;
  display: flex;
  padding: 0 0.5em;
  list-style: none;
  text-align: center;
}
.ax_headingMain_under .ax_headingMain_navlocal a,
.ax_headingMain_under .ax_headingMain_navlocal a:link,
.ax_headingMain_under .ax_headingMain_navlocal a:visited {
  flex-grow: 1;
  text-decoration: none;
  display: block;
  padding: 1em 0 0.75em;
  color: #fff;
  border-bottom: 4px solid transparent;
}
.ax_headingMain_under .ax_headingMain_navlocal .uk-active a,
.ax_headingMain_under .ax_headingMain_navlocal .current_page_item a,
.ax_headingMain_under .ax_headingMain_navlocal .current_page_ancestor a,
.ax_headingMain_under .ax_headingMain_navlocal .current_page_parent a,
.ax_headingMain_under .ax_headingMain_navlocal a:hover,
.ax_headingMain_under .ax_headingMain_navlocal a:active {
  color: #888;
  border-bottom: 4px solid #d71518;
}
.ax_headingMain_under .ax_headingMain_under_txt {
  max-width: 1200px;
  margin: 80px auto 0;
}
.ax_headingMain_under .ax_headingMain_under_txt_inner {
  margin: 0 -50px 0 -50px;
  padding: 0;
  box-sizing: border-box;
  background: url("../img/bg_pattern-01.png") 0 0 repeat;
  border-left: 50px solid #fff;
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ax_headingMain_under .ax_headingMain_under_txt-primary {
  position: relative;
  top: -40px;
  left: -50px;
  padding: 0.8em 50px;
  box-sizing: border-box;
  color: #fff;
  background: #d71518;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(5px);
  opacity: 0.85;
  transition: all 1s;
  font-size: 1.8rem;
}
.ax_headingMain_under .ax_headingMain_under_txt-secondary {
  color: #d71518;
  font-size: 1rem;
  box-sizing: border-box;
  padding: 0 50px 0 0;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}

/*▲下層ビジュアル▲*/
@media screen and (max-width: 1199px) {
  /*▼下層ビジュアル▼*/
  .ax_headingMain_under .ax_headingMain_under_txt_inner {
    margin: 0 0 0 0;
    border-left: 15px solid #fff;
  }
  .ax_headingMain_under .ax_headingMain_under_txt-primary {
    left: -15px;
    padding: 0.8em 15px 0.8em 15px;
  }
  .ax_headingMain_under .ax_headingMain_under_txt-secondary {
    padding: 0 15px 0 0;
  }
  /*▲下層ビジュアル▲*/
}
/**********************
330.フッターローカル
**********************/
.ax_footerLocal {
  margin: 80px 0 0;
  padding: 60px 15px;
  background: url(../img/bg_pattern-01.png) center center repeat;
}
.ax_footerLocal_ttl {
  position: absolute;
  top: -85px;
  left: -15px;
}
.ax_footerLocal_ttl i {
  padding-right: 0.25em;
}
.ax_footerLocal_ttl a,
.ax_footerLocal_ttl a:link,
.ax_footerLocal_ttl a:visited,
.ax_footerLocal_ttl a:hover,
.ax_footerLocal_ttl a:active {
  display: block;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  padding: 0.85em 2em;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
}
.ax_footerLocal_ttl a:hover,
.ax_footerLocal_ttl a:active {
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.25s;
}
.ax_footerLocal_in {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.ax_footerLocal_in div a:link,
.ax_footerLocal_in div a:visited {
  text-decoration: none;
  color: #222;
}
.ax_footerLocal_in div a:hover,
.ax_footerLocal_in div a:active {
  text-decoration: none;
  color: #222;
  background: #ddd;
}
.ax_footerLocal_in .uk-card-hover:hover,
.ax_footerLocal_in .uk-active {
  box-shadow: none;
  opacity: 0.85;
  transition: all 0.25s;
}
.ax_footerLocal_in .uk-card-media-left {
  min-height: 100px;
}
.ax_footerLocal_in .uk-card-body {
  padding: 10px 15px;
  line-height: 1.5;
}
.ax_footerLocal_in .uk-card-body h3 {
  position: relative;
  font-size: 0.9rem;
  margin-bottom: 0.4em;
  padding-left: 1.3em;
}
.ax_footerLocal_in .uk-card-body h3 i {
  position: absolute;
  left: 0;
  top: 4px;
  padding-right: 0.25em;
  color: #d71518;
}
.ax_footerLocal_in .uk-card-body p {
  margin-top: 0;
  font-size: 0.8rem;
}

/**********************
320.商品トップ
**********************/
.ax_productCategory a,
.ax_productCategory a:link,
.ax_productCategory a:visited,
.ax_productCategory a:hover,
.ax_productCategory a:active {
  text-decoration: none;
  color: #222;
}
.ax_productCategory a:hover .ax_productCategory_title,
.ax_productCategory a:active .ax_productCategory_title {
  color: #d71518;
}
.ax_productCategory .ax_productCategory_title {
  border: none;
  background: none;
  font-size: 1rem !important;
  margin-bottom: 0.5em;
  padding: 0 0 0.3em 1em;
}
.ax_productCategory .ax_productCategory_title i {
  margin-left: -1.25em;
  padding-right: 0.25em;
  color: #d71518;
}
.ax_productCategory .uk-card-body {
  padding: 20px 10px;
}
.ax_productCategory p {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-top: 0;
}

/**********************
320.商品一覧
**********************/
.ax_productNew .ax_ico {
  font-size: 0.9rem !important;
}
.ax_productNew .uk-card-body {
  padding-bottom: 20px;
}
.ax_productNew .uk-card-body h3 {
  font-size: 1.15rem;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  font-weight: bold;
}
.ax_productNew .uk-card-body p {
  font-size: 1rem !important;
  line-height: 1.6;
  margin-bottom: 0;
}
.ax_productNew .uk-card-footer {
  padding: 10px;
}
.ax_productNew .uk-card-footer table {
  font-size: 0.8rem;
}
.ax_productNew .uk-card-footer table th, .ax_productNew .uk-card-footer table td {
  padding: 0.25em 0.5em !important;
}

.ax_productList {
  margin-bottom: 4em;
  transition: all 0.5s;
}
.ax_productList .uk-card-default {
  border-radius: 4px;
  overflow: hidden;
}
.ax_productList .uk-card-media-top {
  position: relative;
  background: linear-gradient(0deg, rgb(243, 244, 245), rgba(255, 255, 255, 0));
}
.ax_productList .uk-card-media-top img {
  width: 100%;
}
.ax_productList .uk-card-media-top .ax_ico {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.ax_productList .uk-card-media-top .ax_ico-limited {
  font-size: 0.65em;
  border-radius: 4px 4px 0 0;
}
.ax_productList .uk-card-body {
  position: relative;
  display: block;
}
.ax_productList .uk-card-body .ax_ico {
  position: absolute;
  top: -0.75em;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 40%;
  white-space: nowrap;
}
.ax_productList .uk-card-body p {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-top: 0;
}
.ax_productList a,
.ax_productList a:link,
.ax_productList a:visited,
.ax_productList a:hover,
.ax_productList a:active {
  text-decoration: none;
  color: #222;
}
.ax_productList a:hover h3,
.ax_productList a:active h3 {
  color: #d71518;
}
.ax_productList h3,
.ax_productList .ax-h3 {
  border: none;
  background: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2;
}
.ax_productList h3 i,
.ax_productList .ax-h3 i {
  margin-left: -1.25em;
  padding-right: 0.25em;
  color: #d71518;
}
.ax_productList .uk-card-footer {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.ax_productList h4 {
  border-top: 1px dotted #ccc;
  margin-top: 0;
  padding-top: 1em;
  margin-bottom: 0.5em;
  font-size: 0.85rem;
  color: #604115;
}
.ax_productList .ax_productList_ul {
  margin: 0;
  padding: 0;
}
.ax_productList .ax_productList_ul li {
  margin: 0;
  padding: 0.15em 0;
  list-style: none;
}
.ax_productList .ax_productList_ul li a,
.ax_productList .ax_productList_ul li a:link,
.ax_productList .ax_productList_ul li a:visited,
.ax_productList .ax_productList_ul li a:hover,
.ax_productList .ax_productList_ul li a:active {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 0 0 0.3em 1em;
}
.ax_productList .ax_productList_ul li a i,
.ax_productList .ax_productList_ul li a:link i,
.ax_productList .ax_productList_ul li a:visited i,
.ax_productList .ax_productList_ul li a:hover i,
.ax_productList .ax_productList_ul li a:active i {
  margin-left: -0.9em;
  padding-right: 0.4em;
  color: #d71518;
}
.ax_productList .ax_productList_ul li a:hover,
.ax_productList .ax_productList_ul li a:active {
  color: #d71518;
}

.ax_productCategoryWrp:first-of-type h2 {
  margin-top: 1.5em;
}

/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
/**********************
395.商品
**********************/
.ax_product_detail {
  position: relative;
  margin-bottom: 90px;
  min-height: 470px;
}
.ax_product_detail_title, .ax_product_detail_content {
  padding-left: 420px;
}
.ax_product_detail_slide {
  overflow: hidden;
  position: absolute;
  width: 360px;
  max-width: 360px;
  left: 0;
  top: 0;
}
.ax_product_detail_slide .uk-slider-items li {
  text-align: center;
  padding: 1px;
  box-sizing: border-box;
}
.ax_product_detail_slide .ax_slider_box {
  border: 1px solid #ddd;
}
.ax_product_detail_icon_wrp {
  line-height: 1;
  margin: 20px 0 10px;
}
.ax_product_detail_icon_wrp > span {
  margin-right: 10px;
  margin-bottom: 10px;
}
.ax_product_detail_allergys {
  border-bottom: 1px solid #e6e7e8;
  padding-bottom: 40px !important;
  margin-bottom: 0 !important;
}
.ax_product_detail_content_banner ul {
  margin: 2em 0 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ax_product_detail_content_banner ul li {
  width: 300px;
  list-style: none;
  padding: 2%;
}
.ax_product_detail_content_banner ul a,
.ax_product_detail_content_banner ul a:link,
.ax_product_detail_content_banner ul a:visited {
  font-size: 0.8rem;
  color: #222;
}
.ax_product_detail_content_banner ul a i,
.ax_product_detail_content_banner ul a:link i,
.ax_product_detail_content_banner ul a:visited i {
  color: #d71518;
}
.ax_product_detail_content_banner ul a:hover,
.ax_product_detail_content_banner ul a:active {
  color: #d71518;
  text-decoration: none;
}
.ax_product_detail_content_banner ul a:hover i,
.ax_product_detail_content_banner ul a:active i {
  color: #d71518;
}

@media screen and (max-width: 1199px) {
  .ax_product_detail_content_banner ul li {
    width: 45%;
  }
}
/**********************
393.関連商品
**********************/
.ax_section_relationProduct {
  padding: 50px calc((100vw - 100%) / 2);
  margin: 40px calc((100% - 100vw) / 2) 80px;
  background: url(../img/bg_pattern-02.png) repeat;
}
.ax_section_relationProduct .ax_productList {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ax_section_relationProduct .ax_productList .uk-card-media-top img {
  width: 100%;
}

.ax_section_relationProduct_h2 {
  margin: 0 0 1em !important;
  border: none !important;
  text-align: center !important;
  color: #604115;
}
.ax_section_relationProduct_h2::before {
  display: none !important;
}

.ax_title_relationProduct {
  border: none;
  background: none;
}

@media screen and (max-width: 1199px) {
  .ax_section_relationProduct {
    padding: 40px calc((100vw - 100%) / 2);
  }
  .ax_section_relationProduct .ax_section_relationProduct_h2 {
    margin-bottom: 0.75em !important;
  }
  .ax_section_relationProduct .ax_productList .uk-position-relative .uk-slider-items li .uk-card-body {
    padding: 20px 15px;
  }
  .ax_section_relationProduct .ax_productList .uk-position-relative > a.uk-position-center-left-out {
    left: 30px;
    right: auto;
  }
  .ax_section_relationProduct .ax_productList .uk-position-relative > a.uk-position-center-right-out {
    left: auto;
    right: 30px;
  }
  .ax_section_relationProduct .ax_productList .uk-position-relative [class*=uk-position-center-left],
  .ax_section_relationProduct .ax_productList .uk-position-relative [class*=uk-position-center-right] {
    top: auto;
    transform: none;
    display: block;
    height: max-content;
    bottom: -30px;
  }
}
/**********************
おすすめレシピレイアウト
**********************/
.ax_recipe_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.ax_recipe_list {
  position: relative;
}
.ax_recipe_list .ax_recipeList_tag {
  pointer-events: none;
}

.ax_recipe_list-left {
  width: 46%;
}
.ax_recipe_list-left .ax_recipe_list_body p {
  font-size: 0.9rem;
}
.ax_recipe_list-left .ax_recipe_list_body .uk-card-default:hover, .ax_recipe_list-left .ax_recipe_list_body .uk-card-default:active {
  opacity: 0.7;
}
.ax_recipe_list-left .ax_recipe_list_body .uk-card-default:hover img, .ax_recipe_list-left .ax_recipe_list_body .uk-card-default:active img {
  transform: scale(1.1, 1.1) !important;
}
.ax_recipe_list-left .ax_recipe_list_body .uk-card-default .uk-card-media-left {
  background: linear-gradient(0deg, rgb(243, 244, 245), rgba(255, 255, 255, 0));
}
.ax_recipe_list-left .ax_recipe_list_body .uk-card-default .uk-card-media-left img {
  transform: scale(1, 1);
  transition: 0.3s ease-out;
}
.ax_recipe_list-left .ax_recipe_list_body .uk-card-body {
  padding: 10px 20px;
}
.ax_recipe_list-left .ax_recipe_list_product a,
.ax_recipe_list-left .ax_recipe_list_product a:link,
.ax_recipe_list-left .ax_recipe_list_product a:visited,
.ax_recipe_list-left .ax_recipe_list_product a:hover,
.ax_recipe_list-left .ax_recipe_list_product a:active {
  text-decoration: none !important;
}
.ax_recipe_list-left .ax_recipe_list_product a .uk-card-title,
.ax_recipe_list-left .ax_recipe_list_product a:link .uk-card-title,
.ax_recipe_list-left .ax_recipe_list_product a:visited .uk-card-title,
.ax_recipe_list-left .ax_recipe_list_product a:hover .uk-card-title,
.ax_recipe_list-left .ax_recipe_list_product a:active .uk-card-title {
  background: none;
  border-left: none;
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: 16px;
}
.ax_recipe_list-left .ax_recipe_list_product a .uk-card-title i,
.ax_recipe_list-left .ax_recipe_list_product a:link .uk-card-title i,
.ax_recipe_list-left .ax_recipe_list_product a:visited .uk-card-title i,
.ax_recipe_list-left .ax_recipe_list_product a:hover .uk-card-title i,
.ax_recipe_list-left .ax_recipe_list_product a:active .uk-card-title i {
  position: absolute;
  left: 0;
  top: 0.25em;
  color: #d71518;
}

.ax_recipe_list-right {
  width: 46%;
}

.ax_recipe_list_title {
  background: none !important;
  border-left: none !important;
  position: relative !important;
  margin: 0.9em 0 0.6em !important;
  padding: 0 0 0 1.2em !important;
  font-size: 1.4rem !important;
}
.ax_recipe_list_title a {
  color: #222;
}
.ax_recipe_list_title a:hover, .ax_recipe_list_title a:active {
  text-decoration: none !important;
  color: #d71518;
}
.ax_recipe_list_title i {
  position: absolute;
  left: 0;
  top: 0.25em;
  color: #d71518;
}

.ax_recipe_list_small {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ax_recipe_list_small-left {
  width: 32%;
  position: relative;
}
.ax_recipe_list_small-left .ax_recipeList_tag {
  font-size: 0.8rem;
}
.ax_recipe_list_small-right {
  width: 64%;
}
.ax_recipe_list_small-right .ax_recipe_list_title {
  margin-top: 8px !important;
  font-size: 1rem !important;
}
.ax_recipe_list_small-right .ax_recipe_list_product {
  display: flex;
}

.ax_recipe_list_image {
  text-align: center;
  width: 100%;
}
.ax_recipe_list_image img {
  width: 100%;
}
/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
/**********************
スライダー
**********************/
.ax_recipe_detail_slide {
  overflow: hidden;
}
.ax_recipe_detail_slide .uk-slider-items li {
  text-align: center;
}
/**********************
レシピテーマアイコン
**********************/
.ax_recipe_tag {
  list-style: none;
  padding: 0;
}
.ax_recipe_tag li {
  display: inline-block;
  margin: 0 5px 8px 0;
}
.ax_recipe_tag li a {
  display: inline-block;
  padding: 0.4em 0.6em;
  line-height: 1;
  border-radius: 3px;
  background-color: #f3f3e9;
  color: #604115;
}
.ax_recipe_tag li a:hover, .ax_recipe_tag li a:active {
  text-decoration: none;
  opacity: 0.7;
}

/*▼ON画像▼*/
ul.ax_recipeList_tag {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
ul.ax_recipeList_tag li {
  list-style: none;
  background-color: #604115;
  opacity: 0.8;
  border-radius: 4px;
  font-size: 0.75em;
  color: #fff;
  line-height: 1;
  margin: 0.4em 0.4em 0 0;
  padding: 0.3em 0.4em;
}

/**********************
詳細
**********************/
.ax_recipe_detail_wrp,
.ax_recipe_ingredientsmethod {
  display: flex;
  justify-content: space-between;
}

.ax_recipe_detail_large {
  width: 64%;
}

.ax_recipe_detail_small {
  width: 32%;
}

/*▼概要▼*/
.ax_recipe_outline_catchcopy {
  padding: 1.5em 0 0;
  margin: 0 !important;
  color: #604115;
  font-family: "Noto Serif JP", serif !important;
  border-top: 5px solid #604115;
  border-bottom: none !important;
}
.ax_recipe_outline_catchcopy::before {
  display: none !important;
}
.ax_recipe_outline p {
  line-height: 1.8;
}

/*▲概要▲*/
/*▼ワンポイント▼*/
.ax_recipe_onepoint {
  display: flex;
  align-items: center;
  margin: 30px auto 50px;
  padding: 25px 30px;
  background-color: #faf9eb;
}
.ax_recipe_onepoint .ax_point_text {
  margin: 0;
  line-height: 1.8;
}
.ax_recipe_onepoint .ax_point_mark {
  margin: 0 20px 0 0;
}
.ax_recipe_onepoint .ax_point_mark span {
  color: #fff;
  background-color: #cec53b;
  font-size: 80%;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

/*▲ワンポイント▲*/
/*▼分量、調理時間、カロリー、塩分表組み▼*/
.ax_recipe_overview {
  table-layout: fixed;
}
.ax_recipe_overview tbody tr th {
  padding-top: 14px;
  background-color: #a4a095;
  font-size: 80%;
  line-height: 2.4;
  color: #fff;
  text-align: center;
}
.ax_recipe_overview tbody tr th i {
  display: block;
  font-size: 20px;
}
.ax_recipe_overview tbody tr td {
  text-align: center;
  padding: 14px 0;
}
.ax_recipe_overview + .ax_recipe_overview_note {
  margin-top: -20px;
  padding: 0 !important;
  text-align: right;
  font-size: 90%;
  color: #666;
}
.ax_recipe_overview caption {
  caption-side: bottom;
  text-align: right;
  font-size: 80%;
}

/*▲分量、調理時間、カロリー、塩分表組み▲*/
/*▼材料▼*/
.ax_recipe_ingredients_item-center {
  text-align: center;
}

table.ax_recipe_ingredients_table {
  border: none;
}
table.ax_recipe_ingredients_table tr {
  border-bottom: 1px dotted #d9d9d9;
}
table.ax_recipe_ingredients_table tr td {
  border: none;
  line-height: 1.5;
  padding: 0.75em 0.5em;
}
table.ax_recipe_ingredients_table tr td:last-child {
  text-align: right;
  white-space: nowrap;
}
table.ax_recipe_ingredients_table tr td a {
  color: #154160;
  text-decoration: underline;
}
table.ax_recipe_ingredients_table tr td a:hover, table.ax_recipe_ingredients_table tr td a:active {
  opacity: 0.7;
  text-decoration: none;
}
table.ax_recipe_ingredients_table tr.ax_recipe_ingredients_head {
  background-color: #f3f4f5;
}
table.ax_recipe_ingredients_table tr.ax_recipe_ingredients_head td:last-child {
  text-align: center;
}
table.ax_recipe_ingredients_table.ax_recipe_ingredients_noindent tr td:first-child {
  display: none;
}

/*▲材料▲*/
/*▼作り方▼*/
.ax_recipe_method_wrp .ax_recipe_method_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px 0 20px 60px;
  border-bottom: 1px dotted #d9d9d9;
  line-height: 1.8;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(1)::before {
  content: "1";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(2)::before {
  content: "2";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(3)::before {
  content: "3";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(4)::before {
  content: "4";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(5)::before {
  content: "5";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(6)::before {
  content: "6";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(7)::before {
  content: "7";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(8)::before {
  content: "8";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(9)::before {
  content: "9";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(10)::before {
  content: "10";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(11)::before {
  content: "11";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(12)::before {
  content: "12";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(13)::before {
  content: "13";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(14)::before {
  content: "14";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item:nth-child(15)::before {
  content: "15";
  font-family: "Noto Serif JP", serif !important;
}
.ax_recipe_method_wrp .ax_recipe_method_item::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #d71518;
  font-size: 36px;
  font-family: "Helvetica", sans-serif;
  font-style: italic;
  font-weight: 200;
  text-align: center;
}
.ax_recipe_method_wrp .ax_recipe_method_item .ax_recipe_method_txt {
  margin-right: auto;
}
.ax_recipe_method_wrp .ax_recipe_method_item .ax_recipe_method_img {
  width: 33%;
  flex-shrink: 0;
  margin-left: 20px;
  box-sizing: border-box;
}
.ax_recipe_method_wrp .ax_recipe_method_item .ax_recipe_method_img img {
  margin-bottom: 10px;
}

/*▲作り方▲*/
/*▼このレシピに使用した商品▼*/
.ax_recipe_relationProduct {
  padding: 50px calc((100vw - 100%) / 2);
  margin: 40px calc((100% - 100vw) / 2) 80px;
  background: url(../img/bg_pattern-02.png) repeat;
}
.ax_recipe_relationProduct .ax_productList {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ax_recipe_relationProduct .ax_productList .uk-card-media-top img {
  width: 100%;
}
.ax_recipe_relationProduct_h2 {
  margin: 0 0 0.5em !important;
  border: none !important;
  text-align: center !important;
  color: #604115;
}
.ax_recipe_relationProduct_h2::before {
  display: none !important;
}
.ax_recipe_relationProduct_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ax_recipe_relationProduct_item {
  width: 48%;
  margin: 1%;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.ax_recipe_relationProduct_item_img {
  width: 30%;
}
.ax_recipe_relationProduct_item_txt {
  width: 70%;
  box-sizing: border-box;
}
.ax_recipe_relationProduct_item_txt h3 {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  background: none;
  border-left: none;
  font-size: 18px;
  font-weight: bold;
}
.ax_recipe_relationProduct_item_txt p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.8em;
}
.ax_recipe_relationProduct_item_txt > a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px;
  border-radius: 4px;
  background: #d71518;
  line-height: 1;
  font-size: 0.8em;
  color: #fff;
  transition: all 0.3s;
}
.ax_recipe_relationProduct_item_txt > a:not(:last-child) {
  margin-right: 20px;
}
.ax_recipe_relationProduct_item_txt > a i.fas {
  color: #fff;
  margin-right: 4px;
}
.ax_recipe_relationProduct_item_txt > a:hover, .ax_recipe_relationProduct_item_txt > a:active {
  opacity: 0.5;
  text-decoration: none;
}

.ax_recipe_relationProduct2 {
  padding: 10px 30px;
  margin: 0 auto 80px;
  display: block;
  max-width: 512px;
  border-radius: 6px;
  box-sizing: border-box;
}
.ax_recipe_relationProduct2 .ax_recipe_relationProduct_wrap {
  display: block;
}
.ax_recipe_relationProduct2 .ax_recipe_relationProduct_item {
  width: 100%;
  margin: 0;
}
/*▲このレシピに使用した商品▲*/
/*▼このレシピのキーワード／レシピ検索▼*/
h2.ax_resipe_keyword_h2 {
  margin-bottom: 5px;
  text-align: center;
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
h2.ax_resipe_keyword_h2::before {
  background: none;
}

.ax_resipe_keyword_list {
  margin: 0;
  text-align: center;
  list-style: none;
  padding: 0;
}
.ax_resipe_keyword_list li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
}
.ax_resipe_keyword_list li a {
  padding: 0.3em 0.9em;
  border-radius: 100px;
  background-color: #eef2f4;
  border: 1px solid #b9c3cb;
  color: #154160;
}
.ax_resipe_keyword_list li a:hover, .ax_resipe_keyword_list li a:active {
  text-decoration: none;
  opacity: 0.7;
}

.ax_recipe_searchForm {
  margin: 20px 0 80px;
}
.ax_recipe_searchForm form {
  width: 50%;
  height: 60px;
  margin-right: 10px;
  box-sizing: border-box;
  border: 1px solid #604115;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.ax_recipe_searchForm form input {
  height: 100%;
  padding-left: 0.8em;
  border-radius: 4px;
  box-sizing: border-box;
}
.ax_recipe_searchForm form button {
  position: absolute;
  top: 0;
  right: -2px;
  border: none;
  border: 1px solid #604115;
  box-sizing: border-box;
  background-color: #604115;
  width: 60px;
  height: 60px;
  transition: all 0.15s;
  cursor: pointer;
}
.ax_recipe_searchForm form button i.fa-search {
  color: #fff;
  font-size: 28px;
}
.ax_recipe_searchForm form button svg {
  display: none;
}
.ax_recipe_searchForm form button:hover, .ax_recipe_searchForm form button:active {
  text-decoration: none !important;
  opacity: 0.6;
  border: none;
}

/*▲このレシピのキーワード／レシピ検索▲*/
/*▼レシピ商品から探すアコーディオン▼*/
.ax_recipe_byProduct_tab {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.ax_recipe_byProduct_tab li {
  flex: auto;
  text-align: center;
}
.ax_recipe_byProduct_tab li:not(:last-child) {
  margin-right: 10px;
}
.ax_recipe_byProduct_tab li a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.2em 0;
  border-radius: 3px;
  border: 1px solid #604115;
  color: #222;
  transition: background-color 0.15s;
}
.ax_recipe_byProduct_tab li a:hover, .ax_recipe_byProduct_tab li a:active {
  background-color: #604115;
  color: #fff;
  text-decoration: none;
}
.ax_recipe_byProduct_tab li a.ax_recipe_byProduct_tab-active {
  position: relative;
  background-color: #604115;
  padding: 0.3em 0;
  color: #fff;
}
.ax_recipe_byProduct_tab li a.ax_recipe_byProduct_tab-active::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: calc(50% - 9px);
  border: 9px solid transparent;
  border-top: 8px solid #604115;
}

.ax_recipe_byProduct_accordion li {
  width: 100%;
  margin: 0;
}
.ax_recipe_byProduct_accordion li .uk-accordion-title {
  display: none;
  padding: 1em 0.8em;
  font-size: 1em;
  transition: all 0.1s;
}
.ax_recipe_byProduct_accordion li .uk-accordion-title::before {
  background-image: none;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.ax_recipe_byProduct_accordion li .uk-accordion-title:hover, .ax_recipe_byProduct_accordion li .uk-accordion-title:active {
  background-color: #f7f5f1;
}
.ax_recipe_byProduct_accordion li .uk-accordion-title:hover::before, .ax_recipe_byProduct_accordion li .uk-accordion-title:active::before {
  color: #604115;
}
.ax_recipe_byProduct_accordion li .uk-accordion-content {
  width: 100%;
}
.ax_recipe_byProduct_accordion li.uk-open .uk-accordion-title {
  border-radius: 3px;
  background-color: #604115;
  color: #fff;
}
.ax_recipe_byProduct_accordion li.uk-open .uk-accordion-title::before {
  content: "\f068";
  color: #fff;
}

/*▲レシピ商品から探すアコーディオン▲*/
/**********************
レシピリスト背景
**********************/
.ax_section_relationRecipe {
  position: relative;
  padding: 60px calc((100vw - 100%) / 2) 0;
  margin: 0 calc((100% - 100vw) / 2);
}
.ax_section_relationRecipe .ax_section_relationRecipe_bg {
  position: absolute;
  background: url(../img/bg_recipelist.jpg) no-repeat center;
  background-size: cover;
  width: 100vw;
  height: 450px;
  top: 0;
  left: calc((100% - 100vw) / 2);
}
.ax_section_relationRecipe .ax_section_relationRecipe_h2 {
  margin: 0 0 1.5em;
  border: none;
  text-align: center;
  color: #fff;
}
.ax_section_relationRecipe .ax_section_relationRecipe_h2::before {
  display: none;
}
.ax_section_relationRecipe .ax_recipeList {
  margin-bottom: 0;
}

/**********************
レシピ一覧
**********************/
.ax_recipeList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
}
.ax_recipeList .ax_recipe_item {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0.5%;
  width: 24%;
}
.ax_recipeList .ax_recipeItem {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.ax_recipeList .ax_recipeItem .uk-card-media-top {
  aspect-ratio: 20/13;
  overflow: hidden;
}
.ax_recipeList .ax_recipeItem .uk-card-media-top img {
  transform: scale(1, 1);
  transition: 0.3s ease-out;
  width: 100%;
}
.ax_recipeList .ax_recipeItem a:hover,
.ax_recipeList .ax_recipeItem a:active {
  text-decoration: none;
}
.ax_recipeList .ax_recipeItem a:hover img,
.ax_recipeList .ax_recipeItem a:active img {
  transform: scale(1.1, 1.1);
}
.ax_recipeList .ax_recipeItem a:hover h3,
.ax_recipeList .ax_recipeItem a:active h3 {
  color: #d71518;
}
.ax_recipeList .ax_recipeItem .uk-card-body {
  position: relative;
  padding: 25px 20px;
}
.ax_recipeList .ax_recipeItem .uk-card-body h2,
.ax_recipeList .ax_recipeItem .uk-card-body h3,
.ax_recipeList .ax_recipeItem .uk-card-body h4,
.ax_recipeList .ax_recipeItem .uk-card-body h5 {
  position: relative;
  border: none;
  background: none;
  font-size: 1rem;
  margin: 0;
  padding: 0 0 0 1.2em;
  text-align: left;
}
.ax_recipeList .ax_recipeItem .uk-card-body h2::before,
.ax_recipeList .ax_recipeItem .uk-card-body h3::before,
.ax_recipeList .ax_recipeItem .uk-card-body h4::before,
.ax_recipeList .ax_recipeItem .uk-card-body h5::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #d71518;
  position: absolute;
  top: 0;
  left: -0.2em;
}
.ax_recipeList .ax_recipeItem .uk-card-body .ax_ico {
  position: absolute;
  top: -0.75em;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 40%;
  white-space: nowrap;
}
.ax_recipeList .ax_recipeItem ul.ax_recipeList_product {
  margin: 0;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px dotted #e6e7e8;
}
.ax_recipeList .ax_recipeItem ul.ax_recipeList_product li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 33%;
  max-width: 100px;
  list-style: none;
}
.ax_recipeList .ax_recipeItem ul.ax_recipeList_product li a {
  display: block;
}
.ax_recipeList .ax_recipeItem ul.ax_recipeList_product li img {
  transition: all 0.2s;
}
.ax_recipeList .ax_recipeItem ul.ax_recipeList_product li a:hover img,
.ax_recipeList .ax_recipeItem ul.ax_recipeList_product li a:active img {
  transform: scale(1.12);
}

@media screen and (max-width: 1199px) {
  .ax_recipeList a.uk-position-center-left-out {
    left: 30px;
    right: auto;
  }
  .ax_recipeList a.uk-position-center-right-out {
    left: auto;
    right: 30px;
  }
  .ax_recipeList [class*=uk-position-center-left],
  .ax_recipeList [class*=uk-position-center-right] {
    top: auto;
    transform: none;
    display: block;
    height: max-content !important;
    bottom: -30px;
  }
  .ax_recipeList .ax_slide_nav-white::before {
    color: #d71518 !important;
  }
}
/**********************
食材・ジャンルから探す
**********************/
.ax_recipe_bycategory_form h2 {
  margin: 3em 0 0;
}
.ax_recipe_bycategory_form h2 > i.fas {
  color: #d71518;
}
.ax_recipe_bycategory_form .uk-margin-remove-bottom + h3 {
  margin-top: 1em;
}

.ax_recipe_categories_tag-wrp {
  font-size: 16px;
}
.ax_recipe_categories_tag-wrp > span {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  border-radius: 6px;
  background: #d3d2d0;
  line-height: 1.4;
  color: #fff;
}
.ax_recipe_categories_tag-wrp > span.ax_active {
  background: #604115;
}
.ax_recipe_categories_tag-wrp > span i.fas {
  margin-right: 5px;
}
.ax_recipe_categories_tag-wrp > span br {
  display: none;
}

h2 .ax_recipe_categories_tag-wrp {
  margin-top: 5px;
  float: right;
}

.ax_recipe_by-category_list {
  padding-left: 0;
}
.ax_recipe_by-category_list li {
  display: inline-block;
  list-style-type: none;
  margin-right: 1em;
}
.ax_recipe_by-category_list li input,
.ax_recipe_by-category_list li label {
  cursor: pointer;
  transition: all 0.25s ease 0s;
}
.ax_recipe_by-category_list li input:hover, .ax_recipe_by-category_list li input:active,
.ax_recipe_by-category_list li label:hover,
.ax_recipe_by-category_list li label:active {
  opacity: 0.5;
  text-decoration: none;
}

.uk-flex .ax_recipe_by-category_list li {
  display: block;
}

.ax_recipe_bycategory_reset {
  border: none;
  display: inline-block;
  background-color: #88908f;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  margin: 0 15px;
  padding: 1em 2em;
  line-height: 1.25;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease 0s;
}
.ax_recipe_bycategory_reset:hover, .ax_recipe_bycategory_reset:active {
  opacity: 0.4;
  text-decoration: none;
}

.ax_recipe_bycategory_submit_wrap .ax_recipe_bycategory_submit {
  border: none;
  display: inline-block;
  background-color: #d71518;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin: 0 15px;
  padding: 1em 2em;
  line-height: 1.25;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease 0s;
}
.ax_recipe_bycategory_submit_wrap .ax_recipe_bycategory_submit:hover, .ax_recipe_bycategory_submit_wrap .ax_recipe_bycategory_submit:active {
  opacity: 0.4;
  text-decoration: none;
}
.ax_recipe_bycategory_submit_wrap input[type=submit],
.ax_recipe_bycategory_submit_wrap input[type=button],
.ax_recipe_bycategory_submit_wrap input[type=reset] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  border-radius: 4px;
}
.ax_recipe_bycategory_submit_wrap input[type=submit]::-webkit-search-decoration,
.ax_recipe_bycategory_submit_wrap input[type=button]::-webkit-search-decoration,
.ax_recipe_bycategory_submit_wrap input[type=reset]::-webkit-search-decoration {
  display: none;
}
.ax_recipe_bycategory_submit_wrap input[type=submit]::focus,
.ax_recipe_bycategory_submit_wrap input[type=button]::focus,
.ax_recipe_bycategory_submit_wrap input[type=reset]::focus {
  outline-offset: -2px;
}

/**********************
商品から探す
**********************/
.ax_recipe_byproduct_form button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ax_recipe_byproduct_form button:hover {
  cursor: pointer;
}

/**********************
季節のレシピ
**********************/
.ax_filter.ax_filter-recipe-season li {
  margin: 4px;
  width: calc(25% - 8px);
}
.ax_filter.ax_filter-recipe-season li a {
  padding: 0.8em 0.4em !important;
  font-size: 1.1em !important;
}

/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
/**********************
フィルター
**********************/
.ax_filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
}
.ax_filter li {
  flex-basis: auto;
  list-style: none;
  display: inline-block;
  margin: 2px;
  padding: 0;
}
.ax_filter li a,
.ax_filter li a:link,
.ax_filter li a:visited {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  color: #604115;
  padding: 0.75em 1.1em;
  font-size: 0.8rem;
  line-height: 1;
  background: #f7f5f1;
  white-space: nowrap;
}
.ax_filter li a:hover,
.ax_filter li a:active {
  background: #a9976d;
  color: #fff;
}
.ax_filter .uk-active a,
.ax_filter .uk-active a:link,
.ax_filter .uk-active a:visited,
.ax_filter .uk-active a:hover,
.ax_filter .uk-active a:active {
  background: #604115;
  color: #fff;
  pointer-events: none;
}

/**********************
000.商品一覧　フィルタ
**********************/
.ax_filter.ax_filter-product {
  display: block;
  margin: 0 0 1em !important;
  padding: 0 !important;
  text-align: left !important;
  border: 1px solid #604115;
  border-radius: 4px;
  overflow: hidden;
}
.ax_filter.ax_filter-product a {
  padding: 0.5em 1em !important;
  border-radius: 0px !important;
  display: block !important;
  font-size: 80% !important;
}
.ax_filter.ax_filter-product a::before {
  padding-right: 0.25em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f111";
  font-size: 95%;
  color: #a9976d;
}
.ax_filter.ax_filter-product a:hover::before {
  color: #fff;
}
.ax_filter.ax_filter-product li {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.ax_filter.ax_filter-product li dl {
  display: flex;
  margin: 0 !important;
  background: #f7f5f1;
  border-bottom: 1px solid #a9976d;
  font-size: 0;
}
.ax_filter.ax_filter-product li dl dt {
  margin: 0 !important;
  padding: 0 !important;
  width: 150px;
  text-align: left;
  background: #604115;
  color: #fff;
  font-size: 1rem;
}
.ax_filter.ax_filter-product li dl dd {
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 1px;
  font-size: 1rem;
}
.ax_filter.ax_filter-product li:last-of-type dl {
  border-bottom: none;
}
.ax_filter.ax_filter-product li .uk-active a,
.ax_filter.ax_filter-product li .uk-active a:link,
.ax_filter.ax_filter-product li .uk-active a:visited,
.ax_filter.ax_filter-product li .uk-active a:hover,
.ax_filter.ax_filter-product li .uk-active a:active {
  background: #a9976d !important;
  color: #fff;
  pointer-events: auto !important;
}
.ax_filter.ax_filter-product li .uk-active a::before,
.ax_filter.ax_filter-product li .uk-active a:link::before,
.ax_filter.ax_filter-product li .uk-active a:visited::before,
.ax_filter.ax_filter-product li .uk-active a:hover::before,
.ax_filter.ax_filter-product li .uk-active a:active::before {
  font-weight: 600;
  content: "\f058";
  color: #fff;
}
.ax_filter.ax_filter-product dt a,
.ax_filter.ax_filter-product dt a:link,
.ax_filter.ax_filter-product dt a:visited,
.ax_filter.ax_filter-product dt a:hover,
.ax_filter.ax_filter-product dt a:active {
  background: #604115 !important;
  color: #fff;
  line-height: 1;
}
.ax_filter.ax_filter-product dt a::before,
.ax_filter.ax_filter-product dt a:link::before,
.ax_filter.ax_filter-product dt a:visited::before,
.ax_filter.ax_filter-product dt a:hover::before,
.ax_filter.ax_filter-product dt a:active::before {
  font-weight: 600;
  content: "\f111";
  color: #fff;
}
.ax_filter.ax_filter-product dt.uk-active a,
.ax_filter.ax_filter-product dt.uk-active a:link,
.ax_filter.ax_filter-product dt.uk-active a:visited,
.ax_filter.ax_filter-product dt.uk-active a:hover,
.ax_filter.ax_filter-product dt.uk-active a:active {
  background: #604115 !important;
  color: #fff;
  pointer-events: none;
  line-height: 1;
}
.ax_filter.ax_filter-product dt.uk-active a::before,
.ax_filter.ax_filter-product dt.uk-active a:link::before,
.ax_filter.ax_filter-product dt.uk-active a:visited::before,
.ax_filter.ax_filter-product dt.uk-active a:hover::before,
.ax_filter.ax_filter-product dt.uk-active a:active::before {
  font-weight: 600;
  content: "\f058";
  color: #fff;
}

/**********************
100.生産終了のお知らせ
**********************/
.ax_discontinued {
  margin: 0;
  padding: 0;
  border-top: 1px dotted #d3d2d0;
  line-height: 1.4;
}
.ax_discontinued_item {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  border-bottom: 1px dotted #d3d2d0;
}
.ax_discontinued_item_link {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.25em 0;
  width: 100%;
  list-style: none;
  color: #222;
}
.ax_discontinued_item_link:link, .ax_discontinued_item_link:visited {
  color: #222;
}
.ax_discontinued_item_link:hover, .ax_discontinued_item_link:active {
  color: #222;
  text-decoration: none;
  background: #f3f4f5;
}
.ax_discontinued_item .ax_product_detail_icon_wrp {
  padding-right: 1em;
}
.ax_discontinued_item_year {
  width: 3.75em;
}
.ax_discontinued_item_season {
  padding-right: 2em;
}
.ax_discontinued_item_img {
  margin-left: auto;
  text-align: right;
}
.ax_discontinued_item_img img {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .ax_discontinued {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px !important;
    font-size: 90%;
  }
  .ax_discontinued_item {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .ax_discontinued_item_link {
    flex-wrap: wrap;
    padding: 1em 0 0.25em;
  }
  .ax_discontinued_item .ax_product_detail_icon_wrp {
    margin: 0 0.5em 0 0;
    padding-right: 0;
  }
  .ax_discontinued_item .ax_product_detail_icon_wrp span {
    margin: 0;
    padding: 0.4em;
  }
  .ax_discontinued_item_year {
    width: auto;
  }
  .ax_discontinued_item_season {
    padding-right: 0;
  }
  .ax_discontinued_item_title {
    padding-top: 0.5em;
    width: 100%;
  }
  .ax_discontinued_item_img {
    width: 100%;
    text-align: center;
  }
}
/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
/**********************
292.お客様の声に応えました
**********************/
.ax_ie {
  padding: 0;
  border-top: 1px dotted #d3d2d0;
}

.ax_ie_list {
  border-bottom: 1px dotted #d3d2d0;
  margin: 0 !important;
  list-style: none;
}

.ax_ie_title {
  display: block;
  position: relative;
  padding: 1.4em 2em 1.4em 2.5em;
}
.ax_ie_title h2 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.1rem;
}
.ax_ie_title h2::before {
  display: none;
}
.ax_ie_title h2 span {
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  background: #f7f5f1;
  padding: 0.25em 0.75em;
  margin-bottom: 0.4em;
  color: #604115;
}
.ax_ie_title::before {
  position: absolute;
  background-image: none !important;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  top: 50%;
  right: 0;
  transform: translate(0, -56%);
}
.ax_ie_title::after {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 0.25em;
  transform: translate(0, -56%);
  line-height: 1.8;
  color: #d71518;
  font-size: 1.4em;
  font-weight: 600;
  text-align: left;
}
.ax_ie_title:hover, .ax_ie_title:active {
  background-color: rgba(0, 0, 0, 0.01);
}
.ax_ie_title:hover::before, .ax_ie_title:active::before {
  color: #d71518;
}
.ax_ie_title:hover::after, .ax_ie_title:active::after {
  opacity: 0.7;
}
.ax_ie_title:link, .ax_ie_title:visited, .ax_ie_title:hover, .ax_ie_title:active {
  color: #222;
}

.uk-open > .ax_ie_title::before {
  content: "\f068";
}

.ax_ie_content {
  margin: 0 0 0 1.4em;
  padding: 0.5em 2em 2em 3em;
  border-left: 3px solid #d71518;
}
.ax_ie_content h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0.3em 1em 0.3em 2.8em;
  width: 16em;
  box-sizing: border-box;
  border: 0;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  background: #1d9063;
  border-radius: 4px;
}
.ax_ie_content h3::before {
  content: "\f075";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 0.75em;
  transform: translate(0, -50%);
  font-size: 1.3em;
  font-weight: 600;
  text-align: left;
}
.ax_ie_content h4 {
  display: inline-block;
  position: relative;
  margin: 1em 0 0;
  padding: 0.3em 1em 0.3em 2.8em;
  width: 16em;
  box-sizing: border-box;
  border: 0;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  background: #d71518;
  border-radius: 4px;
}
.ax_ie_content h4::before {
  content: "\f075";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 0.75em;
  transform: translate(0, -50%) scale(-1, 1);
  font-size: 1.3em;
  font-weight: 600;
  text-align: left;
}
.ax_ie_content p {
  margin-top: 0.75em;
}
.ax_ie_content .ax_ie_share {
  text-align: right;
  transition: 1s all;
}
.ax_ie_content .ax_ie_share a,
.ax_ie_content .ax_ie_share a:link,
.ax_ie_content .ax_ie_share a:visited {
  color: #a9976d;
}
.ax_ie_content .ax_ie_share a:hover,
.ax_ie_content .ax_ie_share a:active {
  opacity: 0.5;
}

/**********************
230.表組み
**********************/
table {
  border-collapse: collapse;
  font-size: 0.9rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1.5em;
}
table caption {
  padding: 0.5rem;
}
table tr {
  box-sizing: border-box;
}
table th {
  background: #f3f3e9;
  border: 1px solid #d3d2d0;
  padding: 0.5em;
  text-align: left;
  box-sizing: border-box;
}
table td {
  border: 1px solid #d3d2d0;
  padding: 0.5em;
  box-sizing: border-box;
}

.ax_firstcolumn table tr td:first-of-type {
  background: #f3f3e9;
  font-weight: bold;
}

.ax_firstcolumn-10 table tr td:first-of-type {
  width: 10%;
  background: #f3f3e9;
  font-weight: bold;
}

.ax_firstcolumn-20 table tr td:first-of-type {
  width: 20%;
  background: #f3f3e9;
  font-weight: bold;
}

.ax_firstcolumn-30 table tr td:first-of-type {
  width: 30%;
  background: #f3f3e9;
  font-weight: bold;
}

.ax_firstcolumn-40 table tr td:first-of-type {
  width: 40%;
  background: #f3f3e9;
  font-weight: bold;
}

.ax_firstcolumn-50 table tr td:first-of-type {
  width: 50%;
  background: #f3f3e9;
  font-weight: bold;
}

.ax_firstcolumn-60 table tr td:first-of-type {
  width: 60%;
  background: #f3f3e9;
  font-weight: bold;
}

.ax_firstcolumn-70 table tr td:first-of-type {
  width: 70%;
  background: #f3f3e9;
  font-weight: bold;
}

.ax_firstcolumn-80 table tr td:first-of-type {
  width: 80%;
  background: #f3f3e9;
  font-weight: bold;
}

.ax_firstcolumn-90 table tr td:first-of-type {
  width: 90%;
  background: #f3f3e9;
  font-weight: bold;
}

.ax_thCenter th {
  text-align: center;
}

.ax_tdCenter td {
  text-align: center;
}

.ax_thLeft th {
  text-align: left;
}

.ax_tdLeft td {
  text-align: left;
}

.ax_thRight th {
  text-align: right;
}

.ax_tdRight td {
  text-align: right;
}

.ax_thnowrap th {
  white-space: nowrap;
}

.ax_tdnowrap td {
  white-space: nowrap;
}

.ax_nutritional_primary {
  width: auto !important;
}
.ax_nutritional_primary td {
  width: 240px !important;
  box-sizing: border-box;
}

.ax_nutritional_secondary1,
.ax_nutritional_secondary {
  width: auto !important;
}
.ax_nutritional_secondary1 td,
.ax_nutritional_secondary td {
  width: 240px !important;
  box-sizing: border-box;
}

/**********************
293.商品表組みレスポンシブ
**********************/
.ax_table-rpd-pc {
  display: table;
}

.ax_table-rpd-sp {
  display: none;
}

/**********************
235.フォーム表組み
**********************/
.mw_wp_form .uk-label {
  padding: 0.1em 1em 0;
  font-size: 0.75em;
  line-height: 1.5;
  font-weight: bold;
}
.mw_wp_form table {
  border-collapse: collapse;
  border: 1px solid #d3d2d0;
  font-size: 0.9rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1.5em;
}
.mw_wp_form table caption {
  padding: 0.5rem;
}
.mw_wp_form table th {
  background: #f3f3e9;
  border: 1px solid #d3d2d0;
  padding: 0.5em;
  text-align: left;
}
.mw_wp_form table th p {
  margin: 0;
  padding: 0.25em 1em;
  line-height: 1;
}
.mw_wp_form table td {
  border: 1px solid #d3d2d0;
  padding: 0.5em;
}
.mw_wp_form table td input,
.mw_wp_form table td textarea {
  border: 2px solid #ccc !important;
}
.mw_wp_form table td p {
  margin-bottom: 0.5em;
}
.mw_wp_form table td table {
  border: none;
  width: auto;
  margin-bottom: 0;
}
.mw_wp_form table td table th,
.mw_wp_form table td table td {
  font-weight: normal;
  border: none;
  background: none;
  padding: 2px;
}
.mw_wp_form .aytr-form-button-wrap {
  display: flex;
  justify-content: center;
}
.mw_wp_form .aytr-form-button {
  border-radius: 4px;
  border: none;
  box-shadow: none;
  color: #fff;
  margin: 0 1em 1em;
}
.mw_wp_form .aytr-form-button:hover, .mw_wp_form .aytr-form-button:active {
  border: none;
  box-shadow: none;
  opacity: 0.6;
  transition: 1s all;
  cursor: pointer;
}
.mw_wp_form .texthide {
  margin-bottom: 0;
}
.mw_wp_form .uk-section {
  padding: 30px;
  width: 60%;
  display: inline-block;
}
.mw_wp_form .uk-margin-medium div {
  padding: 0 20px;
}
.mw_wp_form .aytr-form-back {
  background: #88908f;
  font-size: 0.8em;
  padding: 0.4em 2em;
}
.mw_wp_form .aytr-form-submit {
  background: #d71518;
  font-size: 1.2em;
  padding: 0.5em 3em;
}
.mw_wp_form input[type=submit],
.mw_wp_form input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  border-radius: 4px;
}
.mw_wp_form input[type=submit]::-webkit-search-decoration,
.mw_wp_form input[type=button]::-webkit-search-decoration {
  display: none;
}
.mw_wp_form input[type=submit]::focus,
.mw_wp_form input[type=button]::focus {
  outline-offset: -2px;
}
.mw_wp_form .ax_form_defect {
  margin-top: 1em;
}

.mw_wp_form_preview .uk-label {
  display: none;
}
.mw_wp_form_preview .uk-text-muted {
  display: none;
}
.mw_wp_form_preview .texthide {
  display: none;
}
.mw_wp_form_preview .ax_form_confirmhidden {
  display: none;
}

.ax-background-muted {
  background: #f3f4f5;
}

.ax-background-current {
  background: #88908f;
  color: #fff;
}

/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi .page {
  display: inline-block;
  background: #f7f5f1;
  border-radius: 2px;
  margin: 0.25em;
  padding: 0.5em 0.75em;
  line-height: 1;
  color: #604115;
  transition: 0.25s all;
}
.wp-pagenavi .page:hover {
  background: #a9976d;
  text-decoration: none;
  color: #fff;
}
.wp-pagenavi .current {
  display: inline-block;
  background: #604115;
  border-radius: 2px;
  margin: 0.25em;
  padding: 0.5em 0.75em;
  line-height: 1;
  color: #fff;
}
.wp-pagenavi .previouspostslink {
  display: inline-block;
  position: relative;
  background: none;
  width: 2em;
}
.wp-pagenavi .previouspostslink::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "\f053";
  font-size: 1.2rem;
  color: #604115;
  text-decoration: none;
}
.wp-pagenavi .previouspostslink:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wp-pagenavi .nextpostslink {
  display: inline-block;
  position: relative;
  background: none;
  width: 2em;
}
.wp-pagenavi .nextpostslink::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "\f054";
  font-size: 1.2rem;
  color: #604115;
  text-decoration: none;
}
.wp-pagenavi .nextpostslink:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wp-pagenavi .first {
  display: inline-block;
  position: relative;
  background: none;
  width: 3em;
}
.wp-pagenavi .first::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "\f323";
  font-size: 1.2rem;
  color: #604115;
  text-decoration: none;
}
.wp-pagenavi .first:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wp-pagenavi .last {
  display: inline-block;
  position: relative;
  background: none;
  width: 3em;
}
.wp-pagenavi .last::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "\f324";
  font-size: 1.2rem;
  color: #604115;
  text-decoration: none;
}
.wp-pagenavi .last:hover {
  opacity: 0.6;
  text-decoration: none;
}

/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
/**********************
320.子ページカード
**********************/
.ax_navChild {
  margin-top: 50px;
}
.ax_navChild .uk-grid-margin-large,
.ax_navChild .uk-grid + .uk-grid-large,
.ax_navChild .uk-grid + .uk-grid-row-large,
.ax_navChild .uk-grid-large > .uk-grid-margin,
.ax_navChild .uk-grid-row-large > .uk-grid-margin {
  margin-top: 20px;
}
.ax_navChild a,
.ax_navChild a:link,
.ax_navChild a:visited,
.ax_navChild a:hover,
.ax_navChild a:active {
  text-decoration: none;
  color: #222;
}
.ax_navChild .uk-card-hover {
  transition: 0.25s box-shadow;
}
.ax_navChild .uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
  transition: 0.25s box-shadow;
}
.ax_navChild .uk-card-body {
  padding: 20px 10px;
}
.ax_navChild .uk-card-body .ax_uk-card-body_in {
  margin-left: -35px;
  margin-top: -40px;
}
.ax_navChild .uk-card-body .uk-card-title {
  background: #d71518;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  border: none;
  padding: 0.4em 0.75em 0.4em 1.75em;
  opacity: 0.85;
  font-size: 1.2rem;
  overflow: visible;
  backdrop-filter: blur(10px);
  line-height: 1.2;
}
.ax_navChild .uk-card-body .uk-card-title i {
  margin-left: -1em;
  padding-right: 0.25em;
}
.ax_navChild .uk-card-body .uk-card-title::before {
  display: none;
}
.ax_navChild .uk-card-body p {
  line-height: 1.6;
  font-size: 0.9rem;
  padding-left: 40px;
}

@media screen and (max-width: 1199px) {
  .ax_navChild {
    padding: 0 15px;
  }
}
/**********************
800.お知らせ
**********************/
.ax_filter_wrap {
  display: flex;
  justify-content: space-between;
}
.ax_filter_wrap .ax_topicsYear li a,
.ax_filter_wrap .ax_topicsCategory li a {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.8rem;
}

@media screen and (max-width: 1199px) {
  .ax_filter_wrap {
    display: block;
  }
  .ax_filter_wrap ul.ax_topicsYear {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e6e7e8;
  }
  .ax_filter_wrap ul {
    justify-content: start;
    width: 100%;
  }
}
.ax_topics_nav {
  display: flex;
  justify-content: space-between;
  font-size: 1em;
  line-height: 1;
}
.ax_topics_nav a,
.ax_topics_nav a:link,
.ax_topics_nav a:visited {
  padding: 2em;
  color: #222;
}
.ax_topics_nav a:hover,
.ax_topics_nav a:active {
  color: #d71518;
  text-decoration: none;
}
.ax_topics_nav-right {
  position: relative;
  padding: 0 2em 0 0;
}
.ax_topics_nav-right::after {
  content: "";
  background-image: none;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 2em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  color: #d71518;
}
.ax_topics_nav-left {
  content: "";
  position: relative;
  padding: 0 0 0 2em;
}
.ax_topics_nav-left::before {
  background-image: none;
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #d71518;
}

.single-topics .ax_contents {
  padding-top: 0;
}

.ax_topics_year h2 {
  margin-top: 10px;
}

.ax_topics .uk-list {
  margin-top: 0;
}
.ax_topics h2 {
  margin-bottom: 0;
}
.ax_topics li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  line-height: 1.4;
  border-top: none !important;
  border-bottom: 1px dotted #d3d2d0;
}
.ax_topics li a {
  padding: 1em 0;
  display: block;
}
.ax_topics li a:link,
.ax_topics li a:visited,
.ax_topics li a:hover,
.ax_topics li a:active {
  color: #222;
  text-decoration: none;
}
.ax_topics li a:hover,
.ax_topics li a:active {
  background-color: #f3f4f5;
  opacity: 0.7;
}
.ax_topics_title {
  margin-top: 0.5em;
}
.ax_topics_data {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.ax_topics_icon {
  display: inline-block;
  font-size: 0.9em;
  margin-right: 1em;
  margin-bottom: 0.4em;
  padding: 0.1em 0.5em;
  border-radius: 3px;
  background-color: #ddd;
  min-width: 6.5em;
  text-align: center;
}
.ax_topics_date {
  display: inline-block;
}
.ax_topics_icon_release {
  background-color: #f7d0d1;
}
.ax_topics_icon_news {
  background-color: #ccdfef;
}
.ax_topics_icon_campaign {
  background-color: #d6e5ce;
}
.ax_topics_ec {
  float: right;
  width: 100px;
  height: 100px;
  margin-left: 30px;
}
.ax_topics_h1 {
  font-size: 2.2em;
  line-height: 1.6;
  padding-bottom: 1em;
}

.ax_footer_toTop a {
  display: block;
  padding-bottom: 15px;
  font-size: 36px;
  line-height: 1.2;
  color: #d71518;
  transition: all 0.2s;
  border-top: 10px solid #fff;
}
.ax_footer_toTop a i {
  transition: all 0.2s;
}
.ax_footer_toTop a:hover, .ax_footer_toTop a:active {
  transform: translateY(-10px);
}
.ax_footer_toTop + footer {
  margin-top: 0;
}

/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
/**********************
292.FAQ
**********************/
.ax_faq {
  padding: 0;
}

.ax_faq_list {
  border-bottom: 1px dotted #d3d2d0;
  margin: 0 !important;
  list-style: none;
}

.ax_faq_title {
  position: relative;
  padding: 1.4em 2em 1.4em 2.8em;
  font-size: 1em;
}
.ax_faq_title::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-image: none !important;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.ax_faq_title::after {
  content: "Q";
  position: absolute;
  top: 1.1em;
  left: 0;
  width: 2em;
  height: 2em;
  line-height: 1.8;
  text-align: center;
  border-radius: 2px;
  background-color: #d71518;
  color: #fff;
  font-weight: 300;
}
.ax_faq_title:hover, .ax_faq_title:active {
  background-color: rgba(0, 0, 0, 0.01);
}
.ax_faq_title:hover::before, .ax_faq_title:active::before {
  color: #d71518;
}
.ax_faq_title:hover::after, .ax_faq_title:active::after {
  opacity: 0.7;
}
.ax_faq_title:link, .ax_faq_title:visited, .ax_faq_title:hover, .ax_faq_title:active {
  color: #222;
}

.uk-open > .ax_faq_title::before {
  content: "\f068";
}

.ax_faq_content {
  position: relative;
  margin: 0;
  padding: 2em 2em 2em 5em;
  background-color: #f7f5f1;
}
.ax_faq_content::before {
  content: "A";
  position: absolute;
  top: 2em;
  left: 2em;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 2px;
  background-color: #604115;
  color: #fff;
  font-weight: 300;
}
.ax_faq_content .ax_faq_share {
  text-align: right;
  transition: 1s all;
}
.ax_faq_content .ax_faq_share a,
.ax_faq_content .ax_faq_share a:link,
.ax_faq_content .ax_faq_share a:visited {
  color: #a9976d;
}
.ax_faq_content .ax_faq_share a:hover,
.ax_faq_content .ax_faq_share a:active {
  opacity: 0.5;
}

/**********************
391.よくいただくご質問を検索する
**********************/
.ax_search_faq_wrp {
  padding: 80px calc((100vw - 100%) / 2);
  margin: 70px calc((100% - 100vw) / 2);
  background: url(../img/bg_pattern-02.png) repeat;
}

.ax_search_faq_form {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.ax_search_faq_form .uk-search-icon {
  width: 60px;
  background-color: #604115;
  border-radius: 0 3px 3px 0;
  color: #fff;
}
.ax_search_faq_form .uk-search-input {
  height: 60px;
  padding: 1em;
  background-color: #fff;
  border-radius: 3px;
}
.ax_search_faq_form .ax_faqSearch_submit {
  font-size: 22.5px;
  color: #fff;
  background: #604115;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-radius: 0 3px 3px 0;
  outline: none;
  transition: all 0.25s;
  cursor: pointer;
}
.ax_search_faq_form .ax_faqSearch_submit:hover {
  opacity: 0.6;
}

/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
.ax_sitesearch .uk-list {
  margin-top: 0;
}
.ax_sitesearch h3 {
  margin: 0 0 0.75em;
  padding: 0 0 0 0.5em;
  background: none;
}
.ax_sitesearch li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  line-height: 1.6;
  border-top: none !important;
  border-bottom: 1px dotted #d3d2d0;
}
.ax_sitesearch li a {
  padding: 1.5em 0;
  display: block;
}
.ax_sitesearch li a:link,
.ax_sitesearch li a:visited,
.ax_sitesearch li a:hover,
.ax_sitesearch li a:active {
  color: #222;
  text-decoration: none;
}
.ax_sitesearch li a:hover,
.ax_sitesearch li a:active {
  background-color: #f3f4f5;
  opacity: 0.7;
}
.ax_sitesearch li p {
  margin: 0;
}

/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
.uk-slider .uk-slidenav > svg {
  display: none;
}
.uk-slider .uk-slidenav::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 4rem;
  color: #d71518;
}
.uk-slider .uk-slidenav.uk-slidenav-previous {
  height: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  transition: all 0.2s;
  width: 3em;
}
.uk-slider .uk-slidenav.uk-slidenav-previous::before {
  content: "\f104";
  text-align: left;
}
.uk-slider .uk-slidenav.uk-slidenav-previous:hover, .uk-slider .uk-slidenav.uk-slidenav-previous:active {
  padding: 0 14px 0 6px;
}
.uk-slider .uk-slidenav.uk-slidenav-next {
  height: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  transition: all 0.2s;
  width: 3em;
  margin-left: auto;
}
.uk-slider .uk-slidenav.uk-slidenav-next::before {
  content: "\f105";
  text-align: right;
}
.uk-slider .uk-slidenav.uk-slidenav-next:hover, .uk-slider .uk-slidenav.uk-slidenav-next:active {
  padding: 0 6px 0 14px;
}
.uk-slider .uk-slidenav:hover, .uk-slider .uk-slidenav:active {
  text-decoration: none;
}
.uk-slider .uk-slidenav.ax_slide_nav-brown::before {
  color: #604115;
}
.uk-slider .uk-slidenav.ax_slide_nav-white::before {
  color: #fff;
}
.uk-slider .uk-slider-nav.uk-dotnav > * > * {
  border: none;
  background-color: #ccc;
}
.uk-slider .uk-slider-nav.uk-dotnav > * > *:hover, .uk-slider .uk-slider-nav.uk-dotnav > * > *:active {
  background-color: #d71518;
}
.uk-slider .uk-slider-nav.uk-dotnav .uk-active > * {
  background-color: #d71518;
}
.uk-slider .uk-slider-nav.uk-dotnav.ax_slide_nav-brown > * > *:hover,
.uk-slider .uk-slider-nav.uk-dotnav.ax_slide_nav-brown > * > *:active {
  background-color: #604115;
}
.uk-slider .uk-slider-nav.uk-dotnav.ax_slide_nav-brown .uk-active > * {
  background-color: #604115;
}
.uk-slider .uk-slider-nav.uk-dotnav.ax_slide_nav-white > * > *:hover,
.uk-slider .uk-slider-nav.uk-dotnav.ax_slide_nav-white > * > *:active {
  background-color: #fff;
}
.uk-slider .uk-slider-nav.uk-dotnav.ax_slide_nav-white .uk-active > * {
  background-color: #fff;
}

/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
/**********************
お客様センター電話番号
**********************/
.ax_box_customercenter {
  padding: 1em 2em 0.75em;
}

.ax_customercenter {
  display: flex !important;
  align-items: center;
  text-align: left;
}

.ax_customercenter:link,
.ax_customercenter:visited {
  color: #222;
  text-decoration: none;
}

.ax_customercenter_logo {
  margin-right: 2em;
  padding: 1em 2em 1em 0;
  width: 110px;
  text-align: center;
  border-right: 1px solid #ddd;
}

.ax_customercenter_title {
  margin: 0 !important;
  padding-bottom: 0;
  font-size: 0.9em !important;
  border: none !important;
  font-weight: bold;
}
.ax_customercenter_title::before {
  display: none !important;
}

.ax_customercenter_number {
  margin: 0 !important;
  padding-bottom: 15px;
  font-size: 1.7em !important;
  color: #d71518;
  line-height: 1;
}
.ax_customercenter_number img {
  width: 50px;
}

.ax_customercenter_note {
  font-size: 0.8em;
  line-height: 1.5;
}

/**********************
フォーム調整
**********************/
.ichibiki-form-purpose-wrap label {
  display: flex;
  cursor: pointer;
}
.ichibiki-form-purpose-wrap label input {
  margin-top: 0.5em;
  line-height: 2;
}
.ichibiki-form-purpose-wrap label span {
  flex: 1;
}
.ichibiki-form-purpose-wrap label .mwform-radio-field-text span {
  padding-left: 1.2em;
  font-size: 0.9em;
  display: block;
  position: relative;
  line-height: 1.3;
}
.ichibiki-form-purpose-wrap label .mwform-radio-field-text span::before {
  content: "※";
  position: absolute;
  left: 0;
}

/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
/**********************
392.採用電話番号
**********************/
.ax_recruit a,
.ax_recruit a:link,
.ax_recruit a:visited,
.ax_recruit a:hover,
.ax_recruit a:active {
  color: #222;
  text-decoration: none;
  display: flex;
}
.ax_recruit h3 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 1em;
  font-weight: bold;
}
.ax_recruit h4 {
  border: none;
  margin: 0;
  padding: 0;
}
.ax_recruit_address {
  border-right: solid 1px #d3d2d0;
  padding-right: 2em;
  line-height: 1.6;
  flex-grow: 2;
}
.ax_recruit_title {
  margin: 0 0 1em !important;
  padding-bottom: 0;
  font-size: 0.85em !important;
  border: none !important;
  font-weight: bold;
}
.ax_recruit_title::before {
  display: none !important;
}
.ax_recruit_address p {
  margin-bottom: 0;
}
.ax_recruit_tel {
  padding-left: 2em;
  text-align: center;
  flex-grow: 1;
}
.ax_recruit_number {
  margin: 0 !important;
  padding-bottom: 15px;
  font-size: 2.5em !important;
  color: #d71518;
  line-height: 1;
}

/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
.ax_share {
  margin: 10px auto 0;
  max-width: 1200px;
  transform: translate(0, 25px);
}
.ax_share ul {
  margin: 0 auto 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.ax_share ul li {
  display: flex;
  flex-direction: column;
  margin: 2px;
  padding: 0;
}
.ax_share ul li a {
  flex-grow: 1;
  font-size: 0.7em;
  display: block;
  padding: 2px 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s;
  border-radius: 2px;
}
.ax_share ul li a svg, .ax_share ul li a img {
  height: 18px;
}
.ax_share ul li a i {
  font-size: 1.2em;
}
.ax_share ul li a:hover {
  opacity: 0.8;
}
.ax_share ul li a:visited {
  color: #fff;
}
.ax_share .ax_share_facebook a {
  background-color: #315096;
}
.ax_share .ax_share_tweet a {
  background-color: #55acee;
}
.ax_share .ax_share_x a {
  background-color: #000000;
}
.ax_share .ax_share_line a {
  background-color: #00b900;
}
.ax_share .ax_share_mail a {
  background-color: #88908f;
}
.ax_share .ax_share_print a {
  background-color: #738a8d;
}

/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
/**********************
320.商品トップ おすすめ
**********************/
.ax_productRecommend .uk-card-default {
  border-radius: 4px;
  overflow: hidden;
}
.ax_productRecommend .uk-card-media-top {
  position: relative;
  background: linear-gradient(0deg, rgb(243, 244, 245), rgba(255, 255, 255, 0));
}
.ax_productRecommend .uk-card-media-top .ax_ico {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.ax_productRecommend .uk-card-body {
  position: relative;
  line-height: 1.4;
}
.ax_productRecommend .uk-card-body .ax_ico {
  position: absolute;
  top: -0.75em;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 40%;
  white-space: nowrap;
}
.ax_productRecommend a,
.ax_productRecommend a:link,
.ax_productRecommend a:visited,
.ax_productRecommend a:hover,
.ax_productRecommend a:active {
  text-decoration: none;
  color: #222;
}
.ax_productRecommend a:hover h3,
.ax_productRecommend a:active h3 {
  color: #d71518;
}
.ax_productRecommend h3 {
  border: none;
  background: none;
  font-size: 1rem;
  margin-bottom: 0.5em;
  padding: 0 0 0.3em 1em;
}
.ax_productRecommend h3 i {
  margin-left: -1.25em;
  padding-right: 0.25em;
  color: #d71518;
}
.ax_productRecommend p {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-top: 0;
}
.ax_productRecommend .uk-card-footer {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.ax_productRecommend h4 {
  border-top: 1px dotted #ccc;
  border-bottom: none;
  margin-top: 0;
  padding-top: 1em;
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #604115;
}
.ax_productRecommend ul {
  margin: 0;
  padding: 0;
}
.ax_productRecommend ul li {
  margin: 0;
  padding: 0.15em 0;
  list-style: none;
}
.ax_productRecommend ul li a,
.ax_productRecommend ul li a:link,
.ax_productRecommend ul li a:visited,
.ax_productRecommend ul li a:hover,
.ax_productRecommend ul li a:active {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 0 0 0.3em 1em;
}
.ax_productRecommend ul li a i,
.ax_productRecommend ul li a:link i,
.ax_productRecommend ul li a:visited i,
.ax_productRecommend ul li a:hover i,
.ax_productRecommend ul li a:active i {
  margin-left: -0.9em;
  padding-right: 0.4em;
  color: #d71518;
}
.ax_productRecommend ul li a:hover,
.ax_productRecommend ul li a:active {
  color: #d71518;
}

/**********************
150.Footer
**********************/
.ax_footerLocal + .ax_footer {
  margin-top: 0;
}

.ax_footer {
  margin-top: 80px;
  background: #f3f4f5;
}
.ax_footer a,
.ax_footer a:link,
.ax_footer a:visited {
  opacity: 1;
  transition: 0.25s opacity;
  text-decoration: none;
}
.ax_footer a:hover,
.ax_footer a:active {
  opacity: 0.4;
}
.ax_footer li {
  list-style: none;
}
.ax_footer_navMain {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0;
  box-sizing: border-box;
  /*▼スマホメニュー　デザイン整形▼*/
  /* ▲スマホメニュー　デザイン整形▲*/
}
.ax_footer_navMain a:link,
.ax_footer_navMain a:visited,
.ax_footer_navMain a:hover,
.ax_footer_navMain a:active {
  color: #222;
  display: block;
}
.ax_footer_navMain .uk-nav-default {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 1.5em;
}
.ax_footer_navMain .uk-nav-default:not(:first-of-type) {
  border-left: 1px solid #d3d2d0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.ax_footer_navMain .uk-nav-default:last-of-type {
  padding-right: 0;
}
.ax_footer_navMain.uk-grid > * > :last-child {
  margin-bottom: 20px;
}
.ax_footer_navMain .uk-parent:not(:first-of-type), .ax_footer_navMain1_parent {
  border-top: 1px solid #d3d2d0;
  margin-top: 1em;
  padding-top: 1em;
}
.ax_footer_navMain .uk-parent > a, .ax_footer_navMain1_parent {
  font-weight: 700;
  font-size: 0.8rem;
}
.ax_footer_navMain .uk-nav-sub {
  padding: 0;
  line-height: 1.6;
  font-size: 0.65rem;
}
.ax_footer_navMain1-hidden {
  display: none;
}
.ax_footer_navMain .uk-parent.ax_footer_navMain1-product {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.ax_footer_navMain2-1st {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.ax_footer_navMain2-1st:last-child {
  margin-bottom: 0;
}
.ax_footer_navMain2-1st > li {
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 2.5;
}
.ax_footer_navMain2-2nd {
  margin: 0;
  padding: 5px;
}
.ax_footer_navMain2-1stSupport {
  background: #e6e7e8;
  border-radius: 4px;
  overflow: hidden;
}
.ax_footer_navMain2-1stSupport > li > a {
  background: #88908f;
  padding: 0.25em 0;
}
.ax_footer_navMain2-1stSupport > li > a:link, .ax_footer_navMain2-1stSupport > li > a:visited, .ax_footer_navMain2-1stSupport > li > a:hover, .ax_footer_navMain2-1stSupport > li > a:active {
  color: #fff;
}
.ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd > li {
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1.8;
  flex-basis: 33%;
  flex-grow: 1;
}
.ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd li:nth-child(2) {
  border-left: 1px solid #d3d2d0;
  border-right: 1px solid #d3d2d0;
}
.ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd li:nth-child(5),
.ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd li:nth-child(6) {
  border-left: 1px solid #d3d2d0;
}
.ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd li:nth-child(4),
.ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd li:nth-child(5),
.ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd li:nth-child(6) {
  padding-top: 0.5em;
  border-top: 1px solid #d3d2d0;
}
.ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd a {
  display: block;
  padding: 0.5em 0;
  flex-grow: 1;
}
.ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd i {
  display: block;
  color: #88908f;
  font-size: 1.3rem;
  padding-bottom: 0.25em;
}
.ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd span {
  display: inline-block;
  white-space: nowrap;
}
.ax_footer_navMain2-1stPro {
  background: #e6e7e8;
  border-radius: 4px;
  overflow: hidden;
}
.ax_footer_navMain2-1stPro > li > a {
  background: #88908f;
  padding: 0.25em 0;
}
.ax_footer_navMain2-1stPro > li > a:link, .ax_footer_navMain2-1stPro > li > a:visited, .ax_footer_navMain2-1stPro > li > a:hover, .ax_footer_navMain2-1stPro > li > a:active {
  color: #fff;
}
.ax_footer_navMain2-1stPro .ax_footer_navMain2-2nd {
  padding: 10px;
}
.ax_footer_navMain2-1stPro .ax_footer_navMain2-2nd li {
  padding: 5px;
  width: 50%;
  font-weight: 400;
  font-size: 0.7rem;
  box-sizing: border-box;
}
.ax_footer_navMain2-1stPro .ax_footer_navMain2-2nd li a {
  background: #f3f4f5;
  border: 1px solid #d3d2d0;
  border-radius: 3px;
  padding: 0 0;
}
.ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li {
  position: relative;
  font-weight: 400;
  font-size: 0.7rem;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li:nth-child(1), .ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li:nth-child(1) {
  flex-shrink: 0;
  padding-bottom: 20px;
  width: 100%;
}
.ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li:nth-child(1) img, .ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li:nth-child(1) img {
  max-width: 128px;
}
.ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li:nth-child(2), .ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li:nth-child(3), .ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li:nth-child(4), .ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li:nth-child(5) {
  width: 15%;
  box-sizing: border-box;
}
.ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li a {
  flex-grow: 1;
  display: block;
}
.ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  vertical-align: middle;
}
.ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li a i.fa-facebook-f {
  color: #3b5998;
}
.ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li a i.fa-twitter {
  color: #1da1f2;
}
.ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li a i.fa-instagram {
  color: #262626;
}
.ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li a i.fa-youtube {
  color: #ff0000;
}
.ax_footer_navMain2-1stOfficial .ax_footer_navMain2-2nd li a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ax_footer_navMain.ax_spWidth {
  padding: 0;
}
.ax_footer_navMain.ax_spWidth .uk-grid {
  margin-left: 0px;
}
.ax_footer_navMain.ax_spWidth .ax_footer_navMain1 {
  display: block;
  padding: 0;
}
.ax_footer_navMain.ax_spWidth .uk-nav-default {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
  padding-right: 0;
}
.ax_footer_navMain.ax_spWidth .ax_footer_navMain1-hidden {
  display: block;
}
.ax_footer_navMain.ax_spWidth .uk-parent,
.ax_footer_navMain.ax_spWidth .ax_footer_navMain1_parent {
  border-top: 1px solid #d3d2d0;
  margin-top: 0;
  padding-top: 0;
  font-size: 0.7rem;
}
.ax_footer_navMain.ax_spWidth .uk-parent > a,
.ax_footer_navMain.ax_spWidth .ax_footer_navMain1_parent > a {
  padding: 0.5em 0 0.5em 1em;
  position: relative;
  font-weight: 400;
}
.ax_footer_navMain.ax_spWidth .uk-parent > a::before,
.ax_footer_navMain.ax_spWidth .ax_footer_navMain1_parent > a::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  transition-duration: 1s;
  content: "\f067";
  font-size: 0.9rem;
}
.ax_footer_navMain.ax_spWidth .ax_footer_navMain1_parent > a::before {
  content: "\f054";
}
.ax_footer_navMain.ax_spWidth .uk-parent.uk-open > a::before {
  content: "\f068";
}
.ax_footer_navMain.ax_spWidth .uk-nav-default:last-child {
  border-bottom: 1px solid #d3d2d0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ax_footer_navMain.ax_spWidth .uk-parent:first-child {
  margin-top: 0;
}
.ax_footer_navMain.ax_spWidth .uk-nav-sub {
  background: #e6e7e8;
  padding: 1em 1em;
  display: flex;
  flex-wrap: wrap;
}
.ax_footer_navMain.ax_spWidth .uk-nav-sub > li {
  width: 50%;
  position: relative;
}
.ax_footer_navMain.ax_spWidth .uk-nav-sub > li a {
  padding: 0.4em 0 0.4em 2em;
}
.ax_footer_navMain.ax_spWidth .uk-nav-sub > li a:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  top: 50%;
  left: 1em;
  transform: translate(0, -50%);
  transition-duration: 1s;
  content: "\f054";
  font-size: 0.65rem;
}
.ax_footer_navMain.ax_spWidth .uk-nav-sub ul {
  display: none;
}
.ax_footer_navMain.ax_spWidth .ax_footer_navMain2 {
  padding: 0 15px;
}
.ax_footer_navMain.ax_spWidth .ax_footer_navMain2-1stOfficial i {
  padding: 0;
  display: block;
}
.ax_footer_navSub {
  background: #d71518;
}
.ax_footer_navSub a:link,
.ax_footer_navSub a:visited,
.ax_footer_navSub a:hover,
.ax_footer_navSub a:active {
  color: #fff;
}
.ax_footer_navSub div {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 1;
}
.ax_footer_navSub ul {
  margin: 0;
  padding: 0;
}
.ax_footer_navSub-1stSecurity a {
  display: inline-block;
  padding: 0 2em 0 0;
  height: 40px;
  line-height: 40px;
}
.ax_footer_navSub-1stEn a {
  display: inline-block;
  padding: 0;
  height: 40px;
  line-height: 40px;
}
.ax_footer_navSub-1stEn i {
  font-size: 1rem;
  vertical-align: middle;
  padding-right: 0.1em;
  margin-bottom: 3px;
}
.ax_footer_copyright {
  margin: 0;
  padding: 50px 15px;
  background: #fff;
  text-align: center;
}
.ax_footer_copyright img {
  height: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .ax_footer_navMain {
    padding: 40px 15px 0;
  }
  .ax_footer_navSub {
    padding: 0 15px;
  }
}
/**********************
160.SP Menu(Footer Overwrite)
**********************/
.ax_spmenu {
  background: rgba(0, 3, 6, 0.9);
  backdrop-filter: blur(5px);
  color: #fff;
  /*▼スマホ用メニュー検索窓▼*/
  /*▲スマホ用メニュー検索窓▲*/
}
.ax_spmenu .uk-modal-dialog {
  background: none;
}
.ax_spmenu_header {
  background: rgb(0, 3, 6);
  height: 60px;
  display: flex;
}
.ax_spmenu_header_logoWhite {
  margin-right: auto;
}
.ax_spmenu_header_logoWhite a {
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
}
.ax_spmenu_header_logoWhite img {
  height: 36px;
  margin-bottom: 5px;
}
.ax_spmenu .ax_headerSearch_submit i {
  color: #fff;
}
.ax_spmenu .uk-modal-close {
  width: 60px;
  height: 60px;
}
.ax_spmenu .uk-modal-close a:link,
.ax_spmenu .uk-modal-close a:visited,
.ax_spmenu .uk-modal-close a:hover,
.ax_spmenu .uk-modal-close a:active {
  transform: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  border: none;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  z-index: 200;
}
.ax_spmenu .uk-modal-close a:link i,
.ax_spmenu .uk-modal-close a:visited i,
.ax_spmenu .uk-modal-close a:hover i,
.ax_spmenu .uk-modal-close a:active i {
  margin-top: 10px;
  display: block;
  transition: all 0.25s;
  font-size: 1.2rem;
}
.ax_spmenu .uk-modal-close a:link span,
.ax_spmenu .uk-modal-close a:visited span,
.ax_spmenu .uk-modal-close a:hover span,
.ax_spmenu .uk-modal-close a:active span {
  font-size: 0.6rem;
  transition: all 0.25s;
}
.ax_spmenu .ax_footer {
  margin-top: 0;
  background: none;
}
.ax_spmenu .ax_footer a,
.ax_spmenu .ax_footer a:link,
.ax_spmenu .ax_footer a:visited {
  transition: none;
}
.ax_spmenu .ax_footer_navMain {
  /*▼スマホメニュー　デザイン整形▼*/
  /* ▲スマホメニュー　デザイン整形▲*/
}
.ax_spmenu .ax_footer_navMain a:link,
.ax_spmenu .ax_footer_navMain a:visited,
.ax_spmenu .ax_footer_navMain a:hover,
.ax_spmenu .ax_footer_navMain a:active {
  color: #fff;
}
.ax_spmenu .ax_footer_navMain .uk-nav-default:not(:first-of-type) {
  border-left: 1px solid #333;
}
.ax_spmenu .ax_footer_navMain .uk-parent:not(:first-of-type), .ax_spmenu .ax_footer_navMain1_parent {
  border-top: 1px solid #333;
}
.ax_spmenu .ax_footer_navMain .uk-parent.ax_footer_navMain1-product {
  border: none;
}
.ax_spmenu .ax_footer_navMain.ax_spWidth .uk-nav-default {
  border-left: none;
}
.ax_spmenu .ax_footer_navMain.ax_spWidth .uk-parent,
.ax_spmenu .ax_footer_navMain.ax_spWidth .ax_footer_navMain1_parent {
  border-top: 1px solid #333;
}
.ax_spmenu .ax_footer_navMain.ax_spWidth .uk-nav-default:last-child {
  border-bottom: 1px solid #333;
}
.ax_spmenu .ax_footer_navMain.ax_spWidth .uk-parent:first-child {
  margin-top: 0;
}
.ax_spmenu .ax_footer_navMain.ax_spWidth .uk-nav-sub {
  background: #222;
  display: flex;
  flex-wrap: wrap;
}
.ax_spmenu .ax_footer_navMain.ax_spWidth .uk-nav-sub li {
  width: 50%;
}
.ax_spmenu .ax_footer_navMain2-1stSupport {
  background: #2c3031;
}
.ax_spmenu .ax_footer_navMain2-1stSupport > li > a {
  background: #88908f;
}
.ax_spmenu .ax_footer_navMain2-1stSupport > li > a:link, .ax_spmenu .ax_footer_navMain2-1stSupport > li > a:visited, .ax_spmenu .ax_footer_navMain2-1stSupport > li > a:hover, .ax_spmenu .ax_footer_navMain2-1stSupport > li > a:active {
  color: #222;
}
.ax_spmenu .ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd li:nth-child(2) {
  border-left: 1px solid #3d4446;
  border-right: 1px solid #3d4446;
}
.ax_spmenu .ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd li:nth-child(5),
.ax_spmenu .ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd li:nth-child(6) {
  border-left: 1px solid #3d4446;
}
.ax_spmenu .ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd li:nth-child(4),
.ax_spmenu .ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd li:nth-child(5),
.ax_spmenu .ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd li:nth-child(6) {
  border-top: 1px solid #3d4446;
}
.ax_spmenu .ax_footer_navMain2-1stSupport .ax_footer_navMain2-2nd a {
  color: #fff;
}
.ax_spmenu .ax_footer_navMain2-1stPro {
  background: #2c3031;
}
.ax_spmenu .ax_footer_navMain2-1stPro > li > a {
  background: #88908f;
}
.ax_spmenu .ax_footer_navMain2-1stPro > li > a:link, .ax_spmenu .ax_footer_navMain2-1stPro > li > a:visited, .ax_spmenu .ax_footer_navMain2-1stPro > li > a:hover, .ax_spmenu .ax_footer_navMain2-1stPro > li > a:active {
  color: #222;
}
.ax_spmenu .ax_footer_navMain2-1stPro .ax_footer_navMain2-2nd li a {
  background: #2b2f30;
  border: 1px solid #3d4446;
  color: #fff;
}
.ax_spmenu .ax_footer_navMain2-1stOfficial a,
.ax_spmenu .ax_footer_navMain2-1stOfficial a:link,
.ax_spmenu .ax_footer_navMain2-1stOfficial a:visited,
.ax_spmenu .ax_footer_navMain2-1stOfficial a:hover,
.ax_spmenu .ax_footer_navMain2-1stOfficial a:active {
  color: #fff;
}
.ax_spmenu .ax_footer_navMain2-1stOfficial a .fa-instagram,
.ax_spmenu .ax_footer_navMain2-1stOfficial a:link .fa-instagram,
.ax_spmenu .ax_footer_navMain2-1stOfficial a:visited .fa-instagram,
.ax_spmenu .ax_footer_navMain2-1stOfficial a:hover .fa-instagram,
.ax_spmenu .ax_footer_navMain2-1stOfficial a:active .fa-instagram {
  color: #fff;
}
.ax_spmenu .ax_footer_copyright {
  background: none;
}
.ax_spmenu .ax_headerSearch {
  right: 60px;
}
.ax_spmenu .ax_headerSearch_switch {
  background: #33393a;
  opacity: 0;
}
.ax_spmenu .ax_headerSearch_switch:hover {
  opacity: 0.7;
  transition: all 0.25s;
}
.ax_spmenu .ax_headerSearch_input {
  background: #2b2f30;
  color: #fff;
  border-left: 1px solid #33393a;
}
.ax_spmenu .ax_headerSearch_input:focus {
  outline: none;
  box-shadow: 0px 0px 3px 3px #33393a inset;
  transition: all 0.25s;
}
.ax_spmenu .ax_headerSearch_submit {
  background: #33393a;
  color: #fff;
}

/*▼スマホ用メニュー Englishボタン▼*/
.ax_spMenu_english {
  display: none;
}

@media screen and (max-width: 959px) {
  #axSpMenu .ax_spMenu_english {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 !important;
  }
  #axSpMenu .ax_spMenu_english .ax_button {
    display: inline-block;
    margin: 10px 0;
    padding: 0.5em 2em;
    border-radius: 99px;
    background: #d71518;
    font-size: 0.8rem;
  }
}
/*▲スマホ用メニュー Englishボタン▲*/
/**********************
000.変数定義
**********************/
/*カラーチャート*/
/*ステータス*/
/*商品背景*/
/**********************
01.リンク
**********************/
p.ax_arrow_primary-link {
  display: block;
}

.ax_arrow_primary-link {
  display: inline-block;
  color: #222 !important;
}
.ax_arrow_primary-link::before {
  padding-right: 0.25em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f0a9";
  font-size: 95%;
  color: #d71518;
}
.ax_arrow_primary-link:hover, .ax_arrow_primary-link:active {
  color: #d71518 !important;
  text-decoration: none;
}
.ax_arrow_primary-link:hover::before, .ax_arrow_primary-link:active::before {
  text-decoration: none;
}
.ax_arrow_primary-link a,
.ax_arrow_primary-link a:link,
.ax_arrow_primary-link a:visited {
  color: #222 !important;
}
.ax_arrow_primary-link a:hover,
.ax_arrow_primary-link a:active {
  color: #d71518 !important;
  text-decoration: none;
}
.ax_arrow_secondary-link {
  display: inline-block;
  color: #222;
  font-size: 85%;
}
.ax_arrow_secondary-link::before {
  padding-right: 0.25em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f105";
  color: #d71518;
}
.ax_arrow_secondary-link:hover, .ax_arrow_secondary-link:active {
  color: #d71518;
}

.ax_button_primary-link, .ax_button_primary-link:link, .ax_button_primary-link:visited {
  display: inline-block;
  background: #d71518;
  color: #fff;
  border-radius: 4px;
  margin: 0 15px;
  padding: 1em 2em 1em 3em;
  line-height: 1.25;
  position: relative;
  cursor: pointer;
}
.ax_button_primary-link::before, .ax_button_primary-link:link::before, .ax_button_primary-link:visited::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  top: 50%;
  left: 2em;
  transform: translate(0, -50%);
  content: "\f0a9";
  font-size: 0.9rem;
}
.ax_button_primary-link:hover, .ax_button_primary-link:active {
  opacity: 0.4;
  text-decoration: none;
  transition: all 0.25s;
}
.ax_button_primary-cart, .ax_button_primary-cart:link, .ax_button_primary-cart:visited {
  background: #fff;
  color: #d71518;
  border: 2px solid #d71518;
  margin: 0 40px 10px;
  padding: 1em 2em 1em 4em;
  display: block;
  width: calc(100% - 80px);
  /* 幅を計算して指定 */
  box-sizing: border-box;
}
.ax_button_primary-cart::before, .ax_button_primary-cart:link::before, .ax_button_primary-cart:visited::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f07a";
  font-size: 1.2rem;
}
.ax_button_primary-recipe, .ax_button_primary-recipe:link, .ax_button_primary-recipe:visited {
  margin: 0 40px 10px;
  display: block;
  width: calc(100% - 80px);
  /* 幅を計算して指定 */
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 1rem;
}
.ax_button_primary-recipe::before, .ax_button_primary-recipe:link::before, .ax_button_primary-recipe:visited::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f2e6";
  font-size: 1.2rem;
}
.ax_button_unimportant-link, .ax_button_unimportant-link:link, .ax_button_unimportant-link:visited {
  display: inline-block;
  background: #88908f;
  color: #fff;
  border: none;
  border-radius: 4px;
  margin: 0 15px;
  padding: 1em 2em 1em 3em;
  line-height: 1.25;
  position: relative;
  cursor: pointer;
}
.ax_button_unimportant-link:focus, .ax_button_unimportant-link:link:focus, .ax_button_unimportant-link:visited:focus {
  outline: 0;
}
.ax_button_unimportant-link::before, .ax_button_unimportant-link:link::before, .ax_button_unimportant-link:visited::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  top: 50%;
  left: 2em;
  transform: translate(0, -50%);
  content: "\f0a9";
  font-size: 0.9rem;
}
.ax_button_unimportant-link:hover, .ax_button_unimportant-link:active {
  opacity: 0.4;
  text-decoration: none;
  transition: all 0.25s;
}
.ax_button_reset-link, .ax_button_reset-link:link, .ax_button_reset-link:visited {
  font-size: 0.85rem;
  display: inline-block;
  background: #88908f;
  color: #fff;
  border: none;
  border-radius: 4px;
  margin: 0 15px;
  padding: 0.5em 2em 0.5em 2em;
  line-height: 1.25;
  position: relative;
  cursor: pointer;
}
.ax_button_reset-link:focus, .ax_button_reset-link:link:focus, .ax_button_reset-link:visited:focus {
  outline: 0;
}
.ax_button_reset-link:hover, .ax_button_reset-link:active {
  opacity: 0.4;
  text-decoration: none;
  transition: all 0.25s;
}

/**********************
02.新商品ページリンク
**********************/
.ax_newarrivals-link {
  padding: 0 20px 15px;
  font-size: 0.9em;
}
.ax_newarrivals-link a {
  padding: 2px 0;
  display: block;
}
.ax_newarrivals-link a i {
  color: #d71518;
}
.ax_newarrivals-link a:link i, .ax_newarrivals-link a:visited i {
  color: #d71518;
}
.ax_newarrivals-link a:hover, .ax_newarrivals-link a:active {
  color: #d71518;
}
.ax_newarrivals-link a:hover i, .ax_newarrivals-link a:active i {
  color: #d71518;
}