/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.display-none-more-1000 {
  display: block;
}
@media screen and (min-width: 993px) {
  .display-none-more-1000 {
    display: none;
  }
}

.display-none-less-1000 {
  display: none;
}
@media screen and (min-width: 993px) {
  .display-none-less-1000 {
    display: block;
  }
}

.display-none-sp {
  display: block;
}
@media screen and (max-width: 992px) {
  .display-none-sp {
    display: none;
  }
}

.display-only-sp {
  display: none;
}
@media screen and (max-width: 992px) {
  .display-only-pc {
    display: none;
  }
  .display-only-sp {
    display: block;
  }
}

:root {
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #030000;
}
:root svg {
  fill: currentColor;
}
:root a,
:root button {
  cursor: pointer;
}

.line-clamp-2{
  display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
  height: 2.8em;
}

.line-clamp-2_2{
  display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
  height: 3.4em;
}

.line-clamp-3{
  display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-clamp-3_2{
  display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
  height: 4.6em;
}

.section {
  position: relative;
}
.section .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 2px;
}
@media screen and (min-width: 993px) {
  .section .title {
    position: unset;
  }
}
.section .title > span {
  margin: 0 15px;
  text-align: center;
}
.section .title > img {
  width: 35px;
}
.section .title > img.sp-second-line {
  margin-top: 30px;
}
@media screen and (min-width: 993px) {
  .section .title > img.sp-second-line {
    margin-top: 0px;
  }
}
.section .title::before {
  content: "";
  position: absolute;
  background: url("../images/right-arrow.png") no-repeat;
  background-size: contain;
  width: 247.5px;
  height: 113.5px;
  left: auto;
  right: auto;
  bottom: 70%;
}
@media screen and (min-width: 993px) {
  .section .title::before {
    width: 298px;
    height: 138px;
    left: calc(50% - 292px);
    top: -50%;
  }
}
.section .title.left-arrow::before {
  content: "";
  position: absolute;
  background: url("../images/left-arrow.png") no-repeat;
  background-size: contain;
  width: 247.5px;
  height: 113.5px;
}
@media screen and (min-width: 993px) {
  .section .title.left-arrow::before {
    width: 298px;
    height: 138px;
    left: 50%;
    top: -50%;
  }
}
@media screen and (min-width: 993px) {
  .section .title.sp-second-line-arrow::before {
    bottom: 50px;
  }
}
.section p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0.64px;
  text-align: center;
  color: #030000;
  word-break: break-all;
}
.section p span {
  font-weight: bold;
  margin-right: 0.5em;
}
.section .width-fit {
  letter-spacing: -1px;
}
@media screen and (min-width: 993px) {
  .section .width-fit {
    letter-spacing: 0.64px;
  }
}

.section-bg {
  background-image: url("../images/section-bg.jpg");
  background-repeat: repeat;
  background-size: 8px 8px;
  position: absolute;
  width: 100%;
  height: 375px;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-bg.baby-food-recipe-bg {
  height: 371px;
}
@media screen and (min-width: 993px) {
  .section-bg.baby-food-recipe-bg {
    height: 351.5px;
  }
}
.section-bg.pre-mama-recipe-bg {
  height: 371px;
}
@media screen and (min-width: 993px) {
  .section-bg.pre-mama-recipe-bg {
    height: 351.5px;
  }
}
.section-bg.instagram-bg {
  height: 331.5px;
}
@media screen and (min-width: 993px) {
  .section-bg.instagram-bg {
    height: 318px;
  }
}
.section-bg.recipe-bg {
  height: 240.5px;
}
@media screen and (min-width: 993px) {
  .section-bg.recipe-bg {
    height: 279px;
  }
}
.section-bg.goods-bg {
  height: 331.5px;
}
@media screen and (min-width: 993px) {
  .section-bg.goods-bg {
    height: 318px;
  }
}
.section-bg.question-bg {
  height: 256px;
}
@media screen and (min-width: 993px) {
  .section-bg.question-bg {
    height: 318px;
  }
}
.section-bg.recommend-bg {
  height: 371px;
}
@media screen and (min-width: 993px) {
  .section-bg.recommend-bg {
    height: 318px;
  }
}
.section-bg.nutrition-bg {
  height: 361px;
}
@media screen and (min-width: 993px) {
  .section-bg.nutrition-bg {
    height: 318px;
  }
}

.section-heading {
  padding-top: 72.5px;
  position: relative;
}

.read-more {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 50px;
  border-radius: 25px;
  background-color: #eaecef;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0.64px;
  text-align: left;
  color: #030000;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .read-more {
    max-width: 400px;
    transition: all 300ms linear;
  }
  .read-more:hover {
    background-color: #dddddd;
  }
}
.read-more.more-recipe-info {
  width: 100%;
  border: solid 2px #d72817;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0.64px;
  text-align: left;
  color: #d72817;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .read-more.more-recipe-info:hover {
    background-color: #d72817;
    color: #ffffff;
  }
}

