@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito:600&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap");
/*! =========================================================
 Vars
========================================================= */
/* SCSS Vars */
/* CSS Vars */
:root {
  --nissui-bp-xs: 375px;
  --nissui-bp-sm: 600px;
  --nissui-bp-md: 768px;
  --nissui-bp-lg: 1024px;
  --nissui-bp-xl: 1440px;
  --nissui-bp-xs-down: 374px;
  --nissui-bp-sm-down: 599px;
  --nissui-bp-md-down: 767px;
  --nissui-bp-lg-down: 1023px;
  --nissui-bp-xl-down: 1439px;
  --nissui-ff-sansserif: Gotham, "Gotham A", "Gotham B", "FP-KoburinaGoStdN-W3", "FP-こぶりなゴシック StdN W3", "Koburina Gothic StdN", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  --nissui-ff-sansserif-bold: Gotham, "Gotham A", "Gotham B", "FP-KoburinaGoStdN-W6", "FP-こぶりなゴシック StdN W6", "Koburina Gothic StdN", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, sans-serif;
  --nissui-ff-serif: YakuHanMP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  --nissui-ff-en: Gotham, "Gotham A", "Gotham B", sans-serif;
  --nissui-ff-number: Nunito, sans-serif;
  --nissui-g-gutter: 16px;
  --nissui-g-gutter-lg: 24px;
  --nissui-g-maxwidth: 1280px;
  --nissui-hover-opacity: 0.7;
  --nissui-hover-easing: ease;
  --nissui-padding-xs: 8px;
  --nissui-padding-sm: 16px;
  --nissui-padding-md: 32px;
  --nissui-border-radius-md: 8px;
  --nissui-border-radius-lg: 10px;
  --nissui-color-nissuiRed: #e50012;
  --nissui-color-nissuiWhite: #ffffff;
  --nissui-color-nissuiBlue: #0082CA;
  --nissui-color-green: #00A887;
  --nissui-color-yellow: #FFB71B;
  --nissui-color-default: #363636;
  --nissui-color-gray: #575757;
  --nissui-color-gray-50: #F6F3EE;
  --nissui-color-gray-200: #D2C9BB;
  --nissui-color-beige: #F5F2ED;
  --nissui-easing-01: cubic-bezier(.55,.05,.22,.99);
}
@media only screen and (min-width: var(--nissui-bp-md)) {
  :root {
    --nissui-g-gutter: 24px;
  }
}

/*! =========================================================
 _reset
========================================================= */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  font-size: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: 700;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 80px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #e0e0e0;
}

input,
select {
  vertical-align: middle;
}

/*! =========================================================
 lib
========================================================= */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  opacity: 0.8;
  background-color: #000;
}

.lightbox,
.lightbox:focus {
  font-weight: 400;
  line-height: 0;
  position: fixed;
  z-index: 10000;
  top: 50% !important;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  text-align: center;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  max-width: inherit;
  height: auto;
  max-height: none;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background-color: #fff;
}

.lb-container {
  padding: 72px 32px 0;
}

.lb-outerContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-loader {
  line-height: 0;
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  height: 25%;
  text-align: center;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  display: block;
  height: 100%;
  cursor: pointer;
}

.lb-nav a.lb-prev {
  left: 0;
  float: left;
  width: 34%;
  transition: opacity 0.6s;
  opacity: 0;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  right: 0;
  float: right;
  width: 64%;
  transition: opacity 0.6s;
  opacity: 0;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.lb-dataContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-data {
  padding: 24px 32px 48px;
  color: #000;
}

.lb-data .lb-details {
  text-align: left;
}

.lb-data .lb-caption .c-text {
  margin-top: 8px;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: none !important;
}

.lb-closeContainer {
  position: absolute;
  z-index: 11;
  top: 20px;
  right: 20px;
}

.lb-close {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(/assets/img/icons/ic_close.svg) 0 0 no-repeat;
  background-size: contain;
}

.lb-close:hover {
  opacity: 0.7;
}

@font-face {
  font-family: swiper-icons;
  font-weight: 400;
  font-style: normal;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}
:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}

.swiper-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
  flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  transition-property: transform, height;
  align-items: flex-start;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: flex;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  align-items: center;
  justify-content: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.35;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 0.2;
  border-radius: 100%;
  background: #000;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*! Header */
.navList_item_trigger::after, .g-headerNavDropdown_link a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 6px;
  -webkit-mask: no-repeat center;
          mask: no-repeat center;
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: #545459;
  line-height: 1;
  transform: translateY(0.16em);
}
@media (hover: hover) {
  .navList_item_trigger:hover, .g-headerNavDropdown_link a:hover {
    color: var(--nissui-color-nissuiRed);
  }
  .navList_item_trigger:hover::after, .g-headerNavDropdown_link a:hover::after {
    background-color: var(--nissui-color-nissuiRed);
  }
}

.g-siteHeader {
  position: relative;
  z-index: 999;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid #fff;
  background: #fff;
}
@media (hover: hover) {
  .g-siteHeader a:hover {
    color: var(--nissui-color-nissuiRed);
  }
}

.g-siteHeader.is-fixed {
  position: fixed;
  top: -40px;
  border-bottom-color: #e0e0e0;
}

.g-siteHeader.is-fixed + .g-container {
  padding-top: 117px;
}

.g-siteHeader.is-hide {
  top: -106px;
}

.g-siteHeader.is-active {
  position: absolute;
  top: 0 !important;
}

.g-siteHeader_inner {
  padding: 12px var(--nissui-g-container-gutter, 24px) 0;
}

.g-siteHeader_root {
  display: flex;
  width: 100%;
  max-width: var(--nissui-g-maxwidth, 1280px);
  margin: auto;
  align-items: flex-end;
}

.g-headerTitle {
  position: absolute;
  top: 23px;
}

.g-headerLogo_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.g-siteHeader.is-fixed .g-headerTitle {
  top: 49px;
}
.g-siteHeader.is-fixed .g-headerLogo_img {
  width: 180px;
}

.g-headerSwitch {
  display: none;
}

.g-headerMenu {
  display: block;
  width: 100%;
}

.g-headerMenu_root {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.g-headerNav {
  width: 100%;
  order: 3;
}

.g-headerSubNav {
  order: 1;
}

.g-headerSearch {
  order: 2;
}

.g-headerNav {
  margin-top: 6px;
  margin-right: -16px;
}

.g-headerNav_list {
  display: flex;
  justify-content: flex-end;
}

.g-headerNav_listItem {
  font-size: 16px;
  line-height: 1.5;
}

.g-headerNav_listItemLink,
.g-headerNav_listItemLink:visited {
  position: relative;
  display: flex;
  white-space: nowrap;
  height: 63px;
  padding: 15px min(16px, 1.25vw);
  text-align: center;
  text-decoration: none;
  color: var(--nissui-color-default);
  border-radius: 8px 8px 0 0;
  align-items: flex-start;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}

.g-headerNav_listItemLink.is-active {
  color: #000;
  border-radius: 8px 8px 0px 0px;
  border-top-color: var(--nissui-color-gray-200, #D2C9BB);
  border-right-color: var(--nissui-color-gray-200, #D2C9BB);
  border-left-color: var(--nissui-color-gray-200, #D2C9BB);
  background: var(--nissui-color-nissuiWhite, #FFF);
}
.g-headerNav_listItemLink.is-active::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--nissui-color-nissuiWhite, #FFF);
}

.g-headerNav_listItemLink-current,
.g-headerNav_listItemLink-current:visited {
  color: var(--nissui-color-nissuiRed);
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
}

.g-headerNav_listItemLink-current::before {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  bottom: 16px;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: var(--nissui-color-nissuiRed);
}

.g-headerNavDropdown_content {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  padding-inline: var(--nissui-g-container-gutter, 24px);
  border-top: 1px solid var(--nissui-color-gray-200, #D2C9BB);
  background: var(--nissui-color-nissuiWhite, #FFF);
}

.g-headerNavDropdown_contentInner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 72%;
  grid-template-areas: "close close" "title nav" "banner nav" "short short";
  -moz-column-gap: min(32px, 2.5vw);
       column-gap: min(32px, 2.5vw);
  margin-inline: auto;
  padding-top: 24px;
  padding-bottom: 80px;
  max-width: var(--nissui-g-maxwidth);
}

.g-headerNavDropdown_close {
  grid-area: close;
  grid-column: span 2;
  margin-left: auto;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  background: url(/assets_2024/img/icons/ic_close.svg) no-repeat 0 0;
  background-size: 32px 32px;
}

.g-headerNavDropdown_close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.g-headerNavDropdown_link {
  grid-area: title;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 24px;
  font-weight: 600;
  max-width: 292px;
  margin-bottom: 20px;
}

.g-headerNavDropdown_link.is-current a {
  color: var(--nissui-color-nissuiRed);
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
}

.g-headerNavDropdown_link a {
  display: inline-block;
  width: 100%;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: inherit;
  font-weight: 600;
  line-height: 1.625;
  margin: -2px;
  padding: 2px;
  color: #545459;
}

.g-headerNavDropdown_link a,
.g-headerNavDropdown_link a:visited {
  text-decoration: none;
  color: #000;
}

.g-headerNavDropdown_link a:hover {
  color: #d72e39;
}

.g-headerNavDropdown_nav.navList {
  grid-area: nav;
  position: relative;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.g-headerNavDropdown_banner {
  grid-area: banner;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: auto;
  max-width: 262px;
}
.g-headerNavDropdown_banner .g-headerNavDropdown_bannerItem {
  display: flex;
  width: 100%;
  min-height: 80px;
  padding-right: 16px;
  gap: 16px;
  border-radius: 8px;
  background: #F5F2ED;
  overflow: hidden;
  text-decoration: none;
}
@media (hover: hover) {
  .g-headerNavDropdown_banner .g-headerNavDropdown_bannerItem:hover .g-headerNavDropdown_bannerText {
    color: var(--nissui-color-nissuiRed);
  }
}
.g-headerNavDropdown_banner .g-headerNavDropdown_bannerImg {
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-headerNavDropdown_banner .g-headerNavDropdown_bannerText {
  display: flex;
  align-items: center;
  padding-block: 8px;
  color: #545459;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.navList {
  position: absolute;
  top: 0;
  left: 33%;
  visibility: hidden;
  width: 100%;
  cursor: default;
  transition: all 0.3s;
  opacity: 0;
}

.navList.is-active {
  visibility: visible;
  opacity: 1;
}

.navList_back {
  display: none;
}

.navList_title {
  display: none;
}

.navList_inner {
  display: grid;
  row-gap: 11px;
  width: 33%;
  padding-right: 32px;
}
@media only screen and (min-width: 768px) {
  .navList_inner .navList_inner .navList_inner {
    width: 34%;
    padding-right: 0;
  }
}

.navList_item {
  cursor: pointer;
  font-family: var(--nissui-ff-sansserif);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.navList_item_link {
  position: relative;
  width: 100%;
  padding-bottom: 4px;
}

.navList_item_link,
.navList_item_link:visited {
  display: block;
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
}

.navList_item_link:hover {
  color: var(--nissui-color-nissuiRed);
}

.navList_item_trigger {
  position: relative;
  display: inline-block;
  padding: 0 30px 4px 0;
  transition: width 0.3s;
  word-break: break-all;
}
.navList_item_trigger::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  transition: all 0.3s;
  background: var(--nissui-color-nissuiRed);
}
.navList_item_trigger::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  transform: translateY(0.15em);
}

.navList_item:hover > .navList_item_trigger {
  color: var(--nissui-color-nissuiRed);
  font-family: var(--nissui-ff-sansserif);
}

.navList_item:hover > .navList_item_trigger:after {
  background-color: var(--nissui-color-nissuiRed);
}

.navList_item_trigger.is-active {
  color: var(--nissui-color-nissuiRed);
  font-family: var(--nissui-ff-sansserif);
}

.navList_item_trigger.is-active:before {
  width: 100%;
}

.navList_item_trigger.is-active:after {
  background-color: var(--nissui-color-nissuiRed);
}

.navList_item.is-current {
  position: relative;
}
.navList_item.is-current::before {
  content: "";
  position: absolute;
  top: 9px;
  right: calc(100% + 9px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nissui-color-nissuiRed);
}
.navList_item.is-current a {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
  color: var(--nissui-color-nissuiRed);
}

.g-headerSubNav_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.g-headerSubNav_listItem {
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.g-headerSubNav_listItemLink,
.g-headerSubNav_listItemLink:visited {
  text-decoration: none;
  color: #616161;
}

.g-headerSubNav_listItemLink.is-active,
.g-headerSubNav_listItemLink:hover {
  color: #000;
}

.g-headerSubNav_listItem:first-child {
  margin-left: 0;
}

.g-headerSearch {
  margin-left: 24px;
}

.g-headerSearch_inner {
  position: relative;
}

.g-headerSearch_trigger {
  display: block;
  -webkit-mask-image: url(/assets_2024/img/icons/ic_search.svg);
          mask-image: url(/assets_2024/img/icons/ic_search.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 24px;
  height: 24px;
  background: var(--nissui-color-gray);}
@media (hover: hover) {
  .g-headerSearch_trigger:hover {
    background-color: var(--nissui-color-default);
  }
}

.g-headerSearch_trigger.is-active {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_close.svg);
  background-color: var(--nissui-color-default);
}

.g-headerSearch_body {
  position: absolute;
  top: -8px;
  right: calc(100% + 8px);
  visibility: hidden;
  width: 356px;
  transition: opacity 0.3s;
  opacity: 0;
}

.g-headerSearch_body.is-active {
  visibility: visible;
  opacity: 1;
}

.g-headerNavDropdown_shorcut {
  grid-area: short;
  grid-column: span 2;
  margin-top: 48px;
  padding: 16px;
  background: var(--nissui-color-beige);
  border-radius: var(--nissui-border-radius-md, 8px);
}
.g-headerNavDropdown_shorcut ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.g-headerNavDropdown_shorcut li {
  line-height: 1;
}
.g-headerNavDropdown_shorcut a {
  color: #545459;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .g-siteHeader.is-fixed {
    top: 0;
  }
  .g-siteHeader.is-fixed + .g-container {
    padding-top: 65px;
  }
  .g-siteHeader.is-hide {
    top: -65px;
  }
  .g-siteHeader_inner {
    padding: 0;
  }
  .g-siteHeader_root {
    display: block;
  }
  .g-headerTitle {
    position: static;
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
  }
  .g-headerLogo {
    height: 100%;
  }
  .g-headerLogo_link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-inline: 16px;
  }
  .g-headerLogo_img {
    width: 180px;
  }
  .g-headerSwitch {
    font-size: 0;
    display: flex;
    padding-right: 8px;
  }
  .g-headerSwitch_icon {
    width: 48px;
    height: 48px;
  }
  .g-headerSwitch_iconLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }
  .g-headerSwitch_iconLink:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(/assets_2024/img/icons/ic_menu.svg) center no-repeat;
    background-size: 32px 32px;
  }
  .g-headerSwitch_iconLink.is-active:before {
    background-image: url(/assets_2024/img/icons/ic_close.svg);
  }
  .g-headerMenu {
    position: absolute;
    left: 0;
    display: none;
    overflow: clip;
  }
  .g-headerMenu_root {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: var(--nissui-js-navContentHeight, 100vh);
    padding: 0;
    transition: left 0.3s;
    background: var(--nissui-color-nissuiWhite);
  }
  .g-headerNav {
    order: 2;
  }
  .g-headerSubNav {
    width: 100%;
    order: 3;
  }
  .g-headerSearch {
    width: 100%;
    order: 1;
  }
  .g-headerNav {
    margin: 0;
  }
  .g-headerNav_list {
    display: block;
  }
  .g-headerNav_listItem {
    font-size: 20px;
    line-height: 1.5;
  }
  .g-headerNav_listItemLink,
.g-headerNav_listItemLink:visited {
    height: auto;
    padding: 19px 48px 19px 16px;
    text-align: left;
    color: var(--nissui-color-black, #363636);
    border-bottom: 1px solid var(--base-color-gray-200, #D2C9BB);
    border-radius: 0;
  }
  .g-headerNav_listItemLink-current:before {
    display: none;
  }
  .g-headerNavDropdown_trigger {
    position: relative;
  }
  .g-headerNavDropdown_trigger::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 6px;
    -webkit-mask: no-repeat center;
            mask: no-repeat center;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    background: currentColor;
    line-height: 1;
    transform: translateY(0.16em);
    -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
            mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
  }
  .g-headerNavDropdown_trigger::after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    transform: translateY(-50%);
    content: "";
  }
  .g-headerNavDropdown_content {
    top: 0;
    right: auto;
    left: 100%;
    width: 100%;
    padding: 0;
    pointer-events: none;
  }
  .g-headerNavDropdown_content.is-active {
    display: block;
    pointer-events: all;
  }
  .g-headerNavDropdown_contentInner {
    display: block;
    padding: 0;
  }
  .g-headerNavDropdown_close {
    display: none;
  }
  .g-headerNavDropdown_link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    position: absolute;
    z-index: 1;
    top: 92px;
    left: 0;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    border-bottom: 1px solid var(--base-color-gray-200, #D2C9BB);
  }
  .g-headerNavDropdown_link a {
    max-width: 100%;
    padding: 0;
  }
  .g-headerNavDropdown_link a,
.g-headerNavDropdown_link a:visited {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    min-height: 64px;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 16px 3px 44px;
  }
  .g-headerNavDropdown_link a::after,
.g-headerNavDropdown_link a:visited::after {
    content: none;
    display: none;
  }
  .g-headerNavDropdown_link a:hover {
    opacity: 1;
  }
  .g-headerNavDropdown_nav > .navList_inner {
    padding-top: 64px;
  }
  .navList {
    left: 100%;
    padding-top: 16px;
    transition: left 0.3s;
    background: var(--nissui-color-nissuiWhite, #fff);
  }
  .navList_back {
    font-size: 14px;
    display: block;
    margin: 0 0 0 16px;
    padding-left: 18px;
    background: url(/assets_2024/img/icons/ic_chevron_left.svg) no-repeat left center;
    background-size: 14px;
  }
  .navList_title {
    display: block;
    font-family: var(--nissui-ff-sansserif-bold);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 8px 0 0 0;
    padding-inline: 16px;
  }
  .navList_inner {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding-right: 0;
    border-top: 1px solid var(--base-color-gray-200, #D2C9BB);
  }
  .navList_item {
    border-bottom: 1px solid var(--base-color-gray-200, #D2C9BB);
  }
  .navList_item.is-current::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 21px;
    width: 6px;
    height: 6px;
    background-color: var(--nissui-color-nissuiRed);
    border-radius: 50%;
  }
  .navList_item_link,
.navList_item_link:visited {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    min-height: 64px;
    box-sizing: border-box;
    padding: 3px 16px 3px 44px;
  }
  .navList_item_trigger {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    min-height: 64px;
    padding: 3px 48px 3px 44px;
    padding-right: 36px;
  }
  .navList_item_trigger.navList_item_trigger-current {
    position: relative;
    color: var(--nissui-color-nissuiRed);
    font-family: var(--nissui-ff-sansserif-bold);
    font-weight: 600;
  }
  .navList_item_trigger.navList_item_trigger-current::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 21px;
    width: 6px;
    height: 6px;
    background-color: var(--nissui-color-nissuiRed);
    border-radius: 50%;
  }
  .navList_item_trigger:after {
    width: 1em;
    height: 1em;
    top: 50%;
    right: 16px;
    margin: 0;
    transform: translateY(-50%);
  }
  .navList_item:hover > .navList_item_trigger {
    color: #000;
  }
  .g-headerSubNav {
    padding: 24px 16px;
  }
  .g-headerSubNav_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 16px;
  }
  .g-headerSubNav_listItemLink,
.g-headerSubNav_listItemLink:visited {
    font-size: 14px;
    line-height: 1.5;
    color: var(--nissui-color-gray, #575757);
  }
  .g-headerSearch {
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 8px 16px 16px;
    border-bottom: 1px solid var(--base-color-gray-200, #D2C9BB);
  }
  .g-headerSearch_trigger {
    display: none;
  }
  .g-headerSearch_body {
    position: static;
    visibility: unset;
    width: auto;
    opacity: 1;
  }
  .g-headerNavDropdown_banner {
    display: none;
  }
  .g-headerNavDropdown_shorcut {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  /*! Large only */
  .g-headerNav_listItemLink,
.g-headerNav_listItemLink:visited {
    padding: 15px 16px 0;
  }
}
/*! Footer */
.g-siteFooter {
  padding: 32px 16px;
  border-top: 1px solid var(--base-color-gray-200, #D2C9BB);
  background: var(--corporate-color-White, #FFF);
}

.g-siteFooter_container {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 32px;
       column-gap: 32px;
  width: 100%;
  max-width: var(--nissui-g-maxwidth);
  margin-inline: auto;
}

.g-siteFooter_nav {
  order: 1;
  position: relative;
}

.g-siteFooter_navList {
  display: grid;
  row-gap: 12px;
}

.g-siteFooter_navListItem {
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: bottom;
}

.g-siteFooter_navListItemLink,
.g-siteFooter_navListItemLink:visited {
  text-decoration: none;
  color: var(--nissui-color-default);
}
@media (hover: hover) {
  .g-siteFooter_navListItemLink:hover,
.g-siteFooter_navListItemLink:visited:hover {
    color: var(--nissui-color-nissuiRed);
  }
}

.g-siteFooter_logo {
  order: 2;
  text-align: center;
  width: 173px;
  height: 108px;
  flex-shrink: 0;
}
.g-siteFooter_logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.g-siteFooter_bottom {
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: auto;
}

.g-siteFooter_copyright {
  color: var(--nissui-color-default);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.g-siteFooter_pagetop {
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: -100px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: opacity 0.3s, bottom 0.5s;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 4px 0px 0px 0px;
  background: url(/assets_2024/img/icons/ic_pagetop_white.svg) no-repeat center center rgba(0, 0, 0, 0.2);
  background-size: 32px 32px;
}
@media (hover: hover) {
  .g-siteFooter_pagetop:hover {
    opacity: 0.4;
  }
}
.g-siteFooter_pagetop.is-scroll {
  bottom: 0;
}
.g-siteFooter_pagetop.is-stop {
  position: absolute;
  bottom: 0;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 767px) {
  .g-siteFooter_nav {
    padding: 24px 16px 32px;
  }
  .g-siteFooter_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .g-siteFooter_logo {
    order: 1;
    width: 152px;
  }
  .g-siteFooter_nav {
    order: 2;
    margin-top: 32px;
    padding: 0;
  }
  .g-siteFooter_navList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .g-siteFooter_navListItem {
    position: relative;
    padding-inline: 16px;
    line-height: 1.8;
  }
  .g-siteFooter_navListItem.-border::before {
    content: "|";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--nissui-color-default);
    opacity: 0.3;
    transform: translateX(-50%);
  }
  .g-siteFooter_navListItemLink {
    display: block;
  }
  .g-siteFooter_bottom {
    display: block;
    min-height: 0;
    text-align: center;
    margin-top: 24px;
  }
}
/*! Side */
.g-pageSide {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .g-pageSide {
    display: none;
  }
}
.p-localSide {
  color: var(--nissui-color-gray, #575757);
}
.p-localSide a,
.p-localSide a:visited {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .p-localSide a:hover,
.p-localSide a:visited:hover {
    color: var(--nissui-color-nissuiRed);
  }
}
.p-localSide[data-js-sideNav]:not(.is-active) {
  display: none;
}
.p-localSide .p-localSide_head {
  margin-left: 32px;
  padding: 12px 0 24px;
  border-bottom: 1px solid var(--nissui-color-gray-200, #D2C9BB);
}
.p-localSide .p-localSide_head a {
  color: var(--nissui-color-gray, #575757);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.p-localSide .p-localSide_list {
  margin-top: 16px;
}
.p-localSide .p-localSide_list li {
  position: relative;
  padding: 12px 0 12px 32px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}
.p-localSide .p-localSide_list li li {
  padding: 8px 0 8px 16px;
  font-size: 14px;
}
.p-localSide .p-localSide_list li li ul {
  padding-top: 8px;
}
.p-localSide .p-localSide_list li.is-current > a {
  position: relative;
  color: var(--nissui-color-nissuiRed);
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
}
.p-localSide .p-localSide_list li.is-current > a::before {
  content: "";
  position: absolute;
  top: calc(0.74em - 3px);
  left: -16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nissui-color-nissuiRed);
}
.p-localSide .p-localSide_list li.is-active > a {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
  color: #000;
}
.p-localSide .p-localSide_list > li > ul {
  position: relative;
  margin-top: 12px;
}
.p-localSide .p-localSide_list > li > ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 1px;
  height: 100%;
  background: var(--nissui-color-gray-200, #D2C9BB);
}
.p-localSide .p-localSide_list li:not(.is-active):not(.is-current) > ul {
  display: none;
}

:root {
  --nissui-scrollbar: 0;
  --nissui-topVideo-aspect: 375/150;
}
@media only screen and (min-width: 768px) {
  :root {
    --nissui-topVideo-aspect: 1543/620;
  }
}

.p-top_hero {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-top_hero {
    height: 100vh;
  }
  .p-top_hero .p-top_hero_container {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }
}

.p-top_kv {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-top_kv {
    aspect-ratio: var(--nissui-topVideo-aspect);
    margin-inline: 24px;
    border-radius: 16px;
  }
}
.p-top_kv .p-top_kv_video {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  aspect-ratio: var(--nissui-topVideo-aspect);
}
@media only screen and (min-width: 768px) {
  .p-top_kv .p-top_kv_video {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    will-change: transform;
  }
}
.p-top_kv .p-top_kv_video video, .p-top_kv .p-top_kv_video iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 184%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  will-change: transform;
}
.p-top_kv .p-top_kv_video .cover {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.p-top_kv .p-top_kv_video .cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top_kv .p-top_kv_video .cover.is-hidden {
  -webkit-animation: coverFadeOut 0.2s forwards;
          animation: coverFadeOut 0.2s forwards;
}
@-webkit-keyframes coverFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes coverFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-top_kv .p-top_kv_video .slogan {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .p-top_kv .p-top_kv_video .slogan {
    display: none;
  }
}
.p-top_kv .p-top_kv_video .slogan::before {
  content: "";
  aspect-ratio: 446/279;
  width: 446px;
  background: url(/img/top/logo.svg) center no-repeat;
  background-size: contain;
}
.p-top_kv .p-top_kv_control {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .p-top_kv .p-top_kv_control {
    display: block;
    position: absolute;
    left: 32px;
    bottom: 80px;
  }
}
.p-top_kv .p-top_kv_control button {
  display: block;
  aspect-ratio: 1/1;
  width: 50px;
  background: center no-repeat;
  background-size: contain;
  border-radius: 100%;
}
.p-top_kv .p-top_kv_control:not([data-js-video=play]) button {
  background-image: url(/img/top/ic_play.svg);
}
.p-top_kv .p-top_kv_control[data-js-video=play] button {
  background-image: url(/img/top/ic_stop.svg);
}

@media only screen and (min-width: 768px) {
  .p-top_intro {
    margin-top: -64px;
  }
}
.p-top_intro .l-inner.-lg {
  padding-block: 0;
}
@media only screen and (max-width: 767px) {
  .p-top_intro .l-inner.-lg {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top_intro .p-top_intro_inner {
    padding: 35px 0 48px;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_intro .p-top_intro_inner {
    display: grid;
    grid-template-areas: "text btn" "cards cards";
    grid-template-columns: 1fr 23.5%;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 40px 48px;
    margin-inline: auto;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
.p-top_intro .p-top_intro_text {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
@media only screen and (max-width: 767px) {
  .p-top_intro .p-top_intro_text {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_intro .p-top_intro_text {
    grid-area: text;
    font-size: min(36px, 2.5vw);
  }
}
.p-top_intro .p-top_intro_text em {
  color: var(--nissui-color-nissuiRed);
}
.p-top_intro .p-top_intro_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-top_intro .p-top_intro_cards {
    grid-area: cards;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin-top: 40px;
  }
}
.p-top_intro .p-top_intro_cards .c-card05 {
  margin-top: 0;
}
.p-top_intro .p-top_intro_cards .c-card05 .c-card_link {
  border: none;
  background: transparent;
}
.p-top_intro .p-top_intro_cards .c-card05 .c-card_img {
  border-radius: 4px;
}
.p-top_intro .p-top_intro_cards .c-card05 .c-card_content {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-top_intro .p-top_intro_cards .c-card05 .c-card_content {
    padding: 8px 12px 16px 12px;
  }
}
.p-top_intro .p-top_intro_cards .c-card05 .c-card_title {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .p-top_intro .p-top_intro_cards .c-card05 .c-card_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top_intro .p-top_intro_btn {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_intro .p-top_intro_btn {
    grid-area: btn;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .p-top_nav {
    position: absolute;
    z-index: 10;
    top: 60px;
    right: 0;
  }
}
.p-top_nav .p-top_nav_list {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-inline: max(2.133vw, 8px);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .p-top_nav .p-top_nav_list > * {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_nav .p-top_nav_list {
    position: relative;
    flex-direction: column;
    row-gap: 16px;
    padding: 16px 10px;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid rgba(204, 204, 204, 0.5);
  }
  .p-top_nav .p-top_nav_list::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 24px;
    height: calc(100% + 2px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  }
}
.p-top_nav .p-top_nav_link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 9px;
  align-items: center;
  text-decoration: none;
  color: var(--nissui-color-default);
}
.p-top_nav .p-top_nav_link .icon {
  -o-object-fit: contain;
     object-fit: contain;
  width: 32px;
  height: 32px;
}
.p-top_nav .p-top_nav_link .text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-top_nav .p-top_nav_link {
    row-gap: 6px;
  }
  .p-top_nav .p-top_nav_link .icon {
    width: 48px;
    height: 48px;
  }
  .p-top_nav .p-top_nav_link .text {
    font-size: 13px;
  }
}
@media (hover: hover) {
  .p-top_nav .p-top_nav_link:hover .text {
    color: var(--nissui-color-nissuiRed);
  }
}

.p-top_innovative {
  position: relative;
  margin-top: 73px;
}
.p-top_innovative .l-inner {
  position: relative;
  z-index: 1;
  padding-inline: var(--nissui-g-gutter-lg);
}
@media only screen and (min-width: 768px) {
  .p-top_innovative .l-inner .l-grid {
    margin-top: 0;
  }
}
.p-top_innovative .p-top_innovative_btn {
  margin-top: 31px;
}
@media only screen and (min-width: 768px) {
  .p-top_innovative .p-top_innovative_btn {
    margin-top: 40px;
    text-align: right;
  }
  .p-top_innovative .p-top_innovative_btn .c-btn {
    width: 292px;
  }
}
.p-top_innovative .p-innovativeTop_cover {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-top_innovative .p-innovativeTop_cover {
    margin-inline: -24px;
    margin-bottom: -69%;
  }
  .p-top_innovative .p-innovativeTop_cover img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_innovative .p-innovativeTop_cover {
    margin-bottom: -12.8%;
    padding-top: 51.5972222222%;
  }
  .p-top_innovative .p-innovativeTop_cover img {
    width: calc(100% + 8.33vw);
  }
}
@media only screen and (min-width: 1440px) {
  .p-top_innovative .p-innovativeTop_cover {
    margin-bottom: -230px;
    padding-top: 743px;
  }
  .p-top_innovative .p-innovativeTop_cover img {
    width: 1440px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top_innovative .p-innovativeTop_cards {
    margin-top: 27px;
  }
}

.p-top_column:not(:first-child) {
  margin-top: 96px;
}
@media only screen and (min-width: 768px) {
  .p-top_column:not(:first-child) {
    margin-top: 130px;
  }
}
.p-top_column .p-top_column_inner {
  position: relative;
}
@media only screen and (min-width: 600px) {
  .p-top_column .p-top_column_inner {
    display: flex;
    align-items: flex-start;
    padding-inline: var(--nissui-g-gutter-lg);
  }
}
@media only screen and (min-width: 768px) {
  .p-top_column .p-top_column_inner {
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 80px;
    min-height: 540px;
  }
}
@media only screen and (min-width: 600px) {
  .p-top_column .p-top_column_img {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 495/540;
    width: 66.53vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_column .p-top_column_img {
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: auto;
    width: 66.67vw;
    height: 100%;
    border-radius: 0 16px 16px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .p-top_column .p-top_column_img {
    border-radius: 16px;
    left: 24px;
  }
}
.p-top_column .p-top_column_img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .p-top_column .p-top_column_content {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_column .p-top_column_content {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
  }
}
.p-top_column .p-top_column_content .block {
  padding: 24px 24px 0;
  color: var(--nissui-color-default);
}
@media only screen and (min-width: 600px) {
  .p-top_column .p-top_column_content .block {
    margin-top: 70px;
    margin-left: -21.83vw;
    padding: 56px 0 32px 63px;
    border-radius: 16px 0px 0px 0px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
@media only screen and (min-width: 768px) {
  .p-top_column .p-top_column_content .block {
    width: min(40vw, 576px);
    margin-top: 0;
    padding: min(3.889vw, 56px) min(3.889vw, 56px) 36px min(3.889vw, 56px);
  }
}
.p-top_column .p-top_column_content .title {
  color: inherit;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 28px;
  font-weight: 600;
  line-height: 150%; /* 42px */
}
@media only screen and (min-width: 600px) {
  .p-top_column .p-top_column_content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_column .p-top_column_content .title {
    font-size: min(40px, 2.777vw);
  }
}
.p-top_column .p-top_column_content .text {
  margin-top: 24px;
  color: inherit;
  font-size: 14px;
  line-height: 180%; /* 25.2px */
}
@media only screen and (min-width: 600px) {
  .p-top_column .p-top_column_content .text {
    font-size: 18px;
    margin-top: 32px;
  }
}
.p-top_column .p-top_column_content .btn {
  margin-top: 24px;
}
@media only screen and (min-width: 600px) {
  .p-top_column .p-top_column_content .btn {
    margin-top: 32px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 600px) {
  .p-top_column.p-top_column-reverse .p-top_column_inner {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_column.p-top_column-reverse .p-top_column_img {
    left: auto;
    right: 0;
    border-radius: 16px 0 0 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .p-top_column.p-top_column-reverse .p-top_column_img {
    right: 24px;
    border-radius: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_column.p-top_column-reverse .p-top_column_content {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 600px) {
  .p-top_column.p-top_column-reverse .p-top_column_content .block {
    margin-left: 0;
    margin-right: -21.83vw;
    padding: 56px 63px 32px 24px;
    border-radius: 0 16px 0px 0px;
  }
}

.p-top_section:not(:first-child) {
  margin-top: 120px;
}
@media only screen and (min-width: 768px) {
  .p-top_section:not(:first-child) {
    margin-top: 136px;
  }
}
.p-top_section .p-top_section_heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .p-top_section .p-top_section_heading {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.p-top_section .p-top_section_heading .c-headingLv2 {
  margin-bottom: 0 !important;
}
.p-top_section .p-top_section_heading .links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .p-top_section .p-top_section_heading .links {
    padding-bottom: 0.5em;
  }
}
.p-top_section .p-top_section_heading + * {
  margin-top: 24px;
}

.p-top_spacer {
  margin-top: 120px;
}

.p-top_news .p-top_news_important {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  padding: 16px;
  border-radius: 7px;
  border: 2px solid rgba(229, 0, 18, 0.5);
}
.p-top_news .p-top_news_important + * {
  margin-top: 16px;
}
.p-top_news .p-top_news_important .title {
  color: var(--nissui-color-nissuiRed);
  font-feature-settings: "palt" on;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 14px;
  font-weight: 600;
}
.p-top_news .p-top_news_important .notice {
  flex: 1;
  font-weight: bold;
}
.p-top_news .p-top_news_list .item {
  border-bottom: 1px solid #ECE6DC;
}
.p-top_news .p-top_news_list .link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding-block: 16px;
  color: var(--nissui-color-default);
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-top_news .p-top_news_list .link {
    flex-wrap: nowrap;
    padding: 16px;
  }
}
@media (hover: hover) {
  .p-top_news .p-top_news_list .link:hover .title {
    color: var(--nissui-color-nissuiRed);
    text-decoration: underline;
  }
}
.p-top_news .p-top_news_list .link > .date,
.p-top_news .p-top_news_list .link > .category {
  flex: 0 0 auto;
}
.p-top_news .p-top_news_list .date {
  font-size: 16px;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
}
.p-top_news .p-top_news_list .category {
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid var(--nissui-color-gray-200);
  color: var(--nissui-color-gray);
  font-size: 14px;
  font-weight: 300;
  line-height: 150%; /* 21px */
}
.p-top_news .p-top_news_list .title {
  font-size: 16px;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
}
@media only screen and (min-width: 768px) {
  .p-top_news .p-top_news_list .title {
    margin-left: 16px;
  }
}

.p-top_footNav {
  margin-top: 96px;
}
@media only screen and (max-width: 767px) {
  .p-top_footNav .l-inner.-lg {
    padding-inline: max(2.133vw, 8px);
  }
}
@media only screen and (min-width: 768px) {
  .p-top_footNav {
    margin-top: 104px;
  }
  .p-top_footNav .l-inner.-lg {
    padding-inline: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top_footNav .l-grid {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: min(2.133vw, 8px);
         column-gap: min(2.133vw, 8px);
    padding-inline: 0;
  }
  .p-top_footNav .l-grid .l-grid_item {
    flex: 1;
    width: auto;
  }
  .p-top_footNav .l-grid .l-grid_item .c-card03::before, .p-top_footNav .l-grid .l-grid_item .c-card03::after {
    content: none !important;
    display: none !important;
  }
  .p-top_footNav .l-grid .l-grid_item .c-card03 .c-card_link {
    flex-direction: column;
    padding: 0 !important;
  }
  .p-top_footNav .l-grid .l-grid_item .c-card03 .c-card_img {
    width: 48px;
    height: 48px;
    flex: auto;
    margin-inline: auto;
  }
  .p-top_footNav .l-grid .l-grid_item .c-card03 .c-card_text {
    margin-top: 9px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-top_footNav .l-grid .c-card03::before, .p-top_footNav .l-grid .c-card03::after {
    background: rgba(204, 204, 204, 0.5);
  }
  .p-top_footNav .l-grid .l-grid_item:first-child .c-card03::before, .p-top_footNav .l-grid .l-grid_item:last-child .c-card03::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(204, 204, 204, 0.5);
  }
  .p-top_footNav .l-grid .l-grid_item:first-child .c-card03::before {
    left: 0;
  }
  .p-top_footNav .l-grid .l-grid_item:last-child .c-card03::before {
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  body.p-top:not(.p-top__is-nointro) {
    overflow: scroll;
    overflow-x: auto;
  }
  body.p-top:not(.p-top__is-nointro) .g-wrapper {
    overflow: hidden;
    height: 100vh;
  }
  body.p-top:not(.p-top__is-nointro) .g-siteHeader,
body.p-top:not(.p-top__is-nointro) .p-top_kv_control,
body.p-top:not(.p-top__is-nointro) .p-top_intro,
body.p-top:not(.p-top__is-nointro) .p-top_nav {
    opacity: 0;
    transition: none;
    pointer-events: none;
  }
  body.p-top:not(.p-top__is-nointro) .p-top_kv {
    position: relative;
  }
  body.p-top:not(.p-top__is-nointro) .p-top_kv .p-top_kv_video:not(.is-done) {
    position: fixed;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 249vh;
    height: 100vh;
    margin-inline: 0;
    border-radius: 0;
    opacity: 0;
  }
  body.p-top:not(.p-top__is-nointro) .p-top_kv .p-top_kv_video.is-done {
    border-radius: 16px;
  }
  body.p-top:not(.p-top__is-nointro).p-top__is-startsub .g-siteHeader,
body.p-top:not(.p-top__is-nointro).p-top__is-startsub .p-top_kv_control,
body.p-top:not(.p-top__is-nointro).p-top__is-startsub .p-top_intro,
body.p-top:not(.p-top__is-nointro).p-top__is-startsub .p-top_nav {
    opacity: 1;
    transition: opacity 0.7s ease-in-out;
  }
}

@media only screen and (min-width: 768px) {
  body.p-top.p-top__is-nointro .p-top_kv {
    opacity: 0;
  }
  body.p-top.p-top__is-nointro.top__is-ready .p-top_kv {
    opacity: 1;
    transition: opacity 0.5s 0.3s ease-in-out;
  }
}

body.p-top.is-scrollStart .p-top_kv_video .slogan {
  opacity: 1;
  transition-duration: 0.7s;
}

/* Product */
.p-productTopCategory_list .l-grid_item {
  margin-bottom: 12px;
}

.p-productTopBrand .p-productTopBrand_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .p-productTopBrand .p-productTopBrand_list {
    display: flex;
  }
}
.p-productTopBrand .p-productTopBrand_item {
  flex-shrink: 0;
  color: var(--nissui-color-default);
}
@media only screen and (min-width: 768px) {
  .p-productTopBrand .p-productTopBrand_item {
    flex: 1 1 0%;
  }
}
.p-productTopBrand .p-productTopBrand_item .link {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #FBF9F7;
  text-decoration: none;
  color: inherit;
}
.p-productTopBrand .p-productTopBrand_item .img img {
  display: block;
  aspect-ratio: 1/1;
  transition: opacity 0.2s ease;
}
.p-productTopBrand .p-productTopBrand_item .text {
  display: flex;
  min-height: 42px;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
}
@media (hover: hover) {
  .p-productTopBrand .p-productTopBrand_item .link:hover {
    color: var(--nissui-color-nissuiRed);
  }
  .p-productTopBrand .p-productTopBrand_item .link:hover .img img {
    opacity: var(--nissui-hover-opacity);
  }
}

/* Recipe */
.p-recipeTopFeature .p-recipeTopFeature_block .img img {
  display: block;
  width: 100%;
}
.p-recipeTopFeature .p-recipeTopFeature_block .l-grid {
  margin-inline: -24px;
}
.p-recipeTopFeature .p-recipeTopFeature_block .l-grid .l-grid_item {
  padding-inline: 24px;
}
.p-recipeTopFeature .p-recipeTopFeature_block .c-btn {
  margin-top: 0;
}

/* Corporate */
@media only screen and (min-width: 768px) {
  .p-corporateTopBusiness_list {
    margin-inline: -20px;
  }
  .p-corporateTopBusiness_list .l-grid_item {
    padding-inline: 20px;
  }
}

.p-corporateTopNumber_main .p-corporateTopNumber_main_date {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
  text-align: right;
}
.p-corporateTopNumber_main .p-corporateTopNumber_main_img {
  margin-top: 16px;
}
.p-corporateTopNumber_main .p-corporateTopNumber_main_img img {
  display: block;
  width: 100%;
}

/* - Identity */
.p-corporateIdentity_intro {
  position: relative;
  padding-bottom: 8.53vw;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_intro {
    padding-top: 35px;
    padding-bottom: 76px;
  }
}
.p-corporateIdentity_intro .c-pageTitle {
  padding-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .p-corporateIdentity_intro .c-pageTitle {
    position: absolute;
    top: 0;
  }
}
.p-corporateIdentity_intro .p-corporateIdentity_intro_main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 332/310;
  width: 88.53vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_intro .p-corporateIdentity_intro_main {
    width: min(64.51vw, 929px);
    aspect-ratio: 929/581;
  }
}
.p-corporateIdentity_intro .p-corporateIdentity_intro_main::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/corporate/identity/img/top_shape_red_sp.svg) center no-repeat;
  background-size: contain;
  opacity: 0;
  transform: scale(1.03);
  transition: 1.4s 0.56s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_intro .p-corporateIdentity_intro_main::before {
    background-image: url(/corporate/identity/img/top_shape_red.svg);
  }
}
.p-corporateIdentity_intro .p-corporateIdentity_intro_main.is-active::before {
  opacity: 1;
  transform: none;
}
.p-corporateIdentity_intro .p-corporateIdentity_intro_title {
  position: relative;
  z-index: 1;
  color: var(--nissui-color-default);
  text-align: center;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 5.8666vw;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_intro .p-corporateIdentity_intro_title {
    font-size: min(3.05vw, 44px);
  }
}

.p-corporateIdentity_sec01_cover .cover {
  position: relative;
}
.p-corporateIdentity_sec01_cover .cover .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-inline: 6.4vw;
}
.p-corporateIdentity_sec01_cover .cover .content_text {
  color: var(--nissui-color-nissuiWhite);
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transform: translateY(15px);
  transition: 0.8s 0.24s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.p-corporateIdentity_sec01_cover .cover .bg {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-corporateIdentity_sec01_cover .cover .bg {
    flex-direction: column;
  }
}
.p-corporateIdentity_sec01_cover .cover .bg img {
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-corporateIdentity_sec01_cover .cover.is-active .content_text {
  opacity: 1;
  transform: none;
}
.p-corporateIdentity_sec01_cover .cover_01 .content_text {
  font-size: 5.333vw;
  line-height: 220%; /* 44px */
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_sec01_cover .cover_01 .content_text {
    font-size: max(20px, 1.389vw);
  }
}
.p-corporateIdentity_sec01_cover .cover_01 .bg img {
  width: 100%;
  aspect-ratio: 375/750;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_sec01_cover .cover_01 .bg img {
    aspect-ratio: 1440/692;
  }
}
.p-corporateIdentity_sec01_cover .cover_02 .content_text {
  font-size: 10.67vw;
  line-height: 150%; /* 60px */
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_sec01_cover .cover_02 .content_text {
    font-size: max(40px, 2.777vw);
  }
}
.p-corporateIdentity_sec01_cover .cover_02 .bg img {
  width: 100%;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_sec01_cover .cover_02 .bg img {
    width: 50%;
    aspect-ratio: 720/519;
  }
}

.p-corporateIdentity_layout {
  background: #F3EFE9;
}
.p-corporateIdentity_layout .p-corporateIdentity_layout_grid {
  margin-bottom: 0;
}
.p-corporateIdentity_layout .p-corporateIdentity_layout_grid > * {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_layout .g-pageSide {
    padding-block: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .p-corporateIdentity_layout .l-inner.-lg {
    padding-inline: 24px;
  }
}

.p-corporateIdentity_sec {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_sec {
    padding-bottom: 162px;
  }
}
.p-corporateIdentity_sec .p-corporateIdentity_sec_cover {
  position: relative;
  padding-top: 100%;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_sec .p-corporateIdentity_sec_cover {
    padding-top: 60.668%;
    padding-top: 650px;
  }
}
.p-corporateIdentity_sec .p-corporateIdentity_sec_cover img {
  position: absolute;
  top: 0;
  right: 100vw;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(100%);
}
.p-corporateIdentity_sec *[data-js-scrollevent=fadein] {
  opacity: 0;
  transform: translateY(15px);
  transition: 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.p-corporateIdentity_sec *[data-js-scrollevent=fadein].is-active {
  opacity: 1;
  transform: none;
}

.p-corporateIdentity_title {
  position: relative;
  margin-top: 72px;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_title {
    margin-top: 48px;
  }
}
.p-corporateIdentity_title + * {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_title + * {
    margin-top: 70px;
  }
}
.p-corporateIdentity_title .number {
  position: absolute;
  bottom: calc(100% + 0px);
  left: 0;
  transform-origin: bottom left;
  transform: rotate(90deg) translateX(calc(-100% - 32px));
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_title .number {
    left: -16px;
  }
}
.p-corporateIdentity_title .number .number_wrap {
  position: relative;
  display: block;
  width: 160px;
  padding-bottom: 11px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_title .number .number_wrap {
    width: 220px;
    padding-bottom: 13px;
  }
}
.p-corporateIdentity_title .number .number_wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: var(--nissui-color-nissuiRed);
  transform: translateX(-100%);
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_title .number .number_wrap::after {
    height: 8px;
  }
}
.p-corporateIdentity_title .number .number_text {
  display: inline-block;
  color: var(--nissui-color-nissuiWhite);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  transform: translateY(120%);
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_title .number .number_text {
    font-size: 120px;
    line-height: 120px;
  }
}
.p-corporateIdentity_title .title {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: clamp(26px, 8.53vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transform: translateX(-15px);
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_title .title {
    font-size: 52px;
  }
}
.p-corporateIdentity_title .title + * {
  margin-top: 32px;
}
.p-corporateIdentity_title .lead {
  color: var(--nissui-color-default);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
}
.p-corporateIdentity_title.is-active .number .number_wrap::after {
  transform: none;
  transition: 0.65s cubic-bezier(0.85, 0, 0.35, 1);
}
.p-corporateIdentity_title.is-active .number .number_text {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s 0.2s cubic-bezier(0.85, 0, 0.35, 1), transform 0.8s 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.p-corporateIdentity_title.is-active .title {
  opacity: 1;
  transform: none;
  transition: 0.8s 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.p-corporateIdentity_mission {
  position: relative;
  background: var(--nissui-color-nissuiWhite);
  padding: 255px 4.2667vw 32px;
  border-radius: var(--nissui-border-radius-lg);
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_mission {
    padding: 315px 13.5% 63px;
  }
}
.p-corporateIdentity_mission .head {
  position: absolute;
  top: 0;
  right: 0;
  width: 310px;
  padding: 28px 0px 120px 60px;
  background: url(/corporate/identity/img/top_mission_shape.svg) left bottom;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_mission .head {
    width: auto;
    padding: 26px 85px 150px 116px;
  }
}
.p-corporateIdentity_mission .head .title {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 160%; /* 60px */
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_mission .head .title {
    font-size: 40px;
    letter-spacing: -0.56px;
  }
}
.p-corporateIdentity_mission .text {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 32.4px */
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_mission .text {
    font-size: 22px;
  }
}
.p-corporateIdentity_mission .text:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_mission .text:not(:first-child) {
    margin-top: 18px;
  }
}
.p-corporateIdentity_mission .btn {
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_mission .btn {
    margin-top: 38px;
    width: 320px;
  }
}

.p-corporateIdentity_pages {
  background: #F9F7F4;
  padding: 32px 16px;
  border-radius: var(--nissui-border-radius-lg);
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_pages {
    padding: 46px 48px 48px;
  }
}
.p-corporateIdentity_pages .title {
  color: var(--nissui-color-default);
  text-align: center;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: clamp(16px, 4.8vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 32.4px */
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_pages .title {
    font-size: 22px;
  }
}
.p-corporateIdentity_pages .post {
  display: grid;
  row-gap: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_pages .post {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.p-corporateIdentity_pages .post .post_link {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .p-corporateIdentity_pages .post .post_link {
    display: flex;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    border-radius: var(--nissui-border-radius-lg);
  }
  .p-corporateIdentity_pages .post .post_link > * {
    width: 50%;
  }
}
.p-corporateIdentity_pages .post .post_link .post_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_pages .post .post_link .post_img img {
    aspect-ratio: 4/3;
    border-radius: 6px;
  }
}
.p-corporateIdentity_pages .post .post_link .post_text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 4px;
       column-gap: 4px;
  padding: 0 6px 0 12px;
  color: #000;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 25.2px */
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_pages .post .post_link .post_text {
    margin-top: -12px;
    margin-inline: 7px;
    padding: 12px 13px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(4.1319112778px);
            backdrop-filter: blur(4.1319112778px);
  }
}
.p-corporateIdentity_pages .post .post_link .post_text::after {
  flex: 0 0 auto;
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(/assets_2024/img/icons/ic_link_circle.svg) center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_pages .post .post_link .post_text::after {
    width: 20px;
  }
}
@media (hover: hover) {
  .p-corporateIdentity_pages .post .post_link:hover .post_text {
    color: var(--nissui-color-nissuiRed);
  }
}
.p-corporateIdentity_pages .bottom {
  margin: 48px auto 0;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_pages .bottom {
    margin-top: 40px;
    width: 320px;
  }
}

.p-corporateIdentity_outro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 7.333vw;
  background: var(--nissui-color-nissuiWhite);
  text-align: center;
  background: #F9F7F4;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_outro {
    padding: 155px 80px;
  }
}
.p-corporateIdentity_outro .lead {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 5.867vw;
  font-weight: 600;
  line-height: 180%; /* 39.6px */
  transform: translateY(20px);
  opacity: 0;
  transition-delay: 0.3s;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_outro .lead {
    font-size: 22px;
  }
}
.p-corporateIdentity_outro .logo {
  display: block;
  width: 66.67vw;
  height: auto;
  margin-inline: auto;
  margin-top: 48px;
  transform: translateY(20px);
  opacity: 0;
  transition-delay: 0.9s;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_outro .logo {
    width: 350px;
    margin-top: 96px;
  }
}
.p-corporateIdentity_outro .bottom {
  margin-top: 96px;
  width: 100%;
  opacity: 0;
  transition-delay: 1.5s;
}
@media only screen and (min-width: 768px) {
  .p-corporateIdentity_outro .bottom {
    width: 292px;
  }
}
.p-corporateIdentity_outro.is-active .lead,
.p-corporateIdentity_outro.is-active .logo,
.p-corporateIdentity_outro.is-active .bottom {
  opacity: 1;
  transform: none;
  transition-duration: 1.34s;
}

/* - Promise */
.p-corporatePromise_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  color: var(--nissui-color-nissuiRed);
  font-family: var(--nissui-ff-sansserif-bold);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_head {
    row-gap: 16px;
  }
}
.p-corporatePromise_head .p-corporatePromise_head_sub {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_head .p-corporatePromise_head_sub {
    font-size: 18px;
  }
}
.p-corporatePromise_head .p-corporatePromise_head_title {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_head .p-corporatePromise_head_title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .p-corporatePromise_intro {
    width: min(100%, 710px);
    aspect-ratio: 710/662;
    margin-inline: auto;
  }
  .p-corporatePromise_intro .p-corporatePromise_intro_wrap {
    width: 100%;
    height: 100%;
    padding: 23.8% 17.183% 21.85%;
    background: url(/assets_2024/img/brand_shape_full_red.svg) center no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .p-corporatePromise_intro .p-corporatePromise_intro_shape {
    width: min(100%, 279px);
    aspect-ratio: 279/221;
    margin-inline: auto;
  }
  .p-corporatePromise_intro .p-corporatePromise_intro_shape .p-corporatePromise_intro_shape_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 23.2% 20.789%;
    background: url(/assets_2024/img/brand_shape_full_landscape_red.svg) center no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_intro .p-corporatePromise_head .p-corporatePromise_head_sub {
    font-size: clamp(12px, 1.8vw, 18px);
  }
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_intro .p-corporatePromise_head .p-corporatePromise_head_title {
    font-size: clamp(18px, 3vw, 30px);
  }
}
.p-corporatePromise_intro .p-corporatePromise_intro_text {
  margin-top: 48px;
  color: #000;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 240%; /* 48px */
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_intro .p-corporatePromise_intro_text {
    margin-top: 39px;
    font-size: clamp(12px, 1.8vw, 18px);
    text-align: center;
  }
}

.p-corporatePromise_story .p-corporatePromise_story_text {
  margin-top: 32px;
}
.p-corporatePromise_story .p-corporatePromise_story_text p {
  color: #000;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 240%; /* 48px */
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_story .p-corporatePromise_story_text p {
    text-align: center;
  }
}
.p-corporatePromise_story .p-corporatePromise_story_text p + p {
  margin-top: 2.4em;
}

.p-corporatePromise_brands .l-grid {
  margin-bottom: -48px;
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_brands .l-grid {
    margin-bottom: -128px;
  }
}
.p-corporatePromise_brands .l-grid .l-grid_item {
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_brands .l-grid .l-grid_item {
    margin-bottom: 48px;
  }
}

.p-corporatePromise_innovative {
  margin-top: 120px;
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_innovative {
    margin-top: 128px;
  }
}
.p-corporatePromise_innovative .p-corporatePromise_innovative_cover {
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-corporatePromise_innovative .p-corporatePromise_innovative_cover {
    margin-inline: -16px;
    margin-bottom: -20%;
  }
  .p-corporatePromise_innovative .p-corporatePromise_innovative_cover img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_innovative .p-corporatePromise_innovative_cover {
    margin-bottom: -10%;
  }
  .p-corporatePromise_innovative .p-corporatePromise_innovative_cover img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-corporatePromise_innovative .p-corporatePromise_innovative_cards .c-card05.c-card05-innovative .c-card_content,
.p-corporatePromise_innovative .p-corporatePromise_innovative_cards .c-card05.c-card05-innovative .c-card_title {
    font-size: 18px;
  }
}

/* - Story */
.p-corporateStory_intro {
  background: url(/corporate/identity/img/story/kv_sp.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.p-corporateStory_intro .p-corporateStory_intro_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 375/480;
  width: 100%;
}
.p-corporateStory_intro .p-corporateStory_intro_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  aspect-ratio: 451/346;
  width: 100%;
  border-radius: 100%;
  background: #FBFAF7;
  filter: blur(87px);
  transform: translate(-50%, -50%);
  opacity: 0.95;
}
.p-corporateStory_intro .p-corporateStory_intro_main {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-corporateStory_intro .p-corporateStory_intro_main .c-pageTitle {
  margin-bottom: 12px;
  padding: 0;
}
.p-corporateStory_intro .p-corporateStory_intro_main .c-pageTitle .c-pageTitle_title {
  margin-top: 4px;
}
.p-corporateStory_intro .p-corporateStory_intro_text {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 16px;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
}
@media only screen and (max-width: 767px) {
  .p-corporateStory_intro .p-corporateStory_intro_inner {
    padding-inline: 8vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_intro {
    background-image: url(/corporate/identity/img/story/kv_pc.jpg);
  }
  .p-corporateStory_intro .p-corporateStory_intro_inner {
    aspect-ratio: 1440/526;
  }
  .p-corporateStory_intro .p-corporateStory_intro_inner::before {
    aspect-ratio: 861/473;
    width: 861px;
    transform: translate(-50%, -50%);
  }
  .p-corporateStory_intro .p-corporateStory_intro_main .c-pageTitle {
    margin-bottom: 30px;
  }
  .p-corporateStory_intro .p-corporateStory_intro_main .c-pageTitle .c-pageTitle_sub {
    font-size: 16px;
  }
  .p-corporateStory_intro .p-corporateStory_intro_main .c-pageTitle .c-pageTitle_title {
    margin-top: 14px;
    font-size: 72px;
  }
  .p-corporateStory_intro .p-corporateStory_intro_text {
    font-size: 22px;
    font-weight: 300;
  }
}

.p-corporateStory_layout {
  padding-top: 64px;
  padding-bottom: 96px;
  background: #F3EFE9;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_layout {
    padding-top: 96px;
    padding-bottom: 155px;
  }
}

.p-corporateStory_timeline {
  display: grid;
  row-gap: 20px;
  margin-top: 0 !important;
}

.p-corporateStory_timeLine_section {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.p-corporateStory_timeLine_section:last-child .timeLine_container {
  padding-bottom: 0;
}
.p-corporateStory_timeLine_section:last-child .timeLine_label {
  position: relative;
}
.p-corporateStory_timeLine_section:last-child .timeLine_label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 48px;
  background-size: 3px 16px;
  background-image: linear-gradient(to bottom, transparent 8px, var(--nissui-color-nissuiRed) 8px);
  background-position: left bottom;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section:last-child .timeLine_label::before {
    width: 4px;
  }
}
.p-corporateStory_timeLine_section:last-child .timeLine_label::after {
  margin-bottom: 48px;
}
.p-corporateStory_timeLine_section .timeLine_container {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_container {
    padding-bottom: 120px;
  }
}
.p-corporateStory_timeLine_section .timeLine_container > * {
  color: var(--nissui-color-default);
}
.p-corporateStory_timeLine_section .timeLine_container > *:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_container > *:not(:first-child) {
    margin-top: 48px;
  }
}
.p-corporateStory_timeLine_section .timeLine_container .c-btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_container .c-btn {
    width: 320px;
  }
}
.p-corporateStory_timeLine_section .timeLine_img {
  width: calc(100% + 16px);
  overflow: hidden;
  border-radius: var(--nissui-border-radius-md) 0 0 var(--nissui-border-radius-md);
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_img {
    border-radius: var(--nissui-border-radius-md);
  }
}
.p-corporateStory_timeLine_section .timeLine_img img {
  display: block;
  aspect-ratio: 298/169;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_img img {
    aspect-ratio: 852/479;
  }
}
.p-corporateStory_timeLine_section .timeLine_label {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  color: var(--nissui-color-nissuiRed);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  line-height: 1;
  overflow: hidden;
}
.p-corporateStory_timeLine_section .timeLine_label .timeLine_label_wrap {
  flex: 0 0 auto;
  display: block;
  overflow: hidden;
  margin: 0 -0.086em 0 -0.11em;
}
.p-corporateStory_timeLine_section .timeLine_label::after {
  content: "";
  width: 3px;
  height: 100%;
  background: var(--nissui-color-nissuiRed);
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_label {
    font-size: 88px;
  }
  .p-corporateStory_timeLine_section .timeLine_label::after {
    width: 4px;
  }
}
.p-corporateStory_timeLine_section .timeLine_heading {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%; /* 36px */
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_heading {
    font-size: 44px;
  }
}
.p-corporateStory_timeLine_section .timeLine_heading:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_heading:not(:first-child) {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_heading + * {
    margin-top: 32px !important;
  }
}
.p-corporateStory_timeLine_section .timeLine_lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_lead {
    font-size: 22px;
  }
}
.p-corporateStory_timeLine_section .timeLine_lead + .timeLine_lead {
  margin-top: 1.5em;
}
.p-corporateStory_timeLine_section .timeLine_dl {
  display: grid;
  grid-template-columns: minmax(70px, auto) 1fr;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_dl {
    grid-template-columns: 100px 1fr;
  }
}
.p-corporateStory_timeLine_section .timeLine_dl dt, .p-corporateStory_timeLine_section .timeLine_dl dd {
  padding-block: 12px;
  color: var(--nissui-color-default);
  font-weight: 400;
}
.p-corporateStory_timeLine_section .timeLine_dl dt:not(:last-of-type), .p-corporateStory_timeLine_section .timeLine_dl dd:not(:last-of-type) {
  border-bottom: 1px solid var(--nissui-color-gray-200);
}
.p-corporateStory_timeLine_section .timeLine_dl dt {
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_dl dt {
    font-size: 18px;
  }
}
.p-corporateStory_timeLine_section .timeLine_dl dt.is-active, .p-corporateStory_timeLine_section .timeLine_dl dt.is-active + dd {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
}
.p-corporateStory_timeLine_section .timeLine_dl dd {
  padding-left: 8px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .p-corporateStory_timeLine_section .timeLine_dl dd {
    font-size: 16px;
  }
}

/* Innovative Food Solutions */
.p-innovativeTop_hero {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-innovativeTop_hero {
    padding-inline: var(--nissui-g-gutter-lg);
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_hero {
    width: min(100%, 1440px);
    padding-inline: var(--nissui-g-gutter-lg);
    margin-inline: auto;
  }
}
.p-innovativeTop_hero .p-innovativeTop_hero_container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_container {
    margin-bottom: -28vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_container {
    margin-bottom: max(-60px, -4.1666666667vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_cards {
    padding-inline: min(56px, 3.8888888889vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_main {
    position: absolute;
    z-index: 1;
    top: 8.65%;
    left: 4.24%;
  }
}
@media only screen and (max-width: 767px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_main .c-pageTitle {
    padding: 8px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_main .c-pageTitle {
    padding: 0;
  }
  .p-innovativeTop_hero .p-innovativeTop_hero_main .c-pageTitle .c-pageTitle_sub {
    font-size: min(16px, 1.1111111111vw);
  }
  .p-innovativeTop_hero .p-innovativeTop_hero_main .c-pageTitle .c-pageTitle_title {
    font-size: min(82px, 5.6944444444vw);
  }
}
.p-innovativeTop_hero .p-innovativeTop_hero_lead {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: max(14px, 3.73vw);
  font-weight: 600;
  line-height: 180%; /* 25.2px */
}
@media only screen and (max-width: 767px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_lead {
    position: absolute;
    z-index: 1;
    bottom: 33.33vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_lead {
    margin-top: 1em;
    font-size: min(18px, 1.25vw);
    text-align: left;
  }
}
.p-innovativeTop_hero .p-innovativeTop_hero_bg {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-innovativeTop_hero .p-innovativeTop_hero_bg {
    margin-top: -8px;
    margin-inline: calc(var(--nissui-g-gutter-lg) * -1);
  }
  .p-innovativeTop_hero .p-innovativeTop_hero_bg img {
    aspect-ratio: 750/1038;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-innovativeTop_hero .p-innovativeTop_hero_bg img {
  display: block;
  width: 100%;
  pointer-events: none;
}

.p-innovativeTop_cover {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-innovativeTop_cover {
    margin-bottom: -10%;
  }
  .p-innovativeTop_cover img {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_cover {
    margin-bottom: -9.57%;
    padding-top: 59.8611111111%;
  }
  .p-innovativeTop_cover img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 133vw;
  }
}
@media only screen and (min-width: 1440px) {
  .p-innovativeTop_cover {
    margin-bottom: -130px;
    padding-top: 864px;
  }
  .p-innovativeTop_cover img {
    width: 1920px;
  }
}

@media only screen and (max-width: 767px) {
  .p-innovativeTop_topics {
    padding-block: 24px;
  }
}

.p-innovativeTopSwiper {
  --swiper-navigation-size: 48px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-innovativeTopSwiper {
    padding-inline: 64px;
    margin-inline: -16px;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTopSwiper {
    margin-inline: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeTopSwiper .p-innovativeTopSwiper_slide {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-innovativeTopSwiper .p-innovativeTopSwiper_slide .c-card04 {
    width: 247px;
    margin: auto;
  }
}
.p-innovativeTopSwiper .p-innovativeTopSwiper_slide .c-card04 .c-card_text {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
}

.p-innovativeTopSwiper_controller .swiper-button-prev,
.p-innovativeTopSwiper_controller .swiper-button-next {
  z-index: 1;
  display: block;
  width: 48px;
  height: 48px;
  background: center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.p-innovativeTopSwiper_controller .swiper-button-prev::after,
.p-innovativeTopSwiper_controller .swiper-button-next::after {
  content: none;
  display: none;
}
.p-innovativeTopSwiper_controller .swiper-button-prev {
  left: 0;
  background-image: url(/innovative_food_solutions/img/icon_slider_prev.svg);
}
@media only screen and (min-width: 768px) {
  .p-innovativeTopSwiper_controller .swiper-button-prev {
    transform: translateY(20px);
  }
}
.p-innovativeTopSwiper_controller .swiper-button-next {
  right: 0;
  background-image: url(/innovative_food_solutions/img/icon_slider_next.svg);
}
@media only screen and (min-width: 768px) {
  .p-innovativeTopSwiper_controller .swiper-button-next {
    transform: translateY(20px);
  }
}

.p-innovativeTop_brandContent .p-innovativeTop_brandContent_title {
  color: var(--nissui-color-nissuiRed);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 43.5px */
}
@media only screen and (min-width: 768px) {
  .p-innovativeTop_brandContent .p-innovativeTop_brandContent_title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .p-innovativeTop_cards {
    margin-bottom: -16px;
  }
  .p-innovativeTop_cards .l-grid_item {
    margin-bottom: 16px;
  }
}

/* - Article */
.p-innovativeArticle_hero {
  position: relative;
  padding-top: 89px;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero {
    padding-top: 144px;
  }
}
.p-innovativeArticle_hero .c-pageTitle {
  position: absolute;
  z-index: 1;
  top: 24px;
  padding-block: 0;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .c-pageTitle {
    top: 40px;
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper {
    margin-inline: calc(var(--nissui-g-gutter) * -1);
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper {
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 48px;
         column-gap: 48px;
    justify-content: space-between;
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .illust {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 50.133vw;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .illust {
    top: -104px;
    width: 58.125%;
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .illust img {
  aspect-ratio: 188/246;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .illust img {
    aspect-ratio: 744/358;
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .img {
  width: 70.67vw;
  margin-left: auto;
  border-radius: var(--nissui-border-radius-md) 0 0 var(--nissui-border-radius-md);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .img {
    width: 48.125%;
    border-radius: 12px;
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .img img {
  display: block;
  aspect-ratio: 265/198;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .img img {
    aspect-ratio: 616/461;
  }
}
@media only screen and (max-width: 767px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .img + .content {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .img + .content {
    padding-top: 180px;
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content {
    padding-inline: var(--nissui-g-gutter);
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content {
    flex: 1;
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content .title {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39px */
}
@media only screen and (max-width: 767px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content .title {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content .title {
    font-size: clamp(24px, 3.33vw, 48px);
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content .title + * {
  margin-top: 32px;
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content .text {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_wrapper .content .text {
    font-size: clamp(14px, 1.25vw, 18px);
    font-weight: 600;
    line-height: 180%; /* 32.4px */
  }
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  transform: translateX(-50vw);
}
.p-innovativeArticle_hero .p-innovativeArticle_hero_bg::before {
  content: "";
  position: absolute;
  top: 58.667vw;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 960/600;
  width: 256vw;
  background: #F3EFE9;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_hero .p-innovativeArticle_hero_bg::before {
    top: 200px;
    width: 222vw;
    aspect-ratio: 3200/2000;
  }
}

.p-innovativeArticle_article {
  position: relative;
  width: 100%;
  max-width: 1058px;
  margin-inline: auto;
  padding-top: 64px;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_article {
    padding-top: 96px;
  }
}
.p-innovativeArticle_article::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 64px;
  left: 50%;
  width: 120px;
  height: 1px;
  background: #ccc;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_article::before {
    top: 96px;
    width: 160px;
  }
}
.p-innovativeArticle_article::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: #F3EFE9;
  transform: translateX(-50%);
}
.p-innovativeArticle_article > * {
  margin-inline: auto;
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_article > * {
    margin-top: 96px;
  }
}
.p-innovativeArticle_article .p-innovativeArticle_article_bg {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  width: 100vw;
  height: 76vw;
  margin-top: 0;
  overflow: hidden;
  transform: translateX(-50vw);
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_article .p-innovativeArticle_article_bg {
    height: 544px;
  }
}
.p-innovativeArticle_article .p-innovativeArticle_article_bg div {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-innovativeArticle_article .p-innovativeArticle_article_bg div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 960/600;
  width: 256vw;
  background: #F3EFE9;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_article .p-innovativeArticle_article_bg div::before {
    width: 222vw;
    aspect-ratio: 3200/2000;
  }
}

.p-innovativeArticle_section:not(:first-child) {
  margin-top: 106px;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_section:not(:first-child) {
    margin-top: 112px;
  }
}

.p-innovativeArticle_heading {
  text-align: center;
}
.p-innovativeArticle_heading .sub {
  color: var(--nissui-color-nissuiRed);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 10px;
  font-weight: 700;
  line-height: 150%; /* 15px */
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_heading .sub {
    font-size: 12px;
  }
}
.p-innovativeArticle_heading .sub + * {
  margin-top: 6px;
}
.p-innovativeArticle_heading .title {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 24px;
  font-weight: 600;
  line-height: 125%; /* 30px */
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_heading .title {
    font-size: 28px;
  }
}
.p-innovativeArticle_heading + * {
  margin-top: 32px !important;
}
@media only screen and (min-width: 768px) {
  .p-innovativeArticle_heading + * {
    margin-top: 48px !important;
  }
}

/* - Parts */
.p-innovativeCards {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-innovativeCards {
    padding-top: 48px;
    padding-bottom: 50px;
  }
}
.p-innovativeCards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--nissui-color-gray-50);
}
@media only screen and (max-width: 767px) {
  .p-innovativeCards::before {
    width: calc(100% + var(--nissui-g-gutter) * 2);
    height: 100%;
    margin-inline: calc(var(--nissui-g-gutter) * -1);
  }
}
@media only screen and (min-width: 768px) {
  *:not(.l-layout-2col) .p-innovativeCards {
    padding-top: 48px;
    padding-bottom: 80px;
  }
  *:not(.l-layout-2col) .p-innovativeCards .p-innovativeCards_head {
    position: relative;
    padding-block: 0;
    text-align: center;
  }
  *:not(.l-layout-2col) .p-innovativeCards .p-innovativeCards_head::before {
    top: -32px;
  }
  *:not(.l-layout-2col) .p-innovativeCards .p-innovativeCards_head::after {
    top: -23px;
  }
}
@media only screen and (min-width: 768px) {
  .l-layout-2col .p-innovativeCards {
    padding: 48px min(57px, 3.96vw) 57px;
  }
  .l-layout-2col .p-innovativeCards::before {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    margin: 0;
  }
}
.p-innovativeCards .p-innovativeCards_head {
  position: relative;
  padding-block: 0;
  text-align: center;
}
.p-innovativeCards .p-innovativeCards_head::before, .p-innovativeCards .p-innovativeCards_head::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: center no-repeat;
  background-size: contain;
}
.p-innovativeCards .p-innovativeCards_head::before {
  top: -39px;
  left: calc(-33px - var(--nissui-g-gutter));
  aspect-ratio: 109/119;
  width: 109px;
  background-image: url(/assets_2024/img/innovative_food_solutions/bg_cards_01.png);
}
@media only screen and (min-width: 768px) {
  .p-innovativeCards .p-innovativeCards_head::before {
    width: 18vw;
  }
}
@media only screen and (min-width: 1024px) {
  .p-innovativeCards .p-innovativeCards_head::before {
    top: -36px;
    left: 25px;
    width: 153px;
  }
}
.p-innovativeCards .p-innovativeCards_head::after {
  top: -9px;
  right: calc(-22px - var(--nissui-g-gutter));
  aspect-ratio: 104/72;
  width: 104px;
  background-image: url(/assets_2024/img/innovative_food_solutions/bg_cards_02_sp.png);
}
@media only screen and (min-width: 768px) {
  .p-innovativeCards .p-innovativeCards_head::after {
    width: 20vw;
  }
}
@media only screen and (min-width: 1024px) {
  .p-innovativeCards .p-innovativeCards_head::after {
    top: -31px;
    right: -39px;
    aspect-ratio: 277/187;
    width: 277px;
    background-image: url(/assets_2024/img/innovative_food_solutions/bg_cards_02.png);
  }
}
.p-innovativeCards .p-innovativeCards_head .c-pageTitle {
  padding-top: 0;
  padding-bottom: 16px;
}
.p-innovativeCards .p-innovativeCards_head .c-pageTitle .c-pageTitle_sub {
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-innovativeCards .p-innovativeCards_head .c-pageTitle .c-pageTitle_sub {
    font-size: 12px;
  }
}
.p-innovativeCards .p-innovativeCards_head .c-pageTitle .c-pageTitle_title {
  margin-top: 4px;
  font-size: 38px;
  line-height: 125%; /* 47.5px */
  letter-spacing: -1.14px;
}
@media only screen and (min-width: 768px) {
  .p-innovativeCards .p-innovativeCards_head .c-pageTitle .c-pageTitle_title {
    font-size: 40px;
    line-height: 125%; /* 50px */
    letter-spacing: -1.2px;
  }
}
.p-innovativeCards .p-innovativeCards_head_lead {
  color: #000;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 14px;
  font-weight: 600;
  line-height: 180%; /* 25.2px */
}
@media only screen and (max-width: 767px) {
  .p-innovativeCards .p-innovativeCards_head_lead {
    text-align: left;
  }
}
.p-innovativeCards .p-innovativeCards_cards {
  margin-top: 24px;
  margin-bottom: -16px;
}
@media only screen and (min-width: 768px) {
  .p-innovativeCards .p-innovativeCards_cards {
    margin-bottom: -24px;
  }
}
.p-innovativeCards .p-innovativeCards_cards .l-grid_item {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .p-innovativeCards .p-innovativeCards_cards .l-grid_item {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .p-innovativeCards .p-innovativeCards_cards .c-card05.c-card05-innovative .c-card_content,
.p-innovativeCards .p-innovativeCards_cards .c-card05.c-card05-innovative .c-card_title {
    font-size: 18px;
  }
  .p-innovativeCards .p-innovativeCards_cards .c-card05.c-card05-innovative .c-card_title::after {
    font-size: 20px;
  }
}

/*! =========================================================
 _foundation
========================================================= */
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--nissui-ff-sansserif);
  font-size: 100%;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}

/*! =========================================================
 _core
========================================================= */
.c-outsideContainer_inner,
.l-inner,
.p-refine_inner {
  max-width: 1056px;
  margin-inline: auto;
  padding-inline: 16px;
}

.l-inner {
  width: 100%;
}
.l-inner.-lg {
  max-width: calc(var(--nissui-g-maxwidth) + var(--nissui-g-gutter) * 2);
  padding-inline: var(--nissui-g-gutter);
}
.l-inner.-gutter-lg {
  padding-inline: var(--nissui-g-gutter-lg);
}

/*! =========================================================
 _global
========================================================= */
body {
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

body *,
body :after,
body :before {
  box-sizing: border-box;
}

body:after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  visibility: hidden;
  content: "";
  transition: all 0.3s;
  opacity: 0;
  background: #000;
}

body.is-bodyFog:after {
  visibility: visible;
  opacity: 0.8;
}

button,
input,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  box-sizing: inherit;
  box-sizing: border-box;
  border: 0;
}

button *,
button :after,
button :before,
input *,
input :after,
input :before,
option *,
option :after,
option :before,
select *,
select :after,
select :before,
textarea *,
textarea :after,
textarea :before {
  box-sizing: border-box;
}

button {
  cursor: pointer;
}

a {
  text-decoration: underline;
  color: #1565c0;
}

a:visited {
  text-decoration: underline;
  color: #0d47a1;
}

a:active,
a:hover {
  text-decoration: none;
  color: #1e88e5;
}

em {
  font-style: normal;
}

li {
  list-style-type: none;
}

figure {
  margin: 0;
}

:focus {
  outline: auto;
  outline-style: auto;
  outline-color: #1e88e5;
}

.g-container {
  position: relative;
  z-index: 0;
  overflow: clip;
}
.g-container:not(:has(.p-footerLocalNav)):not(:has(.footer-bottom-less)) {
  padding-bottom: 160px;
}

/*! =========================================================
 _layouts
========================================================= */
/*! Layout */
@media only screen and (min-width: 768px) {
  .l-layout-2col .g-pageMain > *:first-child {
    margin-top: 0;
  }
}

/*! Section */
.l-section {
  position: relative;
  z-index: 0;
  margin-top: 80px;
}

.l-section::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 120vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  content: "";
}

.l-section-bgGrey {
  padding: 80px 0;
}

.l-section-bgGrey::before {
  background-color: #F6F3EE;
}

.l-section-bgGrey + .l-section-bgGrey {
  margin-top: 8px;
}

.l-section-noPadding {
  padding: 0;
}

.l-section-smallMargin {
  margin-top: 60px;
}

/*! Inner */
/*! Grid */
.l-grid {
  display: flex;
  margin-right: -16px;
  margin-bottom: -48px;
  margin-left: -16px;
  flex-wrap: wrap;
}
.l-grid:not(.l-grid-noMargin) {
  margin-top: 24px;
}

.l-grid:first-child {
  margin-top: 0;
}

.l-grid_item {
  min-height: 0;
  margin-bottom: 48px;
  padding-right: 16px;
  padding-left: 16px;
}

.l-grid_item-1 {
  width: 8.3333%;
}

.l-grid_item-2 {
  width: 16.6667%;
}

.l-grid_item-3 {
  width: 25%;
}

.l-grid_item-4 {
  width: 33.3333%;
}

.l-grid_item-5 {
  width: 41.6667%;
}

.l-grid_item-6 {
  width: 50%;
}

.l-grid_item-7 {
  width: 58.3333%;
}

.l-grid_item-8 {
  width: 66.6667%;
}

.l-grid_item-9 {
  width: 75%;
}

.l-grid_item-10 {
  width: 83.3333%;
}

.l-grid_item-11 {
  width: 91.6667%;
}

.l-grid_item-12 {
  width: 100%;
}

.l-grid_item-1-1 {
  width: 100%;
}

.l-grid_item-1-2 {
  width: 50%;
}

.l-grid_item-2-2 {
  width: 100%;
}

.l-grid_item-1-3 {
  width: 33.3333%;
}

.l-grid_item-2-3 {
  width: 66.6667%;
}

.l-grid_item-3-3 {
  width: 100%;
}

.l-grid_item-1-4 {
  width: 25%;
}

.l-grid_item-2-4 {
  width: 50%;
}

.l-grid_item-3-4 {
  width: 75%;
}

.l-grid_item-4-4 {
  width: 100%;
}

.l-grid_item-1-5 {
  width: 20%;
}

.l-grid_item-2-5 {
  width: 40%;
}

.l-grid_item-3-5 {
  width: 60%;
}

.l-grid_item-4-5 {
  width: 80%;
}

.l-grid_item-5-5 {
  width: 100%;
}

.l-grid_item-1-6 {
  width: 16.6667%;
}

.l-grid_item-2-6 {
  width: 33.3333%;
}

.l-grid_item-3-6 {
  width: 50%;
}

.l-grid_item-4-6 {
  width: 66.6667%;
}

.l-grid_item-5-6 {
  width: 83.3333%;
}

.l-grid_item-6-6 {
  width: 100%;
}

.l-grid_item-1-7 {
  width: 14.2857%;
}

.l-grid_item-2-7 {
  width: 28.5714%;
}

.l-grid_item-3-7 {
  width: 42.8571%;
}

.l-grid_item-4-7 {
  width: 57.1429%;
}

.l-grid_item-5-7 {
  width: 71.4286%;
}

.l-grid_item-6-7 {
  width: 85.7143%;
}

.l-grid_item-7-7 {
  width: 100%;
}

.l-grid_item-1-8 {
  width: 12.5%;
}

.l-grid_item-2-8 {
  width: 25%;
}

.l-grid_item-3-8 {
  width: 37.5%;
}

.l-grid_item-4-8 {
  width: 50%;
}

.l-grid_item-5-8 {
  width: 62.5%;
}

.l-grid_item-6-8 {
  width: 75%;
}

.l-grid_item-7-8 {
  width: 87.5%;
}

.l-grid_item-8-8 {
  width: 100%;
}

.l-grid_item-1-9 {
  width: 11.1111%;
}

.l-grid_item-2-9 {
  width: 22.2222%;
}

.l-grid_item-3-9 {
  width: 33.3333%;
}

.l-grid_item-4-9 {
  width: 44.4444%;
}

.l-grid_item-5-9 {
  width: 55.5556%;
}

.l-grid_item-6-9 {
  width: 66.6667%;
}

.l-grid_item-7-9 {
  width: 77.7778%;
}

.l-grid_item-8-9 {
  width: 88.8889%;
}

.l-grid_item-9-9 {
  width: 100%;
}

.l-grid_item-1-10 {
  width: 10%;
}

.l-grid_item-2-10 {
  width: 20%;
}

.l-grid_item-3-10 {
  width: 30%;
}

.l-grid_item-4-10 {
  width: 40%;
}

.l-grid_item-5-10 {
  width: 50%;
}

.l-grid_item-6-10 {
  width: 60%;
}

.l-grid_item-7-10 {
  width: 70%;
}

.l-grid_item-8-10 {
  width: 80%;
}

.l-grid_item-9-10 {
  width: 90%;
}

.l-grid_item-10-10 {
  width: 100%;
}

.l-grid_item-1-11 {
  width: 9.0909%;
}

.l-grid_item-2-11 {
  width: 18.1818%;
}

.l-grid_item-3-11 {
  width: 27.2727%;
}

.l-grid_item-4-11 {
  width: 36.3636%;
}

.l-grid_item-5-11 {
  width: 45.4545%;
}

.l-grid_item-6-11 {
  width: 54.5455%;
}

.l-grid_item-7-11 {
  width: 63.6364%;
}

.l-grid_item-8-11 {
  width: 72.7273%;
}

.l-grid_item-9-11 {
  width: 81.8182%;
}

.l-grid_item-10-11 {
  width: 90.9091%;
}

.l-grid_item-11-11 {
  width: 100%;
}

.l-grid_item-1-12 {
  width: 8.3333%;
}

.l-grid_item-2-12 {
  width: 16.6667%;
}

.l-grid_item-3-12 {
  width: 25%;
}

.l-grid_item-4-12 {
  width: 33.3333%;
}

.l-grid_item-5-12 {
  width: 41.6667%;
}

.l-grid_item-6-12 {
  width: 50%;
}

.l-grid_item-7-12 {
  width: 58.3333%;
}

.l-grid_item-8-12 {
  width: 66.6667%;
}

.l-grid_item-9-12 {
  width: 75%;
}

.l-grid_item-10-12 {
  width: 83.3333%;
}

.l-grid_item-11-12 {
  width: 91.6667%;
}

.l-grid_item-12-12 {
  width: 100%;
}

.l-grid-center {
  justify-content: center;
}

.l-grid-right {
  justify-content: flex-end;
}

.l-grid_item-5per {
  width: 5%;
}

.l-grid_item-10per {
  width: 10%;
}

.l-grid_item-15per {
  width: 15%;
}

.l-grid_item-20per {
  width: 20%;
}

.l-grid_item-25per {
  width: 25%;
}

.l-grid_item-30per {
  width: 30%;
}

.l-grid_item-35per {
  width: 35%;
}

.l-grid_item-40per {
  width: 40%;
}

.l-grid_item-45per {
  width: 45%;
}

.l-grid_item-50per {
  width: 50%;
}

.l-grid_item-55per {
  width: 55%;
}

.l-grid_item-60per {
  width: 60%;
}

.l-grid_item-65per {
  width: 65%;
}

.l-grid_item-70per {
  width: 70%;
}

.l-grid_item-75per {
  width: 75%;
}

.l-grid_item-80per {
  width: 80%;
}

.l-grid_item-85per {
  width: 85%;
}

.l-grid_item-90per {
  width: 90%;
}

.l-grid_item-95per {
  width: 95%;
}

.l-grid_item-100per {
  width: 100%;
}

.l-grid-reverse {
  flex-direction: row-reverse;
}

.l-grid-noGutter {
  margin-right: 0;
  margin-left: 0;
}

.l-grid-noGutter .l-grid_item {
  padding-right: 0;
  padding-left: 0;
}

.l-grid-doubleGutter {
  margin-inline: -24px;
}
.l-grid-doubleGutter .l-grid_item {
  padding-inline: 24px;
}

.l-grid-halfGutter {
  margin-right: -12px;
  margin-left: -12px;
}

.l-grid-halfGutter .l-grid_item {
  padding-right: 12px;
  padding-left: 12px;
}

.l-grid-quarterGutter {
  margin-right: -6px;
  margin-left: -6px;
}

.l-grid-quarterGutter .l-grid_item {
  padding-right: 6px;
  padding-left: 6px;
}

.l-grid-halfMargin {
  margin-bottom: -24px;
}

.l-grid-halfMargin .l-grid_item {
  margin-bottom: 24px;
}

.l-grid-flex {
  display: flex;
  align-items: center;
}

.l-grid-flexSpaceBetween {
  justify-content: space-between;
}

.l-grid-flexEnd {
  justify-content: flex-end;
}

.l-grid_item-flex {
  flex: 1;
}

/*! Tile */
.l-tile {
  display: flex;
  margin-top: 24px;
  margin-right: -8px;
  margin-bottom: -16px;
  margin-left: -8px;
  flex-wrap: wrap;
}

.l-tile:first-child {
  margin-top: 0;
}

.l-tile_item {
  width: 100%;
  margin-bottom: 16px;
  padding-right: 8px;
  padding-left: 8px;
}

.l-tile-1col .l-tile_item {
  width: 100%;
}

.l-tile-2col .l-tile_item {
  width: 50%;
}

.l-tile-3col .l-tile_item {
  width: 33.3333%;
}

.l-tile-4col .l-tile_item {
  width: 25%;
}

.l-tile-5col .l-tile_item {
  width: 20%;
}

.l-tile-6col .l-tile_item {
  width: 16.6667%;
}

.l-tile-7col .l-tile_item {
  width: 14.2857%;
}

.l-tile-8col .l-tile_item {
  width: 12.5%;
}

.l-tile-9col .l-tile_item {
  width: 11.1111%;
}

.l-tile-10col .l-tile_item {
  width: 10%;
}

/*! Separator */
.l-separator-x0 {
  margin-top: 0;
}

.l-separator-x0-imp {
  margin-top: 0 !important;
}

.l-separator-x1 {
  margin-top: 8px;
}

.l-separator-x1-imp {
  margin-top: 8px !important;
}

.l-separator-x2 {
  margin-top: 16px;
}

.l-separator-x2-imp {
  margin-top: 16px !important;
}

.l-separator-x3 {
  margin-top: 24px;
}

.l-separator-x3-imp {
  margin-top: 24px !important;
}

.l-separator-x4 {
  margin-top: 32px;
}

.l-separator-x4-imp {
  margin-top: 32px !important;
}

.l-separator-x5 {
  margin-top: 40px;
}

.l-separator-x5-imp {
  margin-top: 40px !important;
}

.l-separator-x6 {
  margin-top: 48px;
}

.l-separator-x6-imp {
  margin-top: 48px !important;
}

.l-separator-x7 {
  margin-top: 56px;
}

.l-separator-x7-imp {
  margin-top: 56px !important;
}

.l-separator-x8 {
  margin-top: 64px;
}

.l-separator-x8-imp {
  margin-top: 64px !important;
}

.l-separator-x9 {
  margin-top: 72px;
}

.l-separator-x9-imp {
  margin-top: 72px !important;
}

.l-separator-x10 {
  margin-top: 80px;
}

.l-separator-x10-imp {
  margin-top: 80px !important;
}

.l-separator-x11 {
  margin-top: 88px;
}

.l-separator-x11-imp {
  margin-top: 88px !important;
}

.l-separator-x12 {
  margin-top: 96px;
}

.l-separator-x12-imp {
  margin-top: 96px !important;
}

.l-separator-x13 {
  margin-top: 104px;
}

.l-separator-x13-imp {
  margin-top: 104px !important;
}

.l-separator-x14 {
  margin-top: 112px;
}

.l-separator-x14-imp {
  margin-top: 112px !important;
}

.l-separator-x15 {
  margin-top: 120px;
}

.l-separator-x15-imp {
  margin-top: 120px !important;
}

.l-separator-x16 {
  margin-top: 128px;
}

.l-separator-x16-imp {
  margin-top: 128px !important;
}

.l-separator-x17 {
  margin-top: 136px;
}

.l-separator-x17-imp {
  margin-top: 136px !important;
}

.l-separator-x18 {
  margin-top: 144px;
}

.l-separator-x18-imp {
  margin-top: 144px !important;
}

.l-separator-x19 {
  margin-top: 152px;
}

.l-separator-x19-imp {
  margin-top: 152px !important;
}

.l-separator-x20 {
  margin-top: 160px;
}

.l-separator-x20-imp {
  margin-top: 160px !important;
}

.l-separator-x0_5 {
  margin-top: 4px;
}

.l-separator-x0_5-imp {
  margin-top: 4px !important;
}

.l-separator-x1_5 {
  margin-top: 12px;
}

.l-separator-x1_5-imp {
  margin-top: 12px !important;
}

.l-separator-x2_5 {
  margin-top: 20px;
}

.l-separator-x2_5-imp {
  margin-top: 20px !important;
}

.l-separator-x3_5 {
  margin-top: 28px;
}

.l-separator-x3_5-imp {
  margin-top: 28px !important;
}

.l-separator-x4 {
  margin-top: 32px;
}

.l-separator-x4-imp {
  margin-top: 32px !important;
}

.l-separator-x4_5 {
  margin-top: 36px;
}

.l-separator-x4_5-imp {
  margin-top: 36px !important;
}

.l-separator-x5_5 {
  margin-top: 44px;
}

.l-separator-x5_5-imp {
  margin-top: 44px !important;
}

.l-separator-x6_5 {
  margin-top: 52px;
}

.l-separator-x6_5-imp {
  margin-top: 52px !important;
}

.l-separator-x7_5 {
  margin-top: 60px;
}

.l-separator-x7_5-imp {
  margin-top: 60px !important;
}

.l-separator-x8_5 {
  margin-top: 68px;
}

.l-separator-x8_5-imp {
  margin-top: 68px !important;
}

.l-separator-x9_5 {
  margin-top: 76px;
}

.l-separator-x9_5-imp {
  margin-top: 76px !important;
}

.l-separator-x10_5 {
  margin-top: 84px;
}

.l-separator-x10_5-imp {
  margin-top: 84px !important;
}

.l-separator-x11_5 {
  margin-top: 92px;
}

.l-separator-x11_5-imp {
  margin-top: 92px !important;
}

.l-separator-x12_5 {
  margin-top: 100px;
}

.l-separator-x12_5-imp {
  margin-top: 100px !important;
}

.l-separator-x13_5 {
  margin-top: 108px;
}

.l-separator-x13_5-imp {
  margin-top: 108px !important;
}

.l-separator-x14_5 {
  margin-top: 116px;
}

.l-separator-x14_5-imp {
  margin-top: 116px !important;
}

.l-separator-x15_5 {
  margin-top: 124px;
}

.l-separator-x15_5-imp {
  margin-top: 124px !important;
}

.l-separator-x16_5 {
  margin-top: 132px;
}

.l-separator-x16_5-imp {
  margin-top: 132px !important;
}

.l-separator-x17_5 {
  margin-top: 140px;
}

.l-separator-x17_5-imp {
  margin-top: 140px !important;
}

.l-separator-x18_5 {
  margin-top: 148px;
}

.l-separator-x18_5-imp {
  margin-top: 148px !important;
}

.l-separator-x19_5 {
  margin-top: 156px;
}

.l-separator-x19_5-imp {
  margin-top: 156px !important;
}

.l-separator-x20_5 {
  margin-top: 164px;
}

.l-separator-x20_5-imp {
  margin-top: 164px !important;
}

/*! Gap */
.l-gap-row-x0 {
  row-gap: 0px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x0-sm {
    row-gap: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x0-md {
    row-gap: 0px;
  }
}

.l-gap-col-x0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x0-sm {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x0-md {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.l-gap-row-x0_5 {
  row-gap: 4px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x0_5-sm {
    row-gap: 4px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x0_5-md {
    row-gap: 4px;
  }
}

.l-gap-col-x0_5 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x0_5-sm {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x0_5-md {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}

.l-gap-row-x1 {
  row-gap: 8px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x1-sm {
    row-gap: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x1-md {
    row-gap: 8px;
  }
}

.l-gap-col-x1 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x1-sm {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x1-md {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}

.l-gap-row-x1_5 {
  row-gap: 12px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x1_5-sm {
    row-gap: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x1_5-md {
    row-gap: 12px;
  }
}

.l-gap-col-x1_5 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x1_5-sm {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x1_5-md {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}

.l-gap-row-x2 {
  row-gap: 16px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x2-sm {
    row-gap: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x2-md {
    row-gap: 16px;
  }
}

.l-gap-col-x2 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x2-sm {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x2-md {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

.l-gap-row-x2_5 {
  row-gap: 20px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x2_5-sm {
    row-gap: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x2_5-md {
    row-gap: 20px;
  }
}

.l-gap-col-x2_5 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x2_5-sm {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x2_5-md {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.l-gap-row-x3 {
  row-gap: 24px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x3-sm {
    row-gap: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x3-md {
    row-gap: 24px;
  }
}

.l-gap-col-x3 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x3-sm {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x3-md {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

.l-gap-row-x3_5 {
  row-gap: 28px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x3_5-sm {
    row-gap: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x3_5-md {
    row-gap: 28px;
  }
}

.l-gap-col-x3_5 {
  -moz-column-gap: 28px;
       column-gap: 28px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x3_5-sm {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x3_5-md {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}

.l-gap-row-x4 {
  row-gap: 32px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x4-sm {
    row-gap: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x4-md {
    row-gap: 32px;
  }
}

.l-gap-col-x4 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x4-sm {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x4-md {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}

.l-gap-row-x4_5 {
  row-gap: 36px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x4_5-sm {
    row-gap: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x4_5-md {
    row-gap: 36px;
  }
}

.l-gap-col-x4_5 {
  -moz-column-gap: 36px;
       column-gap: 36px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x4_5-sm {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x4_5-md {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
}

.l-gap-row-x5 {
  row-gap: 40px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x5-sm {
    row-gap: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x5-md {
    row-gap: 40px;
  }
}

.l-gap-col-x5 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x5-sm {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x5-md {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.l-gap-row-x5_5 {
  row-gap: 44px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x5_5-sm {
    row-gap: 44px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x5_5-md {
    row-gap: 44px;
  }
}

.l-gap-col-x5_5 {
  -moz-column-gap: 44px;
       column-gap: 44px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x5_5-sm {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x5_5-md {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
}

.l-gap-row-x6 {
  row-gap: 48px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x6-sm {
    row-gap: 48px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x6-md {
    row-gap: 48px;
  }
}

.l-gap-col-x6 {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x6-sm {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x6-md {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}

.l-gap-row-x6_5 {
  row-gap: 52px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x6_5-sm {
    row-gap: 52px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x6_5-md {
    row-gap: 52px;
  }
}

.l-gap-col-x6_5 {
  -moz-column-gap: 52px;
       column-gap: 52px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x6_5-sm {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x6_5-md {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
}

.l-gap-row-x7 {
  row-gap: 56px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x7-sm {
    row-gap: 56px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x7-md {
    row-gap: 56px;
  }
}

.l-gap-col-x7 {
  -moz-column-gap: 56px;
       column-gap: 56px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x7-sm {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x7-md {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
}

.l-gap-row-x7_5 {
  row-gap: 60px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x7_5-sm {
    row-gap: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x7_5-md {
    row-gap: 60px;
  }
}

.l-gap-col-x7_5 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x7_5-sm {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x7_5-md {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}

.l-gap-row-x8 {
  row-gap: 64px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x8-sm {
    row-gap: 64px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x8-md {
    row-gap: 64px;
  }
}

.l-gap-col-x8 {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x8-sm {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x8-md {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
}

.l-gap-row-x8_5 {
  row-gap: 68px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x8_5-sm {
    row-gap: 68px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x8_5-md {
    row-gap: 68px;
  }
}

.l-gap-col-x8_5 {
  -moz-column-gap: 68px;
       column-gap: 68px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x8_5-sm {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x8_5-md {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
}

.l-gap-row-x9 {
  row-gap: 72px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x9-sm {
    row-gap: 72px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x9-md {
    row-gap: 72px;
  }
}

.l-gap-col-x9 {
  -moz-column-gap: 72px;
       column-gap: 72px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x9-sm {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x9-md {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
}

.l-gap-row-x9_5 {
  row-gap: 76px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x9_5-sm {
    row-gap: 76px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x9_5-md {
    row-gap: 76px;
  }
}

.l-gap-col-x9_5 {
  -moz-column-gap: 76px;
       column-gap: 76px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x9_5-sm {
    -moz-column-gap: 76px;
         column-gap: 76px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x9_5-md {
    -moz-column-gap: 76px;
         column-gap: 76px;
  }
}

.l-gap-row-x10 {
  row-gap: 80px;
}

@media only screen and (max-width: 767px) {
  .l-gap-row-x10-sm {
    row-gap: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-row-x10-md {
    row-gap: 80px;
  }
}

.l-gap-col-x10 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

@media only screen and (max-width: 767px) {
  .l-gap-col-x10-sm {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .l-gap-col-x10-md {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}

/*! =========================================================
 _components
========================================================= */
.c-breadcrumb {
  padding: 16px 0;
  border-top: 1px solid var(--nissui-color-gray-200, #D2C9BB);
  background: var(--nissui-color-nissuiWhite, #FFF);
}

.c-breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 16px;
}

.c-breadcrumb_listItem {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--nissui-color-default);
}

.c-breadcrumb_listItem:not(:first-child) {
  position: relative;
  padding-left: 22px;
}
.c-breadcrumb_listItem:not(:first-child)::before {
  content: "/";
  position: absolute;
  left: 0;
  display: inline-block;
  font-size: initial;
  color: currentColor;
  opacity: 0.3;
  line-height: 21px;
}

.c-breadcrumb_listItemLink,
.c-breadcrumb_listItemLink:visited {
  display: block;
  text-decoration: none;
  color: var(--nussui-color-default);
}
@media (hover: hover) {
  .c-breadcrumb_listItemLink:hover,
.c-breadcrumb_listItemLink:visited:hover {
    color: var(--nissui-color-nissuiRed);
  }
}

.c-breadcrumb_listItemLink:hover {
  color: #000;
}

.c-localNav {
  border-top: 1px solid var(--nissui-color-gray-200, #D2C9BB);
}
.c-localNav:not(:first-child) {
  margin-top: 32px;
}

.c-localNav + .c-localNav {
  margin-top: 20px;
}

.c-localNav_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 16px 0 20px 16px;
}

.c-localNav_list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.c-localNav_listItem {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  float: left;
}

.c-localNav_listItem:after {
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  display: block;
  width: 1px;
  height: 29px;
  margin: auto;
  content: "";
  background-color: var(--nissui-color-gray-200, #D2C9BB);
}

.c-localNav_listItemLink,
.c-localNav_listItemLink:visited {
  position: relative;
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #616161;
  border-radius: 4px;
}

.c-localNav_listItemLink:hover {
  color: var(--nissui-color-nissuiRed);
}

.c-localNav_listItemLink.is-current {
  color: var(--nissui-color-nissuiRed);
}

.c-localNav_listItemLink.is-current:before {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  border-radius: 50%;
  background: var(--nissui-color-nissuiRed);
}

.l-section-bgGrey .c-localNav02 {
  margin: -16px 0;
}

.c-localNav02_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 700;
}

.c-localNav02_titleLink, .c-localNav02_titleLink:visited {
  text-decoration: none;
  color: #000;
}

.c-localNav02_titleLink:hover {
  opacity: 0.7;
  color: #000;
}

.c-localNav02_list {
  display: flex;
  overflow: hidden;
  margin: 28px 0 0 -3%;
  flex-wrap: wrap;
}

.c-localNav02_listItem {
  font-size: 14px;
  line-height: 1.3;
  width: 30%;
  margin-left: 3%;
  border-radius: 4px;
}

.c-localNav02_listItemLink, .c-localNav02_listItemLink:visited {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #000;
}

.c-localNav02_listItemLink:hover {
  text-decoration: underline;
  color: #d72e39;
}

.c-localNav02_listItem.is-current {
  background: #f4e1e2;
}

@media only screen and (max-width: 767px) {
  .l-section-bgGrey .c-localNav02 {
    margin: 0 0 -40px;
  }
  .c-localNav02_titleLink:hover {
    opacity: 1;
  }
  .c-localNav02_list {
    margin: 28px -16px 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .c-localNav02_listItem {
    font-size: 16px;
    width: 100%;
    margin: 0;
    border-top: 1px solid #d8d8d8;
    border-radius: 0;
  }
  .c-localNav02_listItemLink, .c-localNav02_listItemLink:visited {
    padding: 16px 24px;
  }
  .c-localNav02_listItemLink:hover {
    text-decoration: none;
    color: #000;
  }
}
.c-localNav03 .l-section-bgGrey .c-localNav03 {
  margin: -16px 0;
}
.c-localNav03 .c-localNav03_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.c-localNav03 .c-localNav03_titleLink,
.c-localNav03 .c-localNav03_titleLink:visited {
  text-decoration: none;
  color: var(--nussui-color-default);
}
.c-localNav03 .c-localNav03_titleLink::after,
.c-localNav03 .c-localNav03_titleLink:visited::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 6px;
  -webkit-mask: no-repeat center;
          mask: no-repeat center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: currentColor;
  line-height: 1;
  transform: translateY(0.16em);
  -webkit-mask-image: url(/assets_2024/img/icons/ic_link_circle.svg);
          mask-image: url(/assets_2024/img/icons/ic_link_circle.svg);
}
.c-localNav03 .c-localNav03_titleLink::after,
.c-localNav03 .c-localNav03_titleLink:visited::after {
  -webkit-mask-image: none;
          mask-image: none;
  background: url(/assets_2024/img/icons/ic_link_circle.svg) center no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .c-localNav03 .c-localNav03_titleLink:hover,
.c-localNav03 .c-localNav03_titleLink:visited:hover {
    color: var(--nissui-color-nissuiRed);
    opacity: 1;
  }
}
.c-localNav03 .c-localNav03_list {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  gap: 24px;
}
.c-localNav03 .c-localNav03_list:not(:first-child) {
  margin-top: 24px;
}
.c-localNav03 .c-localNav03_listItem {
  line-height: 1;
  width: 30%;
}
.c-localNav03 .c-localNav03_listItemLink:hover {
  text-decoration: underline;
  color: #d72e39;
}
.c-localNav03 .c-localNav03_listItem.is-current {
  background: #f4e1e2;
}

.c-backLink {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 28px;
}

.c-backLink > a:before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  vertical-align: middle;
  background: url(/assets/img/icons/ic_chevron_left_red.svg) no-repeat center center;
  background-size: 24px 24px;
}

.c-backLink + [class*=c-heading] {
  margin-top: 20px;
}

/*! Footer */
.c-contentFooter {
  position: relative;
  z-index: 0;
  padding: 80px 0;
}

.c-contentFooter:last-child {
  margin: 160px 0 -160px;
}

.c-contentFooter::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  content: "";
  border-top: 1px solid #e0e0e0;
  background-color: #F6F3EE;
}

.c-contentFooter_link {
  display: flex;
  align-items: center;
}

.c-contentFooter_link:hover img {
  opacity: 0.7;
}

.c-contentFooter_img {
  width: calc(50% - 8px);
  max-width: 144px;
  margin-right: 16px;
  flex: 0 0 auto;
}

.c-contentFooter_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-contentFooter_text {
  flex: 1 1 auto;
}

/*! Heading */
.c-headingLv1 {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  margin: 60px 0;
}

.c-headingLv2 {
  position: relative;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
.c-headingLv2:not(.c-headingLv2-nomark) {
  padding-top: 32px;
}
.c-headingLv2:not(.c-headingLv2-nomark)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: var(--nissui-color-nissuiRed);
}
.c-headingLv2 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.c-headingLv2 a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 8px;
  background: url(../img/icons/ic_link_circle.svg) center no-repeat;
  background-size: contain;
  transform: translateY(0.15em);
}
@media (hover: hover) {
  .c-headingLv2 a:hover {
    color: var(--nissui-color-nissuiRed);
  }
}
.c-headingLv2:not(:first-child) {
  margin-top: 80px;
}
.c-headingLv2:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .c-headingLv2 {
    font-size: 24px;
  }
  .c-headingLv2:not(.c-headingLv2-nomark)::before {
    width: 56px;
  }
  .c-headingLv2:not(:first-child) {
    margin-top: 64px;
  }
}
.c-headingLv2 .u-icon::before, .c-headingLv2 .u-icon::after {
  width: 1.5em;
  height: 1.5em;
}

.c-headingLv3 {
  position: relative;
  padding-left: 20px;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.c-headingLv3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--nissui-color-nissuiRed);
}
.c-headingLv3:not(:first-child) {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .c-headingLv3 {
    font-size: 20px;
  }
}

.c-headingLv4 {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.c-headingLv4:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .c-headingLv4 {
    font-size: 18px;
  }
}

.c-headingLv5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.c-headingLv5:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .c-headingLv5 {
    font-size: 18px;
  }
}

.c-headingLv6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.c-headingLv6:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .c-headingLv6 {
    font-size: 16px;
  }
}

[class*=c-heading] + [class*=c-heading] {
  margin-top: 36px;
}

.c-pageTitle {
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-pageTitle .c-pageTitle_sub {
  color: var(--accent-color-021, #FF5100);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.17;
  text-transform: uppercase;
}
.c-pageTitle .c-pageTitle_sub + .c-pageTitle_title {
  margin-top: 8px;
}
.c-pageTitle .c-pageTitle_title {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (min-width: 768px) {
  .c-pageTitle {
    padding-bottom: 30px;
  }
  .c-pageTitle .c-pageTitle_sub {
    font-size: 18px;
  }
  .c-pageTitle .c-pageTitle_sub + .c-pageTitle_title {
    margin-top: 4px;
  }
  .c-pageTitle .c-pageTitle_title {
    font-size: 48px;
  }
}
.c-pageTitle.c-pageTitle-small .c-pageTitle_sub {
  font-size: 8px;
}
@media only screen and (min-width: 768px) {
  .c-pageTitle.c-pageTitle-small .c-pageTitle_sub {
    font-size: 10px;
  }
}
.c-pageTitle.c-pageTitle-small .c-pageTitle_title {
  margin-top: 4px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .c-pageTitle.c-pageTitle-small .c-pageTitle_title {
    margin-top: 8px;
    font-size: 24px;
  }
}
.c-pageTitle.c-pageTitle-blue .c-pageTitle_sub {
  color: var(--nissui-color-nissuiBlue);
}
.c-pageTitle.c-pageTitle-red .c-pageTitle_sub {
  color: var(--nissui-color-nissuiRed);
}
.c-pageTitle.c-pageTitle-green .c-pageTitle_sub {
  color: var(--nissui-color-green);
}
.c-pageTitle.c-pageTitle-yellow .c-pageTitle_sub {
  color: var(--nissui-color-yellow);
}

/*! Text */
.c-text {
  font-size: 16px;
  line-height: 1.8;
}
.c-text:not(:first-child) {
  margin-top: 16px;
}

.c-catchText {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
}
.c-catchText:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .c-catchText {
    font-size: 20px;
  }
}

.c-leadText {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
.c-leadText:not(:first-child) {
  margin-top: 32px;
}

.c-leadText:first-child {
  margin-top: 0;
}

.c-titleText {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 24px;
}

.c-titleText:first-child {
  margin-top: 0;
}

.c-subText {
  font-size: 14px;
  line-height: 1.8;
}
.c-subText:not(:first-child) {
  margin-top: 24px;
}

.c-note {
  font-size: 12px;
  line-height: 1.5;
}
.c-note:not(:first-child) {
  margin-top: 16px;
}

.c-note-mark {
  padding-left: 1em;
  text-indent: -1em;
}

.c-note-mark:before {
  display: inline-block;
  width: 1em;
  content: "※";
  vertical-align: top;
  text-indent: 0;
}

.c-note-order {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.c-note_num {
  display: inline-block;
  width: 2.5em;
  text-indent: 0;
}

.c-emphasisText {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 700;
}

.c-strongText {
  font-weight: 700;
}

.c-smallText {
  font-size: 0.75em;
}

.c-subscriptText {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 1.5;
  vertical-align: sub;
}

.c-superscriptText {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 1.5;
  vertical-align: super;
}

.c-tag {
  display: inline-flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: flex-start;
  color: var(--nissui-color-gray, #575757);
  border-radius: 0.28em;
  border: 1px solid var(--nissui-color-gray-200, #D2C9BB);
  background: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
.c-tag + .c-tag {
  margin-left: 8px;
}

.c-list {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
}

.c-list:first-child {
  margin-top: 0;
}

li > .c-list,
li > .c-list:first-child {
  margin-top: 8px;
}

.c-list > li:not(:first-child) {
  margin-top: 8px;
}

.c-list_item {
  padding-left: 28px;
  text-indent: -28px;
}

.c-list_item:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -6px 8px 0;
  content: "";
  vertical-align: middle;
  border-radius: 100%;
  background-color: var(--nissui-color-gray, #575757);
}

.c-list-nomark .c-list_item {
  padding-left: 0;
  text-indent: 0;
}

.c-list-nomark .c-list_item:before {
  display: none;
}

.c-list-order .c-list_item {
  padding-left: 1.9em;
  text-indent: -1.9em;
}

.c-list-order .c-list_item:before {
  display: none;
}

.c-list-order .c-list_marker {
  display: inline-block;
  width: 1.9em;
  padding-right: 0.3em;
  text-align: right;
  text-indent: 0;
}

.c-list-float {
  display: flex;
  flex-wrap: wrap;
}

.c-list-float:first-child {
  margin-top: -8px;
}

.c-list-float .c-list_item {
  margin-top: 8px;
  padding-right: 52px;
  word-wrap: break-word;
}

.c-list-1col .c-list_item {
  width: 100%;
}

.c-list-2col .c-list_item {
  width: 50%;
}

.c-list-3col .c-list_item {
  width: 33.3333%;
}

.c-list-4col .c-list_item {
  width: 25%;
}

.c-list-5col .c-list_item {
  width: 20%;
}

.c-list-6col .c-list_item {
  width: 16.6667%;
}

.c-list-7col .c-list_item {
  width: 14.2857%;
}

.c-list-8col .c-list_item {
  width: 12.5%;
}

.c-descriptionList {
  font-size: 14px;
  line-height: 1.8;
  display: flex;
  width: 100%;
  margin-top: 8px;
  border-top: 1px solid #bdbdbd;
  flex-wrap: wrap;
}

.c-descriptionList:first-child {
  margin-top: 0;
}

.c-descriptionList_term {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 700;
  width: 144px;
  padding: 8px 16px;
  border-bottom: 1px solid #bdbdbd;
}

.c-descriptionList_definition {
  width: 100%;
  padding: 8px 16px;
  border-bottom: 1px solid #bdbdbd;
}

.c-descriptionList_term + .c-descriptionList_definition {
  width: calc(100% - 144px);
}

.c-descriptionList-5per .c-descriptionList_term {
  width: 5%;
}

.c-descriptionList-5per .c-descriptionList_term + .c-descriptionList_definition {
  width: 95%;
}

.c-descriptionList-10per .c-descriptionList_term {
  width: 10%;
}

.c-descriptionList-10per .c-descriptionList_term + .c-descriptionList_definition {
  width: 90%;
}

.c-descriptionList-15per .c-descriptionList_term {
  width: 15%;
}

.c-descriptionList-15per .c-descriptionList_term + .c-descriptionList_definition {
  width: 85%;
}

.c-descriptionList-20per .c-descriptionList_term {
  width: 20%;
}

.c-descriptionList-20per .c-descriptionList_term + .c-descriptionList_definition {
  width: 80%;
}

.c-descriptionList-25per .c-descriptionList_term {
  width: 25%;
}

.c-descriptionList-25per .c-descriptionList_term + .c-descriptionList_definition {
  width: 75%;
}

.c-descriptionList-30per .c-descriptionList_term {
  width: 30%;
}

.c-descriptionList-30per .c-descriptionList_term + .c-descriptionList_definition {
  width: 70%;
}

.c-descriptionList-35per .c-descriptionList_term {
  width: 35%;
}

.c-descriptionList-35per .c-descriptionList_term + .c-descriptionList_definition {
  width: 65%;
}

.c-descriptionList-40per .c-descriptionList_term {
  width: 40%;
}

.c-descriptionList-40per .c-descriptionList_term + .c-descriptionList_definition {
  width: 60%;
}

.c-descriptionList-45per .c-descriptionList_term {
  width: 45%;
}

.c-descriptionList-45per .c-descriptionList_term + .c-descriptionList_definition {
  width: 55%;
}

.c-descriptionList-50per .c-descriptionList_term {
  width: 50%;
}

.c-descriptionList-50per .c-descriptionList_term + .c-descriptionList_definition {
  width: 50%;
}

.c-descriptionList-55per .c-descriptionList_term {
  width: 55%;
}

.c-descriptionList-55per .c-descriptionList_term + .c-descriptionList_definition {
  width: 45%;
}

.c-descriptionList-60per .c-descriptionList_term {
  width: 60%;
}

.c-descriptionList-60per .c-descriptionList_term + .c-descriptionList_definition {
  width: 40%;
}

.c-descriptionList-65per .c-descriptionList_term {
  width: 65%;
}

.c-descriptionList-65per .c-descriptionList_term + .c-descriptionList_definition {
  width: 35%;
}

.c-descriptionList-70per .c-descriptionList_term {
  width: 70%;
}

.c-descriptionList-70per .c-descriptionList_term + .c-descriptionList_definition {
  width: 30%;
}

.c-descriptionList-75per .c-descriptionList_term {
  width: 75%;
}

.c-descriptionList-75per .c-descriptionList_term + .c-descriptionList_definition {
  width: 25%;
}

.c-descriptionList-80per .c-descriptionList_term {
  width: 80%;
}

.c-descriptionList-80per .c-descriptionList_term + .c-descriptionList_definition {
  width: 20%;
}

.c-descriptionList-85per .c-descriptionList_term {
  width: 85%;
}

.c-descriptionList-85per .c-descriptionList_term + .c-descriptionList_definition {
  width: 15%;
}

.c-descriptionList-90per .c-descriptionList_term {
  width: 90%;
}

.c-descriptionList-90per .c-descriptionList_term + .c-descriptionList_definition {
  width: 10%;
}

.c-descriptionList-95per .c-descriptionList_term {
  width: 95%;
}

.c-descriptionList-95per .c-descriptionList_term + .c-descriptionList_definition {
  width: 5%;
}

.c-descriptionList-100per .c-descriptionList_term {
  width: 100%;
}

.c-descriptionList-100per .c-descriptionList_term + .c-descriptionList_definition {
  width: 0%;
}

.c-descriptionList02 {
  margin-top: 24px;
}

.c-descriptionList02:first-child {
  margin-top: 0;
}

.c-descriptionList02_term {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 700;
  margin-top: 24px;
}

.c-descriptionList02_term:first-child {
  margin-top: 0;
}

.c-table {
  text-align: left;
}
.c-table:not(:first-child) {
  margin-top: 24px;
}
.c-table .c-table_caption {
  padding-bottom: 4px;
  text-align: left;
}
.c-table .c-table_content {
  width: 100%;
}
.c-table td,
.c-table th {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  padding: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid var(--nissui-color-gray-200, #D2C9BB);
}
.c-table th, .c-table_headCell, .c-table_head td, .c-table_head th {
  font-weight: 400;
  background: #ECE6DC;
}
.c-table .c-table_subHeadCell {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), #ECE6DC;
}
.c-table .c-table_headCell02 {
  background-color: #BED1D2;
}
.c-table .c-table_subHeadCell02 {
  background-color: rgba(223, 232, 233, 0.5);
}
.c-table.-table-fixed table {
  table-layout: fixed;
}

.c-img {
  display: inline-block;
  width: 100%;
  margin-top: 24px;
}
.c-img > img, .c-img > iframe, .c-img > video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-img:first-child {
  margin-top: 0;
}

.c-imgCaption {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 8px;
  text-align: center;
}

.c-img-autoWidth {
  display: block;
  width: auto;
  text-align: center;
}

.c-img-autoWidth > img {
  width: auto;
  max-width: 100%;
}

.c-img-fullWidth {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.c-img:link:hover img {
  opacity: 0.7;
}

.c-visual {
  position: relative;
  display: flex;
  width: 100vw;
  height: 600px;
  margin-left: calc(-50vw + 50%);
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
}
.c-visual .c-visual_image {
  overflow: hidden;
  width: 100%;
  height: 0;
}
.c-visual .c-visual_image img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-visual .c-visual_title {
  font-family: var(--nissui-ff-sansserif);
  font-size: 5.5vw;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  width: 100%;
}
.c-visual .c-visual_text {
  font-family: var(--nissui-ff-sansserif);
  font-size: 1.1vw;
  font-weight: 600;
  position: relative;
  width: 100%;
  padding-top: 50px;
}
.c-visual .c-visual-position1 {
  padding-left: 35vw;
}
.c-visual .c-visualSub {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.c-visual .c-visualSub_image {
  position: relative;
  height: 140px;
}
.c-visual .c-visualSub_image img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-visual .c-visualSimple {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.c-visual .c-visualSimple_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-carouselSwiper {
  margin-top: 24px;
}

.c-carouselSwiper_wrapper {
  display: flex;
}

.c-carouselSwiper_slide {
  width: calc((100% - 24px) / 4);
  margin-right: 8px;
  text-align: center;
}

.c-carouselSwiper_link {
  display: block;
}

.c-carouselSwiper_link,
.c-carouselSwiper_link:visited {
  text-decoration: none;
  color: #000;
}

.c-carouselSwiper_link:active,
.c-carouselSwiper_link:hover {
  text-decoration: underline;
  color: #d72e39;
}

.c-carouselSwiper_link:active img,
.c-carouselSwiper_link:hover img {
  opacity: 0.7;
}

.c-carouselSwiper_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.c-carouselSwiper_img img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-carouselSwiper_img img.is-noimage {
  width: 216%;
  height: 216%;
  background-color: #f2f2f2;
}

.c-carouselSwiper-prod .c-carouselSwiper_img img {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
}

.c-carouselSwiper-prod .c-carouselSwiper_img img.is-noimage {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.c-carouselSwiper_text {
  font-size: 14px;
  line-height: 1.3;
  margin: 8px 16px 0;
}

.c-carouselSwiper_controller {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-carouselSwiper .swiper-pagination {
  display: none;
}

.c-carouselSwiper [class*=swiper-button-] {
  display: none;
}

.c-carouselSwiper [class*=swiper-button-]:after {
  display: none;
}

.c-carouselSwiper .swiper-button-next {
  background-image: url(/assets/img/icons/ic_chevron_right.svg);
}

.c-carouselSwiper .swiper-button-prev {
  background-image: url(/assets/img/icons/ic_chevron_left.svg);
}

.c-carouselSwiper .swiper-button-disabled {
  opacity: 0.1;
}

.c-carouselSwiper.swiper-no-swiping .c-carouselSwiper_controller {
  display: none;
}

.c-carouselSwiper2 {
  position: relative;
  width: 100%;
  margin: 24px auto 0;
}
.c-carouselSwiper2:not(.c-carouselSwiper-no-fog)::before, .c-carouselSwiper2:not(.c-carouselSwiper-no-fog)::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
}
.c-carouselSwiper2:not(.c-carouselSwiper-no-fog)::before {
  left: 0;
  background: linear-gradient(90deg, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
}
.c-carouselSwiper2:not(.c-carouselSwiper-no-fog)::after {
  right: 0;
  background: linear-gradient(-90deg, white 0%, white 25%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .c-carouselSwiper2 {
    width: calc(100% + 48px);
    transform: translateX(-24px);
  }
  .c-carouselSwiper2::before, .c-carouselSwiper2::after {
    width: 48px;
  }
}
@media only screen and (min-width: 1440px) {
  .c-carouselSwiper2 {
    width: calc(100% + 200px);
    transform: translateX(-100px);
  }
  .c-carouselSwiper2::before, .c-carouselSwiper2::after {
    width: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-carouselSwiper2 .c-carouselSwiper2_slide {
    width: 360px;
  }
}
.c-carouselSwiper2 .c-carouselSwiper2_link {
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .c-carouselSwiper2 .c-carouselSwiper2_link:hover {
    color: var(--nissui-color-nissuiRed);
  }
}
.c-carouselSwiper2 .c-carouselSwiper2_img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  width: 100%;
}
.c-carouselSwiper2 .c-carouselSwiper2_img img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: opacity 0.5s;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-carouselSwiper2 .c-carouselSwiper2_text {
  margin-top: 12px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.c-carouselSwiper2 .swiper-slide-active .c-carouselSwiper2_img img {
  opacity: 1;
}
.c-carouselSwiper2 .c-carouselSwiper2_controller {
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.c-carouselSwiper2.c-carouselSwiper-ratio-3\:2 .c-carouselSwiper2_img {
  aspect-ratio: 3/2;
}
.c-carouselSwiper2.c-carouselSwiper-ratio-1\:1 .c-carouselSwiper2_img {
  aspect-ratio: 1/1;
}
.c-carouselSwiper2.c-carouselSwiper-rounded .c-carouselSwiper2_img {
  border-radius: var(--nissui-border-radius-md);
}
.c-carouselSwiper2 .swiper-pagination {
  position: static;
  display: block;
}
.c-carouselSwiper2 .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 12px;
  vertical-align: middle;
  opacity: 1;
  border: 2px solid #363636;
  background: #fff;
}
.c-carouselSwiper2 .swiper-pagination-bullet-active {
  border-color: #ef3340;
  background-color: #ef3340;
}
.c-carouselSwiper2 [class*=swiper-button-], .c-carouselSwiper2 .swiper-stop {
  position: static;
  display: block;
  margin: 0;
  width: 24px;
  height: 24px;
  background: center no-repeat var(--nissui-color-default);
  background-size: contain;
  -webkit-mask: center center/100% 100%;
          mask: center center/100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.c-carouselSwiper2 [class*=swiper-button-]:after {
  display: none;
}
.c-carouselSwiper2 .swiper-button-next {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
}
.c-carouselSwiper2 .swiper-button-prev {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_left.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_left.svg);
}
.c-carouselSwiper2 .swiper-stop {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_pause.svg);
          mask-image: url(/assets_2024/img/icons/ic_pause.svg);
  cursor: pointer;
}
.c-carouselSwiper2 .swiper-stop.is-stop {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_play.svg);
          mask-image: url(/assets_2024/img/icons/ic_play.svg);
}
.c-carouselSwiper2.swiper-no-swiping .c-carouselSwiper2_controller {
  display: none;
}
.c-carouselSwiper2.swiper-no-swiping .c-carouselSwiper2_img img {
  opacity: 1;
}

.c-link,
.c-link:visited {
  text-decoration: none;
  color: #000;
}

.c-link:active,
.c-link:hover {
  text-decoration: underline;
  color: #d72e39;
}

.c-anchorNav {
  display: flex;
}

.c-anchorNav .c-list_item {
  padding-right: 32px;
}

.c-pageLink {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 32px;
  text-align: right;
}

.c-backLink {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 28px;
}

.c-backLink > a:before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  vertical-align: middle;
  background: url(/assets/img/icons/ic_chevron_left_red.svg) no-repeat center center;
  background-size: 24px 24px;
}

.c-backLink + [class*=c-heading] {
  margin-top: 20px;
}

.c-btnWrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin-top: 32px;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .c-btnWrap {
    flex-direction: column;
  }
}

.c-btnWrap:first-child {
  margin-top: 0;
}

.c-btnWrap .c-btn,
.c-btnWrap .c-btn:not(:first-child) {
  margin-top: 0;
}

.c-btn {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-flex;
  justify-content: space-between;
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0.3125em 0.75em 0.3125em 1em;
  transition: all 0.24s;
  text-align: left;
  text-decoration: none;
  color: var(--nissui-color-default, #363636);
  border: 1px solid var(--nissui-color-nissuiRed);
  border-radius: 8px;
  background-color: #fff;
}
.c-btn::after {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background: var(--nissui-color-nissuiRed);
  -webkit-mask: center center/100% 100%;
          mask: center center/100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.c-btn:not(:first-child) {
  margin-top: 32px;
}
.c-btn:visited {
  color: inherit;
}
.c-btn:active {
  color: var(--nissui-color-nissuiRed);
}
@media (hover: hover) {
  .c-btn:hover {
    color: var(--nissui-color-nissuiRed);
  }
}
.c-btn.c-btn-autoWidth {
  width: auto;
  min-width: auto;
}
.c-btn.c-btn-autoHeight {
  height: auto;
  min-height: auto;
}

.c-btn-link01::after {
  content: "";
  background: url(/assets_2024/img/icons/ic_link_circle.svg) center no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .c-btn-link01:hover {
    color: var(--nissui-color-nissuiRed);
  }
}

.c-btn-link02 {
  border-color: var(--nissui-color-gray-200, #D2C9BB);
}
.c-btn-link02::after {
  content: "";
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
}

.c-btn-linkBlank:after {
  content: "";
  -webkit-mask-image: url(/assets_2024/img/icons/ic_blank.svg);
          mask-image: url(/assets_2024/img/icons/ic_blank.svg);
}

.c-btn-link03 {
  display: inline-block;
  width: 100%;
  padding: 12px 24px;
  text-align: left;
  border-radius: 9999px;
  background-color: #f7f7f7;
  border-color: #bdbdbd;
}
.c-btn-link03::after {
  content: "";
  margin-left: 0.5em;
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
}

.c-btn-pdf:after {
  content: "";
  -webkit-mask-image: url(/assets_2024/img/icons/ic_file_pdf.svg);
          mask-image: url(/assets_2024/img/icons/ic_file_pdf.svg);
}

.c-btn-plus:after {
  background-image: url(/assets/img/icons/ic_plus.svg);
}

.c-card01 {
  height: 100%;
}
.c-card01 .c-card_link {
  position: relative;
  display: flex;
  height: 100%;
  padding-right: 56px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  align-items: center;
}
.c-card01 .c-card_link:hover {
  color: #d72e39;
}
.c-card01 .c-card_link:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-radius: 100%;
  background: url(/assets_2024/img/icons/ic_link_circle.svg) no-repeat 0 0;
  background-size: 32px 32px;
}
.c-card01 .c-card_img {
  position: relative;
  min-height: 152px;
  margin-right: 32px;
  border-right: 1px solid #eee;
  align-self: stretch;
  flex: 0 0 153px;
}
.c-card01 .c-card_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  padding: 12px;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
}
.c-card01 .c-card_img img.is-noimage {
  width: 140%;
  height: 140%;
}
.c-card01 .c-card_text {
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 0;
}

.c-card02 {
  text-align: center;
}
.c-card02 .c-card_link {
  display: block;
}
.c-card02 .c-card_link,
.c-card02 .c-card_link:visited {
  text-decoration: none;
  color: #000;
}
.c-card02 .c-card_link:active,
.c-card02 .c-card_link:hover {
  text-decoration: underline;
  color: #d72e39;
}
.c-card02 .c-card_link:active img,
.c-card02 .c-card_link:hover img {
  opacity: 0.7;
}
.c-card02 .c-card_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 92%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.c-card02 .c-card_img img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card02 .c-card_img img.is-noimage {
  width: 223%;
  height: 223%;
  background-color: #f2f2f2;
}
.c-card02 .c-card_text {
  line-height: 1.5;
  margin: 8px 16px 0;
}

.c-card02-prod .c-card_img img {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card02-prod .c-card_img img.is-noimage {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.c-card03 {
  position: relative;
  margin-left: -1px;
  text-align: center;
}
.c-card03::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background: #cbcbcb;
}
.c-card03 .c-card_link {
  display: block;
}
.c-card03 .c-card_link,
.c-card03 .c-card_link:visited {
  text-decoration: none;
  color: var(--nissui-color-default);
}
.c-card03 .c-card_link:active,
.c-card03 .c-card_link:hover {
  color: var(--nissui-color-nissuiRed);
}
.c-card03 .c-card_img {
  position: relative;
  width: 48px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .c-card03 .c-card_img {
    width: 64px;
  }
}
.c-card03 .c-card_img img {
  font-family: "object-fit: contain;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-card03 .c-card_text {
  color: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
  margin-top: 9px;
}
@media only screen and (min-width: 768px) {
  .c-card03 .c-card_text {
    font-size: 16px;
    font-family: var(--nissui-ff-sansserif-bold);
    font-weight: 600;
  }
}
.l-grid_item-3:nth-child(4n) > .c-card03::after, .l-grid_item-4:nth-child(3n) > .c-card03::after, .l-grid_item-6:nth-child(2n) > .c-card03::after {
  display: none;
}

.c-card04 {
  text-align: center;
}

.c-card04 .c-card_link {
  display: block;
}

.c-card04 .c-card_link,
.c-card04 .c-card_link:visited {
  text-decoration: none;
  color: #000;
}

.c-card04 .c-card_link:active,
.c-card04 .c-card_link:hover {
  text-decoration: underline;
  color: #d72e39;
}

.c-card04 .c-card_link:active img,
.c-card04 .c-card_link:hover img {
  opacity: 0.7;
}

.c-card04 .c-card_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.c-card04 .c-card_img:not([class*=u-ratio-]) {
  height: 0;
  padding-bottom: 100%;
}

.c-card04 .c-card_img img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card04 .c-card_img img.is-noimage {
  width: 216%;
  height: 216%;
  background-color: #f2f2f2;
}

.c-card04 .c-card_text {
  font-size: 14px;
  line-height: 1.3;
  margin: 8px 16px 0;
}

.c-card04-prod .c-card_img img {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card04-prod .c-card_img img.is-noimage {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.c-card04-prod2 {
  height: 100%;
  border-radius: 12px;
  background: #FBF9F7;
}
.c-card04-prod2 .c-card_link {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--nissui-color-default);
}
@media only screen and (min-width: 768px) {
  .c-card04-prod2 .c-card_link {
    padding: 32px 16px 16px 16px;
  }
}
.c-card04-prod2 .c-card_img {
  background: none;
  padding-bottom: min(100%, 200px);
}
.c-card04-prod2 .c-card_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-card04-prod2 .c-card_text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 42px;
  margin: 0;
  color: inherit;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
@media only screen and (min-width: 768px) {
  .c-card04-prod2 .c-card_text {
    min-height: 48px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .c-card04-prod2:hover .c-card_link {
    text-decoration: none;
    color: var(--nissui-color-nissuiRed);
  }
}

/* c-card05 */
.c-card05:not(:first-child) {
  margin-top: 32px;
}
.c-card05 .c-card_link {
  display: block;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  color: var(--nissui-color-default, #363636);
  border: 1px solid var(--nissui-color-gray-200, #D2C9BB);
  border-radius: 12px;
  background: #FAF8F6;
}
.c-card05 .c-card_link:hover .c-card_title {
  color: var(--nissui-color-nissuiRed);
}
.c-card05 .c-card_link:hover .c-card_img {
  opacity: 0.8;
}
.c-card05 .c-card_img {
  position: relative;
  overflow: hidden;
}
.c-card05 .c-card_img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.c-card05 .c-card_img img.is-noimage {
  aspect-ratio: 16/9;
  width: 100%;
  background-color: #f2f2f2;
}
.c-card05 .c-card_content {
  overflow: hidden;
  padding: 16px 24px;
}
.c-card05 .c-card_title {
  position: relative;
  padding-block: 9px;
  padding-right: calc(20px + 0.25em);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.c-card05 .c-card_title::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  flex: 0 0 auto;
  width: 1em;
  aspect-ratio: 1/1;
  background: url(/assets_2024/img/icons/ic_link_circle.svg) center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.c-card05 .c-card_title + .c-card_text {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--nissui-color-gray-200, #D2C9BB);
}
.c-card05 .c-card_text {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.c-card05 .c-card_tag {
  font-weight: 500;
  float: left;
  margin: 12px 0 0;
  letter-spacing: 2px;
  color: #000;
  border: none;
  background-color: #f7b500;
}
.c-card05 .c-card_tag::before {
  display: none;
}
.c-card05 .c-card_tag + .c-card_title {
  margin: 0 0 0 60px;
}
.c-card05 + .c-list {
  margin-top: 16px;
}
.c-card05-float .c-card_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
}
.c-card05-float3 .c-card_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
}
.c-card05-small .c-card_img img.is-noimage {
  width: 145%;
  height: 145%;
}
.c-card05-small .c-card_img + .c-card_content {
  padding: 12px 16px 16px;
}
.c-card05-small .c-card_title {
  font-family: var(--nissui-ff-sansserif);
  font-weight: 500;
}
.c-card05.c-card05-innovative .c-card_link {
  position: relative;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  background: none;
  border: none;
  cursor: pointer;
}
.c-card05.c-card05-innovative .c-card_link::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  opacity: 0.85;
  background: var(--nissui-color-nissuiWhite);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media only screen and (max-width: 767px) {
  .c-card05.c-card05-innovative .c-card_link {
    display: flex;
    flex-direction: row-reverse;
  }
  .c-card05.c-card05-innovative .c-card_img {
    width: 118px;
  }
  .c-card05.c-card05-innovative .c-card_img img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
  }
  .c-card05.c-card05-innovative .c-card_content {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 7.2em;
    padding: 0 6px 0 12px;
  }
  .c-card05.c-card05-innovative .c-card_title {
    width: 100%;
    font-size: 14px;
    line-height: 180%; /* 25.2px */
  }
  .c-card05.c-card05-innovative .c-card_title::after {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-card05.c-card05-innovative .c-card_link {
    display: flex;
    flex-direction: column;
  }
  .c-card05.c-card05-innovative .c-card_img {
    margin-top: auto;
    flex: 0 0 auto;
  }
  .c-card05.c-card05-innovative .c-card_img img {
    aspect-ratio: 4/3;
  }
  .c-card05.c-card05-innovative .c-card_content {
    display: flex;
    align-items: center;
    min-height: calc(5.4em + 64px);
    font-size: 24px;
    padding: 16px 16px 16px 24px;
  }
  .c-card05.c-card05-innovative .c-card_title {
    width: 100%;
    height: 100%;
    padding-block: 0;
    font-size: 24px;
    line-height: 180%; /* 25.2px */
  }
  .c-card05.c-card05-innovative .c-card_title::after {
    font-size: 24px;
  }
}

.c-card06 {
  margin-top: 16px;
}

.c-card06 .c-card_img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.c-card06 .c-card_img img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card06 .c-card_img img.is-noimage {
  width: 161%;
  height: 161%;
  background-color: #f2f2f2;
}

.c-card06 .c-card_content {
  display: flex;
  padding: 16px 0;
  flex-flow: column noWrap;
}

.c-card06 .c-card_text {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 16px 24px;
}

.c-card06 .c-card_btn {
  margin-top: auto;
  text-align: right;
}

.c-card06 .c-card_list {
  font-size: 14px;
  margin: 16px 0 0 16px;
}

.c-card06 .c-card_list_item {
  margin-top: 0;
}

.c-card06:first-child {
  margin-top: 0;
}

.c-card07 {
  display: flex;
  align-items: flex-start;
}

.c-card07 .c-card_img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 25.592%;
  flex: 0 0 45.67%;
}

.c-card07 .c-card_img img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card07 .c-card_img img.is-noimage {
  width: 155%;
  height: 155%;
  background-color: #f2f2f2;
}

.c-card07 .c-card_content {
  padding-left: 16px;
}

.c-card07 .c-card_title {
  font-size: 16px;
  font-weight: 500;
}

.c-card07 .c-card_text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}

.c-card07 .c-card_link {
  margin-top: 16px;
  text-align: right;
}

.c-card07 .c-card_tags {
  overflow: hidden;
  margin: 8px 0 0 -8px;
}

.c-card07 .c-card_tags > .c-card_tag {
  font-weight: 500;
  float: left;
  margin: 8px 0 0 8px;
  color: #000;
  border: none;
  background-color: #f7b500;
}

.c-card07 .c-card_list {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}

.c-card07 .c-card_list > .c-list_item {
  margin-top: 0;
}

.c-card07 .c-card_btn {
  margin-top: 24px;
}

.c-card07-cpn .c-card_img,
.c-card07-cpn-end .c-card_img {
  height: auto;
  padding-bottom: 0;
  background: #000;
  flex: 0 0 46.033%;
}

.c-card07-cpn .c-card_img img,
.c-card07-cpn-end .c-card_img img {
  position: static;
  height: auto;
  transform: translate(0);
}

.c-card07-cpn-end .c-card_img img {
  opacity: 0.6;
}

.c-card08 {
  display: flex;
  margin-top: 32px;
}

.c-card08 .c-card_img {
  flex: 1;
}

.c-card08 .c-card_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-card08 .c-card_content {
  padding-left: 24px;
  flex: 1;
}

.c-card08 .c-card_text {
  font-size: 14px;
  line-height: 1.5;
}

.c-card08 .c-card_btn {
  margin-top: 32px;
}

.c-card08:first-child {
  margin-top: 0;
}

.c-card09 {
  display: flex;
  margin-top: 32px;
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  justify-content: space-between;
}

.c-card09 .c-card_img {
  flex: 0 0 230px;
}

.c-card09 .c-card_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-card09 .c-card_content {
  padding: 0 16px 0 24px;
  align-self: center;
}

.c-card09 .c-card_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.c-card09 .c-card_text {
  font-size: 16px;
  margin-top: 14px;
}

.c-card09 .c-card_link {
  font-size: 16px;
  margin-top: 8px;
}

.c-card09:first-child {
  margin-top: 0;
}

.c-news {
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  margin-top: 32px;
  border-bottom: 1px solid #e0e0e0;
}

.c-news:first-child {
  margin-top: 0;
}

.c-news_item {
  padding: 18px 0;
  border-top: 1px solid #ECE6DC;
}

.c-news_itemInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.c-news_itemInfo .c-tag + .c-tag {
  margin-left: 0;
}

.c-news_itemDate {
  vertical-align: middle;
  color: #616161;
  font-size: 14px;
}

.c-news_itemLink {
  display: block;
  font-size: 16px;
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
  margin-top: 8px;
}

.c-news_itemBodytext {
  font-size: 14px;
  margin-top: 8px;
  color: #616161;
}

.c-news_itemBodytext:after {
  content: " …";
}

.c-news_itemBodytext.is-noEllipsis:after {
  content: none;
}

.c-news-typeQa .c-news_item {
  position: relative;
  padding-left: 44px;
}

.c-news-typeQa .c-news_item:before {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 45%;
  left: 0;
  display: block;
  content: "Q";
  transform: translate(0, -50%);
  color: #ef3340;
}

.c-news-typeQa .c-news_itemLink {
  margin-top: 0;
}

.c-rssText {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 32px;
}

.c-tab {
  margin-top: 32px;
}

.c-tab:first-child {
  margin-top: 0;
}

.c-tab_head {
  border: 1px solid #bdbdbd;
  border-bottom: 0;
}

.c-tab_tabs {
  font-size: 16px;
  line-height: 1.8;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.c-tab .c-tab_trigger {
  display: table-cell;
  padding: 12px 1em;
  cursor: pointer;
  text-align: center;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #bdbdbd;
}

.c-tab .c-tab_trigger:hover {
  text-decoration: none;
}

.c-tab .c-tab_trigger-active {
  font-weight: 700;
  color: #000;
  border-color: #bdbdbd;
  border-bottom-color: transparent;
}

.c-tab .c-tab_trigger-active:first-child {
  border-left: 0;
}

.c-tab .c-tab_trigger-active:last-child {
  border-right: 0;
}

.c-tab_content {
  display: none;
}

.c-tab_content-open {
  display: block;
}

.c-accordion {
  margin-top: 32px;
  border-bottom: 1px solid #e0e0e0;
}

.c-accordion:first-child {
  margin-top: 0;
}

.c-accordion_title {
  font-size: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  display: block;
  padding: 24px 64px 24px 0;
  transition: all 0.3s;
  text-align: left;
  text-decoration: none;
  color: #000;
  border-top: 1px solid #e0e0e0;
}

.c-accordion_title.c-accordion_title-fzBig {
  font-size: 18px;
  font-weight: 700;
}

.c-accordion_title:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: auto;
  content: "";
  transition: all 0.3s;
  vertical-align: middle;
  background: url(/assets/img/icons/ic_plus.svg) no-repeat 0 0;
  background-size: contain;
}

.c-accordion_title:visited {
  color: #000;
}

.c-accordion_title:active,
.c-accordion_title:hover {
  color: #000;
}

.c-accordion_title.c-accordion-open:after {
  background-image: url(/assets/img/icons/ic_minus.svg);
}

.c-accordion_content {
  display: none;
}

.c-accordion_content.c-accordion-open {
  display: block;
}

.c-accordion_content_inner {
  padding: 6px 64px 32px 0;
}

.c-accordion-typeBtn {
  border-bottom: none;
}

.c-accordion-typeBtn .c-accordion_title {
  font-size: 16px;
  display: inline-block;
  width: auto;
  padding: 12px 50px 12px 24px;
  border: 1px solid #bdbdbd;
  border-radius: 24px;
  background-color: #F6F3EE;
}

.c-accordion-typeBtn .c-accordion_title:after {
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(/assets/img/icons/ic_chevron_bottom.svg) no-repeat 0 0;
  background-size: contain;
}

.c-accordion-typeBtn .c-accordion_title:active,
.c-accordion-typeBtn .c-accordion_title:hover {
  color: #fff;
  border-color: #d72e39;
  background-color: #d72e39;
}

.c-accordion-typeBtn .c-accordion_title:active:after,
.c-accordion-typeBtn .c-accordion_title:hover:after {
  background-image: url(/assets/img/icons/ic_chevron_bottom_white.svg);
}

.c-accordion-typeBtn .c-accordion_title.c-accordion-open:after {
  background-image: url(/assets/img/icons/ic_chevron_top.svg);
}

.c-accordion-typeBtn .c-accordion_title.c-accordion-open:active:after,
.c-accordion-typeBtn .c-accordion_title.c-accordion-open:hover:after {
  background-image: url(/assets/img/icons/ic_chevron_top_white.svg);
}

.c-accordion-typeBtn .c-accordion_content_inner {
  padding: 24px 40px;
}

.c-accordion-typeSection {
  border-bottom: none;
}

.c-accordion-typeSection > .c-accordion_section > .c-accordion_title {
  font-size: 18px;
  font-weight: 700;
  border-top: none;
}

.c-accordion-typeSection > .c-accordion_section > .c-accordion_title:after {
  right: 8px;
  width: 36px;
  height: 36px;
}

.c-accordion-typeSection > .c-accordion_section > .c-accordion_content > .c-accordion_content_inner {
  padding-top: 8px;
  padding-bottom: 40px;
}

.c-accordion-typeSmall {
  border-bottom: none;
}

.c-accordion-typeSmall .c-accordion_title {
  display: inline-block;
  padding: 0;
  border: none;
}

.c-accordion-typeSmall .c-accordion_title:after {
  right: -28px;
  width: 24px;
  height: 24px;
}

.c-accordion-typeSmall .c-accordion_content_inner {
  padding: 24px 0;
}

.c-accordion-typeQa .c-accordion_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 30px 64px 30px 52px;
}

.c-accordion-typeQa .c-accordion_title:before {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 45%;
  left: 16px;
  display: block;
  content: "Q";
  transform: translate(0, -50%);
  color: #ef3340;
}

.c-accordion-typeQa .c-accordion_title:hover {
  background: #f6f3ee;
}

.c-accordion-typeQa .c-accordion_content_inner {
  position: relative;
  padding: 16px 64px 24px 82px;
}

.c-accordion-typeQa .c-accordion_content_inner:before {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 18px;
  left: 52px;
  display: block;
  content: "A";
  color: #000;
}

.c-accordion-typeLink {
  border-color: #9e9e9e;
}

.c-accordion-typeLink .c-accordion_title {
  padding: 24px 56px 24px 16px;
  border-color: #9e9e9e;
}

.c-accordion-typeLink .c-accordion_title:after {
  display: none;
}

.c-accordion-typeLink .c-accordion_title_link {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.2px;
}
.c-accordion-typeLink .c-accordion_title_link::after {
  background: url(/assets_2024/img/icons/ic_link_circle.svg) center no-repeat;
  background-size: contain;
}

.c-accordion-typeLink .c-accordion_title_trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 48px;
  height: calc(100% - 32px);
  margin: 16px 0;
  transition: all 0.3s;
  background: url(/assets/img/icons/ic_plus.svg) no-repeat center center;
  background-size: 32px 32px;
}

.c-accordion-typeLink .c-accordion_title_trigger:hover {
  opacity: 0.7;
}

.c-accordion-typeLink .c-accordion_title_trigger.c-accordion-open {
  background-image: url(/assets/img/icons/ic_minus.svg);
}

.c-accordion-typeLink .c-accordion_title_trigger:after {
  position: absolute;
  top: 0;
  left: -8px;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background: #d8d8d8;
}

.c-accordion-typeLink .c-accordion_content_inner {
  padding: 0;
}

.c-pagination {
  margin-top: 32px;
  text-align: center;
}

.c-pagination:first-child {
  margin-top: 0;
}

.c-pagination_list {
  display: inline-block;
}

.c-pagination_item {
  display: inline-block;
  vertical-align: middle;
}

.c-pagination_item > a,
.c-pagination_item > span {
  font-size: 16px;
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
}

.c-pagination_item > a:hover,
.c-pagination_item > span:hover {
  opacity: 0.7;
}

.c-pagination_item > span {
  color: #d72e39;
}

.c-pagination_item > span:hover {
  opacity: 1;
}

.c-pagination_next > a,
.c-pagination_next > span,
.c-pagination_prev > a,
.c-pagination_prev > span {
  font-size: 0;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.c-pagination_next > span,
.c-pagination_prev > span {
  opacity: 0.1;
}

.c-pagination_prev > a,
.c-pagination_prev > span {
  background-image: url(/assets/img/icons/ic_chevron_left.svg);
}

.c-pagination_next > a,
.c-pagination_next > span {
  background-image: url(/assets/img/icons/ic_chevron_right.svg);
}

.c-form {
  width: 100%;
  margin-top: 32px;
}

.c-form:first-child {
  margin-top: 0;
}

.c-form_title {
  font-size: 14px;
  font-weight: 500;
  width: 120px;
  padding: 16px 0;
  text-align: left;
  vertical-align: top;
}

.c-form_body {
  padding: 12px;
}

.c-form_tag {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: -0.1em;
  display: block;
  width: 48px;
  text-align: center;
  color: #d8313c;
  border: 1px solid #d8313c;
  border-radius: 12px;
}

.c-form_description {
  font-size: 14px;
}

.c-form_description + .c-inputText,
.c-form_description + .c-pulldown,
.c-form_description + .c-textarea {
  margin-top: 8px;
}

.c-formBtn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  margin: 8px;
  padding: 14px 36px;
  transition: all 0.3s;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.c-formBtn_wrap {
  display: flex;
  margin: 16px -8px -8px;
  flex-wrap: wrap;
  justify-content: center;
}

.c-formBtn_wrap:first-child {
  margin-top: 0;
}

.c-formBtn-submit {
  color: #fff;
  background-color: #1565c0;
}

.c-formBtn-submit:hover:not([disabled]) {
  background-color: #0e4d94;
}

.c-formBtn-reset {
  color: #000;
  background-color: #e6e6e6;
}

.c-formBtn-reset:hover:not([disabled]) {
  background-color: #c2c2c2;
}

.c-formBtn[disabled] {
  cursor: default;
  opacity: 0.3;
  box-shadow: none;
}

.c-radio,
.c-selectbox {
  position: relative;
  display: inline-block;
  margin-top: 32px;
}

.c-radio:first-child,
.c-selectbox:first-child {
  margin-top: 0;
}

.c-radio_input,
.c-selectbox_input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-radio_text,
.c-selectbox_text {
  position: relative;
  display: block;
  padding-left: 24px;
  cursor: pointer;
}

.c-radio_text:after,
.c-radio_text:before,
.c-selectbox_text:after,
.c-selectbox_text:before {
  position: absolute;
  display: inline-block;
  content: "";
}

.c-radio_text:before,
.c-selectbox_text:before {
  z-index: 1;
}

.c-selectbox {
  margin-top: 32px;
}

.c-selectbox:first-child {
  margin-top: 0;
}

.c-selectbox_input:checked + .c-selectbox_text:before {
  opacity: 1;
}

.c-selectbox_input:checked + .c-selectbox_text:after {
  background-color: #000;
}

.c-selectbox_input:focus + .c-selectbox_text:after {
  outline-style: auto;
}

.c-selectbox_text:before {
  top: 0;
  bottom: 0;
  left: 5px;
  width: 7px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg) translate(-1px, -1px);
  opacity: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.c-selectbox_text:after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: transparent;
}

.c-radio {
  margin-top: 32px;
  margin-right: 24px;
}

.c-radio:first-child {
  margin-top: 0;
}

.c-radio_input:checked + .c-radio_text:before {
  background-color: #000;
}

.c-radio_input:focus + .c-radio_text:after {
  outline-style: auto;
}

.c-radio_text:after,
.c-radio_text:before {
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-radio_text:before {
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
}

.c-radio_text:after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #fff;
}

.c-selectbtn {
  position: relative;
  display: inline-block;
  margin: 8px 0 0 8px;
}

.c-selectbtn_wrap {
  font-size: 0;
  margin: -8px 0 0 -8px;
}

.c-selectbtn_input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-selectbtn_input:hover + .c-selectbtn_text {
  background: #c2c2c2;
}

.c-selectbtn_input:checked + .c-selectbtn_text {
  color: #fff;
  background: #d22d37;
}

.c-selectbtn_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s;
  color: #000;
  border-radius: 4px;
  background: #e6e6e6;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.c-pulldown {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 32px;
  transition: opacity 0.3s;
}

.c-pulldown:first-child {
  margin-top: 0;
}

.c-pulldown-autoWidth {
  width: auto;
}

.c-pulldown-autoWidth select {
  width: auto;
}

.c-pulldown select {
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 2.5em;
  padding: 0 36px 0 16px;
  cursor: pointer;
  color: #000;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-pulldown select::-ms-expand {
  display: none;
}

.c-pulldown:after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  content: "";
  pointer-events: none;
  background-image: url(/assets/img/icons/ic_chevron_bottom.svg);
  background-size: 1.5em 1.5em;
}

.c-pulldown.is-disabled {
  opacity: 0.3;
}

.c-pulldown.is-disabled select {
  cursor: default;
  box-shadow: none;
}

.c-inputText,
.c-textarea {
  font-size: 16px;
  line-height: 1.8;
  line-height: 1;
  display: inline-block;
  width: 100%;
  margin-top: 32px;
  padding: 12px 16px;
  border: 1px solid #000;
  border-radius: 4px;
}

.c-inputText:first-child,
.c-textarea:first-child {
  margin-top: 0;
}

.c-inputText-error,
.c-textarea-error {
  border-color: #e65100;
}

.c-inputText-autoWidth,
.c-textarea-autoWidth {
  width: auto;
}

.c-searchBox {
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  margin-top: 24px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #FFF;
}

.c-searchBox:first-child {
  margin-top: 0;
}

.c-searchBox_form {
  display: flex;
}

.c-searchBox_input {
  line-height: 40px;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px 0 0 4px;
  flex: 1;
}

.c-searchBox_input:placeholder {
  color: #9e9e9e;
}

.c-searchBox_input:not(:-moz-placeholder-shown) {
  background-color: #fefbf3;
}

.c-searchBox_input:not(:placeholder-shown) {
  background-color: #fefbf3;
}

.c-searchBox_submit {
  width: 56px;
  padding: 0;
  text-indent: -9999px;
  background: url(/assets_2024/img/icons/ic_search.svg) no-repeat center center;
  background-size: 24px 24px;
  cursor: pointer;
}

.c-searchBox_submit:hover {
  opacity: 0.7;
}

.c-outsideContainer {
  border-bottom: 1px solid #bdbdbd;
}

.c-outsideContainer_close {
  font-size: 0;
  position: absolute;
  top: 24px;
  right: 16px;
  width: 32px;
  height: 32px;
}

.c-outsideContainer_inner {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
}

.c-outsideContainer_body {
  margin-top: 24px;
}

.c-notice {
  margin-top: 80px;
  padding: 32px;
  border-radius: 6px;
  background-color: rgba(250, 222, 217, 0.3);
}

.c-notice:first-child {
  margin-top: 0;
}

.c-notice_date {
  font-size: 14px;
  color: #616161;
}

.c-notice_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 8px;
  color: #d72e39;
}

.c-notice_text {
  line-height: 1.5;
  margin-top: 8px;
}

.c-notice-lv2 {
  padding: 16px;
}

.c-notice-lv3 .c-notice_title {
  font-size: 32px;
}

.c-marker {
  font-style: normal;
  background: linear-gradient(transparent 80%, #FF5100 80%);
}
@media only screen and (min-width: 768px) {
  .c-marker {
    background: linear-gradient(transparent 70%, #FF5100 70%);
  }
}

/*! =========================================================
 _utility
========================================================= */
.u-ratio-16\:9 {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-ratio-3\:2 {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-ratio-1\:1 {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-rounded-md {
  border-radius: var(--nissui-border-radius-md);
}

.u-rounded-lg {
  border-radius: var(--nissui-border-radius-lg);
}

.u-box {
  padding: 32px;
  color: #000;
  border-radius: 6px;
  background: #f6f3ee;
}

.u-box_headding {
  font-size: 18px;
  font-weight: 500;
}

.u-box_headding + .u-box_body {
  margin-top: 16px;
}

.u-ta-center {
  text-align: center;
}

.u-ta-center-imp {
  text-align: center !important;
}

.u-ta-left {
  text-align: left;
}

.u-ta-left-imp {
  text-align: left !important;
}

.u-ta-right {
  text-align: right;
}

.u-ta-right-imp {
  text-align: right !important;
}

.u-va-top {
  vertical-align: top;
}

.u-va-top-imp {
  vertical-align: top !important;
}

.u-va-middle {
  vertical-align: middle;
}

.u-va-middle-imp {
  vertical-align: middle !important;
}

.u-va-bottom {
  vertical-align: bottom;
}

.u-va-bottom-imp {
  vertical-align: bottom !important;
}

.u-ff-sansserif {
  font-family: var(--nissui-ff-sansserif);
}

.u-ff-sansserif-imp {
  font-family: var(--nissui-ff-sansserif) !important;
}

.u-ff-serif {
  font-family: var(--nissui-ff-sansserif);
}

.u-ff-serif-imp {
  font-family: var(--nissui-ff-sansserif) !important;
}

.u-ff-en {
  font-family: var(--nissui-ff-en), sans-serif;
}

.u-ff-en-imp {
  font-family: var(--nissui-ff-en), sans-serif !important;
}

.u-ff-num {
  font-family: var(--nissui-ff-number);
}

.u-ff-num-imp {
  font-family: var(--nissui-ff-number) !important;
}

.u-fz-10 {
  font-size: 10px;
}

.u-fz-10-imp {
  font-size: 10px !important;
}

.u-fz-11 {
  font-size: 11px;
}

.u-fz-11-imp {
  font-size: 11px !important;
}

.u-fz-12 {
  font-size: 12px;
}

.u-fz-12-imp {
  font-size: 12px !important;
}

.u-fz-13 {
  font-size: 13px;
}

.u-fz-13-imp {
  font-size: 13px !important;
}

.u-fz-14 {
  font-size: 14px;
}

.u-fz-14-imp {
  font-size: 14px !important;
}

.u-fz-15 {
  font-size: 15px;
}

.u-fz-15-imp {
  font-size: 15px !important;
}

.u-fz-16 {
  font-size: 16px;
}

.u-fz-16-imp {
  font-size: 16px !important;
}

.u-fz-17 {
  font-size: 17px;
}

.u-fz-17-imp {
  font-size: 17px !important;
}

.u-fz-18 {
  font-size: 18px;
}

.u-fz-18-imp {
  font-size: 18px !important;
}

.u-fz-19 {
  font-size: 19px;
}

.u-fz-19-imp {
  font-size: 19px !important;
}

.u-fz-20 {
  font-size: 20px;
}

.u-fz-20-imp {
  font-size: 20px !important;
}

.u-fz-21 {
  font-size: 21px;
}

.u-fz-21-imp {
  font-size: 21px !important;
}

.u-fz-22 {
  font-size: 22px;
}

.u-fz-22-imp {
  font-size: 22px !important;
}

.u-fz-23 {
  font-size: 23px;
}

.u-fz-23-imp {
  font-size: 23px !important;
}

.u-fz-24 {
  font-size: 24px;
}

.u-fz-24-imp {
  font-size: 24px !important;
}

.u-fz-25 {
  font-size: 25px;
}

.u-fz-25-imp {
  font-size: 25px !important;
}

.u-fz-26 {
  font-size: 26px;
}

.u-fz-26-imp {
  font-size: 26px !important;
}

.u-fz-27 {
  font-size: 27px;
}

.u-fz-27-imp {
  font-size: 27px !important;
}

.u-fz-28 {
  font-size: 28px;
}

.u-fz-28-imp {
  font-size: 28px !important;
}

.u-fz-29 {
  font-size: 29px;
}

.u-fz-29-imp {
  font-size: 29px !important;
}

.u-fz-30 {
  font-size: 30px;
}

.u-fz-30-imp {
  font-size: 30px !important;
}

.u-fz-31 {
  font-size: 31px;
}

.u-fz-31-imp {
  font-size: 31px !important;
}

.u-fz-32 {
  font-size: 32px;
}

.u-fz-32-imp {
  font-size: 32px !important;
}

.u-fz-33 {
  font-size: 33px;
}

.u-fz-33-imp {
  font-size: 33px !important;
}

.u-fz-34 {
  font-size: 34px;
}

.u-fz-34-imp {
  font-size: 34px !important;
}

.u-fz-35 {
  font-size: 35px;
}

.u-fz-35-imp {
  font-size: 35px !important;
}

.u-fz-36 {
  font-size: 36px;
}

.u-fz-36-imp {
  font-size: 36px !important;
}

.u-fz-37 {
  font-size: 37px;
}

.u-fz-37-imp {
  font-size: 37px !important;
}

.u-fz-38 {
  font-size: 38px;
}

.u-fz-38-imp {
  font-size: 38px !important;
}

.u-fz-39 {
  font-size: 39px;
}

.u-fz-39-imp {
  font-size: 39px !important;
}

.u-fz-40 {
  font-size: 40px;
}

.u-fz-40-imp {
  font-size: 40px !important;
}

.u-fz-41 {
  font-size: 41px;
}

.u-fz-41-imp {
  font-size: 41px !important;
}

.u-fz-42 {
  font-size: 42px;
}

.u-fz-42-imp {
  font-size: 42px !important;
}

.u-fz-43 {
  font-size: 43px;
}

.u-fz-43-imp {
  font-size: 43px !important;
}

.u-fz-44 {
  font-size: 44px;
}

.u-fz-44-imp {
  font-size: 44px !important;
}

.u-fz-45 {
  font-size: 45px;
}

.u-fz-45-imp {
  font-size: 45px !important;
}

.u-fz-46 {
  font-size: 46px;
}

.u-fz-46-imp {
  font-size: 46px !important;
}

.u-fz-47 {
  font-size: 47px;
}

.u-fz-47-imp {
  font-size: 47px !important;
}

.u-fz-48 {
  font-size: 48px;
}

.u-fz-48-imp {
  font-size: 48px !important;
}

.u-fz-49 {
  font-size: 49px;
}

.u-fz-49-imp {
  font-size: 49px !important;
}

.u-fz-50 {
  font-size: 50px;
}

.u-fz-50-imp {
  font-size: 50px !important;
}

.u-fz-51 {
  font-size: 51px;
}

.u-fz-51-imp {
  font-size: 51px !important;
}

.u-fz-52 {
  font-size: 52px;
}

.u-fz-52-imp {
  font-size: 52px !important;
}

.u-fz-53 {
  font-size: 53px;
}

.u-fz-53-imp {
  font-size: 53px !important;
}

.u-fz-54 {
  font-size: 54px;
}

.u-fz-54-imp {
  font-size: 54px !important;
}

.u-fz-55 {
  font-size: 55px;
}

.u-fz-55-imp {
  font-size: 55px !important;
}

.u-fz-56 {
  font-size: 56px;
}

.u-fz-56-imp {
  font-size: 56px !important;
}

.u-fz-57 {
  font-size: 57px;
}

.u-fz-57-imp {
  font-size: 57px !important;
}

.u-fz-58 {
  font-size: 58px;
}

.u-fz-58-imp {
  font-size: 58px !important;
}

.u-fz-59 {
  font-size: 59px;
}

.u-fz-59-imp {
  font-size: 59px !important;
}

.u-fz-60 {
  font-size: 60px;
}

.u-fz-60-imp {
  font-size: 60px !important;
}

.u-fz-61 {
  font-size: 61px;
}

.u-fz-61-imp {
  font-size: 61px !important;
}

.u-fz-62 {
  font-size: 62px;
}

.u-fz-62-imp {
  font-size: 62px !important;
}

.u-fz-63 {
  font-size: 63px;
}

.u-fz-63-imp {
  font-size: 63px !important;
}

.u-fz-64 {
  font-size: 64px;
}

.u-fz-64-imp {
  font-size: 64px !important;
}

.u-fz-65 {
  font-size: 65px;
}

.u-fz-65-imp {
  font-size: 65px !important;
}

.u-fz-66 {
  font-size: 66px;
}

.u-fz-66-imp {
  font-size: 66px !important;
}

.u-fz-67 {
  font-size: 67px;
}

.u-fz-67-imp {
  font-size: 67px !important;
}

.u-fz-68 {
  font-size: 68px;
}

.u-fz-68-imp {
  font-size: 68px !important;
}

.u-fz-69 {
  font-size: 69px;
}

.u-fz-69-imp {
  font-size: 69px !important;
}

.u-fz-70 {
  font-size: 70px;
}

.u-fz-70-imp {
  font-size: 70px !important;
}

.u-fz-71 {
  font-size: 71px;
}

.u-fz-71-imp {
  font-size: 71px !important;
}

.u-fz-72 {
  font-size: 72px;
}

.u-fz-72-imp {
  font-size: 72px !important;
}

.u-fz-73 {
  font-size: 73px;
}

.u-fz-73-imp {
  font-size: 73px !important;
}

.u-fz-74 {
  font-size: 74px;
}

.u-fz-74-imp {
  font-size: 74px !important;
}

.u-fz-75 {
  font-size: 75px;
}

.u-fz-75-imp {
  font-size: 75px !important;
}

.u-fz-76 {
  font-size: 76px;
}

.u-fz-76-imp {
  font-size: 76px !important;
}

.u-fz-77 {
  font-size: 77px;
}

.u-fz-77-imp {
  font-size: 77px !important;
}

.u-fz-78 {
  font-size: 78px;
}

.u-fz-78-imp {
  font-size: 78px !important;
}

.u-fz-79 {
  font-size: 79px;
}

.u-fz-79-imp {
  font-size: 79px !important;
}

.u-fz-80 {
  font-size: 80px;
}

.u-fz-80-imp {
  font-size: 80px !important;
}

.u-fz-81 {
  font-size: 81px;
}

.u-fz-81-imp {
  font-size: 81px !important;
}

.u-fz-82 {
  font-size: 82px;
}

.u-fz-82-imp {
  font-size: 82px !important;
}

.u-fz-83 {
  font-size: 83px;
}

.u-fz-83-imp {
  font-size: 83px !important;
}

.u-fz-84 {
  font-size: 84px;
}

.u-fz-84-imp {
  font-size: 84px !important;
}

.u-fz-85 {
  font-size: 85px;
}

.u-fz-85-imp {
  font-size: 85px !important;
}

.u-fz-86 {
  font-size: 86px;
}

.u-fz-86-imp {
  font-size: 86px !important;
}

.u-fz-87 {
  font-size: 87px;
}

.u-fz-87-imp {
  font-size: 87px !important;
}

.u-fz-88 {
  font-size: 88px;
}

.u-fz-88-imp {
  font-size: 88px !important;
}

.u-fz-89 {
  font-size: 89px;
}

.u-fz-89-imp {
  font-size: 89px !important;
}

.u-fz-90 {
  font-size: 90px;
}

.u-fz-90-imp {
  font-size: 90px !important;
}

.u-fz-91 {
  font-size: 91px;
}

.u-fz-91-imp {
  font-size: 91px !important;
}

.u-fz-92 {
  font-size: 92px;
}

.u-fz-92-imp {
  font-size: 92px !important;
}

.u-fz-93 {
  font-size: 93px;
}

.u-fz-93-imp {
  font-size: 93px !important;
}

.u-fz-94 {
  font-size: 94px;
}

.u-fz-94-imp {
  font-size: 94px !important;
}

.u-fz-95 {
  font-size: 95px;
}

.u-fz-95-imp {
  font-size: 95px !important;
}

.u-fz-96 {
  font-size: 96px;
}

.u-fz-96-imp {
  font-size: 96px !important;
}

.u-fz-97 {
  font-size: 97px;
}

.u-fz-97-imp {
  font-size: 97px !important;
}

.u-fz-98 {
  font-size: 98px;
}

.u-fz-98-imp {
  font-size: 98px !important;
}

.u-fz-99 {
  font-size: 99px;
}

.u-fz-99-imp {
  font-size: 99px !important;
}

.u-fz-100 {
  font-size: 100px;
}

.u-fz-100-imp {
  font-size: 100px !important;
}

.u-fw-thin {
  font-weight: 100;
}

.u-fw-thin-imp {
  font-weight: 100 !important;
}

.u-fw-light {
  font-weight: 200;
}

.u-fw-light-imp {
  font-weight: 200 !important;
}

.u-fw-demilight {
  font-weight: 300;
}

.u-fw-demilight-imp {
  font-weight: 300 !important;
}

.u-fw-regular {
  font-weight: 400;
}

.u-fw-regular-imp {
  font-weight: 400 !important;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-medium-imp {
  font-weight: 500 !important;
}

.u-fw-semibold {
  font-weight: 600;
}

.u-fw-semibold-imp {
  font-weight: 600 !important;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fw-bold-imp {
  font-weight: 700 !important;
}

.u-fw-black {
  font-weight: 900;
}

.u-fw-black-imp {
  font-weight: 900 !important;
}

.u-tc-black {
  color: #000;
}

.u-tc-black-imp {
  color: #000 !important;
}

.u-tc-grey900 {
  color: #212121;
}

.u-tc-grey900-imp {
  color: #212121 !important;
}

.u-tc-grey800 {
  color: #424242;
}

.u-tc-grey800-imp {
  color: #424242 !important;
}

.u-tc-grey700 {
  color: #616161;
}

.u-tc-grey700-imp {
  color: #616161 !important;
}

.u-tc-grey600 {
  color: #757575;
}

.u-tc-grey600-imp {
  color: #757575 !important;
}

.u-tc-grey500 {
  color: #9e9e9e;
}

.u-tc-grey500-imp {
  color: #9e9e9e !important;
}

.u-tc-grey400 {
  color: #bdbdbd;
}

.u-tc-grey400-imp {
  color: #bdbdbd !important;
}

.u-tc-grey300 {
  color: #e0e0e0;
}

.u-tc-grey300-imp {
  color: #e0e0e0 !important;
}

.u-tc-grey200 {
  color: #eee;
}

.u-tc-grey200-imp {
  color: #eee !important;
}

.u-tc-grey100 {
  color: #f6f3ee;
}

.u-tc-grey100-imp {
  color: #f6f3ee !important;
}

.u-tc-grey50 {
  color: #fafafa;
}

.u-tc-grey50-imp {
  color: #fafafa !important;
}

.u-tc-white {
  color: #fff;
}

.u-tc-white-imp {
  color: #fff !important;
}

.u-tc-ci {
  color: #ef3340;
}

.u-tc-ci-imp {
  color: #ef3340 !important;
}

.u-tc-red {
  color: #d72e39;
}

.u-tc-red-imp {
  color: #d72e39 !important;
}

.u-tc-wine {
  color: #b62730;
}

.u-tc-wine-imp {
  color: #b62730 !important;
}

.u-tc-like01 {
  color: #4c63ac;
}

.u-tc-like01-imp {
  color: #4c63ac !important;
}

.u-tc-like02 {
  color: #369cd8;
}

.u-tc-like02-imp {
  color: #369cd8 !important;
}

.u-tc-like03 {
  color: #59b060;
}

.u-tc-like03-imp {
  color: #59b060 !important;
}

.u-tc-like04 {
  color: #f4c31d;
}

.u-tc-like04-imp {
  color: #f4c31d !important;
}

.u-tc-like05 {
  color: #f4a316;
}

.u-tc-like05-imp {
  color: #f4a316 !important;
}

.u-bgc-black {
  background: #000;
}

.u-bgc-black-imp {
  background: #000 !important;
}

.u-bgc-grey900 {
  background: #212121;
}

.u-bgc-grey900-imp {
  background: #212121 !important;
}

.u-bgc-grey800 {
  background: #424242;
}

.u-bgc-grey800-imp {
  background: #424242 !important;
}

.u-bgc-grey700 {
  background: #616161;
}

.u-bgc-grey700-imp {
  background: #616161 !important;
}

.u-bgc-grey600 {
  background: #757575;
}

.u-bgc-grey600-imp {
  background: #757575 !important;
}

.u-bgc-grey500 {
  background: #9e9e9e;
}

.u-bgc-grey500-imp {
  background: #9e9e9e !important;
}

.u-bgc-grey400 {
  background: #bdbdbd;
}

.u-bgc-grey400-imp {
  background: #bdbdbd !important;
}

.u-bgc-grey300 {
  background: #e0e0e0;
}

.u-bgc-grey300-imp {
  background: #e0e0e0 !important;
}

.u-bgc-grey200 {
  background: #eee;
}

.u-bgc-grey200-imp {
  background: #eee !important;
}

.u-bgc-grey100 {
  background: #f6f3ee;
}

.u-bgc-grey100-imp {
  background: #f6f3ee !important;
}

.u-bgc-grey50 {
  background: #fafafa;
}

.u-bgc-grey50-imp {
  background: #fafafa !important;
}

.u-bgc-white {
  background: #fff;
}

.u-bgc-white-imp {
  background: #fff !important;
}

.u-bgc-ci {
  background: #ef3340;
}

.u-bgc-ci-imp {
  background: #ef3340 !important;
}

.u-bgc-red {
  background: #d72e39;
}

.u-bgc-red-imp {
  background: #d72e39 !important;
}

.u-bgc-wine {
  background: #b62730;
}

.u-bgc-wine-imp {
  background: #b62730 !important;
}

.u-bgc-like01 {
  background: #4c63ac;
}

.u-bgc-like01-imp {
  background: #4c63ac !important;
}

.u-bgc-like02 {
  background: #369cd8;
}

.u-bgc-like02-imp {
  background: #369cd8 !important;
}

.u-bgc-like03 {
  background: #59b060;
}

.u-bgc-like03-imp {
  background: #59b060 !important;
}

.u-bgc-like04 {
  background: #f4c31d;
}

.u-bgc-like04-imp {
  background: #f4c31d !important;
}

.u-bgc-like05 {
  background: #f4a316;
}

.u-bgc-like05-imp {
  background: #f4a316 !important;
}

.u-bdc-black {
  border-color: #000;
}

.u-bdc-black-imp {
  border-color: #000 !important;
}

.u-bdc-grey900 {
  border-color: #212121;
}

.u-bdc-grey900-imp {
  border-color: #212121 !important;
}

.u-bdc-grey800 {
  border-color: #424242;
}

.u-bdc-grey800-imp {
  border-color: #424242 !important;
}

.u-bdc-grey700 {
  border-color: #616161;
}

.u-bdc-grey700-imp {
  border-color: #616161 !important;
}

.u-bdc-grey600 {
  border-color: #757575;
}

.u-bdc-grey600-imp {
  border-color: #757575 !important;
}

.u-bdc-grey500 {
  border-color: #9e9e9e;
}

.u-bdc-grey500-imp {
  border-color: #9e9e9e !important;
}

.u-bdc-grey400 {
  border-color: #bdbdbd;
}

.u-bdc-grey400-imp {
  border-color: #bdbdbd !important;
}

.u-bdc-grey300 {
  border-color: #e0e0e0;
}

.u-bdc-grey300-imp {
  border-color: #e0e0e0 !important;
}

.u-bdc-grey200 {
  border-color: #eee;
}

.u-bdc-grey200-imp {
  border-color: #eee !important;
}

.u-bdc-grey100 {
  border-color: #f6f3ee;
}

.u-bdc-grey100-imp {
  border-color: #f6f3ee !important;
}

.u-bdc-grey50 {
  border-color: #fafafa;
}

.u-bdc-grey50-imp {
  border-color: #fafafa !important;
}

.u-bdc-white {
  border-color: #fff;
}

.u-bdc-white-imp {
  border-color: #fff !important;
}

.u-bdc-ci {
  border-color: #ef3340;
}

.u-bdc-ci-imp {
  border-color: #ef3340 !important;
}

.u-bdc-red {
  border-color: #d72e39;
}

.u-bdc-red-imp {
  border-color: #d72e39 !important;
}

.u-bdc-wine {
  border-color: #b62730;
}

.u-bdc-wine-imp {
  border-color: #b62730 !important;
}

.u-bdc-like01 {
  border-color: #4c63ac;
}

.u-bdc-like01-imp {
  border-color: #4c63ac !important;
}

.u-bdc-like02 {
  border-color: #369cd8;
}

.u-bdc-like02-imp {
  border-color: #369cd8 !important;
}

.u-bdc-like03 {
  border-color: #59b060;
}

.u-bdc-like03-imp {
  border-color: #59b060 !important;
}

.u-bdc-like04 {
  border-color: #f4c31d;
}

.u-bdc-like04-imp {
  border-color: #f4c31d !important;
}

.u-bdc-like05 {
  border-color: #f4a316;
}

.u-bdc-like05-imp {
  border-color: #f4a316 !important;
}

.u-icon::before, .u-icon::after {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-size: contain;
  -webkit-mask: center center/100% 100%;
          mask: center center/100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.u-icon:not(.u-icon-after)::before {
  content: "";
  margin-right: 0.25em;
}
.u-icon.u-icon-after::after {
  content: "";
  margin-left: 0.25rem;
}
.u-icon[class*=u-icon-chevronRight]::before, .u-icon[class*=u-icon-chevronRight]::after {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_right.svg);
  background-color: var(--nissui-color-nissuiRed);
}
.u-icon[class*=u-icon-chevronLeft]::before, .u-icon[class*=u-icon-chevronLeft]::after {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_left.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_left.svg);
  background-color: var(--nissui-color-nissuiRed);
}
.u-icon[class*=u-icon-chevronBottom]::before, .u-icon[class*=u-icon-chevronBottom]::after {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_anchor.svg);
          mask-image: url(/assets_2024/img/icons/ic_anchor.svg);
  background-color: var(--nissui-color-nissuiRed);
}
.u-icon[class*=u-icon-chevronBottom][href^="#"]::before, .u-icon[class*=u-icon-chevronBottom][href^="#"]::after {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_chevron_bottom.svg);
          mask-image: url(/assets_2024/img/icons/ic_chevron_bottom.svg);
  background-color: #000;
}
.u-icon[class*=u-icon-pdf]::before, .u-icon[class*=u-icon-pdf]::after {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_file_pdf.svg);
          mask-image: url(/assets_2024/img/icons/ic_file_pdf.svg);
  background-color: var(--nissui-color-nissuiRed);
}
.u-icon[class*=u-icon-linkBlank]::before, .u-icon[class*=u-icon-linkBlank]::after {
  -webkit-mask-image: url(/assets_2024/img/icons/ic_blank.svg);
          mask-image: url(/assets_2024/img/icons/ic_blank.svg);
  background-color: var(--nissui-color-nissuiRed);
}

.u-icon-chevronTop:before {
  background-image: url(/assets/img/icons/ic_chevron_top.svg);
}

.u-icon-chevronTop-white:before {
  background-image: url(/assets/img/icons/ic_chevron_top_white.svg);
}

.u-icon-chevronBottom:before {
  background-image: url(/assets/img/icons/ic_chevron_bottom.svg);
}

.u-icon-chevronBottom-red:before {
  background-image: url(/assets/img/icons/ic_chevron_bottom_red.svg);
}

.u-icon-chevronBottom-white:before {
  background-image: url(/assets/img/icons/ic_chevron_bottom_white.svg);
}

.u-icon-chevronLeft:before {
  background-image: url(/assets/img/icons/ic_chevron_left.svg);
}

.u-icon-chevronLeft-red:before {
  background-image: url(/assets/img/icons/ic_chevron_left_red.svg);
}

.u-icon-chevronRight-white:before {
  background-image: url(/assets_2024/img/icons/ic_chevron_right_white.svg);
}

.u-icon-link::before, .u-icon-link::after {
  background-image: url(/assets_2024/img/icons/ic_link.svg);
}

.u-icon-link-red::before, .u-icon-link-red::after {
  border-radius: 50%;
  background-image: url(/assets_2024/img/icons/ic_link_circle.svg);
}

.u-icon-link-white:before {
  background-image: url(/assets_2024/img/icons/ic_link_white.svg);
}

.u-icon-linkBlank-red:before {
  background-image: url(/assets_2024/img/icons/ic_link_blank_red.svg);
}

.u-icon-linkBlank-white:before {
  background-image: url(/assets_2024/img/icons/ic_link_blank_white.svg);
}

.u-icon-pdf-red:before {
  background-image: url(/assets_2024/img/icons/ic_pdf_red.svg);
}

.u-icon-pdf-white:before {
  background-image: url(/assets_2024/img/icons/ic_pdf_white.svg);
}

.u-icon-triBottom-grey:before {
  background-image: url(/assets_2024/img/icons/ic_tri_bottom_grey.svg);
}

.u-icon-triRight-grey:before {
  background-image: url(/assets_2024/img/icons/ic_tri_right_grey.svg);
}

.u-icon-close:before {
  background-image: url(/assets_2024/img/icons/ic_close.svg);
}

.u-icon-closeThin:before {
  background-image: url(/assets_2024/img/icons/ic_close_thin.svg);
}

.u-icon-menu:before {
  background-image: url(/assets_2024/img/icons/ic_menu.svg);
}

.u-icon-pause:before {
  background-image: url(/assets_2024/img/icons/ic_pause.svg);
}

.u-icon-play:before {
  background-image: url(/assets_2024/img/icons/ic_play.svg);
}

.u-icon-plus:before {
  background-image: url(/assets_2024/img/icons/ic_plus.svg);
}

.u-icon-plus-white:before {
  background-image: url(/assets_2024/img/icons/ic_plus_white.svg);
}

.u-icon-minus:before {
  background-image: url(/assets_2024/img/icons/ic_minus.svg);
}

.u-icon-search:before {
  background-image: url(/assets_2024/img/icons/ic_search.svg);
}

.u-icon-search-grey:before {
  background-image: url(/assets_2024/img/icons/ic_search_grey.svg);
}

.u-icon-pagetop:before {
  background-image: url(/assets_2024/img/icons/ic_pagetop.svg);
}

.u-icon-shopping-red:before {
  background-image: url(/assets_2024/img/icons/ic_shopping_red.svg);
}

.u-icon-megaphone-red:before {
  background-image: url(/assets_2024/img/icons/ic_megaphone_red.svg);
}

.u-icon-question-red:before {
  background-image: url(/assets_2024/img/icons/ic_question_red.svg);
}

.u-icon-tv-red:before {
  background-image: url(/assets_2024/img/icons/ic_tv_red.svg);
}

.u-icon-calorie-red:before {
  background-image: url(/assets_2024/img/icons/ic_calorie_red.svg);
}

.u-icon-fish-red:before {
  background-image: url(/assets_2024/img/icons/ic_fish_red.svg);
}

.u-icon-history-red:before {
  background-image: url(/assets_2024/img/icons/ic_history_red.svg);
}

.u-icon-pot-red:before {
  background-image: url(/assets_2024/img/icons/ic_pot_red.svg);
}

.u-icon-salt-red:before {
  background-image: url(/assets_2024/img/icons/ic_salt_red.svg);
}

.u-icon-time-red:before {
  background-image: url(/assets_2024/img/icons/ic_time_red.svg);
}

.u-icon-like-red:before {
  background-image: url(/assets_2024/img/icons/ic_like_red.svg);
}

.u-icon-like-white:before {
  background-image: url(/assets_2024/img/icons/ic_like_white.svg);
}

.u-icon-campaign-red:before {
  background-image: url(/assets_2024/img/icons/ic_campaign_red.svg);
}

.u-icon-campaign-white:before {
  background-image: url(/assets_2024/img/icons/ic_campaign_white.svg);
}

.u-icon-product-red:before {
  background-image: url(/assets_2024/img/icons/ic_product_red.svg);
}

.u-icon-product-white:before {
  background-image: url(/assets_2024/img/icons/ic_product_white.svg);
}

.u-icon-recipe-red:before {
  background-image: url(/assets_2024/img/icons/ic_recipe_red.svg);
}

.u-icon-recipe-white:before {
  background-image: url(/assets_2024/img/icons/ic_recipe_white.svg);
}

.u-icon-3items-red:before {
  background-image: url(/assets_2024/img/icons/ic_3items_red.svg);
}

.u-icon-10min-red:before {
  background-image: url(/assets_2024/img/icons/ic_10min_red.svg);
}

.u-icon-calorie_02-red:before {
  background-image: url(/assets_2024/img/icons/ic_calorie_02_red.svg);
}

.u-icon-salt_02-red:before {
  background-image: url(/assets_2024/img/icons/ic_salt_02_red.svg);
}

.u-icon-like_01:before {
  background-image: url(/assets_2024/img/icons/ic_like_01.svg);
}

.u-icon-like_01-white:before {
  background-image: url(/assets_2024/img/icons/ic_like_01_white.svg);
}

.u-icon-like_02:before {
  background-image: url(/assets_2024/img/icons/ic_like_02.svg);
}

.u-icon-like_02-white:before {
  background-image: url(/assets_2024/img/icons/ic_like_02_white.svg);
}

.u-icon-like_03:before {
  background-image: url(/assets_2024/img/icons/ic_like_03.svg);
}

.u-icon-like_03-white:before {
  background-image: url(/assets_2024/img/icons/ic_like_03_white.svg);
}

.u-icon-like_04:before {
  background-image: url(/assets_2024/img/icons/ic_like_04.svg);
}

.u-icon-like_04-white:before {
  background-image: url(/assets_2024/img/icons/ic_like_04_white.svg);
}

.u-icon-like_05:before {
  background-image: url(/assets_2024/img/icons/ic_like_05.svg);
}

.u-icon-like_05-white:before {
  background-image: url(/assets_2024/img/icons/ic_like_05_white.svg);
}

.u-icon-11:after,
.u-icon-11:before {
  width: 1.1em;
  height: 1.1em;
  background-size: 1.1em 1.1em;
}

.u-icon-12:after,
.u-icon-12:before {
  width: 1.2em;
  height: 1.2em;
  background-size: 1.2em 1.2em;
}

.u-icon-13:after,
.u-icon-13:before {
  width: 1.3em;
  height: 1.3em;
  background-size: 1.3em 1.3em;
}

.u-icon-14:after,
.u-icon-14:before {
  width: 1.4em;
  height: 1.4em;
  background-size: 1.4em 1.4em;
}

.u-icon-15:after,
.u-icon-15:before {
  width: 1.5em;
  height: 1.5em;
  background-size: 1.5em 1.5em;
}

.u-icon-16:after,
.u-icon-16:before {
  width: 1.6em;
  height: 1.6em;
  background-size: 1.6em 1.6em;
}

.u-icon-17:after,
.u-icon-17:before {
  width: 1.7em;
  height: 1.7em;
  background-size: 1.7em 1.7em;
}

.u-icon-18:after,
.u-icon-18:before {
  width: 1.8em;
  height: 1.8em;
  background-size: 1.8em 1.8em;
}

.u-icon-19:after,
.u-icon-19:before {
  width: 1.9em;
  height: 1.9em;
  background-size: 1.9em 1.9em;
}

.u-icon-20:after,
.u-icon-20:before {
  width: 2em;
  height: 2em;
  background-size: 2em 2em;
}

.u-icon-left,
.u-icon-right {
  position: relative;
}

.u-icon-left:before,
.u-icon-right:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.u-icon.u-icon-left {
  padding-left: 2em;
}

.u-icon.u-icon-left:before {
  left: 8px;
}

.u-icon.u-icon-left .u-icon-11 {
  padding-left: 1.1em;
}

.u-icon.u-icon-left .u-icon-12 {
  padding-left: 1.2em;
}

.u-icon.u-icon-left .u-icon-13 {
  padding-left: 1.3em;
}

.u-icon.u-icon-left .u-icon-14 {
  padding-left: 1.4em;
}

.u-icon.u-icon-left .u-icon-15 {
  padding-left: 1.5em;
}

.u-icon.u-icon-left .u-icon-16 {
  padding-left: 1.6em;
}

.u-icon.u-icon-left .u-icon-17 {
  padding-left: 1.7em;
}

.u-icon.u-icon-left .u-icon-18 {
  padding-left: 1.8em;
}

.u-icon.u-icon-left .u-icon-19 {
  padding-left: 1.9em;
}

.u-icon.u-icon-left .u-icon-20 {
  padding-left: 2em;
}

.u-icon.u-icon-right {
  padding-right: 2em;
}

.u-icon.u-icon-right:before {
  right: 8px;
}

.u-icon.u-icon-right .u-icon-11 {
  padding-right: 1.1em;
}

.u-icon.u-icon-right .u-icon-12 {
  padding-right: 1.2em;
}

.u-icon.u-icon-right .u-icon-13 {
  padding-right: 1.3em;
}

.u-icon.u-icon-right .u-icon-14 {
  padding-right: 1.4em;
}

.u-icon.u-icon-right .u-icon-15 {
  padding-right: 1.5em;
}

.u-icon.u-icon-right .u-icon-16 {
  padding-right: 1.6em;
}

.u-icon.u-icon-right .u-icon-17 {
  padding-right: 1.7em;
}

.u-icon.u-icon-right .u-icon-18 {
  padding-right: 1.8em;
}

.u-icon.u-icon-right .u-icon-19 {
  padding-right: 1.9em;
}

.u-icon.u-icon-right .u-icon-20 {
  padding-right: 2em;
}

.u-icon_size-10:after,
.u-icon_size-10:before {
  width: 10px;
}

.u-icon_size-10:after-imp,
.u-icon_size-10:before-imp {
  width: 10px !important;
}

.u-icon_size-10:after,
.u-icon_size-10:before {
  height: 10px;
}

.u-icon_size-10:after-imp,
.u-icon_size-10:before-imp {
  height: 10px !important;
}

.u-icon_size-10:after,
.u-icon_size-10:before {
  background-size: 10px 10px;
}

.u-icon_size-10:after-imp,
.u-icon_size-10:before-imp {
  background-size: 10px 10px !important;
}

.u-icon_size-11:after,
.u-icon_size-11:before {
  width: 11px;
}

.u-icon_size-11:after-imp,
.u-icon_size-11:before-imp {
  width: 11px !important;
}

.u-icon_size-11:after,
.u-icon_size-11:before {
  height: 11px;
}

.u-icon_size-11:after-imp,
.u-icon_size-11:before-imp {
  height: 11px !important;
}

.u-icon_size-11:after,
.u-icon_size-11:before {
  background-size: 11px 11px;
}

.u-icon_size-11:after-imp,
.u-icon_size-11:before-imp {
  background-size: 11px 11px !important;
}

.u-icon_size-12:after,
.u-icon_size-12:before {
  width: 12px;
}

.u-icon_size-12:after-imp,
.u-icon_size-12:before-imp {
  width: 12px !important;
}

.u-icon_size-12:after,
.u-icon_size-12:before {
  height: 12px;
}

.u-icon_size-12:after-imp,
.u-icon_size-12:before-imp {
  height: 12px !important;
}

.u-icon_size-12:after,
.u-icon_size-12:before {
  background-size: 12px 12px;
}

.u-icon_size-12:after-imp,
.u-icon_size-12:before-imp {
  background-size: 12px 12px !important;
}

.u-icon_size-13:after,
.u-icon_size-13:before {
  width: 13px;
}

.u-icon_size-13:after-imp,
.u-icon_size-13:before-imp {
  width: 13px !important;
}

.u-icon_size-13:after,
.u-icon_size-13:before {
  height: 13px;
}

.u-icon_size-13:after-imp,
.u-icon_size-13:before-imp {
  height: 13px !important;
}

.u-icon_size-13:after,
.u-icon_size-13:before {
  background-size: 13px 13px;
}

.u-icon_size-13:after-imp,
.u-icon_size-13:before-imp {
  background-size: 13px 13px !important;
}

.u-icon_size-14:after,
.u-icon_size-14:before {
  width: 14px;
}

.u-icon_size-14:after-imp,
.u-icon_size-14:before-imp {
  width: 14px !important;
}

.u-icon_size-14:after,
.u-icon_size-14:before {
  height: 14px;
}

.u-icon_size-14:after-imp,
.u-icon_size-14:before-imp {
  height: 14px !important;
}

.u-icon_size-14:after,
.u-icon_size-14:before {
  background-size: 14px 14px;
}

.u-icon_size-14:after-imp,
.u-icon_size-14:before-imp {
  background-size: 14px 14px !important;
}

.u-icon_size-15:after,
.u-icon_size-15:before {
  width: 15px;
}

.u-icon_size-15:after-imp,
.u-icon_size-15:before-imp {
  width: 15px !important;
}

.u-icon_size-15:after,
.u-icon_size-15:before {
  height: 15px;
}

.u-icon_size-15:after-imp,
.u-icon_size-15:before-imp {
  height: 15px !important;
}

.u-icon_size-15:after,
.u-icon_size-15:before {
  background-size: 15px 15px;
}

.u-icon_size-15:after-imp,
.u-icon_size-15:before-imp {
  background-size: 15px 15px !important;
}

.u-icon_size-16:after,
.u-icon_size-16:before {
  width: 16px;
}

.u-icon_size-16:after-imp,
.u-icon_size-16:before-imp {
  width: 16px !important;
}

.u-icon_size-16:after,
.u-icon_size-16:before {
  height: 16px;
}

.u-icon_size-16:after-imp,
.u-icon_size-16:before-imp {
  height: 16px !important;
}

.u-icon_size-16:after,
.u-icon_size-16:before {
  background-size: 16px 16px;
}

.u-icon_size-16:after-imp,
.u-icon_size-16:before-imp {
  background-size: 16px 16px !important;
}

.u-icon_size-17:after,
.u-icon_size-17:before {
  width: 17px;
}

.u-icon_size-17:after-imp,
.u-icon_size-17:before-imp {
  width: 17px !important;
}

.u-icon_size-17:after,
.u-icon_size-17:before {
  height: 17px;
}

.u-icon_size-17:after-imp,
.u-icon_size-17:before-imp {
  height: 17px !important;
}

.u-icon_size-17:after,
.u-icon_size-17:before {
  background-size: 17px 17px;
}

.u-icon_size-17:after-imp,
.u-icon_size-17:before-imp {
  background-size: 17px 17px !important;
}

.u-icon_size-18:after,
.u-icon_size-18:before {
  width: 18px;
}

.u-icon_size-18:after-imp,
.u-icon_size-18:before-imp {
  width: 18px !important;
}

.u-icon_size-18:after,
.u-icon_size-18:before {
  height: 18px;
}

.u-icon_size-18:after-imp,
.u-icon_size-18:before-imp {
  height: 18px !important;
}

.u-icon_size-18:after,
.u-icon_size-18:before {
  background-size: 18px 18px;
}

.u-icon_size-18:after-imp,
.u-icon_size-18:before-imp {
  background-size: 18px 18px !important;
}

.u-icon_size-19:after,
.u-icon_size-19:before {
  width: 19px;
}

.u-icon_size-19:after-imp,
.u-icon_size-19:before-imp {
  width: 19px !important;
}

.u-icon_size-19:after,
.u-icon_size-19:before {
  height: 19px;
}

.u-icon_size-19:after-imp,
.u-icon_size-19:before-imp {
  height: 19px !important;
}

.u-icon_size-19:after,
.u-icon_size-19:before {
  background-size: 19px 19px;
}

.u-icon_size-19:after-imp,
.u-icon_size-19:before-imp {
  background-size: 19px 19px !important;
}

.u-icon_size-20:after,
.u-icon_size-20:before {
  width: 20px;
}

.u-icon_size-20:after-imp,
.u-icon_size-20:before-imp {
  width: 20px !important;
}

.u-icon_size-20:after,
.u-icon_size-20:before {
  height: 20px;
}

.u-icon_size-20:after-imp,
.u-icon_size-20:before-imp {
  height: 20px !important;
}

.u-icon_size-20:after,
.u-icon_size-20:before {
  background-size: 20px 20px;
}

.u-icon_size-20:after-imp,
.u-icon_size-20:before-imp {
  background-size: 20px 20px !important;
}

.u-icon_size-21:after,
.u-icon_size-21:before {
  width: 21px;
}

.u-icon_size-21:after-imp,
.u-icon_size-21:before-imp {
  width: 21px !important;
}

.u-icon_size-21:after,
.u-icon_size-21:before {
  height: 21px;
}

.u-icon_size-21:after-imp,
.u-icon_size-21:before-imp {
  height: 21px !important;
}

.u-icon_size-21:after,
.u-icon_size-21:before {
  background-size: 21px 21px;
}

.u-icon_size-21:after-imp,
.u-icon_size-21:before-imp {
  background-size: 21px 21px !important;
}

.u-icon_size-22:after,
.u-icon_size-22:before {
  width: 22px;
}

.u-icon_size-22:after-imp,
.u-icon_size-22:before-imp {
  width: 22px !important;
}

.u-icon_size-22:after,
.u-icon_size-22:before {
  height: 22px;
}

.u-icon_size-22:after-imp,
.u-icon_size-22:before-imp {
  height: 22px !important;
}

.u-icon_size-22:after,
.u-icon_size-22:before {
  background-size: 22px 22px;
}

.u-icon_size-22:after-imp,
.u-icon_size-22:before-imp {
  background-size: 22px 22px !important;
}

.u-icon_size-23:after,
.u-icon_size-23:before {
  width: 23px;
}

.u-icon_size-23:after-imp,
.u-icon_size-23:before-imp {
  width: 23px !important;
}

.u-icon_size-23:after,
.u-icon_size-23:before {
  height: 23px;
}

.u-icon_size-23:after-imp,
.u-icon_size-23:before-imp {
  height: 23px !important;
}

.u-icon_size-23:after,
.u-icon_size-23:before {
  background-size: 23px 23px;
}

.u-icon_size-23:after-imp,
.u-icon_size-23:before-imp {
  background-size: 23px 23px !important;
}

.u-icon_size-24:after,
.u-icon_size-24:before {
  width: 24px;
}

.u-icon_size-24:after-imp,
.u-icon_size-24:before-imp {
  width: 24px !important;
}

.u-icon_size-24:after,
.u-icon_size-24:before {
  height: 24px;
}

.u-icon_size-24:after-imp,
.u-icon_size-24:before-imp {
  height: 24px !important;
}

.u-icon_size-24:after,
.u-icon_size-24:before {
  background-size: 24px 24px;
}

.u-icon_size-24:after-imp,
.u-icon_size-24:before-imp {
  background-size: 24px 24px !important;
}

.u-icon_size-25:after,
.u-icon_size-25:before {
  width: 25px;
}

.u-icon_size-25:after-imp,
.u-icon_size-25:before-imp {
  width: 25px !important;
}

.u-icon_size-25:after,
.u-icon_size-25:before {
  height: 25px;
}

.u-icon_size-25:after-imp,
.u-icon_size-25:before-imp {
  height: 25px !important;
}

.u-icon_size-25:after,
.u-icon_size-25:before {
  background-size: 25px 25px;
}

.u-icon_size-25:after-imp,
.u-icon_size-25:before-imp {
  background-size: 25px 25px !important;
}

.u-icon_size-26:after,
.u-icon_size-26:before {
  width: 26px;
}

.u-icon_size-26:after-imp,
.u-icon_size-26:before-imp {
  width: 26px !important;
}

.u-icon_size-26:after,
.u-icon_size-26:before {
  height: 26px;
}

.u-icon_size-26:after-imp,
.u-icon_size-26:before-imp {
  height: 26px !important;
}

.u-icon_size-26:after,
.u-icon_size-26:before {
  background-size: 26px 26px;
}

.u-icon_size-26:after-imp,
.u-icon_size-26:before-imp {
  background-size: 26px 26px !important;
}

.u-icon_size-27:after,
.u-icon_size-27:before {
  width: 27px;
}

.u-icon_size-27:after-imp,
.u-icon_size-27:before-imp {
  width: 27px !important;
}

.u-icon_size-27:after,
.u-icon_size-27:before {
  height: 27px;
}

.u-icon_size-27:after-imp,
.u-icon_size-27:before-imp {
  height: 27px !important;
}

.u-icon_size-27:after,
.u-icon_size-27:before {
  background-size: 27px 27px;
}

.u-icon_size-27:after-imp,
.u-icon_size-27:before-imp {
  background-size: 27px 27px !important;
}

.u-icon_size-28:after,
.u-icon_size-28:before {
  width: 28px;
}

.u-icon_size-28:after-imp,
.u-icon_size-28:before-imp {
  width: 28px !important;
}

.u-icon_size-28:after,
.u-icon_size-28:before {
  height: 28px;
}

.u-icon_size-28:after-imp,
.u-icon_size-28:before-imp {
  height: 28px !important;
}

.u-icon_size-28:after,
.u-icon_size-28:before {
  background-size: 28px 28px;
}

.u-icon_size-28:after-imp,
.u-icon_size-28:before-imp {
  background-size: 28px 28px !important;
}

.u-icon_size-29:after,
.u-icon_size-29:before {
  width: 29px;
}

.u-icon_size-29:after-imp,
.u-icon_size-29:before-imp {
  width: 29px !important;
}

.u-icon_size-29:after,
.u-icon_size-29:before {
  height: 29px;
}

.u-icon_size-29:after-imp,
.u-icon_size-29:before-imp {
  height: 29px !important;
}

.u-icon_size-29:after,
.u-icon_size-29:before {
  background-size: 29px 29px;
}

.u-icon_size-29:after-imp,
.u-icon_size-29:before-imp {
  background-size: 29px 29px !important;
}

.u-icon_size-30:after,
.u-icon_size-30:before {
  width: 30px;
}

.u-icon_size-30:after-imp,
.u-icon_size-30:before-imp {
  width: 30px !important;
}

.u-icon_size-30:after,
.u-icon_size-30:before {
  height: 30px;
}

.u-icon_size-30:after-imp,
.u-icon_size-30:before-imp {
  height: 30px !important;
}

.u-icon_size-30:after,
.u-icon_size-30:before {
  background-size: 30px 30px;
}

.u-icon_size-30:after-imp,
.u-icon_size-30:before-imp {
  background-size: 30px 30px !important;
}

.u-icon_size-31:after,
.u-icon_size-31:before {
  width: 31px;
}

.u-icon_size-31:after-imp,
.u-icon_size-31:before-imp {
  width: 31px !important;
}

.u-icon_size-31:after,
.u-icon_size-31:before {
  height: 31px;
}

.u-icon_size-31:after-imp,
.u-icon_size-31:before-imp {
  height: 31px !important;
}

.u-icon_size-31:after,
.u-icon_size-31:before {
  background-size: 31px 31px;
}

.u-icon_size-31:after-imp,
.u-icon_size-31:before-imp {
  background-size: 31px 31px !important;
}

.u-icon_size-32:after,
.u-icon_size-32:before {
  width: 32px;
}

.u-icon_size-32:after-imp,
.u-icon_size-32:before-imp {
  width: 32px !important;
}

.u-icon_size-32:after,
.u-icon_size-32:before {
  height: 32px;
}

.u-icon_size-32:after-imp,
.u-icon_size-32:before-imp {
  height: 32px !important;
}

.u-icon_size-32:after,
.u-icon_size-32:before {
  background-size: 32px 32px;
}

.u-icon_size-32:after-imp,
.u-icon_size-32:before-imp {
  background-size: 32px 32px !important;
}

.u-icon_size-33:after,
.u-icon_size-33:before {
  width: 33px;
}

.u-icon_size-33:after-imp,
.u-icon_size-33:before-imp {
  width: 33px !important;
}

.u-icon_size-33:after,
.u-icon_size-33:before {
  height: 33px;
}

.u-icon_size-33:after-imp,
.u-icon_size-33:before-imp {
  height: 33px !important;
}

.u-icon_size-33:after,
.u-icon_size-33:before {
  background-size: 33px 33px;
}

.u-icon_size-33:after-imp,
.u-icon_size-33:before-imp {
  background-size: 33px 33px !important;
}

.u-icon_size-34:after,
.u-icon_size-34:before {
  width: 34px;
}

.u-icon_size-34:after-imp,
.u-icon_size-34:before-imp {
  width: 34px !important;
}

.u-icon_size-34:after,
.u-icon_size-34:before {
  height: 34px;
}

.u-icon_size-34:after-imp,
.u-icon_size-34:before-imp {
  height: 34px !important;
}

.u-icon_size-34:after,
.u-icon_size-34:before {
  background-size: 34px 34px;
}

.u-icon_size-34:after-imp,
.u-icon_size-34:before-imp {
  background-size: 34px 34px !important;
}

.u-icon_size-35:after,
.u-icon_size-35:before {
  width: 35px;
}

.u-icon_size-35:after-imp,
.u-icon_size-35:before-imp {
  width: 35px !important;
}

.u-icon_size-35:after,
.u-icon_size-35:before {
  height: 35px;
}

.u-icon_size-35:after-imp,
.u-icon_size-35:before-imp {
  height: 35px !important;
}

.u-icon_size-35:after,
.u-icon_size-35:before {
  background-size: 35px 35px;
}

.u-icon_size-35:after-imp,
.u-icon_size-35:before-imp {
  background-size: 35px 35px !important;
}

.u-icon_size-36:after,
.u-icon_size-36:before {
  width: 36px;
}

.u-icon_size-36:after-imp,
.u-icon_size-36:before-imp {
  width: 36px !important;
}

.u-icon_size-36:after,
.u-icon_size-36:before {
  height: 36px;
}

.u-icon_size-36:after-imp,
.u-icon_size-36:before-imp {
  height: 36px !important;
}

.u-icon_size-36:after,
.u-icon_size-36:before {
  background-size: 36px 36px;
}

.u-icon_size-36:after-imp,
.u-icon_size-36:before-imp {
  background-size: 36px 36px !important;
}

.u-icon_size-37:after,
.u-icon_size-37:before {
  width: 37px;
}

.u-icon_size-37:after-imp,
.u-icon_size-37:before-imp {
  width: 37px !important;
}

.u-icon_size-37:after,
.u-icon_size-37:before {
  height: 37px;
}

.u-icon_size-37:after-imp,
.u-icon_size-37:before-imp {
  height: 37px !important;
}

.u-icon_size-37:after,
.u-icon_size-37:before {
  background-size: 37px 37px;
}

.u-icon_size-37:after-imp,
.u-icon_size-37:before-imp {
  background-size: 37px 37px !important;
}

.u-icon_size-38:after,
.u-icon_size-38:before {
  width: 38px;
}

.u-icon_size-38:after-imp,
.u-icon_size-38:before-imp {
  width: 38px !important;
}

.u-icon_size-38:after,
.u-icon_size-38:before {
  height: 38px;
}

.u-icon_size-38:after-imp,
.u-icon_size-38:before-imp {
  height: 38px !important;
}

.u-icon_size-38:after,
.u-icon_size-38:before {
  background-size: 38px 38px;
}

.u-icon_size-38:after-imp,
.u-icon_size-38:before-imp {
  background-size: 38px 38px !important;
}

.u-icon_size-39:after,
.u-icon_size-39:before {
  width: 39px;
}

.u-icon_size-39:after-imp,
.u-icon_size-39:before-imp {
  width: 39px !important;
}

.u-icon_size-39:after,
.u-icon_size-39:before {
  height: 39px;
}

.u-icon_size-39:after-imp,
.u-icon_size-39:before-imp {
  height: 39px !important;
}

.u-icon_size-39:after,
.u-icon_size-39:before {
  background-size: 39px 39px;
}

.u-icon_size-39:after-imp,
.u-icon_size-39:before-imp {
  background-size: 39px 39px !important;
}

.u-icon_size-40:after,
.u-icon_size-40:before {
  width: 40px;
}

.u-icon_size-40:after-imp,
.u-icon_size-40:before-imp {
  width: 40px !important;
}

.u-icon_size-40:after,
.u-icon_size-40:before {
  height: 40px;
}

.u-icon_size-40:after-imp,
.u-icon_size-40:before-imp {
  height: 40px !important;
}

.u-icon_size-40:after,
.u-icon_size-40:before {
  background-size: 40px 40px;
}

.u-icon_size-40:after-imp,
.u-icon_size-40:before-imp {
  background-size: 40px 40px !important;
}

.u-icon_size-41:after,
.u-icon_size-41:before {
  width: 41px;
}

.u-icon_size-41:after-imp,
.u-icon_size-41:before-imp {
  width: 41px !important;
}

.u-icon_size-41:after,
.u-icon_size-41:before {
  height: 41px;
}

.u-icon_size-41:after-imp,
.u-icon_size-41:before-imp {
  height: 41px !important;
}

.u-icon_size-41:after,
.u-icon_size-41:before {
  background-size: 41px 41px;
}

.u-icon_size-41:after-imp,
.u-icon_size-41:before-imp {
  background-size: 41px 41px !important;
}

.u-icon_size-42:after,
.u-icon_size-42:before {
  width: 42px;
}

.u-icon_size-42:after-imp,
.u-icon_size-42:before-imp {
  width: 42px !important;
}

.u-icon_size-42:after,
.u-icon_size-42:before {
  height: 42px;
}

.u-icon_size-42:after-imp,
.u-icon_size-42:before-imp {
  height: 42px !important;
}

.u-icon_size-42:after,
.u-icon_size-42:before {
  background-size: 42px 42px;
}

.u-icon_size-42:after-imp,
.u-icon_size-42:before-imp {
  background-size: 42px 42px !important;
}

.u-icon_size-43:after,
.u-icon_size-43:before {
  width: 43px;
}

.u-icon_size-43:after-imp,
.u-icon_size-43:before-imp {
  width: 43px !important;
}

.u-icon_size-43:after,
.u-icon_size-43:before {
  height: 43px;
}

.u-icon_size-43:after-imp,
.u-icon_size-43:before-imp {
  height: 43px !important;
}

.u-icon_size-43:after,
.u-icon_size-43:before {
  background-size: 43px 43px;
}

.u-icon_size-43:after-imp,
.u-icon_size-43:before-imp {
  background-size: 43px 43px !important;
}

.u-icon_size-44:after,
.u-icon_size-44:before {
  width: 44px;
}

.u-icon_size-44:after-imp,
.u-icon_size-44:before-imp {
  width: 44px !important;
}

.u-icon_size-44:after,
.u-icon_size-44:before {
  height: 44px;
}

.u-icon_size-44:after-imp,
.u-icon_size-44:before-imp {
  height: 44px !important;
}

.u-icon_size-44:after,
.u-icon_size-44:before {
  background-size: 44px 44px;
}

.u-icon_size-44:after-imp,
.u-icon_size-44:before-imp {
  background-size: 44px 44px !important;
}

.u-icon_size-45:after,
.u-icon_size-45:before {
  width: 45px;
}

.u-icon_size-45:after-imp,
.u-icon_size-45:before-imp {
  width: 45px !important;
}

.u-icon_size-45:after,
.u-icon_size-45:before {
  height: 45px;
}

.u-icon_size-45:after-imp,
.u-icon_size-45:before-imp {
  height: 45px !important;
}

.u-icon_size-45:after,
.u-icon_size-45:before {
  background-size: 45px 45px;
}

.u-icon_size-45:after-imp,
.u-icon_size-45:before-imp {
  background-size: 45px 45px !important;
}

.u-icon_size-46:after,
.u-icon_size-46:before {
  width: 46px;
}

.u-icon_size-46:after-imp,
.u-icon_size-46:before-imp {
  width: 46px !important;
}

.u-icon_size-46:after,
.u-icon_size-46:before {
  height: 46px;
}

.u-icon_size-46:after-imp,
.u-icon_size-46:before-imp {
  height: 46px !important;
}

.u-icon_size-46:after,
.u-icon_size-46:before {
  background-size: 46px 46px;
}

.u-icon_size-46:after-imp,
.u-icon_size-46:before-imp {
  background-size: 46px 46px !important;
}

.u-icon_size-47:after,
.u-icon_size-47:before {
  width: 47px;
}

.u-icon_size-47:after-imp,
.u-icon_size-47:before-imp {
  width: 47px !important;
}

.u-icon_size-47:after,
.u-icon_size-47:before {
  height: 47px;
}

.u-icon_size-47:after-imp,
.u-icon_size-47:before-imp {
  height: 47px !important;
}

.u-icon_size-47:after,
.u-icon_size-47:before {
  background-size: 47px 47px;
}

.u-icon_size-47:after-imp,
.u-icon_size-47:before-imp {
  background-size: 47px 47px !important;
}

.u-icon_size-48:after,
.u-icon_size-48:before {
  width: 48px;
}

.u-icon_size-48:after-imp,
.u-icon_size-48:before-imp {
  width: 48px !important;
}

.u-icon_size-48:after,
.u-icon_size-48:before {
  height: 48px;
}

.u-icon_size-48:after-imp,
.u-icon_size-48:before-imp {
  height: 48px !important;
}

.u-icon_size-48:after,
.u-icon_size-48:before {
  background-size: 48px 48px;
}

.u-icon_size-48:after-imp,
.u-icon_size-48:before-imp {
  background-size: 48px 48px !important;
}

.u-icon_size-49:after,
.u-icon_size-49:before {
  width: 49px;
}

.u-icon_size-49:after-imp,
.u-icon_size-49:before-imp {
  width: 49px !important;
}

.u-icon_size-49:after,
.u-icon_size-49:before {
  height: 49px;
}

.u-icon_size-49:after-imp,
.u-icon_size-49:before-imp {
  height: 49px !important;
}

.u-icon_size-49:after,
.u-icon_size-49:before {
  background-size: 49px 49px;
}

.u-icon_size-49:after-imp,
.u-icon_size-49:before-imp {
  background-size: 49px 49px !important;
}

.u-icon_size-50:after,
.u-icon_size-50:before {
  width: 50px;
}

.u-icon_size-50:after-imp,
.u-icon_size-50:before-imp {
  width: 50px !important;
}

.u-icon_size-50:after,
.u-icon_size-50:before {
  height: 50px;
}

.u-icon_size-50:after-imp,
.u-icon_size-50:before-imp {
  height: 50px !important;
}

.u-icon_size-50:after,
.u-icon_size-50:before {
  background-size: 50px 50px;
}

.u-icon_size-50:after-imp,
.u-icon_size-50:before-imp {
  background-size: 50px 50px !important;
}

.u-icon_size-51:after,
.u-icon_size-51:before {
  width: 51px;
}

.u-icon_size-51:after-imp,
.u-icon_size-51:before-imp {
  width: 51px !important;
}

.u-icon_size-51:after,
.u-icon_size-51:before {
  height: 51px;
}

.u-icon_size-51:after-imp,
.u-icon_size-51:before-imp {
  height: 51px !important;
}

.u-icon_size-51:after,
.u-icon_size-51:before {
  background-size: 51px 51px;
}

.u-icon_size-51:after-imp,
.u-icon_size-51:before-imp {
  background-size: 51px 51px !important;
}

.u-icon_size-52:after,
.u-icon_size-52:before {
  width: 52px;
}

.u-icon_size-52:after-imp,
.u-icon_size-52:before-imp {
  width: 52px !important;
}

.u-icon_size-52:after,
.u-icon_size-52:before {
  height: 52px;
}

.u-icon_size-52:after-imp,
.u-icon_size-52:before-imp {
  height: 52px !important;
}

.u-icon_size-52:after,
.u-icon_size-52:before {
  background-size: 52px 52px;
}

.u-icon_size-52:after-imp,
.u-icon_size-52:before-imp {
  background-size: 52px 52px !important;
}

.u-icon_size-53:after,
.u-icon_size-53:before {
  width: 53px;
}

.u-icon_size-53:after-imp,
.u-icon_size-53:before-imp {
  width: 53px !important;
}

.u-icon_size-53:after,
.u-icon_size-53:before {
  height: 53px;
}

.u-icon_size-53:after-imp,
.u-icon_size-53:before-imp {
  height: 53px !important;
}

.u-icon_size-53:after,
.u-icon_size-53:before {
  background-size: 53px 53px;
}

.u-icon_size-53:after-imp,
.u-icon_size-53:before-imp {
  background-size: 53px 53px !important;
}

.u-icon_size-54:after,
.u-icon_size-54:before {
  width: 54px;
}

.u-icon_size-54:after-imp,
.u-icon_size-54:before-imp {
  width: 54px !important;
}

.u-icon_size-54:after,
.u-icon_size-54:before {
  height: 54px;
}

.u-icon_size-54:after-imp,
.u-icon_size-54:before-imp {
  height: 54px !important;
}

.u-icon_size-54:after,
.u-icon_size-54:before {
  background-size: 54px 54px;
}

.u-icon_size-54:after-imp,
.u-icon_size-54:before-imp {
  background-size: 54px 54px !important;
}

.u-icon_size-55:after,
.u-icon_size-55:before {
  width: 55px;
}

.u-icon_size-55:after-imp,
.u-icon_size-55:before-imp {
  width: 55px !important;
}

.u-icon_size-55:after,
.u-icon_size-55:before {
  height: 55px;
}

.u-icon_size-55:after-imp,
.u-icon_size-55:before-imp {
  height: 55px !important;
}

.u-icon_size-55:after,
.u-icon_size-55:before {
  background-size: 55px 55px;
}

.u-icon_size-55:after-imp,
.u-icon_size-55:before-imp {
  background-size: 55px 55px !important;
}

.u-icon_size-56:after,
.u-icon_size-56:before {
  width: 56px;
}

.u-icon_size-56:after-imp,
.u-icon_size-56:before-imp {
  width: 56px !important;
}

.u-icon_size-56:after,
.u-icon_size-56:before {
  height: 56px;
}

.u-icon_size-56:after-imp,
.u-icon_size-56:before-imp {
  height: 56px !important;
}

.u-icon_size-56:after,
.u-icon_size-56:before {
  background-size: 56px 56px;
}

.u-icon_size-56:after-imp,
.u-icon_size-56:before-imp {
  background-size: 56px 56px !important;
}

.u-icon_size-57:after,
.u-icon_size-57:before {
  width: 57px;
}

.u-icon_size-57:after-imp,
.u-icon_size-57:before-imp {
  width: 57px !important;
}

.u-icon_size-57:after,
.u-icon_size-57:before {
  height: 57px;
}

.u-icon_size-57:after-imp,
.u-icon_size-57:before-imp {
  height: 57px !important;
}

.u-icon_size-57:after,
.u-icon_size-57:before {
  background-size: 57px 57px;
}

.u-icon_size-57:after-imp,
.u-icon_size-57:before-imp {
  background-size: 57px 57px !important;
}

.u-icon_size-58:after,
.u-icon_size-58:before {
  width: 58px;
}

.u-icon_size-58:after-imp,
.u-icon_size-58:before-imp {
  width: 58px !important;
}

.u-icon_size-58:after,
.u-icon_size-58:before {
  height: 58px;
}

.u-icon_size-58:after-imp,
.u-icon_size-58:before-imp {
  height: 58px !important;
}

.u-icon_size-58:after,
.u-icon_size-58:before {
  background-size: 58px 58px;
}

.u-icon_size-58:after-imp,
.u-icon_size-58:before-imp {
  background-size: 58px 58px !important;
}

.u-icon_size-59:after,
.u-icon_size-59:before {
  width: 59px;
}

.u-icon_size-59:after-imp,
.u-icon_size-59:before-imp {
  width: 59px !important;
}

.u-icon_size-59:after,
.u-icon_size-59:before {
  height: 59px;
}

.u-icon_size-59:after-imp,
.u-icon_size-59:before-imp {
  height: 59px !important;
}

.u-icon_size-59:after,
.u-icon_size-59:before {
  background-size: 59px 59px;
}

.u-icon_size-59:after-imp,
.u-icon_size-59:before-imp {
  background-size: 59px 59px !important;
}

.u-icon_size-60:after,
.u-icon_size-60:before {
  width: 60px;
}

.u-icon_size-60:after-imp,
.u-icon_size-60:before-imp {
  width: 60px !important;
}

.u-icon_size-60:after,
.u-icon_size-60:before {
  height: 60px;
}

.u-icon_size-60:after-imp,
.u-icon_size-60:before-imp {
  height: 60px !important;
}

.u-icon_size-60:after,
.u-icon_size-60:before {
  background-size: 60px 60px;
}

.u-icon_size-60:after-imp,
.u-icon_size-60:before-imp {
  background-size: 60px 60px !important;
}

.u-icon_size-61:after,
.u-icon_size-61:before {
  width: 61px;
}

.u-icon_size-61:after-imp,
.u-icon_size-61:before-imp {
  width: 61px !important;
}

.u-icon_size-61:after,
.u-icon_size-61:before {
  height: 61px;
}

.u-icon_size-61:after-imp,
.u-icon_size-61:before-imp {
  height: 61px !important;
}

.u-icon_size-61:after,
.u-icon_size-61:before {
  background-size: 61px 61px;
}

.u-icon_size-61:after-imp,
.u-icon_size-61:before-imp {
  background-size: 61px 61px !important;
}

.u-icon_size-62:after,
.u-icon_size-62:before {
  width: 62px;
}

.u-icon_size-62:after-imp,
.u-icon_size-62:before-imp {
  width: 62px !important;
}

.u-icon_size-62:after,
.u-icon_size-62:before {
  height: 62px;
}

.u-icon_size-62:after-imp,
.u-icon_size-62:before-imp {
  height: 62px !important;
}

.u-icon_size-62:after,
.u-icon_size-62:before {
  background-size: 62px 62px;
}

.u-icon_size-62:after-imp,
.u-icon_size-62:before-imp {
  background-size: 62px 62px !important;
}

.u-icon_size-63:after,
.u-icon_size-63:before {
  width: 63px;
}

.u-icon_size-63:after-imp,
.u-icon_size-63:before-imp {
  width: 63px !important;
}

.u-icon_size-63:after,
.u-icon_size-63:before {
  height: 63px;
}

.u-icon_size-63:after-imp,
.u-icon_size-63:before-imp {
  height: 63px !important;
}

.u-icon_size-63:after,
.u-icon_size-63:before {
  background-size: 63px 63px;
}

.u-icon_size-63:after-imp,
.u-icon_size-63:before-imp {
  background-size: 63px 63px !important;
}

.u-icon_size-64:after,
.u-icon_size-64:before {
  width: 64px;
}

.u-icon_size-64:after-imp,
.u-icon_size-64:before-imp {
  width: 64px !important;
}

.u-icon_size-64:after,
.u-icon_size-64:before {
  height: 64px;
}

.u-icon_size-64:after-imp,
.u-icon_size-64:before-imp {
  height: 64px !important;
}

.u-icon_size-64:after,
.u-icon_size-64:before {
  background-size: 64px 64px;
}

.u-icon_size-64:after-imp,
.u-icon_size-64:before-imp {
  background-size: 64px 64px !important;
}

.u-icon_size-65:after,
.u-icon_size-65:before {
  width: 65px;
}

.u-icon_size-65:after-imp,
.u-icon_size-65:before-imp {
  width: 65px !important;
}

.u-icon_size-65:after,
.u-icon_size-65:before {
  height: 65px;
}

.u-icon_size-65:after-imp,
.u-icon_size-65:before-imp {
  height: 65px !important;
}

.u-icon_size-65:after,
.u-icon_size-65:before {
  background-size: 65px 65px;
}

.u-icon_size-65:after-imp,
.u-icon_size-65:before-imp {
  background-size: 65px 65px !important;
}

.u-icon_size-66:after,
.u-icon_size-66:before {
  width: 66px;
}

.u-icon_size-66:after-imp,
.u-icon_size-66:before-imp {
  width: 66px !important;
}

.u-icon_size-66:after,
.u-icon_size-66:before {
  height: 66px;
}

.u-icon_size-66:after-imp,
.u-icon_size-66:before-imp {
  height: 66px !important;
}

.u-icon_size-66:after,
.u-icon_size-66:before {
  background-size: 66px 66px;
}

.u-icon_size-66:after-imp,
.u-icon_size-66:before-imp {
  background-size: 66px 66px !important;
}

.u-icon_size-67:after,
.u-icon_size-67:before {
  width: 67px;
}

.u-icon_size-67:after-imp,
.u-icon_size-67:before-imp {
  width: 67px !important;
}

.u-icon_size-67:after,
.u-icon_size-67:before {
  height: 67px;
}

.u-icon_size-67:after-imp,
.u-icon_size-67:before-imp {
  height: 67px !important;
}

.u-icon_size-67:after,
.u-icon_size-67:before {
  background-size: 67px 67px;
}

.u-icon_size-67:after-imp,
.u-icon_size-67:before-imp {
  background-size: 67px 67px !important;
}

.u-icon_size-68:after,
.u-icon_size-68:before {
  width: 68px;
}

.u-icon_size-68:after-imp,
.u-icon_size-68:before-imp {
  width: 68px !important;
}

.u-icon_size-68:after,
.u-icon_size-68:before {
  height: 68px;
}

.u-icon_size-68:after-imp,
.u-icon_size-68:before-imp {
  height: 68px !important;
}

.u-icon_size-68:after,
.u-icon_size-68:before {
  background-size: 68px 68px;
}

.u-icon_size-68:after-imp,
.u-icon_size-68:before-imp {
  background-size: 68px 68px !important;
}

.u-icon_size-69:after,
.u-icon_size-69:before {
  width: 69px;
}

.u-icon_size-69:after-imp,
.u-icon_size-69:before-imp {
  width: 69px !important;
}

.u-icon_size-69:after,
.u-icon_size-69:before {
  height: 69px;
}

.u-icon_size-69:after-imp,
.u-icon_size-69:before-imp {
  height: 69px !important;
}

.u-icon_size-69:after,
.u-icon_size-69:before {
  background-size: 69px 69px;
}

.u-icon_size-69:after-imp,
.u-icon_size-69:before-imp {
  background-size: 69px 69px !important;
}

.u-icon_size-70:after,
.u-icon_size-70:before {
  width: 70px;
}

.u-icon_size-70:after-imp,
.u-icon_size-70:before-imp {
  width: 70px !important;
}

.u-icon_size-70:after,
.u-icon_size-70:before {
  height: 70px;
}

.u-icon_size-70:after-imp,
.u-icon_size-70:before-imp {
  height: 70px !important;
}

.u-icon_size-70:after,
.u-icon_size-70:before {
  background-size: 70px 70px;
}

.u-icon_size-70:after-imp,
.u-icon_size-70:before-imp {
  background-size: 70px 70px !important;
}

.u-icon_size-71:after,
.u-icon_size-71:before {
  width: 71px;
}

.u-icon_size-71:after-imp,
.u-icon_size-71:before-imp {
  width: 71px !important;
}

.u-icon_size-71:after,
.u-icon_size-71:before {
  height: 71px;
}

.u-icon_size-71:after-imp,
.u-icon_size-71:before-imp {
  height: 71px !important;
}

.u-icon_size-71:after,
.u-icon_size-71:before {
  background-size: 71px 71px;
}

.u-icon_size-71:after-imp,
.u-icon_size-71:before-imp {
  background-size: 71px 71px !important;
}

.u-icon_size-72:after,
.u-icon_size-72:before {
  width: 72px;
}

.u-icon_size-72:after-imp,
.u-icon_size-72:before-imp {
  width: 72px !important;
}

.u-icon_size-72:after,
.u-icon_size-72:before {
  height: 72px;
}

.u-icon_size-72:after-imp,
.u-icon_size-72:before-imp {
  height: 72px !important;
}

.u-icon_size-72:after,
.u-icon_size-72:before {
  background-size: 72px 72px;
}

.u-icon_size-72:after-imp,
.u-icon_size-72:before-imp {
  background-size: 72px 72px !important;
}

.u-icon_size-73:after,
.u-icon_size-73:before {
  width: 73px;
}

.u-icon_size-73:after-imp,
.u-icon_size-73:before-imp {
  width: 73px !important;
}

.u-icon_size-73:after,
.u-icon_size-73:before {
  height: 73px;
}

.u-icon_size-73:after-imp,
.u-icon_size-73:before-imp {
  height: 73px !important;
}

.u-icon_size-73:after,
.u-icon_size-73:before {
  background-size: 73px 73px;
}

.u-icon_size-73:after-imp,
.u-icon_size-73:before-imp {
  background-size: 73px 73px !important;
}

.u-icon_size-74:after,
.u-icon_size-74:before {
  width: 74px;
}

.u-icon_size-74:after-imp,
.u-icon_size-74:before-imp {
  width: 74px !important;
}

.u-icon_size-74:after,
.u-icon_size-74:before {
  height: 74px;
}

.u-icon_size-74:after-imp,
.u-icon_size-74:before-imp {
  height: 74px !important;
}

.u-icon_size-74:after,
.u-icon_size-74:before {
  background-size: 74px 74px;
}

.u-icon_size-74:after-imp,
.u-icon_size-74:before-imp {
  background-size: 74px 74px !important;
}

.u-icon_size-75:after,
.u-icon_size-75:before {
  width: 75px;
}

.u-icon_size-75:after-imp,
.u-icon_size-75:before-imp {
  width: 75px !important;
}

.u-icon_size-75:after,
.u-icon_size-75:before {
  height: 75px;
}

.u-icon_size-75:after-imp,
.u-icon_size-75:before-imp {
  height: 75px !important;
}

.u-icon_size-75:after,
.u-icon_size-75:before {
  background-size: 75px 75px;
}

.u-icon_size-75:after-imp,
.u-icon_size-75:before-imp {
  background-size: 75px 75px !important;
}

.u-icon_size-76:after,
.u-icon_size-76:before {
  width: 76px;
}

.u-icon_size-76:after-imp,
.u-icon_size-76:before-imp {
  width: 76px !important;
}

.u-icon_size-76:after,
.u-icon_size-76:before {
  height: 76px;
}

.u-icon_size-76:after-imp,
.u-icon_size-76:before-imp {
  height: 76px !important;
}

.u-icon_size-76:after,
.u-icon_size-76:before {
  background-size: 76px 76px;
}

.u-icon_size-76:after-imp,
.u-icon_size-76:before-imp {
  background-size: 76px 76px !important;
}

.u-icon_size-77:after,
.u-icon_size-77:before {
  width: 77px;
}

.u-icon_size-77:after-imp,
.u-icon_size-77:before-imp {
  width: 77px !important;
}

.u-icon_size-77:after,
.u-icon_size-77:before {
  height: 77px;
}

.u-icon_size-77:after-imp,
.u-icon_size-77:before-imp {
  height: 77px !important;
}

.u-icon_size-77:after,
.u-icon_size-77:before {
  background-size: 77px 77px;
}

.u-icon_size-77:after-imp,
.u-icon_size-77:before-imp {
  background-size: 77px 77px !important;
}

.u-icon_size-78:after,
.u-icon_size-78:before {
  width: 78px;
}

.u-icon_size-78:after-imp,
.u-icon_size-78:before-imp {
  width: 78px !important;
}

.u-icon_size-78:after,
.u-icon_size-78:before {
  height: 78px;
}

.u-icon_size-78:after-imp,
.u-icon_size-78:before-imp {
  height: 78px !important;
}

.u-icon_size-78:after,
.u-icon_size-78:before {
  background-size: 78px 78px;
}

.u-icon_size-78:after-imp,
.u-icon_size-78:before-imp {
  background-size: 78px 78px !important;
}

.u-icon_size-79:after,
.u-icon_size-79:before {
  width: 79px;
}

.u-icon_size-79:after-imp,
.u-icon_size-79:before-imp {
  width: 79px !important;
}

.u-icon_size-79:after,
.u-icon_size-79:before {
  height: 79px;
}

.u-icon_size-79:after-imp,
.u-icon_size-79:before-imp {
  height: 79px !important;
}

.u-icon_size-79:after,
.u-icon_size-79:before {
  background-size: 79px 79px;
}

.u-icon_size-79:after-imp,
.u-icon_size-79:before-imp {
  background-size: 79px 79px !important;
}

.u-icon_size-80:after,
.u-icon_size-80:before {
  width: 80px;
}

.u-icon_size-80:after-imp,
.u-icon_size-80:before-imp {
  width: 80px !important;
}

.u-icon_size-80:after,
.u-icon_size-80:before {
  height: 80px;
}

.u-icon_size-80:after-imp,
.u-icon_size-80:before-imp {
  height: 80px !important;
}

.u-icon_size-80:after,
.u-icon_size-80:before {
  background-size: 80px 80px;
}

.u-icon_size-80:after-imp,
.u-icon_size-80:before-imp {
  background-size: 80px 80px !important;
}

.u-icon_size-81:after,
.u-icon_size-81:before {
  width: 81px;
}

.u-icon_size-81:after-imp,
.u-icon_size-81:before-imp {
  width: 81px !important;
}

.u-icon_size-81:after,
.u-icon_size-81:before {
  height: 81px;
}

.u-icon_size-81:after-imp,
.u-icon_size-81:before-imp {
  height: 81px !important;
}

.u-icon_size-81:after,
.u-icon_size-81:before {
  background-size: 81px 81px;
}

.u-icon_size-81:after-imp,
.u-icon_size-81:before-imp {
  background-size: 81px 81px !important;
}

.u-icon_size-82:after,
.u-icon_size-82:before {
  width: 82px;
}

.u-icon_size-82:after-imp,
.u-icon_size-82:before-imp {
  width: 82px !important;
}

.u-icon_size-82:after,
.u-icon_size-82:before {
  height: 82px;
}

.u-icon_size-82:after-imp,
.u-icon_size-82:before-imp {
  height: 82px !important;
}

.u-icon_size-82:after,
.u-icon_size-82:before {
  background-size: 82px 82px;
}

.u-icon_size-82:after-imp,
.u-icon_size-82:before-imp {
  background-size: 82px 82px !important;
}

.u-icon_size-83:after,
.u-icon_size-83:before {
  width: 83px;
}

.u-icon_size-83:after-imp,
.u-icon_size-83:before-imp {
  width: 83px !important;
}

.u-icon_size-83:after,
.u-icon_size-83:before {
  height: 83px;
}

.u-icon_size-83:after-imp,
.u-icon_size-83:before-imp {
  height: 83px !important;
}

.u-icon_size-83:after,
.u-icon_size-83:before {
  background-size: 83px 83px;
}

.u-icon_size-83:after-imp,
.u-icon_size-83:before-imp {
  background-size: 83px 83px !important;
}

.u-icon_size-84:after,
.u-icon_size-84:before {
  width: 84px;
}

.u-icon_size-84:after-imp,
.u-icon_size-84:before-imp {
  width: 84px !important;
}

.u-icon_size-84:after,
.u-icon_size-84:before {
  height: 84px;
}

.u-icon_size-84:after-imp,
.u-icon_size-84:before-imp {
  height: 84px !important;
}

.u-icon_size-84:after,
.u-icon_size-84:before {
  background-size: 84px 84px;
}

.u-icon_size-84:after-imp,
.u-icon_size-84:before-imp {
  background-size: 84px 84px !important;
}

.u-icon_size-85:after,
.u-icon_size-85:before {
  width: 85px;
}

.u-icon_size-85:after-imp,
.u-icon_size-85:before-imp {
  width: 85px !important;
}

.u-icon_size-85:after,
.u-icon_size-85:before {
  height: 85px;
}

.u-icon_size-85:after-imp,
.u-icon_size-85:before-imp {
  height: 85px !important;
}

.u-icon_size-85:after,
.u-icon_size-85:before {
  background-size: 85px 85px;
}

.u-icon_size-85:after-imp,
.u-icon_size-85:before-imp {
  background-size: 85px 85px !important;
}

.u-icon_size-86:after,
.u-icon_size-86:before {
  width: 86px;
}

.u-icon_size-86:after-imp,
.u-icon_size-86:before-imp {
  width: 86px !important;
}

.u-icon_size-86:after,
.u-icon_size-86:before {
  height: 86px;
}

.u-icon_size-86:after-imp,
.u-icon_size-86:before-imp {
  height: 86px !important;
}

.u-icon_size-86:after,
.u-icon_size-86:before {
  background-size: 86px 86px;
}

.u-icon_size-86:after-imp,
.u-icon_size-86:before-imp {
  background-size: 86px 86px !important;
}

.u-icon_size-87:after,
.u-icon_size-87:before {
  width: 87px;
}

.u-icon_size-87:after-imp,
.u-icon_size-87:before-imp {
  width: 87px !important;
}

.u-icon_size-87:after,
.u-icon_size-87:before {
  height: 87px;
}

.u-icon_size-87:after-imp,
.u-icon_size-87:before-imp {
  height: 87px !important;
}

.u-icon_size-87:after,
.u-icon_size-87:before {
  background-size: 87px 87px;
}

.u-icon_size-87:after-imp,
.u-icon_size-87:before-imp {
  background-size: 87px 87px !important;
}

.u-icon_size-88:after,
.u-icon_size-88:before {
  width: 88px;
}

.u-icon_size-88:after-imp,
.u-icon_size-88:before-imp {
  width: 88px !important;
}

.u-icon_size-88:after,
.u-icon_size-88:before {
  height: 88px;
}

.u-icon_size-88:after-imp,
.u-icon_size-88:before-imp {
  height: 88px !important;
}

.u-icon_size-88:after,
.u-icon_size-88:before {
  background-size: 88px 88px;
}

.u-icon_size-88:after-imp,
.u-icon_size-88:before-imp {
  background-size: 88px 88px !important;
}

.u-icon_size-89:after,
.u-icon_size-89:before {
  width: 89px;
}

.u-icon_size-89:after-imp,
.u-icon_size-89:before-imp {
  width: 89px !important;
}

.u-icon_size-89:after,
.u-icon_size-89:before {
  height: 89px;
}

.u-icon_size-89:after-imp,
.u-icon_size-89:before-imp {
  height: 89px !important;
}

.u-icon_size-89:after,
.u-icon_size-89:before {
  background-size: 89px 89px;
}

.u-icon_size-89:after-imp,
.u-icon_size-89:before-imp {
  background-size: 89px 89px !important;
}

.u-icon_size-90:after,
.u-icon_size-90:before {
  width: 90px;
}

.u-icon_size-90:after-imp,
.u-icon_size-90:before-imp {
  width: 90px !important;
}

.u-icon_size-90:after,
.u-icon_size-90:before {
  height: 90px;
}

.u-icon_size-90:after-imp,
.u-icon_size-90:before-imp {
  height: 90px !important;
}

.u-icon_size-90:after,
.u-icon_size-90:before {
  background-size: 90px 90px;
}

.u-icon_size-90:after-imp,
.u-icon_size-90:before-imp {
  background-size: 90px 90px !important;
}

.u-icon_size-91:after,
.u-icon_size-91:before {
  width: 91px;
}

.u-icon_size-91:after-imp,
.u-icon_size-91:before-imp {
  width: 91px !important;
}

.u-icon_size-91:after,
.u-icon_size-91:before {
  height: 91px;
}

.u-icon_size-91:after-imp,
.u-icon_size-91:before-imp {
  height: 91px !important;
}

.u-icon_size-91:after,
.u-icon_size-91:before {
  background-size: 91px 91px;
}

.u-icon_size-91:after-imp,
.u-icon_size-91:before-imp {
  background-size: 91px 91px !important;
}

.u-icon_size-92:after,
.u-icon_size-92:before {
  width: 92px;
}

.u-icon_size-92:after-imp,
.u-icon_size-92:before-imp {
  width: 92px !important;
}

.u-icon_size-92:after,
.u-icon_size-92:before {
  height: 92px;
}

.u-icon_size-92:after-imp,
.u-icon_size-92:before-imp {
  height: 92px !important;
}

.u-icon_size-92:after,
.u-icon_size-92:before {
  background-size: 92px 92px;
}

.u-icon_size-92:after-imp,
.u-icon_size-92:before-imp {
  background-size: 92px 92px !important;
}

.u-icon_size-93:after,
.u-icon_size-93:before {
  width: 93px;
}

.u-icon_size-93:after-imp,
.u-icon_size-93:before-imp {
  width: 93px !important;
}

.u-icon_size-93:after,
.u-icon_size-93:before {
  height: 93px;
}

.u-icon_size-93:after-imp,
.u-icon_size-93:before-imp {
  height: 93px !important;
}

.u-icon_size-93:after,
.u-icon_size-93:before {
  background-size: 93px 93px;
}

.u-icon_size-93:after-imp,
.u-icon_size-93:before-imp {
  background-size: 93px 93px !important;
}

.u-icon_size-94:after,
.u-icon_size-94:before {
  width: 94px;
}

.u-icon_size-94:after-imp,
.u-icon_size-94:before-imp {
  width: 94px !important;
}

.u-icon_size-94:after,
.u-icon_size-94:before {
  height: 94px;
}

.u-icon_size-94:after-imp,
.u-icon_size-94:before-imp {
  height: 94px !important;
}

.u-icon_size-94:after,
.u-icon_size-94:before {
  background-size: 94px 94px;
}

.u-icon_size-94:after-imp,
.u-icon_size-94:before-imp {
  background-size: 94px 94px !important;
}

.u-icon_size-95:after,
.u-icon_size-95:before {
  width: 95px;
}

.u-icon_size-95:after-imp,
.u-icon_size-95:before-imp {
  width: 95px !important;
}

.u-icon_size-95:after,
.u-icon_size-95:before {
  height: 95px;
}

.u-icon_size-95:after-imp,
.u-icon_size-95:before-imp {
  height: 95px !important;
}

.u-icon_size-95:after,
.u-icon_size-95:before {
  background-size: 95px 95px;
}

.u-icon_size-95:after-imp,
.u-icon_size-95:before-imp {
  background-size: 95px 95px !important;
}

.u-icon_size-96:after,
.u-icon_size-96:before {
  width: 96px;
}

.u-icon_size-96:after-imp,
.u-icon_size-96:before-imp {
  width: 96px !important;
}

.u-icon_size-96:after,
.u-icon_size-96:before {
  height: 96px;
}

.u-icon_size-96:after-imp,
.u-icon_size-96:before-imp {
  height: 96px !important;
}

.u-icon_size-96:after,
.u-icon_size-96:before {
  background-size: 96px 96px;
}

.u-icon_size-96:after-imp,
.u-icon_size-96:before-imp {
  background-size: 96px 96px !important;
}

.u-icon_size-97:after,
.u-icon_size-97:before {
  width: 97px;
}

.u-icon_size-97:after-imp,
.u-icon_size-97:before-imp {
  width: 97px !important;
}

.u-icon_size-97:after,
.u-icon_size-97:before {
  height: 97px;
}

.u-icon_size-97:after-imp,
.u-icon_size-97:before-imp {
  height: 97px !important;
}

.u-icon_size-97:after,
.u-icon_size-97:before {
  background-size: 97px 97px;
}

.u-icon_size-97:after-imp,
.u-icon_size-97:before-imp {
  background-size: 97px 97px !important;
}

.u-icon_size-98:after,
.u-icon_size-98:before {
  width: 98px;
}

.u-icon_size-98:after-imp,
.u-icon_size-98:before-imp {
  width: 98px !important;
}

.u-icon_size-98:after,
.u-icon_size-98:before {
  height: 98px;
}

.u-icon_size-98:after-imp,
.u-icon_size-98:before-imp {
  height: 98px !important;
}

.u-icon_size-98:after,
.u-icon_size-98:before {
  background-size: 98px 98px;
}

.u-icon_size-98:after-imp,
.u-icon_size-98:before-imp {
  background-size: 98px 98px !important;
}

.u-icon_size-99:after,
.u-icon_size-99:before {
  width: 99px;
}

.u-icon_size-99:after-imp,
.u-icon_size-99:before-imp {
  width: 99px !important;
}

.u-icon_size-99:after,
.u-icon_size-99:before {
  height: 99px;
}

.u-icon_size-99:after-imp,
.u-icon_size-99:before-imp {
  height: 99px !important;
}

.u-icon_size-99:after,
.u-icon_size-99:before {
  background-size: 99px 99px;
}

.u-icon_size-99:after-imp,
.u-icon_size-99:before-imp {
  background-size: 99px 99px !important;
}

.u-icon_size-100:after,
.u-icon_size-100:before {
  width: 100px;
}

.u-icon_size-100:after-imp,
.u-icon_size-100:before-imp {
  width: 100px !important;
}

.u-icon_size-100:after,
.u-icon_size-100:before {
  height: 100px;
}

.u-icon_size-100:after-imp,
.u-icon_size-100:before-imp {
  height: 100px !important;
}

.u-icon_size-100:after,
.u-icon_size-100:before {
  background-size: 100px 100px;
}

.u-icon_size-100:after-imp,
.u-icon_size-100:before-imp {
  background-size: 100px 100px !important;
}

/*! =========================================================
 _project
========================================================= */
.p-adobeBox {
  display: flex;
  align-items: center;
}

.p-adobeBox_bnr a {
  display: block;
}

.p-adobeBox_bnr a:hover {
  opacity: 0.7;
}

.p-adobeBox_bnr img {
  vertical-align: bottom;
}

.p-adobeBox_text {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 16px;
}

.p-likeLinks {
  position: relative;
  z-index: 0;
  margin-top: 80px;
}

.p-likeLinks::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  content: "";
  background-color: #F6F3EE;
}

.p-likeLinks_list {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.p-likeLinks_list_item {
  width: 20%;
}

.p-likeLinks_list_link {
  font-family: var(--nissui-ff-sansserif-bold);
  font-weight: 600;
  line-height: 1.5;
  display: block;
  height: 160px;
  padding-top: 26px;
  transition: background-color 0.3s;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.p-likeLinks_list_link:before {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 8px;
  content: "";
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45px 45px;
}

.p-likeLinks_list_link:active,
.p-likeLinks_list_link:hover,
.p-likeLinks_list_link:visited {
  color: #000;
}

.p-likeLinks_list_link-01:before {
  background-color: #4c63ac;
  background-image: url(/assets/img/icons/ic_like_01_white.svg);
}

.p-likeLinks_list_link-01:hover {
  background-color: #e4e6ed;
}

.p-likeLinks_list_link-02:before {
  background-color: #369cd8;
  background-image: url(/assets/img/icons/ic_like_02_white.svg);
}

.p-likeLinks_list_link-02:hover {
  background-color: #e1ecf2;
}

.p-likeLinks_list_link-03:before {
  background-color: #59b060;
  background-image: url(/assets/img/icons/ic_like_03_white.svg);
}

.p-likeLinks_list_link-03:hover {
  background-color: #e5eee6;
}

.p-likeLinks_list_link-04:before {
  background-color: #f4c31d;
  background-image: url(/assets/img/icons/ic_like_04_white.svg);
}

.p-likeLinks_list_link-04:hover {
  background-color: #f4f0df;
}

.p-likeLinks_list_link-05:before {
  background-color: #f4a316;
  background-image: url(/assets/img/icons/ic_like_05_white.svg);
}

.p-likeLinks_list_link-05:hover {
  background-color: #f4ecde;
}

.p-likeLinks-top .p-likeLinks_list_link:after {
  display: block;
  width: 24px;
  height: 24px;
  margin: 12px auto 0;
  content: "";
  background-image: url(/assets/img/icons/ic_chevron_bottom.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.p-likeSec {
  margin-right: auto;
  margin-left: auto;
  padding: 120px 0 124px;
}

.p-likeSec:before {
  background-color: rgba(244, 227, 82, 0.2);
  background-image: url(/nissui_like/img/like_mask01.png), url(/nissui_like/img/like_mask02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto;
}

.p-likeSec_hedding {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 28px;
  font-weight: 600;
  margin-top: 24px;
  text-align: center;
}

.p-likeSec_hedding:first-child {
  margin-top: 0;
}

.p-likeSec_ornament {
  width: 235px;
  height: 24px;
  margin: auto;
}

.p-likeSec_lead {
  margin-top: 24px;
  text-align: center;
}

.p-likeSec_lead:first-child {
  margin-top: 0;
}

.p-likeSec_catch {
  font-family: var(--nissui-ff-sansserif);
  font-size: 36px;
  margin-top: 24px;
  padding-bottom: 32px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.p-likeSec_catch:first-child {
  margin-top: 0;
}

.p-likeSec_list {
  display: flex;
  margin: 32px -4px -8px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}

.p-likeSec_list_item {
  width: 33.3333333333%;
  margin-bottom: 8px;
  padding-right: 4px;
  padding-left: 4px;
}

.p-likeSec_list_link {
  display: block;
  text-decoration: none;
}

.p-likeSec_list_link:hover .p-likeSec_list_img:after {
  border-width: 16px;
}

.p-likeSec_list_link:hover .p-likeSec_list_text {
  color: #d72e39;
}

.p-likeSec_list_img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.p-likeSec_list_img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  border: 0 solid #ef3340;
  border-radius: 50%;
}

.p-likeSec_list_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-likeSec_list_text {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  padding: 8px 40px 0;
  transition: all 0.3s;
  color: #000;
}

.p-likeSec_list_genre {
  font-family: var(--nissui-ff-sansserif);
  font-size: 12px;
  font-weight: 700;
  margin-top: 16px;
  padding: 8px 0 28px;
  border-top: 1px solid #d8d8d8;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 24px 24px;
}

.p-likeSec_list_genre-01 {
  color: #4c63ac;
  background-image: url(/assets/img/icons/ic_like_01.svg);
}

.p-likeSec_list_genre-02 {
  color: #369cd8;
  background-image: url(/assets/img/icons/ic_like_02.svg);
}

.p-likeSec_list_genre-03 {
  color: #59b060;
  background-image: url(/assets/img/icons/ic_like_03.svg);
}

.p-likeSec_list_genre-04 {
  color: #f4c31d;
  background-image: url(/assets/img/icons/ic_like_04.svg);
}

.p-likeSec_list_genre-05 {
  color: #f4a316;
  background-image: url(/assets/img/icons/ic_like_05.svg);
}

.p-likeSec-top {
  padding: 0;
}

.p-likeSec-top:before {
  background: 0 0;
}

.p-likeSec-top .p-likeSec_hedding {
  font-size: 36px;
  padding-top: 114px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 254px 96px;
}

.p-likeSec-top .p-likeSec_hedding-01 {
  background-image: url(/nissui_like/img/like_h1_01.png);
}

.p-likeSec-top .p-likeSec_hedding-02 {
  background-image: url(/nissui_like/img/like_h1_02.png);
}

.p-likeSec-top .p-likeSec_hedding-03 {
  background-image: url(/nissui_like/img/like_h1_03.png);
}

.p-likeSec-top .p-likeSec_hedding-04 {
  background-image: url(/nissui_like/img/like_h1_04.png);
}

.p-likeSec-top .p-likeSec_hedding-05 {
  background-image: url(/nissui_like/img/like_h1_05.png);
}

.p-likeSec-top .p-likeSec_list {
  margin-bottom: -32px;
}

.p-likeSec-top .p-likeSec_list_item {
  margin-bottom: 32px;
}

.p-likeSec-sub {
  max-width: 770px;
  padding: 0;
}

.p-likeSec-sub:before {
  background: 0 0;
}

.p-likeSec-sub .p-likeSec_hedding {
  font-family: var(--nissui-ff-sansserif);
  font-size: 24px;
  font-weight: 500;
}

.p-likeSec-sub .p-likeSec_list {
  margin-top: 40px;
  margin-right: -8px;
  margin-left: -8px;
}

.p-likeSec-sub .p-likeSec_list_item {
  padding-right: 8px;
  padding-left: 8px;
}

.p-likeSec-sub .p-likeSec_list_text {
  padding-right: 0;
  padding-left: 0;
}

.p-likeSec-cateTop {
  max-width: 802px;
  padding: 48px 0 84px;
  background-image: url(/nissui_like/img/like_ornament02.png), url(/nissui_like/img/like_ornament03.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 141px 24px, 94px 24px;
}

.p-likeSec-cateTop:before {
  background: 0 0;
}

.p-likeSec-cateTop .p-likeSec_hedding {
  font-family: var(--nissui-ff-sansserif);
  font-size: 18px;
  font-weight: 500;
  margin-top: 32px;
}

.p-likeSec-cateTop .p-likeSec_hedding:before {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  content: "";
  vertical-align: sub;
  background: url(/assets/img/icons/ic_like_red.svg) 0 0 no-repeat;
  background-size: contain;
}

.p-likeSec-cateTop .p-likeSec_lead {
  margin-top: 16px;
}

.p-likeSec-cateTop .p-likeSec_list {
  margin-right: -16px;
  margin-left: -16px;
}

.p-likeSec-cateTop .p-likeSec_list_item {
  padding-right: 16px;
  padding-left: 16px;
}

.p-likeSec-cateTop .p-likeSec_list_text {
  padding-right: 8px;
  padding-left: 8px;
}

.p-likeTopHero {
  text-align: center;
}

.p-likeTopHero_title {
  margin-bottom: 0;
}

.p-likeTopHero_img {
  width: 235px;
  height: 24px;
  margin: 52px auto 0;
}

.p-likeTopHero_lead {
  margin-top: 32px;
}

.p-likeDetailHero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 380px;
  margin-top: 32px;
  margin-left: calc(-50vw + 50%);
}

.p-likeDetailHero:first-child {
  margin-top: 0;
}

.p-likeDetailHero:after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  display: block;
  width: 100%;
  min-width: 1440px;
  height: 100%;
  content: "";
  transform: translate(-50%, 0);
  background: url(/nissui_like/img/like_mask02.png) no-repeat 0 bottom;
  background-size: 100% auto;
}

.p-likeDetailHero_img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  min-width: 1440px;
  transform: translate(-50%, 0);
  vertical-align: bottom;
}

.p-likeDetailHero_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-likeDetailHero_img-position1 {
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

.p-likeDetailHero_img-position2 {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-likeDetailHero_img-position3 {
  top: 0;
  right: 0;
  left: auto;
  transform: translate(0, 0);
}

.p-likeDetailHero_img-position4 {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.p-likeDetailHero_img-position5 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-likeDetailHero_img-position6 {
  top: 50%;
  right: 0;
  left: auto;
  transform: translate(0, -50%);
}

.p-likeDetailHero_img-position7 {
  top: auto;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
}

.p-likeDetailHero_img-position8 {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-likeDetailHero_img-position9 {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  transform: translate(0, 0);
}

.p-likeDetailContent_h1 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 96px;
  text-align: center;
}

.p-likeDetailContent_img + .p-likeDetailContent_h1 {
  margin-top: 24px;
}

.p-likeDetailContent_h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 96px;
  text-align: center;
}

.p-likeDetailContent_h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
}

.p-likeDetailContent_lead {
  font-size: 22px;
  line-height: 1.8;
  margin-top: 24px;
  text-align: center;
}

.p-likeDetailContent_img {
  max-width: 672px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-likeDetailContent_img:first-child {
  margin-top: 64px;
}

.p-likeDetailContent_img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-likeDetailContent_img-large {
  max-width: 848px;
}

.p-likeDetailContent_imgCaption {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
  text-align: center;
}

.like_ornament01 {
  display: block;
  width: 100%;
}

.like_ornament01 g {
  opacity: 0;
}

.like_ornament01.is-anime g {
  opacity: 1;
}

.like_ornament01.is-anime .g01 {
  -webkit-animation: like_ornament01_g01 2.708s;
  animation: like_ornament01_g01 2.708s;
}

.like_ornament01.is-anime .g02 {
  -webkit-animation: like_ornament01_g02 2.708s;
  animation: like_ornament01_g02 2.708s;
}

.like_ornament01.is-anime .g03 {
  -webkit-animation: like_ornament01_g03 2.708s;
  animation: like_ornament01_g03 2.708s;
}

.like_ornament01.is-anime .g04 {
  -webkit-animation: like_ornament01_g04 2.708s;
  animation: like_ornament01_g04 2.708s;
}

.like_ornament01.is-anime .g05 {
  -webkit-animation: like_ornament01_g05 2.708s;
  animation: like_ornament01_g05 2.708s;
}

.like_ornament01.is-anime .g06 {
  -webkit-animation: like_ornament01_g06 2.708s;
  animation: like_ornament01_g06 2.708s;
}

.like_ornament01.is-anime .g07 {
  -webkit-animation: like_ornament01_g07 2.708s;
  animation: like_ornament01_g07 2.708s;
}

.like_ornament01.is-anime .g08 {
  -webkit-animation: like_ornament01_g08 2.708s;
  animation: like_ornament01_g08 2.708s;
}

.like_ornament01.is-anime .g09 {
  -webkit-animation: like_ornament01_g09 2.708s;
  animation: like_ornament01_g09 2.708s;
}

.like_ornament01.is-anime .g10 {
  -webkit-animation: like_ornament01_g10 2.708s;
  animation: like_ornament01_g10 2.708s;
}

.like_ornament01.is-anime .g11 {
  -webkit-animation: like_ornament01_g11 2.708s;
  animation: like_ornament01_g11 2.708s;
}

.like_ornament01.is-anime .g12 {
  -webkit-animation: like_ornament01_g12 2.708s;
  animation: like_ornament01_g12 2.708s;
}

.like_ornament01.is-anime .g13 {
  -webkit-animation: like_ornament01_g13 2.708s;
  animation: like_ornament01_g13 2.708s;
}

.like_ornament01.is-anime .g14 {
  -webkit-animation: like_ornament01_g14 2.708s;
  animation: like_ornament01_g14 2.708s;
}

.like_ornament01.is-anime .g15 {
  -webkit-animation: like_ornament01_g15 2.708s;
  animation: like_ornament01_g15 2.708s;
}

@-webkit-keyframes like_ornament01_g01 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g01 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g02 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g02 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g03 {
  0% {
    opacity: 0;
  }
  19% {
    opacity: 0;
  }
  23% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g03 {
  0% {
    opacity: 0;
  }
  19% {
    opacity: 0;
  }
  23% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g04 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g04 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g05 {
  0% {
    opacity: 0;
  }
  22% {
    opacity: 0;
  }
  26% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g05 {
  0% {
    opacity: 0;
  }
  22% {
    opacity: 0;
  }
  26% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g06 {
  0% {
    opacity: 0;
  }
  23% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g06 {
  0% {
    opacity: 0;
  }
  23% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g07 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  29% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g07 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  29% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g08 {
  0% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g08 {
  0% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g09 {
  0% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g09 {
  0% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g10 {
  0% {
    opacity: 0;
  }
  29% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g10 {
  0% {
    opacity: 0;
  }
  29% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g11 {
  0% {
    opacity: 0;
  }
  31% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g11 {
  0% {
    opacity: 0;
  }
  31% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g12 {
  0% {
    opacity: 0;
  }
  32% {
    opacity: 0;
  }
  37% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g12 {
  0% {
    opacity: 0;
  }
  32% {
    opacity: 0;
  }
  37% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g13 {
  0% {
    opacity: 0;
  }
  34% {
    opacity: 0;
  }
  39% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g13 {
  0% {
    opacity: 0;
  }
  34% {
    opacity: 0;
  }
  39% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g14 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g14 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes like_ornament01_g15 {
  0% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  41% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes like_ornament01_g15 {
  0% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  41% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.p-likeDetailFishes02_link .p-likeDetailFishes02_linkItem {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: block;
  margin-top: 30px;
  padding: 16px 16px;
  border-radius: 7px;
  background: #fff5cc;
}

.p-likeDetailFishes02_link .p-likeDetailFishes02_linkItem_bg01:before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 120px;
  height: 110px;
  content: "";
  background-image: url(/nissui_like/img/fishes002/bg_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-likeDetailFishes02_link .p-likeDetailFishes02_linkItem_bg02:before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 120px;
  height: 110px;
  content: "";
  background-image: url(/nissui_like/img/fishes002/bg_02.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-likeDetailFishes02_link .p-likeDetailFishes02_linkItem_bg03:before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 120px;
  height: 110px;
  content: "";
  background-image: url(/nissui_like/img/fishes002/bg_03.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-likeDetailFishes02_link .p-likeDetailFishes02_linkItem_bg04:before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 120px;
  height: 110px;
  content: "";
  background-image: url(/nissui_like/img/fishes002/bg_04.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-likeDetailFishes02_link .p-likeDetailFishes02_linkItem_bg05:before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 120px;
  height: 110px;
  content: "";
  background-image: url(/nissui_like/img/fishes002/bg_05.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-likeDetailFishes02_link .p-likeDetailFishes02_linkItem_bg06:before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 120px;
  height: 110px;
  content: "";
  background-image: url(/nissui_like/img/fishes002/bg_06.png);
  background-repeat: no-repeat;
  background-size: contain;
}

[data-js-more-item] {
  display: none;
}

.p-refine {
  width: 100vw;
  margin-top: 24px;
  margin-left: calc(-50vw + 50%);
  padding: 32px 0;
  background: #f6f3ee;
}

.p-refine_inner {
  display: flex;
  align-items: center;
}

.p-refine_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-right: 64px;
}

.p-refine_pulldown {
  width: 290px;
  margin-top: 0;
}

.p-relatedLink {
  margin-top: 32px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #ECE6DC;
  background: #FFF;
}
.p-relatedLink .p-relatedLink_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
}
.p-relatedLink .p-relatedLink_title:not(:first-child) {
  margin-top: 32px;
}
.p-relatedLink .p-relatedLink_list {
  margin-top: 16px;
}
.p-relatedLink .p-relatedLink_text {
  margin-top: 16px;
}

.p-relatedSection_item {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
}

.p-relatedSection_item + .p-relatedSection_item {
  margin-top: 64px;
}

.p-relatedSection_item_img {
  width: 25%;
  order: 1;
}

.p-relatedSection_item_img + .p-relatedSection_item_text {
  width: 75%;
}

.p-relatedSection_item_text {
  padding-right: 56px;
  order: 0;
}

.p-relatedSection_item_link {
  margin-top: 16px;
}

.p-searchArea {
  display: flex;
  margin-top: 32px;
}
.p-searchArea .p-searchArea_search {
  flex: 1;
}
.p-searchArea .p-searchArea_search .c-searchBox {
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  margin-top: 0;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .p-searchArea .p-searchArea_search .c-searchBox_form {
    height: 50px;
  }
}
.p-searchArea .p-searchArea_btn {
  margin-left: 32px;
  padding-left: 32px;
  border-left: 1px solid #cbcbcb;
}

.p-searchKeyword {
  display: flex;
  padding: 24px 0;
  justify-content: center;
}

.p-searchKeyword .c-pulldown {
  margin-right: 16px;
  flex: 0 0 120px;
}

.p-searchKeyword .c-pulldown select {
  height: 100%;
}

.p-searchKeyword .c-searchBox {
  margin-top: 0;
  flex: 0 1 848px;
}

.p-searchCondition {
  padding: 0;
}

.p-searchCondition_pulldown {
  width: 230px;
  margin: 0 0 0 8px;
}

.p-searchCondition_pulldown:first-child {
  margin-left: 0;
}

.p-searchCondition_pulldown_arrow {
  width: 24px;
  height: 24px;
  margin: 0 0 0 8px;
  background: url(/assets/img/icons/ic_tri_right_grey.svg) no-repeat center center;
  background-size: contain;
}

.p-searchCondition_pulldown_wrap {
  display: flex;
  margin-top: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.p-searchCondition_pulldown_wrap:first-child {
  margin-top: 0;
}

.p-searchCondition_subText {
  margin-top: 32px;
}

.p-searchCondition .c-accordion .c-accordion {
  margin-right: -64px;
}

.p-searchResults {
  margin-top: 60px;
}

.p-searchResults_title {
  font-size: 18px;
  font-weight: 700;
}

.p-searchResults_titleNum {
  font-size: 28px;
  color: #d72e39;
}

.p-searchResults_titleKen {
  color: #d72e39;
}

.p-searchResults_info {
  display: flex;
  margin-top: 32px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.p-searchResults_info .c-text {
  font-weight: 500;
  margin-right: auto;
}

.p-searchResults_info .c-pulldown {
  margin: 0 0 0 8px;
  flex: 0 0 120px;
}

.p-searchResults_text {
  margin-top: 100px;
}

.p-searchCondition {
  margin-top: 8px;
}

.p-searchCondition .SS_search .c-form {
  margin-top: 0;
}

.p-searchCondition .SS_search .c-selectbtn_wrap label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  margin: 8px 0 0 8px;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s;
  color: #000;
  border-radius: 4px;
  background: #e6e6e6;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.p-searchCondition .SS_search .c-selectbtn_input {
  position: relative;
  display: none;
}

.p-searchCondition .SS_search .c-selectbtn_input:hover + label {
  background: #c2c2c2;
}

.p-searchCondition .SS_search .c-selectbtn_input:checked + label {
  color: #fff;
  background: #d22d37;
}

.p-searchResults_list .l-grid_item.p-searchResults_list_productItem {
  margin-top: 32px;
  margin-bottom: 0;
}

.p-searchResults_list .l-grid_item.p-searchResults_list_productItem .c-card04-prod .c-card_img img {
  width: auto;
  height: 90%;
}

.p-sitemap_list {
  display: flex;
  margin: 0 -16px;
  flex-wrap: wrap;
}

.p-sitemap_list_item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  width: calc((100% - 96px) / 3);
  margin: 0 16px;
  padding: 16px 0 16px 16px;
  border-top: 1px solid #e0e0e0;
}

.p-sitemap_sublist {
  margin-left: 32px;
}

.p-sitemap_sublist_item {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.p-sns {
  display: inline-block;
  margin-top: 80px;
  padding: 0 4px;
  vertical-align: bottom;
  border-radius: 24px;
  background-color: #f2f2f2;
}

.p-sns:first-child {
  margin-top: 0;
}

.p-sns .at-resp-share-element {
  display: flex;
  align-items: center;
}
.p-sns .at-resp-share-element .at-share-btn {
  margin: 12px !important;
  padding: 0;
  line-height: 1;
}
.p-sns .at-resp-share-element .at-share-btn a {
  display: block;
}
.p-sns .at-resp-share-element .at-icon,
.p-sns .at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
  vertical-align: top;
}

.p-stockquote {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #ef3340;
  border-radius: 6px;
  background: #F6F3EE;
}

.p-stockquote:first-child {
  margin-top: 0;
}

.p-stockquote_data {
  border-top: 1px solid #e0e0e0;
}

.p-stockquote_data_row {
  display: flex;
  padding: 4px 24px;
  border-bottom: 1px solid #e0e0e0;
  background: rgba(255, 255, 255, 0.6);
  align-items: center;
}

.p-stockquote_data_hedding {
  font-size: 14px;
  font-weight: 500;
}

.p-stockquote_data_value {
  font-size: 18px;
  font-weight: 700;
  margin-left: auto;
}

.p-stockquote_data_value-minus {
  color: #59b060;
}

.p-stockquote_data + .c-list {
  margin-top: 8px;
}

.p-youtube {
  margin-top: 24px;
}

.p-youtube:first-child {
  margin-top: 0;
}

.p-youtube_video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.p-youtube_video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-youtube_text {
  margin-top: 16px;
  text-align: center;
}

.p-youtubeWrap .p-youtube {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
}

.p-youtubeList {
  margin-top: 24px;
  margin-right: -16.7%;
  margin-left: -16.7%;
}

.p-corporateTopMessage {
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: center;
}

.p-corporateTopMessage::before {
  background: url(/corporate/img/message01_pc.png) no-repeat center top;
  background-size: cover;
}

.p-corporateTopData_btnWrap {
  position: relative;
  left: -16px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-corporateTopIr {
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: center;
}

.p-corporateTopIr::before {
  background: url(/corporate/img/ir01-1_pc.png) no-repeat center top;
  background-size: cover;
}

.p-corporateHistorySec1 .c-table th {
  font-weight: 700;
}

.p-corporateHistorySec1 .c-table_contentBody tr > :nth-child(1) {
  width: 111px;
  min-width: 111px;
}

.p-corporateHistorySec1 .c-table_contentBody tr > :nth-child(2) {
  max-width: 400px;
}

.p-corporateHistorySec1 .c-table_contentBody tr > :nth-child(3) {
  width: 25%;
  min-width: 180px;
}

.p-corporateHistorySec1 .c-table .l-grid {
  margin-top: 16px;
}

.p-corporateHistoryNav {
  margin-top: 80px;
}

.p-irTopSec2 {
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: center;
}

.p-irTopSec2::before {
  background: url(/corporate/img/ir01-1_pc.png) no-repeat center top;
  background-size: cover;
}

.p-newsWrap {
  margin-top: 32px;
}

.p-productSummary {
  position: relative;
  margin-bottom: 100px;
}

.p-productSummary_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 320px;
  margin-left: calc(-50vw + 50%);
}

.p-productSummary_bg img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-productSummary_img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 440px;
  margin: auto;
}

.p-productSummary_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-productSummary_img img.is-noimage {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 540px;
  transform: translate(-50%, 0);
}

.p-productSummary_inner {
  width: 736px;
  margin: auto;
  padding-top: 456px;
}

.p-productSummary_tag {
  text-align: center;
}

.p-productSummary_tag + .p-productSummary_tag {
  margin-left: 8px;
}

.p-productSummary_tag_inner {
  font-weight: 700;
  padding: 3px 20px;
  border-radius: 3em;
  background-color: #f4c31d;
}

.p-productSummary_tag_inner.end {
  display: block;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: #d72e39;
  border-radius: 0;
}

.p-productSummary_name {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  padding: 8px 0 16px;
  text-align: center;
  border-bottom: 4px solid #d72e39;
}

.p-productSummary_name .p-productSummary_name-br {
  display: block;
}

.p-productSummary_catch {
  line-height: 1.5;
  text-align: center;
}

.p-productSummary_feature {
  margin: 24px 0 0 24px;
}

.p-productSummary_feature .c-list_item:not(:first-child) {
  margin-top: 6px;
}

.p-productInfo_listWrap {
  display: flex;
  width: 100%;
  margin-top: 8px;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-productInfo_listWrap .c-descriptionList {
  width: 48.3%;
  margin-top: 0;
}

.p-productInfo_note {
  margin: 16px 0 0 8px;
}

.p-productMaterial .c-descriptionList {
  width: 48.3%;
}

.p-productMaterial .c-descriptionList_term {
  width: 191px;
}

.p-productMaterial .c-descriptionList_term + .c-descriptionList_definition {
  width: calc(100% - 191px);
}

.p-productAllergy .c-table_headCell {
  width: 193px;
}

.p-productAllergy .c-descriptionList_term {
  width: 226px;
}

.p-productAllergy .c-descriptionList_term + .c-descriptionList_definition {
  width: calc(100% - 226px);
}

.p-productAllergy_caution {
  margin-top: 40px;
  padding: 40px;
  background-color: rgba(250, 222, 217, 0.3);
}

.p-productAllergy_caution_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #d72e39;
}

.p-productAllergy_caution_list {
  margin-top: 12px;
}

.p-productBtns {
  margin-top: 100px;
}

.p-productContact_inner {
  margin-top: 40px;
  padding: 44px;
  background-color: #F6F3EE;
}

.p-productContact_text {
  margin-top: 20px;
}

.p-productContact_tel {
  font-family: var(--nissui-ff-en);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  margin-right: 12px;
}

.p-productContact_note {
  margin: 10px 24px 0;
}

.p-productContact_note > li:not(:first-child) {
  margin-top: 2px;
}

.p-productSummary_name-br {
  display: none;
}

.p-productSummary_tagOuter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-productECLink.l-section-bgGrey {
  margin-top: 0 !important;
  padding-top: 0;
}

.p-productECLink .c-headingLv2 {
  font-size: 20px;
  margin-top: 0;
}

.p-recipeSummary {
  min-height: 560px;
  margin-bottom: 96px;
  padding: 40px 0;
  background-color: #F6F3EE;
}

.p-recipeSummary_inner {
  max-width: 1256px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.p-recipeSummary_name {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 38px;
  font-weight: 600;
  line-height: 2;
}

.p-recipeSummary_row {
  margin: 24px 0 0;
}

.p-recipeSummary_img {
  position: relative;
  float: left;
  overflow: hidden;
  width: 63.236%;
  height: 0;
  margin-bottom: 96px;
  padding-bottom: 42.158%;
  background-color: #000;
}

.p-recipeSummary_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
  vertical-align: bottom;
}

.p-recipeSummary_img img.is-noimage {
  background-color: #f2f2f2;
}

.p-recipeSummary_img > .p-youtube {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.p-recipeSummary_text {
  margin-left: 69%;
}

.p-recipeSummary_data {
  display: flex;
  margin-top: 24px;
  border-left: 1px solid #bdbdbd;
}

.p-recipeSummary_data_item {
  padding: 4px 0;
  text-align: center;
  border-right: 1px solid #bdbdbd;
  flex: 1px;
}

.p-recipeSummary_data_icon .u-icon::before {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}

.p-recipeSummary_data_title {
  font-size: 14px;
  font-weight: 700;
}

.p-recipeSummary_data_body {
  font-family: Nunito, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.p-recipeSummary_data_body strong {
  font-size: 24px;
  margin-right: 4px;
}

.p-recipeSummary + * {
  clear: both;
}

.p-recipeMaterial .c-headingLv2 {
  margin-bottom: 24px;
}

.p-recipeMaterial_list .c-descriptionList_definition,
.p-recipeMaterial_list .c-descriptionList_term {
  padding: 8px 12px;
}

.p-recipeMaterial_list .c-descriptionList_term {
  width: 168px;
}

.p-recipeMaterial_list .c-descriptionList_term + .c-descriptionList_definition {
  width: calc(100% - 168px);
}

.p-recipeMaterial_subTitle {
  margin: 32px 0 16px;
}

.p-recipeMain .c-headingLv2 {
  margin-bottom: 24px;
}

.p-recipeMain_list > li {
  display: flex;
  margin-top: 40px;
  counter-increment: recipe;
}

.p-recipeMain_list > li:first-child {
  margin-top: 0;
}

.p-recipeMain_list > li:before {
  font-family: Nunito, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  display: marker;
  content: counter(recipe);
  color: #dc4852;
  flex: 0 0 32px;
}

.p-recipeMain_list_text {
  flex: 1 1 374px;
}

.p-recipeMain_list_img {
  margin-left: 32px;
  flex: 1 1 230px;
}

.p-recipeMain_list_img img {
  width: 100%;
}

.p-recipeMain_list_point {
  font-size: 14px;
  font-weight: 700;
  margin-top: 22px;
  letter-spacing: 2px;
  color: #dc4852;
}

.p-recipeMain_list_point > span {
  background: linear-gradient(transparent 60%, #fae7a4 40%);
}

.p-recipeMain_list_pointList {
  font-size: 14px;
  margin-top: 12px;
}

.p-recipeSearch_btn {
  width: 458px;
  margin: 40px auto 0;
}

.p-recipeTopMain {
  position: relative;
}

.p-recipeTopMain::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  content: "";
  background: url(/recipe/img/recipetop_bg_lg.png) no-repeat center top;
}

.p-recipeTopMain_titel {
  margin-top: 0;
  padding-top: 60px;
  text-align: center;
}

.p-recipeTopMain_lead {
  text-align: center;
}

.p-recipeTopMain_cards_row1 .c-card_img {
  padding-bottom: 66.398%;
}

.p-recipeTopMain_cards_row2 {
  display: flex;
  flex-direction: column;
}

.p-recipeTopMain_cards_row2 > .c-card05 {
  flex: 1;
}

.p-recipeTopMain_cards_row2 .c-card_content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-recipeTopMain_cards_row2 + .p-recipeTopMain_cards_row2 {
  min-height: 414px;
}

.p-recipeTopSearch_category {
  margin-top: 60px;
}

.p-recipeSpecialHeading{
  font-family: var(--nissui-ff-sansserif-bold);
  font-size:14px;font-weight:700;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:8px;padding-bottom:8px
}

.p-recipeSpecialHeading_primerite{
  position:relative;padding-right:28px
}

.p-recipeSpecialHeading_primerite::before{
  position:absolute;top:50%;right:0;width:24px;height:24px;content:"";-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-image:url(/recipe/specials/img/cook_cap.svg);background-repeat:no-repeat}

.p-recipeSpecialHeading_title{
  margin-left:4px
}

.p-topVisual {
  margin-top: 16px;
}

.p-topVisual_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 66vw;
  max-height: 700px;
  justify-content: center;
}

.p-topVisual_img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transition: opacity 0.3s;
  transform: translate(-50%, 0);
  border-radius: 50%;
}

.p-topVisual_img.is-hover {
  opacity: 0.7;
}

.p-topVisual_img img {
  height: 100%;
  vertical-align: bottom;
  border-radius: 50%;
}

.p-topVisual_img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 7.821vw solid #ef3340;
  border-radius: 50%;
}

.p-topVisual_cate {
  font-family: var(--nissui-ff-en);
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 4.8vw;
  position: relative;
  z-index: 0;
  margin-left: 3.2vw;
  padding-left: 5vw;
  color: #d72e39;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 4.8vw 4.8vw;
}

.p-topVisual_cate-product {
  background-image: url(/assets/img/icons/ic_product_red.svg);
}

.p-topVisual_cate-campaign {
  background-image: url(/assets/img/icons/ic_campaign_red.svg);
}

.p-topVisual_cate-like {
  background-image: url(/assets/img/icons/ic_like_red.svg);
}

.p-topVisual_cate-recipe {
  background-image: url(/assets/img/icons/ic_recipe_red.svg);
}

.p-topVisual_cate:before {
  position: absolute;
  z-index: 1;
  top: -0.3vw;
  left: 14.3vw;
  display: block;
  width: 9.72vw;
  height: 5.41vw;
  content: "";
  background: url(/img/top/pickup_ornament_00.png) no-repeat center center;
  background-size: contain;
}

.p-topVisual_text {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 5.9vw;
  font-weight: 600;
  line-height: 1.3;
  z-index: 0;
  margin: 0.8vw 0 0 3.2vw;
  color: #000;
}

.p-topVisual_text:after {
  display: block;
  width: 480px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background-color: #d72e39;
}

.p-topVisual_likegenre {
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.5;
  z-index: 0;
  margin: 1.2vw 0 0 3.2vw;
  color: #000;
}

.p-topVisual_btn {
  margin: 2.4vw 0 0 3.2vw;
}

.p-topPickup {
  margin-top: 32px;
}

.p-topPickup_hedding {
  font-family: var(--nissui-ff-en);
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #d72e39;
}

.p-topPickup_list {
  display: grid;
  margin: 24px -4px -16px;
  text-align: center;
  grid-template-areas: "item1 item2 item3" "item4 item6 item6" "item5 item6 item6";
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
}

.p-topPickup_list_item {
  padding: 0 4px 16px;
}

.p-topPickup_list_item:nth-child(1) {
  grid-area: item1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.p-topPickup_list_item:nth-child(1) .p-topPickup_list_img:before {
  background-image: url(/img/top/pickup_ornament_01.png);
  background-position: left top;
}

.p-topPickup_list_item:nth-child(2) {
  grid-area: item2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.p-topPickup_list_item:nth-child(3) {
  grid-area: item3;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.p-topPickup_list_item:nth-child(3) .p-topPickup_list_img:before {
  background-image: url(/img/top/pickup_ornament_02.png);
  background-position: right bottom;
}

.p-topPickup_list_item:nth-child(4) {
  grid-area: item4;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

.p-topPickup_list_item:nth-child(4) .p-topPickup_list_img:before {
  background-image: url(/img/top/pickup_ornament_03.png);
  background-position: right top;
}

.p-topPickup_list_item:nth-child(5) {
  grid-area: item5;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}

.p-topPickup_list_item:nth-child(6) {
  grid-area: item6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
}

.p-topPickup_list_item:nth-child(6) .p-topPickup_list_img:before {
  background-image: url(/img/top/pickup_ornament_01.png);
  background-position: right bottom;
}

.p-topPickup_list_item:nth-child(6) .p-topPickup_list_text {
  font-size: 24px;
}

.p-topPickup_list_link {
  display: block;
  text-decoration: none;
}

.p-topPickup_list_link:hover .p-topPickup_list_img:after {
  border-width: 24px;
}

.p-topPickup_list_link:hover .p-topPickup_list_text {
  color: #d72e39;
}

.p-topPickup_list_img {
  position: relative;
  border-radius: 50%;
}

.p-topPickup_list_img:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: 96px 96px;
}

.p-topPickup_list_img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  border: 0 solid #ef3340;
  border-radius: 50%;
}

.p-topPickup_list_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 50%;
}

.p-topPickup_list_cate {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  min-width: 48px;
  margin-top: -73px;
  padding-top: 48px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 48px 48px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.p-topPickup_list_cate,
.p-topPickup_list_cate _:-ms-lang(x)::-ms-backdrop {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.p-topPickup_list_cate-product {
  background-image: url(/assets/img/icons/ic_product_white.svg);
}

.p-topPickup_list_cate-campaign {
  background-image: url(/assets/img/icons/ic_campaign_white.svg);
}

.p-topPickup_list_cate-like {
  background-image: url(/assets/img/icons/ic_like_white.svg);
}

.p-topPickup_list_cate-recipe {
  background-image: url(/assets/img/icons/ic_recipe_white.svg);
}

.p-topPickup_list_text {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  max-width: 376px;
  margin: auto;
  padding: 8px 28px 0;
  transition: all 0.3s;
  color: #000;
}

.p-topLinks {
  margin-top: 120px;
}

.p-topLinks_inner {
  justify-content: space-around;
}

.p-topLinks_item {
  width: 336px;
  text-align: center;
}

.p-topLinks_link {
  display: block;
}

.p-topLinks_link,
.p-topLinks_link:visited {
  text-decoration: none;
  color: #000;
}

.p-topLinks_link:active,
.p-topLinks_link:hover {
  text-decoration: underline;
  color: #d72e39;
}

.p-topLinks_img {
  width: 60px;
  height: 60px;
  margin: auto;
}

.p-topLinks_img img {
  width: 100%;
  vertical-align: bottom;
}

.p-topLinks_text {
  margin-top: 16px;
}

.p-topLinks_text:after {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 4px;
  content: "";
  vertical-align: middle;
  background-image: url(/assets/img/icons/ic_chevron_right_red.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 1.5em 1.5em;
}

.p-topLinks_subText {
  line-height: 1.5;
  margin-top: 24px;
}

.p-topSection {
  display: flex;
  margin-top: 32px;
  margin-right: -21.876%;
  margin-left: -21.876%;
  align-items: center;
}

.p-topSection_boxImg {
  margin: 0 16px;
  flex: 1;
}

.p-topSection_boxText {
  margin: 0 16px;
  text-align: center;
  flex: 1;
}

.p-topSection_boxText .c-catchText {
  line-height: 1.3;
  padding-top: 77px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 112px 48px;
}

.p-topSection_boxText .c-btn {
  width: 178px !important;
}

.p-topSection-01 {
  flex-direction: row-reverse;
  margin-top: 120px;
}

.p-topSection-01 .p-topSection_boxText .c-catchText {
  background-image: url(/img/top/sec01_ornament_01.png);
}

.p-topSection-02 .p-topSection_boxText .c-catchText {
  background-image: url(/img/top/sec02_ornament_01.png);
}

.p-topSection-03 {
  flex-direction: row-reverse;
}

.p-topSection-03 .p-topSection_boxText .c-catchText {
  background-image: url(/img/top/sec03_ornament_01.png);
}

.p_fishKitchen_fw500 {
  font-family: YakuHanJP, "Gotham A", "Gotham B", "FP-こぶりなゴシック StdN W6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.p_fishKitchenTop {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 32px;
}

.p_fishKitchenTop a:visited {
  color: #000;
}

.p_fishKitchenTop_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 150.4167vw;
  height: 59.7222vw;
  max-height: 860px;
  content: "";
}

.p_fishKitchenTop img {
  max-width: 100%;
  vertical-align: top;
}

.p_fishKitchenTop_label {
  position: relative;
}

.p_fishKitchenTop_label::before {
  position: absolute;
  top: 66px;
  left: calc(50% + 129px);
  width: 100%;
  height: 12px;
  content: "";
  background-image: url(/recipe/fish-kitchen/img/fish_kitchen_border.png);
  background-repeat: repeat-x;
  background-size: contain;
}

.p_fishKitchenTop_label::after {
  position: absolute;
  top: 66px;
  right: calc(50% + 129px);
  width: 100%;
  height: 12px;
  content: "";
  background-image: url(/recipe/fish-kitchen/img/fish_kitchen_border.png);
  background-repeat: repeat-x;
  background-size: contain;
}

.p_fishKitchenTop_label_head {
  width: 420px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.p_fishKitchenTop_inner {
  max-width: 1072px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.p_fishKitchenTop_inner .c-card_link {
  background: #fff;
}

.p_fishKitchenTop_inner .p-recipeTopMain_cards_row1 .c-card_img {
  padding-bottom: 0;
}

.p_fishKitchenTop_lead {
  display: flex;
  margin-bottom: 32px;
}

.p_fishKitchenTop_lead_img {
  width: 29.29%;
  align-self: center;
  flex: 1 0 29.29%;
}

.p_fishKitchenTop_lead_text {
  padding-top: 45px;
}

.p_fishKitchenTop_pickup {
  position: relative;
  width: 100vw;
  margin-top: 160px;
  margin-bottom: 180px;
  margin-left: calc(50% - 50vw);
  padding-top: 3px;
  padding-bottom: 32px;
  background-color: #d7e7f3;
}

.p_fishKitchenTop_pickup::before {
  position: absolute;
  top: -60px;
  left: 0;
  width: 2168px;
  height: 60px;
  content: "";
  background-image: url(/recipe/fish-kitchen/img/fish_kitchen_pickup_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
}

.p_fishKitchenTop_pickup::after {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 2168px;
  height: 60px;
  content: "";
  transform: scale(-1, -1);
  background-image: url(/recipe/fish-kitchen/img/fish_kitchen_pickup_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
}

.p_fishKitchenTop_pickup_inner {
  max-width: 1072px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 24px;
}

.p_fishKitchenTop_pickup_block {
  border-bottom: 1px solid #c1c1c1;
}

.p_fishKitchenTop_pickup_block:first-child {
  border-top: 1px solid #c1c1c1;
}

.p_fishKitchenTop_pickup_link {
  font-family: YakuHanJP, "Gotham A", "Gotham B", "FP-こぶりなゴシック StdN W6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  position: relative;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  text-decoration: none;
  color: #000;
  flex-wrap: wrap;
}

.p_fishKitchenTop_pickup_link::before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: auto;
  content: "";
  transition: all 0.3s;
  vertical-align: middle;
  background: url(/assets/img/icons/ic_link_red.svg) no-repeat 0 0;
  background-size: auto;
  background-size: 38px 38px;
}

.p_fishKitchenTop_pickup_link:hover {
  color: #e50012;
}

.p_fishKitchenTop_pickup_link:hover::before {
  right: 0;
}

.p_fishKitchenTop_pickup_link_icon {
  width: 48px;
  align-self: center;
}

.p_fishKitchenTop_pickup_link_text {
  font-size: 24px;
  line-height: 1.3;
  margin-left: 24px;
}

.p_fishKitchenTop_pickup_link_text_adjust {
  font-size: 18px;
}

.p_fishKitchenTop_ranking {
  margin-top: 80px;
}

.p_fishKitchenTop_ranking_grid {
  display: flex;
  margin-top: 35px;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

.p_fishKitchenTop_ranking_grid_item {
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
}

.p_fishKitchenTop_ranking_link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
}

.p_fishKitchenTop_ranking_link:hover {
  color: #e50012;
}

.p_fishKitchenTop_ranking_crown {
  position: relative;
  z-index: 3;
  margin-top: 0;
}

.p_fishKitchenTop_ranking_img {
  position: relative;
  z-index: 1;
  margin-top: -29px;
}

.p_fishKitchenTop_ranking_text {
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}

.p_fishKitchenTop_footer {
  display: flex;
  margin-top: 90px;
  flex-wrap: wrap;
}

.p_fishKitchenTop_footerItem {
  width: 33%;
}

.p_fishKitchenTop_footerItem + .p_fishKitchenTop_footerItem {
  position: relative;
}

.p_fishKitchenTop_footerItem + .p_fishKitchenTop_footerItem::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 40px;
  content: "";
  transform: translateY(-50%);
  background: #cbcbcb;
}

.p_fishKitchenTop_footerLink {
  display: block;
  text-decoration: none;
  color: #000;
}

.p_fishKitchenTop_footerLink:hover {
  color: #e50012;
}

.p_fishKitchenTop_footerImg {
  width: 80px;
  margin-right: auto;
  margin-left: auto;
}

.p_fishKitchenTop_footerTextArea {
  text-align: center;
}

.p_fishKitchenTop_footerTitle {
  font-family: YakuHanJP, "Gotham A", "Gotham B", "FP-こぶりなゴシック StdN W6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  margin-top: 24px;
}

.p_fishKitchenTop_footerTitle_text {
  position: relative;
  padding-right: 18px;
}

.p_fishKitchenTop_footerTitle_text::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  transform: translateY(-45%) rotate(45deg);
  border-top: 2px solid #e50012;
  border-right: 2px solid #e50012;
}

.p_fishKitchenTop_footerText {
  font-size: 14px;
  max-width: 220px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.p_fishKitchen {
  width: 100vw;
  margin-top: 32px;
  margin-left: calc(50% - 50vw);
}

.p_fishKitchen_head {
  font-family: YakuHanJP, "Gotham A", "Gotham B", "FP-こぶりなゴシック StdN W6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 28px;
  position: relative;
  padding-left: 37px;
}

.p_fishKitchen_head::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  transform: translateY(-50%);
  border: 4px solid #e50012;
  border-radius: 50%;
}

.p_fishKitchen img {
  max-width: 100%;
  vertical-align: top;
}

.p_fishKitchenLabel {
  position: relative;
}

.p_fishKitchenLabel::before {
  position: absolute;
  z-index: -1;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 12px;
  content: "";
  transform: translateY(-50%);
  background-image: url(/recipe/fish-kitchen/img/fish_kitchen_border.png);
  background-repeat: repeat-x;
  background-size: contain;
}

.p_fishKitchenLabel_img {
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.p_fishKitchen .centering {
  display: flex;
  margin-top: 12px;
  justify-content: center;
}

.p_fishKitchenFlex {
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  flex-wrap: wrap;
}

.p_fishKitchenFlex-w-25p .p_fishKitchenFlex_item {
  width: 25%;
}

.p_fishKitchenFlex_item {
  padding-right: 16px;
  padding-left: 16px;
}

.p_fishKitchenRecipe {
  max-width: 1056px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.p_fishKitchenRecipe_about {
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
}

.p_fishKitchenRecipe_movie {
  width: 60%;
  padding-right: 16px;
  padding-left: 16px;
}

.p_fishKitchenRecipe_movieBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p_fishKitchenRecipe_movieBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p_fishKitchenRecipe_description {
  width: 40%;
  padding-right: 16px;
  padding-left: 16px;
}

.p_fishKitchenRecipe_name {
  font-size: 24px;
  color: #4c63ac;
}

.p_fishKitchenRecipe_sns {
  display: flex;
  margin-top: 12px;
}

.p_fishKitchenRecipe_sns_item + .p_fishKitchenRecipe_sns_item {
  margin-left: 16px;
}

.p_fishKitchenRecipe_sns_text {
  margin-top: 12px;
}

.p_fishKitchenRecipe_schedule {
  margin-top: 16px;
}

.p_fishKitchenRecipe_procedure {
  font-size: 16px;
  color: #4c63ac;
  border-bottom: 2px solid #4c63ac;
}

.p_fishKitchenRecommend {
  width: 100vw;
  margin-top: 80px;
  margin-left: calc(50% - 50vw);
  padding-top: 80px;
  padding-right: 16px;
  padding-bottom: 80px;
  padding-left: 16px;
  background-color: #80b3d8;
  background-image: url(/recipe/fish-kitchen/img/fish_kitchen_recommend_bg.png);
  background-repeat: repeat-x;
  background-size: cover;
}

.p_fishKitchenRecommend img {
  max-width: 100%;
  vertical-align: top;
}

.p_fishKitchenRecommend_area {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.p_fishKitchenRecommend_head {
  font-family: YakuHanJP, "Gotham A", "Gotham B", "FP-こぶりなゴシック StdN W6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 28px;
  position: relative;
  padding-left: 37px;
  text-align: left !important;
}

.p_fishKitchenRecommend_head::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  transform: translateY(-50%);
  border: 4px solid #e50012;
  border-radius: 50%;
}

.p_fishKitchenRecommend_logo {
  position: relative;
  max-width: 360px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p_fishKitchenRecommend_logo img {
  position: relative;
  display: inline-block;
}

.p_fishKitchenRecommend_movieLogo {
  position: absolute;
  top: -20px;
  right: -140px;
  width: 180px;
}

.p_fishKitchenRecommend_text {
  margin-top: 16px;
  text-align: center;
}

.p_fishKitchenRecommend_nav {
  display: flex;
  margin-top: 48px;
  flex-wrap: wrap;
}

.p_fishKitchenRecommend_nav_item {
  position: relative;
  width: 33%;
  height: 100%;
}

.p_fishKitchenRecommend_nav_item + .p_fishKitchenRecommend_nav_item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50%;
  content: "";
  transform: translateY(-50%);
  background: #cbcbcb;
}

.p_fishKitchenRecommend_nav_link {
  display: block;
  text-align: center;
  text-decoration: none;
}

.p_fishKitchenRecommend_nav_link:hover .p_fishKitchenRecommend_nav_text {
  text-decoration: underline;
  color: #d72e39;
}

.p_fishKitchenRecommend_nav_img {
  display: block;
  text-align: center;
}

.p_fishKitchenRecommend_nav_img img {
  width: 80px;
}

.p_fishKitchenRecommend_nav_text {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  padding-right: 12px;
  color: #000;
}

.p_fishKitchenRecommend_nav_text::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  transform: translateY(-45%) rotate(45deg);
  border-top: 2px solid #e50012;
  border-right: 2px solid #e50012;
}

@media only screen and (max-width: 767px) {
  .p_fishKitchenTop_bg {
    width: 577.6vw;
    height: 229.3333vw;
    max-height: 860px;
  }
  .p_fishKitchenTop_label::before {
    bottom: 2px;
    background-size: contain;
  }
  .p_fishKitchenTop_label::after {
    bottom: 2px;
    background-size: contain;
  }
  .p_fishKitchenTop_label_head {
    width: 300px;
  }
  .p_fishKitchenTop_label_text {
    padding-right: 24px;
    padding-left: 24px;
  }
  .p_fishKitchenTop_lead {
    flex-wrap: wrap;
  }
  .p_fishKitchenTop_lead_img {
    width: 100%;
    margin-top: 32px;
    text-align: center;
  }
  .p_fishKitchenTop_lead_img_inner {
    max-width: 273px;
    margin-right: auto;
    margin-left: auto;
  }
  .p_fishKitchenTop_lead_text {
    width: 100%;
    padding-top: 16px;
  }
  .p_fishKitchenTop_pickup {
    margin-bottom: 110px;
  }
  .p_fishKitchenTop_pickup::before {
    position: absolute;
    top: -2.5%;
    left: 0;
    width: 100%;
    height: 3%;
    content: "";
    background-image: url(/recipe/fish-kitchen/img/fish_kitchen_pickup_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
  }
  .p_fishKitchenTop_pickup::after {
    position: absolute;
    bottom: -2.5%;
    left: 0;
    width: 100%;
    height: 3%;
    content: "";
    background-image: url(/recipe/fish-kitchen/img/fish_kitchen_pickup_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
  }
  .p_fishKitchenTop_pickup_link {
    padding-left: 0;
  }
  .p_fishKitchenTop_pickup_link_text {
    font-size: 18px;
  }
  .p_fishKitchenTop_pickup_link_text_adjust {
    font-size: 14px;
  }
  .p_fishKitchenTop_ranking_grid_item {
    width: 50%;
    margin-bottom: 32px;
  }
  .p_fishKitchenTop_footerItem {
    width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
  }
  .p_fishKitchenTop_footerItem + .p_fishKitchenTop_footerItem::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: none;
  }
  .p_fishKitchenTop_footerLink {
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    flex-wrap: wrap;
  }
  .p_fishKitchenTop_footerImg {
    margin: 0;
    align-self: center;
  }
  .p_fishKitchenTop_footerTextArea {
    margin-left: 27px;
    text-align: left;
  }
  .p_fishKitchenTop_footerTitle {
    margin-top: 24px;
  }
  .p_fishKitchenTop_footerText {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .p_fishKitchenLabel::before {
    bottom: 2px;
    background-size: contain;
  }
  .p_fishKitchenLabel_img {
    width: 104px;
  }
  .p_fishKitchenFlex-w-50p\:md .p_fishKitchenFlex_item {
    width: 50%;
  }
  .p_fishKitchenRecommend_logo {
    max-width: 260px;
  }
  .p_fishKitchenRecommend_movieLogo {
    right: -20px;
    width: 90px;
  }
  .p_fishKitchenRecommend_nav_item {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .p_fishKitchenRecommend_nav_item + .p_fishKitchenRecommend_nav_item {
    border-top: 1px solid #cbcbcb;
  }
  .p_fishKitchenRecommend_nav_item + .p_fishKitchenRecommend_nav_item::before {
    display: none;
  }
  .p_fishKitchenRecommend_nav_link {
    display: flex;
  }
  .p_fishKitchenRecommend_nav_text {
    margin-left: 16px;
    align-self: center;
  }
}
@media only screen and (max-width: 767px) {
  .lb-container {
    padding: 32px 8px 0;
  }
  .lb-data {
    padding: 16px 8px 24px;
  }
  .lb-closeContainer {
    top: 0;
    right: 0;
  }
  /*! Small only */
  [data-js-fixed-html] .g-container {
    padding-top: 60px;
  }
  .l-section {
    margin-top: 40px;
  }
  .l-section::before {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .l-section-bgGrey {
    padding: 40px 0;
  }
  .l-section-bgGrey + .l-section-bgGrey {
    margin-top: 4px;
  }
  .l-section-noPadding {
    padding: 0;
  }
  .l-grid {
    margin-bottom: -24px;
  }
  .l-grid_item {
    margin-bottom: 24px;
  }
  .l-grid_item-1 {
    width: 100%;
  }
  .l-grid .l-grid_item-1-sm {
    width: 8.3333%;
  }
  .l-grid_item-2 {
    width: 100%;
  }
  .l-grid .l-grid_item-2-sm {
    width: 16.6667%;
  }
  .l-grid_item-3 {
    width: 100%;
  }
  .l-grid .l-grid_item-3-sm {
    width: 25%;
  }
  .l-grid_item-4 {
    width: 100%;
  }
  .l-grid .l-grid_item-4-sm {
    width: 33.3333%;
  }
  .l-grid_item-5 {
    width: 100%;
  }
  .l-grid .l-grid_item-5-sm {
    width: 41.6667%;
  }
  .l-grid_item-6 {
    width: 100%;
  }
  .l-grid .l-grid_item-6-sm {
    width: 50%;
  }
  .l-grid_item-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-7-sm {
    width: 58.3333%;
  }
  .l-grid_item-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-8-sm {
    width: 66.6667%;
  }
  .l-grid_item-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-9-sm {
    width: 75%;
  }
  .l-grid_item-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-10-sm {
    width: 83.3333%;
  }
  .l-grid_item-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-11-sm {
    width: 91.6667%;
  }
  .l-grid_item-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-12-sm {
    width: 100%;
  }
  .l-grid_item-1-1 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-2 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 50%;
  }
  .l-grid_item-2-2 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-3 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 33.3333%;
  }
  .l-grid_item-2-3 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 66.6667%;
  }
  .l-grid_item-3-3 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-4 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 25%;
  }
  .l-grid_item-2-4 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 50%;
  }
  .l-grid_item-3-4 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 75%;
  }
  .l-grid_item-4-4 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-5 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 20%;
  }
  .l-grid_item-2-5 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 40%;
  }
  .l-grid_item-3-5 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 60%;
  }
  .l-grid_item-4-5 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 80%;
  }
  .l-grid_item-5-5 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-6 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 16.6667%;
  }
  .l-grid_item-2-6 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 33.3333%;
  }
  .l-grid_item-3-6 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 50%;
  }
  .l-grid_item-4-6 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 66.6667%;
  }
  .l-grid_item-5-6 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 83.3333%;
  }
  .l-grid_item-6-6 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 14.2857%;
  }
  .l-grid_item-2-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 28.5714%;
  }
  .l-grid_item-3-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 42.8571%;
  }
  .l-grid_item-4-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 57.1429%;
  }
  .l-grid_item-5-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 71.4286%;
  }
  .l-grid_item-6-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 85.7143%;
  }
  .l-grid_item-7-7 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 12.5%;
  }
  .l-grid_item-2-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 25%;
  }
  .l-grid_item-3-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 37.5%;
  }
  .l-grid_item-4-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 50%;
  }
  .l-grid_item-5-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 62.5%;
  }
  .l-grid_item-6-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 75%;
  }
  .l-grid_item-7-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 87.5%;
  }
  .l-grid_item-8-8 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 11.1111%;
  }
  .l-grid_item-2-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 22.2222%;
  }
  .l-grid_item-3-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 33.3333%;
  }
  .l-grid_item-4-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 44.4444%;
  }
  .l-grid_item-5-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 55.5556%;
  }
  .l-grid_item-6-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 66.6667%;
  }
  .l-grid_item-7-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 77.7778%;
  }
  .l-grid_item-8-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 88.8889%;
  }
  .l-grid_item-9-9 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 10%;
  }
  .l-grid_item-2-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 20%;
  }
  .l-grid_item-3-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 30%;
  }
  .l-grid_item-4-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 40%;
  }
  .l-grid_item-5-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 50%;
  }
  .l-grid_item-6-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 60%;
  }
  .l-grid_item-7-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 70%;
  }
  .l-grid_item-8-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 80%;
  }
  .l-grid_item-9-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 90%;
  }
  .l-grid_item-10-10 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 9.0909%;
  }
  .l-grid_item-2-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 18.1818%;
  }
  .l-grid_item-3-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 27.2727%;
  }
  .l-grid_item-4-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 36.3636%;
  }
  .l-grid_item-5-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 45.4545%;
  }
  .l-grid_item-6-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 54.5455%;
  }
  .l-grid_item-7-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 63.6364%;
  }
  .l-grid_item-8-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 72.7273%;
  }
  .l-grid_item-9-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 81.8182%;
  }
  .l-grid_item-10-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 90.9091%;
  }
  .l-grid_item-11-11 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid_item-1-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 8.3333%;
  }
  .l-grid_item-2-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 16.6667%;
  }
  .l-grid_item-3-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 25%;
  }
  .l-grid_item-4-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 33.3333%;
  }
  .l-grid_item-5-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 41.6667%;
  }
  .l-grid_item-6-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 50%;
  }
  .l-grid_item-7-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 58.3333%;
  }
  .l-grid_item-8-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 66.6667%;
  }
  .l-grid_item-9-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 75%;
  }
  .l-grid_item-10-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 83.3333%;
  }
  .l-grid_item-11-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 91.6667%;
  }
  .l-grid_item-12-12 {
    width: 100%;
  }
  .l-grid .l-grid_item-sm {
    width: 100%;
  }
  .l-grid-center-sm {
    justify-content: center;
  }
  .l-grid-right-sm {
    justify-content: flex-end;
  }
  .l-grid_item-5per {
    width: 100%;
  }
  .l-grid .l-grid_item-5per-sm {
    width: 5%;
  }
  .l-grid_item-10per {
    width: 100%;
  }
  .l-grid .l-grid_item-10per-sm {
    width: 10%;
  }
  .l-grid_item-15per {
    width: 100%;
  }
  .l-grid .l-grid_item-15per-sm {
    width: 15%;
  }
  .l-grid_item-20per {
    width: 100%;
  }
  .l-grid .l-grid_item-20per-sm {
    width: 20%;
  }
  .l-grid_item-25per {
    width: 100%;
  }
  .l-grid .l-grid_item-25per-sm {
    width: 25%;
  }
  .l-grid_item-30per {
    width: 100%;
  }
  .l-grid .l-grid_item-30per-sm {
    width: 30%;
  }
  .l-grid_item-35per {
    width: 100%;
  }
  .l-grid .l-grid_item-35per-sm {
    width: 35%;
  }
  .l-grid_item-40per {
    width: 100%;
  }
  .l-grid .l-grid_item-40per-sm {
    width: 40%;
  }
  .l-grid_item-45per {
    width: 100%;
  }
  .l-grid .l-grid_item-45per-sm {
    width: 45%;
  }
  .l-grid_item-50per {
    width: 100%;
  }
  .l-grid .l-grid_item-50per-sm {
    width: 50%;
  }
  .l-grid_item-55per {
    width: 100%;
  }
  .l-grid .l-grid_item-55per-sm {
    width: 55%;
  }
  .l-grid_item-60per {
    width: 100%;
  }
  .l-grid .l-grid_item-60per-sm {
    width: 60%;
  }
  .l-grid_item-65per {
    width: 100%;
  }
  .l-grid .l-grid_item-65per-sm {
    width: 65%;
  }
  .l-grid_item-70per {
    width: 100%;
  }
  .l-grid .l-grid_item-70per-sm {
    width: 70%;
  }
  .l-grid_item-75per {
    width: 100%;
  }
  .l-grid .l-grid_item-75per-sm {
    width: 75%;
  }
  .l-grid_item-80per {
    width: 100%;
  }
  .l-grid .l-grid_item-80per-sm {
    width: 80%;
  }
  .l-grid_item-85per {
    width: 100%;
  }
  .l-grid .l-grid_item-85per-sm {
    width: 85%;
  }
  .l-grid_item-90per {
    width: 100%;
  }
  .l-grid .l-grid_item-90per-sm {
    width: 90%;
  }
  .l-grid_item-95per {
    width: 100%;
  }
  .l-grid .l-grid_item-95per-sm {
    width: 95%;
  }
  .l-grid_item-100per {
    width: 100%;
  }
  .l-grid .l-grid_item-100per-sm {
    width: 100%;
  }
  .l-grid-quarterGutter-sm {
    margin-right: -4px;
    margin-left: -4px;
  }
  .l-grid-quarterGutter-sm .l-grid_item {
    padding-right: 4px;
    padding-left: 4px;
  }
  .l-grid-halfMargin {
    margin-bottom: -16px;
  }
  .l-tile .l-tile_item {
    width: 100%;
  }
  .l-tile-1col-sm .l-tile_item {
    width: 100%;
  }
  .l-tile-2col-sm .l-tile_item {
    width: 50%;
  }
  .l-tile-3col-sm .l-tile_item {
    width: 33.3333%;
  }
  .l-tile-4col-sm .l-tile_item {
    width: 25%;
  }
  .l-tile-5col-sm .l-tile_item {
    width: 20%;
  }
  .l-tile-6col-sm .l-tile_item {
    width: 16.6667%;
  }
  .l-tile-7col-sm .l-tile_item {
    width: 14.2857%;
  }
  .l-tile-8col-sm .l-tile_item {
    width: 12.5%;
  }
  .l-tile-9col-sm .l-tile_item {
    width: 11.1111%;
  }
  .l-tile-10col-sm .l-tile_item {
    width: 10%;
  }
  .l-separator-x0-sm {
    margin-top: 0;
  }
  .l-separator-x0-sm-imp {
    margin-top: 0 !important;
  }
  .l-separator-x1-sm {
    margin-top: 8px;
  }
  .l-separator-x1-sm-imp {
    margin-top: 8px !important;
  }
  .l-separator-x2-sm {
    margin-top: 16px;
  }
  .l-separator-x2-sm-imp {
    margin-top: 16px !important;
  }
  .l-separator-x3-sm {
    margin-top: 24px;
  }
  .l-separator-x3-sm-imp {
    margin-top: 24px !important;
  }
  .l-separator-x4-sm {
    margin-top: 32px;
  }
  .l-separator-x4-sm-imp {
    margin-top: 32px !important;
  }
  .l-separator-x5-sm {
    margin-top: 40px;
  }
  .l-separator-x5-sm-imp {
    margin-top: 40px !important;
  }
  .l-separator-x6-sm {
    margin-top: 48px;
  }
  .l-separator-x6-sm-imp {
    margin-top: 48px !important;
  }
  .l-separator-x7-sm {
    margin-top: 56px;
  }
  .l-separator-x7-sm-imp {
    margin-top: 56px !important;
  }
  .l-separator-x8-sm {
    margin-top: 64px;
  }
  .l-separator-x8-sm-imp {
    margin-top: 64px !important;
  }
  .l-separator-x9-sm {
    margin-top: 72px;
  }
  .l-separator-x9-sm-imp {
    margin-top: 72px !important;
  }
  .l-separator-x10-sm {
    margin-top: 80px;
  }
  .l-separator-x10-sm-imp {
    margin-top: 80px !important;
  }
  .l-separator-x11-sm {
    margin-top: 88px;
  }
  .l-separator-x11-sm-imp {
    margin-top: 88px !important;
  }
  .l-separator-x12-sm {
    margin-top: 96px;
  }
  .l-separator-x12-sm-imp {
    margin-top: 96px !important;
  }
  .l-separator-x13-sm {
    margin-top: 104px;
  }
  .l-separator-x13-sm-imp {
    margin-top: 104px !important;
  }
  .l-separator-x14-sm {
    margin-top: 112px;
  }
  .l-separator-x14-sm-imp {
    margin-top: 112px !important;
  }
  .l-separator-x15-sm {
    margin-top: 120px;
  }
  .l-separator-x15-sm-imp {
    margin-top: 120px !important;
  }
  .l-separator-x16-sm {
    margin-top: 128px;
  }
  .l-separator-x16-sm-imp {
    margin-top: 128px !important;
  }
  .l-separator-x17-sm {
    margin-top: 136px;
  }
  .l-separator-x17-sm-imp {
    margin-top: 136px !important;
  }
  .l-separator-x18-sm {
    margin-top: 144px;
  }
  .l-separator-x18-sm-imp {
    margin-top: 144px !important;
  }
  .l-separator-x19-sm {
    margin-top: 152px;
  }
  .l-separator-x19-sm-imp {
    margin-top: 152px !important;
  }
  .l-separator-x20-sm {
    margin-top: 160px;
  }
  .l-separator-x20-sm-imp {
    margin-top: 160px !important;
  }
  .l-separator-x0_5-sm {
    margin-top: 4px;
  }
  .l-separator-x0_5-sm-imp {
    margin-top: 4px !important;
  }
  .l-separator-x1_5-sm {
    margin-top: 12px;
  }
  .l-separator-x1_5-sm-imp {
    margin-top: 12px !important;
  }
  .l-separator-x2_5-sm {
    margin-top: 20px;
  }
  .l-separator-x2_5-sm-imp {
    margin-top: 20px !important;
  }
  .l-separator-x3_5-sm {
    margin-top: 28px;
  }
  .l-separator-x3_5-sm-imp {
    margin-top: 28px !important;
  }
  .l-separator-x4_5-sm {
    margin-top: 36px;
  }
  .l-separator-x4_5-sm-imp {
    margin-top: 36px !important;
  }
  .l-separator-x5_5-sm {
    margin-top: 44px;
  }
  .l-separator-x5_5-sm-imp {
    margin-top: 44px !important;
  }
  .l-separator-x6_5-sm {
    margin-top: 52px;
  }
  .l-separator-x6_5-sm-imp {
    margin-top: 52px !important;
  }
  .l-separator-x7_5-sm {
    margin-top: 60px;
  }
  .l-separator-x7_5-sm-imp {
    margin-top: 60px !important;
  }
  .l-separator-x8_5-sm {
    margin-top: 68px;
  }
  .l-separator-x8_5-sm-imp {
    margin-top: 68px !important;
  }
  .l-separator-x9_5-sm {
    margin-top: 76px;
  }
  .l-separator-x9_5-sm-imp {
    margin-top: 76px !important;
  }
  .l-separator-x10_5-sm {
    margin-top: 84px;
  }
  .l-separator-x10_5-sm-imp {
    margin-top: 84px !important;
  }
  .l-separator-x11_5-sm {
    margin-top: 92px;
  }
  .l-separator-x11_5-sm-imp {
    margin-top: 92px !important;
  }
  .l-separator-x12_5-sm {
    margin-top: 100px;
  }
  .l-separator-x12_5-sm-imp {
    margin-top: 100px !important;
  }
  .l-separator-x13_5-sm {
    margin-top: 108px;
  }
  .l-separator-x13_5-sm-imp {
    margin-top: 108px !important;
  }
  .l-separator-x14_5-sm {
    margin-top: 116px;
  }
  .l-separator-x14_5-sm-imp {
    margin-top: 116px !important;
  }
  .l-separator-x15_5-sm {
    margin-top: 124px;
  }
  .l-separator-x15_5-sm-imp {
    margin-top: 124px !important;
  }
  .l-separator-x16_5-sm {
    margin-top: 132px;
  }
  .l-separator-x16_5-sm-imp {
    margin-top: 132px !important;
  }
  .l-separator-x17_5-sm {
    margin-top: 140px;
  }
  .l-separator-x17_5-sm-imp {
    margin-top: 140px !important;
  }
  .l-separator-x18_5-sm {
    margin-top: 148px;
  }
  .l-separator-x18_5-sm-imp {
    margin-top: 148px !important;
  }
  .l-separator-x19_5-sm {
    margin-top: 156px;
  }
  .l-separator-x19_5-sm-imp {
    margin-top: 156px !important;
  }
  .l-separator-x20_5-sm {
    margin-top: 164px;
  }
  .l-separator-x20_5-sm-imp {
    margin-top: 164px !important;
  }
  .c-localNav {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .c-localNav + .c-localNav {
    margin-top: 12px;
  }
  .c-localNav_title {
    font-size: 16px;
  }
  .c-localNav03 .c-localNav03_list {
    display: block;
  }
  .c-localNav03 .c-localNav03_list > *:not(:first-child):has(a) {
    margin-top: 16px;
  }
  .c-localNav03 .c-localNav03_listItem {
    width: 100%;
    margin: 0;
  }
  .c-contentFooter {
    padding: 40px 0;
  }
  .c-contentFooter::before {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .c-contentFooter_inner {
    margin-bottom: -40px;
  }
  .c-contentFooter_item {
    margin-bottom: 40px;
  }
  .c-catchText {
    font-size: 28px;
  }
  .c-list-1col .c-list_item {
    width: 100%;
  }
  .c-list-2col .c-list_item {
    width: 100%;
  }
  .c-list-3col .c-list_item {
    width: 100%;
  }
  .c-list-4col .c-list_item {
    width: 100%;
  }
  .c-list-5col .c-list_item {
    width: 100%;
  }
  .c-list-6col .c-list_item {
    width: 100%;
  }
  .c-list-7col .c-list_item {
    width: 100%;
  }
  .c-list-8col .c-list_item {
    width: 100%;
  }
  .c-list-1col-sm .c-list_item {
    float: left;
    width: 100%;
  }
  .c-list-2col-sm .c-list_item {
    float: left;
    width: 50%;
  }
  .c-list-3col-sm .c-list_item {
    float: left;
    width: 33.3333%;
  }
  .c-list-4col-sm .c-list_item {
    float: left;
    width: 25%;
  }
  .c-list-5col-sm .c-list_item {
    float: left;
    width: 20%;
  }
  .c-list-6col-sm .c-list_item {
    float: left;
    width: 16.6667%;
  }
  .c-list-7col-sm .c-list_item {
    float: left;
    width: 14.2857%;
  }
  .c-list-8col-sm .c-list_item {
    float: left;
    width: 12.5%;
  }
  .c-descriptionList + .c-descriptionList {
    margin-top: 0;
    border-top: none;
  }
  .c-descriptionList-5per-sm .c-descriptionList_term {
    width: 5%;
  }
  .c-descriptionList-5per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 95%;
  }
  .c-descriptionList-10per-sm .c-descriptionList_term {
    width: 10%;
  }
  .c-descriptionList-10per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 90%;
  }
  .c-descriptionList-15per-sm .c-descriptionList_term {
    width: 15%;
  }
  .c-descriptionList-15per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 85%;
  }
  .c-descriptionList-20per-sm .c-descriptionList_term {
    width: 20%;
  }
  .c-descriptionList-20per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 80%;
  }
  .c-descriptionList-25per-sm .c-descriptionList_term {
    width: 25%;
  }
  .c-descriptionList-25per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 75%;
  }
  .c-descriptionList-30per-sm .c-descriptionList_term {
    width: 30%;
  }
  .c-descriptionList-30per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 70%;
  }
  .c-descriptionList-35per-sm .c-descriptionList_term {
    width: 35%;
  }
  .c-descriptionList-35per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 65%;
  }
  .c-descriptionList-40per-sm .c-descriptionList_term {
    width: 40%;
  }
  .c-descriptionList-40per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 60%;
  }
  .c-descriptionList-45per-sm .c-descriptionList_term {
    width: 45%;
  }
  .c-descriptionList-45per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 55%;
  }
  .c-descriptionList-50per-sm .c-descriptionList_term {
    width: 50%;
  }
  .c-descriptionList-50per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 50%;
  }
  .c-descriptionList-55per-sm .c-descriptionList_term {
    width: 55%;
  }
  .c-descriptionList-55per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 45%;
  }
  .c-descriptionList-60per-sm .c-descriptionList_term {
    width: 60%;
  }
  .c-descriptionList-60per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 40%;
  }
  .c-descriptionList-65per-sm .c-descriptionList_term {
    width: 65%;
  }
  .c-descriptionList-65per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 35%;
  }
  .c-descriptionList-70per-sm .c-descriptionList_term {
    width: 70%;
  }
  .c-descriptionList-70per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 30%;
  }
  .c-descriptionList-75per-sm .c-descriptionList_term {
    width: 75%;
  }
  .c-descriptionList-75per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 25%;
  }
  .c-descriptionList-80per-sm .c-descriptionList_term {
    width: 80%;
  }
  .c-descriptionList-80per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 20%;
  }
  .c-descriptionList-85per-sm .c-descriptionList_term {
    width: 85%;
  }
  .c-descriptionList-85per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 15%;
  }
  .c-descriptionList-90per-sm .c-descriptionList_term {
    width: 90%;
  }
  .c-descriptionList-90per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 10%;
  }
  .c-descriptionList-95per-sm .c-descriptionList_term {
    width: 95%;
  }
  .c-descriptionList-95per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 5%;
  }
  .c-descriptionList-100per-sm .c-descriptionList_term {
    width: 100%;
  }
  .c-descriptionList-100per-sm .c-descriptionList_term + .c-descriptionList_definition {
    width: 0%;
  }
  .c-table-scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .c-table-scroll .c-table_content {
    width: auto;
    min-width: 100%;
  }
  .c-table-1col {
    border-bottom: 1px solid #bdbdbd;
  }
  .c-table-1col td,
.c-table-1col th,
.c-table-1col tr {
    display: block;
    width: 100% !important;
    border-bottom: none;
  }
  .c-img-fullWidth {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .c-img-fullWidth-sm {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .c-visual {
    display: block;
    width: calc(100% + 32px);
    height: auto;
    margin-left: -16px;
  }
  .c-visual_image {
    position: relative;
    padding-bottom: 117.4%;
  }
  .c-visual_title {
    font-size: 10vw !important;
    position: absolute;
    top: 50vw;
  }
  .c-visual_text {
    padding: 24px 16px 0;
  }
  .c-visual-position1 {
    padding-left: 0 !important;
  }
  .c-visual-position1 .c-visual_title {
    top: 100vw;
  }
  .c-visualSub {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .c-visualSimple {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .c-carouselSwiper_slide {
    width: calc((100% - 8px) / 2);
  }
  .c-carouselSwiper .swiper-pagination {
    position: static;
    display: block;
  }
  .c-carouselSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 4px;
    vertical-align: middle;
    opacity: 1;
    border: 2px solid #000;
    background: 0 0;
  }
  .c-carouselSwiper .swiper-pagination-bullet-active {
    border-color: #ef3340;
    background-color: #ef3340;
  }
  .c-carouselSwiper [class*=swiper-button-] {
    position: static;
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 48px 48px;
  }
  .c-carouselSwiper2 {
    width: calc(100% + 32px);
    margin-inline: -16px;
  }
  .c-carouselSwiper2 .c-carouselSwiper2_controller {
    margin-top: 8px;
  }
  .c-anchorNav .c-list_item {
    width: 50%;
    margin: 0 !important;
    padding: 0;
  }
  .c-anchorNav .c-list_item > .c-link {
    display: block;
    height: 100%;
    padding: 12px 0 12px 24px;
    text-indent: -24px;
    border-bottom: 1px solid #e0e0e0;
  }
  .c-btnWrap .c-btn,
.c-btnWrap .c-btn:first-child {
    width: calc(100% - 16px);
  }
  .c-btn:hover {
    color: #000;
  }
  .c-card01:not(:last-child) {
    margin-bottom: 16px;
  }
  .c-card01 .c-card_img {
    min-height: 128px;
    margin-right: 16px;
    flex: 0 0 129px;
  }
  .c-card02 .c-card_img {
    padding-bottom: calc(100% - 2px);
  }
  .c-card02 .c-card_text {
    font-size: 14px;
  }
  .c-card03:after {
    top: 0;
  }
  .l-grid_item-6-sm:nth-child(2n) > .c-card03:after {
    display: none;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card03 {
    margin-bottom: -25px;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card03:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: #cbcbcb;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card03:after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 1px;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card03 .c-card_link {
    display: flex;
    padding: 10px 0;
    align-items: center;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card03 .c-card_img {
    margin: 0 16px;
    flex: 0 0 80px;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card03 .c-card_text {
    margin: 0;
    text-align: left;
  }
  .l-grid_item:not(.l-grid_item-6-sm):last-child > .c-card03 {
    margin-bottom: -1px;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card04 .c-card_link {
    display: flex;
    align-items: center;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card04 .c-card_img {
    padding-bottom: 50%;
    flex: 0 0 50%;
  }
  .l-grid_item:not(.l-grid_item-6-sm) > .c-card04 .c-card_text {
    margin: 0;
    padding: 16px 0 16px 16px;
    text-align: left;
    flex: 0 0 50%;
  }
  .c-card05:not(:first-child) {
    margin-top: 24px;
  }
  .c-card07-cpn,
.c-card07-cpn-end {
    flex-wrap: wrap;
  }
  .c-card07-cpn .c-card_img,
.c-card07-cpn-end .c-card_img {
    flex: 0 0 100%;
  }
  .c-card07-cpn .c-card_content,
.c-card07-cpn-end .c-card_content {
    padding: 16px 0 0;
    flex: 0 0 100%;
  }
  .c-card08 {
    display: block;
  }
  .c-card08 .c-card_content {
    padding: 16px 0 0;
  }
  .c-card08 .c-card_btn {
    margin-top: 24px;
  }
  .c-card09 {
    display: block;
    padding: 24px;
  }
  .c-card09 .c-card_content {
    padding: 0 0 20px;
  }
  .c-news-typeQa .c-news_item {
    padding-left: 32px;
  }
  .c-news-typeQa .c-news_item:before {
    top: 20px;
    transform: translate(0, 0);
  }
  .c-accordion {
    margin-top: 24px;
  }
  .c-accordion_title {
    padding-right: 40px;
  }
  .c-accordion_title:after {
    right: 8px;
    width: 24px;
    height: 24px;
  }
  .c-accordion_content_inner {
    padding-right: 0;
  }
  .c-accordion-typeBtn .c-accordion_content_inner {
    padding: 24px;
  }
  .c-accordion-typeSection > .c-accordion_section > .c-accordion_title {
    font-size: 16px;
    padding: 12px 40px 12px 0;
  }
  .c-accordion-typeSection > .c-accordion_section > .c-accordion_title:after {
    width: 24px;
    height: 24px;
  }
  .c-accordion-typeSmall .c-accordion_content_inner {
    padding: 24px 0;
  }
  .c-accordion-typeQa .c-accordion_title {
    padding: 24px 40px 24px 48px;
  }
  .c-accordion-typeQa .c-accordion_title:before {
    left: 14px;
  }
  .c-accordion-typeQa .c-accordion_content_inner {
    padding: 16px 0 24px 48px;
  }
  .c-accordion-typeQa .c-accordion_content_inner:before {
    left: 14px;
  }
  .c-accordion-typeQa .c-accordion_content_inner .l-grid {
    margin-bottom: -16px;
  }
  .c-accordion-typeQa .c-accordion_content_inner .l-grid_item {
    margin-bottom: 16px;
  }
  .c-accordion-typeQa .c-accordion_content_inner > :not(:first-child) {
    margin-top: 16px;
  }
  .c-form_row {
    display: block;
    width: 100%;
  }
  .c-form_title {
    display: block;
    width: 100%;
    padding: 0;
  }
  .c-form_body {
    display: block;
    width: 100%;
    padding: 12px 0 32px;
  }
  .c-formBtn {
    margin: 4px;
  }
  .c-formBtn_wrap {
    margin: 20px -4px -4px;
  }
  .c-radio,
.c-selectbox {
    padding: 8px 0;
  }
  .c-selectbtn_text {
    padding: 8px 12px;
  }
  .c-searchBox_submit {
    width: 46px;
    background-size: 24px 24px;
  }
  .c-notice {
    margin-top: 40px;
    padding: 16px;
  }
  .c-notice-lv3 .c-notice_title {
    font-size: 28px;
  }
  .u-box {
    padding: 24px;
  }
  .u-box_headding + .u-box_body {
    margin-top: 8px;
  }
  .u-ta-center-sm {
    text-align: center;
  }
  .u-ta-center-sm-imp {
    text-align: center !important;
  }
  .u-ta-left-sm {
    text-align: left;
  }
  .u-ta-left-sm-imp {
    text-align: left !important;
  }
  .u-ta-right-sm {
    text-align: right;
  }
  .u-ta-right-sm-imp {
    text-align: right !important;
  }
  .u-va-top-sm {
    vertical-align: top;
  }
  .u-va-top-sm-imp {
    vertical-align: top !important;
  }
  .u-va-middle-sm {
    vertical-align: middle;
  }
  .u-va-middle-sm-imp {
    vertical-align: middle !important;
  }
  .u-va-bottom-sm {
    vertical-align: bottom;
  }
  .u-va-bottom-sm-imp {
    vertical-align: bottom !important;
  }
  .u-fz-10-sm {
    font-size: 10px;
  }
  .u-fz-10-sm-imp {
    font-size: 10px !important;
  }
  .u-fz-11-sm {
    font-size: 11px;
  }
  .u-fz-11-sm-imp {
    font-size: 11px !important;
  }
  .u-fz-12-sm {
    font-size: 12px;
  }
  .u-fz-12-sm-imp {
    font-size: 12px !important;
  }
  .u-fz-13-sm {
    font-size: 13px;
  }
  .u-fz-13-sm-imp {
    font-size: 13px !important;
  }
  .u-fz-14-sm {
    font-size: 14px;
  }
  .u-fz-14-sm-imp {
    font-size: 14px !important;
  }
  .u-fz-15-sm {
    font-size: 15px;
  }
  .u-fz-15-sm-imp {
    font-size: 15px !important;
  }
  .u-fz-16-sm {
    font-size: 16px;
  }
  .u-fz-16-sm-imp {
    font-size: 16px !important;
  }
  .u-fz-17-sm {
    font-size: 17px;
  }
  .u-fz-17-sm-imp {
    font-size: 17px !important;
  }
  .u-fz-18-sm {
    font-size: 18px;
  }
  .u-fz-18-sm-imp {
    font-size: 18px !important;
  }
  .u-fz-19-sm {
    font-size: 19px;
  }
  .u-fz-19-sm-imp {
    font-size: 19px !important;
  }
  .u-fz-20-sm {
    font-size: 20px;
  }
  .u-fz-20-sm-imp {
    font-size: 20px !important;
  }
  .u-fz-21-sm {
    font-size: 21px;
  }
  .u-fz-21-sm-imp {
    font-size: 21px !important;
  }
  .u-fz-22-sm {
    font-size: 22px;
  }
  .u-fz-22-sm-imp {
    font-size: 22px !important;
  }
  .u-fz-23-sm {
    font-size: 23px;
  }
  .u-fz-23-sm-imp {
    font-size: 23px !important;
  }
  .u-fz-24-sm {
    font-size: 24px;
  }
  .u-fz-24-sm-imp {
    font-size: 24px !important;
  }
  .u-fz-25-sm {
    font-size: 25px;
  }
  .u-fz-25-sm-imp {
    font-size: 25px !important;
  }
  .u-fz-26-sm {
    font-size: 26px;
  }
  .u-fz-26-sm-imp {
    font-size: 26px !important;
  }
  .u-fz-27-sm {
    font-size: 27px;
  }
  .u-fz-27-sm-imp {
    font-size: 27px !important;
  }
  .u-fz-28-sm {
    font-size: 28px;
  }
  .u-fz-28-sm-imp {
    font-size: 28px !important;
  }
  .u-fz-29-sm {
    font-size: 29px;
  }
  .u-fz-29-sm-imp {
    font-size: 29px !important;
  }
  .u-fz-30-sm {
    font-size: 30px;
  }
  .u-fz-30-sm-imp {
    font-size: 30px !important;
  }
  .u-fz-31-sm {
    font-size: 31px;
  }
  .u-fz-31-sm-imp {
    font-size: 31px !important;
  }
  .u-fz-32-sm {
    font-size: 32px;
  }
  .u-fz-32-sm-imp {
    font-size: 32px !important;
  }
  .u-fz-33-sm {
    font-size: 33px;
  }
  .u-fz-33-sm-imp {
    font-size: 33px !important;
  }
  .u-fz-34-sm {
    font-size: 34px;
  }
  .u-fz-34-sm-imp {
    font-size: 34px !important;
  }
  .u-fz-35-sm {
    font-size: 35px;
  }
  .u-fz-35-sm-imp {
    font-size: 35px !important;
  }
  .u-fz-36-sm {
    font-size: 36px;
  }
  .u-fz-36-sm-imp {
    font-size: 36px !important;
  }
  .u-fz-37-sm {
    font-size: 37px;
  }
  .u-fz-37-sm-imp {
    font-size: 37px !important;
  }
  .u-fz-38-sm {
    font-size: 38px;
  }
  .u-fz-38-sm-imp {
    font-size: 38px !important;
  }
  .u-fz-39-sm {
    font-size: 39px;
  }
  .u-fz-39-sm-imp {
    font-size: 39px !important;
  }
  .u-fz-40-sm {
    font-size: 40px;
  }
  .u-fz-40-sm-imp {
    font-size: 40px !important;
  }
  .u-fz-41-sm {
    font-size: 41px;
  }
  .u-fz-41-sm-imp {
    font-size: 41px !important;
  }
  .u-fz-42-sm {
    font-size: 42px;
  }
  .u-fz-42-sm-imp {
    font-size: 42px !important;
  }
  .u-fz-43-sm {
    font-size: 43px;
  }
  .u-fz-43-sm-imp {
    font-size: 43px !important;
  }
  .u-fz-44-sm {
    font-size: 44px;
  }
  .u-fz-44-sm-imp {
    font-size: 44px !important;
  }
  .u-fz-45-sm {
    font-size: 45px;
  }
  .u-fz-45-sm-imp {
    font-size: 45px !important;
  }
  .u-fz-46-sm {
    font-size: 46px;
  }
  .u-fz-46-sm-imp {
    font-size: 46px !important;
  }
  .u-fz-47-sm {
    font-size: 47px;
  }
  .u-fz-47-sm-imp {
    font-size: 47px !important;
  }
  .u-fz-48-sm {
    font-size: 48px;
  }
  .u-fz-48-sm-imp {
    font-size: 48px !important;
  }
  .u-fz-49-sm {
    font-size: 49px;
  }
  .u-fz-49-sm-imp {
    font-size: 49px !important;
  }
  .u-fz-50-sm {
    font-size: 50px;
  }
  .u-fz-50-sm-imp {
    font-size: 50px !important;
  }
  .u-fz-51-sm {
    font-size: 51px;
  }
  .u-fz-51-sm-imp {
    font-size: 51px !important;
  }
  .u-fz-52-sm {
    font-size: 52px;
  }
  .u-fz-52-sm-imp {
    font-size: 52px !important;
  }
  .u-fz-53-sm {
    font-size: 53px;
  }
  .u-fz-53-sm-imp {
    font-size: 53px !important;
  }
  .u-fz-54-sm {
    font-size: 54px;
  }
  .u-fz-54-sm-imp {
    font-size: 54px !important;
  }
  .u-fz-55-sm {
    font-size: 55px;
  }
  .u-fz-55-sm-imp {
    font-size: 55px !important;
  }
  .u-fz-56-sm {
    font-size: 56px;
  }
  .u-fz-56-sm-imp {
    font-size: 56px !important;
  }
  .u-fz-57-sm {
    font-size: 57px;
  }
  .u-fz-57-sm-imp {
    font-size: 57px !important;
  }
  .u-fz-58-sm {
    font-size: 58px;
  }
  .u-fz-58-sm-imp {
    font-size: 58px !important;
  }
  .u-fz-59-sm {
    font-size: 59px;
  }
  .u-fz-59-sm-imp {
    font-size: 59px !important;
  }
  .u-fz-60-sm {
    font-size: 60px;
  }
  .u-fz-60-sm-imp {
    font-size: 60px !important;
  }
  .u-fz-61-sm {
    font-size: 61px;
  }
  .u-fz-61-sm-imp {
    font-size: 61px !important;
  }
  .u-fz-62-sm {
    font-size: 62px;
  }
  .u-fz-62-sm-imp {
    font-size: 62px !important;
  }
  .u-fz-63-sm {
    font-size: 63px;
  }
  .u-fz-63-sm-imp {
    font-size: 63px !important;
  }
  .u-fz-64-sm {
    font-size: 64px;
  }
  .u-fz-64-sm-imp {
    font-size: 64px !important;
  }
  .u-fz-65-sm {
    font-size: 65px;
  }
  .u-fz-65-sm-imp {
    font-size: 65px !important;
  }
  .u-fz-66-sm {
    font-size: 66px;
  }
  .u-fz-66-sm-imp {
    font-size: 66px !important;
  }
  .u-fz-67-sm {
    font-size: 67px;
  }
  .u-fz-67-sm-imp {
    font-size: 67px !important;
  }
  .u-fz-68-sm {
    font-size: 68px;
  }
  .u-fz-68-sm-imp {
    font-size: 68px !important;
  }
  .u-fz-69-sm {
    font-size: 69px;
  }
  .u-fz-69-sm-imp {
    font-size: 69px !important;
  }
  .u-fz-70-sm {
    font-size: 70px;
  }
  .u-fz-70-sm-imp {
    font-size: 70px !important;
  }
  .u-fz-71-sm {
    font-size: 71px;
  }
  .u-fz-71-sm-imp {
    font-size: 71px !important;
  }
  .u-fz-72-sm {
    font-size: 72px;
  }
  .u-fz-72-sm-imp {
    font-size: 72px !important;
  }
  .u-fz-73-sm {
    font-size: 73px;
  }
  .u-fz-73-sm-imp {
    font-size: 73px !important;
  }
  .u-fz-74-sm {
    font-size: 74px;
  }
  .u-fz-74-sm-imp {
    font-size: 74px !important;
  }
  .u-fz-75-sm {
    font-size: 75px;
  }
  .u-fz-75-sm-imp {
    font-size: 75px !important;
  }
  .u-fz-76-sm {
    font-size: 76px;
  }
  .u-fz-76-sm-imp {
    font-size: 76px !important;
  }
  .u-fz-77-sm {
    font-size: 77px;
  }
  .u-fz-77-sm-imp {
    font-size: 77px !important;
  }
  .u-fz-78-sm {
    font-size: 78px;
  }
  .u-fz-78-sm-imp {
    font-size: 78px !important;
  }
  .u-fz-79-sm {
    font-size: 79px;
  }
  .u-fz-79-sm-imp {
    font-size: 79px !important;
  }
  .u-fz-80-sm {
    font-size: 80px;
  }
  .u-fz-80-sm-imp {
    font-size: 80px !important;
  }
  .u-fz-81-sm {
    font-size: 81px;
  }
  .u-fz-81-sm-imp {
    font-size: 81px !important;
  }
  .u-fz-82-sm {
    font-size: 82px;
  }
  .u-fz-82-sm-imp {
    font-size: 82px !important;
  }
  .u-fz-83-sm {
    font-size: 83px;
  }
  .u-fz-83-sm-imp {
    font-size: 83px !important;
  }
  .u-fz-84-sm {
    font-size: 84px;
  }
  .u-fz-84-sm-imp {
    font-size: 84px !important;
  }
  .u-fz-85-sm {
    font-size: 85px;
  }
  .u-fz-85-sm-imp {
    font-size: 85px !important;
  }
  .u-fz-86-sm {
    font-size: 86px;
  }
  .u-fz-86-sm-imp {
    font-size: 86px !important;
  }
  .u-fz-87-sm {
    font-size: 87px;
  }
  .u-fz-87-sm-imp {
    font-size: 87px !important;
  }
  .u-fz-88-sm {
    font-size: 88px;
  }
  .u-fz-88-sm-imp {
    font-size: 88px !important;
  }
  .u-fz-89-sm {
    font-size: 89px;
  }
  .u-fz-89-sm-imp {
    font-size: 89px !important;
  }
  .u-fz-90-sm {
    font-size: 90px;
  }
  .u-fz-90-sm-imp {
    font-size: 90px !important;
  }
  .u-fz-91-sm {
    font-size: 91px;
  }
  .u-fz-91-sm-imp {
    font-size: 91px !important;
  }
  .u-fz-92-sm {
    font-size: 92px;
  }
  .u-fz-92-sm-imp {
    font-size: 92px !important;
  }
  .u-fz-93-sm {
    font-size: 93px;
  }
  .u-fz-93-sm-imp {
    font-size: 93px !important;
  }
  .u-fz-94-sm {
    font-size: 94px;
  }
  .u-fz-94-sm-imp {
    font-size: 94px !important;
  }
  .u-fz-95-sm {
    font-size: 95px;
  }
  .u-fz-95-sm-imp {
    font-size: 95px !important;
  }
  .u-fz-96-sm {
    font-size: 96px;
  }
  .u-fz-96-sm-imp {
    font-size: 96px !important;
  }
  .u-fz-97-sm {
    font-size: 97px;
  }
  .u-fz-97-sm-imp {
    font-size: 97px !important;
  }
  .u-fz-98-sm {
    font-size: 98px;
  }
  .u-fz-98-sm-imp {
    font-size: 98px !important;
  }
  .u-fz-99-sm {
    font-size: 99px;
  }
  .u-fz-99-sm-imp {
    font-size: 99px !important;
  }
  .u-fz-100-sm {
    font-size: 100px;
  }
  .u-fz-100-sm-imp {
    font-size: 100px !important;
  }
  .u-dsp-lg {
    display: none;
  }
  .u-dsp-lg {
    display: none;
  }
  .u-dsp-lg-imp {
    display: none !important;
  }
  .u-icon_size-10-sm:after,
.u-icon_size-10-sm:before {
    width: 10px;
  }
  .u-icon_size-10-sm:after-imp,
.u-icon_size-10-sm:before-imp {
    width: 10px !important;
  }
  .u-icon_size-10-sm:after,
.u-icon_size-10-sm:before {
    height: 10px;
  }
  .u-icon_size-10-sm:after-imp,
.u-icon_size-10-sm:before-imp {
    height: 10px !important;
  }
  .u-icon_size-10-sm:after,
.u-icon_size-10-sm:before {
    background-size: 10px 10px;
  }
  .u-icon_size-10-sm:after-imp,
.u-icon_size-10-sm:before-imp {
    background-size: 10px 10px !important;
  }
  .u-icon_size-11-sm:after,
.u-icon_size-11-sm:before {
    width: 11px;
  }
  .u-icon_size-11-sm:after-imp,
.u-icon_size-11-sm:before-imp {
    width: 11px !important;
  }
  .u-icon_size-11-sm:after,
.u-icon_size-11-sm:before {
    height: 11px;
  }
  .u-icon_size-11-sm:after-imp,
.u-icon_size-11-sm:before-imp {
    height: 11px !important;
  }
  .u-icon_size-11-sm:after,
.u-icon_size-11-sm:before {
    background-size: 11px 11px;
  }
  .u-icon_size-11-sm:after-imp,
.u-icon_size-11-sm:before-imp {
    background-size: 11px 11px !important;
  }
  .u-icon_size-12-sm:after,
.u-icon_size-12-sm:before {
    width: 12px;
  }
  .u-icon_size-12-sm:after-imp,
.u-icon_size-12-sm:before-imp {
    width: 12px !important;
  }
  .u-icon_size-12-sm:after,
.u-icon_size-12-sm:before {
    height: 12px;
  }
  .u-icon_size-12-sm:after-imp,
.u-icon_size-12-sm:before-imp {
    height: 12px !important;
  }
  .u-icon_size-12-sm:after,
.u-icon_size-12-sm:before {
    background-size: 12px 12px;
  }
  .u-icon_size-12-sm:after-imp,
.u-icon_size-12-sm:before-imp {
    background-size: 12px 12px !important;
  }
  .u-icon_size-13-sm:after,
.u-icon_size-13-sm:before {
    width: 13px;
  }
  .u-icon_size-13-sm:after-imp,
.u-icon_size-13-sm:before-imp {
    width: 13px !important;
  }
  .u-icon_size-13-sm:after,
.u-icon_size-13-sm:before {
    height: 13px;
  }
  .u-icon_size-13-sm:after-imp,
.u-icon_size-13-sm:before-imp {
    height: 13px !important;
  }
  .u-icon_size-13-sm:after,
.u-icon_size-13-sm:before {
    background-size: 13px 13px;
  }
  .u-icon_size-13-sm:after-imp,
.u-icon_size-13-sm:before-imp {
    background-size: 13px 13px !important;
  }
  .u-icon_size-14-sm:after,
.u-icon_size-14-sm:before {
    width: 14px;
  }
  .u-icon_size-14-sm:after-imp,
.u-icon_size-14-sm:before-imp {
    width: 14px !important;
  }
  .u-icon_size-14-sm:after,
.u-icon_size-14-sm:before {
    height: 14px;
  }
  .u-icon_size-14-sm:after-imp,
.u-icon_size-14-sm:before-imp {
    height: 14px !important;
  }
  .u-icon_size-14-sm:after,
.u-icon_size-14-sm:before {
    background-size: 14px 14px;
  }
  .u-icon_size-14-sm:after-imp,
.u-icon_size-14-sm:before-imp {
    background-size: 14px 14px !important;
  }
  .u-icon_size-15-sm:after,
.u-icon_size-15-sm:before {
    width: 15px;
  }
  .u-icon_size-15-sm:after-imp,
.u-icon_size-15-sm:before-imp {
    width: 15px !important;
  }
  .u-icon_size-15-sm:after,
.u-icon_size-15-sm:before {
    height: 15px;
  }
  .u-icon_size-15-sm:after-imp,
.u-icon_size-15-sm:before-imp {
    height: 15px !important;
  }
  .u-icon_size-15-sm:after,
.u-icon_size-15-sm:before {
    background-size: 15px 15px;
  }
  .u-icon_size-15-sm:after-imp,
.u-icon_size-15-sm:before-imp {
    background-size: 15px 15px !important;
  }
  .u-icon_size-16-sm:after,
.u-icon_size-16-sm:before {
    width: 16px;
  }
  .u-icon_size-16-sm:after-imp,
.u-icon_size-16-sm:before-imp {
    width: 16px !important;
  }
  .u-icon_size-16-sm:after,
.u-icon_size-16-sm:before {
    height: 16px;
  }
  .u-icon_size-16-sm:after-imp,
.u-icon_size-16-sm:before-imp {
    height: 16px !important;
  }
  .u-icon_size-16-sm:after,
.u-icon_size-16-sm:before {
    background-size: 16px 16px;
  }
  .u-icon_size-16-sm:after-imp,
.u-icon_size-16-sm:before-imp {
    background-size: 16px 16px !important;
  }
  .u-icon_size-17-sm:after,
.u-icon_size-17-sm:before {
    width: 17px;
  }
  .u-icon_size-17-sm:after-imp,
.u-icon_size-17-sm:before-imp {
    width: 17px !important;
  }
  .u-icon_size-17-sm:after,
.u-icon_size-17-sm:before {
    height: 17px;
  }
  .u-icon_size-17-sm:after-imp,
.u-icon_size-17-sm:before-imp {
    height: 17px !important;
  }
  .u-icon_size-17-sm:after,
.u-icon_size-17-sm:before {
    background-size: 17px 17px;
  }
  .u-icon_size-17-sm:after-imp,
.u-icon_size-17-sm:before-imp {
    background-size: 17px 17px !important;
  }
  .u-icon_size-18-sm:after,
.u-icon_size-18-sm:before {
    width: 18px;
  }
  .u-icon_size-18-sm:after-imp,
.u-icon_size-18-sm:before-imp {
    width: 18px !important;
  }
  .u-icon_size-18-sm:after,
.u-icon_size-18-sm:before {
    height: 18px;
  }
  .u-icon_size-18-sm:after-imp,
.u-icon_size-18-sm:before-imp {
    height: 18px !important;
  }
  .u-icon_size-18-sm:after,
.u-icon_size-18-sm:before {
    background-size: 18px 18px;
  }
  .u-icon_size-18-sm:after-imp,
.u-icon_size-18-sm:before-imp {
    background-size: 18px 18px !important;
  }
  .u-icon_size-19-sm:after,
.u-icon_size-19-sm:before {
    width: 19px;
  }
  .u-icon_size-19-sm:after-imp,
.u-icon_size-19-sm:before-imp {
    width: 19px !important;
  }
  .u-icon_size-19-sm:after,
.u-icon_size-19-sm:before {
    height: 19px;
  }
  .u-icon_size-19-sm:after-imp,
.u-icon_size-19-sm:before-imp {
    height: 19px !important;
  }
  .u-icon_size-19-sm:after,
.u-icon_size-19-sm:before {
    background-size: 19px 19px;
  }
  .u-icon_size-19-sm:after-imp,
.u-icon_size-19-sm:before-imp {
    background-size: 19px 19px !important;
  }
  .u-icon_size-20-sm:after,
.u-icon_size-20-sm:before {
    width: 20px;
  }
  .u-icon_size-20-sm:after-imp,
.u-icon_size-20-sm:before-imp {
    width: 20px !important;
  }
  .u-icon_size-20-sm:after,
.u-icon_size-20-sm:before {
    height: 20px;
  }
  .u-icon_size-20-sm:after-imp,
.u-icon_size-20-sm:before-imp {
    height: 20px !important;
  }
  .u-icon_size-20-sm:after,
.u-icon_size-20-sm:before {
    background-size: 20px 20px;
  }
  .u-icon_size-20-sm:after-imp,
.u-icon_size-20-sm:before-imp {
    background-size: 20px 20px !important;
  }
  .u-icon_size-21-sm:after,
.u-icon_size-21-sm:before {
    width: 21px;
  }
  .u-icon_size-21-sm:after-imp,
.u-icon_size-21-sm:before-imp {
    width: 21px !important;
  }
  .u-icon_size-21-sm:after,
.u-icon_size-21-sm:before {
    height: 21px;
  }
  .u-icon_size-21-sm:after-imp,
.u-icon_size-21-sm:before-imp {
    height: 21px !important;
  }
  .u-icon_size-21-sm:after,
.u-icon_size-21-sm:before {
    background-size: 21px 21px;
  }
  .u-icon_size-21-sm:after-imp,
.u-icon_size-21-sm:before-imp {
    background-size: 21px 21px !important;
  }
  .u-icon_size-22-sm:after,
.u-icon_size-22-sm:before {
    width: 22px;
  }
  .u-icon_size-22-sm:after-imp,
.u-icon_size-22-sm:before-imp {
    width: 22px !important;
  }
  .u-icon_size-22-sm:after,
.u-icon_size-22-sm:before {
    height: 22px;
  }
  .u-icon_size-22-sm:after-imp,
.u-icon_size-22-sm:before-imp {
    height: 22px !important;
  }
  .u-icon_size-22-sm:after,
.u-icon_size-22-sm:before {
    background-size: 22px 22px;
  }
  .u-icon_size-22-sm:after-imp,
.u-icon_size-22-sm:before-imp {
    background-size: 22px 22px !important;
  }
  .u-icon_size-23-sm:after,
.u-icon_size-23-sm:before {
    width: 23px;
  }
  .u-icon_size-23-sm:after-imp,
.u-icon_size-23-sm:before-imp {
    width: 23px !important;
  }
  .u-icon_size-23-sm:after,
.u-icon_size-23-sm:before {
    height: 23px;
  }
  .u-icon_size-23-sm:after-imp,
.u-icon_size-23-sm:before-imp {
    height: 23px !important;
  }
  .u-icon_size-23-sm:after,
.u-icon_size-23-sm:before {
    background-size: 23px 23px;
  }
  .u-icon_size-23-sm:after-imp,
.u-icon_size-23-sm:before-imp {
    background-size: 23px 23px !important;
  }
  .u-icon_size-24-sm:after,
.u-icon_size-24-sm:before {
    width: 24px;
  }
  .u-icon_size-24-sm:after-imp,
.u-icon_size-24-sm:before-imp {
    width: 24px !important;
  }
  .u-icon_size-24-sm:after,
.u-icon_size-24-sm:before {
    height: 24px;
  }
  .u-icon_size-24-sm:after-imp,
.u-icon_size-24-sm:before-imp {
    height: 24px !important;
  }
  .u-icon_size-24-sm:after,
.u-icon_size-24-sm:before {
    background-size: 24px 24px;
  }
  .u-icon_size-24-sm:after-imp,
.u-icon_size-24-sm:before-imp {
    background-size: 24px 24px !important;
  }
  .u-icon_size-25-sm:after,
.u-icon_size-25-sm:before {
    width: 25px;
  }
  .u-icon_size-25-sm:after-imp,
.u-icon_size-25-sm:before-imp {
    width: 25px !important;
  }
  .u-icon_size-25-sm:after,
.u-icon_size-25-sm:before {
    height: 25px;
  }
  .u-icon_size-25-sm:after-imp,
.u-icon_size-25-sm:before-imp {
    height: 25px !important;
  }
  .u-icon_size-25-sm:after,
.u-icon_size-25-sm:before {
    background-size: 25px 25px;
  }
  .u-icon_size-25-sm:after-imp,
.u-icon_size-25-sm:before-imp {
    background-size: 25px 25px !important;
  }
  .u-icon_size-26-sm:after,
.u-icon_size-26-sm:before {
    width: 26px;
  }
  .u-icon_size-26-sm:after-imp,
.u-icon_size-26-sm:before-imp {
    width: 26px !important;
  }
  .u-icon_size-26-sm:after,
.u-icon_size-26-sm:before {
    height: 26px;
  }
  .u-icon_size-26-sm:after-imp,
.u-icon_size-26-sm:before-imp {
    height: 26px !important;
  }
  .u-icon_size-26-sm:after,
.u-icon_size-26-sm:before {
    background-size: 26px 26px;
  }
  .u-icon_size-26-sm:after-imp,
.u-icon_size-26-sm:before-imp {
    background-size: 26px 26px !important;
  }
  .u-icon_size-27-sm:after,
.u-icon_size-27-sm:before {
    width: 27px;
  }
  .u-icon_size-27-sm:after-imp,
.u-icon_size-27-sm:before-imp {
    width: 27px !important;
  }
  .u-icon_size-27-sm:after,
.u-icon_size-27-sm:before {
    height: 27px;
  }
  .u-icon_size-27-sm:after-imp,
.u-icon_size-27-sm:before-imp {
    height: 27px !important;
  }
  .u-icon_size-27-sm:after,
.u-icon_size-27-sm:before {
    background-size: 27px 27px;
  }
  .u-icon_size-27-sm:after-imp,
.u-icon_size-27-sm:before-imp {
    background-size: 27px 27px !important;
  }
  .u-icon_size-28-sm:after,
.u-icon_size-28-sm:before {
    width: 28px;
  }
  .u-icon_size-28-sm:after-imp,
.u-icon_size-28-sm:before-imp {
    width: 28px !important;
  }
  .u-icon_size-28-sm:after,
.u-icon_size-28-sm:before {
    height: 28px;
  }
  .u-icon_size-28-sm:after-imp,
.u-icon_size-28-sm:before-imp {
    height: 28px !important;
  }
  .u-icon_size-28-sm:after,
.u-icon_size-28-sm:before {
    background-size: 28px 28px;
  }
  .u-icon_size-28-sm:after-imp,
.u-icon_size-28-sm:before-imp {
    background-size: 28px 28px !important;
  }
  .u-icon_size-29-sm:after,
.u-icon_size-29-sm:before {
    width: 29px;
  }
  .u-icon_size-29-sm:after-imp,
.u-icon_size-29-sm:before-imp {
    width: 29px !important;
  }
  .u-icon_size-29-sm:after,
.u-icon_size-29-sm:before {
    height: 29px;
  }
  .u-icon_size-29-sm:after-imp,
.u-icon_size-29-sm:before-imp {
    height: 29px !important;
  }
  .u-icon_size-29-sm:after,
.u-icon_size-29-sm:before {
    background-size: 29px 29px;
  }
  .u-icon_size-29-sm:after-imp,
.u-icon_size-29-sm:before-imp {
    background-size: 29px 29px !important;
  }
  .u-icon_size-30-sm:after,
.u-icon_size-30-sm:before {
    width: 30px;
  }
  .u-icon_size-30-sm:after-imp,
.u-icon_size-30-sm:before-imp {
    width: 30px !important;
  }
  .u-icon_size-30-sm:after,
.u-icon_size-30-sm:before {
    height: 30px;
  }
  .u-icon_size-30-sm:after-imp,
.u-icon_size-30-sm:before-imp {
    height: 30px !important;
  }
  .u-icon_size-30-sm:after,
.u-icon_size-30-sm:before {
    background-size: 30px 30px;
  }
  .u-icon_size-30-sm:after-imp,
.u-icon_size-30-sm:before-imp {
    background-size: 30px 30px !important;
  }
  .u-icon_size-31-sm:after,
.u-icon_size-31-sm:before {
    width: 31px;
  }
  .u-icon_size-31-sm:after-imp,
.u-icon_size-31-sm:before-imp {
    width: 31px !important;
  }
  .u-icon_size-31-sm:after,
.u-icon_size-31-sm:before {
    height: 31px;
  }
  .u-icon_size-31-sm:after-imp,
.u-icon_size-31-sm:before-imp {
    height: 31px !important;
  }
  .u-icon_size-31-sm:after,
.u-icon_size-31-sm:before {
    background-size: 31px 31px;
  }
  .u-icon_size-31-sm:after-imp,
.u-icon_size-31-sm:before-imp {
    background-size: 31px 31px !important;
  }
  .u-icon_size-32-sm:after,
.u-icon_size-32-sm:before {
    width: 32px;
  }
  .u-icon_size-32-sm:after-imp,
.u-icon_size-32-sm:before-imp {
    width: 32px !important;
  }
  .u-icon_size-32-sm:after,
.u-icon_size-32-sm:before {
    height: 32px;
  }
  .u-icon_size-32-sm:after-imp,
.u-icon_size-32-sm:before-imp {
    height: 32px !important;
  }
  .u-icon_size-32-sm:after,
.u-icon_size-32-sm:before {
    background-size: 32px 32px;
  }
  .u-icon_size-32-sm:after-imp,
.u-icon_size-32-sm:before-imp {
    background-size: 32px 32px !important;
  }
  .u-icon_size-33-sm:after,
.u-icon_size-33-sm:before {
    width: 33px;
  }
  .u-icon_size-33-sm:after-imp,
.u-icon_size-33-sm:before-imp {
    width: 33px !important;
  }
  .u-icon_size-33-sm:after,
.u-icon_size-33-sm:before {
    height: 33px;
  }
  .u-icon_size-33-sm:after-imp,
.u-icon_size-33-sm:before-imp {
    height: 33px !important;
  }
  .u-icon_size-33-sm:after,
.u-icon_size-33-sm:before {
    background-size: 33px 33px;
  }
  .u-icon_size-33-sm:after-imp,
.u-icon_size-33-sm:before-imp {
    background-size: 33px 33px !important;
  }
  .u-icon_size-34-sm:after,
.u-icon_size-34-sm:before {
    width: 34px;
  }
  .u-icon_size-34-sm:after-imp,
.u-icon_size-34-sm:before-imp {
    width: 34px !important;
  }
  .u-icon_size-34-sm:after,
.u-icon_size-34-sm:before {
    height: 34px;
  }
  .u-icon_size-34-sm:after-imp,
.u-icon_size-34-sm:before-imp {
    height: 34px !important;
  }
  .u-icon_size-34-sm:after,
.u-icon_size-34-sm:before {
    background-size: 34px 34px;
  }
  .u-icon_size-34-sm:after-imp,
.u-icon_size-34-sm:before-imp {
    background-size: 34px 34px !important;
  }
  .u-icon_size-35-sm:after,
.u-icon_size-35-sm:before {
    width: 35px;
  }
  .u-icon_size-35-sm:after-imp,
.u-icon_size-35-sm:before-imp {
    width: 35px !important;
  }
  .u-icon_size-35-sm:after,
.u-icon_size-35-sm:before {
    height: 35px;
  }
  .u-icon_size-35-sm:after-imp,
.u-icon_size-35-sm:before-imp {
    height: 35px !important;
  }
  .u-icon_size-35-sm:after,
.u-icon_size-35-sm:before {
    background-size: 35px 35px;
  }
  .u-icon_size-35-sm:after-imp,
.u-icon_size-35-sm:before-imp {
    background-size: 35px 35px !important;
  }
  .u-icon_size-36-sm:after,
.u-icon_size-36-sm:before {
    width: 36px;
  }
  .u-icon_size-36-sm:after-imp,
.u-icon_size-36-sm:before-imp {
    width: 36px !important;
  }
  .u-icon_size-36-sm:after,
.u-icon_size-36-sm:before {
    height: 36px;
  }
  .u-icon_size-36-sm:after-imp,
.u-icon_size-36-sm:before-imp {
    height: 36px !important;
  }
  .u-icon_size-36-sm:after,
.u-icon_size-36-sm:before {
    background-size: 36px 36px;
  }
  .u-icon_size-36-sm:after-imp,
.u-icon_size-36-sm:before-imp {
    background-size: 36px 36px !important;
  }
  .u-icon_size-37-sm:after,
.u-icon_size-37-sm:before {
    width: 37px;
  }
  .u-icon_size-37-sm:after-imp,
.u-icon_size-37-sm:before-imp {
    width: 37px !important;
  }
  .u-icon_size-37-sm:after,
.u-icon_size-37-sm:before {
    height: 37px;
  }
  .u-icon_size-37-sm:after-imp,
.u-icon_size-37-sm:before-imp {
    height: 37px !important;
  }
  .u-icon_size-37-sm:after,
.u-icon_size-37-sm:before {
    background-size: 37px 37px;
  }
  .u-icon_size-37-sm:after-imp,
.u-icon_size-37-sm:before-imp {
    background-size: 37px 37px !important;
  }
  .u-icon_size-38-sm:after,
.u-icon_size-38-sm:before {
    width: 38px;
  }
  .u-icon_size-38-sm:after-imp,
.u-icon_size-38-sm:before-imp {
    width: 38px !important;
  }
  .u-icon_size-38-sm:after,
.u-icon_size-38-sm:before {
    height: 38px;
  }
  .u-icon_size-38-sm:after-imp,
.u-icon_size-38-sm:before-imp {
    height: 38px !important;
  }
  .u-icon_size-38-sm:after,
.u-icon_size-38-sm:before {
    background-size: 38px 38px;
  }
  .u-icon_size-38-sm:after-imp,
.u-icon_size-38-sm:before-imp {
    background-size: 38px 38px !important;
  }
  .u-icon_size-39-sm:after,
.u-icon_size-39-sm:before {
    width: 39px;
  }
  .u-icon_size-39-sm:after-imp,
.u-icon_size-39-sm:before-imp {
    width: 39px !important;
  }
  .u-icon_size-39-sm:after,
.u-icon_size-39-sm:before {
    height: 39px;
  }
  .u-icon_size-39-sm:after-imp,
.u-icon_size-39-sm:before-imp {
    height: 39px !important;
  }
  .u-icon_size-39-sm:after,
.u-icon_size-39-sm:before {
    background-size: 39px 39px;
  }
  .u-icon_size-39-sm:after-imp,
.u-icon_size-39-sm:before-imp {
    background-size: 39px 39px !important;
  }
  .u-icon_size-40-sm:after,
.u-icon_size-40-sm:before {
    width: 40px;
  }
  .u-icon_size-40-sm:after-imp,
.u-icon_size-40-sm:before-imp {
    width: 40px !important;
  }
  .u-icon_size-40-sm:after,
.u-icon_size-40-sm:before {
    height: 40px;
  }
  .u-icon_size-40-sm:after-imp,
.u-icon_size-40-sm:before-imp {
    height: 40px !important;
  }
  .u-icon_size-40-sm:after,
.u-icon_size-40-sm:before {
    background-size: 40px 40px;
  }
  .u-icon_size-40-sm:after-imp,
.u-icon_size-40-sm:before-imp {
    background-size: 40px 40px !important;
  }
  .u-icon_size-41-sm:after,
.u-icon_size-41-sm:before {
    width: 41px;
  }
  .u-icon_size-41-sm:after-imp,
.u-icon_size-41-sm:before-imp {
    width: 41px !important;
  }
  .u-icon_size-41-sm:after,
.u-icon_size-41-sm:before {
    height: 41px;
  }
  .u-icon_size-41-sm:after-imp,
.u-icon_size-41-sm:before-imp {
    height: 41px !important;
  }
  .u-icon_size-41-sm:after,
.u-icon_size-41-sm:before {
    background-size: 41px 41px;
  }
  .u-icon_size-41-sm:after-imp,
.u-icon_size-41-sm:before-imp {
    background-size: 41px 41px !important;
  }
  .u-icon_size-42-sm:after,
.u-icon_size-42-sm:before {
    width: 42px;
  }
  .u-icon_size-42-sm:after-imp,
.u-icon_size-42-sm:before-imp {
    width: 42px !important;
  }
  .u-icon_size-42-sm:after,
.u-icon_size-42-sm:before {
    height: 42px;
  }
  .u-icon_size-42-sm:after-imp,
.u-icon_size-42-sm:before-imp {
    height: 42px !important;
  }
  .u-icon_size-42-sm:after,
.u-icon_size-42-sm:before {
    background-size: 42px 42px;
  }
  .u-icon_size-42-sm:after-imp,
.u-icon_size-42-sm:before-imp {
    background-size: 42px 42px !important;
  }
  .u-icon_size-43-sm:after,
.u-icon_size-43-sm:before {
    width: 43px;
  }
  .u-icon_size-43-sm:after-imp,
.u-icon_size-43-sm:before-imp {
    width: 43px !important;
  }
  .u-icon_size-43-sm:after,
.u-icon_size-43-sm:before {
    height: 43px;
  }
  .u-icon_size-43-sm:after-imp,
.u-icon_size-43-sm:before-imp {
    height: 43px !important;
  }
  .u-icon_size-43-sm:after,
.u-icon_size-43-sm:before {
    background-size: 43px 43px;
  }
  .u-icon_size-43-sm:after-imp,
.u-icon_size-43-sm:before-imp {
    background-size: 43px 43px !important;
  }
  .u-icon_size-44-sm:after,
.u-icon_size-44-sm:before {
    width: 44px;
  }
  .u-icon_size-44-sm:after-imp,
.u-icon_size-44-sm:before-imp {
    width: 44px !important;
  }
  .u-icon_size-44-sm:after,
.u-icon_size-44-sm:before {
    height: 44px;
  }
  .u-icon_size-44-sm:after-imp,
.u-icon_size-44-sm:before-imp {
    height: 44px !important;
  }
  .u-icon_size-44-sm:after,
.u-icon_size-44-sm:before {
    background-size: 44px 44px;
  }
  .u-icon_size-44-sm:after-imp,
.u-icon_size-44-sm:before-imp {
    background-size: 44px 44px !important;
  }
  .u-icon_size-45-sm:after,
.u-icon_size-45-sm:before {
    width: 45px;
  }
  .u-icon_size-45-sm:after-imp,
.u-icon_size-45-sm:before-imp {
    width: 45px !important;
  }
  .u-icon_size-45-sm:after,
.u-icon_size-45-sm:before {
    height: 45px;
  }
  .u-icon_size-45-sm:after-imp,
.u-icon_size-45-sm:before-imp {
    height: 45px !important;
  }
  .u-icon_size-45-sm:after,
.u-icon_size-45-sm:before {
    background-size: 45px 45px;
  }
  .u-icon_size-45-sm:after-imp,
.u-icon_size-45-sm:before-imp {
    background-size: 45px 45px !important;
  }
  .u-icon_size-46-sm:after,
.u-icon_size-46-sm:before {
    width: 46px;
  }
  .u-icon_size-46-sm:after-imp,
.u-icon_size-46-sm:before-imp {
    width: 46px !important;
  }
  .u-icon_size-46-sm:after,
.u-icon_size-46-sm:before {
    height: 46px;
  }
  .u-icon_size-46-sm:after-imp,
.u-icon_size-46-sm:before-imp {
    height: 46px !important;
  }
  .u-icon_size-46-sm:after,
.u-icon_size-46-sm:before {
    background-size: 46px 46px;
  }
  .u-icon_size-46-sm:after-imp,
.u-icon_size-46-sm:before-imp {
    background-size: 46px 46px !important;
  }
  .u-icon_size-47-sm:after,
.u-icon_size-47-sm:before {
    width: 47px;
  }
  .u-icon_size-47-sm:after-imp,
.u-icon_size-47-sm:before-imp {
    width: 47px !important;
  }
  .u-icon_size-47-sm:after,
.u-icon_size-47-sm:before {
    height: 47px;
  }
  .u-icon_size-47-sm:after-imp,
.u-icon_size-47-sm:before-imp {
    height: 47px !important;
  }
  .u-icon_size-47-sm:after,
.u-icon_size-47-sm:before {
    background-size: 47px 47px;
  }
  .u-icon_size-47-sm:after-imp,
.u-icon_size-47-sm:before-imp {
    background-size: 47px 47px !important;
  }
  .u-icon_size-48-sm:after,
.u-icon_size-48-sm:before {
    width: 48px;
  }
  .u-icon_size-48-sm:after-imp,
.u-icon_size-48-sm:before-imp {
    width: 48px !important;
  }
  .u-icon_size-48-sm:after,
.u-icon_size-48-sm:before {
    height: 48px;
  }
  .u-icon_size-48-sm:after-imp,
.u-icon_size-48-sm:before-imp {
    height: 48px !important;
  }
  .u-icon_size-48-sm:after,
.u-icon_size-48-sm:before {
    background-size: 48px 48px;
  }
  .u-icon_size-48-sm:after-imp,
.u-icon_size-48-sm:before-imp {
    background-size: 48px 48px !important;
  }
  .u-icon_size-49-sm:after,
.u-icon_size-49-sm:before {
    width: 49px;
  }
  .u-icon_size-49-sm:after-imp,
.u-icon_size-49-sm:before-imp {
    width: 49px !important;
  }
  .u-icon_size-49-sm:after,
.u-icon_size-49-sm:before {
    height: 49px;
  }
  .u-icon_size-49-sm:after-imp,
.u-icon_size-49-sm:before-imp {
    height: 49px !important;
  }
  .u-icon_size-49-sm:after,
.u-icon_size-49-sm:before {
    background-size: 49px 49px;
  }
  .u-icon_size-49-sm:after-imp,
.u-icon_size-49-sm:before-imp {
    background-size: 49px 49px !important;
  }
  .u-icon_size-50-sm:after,
.u-icon_size-50-sm:before {
    width: 50px;
  }
  .u-icon_size-50-sm:after-imp,
.u-icon_size-50-sm:before-imp {
    width: 50px !important;
  }
  .u-icon_size-50-sm:after,
.u-icon_size-50-sm:before {
    height: 50px;
  }
  .u-icon_size-50-sm:after-imp,
.u-icon_size-50-sm:before-imp {
    height: 50px !important;
  }
  .u-icon_size-50-sm:after,
.u-icon_size-50-sm:before {
    background-size: 50px 50px;
  }
  .u-icon_size-50-sm:after-imp,
.u-icon_size-50-sm:before-imp {
    background-size: 50px 50px !important;
  }
  .u-icon_size-51-sm:after,
.u-icon_size-51-sm:before {
    width: 51px;
  }
  .u-icon_size-51-sm:after-imp,
.u-icon_size-51-sm:before-imp {
    width: 51px !important;
  }
  .u-icon_size-51-sm:after,
.u-icon_size-51-sm:before {
    height: 51px;
  }
  .u-icon_size-51-sm:after-imp,
.u-icon_size-51-sm:before-imp {
    height: 51px !important;
  }
  .u-icon_size-51-sm:after,
.u-icon_size-51-sm:before {
    background-size: 51px 51px;
  }
  .u-icon_size-51-sm:after-imp,
.u-icon_size-51-sm:before-imp {
    background-size: 51px 51px !important;
  }
  .u-icon_size-52-sm:after,
.u-icon_size-52-sm:before {
    width: 52px;
  }
  .u-icon_size-52-sm:after-imp,
.u-icon_size-52-sm:before-imp {
    width: 52px !important;
  }
  .u-icon_size-52-sm:after,
.u-icon_size-52-sm:before {
    height: 52px;
  }
  .u-icon_size-52-sm:after-imp,
.u-icon_size-52-sm:before-imp {
    height: 52px !important;
  }
  .u-icon_size-52-sm:after,
.u-icon_size-52-sm:before {
    background-size: 52px 52px;
  }
  .u-icon_size-52-sm:after-imp,
.u-icon_size-52-sm:before-imp {
    background-size: 52px 52px !important;
  }
  .u-icon_size-53-sm:after,
.u-icon_size-53-sm:before {
    width: 53px;
  }
  .u-icon_size-53-sm:after-imp,
.u-icon_size-53-sm:before-imp {
    width: 53px !important;
  }
  .u-icon_size-53-sm:after,
.u-icon_size-53-sm:before {
    height: 53px;
  }
  .u-icon_size-53-sm:after-imp,
.u-icon_size-53-sm:before-imp {
    height: 53px !important;
  }
  .u-icon_size-53-sm:after,
.u-icon_size-53-sm:before {
    background-size: 53px 53px;
  }
  .u-icon_size-53-sm:after-imp,
.u-icon_size-53-sm:before-imp {
    background-size: 53px 53px !important;
  }
  .u-icon_size-54-sm:after,
.u-icon_size-54-sm:before {
    width: 54px;
  }
  .u-icon_size-54-sm:after-imp,
.u-icon_size-54-sm:before-imp {
    width: 54px !important;
  }
  .u-icon_size-54-sm:after,
.u-icon_size-54-sm:before {
    height: 54px;
  }
  .u-icon_size-54-sm:after-imp,
.u-icon_size-54-sm:before-imp {
    height: 54px !important;
  }
  .u-icon_size-54-sm:after,
.u-icon_size-54-sm:before {
    background-size: 54px 54px;
  }
  .u-icon_size-54-sm:after-imp,
.u-icon_size-54-sm:before-imp {
    background-size: 54px 54px !important;
  }
  .u-icon_size-55-sm:after,
.u-icon_size-55-sm:before {
    width: 55px;
  }
  .u-icon_size-55-sm:after-imp,
.u-icon_size-55-sm:before-imp {
    width: 55px !important;
  }
  .u-icon_size-55-sm:after,
.u-icon_size-55-sm:before {
    height: 55px;
  }
  .u-icon_size-55-sm:after-imp,
.u-icon_size-55-sm:before-imp {
    height: 55px !important;
  }
  .u-icon_size-55-sm:after,
.u-icon_size-55-sm:before {
    background-size: 55px 55px;
  }
  .u-icon_size-55-sm:after-imp,
.u-icon_size-55-sm:before-imp {
    background-size: 55px 55px !important;
  }
  .u-icon_size-56-sm:after,
.u-icon_size-56-sm:before {
    width: 56px;
  }
  .u-icon_size-56-sm:after-imp,
.u-icon_size-56-sm:before-imp {
    width: 56px !important;
  }
  .u-icon_size-56-sm:after,
.u-icon_size-56-sm:before {
    height: 56px;
  }
  .u-icon_size-56-sm:after-imp,
.u-icon_size-56-sm:before-imp {
    height: 56px !important;
  }
  .u-icon_size-56-sm:after,
.u-icon_size-56-sm:before {
    background-size: 56px 56px;
  }
  .u-icon_size-56-sm:after-imp,
.u-icon_size-56-sm:before-imp {
    background-size: 56px 56px !important;
  }
  .u-icon_size-57-sm:after,
.u-icon_size-57-sm:before {
    width: 57px;
  }
  .u-icon_size-57-sm:after-imp,
.u-icon_size-57-sm:before-imp {
    width: 57px !important;
  }
  .u-icon_size-57-sm:after,
.u-icon_size-57-sm:before {
    height: 57px;
  }
  .u-icon_size-57-sm:after-imp,
.u-icon_size-57-sm:before-imp {
    height: 57px !important;
  }
  .u-icon_size-57-sm:after,
.u-icon_size-57-sm:before {
    background-size: 57px 57px;
  }
  .u-icon_size-57-sm:after-imp,
.u-icon_size-57-sm:before-imp {
    background-size: 57px 57px !important;
  }
  .u-icon_size-58-sm:after,
.u-icon_size-58-sm:before {
    width: 58px;
  }
  .u-icon_size-58-sm:after-imp,
.u-icon_size-58-sm:before-imp {
    width: 58px !important;
  }
  .u-icon_size-58-sm:after,
.u-icon_size-58-sm:before {
    height: 58px;
  }
  .u-icon_size-58-sm:after-imp,
.u-icon_size-58-sm:before-imp {
    height: 58px !important;
  }
  .u-icon_size-58-sm:after,
.u-icon_size-58-sm:before {
    background-size: 58px 58px;
  }
  .u-icon_size-58-sm:after-imp,
.u-icon_size-58-sm:before-imp {
    background-size: 58px 58px !important;
  }
  .u-icon_size-59-sm:after,
.u-icon_size-59-sm:before {
    width: 59px;
  }
  .u-icon_size-59-sm:after-imp,
.u-icon_size-59-sm:before-imp {
    width: 59px !important;
  }
  .u-icon_size-59-sm:after,
.u-icon_size-59-sm:before {
    height: 59px;
  }
  .u-icon_size-59-sm:after-imp,
.u-icon_size-59-sm:before-imp {
    height: 59px !important;
  }
  .u-icon_size-59-sm:after,
.u-icon_size-59-sm:before {
    background-size: 59px 59px;
  }
  .u-icon_size-59-sm:after-imp,
.u-icon_size-59-sm:before-imp {
    background-size: 59px 59px !important;
  }
  .u-icon_size-60-sm:after,
.u-icon_size-60-sm:before {
    width: 60px;
  }
  .u-icon_size-60-sm:after-imp,
.u-icon_size-60-sm:before-imp {
    width: 60px !important;
  }
  .u-icon_size-60-sm:after,
.u-icon_size-60-sm:before {
    height: 60px;
  }
  .u-icon_size-60-sm:after-imp,
.u-icon_size-60-sm:before-imp {
    height: 60px !important;
  }
  .u-icon_size-60-sm:after,
.u-icon_size-60-sm:before {
    background-size: 60px 60px;
  }
  .u-icon_size-60-sm:after-imp,
.u-icon_size-60-sm:before-imp {
    background-size: 60px 60px !important;
  }
  .u-icon_size-61-sm:after,
.u-icon_size-61-sm:before {
    width: 61px;
  }
  .u-icon_size-61-sm:after-imp,
.u-icon_size-61-sm:before-imp {
    width: 61px !important;
  }
  .u-icon_size-61-sm:after,
.u-icon_size-61-sm:before {
    height: 61px;
  }
  .u-icon_size-61-sm:after-imp,
.u-icon_size-61-sm:before-imp {
    height: 61px !important;
  }
  .u-icon_size-61-sm:after,
.u-icon_size-61-sm:before {
    background-size: 61px 61px;
  }
  .u-icon_size-61-sm:after-imp,
.u-icon_size-61-sm:before-imp {
    background-size: 61px 61px !important;
  }
  .u-icon_size-62-sm:after,
.u-icon_size-62-sm:before {
    width: 62px;
  }
  .u-icon_size-62-sm:after-imp,
.u-icon_size-62-sm:before-imp {
    width: 62px !important;
  }
  .u-icon_size-62-sm:after,
.u-icon_size-62-sm:before {
    height: 62px;
  }
  .u-icon_size-62-sm:after-imp,
.u-icon_size-62-sm:before-imp {
    height: 62px !important;
  }
  .u-icon_size-62-sm:after,
.u-icon_size-62-sm:before {
    background-size: 62px 62px;
  }
  .u-icon_size-62-sm:after-imp,
.u-icon_size-62-sm:before-imp {
    background-size: 62px 62px !important;
  }
  .u-icon_size-63-sm:after,
.u-icon_size-63-sm:before {
    width: 63px;
  }
  .u-icon_size-63-sm:after-imp,
.u-icon_size-63-sm:before-imp {
    width: 63px !important;
  }
  .u-icon_size-63-sm:after,
.u-icon_size-63-sm:before {
    height: 63px;
  }
  .u-icon_size-63-sm:after-imp,
.u-icon_size-63-sm:before-imp {
    height: 63px !important;
  }
  .u-icon_size-63-sm:after,
.u-icon_size-63-sm:before {
    background-size: 63px 63px;
  }
  .u-icon_size-63-sm:after-imp,
.u-icon_size-63-sm:before-imp {
    background-size: 63px 63px !important;
  }
  .u-icon_size-64-sm:after,
.u-icon_size-64-sm:before {
    width: 64px;
  }
  .u-icon_size-64-sm:after-imp,
.u-icon_size-64-sm:before-imp {
    width: 64px !important;
  }
  .u-icon_size-64-sm:after,
.u-icon_size-64-sm:before {
    height: 64px;
  }
  .u-icon_size-64-sm:after-imp,
.u-icon_size-64-sm:before-imp {
    height: 64px !important;
  }
  .u-icon_size-64-sm:after,
.u-icon_size-64-sm:before {
    background-size: 64px 64px;
  }
  .u-icon_size-64-sm:after-imp,
.u-icon_size-64-sm:before-imp {
    background-size: 64px 64px !important;
  }
  .u-icon_size-65-sm:after,
.u-icon_size-65-sm:before {
    width: 65px;
  }
  .u-icon_size-65-sm:after-imp,
.u-icon_size-65-sm:before-imp {
    width: 65px !important;
  }
  .u-icon_size-65-sm:after,
.u-icon_size-65-sm:before {
    height: 65px;
  }
  .u-icon_size-65-sm:after-imp,
.u-icon_size-65-sm:before-imp {
    height: 65px !important;
  }
  .u-icon_size-65-sm:after,
.u-icon_size-65-sm:before {
    background-size: 65px 65px;
  }
  .u-icon_size-65-sm:after-imp,
.u-icon_size-65-sm:before-imp {
    background-size: 65px 65px !important;
  }
  .u-icon_size-66-sm:after,
.u-icon_size-66-sm:before {
    width: 66px;
  }
  .u-icon_size-66-sm:after-imp,
.u-icon_size-66-sm:before-imp {
    width: 66px !important;
  }
  .u-icon_size-66-sm:after,
.u-icon_size-66-sm:before {
    height: 66px;
  }
  .u-icon_size-66-sm:after-imp,
.u-icon_size-66-sm:before-imp {
    height: 66px !important;
  }
  .u-icon_size-66-sm:after,
.u-icon_size-66-sm:before {
    background-size: 66px 66px;
  }
  .u-icon_size-66-sm:after-imp,
.u-icon_size-66-sm:before-imp {
    background-size: 66px 66px !important;
  }
  .u-icon_size-67-sm:after,
.u-icon_size-67-sm:before {
    width: 67px;
  }
  .u-icon_size-67-sm:after-imp,
.u-icon_size-67-sm:before-imp {
    width: 67px !important;
  }
  .u-icon_size-67-sm:after,
.u-icon_size-67-sm:before {
    height: 67px;
  }
  .u-icon_size-67-sm:after-imp,
.u-icon_size-67-sm:before-imp {
    height: 67px !important;
  }
  .u-icon_size-67-sm:after,
.u-icon_size-67-sm:before {
    background-size: 67px 67px;
  }
  .u-icon_size-67-sm:after-imp,
.u-icon_size-67-sm:before-imp {
    background-size: 67px 67px !important;
  }
  .u-icon_size-68-sm:after,
.u-icon_size-68-sm:before {
    width: 68px;
  }
  .u-icon_size-68-sm:after-imp,
.u-icon_size-68-sm:before-imp {
    width: 68px !important;
  }
  .u-icon_size-68-sm:after,
.u-icon_size-68-sm:before {
    height: 68px;
  }
  .u-icon_size-68-sm:after-imp,
.u-icon_size-68-sm:before-imp {
    height: 68px !important;
  }
  .u-icon_size-68-sm:after,
.u-icon_size-68-sm:before {
    background-size: 68px 68px;
  }
  .u-icon_size-68-sm:after-imp,
.u-icon_size-68-sm:before-imp {
    background-size: 68px 68px !important;
  }
  .u-icon_size-69-sm:after,
.u-icon_size-69-sm:before {
    width: 69px;
  }
  .u-icon_size-69-sm:after-imp,
.u-icon_size-69-sm:before-imp {
    width: 69px !important;
  }
  .u-icon_size-69-sm:after,
.u-icon_size-69-sm:before {
    height: 69px;
  }
  .u-icon_size-69-sm:after-imp,
.u-icon_size-69-sm:before-imp {
    height: 69px !important;
  }
  .u-icon_size-69-sm:after,
.u-icon_size-69-sm:before {
    background-size: 69px 69px;
  }
  .u-icon_size-69-sm:after-imp,
.u-icon_size-69-sm:before-imp {
    background-size: 69px 69px !important;
  }
  .u-icon_size-70-sm:after,
.u-icon_size-70-sm:before {
    width: 70px;
  }
  .u-icon_size-70-sm:after-imp,
.u-icon_size-70-sm:before-imp {
    width: 70px !important;
  }
  .u-icon_size-70-sm:after,
.u-icon_size-70-sm:before {
    height: 70px;
  }
  .u-icon_size-70-sm:after-imp,
.u-icon_size-70-sm:before-imp {
    height: 70px !important;
  }
  .u-icon_size-70-sm:after,
.u-icon_size-70-sm:before {
    background-size: 70px 70px;
  }
  .u-icon_size-70-sm:after-imp,
.u-icon_size-70-sm:before-imp {
    background-size: 70px 70px !important;
  }
  .u-icon_size-71-sm:after,
.u-icon_size-71-sm:before {
    width: 71px;
  }
  .u-icon_size-71-sm:after-imp,
.u-icon_size-71-sm:before-imp {
    width: 71px !important;
  }
  .u-icon_size-71-sm:after,
.u-icon_size-71-sm:before {
    height: 71px;
  }
  .u-icon_size-71-sm:after-imp,
.u-icon_size-71-sm:before-imp {
    height: 71px !important;
  }
  .u-icon_size-71-sm:after,
.u-icon_size-71-sm:before {
    background-size: 71px 71px;
  }
  .u-icon_size-71-sm:after-imp,
.u-icon_size-71-sm:before-imp {
    background-size: 71px 71px !important;
  }
  .u-icon_size-72-sm:after,
.u-icon_size-72-sm:before {
    width: 72px;
  }
  .u-icon_size-72-sm:after-imp,
.u-icon_size-72-sm:before-imp {
    width: 72px !important;
  }
  .u-icon_size-72-sm:after,
.u-icon_size-72-sm:before {
    height: 72px;
  }
  .u-icon_size-72-sm:after-imp,
.u-icon_size-72-sm:before-imp {
    height: 72px !important;
  }
  .u-icon_size-72-sm:after,
.u-icon_size-72-sm:before {
    background-size: 72px 72px;
  }
  .u-icon_size-72-sm:after-imp,
.u-icon_size-72-sm:before-imp {
    background-size: 72px 72px !important;
  }
  .u-icon_size-73-sm:after,
.u-icon_size-73-sm:before {
    width: 73px;
  }
  .u-icon_size-73-sm:after-imp,
.u-icon_size-73-sm:before-imp {
    width: 73px !important;
  }
  .u-icon_size-73-sm:after,
.u-icon_size-73-sm:before {
    height: 73px;
  }
  .u-icon_size-73-sm:after-imp,
.u-icon_size-73-sm:before-imp {
    height: 73px !important;
  }
  .u-icon_size-73-sm:after,
.u-icon_size-73-sm:before {
    background-size: 73px 73px;
  }
  .u-icon_size-73-sm:after-imp,
.u-icon_size-73-sm:before-imp {
    background-size: 73px 73px !important;
  }
  .u-icon_size-74-sm:after,
.u-icon_size-74-sm:before {
    width: 74px;
  }
  .u-icon_size-74-sm:after-imp,
.u-icon_size-74-sm:before-imp {
    width: 74px !important;
  }
  .u-icon_size-74-sm:after,
.u-icon_size-74-sm:before {
    height: 74px;
  }
  .u-icon_size-74-sm:after-imp,
.u-icon_size-74-sm:before-imp {
    height: 74px !important;
  }
  .u-icon_size-74-sm:after,
.u-icon_size-74-sm:before {
    background-size: 74px 74px;
  }
  .u-icon_size-74-sm:after-imp,
.u-icon_size-74-sm:before-imp {
    background-size: 74px 74px !important;
  }
  .u-icon_size-75-sm:after,
.u-icon_size-75-sm:before {
    width: 75px;
  }
  .u-icon_size-75-sm:after-imp,
.u-icon_size-75-sm:before-imp {
    width: 75px !important;
  }
  .u-icon_size-75-sm:after,
.u-icon_size-75-sm:before {
    height: 75px;
  }
  .u-icon_size-75-sm:after-imp,
.u-icon_size-75-sm:before-imp {
    height: 75px !important;
  }
  .u-icon_size-75-sm:after,
.u-icon_size-75-sm:before {
    background-size: 75px 75px;
  }
  .u-icon_size-75-sm:after-imp,
.u-icon_size-75-sm:before-imp {
    background-size: 75px 75px !important;
  }
  .u-icon_size-76-sm:after,
.u-icon_size-76-sm:before {
    width: 76px;
  }
  .u-icon_size-76-sm:after-imp,
.u-icon_size-76-sm:before-imp {
    width: 76px !important;
  }
  .u-icon_size-76-sm:after,
.u-icon_size-76-sm:before {
    height: 76px;
  }
  .u-icon_size-76-sm:after-imp,
.u-icon_size-76-sm:before-imp {
    height: 76px !important;
  }
  .u-icon_size-76-sm:after,
.u-icon_size-76-sm:before {
    background-size: 76px 76px;
  }
  .u-icon_size-76-sm:after-imp,
.u-icon_size-76-sm:before-imp {
    background-size: 76px 76px !important;
  }
  .u-icon_size-77-sm:after,
.u-icon_size-77-sm:before {
    width: 77px;
  }
  .u-icon_size-77-sm:after-imp,
.u-icon_size-77-sm:before-imp {
    width: 77px !important;
  }
  .u-icon_size-77-sm:after,
.u-icon_size-77-sm:before {
    height: 77px;
  }
  .u-icon_size-77-sm:after-imp,
.u-icon_size-77-sm:before-imp {
    height: 77px !important;
  }
  .u-icon_size-77-sm:after,
.u-icon_size-77-sm:before {
    background-size: 77px 77px;
  }
  .u-icon_size-77-sm:after-imp,
.u-icon_size-77-sm:before-imp {
    background-size: 77px 77px !important;
  }
  .u-icon_size-78-sm:after,
.u-icon_size-78-sm:before {
    width: 78px;
  }
  .u-icon_size-78-sm:after-imp,
.u-icon_size-78-sm:before-imp {
    width: 78px !important;
  }
  .u-icon_size-78-sm:after,
.u-icon_size-78-sm:before {
    height: 78px;
  }
  .u-icon_size-78-sm:after-imp,
.u-icon_size-78-sm:before-imp {
    height: 78px !important;
  }
  .u-icon_size-78-sm:after,
.u-icon_size-78-sm:before {
    background-size: 78px 78px;
  }
  .u-icon_size-78-sm:after-imp,
.u-icon_size-78-sm:before-imp {
    background-size: 78px 78px !important;
  }
  .u-icon_size-79-sm:after,
.u-icon_size-79-sm:before {
    width: 79px;
  }
  .u-icon_size-79-sm:after-imp,
.u-icon_size-79-sm:before-imp {
    width: 79px !important;
  }
  .u-icon_size-79-sm:after,
.u-icon_size-79-sm:before {
    height: 79px;
  }
  .u-icon_size-79-sm:after-imp,
.u-icon_size-79-sm:before-imp {
    height: 79px !important;
  }
  .u-icon_size-79-sm:after,
.u-icon_size-79-sm:before {
    background-size: 79px 79px;
  }
  .u-icon_size-79-sm:after-imp,
.u-icon_size-79-sm:before-imp {
    background-size: 79px 79px !important;
  }
  .u-icon_size-80-sm:after,
.u-icon_size-80-sm:before {
    width: 80px;
  }
  .u-icon_size-80-sm:after-imp,
.u-icon_size-80-sm:before-imp {
    width: 80px !important;
  }
  .u-icon_size-80-sm:after,
.u-icon_size-80-sm:before {
    height: 80px;
  }
  .u-icon_size-80-sm:after-imp,
.u-icon_size-80-sm:before-imp {
    height: 80px !important;
  }
  .u-icon_size-80-sm:after,
.u-icon_size-80-sm:before {
    background-size: 80px 80px;
  }
  .u-icon_size-80-sm:after-imp,
.u-icon_size-80-sm:before-imp {
    background-size: 80px 80px !important;
  }
  .u-icon_size-81-sm:after,
.u-icon_size-81-sm:before {
    width: 81px;
  }
  .u-icon_size-81-sm:after-imp,
.u-icon_size-81-sm:before-imp {
    width: 81px !important;
  }
  .u-icon_size-81-sm:after,
.u-icon_size-81-sm:before {
    height: 81px;
  }
  .u-icon_size-81-sm:after-imp,
.u-icon_size-81-sm:before-imp {
    height: 81px !important;
  }
  .u-icon_size-81-sm:after,
.u-icon_size-81-sm:before {
    background-size: 81px 81px;
  }
  .u-icon_size-81-sm:after-imp,
.u-icon_size-81-sm:before-imp {
    background-size: 81px 81px !important;
  }
  .u-icon_size-82-sm:after,
.u-icon_size-82-sm:before {
    width: 82px;
  }
  .u-icon_size-82-sm:after-imp,
.u-icon_size-82-sm:before-imp {
    width: 82px !important;
  }
  .u-icon_size-82-sm:after,
.u-icon_size-82-sm:before {
    height: 82px;
  }
  .u-icon_size-82-sm:after-imp,
.u-icon_size-82-sm:before-imp {
    height: 82px !important;
  }
  .u-icon_size-82-sm:after,
.u-icon_size-82-sm:before {
    background-size: 82px 82px;
  }
  .u-icon_size-82-sm:after-imp,
.u-icon_size-82-sm:before-imp {
    background-size: 82px 82px !important;
  }
  .u-icon_size-83-sm:after,
.u-icon_size-83-sm:before {
    width: 83px;
  }
  .u-icon_size-83-sm:after-imp,
.u-icon_size-83-sm:before-imp {
    width: 83px !important;
  }
  .u-icon_size-83-sm:after,
.u-icon_size-83-sm:before {
    height: 83px;
  }
  .u-icon_size-83-sm:after-imp,
.u-icon_size-83-sm:before-imp {
    height: 83px !important;
  }
  .u-icon_size-83-sm:after,
.u-icon_size-83-sm:before {
    background-size: 83px 83px;
  }
  .u-icon_size-83-sm:after-imp,
.u-icon_size-83-sm:before-imp {
    background-size: 83px 83px !important;
  }
  .u-icon_size-84-sm:after,
.u-icon_size-84-sm:before {
    width: 84px;
  }
  .u-icon_size-84-sm:after-imp,
.u-icon_size-84-sm:before-imp {
    width: 84px !important;
  }
  .u-icon_size-84-sm:after,
.u-icon_size-84-sm:before {
    height: 84px;
  }
  .u-icon_size-84-sm:after-imp,
.u-icon_size-84-sm:before-imp {
    height: 84px !important;
  }
  .u-icon_size-84-sm:after,
.u-icon_size-84-sm:before {
    background-size: 84px 84px;
  }
  .u-icon_size-84-sm:after-imp,
.u-icon_size-84-sm:before-imp {
    background-size: 84px 84px !important;
  }
  .u-icon_size-85-sm:after,
.u-icon_size-85-sm:before {
    width: 85px;
  }
  .u-icon_size-85-sm:after-imp,
.u-icon_size-85-sm:before-imp {
    width: 85px !important;
  }
  .u-icon_size-85-sm:after,
.u-icon_size-85-sm:before {
    height: 85px;
  }
  .u-icon_size-85-sm:after-imp,
.u-icon_size-85-sm:before-imp {
    height: 85px !important;
  }
  .u-icon_size-85-sm:after,
.u-icon_size-85-sm:before {
    background-size: 85px 85px;
  }
  .u-icon_size-85-sm:after-imp,
.u-icon_size-85-sm:before-imp {
    background-size: 85px 85px !important;
  }
  .u-icon_size-86-sm:after,
.u-icon_size-86-sm:before {
    width: 86px;
  }
  .u-icon_size-86-sm:after-imp,
.u-icon_size-86-sm:before-imp {
    width: 86px !important;
  }
  .u-icon_size-86-sm:after,
.u-icon_size-86-sm:before {
    height: 86px;
  }
  .u-icon_size-86-sm:after-imp,
.u-icon_size-86-sm:before-imp {
    height: 86px !important;
  }
  .u-icon_size-86-sm:after,
.u-icon_size-86-sm:before {
    background-size: 86px 86px;
  }
  .u-icon_size-86-sm:after-imp,
.u-icon_size-86-sm:before-imp {
    background-size: 86px 86px !important;
  }
  .u-icon_size-87-sm:after,
.u-icon_size-87-sm:before {
    width: 87px;
  }
  .u-icon_size-87-sm:after-imp,
.u-icon_size-87-sm:before-imp {
    width: 87px !important;
  }
  .u-icon_size-87-sm:after,
.u-icon_size-87-sm:before {
    height: 87px;
  }
  .u-icon_size-87-sm:after-imp,
.u-icon_size-87-sm:before-imp {
    height: 87px !important;
  }
  .u-icon_size-87-sm:after,
.u-icon_size-87-sm:before {
    background-size: 87px 87px;
  }
  .u-icon_size-87-sm:after-imp,
.u-icon_size-87-sm:before-imp {
    background-size: 87px 87px !important;
  }
  .u-icon_size-88-sm:after,
.u-icon_size-88-sm:before {
    width: 88px;
  }
  .u-icon_size-88-sm:after-imp,
.u-icon_size-88-sm:before-imp {
    width: 88px !important;
  }
  .u-icon_size-88-sm:after,
.u-icon_size-88-sm:before {
    height: 88px;
  }
  .u-icon_size-88-sm:after-imp,
.u-icon_size-88-sm:before-imp {
    height: 88px !important;
  }
  .u-icon_size-88-sm:after,
.u-icon_size-88-sm:before {
    background-size: 88px 88px;
  }
  .u-icon_size-88-sm:after-imp,
.u-icon_size-88-sm:before-imp {
    background-size: 88px 88px !important;
  }
  .u-icon_size-89-sm:after,
.u-icon_size-89-sm:before {
    width: 89px;
  }
  .u-icon_size-89-sm:after-imp,
.u-icon_size-89-sm:before-imp {
    width: 89px !important;
  }
  .u-icon_size-89-sm:after,
.u-icon_size-89-sm:before {
    height: 89px;
  }
  .u-icon_size-89-sm:after-imp,
.u-icon_size-89-sm:before-imp {
    height: 89px !important;
  }
  .u-icon_size-89-sm:after,
.u-icon_size-89-sm:before {
    background-size: 89px 89px;
  }
  .u-icon_size-89-sm:after-imp,
.u-icon_size-89-sm:before-imp {
    background-size: 89px 89px !important;
  }
  .u-icon_size-90-sm:after,
.u-icon_size-90-sm:before {
    width: 90px;
  }
  .u-icon_size-90-sm:after-imp,
.u-icon_size-90-sm:before-imp {
    width: 90px !important;
  }
  .u-icon_size-90-sm:after,
.u-icon_size-90-sm:before {
    height: 90px;
  }
  .u-icon_size-90-sm:after-imp,
.u-icon_size-90-sm:before-imp {
    height: 90px !important;
  }
  .u-icon_size-90-sm:after,
.u-icon_size-90-sm:before {
    background-size: 90px 90px;
  }
  .u-icon_size-90-sm:after-imp,
.u-icon_size-90-sm:before-imp {
    background-size: 90px 90px !important;
  }
  .u-icon_size-91-sm:after,
.u-icon_size-91-sm:before {
    width: 91px;
  }
  .u-icon_size-91-sm:after-imp,
.u-icon_size-91-sm:before-imp {
    width: 91px !important;
  }
  .u-icon_size-91-sm:after,
.u-icon_size-91-sm:before {
    height: 91px;
  }
  .u-icon_size-91-sm:after-imp,
.u-icon_size-91-sm:before-imp {
    height: 91px !important;
  }
  .u-icon_size-91-sm:after,
.u-icon_size-91-sm:before {
    background-size: 91px 91px;
  }
  .u-icon_size-91-sm:after-imp,
.u-icon_size-91-sm:before-imp {
    background-size: 91px 91px !important;
  }
  .u-icon_size-92-sm:after,
.u-icon_size-92-sm:before {
    width: 92px;
  }
  .u-icon_size-92-sm:after-imp,
.u-icon_size-92-sm:before-imp {
    width: 92px !important;
  }
  .u-icon_size-92-sm:after,
.u-icon_size-92-sm:before {
    height: 92px;
  }
  .u-icon_size-92-sm:after-imp,
.u-icon_size-92-sm:before-imp {
    height: 92px !important;
  }
  .u-icon_size-92-sm:after,
.u-icon_size-92-sm:before {
    background-size: 92px 92px;
  }
  .u-icon_size-92-sm:after-imp,
.u-icon_size-92-sm:before-imp {
    background-size: 92px 92px !important;
  }
  .u-icon_size-93-sm:after,
.u-icon_size-93-sm:before {
    width: 93px;
  }
  .u-icon_size-93-sm:after-imp,
.u-icon_size-93-sm:before-imp {
    width: 93px !important;
  }
  .u-icon_size-93-sm:after,
.u-icon_size-93-sm:before {
    height: 93px;
  }
  .u-icon_size-93-sm:after-imp,
.u-icon_size-93-sm:before-imp {
    height: 93px !important;
  }
  .u-icon_size-93-sm:after,
.u-icon_size-93-sm:before {
    background-size: 93px 93px;
  }
  .u-icon_size-93-sm:after-imp,
.u-icon_size-93-sm:before-imp {
    background-size: 93px 93px !important;
  }
  .u-icon_size-94-sm:after,
.u-icon_size-94-sm:before {
    width: 94px;
  }
  .u-icon_size-94-sm:after-imp,
.u-icon_size-94-sm:before-imp {
    width: 94px !important;
  }
  .u-icon_size-94-sm:after,
.u-icon_size-94-sm:before {
    height: 94px;
  }
  .u-icon_size-94-sm:after-imp,
.u-icon_size-94-sm:before-imp {
    height: 94px !important;
  }
  .u-icon_size-94-sm:after,
.u-icon_size-94-sm:before {
    background-size: 94px 94px;
  }
  .u-icon_size-94-sm:after-imp,
.u-icon_size-94-sm:before-imp {
    background-size: 94px 94px !important;
  }
  .u-icon_size-95-sm:after,
.u-icon_size-95-sm:before {
    width: 95px;
  }
  .u-icon_size-95-sm:after-imp,
.u-icon_size-95-sm:before-imp {
    width: 95px !important;
  }
  .u-icon_size-95-sm:after,
.u-icon_size-95-sm:before {
    height: 95px;
  }
  .u-icon_size-95-sm:after-imp,
.u-icon_size-95-sm:before-imp {
    height: 95px !important;
  }
  .u-icon_size-95-sm:after,
.u-icon_size-95-sm:before {
    background-size: 95px 95px;
  }
  .u-icon_size-95-sm:after-imp,
.u-icon_size-95-sm:before-imp {
    background-size: 95px 95px !important;
  }
  .u-icon_size-96-sm:after,
.u-icon_size-96-sm:before {
    width: 96px;
  }
  .u-icon_size-96-sm:after-imp,
.u-icon_size-96-sm:before-imp {
    width: 96px !important;
  }
  .u-icon_size-96-sm:after,
.u-icon_size-96-sm:before {
    height: 96px;
  }
  .u-icon_size-96-sm:after-imp,
.u-icon_size-96-sm:before-imp {
    height: 96px !important;
  }
  .u-icon_size-96-sm:after,
.u-icon_size-96-sm:before {
    background-size: 96px 96px;
  }
  .u-icon_size-96-sm:after-imp,
.u-icon_size-96-sm:before-imp {
    background-size: 96px 96px !important;
  }
  .u-icon_size-97-sm:after,
.u-icon_size-97-sm:before {
    width: 97px;
  }
  .u-icon_size-97-sm:after-imp,
.u-icon_size-97-sm:before-imp {
    width: 97px !important;
  }
  .u-icon_size-97-sm:after,
.u-icon_size-97-sm:before {
    height: 97px;
  }
  .u-icon_size-97-sm:after-imp,
.u-icon_size-97-sm:before-imp {
    height: 97px !important;
  }
  .u-icon_size-97-sm:after,
.u-icon_size-97-sm:before {
    background-size: 97px 97px;
  }
  .u-icon_size-97-sm:after-imp,
.u-icon_size-97-sm:before-imp {
    background-size: 97px 97px !important;
  }
  .u-icon_size-98-sm:after,
.u-icon_size-98-sm:before {
    width: 98px;
  }
  .u-icon_size-98-sm:after-imp,
.u-icon_size-98-sm:before-imp {
    width: 98px !important;
  }
  .u-icon_size-98-sm:after,
.u-icon_size-98-sm:before {
    height: 98px;
  }
  .u-icon_size-98-sm:after-imp,
.u-icon_size-98-sm:before-imp {
    height: 98px !important;
  }
  .u-icon_size-98-sm:after,
.u-icon_size-98-sm:before {
    background-size: 98px 98px;
  }
  .u-icon_size-98-sm:after-imp,
.u-icon_size-98-sm:before-imp {
    background-size: 98px 98px !important;
  }
  .u-icon_size-99-sm:after,
.u-icon_size-99-sm:before {
    width: 99px;
  }
  .u-icon_size-99-sm:after-imp,
.u-icon_size-99-sm:before-imp {
    width: 99px !important;
  }
  .u-icon_size-99-sm:after,
.u-icon_size-99-sm:before {
    height: 99px;
  }
  .u-icon_size-99-sm:after-imp,
.u-icon_size-99-sm:before-imp {
    height: 99px !important;
  }
  .u-icon_size-99-sm:after,
.u-icon_size-99-sm:before {
    background-size: 99px 99px;
  }
  .u-icon_size-99-sm:after-imp,
.u-icon_size-99-sm:before-imp {
    background-size: 99px 99px !important;
  }
  .u-icon_size-100-sm:after,
.u-icon_size-100-sm:before {
    width: 100px;
  }
  .u-icon_size-100-sm:after-imp,
.u-icon_size-100-sm:before-imp {
    width: 100px !important;
  }
  .u-icon_size-100-sm:after,
.u-icon_size-100-sm:before {
    height: 100px;
  }
  .u-icon_size-100-sm:after-imp,
.u-icon_size-100-sm:before-imp {
    height: 100px !important;
  }
  .u-icon_size-100-sm:after,
.u-icon_size-100-sm:before {
    background-size: 100px 100px;
  }
  .u-icon_size-100-sm:after-imp,
.u-icon_size-100-sm:before-imp {
    background-size: 100px 100px !important;
  }
  .p-adobeBox {
    display: block;
  }
  .p-adobeBox_text {
    margin: 8px 0 0;
  }
  .p-likeLinks {
    margin: 40px -16px 0;
  }
  .p-likeLinks::before {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .p-likeLinks_list {
    max-width: 480px;
  }
  .p-likeLinks_list_item {
    width: 33.3333333333%;
  }
  .p-likeLinks-top .p-likeLinks_list_link:after {
    margin-top: 8px;
  }
  .p-likeSec_hedding {
    font-size: 22px;
  }
  .p-likeSec_catch {
    font-size: 28px;
  }
  .p-likeSec_list_item {
    width: 100%;
  }
  .p-likeSec_list_link {
    display: flex;
    margin-right: -16px;
    align-items: center;
    justify-content: center;
  }
  .p-likeSec_list_item:nth-child(even) .p-likeSec_list_link {
    flex-direction: row-reverse;
  }
  .p-likeSec_list_img {
    width: calc(50% - 16px);
    margin-right: 16px;
  }
  .p-likeSec_list_text {
    width: 50%;
    margin-right: 16px;
    padding: 12px 0;
  }
  .p-likeSec-top .p-likeSec_hedding {
    font-size: 24px;
  }
  .p-likeSec-top .p-likeSec_list {
    justify-content: space-around;
  }
  .p-likeSec-top .p-likeSec_list_item {
    max-width: 608px;
  }
  .p-likeSec-top .p-likeSec_list_item:nth-child(3n+1):not(:last-child),
.p-likeSec-top .p-likeSec_list_item:nth-child(3n+2) {
    width: 50%;
    max-width: 308px;
  }
  .p-likeSec-top .p-likeSec_list_link {
    display: block;
    margin-right: 0;
  }
  .p-likeSec-top .p-likeSec_list_img {
    width: 100%;
    margin: auto;
  }
  .p-likeSec-top .p-likeSec_list_text {
    font-size: 14px;
    width: 100%;
    max-width: 300px;
    margin: auto;
    padding: 8px 8px 0;
  }
  .p-likeSec-sub .p-likeSec_hedding {
    font-size: 22px;
  }
  .p-likeSec-sub .p-likeSec_list {
    margin-top: 24px;
    margin-bottom: -32px;
  }
  .p-likeSec-sub .p-likeSec_list_item {
    margin-bottom: 32px;
  }
  .p-likeSec-sub .p-likeSec_list_link {
    flex-direction: row !important;
  }
  .p-likeSec-sub .p-likeSec_list_img {
    max-width: 232px;
  }
  .p-likeSec-sub .p-likeSec_list_text {
    max-width: 248px;
    padding: 0 8px;
  }
  .p-likeSec-cateTop {
    padding-top: 62px;
  }
  .p-likeTopHero_title {
    margin-bottom: 0;
  }
  .p-likeTopHero_img {
    margin-top: 32px;
  }
  .p-likeTopHero_lead {
    margin-top: 18px;
  }
  .p-likeDetailHero {
    width: calc(100% + 32px);
    height: 210px;
    margin-left: -16px;
  }
  .p-likeDetailHero:after {
    min-width: 792px;
  }
  .p-likeDetailHero_img {
    min-width: 792px;
  }
  .p-likeDetailHero_img img {
    max-width: 792px;
  }
  .p-likeDetailContent_h1 {
    font-size: 28px;
    margin-top: 40px;
  }
  .p-likeDetailContent_h2 {
    font-size: 22px;
    margin-top: 64px;
  }
  .p-likeDetailContent_lead {
    font-size: 18px;
  }
  .p-likeDetailContent_img {
    max-width: 100%;
  }
  .p-likeDetailContent_img:first-child {
    margin-top: 40px;
  }
  .p-refine {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .p-refine_inner {
    display: block;
  }
  .p-refine_pulldown {
    width: 100%;
    margin-top: 12px;
  }
  .p-relatedSection_title {
    font-size: 28px;
  }
  .p-relatedSection_item + .p-relatedSection_item {
    margin-top: 40px;
  }
  .p-relatedSection_item_img + .p-relatedSection_item_text {
    width: 100%;
    order: 0;
  }
  .p-relatedSection_item_img {
    width: 100%;
    order: 0;
  }
  .p-relatedSection_item_text {
    width: 100%;
    margin-top: 32px;
    padding-right: 0;
    order: 1;
  }
  .p-relatedSection_item_link {
    margin-top: 8px;
  }
  .p-searchArea {
    display: block;
    margin-top: 24px;
  }
  .p-searchArea .p-searchArea_btn {
    margin: 24px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid #cbcbcb;
    border-left: none;
  }
  .p-searchArea .p-searchKeyword {
    padding: 12px 0;
  }
  .p-searchKeyword .c-pulldown {
    margin-right: 8px;
  }
  .p-searchCondition {
    padding: 0;
  }
  .p-searchCondition_pulldown {
    width: 100%;
    margin: 0;
  }
  .p-searchCondition_pulldown_arrow {
    width: 100%;
    margin: 0;
    background-image: url(/assets/img/icons/ic_tri_bottom_grey.svg);
  }
  .p-searchCondition .c-accordion .c-accordion {
    margin-right: 0;
  }
  .p-searchResults_info .c-text {
    width: 100%;
  }
  .p-searchResults_info .c-pulldown {
    margin-top: 40px;
  }
  .p-searchResults_text {
    margin-top: 40px;
  }
  .p-searchCondition .SS_search .c-selectbtn_wrap label {
    padding: 8px 12px;
  }
  .p-sns {
    margin-top: 40px;
  }
  .p-youtube_text {
    margin-top: 8px;
  }
  .p-corporateTopMessage {
    display: block;
    height: 580px;
    padding-top: 40px;
  }
  .p-corporateTopMessage::before {
    background-image: url(/corporate/img/message01_sp.png);
    background-size: 767px auto;
  }
  .p-corporateTopData_btnWrap {
    width: calc(100% + 16px);
  }
  .p-corporateTopIr {
    display: block;
    height: 580px;
    padding-top: 40px;
  }
  .p-corporateTopIr::before {
    background-image: url(/corporate/img/ir01-1_sp.png);
    background-size: 767px auto;
  }
  .p-corporateHistorySec1 .c-table_contentBody tr > :nth-child(2) {
    min-width: 100%;
  }
  .p-corporateHistorySec1 .c-table .l-grid_item {
    padding-right: calc((100% - 204px) / 2);
    padding-left: calc((100% - 204px) / 2);
  }
  .p-corporateHistoryNav {
    margin-top: 40px;
  }
  .p-irTopSec2 {
    display: block;
    height: 580px;
    padding-top: 40px;
  }
  .p-irTopSec2::before {
    background-image: url(/corporate/img/ir01-1_sp.png);
    background-size: 767px auto;
  }
  .p-productSummary {
    margin-bottom: 40px;
  }
  .p-productSummary_bg {
    width: calc(100% + 32px);
    height: 200px;
    margin-left: -16px;
  }
  .p-productSummary_img {
    width: 288px;
  }
  .p-productSummary_img img.is-noimage {
    top: -24px;
    width: 360px;
  }
  .p-productSummary_inner {
    width: 100%;
    padding-top: 304px;
  }
  .p-productSummary_tag {
    margin-bottom: 8px;
  }
  .p-productSummary_tag + .p-productSummary_tag {
    margin-bottom: 8px;
    margin-left: 0;
  }
  .p-productSummary_name .p-productSummary_name-br {
    display: none;
  }
  .p-productSummary_name {
    font-size: 28px;
  }
  .p-productInfo_listWrap .c-descriptionList {
    width: 100%;
  }
  .p-productMaterial .c-descriptionList {
    width: 100%;
  }
  .p-productMaterial .c-descriptionList_term {
    width: 144px;
  }
  .p-productMaterial .c-descriptionList_term + .c-descriptionList_definition {
    width: calc(100% - 144px);
  }
  .p-productAllergy .c-table_headCell {
    width: 113px;
  }
  .p-productAllergy .c-descriptionList_term {
    width: 144px;
  }
  .p-productAllergy .c-descriptionList_term + .c-descriptionList_definition {
    width: calc(100% - 144px);
  }
  .p-productAllergy_caution {
    padding: 32px;
  }
  .p-productAllergy_caution_title {
    font-size: 22px;
  }
  .p-productShopping .c-headingLv2 {
    font-size: 20px;
  }
  .p-productContact_inner {
    padding: 40px 32px;
  }
  .p-productContact_text {
    margin-top: 16px;
  }
  .p-productContact_tel {
    display: block;
  }
  .p-productContact_time {
    display: block;
    margin-top: 8px;
  }
  .p-productContact_note {
    margin: 16px 0 0;
  }
  .p-productSummary_tagOuter {
    display: block;
  }
  .p-recipeSummary {
    min-height: auto !important;
    margin-bottom: 40px;
  }
  .p-recipeSummary_name {
    font-size: 30px;
    line-height: 1.3;
  }
  .p-recipeSummary_img {
    float: none;
    width: auto;
    margin: 0 -16px;
    padding-bottom: 69.57%;
  }
  .p-recipeSummary_text {
    margin: 24px 0 0 !important;
  }
  .p-recipeMaterial {
    margin-bottom: 40px;
  }
  .p-recipeMaterial_note {
    margin-top: 16px;
  }
  .p-recipeMain_list > li {
    flex-wrap: wrap;
  }
  .p-recipeMain_list > li:before {
    font-size: 24px;
  }
  .p-recipeMain_list_text {
    flex: 0 1 calc(100% - 32px);
  }
  .p-recipeMain_list_img {
    margin-top: 32px;
    flex: 1 1 100%;
  }
  .p-recipeMain_list_point {
    margin-left: 8px;
  }
  .p-recipeMain_list_pointList {
    margin-left: 16px;
  }
  .p-recipeSearch_btn {
    width: 100%;
  }
  .p-recipeTopMain::before {
    width: calc(100% + 32px);
    margin-left: -16px;
    background-image: url(/recipe/img/recipetop_bg_sm.png);
    background-size: contain;
  }
  .p-recipeTopMain_titel {
    margin: 0 0 24px;
    padding-top: 52px;
  }
  .p-recipeTopMain_cards_row2 .c-card_img {
    padding-bottom: 66.398%;
  }
  .p-recipeTopMain_cards_row2 .c-card_content {
    padding-top: 16px !important;
    padding-bottom: 24px !important;
  }
  .p-recipeTopSearch_category {
    margin-top: 40px;
  }
  .p-topVisual {
    margin-top: 8px;
  }
  .p-topVisual_inner {
    height: auto;
    max-height: none;
    text-align: center;
  }
  .p-topVisual_img {
    position: relative;
  }
  .p-topVisual_img img {
    width: 100%;
  }
  .p-topVisual_img:after {
    border-width: 10.5vw;
  }
  .p-topVisual_cate {
    font-size: 3.8vw;
    line-height: 1.5;
    margin: -24vw 0 0;
    padding: 15.5vw 0 0;
    color: #fff;
    background-position: center 0;
    background-size: 12vw;
  }
  .p-topVisual_cate-product {
    background-image: url(/assets/img/icons/ic_product_white.svg);
  }
  .p-topVisual_cate-campaign {
    background-image: url(/assets/img/icons/ic_campaign_white.svg);
  }
  .p-topVisual_cate-like {
    background-image: url(/assets/img/icons/ic_like_white.svg);
  }
  .p-topVisual_cate-recipe {
    background-image: url(/assets/img/icons/ic_recipe_white.svg);
  }
  .p-topVisual_cate:before {
    top: 34%;
    left: 77%;
    width: 21.77%;
    height: 54.3%;
  }
  .p-topVisual_text {
    font-size: 6.5vw;
    line-height: 1.5;
    margin: 4.8vw 0 0;
  }
  .p-topVisual_text:after {
    width: 77vw;
    margin: 2.3vw auto 0;
  }
  .p-topVisual_likegenre {
    font-size: 2.4vw;
    margin: 2vw 0 0;
  }
  .p-topVisual_btn {
    margin: 32px 0 0;
  }
  .p-topPickup_hedding {
    font-size: 22px;
  }
  .p-topPickup_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .p-topPickup_list_item {
    width: 100%;
    max-width: 608px;
    padding-bottom: 32px;
  }
  .p-topPickup_list_item:nth-child(3n+1),
.p-topPickup_list_item:nth-child(3n+2) {
    width: 50%;
    max-width: 308px;
  }
  .p-topPickup_list_img:before {
    background-size: 48px 48px;
  }
  .p-topPickup_list_text {
    font-size: 14px !important;
    max-width: 340px;
  }
  .p-topLinks {
    margin-top: 104px;
  }
  .p-topLinks_item {
    width: 50%;
  }
  .p-topLinks_subText {
    font-size: 14px;
    margin-top: 16px;
  }
  .p-topSection {
    display: block;
    margin-top: 60px;
  }
  .p-topSection_boxImg {
    max-width: 503px;
    margin: 0 auto;
  }
  .p-topSection_boxText {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  /*! Large only */
  .p-topVisual_img:after {
    border-width: 80px;
  }
  .p-topVisual_cate {
    font-size: 16px;
    line-height: 48px;
    margin-left: 32px;
    padding-left: 52px;
    background-size: 48px 48px;
  }
  .p-topVisual_cate:before {
    top: -13px;
    left: 159px;
    width: 106px;
    height: 59px;
  }
  .p-topVisual_text {
    font-size: 60px;
    margin: 8px 0 0 32px;
  }
  .p-topVisual_likegenre {
    font-size: 14px;
    margin: 12px 0 0 32px;
  }
  .p-topVisual_btn {
    margin: 24px 0 0 32px;
  }
}
@media only screen and (max-width: 1023px) {
  /*! Medium and Small */
  [data-js-fixed-body],
[data-js-fixed-html] {
    overflow: hidden;
    height: 100%;
  }
  .l-grid .l-grid_item-1-md {
    width: 8.3333%;
  }
  .l-grid .l-grid_item-2-md {
    width: 16.6667%;
  }
  .l-grid .l-grid_item-3-md {
    width: 25%;
  }
  .l-grid .l-grid_item-4-md {
    width: 33.3333%;
  }
  .l-grid .l-grid_item-5-md {
    width: 41.6667%;
  }
  .l-grid .l-grid_item-6-md {
    width: 50%;
  }
  .l-grid .l-grid_item-7-md {
    width: 58.3333%;
  }
  .l-grid .l-grid_item-8-md {
    width: 66.6667%;
  }
  .l-grid .l-grid_item-9-md {
    width: 75%;
  }
  .l-grid .l-grid_item-10-md {
    width: 83.3333%;
  }
  .l-grid .l-grid_item-11-md {
    width: 91.6667%;
  }
  .l-grid .l-grid_item-12-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 50%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 33.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 66.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 25%;
  }
  .l-grid .l-grid_item-md {
    width: 50%;
  }
  .l-grid .l-grid_item-md {
    width: 75%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 20%;
  }
  .l-grid .l-grid_item-md {
    width: 40%;
  }
  .l-grid .l-grid_item-md {
    width: 60%;
  }
  .l-grid .l-grid_item-md {
    width: 80%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 16.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 33.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 50%;
  }
  .l-grid .l-grid_item-md {
    width: 66.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 83.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 14.2857%;
  }
  .l-grid .l-grid_item-md {
    width: 28.5714%;
  }
  .l-grid .l-grid_item-md {
    width: 42.8571%;
  }
  .l-grid .l-grid_item-md {
    width: 57.1429%;
  }
  .l-grid .l-grid_item-md {
    width: 71.4286%;
  }
  .l-grid .l-grid_item-md {
    width: 85.7143%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 12.5%;
  }
  .l-grid .l-grid_item-md {
    width: 25%;
  }
  .l-grid .l-grid_item-md {
    width: 37.5%;
  }
  .l-grid .l-grid_item-md {
    width: 50%;
  }
  .l-grid .l-grid_item-md {
    width: 62.5%;
  }
  .l-grid .l-grid_item-md {
    width: 75%;
  }
  .l-grid .l-grid_item-md {
    width: 87.5%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 11.1111%;
  }
  .l-grid .l-grid_item-md {
    width: 22.2222%;
  }
  .l-grid .l-grid_item-md {
    width: 33.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 44.4444%;
  }
  .l-grid .l-grid_item-md {
    width: 55.5556%;
  }
  .l-grid .l-grid_item-md {
    width: 66.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 77.7778%;
  }
  .l-grid .l-grid_item-md {
    width: 88.8889%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 10%;
  }
  .l-grid .l-grid_item-md {
    width: 20%;
  }
  .l-grid .l-grid_item-md {
    width: 30%;
  }
  .l-grid .l-grid_item-md {
    width: 40%;
  }
  .l-grid .l-grid_item-md {
    width: 50%;
  }
  .l-grid .l-grid_item-md {
    width: 60%;
  }
  .l-grid .l-grid_item-md {
    width: 70%;
  }
  .l-grid .l-grid_item-md {
    width: 80%;
  }
  .l-grid .l-grid_item-md {
    width: 90%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 9.0909%;
  }
  .l-grid .l-grid_item-md {
    width: 18.1818%;
  }
  .l-grid .l-grid_item-md {
    width: 27.2727%;
  }
  .l-grid .l-grid_item-md {
    width: 36.3636%;
  }
  .l-grid .l-grid_item-md {
    width: 45.4545%;
  }
  .l-grid .l-grid_item-md {
    width: 54.5455%;
  }
  .l-grid .l-grid_item-md {
    width: 63.6364%;
  }
  .l-grid .l-grid_item-md {
    width: 72.7273%;
  }
  .l-grid .l-grid_item-md {
    width: 81.8182%;
  }
  .l-grid .l-grid_item-md {
    width: 90.9091%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid .l-grid_item-md {
    width: 8.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 16.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 25%;
  }
  .l-grid .l-grid_item-md {
    width: 33.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 41.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 50%;
  }
  .l-grid .l-grid_item-md {
    width: 58.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 66.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 75%;
  }
  .l-grid .l-grid_item-md {
    width: 83.3333%;
  }
  .l-grid .l-grid_item-md {
    width: 91.6667%;
  }
  .l-grid .l-grid_item-md {
    width: 100%;
  }
  .l-grid-center-md {
    justify-content: center;
  }
  .l-grid-right-md {
    justify-content: flex-end;
  }
  .l-grid .l-grid_item-5per-md {
    width: 5%;
  }
  .l-grid .l-grid_item-10per-md {
    width: 10%;
  }
  .l-grid .l-grid_item-15per-md {
    width: 15%;
  }
  .l-grid .l-grid_item-20per-md {
    width: 20%;
  }
  .l-grid .l-grid_item-25per-md {
    width: 25%;
  }
  .l-grid .l-grid_item-30per-md {
    width: 30%;
  }
  .l-grid .l-grid_item-35per-md {
    width: 35%;
  }
  .l-grid .l-grid_item-40per-md {
    width: 40%;
  }
  .l-grid .l-grid_item-45per-md {
    width: 45%;
  }
  .l-grid .l-grid_item-50per-md {
    width: 50%;
  }
  .l-grid .l-grid_item-55per-md {
    width: 55%;
  }
  .l-grid .l-grid_item-60per-md {
    width: 60%;
  }
  .l-grid .l-grid_item-65per-md {
    width: 65%;
  }
  .l-grid .l-grid_item-70per-md {
    width: 70%;
  }
  .l-grid .l-grid_item-75per-md {
    width: 75%;
  }
  .l-grid .l-grid_item-80per-md {
    width: 80%;
  }
  .l-grid .l-grid_item-85per-md {
    width: 85%;
  }
  .l-grid .l-grid_item-90per-md {
    width: 90%;
  }
  .l-grid .l-grid_item-95per-md {
    width: 95%;
  }
  .l-grid .l-grid_item-100per-md {
    width: 100%;
  }
  .l-tile-1col-md .l-tile_item {
    width: 100%;
  }
  .l-tile-2col-md .l-tile_item {
    width: 50%;
  }
  .l-tile-3col-md .l-tile_item {
    width: 33.3333%;
  }
  .l-tile-4col-md .l-tile_item {
    width: 25%;
  }
  .l-tile-5col-md .l-tile_item {
    width: 20%;
  }
  .l-tile-6col-md .l-tile_item {
    width: 16.6667%;
  }
  .l-tile-7col-md .l-tile_item {
    width: 14.2857%;
  }
  .l-tile-8col-md .l-tile_item {
    width: 12.5%;
  }
  .l-tile-9col-md .l-tile_item {
    width: 11.1111%;
  }
  .l-tile-10col-md .l-tile_item {
    width: 10%;
  }
  .l-separator-x0-md {
    margin-top: 0;
  }
  .l-separator-x0-md-imp {
    margin-top: 0 !important;
  }
  .l-separator-x1-md {
    margin-top: 8px;
  }
  .l-separator-x1-md-imp {
    margin-top: 8px !important;
  }
  .l-separator-x2-md {
    margin-top: 16px;
  }
  .l-separator-x2-md-imp {
    margin-top: 16px !important;
  }
  .l-separator-x3-md {
    margin-top: 24px;
  }
  .l-separator-x3-md-imp {
    margin-top: 24px !important;
  }
  .l-separator-x4-md {
    margin-top: 32px;
  }
  .l-separator-x4-md-imp {
    margin-top: 32px !important;
  }
  .l-separator-x5-md {
    margin-top: 40px;
  }
  .l-separator-x5-md-imp {
    margin-top: 40px !important;
  }
  .l-separator-x6-md {
    margin-top: 48px;
  }
  .l-separator-x6-md-imp {
    margin-top: 48px !important;
  }
  .l-separator-x7-md {
    margin-top: 56px;
  }
  .l-separator-x7-md-imp {
    margin-top: 56px !important;
  }
  .l-separator-x8-md {
    margin-top: 64px;
  }
  .l-separator-x8-md-imp {
    margin-top: 64px !important;
  }
  .l-separator-x9-md {
    margin-top: 72px;
  }
  .l-separator-x9-md-imp {
    margin-top: 72px !important;
  }
  .l-separator-x10-md {
    margin-top: 80px;
  }
  .l-separator-x10-md-imp {
    margin-top: 80px !important;
  }
  .l-separator-x11-md {
    margin-top: 88px;
  }
  .l-separator-x11-md-imp {
    margin-top: 88px !important;
  }
  .l-separator-x12-md {
    margin-top: 96px;
  }
  .l-separator-x12-md-imp {
    margin-top: 96px !important;
  }
  .l-separator-x13-md {
    margin-top: 104px;
  }
  .l-separator-x13-md-imp {
    margin-top: 104px !important;
  }
  .l-separator-x14-md {
    margin-top: 112px;
  }
  .l-separator-x14-md-imp {
    margin-top: 112px !important;
  }
  .l-separator-x15-md {
    margin-top: 120px;
  }
  .l-separator-x15-md-imp {
    margin-top: 120px !important;
  }
  .l-separator-x16-md {
    margin-top: 128px;
  }
  .l-separator-x16-md-imp {
    margin-top: 128px !important;
  }
  .l-separator-x17-md {
    margin-top: 136px;
  }
  .l-separator-x17-md-imp {
    margin-top: 136px !important;
  }
  .l-separator-x18-md {
    margin-top: 144px;
  }
  .l-separator-x18-md-imp {
    margin-top: 144px !important;
  }
  .l-separator-x19-md {
    margin-top: 152px;
  }
  .l-separator-x19-md-imp {
    margin-top: 152px !important;
  }
  .l-separator-x20-md {
    margin-top: 160px;
  }
  .l-separator-x20-md-imp {
    margin-top: 160px !important;
  }
  .l-separator-x0_5-md {
    margin-top: 4px;
  }
  .l-separator-x0_5-md-imp {
    margin-top: 4px !important;
  }
  .l-separator-x1_5-md {
    margin-top: 12px;
  }
  .l-separator-x1_5-md-imp {
    margin-top: 12px !important;
  }
  .l-separator-x2_5-md {
    margin-top: 20px;
  }
  .l-separator-x2_5-md-imp {
    margin-top: 20px !important;
  }
  .l-separator-x3_5-md {
    margin-top: 28px;
  }
  .l-separator-x3_5-md-imp {
    margin-top: 28px !important;
  }
  .l-separator-x4_5-md {
    margin-top: 36px;
  }
  .l-separator-x4_5-md-imp {
    margin-top: 36px !important;
  }
  .l-separator-x5_5-md {
    margin-top: 44px;
  }
  .l-separator-x5_5-md-imp {
    margin-top: 44px !important;
  }
  .l-separator-x6_5-md {
    margin-top: 52px;
  }
  .l-separator-x6_5-md-imp {
    margin-top: 52px !important;
  }
  .l-separator-x7_5-md {
    margin-top: 60px;
  }
  .l-separator-x7_5-md-imp {
    margin-top: 60px !important;
  }
  .l-separator-x8_5-md {
    margin-top: 68px;
  }
  .l-separator-x8_5-md-imp {
    margin-top: 68px !important;
  }
  .l-separator-x9_5-md {
    margin-top: 76px;
  }
  .l-separator-x9_5-md-imp {
    margin-top: 76px !important;
  }
  .l-separator-x10_5-md {
    margin-top: 84px;
  }
  .l-separator-x10_5-md-imp {
    margin-top: 84px !important;
  }
  .l-separator-x11_5-md {
    margin-top: 92px;
  }
  .l-separator-x11_5-md-imp {
    margin-top: 92px !important;
  }
  .l-separator-x12_5-md {
    margin-top: 100px;
  }
  .l-separator-x12_5-md-imp {
    margin-top: 100px !important;
  }
  .l-separator-x13_5-md {
    margin-top: 108px;
  }
  .l-separator-x13_5-md-imp {
    margin-top: 108px !important;
  }
  .l-separator-x14_5-md {
    margin-top: 116px;
  }
  .l-separator-x14_5-md-imp {
    margin-top: 116px !important;
  }
  .l-separator-x15_5-md {
    margin-top: 124px;
  }
  .l-separator-x15_5-md-imp {
    margin-top: 124px !important;
  }
  .l-separator-x16_5-md {
    margin-top: 132px;
  }
  .l-separator-x16_5-md-imp {
    margin-top: 132px !important;
  }
  .l-separator-x17_5-md {
    margin-top: 140px;
  }
  .l-separator-x17_5-md-imp {
    margin-top: 140px !important;
  }
  .l-separator-x18_5-md {
    margin-top: 148px;
  }
  .l-separator-x18_5-md-imp {
    margin-top: 148px !important;
  }
  .l-separator-x19_5-md {
    margin-top: 156px;
  }
  .l-separator-x19_5-md-imp {
    margin-top: 156px !important;
  }
  .l-separator-x20_5-md {
    margin-top: 164px;
  }
  .l-separator-x20_5-md-imp {
    margin-top: 164px !important;
  }
  .c-list-1col-md .c-list_item {
    float: left;
    width: 100%;
  }
  .c-list-2col-md .c-list_item {
    float: left;
    width: 50%;
  }
  .c-list-3col-md .c-list_item {
    float: left;
    width: 33.3333%;
  }
  .c-list-4col-md .c-list_item {
    float: left;
    width: 25%;
  }
  .c-list-5col-md .c-list_item {
    float: left;
    width: 20%;
  }
  .c-list-6col-md .c-list_item {
    float: left;
    width: 16.6667%;
  }
  .c-list-7col-md .c-list_item {
    float: left;
    width: 14.2857%;
  }
  .c-list-8col-md .c-list_item {
    float: left;
    width: 12.5%;
  }
  .c-descriptionList-5per-md .c-descriptionList_term {
    width: 5%;
  }
  .c-descriptionList-5per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 95%;
  }
  .c-descriptionList-10per-md .c-descriptionList_term {
    width: 10%;
  }
  .c-descriptionList-10per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 90%;
  }
  .c-descriptionList-15per-md .c-descriptionList_term {
    width: 15%;
  }
  .c-descriptionList-15per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 85%;
  }
  .c-descriptionList-20per-md .c-descriptionList_term {
    width: 20%;
  }
  .c-descriptionList-20per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 80%;
  }
  .c-descriptionList-25per-md .c-descriptionList_term {
    width: 25%;
  }
  .c-descriptionList-25per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 75%;
  }
  .c-descriptionList-30per-md .c-descriptionList_term {
    width: 30%;
  }
  .c-descriptionList-30per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 70%;
  }
  .c-descriptionList-35per-md .c-descriptionList_term {
    width: 35%;
  }
  .c-descriptionList-35per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 65%;
  }
  .c-descriptionList-40per-md .c-descriptionList_term {
    width: 40%;
  }
  .c-descriptionList-40per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 60%;
  }
  .c-descriptionList-45per-md .c-descriptionList_term {
    width: 45%;
  }
  .c-descriptionList-45per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 55%;
  }
  .c-descriptionList-50per-md .c-descriptionList_term {
    width: 50%;
  }
  .c-descriptionList-50per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 50%;
  }
  .c-descriptionList-55per-md .c-descriptionList_term {
    width: 55%;
  }
  .c-descriptionList-55per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 45%;
  }
  .c-descriptionList-60per-md .c-descriptionList_term {
    width: 60%;
  }
  .c-descriptionList-60per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 40%;
  }
  .c-descriptionList-65per-md .c-descriptionList_term {
    width: 65%;
  }
  .c-descriptionList-65per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 35%;
  }
  .c-descriptionList-70per-md .c-descriptionList_term {
    width: 70%;
  }
  .c-descriptionList-70per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 30%;
  }
  .c-descriptionList-75per-md .c-descriptionList_term {
    width: 75%;
  }
  .c-descriptionList-75per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 25%;
  }
  .c-descriptionList-80per-md .c-descriptionList_term {
    width: 80%;
  }
  .c-descriptionList-80per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 20%;
  }
  .c-descriptionList-85per-md .c-descriptionList_term {
    width: 85%;
  }
  .c-descriptionList-85per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 15%;
  }
  .c-descriptionList-90per-md .c-descriptionList_term {
    width: 90%;
  }
  .c-descriptionList-90per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 10%;
  }
  .c-descriptionList-95per-md .c-descriptionList_term {
    width: 95%;
  }
  .c-descriptionList-95per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 5%;
  }
  .c-descriptionList-100per-md .c-descriptionList_term {
    width: 100%;
  }
  .c-descriptionList-100per-md .c-descriptionList_term + .c-descriptionList_definition {
    width: 0%;
  }
  .c-tab .c-tab_trigger {
    padding: 8px;
  }
  .u-ta-center-md {
    text-align: center;
  }
  .u-ta-center-md-imp {
    text-align: center !important;
  }
  .u-ta-left-md {
    text-align: left;
  }
  .u-ta-left-md-imp {
    text-align: left !important;
  }
  .u-ta-right-md {
    text-align: right;
  }
  .u-ta-right-md-imp {
    text-align: right !important;
  }
  .u-va-top-md {
    vertical-align: top;
  }
  .u-va-top-md-imp {
    vertical-align: top !important;
  }
  .u-va-middle-md {
    vertical-align: middle;
  }
  .u-va-middle-md-imp {
    vertical-align: middle !important;
  }
  .u-va-bottom-md {
    vertical-align: bottom;
  }
  .u-va-bottom-md-imp {
    vertical-align: bottom !important;
  }
  .u-fz-10-md {
    font-size: 10px;
  }
  .u-fz-10-md-imp {
    font-size: 10px !important;
  }
  .u-fz-11-md {
    font-size: 11px;
  }
  .u-fz-11-md-imp {
    font-size: 11px !important;
  }
  .u-fz-12-md {
    font-size: 12px;
  }
  .u-fz-12-md-imp {
    font-size: 12px !important;
  }
  .u-fz-13-md {
    font-size: 13px;
  }
  .u-fz-13-md-imp {
    font-size: 13px !important;
  }
  .u-fz-14-md {
    font-size: 14px;
  }
  .u-fz-14-md-imp {
    font-size: 14px !important;
  }
  .u-fz-15-md {
    font-size: 15px;
  }
  .u-fz-15-md-imp {
    font-size: 15px !important;
  }
  .u-fz-16-md {
    font-size: 16px;
  }
  .u-fz-16-md-imp {
    font-size: 16px !important;
  }
  .u-fz-17-md {
    font-size: 17px;
  }
  .u-fz-17-md-imp {
    font-size: 17px !important;
  }
  .u-fz-18-md {
    font-size: 18px;
  }
  .u-fz-18-md-imp {
    font-size: 18px !important;
  }
  .u-fz-19-md {
    font-size: 19px;
  }
  .u-fz-19-md-imp {
    font-size: 19px !important;
  }
  .u-fz-20-md {
    font-size: 20px;
  }
  .u-fz-20-md-imp {
    font-size: 20px !important;
  }
  .u-fz-21-md {
    font-size: 21px;
  }
  .u-fz-21-md-imp {
    font-size: 21px !important;
  }
  .u-fz-22-md {
    font-size: 22px;
  }
  .u-fz-22-md-imp {
    font-size: 22px !important;
  }
  .u-fz-23-md {
    font-size: 23px;
  }
  .u-fz-23-md-imp {
    font-size: 23px !important;
  }
  .u-fz-24-md {
    font-size: 24px;
  }
  .u-fz-24-md-imp {
    font-size: 24px !important;
  }
  .u-fz-25-md {
    font-size: 25px;
  }
  .u-fz-25-md-imp {
    font-size: 25px !important;
  }
  .u-fz-26-md {
    font-size: 26px;
  }
  .u-fz-26-md-imp {
    font-size: 26px !important;
  }
  .u-fz-27-md {
    font-size: 27px;
  }
  .u-fz-27-md-imp {
    font-size: 27px !important;
  }
  .u-fz-28-md {
    font-size: 28px;
  }
  .u-fz-28-md-imp {
    font-size: 28px !important;
  }
  .u-fz-29-md {
    font-size: 29px;
  }
  .u-fz-29-md-imp {
    font-size: 29px !important;
  }
  .u-fz-30-md {
    font-size: 30px;
  }
  .u-fz-30-md-imp {
    font-size: 30px !important;
  }
  .u-fz-31-md {
    font-size: 31px;
  }
  .u-fz-31-md-imp {
    font-size: 31px !important;
  }
  .u-fz-32-md {
    font-size: 32px;
  }
  .u-fz-32-md-imp {
    font-size: 32px !important;
  }
  .u-fz-33-md {
    font-size: 33px;
  }
  .u-fz-33-md-imp {
    font-size: 33px !important;
  }
  .u-fz-34-md {
    font-size: 34px;
  }
  .u-fz-34-md-imp {
    font-size: 34px !important;
  }
  .u-fz-35-md {
    font-size: 35px;
  }
  .u-fz-35-md-imp {
    font-size: 35px !important;
  }
  .u-fz-36-md {
    font-size: 36px;
  }
  .u-fz-36-md-imp {
    font-size: 36px !important;
  }
  .u-fz-37-md {
    font-size: 37px;
  }
  .u-fz-37-md-imp {
    font-size: 37px !important;
  }
  .u-fz-38-md {
    font-size: 38px;
  }
  .u-fz-38-md-imp {
    font-size: 38px !important;
  }
  .u-fz-39-md {
    font-size: 39px;
  }
  .u-fz-39-md-imp {
    font-size: 39px !important;
  }
  .u-fz-40-md {
    font-size: 40px;
  }
  .u-fz-40-md-imp {
    font-size: 40px !important;
  }
  .u-fz-41-md {
    font-size: 41px;
  }
  .u-fz-41-md-imp {
    font-size: 41px !important;
  }
  .u-fz-42-md {
    font-size: 42px;
  }
  .u-fz-42-md-imp {
    font-size: 42px !important;
  }
  .u-fz-43-md {
    font-size: 43px;
  }
  .u-fz-43-md-imp {
    font-size: 43px !important;
  }
  .u-fz-44-md {
    font-size: 44px;
  }
  .u-fz-44-md-imp {
    font-size: 44px !important;
  }
  .u-fz-45-md {
    font-size: 45px;
  }
  .u-fz-45-md-imp {
    font-size: 45px !important;
  }
  .u-fz-46-md {
    font-size: 46px;
  }
  .u-fz-46-md-imp {
    font-size: 46px !important;
  }
  .u-fz-47-md {
    font-size: 47px;
  }
  .u-fz-47-md-imp {
    font-size: 47px !important;
  }
  .u-fz-48-md {
    font-size: 48px;
  }
  .u-fz-48-md-imp {
    font-size: 48px !important;
  }
  .u-fz-49-md {
    font-size: 49px;
  }
  .u-fz-49-md-imp {
    font-size: 49px !important;
  }
  .u-fz-50-md {
    font-size: 50px;
  }
  .u-fz-50-md-imp {
    font-size: 50px !important;
  }
  .u-fz-51-md {
    font-size: 51px;
  }
  .u-fz-51-md-imp {
    font-size: 51px !important;
  }
  .u-fz-52-md {
    font-size: 52px;
  }
  .u-fz-52-md-imp {
    font-size: 52px !important;
  }
  .u-fz-53-md {
    font-size: 53px;
  }
  .u-fz-53-md-imp {
    font-size: 53px !important;
  }
  .u-fz-54-md {
    font-size: 54px;
  }
  .u-fz-54-md-imp {
    font-size: 54px !important;
  }
  .u-fz-55-md {
    font-size: 55px;
  }
  .u-fz-55-md-imp {
    font-size: 55px !important;
  }
  .u-fz-56-md {
    font-size: 56px;
  }
  .u-fz-56-md-imp {
    font-size: 56px !important;
  }
  .u-fz-57-md {
    font-size: 57px;
  }
  .u-fz-57-md-imp {
    font-size: 57px !important;
  }
  .u-fz-58-md {
    font-size: 58px;
  }
  .u-fz-58-md-imp {
    font-size: 58px !important;
  }
  .u-fz-59-md {
    font-size: 59px;
  }
  .u-fz-59-md-imp {
    font-size: 59px !important;
  }
  .u-fz-60-md {
    font-size: 60px;
  }
  .u-fz-60-md-imp {
    font-size: 60px !important;
  }
  .u-fz-61-md {
    font-size: 61px;
  }
  .u-fz-61-md-imp {
    font-size: 61px !important;
  }
  .u-fz-62-md {
    font-size: 62px;
  }
  .u-fz-62-md-imp {
    font-size: 62px !important;
  }
  .u-fz-63-md {
    font-size: 63px;
  }
  .u-fz-63-md-imp {
    font-size: 63px !important;
  }
  .u-fz-64-md {
    font-size: 64px;
  }
  .u-fz-64-md-imp {
    font-size: 64px !important;
  }
  .u-fz-65-md {
    font-size: 65px;
  }
  .u-fz-65-md-imp {
    font-size: 65px !important;
  }
  .u-fz-66-md {
    font-size: 66px;
  }
  .u-fz-66-md-imp {
    font-size: 66px !important;
  }
  .u-fz-67-md {
    font-size: 67px;
  }
  .u-fz-67-md-imp {
    font-size: 67px !important;
  }
  .u-fz-68-md {
    font-size: 68px;
  }
  .u-fz-68-md-imp {
    font-size: 68px !important;
  }
  .u-fz-69-md {
    font-size: 69px;
  }
  .u-fz-69-md-imp {
    font-size: 69px !important;
  }
  .u-fz-70-md {
    font-size: 70px;
  }
  .u-fz-70-md-imp {
    font-size: 70px !important;
  }
  .u-fz-71-md {
    font-size: 71px;
  }
  .u-fz-71-md-imp {
    font-size: 71px !important;
  }
  .u-fz-72-md {
    font-size: 72px;
  }
  .u-fz-72-md-imp {
    font-size: 72px !important;
  }
  .u-fz-73-md {
    font-size: 73px;
  }
  .u-fz-73-md-imp {
    font-size: 73px !important;
  }
  .u-fz-74-md {
    font-size: 74px;
  }
  .u-fz-74-md-imp {
    font-size: 74px !important;
  }
  .u-fz-75-md {
    font-size: 75px;
  }
  .u-fz-75-md-imp {
    font-size: 75px !important;
  }
  .u-fz-76-md {
    font-size: 76px;
  }
  .u-fz-76-md-imp {
    font-size: 76px !important;
  }
  .u-fz-77-md {
    font-size: 77px;
  }
  .u-fz-77-md-imp {
    font-size: 77px !important;
  }
  .u-fz-78-md {
    font-size: 78px;
  }
  .u-fz-78-md-imp {
    font-size: 78px !important;
  }
  .u-fz-79-md {
    font-size: 79px;
  }
  .u-fz-79-md-imp {
    font-size: 79px !important;
  }
  .u-fz-80-md {
    font-size: 80px;
  }
  .u-fz-80-md-imp {
    font-size: 80px !important;
  }
  .u-fz-81-md {
    font-size: 81px;
  }
  .u-fz-81-md-imp {
    font-size: 81px !important;
  }
  .u-fz-82-md {
    font-size: 82px;
  }
  .u-fz-82-md-imp {
    font-size: 82px !important;
  }
  .u-fz-83-md {
    font-size: 83px;
  }
  .u-fz-83-md-imp {
    font-size: 83px !important;
  }
  .u-fz-84-md {
    font-size: 84px;
  }
  .u-fz-84-md-imp {
    font-size: 84px !important;
  }
  .u-fz-85-md {
    font-size: 85px;
  }
  .u-fz-85-md-imp {
    font-size: 85px !important;
  }
  .u-fz-86-md {
    font-size: 86px;
  }
  .u-fz-86-md-imp {
    font-size: 86px !important;
  }
  .u-fz-87-md {
    font-size: 87px;
  }
  .u-fz-87-md-imp {
    font-size: 87px !important;
  }
  .u-fz-88-md {
    font-size: 88px;
  }
  .u-fz-88-md-imp {
    font-size: 88px !important;
  }
  .u-fz-89-md {
    font-size: 89px;
  }
  .u-fz-89-md-imp {
    font-size: 89px !important;
  }
  .u-fz-90-md {
    font-size: 90px;
  }
  .u-fz-90-md-imp {
    font-size: 90px !important;
  }
  .u-fz-91-md {
    font-size: 91px;
  }
  .u-fz-91-md-imp {
    font-size: 91px !important;
  }
  .u-fz-92-md {
    font-size: 92px;
  }
  .u-fz-92-md-imp {
    font-size: 92px !important;
  }
  .u-fz-93-md {
    font-size: 93px;
  }
  .u-fz-93-md-imp {
    font-size: 93px !important;
  }
  .u-fz-94-md {
    font-size: 94px;
  }
  .u-fz-94-md-imp {
    font-size: 94px !important;
  }
  .u-fz-95-md {
    font-size: 95px;
  }
  .u-fz-95-md-imp {
    font-size: 95px !important;
  }
  .u-fz-96-md {
    font-size: 96px;
  }
  .u-fz-96-md-imp {
    font-size: 96px !important;
  }
  .u-fz-97-md {
    font-size: 97px;
  }
  .u-fz-97-md-imp {
    font-size: 97px !important;
  }
  .u-fz-98-md {
    font-size: 98px;
  }
  .u-fz-98-md-imp {
    font-size: 98px !important;
  }
  .u-fz-99-md {
    font-size: 99px;
  }
  .u-fz-99-md-imp {
    font-size: 99px !important;
  }
  .u-fz-100-md {
    font-size: 100px;
  }
  .u-fz-100-md-imp {
    font-size: 100px !important;
  }
  .u-icon_size-10-md:after,
.u-icon_size-10-md:before {
    width: 10px;
  }
  .u-icon_size-10-md:after-imp,
.u-icon_size-10-md:before-imp {
    width: 10px !important;
  }
  .u-icon_size-10-md:after,
.u-icon_size-10-md:before {
    height: 10px;
  }
  .u-icon_size-10-md:after-imp,
.u-icon_size-10-md:before-imp {
    height: 10px !important;
  }
  .u-icon_size-10-md:after,
.u-icon_size-10-md:before {
    background-size: 10px 10px;
  }
  .u-icon_size-10-md:after-imp,
.u-icon_size-10-md:before-imp {
    background-size: 10px 10px !important;
  }
  .u-icon_size-11-md:after,
.u-icon_size-11-md:before {
    width: 11px;
  }
  .u-icon_size-11-md:after-imp,
.u-icon_size-11-md:before-imp {
    width: 11px !important;
  }
  .u-icon_size-11-md:after,
.u-icon_size-11-md:before {
    height: 11px;
  }
  .u-icon_size-11-md:after-imp,
.u-icon_size-11-md:before-imp {
    height: 11px !important;
  }
  .u-icon_size-11-md:after,
.u-icon_size-11-md:before {
    background-size: 11px 11px;
  }
  .u-icon_size-11-md:after-imp,
.u-icon_size-11-md:before-imp {
    background-size: 11px 11px !important;
  }
  .u-icon_size-12-md:after,
.u-icon_size-12-md:before {
    width: 12px;
  }
  .u-icon_size-12-md:after-imp,
.u-icon_size-12-md:before-imp {
    width: 12px !important;
  }
  .u-icon_size-12-md:after,
.u-icon_size-12-md:before {
    height: 12px;
  }
  .u-icon_size-12-md:after-imp,
.u-icon_size-12-md:before-imp {
    height: 12px !important;
  }
  .u-icon_size-12-md:after,
.u-icon_size-12-md:before {
    background-size: 12px 12px;
  }
  .u-icon_size-12-md:after-imp,
.u-icon_size-12-md:before-imp {
    background-size: 12px 12px !important;
  }
  .u-icon_size-13-md:after,
.u-icon_size-13-md:before {
    width: 13px;
  }
  .u-icon_size-13-md:after-imp,
.u-icon_size-13-md:before-imp {
    width: 13px !important;
  }
  .u-icon_size-13-md:after,
.u-icon_size-13-md:before {
    height: 13px;
  }
  .u-icon_size-13-md:after-imp,
.u-icon_size-13-md:before-imp {
    height: 13px !important;
  }
  .u-icon_size-13-md:after,
.u-icon_size-13-md:before {
    background-size: 13px 13px;
  }
  .u-icon_size-13-md:after-imp,
.u-icon_size-13-md:before-imp {
    background-size: 13px 13px !important;
  }
  .u-icon_size-14-md:after,
.u-icon_size-14-md:before {
    width: 14px;
  }
  .u-icon_size-14-md:after-imp,
.u-icon_size-14-md:before-imp {
    width: 14px !important;
  }
  .u-icon_size-14-md:after,
.u-icon_size-14-md:before {
    height: 14px;
  }
  .u-icon_size-14-md:after-imp,
.u-icon_size-14-md:before-imp {
    height: 14px !important;
  }
  .u-icon_size-14-md:after,
.u-icon_size-14-md:before {
    background-size: 14px 14px;
  }
  .u-icon_size-14-md:after-imp,
.u-icon_size-14-md:before-imp {
    background-size: 14px 14px !important;
  }
  .u-icon_size-15-md:after,
.u-icon_size-15-md:before {
    width: 15px;
  }
  .u-icon_size-15-md:after-imp,
.u-icon_size-15-md:before-imp {
    width: 15px !important;
  }
  .u-icon_size-15-md:after,
.u-icon_size-15-md:before {
    height: 15px;
  }
  .u-icon_size-15-md:after-imp,
.u-icon_size-15-md:before-imp {
    height: 15px !important;
  }
  .u-icon_size-15-md:after,
.u-icon_size-15-md:before {
    background-size: 15px 15px;
  }
  .u-icon_size-15-md:after-imp,
.u-icon_size-15-md:before-imp {
    background-size: 15px 15px !important;
  }
  .u-icon_size-16-md:after,
.u-icon_size-16-md:before {
    width: 16px;
  }
  .u-icon_size-16-md:after-imp,
.u-icon_size-16-md:before-imp {
    width: 16px !important;
  }
  .u-icon_size-16-md:after,
.u-icon_size-16-md:before {
    height: 16px;
  }
  .u-icon_size-16-md:after-imp,
.u-icon_size-16-md:before-imp {
    height: 16px !important;
  }
  .u-icon_size-16-md:after,
.u-icon_size-16-md:before {
    background-size: 16px 16px;
  }
  .u-icon_size-16-md:after-imp,
.u-icon_size-16-md:before-imp {
    background-size: 16px 16px !important;
  }
  .u-icon_size-17-md:after,
.u-icon_size-17-md:before {
    width: 17px;
  }
  .u-icon_size-17-md:after-imp,
.u-icon_size-17-md:before-imp {
    width: 17px !important;
  }
  .u-icon_size-17-md:after,
.u-icon_size-17-md:before {
    height: 17px;
  }
  .u-icon_size-17-md:after-imp,
.u-icon_size-17-md:before-imp {
    height: 17px !important;
  }
  .u-icon_size-17-md:after,
.u-icon_size-17-md:before {
    background-size: 17px 17px;
  }
  .u-icon_size-17-md:after-imp,
.u-icon_size-17-md:before-imp {
    background-size: 17px 17px !important;
  }
  .u-icon_size-18-md:after,
.u-icon_size-18-md:before {
    width: 18px;
  }
  .u-icon_size-18-md:after-imp,
.u-icon_size-18-md:before-imp {
    width: 18px !important;
  }
  .u-icon_size-18-md:after,
.u-icon_size-18-md:before {
    height: 18px;
  }
  .u-icon_size-18-md:after-imp,
.u-icon_size-18-md:before-imp {
    height: 18px !important;
  }
  .u-icon_size-18-md:after,
.u-icon_size-18-md:before {
    background-size: 18px 18px;
  }
  .u-icon_size-18-md:after-imp,
.u-icon_size-18-md:before-imp {
    background-size: 18px 18px !important;
  }
  .u-icon_size-19-md:after,
.u-icon_size-19-md:before {
    width: 19px;
  }
  .u-icon_size-19-md:after-imp,
.u-icon_size-19-md:before-imp {
    width: 19px !important;
  }
  .u-icon_size-19-md:after,
.u-icon_size-19-md:before {
    height: 19px;
  }
  .u-icon_size-19-md:after-imp,
.u-icon_size-19-md:before-imp {
    height: 19px !important;
  }
  .u-icon_size-19-md:after,
.u-icon_size-19-md:before {
    background-size: 19px 19px;
  }
  .u-icon_size-19-md:after-imp,
.u-icon_size-19-md:before-imp {
    background-size: 19px 19px !important;
  }
  .u-icon_size-20-md:after,
.u-icon_size-20-md:before {
    width: 20px;
  }
  .u-icon_size-20-md:after-imp,
.u-icon_size-20-md:before-imp {
    width: 20px !important;
  }
  .u-icon_size-20-md:after,
.u-icon_size-20-md:before {
    height: 20px;
  }
  .u-icon_size-20-md:after-imp,
.u-icon_size-20-md:before-imp {
    height: 20px !important;
  }
  .u-icon_size-20-md:after,
.u-icon_size-20-md:before {
    background-size: 20px 20px;
  }
  .u-icon_size-20-md:after-imp,
.u-icon_size-20-md:before-imp {
    background-size: 20px 20px !important;
  }
  .u-icon_size-21-md:after,
.u-icon_size-21-md:before {
    width: 21px;
  }
  .u-icon_size-21-md:after-imp,
.u-icon_size-21-md:before-imp {
    width: 21px !important;
  }
  .u-icon_size-21-md:after,
.u-icon_size-21-md:before {
    height: 21px;
  }
  .u-icon_size-21-md:after-imp,
.u-icon_size-21-md:before-imp {
    height: 21px !important;
  }
  .u-icon_size-21-md:after,
.u-icon_size-21-md:before {
    background-size: 21px 21px;
  }
  .u-icon_size-21-md:after-imp,
.u-icon_size-21-md:before-imp {
    background-size: 21px 21px !important;
  }
  .u-icon_size-22-md:after,
.u-icon_size-22-md:before {
    width: 22px;
  }
  .u-icon_size-22-md:after-imp,
.u-icon_size-22-md:before-imp {
    width: 22px !important;
  }
  .u-icon_size-22-md:after,
.u-icon_size-22-md:before {
    height: 22px;
  }
  .u-icon_size-22-md:after-imp,
.u-icon_size-22-md:before-imp {
    height: 22px !important;
  }
  .u-icon_size-22-md:after,
.u-icon_size-22-md:before {
    background-size: 22px 22px;
  }
  .u-icon_size-22-md:after-imp,
.u-icon_size-22-md:before-imp {
    background-size: 22px 22px !important;
  }
  .u-icon_size-23-md:after,
.u-icon_size-23-md:before {
    width: 23px;
  }
  .u-icon_size-23-md:after-imp,
.u-icon_size-23-md:before-imp {
    width: 23px !important;
  }
  .u-icon_size-23-md:after,
.u-icon_size-23-md:before {
    height: 23px;
  }
  .u-icon_size-23-md:after-imp,
.u-icon_size-23-md:before-imp {
    height: 23px !important;
  }
  .u-icon_size-23-md:after,
.u-icon_size-23-md:before {
    background-size: 23px 23px;
  }
  .u-icon_size-23-md:after-imp,
.u-icon_size-23-md:before-imp {
    background-size: 23px 23px !important;
  }
  .u-icon_size-24-md:after,
.u-icon_size-24-md:before {
    width: 24px;
  }
  .u-icon_size-24-md:after-imp,
.u-icon_size-24-md:before-imp {
    width: 24px !important;
  }
  .u-icon_size-24-md:after,
.u-icon_size-24-md:before {
    height: 24px;
  }
  .u-icon_size-24-md:after-imp,
.u-icon_size-24-md:before-imp {
    height: 24px !important;
  }
  .u-icon_size-24-md:after,
.u-icon_size-24-md:before {
    background-size: 24px 24px;
  }
  .u-icon_size-24-md:after-imp,
.u-icon_size-24-md:before-imp {
    background-size: 24px 24px !important;
  }
  .u-icon_size-25-md:after,
.u-icon_size-25-md:before {
    width: 25px;
  }
  .u-icon_size-25-md:after-imp,
.u-icon_size-25-md:before-imp {
    width: 25px !important;
  }
  .u-icon_size-25-md:after,
.u-icon_size-25-md:before {
    height: 25px;
  }
  .u-icon_size-25-md:after-imp,
.u-icon_size-25-md:before-imp {
    height: 25px !important;
  }
  .u-icon_size-25-md:after,
.u-icon_size-25-md:before {
    background-size: 25px 25px;
  }
  .u-icon_size-25-md:after-imp,
.u-icon_size-25-md:before-imp {
    background-size: 25px 25px !important;
  }
  .u-icon_size-26-md:after,
.u-icon_size-26-md:before {
    width: 26px;
  }
  .u-icon_size-26-md:after-imp,
.u-icon_size-26-md:before-imp {
    width: 26px !important;
  }
  .u-icon_size-26-md:after,
.u-icon_size-26-md:before {
    height: 26px;
  }
  .u-icon_size-26-md:after-imp,
.u-icon_size-26-md:before-imp {
    height: 26px !important;
  }
  .u-icon_size-26-md:after,
.u-icon_size-26-md:before {
    background-size: 26px 26px;
  }
  .u-icon_size-26-md:after-imp,
.u-icon_size-26-md:before-imp {
    background-size: 26px 26px !important;
  }
  .u-icon_size-27-md:after,
.u-icon_size-27-md:before {
    width: 27px;
  }
  .u-icon_size-27-md:after-imp,
.u-icon_size-27-md:before-imp {
    width: 27px !important;
  }
  .u-icon_size-27-md:after,
.u-icon_size-27-md:before {
    height: 27px;
  }
  .u-icon_size-27-md:after-imp,
.u-icon_size-27-md:before-imp {
    height: 27px !important;
  }
  .u-icon_size-27-md:after,
.u-icon_size-27-md:before {
    background-size: 27px 27px;
  }
  .u-icon_size-27-md:after-imp,
.u-icon_size-27-md:before-imp {
    background-size: 27px 27px !important;
  }
  .u-icon_size-28-md:after,
.u-icon_size-28-md:before {
    width: 28px;
  }
  .u-icon_size-28-md:after-imp,
.u-icon_size-28-md:before-imp {
    width: 28px !important;
  }
  .u-icon_size-28-md:after,
.u-icon_size-28-md:before {
    height: 28px;
  }
  .u-icon_size-28-md:after-imp,
.u-icon_size-28-md:before-imp {
    height: 28px !important;
  }
  .u-icon_size-28-md:after,
.u-icon_size-28-md:before {
    background-size: 28px 28px;
  }
  .u-icon_size-28-md:after-imp,
.u-icon_size-28-md:before-imp {
    background-size: 28px 28px !important;
  }
  .u-icon_size-29-md:after,
.u-icon_size-29-md:before {
    width: 29px;
  }
  .u-icon_size-29-md:after-imp,
.u-icon_size-29-md:before-imp {
    width: 29px !important;
  }
  .u-icon_size-29-md:after,
.u-icon_size-29-md:before {
    height: 29px;
  }
  .u-icon_size-29-md:after-imp,
.u-icon_size-29-md:before-imp {
    height: 29px !important;
  }
  .u-icon_size-29-md:after,
.u-icon_size-29-md:before {
    background-size: 29px 29px;
  }
  .u-icon_size-29-md:after-imp,
.u-icon_size-29-md:before-imp {
    background-size: 29px 29px !important;
  }
  .u-icon_size-30-md:after,
.u-icon_size-30-md:before {
    width: 30px;
  }
  .u-icon_size-30-md:after-imp,
.u-icon_size-30-md:before-imp {
    width: 30px !important;
  }
  .u-icon_size-30-md:after,
.u-icon_size-30-md:before {
    height: 30px;
  }
  .u-icon_size-30-md:after-imp,
.u-icon_size-30-md:before-imp {
    height: 30px !important;
  }
  .u-icon_size-30-md:after,
.u-icon_size-30-md:before {
    background-size: 30px 30px;
  }
  .u-icon_size-30-md:after-imp,
.u-icon_size-30-md:before-imp {
    background-size: 30px 30px !important;
  }
  .u-icon_size-31-md:after,
.u-icon_size-31-md:before {
    width: 31px;
  }
  .u-icon_size-31-md:after-imp,
.u-icon_size-31-md:before-imp {
    width: 31px !important;
  }
  .u-icon_size-31-md:after,
.u-icon_size-31-md:before {
    height: 31px;
  }
  .u-icon_size-31-md:after-imp,
.u-icon_size-31-md:before-imp {
    height: 31px !important;
  }
  .u-icon_size-31-md:after,
.u-icon_size-31-md:before {
    background-size: 31px 31px;
  }
  .u-icon_size-31-md:after-imp,
.u-icon_size-31-md:before-imp {
    background-size: 31px 31px !important;
  }
  .u-icon_size-32-md:after,
.u-icon_size-32-md:before {
    width: 32px;
  }
  .u-icon_size-32-md:after-imp,
.u-icon_size-32-md:before-imp {
    width: 32px !important;
  }
  .u-icon_size-32-md:after,
.u-icon_size-32-md:before {
    height: 32px;
  }
  .u-icon_size-32-md:after-imp,
.u-icon_size-32-md:before-imp {
    height: 32px !important;
  }
  .u-icon_size-32-md:after,
.u-icon_size-32-md:before {
    background-size: 32px 32px;
  }
  .u-icon_size-32-md:after-imp,
.u-icon_size-32-md:before-imp {
    background-size: 32px 32px !important;
  }
  .u-icon_size-33-md:after,
.u-icon_size-33-md:before {
    width: 33px;
  }
  .u-icon_size-33-md:after-imp,
.u-icon_size-33-md:before-imp {
    width: 33px !important;
  }
  .u-icon_size-33-md:after,
.u-icon_size-33-md:before {
    height: 33px;
  }
  .u-icon_size-33-md:after-imp,
.u-icon_size-33-md:before-imp {
    height: 33px !important;
  }
  .u-icon_size-33-md:after,
.u-icon_size-33-md:before {
    background-size: 33px 33px;
  }
  .u-icon_size-33-md:after-imp,
.u-icon_size-33-md:before-imp {
    background-size: 33px 33px !important;
  }
  .u-icon_size-34-md:after,
.u-icon_size-34-md:before {
    width: 34px;
  }
  .u-icon_size-34-md:after-imp,
.u-icon_size-34-md:before-imp {
    width: 34px !important;
  }
  .u-icon_size-34-md:after,
.u-icon_size-34-md:before {
    height: 34px;
  }
  .u-icon_size-34-md:after-imp,
.u-icon_size-34-md:before-imp {
    height: 34px !important;
  }
  .u-icon_size-34-md:after,
.u-icon_size-34-md:before {
    background-size: 34px 34px;
  }
  .u-icon_size-34-md:after-imp,
.u-icon_size-34-md:before-imp {
    background-size: 34px 34px !important;
  }
  .u-icon_size-35-md:after,
.u-icon_size-35-md:before {
    width: 35px;
  }
  .u-icon_size-35-md:after-imp,
.u-icon_size-35-md:before-imp {
    width: 35px !important;
  }
  .u-icon_size-35-md:after,
.u-icon_size-35-md:before {
    height: 35px;
  }
  .u-icon_size-35-md:after-imp,
.u-icon_size-35-md:before-imp {
    height: 35px !important;
  }
  .u-icon_size-35-md:after,
.u-icon_size-35-md:before {
    background-size: 35px 35px;
  }
  .u-icon_size-35-md:after-imp,
.u-icon_size-35-md:before-imp {
    background-size: 35px 35px !important;
  }
  .u-icon_size-36-md:after,
.u-icon_size-36-md:before {
    width: 36px;
  }
  .u-icon_size-36-md:after-imp,
.u-icon_size-36-md:before-imp {
    width: 36px !important;
  }
  .u-icon_size-36-md:after,
.u-icon_size-36-md:before {
    height: 36px;
  }
  .u-icon_size-36-md:after-imp,
.u-icon_size-36-md:before-imp {
    height: 36px !important;
  }
  .u-icon_size-36-md:after,
.u-icon_size-36-md:before {
    background-size: 36px 36px;
  }
  .u-icon_size-36-md:after-imp,
.u-icon_size-36-md:before-imp {
    background-size: 36px 36px !important;
  }
  .u-icon_size-37-md:after,
.u-icon_size-37-md:before {
    width: 37px;
  }
  .u-icon_size-37-md:after-imp,
.u-icon_size-37-md:before-imp {
    width: 37px !important;
  }
  .u-icon_size-37-md:after,
.u-icon_size-37-md:before {
    height: 37px;
  }
  .u-icon_size-37-md:after-imp,
.u-icon_size-37-md:before-imp {
    height: 37px !important;
  }
  .u-icon_size-37-md:after,
.u-icon_size-37-md:before {
    background-size: 37px 37px;
  }
  .u-icon_size-37-md:after-imp,
.u-icon_size-37-md:before-imp {
    background-size: 37px 37px !important;
  }
  .u-icon_size-38-md:after,
.u-icon_size-38-md:before {
    width: 38px;
  }
  .u-icon_size-38-md:after-imp,
.u-icon_size-38-md:before-imp {
    width: 38px !important;
  }
  .u-icon_size-38-md:after,
.u-icon_size-38-md:before {
    height: 38px;
  }
  .u-icon_size-38-md:after-imp,
.u-icon_size-38-md:before-imp {
    height: 38px !important;
  }
  .u-icon_size-38-md:after,
.u-icon_size-38-md:before {
    background-size: 38px 38px;
  }
  .u-icon_size-38-md:after-imp,
.u-icon_size-38-md:before-imp {
    background-size: 38px 38px !important;
  }
  .u-icon_size-39-md:after,
.u-icon_size-39-md:before {
    width: 39px;
  }
  .u-icon_size-39-md:after-imp,
.u-icon_size-39-md:before-imp {
    width: 39px !important;
  }
  .u-icon_size-39-md:after,
.u-icon_size-39-md:before {
    height: 39px;
  }
  .u-icon_size-39-md:after-imp,
.u-icon_size-39-md:before-imp {
    height: 39px !important;
  }
  .u-icon_size-39-md:after,
.u-icon_size-39-md:before {
    background-size: 39px 39px;
  }
  .u-icon_size-39-md:after-imp,
.u-icon_size-39-md:before-imp {
    background-size: 39px 39px !important;
  }
  .u-icon_size-40-md:after,
.u-icon_size-40-md:before {
    width: 40px;
  }
  .u-icon_size-40-md:after-imp,
.u-icon_size-40-md:before-imp {
    width: 40px !important;
  }
  .u-icon_size-40-md:after,
.u-icon_size-40-md:before {
    height: 40px;
  }
  .u-icon_size-40-md:after-imp,
.u-icon_size-40-md:before-imp {
    height: 40px !important;
  }
  .u-icon_size-40-md:after,
.u-icon_size-40-md:before {
    background-size: 40px 40px;
  }
  .u-icon_size-40-md:after-imp,
.u-icon_size-40-md:before-imp {
    background-size: 40px 40px !important;
  }
  .u-icon_size-41-md:after,
.u-icon_size-41-md:before {
    width: 41px;
  }
  .u-icon_size-41-md:after-imp,
.u-icon_size-41-md:before-imp {
    width: 41px !important;
  }
  .u-icon_size-41-md:after,
.u-icon_size-41-md:before {
    height: 41px;
  }
  .u-icon_size-41-md:after-imp,
.u-icon_size-41-md:before-imp {
    height: 41px !important;
  }
  .u-icon_size-41-md:after,
.u-icon_size-41-md:before {
    background-size: 41px 41px;
  }
  .u-icon_size-41-md:after-imp,
.u-icon_size-41-md:before-imp {
    background-size: 41px 41px !important;
  }
  .u-icon_size-42-md:after,
.u-icon_size-42-md:before {
    width: 42px;
  }
  .u-icon_size-42-md:after-imp,
.u-icon_size-42-md:before-imp {
    width: 42px !important;
  }
  .u-icon_size-42-md:after,
.u-icon_size-42-md:before {
    height: 42px;
  }
  .u-icon_size-42-md:after-imp,
.u-icon_size-42-md:before-imp {
    height: 42px !important;
  }
  .u-icon_size-42-md:after,
.u-icon_size-42-md:before {
    background-size: 42px 42px;
  }
  .u-icon_size-42-md:after-imp,
.u-icon_size-42-md:before-imp {
    background-size: 42px 42px !important;
  }
  .u-icon_size-43-md:after,
.u-icon_size-43-md:before {
    width: 43px;
  }
  .u-icon_size-43-md:after-imp,
.u-icon_size-43-md:before-imp {
    width: 43px !important;
  }
  .u-icon_size-43-md:after,
.u-icon_size-43-md:before {
    height: 43px;
  }
  .u-icon_size-43-md:after-imp,
.u-icon_size-43-md:before-imp {
    height: 43px !important;
  }
  .u-icon_size-43-md:after,
.u-icon_size-43-md:before {
    background-size: 43px 43px;
  }
  .u-icon_size-43-md:after-imp,
.u-icon_size-43-md:before-imp {
    background-size: 43px 43px !important;
  }
  .u-icon_size-44-md:after,
.u-icon_size-44-md:before {
    width: 44px;
  }
  .u-icon_size-44-md:after-imp,
.u-icon_size-44-md:before-imp {
    width: 44px !important;
  }
  .u-icon_size-44-md:after,
.u-icon_size-44-md:before {
    height: 44px;
  }
  .u-icon_size-44-md:after-imp,
.u-icon_size-44-md:before-imp {
    height: 44px !important;
  }
  .u-icon_size-44-md:after,
.u-icon_size-44-md:before {
    background-size: 44px 44px;
  }
  .u-icon_size-44-md:after-imp,
.u-icon_size-44-md:before-imp {
    background-size: 44px 44px !important;
  }
  .u-icon_size-45-md:after,
.u-icon_size-45-md:before {
    width: 45px;
  }
  .u-icon_size-45-md:after-imp,
.u-icon_size-45-md:before-imp {
    width: 45px !important;
  }
  .u-icon_size-45-md:after,
.u-icon_size-45-md:before {
    height: 45px;
  }
  .u-icon_size-45-md:after-imp,
.u-icon_size-45-md:before-imp {
    height: 45px !important;
  }
  .u-icon_size-45-md:after,
.u-icon_size-45-md:before {
    background-size: 45px 45px;
  }
  .u-icon_size-45-md:after-imp,
.u-icon_size-45-md:before-imp {
    background-size: 45px 45px !important;
  }
  .u-icon_size-46-md:after,
.u-icon_size-46-md:before {
    width: 46px;
  }
  .u-icon_size-46-md:after-imp,
.u-icon_size-46-md:before-imp {
    width: 46px !important;
  }
  .u-icon_size-46-md:after,
.u-icon_size-46-md:before {
    height: 46px;
  }
  .u-icon_size-46-md:after-imp,
.u-icon_size-46-md:before-imp {
    height: 46px !important;
  }
  .u-icon_size-46-md:after,
.u-icon_size-46-md:before {
    background-size: 46px 46px;
  }
  .u-icon_size-46-md:after-imp,
.u-icon_size-46-md:before-imp {
    background-size: 46px 46px !important;
  }
  .u-icon_size-47-md:after,
.u-icon_size-47-md:before {
    width: 47px;
  }
  .u-icon_size-47-md:after-imp,
.u-icon_size-47-md:before-imp {
    width: 47px !important;
  }
  .u-icon_size-47-md:after,
.u-icon_size-47-md:before {
    height: 47px;
  }
  .u-icon_size-47-md:after-imp,
.u-icon_size-47-md:before-imp {
    height: 47px !important;
  }
  .u-icon_size-47-md:after,
.u-icon_size-47-md:before {
    background-size: 47px 47px;
  }
  .u-icon_size-47-md:after-imp,
.u-icon_size-47-md:before-imp {
    background-size: 47px 47px !important;
  }
  .u-icon_size-48-md:after,
.u-icon_size-48-md:before {
    width: 48px;
  }
  .u-icon_size-48-md:after-imp,
.u-icon_size-48-md:before-imp {
    width: 48px !important;
  }
  .u-icon_size-48-md:after,
.u-icon_size-48-md:before {
    height: 48px;
  }
  .u-icon_size-48-md:after-imp,
.u-icon_size-48-md:before-imp {
    height: 48px !important;
  }
  .u-icon_size-48-md:after,
.u-icon_size-48-md:before {
    background-size: 48px 48px;
  }
  .u-icon_size-48-md:after-imp,
.u-icon_size-48-md:before-imp {
    background-size: 48px 48px !important;
  }
  .u-icon_size-49-md:after,
.u-icon_size-49-md:before {
    width: 49px;
  }
  .u-icon_size-49-md:after-imp,
.u-icon_size-49-md:before-imp {
    width: 49px !important;
  }
  .u-icon_size-49-md:after,
.u-icon_size-49-md:before {
    height: 49px;
  }
  .u-icon_size-49-md:after-imp,
.u-icon_size-49-md:before-imp {
    height: 49px !important;
  }
  .u-icon_size-49-md:after,
.u-icon_size-49-md:before {
    background-size: 49px 49px;
  }
  .u-icon_size-49-md:after-imp,
.u-icon_size-49-md:before-imp {
    background-size: 49px 49px !important;
  }
  .u-icon_size-50-md:after,
.u-icon_size-50-md:before {
    width: 50px;
  }
  .u-icon_size-50-md:after-imp,
.u-icon_size-50-md:before-imp {
    width: 50px !important;
  }
  .u-icon_size-50-md:after,
.u-icon_size-50-md:before {
    height: 50px;
  }
  .u-icon_size-50-md:after-imp,
.u-icon_size-50-md:before-imp {
    height: 50px !important;
  }
  .u-icon_size-50-md:after,
.u-icon_size-50-md:before {
    background-size: 50px 50px;
  }
  .u-icon_size-50-md:after-imp,
.u-icon_size-50-md:before-imp {
    background-size: 50px 50px !important;
  }
  .u-icon_size-51-md:after,
.u-icon_size-51-md:before {
    width: 51px;
  }
  .u-icon_size-51-md:after-imp,
.u-icon_size-51-md:before-imp {
    width: 51px !important;
  }
  .u-icon_size-51-md:after,
.u-icon_size-51-md:before {
    height: 51px;
  }
  .u-icon_size-51-md:after-imp,
.u-icon_size-51-md:before-imp {
    height: 51px !important;
  }
  .u-icon_size-51-md:after,
.u-icon_size-51-md:before {
    background-size: 51px 51px;
  }
  .u-icon_size-51-md:after-imp,
.u-icon_size-51-md:before-imp {
    background-size: 51px 51px !important;
  }
  .u-icon_size-52-md:after,
.u-icon_size-52-md:before {
    width: 52px;
  }
  .u-icon_size-52-md:after-imp,
.u-icon_size-52-md:before-imp {
    width: 52px !important;
  }
  .u-icon_size-52-md:after,
.u-icon_size-52-md:before {
    height: 52px;
  }
  .u-icon_size-52-md:after-imp,
.u-icon_size-52-md:before-imp {
    height: 52px !important;
  }
  .u-icon_size-52-md:after,
.u-icon_size-52-md:before {
    background-size: 52px 52px;
  }
  .u-icon_size-52-md:after-imp,
.u-icon_size-52-md:before-imp {
    background-size: 52px 52px !important;
  }
  .u-icon_size-53-md:after,
.u-icon_size-53-md:before {
    width: 53px;
  }
  .u-icon_size-53-md:after-imp,
.u-icon_size-53-md:before-imp {
    width: 53px !important;
  }
  .u-icon_size-53-md:after,
.u-icon_size-53-md:before {
    height: 53px;
  }
  .u-icon_size-53-md:after-imp,
.u-icon_size-53-md:before-imp {
    height: 53px !important;
  }
  .u-icon_size-53-md:after,
.u-icon_size-53-md:before {
    background-size: 53px 53px;
  }
  .u-icon_size-53-md:after-imp,
.u-icon_size-53-md:before-imp {
    background-size: 53px 53px !important;
  }
  .u-icon_size-54-md:after,
.u-icon_size-54-md:before {
    width: 54px;
  }
  .u-icon_size-54-md:after-imp,
.u-icon_size-54-md:before-imp {
    width: 54px !important;
  }
  .u-icon_size-54-md:after,
.u-icon_size-54-md:before {
    height: 54px;
  }
  .u-icon_size-54-md:after-imp,
.u-icon_size-54-md:before-imp {
    height: 54px !important;
  }
  .u-icon_size-54-md:after,
.u-icon_size-54-md:before {
    background-size: 54px 54px;
  }
  .u-icon_size-54-md:after-imp,
.u-icon_size-54-md:before-imp {
    background-size: 54px 54px !important;
  }
  .u-icon_size-55-md:after,
.u-icon_size-55-md:before {
    width: 55px;
  }
  .u-icon_size-55-md:after-imp,
.u-icon_size-55-md:before-imp {
    width: 55px !important;
  }
  .u-icon_size-55-md:after,
.u-icon_size-55-md:before {
    height: 55px;
  }
  .u-icon_size-55-md:after-imp,
.u-icon_size-55-md:before-imp {
    height: 55px !important;
  }
  .u-icon_size-55-md:after,
.u-icon_size-55-md:before {
    background-size: 55px 55px;
  }
  .u-icon_size-55-md:after-imp,
.u-icon_size-55-md:before-imp {
    background-size: 55px 55px !important;
  }
  .u-icon_size-56-md:after,
.u-icon_size-56-md:before {
    width: 56px;
  }
  .u-icon_size-56-md:after-imp,
.u-icon_size-56-md:before-imp {
    width: 56px !important;
  }
  .u-icon_size-56-md:after,
.u-icon_size-56-md:before {
    height: 56px;
  }
  .u-icon_size-56-md:after-imp,
.u-icon_size-56-md:before-imp {
    height: 56px !important;
  }
  .u-icon_size-56-md:after,
.u-icon_size-56-md:before {
    background-size: 56px 56px;
  }
  .u-icon_size-56-md:after-imp,
.u-icon_size-56-md:before-imp {
    background-size: 56px 56px !important;
  }
  .u-icon_size-57-md:after,
.u-icon_size-57-md:before {
    width: 57px;
  }
  .u-icon_size-57-md:after-imp,
.u-icon_size-57-md:before-imp {
    width: 57px !important;
  }
  .u-icon_size-57-md:after,
.u-icon_size-57-md:before {
    height: 57px;
  }
  .u-icon_size-57-md:after-imp,
.u-icon_size-57-md:before-imp {
    height: 57px !important;
  }
  .u-icon_size-57-md:after,
.u-icon_size-57-md:before {
    background-size: 57px 57px;
  }
  .u-icon_size-57-md:after-imp,
.u-icon_size-57-md:before-imp {
    background-size: 57px 57px !important;
  }
  .u-icon_size-58-md:after,
.u-icon_size-58-md:before {
    width: 58px;
  }
  .u-icon_size-58-md:after-imp,
.u-icon_size-58-md:before-imp {
    width: 58px !important;
  }
  .u-icon_size-58-md:after,
.u-icon_size-58-md:before {
    height: 58px;
  }
  .u-icon_size-58-md:after-imp,
.u-icon_size-58-md:before-imp {
    height: 58px !important;
  }
  .u-icon_size-58-md:after,
.u-icon_size-58-md:before {
    background-size: 58px 58px;
  }
  .u-icon_size-58-md:after-imp,
.u-icon_size-58-md:before-imp {
    background-size: 58px 58px !important;
  }
  .u-icon_size-59-md:after,
.u-icon_size-59-md:before {
    width: 59px;
  }
  .u-icon_size-59-md:after-imp,
.u-icon_size-59-md:before-imp {
    width: 59px !important;
  }
  .u-icon_size-59-md:after,
.u-icon_size-59-md:before {
    height: 59px;
  }
  .u-icon_size-59-md:after-imp,
.u-icon_size-59-md:before-imp {
    height: 59px !important;
  }
  .u-icon_size-59-md:after,
.u-icon_size-59-md:before {
    background-size: 59px 59px;
  }
  .u-icon_size-59-md:after-imp,
.u-icon_size-59-md:before-imp {
    background-size: 59px 59px !important;
  }
  .u-icon_size-60-md:after,
.u-icon_size-60-md:before {
    width: 60px;
  }
  .u-icon_size-60-md:after-imp,
.u-icon_size-60-md:before-imp {
    width: 60px !important;
  }
  .u-icon_size-60-md:after,
.u-icon_size-60-md:before {
    height: 60px;
  }
  .u-icon_size-60-md:after-imp,
.u-icon_size-60-md:before-imp {
    height: 60px !important;
  }
  .u-icon_size-60-md:after,
.u-icon_size-60-md:before {
    background-size: 60px 60px;
  }
  .u-icon_size-60-md:after-imp,
.u-icon_size-60-md:before-imp {
    background-size: 60px 60px !important;
  }
  .u-icon_size-61-md:after,
.u-icon_size-61-md:before {
    width: 61px;
  }
  .u-icon_size-61-md:after-imp,
.u-icon_size-61-md:before-imp {
    width: 61px !important;
  }
  .u-icon_size-61-md:after,
.u-icon_size-61-md:before {
    height: 61px;
  }
  .u-icon_size-61-md:after-imp,
.u-icon_size-61-md:before-imp {
    height: 61px !important;
  }
  .u-icon_size-61-md:after,
.u-icon_size-61-md:before {
    background-size: 61px 61px;
  }
  .u-icon_size-61-md:after-imp,
.u-icon_size-61-md:before-imp {
    background-size: 61px 61px !important;
  }
  .u-icon_size-62-md:after,
.u-icon_size-62-md:before {
    width: 62px;
  }
  .u-icon_size-62-md:after-imp,
.u-icon_size-62-md:before-imp {
    width: 62px !important;
  }
  .u-icon_size-62-md:after,
.u-icon_size-62-md:before {
    height: 62px;
  }
  .u-icon_size-62-md:after-imp,
.u-icon_size-62-md:before-imp {
    height: 62px !important;
  }
  .u-icon_size-62-md:after,
.u-icon_size-62-md:before {
    background-size: 62px 62px;
  }
  .u-icon_size-62-md:after-imp,
.u-icon_size-62-md:before-imp {
    background-size: 62px 62px !important;
  }
  .u-icon_size-63-md:after,
.u-icon_size-63-md:before {
    width: 63px;
  }
  .u-icon_size-63-md:after-imp,
.u-icon_size-63-md:before-imp {
    width: 63px !important;
  }
  .u-icon_size-63-md:after,
.u-icon_size-63-md:before {
    height: 63px;
  }
  .u-icon_size-63-md:after-imp,
.u-icon_size-63-md:before-imp {
    height: 63px !important;
  }
  .u-icon_size-63-md:after,
.u-icon_size-63-md:before {
    background-size: 63px 63px;
  }
  .u-icon_size-63-md:after-imp,
.u-icon_size-63-md:before-imp {
    background-size: 63px 63px !important;
  }
  .u-icon_size-64-md:after,
.u-icon_size-64-md:before {
    width: 64px;
  }
  .u-icon_size-64-md:after-imp,
.u-icon_size-64-md:before-imp {
    width: 64px !important;
  }
  .u-icon_size-64-md:after,
.u-icon_size-64-md:before {
    height: 64px;
  }
  .u-icon_size-64-md:after-imp,
.u-icon_size-64-md:before-imp {
    height: 64px !important;
  }
  .u-icon_size-64-md:after,
.u-icon_size-64-md:before {
    background-size: 64px 64px;
  }
  .u-icon_size-64-md:after-imp,
.u-icon_size-64-md:before-imp {
    background-size: 64px 64px !important;
  }
  .u-icon_size-65-md:after,
.u-icon_size-65-md:before {
    width: 65px;
  }
  .u-icon_size-65-md:after-imp,
.u-icon_size-65-md:before-imp {
    width: 65px !important;
  }
  .u-icon_size-65-md:after,
.u-icon_size-65-md:before {
    height: 65px;
  }
  .u-icon_size-65-md:after-imp,
.u-icon_size-65-md:before-imp {
    height: 65px !important;
  }
  .u-icon_size-65-md:after,
.u-icon_size-65-md:before {
    background-size: 65px 65px;
  }
  .u-icon_size-65-md:after-imp,
.u-icon_size-65-md:before-imp {
    background-size: 65px 65px !important;
  }
  .u-icon_size-66-md:after,
.u-icon_size-66-md:before {
    width: 66px;
  }
  .u-icon_size-66-md:after-imp,
.u-icon_size-66-md:before-imp {
    width: 66px !important;
  }
  .u-icon_size-66-md:after,
.u-icon_size-66-md:before {
    height: 66px;
  }
  .u-icon_size-66-md:after-imp,
.u-icon_size-66-md:before-imp {
    height: 66px !important;
  }
  .u-icon_size-66-md:after,
.u-icon_size-66-md:before {
    background-size: 66px 66px;
  }
  .u-icon_size-66-md:after-imp,
.u-icon_size-66-md:before-imp {
    background-size: 66px 66px !important;
  }
  .u-icon_size-67-md:after,
.u-icon_size-67-md:before {
    width: 67px;
  }
  .u-icon_size-67-md:after-imp,
.u-icon_size-67-md:before-imp {
    width: 67px !important;
  }
  .u-icon_size-67-md:after,
.u-icon_size-67-md:before {
    height: 67px;
  }
  .u-icon_size-67-md:after-imp,
.u-icon_size-67-md:before-imp {
    height: 67px !important;
  }
  .u-icon_size-67-md:after,
.u-icon_size-67-md:before {
    background-size: 67px 67px;
  }
  .u-icon_size-67-md:after-imp,
.u-icon_size-67-md:before-imp {
    background-size: 67px 67px !important;
  }
  .u-icon_size-68-md:after,
.u-icon_size-68-md:before {
    width: 68px;
  }
  .u-icon_size-68-md:after-imp,
.u-icon_size-68-md:before-imp {
    width: 68px !important;
  }
  .u-icon_size-68-md:after,
.u-icon_size-68-md:before {
    height: 68px;
  }
  .u-icon_size-68-md:after-imp,
.u-icon_size-68-md:before-imp {
    height: 68px !important;
  }
  .u-icon_size-68-md:after,
.u-icon_size-68-md:before {
    background-size: 68px 68px;
  }
  .u-icon_size-68-md:after-imp,
.u-icon_size-68-md:before-imp {
    background-size: 68px 68px !important;
  }
  .u-icon_size-69-md:after,
.u-icon_size-69-md:before {
    width: 69px;
  }
  .u-icon_size-69-md:after-imp,
.u-icon_size-69-md:before-imp {
    width: 69px !important;
  }
  .u-icon_size-69-md:after,
.u-icon_size-69-md:before {
    height: 69px;
  }
  .u-icon_size-69-md:after-imp,
.u-icon_size-69-md:before-imp {
    height: 69px !important;
  }
  .u-icon_size-69-md:after,
.u-icon_size-69-md:before {
    background-size: 69px 69px;
  }
  .u-icon_size-69-md:after-imp,
.u-icon_size-69-md:before-imp {
    background-size: 69px 69px !important;
  }
  .u-icon_size-70-md:after,
.u-icon_size-70-md:before {
    width: 70px;
  }
  .u-icon_size-70-md:after-imp,
.u-icon_size-70-md:before-imp {
    width: 70px !important;
  }
  .u-icon_size-70-md:after,
.u-icon_size-70-md:before {
    height: 70px;
  }
  .u-icon_size-70-md:after-imp,
.u-icon_size-70-md:before-imp {
    height: 70px !important;
  }
  .u-icon_size-70-md:after,
.u-icon_size-70-md:before {
    background-size: 70px 70px;
  }
  .u-icon_size-70-md:after-imp,
.u-icon_size-70-md:before-imp {
    background-size: 70px 70px !important;
  }
  .u-icon_size-71-md:after,
.u-icon_size-71-md:before {
    width: 71px;
  }
  .u-icon_size-71-md:after-imp,
.u-icon_size-71-md:before-imp {
    width: 71px !important;
  }
  .u-icon_size-71-md:after,
.u-icon_size-71-md:before {
    height: 71px;
  }
  .u-icon_size-71-md:after-imp,
.u-icon_size-71-md:before-imp {
    height: 71px !important;
  }
  .u-icon_size-71-md:after,
.u-icon_size-71-md:before {
    background-size: 71px 71px;
  }
  .u-icon_size-71-md:after-imp,
.u-icon_size-71-md:before-imp {
    background-size: 71px 71px !important;
  }
  .u-icon_size-72-md:after,
.u-icon_size-72-md:before {
    width: 72px;
  }
  .u-icon_size-72-md:after-imp,
.u-icon_size-72-md:before-imp {
    width: 72px !important;
  }
  .u-icon_size-72-md:after,
.u-icon_size-72-md:before {
    height: 72px;
  }
  .u-icon_size-72-md:after-imp,
.u-icon_size-72-md:before-imp {
    height: 72px !important;
  }
  .u-icon_size-72-md:after,
.u-icon_size-72-md:before {
    background-size: 72px 72px;
  }
  .u-icon_size-72-md:after-imp,
.u-icon_size-72-md:before-imp {
    background-size: 72px 72px !important;
  }
  .u-icon_size-73-md:after,
.u-icon_size-73-md:before {
    width: 73px;
  }
  .u-icon_size-73-md:after-imp,
.u-icon_size-73-md:before-imp {
    width: 73px !important;
  }
  .u-icon_size-73-md:after,
.u-icon_size-73-md:before {
    height: 73px;
  }
  .u-icon_size-73-md:after-imp,
.u-icon_size-73-md:before-imp {
    height: 73px !important;
  }
  .u-icon_size-73-md:after,
.u-icon_size-73-md:before {
    background-size: 73px 73px;
  }
  .u-icon_size-73-md:after-imp,
.u-icon_size-73-md:before-imp {
    background-size: 73px 73px !important;
  }
  .u-icon_size-74-md:after,
.u-icon_size-74-md:before {
    width: 74px;
  }
  .u-icon_size-74-md:after-imp,
.u-icon_size-74-md:before-imp {
    width: 74px !important;
  }
  .u-icon_size-74-md:after,
.u-icon_size-74-md:before {
    height: 74px;
  }
  .u-icon_size-74-md:after-imp,
.u-icon_size-74-md:before-imp {
    height: 74px !important;
  }
  .u-icon_size-74-md:after,
.u-icon_size-74-md:before {
    background-size: 74px 74px;
  }
  .u-icon_size-74-md:after-imp,
.u-icon_size-74-md:before-imp {
    background-size: 74px 74px !important;
  }
  .u-icon_size-75-md:after,
.u-icon_size-75-md:before {
    width: 75px;
  }
  .u-icon_size-75-md:after-imp,
.u-icon_size-75-md:before-imp {
    width: 75px !important;
  }
  .u-icon_size-75-md:after,
.u-icon_size-75-md:before {
    height: 75px;
  }
  .u-icon_size-75-md:after-imp,
.u-icon_size-75-md:before-imp {
    height: 75px !important;
  }
  .u-icon_size-75-md:after,
.u-icon_size-75-md:before {
    background-size: 75px 75px;
  }
  .u-icon_size-75-md:after-imp,
.u-icon_size-75-md:before-imp {
    background-size: 75px 75px !important;
  }
  .u-icon_size-76-md:after,
.u-icon_size-76-md:before {
    width: 76px;
  }
  .u-icon_size-76-md:after-imp,
.u-icon_size-76-md:before-imp {
    width: 76px !important;
  }
  .u-icon_size-76-md:after,
.u-icon_size-76-md:before {
    height: 76px;
  }
  .u-icon_size-76-md:after-imp,
.u-icon_size-76-md:before-imp {
    height: 76px !important;
  }
  .u-icon_size-76-md:after,
.u-icon_size-76-md:before {
    background-size: 76px 76px;
  }
  .u-icon_size-76-md:after-imp,
.u-icon_size-76-md:before-imp {
    background-size: 76px 76px !important;
  }
  .u-icon_size-77-md:after,
.u-icon_size-77-md:before {
    width: 77px;
  }
  .u-icon_size-77-md:after-imp,
.u-icon_size-77-md:before-imp {
    width: 77px !important;
  }
  .u-icon_size-77-md:after,
.u-icon_size-77-md:before {
    height: 77px;
  }
  .u-icon_size-77-md:after-imp,
.u-icon_size-77-md:before-imp {
    height: 77px !important;
  }
  .u-icon_size-77-md:after,
.u-icon_size-77-md:before {
    background-size: 77px 77px;
  }
  .u-icon_size-77-md:after-imp,
.u-icon_size-77-md:before-imp {
    background-size: 77px 77px !important;
  }
  .u-icon_size-78-md:after,
.u-icon_size-78-md:before {
    width: 78px;
  }
  .u-icon_size-78-md:after-imp,
.u-icon_size-78-md:before-imp {
    width: 78px !important;
  }
  .u-icon_size-78-md:after,
.u-icon_size-78-md:before {
    height: 78px;
  }
  .u-icon_size-78-md:after-imp,
.u-icon_size-78-md:before-imp {
    height: 78px !important;
  }
  .u-icon_size-78-md:after,
.u-icon_size-78-md:before {
    background-size: 78px 78px;
  }
  .u-icon_size-78-md:after-imp,
.u-icon_size-78-md:before-imp {
    background-size: 78px 78px !important;
  }
  .u-icon_size-79-md:after,
.u-icon_size-79-md:before {
    width: 79px;
  }
  .u-icon_size-79-md:after-imp,
.u-icon_size-79-md:before-imp {
    width: 79px !important;
  }
  .u-icon_size-79-md:after,
.u-icon_size-79-md:before {
    height: 79px;
  }
  .u-icon_size-79-md:after-imp,
.u-icon_size-79-md:before-imp {
    height: 79px !important;
  }
  .u-icon_size-79-md:after,
.u-icon_size-79-md:before {
    background-size: 79px 79px;
  }
  .u-icon_size-79-md:after-imp,
.u-icon_size-79-md:before-imp {
    background-size: 79px 79px !important;
  }
  .u-icon_size-80-md:after,
.u-icon_size-80-md:before {
    width: 80px;
  }
  .u-icon_size-80-md:after-imp,
.u-icon_size-80-md:before-imp {
    width: 80px !important;
  }
  .u-icon_size-80-md:after,
.u-icon_size-80-md:before {
    height: 80px;
  }
  .u-icon_size-80-md:after-imp,
.u-icon_size-80-md:before-imp {
    height: 80px !important;
  }
  .u-icon_size-80-md:after,
.u-icon_size-80-md:before {
    background-size: 80px 80px;
  }
  .u-icon_size-80-md:after-imp,
.u-icon_size-80-md:before-imp {
    background-size: 80px 80px !important;
  }
  .u-icon_size-81-md:after,
.u-icon_size-81-md:before {
    width: 81px;
  }
  .u-icon_size-81-md:after-imp,
.u-icon_size-81-md:before-imp {
    width: 81px !important;
  }
  .u-icon_size-81-md:after,
.u-icon_size-81-md:before {
    height: 81px;
  }
  .u-icon_size-81-md:after-imp,
.u-icon_size-81-md:before-imp {
    height: 81px !important;
  }
  .u-icon_size-81-md:after,
.u-icon_size-81-md:before {
    background-size: 81px 81px;
  }
  .u-icon_size-81-md:after-imp,
.u-icon_size-81-md:before-imp {
    background-size: 81px 81px !important;
  }
  .u-icon_size-82-md:after,
.u-icon_size-82-md:before {
    width: 82px;
  }
  .u-icon_size-82-md:after-imp,
.u-icon_size-82-md:before-imp {
    width: 82px !important;
  }
  .u-icon_size-82-md:after,
.u-icon_size-82-md:before {
    height: 82px;
  }
  .u-icon_size-82-md:after-imp,
.u-icon_size-82-md:before-imp {
    height: 82px !important;
  }
  .u-icon_size-82-md:after,
.u-icon_size-82-md:before {
    background-size: 82px 82px;
  }
  .u-icon_size-82-md:after-imp,
.u-icon_size-82-md:before-imp {
    background-size: 82px 82px !important;
  }
  .u-icon_size-83-md:after,
.u-icon_size-83-md:before {
    width: 83px;
  }
  .u-icon_size-83-md:after-imp,
.u-icon_size-83-md:before-imp {
    width: 83px !important;
  }
  .u-icon_size-83-md:after,
.u-icon_size-83-md:before {
    height: 83px;
  }
  .u-icon_size-83-md:after-imp,
.u-icon_size-83-md:before-imp {
    height: 83px !important;
  }
  .u-icon_size-83-md:after,
.u-icon_size-83-md:before {
    background-size: 83px 83px;
  }
  .u-icon_size-83-md:after-imp,
.u-icon_size-83-md:before-imp {
    background-size: 83px 83px !important;
  }
  .u-icon_size-84-md:after,
.u-icon_size-84-md:before {
    width: 84px;
  }
  .u-icon_size-84-md:after-imp,
.u-icon_size-84-md:before-imp {
    width: 84px !important;
  }
  .u-icon_size-84-md:after,
.u-icon_size-84-md:before {
    height: 84px;
  }
  .u-icon_size-84-md:after-imp,
.u-icon_size-84-md:before-imp {
    height: 84px !important;
  }
  .u-icon_size-84-md:after,
.u-icon_size-84-md:before {
    background-size: 84px 84px;
  }
  .u-icon_size-84-md:after-imp,
.u-icon_size-84-md:before-imp {
    background-size: 84px 84px !important;
  }
  .u-icon_size-85-md:after,
.u-icon_size-85-md:before {
    width: 85px;
  }
  .u-icon_size-85-md:after-imp,
.u-icon_size-85-md:before-imp {
    width: 85px !important;
  }
  .u-icon_size-85-md:after,
.u-icon_size-85-md:before {
    height: 85px;
  }
  .u-icon_size-85-md:after-imp,
.u-icon_size-85-md:before-imp {
    height: 85px !important;
  }
  .u-icon_size-85-md:after,
.u-icon_size-85-md:before {
    background-size: 85px 85px;
  }
  .u-icon_size-85-md:after-imp,
.u-icon_size-85-md:before-imp {
    background-size: 85px 85px !important;
  }
  .u-icon_size-86-md:after,
.u-icon_size-86-md:before {
    width: 86px;
  }
  .u-icon_size-86-md:after-imp,
.u-icon_size-86-md:before-imp {
    width: 86px !important;
  }
  .u-icon_size-86-md:after,
.u-icon_size-86-md:before {
    height: 86px;
  }
  .u-icon_size-86-md:after-imp,
.u-icon_size-86-md:before-imp {
    height: 86px !important;
  }
  .u-icon_size-86-md:after,
.u-icon_size-86-md:before {
    background-size: 86px 86px;
  }
  .u-icon_size-86-md:after-imp,
.u-icon_size-86-md:before-imp {
    background-size: 86px 86px !important;
  }
  .u-icon_size-87-md:after,
.u-icon_size-87-md:before {
    width: 87px;
  }
  .u-icon_size-87-md:after-imp,
.u-icon_size-87-md:before-imp {
    width: 87px !important;
  }
  .u-icon_size-87-md:after,
.u-icon_size-87-md:before {
    height: 87px;
  }
  .u-icon_size-87-md:after-imp,
.u-icon_size-87-md:before-imp {
    height: 87px !important;
  }
  .u-icon_size-87-md:after,
.u-icon_size-87-md:before {
    background-size: 87px 87px;
  }
  .u-icon_size-87-md:after-imp,
.u-icon_size-87-md:before-imp {
    background-size: 87px 87px !important;
  }
  .u-icon_size-88-md:after,
.u-icon_size-88-md:before {
    width: 88px;
  }
  .u-icon_size-88-md:after-imp,
.u-icon_size-88-md:before-imp {
    width: 88px !important;
  }
  .u-icon_size-88-md:after,
.u-icon_size-88-md:before {
    height: 88px;
  }
  .u-icon_size-88-md:after-imp,
.u-icon_size-88-md:before-imp {
    height: 88px !important;
  }
  .u-icon_size-88-md:after,
.u-icon_size-88-md:before {
    background-size: 88px 88px;
  }
  .u-icon_size-88-md:after-imp,
.u-icon_size-88-md:before-imp {
    background-size: 88px 88px !important;
  }
  .u-icon_size-89-md:after,
.u-icon_size-89-md:before {
    width: 89px;
  }
  .u-icon_size-89-md:after-imp,
.u-icon_size-89-md:before-imp {
    width: 89px !important;
  }
  .u-icon_size-89-md:after,
.u-icon_size-89-md:before {
    height: 89px;
  }
  .u-icon_size-89-md:after-imp,
.u-icon_size-89-md:before-imp {
    height: 89px !important;
  }
  .u-icon_size-89-md:after,
.u-icon_size-89-md:before {
    background-size: 89px 89px;
  }
  .u-icon_size-89-md:after-imp,
.u-icon_size-89-md:before-imp {
    background-size: 89px 89px !important;
  }
  .u-icon_size-90-md:after,
.u-icon_size-90-md:before {
    width: 90px;
  }
  .u-icon_size-90-md:after-imp,
.u-icon_size-90-md:before-imp {
    width: 90px !important;
  }
  .u-icon_size-90-md:after,
.u-icon_size-90-md:before {
    height: 90px;
  }
  .u-icon_size-90-md:after-imp,
.u-icon_size-90-md:before-imp {
    height: 90px !important;
  }
  .u-icon_size-90-md:after,
.u-icon_size-90-md:before {
    background-size: 90px 90px;
  }
  .u-icon_size-90-md:after-imp,
.u-icon_size-90-md:before-imp {
    background-size: 90px 90px !important;
  }
  .u-icon_size-91-md:after,
.u-icon_size-91-md:before {
    width: 91px;
  }
  .u-icon_size-91-md:after-imp,
.u-icon_size-91-md:before-imp {
    width: 91px !important;
  }
  .u-icon_size-91-md:after,
.u-icon_size-91-md:before {
    height: 91px;
  }
  .u-icon_size-91-md:after-imp,
.u-icon_size-91-md:before-imp {
    height: 91px !important;
  }
  .u-icon_size-91-md:after,
.u-icon_size-91-md:before {
    background-size: 91px 91px;
  }
  .u-icon_size-91-md:after-imp,
.u-icon_size-91-md:before-imp {
    background-size: 91px 91px !important;
  }
  .u-icon_size-92-md:after,
.u-icon_size-92-md:before {
    width: 92px;
  }
  .u-icon_size-92-md:after-imp,
.u-icon_size-92-md:before-imp {
    width: 92px !important;
  }
  .u-icon_size-92-md:after,
.u-icon_size-92-md:before {
    height: 92px;
  }
  .u-icon_size-92-md:after-imp,
.u-icon_size-92-md:before-imp {
    height: 92px !important;
  }
  .u-icon_size-92-md:after,
.u-icon_size-92-md:before {
    background-size: 92px 92px;
  }
  .u-icon_size-92-md:after-imp,
.u-icon_size-92-md:before-imp {
    background-size: 92px 92px !important;
  }
  .u-icon_size-93-md:after,
.u-icon_size-93-md:before {
    width: 93px;
  }
  .u-icon_size-93-md:after-imp,
.u-icon_size-93-md:before-imp {
    width: 93px !important;
  }
  .u-icon_size-93-md:after,
.u-icon_size-93-md:before {
    height: 93px;
  }
  .u-icon_size-93-md:after-imp,
.u-icon_size-93-md:before-imp {
    height: 93px !important;
  }
  .u-icon_size-93-md:after,
.u-icon_size-93-md:before {
    background-size: 93px 93px;
  }
  .u-icon_size-93-md:after-imp,
.u-icon_size-93-md:before-imp {
    background-size: 93px 93px !important;
  }
  .u-icon_size-94-md:after,
.u-icon_size-94-md:before {
    width: 94px;
  }
  .u-icon_size-94-md:after-imp,
.u-icon_size-94-md:before-imp {
    width: 94px !important;
  }
  .u-icon_size-94-md:after,
.u-icon_size-94-md:before {
    height: 94px;
  }
  .u-icon_size-94-md:after-imp,
.u-icon_size-94-md:before-imp {
    height: 94px !important;
  }
  .u-icon_size-94-md:after,
.u-icon_size-94-md:before {
    background-size: 94px 94px;
  }
  .u-icon_size-94-md:after-imp,
.u-icon_size-94-md:before-imp {
    background-size: 94px 94px !important;
  }
  .u-icon_size-95-md:after,
.u-icon_size-95-md:before {
    width: 95px;
  }
  .u-icon_size-95-md:after-imp,
.u-icon_size-95-md:before-imp {
    width: 95px !important;
  }
  .u-icon_size-95-md:after,
.u-icon_size-95-md:before {
    height: 95px;
  }
  .u-icon_size-95-md:after-imp,
.u-icon_size-95-md:before-imp {
    height: 95px !important;
  }
  .u-icon_size-95-md:after,
.u-icon_size-95-md:before {
    background-size: 95px 95px;
  }
  .u-icon_size-95-md:after-imp,
.u-icon_size-95-md:before-imp {
    background-size: 95px 95px !important;
  }
  .u-icon_size-96-md:after,
.u-icon_size-96-md:before {
    width: 96px;
  }
  .u-icon_size-96-md:after-imp,
.u-icon_size-96-md:before-imp {
    width: 96px !important;
  }
  .u-icon_size-96-md:after,
.u-icon_size-96-md:before {
    height: 96px;
  }
  .u-icon_size-96-md:after-imp,
.u-icon_size-96-md:before-imp {
    height: 96px !important;
  }
  .u-icon_size-96-md:after,
.u-icon_size-96-md:before {
    background-size: 96px 96px;
  }
  .u-icon_size-96-md:after-imp,
.u-icon_size-96-md:before-imp {
    background-size: 96px 96px !important;
  }
  .u-icon_size-97-md:after,
.u-icon_size-97-md:before {
    width: 97px;
  }
  .u-icon_size-97-md:after-imp,
.u-icon_size-97-md:before-imp {
    width: 97px !important;
  }
  .u-icon_size-97-md:after,
.u-icon_size-97-md:before {
    height: 97px;
  }
  .u-icon_size-97-md:after-imp,
.u-icon_size-97-md:before-imp {
    height: 97px !important;
  }
  .u-icon_size-97-md:after,
.u-icon_size-97-md:before {
    background-size: 97px 97px;
  }
  .u-icon_size-97-md:after-imp,
.u-icon_size-97-md:before-imp {
    background-size: 97px 97px !important;
  }
  .u-icon_size-98-md:after,
.u-icon_size-98-md:before {
    width: 98px;
  }
  .u-icon_size-98-md:after-imp,
.u-icon_size-98-md:before-imp {
    width: 98px !important;
  }
  .u-icon_size-98-md:after,
.u-icon_size-98-md:before {
    height: 98px;
  }
  .u-icon_size-98-md:after-imp,
.u-icon_size-98-md:before-imp {
    height: 98px !important;
  }
  .u-icon_size-98-md:after,
.u-icon_size-98-md:before {
    background-size: 98px 98px;
  }
  .u-icon_size-98-md:after-imp,
.u-icon_size-98-md:before-imp {
    background-size: 98px 98px !important;
  }
  .u-icon_size-99-md:after,
.u-icon_size-99-md:before {
    width: 99px;
  }
  .u-icon_size-99-md:after-imp,
.u-icon_size-99-md:before-imp {
    width: 99px !important;
  }
  .u-icon_size-99-md:after,
.u-icon_size-99-md:before {
    height: 99px;
  }
  .u-icon_size-99-md:after-imp,
.u-icon_size-99-md:before-imp {
    height: 99px !important;
  }
  .u-icon_size-99-md:after,
.u-icon_size-99-md:before {
    background-size: 99px 99px;
  }
  .u-icon_size-99-md:after-imp,
.u-icon_size-99-md:before-imp {
    background-size: 99px 99px !important;
  }
  .u-icon_size-100-md:after,
.u-icon_size-100-md:before {
    width: 100px;
  }
  .u-icon_size-100-md:after-imp,
.u-icon_size-100-md:before-imp {
    width: 100px !important;
  }
  .u-icon_size-100-md:after,
.u-icon_size-100-md:before {
    height: 100px;
  }
  .u-icon_size-100-md:after-imp,
.u-icon_size-100-md:before-imp {
    height: 100px !important;
  }
  .u-icon_size-100-md:after,
.u-icon_size-100-md:before {
    background-size: 100px 100px;
  }
  .u-icon_size-100-md:after-imp,
.u-icon_size-100-md:before-imp {
    background-size: 100px 100px !important;
  }
  .p-youtubeList {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  .p-recipeSummary_text {
    margin-left: 66%;
  }
}
@media only screen and (min-width: 768px) {
  /*! over Medium */
  .c-carouselSwiper_wrapper {
    width: calc(100% + 8px);
    transform: translate(0) !important;
    flex-wrap: wrap;
  }
  .c-card05-float .c-card_link {
    display: flex;
  }
  .c-card05-float .c-card_img {
    max-width: 265px;
    height: auto;
    min-height: 149px;
    padding-bottom: 0;
    flex: 0 0 52.373%;
  }
  .c-card05-float .c-card_content {
    padding: 24px 16px;
    flex: 1;
  }
  .c-card05-float .c-card_img + .c-card_content {
    padding: 24px 16px;
    align-self: center;
  }
  .c-card05-float .c-card_tag {
    float: none;
    margin-top: 0;
  }
  .c-card05-float .c-card_tag + .c-card_title {
    margin: 8px 0 0;
  }
  .c-card05-float2 .c-card_link {
    display: flex;
    flex-direction: row-reverse;
  }
  .c-card05-float2 .c-card_img {
    height: auto;
    min-height: 149px;
    padding-bottom: 0;
    flex: 0 0 57.896%;
  }
  .c-card05-float2 .c-card_content {
    padding: 24px 16px;
    flex: 1;
  }
  .c-card05-float2 .c-card_img + .c-card_content {
    padding: 24px 16px;
    align-self: center;
  }
  .c-card05-float2 .c-card_tag {
    float: none;
    margin-top: 0;
  }
  .c-card05-float2 .c-card_tag + .c-card_title {
    margin: 8px 0 0;
  }
  .c-card05-float3 .c-card_link {
    display: flex;
  }
  .c-card05-float3 .c-card_img {
    height: auto;
    min-height: 182px;
    padding-bottom: 0;
    flex: 0 0 48.807%;
  }
  .c-card05-float3 .c-card_content {
    padding: 24px 16px;
    flex: 1;
  }
  .c-card05-float3 .c-card_img + .c-card_content {
    padding: 24px 16px;
    align-self: center;
  }
  .c-card05-float3 .c-card_tag {
    float: none;
    margin-top: 0;
  }
  .c-card05-float3 .c-card_tag + .c-card_title {
    margin: 8px 0 0;
  }
  .u-dsp-sm {
    display: none;
  }
  .u-dsp-sm {
    display: none;
  }
  .u-dsp-sm-imp {
    display: none !important;
  }
  .p-likeLinks-top .p-likeLinks_list_link {
    height: 130px;
    padding: 0;
  }
  .p-likeLinks-top .p-likeLinks_list_link:before {
    position: relative;
    top: -26px;
    margin-bottom: -16px;
    transition: top 0.2s ease-in-out;
  }
  .p-likeLinks-top .p-likeLinks_list_link:hover:before {
    top: -42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*! Medium only */
  .c-visual {
    height: 428px;
  }
  .c-visual_title {
    font-size: 64px !important;
  }
  .c-visual_text {
    font-size: 14px !important;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .c-visual_title {
    font-size: 80px;
  }
  .c-visual_text {
    font-size: 16px;
  }
  .c-visual-position1 {
    padding-left: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .c-accordion-typeLink .c-accordion_title_link {
    font-size: 20px;
  }
  .p-sitemap_list_item {
    width: calc((100% - 64px) / 2);
  }
}
@media only screen and (max-width: 850px) {
  .p-likeLinks_list_link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 440px) {
  .p-likeLinks_list_link {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 375px) {
  .p-likeSec-sub .p-likeSec_list {
    margin-bottom: -16px;
  }
  .p-likeSec-sub .p-likeSec_list_item {
    margin-bottom: 16px;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-searchResults_info {
    justify-content: flex-start;
  }
  .p-searchResults_info .c-pulldown + .c-pulldown {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .p-sitemap_list_item {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .p-youtubeList {
    margin-right: calc((100vw - 100%) / -2);
    margin-left: calc((100vw - 100%) / -2);
    padding: 0 22px;
  }
}
@media only screen and (max-width: 1256px) {
  .p-recipeSummary {
    min-height: 44.5vw;
  }
}
@media only screen and (max-width: 1472px) {
  .p-topSection {
    margin-right: calc((100vw - 100%) / -2);
    margin-left: calc((100vw - 100%) / -2);
  }
}
.p-pageHeader {
  margin-bottom: 40px;
  padding: 34px 0 35px;
  background: #F6F3EE;
}
@media only screen and (min-width: 768px) {
  .p-pageHeader {
    margin-bottom: 56px;
    padding: 56px 0 56px;
  }
}
.p-pageHeader .p-pageHeader_tit {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .p-pageHeader .p-pageHeader_tit {
    font-size: 44px;
  }
}

.p-pageVisual {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .p-pageVisual {
    padding-bottom: 100px;
  }
}
.p-pageVisual .p-pageVisual_image img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-pageVisual .p-pageVisual_image {
    overflow: hidden;
    border-radius: var(--nissui-border-radius-lg);
  }
}
.p-pageVisual .p-pageVisual_container {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-bottom: 1px solid var(--nissui-color-gray-200);
  background: rgba(250, 248, 246, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media only screen and (min-width: 768px) {
  .p-pageVisual .p-pageVisual_container {
    margin-top: -120px;
    margin-left: auto;
    margin-right: 48px;
    margin-bottom: 48px;
    padding: 40px 48px;
    width: min(72%, 519px);
    border: 1px solid var(--nissui-color-gray-200);
    border-radius: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-pageVisual .p-pageVisual_container {
    position: absolute;
    right: 22px;
    bottom: 70px;
    width: 519px;
    margin: 0;
  }
}
.p-pageVisual .p-pageVisual_title {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--nissui-ff-sansserif-bold);
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-pageVisual .p-pageVisual_title {
    font-size: 28px;
  }
}
.p-pageVisual .p-pageVisual_title .u-icon::after {
  margin-left: 8px;
}
.p-pageVisual .p-pageVisual_text {
  color: var(--nissui-color-default);
  font-size: 14px;
  font-weight: 300;
  line-height: 180%; /* 25.2px */
}
@media only screen and (min-width: 768px) {
  .p-pageVisual .p-pageVisual_text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .l-inner .p-pageVisual {
    margin-inline: calc(var(--nissui-g-gutter) * -1);
  }
}
.l-layout-2col .p-pageVisual {
  margin-bottom: 56px;
}
.l-layout-2col .p-pageVisual + .l-grid {
  margin-top: 0;
}

.p-brandList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .p-brandList {
    display: flex;
  }
}
.p-brandList .p-brandList_item {
  flex-shrink: 0;
  color: var(--nissui-color-default);
}
@media only screen and (min-width: 768px) {
  .p-brandList .p-brandList_item {
    flex: 1 1 0%;
  }
}
.p-brandList .p-brandList_item .link {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #FBF9F7;
  text-decoration: none;
  color: inherit;
}
.p-brandList .p-brandList_item .img img {
  display: block;
  aspect-ratio: 1/1;
  transition: opacity 0.2s ease;
  width: 100%;
  max-width: 100%;
}
.p-brandList .p-brandList_item .text {
  display: flex;
  min-height: 42px;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
}
@media (hover: hover) {
  .p-brandList .p-brandList_item .link:hover {
    color: var(--nissui-color-nissuiRed);
  }
  .p-brandList .p-brandList_item .link:hover .img img {
    opacity: var(--nissui-hover-opacity);
  }
}

.p-footerLocalNav .l-section.l-section-bgGrey {
  padding-block: 56px;
}
@media only screen and (min-width: 768px) {
  .p-footerLocalNav .l-section.l-section-bgGrey {
    padding-block: 56px;
  }
}

.p-article_block .c-img, .p-article_textImage .p-article_textImage_img {
  display: table;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-article_block .c-img, .p-article_textImage .p-article_textImage_img {
    width: 100%;
  }
}
.p-article_block .c-img img, .p-article_textImage .p-article_textImage_img img {
  border-radius: 12px;
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-article_block .c-img img, .p-article_textImage .p-article_textImage_img img {
    width: 100%;
    max-width: none;
  }
}
.p-article_block .c-img .c-imgCaption, .p-article_textImage .p-article_textImage_img .c-imgCaption {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  caption-side: bottom;
  display: table-caption;
}

.p-article .c-catchText {
  color: var(--nissui-color-default);
  font-size: 24px;
  line-height: 160%; /* 38.4px */
  text-align: left;
}

.p-article_headingLv2 {
  color: var(--nissui-color-default);
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 18px;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
}
@media only screen and (min-width: 768px) {
  .p-article_headingLv2 {
    font-size: 22px;
  }
}
* + .p-article_headingLv2 {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  * + .p-article_headingLv2 {
    margin-top: 48px;
  }
}
.p-article_headingLv2 + * {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-article_headingLv2 + * {
    margin-top: 48px;
  }
}
.p-article_headingLv2 + .c-text {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .p-article_headingLv2 + .c-text {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .p-article_padding {
    padding-inline: min(7.63vw, 110px);
  }
}

.p-article_small {
  max-width: 838px;
}

.p-article_textImage {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-article_textImage {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-article_textImage .p-article_textImage_img.p-article_textImage_img-widthAuto img {
    width: auto;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-article_textImage .p-article_textImage_content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-article_textImage .p-article_textImage_content {
    flex: 1;
  }
}
.p-article_textImage .p-article_textImage_content .p-article_headingLv2 + * {
  margin-top: 8px !important;
}
@media only screen and (min-width: 768px) {
  .p-article_textImage .p-article_textImage_content .p-article_headingLv2 + * {
    margin-top: 16px !important;
  }
}
.p-article_textImage .p-article_textImage_content .c-text {
  font-size: 16px;
  line-height: 180%; /* 28.8px */
}
.p-article_textImage .p-article_textImage_content .c-text:not(:first-child) {
  margin-top: 2em;
}
@media only screen and (min-width: 768px) {
  .p-article_textImage.p-article_textImage-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .p-article_textImage.p-article_textImage-fixed > * {
    flex: 1 1 0%;
  }
  .p-article_textImage.p-article_textImage-fixed .p-article_textImage_img img {
    width: 100%;
  }
}

.p-article_block {
  display: block;
}
.p-article_block .p-article_block_col:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-article_block .p-article_block_col:not(:first-child) {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .p-article_gallery .l-grid {
    margin-bottom: -16px;
  }
  .p-article_gallery .l-grid .l-grid_item {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .p-article_gallery .l-grid {
    margin-inline: -12px;
    margin-bottom: -24px;
  }
  .p-article_gallery .l-grid .l-grid_item {
    padding-inline: 12px;
    margin-bottom: 24px;
  }
}
.p-article_gallery .l-grid iframe, .p-article_gallery .l-grid video {
  display: block;
  border-radius: 12px;
}

.p-article_bio {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--nissui-color-default);
  text-align: center;
}
.p-article_bio .p-article_bio_img img {
  aspect-ratio: 1/1;
  display: block;
  width: 136px;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .p-article_bio .p-article_bio_img img {
    width: 160px;
  }
}
.p-article_bio .p-article_bio_img + * {
  margin-top: 16px;
}
.p-article_bio .p-article_bio_title {
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 14px;
  font-weight: 600;
  line-height: 180%; /* 25.2px */
}
.p-article_bio .p-article_bio_title + * {
  margin-top: 8px;
}
.p-article_bio .p-article_bio_text {
  font-size: 14px;
  font-weight: 300;
  line-height: 180%; /* 25.2px */
}

.p-article_share {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding-block: 16px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
@media only screen and (min-width: 768px) {
  .p-article_share {
    padding-block: 24px;
  }
}
.p-article_share .p-article_share_title {
  color: var(--nissui-color-default);
  text-align: center;
  font-family: var(--nissui-ff-sansserif-bold);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.p-article_share .p-article_share_links {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.p-article_share .p-article_share_links a {
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  transition: opacity var(--nissui-hover-opacity, 0.7) var(--nissui-hover-easing, ease);
}
@media (hover: hover) {
  .p-article_share .p-article_share_links a:hover {
    opacity: var(--nissui-hover-opacity, 0.7);
  }
}
.p-article_share .p-article_share_links img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-article_author {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-article_author {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.p-article_author .p-article_author_img {
  flex: 0 0 auto;
  width: 72px;
}
@media only screen and (min-width: 768px) {
  .p-article_author .p-article_author_img {
    width: 104px;
  }
}
.p-article_author .p-article_author_img img {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 100%;
}
.p-article_author .p-article_author_content {
  flex: 1;
}
.p-article_author + * {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-article_author + * {
    margin-top: 40px;
  }
}
.p-article_author.p-article_author-reverse {
  flex-direction: row-reverse;
}
.p-article_author.p-article_author-align {
  align-items: flex-start;
}

.p-article_margin-md {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .p-article_margin-md {
    margin-top: 48px;
  }
}
/*# sourceMappingURL=style.css.map */