@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
*,
::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;
}

/* mixin */
/* ブラウザハック */
/* アニメーションの設定 */
@keyframes sp-heroOnishi {
  0% {
    top: calc(250 * (100vw / 375));
  }
  15% {
    top: calc(100 * (100vw / 375));
  }
  30% {
    top: calc(100 * (100vw / 375));
  }
  49% {
    transform: rotate(-15deg);
  }
  50% {
    top: calc(250 * (100vw / 375));
    transform: rotate(0deg);
  }
  80% {
    top: calc(250 * (100vw / 375));
    transform: rotate(0deg);
  }
  95% {
    top: calc(-33 * (100vw / 375));
    transform: rotate(0deg);
  }
  100% {
    top: calc(-10 * (100vw / 375));
    transform: rotate(0deg);
  }
}

@keyframes heroOnishi {
  0% {
    top: 400px;
  }
  15% {
    top: 200px;
  }
  30% {
    top: 200px;
  }
  49% {
    transform: rotate(-15deg);
  }
  50% {
    top: 410px;
    transform: rotate(0deg);
  }
  80% {
    top: 410px;
    transform: rotate(0deg);
  }
  95% {
    top: -73px;
    transform: rotate(0deg);
  }
  100% {
    top: -23px;
    transform: rotate(0deg);
  }
}

@keyframes sp-figBox01 {
  0% {
    margin-top: calc(55 * (100vw / 375));
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes sp-figBox02 {
  0% {
    bottom: calc(40 * (100vw / 375));
  }
  100% {
    bottom: 0px;
  }
}

@keyframes figBox01 {
  0% {
    margin-top: 72px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes figBox02 {
  0% {
    bottom: 72px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes sp-visible {
  0% {
    top: calc(-300 * (100vw / 375));
  }
  100% {
    top: 0;
  }
}

@keyframes visible {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@keyframes visible2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes sp-subBodyMove {
  0% {
    top: 55px;
  }
  50% {
    top: 155px;
  }
  100% {
    top: 55px;
  }
}

@keyframes subBodyMove {
  0% {
    top: 55px;
  }
  50% {
    /*top: 155px;*/
    top: 155px;
  }
  100% {
    /*top:55px;*/
    top: 55px;
  }
}

@keyframes subBodyCloseMove {
  /*0% {
    top: 55px;
  }
  50% {
    top: 155px;
    top: 55px;
  }
  100% {
    top:55px;
  }*/
}

@keyframes sp-subBodyItemOpen01 {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 1;
    left: -580px;
  }
}

@keyframes sp-subBodyItemOpen02 {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 1;
    left: -410px;
  }
}

@keyframes sp-subBodyItemOpen03 {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 1;
    left: -240px;
  }
}

@keyframes sp-subBodyItemOpen04 {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes sp-subBodyItemOpen05 {
  0% {
    opacity: 0;
    right: 0;
  }
  50% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 1;
    right: -240px;
  }
}

@keyframes sp-subBodyItemOpen06 {
  0% {
    opacity: 0;
    right: 0;
  }
  50% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 1;
    right: -410px;
  }
}

@keyframes sp-subBodyItemOpen07 {
  0% {
    opacity: 0;
    right: 0;
  }
  50% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 1;
    right: -580px;
  }
}

@keyframes subBodyItemClose01 {
  0% {
    opacity: 1;
    left: -580px;
  }
  50% {
    opacity: 0;
    left: -580px;
  }
  100% {
    opacity: 0;
    left: -580px;
  }
}

@keyframes subBodyItemClose02 {
  0% {
    oopacity: 1;
    left: -410px;
  }
  50% {
    opacity: 0;
    left: -410px;
  }
  100% {
    opacity: 0;
    left: -410px;
  }
}

@keyframes subBodyItemClose03 {
  0% {
    opacity: 1;
    left: -240px;
  }
  50% {
    opacity: 0;
    left: -240px;
  }
  100% {
    opacity: 0;
    left: -240px;
  }
}

@keyframes subBodyItemClose04 {
  0% {
    opacity: 1;
    left: 0;
  }
  50% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 0;
    left: 0;
  }
}

@keyframes subBodyItemClose05 {
  0% {
    opacity: 1;
    right: -240px;
  }
  50% {
    opacity: 0;
    right: -240px;
  }
  100% {
    opacity: 0;
    right: -240px;
  }
}

@keyframes subBodyItemClose06 {
  0% {
    opacity: 1;
    right: -410px;
  }
  50% {
    opacity: 0;
    right: -410px;
  }
  100% {
    opacity: 0;
    right: -410px;
  }
}

@keyframes subBodyItemClose07 {
  0% {
    opacity: 1;
    right: -580px;
  }
  50% {
    opacity: 0;
    right: -580px;
  }
  100% {
    opacity: 0;
    right: -580px;
  }
}

@keyframes subBodyItemOpen01 {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 1;
    left: -580px;
  }
}

@keyframes subBodyItemOpen02 {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 1;
    left: -410px;
  }
}

@keyframes subBodyItemOpen03 {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 1;
    left: -240px;
  }
}

@keyframes subBodyItemOpen04 {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes subBodyItemOpen05 {
  0% {
    opacity: 0;
    right: 0;
  }
  50% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 1;
    right: -240px;
  }
}

@keyframes subBodyItemOpen06 {
  0% {
    opacity: 0;
    right: 0;
  }
  50% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 1;
    right: -410px;
  }
}

@keyframes subBodyItemOpen07 {
  0% {
    opacity: 0;
    right: 0;
  }
  50% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 1;
    right: -580px;
  }
}

@keyframes subBodyItemClose01 {
  0% {
    opacity: 1;
    left: -580px;
  }
  50% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 0;
    left: 0;
  }
}

@keyframes subBodyItemClose02 {
  0% {
    oopacity: 1;
    left: -410px;
  }
  50% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 0;
    left: 0;
  }
}

@keyframes subBodyItemClose03 {
  0% {
    opacity: 1;
    left: -240px;
  }
  50% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 0;
    left: 0;
  }
}

@keyframes subBodyItemClose04 {
  0% {
    opacity: 1;
    left: 0;
  }
  50% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 0;
    left: 0;
  }
}

@keyframes subBodyItemClose05 {
  0% {
    opacity: 1;
    right: -240px;
  }
  50% {
    opacity: 0;
    right: 0;
  }
  100% {
    opacity: 0;
    right: 0;
  }
}

@keyframes subBodyItemClose06 {
  0% {
    opacity: 1;
    right: -410px;
  }
  50% {
    opacity: 0;
    right: 0;
  }
  100% {
    opacity: 0;
    right: 0;
  }
}

@keyframes subBodyItemClose07 {
  0% {
    opacity: 1;
    right: -580px;
  }
  50% {
    opacity: 0;
    right: 0;
  }
  100% {
    opacity: 0;
    right: 0;
  }
}