.animation {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
  transform: translateY(60px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.swiper-container {
  margin-top: 30px;
}
@media screen and (min-width: 993px) {
  .swiper-container {
    display: none;
  }
}
.swiper-container.instagram-swiper {
  margin-bottom: 41px;
}
.swiper-container.recipe-swiper {
  margin-bottom: 87.5px;
}
@media screen and (min-width: 993px) {
  .swiper-container.recipe-swiper {
    display: block;
  }
}
.swiper-container.goods-swiper {
  margin-bottom: 40px;
}

.swiper-slide a img {
  width: 100%;
}

.swiper-slide.goods-swiper-img a img {
  border: solid 1px #d72817;
}

.swiper-slide.goods-swiper-img a p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #030000;
  margin-top: 21px;
}

.swiper-button-prev {
  background: url("../images/slide-arrow-left.png") no-repeat center
    center/contain;
  width: 72px;
  height: 100px;
  left: 0px;
}

.swiper-button-prev::after {
  content: "";
}

.swiper-button-next {
  background: url("../images/slide-arrow-right.png") no-repeat center
    center/contain;
  width: 72px;
  height: 100px;
  right: 0px;
}

.swiper-button-next::after {
  content: "";
}

.swiper-container.goods-swiper .swiper-button-prev,
.swiper-container.goods-swiper .swiper-button-next {
  top: 40%;
}
@media screen and (max-width: 992px) {
  .swiper-container.goods-swiper .swiper-button-prev,
  .swiper-container.goods-swiper .swiper-button-next {
    top: 35%;
  }
}

.swiper-container.channel-container .swiper-button-prev,
.swiper-container.channel-container .swiper-button-next {
  top: 40%;
}
@media screen and (max-width: 992px) {
  .swiper-container.channel-container .swiper-button-prev,
  .swiper-container.channel-container .swiper-button-next {
    top: 35%;
  }
}

.swiper-container.nutrition-container .swiper-button-prev,
.swiper-container.nutrition-container .swiper-button-next {
  top: 40%;
}
@media screen and (max-width: 992px) {
  .swiper-container.nutrition-container .swiper-button-prev,
  .swiper-container.nutrition-container .swiper-button-next {
    top: 35%;
  }
}

.recipe-swiper-container {
  max-width: 1060px;
  padding-top: 20px;
}
.recipe-swiper-container .swiper-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.recipe-swiper-container .swiper-wrapper.nutrition-wrapper {
  max-width: 100%;
}
.recipe-swiper-container .swiper-wrapper.channel-wrapper {
  max-width: 100%;
}

header {
  width: 100%;
}
header > div {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-height: 375px) {
  header > div {
    padding: 5px;
  }
}
@media screen and (min-width: 993px) {
  header > div {
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: max(20px, (100% - 1000px) / 2);
    padding-right: max(20px, (100% - 1000px) / 2);
  }
}
header > div .logo {
  width: 56px;
}
header > div .text-j {
  display: none;
  width: 120px;
  margin-left: 40px;
}
@media screen and (min-width: 993px) {
  header > div .text-j {
    display: block;
  }
}
header > div .menu-switch {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  fill: #ffffff;
}
header > div .menu-switch.menu-close {
  display: none;
  transform: rotate(45deg);
  background-color: #ccc;
}
header > div > div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
header > div > div:last-of-type {
  margin-left: auto;
  background-color: #f3a79e;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  header > div > div:last-of-type {
    display: none;
  }
}
header > div > ul {
  display: none;
  margin-left: auto;
  align-items: center;
}
@media screen and (min-width: 993px) {
  header > div > ul {
    display: flex;
  }
}
header > div > ul > li {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.64px;
  color: #030000;
}
header > div > ul > li:not(:first-of-type) {
  margin-left: 1.5em;
}
header .navi-sp {
  display: none;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  margin-top: -76px;
}
@media screen and (min-width: 993px) {
  header .navi-sp {
    display: none;
  }
}
header .navi-sp .separater {
  width: 100%;
  padding: 76px 10px 0;
}
header .navi-sp .separater > div {
  width: 100%;
  height: 1px;
  background-color: #030000;
}
header .navi-sp .inner {
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .navi-sp .inner .text-j {
  width: 120px;
}
header .navi-sp .inner > ul {
  margin-top: 50px;
}
header .navi-sp .inner > ul > li {
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 1.28px;
  text-align: center;
  color: #030000;
}

@media screen and (max-height: 375px) {
  header .navi-sp .inner{
    height: 80%;
  }

  header .navi-sp .inner > ul{
    margin-top: 20px;
  }
  header .navi-sp .inner > ul > li{
    line-height: 35px;
  }
}

#fade-header {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

@keyframes animation-top-text {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  50% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.main-view-section {
  position: relative;
}
.main-view-section img {
  max-width: 100%;
  object-fit: contain;
}
.main-view-section img.child-page-top-text-dots.babyfoodgoods-dots {
  width: 629px;
}
.main-view-section .child-page-top-text-dots-short {
  max-width: 50%;
  object-fit: contain;
}
.main-view-section .top-text {
  position: absolute;
  top: calc(100% * 2 / 3 - 50px);
  width: 100%;
  height: 100px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 993px) {
  .main-view-section .top-text {
    top: calc(50% - 50px);
  }
}
.main-view-section .top-text > div {
  width: fit-content;
  height: fit-content;
  padding: 16px 17px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: -7px;
  animation-name: animation-top-text;
  animation-duration: 2s;
}
.main-view-section .top-text > .child-page-top-text-wrapper {
  background-color: rgba(255, 255, 255, 0);
}
.main-view-section .top-text > .child-page-top-text-wrapper h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 3.8px;
  text-align: center;
  color: #030000;
  margin-bottom: 35px;
}
@media screen and (max-width: 992px) {
  .main-view-section .top-text > .child-page-top-text-wrapper h1 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial,
      "Yu Gothic", YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Noto Color Emoji";
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 34px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #030000;
    margin-bottom: 5px;
  }
}
.main-view-section .top-text > .child-page-top-text-wrapper div {
  margin: auto;
  text-align: center;
}
.main-view-section .top-text > .child-page-top-text-wrapper p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 3.2px;
  text-align: center;
  color: #030000;
  margin-top: 28.5px;
  line-height: 1.6em;
}
@media screen and (max-width: 992px) {
  .main-view-section .top-text > .child-page-top-text-wrapper p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial,
      "Yu Gothic", YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Noto Color Emoji";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0.64px;
    text-align: center;
    color: #030000;
  }
  .main-view-section .top-text > .child-page-top-text-wrapper p span {
    height: 0;
  }
}
.main-view-section .top-text > img:first-of-type {
  width: 319px;
  z-index: 1;
  animation-name: animation-top-text;
  animation-duration: 2s;
}
@media screen and (max-width: 992px) {
  .main-view-section .top-text-with-sp-bg {
    height: auto;
    padding: 20px;
    top: calc(100% * 2 / 3 - 150px);
    margin: auto 5%;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    margin-top: 12px;
  }
}
.main-view-section .logo {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 56px;
}
@media screen and (min-width: 993px) {
  .main-view-section .logo {
    top: 50px;
    left: 50px;
  }
}

.letter-animation {
  display: flex;
  align-items: center;
}
.letter-animation > img {
  height: 39px;
  object-fit: contain;
  opacity: 0;
  transform: rotate(-40deg) scale(0.1);
}
.letter-animation > img:not(:first-of-type) {
  margin-left: 0.5em;
}
.letter-animation > img.animate {
  opacity: 1;
  transform: rotate(0) scale(1);
  transition: opacity 300ms cubic-bezier(0.14, 0.87, 0.74, 1.04) 1300ms,
    transform 300ms cubic-bezier(0.27, 0.81, 0.45, 1.02) 1300ms;
}

@media screen and (max-width: 320px) {
  .letter-animation > img {
    height: 30px;
  }
}

@keyframes animation-top-slider-bottom-cover {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.top-slider-bottom-cover {
  position: absolute;
  bottom: calc(100vw * (28 / 1280) * -1);
  left: 0;
  right: 0;
  color: #ffffff;
  animation-name: animation-top-slider-bottom-cover;
  animation-duration: 1s;
  animation-timing-function: linear;
}

@media screen and (min-width: 993px) {
  .slogan-section {
    margin-top: 80px;
  }
}

.slogan-modal-wrapper {
  display: block;
  padding: 38px 20px 97.5px;
}
@media screen and (min-width: 993px) {
  .slogan-modal-wrapper {
    display: none;
  }
}
.slogan-modal-wrapper .modal-open {
  width: 100%;
  height: 55px;
  border-radius: 27.5px;
  background-color: #d72817;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slogan-modal-wrapper .modal-open > img {
  margin-left: 16px;
  width: 85px;
  object-fit: contain;
}
.slogan-modal-wrapper .modal-open > svg {
  position: absolute;
  right: 15px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ffffff;
  fill: #d72817;
}

.slogan-container {
  display: none;
}
@media screen and (min-width: 993px) {
  .slogan-container {
    display: flex;
    margin-bottom: 80px;
    justify-content: center;
    align-items: center;
  }
}

.slogan-left {
  width: 220px;
  margin-left: 70px;
}
.slogan-left img {
  width: 100%;
}

.slogan-right {
  margin-left: 100px;
}
.slogan-right p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 31px;
  letter-spacing: 3.2px;
  text-align: left;
  color: #030000;
}

.child-page-fv .slick-list .slick-track img {
  height: 570px;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .child-page-fv .slick-list .slick-track img {
    height: 315px;
  }
}

@media screen and (max-width: 992px) {
  .child-page-fv .top-text-with-sp-bg {
    min-height: 170px;
    padding: 0 5px;
  }
  .child-page-fv .top-text-with-sp-bg .child-page-top-text-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .child-page-fv .top-text-with-sp-bg .child-page-top-text-wrapper div {
    display: flex;
    justify-content: center;
  }
  .child-page-fv .top-text-with-sp-bg .child-page-top-text-wrapper p {
    margin-top: 5px;
  }
}

.baby-food-recipe-category-section {
  text-align: center;
  margin: 30px auto;
  background-image: url(../images/section-bg.jpg);
  background-repeat: repeat;
  background-size: 8px 8px;
  width: 1000px;
  height: 170px;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .baby-food-recipe-category-section {
    width: 100%;
    height: 130px;
  }
}
.baby-food-recipe-category-section table {
  width: 960px;
  height: 130px;
  background-color: #ffffff;
  text-align: center;
  margin: auto;
  padding: 20px;
  display: table;
}
@media screen and (max-width: 992px) {
  .baby-food-recipe-category-section table {
    height: 70px;
    width: 750px;
  }
}
.baby-food-recipe-category-section table tr {
  display: table-cell;
  vertical-align: middle;
}
.baby-food-recipe-category-section table tr td {
  height: 130px;
  width: 190px;
  font-size: 14px;
  font-weight: bold;
  margin: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border: #f9dcd7 2px solid;
  border-width: 0 1px;
  line-height: 1.25rem;
}
.baby-food-recipe-category-section table tr td:first-of-type {
  border-width: 0 1px 0 0;
}
.baby-food-recipe-category-section table tr td:last-of-type {
  border-width: 0 0 0 1px;
}
@media screen and (max-width: 992px) {
  .baby-food-recipe-category-section table tr td {
    max-width: 200px;
    height: 50px;
    font-size: 11px;
    width: 150px;
  }
}
.baby-food-recipe-category-section table tr td a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baby-food-recipe-category-section table tr .active-recipe-section {
  background-color: #f9dcd7;
  height: 130px;
}
@media screen and (max-width: 992px) {
  .baby-food-recipe-category-section table tr .active-recipe-section {
    height: 92px;
  }
}

