@charset "UTF-8";
/*!
Theme Name: ONLINE RECIPE
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cccr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CCCR is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# COCOCORO SCSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

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

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

ol {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.edit-link {
  width: 200px;
  padding: 10px;
  font-size: 24px;
  display: block;
  margin: 20px auto;
  border: 3px solid #000;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* 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;
}

.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_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;
  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_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 {
  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;
}

.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;
}

.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;
}

.gloNav {
  /*&_itemTxt{
    width: 66px;
    padding:2px 0;
    border-radius: 5px;
    letter-spacing: 0;
    line-height: 1.2;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: -50px;
    right: -50px;
    margin: 0 auto;
    text-shadow: 1px 1px 2px #fff;
    font-weight: bold;
    font-size: pxToVw(11px);
    white-space: nowrap;
    @include pc{
      width: 66px;
      padding:2px 0;
      border-radius: 5px;
      font-size: 11px;
      bottom: -33px;
      left: -8px;
      right: -8px;
      text-shadow: 1px 1px 2px #fff;
    }
    &.-singleLine{
      bottom: pxToVw(-24px);
      @include pc{
        bottom: -27px;
      }
    }
  }*/
  /* &_item{
    width: pxToVw(50px);
    height: pxToVw(50px);
    list-style: none;
    position: relative;
    transition: 0.3s ease-in-out;
    @include spOnly{
      transition: 0.3s ease-in-out 0.7s;
      opacity: 0;
      top: pxToVw(105px);
      margin: 0;
      position: relative;
    }
    @include pc{
      width: 50px;
      height: 50px;
    }
    .gloNav_itemTxt{
      @include spOnly{
        opacity: 0;
      }
    }
    &:nth-of-type(1){
      @include spOnly{
        order: 1;
        margin-right: pxToVw(20px);
      }
    }
    &:nth-of-type(2){
      @include spOnly{
        order: 2;
        margin-right: pxToVw(20px);
      }
      @include pc{
        //left:-12px;
        left: -32px;
      }
    }
    &:nth-of-type(3){
      @include spOnly{
        order: 5;
        margin-top: pxToVw(40px);
        margin-right: pxToVw(20px);
      }
    }
    &:nth-of-type(4){
      @include spOnly{
        margin-top: pxToVw(40px);
        order: 7;
      }
    }
    &:nth-of-type(3),
    &:nth-of-type(4){
      a{
        transition: 0.5s ease-in-out 0.7s;
        @include pc{
          opacity: 0!important;
        }
      }
    }
    &:nth-of-type(5){
      @include spOnly{
        order: 3;
        margin-right: pxToVw(20px);
      }
      @include pc{
        //right: -12px;
        right: -32px;
      }
    }
    &:nth-of-type(6){
      @include spOnly{
        order: 4;
      }
    }
  }*/
}

.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_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_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_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;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.11em;
    line-height: 1.65;
  }
  a:hover {
    opacity: 0.6;
  }
  .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: 19px;
  }
  .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;
  }
  .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_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: 880px;
    margin: 0 auto;
    position: relative;
  }
  .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;
    top: 25px;
    right: 0;
    border-radius: 10px 0 0 10px;
    line-height: 1.47;
    letter-spacing: 0.01em;
  }
  .header_recipeBtn {
    width: 100px;
    height: 50px;
    top: 65px;
    right: 0;
  }
  .header_contactBtnBody::before, .header_recipeBtnBody::before {
    width: 22px;
    height: 18px;
    left: 12px;
  }
  .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;
    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 {
    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;
  }
  .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;
  }
  .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;
  }
  .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: 350px;
  }
  .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_body {
    justify-content: space-between;
    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: 660px;*/
    width: 850px;
    margin: 0 auto;
    position: relative;
    /*left: -12px;*/
  }
  .header_btnBody::after {
    width: 50px;
    height: 50px;
  }
  .header_moreBtn {
    width: 50px;
    height: 50px;
    left: 21px;
    top: 26px;
  }
  .header_moreBtn.is-open {
    /*top: 230px;*/
    /*top: 330px;*/
  }
  .header_moreBtn.is-open .header_btnBody::after {
    /*animation: openMenu 2s 1.5s 1 forwards;*/
  }
  .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_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_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;
  }
  .visibleSP {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .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;
  }
  .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_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_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_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;
  }
  .footer_bnrItem:nth-of-type(n+2) {
    margin-top: 5.33333vw;
  }
  .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_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: -9.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_btnBody::after {
    max-width: 40px;
    max-height: 40px;
  }
  .header_moreBtn {
    max-width: 40px;
    max-height: 40px;
  }
  .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;
  }
  .visiblePC {
    display: none !important;
  }
}

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

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