@keyframes bodyItemOpen01 {
  0% {
    opacity: 1;
    left: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    left: 287px;
  }
  50% {
    opacity: 0;
    left: 287px;
  }
  75% {
    opacity: 0;
    left: 287px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes bodyItemOpen02 {
  0% {
    opacity: 1;
    left: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    left: 207px;
  }
  50% {
    opacity: 0;
    left: 207px;
  }
  75% {
    opacity: 0;
    left: 207px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes bodyItemOpen03 {
  0% {
    opacity: 1;
    right: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    right: 207px;
  }
  50% {
    opacity: 0;
    right: 207px;
  }
  75% {
    opacity: 0;
    right: 207px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes bodyItemOpen04 {
  0% {
    opacity: 1;
    right: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    right: 287px;
  }
  50% {
    opacity: 0;
    right: 287px;
  }
  75% {
    opacity: 0;
    right: 287px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes doyaIcon {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  15% {
    opacity: 1;
    transform: translateY(0px);
  }
  80% {
    opacity: 1;
    transform: translateY(0px);
  }
  81% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
  90% {
    opacity: 1;
    transform: translateY(0px) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}

@keyframes menuBodyOpen {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 105px;
  }
}

@keyframes menuBodyClose {
  0% {
    margin-top: 105px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes moreLong {
  0% {
    min-height: 115px;
  }
  100% {
    min-height: 200px;
  }
}

@keyframes bgBlur {
  0% {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }
  20% {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  40% {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  /*アニメーション開始時は不透明度0%*/
  99% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
  }
}

@keyframes fadeIn {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes sign {
  /*animetion-nameで設定した値を書く*/
  0% {
    width: 0;
    height: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    width: 100%;
    height: 100%;
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes fadeOutIn {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 1;
  }
  /*アニメーション開始時は不透明度0%*/
  15% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes fadeOut {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 1;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 0;
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes fadeInMenu {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes fadeOutMenu {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 1;
  }
  /*アニメーション開始時は不透明度0%*/
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
  /*アニメーション終了時は不透明度100%*/
}

/* アニメーションの設定 */
@keyframes fadeInLeft {
  100% {
    width: 100%;
  }
}

/* アニメーションの設定 */
@keyframes fadeInTxt {
  100% {
    opacity: 1;
  }
}

@keyframes fadeInLineTop {
  100% {
    width: 100%;
  }
}

@keyframes fadeInLineBottom {
  100% {
    width: 100%;
  }
}

@keyframes fadeInUp {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes imgUpToDownScale {
  /*animetion-nameで設定した値を書く*/
  0% {
    transform: scale(1.2, 1.2);
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    transform: scale(1, 1);
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes menuEm {
  0% {
    transform: scale(1, 1) rotate(0deg) translateY(0px);
  }
  2.5% {
    transform: scale(1.1, 1.1) rotate(5deg) translateY(-10px);
  }
  5% {
    transform: scale(1, 1) rotate(0deg) translateY(0px);
  }
  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}

@keyframes openMenu {
  0% {
    background-image: url("/assets/img/common/icon_menu01.svg");
  }
  40% {
    background-image: url("/assets/img/common/icon_menu02.svg");
  }
  60% {
    background-image: url("/assets/img/common/icon_menu03.svg");
  }
  80% {
    background-image: url("/assets/img/common/icon_menu04.svg");
  }
  100% {
    background-image: url("/assets/img/common/icon_menu05.svg");
  }
}

/*px→vw変換*/
html {
  font-size: 62.5%;
}

body {
  font-size: 3.73333vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.11em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.calcBox_inputTtl, .calcBox_outputTtl {
  font-size: 4.8vw;
  font-weight: 400;
  text-align: center;
}

.calcBox_outputDesc, .calcBox_inputDesc {
  height: 10.66667vw;
  border: 1px solid #ccc;
  position: relative;
}

.calcBox_outputDesc::before, .calcBox_inputDesc::before {
  margin: auto 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -2.13333vw;
  transform: translateX(100%) translateY(-50%);
  font-size: 4vw;
}

.calcBox_outputDesc > input, .calcBox_inputDesc > input {
  padding: 0 2.66667vw;
  display: block;
  width: 100%;
  height: 100%;
  text-align: right;
}

.calcBox_outputDesc > input::placeholder, .calcBox_inputDesc > input::placeholder {
  text-align: right;
}

.calcBox_outputDesc > input::-webkit-inner-spin-button, .calcBox_outputDesc > input::-webkit-outer-spin-button, .calcBox_inputDesc > input::-webkit-inner-spin-button, .calcBox_inputDesc > input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.calcBox_outputDesc.-food::before, .calcBox_inputDesc.-food::before {
  content: 'g';
}

.calcBox_outputDesc.-start::before, .calcBox_inputDesc.-start::before {
  content: '℃';
}

.calcBox_outputDesc.-goal::before, .calcBox_inputDesc.-goal::before {
  content: '℃';
}

.calcBox_note {
  text-align: center;
  line-height: 1.47;
}

.calcBox_note.-inBox {
  display: inline-block;
  text-align: left;
}

.calcBox_note.-inBox:nth-of-type(n+2) {
  margin-top: 5px;
}

.calcBox_noteBox {
  text-align: center;
}

.calcBox_noteBox.-right {
  text-align: right;
}

.calcBox_item.-output, .calcBox_item.-input {
  width: 61.33333vw;
}

.calcBox_item.-input {
  width: 58.66667vw;
}

.calcBox_inputWrap {
  position: relative;
}

.calcBox_inputWrap::before {
  margin: 0 auto;
  content: '';
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -37.33333vw;
  border-left: 10.66667vw solid transparent;
  border-right: 10.66667vw solid transparent;
  border-top: 5.33333vw solid #d21477;
  position: absolute;
}

.calcBox_outputWrap {
  margin-top: 32vw;
}

.calcBox_dlBtn {
  width: 200px;
  margin: 5.33333vw auto 0;
}

.calcBox_btnNote {
  margin-top: 1.33333vw;
  font-size: 2.66667vw;
  text-align: center;
}

.calcBox_linkBtn {
  width: 53.33333vw;
  margin: 5.33333vw auto 0;
}

.calcBox_linkBtn.-dl, .calcBox_linkBtn.-lab {
  margin-top: 20px;
}

.calcBox_linkBtn.-lab {
  width: 80vw;
  margin-bottom: 32vw;
}

.calcBox_linkBtn.-calc {
  width: 34.66667vw;
  height: 10.66667vw;
  margin: 0;
}

.calcBox_adLook {
  font-size: 8vw;
  font-weight: bold;
  text-align: center;
  color: #d21477;
}

.calcBox_adTtl {
  font-size: 6.4vw;
  text-align: center;
}

.calcBox_adTtl > span {
  color: #d21477;
}

.calcBox_adTxt {
  text-align: center;
  line-height: 2;
}

.calcBox_adTxt.-dl {
  margin-top: 4vw;
}

.calcBox_adTxt.-lab {
  margin-top: 16vw;
}

.calcBox_ad {
  margin-top: 13.33333vw;
}

.cccrDetailBox_ttlMainTxt {
  font-size: 10.66667vw;
  letter-spacing: 0.06em;
}

.cccrDetailBox_ttlSubTxt {
  font-size: 6.4vw;
  letter-spacing: 0.2em;
}

.cccrDetailBox_ttlBody {
  display: inline-block;
  position: relative;
}

.cccrDetailBox_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 5.33333vw;
}

.cccrDetailBox_txt {
  margin: 8vw auto 0;
  text-align: center;
}

.cccrDetailBox_descTtl {
  margin-bottom: 4vw;
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.cccrDetailBox_descTxt {
  line-height: 1.97;
  letter-spacing: 0.04em;
}

.cccrDetailBox_descTxt:nth-of-type(n+2) {
  margin-top: 4vw;
}

.cccrDetailBox_productItem {
  padding-left: 20px;
  position: relative;
  z-index: 2;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

.cccrDetailBox_productItem:nth-of-type(n+2) {
  margin-top: 5px;
}

.cccrDetailBox_productItem::before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.cccrDetailBox_productItem > a {
  display: inline-block;
  position: relative;
}

.cccrDetailBox_productItem > a::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.cccrDetailBox_productTtl {
  /*font-weight: bold;*/
}

.cccrDetailBox_productBody {
  margin-top: 1.33333vw;
}

.cccrDetailBox_product {
  margin-top: 7.73333vw;
}

.cccrDetailBox_descItem {
  padding-left: 5.33333vw;
  position: relative;
  z-index: 2;
  letter-spacing: 0.07em;
}

.cccrDetailBox_descItem:nth-of-type(n+2) {
  margin-top: 5px;
}

.cccrDetailBox_descItem::before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 2.93333vw;
  height: 2.93333vw;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.cccrDetailBox_descList {
  display: inline-block;
  text-align: left;
}

.cccrDetailBox_descBody {
  margin-top: 6.93333vw;
  text-align: center;
}

.cccrDetailBox_descBox {
  width: 80vw;
  position: relative;
  z-index: 2;
}

.cccrDetailBox_introFig {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
}

.cccrDetailBox_introFigLink {
  display: block;
  position: relative;
  transform: scale(1, 1);
  transition: 0.6s ease-in-out;
}

.cccrDetailBox_linkBtn {
  width: 48vw;
  margin: 9.06667vw auto 0;
}

.cccrDetailBox_linkBtn.-large {
  width: 74.66667vw;
}

.cccrDetailBox_notesItem {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  font-size: 2.66667vw;
}

.cccrDetailBox_notesItem:nth-of-type(n+2) {
  margin-top: 1.33333vw;
}

.cccrDetailBox_notesLink {
  color: #d21477;
  font-weight: bold;
}

.cccrDetailBox_notes {
  width: 74.66667vw;
  margin: 2.66667vw auto 0;
  text-align: center;
}

.cccrDetailBox_body {
  display: flex;
  justify-content: space-between;
  margin-top: 6.93333vw;
  position: relative;
}

.cccrDetailBox_body::after {
  content: '';
  display: block;
  width: 32vw;
  height: 32vw;
  background: url("/assets/img/common/img_bg.png");
  position: absolute;
  z-index: 1;
}

.cccrDetailBox_inner {
  width: 100%;
  position: relative;
  margin-top: 14.4vw;
}

.cccrDetailBox:nth-of-type(odd) .cccrDetailBox_body::after {
  left: 9.33333vw;
}

.cccrDetailBox:nth-of-type(odd) .cccrDetailBox_body:nth-of-type(2)::after {
  left: auto !important;
  right: 9.33333vw;
}

.cccrDetailBox:nth-of-type(odd) .cccrDetailBox_inner {
  margin-left: auto;
}

.cccrDetailBox:nth-of-type(even) .cccrDetailBox_body::after {
  right: 9.33333vw;
}

.cccrDetailBox:nth-of-type(n+2) .cccrDetailBox_inner {
  margin-top: 25.6vw;
}

.cccrDetailBox_inner.-left .cccrDetailBox_body::after {
  right: auto;
  left: 9.33333vw;
}

.cccrDetailBox_inner.-right .cccrDetailBox_body::after {
  left: auto !important;
  right: 9.33333vw;
}

.cccrIntroBox_ttlMainTxt {
  font-size: 10.66667vw;
  letter-spacing: 0.06em;
}

.cccrIntroBox_ttlSubTxt {
  font-size: 6.4vw;
  letter-spacing: 0.2em;
}

.cccrIntroBox_ttlBody {
  display: inline-block;
  position: relative;
}

.cccrIntroBox_ttl {
  font-weight: bold;
  text-align: center;
}

.cccrIntroBox_txt {
  margin: 8vw auto 0;
  text-align: center;
}

.cccrIntroBox_descTtl {
  margin-top: -3.46667vw;
  font-size: 5.33333vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.cccrIntroBox_descItem {
  padding-left: 5.33333vw;
  position: relative;
  z-index: 2;
  letter-spacing: 0.07em;
}

.cccrIntroBox_descItem:nth-of-type(n+2) {
  margin-top: 5px;
}

.cccrIntroBox_descItem::before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 2.93333vw;
  height: 2.93333vw;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.cccrIntroBox_descList {
  display: inline-block;
  text-align: left;
}

.cccrIntroBox_descBody {
  margin-top: 6.13333vw;
  text-align: center;
}

.cccrIntroBox_descBox {
  background: #fff;
  margin-top: 13.33333vw;
  position: relative;
  z-index: 2;
}

.cccrIntroBox_introFig {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
}

.cccrIntroBox_introFigLink {
  display: block;
  position: relative;
  transform: scale(1, 1);
  transition: 0.6s ease-in-out;
}

.cccrIntroBox_linkBtn {
  width: 48vw;
  margin: 9.06667vw auto 0;
}

.cccrIntroBox_inner {
  width: 100%;
  display: flex;
  position: relative;
  margin-top: 23.46667vw;
}

.cccrIntroBox_inner::after {
  content: '';
  display: block;
  width: 90.93333vw;
  height: 87.2vw;
  background: url("/assets/img/common/img_bg.png");
  position: absolute;
  top: -13.06667vw;
  z-index: 1;
}

.cccrIntroBox:nth-of-type(odd) .cccrIntroBox_inner {
  margin-right: 0;
  margin-left: auto;
}

.cccrIntroBox:nth-of-type(even) .cccrIntroBox_inner::after {
  right: 0;
}

.cccrIntroBox:nth-of-type(n+2) .cccrIntroBox_inner {
  margin-top: 26.66667vw;
}

.cccrProductBox {
  position: relative;
  z-index: 2;
}

.cccrProductBox_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 8vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.cccrProductBox_txt {
  margin: 8vw auto 0;
  text-align: center;
}

.cccrProductBox_itemFig {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
}

.cccrProductBox_itemFig.-original {
  border-radius: 50%;
}

.cccrProductBox_itemFigLink {
  display: block;
  position: relative;
  transform: scale(1, 1);
  transition: 0.6s ease-in-out;
}

.cccrProductBox_itemFigLink.-noLink::before, .cccrProductBox_itemFigLink.-noLink::after {
  display: none !important;
}

.cccrProductBox_listTtlTxt {
  display: inline-block;
  position: relative;
}

.cccrProductBox_listTtlTxt::after {
  content: '';
  display: block;
  background: #000;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.cccrProductBox_listTtl {
  font-weight: bold;
  position: relative;
  font-size: 5.33333vw;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.cccrProductBox_listTtl.-original {
  margin-top: 21.06667vw;
  font-size: 6.4vw;
  white-space: nowrap;
}

.cccrProductBox_itemName {
  margin-top: 4vw;
  font-weight: bold;
  font-size: 4vw;
}

.cccrProductBox_itemName.-original {
  margin-top: 6.13333vw;
  text-align: center;
  font-size: 4.26667vw;
}

.cccrProductBox_itemTxt {
  margin-top: 10px;
  font-size: 3.73333vw;
  line-height: 1.55;
}

.cccrProductBox_itemTxt.-original {
  margin-top: 2.66667vw;
  text-align: center;
  font-size: 3.73333vw;
  line-height: 1.5;
  text-align: left;
}

.cccrProductBox_itemTxt.-recommend {
  margin-top: 2.66667vw;
}

.cccrProductBox_listItem {
  width: 66.66667vw;
}

.cccrProductBox_listItem.-original {
  width: 80vw;
}

.cccrProductBox_linkBtn {
  width: 56vw;
  margin: 9.06667vw auto 0;
}

.cccrProductBox_linkBtn:nth-of-type(1) {
  margin-top: 4vw;
}

.cccrProductBox_linkBtn:nth-of-type(n+2) {
  margin-top: 4vw;
}

.cccrProductBox_linkBtn .linkBtn {
  height: 10.66667vw;
}

.cccrProductBox_linkBtn.-large {
  width: 74.66667vw;
}

.cccrProductBox_linkTxt.-original {
  text-align: center;
  margin-top: 2.4vw;
}

.cccrProductBox_linkTxt.-recommend {
  text-align: right;
  padding-right: 6.93333vw;
  margin-top: 2.4vw;
}

.cccrProductBox_linkTxt.-recommend:nth-of-type(1) {
  margin-top: 4vw;
}

.cccrProductBox_linkTxt.-recommend:nth-of-type(n+2) {
  margin-top: 4vw;
}

.cccrProductBox_notesItem {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  font-size: 2.66667vw;
}

.cccrProductBox_notesItem:nth-of-type(n+2) {
  margin-top: 1.33333vw;
}

.cccrProductBox_notesLink {
  color: #d21477;
  font-weight: bold;
}

.cccrProductBox_notes {
  width: 74.66667vw;
  margin: 2.66667vw auto 0;
  text-align: center;
}

.cccrProductBox_body {
  width: 100%;
  position: relative;
  margin-top: 9.06667vw;
}

.cccrProductBox_body.-original {
  padding-top: 5.33333vw;
}

.cccrProductBox_inner {
  margin-top: 90px;
}

.cccrProductBox_inner.-original {
  background: #fffdf1;
  padding-bottom: 40vw;
  margin-top: 5.06667vw;
}

.cccrSecBox_ttlMainTxt {
  font-size: 10.66667vw;
  letter-spacing: 0.06em;
}

.cccrSecBox_ttlSubTxt {
  font-size: 6.4vw;
  letter-spacing: 0.2em;
}

.cccrSecBox_ttlBody {
  display: inline-block;
  position: relative;
}

.cccrSecBox_ttl {
  font-weight: bold;
  text-align: center;
}

.cccrSecBox_txt {
  margin: 8vw auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cccrSecBox_figBoxItem:nth-of-type(even) {
  margin-top: auto;
  position: absolute;
  bottom: 0;
}

.cccrSecBox_figBoxItem:nth-of-type(2) {
  left: 15.46667vw;
}

.cccrSecBox_figBoxItem:nth-of-type(4) {
  left: 45.86667vw;
}

.cccrSecBox_figBox {
  display: flex;
  height: 52.53333vw;
  margin: 10.66667vw auto 0;
  justify-content: space-between;
  position: relative;
}

.cccrSecBox_linkBtn {
  width: 48vw;
  margin: 9.06667vw auto 0;
}

.cccrSecBox_inner.-top {
  margin-top: 22.66667vw;
}

.columnBox .swiper-container {
  width: 100%;
}

.columnBox .swiper-button-next,
.columnBox .swiper-button-prev {
  width: 4vw;
  height: 8vw;
  top: 25.33333vw;
  left: -4vw;
}

.columnBox .swiper-button-next::after,
.columnBox .swiper-button-prev::after {
  content: '' !important;
  width: 4vw;
  height: 4vw;
  border-top: solid 0.53333vw #333;
  border-left: solid 0.53333vw #333;
  box-sizing: border-box;
  transform: rotate(-45deg);
}

.columnBox .swiper-button-next {
  left: auto;
  right: -4vw;
}

.columnBox .swiper-button-next::after {
  transform: rotate(135deg);
}

.columnBox_linkBtn {
  width: 48vw;
  min-width: 180px;
  margin: 9.33333vw auto 0;
}

.columnBox_linkBtn.-favorite {
  width: 66.66667vw;
  min-width: 250px;
}

.columnBox_favoriteBox {
  width: 89.33333vw;
  height: 11.46667vw;
  margin: 13.33333vw auto 0;
}

.columnBox_favoriteBox button {
  width: 100%;
  height: 100%;
  font-size: 4.26667vw;
}

.columnBox .pnavi {
  margin-top: 16vw;
}

.columnBox .pnavi .nav-links {
  display: flex;
  justify-content: center;
  position: relative;
}

.columnBox .pnavi .page-numbers {
  width: 8vw;
  height: 8vw;
  margin-left: 5.33333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d21477;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}

.columnBox .pnavi .page-numbers.current {
  margin-left: 5.33333vw;
  background: #d21477;
  color: #fff;
}

.columnBox .pnavi .page-numbers.prev, .columnBox .pnavi .page-numbers.next {
  background: none;
  border: none;
}

.columnBox .pnavi .page-numbers.prev {
  margin-left: 0 !important;
}

.columnBox_searchInput {
  width: 100%;
  height: 100%;
  padding: 0 2.66667vw 0 10.13333vw !important;
  font-size: 3.73333vw;
  position: relative;
  letter-spacing: 0.1em;
}

.columnBox_search {
  margin-top: 4vw;
}

.columnBox_search form {
  width: 62.66667vw;
  height: 10.66667vw;
  position: relative;
}

.columnBox_search form::before {
  margin: auto 0;
  content: '';
  display: block;
  width: 5.33333vw;
  height: 5.6vw;
  background: url("/assets/img/recipe/icon_search.png") no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.2vw;
  z-index: 2;
}

.columnBox_bnrBody {
  display: block;
}

.columnBox_bnrNote {
  font-weight: bold;
  color: #d21477;
  font-size: 5.33333vw;
  position: absolute;
  top: -12vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.columnBox_bnrLink {
  width: 94.66667vw;
  margin: 10.66667vw auto 0;
  position: relative;
}

.columnBox_list {
  margin-top: 10.66667vw;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.columnBox_list.-related {
  margin-top: 5.33333vw;
}

.columnBox_listItem {
  width: 94.66667vw;
}

.columnBox_listItem.-top:nth-of-type(n + 2), .columnBox_listItem.-top:nth-of-type(n + 4) {
  margin-top: 0 !important;
}

.columnBox_tagItem {
  position: relative;
  padding-left: 6.66667vw;
  margin-right: 6.13333vw;
  font-size: 4.26667vw;
  line-height: 1;
}

.columnBox_tagItem.break {
  /*+ .recipeBox_tagItem{
        margin-left: 0;
      }*/
}

.columnBox_tagItem.break::after {
  content: '';
  display: block;
  background: #d3d3d3;
  width: 1px;
  height: 100%;
  position: absolute;
  left: auto;
  right: -5.86667vw;
  top: 0;
}

.columnBox_tagItem.break ~ .recipeBox_tagItem {
  margin-top: 4vw;
}

.columnBox_tagItem::before {
  content: '';
  display: block;
  background: #d3d3d3;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
}

.columnBox_tagItem:last-of-type::after {
  content: '';
  display: block;
  background: #d3d3d3;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -5.33333vw;
}

.columnBox_tagList, .columnBox_relatedTags {
  margin-top: 7.73333vw;
  display: flex;
  flex-wrap: wrap;
}

.columnBox_relatedTags > a {
  position: relative;
  padding-left: 6.66667vw;
  margin-right: 6.13333vw;
  margin-bottom: 2.66667vw;
  font-size: 4.26667vw;
  line-height: 1;
}

.columnBox_relatedTags > a.break {
  /*+ .recipeBox_tagItem{
          margin-left: 0;
        }*/
}

.columnBox_relatedTags > a.break::after {
  content: '';
  display: block;
  background: #d3d3d3;
  width: 1px;
  height: 100%;
  position: absolute;
  left: auto;
  right: -5.86667vw;
  top: 0;
}

.columnBox_relatedTags > a.break ~ .recipeBox_tagItem {
  margin-top: 4vw;
}

.columnBox_relatedTags > a::before {
  content: '';
  display: block;
  background: #d3d3d3;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
}

.columnBox_relatedTags > a:last-of-type::after {
  content: '';
  display: block;
  background: #d3d3d3;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -5.33333vw;
}

.columnBox_relatedTagsBox, .columnBox_relatedRecipe {
  margin-top: 10.66667vw;
}

.columnBox_postMeta {
  margin-top: 2.66667vw;
  display: flex;
  color: #777777;
  font-size: 3.2vw;
}

.columnBox_date {
  margin: 0;
}

.columnBox_tags {
  position: relative;
  margin: 0 0 0 10px;
}

.columnBox_tags::before {
  content: '/';
  display: inline-block;
  color: #777;
  position: absolute;
  left: -8px;
  width: 1px;
  height: 12px;
}

.columnBox_postLink {
  display: block;
  padding: 0;
  margin: 0;
}

.columnBox_postTtl {
  padding: 0;
  margin: 2.66667vw 0 0;
  font-size: 4.8vw;
}

.columnBox_thumbnail {
  display: block;
  height: 197px;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

.columnBox_thumbnail img {
  height: 100% !important;
  object-fit: cover;
}

.columnBox_txt {
  font-size: 4.26667vw;
}

.columnBox_txt.-desc {
  padding: 0;
  margin: 4vw 0 0;
  line-height: 1.75;
  letter-spacing: 0.25em;
}

.columnBox_txt.-point {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.columnBox_txt.-point > p {
  padding: 0 !important;
  margin: 0 !important;
}

.columnBox_txt.-point > p:nth-of-type(n+2) {
  margin-top: 1.33333vw !important;
}

.columnBox_txt.-recommend {
  padding: 0;
  margin: 0;
}

.columnBox_txt.-recommend > p {
  padding: 0 !important;
  margin: 0 !important;
}

.columnBox .wp-block-columns .wp-block-column > p {
  font-size: 4.26667vw;
}

.columnBox_inner.-body > p {
  font-size: 4.26667vw;
}

.columnBox_inner.-top {
  margin-top: 22.66667vw;
}

.columnBox_bodyTtl + p {
  margin-top: 38px;
}

.columnBox_pointBox + p {
  margin-top: 28px;
}

.columnBox_recommendBox + p {
  margin-top: 28px;
}

.columnBox_heroImg {
  position: relative;
}

.columnBox_youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.columnBox_youtube .post-thumbnail {
  width: 100%;
  height: 100%;
}

.columnBox_youtube .post-thumbnail iframe {
  width: 100%;
  height: 100%;
}

.columnBox_bodyTtl {
  font-size: 6.4vw;
  font-weight: bold;
  position: relative;
  color: #000;
}

.columnBox_bodyTtl::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -4px;
  background: #000;
}

.columnBox_inner.-body > p {
  letter-spacing: 0.245em;
  line-height: 1.8;
}

.columnBox_inner.-body > p > a {
  text-decoration: underline;
}

.columnBox_pointBoxTtl {
  width: 18.66667vw;
  padding: 0;
  margin: 0;
  color: #d21477;
  font-weight: bold;
  position: absolute;
}

.columnBox_pointBox {
  padding: 5.33333vw 8.26667vw 7.2vw;
  margin: 0 auto 0;
  background: #fffdf1;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.columnBox_recommendBoxTtl {
  padding: 0;
  margin: 0;
  color: #d21477;
  font-weight: bold;
  position: absolute;
  top: -2.66667vw;
}

.columnBox_recommendBoxTxt {
  padding: 0;
  margin: 0;
}

.columnBox_recommendBox {
  padding: 6.93333vw 8vw 6.66667vw;
  margin: 0 auto 0;
  background: #fffdf1;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.columnBox .recipeBox_bodyTtl + .recipeBox_recommendBox {
  margin-top: 13.33333vw;
}

.columnBox_ingredientsTtl {
  width: 100%;
  font-size: 5.06667vw;
  font-weight: bold;
  position: relative;
}

.columnBox_ingredientsTtl::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -7px;
  background: #000;
}

.columnBox_ingredientsItem, .columnBox_ingredientsSubItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
  margin: 0 !important;
}

.columnBox_ingredientsSubTtl {
  margin: 0;
  margin: 4vw 0 1.33333vw;
  text-align: left;
  width: 100%;
  font-weight: bold;
}

.columnBox_ingredientsListBody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.columnBox_ingredientsList {
  margin: 0;
  width: 100%;
}

.columnBox_ingredientsList.-subItem {
  margin-top: 0;
}

.columnBox_ingredientsBox {
  background: #fffdf1;
  padding: 3.2vw 5.33333vw 5.33333vw;
  box-sizing: border-box;
}

.columnBox_ingredientsBox li {
  list-style: none;
}

.columnBox_ingredientsBox .post-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px 0 0;
}

.columnBox_ingredientsBox .post-meta-key {
  display: none;
}

.columnBox_ttl {
  margin: 8.26667vw 0 0;
  font-size: 8.26667vw;
  letter-spacing: 0.06em;
}

.columnBox_ttl.-top {
  margin-top: 0;
  text-align: center;
  font-weight: bold;
}

.columnBox_ttlSubWrap {
  margin-top: 9.33333vw;
}

.columnBox_ttlBox {
  color: #000;
}

.columnBox_inner {
  margin: 0 auto;
}

.columnBox_inner.-body {
  margin-top: 13.33333vw;
}

.contactBox_linkBtn {
  width: 85.33333vw;
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
  height: 16vw;
  background: #fff;
}

.contactBox_descItem {
  padding-left: 20px;
  position: relative;
  z-index: 2;
  letter-spacing: 0.07em;
}

.contactBox_descItem:nth-of-type(n+2) {
  margin-top: 5px;
}

.contactBox_descItem::before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.contactBox_descList {
  color: #fff;
  padding: 6.4vw 8vw 6.13333vw;
}

.contactBox_inner {
  background: url("/assets/img/top/img_contact_bg.png") no-repeat;
  background-size: cover;
  margin-top: 21.06667vw;
  position: relative;
}

.contactDetailBox_ttlMainTxt {
  font-size: 10.66667vw;
  letter-spacing: 0.06em;
}

.contactDetailBox_ttlSubTxt {
  font-size: 6.4vw;
  letter-spacing: 0.2em;
}

.contactDetailBox_ttlBody {
  display: inline-block;
  position: relative;
}

.contactDetailBox_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 8vw;
}

.contactDetailBox_txt {
  margin: 8vw auto 0;
  text-align: center;
}

.contactDetailBox_txt > .txtRed {
  color: #d21477;
}

.contactDetailBox_descTtl {
  margin-bottom: 4vw;
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.contactDetailBox_descTxt {
  line-height: 1.97;
  letter-spacing: 0.04em;
}

.contactDetailBox_descTxt:nth-of-type(n+2) {
  margin-top: 4vw;
}

.contactDetailBox_descItem {
  padding-left: 5.33333vw;
  position: relative;
  z-index: 2;
  letter-spacing: 0.07em;
}

.contactDetailBox_descItem:nth-of-type(n+2) {
  margin-top: 5px;
}

.contactDetailBox_descItem::before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 2.93333vw;
  height: 2.93333vw;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.contactDetailBox_descList {
  display: inline-block;
  text-align: left;
}

.contactDetailBox_descBody {
  margin-top: 6.93333vw;
  text-align: center;
}

.contactDetailBox_descBox {
  width: 80vw;
  position: relative;
  z-index: 2;
}

.contactDetailBox_introFig {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
}

.contactDetailBox_linkBtn {
  width: 80vw;
  margin: 9.06667vw auto 0;
}

.contactDetailBox_body {
  display: flex;
  justify-content: space-between;
  margin-top: 6.93333vw;
  position: relative;
}

.contactDetailBox_body::after {
  content: '';
  display: block;
  width: 32vw;
  height: 32vw;
  background: url("/assets/img/common/img_bg.png");
  position: absolute;
  z-index: 1;
}

.contactDetailBox_inner {
  width: 100%;
  position: relative;
  margin-top: 40vw;
}

.footer_bnrImg {
  max-width: none;
  width: 100%;
}

.footer_bnrLink {
  display: block;
}

.footer_bnrList {
  width: 89.33333vw;
  margin: 0 auto 0;
}

.footer_bnrList.-bnrCount2 {
  width: 89.33333vw;
}

.footer_bnrList.-bnrCount3 {
  width: 89.33333vw;
}

.footer_snsListLink {
  display: block;
  width: 100%;
  height: 100%;
}

.footer_snsList {
  display: flex;
  justify-content: space-between;
  /*width: pxToVw(280px);*/
  width: 90.66667vw;
  margin: 5.33333vw auto 0;
}

.footer_inner {
  padding-bottom: 8vw;
  margin-top: 10.66667vw;
}

.siteBody_main.-lowLayer + .footer .footer_inner {
  margin-top: 26.66667vw;
}

.siteBody_main.-Unique + .footer .footer_inner {
  margin-top: 33.33333vw;
}

.formBox_ttl {
  font-weight: bold;
  font-size: 8vw;
  text-align: center;
}

.formBox_txt {
  text-align: center;
  line-height: 1.67;
}

.formBox_txt.-confirm, .formBox_txt.-thanks {
  margin-top: 16vw;
}

.formBox_errorTxt {
  text-align: left;
  line-height: 1.47;
}

.formBox_errorTxt > .item {
  color: #d21477;
  font-weight: bold;
}

.formBox_errorTxt > .note {
  color: #d21477;
  font-weight: bold;
}

.formBox_errorTxt:nth-of-type(n+2) {
  margin-top: 2.13333vw;
}

.formBox_errorBox {
  margin-top: 5.33333vw;
  text-align: center;
}

.formBox_errorBoxInner {
  display: inline-block;
}

.formBox_itemQ, .formBox_itemA {
  position: relative;
  padding-left: 20px;
  font-weight: normal;
}

.formBox_itemQ::before, .formBox_itemA::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.formBox_link {
  color: #d21477;
}

.formBox_itemQ::before {
  content: 'Q.';
}

.formBox_itemA {
  margin-top: 2.66667vw;
}

.formBox_itemA::before {
  content: 'A.';
}

.formBox_item {
  display: block;
}

.formBox_item:nth-of-type(n+2) {
  margin-top: 5.33333vw;
}

.formBox_linkBtn {
  height: 13.33333vw;
  /*margin: 40px auto 0;*/
}

.formBox_linkBtn.-thanks {
  width: 74.66667vw;
  margin: 16vw auto 0;
}

.formBox_submitBox {
  width: 53.33333vw;
  margin: 10.66667vw auto 0;
  display: flex;
}

.formBox_itemWrap {
  margin-top: 60px;
}

.formBox_body.-confirm {
  margin-top: 6.66667vw;
}

.formBox_inner {
  margin: 53.33333vw auto 0;
}

.formBox_inner.-contact {
  margin-top: 21.33333vw;
}

.formBox_inner.-confirm {
  margin-top: 26.66667vw;
}

.formBox input[type='text'],
.formBox select,
.formBox textarea {
  width: 100%;
  border: 1px solid #000;
  min-height: 10.66667vw;
}

.formBox_formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.formBox_itemTtl {
  width: 100%;
  font-weight: normal;
  font-size: 4.26667vw;
  white-space: nowrap;
  letter-spacing: 0.07em;
}

.formBox_itemDesc {
  width: 100%;
}

.formBox_itemDesc.-select {
  position: relative;
}

.formBox_itemDesc.-select::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  border-left: 2.66667vw solid transparent;
  border-right: 2.66667vw solid transparent;
  border-top: 2.66667vw solid #333;
  pointer-events: none;
}

.formBox_notes {
  text-align: center;
}

.gloNav_iconImg {
  transition: 0.3s ease-in-out;
}

.gloNav_iconImg:hover {
  opacity: 0.6;
}

.gloNav_link {
  display: block;
  background: #fff;
  border-radius: 10.66667vw;
  overflow: hidden;
  opacity: 1 !important;
}

.gloNav_itemTxt {
  width: 17.6vw;
  letter-spacing: 0;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(100%) translateY(10px);
  bottom: 2.13333vw;
  text-shadow: 1px 1px 2px #fff;
  font-weight: bold;
  font-size: 2.93333vw;
  white-space: nowrap;
}

.gloNav_itemTxt.-singleLine {
  bottom: 0.8vw;
}

.gloNav_item {
  width: 13.33333vw;
  height: 13.33333vw;
  list-style: none;
  position: relative;
  transition: 0.3s ease-in-out;
}

.gloNav_item:nth-of-type(3) a, .gloNav_item:nth-of-type(4) a {
  transition: 0.5s ease-in-out 0.7s;
}

.gloNav_body {
  display: flex;
  /*flex-wrap: wrap;*/
  position: relative;
}

.gloNav.is-close .gloNav_item.-body:nth-of-type(3) a, .gloNav.is-close .gloNav_item.-body:nth-of-type(4) a {
  transition: 0.3s ease-in-out 0.5s;
}

.gloNav.is-open .gloNav_item {
  display: block;
  /*animation: menuBodyOpen 0.5s ease-in-out 0s 1 forwards;*/
}

.header_logo {
  width: 33.33333vw;
  margin: 0 auto;
  position: absolute;
  top: 2.66667vw;
  left: 0;
  right: 0;
  z-index: 2;
}

.header_gloNav {
  margin: 0 auto;
  position: relative;
}

.header_moreBtnTxt {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.header .header_iconImg {
  transition: 0s ease-in-out 1s;
  opacity: 1;
}

.header_btnBody {
  position: relative;
  display: block;
}

.header_btnBody:hover {
  opacity: 1;
}

.header_btnBody::after {
  width: 10.66667vw;
  height: 10.66667vw;
  overflow: hidden;
  content: '';
  display: block;
  background-image: url("/assets/img/common/icon_menu01.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  bottom: 0;
  position: absolute;
  z-index: 2;
  opacity: 0;
  /*transition: 0.5s ease-in-out 1s;*/
}

.header_closeIcon {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.header_closeIcon:nth-of-type(4) {
  z-index: 3;
}

.header_closeIcon:nth-of-type(3) {
  z-index: 4;
}

.header_closeIcon:nth-of-type(2) {
  z-index: 5;
}

.header_closeIcon:nth-of-type(1) {
  transition: 0.6s ease-in-out 1s;
  z-index: 6;
}

.header_moreBtn {
  /*border-radius: 50%;*/
  /*background: #fff;*/
  width: 10.66667vw;
  height: 10.66667vw;
  position: absolute;
  margin: 0 auto;
  /*left: 0;
    top: pxToVw(55px);*/
  left: 2.66667vw;
  top: 2.66667vw;
  z-index: 2;
  transition: 0.5s ease-in-out 0.5s;
  opacity: 0;
  animation: visible2 0.5s ease-in-out 2s 1 forwards;
}

.header_moreBtn > a {
  animation: menuEm 10s ease-in-out 2s infinite;
}

.header_moreBtn.is-open {
  /*top: pxToVw(310px);*/
}

.header_moreBtn.is-open > a {
  animation: none;
}

.header_moreBtn.is-open .header_moreBtnTxt img {
  /*@include pc{
            opacity: 0;
          }*/
}

.header_moreBtn.is-open .header_btnBody::after {
  /*opacity: 1;*/
  /*animation: openMenu 0.5s ease-in-out 2s 1 forwards;*/
  /*animation: openMenu 1s 1.5s 1 forwards;*/
}

.header_moreBtn.is-open .header__iconImg {
  opacity: 0 !important;
}

.header_moreBtn.is-open .header_closeIcon {
  opacity: 1;
}

.header_moreBtn.is-open .header_closeIcon:nth-of-type(4) {
  transition: 0.1s ease-in-out 1s;
}

.header_moreBtn.is-open .header_closeIcon:nth-of-type(3) {
  transition: 0.1s ease-in-out 1.7s;
}

.header_moreBtn.is-open .header_closeIcon:nth-of-type(2) {
  transition: 0.1s ease-in-out 2s;
}

.header_moreBtn.is-open .header_closeIcon:nth-of-type(1) {
  transition: 0.1s ease-in-out 2.7s;
}

.header_moreBtn.is-open .header_btnBody::after {
  /*transition: 0.5s ease-in-out 2.5s;*/
}

.header_contactBtn, .header_recipeBtn {
  background: #fff;
  width: 10.66667vw;
  height: 10.66667vw;
  position: fixed;
  top: 2.66667vw;
  right: 2.66667vw;
  border-radius: 2.66667vw;
  overflow: hidden;
}

.header_contactBtn.-onlineShop, .header_recipeBtn.-onlineShop {
  right: 14.93333vw;
}

.header_recipeBtn {
  right: 15.46667vw;
}

.header_recipeBtnTxt {
  color: #fff;
}

.header_contactBtnBody, .header_recipeBtnBody {
  width: 100%;
  height: 100%;
  padding-left: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff !important;
  font-size: 10px;
  white-space: nowrap;
  letter-spacing: 0;
}

.header_contactBtnBody::before, .header_recipeBtnBody::before {
  background: url("/assets/img/common/icon_contact.svg") no-repeat;
  background-size: contain;
  width: 5.86667vw;
  height: 4.8vw;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.header_contactBtnBody.-onlineShop, .header_recipeBtnBody.-onlineShop {
  background: #d21477;
}

.header_contactBtnBody.-onlineShop::before, .header_recipeBtnBody.-onlineShop::before {
  background-image: url("/assets/img/common/icon_shop.svg");
}

.header_recipeBtnBody::before {
  width: 5.33333vw;
  height: 7.2vw;
  background: url("/assets/img/common/icon_recipe.svg") no-repeat;
  background-size: contain;
}

.header_inner {
  background: #fff;
  min-height: 16vw;
  height: 16vw;
  position: fixed;
  z-index: 5;
  top: -80vw;
  left: 0;
  right: 0;
  animation: sp-visible 0.5s ease-in-out 1s 1 forwards;
}

.header_inner.js-moreLong {
  transition: 0.5s ease-in-out 0.5s;
}

.header_inner.js-moreLong.is-active {
  min-height: 84vw;
  /*height: pxToVw(315px);*/
  height: 100vh;
}

.header_inner.-form {
  min-width: auto;
}

.heroBox {
  position: relative;
  z-index: 1;
}

.heroBox_inner {
  position: relative;
}

.heroBox_inner.-top {
  width: 100%;
  height: 66.66667vw;
  overflow: hidden;
}

.heroBox_inner.-top .heroBox_imgBox {
  width: 78.66667vw;
  display: block;
  margin: 0 auto 0;
  /*top: -23px;*/
  top: 53.33333vw;
  left: 10.4vw;
  right: 0;
  position: absolute;
  z-index: 2;
}

.heroBox_inner.-top .heroBox_imgBox::before {
  content: '';
  display: block;
  background: url("/assets/img/top/hero_top_text.png") no-repeat;
  background-size: contain;
  width: 14.93333vw;
  height: 14.93333vw;
  position: absolute;
  top: 24vw;
  left: -10.66667vw;
  z-index: 2;
}

.heroBox_inner.-top .heroBox_img {
  margin: 0 auto 0;
}

.heroBox_inner.-top .heroBox_bg {
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/top/hero_top.png");
  background-size: cover;
  position: relative;
  z-index: 1;
}

.heroBox_inner.-lowLayer .heroBox_img, .heroBox_inner.-lowLayer2 .heroBox_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heroBox_inner.-lowLayer .heroBox_imgBox, .heroBox_inner.-lowLayer2 .heroBox_imgBox {
  height: 100%;
}

.heroBox_inner.-lowLayer .heroBox_imgBoxWrap, .heroBox_inner.-lowLayer2 .heroBox_imgBoxWrap {
  height: 21.86667vw;
  overflow: hidden;
}

.heroBox_inner.-lowLayer .heroBox_dateTxt, .heroBox_inner.-lowLayer2 .heroBox_dateTxt {
  letter-spacing: 0.04em;
  display: block;
  padding-bottom: 3.73333vw;
}

.heroBox_inner.-lowLayer .heroBox_ttlMainTxt, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt {
  display: block;
  margin: 0 auto;
  /*font-size: pxToVw(30px);
        font-weight: 600;
        letter-spacing: 0.015em;*/
}

.heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-about, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-about {
  width: 68.53333vw;
}

.heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-other, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-other {
  width: 36.26667vw;
}

.heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-youtube, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-youtube {
  width: 38.53333vw;
}

.heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-salon, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-salon {
  width: 66.13333vw;
}

.heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-product, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-product {
  width: 85.73333vw;
  padding: 2.66667vw 0 0;
}

.heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-company, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-company {
  width: 77.2vw;
}

.heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-works, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-works {
  font-weight: bold;
  font-size: 6.66667vw;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 0;
  color: #d21477;
}

.heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-calculator, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-calculator {
  font-weight: bold;
  font-size: 6.66667vw;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #d21477;
}

.heroBox_inner.-lowLayer .heroBox_ttlSubTxt, .heroBox_inner.-lowLayer2 .heroBox_ttlSubTxt {
  font-size: 4.8vw;
  font-weight: 500;
}

.heroBox_inner.-lowLayer .heroBox_pageTtl, .heroBox_inner.-lowLayer2 .heroBox_pageTtl {
  position: relative;
  z-index: 2;
  text-align: center;
}

.heroBox_inner.-lowLayer .heroBox_pageTxt, .heroBox_inner.-lowLayer2 .heroBox_pageTxt {
  margin-top: 5.33333vw;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: 0.04em;
}

.heroBox_inner.-lowLayer .heroBox_pageTxt.-calculator, .heroBox_inner.-lowLayer2 .heroBox_pageTxt.-calculator {
  font-size: 6.4/pxvw;
}

.heroBox_inner.-lowLayer .heroBox_ttlBox, .heroBox_inner.-lowLayer2 .heroBox_ttlBox {
  display: block;
  width: 100vw;
  padding: 5.6vw 0 0;
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
}

.heroBox_inner.-lowLayer .heroBox_ttlBox::after, .heroBox_inner.-lowLayer2 .heroBox_ttlBox::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.heroBox_inner.-lowLayer2 .heroBox_ttlBox {
  width: auto;
  min-height: auto;
  padding: 0;
  margin-top: 6.4vw;
}

.heroBox_inner.-lowLayer2 .heroBox_linkBtn {
  position: relative;
  z-index: 2;
}

.heroBox_inner.-lowLayer2 .heroBox_linkBtn.-large {
  width: 74.66667vw;
  margin: 14.66667vw auto 0;
}

.heroBox_inner.-lowLayer2 .heroBox_notesItem {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  font-size: 2.66667vw;
}

.heroBox_inner.-lowLayer2 .heroBox_notesItem:nth-of-type(n+2) {
  margin-top: 1.33333vw;
}

.heroBox_inner.-lowLayer2 .heroBox_notesLink {
  color: #d21477;
  font-weight: bold;
}

.heroBox_inner.-lowLayer2 .heroBox_notes {
  width: 74.66667vw;
  margin: 2.66667vw auto 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.heroBox_inner.-notFound {
  text-align: center;
}

.heroBox_inner.-notFound .heroBox_ttlMainTxt {
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 5.33333vw;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 0;
  color: #d21477;
}

.heroBox_inner.-notFound .heroBox_pageTxt {
  margin-top: 5.33333vw;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: 0.04em;
}

.heroBox_inner.-notFound .heroBox_linkTxt {
  margin-top: 8vw;
}

.heroBox_inner.-onishi {
  margin: 15.46667vw auto 0;
}

.heroBox_inner.-onishi .heroBox_img {
  /*width: 100%;
        height: 100%;
        object-fit: cover;*/
}

.heroBox_inner.-onishi .heroBox_imgBox {
  height: 100%;
  display: inline-block;
}

.heroBox_inner.-onishi .heroBox_imgBoxWrap {
  overflow: hidden;
  text-align: center;
}

.infoBox {
  position: relative;
  z-index: 2;
  line-height: 1;
}

.infoBox_ttl {
  font-size: 4.26667vw;
}

.infoBox_date,
.infoBox .wp-block-table table > tbody > tr > td:nth-of-type(1) {
  letter-spacing: 0;
}

.infoBox_txt,
.infoBox .wp-block-table table > tbody > tr > td:nth-of-type(2) {
  letter-spacing: 0.15em;
}

.infoBox_link {
  position: relative;
}

.infoBox_link .infoBox_txt {
  text-decoration: underline;
}

.infoBox_link[target$="_blank"] .infoBox_txt {
  position: relative;
}

.infoBox_link[target$="_blank"] .infoBox_txt::after {
  content: '';
  display: inline-block;
  background: url("/assets/img/common/icon_blank.svg") no-repeat;
  background-size: contain;
  width: 5.06667vw;
  height: 2.93333vw;
  margin-left: 5px;
}

.infoBox .wp-block-table table > tbody > tr > td:nth-of-type(2) a {
  text-decoration: underline;
}

.infoBox .wp-block-table table > tbody > tr > td:nth-of-type(2) a[target$="_blank"] {
  position: relative;
}

.infoBox .wp-block-table table > tbody > tr > td:nth-of-type(2) a[target$="_blank"]::after {
  content: '';
  display: inline-block;
  background: url("/assets/img/common/icon_blank.svg") no-repeat;
  background-size: contain;
  width: 5.06667vw;
  height: 2.93333vw;
  margin-left: 5px;
}

.infoBox_item,
.infoBox .wp-block-table table > tbody > tr {
  display: block;
}

.infoBox_item:nth-of-type(n+2),
.infoBox .wp-block-table table > tbody > tr:nth-of-type(n+2) {
  margin-top: 6.66667vw;
}

.infoBox_inner {
  background: #fff;
}

.js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(1) {
  margin-top: 14.66667vw;
}

.js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(1) .cccrSecBox_figBoxImg {
  opacity: 0;
}

.js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(2) {
  bottom: 10.66667vw;
}

.js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(2) .cccrSecBox_figBoxImg {
  opacity: 0;
}

.js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(3) {
  margin-top: 14.66667vw;
}

.js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(3) .cccrSecBox_figBoxImg {
  opacity: 0;
}

.js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(4) {
  bottom: 10.66667vw;
}

.js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(4) .cccrSecBox_figBoxImg {
  opacity: 0;
}

.js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(5) {
  margin-top: 14.66667vw;
}

.js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(5) .cccrSecBox_figBoxImg {
  opacity: 0;
}

.js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(1) {
  animation: sp-figBox01 0.5s ease-in-out 2.5s 1 forwards;
}

.js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(1) .cccrSecBox_figBoxImg {
  animation: fadeIn 0.5s ease-in-out 0.5s 1 forwards;
}

.js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(2) {
  animation: sp-figBox02 0.5s ease-in-out 2.5s 1 forwards;
}

.js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(2) .cccrSecBox_figBoxImg {
  animation: fadeIn 0.5s ease-in-out 0.7s 1 forwards;
}

.js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(3) {
  animation: sp-figBox01 0.5s ease-in-out 2.5s 1 forwards;
}

.js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(3) .cccrSecBox_figBoxImg {
  animation: fadeIn 0.5s ease-in-out 0.9s 1 forwards;
}

.js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(4) {
  animation: sp-figBox02 0.5s ease-in-out 2.5s 1 forwards;
}

.js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(4) .cccrSecBox_figBoxImg {
  animation: fadeIn 0.5s ease-in-out 1.1s 1 forwards;
}

.js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(5) {
  animation: sp-figBox01 0.5s ease-in-out 2.5s 1 forwards;
}

.js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(5) .cccrSecBox_figBoxImg {
  animation: fadeIn 0.5s ease-in-out 1.3s 1 forwards;
}

.js-fadeIn.-heroMain .heroBox_imgBox {
  transform: rotate(-15deg);
}

.js-fadeIn.-heroMain .heroBox_imgBox::before {
  opacity: 0;
}

.js-fadeIn.-heroMain .heroBox_bg {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.js-fadeIn.-heroMain .heroBox_bg::before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  z-index: -1;
}

.js-fadeIn.-heroMain.is-active .heroBox_imgBox {
  animation: sp-heroOnishi 3s ease-in-out 3s 1 forwards;
}

.js-fadeIn.-heroMain.is-active .heroBox_imgBox::before {
  animation: doyaIcon 2s ease-in-out 6s 1 forwards;
}

.js-fadeIn.-heroMain.is-active .heroBox_bg::before {
  animation: bgBlur 1s ease-in-out 2s 1 forwards;
}

.js-fadeIn.-bgBlur {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.js-fadeIn.-bgBlur::before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.js-fadeIn.-bgBlur.is-active::before {
  animation: bgBlur 1s ease-in-out 0.5s 1 forwards;
}

.js-fadeIn.-imgBlur {
  opacity: 0;
  filter: blur(5.33333vw) brightness(2);
  transform: scale(1.2);
}

.js-fadeIn.-imgBlur.is-active {
  opacity: 1;
  filter: blur(0px) brightness(1);
  transform: scale(1);
  transition: all 2s ease-out;
}

.js-fadeIn.-simple {
  opacity: 0;
  transition: all 2s ease-out 2s;
}

.js-fadeIn.-simple.is-active {
  opacity: 1;
}

.js-fadeIn.-fadeInUp {
  opacity: 0;
  transform: translateY(20px);
}

.js-fadeIn.-fadeInUp.is-active {
  animation: fadeInUp 1s ease-in-out 0.5s 1 forwards;
}

.js-fadeIn.-fadeInUp.-moreFast.is-active {
  animation: fadeInUp 1s ease-in-out 0.5s 1 forwards;
}

.js-fadeIn.-sign {
  width: 0;
  height: 0;
}

.js-fadeIn.-sign.is-active {
  animation: sign 1s ease-in-out 0.5s 1 forwards;
}

.js-fadeIn.-imgUpToDownScale {
  overflow: hidden;
}

.js-fadeIn.-imgUpToDownScale img {
  transform: scale(1.2, 1.2);
}

.js-fadeIn.-imgUpToDownScale.is-active img {
  animation: imgUpToDownScale 1s ease-in-out 0.5s 1 forwards;
}

.linkBtn {
  display: flex;
  background: #d21477;
  border: 1px #d21477 solid;
  height: 13.33333vw;
  position: relative;
  box-sizing: border-box;
}

.linkBtn_txt {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.linkBtn::before, .linkBtn::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  height: 1px;
  transition: 0.3s ease-in-out;
}

.linkBtn::before {
  width: 5.33333vw;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 5.33333vw;
}

.linkBtn::after {
  width: 2.66667vw;
  right: 5.06667vw;
  top: -1.86667vw;
  margin: auto 0;
  bottom: 0;
  transform: rotate(45deg);
}

.linkBtn[target$="_blank"]::before, .linkBtn[target$="_blank"]::after {
  z-index: 2;
}

.linkBtn[target$="_blank"]::before {
  width: 2.66667vw;
  margin: auto 0;
  top: 0.8vw;
  bottom: 0;
  right: 4.53333vw;
}

.linkBtn[target$="_blank"]::after {
  width: 1.33333vw;
  right: 4.53333vw;
  top: -0.26667vw;
  margin: auto 0;
  bottom: 0;
  transform: rotate(45deg);
}

.linkBtn[target$="_blank"] .linkBtn_txt {
  position: relative;
}

.linkBtn[target$="_blank"] .linkBtn_txt::before, .linkBtn[target$="_blank"] .linkBtn_txt::after {
  content: '';
  display: block;
  position: absolute;
  transition: 0.3s ease-in-out;
}

.linkBtn[target$="_blank"] .linkBtn_txt::before {
  width: 2.4vw;
  height: 2.4vw;
  border: 1px solid #fff;
  background: none;
  margin: auto 0;
  top: 0.8vw;
  bottom: 0;
  right: 6.4vw;
  box-sizing: border-box;
}

.linkBtn[target$="_blank"] .linkBtn_txt::after {
  width: 1.06667vw;
  height: 1.33333vw;
  top: 0.8vw;
  bottom: 0;
  right: 5.86667vw;
  background: #d21477;
  margin: auto 0;
}

.linkBtn.-form, .linkBtn.-formBack {
  color: #fff;
  text-align: center;
}

.linkBtn.-form > input, .linkBtn.-formBack > input {
  display: block;
  width: 100%;
  height: 100%;
}

.linkBtn.-original {
  background: #fffdf1;
  transition: 0.3s ease-in-out;
}

.linkBtn.-original .linkBtn_txt {
  color: #d21477 !important;
}

.linkBtn.-original .linkBtn_txt::before, .linkBtn.-original .linkBtn_txt::after {
  border-color: red;
}

.linkBtn.-original .linkBtn_txt::after {
  background: #fffdf1;
}

.linkBtn.-original::before, .linkBtn.-original::after {
  background: #d21477;
}

.linkBtn.-calc {
  display: block;
  width: 100% !important;
  height: 100% !important;
  color: #fff;
  text-align: center;
  font-size: 4.8vw;
}

.linkBtn.-formBack {
  background: #fff;
  color: #d21477;
  transition: 0.3s ease-in-out;
}

.linkBtn.-formBack::before, .linkBtn.-formBack::after {
  background: #d21477;
}

.linkBtn.-formBack:hover {
  background: #d21477;
  color: #fff;
}

.linkBtn.-formBack:hover::before, .linkBtn.-formBack:hover::after {
  background: #fff;
}

.linkBtn.-contact {
  font-size: 3.73333vw;
  letter-spacing: 0.08em;
}

.linkBtn.-contact::before {
  right: 20px;
}

.linkBtn.-contact::after {
  right: 19px;
}

.linkTxt {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  /*//矢印アイコンの調整
  &::before,
  &::after{
    content: '';
    display: block;
    position: absolute;
    background: #d21477;
    height: 1px;
    transition: 0.3s ease-in-out;
  }
  &::before{
    width: pxToVw(20px);
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: pxToVw(20px);
    @include pc{
      width: 20px;
      right: 20px;
    }
  }
  &::after{
    width: pxToVw(10px);
    right: pxToVw(19px);
    top: pxToVw(-7px);
    margin: auto 0;
    bottom: 0;
    transform: rotate(45deg);
    @include pc{
      top: -7px;
      width: 10px;
      right: 19px;
    }
  }*/
}

.linkTxt_txt {
  display: inline-block;
  color: #d21477;
  letter-spacing: 0.05em;
}

.linkTxt[target$="_blank"] {
  /*&::before,
    &::after{
      z-index: 2;
    }*/
}

.linkTxt[target$="_blank"]::before, .linkTxt[target$="_blank"]::after {
  content: '';
  display: block;
  position: absolute;
  background: #d21477;
  height: 1px;
  transition: 0.3s ease-in-out;
  z-index: 2;
}

.linkTxt[target$="_blank"]::before {
  width: 3.2vw;
  margin: auto 0;
  top: 0.53333vw;
  bottom: 0;
  right: -6.4vw;
}

.linkTxt[target$="_blank"]::after {
  width: 1.33333vw;
  right: -6.4vw;
  top: -0.53333vw;
  margin: auto 0;
  bottom: 0;
  transform: rotate(45deg);
}

.linkTxt[target$="_blank"] .linkTxt_txt {
  position: relative;
}

.linkTxt[target$="_blank"] .linkTxt_txt::before, .linkTxt[target$="_blank"] .linkTxt_txt::after {
  content: '';
  display: block;
  position: absolute;
  transition: 0.3s ease-in-out;
}

.linkTxt[target$="_blank"] .linkTxt_txt::before {
  width: 2.93333vw;
  height: 2.93333vw;
  border: 1px solid #d21477;
  background: none;
  margin: auto 0;
  top: 0.8vw;
  bottom: 0;
  right: -4.53333vw;
  box-sizing: border-box;
}

.linkTxt[target$="_blank"] .linkTxt_txt::after {
  width: 1.06667vw;
  height: 1.33333vw;
  top: 0.8vw;
  bottom: 0;
  right: -5.06667vw;
  background: #fff;
  margin: auto 0;
}

.onishiBox_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 5.33333vw;
}

.onishiBox_txt {
  margin: 8vw auto 0;
  text-align: center;
}

.onishiBox_txt.-history {
  margin-top: 4.26667vw;
  line-height: 2;
}

.onishiBox_queTtlIcon {
  position: absolute;
  content: '';
  display: block;
  border-top: 4.26667vw solid #fff;
  border-right: 2.13333vw solid transparent;
  border-left: 2.13333vw solid transparent;
  position: absolute;
  left: 13.06667vw;
  bottom: -2.66667vw;
}

.onishiBox_queTtlBody {
  padding: 0 21px 17px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.onishiBox_queTtl {
  position: relative;
  font-size: 5.33333vw;
}

.onishiBox_queTtl::after {
  content: '';
  display: block;
  border-top: 4.26667vw solid #d21477;
  border-right: 2.13333vw solid transparent;
  border-left: 2.13333vw solid transparent;
  left: 13.06667vw;
  position: absolute;
  z-index: -1;
}

.onishiBox_queTtl::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #d21477;
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  bottom: -3px;
}

.onishiBox_queTtl .emphasis {
  font-size: 140%;
  color: #d21477;
}

.onishiBox_ansTxtItem {
  padding-left: 5.33333vw;
  text-indent: -5.33333vw;
}

.onishiBox_ansTxt:nth-of-type(n+2) {
  margin-top: 3.73333vw;
}

.onishiBox_ansTxt.-list {
  margin-bottom: 3.73333vw;
}

.onishiBox_ansTxtBox {
  margin-top: 35px;
  line-height: 2;
  letter-spacing: 0.125em;
}

.onishiBox_interviewBox {
  width: 89.33333vw;
}

.onishiBox_descTtl {
  margin-bottom: 4vw;
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.onishiBox_descTxt {
  line-height: 1.97;
  letter-spacing: 0.04em;
}

.onishiBox_descTxt:nth-of-type(n+2) {
  margin-top: 4vw;
}

.onishiBox_descItem {
  padding-left: 5.33333vw;
  position: relative;
  z-index: 2;
  letter-spacing: 0.07em;
}

.onishiBox_descItem:nth-of-type(n+2) {
  margin-top: 5px;
}

.onishiBox_descItem::before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 2.93333vw;
  height: 2.93333vw;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.onishiBox_descList {
  display: inline-block;
  text-align: left;
}

.onishiBox_descBody {
  margin-top: 6.93333vw;
  text-align: center;
}

.onishiBox_descBox {
  width: 80vw;
  position: relative;
  z-index: 2;
}

.onishiBox_marker {
  background: linear-gradient(transparent 50%, #ffcfe8 50%);
}

.onishiBox_message {
  position: relative;
  z-index: 2;
  line-height: 2;
}

.onishiBox_message:nth-of-type(n+2) {
  margin-top: 28px;
}

.onishiBox_onishiFig {
  position: absolute;
  height: 100%;
}

.onishiBox_sign {
  position: absolute;
  z-index: 2;
  width: 26.66667vw;
  height: 35.46667vw;
  margin: 0;
  right: 5.86667vw;
  bottom: -21.86667vw;
}

.onishiBox_messageBox::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  position: absolute;
  opacity: 0.6;
}

.onishiBox_introFig {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
}

.onishiBox_linkBtn {
  width: 48vw;
  margin: 9.06667vw auto 0;
}

.onishiBox_body {
  display: flex;
  justify-content: space-between;
  margin-top: 6.93333vw;
  position: relative;
}

.onishiBox_body::after {
  content: '';
  display: block;
  width: 32vw;
  height: 32vw;
  background: url("/assets/img/common/img_bg.png");
  position: absolute;
  z-index: 1;
}

.onishiBox_inner {
  margin-top: 9.33333vw;
}

.onishiBox_inner.-interview {
  margin: 0 auto 0;
}

.onishiBox_inner.-comment {
  margin: 18.66667vw auto 0 0;
  position: relative;
}

.qaBox_ttl {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.qaBox_itemQ, .qaBox_itemA {
  position: relative;
  padding-left: 20px;
  font-weight: normal;
  line-height: 1.47;
}

.qaBox_itemQ::before, .qaBox_itemA::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.qaBox_link {
  color: #d21477;
}

.qaBox_itemQ::before {
  content: 'Q.';
}

.qaBox_itemA {
  margin-top: 2.66667vw;
}

.qaBox_itemA::before {
  content: 'A.';
}

.qaBox_item:nth-of-type(n+2) {
  margin-top: 40px;
}

.qaBox_itemWrap {
  margin-top: 60px;
}

.qaBox_inner {
  margin-top: 80px;
}

.recipeBox .swiper-container {
  width: 100%;
}

.recipeBox .swiper-button-next,
.recipeBox .swiper-button-prev {
  width: 4vw;
  height: 8vw;
  top: 25.33333vw;
  left: -4vw;
}

.recipeBox .swiper-button-next::after,
.recipeBox .swiper-button-prev::after {
  content: '' !important;
  width: 4vw;
  height: 4vw;
  border-top: solid 0.53333vw #333;
  border-left: solid 0.53333vw #333;
  box-sizing: border-box;
  transform: rotate(-45deg);
}

.recipeBox .swiper-button-next {
  left: auto;
  right: -4vw;
}

.recipeBox .swiper-button-next::after {
  transform: rotate(135deg);
}

.recipeBox_linkBtn {
  width: 48vw;
  min-width: 180px;
  margin: 9.33333vw auto 0;
}

.recipeBox_linkBtn.-favorite {
  width: 66.66667vw;
  min-width: 250px;
}

.recipeBox_favoriteBox {
  width: 89.33333vw;
  height: 11.46667vw;
  margin: 13.33333vw auto 0;
}

.recipeBox_favoriteBox button {
  width: 100%;
  height: 100%;
  font-size: 4.26667vw;
}

.recipeBox .pnavi {
  margin-top: 16vw;
}

.recipeBox .pnavi .nav-links {
  display: flex;
  justify-content: center;
  position: relative;
}

.recipeBox .pnavi .page-numbers {
  width: 8vw;
  height: 8vw;
  margin-left: 5.33333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d21477;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}

.recipeBox .pnavi .page-numbers.current {
  margin-left: 5.33333vw;
  background: #d21477;
  color: #fff;
}

.recipeBox .pnavi .page-numbers.prev, .recipeBox .pnavi .page-numbers.next {
  background: none;
  border: none;
}

.recipeBox .pnavi .page-numbers.prev {
  margin-left: 0 !important;
}

.recipeBox_searchInput {
  width: 100%;
  height: 100%;
  padding: 0 2.66667vw 0 10.13333vw !important;
  font-size: 3.73333vw;
  position: relative;
  letter-spacing: 0.1em;
}

.recipeBox_search {
  margin-top: 4vw;
}

.recipeBox_search form {
  width: 62.66667vw;
  height: 10.66667vw;
  position: relative;
}

.recipeBox_search form::before {
  margin: auto 0;
  content: '';
  display: block;
  width: 5.33333vw;
  height: 5.6vw;
  background: url("/assets/img/recipe/icon_search.png") no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.2vw;
  z-index: 2;
}

.recipeBox_bnrBody {
  display: block;
}

.recipeBox_bnrNote {
  font-weight: bold;
  color: #d21477;
  font-size: 5.33333vw;
  position: absolute;
  top: -12vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.recipeBox_bnrLink {
  width: 94.66667vw;
  margin: 10.66667vw auto 0;
  position: relative;
}

.recipeBox_list {
  margin-top: 10.66667vw;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.recipeBox_list.-related {
  margin-top: 5.33333vw;
}

.recipeBox_listItem {
  width: 94.66667vw;
}

.recipeBox_listItem.-top:nth-of-type(n + 2), .recipeBox_listItem.-top:nth-of-type(n + 4) {
  margin-top: 0 !important;
}

.recipeBox_tagItem {
  position: relative;
  padding-left: 6.66667vw;
  margin-right: 6.13333vw;
  font-size: 4.26667vw;
  line-height: 1;
}

.recipeBox_tagItem.break {
  /*+ .recipeBox_tagItem{
        margin-left: 0;
      }*/
}

.recipeBox_tagItem.break::after {
  content: '';
  display: block;
  background: #d3d3d3;
  width: 1px;
  height: 100%;
  position: absolute;
  left: auto;
  right: -5.86667vw;
  top: 0;
}

.recipeBox_tagItem.break ~ .recipeBox_tagItem {
  margin-top: 4vw;
}

.recipeBox_tagItem::before {
  content: '';
  display: block;
  background: #d3d3d3;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
}

.recipeBox_tagItem:last-of-type::after {
  content: '';
  display: block;
  background: #d3d3d3;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -5.33333vw;
}

.recipeBox_tagList, .recipeBox_relatedTags {
  margin-top: 7.73333vw;
  display: flex;
  flex-wrap: wrap;
}

.recipeBox_relatedTags > a {
  position: relative;
  padding-left: 6.66667vw;
  margin-right: 6.13333vw;
  margin-bottom: 2.66667vw;
  font-size: 4.26667vw;
  line-height: 1;
}

.recipeBox_relatedTags > a.break {
  /*+ .recipeBox_tagItem{
          margin-left: 0;
        }*/
}

.recipeBox_relatedTags > a.break::after {
  content: '';
  display: block;
  background: #d3d3d3;
  width: 1px;
  height: 100%;
  position: absolute;
  left: auto;
  right: -5.86667vw;
  top: 0;
}

.recipeBox_relatedTags > a.break ~ .recipeBox_tagItem {
  margin-top: 4vw;
}

.recipeBox_relatedTags > a::before {
  content: '';
  display: block;
  background: #d3d3d3;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
}

.recipeBox_relatedTags > a:last-of-type::after {
  content: '';
  display: block;
  background: #d3d3d3;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -5.33333vw;
}

.recipeBox_relatedTagsBox, .recipeBox_relatedRecipe {
  margin-top: 10.66667vw;
}

.recipeBox_postMeta {
  margin-top: 2.66667vw;
  display: flex;
  color: #777777;
  font-size: 3.2vw;
}

.recipeBox_date {
  margin: 0;
}

.recipeBox_tags {
  position: relative;
  margin: 0 0 0 10px;
}

.recipeBox_tags::before {
  content: '/';
  display: inline-block;
  color: #777;
  position: absolute;
  left: -8px;
  width: 1px;
  height: 12px;
}

.recipeBox_postLink {
  display: block;
  padding: 0;
  margin: 0;
}

.recipeBox_postTtl {
  padding: 0;
  margin: 2.66667vw 0 0;
  font-size: 4.8vw;
}

.recipeBox_thumbnail {
  display: block;
  height: 197px;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

.recipeBox_thumbnail img {
  height: 100% !important;
  object-fit: cover;
}

.recipeBox_txt {
  font-size: 4.26667vw;
}

.recipeBox_txt.-desc {
  padding: 0;
  margin: 4vw 0 0;
  line-height: 1.75;
  letter-spacing: 0.25em;
}

.recipeBox_txt.-point {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.recipeBox_txt.-point > p {
  padding: 0 !important;
  margin: 0 !important;
}

.recipeBox_txt.-point > p:nth-of-type(n+2) {
  margin-top: 1.33333vw !important;
}

.recipeBox_txt.-recommend {
  padding: 0;
  margin: 0;
}

.recipeBox_txt.-recommend > p {
  padding: 0 !important;
  margin: 0 !important;
}

.recipeBox .wp-block-columns .wp-block-column > p {
  font-size: 4.26667vw;
}

.recipeBox_inner.-body > p {
  font-size: 4.26667vw;
}

.recipeBox_inner.-top {
  margin-top: 22.66667vw;
}

.recipeBox_bodyTtl + p {
  margin-top: 38px;
}

.recipeBox_pointBox + p {
  margin-top: 28px;
}

.recipeBox_recommendBox + p {
  margin-top: 28px;
}

.recipeBox_heroImg {
  position: relative;
}

.recipeBox_youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.recipeBox_youtube .post-thumbnail {
  width: 100%;
  height: 100%;
}

.recipeBox_youtube .post-thumbnail iframe {
  width: 100%;
  height: 100%;
}

.recipeBox_bodyTtl {
  font-size: 6.4vw;
  font-weight: bold;
  position: relative;
  color: #000;
}

.recipeBox_bodyTtl::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -4px;
  background: #000;
}

.recipeBox_inner.-body > p {
  letter-spacing: 0.245em;
  line-height: 1.8;
}

.recipeBox_inner.-body > p > a {
  text-decoration: underline;
}

.recipeBox_pointBoxTtl {
  width: 18.66667vw;
  padding: 0;
  margin: 0;
  color: #d21477;
  font-weight: bold;
  position: absolute;
}

.recipeBox_pointBox {
  padding: 5.33333vw 8.26667vw 7.2vw;
  margin: 0 auto 0;
  background: #fffdf1;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.recipeBox_recommendBoxTtl {
  padding: 0;
  margin: 0;
  color: #d21477;
  font-weight: bold;
  position: absolute;
  top: -2.66667vw;
}

.recipeBox_recommendBoxTxt {
  padding: 0;
  margin: 0;
}

.recipeBox_recommendBox {
  padding: 6.93333vw 8vw 6.66667vw;
  margin: 0 auto 0;
  background: #fffdf1;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.recipeBox .recipeBox_bodyTtl + .recipeBox_recommendBox {
  margin-top: 13.33333vw;
}

.recipeBox_ingredientsTtl {
  width: 100%;
  font-size: 5.06667vw;
  font-weight: bold;
  position: relative;
}

.recipeBox_ingredientsTtl::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -7px;
  background: #000;
}

.recipeBox_ingredientsItem, .recipeBox_ingredientsSubItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
  margin: 0 !important;
}

.recipeBox_ingredientsSubTtl {
  margin: 0;
  margin: 4vw 0 1.33333vw;
  text-align: left;
  width: 100%;
  font-weight: bold;
}

.recipeBox_ingredientsListBody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recipeBox_ingredientsList {
  margin: 0;
  width: 100%;
}

.recipeBox_ingredientsList.-subItem {
  margin-top: 0;
}

.recipeBox_ingredientsBox {
  background: #fffdf1;
  padding: 3.2vw 5.33333vw 5.33333vw;
  box-sizing: border-box;
}

.recipeBox_ingredientsBox li {
  list-style: none;
}

.recipeBox_ingredientsBox .post-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px 0 0;
}

.recipeBox_ingredientsBox .post-meta-key {
  display: none;
}

.recipeBox_ttl {
  margin: 8.26667vw 0 0;
  font-size: 8.26667vw;
  letter-spacing: 0.06em;
}

.recipeBox_ttl.-top {
  margin-top: 0;
  text-align: center;
  font-weight: bold;
}

.recipeBox_ttlSubWrap {
  margin-top: 9.33333vw;
}

.recipeBox_ttlBox {
  color: #000;
}

.recipeBox_inner {
  margin: 0 auto;
}

.recipeBox_inner.-body {
  margin-top: 13.33333vw;
}

.siteBody_notesItem {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  font-size: 2.66667vw;
}

.siteBody_notesItem:nth-of-type(n+2) {
  margin-top: 1.33333vw;
}

.siteBody_notesLink {
  color: #d21477;
  font-weight: bold;
}

.siteBody_notes {
  width: 74.66667vw;
  margin: 2.66667vw auto 0;
  text-align: center;
}

.siteBody_linkBtn {
  position: relative;
  z-index: 2;
}

.siteBody_linkBtn.-large {
  width: 74.66667vw;
  margin: 41.33333vw auto 0;
}

.siteBody_main.-top {
  margin-top: 16vw;
  overflow: hidden;
  width: 100vw;
}

.siteBody_main.-lowLayer, .siteBody_main.-lowLayer2 {
  margin-top: 16vw;
}

.siteBody_main.-lowLayer2 {
  margin-top: 26.66667vw;
}

.siteBody_main.-contact {
  margin-top: 16vw;
}

.siteBody_main.-onishi {
  margin-top: 16vw;
}

.siteBody_main.-recipeBox, .siteBody_main.-columnBox {
  margin-top: 16vw;
  overflow: hidden;
  width: 100vw;
}

.siteBody_secWrap {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.siteBody_secWrap.-lowLayer {
  width: 100%;
  max-width: 1366px;
}

.siteBody_secWrap.-lowLayer2 {
  /*width: 340px;*/
  width: 100vw;
  margin: 8.53333vw auto 0;
}

.siteBody_secWrap.-lowLayer2::before {
  display: none;
}

.siteBody_secWrap.-product {
  width: 100%;
}

.siteBody_secWrap.-onishi {
  width: 100%;
  /*max-width: 1366px;*/
  max-width: 1155px;
}

.snsBox {
  /* ボタンの設定と各ブランドカラー設定 */
}

.snsBox_shareList {
  width: 89.33333vw;
  padding: 0;
  margin: 4vw auto 0;
  display: flex;
  justify-content: space-between;
}

.snsBox_followDesc {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.snsBox_followTxt {
  color: #333;
  margin: 0;
}

.snsBox_followBtn {
  margin-top: 2.66667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56vw;
  height: 9.33333vw;
  color: #fff;
  border-radius: 1.33333vw;
  font-size: 3.73333vw;
}

.snsBox_followBtn.-twitter {
  background-color: #55acee;
  color: #fff;
}

.snsBox_followThumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.snsBox_followThumb::before {
  content: '';
  display: block;
  background: #000;
  opacity: 0.6;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.snsBox_followThumb .post-thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.snsBox_followThumb .post-thumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.snsBox_followBox {
  width: 89.33333vw;
  margin: 4vw auto 0;
  position: relative;
  overflow: hidden;
}

.snsBox_shareItem {
  width: 42.66667vw;
  height: 11.46667vw;
  position: relative;
  list-style: none;
}

.snsBox_shareBtn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.snsBox_shareBtn.-twitter {
  background-color: #55acee;
  color: #fff;
}

.snsBox_shareBtn.-line {
  background-color: #00c030;
  color: #fff;
}

.spotBanner {
  width: 89.33333vw;
  margin: 21.06667vw auto 0;
}

.spotBanner.-product {
  margin-top: 10.66667vw;
}

.tagbox__tab {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  font-size: 2rem;
  background: #efefef;
  border-radius: 10px;
  margin-right: 1rem;
}

.tagbox__tab.is-active {
  font-weight: bold;
  background: #d21477;
  color: #fff;
}

.tagbox_contents {
  display: flex;
  flex-wrap: wrap;
}

.tagbox_contents > a {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  height: 2.3rem;
  background: #efefef;
  font-size: 1.6rem !important;
  margin-right: 1rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.worksList_itemTtl {
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 5.33333vw;
}

.worksList_linkBtn {
  width: 85.33333vw;
  margin: 16vw auto 0;
  position: relative;
  z-index: 2;
  height: 16vw;
  background: #fff;
}

.worksList_itemLink {
  /*padding-left: pxToVw(7px);*/
  padding-left: 7.2vw;
  margin-top: 2.66667vw;
  font-size: 3.73333vw;
}

.worksList_itemLink a {
  color: #d21477;
  display: inline-block;
  margin-left: 0.53333vw;
}

.worksList_itemLink:nth-of-type(n+2) {
  margin-top: 3.2vw;
}

.worksList_itemFig {
  margin-top: 2.13333vw;
}

.worksList_itemFig a {
  display: block;
}

.worksList_item.-txtType {
  padding-left: 5.33333vw;
}

.worksList_txtType {
  margin-top: 12vw;
}

@media (min-width: 768px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.11em;
    line-height: 1.65;
  }
  a:hover {
    opacity: 0.6;
  }
  .calcBox_bnrArea {
    margin-bottom: 100px;
  }
  .calcBox_inputTtl, .calcBox_outputTtl {
    font-size: 18px;
  }
  .calcBox_outputDesc::before, .calcBox_inputDesc::before {
    right: -8px;
    font-size: 15px;
  }
  .calcBox_outputDesc > input, .calcBox_inputDesc > input {
    padding: 0 10px;
  }
  .calcBox_outputDesc, .calcBox_inputDesc {
    margin-top: 10px;
    height: 40px;
  }
  .calcBox_note {
    margin-top: 20px;
  }
  .calcBox_note.-pcRight {
    text-align: right;
  }
  .calcBox_note.-inBox:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .calcBox_noteBox.-pcRight {
    text-align: right;
  }
  .calcBox_item.-output, .calcBox_item.-input {
    width: 130px;
  }
  .calcBox_item.-output:nth-of-type(n+2), .calcBox_item.-input:nth-of-type(n+2) {
    margin-left: 10px;
  }
  .calcBox_item.-input {
    width: 110px;
  }
  .calcBox_item.-input:nth-of-type(n+2) {
    margin-left: 50px;
  }
  .calcBox_outputWrap, .calcBox_inputWrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .calcBox_inputWrap::before {
    bottom: -130px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #d21477;
  }
  .calcBox_outputWrap {
    margin-top: 80px;
  }
  .calcBox_dlBtn {
    margin-top: 20px;
  }
  .calcBox_btnNote {
    margin-top: 5px;
    font-size: 10px;
  }
  .calcBox_linkBtn {
    width: 200px;
    margin-top: 20px;
  }
  .calcBox_linkBtn.-lab {
    width: 300px;
    margin-bottom: 120px;
  }
  .calcBox_linkBtn.-calc {
    width: 130px;
    height: 40px;
    margin-left: 40px;
  }
  .calcBox_adLook {
    font-size: 30px;
  }
  .calcBox_adTtl {
    font-size: 24px;
  }
  .calcBox_adTxt.-dl {
    margin-top: 30px;
  }
  .calcBox_adTxt.-lab {
    margin-top: 60px;
  }
  .calcBox_ad {
    margin-top: 100px;
  }
  .cccrDetailBox_ttlMainTxt {
    font-size: 50px;
  }
  .cccrDetailBox_ttlSubTxt {
    padding-left: 1px;
    font-size: 30px;
  }
  .cccrDetailBox_ttlBody {
    left: -18px;
  }
  .cccrDetailBox_ttl {
    font-size: 30px;
  }
  .cccrDetailBox_txt {
    width: 65.76577%;
    margin-top: 38px;
  }
  .cccrDetailBox_descTtl {
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .cccrDetailBox_descTxt:nth-of-type(n+2) {
    margin-top: 29px;
  }
  .cccrDetailBox_productBody {
    margin-top: 5px;
  }
  .cccrDetailBox_product {
    margin-top: 29px;
  }
  .cccrDetailBox_descItem {
    padding-left: 20px;
  }
  .cccrDetailBox_descItem::before {
    width: 11px;
    height: 11px;
  }
  .cccrDetailBox_descBody {
    margin-top: 52px;
  }
  .cccrDetailBox_descBox {
    width: 400px;
    /*padding: 45px 25px 0;*/
    padding: 45px 25px 29px;
  }
  .cccrDetailBox_descBox.-inDouble {
    padding-top: 117px;
  }
  .cccrDetailBox_introFig {
    width: 480px;
  }
  .cccrDetailBox_introFigLink::after {
    content: 'more';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 2px solid #fff;
    width: 200px;
    padding: 20px 0 28px;
    height: 0px;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 24px;
    z-index: 3;
    opacity: 0;
    transition: 0.6s ease-in-out;
  }
  .cccrDetailBox_introFigLink::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 2;
    opacity: 0;
    transition: 0.6s ease-in-out;
  }
  .cccrDetailBox_introFigLink:hover {
    transform: scale(1.1, 1.1) !important;
    opacity: 1;
  }
  .cccrDetailBox_introFigLink:hover::after {
    opacity: 1;
  }
  .cccrDetailBox_introFigLink:hover::before {
    opacity: .4;
  }
  .cccrDetailBox_introFigLink.-official::after {
    content: '公式サイト';
    padding: 23px 0 25px;
  }
  .cccrDetailBox_introFigLink.-salon::after {
    content: 'ココラボの詳細はこちら';
    width: 350px;
    padding: 23px 0 25px;
  }
  .cccrDetailBox_linkBtn {
    width: 180px;
    margin-top: 55px;
    transform: translateX(5px);
  }
  .cccrDetailBox_linkBtn.-large {
    width: 280px;
  }
  .cccrDetailBox_notesItem {
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .cccrDetailBox_notesItem:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .cccrDetailBox_notes {
    width: 280px;
    margin-top: 10px;
  }
  .cccrDetailBox_body {
    margin-top: 72px;
  }
  .cccrDetailBox_body::after {
    width: 240px;
    height: 240px;
    bottom: -75px;
  }
  .cccrDetailBox_inner {
    max-width: 960px;
    margin: 178px auto 0;
  }
  .cccrDetailBox:nth-of-type(1) .cccrDetailBox_inner {
    /*margin: 125px auto 0;*/
    margin: 70px auto 0;
  }
  .cccrDetailBox:nth-of-type(odd) .cccrDetailBox_body {
    flex-direction: row-reverse;
  }
  .cccrDetailBox:nth-of-type(odd) .cccrDetailBox_body::after {
    left: -75px;
  }
  .cccrDetailBox:nth-of-type(odd) .cccrDetailBox_body:nth-of-type(2) {
    flex-direction: unset;
    margin-top: 0;
  }
  .cccrDetailBox:nth-of-type(odd) .cccrDetailBox_body:nth-of-type(2)::after {
    right: -75px;
  }
  .cccrDetailBox:nth-of-type(odd) .cccrDetailBox_inner {
    flex-direction: row-reverse;
  }
  .cccrDetailBox:nth-of-type(even) .cccrDetailBox_body::after {
    right: -75px;
  }
  .cccrDetailBox:nth-of-type(n+2) .cccrDetailBox_inner {
    margin-top: 195px;
  }
  .cccrDetailBox_inner.-left .cccrDetailBox_body::after {
    left: -75px;
  }
  .cccrDetailBox_inner.-left .cccrDetailBox_body {
    flex-direction: row-reverse;
  }
  .cccrDetailBox_inner.-right .cccrDetailBox_body::after {
    right: -75px;
  }
  .cccrDetailBox_inner.-right .cccrDetailBox_body {
    flex-direction: unset;
  }
  .cccrIntroBox_ttlMainTxt {
    font-size: 50px;
  }
  .cccrIntroBox_ttlSubTxt {
    padding-left: 1px;
    font-size: 30px;
  }
  .cccrIntroBox_ttlBody {
    left: -18px;
  }
  .cccrIntroBox_txt {
    width: 65.76577%;
    margin-top: 38px;
  }
  .cccrIntroBox_descTtl {
    margin-top: -18px;
    font-size: 3rem;
    line-height: 1.3;
  }
  .cccrIntroBox_descItem {
    padding-left: 20px;
  }
  .cccrIntroBox_descItem::before {
    width: 11px;
    height: 11px;
  }
  .cccrIntroBox_descBody {
    margin-top: 52px;
  }
  .cccrIntroBox_descBox {
    width: 555px;
    margin-top: 60px;
  }
  .cccrIntroBox_introFig {
    width: 683px;
  }
  .cccrIntroBox_introFigLink::after {
    content: 'more';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 2px solid #fff;
    width: 200px;
    padding: 20px 0 28px;
    height: 0px;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 24px;
    z-index: 3;
    opacity: 0;
    transition: 0.6s ease-in-out;
  }
  .cccrIntroBox_introFigLink::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 2;
    opacity: 0;
    transition: 0.6s ease-in-out;
  }
  .cccrIntroBox_introFigLink:hover {
    transform: scale(1.1, 1.1) !important;
    opacity: 1;
  }
  .cccrIntroBox_introFigLink:hover::after {
    opacity: 1;
  }
  .cccrIntroBox_introFigLink:hover::before {
    opacity: .4;
  }
  .cccrIntroBox_introFigLink.-official::after {
    content: '公式サイト';
  }
  .cccrIntroBox_linkBtn {
    width: 180px;
    margin-top: 55px;
    transform: translateX(5px);
  }
  .cccrIntroBox_inner {
    display: flex;
    max-width: 1238px;
    /*margin-top: 178px;*/
    margin-top: 120px;
  }
  .cccrIntroBox_inner::after {
    width: 820px;
    height: 410px;
    top: -80px;
  }
  .cccrIntroBox:nth-of-type(odd) .cccrIntroBox_inner::after {
    left: -128px;
  }
  .cccrIntroBox:nth-of-type(even) .cccrIntroBox_inner {
    flex-direction: row-reverse;
  }
  .cccrIntroBox:nth-of-type(even) .cccrIntroBox_inner::after {
    right: -128px;
  }
  .cccrIntroBox:nth-of-type(n+2) .cccrIntroBox_inner {
    margin-top: 230px;
  }
  .cccrProductBox_ttl {
    font-size: 40px;
  }
  .cccrProductBox_txt {
    width: 65.76577%;
    margin-top: 38px;
  }
  .cccrProductBox_itemFig {
    width: 100%;
  }
  .cccrProductBox_itemFigLink::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 2;
    opacity: 0;
    transition: 0.6s ease-in-out;
  }
  .cccrProductBox_itemFigLink:hover {
    transform: scale(1.1, 1.1) !important;
    opacity: 1;
  }
  .cccrProductBox_itemFigLink:hover::after {
    opacity: 1;
  }
  .cccrProductBox_itemFigLink:hover::before {
    opacity: .4;
  }
  .cccrProductBox_listTtl {
    font-size: 24px;
    margin-top: 79px;
    left: 17px;
  }
  .cccrProductBox_listTtl.-original {
    font-size: 30px;
    margin-top: 100px;
    left: 17px;
  }
  .cccrProductBox_itemName {
    margin-top: 15px;
    font-size: 15px;
  }
  .cccrProductBox_itemName.-original {
    margin-top: 23px;
    font-size: 16px;
  }
  .cccrProductBox_itemTxt {
    font-size: 14px;
  }
  .cccrProductBox_itemTxt.-original {
    margin: 10px 0 15px;
    font-size: 14px;
  }
  .cccrProductBox_itemTxt.-recommend {
    margin: 10px 0 15px;
    font-size: 14px;
  }
  .cccrProductBox_listItem {
    display: flex;
    flex-direction: column;
    width: 198px;
    margin-right: 29px;
  }
  .cccrProductBox_listItem.-original {
    width: 255px;
    margin-right: 29px;
  }
  .cccrProductBox_listItem.-original:nth-of-type(3n) {
    margin-right: 0;
  }
  .cccrProductBox_listItem.-original:nth-of-type(n+4) {
    margin-top: 75px;
  }
  .cccrProductBox_listItem.-recommend {
    margin-right: 29px;
  }
  .cccrProductBox_listItem.-recommend:nth-of-type(4n) {
    margin-right: 0;
  }
  .cccrProductBox_listItem.-recommend:nth-of-type(n+5) {
    margin-top: 95px;
  }
  .cccrProductBox_listBody {
    display: flex;
    flex-wrap: wrap;
  }
  .cccrProductBox_listBody.-original {
    width: 823px;
  }
  .cccrProductBox_listBody.-recommend {
    width: 879px;
  }
  .cccrProductBox_itemList {
    display: flex;
    justify-content: space-between;
    margin-top: 74px;
  }
  .cccrProductBox_itemList:nth-of-type(1) {
    margin-top: 94px;
  }
  .cccrProductBox_itemList.-original {
    margin-top: 130px;
  }
  .cccrProductBox_itemList.-original:nth-of-type(1) {
    margin-top: 93px;
  }
  .cccrProductBox_linkBtn {
    width: 185px;
    margin-top: 26px;
  }
  .cccrProductBox_linkBtn:nth-of-type(1) {
    margin-top: auto;
  }
  .cccrProductBox_linkBtn:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .cccrProductBox_linkBtn .linkBtn {
    height: 40px;
  }
  .cccrProductBox_linkBtn.-large {
    width: 280px;
  }
  .cccrProductBox_linkBtn.-single {
    margin-bottom: 55px;
  }
  .cccrProductBox_linkTxt.-original {
    margin-top: 9px;
  }
  .cccrProductBox_linkTxt.-recommend {
    padding-right: 26px;
    margin-top: 9px;
  }
  .cccrProductBox_linkTxt.-recommend:nth-of-type(1) {
    margin-top: auto;
  }
  .cccrProductBox_linkTxt.-recommend:nth-of-type(n+2) {
    position: absolute;
    bottom: -26px;
    right: 0;
  }
  .cccrProductBox_notesItem {
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .cccrProductBox_notesItem:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .cccrProductBox_notes {
    width: 280px;
    margin-top: 10px;
  }
  .cccrProductBox_body {
    max-width: 1120px;
    margin: 0 auto 0;
  }
  .cccrProductBox_body.-original {
    padding-top: 83px;
  }
  .cccrProductBox_inner.-original {
    padding-bottom: 150px;
    margin-top: 60px;
  }
  .cccrSecBox_ttlMainTxt {
    font-size: 50px;
  }
  .cccrSecBox_ttlSubTxt {
    padding-left: 1px;
    font-size: 30px;
  }
  .cccrSecBox_ttlBody {
    left: -18px;
  }
  .cccrSecBox_txt {
    width: 65.76577%;
    margin-top: 38px;
  }
  .cccrSecBox_figBoxItem:nth-of-type(2) {
    left: 217px;
  }
  .cccrSecBox_figBoxItem:nth-of-type(4) {
    left: 653px;
  }
  .cccrSecBox_figBox {
    height: 390px;
    margin-top: 60px;
  }
  .cccrSecBox_linkBtn {
    width: 180px;
    margin-top: 55px;
    transform: translateX(5px);
  }
  .cccrSecBox_inner.-top {
    margin-top: 85px;
  }
  .columnBox .swiper-button-next,
  .columnBox .swiper-button-prev {
    top: 100px;
    width: 30px;
    height: 30px;
    left: -25px;
  }
  .columnBox .swiper-button-next::after,
  .columnBox .swiper-button-prev::after {
    width: 20px;
    height: 20px;
    border-top: solid 2px #333;
    border-left: solid 2px #333;
  }
  .columnBox .swiper-button-next {
    left: auto;
    right: -25px;
  }
  .columnBox_linkBtn {
    width: 180px;
    margin-top: 55px;
  }
  .columnBox_linkBtn.-favorite {
    width: 250px;
  }
  .columnBox_favoriteBox {
    width: 200px;
    height: 43px;
    margin-top: 100px;
  }
  .columnBox_favoriteBox button {
    font-size: 14px;
  }
  .columnBox .pnavi {
    margin-top: 60px;
  }
  .columnBox .pnavi .page-numbers {
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }
  .columnBox .pnavi .page-numbers.current {
    margin-left: 20px !important;
  }
  .columnBox_searchInput {
    padding: 0 10px 0 47px !important;
    font-size: 1.4rem;
  }
  .columnBox_search {
    margin-top: 30px;
  }
  .columnBox_search form {
    width: 470px;
    height: 40px;
  }
  .columnBox_search form::before {
    width: 20px;
    height: 21px;
    left: 12px;
  }
  .columnBox_bnrNote {
    font-size: 24px;
    top: -45px;
  }
  .columnBox_bnrLink {
    width: 750px;
    margin-top: 80px;
  }
  .columnBox_list {
    margin-top: 80px;
  }
  .columnBox_list.-top {
    margin-top: 40px;
  }
  .columnBox_list.-related {
    margin-top: 40px;
  }
  .columnBox_listItem {
    width: 350px;
    margin-right: 30px;
  }
  .columnBox_listItem:nth-of-type(3n) {
    margin-right: 0;
  }
  .columnBox_listItem:nth-of-type(n + 4) {
    margin-top: 30px;
  }
  .columnBox_listItem.-related:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .columnBox_tagItem {
    padding-left: 25px;
    margin-right: 23px;
    font-size: 16px;
  }
  .columnBox_tagItem.break::after {
    right: -22px;
  }
  .columnBox_tagItem.break ~ .recipeBox_tagItem {
    margin-top: 25px;
  }
  .columnBox_tagItem:last-of-type::after {
    right: -20px;
  }
  .columnBox_tagList, .columnBox_relatedTags {
    margin-top: 29px;
  }
  .columnBox_relatedTags > a {
    padding-left: 25px;
    margin-right: 23px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .columnBox_relatedTags > a.break::after {
    right: -22px;
  }
  .columnBox_relatedTags > a.break ~ .recipeBox_tagItem {
    margin-top: 25px;
  }
  .columnBox_relatedTags > a:last-of-type::after {
    right: -20px;
  }
  .columnBox_relatedTagsBox, .columnBox_relatedRecipe {
    margin-top: 80px;
  }
  .columnBox_postMeta {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .columnBox_postLink {
    display: flex;
    flex-direction: column;
  }
  .columnBox_postTtl {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .columnBox_txt {
    font-size: 1.6rem;
  }
  .columnBox_txt.-desc {
    margin: 15px 0 0;
    white-space: pre;
  }
  .columnBox_txt.-point {
    padding: 0 0 0 100px;
  }
  .columnBox_txt.-point > p {
    white-space: pre;
  }
  .columnBox_txt.-point > p:nth-of-type(n+2) {
    margin-top: 5px !important;
  }
  .columnBox_txt.-point {
    width: calc(100% - 90px);
  }
  .columnBox_txt.-recommend > p {
    white-space: pre;
  }
  .columnBox .wp-block-columns .wp-block-column > p {
    font-size: 1.6rem;
  }
  .columnBox_inner.-body > p {
    font-size: 1.6rem;
  }
  .columnBox_inner.-top {
    margin-top: 85px;
  }
  .columnBox_inner.-related {
    width: 1110px;
  }
  .columnBox_inner.-metaBox {
    width: 1110px;
  }
  .columnBox_heroImg {
    width: 1110px;
    height: 630px;
    overflow: hidden;
  }
  .columnBox_bodyTtl {
    font-size: 2.4rem;
  }
  .columnBox_inner.-body > .wp-block-image a > img {
    display: block;
    transition: 0.3s ease-in-out;
  }
  .columnBox_inner.-body > .wp-block-image a > img:hover {
    opacity: 0.6;
  }
  .columnBox_pointBoxTtl {
    width: 70px;
    top: calc(50% - 10px);
    transform: translateY(-50%);
  }
  .columnBox_pointBox {
    padding: 20px 31px 27px;
  }
  .columnBox_recommendBoxTtl {
    top: -10px;
  }
  .columnBox_recommendBox {
    padding: 26px 30px 25px;
  }
  .columnBox .recipeBox_bodyTtl + .recipeBox_recommendBox {
    margin-top: 50px;
  }
  .columnBox_ingredientsTtl {
    font-size: 19px;
  }
  .columnBox_ingredientsSubTtl {
    margin: 15px 0 5px;
  }
  .columnBox_ingredientsList {
    width: 320px;
    min-height: 230px;
    margin-top: auto;
  }
  .columnBox_ingredientsBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 40px 20px;
  }
  .columnBox_ttl {
    margin: 46px 0 0;
    font-size: 31px;
  }
  .columnBox_ttlSubWrap {
    margin-top: 35px;
  }
  .columnBox_inner {
    width: 1110px;
  }
  .columnBox_inner.-body {
    margin-top: 50px;
  }
  .contactBox_linkBtn {
    width: 400px;
    margin-top: auto;
    margin-bottom: 20px;
    height: 50px;
    /*transform: translateX(-21px);*/
    left: -205px;
  }
  .contactBox_descList {
    width: 33.33333%;
    padding: 37px 40px;
    height: 100%;
    min-height: 240px;
    /*position: absolute;*/
    /*top: 0;
      left: 0;*/
    position: relative;
  }
  .contactBox_descList::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
  }
  .contactBox_inner {
    display: flex;
    background-position: 0 -170px;
    background-size: cover;
    width: 1110px;
    /*height: 240px;*/
    min-height: 240px;
    margin-top: 150px;
  }
  .contactDetailBox_ttlMainTxt {
    font-size: 50px;
  }
  .contactDetailBox_ttlSubTxt {
    padding-left: 1px;
    font-size: 30px;
  }
  .contactDetailBox_ttlBody {
    left: -18px;
  }
  .contactDetailBox_ttl {
    font-size: 40px;
  }
  .contactDetailBox_txt {
    width: 65.76577%;
    margin-top: 38px;
  }
  .contactDetailBox_descTtl {
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .contactDetailBox_descTxt:nth-of-type(n+2) {
    margin-top: 29px;
  }
  .contactDetailBox_descItem {
    padding-left: 20px;
  }
  .contactDetailBox_descItem::before {
    width: 11px;
    height: 11px;
  }
  .contactDetailBox_descBody {
    margin-top: 52px;
  }
  .contactDetailBox_descBox {
    width: 400px;
    padding: 45px 25px 0;
  }
  .contactDetailBox_introFig {
    width: 480px;
  }
  .contactDetailBox_linkBtn {
    width: 300px;
    margin-top: 55px;
    transform: translateX(5px);
  }
  .contactDetailBox_body {
    margin-top: 72px;
  }
  .contactDetailBox_body::after {
    width: 240px;
    height: 240px;
    bottom: -75px;
  }
  .contactDetailBox_inner {
    margin: 178px auto 0;
  }
  .footer_bnrList {
    display: flex;
    justify-content: space-between;
    width: 730px;
    margin-top: 0;
  }
  .footer_bnrList.-bnrCount2 {
    width: 730px;
  }
  .footer_bnrList.-bnrCount3 {
    width: 1095px;
  }
  .footer_snsList {
    /*width: 280px;*/
    width: 340px;
    margin-top: 30px;
  }
  .footer_inner {
    min-width: 1140px;
    padding-bottom: 93px;
    margin-top: 100px;
  }
  .siteBody_main.-lowLayer + .footer .footer_inner {
    margin-top: 225px;
  }
  .siteBody_main.-Unique + .footer .footer_inner {
    margin-top: 250px;
  }
  .formBox_ttl {
    font-size: 40px;
  }
  .formBox_txt.-confirm, .formBox_txt.-thanks {
    margin-top: 60px;
  }
  .formBox_errorTxt:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .formBox_errorBox {
    margin-top: 30px;
  }
  .formBox_itemA {
    margin-top: 10px;
  }
  .formBox_item:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .formBox_linkBtn {
    width: 200px;
    height: 50px;
  }
  .formBox_linkBtn.-thanks {
    width: 280px;
    margin-top: 80px;
  }
  .formBox_submitBox {
    width: 500px;
    margin: 40px auto 0;
    justify-content: space-between;
  }
  .formBox_submitBox.-contact {
    width: 200px;
  }
  .formBox_body {
    margin-top: 47px;
  }
  .formBox_body.-confirm {
    margin-top: 25px;
  }
  .formBox_inner {
    width: 630px;
    margin-top: 200px;
  }
  .formBox_inner.-contact {
    margin-top: 274px;
    letter-spacing: 0.3em;
  }
  .formBox_inner.-confirm {
    margin-top: 274px;
    letter-spacing: 0.3em;
  }
  .formBox input[type='text'],
  .formBox select,
  .formBox textarea {
    min-height: 30px;
    padding: 0 10px;
  }
  .formBox input[type='text'] {
    width: 300px;
  }
  .formBox select {
    padding: 0 10px;
  }
  .formBox textarea {
    min-height: 140px;
    padding: 5px 10px;
  }
  .formBox_itemTtl {
    width: 128px;
    padding-right: 18px;
    letter-spacing: 0.07em;
    text-align: right;
    font-size: 14px;
  }
  .formBox_itemDesc {
    width: 500px;
  }
  .formBox_itemDesc.-select::after {
    top: 10px;
    right: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
  }
  .gloNav {
    position: relative;
  }
  .gloNav_link {
    border-radius: 50px;
  }
  .gloNav_itemTxt {
    width: 66px;
    padding: 2px 0;
    border-radius: 5px;
    font-size: 11px;
    bottom: 8px;
    text-shadow: 1px 1px 2px #fff;
  }
  .gloNav_itemTxt.-singleLine {
    bottom: 3px;
  }
  .gloNav_item {
    width: 50px;
    height: 50px;
  }
  .gloNav_item:nth-of-type(2) {
    margin-left: 30px;
  }
  .gloNav_item:nth-of-type(3) {
    margin-left: 30px;
  }
  .gloNav_item:nth-of-type(4) {
    margin-left: 30px;
  }
  .gloNav_item:nth-of-type(5) {
    margin-left: 310px;
  }
  .gloNav_item:nth-of-type(6) {
    margin-left: 30px;
  }
  .gloNav_item:nth-of-type(7) {
    margin-left: 30px;
  }
  .gloNav_item:nth-of-type(8) {
    margin-left: 30px;
  }
  .gloNav_item:nth-of-type(9) {
    margin-left: 30px;
  }
  .gloNav_body {
    justify-content: center;
    top: 0;
    transition: 0.5s ease-in-out 0.5s;
  }
  .gloNav.is-open .gloNav_body {
    top: 105px;
  }
  .gloNav.is-open .gloNav_item {
    /*margin-top: 0;*/
  }
  .gloNav.is-open .gloNav_item .gloNav_itemTxt {
    /*animation: fadeOutIn 2.5s ease-in-out 0s 1 forwards;*/
  }
  .gloNav.is-open .gloNav_item:nth-of-type(3) a, .gloNav.is-open .gloNav_item:nth-of-type(4) a {
    opacity: 1 !important;
  }
  .header_logo {
    width: 251px;
    top: 30px;
    transition: 0.3s ease-in-out;
  }
  .header_logo:hover {
    opacity: .6;
  }
  .header_gloNav {
    display: block;
    width: 960px;
    margin: 0 auto;
    position: relative;
    left: 40px;
  }
  .header_btnBody::after {
    width: 50px;
    height: 50px;
  }
  .header_moreBtn {
    width: 50px;
    height: 50px;
    left: 21px;
    top: 26px;
    display: none;
  }
  .header_moreBtn.is-open {
    /*top: 230px;*/
    /*top: 330px;*/
  }
  .header_moreBtn.is-open .header_btnBody::after {
    /*animation: openMenu 2s 1.5s 1 forwards;*/
  }
  .header_contactBtn, .header_recipeBtn {
    width: 120px;
    height: 50px;
    right: 0;
    border-radius: 10px 0 0 10px;
    line-height: 1.47;
    letter-spacing: 0.01em;
  }
  .header_contactBtn.-contact, .header_recipeBtn.-contact {
    top: 10px;
  }
  .header_contactBtn.-onlineShop, .header_recipeBtn.-onlineShop {
    top: 65px;
    right: 0;
  }
  .header_recipeBtn {
    width: 100px;
    height: 50px;
    top: 65px;
    right: 0;
  }
  .header_contactBtnBody::before, .header_recipeBtnBody::before {
    width: 22px;
    height: 18px;
    left: 12px;
  }
  .header_contactBtnBody.-onlineShop, .header_recipeBtnBody.-onlineShop {
    padding-left: 13px;
  }
  .header_recipeBtnBody::before {
    width: 22px;
    height: 29px;
  }
  .header_inner {
    padding-top: 25px;
    min-height: 120px;
    height: 120px;
    min-width: 1140px;
    top: -300px;
    animation: visible 0.5s ease-in-out 1s 1 forwards;
  }
  .header_inner.js-moreLong.is-active {
    min-height: 240px;
    height: 240px;
    /*min-height: 340px;
          height: 340px;*/
  }
  .heroBox_inner.-top {
    height: 500px;
  }
  .heroBox_inner.-top .heroBox_imgBox {
    width: 592px;
    top: 400px;
    left: 0;
  }
  .heroBox_inner.-top .heroBox_imgBox::before {
    width: 56px;
    height: 56px;
    top: 194px;
    left: -4.22297%;
  }
  .heroBox_inner.-lowLayer .heroBox_imgBoxWrap, .heroBox_inner.-lowLayer2 .heroBox_imgBoxWrap {
    height: 300px;
  }
  .heroBox_inner.-lowLayer .heroBox_dateTxt, .heroBox_inner.-lowLayer2 .heroBox_dateTxt {
    padding-bottom: 27px;
  }
  .heroBox_inner.-lowLayer .heroBox_ttlMainTxt, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt {
    padding: 32px 0;
    /*font-size: 50px;
          letter-spacing: 0.015em;*/
  }
  .heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-about, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-about {
    width: 428px;
    padding-bottom: 39px;
  }
  .heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-other, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-other {
    width: 228px;
    padding-bottom: 34px;
  }
  .heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-youtube, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-youtube {
    width: 241px;
    padding: 35px 0;
  }
  .heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-salon, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-salon {
    width: 775px;
    padding: 40px 0;
  }
  .heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-product, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-product {
    width: 471px;
    padding: 40px 0;
  }
  .heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-company, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-company {
    width: 483px;
    padding: 33px 0;
  }
  .heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-works, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-works {
    font-size: 50px;
  }
  .heroBox_inner.-lowLayer .heroBox_ttlMainTxt.-calculator, .heroBox_inner.-lowLayer2 .heroBox_ttlMainTxt.-calculator {
    font-size: 50px;
  }
  .heroBox_inner.-lowLayer .heroBox_ttlSubTxt, .heroBox_inner.-lowLayer2 .heroBox_ttlSubTxt {
    font-size: 30px;
  }
  .heroBox_inner.-lowLayer .heroBox_pageTtl, .heroBox_inner.-lowLayer2 .heroBox_pageTtl {
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
  }
  .heroBox_inner.-lowLayer .heroBox_pageTtl::before, .heroBox_inner.-lowLayer2 .heroBox_pageTtl::before {
    content: '';
    display: block;
    width: 120px;
    height: 70px;
    position: absolute;
    background: url("/assets/img/common/img_ttl.svg") no-repeat;
    background-size: contain;
    top: 0;
    right: 10px;
  }
  .heroBox_inner.-lowLayer .heroBox_pageTxt, .heroBox_inner.-lowLayer2 .heroBox_pageTxt {
    /*margin-top: 37px;*/
    margin-top: 55px;
    letter-spacing: 0.08em;
  }
  .heroBox_inner.-lowLayer .heroBox_pageTxt.-calculator, .heroBox_inner.-lowLayer2 .heroBox_pageTxt.-calculator {
    font-size: 24px;
  }
  .heroBox_inner.-lowLayer .heroBox_ttlBox, .heroBox_inner.-lowLayer2 .heroBox_ttlBox {
    width: 1110px;
    /*padding: 39px 0 0;*/
    padding: 2.66667vw;
    margin: -80px auto 0;
  }
  .heroBox_inner.-lowLayer2 .heroBox_linkBtn.-large {
    width: 280px;
    margin-top: 55px;
  }
  .heroBox_inner.-lowLayer2 .heroBox_notesItem {
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .heroBox_inner.-lowLayer2 .heroBox_notesItem:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .heroBox_inner.-lowLayer2 .heroBox_notes {
    width: 280px;
    margin-top: 10px;
  }
  .heroBox_inner.-notFound .heroBox_ttlMainTxt {
    padding: 32px 0;
    font-size: 30px;
  }
  .heroBox_inner.-notFound .heroBox_pageTxt {
    /*margin-top: 37px;*/
    margin-top: 55px;
    letter-spacing: 0.08em;
  }
  .heroBox_inner.-notFound .heroBox_linkTxt {
    margin-top: 30px;
  }
  .heroBox_inner.-onishi {
    margin-top: 140px;
    width: 1110px;
    max-width: 1110px;
  }
  .heroBox_inner.-onishi .heroBox_imgBoxWrap {
    height: 541px;
  }
  .infoBox_ttl {
    font-size: 1.6rem;
  }
  .infoBox_txt,
  .infoBox .wp-block-table table > tbody > tr > td:nth-of-type(2) {
    padding-left: 15px;
  }
  .infoBox_link[target$="_blank"] .infoBox_txt::after {
    width: 19px;
    height: 11px;
    margin-left: 5px;
  }
  .infoBox .wp-block-table table > tbody > tr > td:nth-of-type(2) a[target$="_blank"]::after {
    width: 19px;
    height: 11px;
    margin-left: 5px;
  }
  .infoBox_list,
  .infoBox .infoBox_inner > div {
    padding-left: 32px;
    border-left: 1px solid #dddddd;
    margin-left: 27px;
  }
  .infoBox_item:nth-of-type(n+2),
  .infoBox .wp-block-table table > tbody > tr:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .infoBox_inner {
    padding: 40px;
    margin: -90px auto 0;
    max-width: 1110px;
    display: flex;
    align-items: center;
  }
  .js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(1) {
    margin-top: 72px;
  }
  .js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(2) {
    bottom: 72px;
  }
  .js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(3) {
    margin-top: 72px;
  }
  .js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(4) {
    bottom: 72px;
  }
  .js-fadeIn.-figBox .cccrSecBox_figBoxItem:nth-of-type(5) {
    margin-top: 72px;
  }
  .js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(1) {
    animation: figBox01 0.5s ease-in-out 2.5s 1 forwards;
  }
  .js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(2) {
    animation: figBox02 0.5s ease-in-out 2.5s 1 forwards;
  }
  .js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(3) {
    animation: figBox01 0.5s ease-in-out 2.5s 1 forwards;
  }
  .js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(4) {
    animation: figBox02 0.5s ease-in-out 2.5s 1 forwards;
  }
  .js-fadeIn.-figBox.is-active .cccrSecBox_figBoxItem:nth-of-type(5) {
    animation: figBox01 0.5s ease-in-out 2.5s 1 forwards;
  }
  .js-fadeIn.-heroMain .heroBox_bg::before {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
  }
  .js-fadeIn.-heroMain.is-active .heroBox_imgBox {
    animation: heroOnishi 3s ease-in-out 3s 1 forwards;
  }
  .js-fadeIn.-imgBlur {
    filter: blur(20px) brightness(2);
  }
  .linkBtn {
    height: 50px;
  }
  .linkBtn::before {
    width: 20px;
    right: 20px;
  }
  .linkBtn::after {
    top: -7px;
    width: 10px;
    right: 19px;
  }
  .linkBtn:hover::before {
    right: 11px;
  }
  .linkBtn:hover::after {
    right: 10px;
  }
  .linkBtn[target$="_blank"]::before {
    width: 10px;
    top: 3px;
    bottom: 0;
    right: 17px;
  }
  .linkBtn[target$="_blank"]::after {
    top: -1px;
    width: 5px;
    right: 17px;
  }
  .linkBtn[target$="_blank"] .linkBtn_txt::before {
    width: 9px;
    height: 9px;
    top: 3px;
    right: 24px;
  }
  .linkBtn[target$="_blank"] .linkBtn_txt::after {
    width: 4px;
    height: 5px;
    top: 2px;
    bottom: 0;
    right: 22px;
  }
  .linkBtn:hover[target$="_blank"]::before {
    width: 15px;
    /*right: 15px;*/
    right: 12px;
  }
  .linkBtn:hover[target$="_blank"]::after {
    right: 12px;
  }
  .linkBtn.-calc {
    font-size: 18px;
  }
  .linkBtn.-contact .linkBtn_txt {
    transform: translateY(-2px);
  }
  .linkBtn.-contact {
    font-size: 14px;
  }
  .linkBtn.-contact::before {
    right: 20px;
  }
  .linkBtn.-contact::after {
    right: 19px;
  }
  .linkBtn.-contact:hover::before {
    right: 11px;
  }
  .linkBtn.-contact:hover::after {
    right: 10px;
  }
  .linkTxt:hover::before {
    right: 11px;
  }
  .linkTxt:hover::after {
    right: 10px;
  }
  .linkTxt[target$="_blank"]::before {
    width: 12px;
    top: 2px;
    bottom: 0;
    right: -24px;
  }
  .linkTxt[target$="_blank"]::after {
    top: -2px;
    width: 5px;
    right: -24px;
  }
  .linkTxt[target$="_blank"] .linkTxt_txt::before {
    width: 11px;
    height: 11px;
    top: 2px;
    right: -17px;
  }
  .linkTxt[target$="_blank"] .linkTxt_txt::after {
    width: 4px;
    height: 5px;
    top: 2px;
    bottom: 0;
    right: -19px;
  }
  .linkTxt:hover {
    /*&[target$="_blank"]{
        &::before{
          width: 15px;
          !*right: 15px;*!
          right: 12px;
        }
        &::after{
          right: 12px;
        }
      }*/
  }
  .onishiBox_ttl {
    font-size: 30px;
  }
  .onishiBox_txt {
    /*width: percentage(730/1110);*/
    margin-top: 47px;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
  .onishiBox_txt.-history {
    margin-top: 16px;
    letter-spacing: 0.075em;
  }
  .onishiBox_queTtlIcon {
    border-top: 16px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    left: 49px;
    bottom: -10px;
  }
  .onishiBox_queTtl {
    font-size: 20px;
  }
  .onishiBox_queTtl::after {
    border-top: 16px solid #d21477;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    left: 49px;
  }
  .onishiBox_ansTxtItem {
    padding-left: 15px;
    text-indent: -15px;
  }
  .onishiBox_ansTxt:nth-of-type(n+2) {
    margin-top: 14px;
  }
  .onishiBox_ansTxt.-list {
    margin-bottom: 14px;
  }
  .onishiBox_interviewBox {
    width: 750px;
  }
  .onishiBox_interviewBox:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .onishiBox_interviewBox:nth-of-type(even) {
    margin-right: 0;
    margin-left: auto;
  }
  .onishiBox_descTtl {
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .onishiBox_descTxt:nth-of-type(n+2) {
    margin-top: 29px;
  }
  .onishiBox_descItem {
    padding-left: 20px;
  }
  .onishiBox_descItem::before {
    width: 11px;
    height: 11px;
  }
  .onishiBox_descBody {
    margin-top: 52px;
  }
  .onishiBox_descBox {
    width: 400px;
    padding: 45px 25px 0;
  }
  .onishiBox_descBox.-inDouble {
    padding-top: 117px;
  }
  .onishiBox_onishiFig {
    top: -100px;
    left: -105px;
  }
  .onishiBox_sign {
    width: 150px;
    height: 200px;
    bottom: -82px;
    right: 22px;
  }
  .onishiBox_messageBox {
    padding: 8vw 12vw;
    height: 100%;
    padding: 80px 30px 80px 97px;
    margin: 0 0 0 auto;
    /*width: 780px;*/
    width: 674px;
    /*height: 1000px;*/
    /*height: 83.4%;*/
    min-height: 83.4%;
    /*top: 100px;
      left: 586px;*/
    position: relative;
  }
  .onishiBox_messageBox::after {
    opacity: 0.9;
  }
  .onishiBox_introFig {
    width: 480px;
  }
  .onishiBox_linkBtn {
    width: 180px;
    margin-top: 55px;
    transform: translateX(5px);
  }
  .onishiBox_body {
    margin-top: 72px;
  }
  .onishiBox_body::after {
    width: 240px;
    height: 240px;
    bottom: -75px;
  }
  .onishiBox_inner.-interview {
    width: 1110px;
    margin-top: 110px;
  }
  .onishiBox_inner.-comment {
    /*width: 820px;*/
    /*margin-top: 145px;*/
    margin-top: 223px;
  }
  .qaBox_itemA {
    margin-top: 10px;
  }
  .recipeBox .swiper-button-next,
  .recipeBox .swiper-button-prev {
    top: 100px;
    width: 30px;
    height: 30px;
    left: -25px;
  }
  .recipeBox .swiper-button-next::after,
  .recipeBox .swiper-button-prev::after {
    width: 20px;
    height: 20px;
    border-top: solid 2px #333;
    border-left: solid 2px #333;
  }
  .recipeBox .swiper-button-next {
    left: auto;
    right: -25px;
  }
  .recipeBox_linkBtn {
    width: 180px;
    margin-top: 55px;
  }
  .recipeBox_linkBtn.-favorite {
    width: 250px;
  }
  .recipeBox_favoriteBox {
    width: 200px;
    height: 43px;
    margin-top: 100px;
  }
  .recipeBox_favoriteBox button {
    font-size: 14px;
  }
  .recipeBox .pnavi {
    margin-top: 60px;
  }
  .recipeBox .pnavi .page-numbers {
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }
  .recipeBox .pnavi .page-numbers.current {
    margin-left: 20px !important;
  }
  .recipeBox_searchInput {
    padding: 0 10px 0 47px !important;
    font-size: 1.4rem;
  }
  .recipeBox_search {
    margin-top: 30px;
  }
  .recipeBox_search form {
    width: 470px;
    height: 40px;
  }
  .recipeBox_search form::before {
    width: 20px;
    height: 21px;
    left: 12px;
  }
  .recipeBox_bnrNote {
    font-size: 24px;
    top: -45px;
  }
  .recipeBox_bnrLink {
    width: 750px;
    margin-top: 80px;
  }
  .recipeBox_list {
    margin-top: 80px;
  }
  .recipeBox_list.-top {
    margin-top: 40px;
  }
  .recipeBox_list.-related {
    margin-top: 40px;
  }
  .recipeBox_listItem {
    width: 350px;
    margin-right: 30px;
  }
  .recipeBox_listItem:nth-of-type(3n) {
    margin-right: 0;
  }
  .recipeBox_listItem:nth-of-type(n + 4) {
    margin-top: 30px;
  }
  .recipeBox_listItem.-related:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .recipeBox_tagItem {
    padding-left: 25px;
    margin-right: 23px;
    font-size: 16px;
  }
  .recipeBox_tagItem.break::after {
    right: -22px;
  }
  .recipeBox_tagItem.break ~ .recipeBox_tagItem {
    margin-top: 25px;
  }
  .recipeBox_tagItem:last-of-type::after {
    right: -20px;
  }
  .recipeBox_tagList, .recipeBox_relatedTags {
    margin-top: 29px;
  }
  .recipeBox_relatedTags > a {
    padding-left: 25px;
    margin-right: 23px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .recipeBox_relatedTags > a.break::after {
    right: -22px;
  }
  .recipeBox_relatedTags > a.break ~ .recipeBox_tagItem {
    margin-top: 25px;
  }
  .recipeBox_relatedTags > a:last-of-type::after {
    right: -20px;
  }
  .recipeBox_relatedTagsBox, .recipeBox_relatedRecipe {
    margin-top: 80px;
  }
  .recipeBox_postMeta {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .recipeBox_postLink {
    display: flex;
    flex-direction: column;
  }
  .recipeBox_postTtl {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .recipeBox_txt {
    font-size: 1.6rem;
  }
  .recipeBox_txt.-desc {
    margin: 15px 0 0;
    white-space: pre;
  }
  .recipeBox_txt.-point {
    padding: 0 0 0 100px;
  }
  .recipeBox_txt.-point > p {
    white-space: pre;
  }
  .recipeBox_txt.-point > p:nth-of-type(n+2) {
    margin-top: 5px !important;
  }
  .recipeBox_txt.-point {
    width: calc(100% - 90px);
  }
  .recipeBox_txt.-recommend > p {
    white-space: pre;
  }
  .recipeBox .wp-block-columns .wp-block-column > p {
    font-size: 1.6rem;
  }
  .recipeBox_inner.-body > p {
    font-size: 1.6rem;
  }
  .recipeBox_inner.-top {
    margin-top: 85px;
  }
  .recipeBox_inner.-related {
    width: 1110px;
  }
  .recipeBox_inner.-metaBox {
    width: 1110px;
  }
  .recipeBox_heroImg {
    width: 1110px;
    height: 630px;
    overflow: hidden;
  }
  .recipeBox_bodyTtl {
    font-size: 2.4rem;
  }
  .recipeBox_inner.-body > .wp-block-image a > img {
    display: block;
    transition: 0.3s ease-in-out;
  }
  .recipeBox_inner.-body > .wp-block-image a > img:hover {
    opacity: 0.6;
  }
  .recipeBox_pointBoxTtl {
    width: 70px;
    top: calc(50% - 10px);
    transform: translateY(-50%);
  }
  .recipeBox_pointBox {
    padding: 20px 31px 27px;
  }
  .recipeBox_recommendBoxTtl {
    top: -10px;
  }
  .recipeBox_recommendBox {
    padding: 26px 30px 25px;
  }
  .recipeBox .recipeBox_bodyTtl + .recipeBox_recommendBox {
    margin-top: 50px;
  }
  .recipeBox_ingredientsTtl {
    font-size: 19px;
  }
  .recipeBox_ingredientsSubTtl {
    margin: 15px 0 5px;
  }
  .recipeBox_ingredientsList {
    width: 320px;
    min-height: 230px;
    margin-top: auto;
  }
  .recipeBox_ingredientsBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 40px 20px;
  }
  .recipeBox_ttl {
    margin: 46px 0 0;
    font-size: 31px;
  }
  .recipeBox_ttlSubWrap {
    margin-top: 35px;
  }
  .recipeBox_inner {
    width: 1110px;
  }
  .recipeBox_inner.-body {
    margin-top: 50px;
  }
  .siteBody_notesItem {
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .siteBody_notesItem:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .siteBody_notes {
    width: 280px;
    margin-top: 10px;
  }
  .siteBody_linkBtn.-large {
    width: 280px;
    margin-top: 155px;
  }
  .siteBody_main.-top {
    margin-top: 140px;
    min-width: 1140px;
  }
  .siteBody_main.-lowLayer, .siteBody_main.-lowLayer2 {
    margin-top: 140px;
    min-width: 1140px;
  }
  .siteBody_main.-lowLayer2 {
    margin-top: 200px;
  }
  .siteBody_main.-contact {
    padding: 0 60px;
    margin-top: 140px;
    min-width: 1260px;
  }
  .siteBody_main.-onishi {
    width: 1115px;
    padding: 0 60px;
    margin-top: 140px;
    min-width: 1260px;
  }
  .siteBody_main.-recipeBox, .siteBody_main.-columnBox {
    margin-top: 108px;
    min-width: 1140px;
  }
  .siteBody_secWrap {
    background: #fff;
    width: 1110px;
  }
  .siteBody_secWrap.-lowLayer2 {
    width: 100%;
    max-width: 1110px;
    margin-top: 65px;
  }
  .snsBox_shareList {
    width: 430px;
    margin-top: 30px;
  }
  .snsBox_followBtn {
    width: 210px;
    height: 35px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
  }
  .snsBox_followBox {
    width: 355px;
    margin-top: 30px;
  }
  .snsBox_shareItem {
    width: 200px;
    height: 43px;
  }
  .spotBanner {
    width: 750px;
    margin: 150px auto 0;
  }
  .spotBanner.-product {
    margin-top: 40px;
  }
  .worksList_itemTtl {
    font-size: 24px;
  }
  .worksList_linkBtn {
    width: 400px;
    margin-top: 90px;
    margin-bottom: 20px;
    height: 50px;
  }
  .worksList_itemLink {
    padding-left: 7px;
    margin-top: 10px;
    font-size: 14px;
  }
  .worksList_itemLink a {
    margin-left: 4px;
  }
  .worksList_itemLink:nth-of-type(n+2) {
    margin-top: 0;
  }
  .worksList_itemFig {
    margin-top: 16px;
  }
  .worksList_item.-txtType {
    width: 535px;
    padding-left: 40px;
  }
  .worksList_item.-txtType:nth-of-type(n+3) {
    margin-top: 50px;
  }
  .worksList_item.-boxType:nth-of-type(n+3) {
    margin-top: 70px;
  }
  .worksList_txtType {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*width: 500px;*/
    width: 1110px;
    margin: 90px auto 0;
    position: relative;
  }
  .worksList_boxType {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .visibleSP {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .calcBox_bnrArea {
    width: 96vw;
    margin: 0 auto 26.66667vw;
  }
  .calcBox_outputDesc, .calcBox_inputDesc {
    margin-top: 2.66667vw;
  }
  .calcBox_note {
    width: 85.33333vw;
    margin: 5.33333vw auto 0;
    text-align: center;
  }
  .calcBox_item.-output, .calcBox_item.-input {
    margin: 0 auto;
  }
  .calcBox_item.-output:nth-of-type(n+2), .calcBox_item.-input:nth-of-type(n+2) {
    margin-top: 5.33333vw;
  }
  .calcBox_item.-input:nth-of-type(n+2) {
    margin-top: 5.33333vw;
  }
  .calcBox_linkBtn.-calc {
    margin: 10.66667vw auto 0;
  }
  .calcBox_adTtl {
    line-height: 1.47;
    margin-top: 2.66667vw;
  }
  .cccrDetailBox_ttl {
    line-height: 1.4;
  }
  .cccrDetailBox_txt {
    line-height: 1.7;
  }
  .cccrDetailBox_productItem {
    line-height: 1.65;
  }
  .cccrDetailBox_descItem {
    line-height: 1.65;
    white-space: nowrap;
  }
  .cccrDetailBox_descBox {
    order: 2;
    margin: 13.33333vw auto 0;
  }
  .cccrDetailBox_introFig {
    width: 64vw;
    margin: 0 auto 0;
    order: 1;
  }
  .cccrDetailBox_body {
    flex-direction: column;
  }
  .cccrDetailBox_body::after {
    top: 41.33333vw;
  }
  .cccrDetailBox_inner {
    flex-direction: column;
  }
  .cccrIntroBox_txt {
    line-height: 1.7;
  }
  .cccrIntroBox_descItem {
    line-height: 1.65;
    white-space: nowrap;
  }
  .cccrIntroBox_descBox {
    order: 2;
  }
  .cccrIntroBox_introFig {
    width: 91.2vw;
    order: 1;
  }
  .cccrIntroBox_inner {
    flex-direction: column;
  }
  .cccrIntroBox:nth-of-type(odd) .cccrIntroBox_introFig {
    margin: 0 0 0 auto;
  }
  .cccrProductBox_ttl {
    line-height: 1.4;
  }
  .cccrProductBox_txt {
    line-height: 1.7;
  }
  .cccrProductBox_itemFig {
    margin: 0 auto 0;
    order: 1;
  }
  .cccrProductBox_listTtl {
    text-align: center;
  }
  .cccrProductBox_listItem {
    margin: 0 auto;
  }
  .cccrProductBox_listItem:nth-of-type(n+2) {
    margin-top: 20vw;
  }
  .cccrProductBox_listItem.-recommend {
    width: 80vw;
  }
  .cccrProductBox_listBody {
    margin-top: 8vw;
  }
  .cccrProductBox_itemList:nth-of-type(1) {
    margin-top: 25.06667vw;
  }
  .cccrProductBox_itemList:nth-of-type(n+2) {
    margin-top: 10.66667vw;
  }
  .cccrProductBox_itemList.-original:nth-of-type(n+2) {
    margin-top: 10.66667vw;
  }
  .cccrSecBox_txt {
    line-height: 1.7;
  }
  .cccrSecBox_figBoxItem {
    width: 26.66667vw;
  }
  .cccrSecBox_figBox {
    width: 88vw;
  }
  .columnBox_list.-top {
    width: 84vw;
    margin: 5.33333vw auto 0;
  }
  .columnBox_listItem:nth-of-type(n + 2) {
    margin-top: 13.33333vw;
  }
  .columnBox_listItem.-related {
    width: 100% !important;
  }
  .columnBox_listItem.-related:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .columnBox_pointBoxTtl {
    top: -5.86667vw;
  }
  .columnBox_inner {
    padding: 0 2.66667vw 0;
  }
  .contactBox_descItem {
    line-height: 1.65;
  }
  .contactBox_inner {
    background-size: 200vw;
    background-position: -62.66667vw -26.66667vw;
    padding: 0 6.66667vw 5.33333vw;
    position: relative;
  }
  .contactBox_inner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
  }
  .contactDetailBox_ttl {
    line-height: 1.4;
  }
  .contactDetailBox_txt {
    line-height: 1.7;
  }
  .contactDetailBox_descItem {
    line-height: 1.65;
    white-space: nowrap;
  }
  .contactDetailBox_descBox {
    order: 2;
    margin: 13.33333vw auto 0;
  }
  .contactDetailBox_introFig {
    width: 64vw;
    margin: 0 auto 0;
    order: 1;
  }
  .contactDetailBox_body {
    flex-direction: column;
  }
  .contactDetailBox_body::after {
    top: 41.33333vw;
  }
  .contactDetailBox_inner {
    padding: 0 6.66667vw;
    flex-direction: column;
  }
  .footer_bnrItem:nth-of-type(n+2) {
    margin-top: 5.33333vw;
  }
  .formBox_txt.-confirm, .formBox_txt.-thanks {
    font-size: 3.73333vw;
  }
  .formBox_linkBtn:nth-of-type(n+2) {
    margin-top: 5.33333vw;
  }
  .formBox_submitBox {
    flex-direction: column;
  }
  .formBox_body {
    width: 85.33333vw;
    margin: 8vw auto 0;
  }
  .formBox_inner.-contact {
    margin-bottom: 13.33333vw;
  }
  .formBox_inner.-confirm {
    margin-bottom: 13.33333vw;
  }
  .formBox input[type='text'],
  .formBox select,
  .formBox textarea {
    padding: 1.33333vw 2.66667vw;
  }
  .formBox_table {
    width: 100%;
  }
  .formBox_table > tbody {
    width: 100%;
  }
  .formBox_itemTtl {
    display: block;
    font-weight: bold;
  }
  .formBox_itemDesc {
    margin-top: 2.13333vw;
    display: block;
  }
  .gloNav {
    height: 100%;
  }
  .gloNav_item {
    transition: 0.3s ease-in-out 0.7s;
    opacity: 0;
    top: 28vw;
    margin: 0;
    position: relative;
  }
  .gloNav_item .gloNav_itemTxt {
    opacity: 0;
  }
  .gloNav_item:nth-of-type(1) {
    margin-right: 5.33333vw;
  }
  .gloNav_item:nth-of-type(2) {
    margin-right: 5.33333vw;
  }
  .gloNav_item:nth-of-type(3) {
    margin-right: 5.33333vw;
  }
  .gloNav_item:nth-of-type(5) {
    margin-top: 10.66667vw;
    margin-right: 5.33333vw;
  }
  .gloNav_item:nth-of-type(6) {
    margin-top: 10.66667vw;
    margin-right: 5.33333vw;
  }
  .gloNav_item:nth-of-type(7) {
    margin-top: 10.66667vw;
    margin-right: 5.33333vw;
  }
  .gloNav_item:nth-of-type(8) {
    margin-top: 10.66667vw;
  }
  .gloNav_item:nth-of-type(9) {
    margin-top: 10.66667vw;
  }
  .gloNav_body {
    width: 69.33333vw;
    margin: 0 auto 0;
    justify-content: center;
    flex-wrap: wrap;
    top: -100vh;
  }
  .gloNav.is-close .gloNav_item .gloNav_itemTxt {
    animation: fadeOut 0.5s ease-in-out 0s 1 forwards;
  }
  .gloNav.is-open .gloNav_body {
    top: -5.33333vw;
  }
  .gloNav.is-open .gloNav_item .gloNav_itemTxt {
    animation: fadeIn 0.5s ease-in-out 1s 1 forwards;
  }
  .gloNav.is-open .gloNav_item {
    opacity: 1;
  }
  .header_gloNav {
    height: 100%;
  }
  .header_navBox {
    height: 100%;
  }
  .header_btnBody::after {
    max-width: 40px;
    max-height: 40px;
  }
  .header_moreBtn {
    max-width: 40px;
    max-height: 40px;
  }
  .header_contactBtnTxt, .header_recipeBtnTxt {
    display: none;
  }
  .header_contactBtnBody::before, .header_recipeBtnBody::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .heroBox_inner.-lowLayer .heroBox_dateTxt, .heroBox_inner.-lowLayer2 .heroBox_dateTxt {
    margin-top: 2.66667vw;
  }
  .heroBox_inner.-lowLayer .heroBox_pageTxt, .heroBox_inner.-lowLayer2 .heroBox_pageTxt {
    padding: 0 4vw;
    line-height: 1.7;
  }
  .heroBox_inner.-lowLayer .heroBox_ttlBox, .heroBox_inner.-lowLayer2 .heroBox_ttlBox {
    /*min-height: 200px;*/
  }
  .heroBox_inner.-lowLayer2 .heroBox_ttlBox::after {
    display: none;
  }
  .heroBox_inner.-notFound .heroBox_pageTxt {
    padding: 0 4vw;
    line-height: 1.7;
  }
  .infoBox_ttl {
    width: 29.33333vw;
    padding: 0 0 2.66667vw;
    margin: 0 auto 0;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    letter-spacing: 0.01em;
  }
  .infoBox_txt,
  .infoBox .wp-block-table table > tbody > tr > td:nth-of-type(2) {
    margin-top: 1.33333vw;
    display: block;
    line-height: 1.7;
  }
  .infoBox_list,
  .infoBox .infoBox_inner > div {
    margin-top: 5.06667vw;
  }
  .infoBox_inner {
    width: 94.66667vw;
    padding: 4.8vw 2.66667vw 0;
    margin: -10.66667vw auto 0;
  }
  .js-fadeIn.-heroMain .heroBox_bg::before {
    top: -1.33333vw;
    left: -1.33333vw;
    right: -1.33333vw;
    bottom: -1.33333vw;
  }
  .linkBtn.-contact {
    height: 16vw;
  }
  .linkBtn.-contact .linkBtn_txt {
    padding-bottom: 4.26667vw;
  }
  .linkBtn.-contact::before {
    top: auto;
    left: 0;
    right: 0;
    bottom: 3.73333vw;
    margin: 0 auto;
  }
  .linkBtn.-contact::after {
    left: 0;
    right: -3.46667vw;
    top: auto;
    bottom: 4.53333vw;
    margin: 0 auto;
  }
  .onishiBox_ttl {
    line-height: 1.4;
  }
  .onishiBox_txt {
    line-height: 1.7;
  }
  .onishiBox_txt.-history {
    padding: 0 6.66667vw;
    text-align: left;
  }
  .onishiBox_queTtlBody {
    line-height: 1.36;
  }
  .onishiBox_interviewBox {
    margin: 25px auto 0;
  }
  .onishiBox_descItem {
    line-height: 1.65;
    white-space: nowrap;
  }
  .onishiBox_descBox {
    order: 2;
    margin: 13.33333vw auto 0;
  }
  .onishiBox_onishiFig > img {
    height: 100%;
    object-fit: cover;
    object-position: -80vw;
  }
  .onishiBox_messageBox {
    padding: 8vw 4vw;
    width: 94.66667vw;
    margin: 0 0 0 auto;
  }
  .onishiBox_introFig {
    width: 64vw;
    margin: 0 auto 0;
    order: 1;
  }
  .onishiBox_body {
    flex-direction: column;
  }
  .onishiBox_body::after {
    top: 41.33333vw;
  }
  .recipeBox_list.-top {
    width: 84vw;
    margin: 5.33333vw auto 0;
  }
  .recipeBox_listItem:nth-of-type(n + 2) {
    margin-top: 13.33333vw;
  }
  .recipeBox_listItem.-related {
    width: 100% !important;
  }
  .recipeBox_listItem.-related:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .recipeBox_pointBoxTtl {
    top: -5.86667vw;
  }
  .recipeBox_inner {
    padding: 0 2.66667vw 0;
  }
  .siteBody_wrapper {
    width: 100vw;
    overflow: hidden;
  }
  .siteBody_secWrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 80vw;
    background: #fff;
    position: absolute;
    top: 10.66667vw;
    left: 0;
  }
  .siteBody_secWrap.-product::before {
    display: none;
  }
  .siteBody_secWrap.-onishi::before {
    display: none;
  }
  .worksList_itemTtl {
    padding-left: 5.33333vw;
  }
  .worksList_itemLinkName {
    display: block;
  }
  .worksList_itemLink a {
    margin-top: 1.33333vw;
  }
  .worksList_item.-txtType:nth-of-type(n+2) {
    margin-top: 6.66667vw;
  }
  .worksList_item.-boxType:nth-of-type(n+2) {
    margin-top: 9.33333vw;
  }
  .visiblePC {
    display: none !important;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .heroBox_inner.-lowLayer .heroBox_ttlBox, .heroBox_inner.-lowLayer2 .heroBox_ttlBox {
    padding: 20px;
  }
}

/*# sourceMappingURL=master.css.map */