.baby-food-recipe-category-section-in-detail {
  height: 170px;
}
.baby-food-recipe-category-section-in-detail table {
  height: 130px;
}
.baby-food-recipe-category-section-in-detail table tr td {
  height: 130px;
}
.baby-food-recipe-category-section-in-detail table tr .active-recipe-section {
  height: 130px;
}
@media screen and (max-width: 992px) {
  .baby-food-recipe-category-section-in-detail {
    width: 100%;
    padding-top: 30px;
    height: 130px;
  }
  .baby-food-recipe-category-section-in-detail table {
    height: 70px;
  }
  .baby-food-recipe-category-section-in-detail table tr td {
    height: 70px;
  }
  .baby-food-recipe-category-section-in-detail table tr .active-recipe-section {
    height: 70px;
  }
}

.search-other {
  max-width: 400px;
  transition: all 300ms linear;
  border: solid 1px #ccc;
  color: #030000;
  border-radius: 25px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: calc(100% - 40px);
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0.64px;
  text-align: center;
}
.search-other:hover {
  border: solid 1px #ffffff;
  background-color: #ccc;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .search-other {
    margin-bottom: 50px;
  }
  .search-other:hover {
    border: solid 1px #ccc;
    background-color: #ffffff;
    color: #030000;
  }
}

.no-margin-btn {
  margin-bottom: 0;
}

#search-modal {
  position: fixed;
  overflow-y: scroll;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9929;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  padding: 20px;
  z-index: 150;
}

#search-modal.is-show {
  opacity: 1;
  visibility: visible;
}

#search-modal-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1000px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 0 6px #ddd;
}
@media screen and (max-width: 992px) {
  #search-modal-inner {
    height: fit-content;
    width: 100%;
    padding: 50px 25px;
    top: 0;
    transform: translate(-50%, 0%);
  }
  #search-modal-inner .search-condition {
    display: block;
  }
  #search-modal-inner .search-condition .left {
    margin-bottom: 25px;
  }
  #search-modal-inner .search-condition .right {
    width: auto;
  }
  #search-modal-inner .search-condition .right ul li {
    width: 50%;
  }
}

@media screen and (max-height: 560px) {
  #search-modal-inner {
    transform: translate(-50%, 0%);
    top: 0;
    left: 50%;
  }
}

#search-modal-inner img {
  width: 100%;
}

#close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

#close-btn i {
  font-size: 20px;
  color: #333;
}

#modal-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  cursor: pointer;
}

#search-modal-inner hr {
  border-color: #ccc;
  margin-bottom: 40px;
}

.search-condition {
  display: flex;
}
.search-condition .left {
  width: 200px;
  font-weight: bold;
}
.search-condition .right {
  width: 100%;
}
.search-condition ul {
  display: inline-flex;
  flex-wrap: wrap;
  width: inherit;
}
.search-condition ul li {
  width: 33%;
  height: 70px;
  display: flex;
  margin-top: -16px;
  align-items: center;
}
.search-condition ul li label {
  display: block;
  text-align: left;
  width: 100%;
}
.search-condition ul li label:after {
  content: "";
  clear: both;
  display: block;
}
.search-condition ul li label div {
  min-width: 150px;
  padding-top: 10px;
}
.search-condition ul li label p {
  float: left;
  padding-top: 8px;
  position: relative;
  width: calc(100% - 50px);
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 992px) {
  .search-condition ul li label p {
    width: calc(100% - 55px);
    padding-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }
}
.search-condition ul li label input {
  float: left;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  display: flex;
  vertical-align: middle;
  height: 100%;
  background-repeat: no-repeat;
  background-position-y: 15px;
}
.search-condition ul li input[type="checkbox"] {
  display: inline-block;
  content: "";
  width: 30px;
  height: 100%;
  margin-right: 20px;
  background-image: url("../images/modal-check-none.png");
  border: none;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .search-condition ul li input[type="checkbox"] {
    width: 30px;
    margin-right: 16px;
  }
}
.search-condition ul li input[type="checkbox"]:checked {
  background-image: url("../images/modal-check-checked.png");
  border: none;
  background-size: contain;
}

.search-modal-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .search-modal-footer {
    display: block;
  }
}
.search-modal-footer .search-modal-footer-input {
  width: 400px;
  display: inline-flex;
  height: 50px;
}
@media screen and (max-width: 992px) {
  .search-modal-footer .search-modal-footer-input {
    width: 100%;
  }
}
.search-modal-footer .search-modal-footer-input input {
  width: 100%;
  height: 50px;
  padding: 10px;
  background-color: #eeeeee;
}
.search-modal-footer .search-modal-footer-input i {
  height: 50px;
  line-height: 50px;
  margin-left: -30px;
}
.search-modal-footer .search-modal-footer-button button {
  max-width: 400px;
  width: 400px;
  transition: all 300ms linear;
  border: solid 1px #d72817;
  color: #ffffff;
  border-radius: 25px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #d72817;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0.64px;
  text-align: left;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .search-modal-footer .search-modal-footer-button button {
    margin-top: 25px;
    width: 100%;
  }
}

.pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 75px auto;
  height: 50px;
}
.pagination img {
  padding: 0 10px;
}
.pagination ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 4px;
}
.pagination ul li {
  font-size: 18px;
  font-weight: bold;
  padding: 6px;
  margin: 0 10px;
  font-weight: "Yu Gothic", YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  border-bottom: 4px solid #ffffff;
}
.pagination ul li.pagination-active {
  border-bottom: 4px solid #d72817;
  border-radius: 2px;
}
@media screen and (max-width: 320px) {
  .pagination ul li {
    padding: 5px;
  }
}
.pagination ul li.pagination-active {
  border-bottom: 4px solid #d72817;
  border-radius: 2px;
}

.recipe-datail-main-view-section {
  display: inline-flex;
  background-color: #fef8f7;
  height: 560px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .recipe-datail-main-view-section {
    display: block;
    height: auto;
  }
  .recipe-datail-main-view-section .slick-list {
    height: 350px;
  }
}
.recipe-datail-main-view-section p {
  line-height: 1.5rem;
}
.recipe-datail-main-view-section .recipe-datail-main-view-section-inner {
  display: inline-flex;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .recipe-datail-main-view-section .recipe-datail-main-view-section-inner {
    display: block;
  }
}
.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .left{
  position: relative;
}

.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .left
  img {
  width: 500px;
  height: 500px;
  margin: 30px 0 20px;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .recipe-datail-main-view-section
    .recipe-datail-main-view-section-inner
    .left{
    margin: 0;
    width: 100%;/*上下のpaddingと同じにする*/
    height: 0;
    padding-top: 100%;/*widthと同じにする*/
    overflow: hidden;
  }

  .recipe-datail-main-view-section
    .recipe-datail-main-view-section-inner
    .left
    img {
      margin: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
  }
}

.recipe-datail-main-view-section .recipe-datail-main-view-section-inner .right {
  height: 400px;
  display: table;
  text-align: left;
  margin-left: 50px;
}
@media screen and (max-width: 992px) {
  .recipe-datail-main-view-section
    .recipe-datail-main-view-section-inner
    .right {
    margin: 0 auto;
    height: 300px;
    width: calc(100% - 43px);
    padding-bottom: 30px;
  }
}
.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .right
  .right-inner {
  height: 560px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .recipe-datail-main-view-section
    .recipe-datail-main-view-section-inner
    .right
    .right-inner {
    height: unset;
  }
}

.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .right
  .right-inner
  .recipe-logo{
    max-width: 90px;
  }

  @media screen and (max-width: 992px) {
    .recipe-datail-main-view-section
      .recipe-datail-main-view-section-inner
      .right
      .right-inner
      .recipe-logo{
        margin-top: 30px;
      }
  }

  .recipe-datail-main-view-section
    .recipe-datail-main-view-section-inner
    .right
    .right-inner
    .recipe-logo
    img{
      width: 100%;
    }

.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .right
  .right-inner
  h1 {
  font-weight: bold;
  font-size: 30px;
  color: #d72817;
  margin-bottom: 27.5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .recipe-datail-main-view-section
    .recipe-datail-main-view-section-inner
    .right
    .right-inner
    h1 {
      margin-top: 20px;
    }
}

.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .right
  .right-inner
  p {
  margin-bottom: 37px;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
  color: #030000;
}
.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .right
  .right-inner
  .recipe-info-wrapper {
  display: inline-flex;
}
@media screen and (max-width: 992px) {
  .recipe-datail-main-view-section
    .recipe-datail-main-view-section-inner
    .right
    .right-inner
    .recipe-info-wrapper {
    display: flex;
  }
}
.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .right
  .right-inner
  .recipe-info-wrapper
  .recipe-target {
  background-color: #faf9d6;
}
.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .right
  .right-inner
  .recipe-info-wrapper
  .recipe-target
  h4 {
  font-size: 14px;
  font-weight: bold;
  color: #bcb948;
  margin-top: 10px;
}
.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .right
  .right-inner
  .recipe-info-wrapper
  .recipe-target
  p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.56px;
  text-align: center;
  color: #030000;
  border-radius: 4px;
}
.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .right
  .right-inner
  .recipe-info-wrapper
  .recipe-time {
  background-color: #fbe1dc;
}
.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .right
  .right-inner
  .recipe-info-wrapper
  .recipe-time
  h4 {
  font-size: 14px;
  font-weight: bold;
  color: #ed7761;
  margin-top: 10px;
}
.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .right
  .right-inner
  .recipe-info-wrapper
  .recipe-time
  p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.56px;
  text-align: center;
  color: #030000;
  border-radius: 4px;
}
.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .right
  .right-inner
  .recipe-info-wrapper
  div {
  width: 150px;
  text-align: center;
  margin: auto;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .recipe-datail-main-view-section
    .recipe-datail-main-view-section-inner
    .right
    .right-inner
    .recipe-info-wrapper
    div {
    width: 50%;
  }
}
.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .right
  .right-inner
  .recipe-info-wrapper
  div
  img {

}
@media screen and (max-width: 992px) {
  .recipe-datail-main-view-section
    .recipe-datail-main-view-section-inner
    .right
    .right-inner
    .recipe-info-wrapper
    div
    img {
  }
}
.recipe-datail-main-view-section
  .recipe-datail-main-view-section-inner
  .right
  .right-inner
  .recipe-info-wrapper
  div
  p {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 44px;
  margin-top: 10px;
  background-color: white;
}

.recipe-detail-howto-section {
  display: flex;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 30px auto;
}
@media screen and (max-width: 992px) {
  .recipe-detail-howto-section {
    display: block;
  }
}
.recipe-detail-howto-section .left table {
  width: 280px;
  border: 1px solid #efeeed;
}
@media screen and (max-width: 992px) {
  .recipe-detail-howto-section .left table {
    width: calc(100% - 43px);
    margin: auto;
  }
}
.recipe-detail-howto-section .left table th {
  background-color: #efeeed;
  color: #030000;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  padding: 10px;
  height: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.6px;
  color: #030000;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.recipe-detail-howto-section .left table ul {
  list-style: none;
  /* Remove default bullets */
  padding: 15px;
  text-align: left;
}
.recipe-detail-howto-section .left table ul li {
  font-size: 14px;
  line-height: 25px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.recipe-detail-howto-section .left table ul li::before {
  content: "\2022";
  color: #d72817;
  display: inline-block;
  margin-right: 5px;
}
.recipe-detail-howto-section .right {
  text-align: left;
  margin-left: 80px;
}
@media screen and (max-width: 992px) {
  .recipe-detail-howto-section .right {
    width: calc(100% - 43px);
    margin: 0 auto;
    margin-top: 50px;
  }
}
.recipe-detail-howto-section .right .howto-cook-heading {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: solid 3px #d72817;
  margin-bottom: 29px;
}
.recipe-detail-howto-section .right .howto-cook-heading .hotto-icon-box {
  width: 60px;
  height: 60px;
  background-color: #d72817;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recipe-detail-howto-section .right .howto-cook-heading .hotto-icon-box img {
  width: 25px;
  height: 30px;
}
.recipe-detail-howto-section .right .howto-cook-heading h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 34px;
  letter-spacing: 1.44px;
  color: black;
  margin-left: 24.5px;
}
.recipe-detail-howto-section .right h3 {
  border-bottom: 3px solid #eeeeed;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.28px;
  text-align: left;
  color: #030000;
  margin-top: -28px;
  padding-bottom: 15px;
}
.recipe-detail-howto-section .right .arrage-text {
  margin-top: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 1.12px;
  text-align: left;
  color: #030000;
}
.recipe-detail-howto-section table {
  margin-bottom: 25px;
  border: none;
}
.recipe-detail-howto-section table .howto-step {
  text-align: center;
  margin: auto;
  padding-top: 5px;
}
.recipe-detail-howto-section table .howto-step p {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 40px;
  min-height: 40px;
  border: 1px solid #030000;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #030000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-right: 21px;
}
.recipe-detail-howto-section .howto-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #030000;
  padding-bottom: 41px;
}

@media screen and (max-width: 992px) {
  .br-title {
    line-height: 1.2rem;
  }
}

#product-for-recipe {
  margin-top: 130px;
}
@media screen and (max-width: 992px) {
  #product-for-recipe {
    margin-top: 70px;
  }
}
#product-for-recipe .left-arrow {
  margin-top: 20px;
}
#product-for-recipe .section-bg {
  margin-top: 20px;
}

.share-recipe {
  display: flex;
  /* background-color: #fef8f7; */
  height: 90px;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: auto;
  justify-content: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 992px) {
  .share-recipe {
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 0px;
    height: auto;
    padding: 35px;
    width: calc(100% - 43px);
  }
}
.share-recipe div {
  height: inherit;
  vertical-align: middle;
  margin: 0px 14px;
}
.share-recipe .left p {
  height: inherit;
  vertical-align: middle;
  display: table-cell;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.28px;
  text-align: center;
  color: #030000;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .share-recipe .left p {
    display: block;
  }
}
.share-recipe .right .footer-sns {
  margin-top: 20%;
}

.share-recipe .right .share-sns li {
  border: solid 1px #cbd2d9;
  border-radius: 17px;
  margin: 0 5px;
}
.share-recipe .right .share-sns li img {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 992px) {
  .share-recipe .right .footer-sns {
    margin-top: 20px;
  }
}

body .other-recipe {
  padding-bottom: 25px;
}
@media screen and (max-width: 992px) {
  body .other-recipe {
    margin-bottom: 50px;
  }
  body .other-recipe .swiper-container.recipe-swiper {
    margin-bottom: 30px;
  }
}
body .other-recipe .swiper-button-next,
body .other-recipe .swiper-button-prev {
  position: absolute;
  top: 25%;
}
@media screen and (min-width: 993px) {
  body .other-recipe .swiper-slide .recipe-box .recipe-img img {
    width: 300px;
  }
}
@media screen and (max-width: 992px) {
  body .other-recipe .swiper-slide .recipe-box {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 320px) {
  body .other-recipe .swiper-slide .recipe-box {
    width: 250px;
  }
}

@media screen and (max-width: 992px) {
  .section .section-heading {
    max-width: 95%;
    margin: auto;
  }
  .section .section-heading .title.narrow-margin:before {
    bottom: 50%;
  }
}

.no-swiper-container {
  text-align: center;
  margin: auto;
  margin-top: 30px;
}
.no-swiper-container .swiper-wrapper {
  justify-content: center;
}
.no-swiper-container .swiper-slide {
  width: 300px;
  margin: 0 15px;
}

.footer-above {
  margin-bottom: 100px;
}

@media screen and (max-width: 992px) {
  .footer-above {
    margin-bottom: 60px;
  }
}

.section .section-heading .title-no-background::before {
  background: none;
  height: 0;
  width: 0;
}

.section .section-heading .title-arrow-bottom-70::before {
  bottom: 70px;
  top: auto;
}

.section .section-heading .title-arrow-bottom-80::before {
  bottom: 80px;
  top: auto;
}

#goods-index-section {
  margin-bottom: 0;
}

#goods-pagination {
  margin: 0px;
}

.section .sp-double-lines-title {
  align-items: flex-end;
}
.section .sp-double-lines-title img {
  margin-bottom: 5px;
}
.section .sp-double-lines-title .display-only-sp {
  height: 0;
}

#search-other-goods {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  #search-other-goods .section-heading {
    padding-top: 129.5px;
  }
}

.goods-target-section,
.goods-category-section {
  text-align: center;
  margin: 30px auto;
  background-image: url(../images/section-bg.jpg);
  background-repeat: repeat;
  background-size: 8px 8px;
  width: 1000px;
  height: 170px;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .goods-target-section,
  .goods-category-section {
    width: auto;
    height: 92px;
    margin: 32px auto;
    margin-bottom: 40px;
  }
}
.goods-target-section table,
.goods-category-section table {
  width: 960px;
  height: 92px;
  background-color: #ffffff;
  text-align: center;
  margin: auto;
  padding: 20px;
  display: table;
}
@media screen and (max-width: 992px) {
  .goods-target-section table,
  .goods-category-section table {
    width: 90%;
    height: 70px;
  }
}
.goods-target-section table tr,
.goods-category-section table tr {
  display: table-cell;
  vertical-align: middle;
}
.goods-target-section table tr td,
.goods-category-section table tr td {
  height: 130px;
  max-width: 192px;
  width: 5%;
  font-size: 14px;
  line-height: 1.25rem;
  margin: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border: #f9dcd7 2px solid;
  border-width: 0 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
}
.goods-target-section table tr td:first-of-type,
.goods-category-section table tr td:first-of-type {
  border-width: 0 1px 0 0;
}
.goods-target-section table tr td:last-of-type,
.goods-category-section table tr td:last-of-type {
  border-width: 0 0 0 1px;
}
@media screen and (max-width: 992px) {
  .goods-target-section table tr td,
  .goods-category-section table tr td {
    max-width: 200px;
    font-size: 11px;
    height: 70px;
  }
}
.goods-target-section table tr td a,
.goods-category-section table tr td a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods-target-section table tr td:first-of-type,
.goods-category-section table tr td:first-of-type {
  border-radius: 4px 0 0 4px;
}
.goods-target-section table tr td:last-of-type,
.goods-category-section table tr td:last-of-type {
  border-radius: 0 4px 4px 0;
}
.goods-target-section table tr .active-goods-section,
.goods-category-section table tr .active-goods-section {
  background-color: #f9dcd7;
  height: 92px;
}
@media screen and (max-width: 992px) {
  .goods-target-section table tr .active-goods-section,
  .goods-category-section table tr .active-goods-section {
    height: 70px;
  }
}

.goods-category-section {
  background-image: none;
}
@media screen and (max-width: 992px) {
  .goods-category-section table {
    width: 100%;
  }
}
.goods-category-section table tr {
  background-color: #fffbfa;
}
.goods-category-section table tr td {
  font-weight: bold;
  max-width: 250px;
  height: 64px;
  line-height: 1.2em;
}
@media screen and (max-width: 992px) {
  .goods-category-section table tr td {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial,
      "Yu Gothic", YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Noto Color Emoji";
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    color: #030000;
  }
}
@media screen and (min-width: 993px) {
  .goods-category-section table tr .active-goods-section:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 64px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f9dcd7 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }
  .goods-category-section table tr .goods-section-1.active-goods-section:after {
    left: -710px;
  }
  .goods-category-section table tr .goods-section-2.active-goods-section:after {
    left: -240px;
  }
  .goods-category-section table tr .goods-section-3.active-goods-section:after {
    left: 250px;
  }
  .goods-category-section table tr .goods-section-4.active-goods-section:after {
    left: 725px;
  }
}

@media screen and (max-width: 992px) {
  .goods-target-section {
    height: 110px;
  }
}

@media screen and (max-width: 992px) {
  .scroll-section {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .scroll-section .scroll-table-wrapper {
    overflow-x: scroll;
  }
  .scroll-section .scroll-table-wrapper table {
    scrollbar-base-color: #d72817;
  }
}

@media screen and (max-width: 992px) {
  .scroll-section-960 .scroll-table-wrapper table {
    width: 960px;
  }
  .scroll-section-960 .scroll-table-wrapper table tr td {
    width: calc(960px / 6);
  }
}

@media screen and (max-width: 992px) {
  .scroll-section-280 .scroll-table-wrapper table {
    width: 700px;
  }
  .scroll-section-280 .scroll-table-wrapper table tr td {
    width: calc(700px / 5);
  }
}

ul.section-button-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.section-button-child {
  width: auto;
  padding: 40px;
  border-radius: 5px;
  transition: all 0.2s linear;
}
.section-button-child:hover {
  background-color: #f3a79e;
}

ul.goods-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  ul.goods-list {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 992px) {
  ul.goods-list {
    width: 100%;
  }
}

.goods-list-child {
  max-width: 212.5px;
  height: auto;
  justify-content: center;
  text-align: center;
  margin: 0 25px 30px;
  width: calc(100% / 4 - 38px);
}
.goods-list-child:nth-child(4n + 1) {
  margin-left: 0px;
}
.goods-list-child:nth-child(4n) {
  margin-right: 0px;
}
@media screen and (max-width: 992px) {
  .goods-list-child {
    width: calc(100% / 2 - 10px);
    max-width: 100%;
  }
  .goods-list-child:nth-child(4n + 1) {
    margin: 0 25px;
  }
  .goods-list-child:nth-child(4n) {
    margin: 0 25px;
  }
  .goods-list-child:nth-child(3n + 1) {
    margin: 0 25px;
  }
  .goods-list-child:nth-child(3n) {
    margin: 0 25px;
  }
}

img.good-list-pic {
  object-fit: contain;
  border: 1px solid #d72817;
  width: 100%;
}
@media screen and (max-width: 992px) {
  img.good-list-pic {
    width: 160px;
  }
}

.img-title {
  text-align: center;
}

.section .img-title {
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .section .img-title {
    padding-bottom: 0px;
  }
}

.search-section-title {
  display: flex;
  justify-content: center;
}

.search-title {
  font-size: 36px;
  font-weight: bold;
}

.search-title-pic {
  height: 40px;
  width: 40px;
  margin-left: 5px;
  margin-left: 5px;
}

@media screen and (max-width: 992px) {
  .goods.section {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .goods.section .goods-list .goods-list-child {
    min-width: unset;
  }
  .goods.section .goods-list .goods-list-child img.good-list-pic {
    width: 100%;
  }
  .goods.section .goods-list .goods-list-child:nth-child(odd) {
    margin: 0;
  }
  .goods.section .goods-list .goods-list-child:nth-child(even) {
    margin: 0;
  }
  .goods.section .goods-list .img-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial,
      "Yu Gothic", YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Noto Color Emoji";
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 1.12px;
    text-align: center;
    color: #030000;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.recipe-other-search-button {
  display: flex;
  justify-content: center;
  padding: 30px;
}

ul.recipe-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.recipe-list-child {
  margin-left: 20px;
  margin-right: 20px;
}

.recipe-pic {
  width: 250px;
  height: 250px;
}

.recipe-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #d72817;
  border-radius: 20px;
}

@media screen and (max-width: 992px) {
  #counseling-main-view-section .slick-list {
    height: 315px;
  }
  #other-seminer-bg {
    height: 400px;
  }
}

#counseling-section {
  display: table;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  height: 250px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 119px;
}
@media screen and (max-width: 992px) {
  #counseling-section {
    width: 90%;
    padding: 5%;
    margin-bottom: 91.5px;
  }
}
#counseling-section #counseling-section-inner {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}
#counseling-section #counseling-section-inner h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 2px;
}
#counseling-section #counseling-section-inner p {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 25px;
}
#counseling-section + .section .title::before {
  bottom: 78%;
}

.baby-food-recipe-section {
  margin-bottom: 79.5px;
}
@media screen and (min-width: 993px) {
  .baby-food-recipe-section {
    margin-bottom: 108px;
  }
}

.recipe-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 50px;
  justify-content: center;
}
@media screen and (min-width: 993px) {
  .recipe-container {
    max-width: 1000px;
    flex-wrap: nowrap;
    margin: 50px auto;
  }
}

.recipe-box {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}
.recipe-box:first-child {
  margin-top: 0px;
}

.swiper-slide .recipe-box {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}

@media screen and (min-width: 993px) {
  .recipe-box {
    width: calc(100% / 3 - 40px / 3);
    margin: 0 25px;
  }
  .recipe-box:first-child {
    margin-left: 0px;
  }
  .recipe-box:last-child {
    margin-right: 0px;
  }
}

.swiper-slide .recipe-box:first-child {
  margin-top: 0px;
}

.recipe-box .new-mark {
  position: absolute;
  top: calc(76px / 6 * -1);
  left: calc(76px / 6 * -1);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ecd82b;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}

.recipe-container-wrap {
  flex-wrap: wrap;
}
.recipe-container-wrap .recipe-box-too-many {
  width: calc((100% - 150px) / 3);
  margin: 15px 25px 50px 25px;
}
@media screen and (max-width: 992px) {
  .recipe-container-wrap .recipe-box-too-many {
    width: calc((100% - 50px) / 2);
    margin: 25px 10px;
  }
}
.recipe-container-wrap .recipe-box-too-many .recipe-title {
  margin-bottom: 25px;
}

.recipe-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  .recipe-img {
    transition: 1s all;
  }
}


.recipe-img img {
  width: 100%;
  height: 300px;
  position: relative;
  object-fit: cover;
}
.recipe-img img.hover-img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.recipe-img img.hover-img.hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

@media screen and (max-width: 992px) {
  .recipe-img {
    width: 100%;/*上下のpaddingと同じにする*/
    height: 0;
    padding-top: 100%;/*widthと同じにする*/
    overflow: hidden;
  }

  .recipe-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.label-container {
  position: absolute;
  display: flex;
  left: 10px;
  bottom: 10px;
}
.label-container li {
  margin-left: 5px;
  padding: 0 5px;
  background-color: #d72817;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 34px;
  letter-spacing: 1.12px;
  text-align: center;
}
.label-container li:first-child {
  margin-left: 0px;
}

.recipe-info {
  margin-top: 30px;
}

.recipe-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 34px;
  letter-spacing: 1.44px;
  text-align: center;
  color: #030000;
}

.recipe-detail {
  margin-top: 19px;
  margin-bottom: 30.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .recipe-detail {
    margin-top: 10px;
  }
}
.recipe-detail.pre-mama-recipe-detail {
  margin-bottom: 20px;
}
.recipe-detail li {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
  color: #030000;
  position: relative;
  margin-left: 1.5em;
}
.recipe-detail li::before {
  content: "/";
  position: absolute;
  color: #030000;
  left: -1em;
}
.recipe-detail li:first-child {
  margin-left: 0px;
}
.recipe-detail li:first-child::before {
  content: "";
}
.recipe-detail li span {
  font-size: 16px;
  font-weight: bold;
  margin-left: 0.25em;
}

.pre-mama-recipe-section {
  margin-bottom: 79.5px;
}
@media screen and (min-width: 993px) {
  .pre-mama-recipe-section {
    margin-bottom: 108px;
  }
}

p.recipe-description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0.28px;
  text-align: left;
  color: #030000;
  margin-top: 20px;
  margin-bottom: 30px;
}

.instagram-section {
  margin-bottom: 106.5px;
}

.instagram-section-container {
  display: none;
}
@media screen and (min-width: 993px) {
  .instagram-section-container {
    display: flex;
    max-width: 1000px;
    margin: 60px auto 50px;
  }
  .instagram-section-container .instagram-section-box {
    margin: 0 25px;
  }
  .instagram-section-container .instagram-section-box:first-child {
    margin-left: 0px;
  }
  .instagram-section-container .instagram-section-box:last-child {
    margin-right: 0px;
  }
  .instagram-section-container .instagram-section-box a img {
    width: 100%;
  }
}

.recipe-section {
  margin-bottom: 90px;
}

.recipe-section-container {
  display: none;
}
@media screen and (min-width: 993px) {
  .recipe-section-container {
    display: flex;
    max-width: 1000px;
    margin: 60px auto 108px;
  }
  .recipe-section-container .recipe-section-box {
    margin: 0 25px;
  }
  .recipe-section-container .recipe-section-box:first-child {
    margin-left: 0px;
  }
  .recipe-section-container .recipe-section-box:last-child {
    margin-right: 0px;
  }
  .recipe-section-container .recipe-section-box a img {
    width: 100%;
  }
}

.goods-section {
  margin-bottom: 108px;
}

.goods-section-container {
  display: none;
}
@media screen and (min-width: 993px) {
  .goods-section-container {
    display: flex;
    max-width: 1000px;
    margin: 60px auto 49.5px;
  }
  .goods-section-container .goods-section-box {
    margin: 0 25px;
    flex: 1;
  }
  .goods-section-container .goods-section-box:first-child {
    margin-left: 0px;
  }
  .goods-section-container .goods-section-box:last-child {
    margin-right: 0px;
  }
  .goods-section-container .goods-section-box a img {
    width: 100%;
    border: solid 1px #d72817;
  }
  .goods-section-container .goods-section-box a p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial,
      "Yu Gothic", YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Noto Color Emoji";
    font-size: 14px;
    font-weight: 500;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 1.12px;
    text-align: center;
    color: #030000;
    margin-top: 21px;
  }
}

.question-section {
  margin-bottom: 82px;
}
@media screen and (min-width: 993px) {
  .question-section {
    margin-bottom: 108px;
  }
}

.recommend-section {
  margin-bottom: 87px;
}
@media screen and (min-width: 993px) {
  .recommend-section {
    margin-bottom: 108px;
  }
}

.campaign-banner-content {
  width: calc(100% - 40px);
  display: block;
  margin: 30px auto 0;
}
.campaign-banner-content img {
  width: 100%;
}
@media screen and (min-width: 993px) {
  .campaign-banner-content {
    margin: 60px auto 0;
  }
  .campaign-banner-content img {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.counseling-img-content {
  display: block;
  width: calc(100% - 40px);
  margin: 29px auto 0;
}
.counseling-img-content img {
  width: 100%;
}
@media screen and (min-width: 993px) {
  .counseling-img-content {
    margin: 60px auto 0;
  }
  .counseling-img-content img {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.modal-box {
  z-index: 9929;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(243, 167, 158, 0.8);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-box .modal-inner {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-box img {
  max-width: 100%;
}

#modal-notice {
  display: none;
}
#modal-notice img {
  width: 220px;
}
#modal-notice p {
  margin-top: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 31px;
  letter-spacing: 3.2px;
  text-align: left;
  color: #030000;
}
#modal-notice .close-modal-button {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#modal-notice .close-modal-button > svg {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  fill: #ffffff;
  background-color: #d72817;
}

.only-sp {
  display: block;
}
@media screen and (min-width: 993px) {
  .only-sp {
    display: none;
  }
}

.only-pc {
  display: none;
}
@media screen and (min-width: 993px) {
  .only-pc {
    display: block;
  }
  .only-pc.inline {
    display: inline;
  }
}

.footer-breadcrumbs {
  margin: 50px 20px 30px;
}


@media screen and (min-width: 993px) {
  .footer-breadcrumbs {
    max-width: 1000px;
    display: block;
    margin: 51px auto 40px;
  }
}
.footer-breadcrumbs ul li {
  display: inline-block;
  color: #898989;
  margin-left: 1.25em;
  font-size: 14px;
  position: relative;
}
.footer-breadcrumbs ul li::before {
  content: "/";
  position: absolute;
  color: #898989;
  left: -1em;
  top: 5px;
}
.footer-breadcrumbs ul li:first-child {
  margin-left: 0;
}
.footer-breadcrumbs ul li:first-child::before {
  content: none;
}
.footer-breadcrumbs ul li a {
  text-decoration: underline;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0.56px;
  text-align: left;
  color: #030000;
}

.footer {
  background-color: #eaecef;
  display: block;
}

.footer-wrapper {
  padding-top: 40px;
}
@media screen and (min-width: 993px) {
  .footer-wrapper {
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    padding-top: 50px;
  }
}

@media screen and (min-width: 993px) {
  .footer-bottom-wrapper {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo .main-logo {
  width: 70px;
  margin-right: 20px;
  margin-left: -6px;
}
.footer-logo .main-logo img {
  width: 100%;
}
.footer-logo .j-logo {
  width: 120px;
}
.footer-logo .j-logo img {
  width: 100%;
}

.footernav-wrapper{
  width: 100%;
}

.footernav {}
@media screen and (min-width: 993px) {
  .footernav {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;

  }
}
.footernav li {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.12px;
  text-align: center;
  color: #030000;
  line-height: 50px;
}
@media screen and (min-width: 993px) {
  .footernav li {
    margin-left: 2em;
  line-height: 1em;
  }
  .footernav li:first-child {
    margin-left: 0;
  }
}

.footer-sns {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 993px) {
  .footer-sns {
    margin-top: 0px;
  }
}
.footer-sns li {
  margin: 0 6px;
}
.footer-sns li a img {
  width: 32px;
  height: 32px;
}

@media screen and (min-width: 993px) {
  .footer-copy {
    margin-right: auto;
  }
}

.footer-copy p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.96px;
  text-align: left;
  color: #030000;
  text-align: center;
  margin-top: 25px;
  padding-bottom: 40px;
}
@media screen and (min-width: 993px) {
  .footer-copy p {
    margin-top: 52px;
    padding-bottom: 60px;
  }
}

/*Premama
 ============================================ */
.premama-food-recipe-section .recipe-detail{
  margin-bottom: 20px;
}
.premama-food-recipe-section .recipe-container {
  margin: 20px auto 80px;
}

@media screen and (min-width: 993px) {
  .premama-food-recipe-section .recipe-container {
    margin: 50px auto 140px;
  }

  .cold-food-recipe-section .recipe-container{
    margin: 50px auto 100px;
  }
}
.hatena-img-content {
  display: block;
  width: calc(100% - 40px);
  margin: 29px auto 0;
}
.hatena-img-content img {
  width: 100%;
}
@media screen and (min-width: 993px) {
  .hatena-img-content {
    margin: 60px auto 100px;
  }
  .hatena-img-content img {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.premama-recipe-category-section {
  text-align: center;
  margin: 30px auto 100px;
  max-width: 1000px;
  background: #fef6f5;
  border-radius: 6px;
  padding: 5px 0;
}
.premama-recipe-category-section ul{
  display: flex;
  width: 100%;
  align-items: stretch;
}
.premama-recipe-category-section ul li{
  width: 33.3%;
  border-right: 1px solid #f4e6e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.premama-recipe-category-section ul li:last-child{
  border-right: none;
}
.premama-recipe-category-section ul li a{
  font-weight: 500;
  display: block;
  padding: 20px 0;
  line-height: 1.6em;
  width: 100%;
}

.premama-recipe-category-section ul li a:hover{
  opacity: 0.8;
}

@media screen and (max-width: 992px) {
  .premama-recipe-category-section {
    width: calc(100% - 40px);
  margin: 30px auto 60px;
  }

  .premama-recipe-category-section ul li a{
    font-size: 12px;
    font-weight: bold;
  }
}
@media screen and (max-width: 992px) {
  .premama-recipe-datail
  .recipe-datail-main-view-section-inner
  .right
  .right-inner
  .recipe-info-wrapper
  .recipe-time{
    margin: 0;
  }
}

.recipe-inventor{
  max-width: 1000px;
  margin: 0 auto;
  background: #efeeed;
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .recipe-inventor{
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.recipe-inventer-inner{
  display: flex;
  align-items: center;
}
.inventer-img{
  max-width: 210px;
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .inventer-img{
    max-width: 130px;
    margin-right: 20px;
  }
}
.inventer-img img{
  width: 100%;
}
.inventer-profile{
  text-align: left;
}
.inventer-profile .inventer-title{
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px;
}
.inventer-profile h4{
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .inventer-profile h4{
    font-size: 16px;
  }
}
.inventer-profile .inventer-detail{
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  margin: 20px 0;
}
.inventer-profile .inventer-btn{
  max-width: 270px;
}
.inventer-profile .inventer-btn a{
  display: block;
  background: #abaaaa;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 10em;
}
.inventer-profile .inventer-btn a:hover{
  background: #8d8d8d;
}

@media screen and (max-width: 992px) {
  .inventer-profile .inventer-btn{
    max-width: 270px;
    margin: 0 auto;
  }
}




/*nutritionist
 ============================================ */

.nutritionist-category-section {
  text-align: center;
  margin: 30px auto;
  background-image: url(../images/section-bg.jpg);
  background-repeat: repeat;
  background-size: 8px 8px;
  width: 1000px;
  height: 170px;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .nutritionist-category-section {
    width: 100%;
    height: 130px;
  }
}
.nutritionist-category-section table {
  width: 960px;
  height: 130px;
  background-color: #ffffff;
  text-align: center;
  margin: auto;
  padding: 20px;
  display: table;
}
@media screen and (max-width: 992px) {
  .nutritionist-category-section table {
    height: 70px;
    width: 600px;
  }
}
.nutritionist-category-section table tr {
  display: table-cell;
  vertical-align: middle;
}
.nutritionist-category-section table tr td {
  height: 130px;
  width: 240px;
  font-size: 14px;
  font-weight: bold;
  margin: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border: #f9dcd7 2px solid;
  border-width: 0 1px;
  line-height: 1.25rem;
}
.nutritionist-category-section table tr td:first-of-type {
  border-width: 0 1px 0 0;
}
.nutritionist-category-section table tr td:last-of-type {
  border-width: 0 0 0 1px;
}
@media screen and (max-width: 992px) {
  .nutritionist-category-section table tr td {
    max-width: 200px;
    height: 50px;
    font-size: 11px;
    width: 150px;
  }
}
.nutritionist-category-section table tr td a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nutritionist-category-section table tr .active-recipe-section {
  background-color: #f9dcd7;
  height: 130px;
}
@media screen and (max-width: 992px) {
  .nutritionist-category-section table tr .active-recipe-section {
    height: 92px;
  }
}
.nutritionist-category-section-in-detail {
  height: 170px;
}
.nutritionist-category-section-in-detail table {
  height: 130px;
}
.nutritionist-category-section-in-detail table tr td {
  height: 130px;
}
.nutritionist-category-section-in-detail table tr .active-recipe-section {
  height: 130px;
}
@media screen and (max-width: 992px) {
  .nutritionist-category-section-in-detail {
    width: 100%;
    padding-top: 30px;
    height: 130px;
  }
  .nutritionist-category-section-in-detail table {
    height: 70px;
  }
  .nutritionist-category-section-in-detail table tr td {
    height: 70px;
  }
  .nutritionist-category-section-in-detail table tr .active-recipe-section {
    height: 70px;
  }
}

.nutritionist-container {
  justify-content: center;
}

.nutritionist-container .share-recipe{
  width: 100%
}

.nutritionist-container-bgred{
  background: #fef6f5;
  padding: 40px 0;
}
@media screen and (min-width: 993px) {
  .nutritionist-container {
    max-width: 1000px;
    flex-wrap: nowrap;
    margin: 50px auto;
  }

  .nutritionist-container:after{
    content:'';
    display: block;
    clear: both;
  }
}

.nutritionist-box {
  width: calc(100% - 40px);
  margin: 0 auto 60px;
}
.nutritionist-box .nutritionist-img img{
  width: 100%;
}
@media screen and (min-width: 993px) {
  .nutritionist-box {
    width: calc(50% - 20px);
    margin: 0 auto 60px;
    position: relative;
    float:left;
  }

  .nutritionist-box:nth-child(2n) {
    margin-left: 40px;
  }
}

.nutritionist-box .nutritionist-title {
  text-align: left;
  margin-bottom: 20px;
}
.nutritionist-box .category-mark{
  background: #d72817;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
}



.nutritionist-single{
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (min-width: 993px) {
  .nutritionist-single{
    max-width: 800px;
    margin: 0 auto;
  }
}

.nutritionist-single .nutritionist-singlehead{
  text-align: center;
  margin-bottom: 40px;
}

.nutritionist-single .nutritionist-singlehead h1{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 40px;
}
@media screen and (min-width: 993px) {
  .nutritionist-single .nutritionist-singlehead h1{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 40px;
  }
}

.nutritionist-single .nutritionist-singlehead time{
  color: #888;
  font-size: 14px;
}

.nutritionist-singlecontents{}
.nutritionist-singlecontents .nutritionist-singlecontents-container{
  margin-bottom: 40px;
}
.nutritionist-singlecontents .nutritionist-singlecontents-container h2{
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
  margin-bottom: 40px;
  line-height: 1.4em;
}
.nutritionist-singlecontents .nutritionist-singlecontents-container .akachan-period a:hover{
  opacity: 0.8;
}
.nutritionist-singlecontents .nutritionist-singlecontents-container .nutritionist-single-image{
  margin-bottom: 40px;
}
.nutritionist-singlecontents .nutritionist-singlecontents-container .nutritionist-single-image img{
  width: 100%;
}
.nutritionist-singlecontents .nutritionist-singlecontents-container .single-description{
  line-height: 1.8em;
}

.nutritionist-singlecontents .nutritionist-singlecontents-container .single-outline{
  margin-top: 40px;
  background: #fef8f7;
  padding: 40px;
  position: relative
}
.nutritionist-singlecontents .nutritionist-singlecontents-container .single-outline dt{
  font-size: 22px;
  position: absolute;
  top: -10px;
  left: 20px;
}
.nutritionist-singlecontents .nutritionist-singlecontents-container .single-outline dd{}
.nutritionist-singlecontents .nutritionist-singlecontents-container .single-outline dd ul li{
  margin-bottom: 10px;
}
.nutritionist-singlecontents .nutritionist-singlecontents-container .single-outline dd ul li:last-child{
  margin-bottom: 0;
}
.nutritionist-singlecontents .nutritionist-singlecontents-container .single-outline dd ul li a{}

.nutritionist-singlecontents-block{
  margin-top: 40px;
}

.nutritionist-singlecontents-block h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

.nutritionist-singlecontents-block h3:before{
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 5px;
  background: #d82817;
  margin-bottom: 20px;
}

.nutritionist-supervisor{
  background: #efeeed;
  padding: 30px;
  margin-bottom: 40px;
}
.nutritionist-supervisor-inner{
  display: flex;
  align-items: center;
}
.nutritionist-supervisor .supervisor-image{
  max-width: 120px;
  flex-shrink: 0;
}
@media screen and (min-width: 993px) {
  .nutritionist-supervisor .supervisor-image{
    max-width: 210px;
    flex-shrink: 0;
  }
}
.nutritionist-supervisor img{
  width: 100%;
}
.nutritionist-supervisor-detail{
  margin-left: 30px;
}
.nutritionist-supervisor-detail .nutritionist-supervisor-status{
  font-size: 14px;
  margin-bottom: 15px;
}
.nutritionist-supervisor-detail h4{
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 993px) {
  .nutritionist-supervisor-detail h4{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
.nutritionist-supervisor-introduction{
  font-size: 14px;
  line-height: 1.6em;
}
.nutritionist-supervisor-btn{
  max-width: 270px;
}
.nutritionist-supervisor-btn a{
  display: block;
  background: #aaa;
  text-align: center;
  padding: 20px 0;
  border-radius: 5em;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
}
.nutritionist-supervisor-detailsp{
  margin-top: 40px;
}
.nutritionist-supervisor-detailsp .nutritionist-supervisor-btn{
  max-width: 100%;
}
.nutritionist-recommend{
  margin-top: 40px;
}
.nutritionist-supervisor-link {
  display: block;
  margin: 1.5rem 0 0;
  font-size: 14px;
  text-decoration: underline;
}

.nutritionist-singlecontents-column{
  display: block;
  margin-bottom: 40px;
}
@media screen and (min-width: 993px) {
  .nutritionist-singlecontents-column{
    display: flex;
    align-items: center;
  }
}
.nutritionist-singlecontents-column .nutritionist-single-image{
  max-width: 100%;
}
.nutritionist-singlecontents-column .nutritionist-single-image img{
  width: 100%;
}
@media screen and (min-width: 993px) {
  .nutritionist-singlecontents-column .nutritionist-single-image{
    max-width: 313px;
    flex-shrink: 0;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 993px) {
  .nutritionist-singlecontents-column .nutritionist-singlecontents-columndetail{
    margin-left: 60px;
  }
}
.nutritionist-singlecontents-column .nutritionist-singlecontents-columndetail h5{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.nutritionist-singlecontents-block h5{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4em;
}
.nutritionist-singlecontents-block h5 span{
  color: #f7c3b9;
  margin-right: 5px;
}
.nutritionist-singlecontents .nutritionist-singlecontents-container .single-description .akachan-checklist{
  margin-top: 20px;
}
.nutritionist-singlecontents .nutritionist-singlecontents-container .single-description .akachan-checklist li{
  margin-bottom: 5px;
  display: flex;
}
.nutritionist-singlecontents .nutritionist-singlecontents-container .single-description .akachan-checklist li span{
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  margin-right: 10px;
}
.nutritionist-singlecontents .nutritionist-singlecontents-container .single-description .akachan-checklist li b{
  font-weight: normal;
}

.barance-link{
  color:#21499d;
  margin-top: 40px;
}
.nutritionist-singlecontents-block .col3 {
  display: flex;
  text-align-last: center;
  margin-bottom: 40px;
}
.nutritionist-singlecontents-block .col3 li {
  width : calc(100% / 3) ;
}

.oisix-banner a img.pc {
  display: block !important;
  margin: 5% auto 3%;
  width: 70%;
}
.oisix-banner a img.sp {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .oisix-banner a img.pc {
    display: none !important;
  }
  .oisix-banner a img.sp {
    display: block !important;
    width: 90%;
    margin: 5% auto 5%;
  }
}

.oisix-banner a h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10%;
}

.oisix-banner a .sp {
  display: none;
}

@media screen and (max-width: 992px) {
  .oisix-banner a .sp {
    display: block;
  }
  .oisix-banner a h3 {
    text-align: left;
    margin: 0 auto;
    font-size: 18px;
    width: 87%;
    line-height: 30px;
  }

}