@charset "UTF-8";
/*
theme Name: Kajiyasu
Author: Admin
Description: Kajiyasu official website.
version： 1.0.0
*/
/*! 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.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.15; /* 1 */
}

/* 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

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

/* 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] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
          text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -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 {
  padding: 0;
  border-style: none;
}

/**
 * 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; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

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

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

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

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

html {
  box-sizing: border-box;
  font-size: 2.1333333333vw;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  margin: 0;
  font-family: "Shippori Mincho", serif;
}
*::before,
* ::after {
  box-sizing: inherit;
  margin: 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  -webkit-font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  overflow-x: hidden;
  overscroll-behavior: none;
  color: #0c318e;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.15;
  font-family: "Shippori Mincho", serif;
          font-kerning: normal;
  letter-spacing: 0.1em;
  counter-reset: number 0;
}

h1 {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

img,
iframe,
video {
  max-width: 100%;
}

button {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

ol li,
ul li {
  list-style: none;
}

a {
  -webkit-transition: 0.5s;
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}

.js-focus-visible:focus:not(.focus-visible) {
  outline: 0;
}

*:focus-visible {
  outline: none;
}

/* animation
----------------------------------------- */
.fade-in {
  -webkit-transform: translateY(2rem);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
          transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.fade-in.is-anim {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.pop-inview {
  -webkit-transform: translateY(20%) scale(0.6);
  -webkit-transition: all 0.3s cubic-bezier(0.09, 0.6, 0.36, 1.34) 0.3s;
          transform: translateY(20%) scale(0.6);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.09, 0.6, 0.36, 1.34) 0.3s;
}
.pop-inview.is-anim {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.blur-fade span {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-filter 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  -webkit-filter: blur(1rem);
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
          filter: blur(1rem);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-filter 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), filter 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), filter 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-filter 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.blur-fade.is-anim span {
  -webkit-filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
          filter: blur(0);
  opacity: 1;
}
.blur-fade.is-anim span:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.blur-fade.is-anim span:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.blur-fade.is-anim span:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.blur-fade.is-anim span:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.blur-fade.is-anim span:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.blur-fade.is-anim span:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.blur-fade.is-anim span:nth-child(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.blur-fade.is-anim span:nth-child(9) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

/* button
----------------------------------------- */
.c-button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: block;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-direction: row;
          align-items: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.c-button.c-button--small {
  display: -webkit-inline-box;
  display: inline-flex;
}
.c-button.c-button--small .c-button__text {
  position: relative;
}
.c-button.c-button--small .c-button__text:before {
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: right center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: block;
  position: absolute;
  bottom: -0.375rem;
  width: 100%;
  height: 1px;
          transform: scaleX(0);
          transform-origin: right center;
  background-color: #0c318e;
  content: "";
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.c-button.c-button--small .c-button__arrow {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.c-button.c-button--medium {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
  width: 38.875rem;
  padding: 1.875rem 1.75rem;
  overflow: hidden;
  border: 0.125rem solid #fff;
}
.c-button.c-button--medium .c-button__text {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0em;
}
.c-button.c-button--medium:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: -0.15625rem;
  width: 1.125rem;
  height: 10rem;
          transform: translate(0%, -50%);
  background-image: url(./images/common/button_medium_pattern_left_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-button.c-button--medium:after {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  right: -0.15625rem;
  width: 1.125rem;
  height: 10rem;
          transform: translate(0%, -50%);
  background-image: url(./images/common/button_medium_pattern_right_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-button.c-button--medium.c-button--large {
  overflow: hidden;
}
.c-button.c-button--medium.c-button--large.c-button--blue .c-button__arrow svg path {
  fill: #e4e5eb;
}

.c-button__text {
  -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  color: #fff;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
  transition: color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.c-button__arrow {
  -webkit-transform: rotateZ(90deg);
  -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: block;
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
          transform: rotateZ(90deg);
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.c-button__arrow svg {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5625rem;
  height: 1.25rem;
          transform: translate(-50%, -50%);
}
.c-button__arrow svg path {
  -webkit-transition: fill 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: fill 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.c-button__arrow--horizontal {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

/* c-contact
----------------------------------------- */
.c-contact-sec {
  margin: 0 4rem;
  padding: 0 0 18.375rem;
}
.c-contact-sec .c-button.c-button--medium {
  width: 30.875rem;
  border: 0.125rem solid #0c318e;
}
.c-contact-sec .c-button.c-button--medium:before {
  background-image: url(./images/common/button_pattern_left_blue_sp.svg);
}
.c-contact-sec .c-button.c-button--medium:after {
  background-image: url(./images/common/button_pattern_right_blue_sp.svg);
}
.c-contact-sec .c-button.c-button--medium .c-button__text {
  color: #0c318e;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0em;
}
.c-contact-sec .c-button.c-button--medium .c-button__arrow {
  background-color: #0c318e;
}
.c-contact-sec .c-button.c-button--medium .c-button__arrow.c-button__arrow--horizontal {
  -webkit-transform: rotateZ(0deg) !important;
          transform: rotateZ(0deg) !important;
}
.c-contact-sec .c-button.c-button--medium .c-button__arrow svg path {
  fill: #fff;
}

.c-contact-sec__inner {
  padding: 4rem;
  background-color: #e5e5f1;
}

.c-contact-sec__title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-direction: row;
          align-items: center;
          justify-content: center;
  margin: 0 0 5.5rem;
}

.c-contact-sec__title-jp {
  -webkit-writing-mode: vertical-rl;
  display: block;
  z-index: 1;
  position: relative;
  padding: 0.75rem 0.75rem 0 0;
  border-top: 0.125rem solid #0c318e;
  border-right: 0.125rem solid #0c318e;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0em;
  white-space: pre;
          writing-mode: vertical-rl;
}

.c-contact-sec__title-eng {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  color: #f2f3f7;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 1;
  font-family: "Cormorant", serif;
  letter-spacing: 0em;
}

.c-contact-sec__text {
  margin: 0 0 5.5rem;
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: center;
}

/* swiper
----------------------------------------- */
.e-swiper {
  margin-bottom: 0 !important;
}
.e-swiper .swiper-pagination {
  -webkit-transform: translate(-50%, 0%);
  z-index: 2;
  position: absolute;
  bottom: calc(9.6% + 3rem) !important;
  left: 50% !important;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding-right: 5rem;
  padding-left: 5rem;
          transform: translate(-50%, 0%);
  text-align: left;
}
.e-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8.2px;
  height: 8.2px;
  margin: 0 7px !important;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
.e-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.e-swiper .swiper-slide img {
  -o-object-position: bottom;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 720px;
     object-fit: cover;
     object-position: bottom;
  font-family: "object-fit: cover;";
}

/* container
----------------------------------------- */
.l-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}

/* footer
----------------------------------------- */
.l-footer-parallax {
  position: relative;
}

.l-footer-parallax__shape {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 28.375rem;
  height: 10.375rem;
  background-image: url(./images/common/footer_parallax_shape_top_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-footer-parallax__icon {
  -webkit-transform: translate(-50%, 20%) scale(0.6);
  display: block;
  z-index: 1;
  position: absolute;
  top: 4.875rem;
  left: 50%;
  width: 9.875rem;
  height: 11.75rem;
          transform: translate(-50%, 20%) scale(0.6);
  background-image: url(./images/common/footer_parallax_icon_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-footer-parallax__icon.is-anim {
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.l-footer-main {
  position: relative;
  padding: 4.8125rem 0 7.5rem;
  background-color: #142037;
}
.l-footer-main:before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1.25rem;
          transform: translate(-50%, 0%);
  background-color: #0c318e;
  content: "";
}

.l-footer-main__shape {
  display: block;
  z-index: 1;
  position: absolute;
  top: -10.375rem;
  left: -0.0625rem;
  width: 28.4375rem;
  height: 10.375rem;
  background-image: url(./images/common/footer_shape_top_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-footer-return__arrow {
  display: block;
  width: 1.75rem;
  height: 0.75rem;
  margin: 0 auto 1rem;
  background-image: url(./images/common/return_arrow_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-footer-return__text {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

.l-footer-main__inner {
  margin: 4rem 0 0;
}

.l-footer-main__content {
  margin: 0 0 4rem;
}

.l-footer-main__nav {
  margin: 0 0 4rem;
}

.l-footer-main__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
  flex-wrap: wrap;
          align-items: flex-start;
          justify-content: flex-start;
  padding: 0 0.625rem;
}
.l-footer-main__list:first-child .l-footer-main__item:nth-child(odd) {
  width: 13.375rem;
}
.l-footer-main__list:nth-child(2) .l-footer-main__item {
  margin: 0;
}
.l-footer-main__list:not(:last-child) {
  margin: 0 0 2.75rem;
}

.l-footer-main__item:not(:nth-child(2n)) {
  margin: 0 4rem 1.25rem 0;
}

.l-footer-main__link,
.l-footer-main__link--online {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  position: relative;
  padding: 0 0 0 2rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0em;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.l-footer-main__link:before,
.l-footer-main__link--online:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 0.125rem;
          transform: translate(0%, -50%);
  background-color: #0c318e;
  content: "";
}

.l-footer-main__sub-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
  margin: 1rem 0 0 0.625rem;
  padding: 0 0 0 1.25rem;
}

.l-footer-main__sub-item:not(:last-child) {
  margin: 0 1.25rem 0 0;
}

.l-footer-main__sub-link {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  color: #fff;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0em;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.l-footer-button__inner .-tel {
  display: block;
}
.l-footer-button__inner .-tel .svg {
  width: 100%;
  height: auto;
}

.l-footer-logo {
  display: block;
  width: 25rem;
  height: 8.375rem;
  margin: 0 auto;
}
.l-footer-logo svg {
  width: 100%;
  height: 100%;
}

.l-footer-main__bottom {
  margin: 4rem 0 0;
}

.l-footer-main__bottom-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  margin: 0 0 1.75rem;
}

.l-footer-main__bottom-item:not(:last-child) {
  margin: 0 0 1rem;
}

.l-footer-main__bottom-link {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: block;
  color: #f2f3f7;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.l-footer-main__bottom-link.--inactive {
  pointer-events: none;
}

.l-footer__copy {
  color: #f2f3f7;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

/* l-form
----------------------------------------- */
body.page-template-page-thanks .p-contact {
  padding: 8rem 0 26.375rem;
}
body.page-template-page-thanks .p-contact__text {
  margin: 0;
  text-align: center;
}
body.page-template-page-confirm .l-form__list .l-form__row {
  margin: 0 0 0.25rem;
  padding: 2.5rem;
  background-color: #e5e5f1;
}
body.page-template-page-confirm .l-form__list .l-form__row .l-form__item {
  margin: 0 0 1.6875rem;
}
body.page-template-page-confirm .l-form__list .l-form__row .l-form__item.--hidden {
  display: block;
}
body.page-template-page-confirm .l-form__list .l-form__row .l-form__item p span.--title {
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}
body.page-template-page-confirm .l-form__list .l-form__row .l-form__item p span.--required {
  display: none;
}
body.page-template-page-confirm .l-form__list .l-form__row .l-form__detail p {
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}
body.page-template-page-confirm .l-form__list .l-form__row .l-form__detail.--radio {
  margin: 0;
}
body.page-template-page-confirm .l-form__list .l-form__row .l-form__detail.--textarea p {
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0em;
}
body.page-template-page-confirm .l-form__list .l-form__row .l-form__detail .l-form__detail-text {
  display: none;
}
.l-form__row:not(:last-child) {
  margin: 0 0 4rem;
}

.l-form__item {
  margin: 0 0 2rem;
}
.l-form__item p {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
}
.l-form__item p span {
  display: block;
}
.l-form__item p span.--title {
  margin: 0 2rem 0 0;
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}
.l-form__item p span.--required {
  color: #ea4122;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}
.l-form__item.--hidden {
  display: none;
}
.l-form__detail p br {
  display: none;
}
.l-form__detail p span {
  display: block;
}
.l-form__detail p span input {
  width: 100%;
  padding: 2.3125rem 2rem;
  border-radius: 0;
  background-color: #e5e5f1;
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}
.l-form__detail p span input:focus {
  border: 0.0625rem solid #142037;
  background-color: #e5e5f1;
}
.l-form__detail p span input::-webkit-input-placeholder {
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
  opacity: 0.3;
}
.l-form__detail p span input::placeholder {
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
  opacity: 0.3;
}
.l-form__detail.--radio {
  margin: 3.75rem 0 0;
}
.l-form__detail.--radio p span span label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
  cursor: pointer;
}
.l-form__detail.--radio p span span label input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
  cursor: pointer;
}
.l-form__detail.--radio p span span label .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding: 0 0 0 3.5rem;
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
.l-form__detail.--radio p span span label .wpcf7-list-item-label:before {
  -webkit-transform: translate(0%, -50%);
  display: block;
  position: absolute;
  top: calc(50% + 0.15rem);
  left: 0%;
  width: 2.5rem;
  height: 2.5rem;
          transform: translate(0%, -50%);
  border: 0.0625rem solid #142037;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  content: "";
}
.l-form__detail.--radio p span span label .wpcf7-list-item-label:after {
  -webkit-transform: translate(0%, -50%);
  display: block;
  position: absolute;
  top: calc(50% + 0.15rem);
  left: 0.75rem;
  width: 1rem;
  height: 1rem;
          transform: translate(0%, -50%);
  border-radius: 50%;
  background-color: #0c318e;
  content: "";
  opacity: 0;
}
.l-form__detail.--radio .wpcf7-list-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
  margin: 0;
}
.l-form__detail.--radio .wpcf7-list-item:not(:last-child) {
  margin: 0 0 2.4375rem;
}
.l-form__detail.--radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.l-form__detail.--textarea textarea {
  width: 100%;
  height: 27.5rem;
  padding: 2.5rem;
  border-radius: 0;
  background-color: #f1e1e2;
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0em;
  resize: none;
}
.l-form__detail.--textarea textarea::-webkit-input-placeholder {
  color: #ea4122;
}
.l-form__detail.--textarea textarea::placeholder {
  color: #ea4122;
}

.wpcf7-not-valid-tip {
  display: block;
  margin: 0.75rem 0 0;
  color: #ea4122;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0em;
}

.l-form__detail-text {
  display: block;
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}
.l-form__detail-text.--mt {
  margin: 2rem 0 0;
  text-align: right;
}
.l-form__detail-text.--mb {
  margin: 0 0 2rem;
}

.l-form__privacy {
  margin: 4rem 0 0;
}

.l-form__privacy-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
  padding: 2.5rem;
  border: 0.0625rem solid #142037;
  background-color: #e5e5f1;
}

.l-form__agree {
  width: 2.5rem;
  height: 2.5rem;
}
.l-form__agree p {
  width: 100%;
  height: 100%;
}
.l-form__agree p label {
  display: block;
  width: 100%;
  height: 100%;
}
.l-form__agree p label .l-form__agree-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.l-form__agree p label .l-form__agree-box:before {
  -webkit-transform: translate(0%, -50%);
  display: block;
  position: absolute;
  top: 1.25rem;
  left: 0%;
  width: 2.5rem;
  height: 2.5rem;
          transform: translate(0%, -50%);
  border: 0.0625rem solid #142037;
  background-color: #e5e5f1;
  content: "";
}
.l-form__agree p label .l-form__agree-box:after {
  -webkit-transform: translate(0%, -50%);
  display: block;
  position: absolute;
  top: 1.1875rem;
  left: 0.5rem;
  width: 1.6rem;
  height: 1.33rem;
          transform: translate(0%, -50%);
  border-radius: 0;
  background-image: url(./images/contact/checkbox_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  opacity: 0;
}
.l-form__agree p label input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}
.l-form__agree p label input:checked + .l-form__agree-box::after {
  opacity: 1;
}
.l-form__agree p label br {
  display: none;
}

.l-form__privacy-inner {
  width: 85.5555555556%;
  height: 19.625rem;
  overflow-y: scroll;
}

.l-form__privacy-text {
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0em;
}

.l-form__button-inner {
  margin: 4rem 0 0;
}
.l-form__btn-block.--back input {
  background-color: #f2f3f7;
  color: #0c318e;
}
.l-form__btn-block input {
  -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  width: 100%;
  padding: 4.0625rem;
  border: 0.125rem solid #0c318e;
  border-radius: 0;
  background-color: #0c318e;
  color: #e5e5f1;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.l-form__btn-block input:disabled {
  opacity: 0.7;
}
.l-form__btn-block br {
  display: none;
}
.l-form__btn-block:not(:last-child) {
  margin: 0 0 2rem;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

/* hamburger
----------------------------------------- */
body.home .l-hamburger__toggleWrap span {
  background-color: #fff;
}

.l-hamburger__toggle {
  -webkit-transition: all 0.5s ease;
  display: block;
  z-index: 5;
  width: 5.5rem;
  height: 5.5rem;
  padding: 1.5rem 0;
  cursor: pointer;
  transition: all 0.5s ease;
}
.l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(1) {
  -webkit-transform: translateY(1.1rem) rotate(-45deg);
          transform: translateY(1.1rem) rotate(-45deg);
}
.l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(2) {
  opacity: 0;
}
.l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(3) {
  -webkit-transform: translateY(-1.1rem) rotate(45deg);
          transform: translateY(-1.1rem) rotate(45deg);
}
.l-hamburger__toggle:hover {
  opacity: 1;
}

.l-hamburger__toggleWrap {
  -webkit-transition: all 0.5s ease;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.l-hamburger__toggleWrap span {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: inline-block;
  position: absolute;
  width: 5.5rem;
  height: 0.25rem;
  background-color: #0c318e;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.l-hamburger__toggleWrap span:nth-of-type(1) {
  top: 0;
  left: 0;
}
.l-hamburger__toggleWrap span:nth-of-type(2) {
  -webkit-transition: all 0.5s ease;
  top: 1.125rem;
  left: 0;
  transition: all 0.5s ease;
}
.l-hamburger__toggleWrap span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

/* header
----------------------------------------- */
body.home .l-header__logo svg path {
  fill: #fff;
}

.l-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  height: 9.5rem;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0);
}
.l-header.is-bg-change .l-header__logo svg path {
  fill: #0c318e;
}
.l-header.is-bg-change .l-hamburger__toggleWrap span {
  background-color: #0c318e;
}
.l-header.is-bg-change.is-color-change .l-header__logo svg path {
  fill: #fff;
}
.l-header.is-bg-change.is-color-change .l-hamburger__toggleWrap span {
  background-color: #fff;
}
.l-header.is-active .l-header__logo svg path {
  fill: #fff;
}
.l-header.is-active .l-hamburger__toggleWrap span {
  background-color: #fff;
}

.l-header__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
  width: 100%;
}

.l-header__logo {
  z-index: 5;
}
.l-header__logo svg path {
  -webkit-transition: fill 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  fill: #0c318e;
  transition: fill 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.l-header__logoLink {
  display: block;
}
.l-header__logoLink svg {
  width: 16.396875rem;
  height: 5.5rem;
}

/* menu
----------------------------------------- */
.l-menu {
  -webkit-transition: all 0.5s ease;
  display: block;
  visibility: hidden;
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 14rem 4rem 9.0625rem;
  overflow-y: scroll;
  background-color: #142037;
  opacity: 0;
  transition: all 0.5s ease;
}
.l-menu.is-active {
  -webkit-animation-duration: 0.5s;
  visibility: visible;
  z-index: 4;
          animation-duration: 0.5s;
  opacity: 1;
}

.l-menu__listWrap {
  margin: 0 0 6.125rem;
  padding: 0 0 0 8.3125rem;
}

.l-menu__list:not(:last-child) {
  margin: 0 0 3.375rem 0;
}

.l-menu__item:not(:last-child) {
  margin: 0 0 3.375rem 0;
}

.l-menu__link,
.l-menu__link--online {
  display: block;
  position: relative;
  padding: 0 0 0 2rem;
  color: #fff;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0em;
}
.l-menu__link:before,
.l-menu__link--online:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 0.125rem;
          transform: translate(0%, -50%);
  background-color: #0c318e;
  content: "";
}
.l-menu__linkWrap .-tel {
  display: block;
}
.l-menu__linkWrap .-tel .svg {
  width: 100%;
  height: auto;
}

.l-menu__linkLogo {
  display: none;
}

.l-menu__subList {
  margin: 2rem 0 0;
  padding: 0 0 0 1.25rem;
}

.l-menu__subItem:not(:last-child) {
  margin: 0 0 1.5rem;
}

.l-menu__subLink {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8076923077;
  letter-spacing: 0em;
}

/* section
----------------------------------------- */
.l-section-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
  z-index: 1;
  position: relative;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
}

.l-section-title__jp {
  -webkit-writing-mode: vertical-rl;
  -webkit-transform: translateY(2rem);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  position: relative;
  margin: 0 -4.5rem 0 0;
          transform: translateY(2rem);
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.08em;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
          writing-mode: vertical-rl;
}
.l-section-title__jp.is-anim {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.l-section-title__eng {
  margin: 0.625rem 0 0;
  color: #e5e5f1;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 1;
  font-family: "Cormorant", serif;
  letter-spacing: 0em;
}

/* p-home-bottom
----------------------------------------- */
.p-home-bottom {
  position: relative;
  padding: 0 4rem 8rem;
  background-color: #f2f3f7;
}
.p-home-bottom:before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 17rem;
          transform: translate(-50%, 0%);
  background-color: #f3f1e2;
  content: "";
}

.p-home-bottom__banner-link {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: block;
  position: relative;
  margin: 0 0 8rem;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.p-home-bottom__title {
  display: none;
  margin: 0 0 4rem;
}
.p-home-bottom__title-figure svg {
  width: 38rem;
  height: 18.5625rem;
}

.p-home-bottom__note {
  display: none;
  margin: 0 0 4rem;
}

.p-home-bottom__note-figure {
  width: 38.875rem;
  height: 18.75rem;
  margin: 0 auto;
}
.p-home-bottom__note-figure svg {
  width: 100%;
  height: 100%;
}

.p-home-bottom__link-list {
  display: none;
}
.p-home-bottom__link-item:not(:last-child) {
  margin: 0 0 2.5rem;
}

.p-home-bottom__link-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}

.p-home-bottom__link-icon {
  display: block;
  margin: 0 0.875rem 0 0;
}
.p-home-bottom__link-icon.--youtube svg {
  width: 5rem;
  height: 3.3125rem;
}
.p-home-bottom__link-icon.--instagram {
  width: 5rem;
  height: 5rem;
}
.p-home-bottom__link-icon.--instagram svg {
  width: 5rem;
  height: 5rem;
}

.p-home-bottom__link-text {
  display: block;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

/* home-kv
----------------------------------------- */
.p-home-kv {
  -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  position: relative;
  height: 62.5rem;
  background-color: #142037;
  transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.p-home-kv.is-bg-change {
  background-color: #f2f3f7;
}

.p-home-kv__logo {
  display: none;
}

.p-onlineshop-fixed {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: block;
  z-index: 3;
  position: fixed;
  top: 10.5rem;
  right: 2rem;
  width: 5.5rem;
  height: 20.1875rem;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.p-onlineshop-fixed svg {
  width: 5.5rem;
  height: 20.1875rem;
}
.p-onlineshop-fixed.is-active {
  opacity: 0;
}

.p-scroll-line {
  display: none;
}

.p-home-kv__catch {
  z-index: 1;
  position: absolute;
  bottom: 4rem;
  left: 4.0625rem;
}

.p-home-kv__catchTitle {
  width: 37.5rem;
  height: 18.9375rem;
  margin: 0 0 1rem;
}
.p-home-kv__catchTitle svg {
  width: 37.5rem;
  height: 18.9375rem;
}

.p-home-kv__catchText {
  width: 28.596875rem;
  height: 1.3225rem;
}
.p-home-kv__catchText svg {
  display: block;
  width: 100%;
  height: 100%;
}

.p-home-kv__img {
  width: 45.625rem;
  height: 100%;
  margin: 0 auto 0 0;
  padding: 1.25rem 0 0;
}

.p-home-kv__imgFigure {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-home-kv__imgFigure::before {
  display: block;
  padding-top: 134.25%;
  content: "";
}
.p-home-kv__imgFigure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* p-home-lead
----------------------------------------- */
.p-home-lead {
  -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  padding: 4rem 0 0;
  overflow: hidden;
  background-color: #142037;
  transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.p-home-lead .c-button__inner .c-button__text {
  -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.p-home-lead .c-button__inner .c-button.c-button--medium.c-button--large.c-button--blue .c-button__arrow svg path {
  fill: #0c318e;
}
.p-home-lead.is-bg-change {
  background-color: #f2f3f7;
}
.p-home-lead.is-bg-change .p-home-lead__content-title-text {
  color: #0c318e;
}
.p-home-lead.is-bg-change .p-home-lead__content-text {
  color: #0c318e;
}
.p-home-lead.is-bg-change .p-home-lead__content:before {
  display: none;
}
.p-home-lead.is-bg-change .c-button.c-button--medium.c-button--large.c-button--blue {
  border: 0.125rem solid #0c318e;
}
.p-home-lead.is-bg-change .c-button.c-button--medium.c-button--large.c-button--blue .c-button__text {
  color: #0c318e;
}
.p-home-lead.is-bg-change .c-button.c-button--medium.c-button--large.c-button--blue:before {
  background-image: url(./images/common/button_pattern_left_blue_sp.svg);
}
.p-home-lead.is-bg-change .c-button.c-button--medium.c-button--large.c-button--blue:after {
  background-image: url(./images/common/button_pattern_right_blue_sp.svg);
}
.p-home-lead.is-bg-change .c-button.c-button--medium.c-button--large.c-button--blue .c-button__arrow {
  background-color: #0c318e;
}
.p-home-lead.is-bg-change .c-button.c-button--medium.c-button--large.c-button--blue .c-button__arrow svg path {
  fill: #f2f3f7;
}

.p-home-lead__figure-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-direction: row;
          align-items: flex-start;
          justify-content: center;
  margin: 8rem 0 6.5rem;
}
.p-home-lead__figure-wrap.inview-delay.is-anim .p-home-lead__figure {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-home-lead__figure-wrap.inview-delay.is-anim .p-home-lead__figure-logo {
  -webkit-transform: translate(-50%, 0%) scale(1);
          transform: translate(-50%, 0%) scale(1);
  opacity: 1;
}

.p-home-lead__figure {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  -webkit-transform: translateY(2rem);
  position: relative;
  width: 50%;
  overflow: hidden;
          transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.p-home-lead__figure::before {
  display: block;
  padding-top: 62.06%;
  content: "";
}
.p-home-lead__figure:first-child {
  margin: 4rem 0 0;
}
.p-home-lead__figure:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-home-lead__figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-home-lead__figure-logo {
  -webkit-transition-delay: 1s;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  -webkit-transform: translate(-50%, 0%) scale(1.3);
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  width: 7.9375rem;
  height: 7.9375rem;
          transform: translate(-50%, 0%) scale(1.3);
  background-image: url(./images/home/lead_logo.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
          transition-delay: 1s;
}

.p-home-lead__content {
  position: relative;
}
.p-home-lead__content:before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  top: -2.4375rem;
  left: 50%;
  width: 57.375rem;
  height: 57.375rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/home/lead_blur_sp.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-home-lead__content.is-text-change .p-home-lead__content-title-text {
  color: #0c318e !important;
}
.p-home-lead__content.is-text-change .p-home-lead__content-text {
  color: #0c318e !important;
}

.p-home-lead__content-title {
  position: relative;
  margin: 0 0 2rem;
}

.p-home-lead__content-title-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: block;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}
.p-home-lead__content-title-wrap:nth-child(2) .p-home-lead__content-title-text:first-child {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.p-home-lead__content-title-wrap:nth-child(2) .p-home-lead__content-title-text:nth-child(2) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.p-home-lead__content-title-wrap:nth-child(2) .p-home-lead__content-title-text:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.p-home-lead__content-title-wrap:nth-child(2) .p-home-lead__content-title-text:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.p-home-lead__content-title-wrap:nth-child(2) .p-home-lead__content-title-text:nth-child(5) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.p-home-lead__content-title-wrap:nth-child(2) .p-home-lead__content-title-text:nth-child(6) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.p-home-lead__content-title-wrap:nth-child(2) .p-home-lead__content-title-text:nth-child(7) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.p-home-lead__content-title-wrap:nth-child(2) .p-home-lead__content-title-text:nth-child(8) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.p-home-lead__content-title-wrap:nth-child(2) .p-home-lead__content-title-text:nth-child(9) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.p-home-lead__content-title-text {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0em;
}
.p-home-lead__content-title-text:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-home-lead__content-title-text:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-home-lead__content-title-text:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-home-lead__content-title-text:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-home-lead__content-title-text:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-home-lead__content-title-text:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-home-lead__content-title-text:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.p-home-lead__content-title-text:nth-child(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.p-home-lead__content-text-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-direction: row-reverse;
          align-items: flex-start;
          justify-content: center;
}
.p-home-lead__content-text-wrap.inview {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  -webkit-transform: translateY(2rem);
  -webkit-transition-delay: 1.2s;
          transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
          transition-delay: 1.2s;
}
.p-home-lead__content-text-wrap.inview.is-anim {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.p-home-lead__content-text {
  -webkit-writing-mode: vertical-rl;
  -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: block;
  color: #e5e5f1;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: 0em;
  transition: color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
          writing-mode: vertical-rl;
}
.p-home-lead__content-text:not(:last-child) {
  margin: 0 0 0 1.25rem;
}

.p-home-lead__bottom {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 17.125rem 0 0.6875rem;
}
.p-home-lead__bottom:before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 11.375rem;
          transform: translate(-50%, 0%);
  background-color: #f2f3f7;
  content: "";
}

.p-home-lead__bottom-illust {
  display: block;
}

.p-home-lead__bottom-illust--one {
  position: absolute;
  top: 4rem;
  left: 7.125rem;
}
.p-home-lead__bottom-illust--one svg {
  width: 35.75rem;
  height: 17.171875rem;
}

.p-home-lead__bottom-illust--two {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 9.4375rem;
}
.p-home-lead__bottom-illust--two svg {
  width: 18.75rem;
  height: 8.125rem;
}

.p-home-lead__bottom-figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-home-lead__bottom-figure--one {
  z-index: 1;
  position: relative;
  position: relative;
  width: 23.4375rem;
  overflow: hidden;
}
.p-home-lead__bottom-figure--one::before {
  display: block;
  padding-top: 58.93%;
  content: "";
}

.p-home-lead__bottom-figure--two {
  position: relative;
  width: 100%;
  margin: -3.125rem 0 0;
  overflow: hidden;
}
.p-home-lead__bottom-figure--two::before {
  display: block;
  padding-top: 29.33%;
  content: "";
}

.p-home-lead__bottom-figure--three {
  z-index: 1;
  position: relative;
  position: relative;
  width: 23.4375rem;
  margin: -3.125rem 0 0 auto;
  overflow: hidden;
}
.p-home-lead__bottom-figure--three::before {
  display: block;
  padding-top: 58.93%;
  content: "";
}

/* p-home-maguro
----------------------------------------- */
.p-home-maguro {
  padding: 5.5rem 0 0;
}
.p-home-maguro .p-home-pickup__title {
  background-image: url(./images/home/maguro_title_line_sp.svg);
}

.p-home-maguro__wrap {
  margin: 2rem 0 0;
}

.p-home-maguro__figure {
  position: relative;
  overflow: hidden;
}
.p-home-maguro__figure::before {
  display: block;
  padding-top: 24.34%;
  content: "";
}
.p-home-maguro__figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-home-maguro__content {
  position: relative;
  overflow-x: clip;
  background-color: #0c318e;
}
.p-home-maguro__content .c-button__text {
  margin: 0 1rem 0 0;
  color: #f3f1e2;
}
.p-home-maguro__content .c-button__arrow {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #f3f1e2;
}
.p-home-maguro__content .c-button__arrow svg {
  width: 1.25rem;
  height: 1.125rem;
}

.p-home-maguro__logo {
  -webkit-transform: translate(-50%, 0%);
  display: block;
  position: absolute;
  top: -5.4375rem;
  left: 50%;
          transform: translate(-50%, 0%);
}
.p-home-maguro__logo svg {
  width: 7rem;
  height: 10.9375rem;
}

.p-home-maguro__content-wrap {
  padding: 7.5rem 0 0;
}

.p-home-maguro__content-title {
  text-stroke: 0.0625rem #f3f1e2;
  -webkit-text-stroke: 0.0625rem #f3f1e2;
  margin: 0 0 2rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-home-maguro__content-text {
  margin: 0 0 3rem;
  color: #f3f1e2;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-home-maguro__loop-inner {
  margin: 3rem 0 0;
  padding: 0 0 6.3125rem;
}

.p-home-maguro__loop-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-flow: row nowrap;
  width: 100vw;
  height: 5.75rem;
  overflow: hidden;
}

.p-home-maguro__loop-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
          flex-flow: row nowrap;
  margin: 0;
  padding: 0;
}
.p-home-maguro__loop-wrap:first-child {
  -webkit-backface-visibility: hidden;
  -webkit-animation: loop 140s -70s linear infinite;
  margin: 0 0 0 3.1875rem;
          backface-visibility: hidden;
          animation: loop 140s -70s linear infinite;
  will-change: transform;
}
.p-home-maguro__loop-wrap:nth-child(2) {
  -webkit-animation: loop2 140s linear infinite;
  margin: 0 3.1875rem 0 3.1875rem;
          animation: loop2 140s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-home-maguro__loop-item {
  width: 193.0625rem;
  height: 4.75rem;
}
.p-home-maguro__loop-item:last-child {
  margin: 0 3.1875rem;
}
.p-home-maguro__loop-item:not(:first-child) {
  margin: 0 0 0 3.1875rem;
}

.p-home-maguro__loop-figure {
  position: relative;
  position: relative;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  overflow: hidden;
}
.p-home-maguro__loop-figure::before {
  display: block;
  padding-top: 2.46%;
  content: "";
}
.p-home-maguro__loop-figure img {
  -o-object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: contain;
  font-family: "object-fit: cover;";
}

.p-home-maguro__bottom {
  display: none;
  padding: 4.375rem 0 0;
}

.p-home-maguro__bottom-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: center;
}

.p-home-maguro__bottom-item {
  width: 48.833819242%;
}
.p-home-maguro__bottom-item:not(:last-child) {
  margin: 0 2.332361516% 0 0;
}
.p-home-maguro__bottom-item:nth-child(2) .p-home-maguro__bottom-figure {
  width: 15.1875rem;
  margin: 0 auto 3rem;
}

.p-home-maguro__bottom-item-wrap {
  display: block;
  position: relative;
  padding: 10.5625rem 1.09375rem 4rem;
  background-color: #73c9e7;
}
.p-home-maguro__bottom-item-wrap .c-button__inner .c-button__text {
  margin: 0 1rem 0 0;
  color: #0c318e;
}
.p-home-maguro__bottom-item-wrap .c-button__inner .c-button__arrow {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #f3f1e2;
}
.p-home-maguro__bottom-item-wrap .c-button__inner .c-button__arrow svg {
  width: 1.25rem;
  height: 1.125rem;
}

.p-home-maguro__bottom-logo {
  -webkit-transform: translate(-50%, 0%);
  display: block;
  position: absolute;
  top: -2.375rem;
  left: 50%;
  width: 7rem;
          transform: translate(-50%, 0%);
}
.p-home-maguro__bottom-logo svg {
  width: 7rem;
  height: 10.9375rem;
}

.p-home-maguro__bottom-title {
  margin: 0 0 2rem;
  color: #f3f1e2;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-home-maguro__bottom-text {
  margin: 0 0 3rem;
  color: #1e1e1e;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-home-maguro__bottom-figure {
  margin: 0 auto 3rem;
}
.p-home-maguro__bottom-figure img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
}

/* p-home-news
----------------------------------------- */
.p-home-news {
  padding: 8rem 4rem 0;
  background-color: #f2f3f7;
}
.p-home-news__wrap .p-home-value__title-jp {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(2rem);
  -webkit-writing-mode: vertical-rl;
  display: block;
  z-index: 1;
  padding: 1rem 1rem 0 0;
          transform: translateY(2rem);
  border-top: 0.25rem solid #0c318e;
  border-right: 0.25rem solid #0c318e;
  color: #0c318e;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.105em;
  opacity: 0;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
          writing-mode: vertical-rl;
}
.p-home-news__wrap .p-home-value__title-eng {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  color: #e5e5f1;
  font-weight: 700;
  font-size: 10rem;
  line-height: 1;
  font-family: "Cormorant", serif;
  letter-spacing: 0em;
}

.p-home-news__list-wrap {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.p-home-news__list-wrap .c-button__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: end;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: flex-end;
  margin: 2.125rem 0 0;
}
.p-home-news__list-wrap .c-button__inner .c-button__text {
  color: #0c318e;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0em;
}
.p-home-news__list-wrap .c-button__inner .c-button__arrow {
  width: 1.375rem;
  margin: 0 0 0 1rem;
  background-color: rgba(255, 255, 255, 0);
}
.p-home-news__list-wrap.is-anim {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.p-home-news__link {
  display: block;
  padding: 4rem 0;
  border-bottom: 0.0625rem solid #d9dbe4;
}

.p-home-news__item-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
}
.p-home-news__item-info time {
  display: block;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 0.6333333333;
  font-family: "Cormorant", serif;
  letter-spacing: 0em;
}

.p-home-news__item-cat {
  padding: 0.875rem 1.5rem;
  border-radius: 9.375rem;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-home-news__item-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  position: relative;
  -webkit-line-clamp: 2;
  margin: 2.5rem 0 0;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0em;
}

/* p-home-parallax
----------------------------------------- */
.p-home-parallax {
  z-index: 1;
  position: relative;
  background-color: #f3f1e2;
}

.p-home-parallax__wrap {
  position: relative;
}

.p-home-parallax__white {
  -webkit-transform: translate(-50%, 0%);
  display: block;
  z-index: 1;
  position: absolute;
  top: -0.0625rem;
  left: 50%;
  width: 46.875rem;
  height: 8.5625rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/home/parallax_top_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-home-parallax__cream {
  -webkit-transform: translate(-50%, 0%);
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -0.0625rem;
  left: 50%;
  width: 46.875rem;
  height: 8.5625rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/home/parallax_bottom_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-home-parallax__fish {
  -webkit-transform: translate(-50%, 0%);
  display: block;
  z-index: 1;
  position: absolute;
  top: -4rem;
  left: 50%;
  width: 6.5rem;
  height: 7.8125rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/home/parallax_fish_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-home-parallax__line {
  display: block;
  z-index: 1;
  position: absolute;
  background-image: url(./images/home/parallax_pattern_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-home-parallax__line--one {
  -webkit-transform: translate(-50%, 0%);
  bottom: -4rem;
  left: 50%;
  width: 14.6875rem;
  height: 6.3125rem;
          transform: translate(-50%, 0%);
}

/* p-home-products
----------------------------------------- */
.p-home-products {
  padding: 4rem 0 7rem;
  background: #f3f1e2;
}
.p-home-products .l-container {
  position: relative;
  padding: 0 2rem;
}
.p-home-products .l-container:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 2rem;
  width: 0.625rem;
  height: 100%;
  background-color: #0c318e;
  content: "";
}
.p-home-products .l-container:after {
  position: absolute;
  top: 0;
  right: 2rem;
  width: 0.625rem;
  height: 100%;
  background-color: #0c318e;
  content: "";
}

.p-home-products__wrap {
  position: relative;
  padding: 10.75rem 0 10.75rem;
  background-color: #fff;
}
.p-home-products__wrap:before {
  -webkit-transform: translate(-50%, 0%);
  z-index: 2;
  position: absolute;
  top: -0.0625rem;
  left: 50%;
  width: 43.0625rem;
  height: 2.75rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/home/products_pattern_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-home-products__wrap:after {
  -webkit-transform: translate(-50%, 0%);
  z-index: 2;
  position: absolute;
  bottom: -0.0625rem;
  left: 50%;
  width: 43.0625rem;
  height: 2.75rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/home/products_pattern_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.p-home-products__title {
  margin: 0 0 8.0625rem;
}

.p-home-products__title-jp {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
  margin: 0 0 1.5rem;
}

.p-home-products__title-jp-blue {
  display: block;
  padding: 0.375rem 0 0 0;
  border-top: 0.625rem solid #ea4122;
  color: #0c318e;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-products__title-jp-orange {
  display: block;
  padding: 0.375rem 0.375rem 0 0;
  border-top: 0.625rem solid #ea4122;
  border-right: 0.625rem solid #ea4122;
  color: #ea4122;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-products__title-eng {
  display: block;
  color: #0c318e;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}
.p-home-products__block .c-button__text {
  margin: 0 1rem 0 0;
  color: #0c318e;
}
.p-home-products__block .c-button__arrow {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #f3f1e2;
}
.p-home-products__block .c-button__arrow svg {
  width: 1.25rem;
  height: 1.125rem;
}

.p-home-products__item-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}

.p-home-products__block-title {
  margin: 0 0 4rem;
}

.p-home-products__block-title-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}
.p-home-products__block-title-text svg {
  width: 3.75rem;
  height: 3.75rem;
}
.p-home-products__block-title-text span {
  display: block;
  margin: 0 0 0 0.25rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-products__slider {
  margin: 0 0 4rem;
}
.p-home-products__slider.splide {
  visibility: visible;
}

.p-home-products__slider-list.splide__list {
  display: block;
}

.p-home-products__slider-item {
  position: relative;
}
.p-home-products__slider-item:not(:last-child) {
  margin: 0 0 4rem;
}
.p-home-products__slider-item:not(:last-child) .p-home-products__item-text {
  padding: 0 0 3.5rem;
  border-bottom: 0.25rem solid #0c318e;
}
.p-home-products__slider-item:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  right: -12.3076923077%;
  width: 0.25rem;
  height: 100%;
          transform: translate(0%, -50%);
  background-color: #0c318e;
  content: "";
}

.p-home-products__slider-link {
  display: block;
}

.p-home-products__item-figure-wrap {
  position: relative;
  width: 79.8833819242%;
  margin: 0 auto;
}

.p-home-products__item-title {
  margin: 0 0 2.5rem;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-home-products__item-price {
  -webkit-transform: translate(-50%, 0%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: end;
  display: -webkit-box;
  display: flex;
  position: absolute;
  bottom: -0.6875rem;
  left: 50%;
          flex-direction: column;
          align-items: flex-end;
          justify-content: flex-end;
  width: 100%;
          transform: translate(-50%, 0%);
  opacity: 0;
}

.p-home-products__item-price-yen {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-end;
          justify-content: flex-start;
  margin: 0 0.25rem 0 0;
}
.p-home-products__item-price-yen span:first-child {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}
.p-home-products__item-price-yen span:nth-child(2) {
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 0.8461538462;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}

.p-home-products__item-price-tax {
  display: block;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2666666667;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-products__item-text {
  width: 79.8833819242%;
  margin: 2rem auto 0;
  color: #1e1e1e;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: left;
}

.p-home-products__card {
  margin: 4rem 0 5.5rem;
  padding: 0 1.5rem;
}

.p-home-products__card-list {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
          justify-content: space-between;
}

.p-home-products__card-item {
  width: 48.1191222571%;
}
.p-home-products__card-item:first-child .p-home-products__card-title-text svg {
  width: 2.625rem;
  height: 2.625rem;
}
.p-home-products__card-item:first-child .p-home-products__card-title-text span {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
}
.p-home-products__card-item:nth-child(2) .p-home-products__card-link {
  padding: 4.65625rem 0 2.03125rem;
}

.p-home-products__card-link {
  display: block;
  position: relative;
  margin: 1rem 0;
  background-color: #0c318e;
}
.p-home-products__card-link.--inactive {
  pointer-events: none;
}
.p-home-products__card-link::before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  top: -0.9375rem;
  left: 50%;
  width: 100%;
  height: 1rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/home/products_card_pattern_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-home-products__card-link::after {
  -webkit-transform: translate(-50%, 0%) scale(1, -1);
  position: absolute;
  bottom: -0.875rem;
  left: 50%;
  width: 100%;
  height: 1rem;
          transform: translate(-50%, 0%) scale(1, -1);
  background-image: url(./images/home/products_card_pattern_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-home-products__card-link .c-button__inner {
  padding: 0 0 1.25rem;
}
.p-home-products__card-link .c-button__inner .c-button__text {
  margin: 0 1rem 0 0;
}
.p-home-products__card-link .c-button__inner .c-button__arrow {
  width: 1.25rem;
  height: 1.25rem;
  background-color: rgba(255, 255, 255, 0);
}
.p-home-products__card-link .c-button__inner .c-button__arrow svg path {
  fill: #f2f0e8;
}

.p-home-products__card-figure {
  width: 10rem;
  margin: 0 auto;
  padding: 1.5rem 0 0.75rem;
}

.p-home-products__card-title {
  margin: 0 0 3rem;
}

.p-home-products__card-title-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}
.p-home-products__card-title-text svg {
  width: 3.75rem;
  height: 3.75rem;
}
.p-home-products__card-title-text span {
  display: block;
  margin: 0 0 0 0.25rem;
  color: #f2f0e8;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-products__bottom {
  padding: 0 3.4375rem;
}

.p-home-products__bottom-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: space-between;
}

.p-home-products__bottom-item {
  width: 47.2222222222%;
}
.p-home-products__bottom-item:nth-child(2) {
  margin: 10rem 0 0;
}

.p-home-products__bottom-figure svg {
  width: 17rem;
  height: 17.0625rem;
}

.p-home-products__bottom-title {
  margin: 1.375rem 0 0;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

/* p-home-products-pickup
----------------------------------------- */
.p-home-products-pickup {
  padding: 8rem 0 18.1875rem;
  background-color: #f3f1e2;
}
.p-home-products-pickup .l-container {
  padding: 0 2rem;
}

.p-home-products-pickup__head {
  margin: 0 0 5.5rem;
}

.p-home-products-pickup__head-title {
  margin: 0 0 2.5rem;
}

.p-home-products-pickup__head-title-jp {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-end;
          justify-content: center;
}

.p-home-products-pickup__head-title-jp-vertical {
  -webkit-writing-mode: vertical-rl;
  margin: 0 0.5rem 0 0;
  color: #0c318e;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.098em;
          writing-mode: vertical-rl;
}

.p-home-products-pickup__head-title-jp-horizontal {
  margin: 0 0 0.5rem;
  padding: 1rem 1rem 0 0;
  border-top: 0.625rem solid #ea4122;
  border-right: 0.625rem solid #ea4122;
  color: #ea4122;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-products-pickup__head-title-eng {
  display: block;
  margin: 1.1875rem 0 0;
  color: #0c318e;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-home-products-pickup__head-text {
  color: #0c318e;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-products-pickup__recommend-title {
  z-index: 1;
  position: relative;
  text-align: center;
}
.p-home-products-pickup__recommend-title svg {
  width: 27.5rem;
  height: 10.25rem;
}

.p-home-products-pickup__recommend-wrap {
  margin: -2.9375rem 0 0;
}

.p-home-products-pickup__recommend-figure {
  position: relative;
  overflow: hidden;
}
.p-home-products-pickup__recommend-figure::before {
  display: block;
  padding-top: 57.92%;
  content: "";
}
.p-home-products-pickup__recommend-figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-home-products-pickup__recommend-content {
  position: relative;
  margin: -5.8125rem 0 0;
}

.p-home-products-pickup__recommend-info {
  width: 28.25rem;
  margin: 0 auto 2.375rem;
}
.p-home-products-pickup__recommend-info svg {
  width: 28.25rem;
  height: 28.25rem;
}

.p-home-products-pickup__recommend-link-inner {
  display: none;
}

.p-home-products-pickup__recommend-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}

.p-home-products-pickup__recommend-link-title {
  display: block;
  margin: 0 1rem 0 0;
  color: #0c318e;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}

.p-home-products-pickup__recommend-link-arrow {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  background-image: url(./images/common/oblique_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-home-pickup {
  padding: 5.5rem 0 0;
}

.p-home-pickup__title {
  padding: 2.3125rem 1.75rem;
  background-image: url(./images/home/pickup_title_line_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #0c318e;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-home-pickup__inner {
  margin: 2.9375rem 0 0;
}
.p-home-pickup__item:not(:last-child) {
  padding: 0 0 4rem;
  border-bottom: 0.25rem solid #0c318e;
}
.p-home-pickup__item:not(:first-child) {
  padding: 4.9375rem 0 0;
}

.p-home-pickup__item-link {
  display: block;
}

.p-home-pickup__item-figure-wrap {
  position: relative;
  margin: 0 2rem 1.875rem;
}

.p-home-pickup__item-title {
  margin: 0 0 2.5rem;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-home-pickup__item-price {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.p-home-pickup__item-price-yen {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-end;
          justify-content: flex-start;
}
.p-home-pickup__item-price-yen span:first-child {
  display: block;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}
.p-home-pickup__item-price-yen span:nth-child(2) {
  margin: 0 0 -0.375rem;
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}

.p-home-pickup__item-price-tax {
  display: block;
  margin: 0.5rem 0 0;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: right;
}

.p-home-pickup__item-figure {
  position: relative;
  width: 38.875rem;
  height: 38.875rem;
  overflow: hidden;
}
.p-home-pickup__item-figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-home-pickup__item-figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-home-pickup__item-text {
  color: #1e1e1e;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

/* p-home-recipe
----------------------------------------- */
.p-home-recipe2 {
  padding: 10rem 0 5rem;
  background-color: #f3f1e2;
}
.p-home-recipe2 .l-container {
  position: relative;
  margin: 0 0 5rem;
  padding: 0 2rem;
  background: #fff;
}
.p-home-recipe2 .l-container:before, .p-home-recipe2 .l-container:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2rem;
  height: 100%;
  background-color: #f3f1e2;
  content: "";
}
.p-home-recipe2 .l-container:before {
  left: 0;
}
.p-home-recipe2 .l-container:after {
  right: 0;
}
.p-home-recipe2__pattern-top {
  background-image: url(./images/home/recipe2_pattern_top_sp.svg);
}
.p-home-recipe2__pattern-bottom {
  background-image: url(./images/home/recipe2_pattern_bottom_sp.svg);
}
.p-home-recipe2__pattern-top, .p-home-recipe2__pattern-bottom {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 19.005848%;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.p-home-recipe2__inner {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
          justify-content: center;
  padding: 0% 7.26958%;
  overflow: hidden;
  background-image: url(./images/home/recipe2_pattern_middle_sp.svg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.p-home-recipe2__title {
  width: 100%;
}
.p-home-recipe2__title-eng {
  display: block;
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}
.p-home-recipe2__title-img {
  display: block;
  width: 100%;
}
.p-home-recipe2__loop-inner {
  margin-top: 3.75rem;
}
.p-home-recipe2__detail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          justify-content: center;
  margin-top: 2.5rem;
}
.p-home-recipe2__text {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}
.p-home-recipe2 .c-button__inner {
  margin: 3rem 0 0;
}
.p-home-recipe2 .c-button__text {
  margin: 0 1rem 0 0;
  color: #0c318e;
}
.p-home-recipe2 .c-button__arrow {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #f3f1e2;
}
.p-home-recipe2 .c-button__arrow svg {
  width: 1.25rem;
  height: 1.125rem;
}
.p-home-recipe2__bottom-icon {
  display: block;
  width: 13rem;
  height: 13.4375rem;
  margin: 3rem auto 0;
}

.p-home-recipe {
  position: relative;
  margin: 12.25rem 0 0;
  padding: 0 0 19.9375rem;
  background-color: #f3f1e2;
}
.p-home-recipe:before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  top: -12.25rem;
  left: 50%;
  width: 100%;
  height: 12.25rem;
          transform: translate(-50%, 0%);
  background-color: #f3f1e2;
  content: "";
}
.p-home-recipe .l-container {
  position: relative;
  padding: 0 2rem;
}
.p-home-recipe .l-container:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 2.625rem;
  width: 0.3125rem;
  height: 100%;
  background-color: #fff;
  content: "";
}
.p-home-recipe .l-container:after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 2.625rem;
  width: 0.3125rem;
  height: 100%;
  background-color: #fff;
  content: "";
}

.p-home-recipe__inner {
  position: relative;
  margin: 8.25rem 0 0;
  padding: 0 1.5625rem 8rem;
  border-right: 1.5625rem solid #0c318e;
  border-left: 1.5625rem solid #0c318e;
  background-color: #fff;
}

.p-home-recipe__pattern-top {
  -webkit-transform: translate(-50%, 0%);
  display: block;
  position: absolute;
  top: -8.1875rem;
  left: 50%;
  width: 42.875rem;
  height: 8.25rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/home/recipe_pattern_top_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-home-recipe__pattern-bottom {
  -webkit-transform: translate(-50%, 0%);
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.0625rem;
  left: 50%;
  width: calc(100% - 4rem);
  height: 1.5625rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/home/line_bottom_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-home-recipe__title-eng {
  display: block;
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-home-recipe__title-img {
  display: block;
  text-align: center;
}
.p-home-recipe__title-img svg {
  width: 23.5rem;
  height: 15rem;
}

.p-home-recipe__text {
  width: 97.6109215017%;
  margin: 1rem auto 2.8125rem;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-recipe__comingsoon {
  display: none;
  margin: 4.6875rem 0 0;
  color: #0c318e;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}
.p-home-recipe__wrap .c-button__inner {
  display: none;
  margin: 3rem 0;
}
.p-home-recipe__wrap .c-button__text {
  margin: 0 1rem 0 0;
  color: #0c318e;
}
.p-home-recipe__wrap .c-button__arrow {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #f3f1e2;
}
.p-home-recipe__wrap .c-button__arrow svg {
  width: 1.25rem;
  height: 1.125rem;
}

.p-home-recipe__choose {
  display: none;
  margin: 0 0 3rem;
}
.p-home-recipe__choose-block:not(:last-child) {
  position: relative;
  margin: 0 0 2.5rem;
  padding: 0 0 2.5rem;
}
.p-home-recipe__choose-block:not(:last-child):before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 29.5rem;
  height: 0.25rem;
          transform: translate(-50%, 0%);
  background-color: #0c318e;
  content: "";
}

.p-home-recipe__choose-title {
  margin: 0 0 2rem;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-home-recipe__choose-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}

.p-home-recipe__choose-item:not(:last-child) {
  margin: 0 1.5rem 0 0;
}

.p-home-recipe__choose-link {
  -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: inline-block;
  padding: 0.625rem 1.25rem;
  border: 0.0625rem solid #ea4122;
  border-radius: 2.5rem;
  color: #ea4122;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  transition: color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.p-home-recipe__slider {
  margin: 0 -1.5rem 4.125rem -0.75rem;
}

.p-home-recipe__slider-title {
  margin: 0 0 3rem;
}

.p-home-recipe__slider-title-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}
.p-home-recipe__slider-title-text svg {
  width: 3.75rem;
  height: 3.75rem;
}
.p-home-recipe__slider-title-text span {
  display: block;
  margin: 0 0 0 0.25rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-recipe__slider-item {
  position: relative;
}
.p-home-recipe__slider-item:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  right: -11.5942028986%;
  width: 0.25rem;
  height: 100%;
          transform: translate(0%, -50%);
  background-color: #0c318e;
  content: "";
}

.p-home-recipe__slider-cat-list {
  position: relative;
  margin: 0 0 0.625rem;
}

.p-home-recipe__slider-cat-item {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  border: 0.0625rem solid #ea4122;
  border-radius: 2.5rem;
  color: #ea4122;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}
.p-home-recipe__slider-cat-item:nth-child(n+2) {
  display: none;
}

.p-home-recipe__slider-time {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
  z-index: 1;
  position: relative;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
}

.p-home-recipe__slider-time-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 0.875rem 0 0;
  background-image: url(./images/home/recipe_time_icon_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-home-recipe__slider-time-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-end;
          justify-content: flex-start;
}

.p-home-recipe__slider-time-text--figure {
  display: block;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.05;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}

.p-home-recipe__slider-time-text--minute {
  display: block;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-recipe__slider-figure {
  width: 94.2028985507%;
  margin: -4.5rem 0 2rem auto;
}

.p-home-recipe__slider-info-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin: 0 0 1.25rem;
  overflow: hidden;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-home-recipe__slider-info-text {
  margin: 0 0.53125rem;
  color: #1e1e1e;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-home-recipe__loop-inner {
  overflow: hidden;
}
.p-home-recipe__loop-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-flow: row nowrap;
  width: 100vw;
  height: 10.125rem;
  overflow: hidden;
}

.p-home-recipe__loop-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
          flex-flow: row nowrap;
  margin: 0;
  padding: 0;
}
.p-home-recipe__loop-wrap:first-child {
  -webkit-backface-visibility: hidden;
  -webkit-animation: loop 140s -70s linear infinite;
  margin: 0 0 0 4rem;
          backface-visibility: hidden;
          animation: loop 140s -70s linear infinite;
  will-change: transform;
}
.p-home-recipe__loop-wrap:nth-child(2) {
  -webkit-animation: loop2 140s linear infinite;
  margin: 0 2rem 0 2rem;
          animation: loop2 140s linear infinite;
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-home-recipe__loop-item {
  width: 182.389375rem;
  height: 10.15rem;
}
.p-home-recipe__loop-item:last-child {
  margin: 0 2rem 0 0;
}
.p-home-recipe__loop-item:not(:first-child) {
  margin: 0 0 0 2rem;
}

.p-home-recipe__loop-figure {
  position: relative;
  position: relative;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  overflow: hidden;
}
.p-home-recipe__loop-figure::before {
  display: block;
  padding-top: 5.57%;
  content: "";
}
.p-home-recipe__loop-figure img {
  -o-object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: contain;
  font-family: "object-fit: cover;";
}

.p-home-recipe__bottom-icon {
  display: block;
  width: 13rem;
  height: 13.4375rem;
  margin: 3rem auto 0;
}
.p-home-recipe__bottom-icon svg {
  width: 13rem;
  height: 13.4375rem;
}

/* p-home-shop
----------------------------------------- */
.p-home-shop {
  position: relative;
  padding: 1.5rem 0 4rem;
  background-color: #0c318e;
}
.p-home-shop:before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  top: -10.1875rem;
  left: 50%;
  width: 46.875rem;
  height: 10.9375rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/home/shop_pattern_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-home-shop .l-container {
  padding: 0 3.625rem;
}

.p-home-shop__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: flex-end;
          justify-content: flex-start;
  border-right: 0.625rem solid #ffba09;
}

.p-home-shop__title-head {
  -webkit-box-pack: end;
  -webkit-box-align: start;
  display: -webkit-inline-box;
  display: inline-flex;
          align-items: flex-start;
          justify-content: flex-end;
  padding: 0.375rem 0.375rem 0 0;
  border-top: 0.625rem solid #ffba09;
}

.p-home-shop__title-head-eng {
  -webkit-writing-mode: vertical-rl;
  display: block;
  margin: 0 0.625rem 0 0;
  color: #f3f1e2;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
          writing-mode: vertical-rl;
}

.p-home-shop__title-head-jp {
  display: block;
  padding: 0.75rem 0 0;
  color: #f3f1e2;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-shop__title-yellow {
  -webkit-writing-mode: vertical-rl;
  padding: 0 0.375rem 0 0;
  color: #ffba09;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
          writing-mode: vertical-rl;
}

.p-home-shop__wrap {
  width: 69.4006309148%;
  margin: -15rem auto 0 0;
}

.p-home-shop__head-title-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
}
.p-home-shop__head-title-text svg {
  width: 3.75rem;
  height: 3.75rem;
}
.p-home-shop__head-title-text span {
  display: block;
  color: #f3f1e2;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-shop__figure-wrap {
  margin: 2.5rem 0 0;
}

.p-home-shop__place {
  display: inline-block;
  padding: 1rem 0.75rem;
  border: 0.125rem solid #f3f1e2;
  color: #f3f1e2;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-shop__figure {
  position: relative;
  margin: 2rem 0 2.5rem;
  overflow: hidden;
}
.p-home-shop__figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-home-shop__figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.p-home-shop__content address {
  margin: 0 0 2.1875rem;
  color: #f2f0e8;
  font-style: normal;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-shop__content-title {
  margin: 0 0 1.375rem;
  color: #ffba09;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-shop__content-row:not(:last-child) {
  margin: 0 0 2.1875rem;
}

.p-home-shop__content-item {
  margin: 0 0 1.25rem;
  color: #ffba09;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-home-shop__content-detail {
  color: #f2f0e8;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}
.p-home-shop__content-detail span {
  display: block;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 0.6923076923;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}
.p-home-shop__content-detail a {
  display: block;
  color: #f2f0e8;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}

.p-home-shop__content-detail-list {
  margin: 0 0 1.25rem;
}

.p-home-shop__content-detail-item {
  position: relative;
  padding: 0 0 0 2.625rem;
  color: #f2f0e8;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}
.p-home-shop__content-detail-item:before {
  position: absolute;
  top: 1.1875rem;
  left: 1.0625rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background-color: #f2f0e8;
  content: "";
}

/* p-home-sustainable
----------------------------------------- */
.p-home-sustainable {
  position: relative;
  padding: 8rem 0 0;
  background-color: #f2f3f7;
}
.p-home-sustainable .c-button.c-button--medium .c-button__text {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0em;
}
.p-home-sustainable .c-button__arrow svg {
  width: 0.9375rem;
  height: 0.6875rem;
}

.p-home-sustainable__wrap {
  position: relative;
}

.p-home-sustainable__shape {
  z-index: 1;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-home-sustainable__shape--top {
  top: -0.0625rem;
  right: 0;
  width: 34.625rem;
  height: 10.375rem;
  background-image: url(./images/home/sustainable_shape_01_sp.svg);
}

.p-home-sustainable__shape--bottom {
  bottom: -0.0625rem;
  left: 0;
  width: 34.625rem;
  height: 10.375rem;
  background-image: url(./images/home/sustainable_shape_02_sp.svg);
}

.p-home-sustainable__content {
  -webkit-transform: translate(-50%, 0%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
          transform: translate(-50%, 0%);
}

.p-home-sustainable__title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}
.p-home-sustainable__title.is-anim .p-home-sustainable__title-jp {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.p-home-sustainable__title-jp {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(2rem);
  -webkit-writing-mode: vertical-rl;
  display: block;
  z-index: 1;
  padding: 1rem 1rem 0 0;
          transform: translateY(2rem);
  border-top: 0.125rem solid #0c318e;
  border-right: 0.125rem solid #0c318e;
  color: #0c318e;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0em;
  opacity: 0;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
          writing-mode: vertical-rl;
}
.p-home-sustainable__title-jp span {
  display: block;
}

.p-home-sustainable__title-eng {
  -webkit-transform: translate(-50%, 0%);
  display: block;
  position: absolute;
  top: 8.625rem;
  left: 50%;
          transform: translate(-50%, 0%);
  color: #e5e5f1;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 0.625;
  font-family: "Cormorant", serif;
  letter-spacing: 0em;
  opacity: 0.5;
}

.p-home-sustainable__text {
  margin: 3rem 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: center;
}

.p-home-sustainable__bg {
  height: 59.125rem;
}

/* p-home-unstaffed
----------------------------------------- */
.p-home-unstaffed {
  padding: 0 0 7.9375rem;
}

.p-home-unstaffed__inner {
  margin: -3rem 0 0;
}

.p-home-unstaffed__list {
  margin: 4.25rem 0 0;
  padding: 0 5.0625rem;
}
.p-home-unstaffed__list.is-anim .p-home-unstaffed__item .p-home-unstaffed__item-no:before {
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
}
.p-home-unstaffed__list.is-anim .p-home-unstaffed__item .p-home-unstaffed__figure {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.p-home-unstaffed__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}
.p-home-unstaffed__item:not(:last-child) {
  margin: 0 0 4rem;
}
.p-home-unstaffed__item:first-child .p-home-unstaffed__figure::before {
  content: "01";
}
.p-home-unstaffed__item:first-child .p-home-unstaffed__item-no::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-home-unstaffed__item:nth-child(2) .p-home-unstaffed__figure {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-home-unstaffed__item:nth-child(2) .p-home-unstaffed__figure:before {
  content: "02";
}
.p-home-unstaffed__item:nth-child(2) .p-home-unstaffed__item-no::before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.p-home-unstaffed__item:nth-child(3) .p-home-unstaffed__figure {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.p-home-unstaffed__item:nth-child(3) .p-home-unstaffed__figure:before {
  content: "03";
}
.p-home-unstaffed__item:nth-child(3) .p-home-unstaffed__item-no::before {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.p-home-unstaffed__figure {
  -webkit-transform: translateY(20%) scale(0.6);
  -webkit-transition: all 0.3s cubic-bezier(0.09, 0.6, 0.36, 1.34) 0.3s;
  position: relative;
  width: 50.3401360544%;
  margin: 0 6.8027210884% 0 0;
  padding: 0 0 0 3.0612244898%;
          transform: translateY(20%) scale(0.6);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.09, 0.6, 0.36, 1.34) 0.3s;
}
.p-home-unstaffed__figure:before {
  text-stroke: 0.125rem #0c318e;
  position: absolute;
  top: -0.4375rem;
  left: 0;
  -webkit-text-stroke: 0.125rem #0c318e;
  color: rgba(255, 255, 255, 0);
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}

.p-home-unstaffed__item-no {
  width: 42.8571428571%;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.6111111111;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}
.p-home-unstaffed__item-no svg {
  width: 100%;
  height: 100%;
}

/* p-home-value
----------------------------------------- */
.p-home-value {
  position: relative;
  padding: 8rem 0 4rem;
  background-color: #f2f3f7;
}
.p-home-value:before {
  position: absolute;
  top: 21.9rem;
  right: 0;
  width: 39rem;
  height: calc(100% - 21.9rem);
  background-color: #e5e5f1;
  content: "";
}

.p-home-value__title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}
.p-home-value__title.is-anim .p-home-value__title-jp {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.p-home-value__title-jp {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(2rem);
  -webkit-writing-mode: vertical-rl;
  display: block;
  z-index: 1;
  padding: 1rem 1rem 0 0;
          transform: translateY(2rem);
  border-top: 0.25rem solid #0c318e;
  border-right: 0.25rem solid #0c318e;
  color: #0c318e;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.105em;
  opacity: 0;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
          writing-mode: vertical-rl;
}

.p-home-value__title-eng {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  color: #e5e5f1;
  font-weight: 700;
  font-size: 10rem;
  line-height: 1;
  font-family: "Cormorant", serif;
  letter-spacing: 0em;
}

.p-home-value__inner {
  position: relative;
  margin: 4rem 0 0;
}

.p-home-value__item {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  -webkit-transform: translateY(2rem);
  width: 91.4666666667%;
  margin: 0 auto 0 0;
          transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.p-home-value__item.is-anim {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-home-value__item:nth-child(2n) {
  margin: 0 0 2.5rem auto !important;
}
.p-home-value__item:nth-child(2n) .p-home-value__figure-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row-reverse;
          align-items: flex-start;
          justify-content: flex-start;
}
.p-home-value__item:nth-child(2n) .p-home-value__bottom-figure {
  margin: 0 0 0 auto;
}
.p-home-value__item:nth-child(2n) .p-home-value__figure-title {
  right: auto;
  left: 0;
}
.p-home-value__item:nth-child(2n) .p-home-value__figure-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
}
.p-home-value__item:nth-child(2n) .p-home-value__item-text-wrap {
  width: 72.8862973761%;
  margin: 0 4rem 0 auto;
}
.p-home-value__item:not(:last-child) {
  margin: 0 0 4rem;
}

.p-home-value__figure-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-direction: row;
          align-items: flex-start;
          justify-content: flex-start;
  margin: 0 0 2rem;
  padding: 2.25rem 0 0;
}

.p-home-value__bottom-figure {
  position: relative;
  width: 91.6909620991%;
  margin: 0 auto 0 0;
  overflow: hidden;
}
.p-home-value__bottom-figure::before {
  display: block;
  padding-top: 41.65%;
  content: "";
}
.p-home-value__bottom-figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-home-value__figure-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
          flex-direction: column;
          align-items: flex-end;
          justify-content: flex-start;
}

.p-home-value__figure-title-no {
  display: block;
  margin: 0 0 0.625rem;
  padding: 0 0.5rem 0 0;
  border-top: 0.125rem solid #0c318e;
  border-right: 0.125rem solid #0c318e;
  color: #0c318e;
  font-style: italic;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 0.6333333333;
  font-family: "Cormorant", serif;
  letter-spacing: 0em;
}

.p-home-value__figure-title-eng {
  display: block;
  margin: 0 0 1.25rem;
  color: #0c318e;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 0.6333333333;
  font-family: "Cormorant", serif;
  letter-spacing: 0em;
}

.p-home-value__figure-title-jp {
  -webkit-writing-mode: vertical-rl;
  display: block;
  color: #0c318e;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: 0em;
          writing-mode: vertical-rl;
}

.p-home-value__item-text-wrap {
  width: 81.3411078717%;
  margin: 0 0 0 4rem;
}

.p-home-value__item-text {
  color: #0c318e;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0em;
}

/* about
----------------------------------------- */
.p-about {
  background-color: #f2f3f7;
}

.p-about-service {
  padding: 8rem 0;
}

.p-about-service__text {
  margin: 5.5rem 0 4rem;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0em;
}
.p-about-service__list.is-anim .p-about-service__item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.p-about-service__item {
  -webkit-transform: translateY(2rem);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
          transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.p-about-service__item:not(:last-child) {
  margin: 0 0 5rem;
}
.p-about-service__item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-about-service__item:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.p-about-service__figure {
  position: relative;
  margin: 0 0 2.5rem;
  overflow: hidden;
}
.p-about-service__figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-about-service__figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-about-service__item-title {
  margin: 0 0 2rem;
  color: #142037;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-about-service__item-item {
  position: relative;
  padding: 0 0 0 1rem;
  color: #142037;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0em;
}
.p-about-service__item-item:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
          transform: translate(0%, -50%);
  border-radius: 50%;
  background-color: #142037;
  content: "";
}
.p-about-service__item-item:not(:last-child) {
  margin: 0 0 1.25rem;
}

.p-about-history {
  padding: 0 0 8rem;
}

.p-about-history__inner {
  margin: 5.5rem 0 0;
}

.p-about-history__title {
  margin: 0 0 4rem;
  color: #142037;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-about-history__row {
  padding: 0 0 0 2rem;
  border-left: 0.0625rem solid #d9dbe4;
}
.p-about-history__row:not(:last-child) {
  margin: 0 0 4rem;
}

.p-about-history__item {
  margin: 0 0 2rem;
}

.p-about-history__item-sub {
  display: block;
  margin: 0 0 1rem;
  color: #172238;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-about-history__item-title {
  color: #172238;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-about-history__detail {
  color: #172238;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0em;
}

.p-about-overview {
  padding: 0 0 8rem;
}

.p-about-overview__inner {
  margin: 5.5rem 0 0;
}

.p-about-overview__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: flex-start;
  padding: 2.75rem 2rem;
}
.p-about-overview__row:nth-child(odd) {
  background-color: #e5e5f1;
}

.p-about-overview__row--multiline .p-about-overview__item {
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0em;
}
.p-about-overview__row--multiline .p-about-overview__detail {
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0em;
}

.p-about-overview__item {
  width: 28.6738351254%;
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-about-overview__detail {
  width: 71.3261648746%;
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-about-overview__detail-item {
  position: relative;
  padding: 0 0 0 2.375rem;
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0em;
}
.p-about-overview__detail-item:before {
  position: absolute;
  top: 1.28125rem;
  left: 0.96875rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background-color: #142037;
  content: "";
}

/* p-contact
----------------------------------------- */
body.contact .l-footer-parallax, body.page-template-page-confirm .l-footer-parallax, body.page-template-page-thanks .l-footer-parallax {
  display: none;
}

.p-contact {
  padding: 8rem 0 18.375rem;
  background-color: #f2f3f7;
}

.p-contact__text {
  margin: 0 0 8rem;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0em;
}
.p-contact__text.inview-hero {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(2rem);
  -webkit-transition-delay: 0.5s;
          transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
          transition-delay: 0.5s;
}
.p-contact__text.inview-hero.is-anim {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.p-contact__progress {
  margin: 0 0 5rem;
}

.p-contact__progress-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: center;
}

.p-contact__progress-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
}
.p-contact__progress-item:not(:last-child) {
  margin: 0 4rem 0 0;
}
.p-contact__progress-item.--active .p-contact__progress-item-no {
  background-color: #0c318e;
  color: #f2f3f7;
}

.p-contact__progress-item-no {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 0 1rem;
  padding: 1.8125rem 1.8125rem 1.9375rem;
  border-radius: 50%;
  background-color: #e5e5f1;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

.p-contact__progress-item-text {
  display: block;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

/* about
----------------------------------------- */
body.feature .l-footer-parallax {
  display: none;
}
body.feature .wrap {
  overflow: unset;
}

.p-feature {
  background-color: #f2f3f7;
}

.p-feature-lead {
  padding: 8rem 0;
}

.p-feature-lead__content {
  margin: 0 0 4rem;
}
.p-feature-lead__content.is-anim .p-feature-lead__title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-feature-lead__content.is-anim .p-feature-lead__text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.p-feature-lead__title {
  -webkit-transform: translateY(2rem);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  margin: 0 0 2.5rem;
          transform: translateY(2rem);
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 1;
  letter-spacing: 0em;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.p-feature-lead__text {
  -webkit-transform: translateX(2rem);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  -webkit-transition-delay: 0.3s;
          transform: translateX(2rem);
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0em;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
          transition-delay: 0.3s;
}

.p-feature-lead__figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-feature-lead__figure--one {
  z-index: 1;
  position: relative;
  position: relative;
  width: 86.0128617363%;
  margin: 0 0 0 auto;
  overflow: hidden;
}
.p-feature-lead__figure--one::before {
  display: block;
  padding-top: 100.93%;
  content: "";
}

.p-feature-lead__figure--two {
  position: relative;
  width: 61.3344051447%;
  margin: -18.3125rem auto 0 0;
  overflow: hidden;
}
.p-feature-lead__figure--two::before {
  display: block;
  padding-top: 105.37%;
  content: "";
}

.p-feature-detail {
  padding: 0 0 8rem;
}

.p-feature-detail__title {
  -webkit-writing-mode: vertical-rl;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
  width: 100%;
  margin: 0 0 4rem;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.106em;
          writing-mode: vertical-rl;
}
.p-feature-detail__block:not(:last-child) {
  margin: 0 0 5rem;
}

.p-feature-detail__block-figure {
  position: relative;
  margin: 0 0 3.125rem;
  overflow: hidden;
}
.p-feature-detail__block-figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-feature-detail__block-figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-feature-detail__block-title {
  margin: 0 0 2rem;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-feature-detail__block-text {
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0em;
}
.p-feature-detail__figure.is-view {
  opacity: 1;
}
.p-feature-detail__figure.js-fixed-img01 {
  opacity: 1;
}

/* p-news-detail
----------------------------------------- */
body.news .l-footer-parallax {
  display: none;
}

.p-news-detail {
  position: relative;
  padding: 13.25rem 0 18.375rem;
  background-color: #f2f3f7;
}
.p-news-detail:before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 13.25rem;
          transform: translate(-50%, 0%);
  background-color: #e5e5f1;
  content: "";
}

.p-news-detail__head {
  position: relative;
  margin: -2.5rem 0 8rem;
  padding: 0 0 4rem;
  border-bottom: 0.125rem solid #d9dbe4;
}

.p-news-detail__head-title {
  margin: 0 0 1.125rem;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0em;
}

.p-news-detail__head-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
}
.p-news-detail__head-info time {
  display: block;
  margin: 0 2rem 0 0;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Cormorant", serif;
  letter-spacing: 0em;
}

.p-news-detail__head-cat {
  display: block;
  padding: 0.875rem 1.5rem;
  border-radius: 9.375rem;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-news-detail__head-img {
  margin: 4rem 0 0;
}

.p-news-detail__content {
  margin: 0 0 8rem;
}
.p-news-detail__content h2 {
  margin: 0 0 4rem;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0em;
}
.p-news-detail__content p {
  margin: 0 0 4rem;
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0em;
}
.p-news-detail__content p strong {
  font-weight: 700;
}
.p-news-detail__content a {
  display: inline-block;
  position: relative;
  padding: 0 0 0.875rem;
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}
.p-news-detail__content a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #142037;
  content: "";
}
.p-news-detail__content figure {
  margin: 4rem 0;
}
.p-news-detail__content figure.wp-block-image {
  width: 100%;
  height: 100%;
}
.p-news-detail__content figure figcaption {
  margin: 1.5rem 0 0;
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
  opacity: 0.5;
}

.p-news-detail__pagination {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}

.p-news-detail__pagination-link {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0em;
}
.p-news-detail__pagination-link:before {
  position: absolute;
  top: calc(50% + 0.15rem);
  width: 1.25rem;
  height: 1.5625rem;
  background-image: url(./images/news/pagination_arrow_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-news-detail__pagination-link.--prev {
  padding: 0 3.9375rem 0 2.25rem;
}
.p-news-detail__pagination-link.--prev:before {
  -webkit-transform: translate(0%, -50%) scale(-1, 1);
  left: 0;
          transform: translate(0%, -50%) scale(-1, 1);
}
.p-news-detail__pagination-link.--next {
  padding: 0 2.25rem 0 3.9375rem;
}
.p-news-detail__pagination-link.--next:before {
  -webkit-transform: translate(0%, -50%) scale(1, 1);
  right: 0;
          transform: translate(0%, -50%) scale(1, 1);
}
.p-news-detail__pagination-link.--summary {
  padding: 0 3.9375rem;
  border-right: 0.125rem solid #d9dbe4;
  border-left: 0.125rem solid #d9dbe4;
}
.p-news-detail__pagination-link.--summary:before {
  display: none;
}

/* p-news-summary
----------------------------------------- */
body.news .l-footer-parallax, body.tax-news_category .l-footer-parallax {
  display: none;
}

.p-news-summary {
  padding: 2.0625rem 0 18.375rem;
  background-color: #f2f3f7;
}

.p-news-summary__nav {
  margin: 0 0 8rem;
  padding: 0 0 1.5rem;
  border-bottom: 0.0625rem solid #d9dbe4;
  text-align: center;
}

.p-news-summary__nav-current {
  display: inline-block;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 1.5rem;
  border-radius: 9.375rem;
  background-color: #0c318e;
  color: #fff;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}
.p-news-summary__nav-current:before {
  -webkit-transform: translate(0%, -50%);
  display: none;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
          transform: translate(0%, -50%);
  background-image: url(./images/news/tag_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-news-summary__nav-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
  flex-wrap: wrap;
          align-items: flex-start;
          justify-content: center;
  margin: 4rem 0 0;
}

.p-news-summary__nav-item:not(:first-child) {
  margin: 0 0 2.5rem 2.5rem;
}
.p-news-summary__nav-item.--current {
  display: none;
}

.p-news-summary__nav-link {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: block;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.p-news-summary__item {
  -webkit-transition: visibility 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), height 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  visibility: visible;
  height: auto;
  opacity: 1;
  transition: visibility 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), height 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.p-news-summary__item.is-hidden {
  visibility: hidden;
  height: 0;
  margin: 0 !important;
  opacity: 0;
}
.p-news-summary__item:not(:last-child) {
  margin: 0 0 4rem;
}

.p-news-summary__link {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: block;
  padding: 0 0 4rem;
  border-bottom: 0.0625rem solid #d9dbe4;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.p-news-summary__figure {
  position: relative;
  margin: 0 0 2.5rem;
  overflow: hidden;
}
.p-news-summary__figure::before {
  display: block;
  padding-top: 75.08%;
  content: "";
}
.p-news-summary__figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-news-summary__item-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
  margin: 0 0 2.5rem;
}
.p-news-summary__item-info time {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Cormorant", serif;
  letter-spacing: 0em;
}

.p-news-summary__item-cat {
  display: block;
  padding: 0.875rem 1.5rem;
  border-radius: 9.375rem;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-news-summary__item-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin: 0 0 2.5rem;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0em;
}

.p-news-summary__item-desc {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0em;
}

.p-news-summary__more-button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: end;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: flex-end;
  margin: 4rem 0 0;
}
.p-news-summary__more-button button {
  position: relative;
  padding: 0 2.375rem 0 0;
  color: #0c318e;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0em;
}
.p-news-summary__more-button button:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1.625rem;
          transform: translate(0%, -50%);
  background-image: url(./images/news/more_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-news-summary__more-button.is-btn-hidden {
  display: none;
}

/* p-recipe-detail
----------------------------------------- */
body.single-recipe .l-footer-parallax__shape {
  background-image: url(./images/common/footer_parallax_shape_top_white_sp.svg);
}

.p-recipe-hero {
  position: relative;
  padding: 10.625rem 0 8rem;
}
.p-recipe-hero:before {
  -webkit-transform: translate(-50%, 0%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 12.5rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/tokushu/hero_shape_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.p-recipe-hero__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
}

.p-recipe-hero__title-eng {
  display: block;
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}

.p-recipe-hero__title-jp {
  display: block;
  width: 23.5rem;
  height: 15rem;
}
.p-recipe-hero__title-jp svg {
  width: 100%;
  height: 100%;
}

.p-recipe-detail {
  background-color: #f3f1e2;
}

.p-recipe-detail__content {
  padding: 0 0 8rem;
}
.p-recipe-detail__content .p-news-detail__pagination {
  margin: 8rem 0 0;
}
.p-recipe-detail__content .p-news-detail__pagination .p-news-detail__pagination-link {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.p-recipe-detail__figure {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 8rem;
  overflow: hidden;
}
.p-recipe-detail__figure::before {
  display: block;
  padding-top: 77.6%;
  content: "";
}
.p-recipe-detail__figure img,
.p-recipe-detail__figure iframe {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.p-recipe-detail__figure.--youtube {
  position: relative;
  overflow: hidden;
}
.p-recipe-detail__figure.--youtube::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.p-recipe-detail__content-title {
  position: relative;
  margin: 0 0 4rem;
  padding: 1.671875rem 1.125rem;
  border: 0.625rem solid #ea4122;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-recipe-detail__content-title-corner {
  display: block;
  position: absolute;
  width: 2.296875rem;
  height: 2.296875rem;
  background-image: url(./images/common/corner_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-recipe-detail__content-title-corner.--left-top {
  top: -0.625rem;
  left: -0.625rem;
}
.p-recipe-detail__content-title-corner.--left-bottom {
  -webkit-transform: scale(1, -1);
  bottom: -0.625rem;
  left: -0.625rem;
          transform: scale(1, -1);
}
.p-recipe-detail__content-title-corner.--right-top {
  -webkit-transform: scale(-1, 1);
  top: -0.625rem;
  right: -0.65625rem;
          transform: scale(-1, 1);
}
.p-recipe-detail__content-title-corner.--right-bottom {
  -webkit-transform: scale(-1, -1);
  right: -0.65625rem;
  bottom: -0.625rem;
          transform: scale(-1, -1);
}

.p-recipe-detail__content-description {
  margin: 0 0 2.375rem;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-recipe-detail__content-material {
  margin: 0 0 3.375rem;
}

.p-recipe-detail__content-material-title {
  margin: 0 0 1.25rem;
  color: #ea4122;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-recipe-detail__content-material-item {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.8846153846;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-recipe-detail__content-making-title {
  margin: 0 0 1.25rem;
  color: #ea4122;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-recipe-detail__content-making-list {
  padding: 0 0 0 2.25rem;
  list-style-position: inside;
}

.p-recipe-detail__content-making-item {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.8846153846;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  list-style-type: decimal;
}

.p-recipe-detail__aside {
  position: relative;
  padding: 8rem 0;
}
.p-recipe-detail__aside:before {
  position: absolute;
  bottom: 0;
  left: -4rem;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  content: "";
}
.p-recipe-detail__aside .p-home-recipe__slider {
  display: block;
  visibility: visible;
  margin: 0;
  padding: 0 0 0 0.75rem;
}
.p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-cat-list {
  z-index: 1;
}
.p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-link {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-figure {
  position: relative;
  overflow: hidden;
}
.p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-recipe-detail__aside-tag {
  display: none;
  position: relative;
  margin: 0 -0.4375rem 5.5rem;
}

.p-recipe-detail__aside-tag-block {
  margin: 0 0 2.5rem;
  padding: 0 0 1rem;
  border-bottom: 0.25rem solid #0c318e;
}

.p-recipe-detail__aside-tag-title {
  margin: 0 0 2rem;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-recipe-detail__aside-tag-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
  flex-wrap: wrap;
          align-items: flex-start;
          justify-content: center;
}

.p-recipe-detail__aside-tag-item {
  margin: 0 0 1.5rem;
}
.p-recipe-detail__aside-tag-item:not(:last-child) {
  margin: 0 1.5rem 1.5rem 0;
}

.p-recipe-detail__aside-tag-link {
  -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: block;
  padding: 0.625rem 1.25rem;
  border: 0.0625rem solid #ea4122;
  border-radius: 2.5rem;
  color: #ea4122;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  transition: color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.p-recipe-detail__aside-new {
  position: relative;
  margin: 0 -0.4375rem;
}

.p-recipe-detail__aside-new-title {
  margin: 0 0 4rem;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

/* p-siteinfo
----------------------------------------- */
body.page-template-page-site-info .p-hero-other__title {
  bottom: -6.5625rem;
}
body.page-template-page-site-info .p-hero-other__eng {
  white-space: nowrap;
}
body.page-template-page-privacy-policy .p-hero-other__title {
  bottom: -8.25rem;
}
body.page-template-page-privacy-policy .p-hero-other__eng {
  white-space: nowrap;
}

.p-siteinfo {
  background-color: #f2f3f7;
}
.p-siteinfo .p-siteinfo__header {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  z-index: 0;
  position: relative;
          align-items: center;
          justify-content: center;
  padding: 12.5rem 0 3.125rem;
}
.p-siteinfo .p-siteinfo__header .p-siteinfo__header-title {
  position: relative;
  font-size: 2.25rem;
  text-align: center;
}
.p-siteinfo .p-siteinfo__main {
  width: 100%;
  margin: 0px auto;
  padding: 3.75rem 0 18.75rem;
}
.p-siteinfo .p-siteinfo__main h2 {
  margin: 1em auto 0em;
  font-weight: bold;
  font-size: 2.25rem;
  letter-spacing: 0.125rem;
  text-align: left;
}
.p-siteinfo .p-siteinfo__main p {
  margin: 1rem auto 1.8em;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2;
  letter-spacing: 0.125rem;
  text-align: left;
}

/* p-sustainability
----------------------------------------- */
body.sustainability .l-footer-parallax {
  display: none;
}

.p-sustainability {
  padding: 8rem 0 0;
  background-color: #f2f3f7;
}

.p-sustainability-lead {
  padding: 0 0 8rem;
}

.p-sustainability-lead__head-figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-sustainability-lead__head-figure--one {
  position: relative;
  width: 79.5819935691%;
  margin: 0 auto 11.75rem 0;
  overflow: hidden;
}
.p-sustainability-lead__head-figure--one::before {
  display: block;
  padding-top: 57.98%;
  content: "";
}

.p-sustainability-lead__head-figure--two {
  position: relative;
  width: 47.4276527331%;
  margin: 0 0 0 auto;
  overflow: hidden;
}
.p-sustainability-lead__head-figure--two::before {
  display: block;
  padding-top: 80.68%;
  content: "";
}

.p-sustainability-lead__head-wrap {
  position: relative;
  margin: 0 0 6.875rem;
}

.p-sustainability-lead__head-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
  z-index: 1;
  position: absolute;
  right: 16.3125rem;
  bottom: -7.875rem;
          flex-direction: row-reverse;
          align-items: flex-start;
          justify-content: flex-start;
}

.p-sustainability-lead__head-title-text {
  -webkit-writing-mode: vertical-rl;
  display: block;
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 1.06;
  letter-spacing: 0.08em;
  white-space: pre;
          writing-mode: vertical-rl;
}
.p-sustainability-lead__head-title-text:not(:last-child) {
  margin: 0 0 0 0.625rem;
}

.p-sustainability-lead__text {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0em;
}

.p-sustainability-objective__head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: end;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-end;
          justify-content: flex-end;
  margin: 0 0 11.25rem;
  padding: 0 0 0 4rem;
}
.p-sustainability-objective__head .l-section-title {
  width: 67.7842565598%;
  margin: 0 -22.5rem -5.9375rem 0;
}

.p-sustainability-objective__head-figure {
  position: relative;
  flex-shrink: 0;
  width: 81.9241982507%;
  overflow: hidden;
}
.p-sustainability-objective__head-figure::before {
  display: block;
  padding-top: 60.5%;
  content: "";
}
.p-sustainability-objective__head-figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-sustainability-objective__content .l-container {
  padding: 0 2rem;
}

.p-sustainability-objective__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: space-between;
}
.p-sustainability-objective__item:not(:last-child) {
  margin: 0 0 4rem;
}

.p-sustainability-objective__item-icon {
  display: block;
  width: 34.9854227405%;
}
.p-sustainability-objective__item-icon svg {
  width: 15rem;
  height: 15rem;
}

.p-sustainability-objective__item-detail {
  width: 63.4110787172%;
}

.p-sustainability-objective__item-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: flex-start;
  margin: 0 0 2.5rem;
}

.p-sustainability-objective__item-title-no {
  display: block;
  margin: 0 1.5rem 0 0;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Cormorant", serif;
  letter-spacing: 0em;
}

.p-sustainability-objective__item-title-text {
  display: block;
  margin: 0.625rem 0 0;
  color: #142037;
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-sustainability-objective__item-list {
  padding: 0 0 0 3.5625rem;
}

.p-sustainability-objective__item-item {
  position: relative;
  padding: 0 0 0 2rem;
  color: #142037;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0em;
}
.p-sustainability-objective__item-item:before {
  position: absolute;
  top: 1.3125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #142037;
  content: "";
}
.p-sustainability-objective__item-item:not(:last-child) {
  margin: 0 0 1.5rem;
}

.p-sustainability-projects {
  padding: 8rem 0;
}
.p-sustainability-projects .l-section-title {
  margin: 0 0 5.5rem;
  padding: 0 0 0 4rem;
}

.p-sustainability-projects__block:not(:first-child) {
  display: none;
}

.p-sustainability-projects__block-head {
  margin: 0 0 2.5rem;
}

.p-sustainability-projects__block-title {
  margin: 0 0 2.5rem;
  color: #142037;
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-sustainability-projects__block-text {
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0em;
}

.p-sustainability-projects__loop-inner {
  margin: 0 -4rem 0 2rem;
  overflow: hidden;
}

.p-sustainability-projects__loop-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-flow: row nowrap;
  width: 100vw;
  height: 15.4375rem;
  overflow: hidden;
}

.p-sustainability-projects__loop-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
          flex-flow: row nowrap;
  margin: 0;
  padding: 0;
}
.p-sustainability-projects__loop-wrap:first-child {
  -webkit-backface-visibility: hidden;
  -webkit-animation: loop 70s -35s linear infinite;
  margin: 0 0 0 1rem;
          backface-visibility: hidden;
          animation: loop 70s -35s linear infinite;
  will-change: transform;
}
.p-sustainability-projects__loop-wrap:nth-child(2) {
  -webkit-animation: loop2 70s linear infinite;
  margin: 0 1rem 0 1rem;
          animation: loop2 70s linear infinite;
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-sustainability-projects__loop-item {
  width: 103rem;
  height: 15.4375rem;
}
.p-sustainability-projects__loop-item:last-child {
  margin: 0 1rem 0 0;
}
.p-sustainability-projects__loop-item:not(:first-child) {
  margin: 0 0 0 1rem;
}

.p-sustainability-projects__loop-figure {
  position: relative;
  position: relative;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  overflow: hidden;
}
.p-sustainability-projects__loop-figure::before {
  display: block;
  padding-top: 14.99%;
  content: "";
}
.p-sustainability-projects__loop-figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-sustainability-bottom {
  position: relative;
  margin: 1.875rem 0 0;
  padding: 18.125rem 0 19.25rem;
  background-image: url(./images/sustainability/bottom_bg_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-sustainability-bottom__title {
  -webkit-transform: translate(-50%, 2rem);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: -1.875rem;
  left: 50%;
          flex-direction: row-reverse;
          align-items: flex-start;
          justify-content: center;
          transform: translate(-50%, 2rem);
}
.p-sustainability-bottom__title.is-anim {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.p-sustainability-bottom__title-text {
  -webkit-writing-mode: vertical-rl;
  display: -webkit-box;
  display: flex;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0em;
  white-space: pre;
          writing-mode: vertical-rl;
}
.p-sustainability-bottom__title-text:not(:last-child) {
  margin: 0 0 0 0.625rem;
}

.p-sustainability-bottom__text-wrap {
  margin: 0 0 4.75rem;
}

.p-sustainability-bottom__text {
  color: #142037;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0em;
}
.p-sustainability-bottom__text:not(:last-child) {
  margin: 0 0 2.75rem;
}

/* p-tokushu
----------------------------------------- */
body.maguro .l-footer-parallax__shape {
  background-image: url(./images/tokushu/footer_parallax_shape_top_sp.svg);
}

.p-tokushu {
  background-color: #fff;
}

.p-tokushu-hero {
  background-color: #f3f1e2;
}

.p-tokushu-hero__figure-wrap {
  position: relative;
}
.p-tokushu-hero__figure-wrap:before {
  -webkit-transform: translate(-50%, 0%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 12.5rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/tokushu/hero_shape_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.p-tokushu-hero__icon {
  -webkit-transform: translate(-50%, 20%) scale(0.6);
  -webkit-transition: all 0.3s cubic-bezier(0.09, 0.6, 0.36, 1.34) 0.3s;
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -4.375rem;
  left: 50%;
  width: 7rem;
  height: 10.9375rem;
          transform: translate(-50%, 20%) scale(0.6);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.09, 0.6, 0.36, 1.34) 0.3s;
}
.p-tokushu-hero__icon.is-anim {
  -webkit-transform: translate(-50%, 0%) scale(1);
          transform: translate(-50%, 0%) scale(1);
  opacity: 1;
}
.p-tokushu-hero__icon svg {
  width: 100%;
  height: 100%;
}

.p-tokushu-hero__title {
  padding: 6.375rem 0 3.75rem;
  color: #0c318e;
  font-weight: 700;
  font-size: 3.375rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-tokushu-points {
  padding: 4.5rem 0 8rem;
  background-color: #f3f1e2;
}
.p-tokushu-points .l-container {
  position: relative;
  padding: 0 2rem;
}
.p-tokushu-points .l-container:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 2.625rem;
  width: 0.3125rem;
  height: 100%;
  background-color: #fff;
  content: "";
}
.p-tokushu-points .l-container:after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 2.625rem;
  width: 0.3125rem;
  height: 100%;
  background-color: #fff;
  content: "";
}

.p-tokushu-points__pattern-top {
  -webkit-transform: translate(-50%, 0%);
  display: block;
  position: absolute;
  top: -8.1875rem;
  left: 50%;
  width: 42.875rem;
  height: 8.25rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/tokushu/points_pattern_top_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-tokushu-points__pattern-bottom {
  -webkit-transform: translate(-50%, 0%);
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -0.0625rem;
  left: 50%;
  width: calc(100% - 4rem);
  height: 1.5625rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/tokushu/line_bottom_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-tokushu-points__inner {
  position: relative;
  margin: 8.25rem 0 0;
  padding: 0 1.9375rem 8rem;
  border-right: 1.5625rem solid #0c318e;
  border-left: 1.5625rem solid #0c318e;
  background-color: #fff;
}

.p-tokushu-points__head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: center;
  margin: 0 0 6.5rem;
}

.p-tokushu-points__head-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
  margin: 0 0.5rem 0 0;
}

.p-tokushu-points__head-icon {
  display: block;
  width: 6.8125rem;
  height: 7rem;
  margin: 0 0.5rem 0 0;
  background-image: url(./images/tokushu/points_icon_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-tokushu-points__head-left-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
}

.p-tokushu-points__head-left-eng {
  display: block;
  margin: 0 0 0.875rem;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-points__head-left-jp {
  display: block;
  margin: 0 0 0.875rem;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-points__head-left-jp-sub {
  display: block;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-points__head-right {
  -webkit-writing-mode: vertical-rl;
  display: -webkit-box;
  display: flex;
  padding: 0.375rem 0.375rem 0 0;
  border-top: 0.625rem solid #ea4122;
  border-right: 0.625rem solid #ea4122;
  color: #ea4122;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.09em;
  white-space: pre;
          writing-mode: vertical-rl;
}

.p-tokushu-points__loop-inner {
  margin: 0 -1.9375rem 11.4375rem;
  overflow: hidden;
}

.p-tokushu-points__loop-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-flow: row nowrap;
  width: 100vw;
  height: 14.125rem;
  overflow: hidden;
}

.p-tokushu-points__loop-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
          flex-flow: row nowrap;
  margin: 0;
  padding: 0;
}
.p-tokushu-points__loop-wrap:first-child {
  -webkit-backface-visibility: hidden;
  -webkit-animation: loop 140s -70s linear infinite;
  margin: 0 0 0 2rem;
          backface-visibility: hidden;
          animation: loop 140s -70s linear infinite;
  will-change: transform;
}
.p-tokushu-points__loop-wrap:nth-child(2) {
  -webkit-animation: loop2 140s linear infinite;
  margin: 0 2rem 0 2rem;
          animation: loop2 140s linear infinite;
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-tokushu-points__loop-item {
  width: 134rem;
  height: 14.125rem;
}
.p-tokushu-points__loop-item:last-child {
  margin: 0 2rem 0 0;
}
.p-tokushu-points__loop-item:not(:first-child) {
  margin: 0 0 0 2rem;
}

.p-tokushu-points__loop-figure {
  position: relative;
  position: relative;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  overflow: hidden;
}
.p-tokushu-points__loop-figure::before {
  display: block;
  padding-top: 10.54%;
  content: "";
}
.p-tokushu-points__loop-figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-tokushu-sec .p-home-products__slider-link {
  padding: 3.5rem 0 0;
}
.p-tokushu-sec .p-home-products__slider {
  margin: 0 2.0625rem;
  padding: 0 0 9.5rem;
}
.p-tokushu-sec .p-home-products__slider .p-home-products__slider-list.splide__list {
  display: -webkit-box;
  display: flex;
}
.p-tokushu-sec .p-home-products__slider .p-home-products__slider-item:not(:last-child) {
  margin: 0;
}
.p-tokushu-sec .p-home-products__slider .splide__track {
  padding: 1.0625rem 0 0;
}
.p-tokushu-sec .p-home-products__slider .splide__arrows {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  -webkit-transform: translate(-50%, 0%);
  display: -webkit-box;
  display: flex;
  position: absolute;
  bottom: 0;
  left: calc(50% + 3.4rem);
          flex-direction: row;
          align-items: flex-start;
          justify-content: space-between;
  width: 9.0625rem;
  height: 4.5rem;
          transform: translate(-50%, 0%);
}
.p-tokushu-sec .p-home-products__slider .splide__arrow {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
}
.p-tokushu-sec .p-home-products__slider .splide__arrow svg {
  display: none;
}
.p-tokushu-sec .p-home-products__slider .splide__arrow--prev {
  -webkit-transform: translate(0%, -50%) scale(-1, 1);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4.5rem;
  height: 4.5rem;
          transform: translate(0%, -50%) scale(-1, 1);
  background-image: url(./images/tokushu/slider_arrow_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-tokushu-sec .p-home-products__slider .splide__arrow--next {
  -webkit-transform: translate(0%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 4.5rem;
  height: 4.5rem;
          transform: translate(0%, -50%);
  background-image: url(./images/tokushu/slider_arrow_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-tokushu-sec .p-home-products__slider .p-home-products__slider-item:before {
  display: none;
}
.p-tokushu-sec .p-home-products__slider .p-home-products__item-title {
  -webkit-transform: translate(-50%, 0%);
  z-index: 1;
  position: absolute;
  top: -4.5rem;
  left: 50%;
  width: 100%;
          transform: translate(-50%, 0%);
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: center;
}
.p-tokushu-sec .p-home-products__slider .p-home-products__item-figure-wrap {
  width: 100%;
  padding: 0;
}
.p-tokushu-sec .p-home-products__slider .p-home-products__item-price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
          flex-direction: column;
          align-items: flex-end;
          justify-content: flex-start;
}
.p-tokushu-sec .p-home-products__slider .p-home-products__item-price .p-home-products__item-price-yen {
  margin: 0;
}
.p-tokushu-sec .p-home-products__slider .p-home-products__item-text {
  width: 100%;
  padding: 0;
  border-bottom: none;
}

.p-home-products__slider-number {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  bottom: 1.125rem;
  left: calc(50% - 5.2rem);
          transform: translate(-50%, 0%);
}

.p-home-products__slider-number-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}
.p-home-products__slider-number-inner .--number {
  display: block;
  margin: 0 0.5rem 0 0;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}
.p-home-products__slider-number-inner .--slash {
  display: block;
  margin: 0 0.5rem 0 0;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}
.p-home-products__slider-number-inner .--all {
  display: block;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-sec__one {
  padding: 0 0 11.4375rem;
}
.p-tokushu-sec__one .p-tokushu-points__title-head {
  margin: 0 -0.9375rem 5rem;
}

.p-tokushu-points__title-head {
  position: relative;
  margin: 0 0 5rem;
  padding: 5.125rem 1.375rem 2.25rem;
  border: 0.625rem solid #0c318e;
  background-color: #f3f1e2;
}

.p-tokushu-points__title-head-icon {
  -webkit-transform: translate(-50%, 0%);
  display: block;
  position: absolute;
  top: -5rem;
  left: 50%;
  width: 10rem;
  height: 10rem;
          transform: translate(-50%, 0%);
}
.p-tokushu-points__title-head-icon svg {
  width: 100%;
  height: 100%;
}

.p-tokushu-points__title-head-text {
  display: block;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-tokushu-points__title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
}

.p-tokushu-points__title-circle {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 0.25rem 0 0;
  padding: 0.78125rem 0.8125rem;
  border-radius: 50%;
  background-color: #ea4122;
  color: #f3f1e2;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-tokushu-points__title-text {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-points__text {
  margin: 3.25rem auto 6.5625rem;
  color: #1e1e1e;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-tokushu-points__map {
  margin: 0 0 5rem;
}

.p-tokushu-points__map-wrap {
  width: 97.5609756098%;
  margin: 0 auto 2.75rem;
}

.p-tokushu-points__map-figure {
  position: relative;
}

.p-tokushu-points__map-pin {
  display: block;
  position: absolute;
  right: 10.625rem;
  bottom: 13.625rem;
  width: 3.5625rem;
  height: 5.3125rem;
  background-image: url(./images/tokushu/map_pin.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-tokushu-points__map-detail {
  position: relative;
  margin: 4.8125rem 0 0;
  padding: 4.375rem 2.9375rem 4rem;
  border: 0.3125rem solid #ea4122;
  background-color: #f3f1e2;
}
.p-tokushu-points__map-detail:before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  top: -2.34375rem;
  left: 50%;
  width: 2.9375rem;
  height: 2.5rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/tokushu/map_block_arrow_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-tokushu-points__map-detail-item:not(:last-child) {
  position: relative;
  margin: 0 0 2.75rem;
  padding: 0 0 2.75rem;
}
.p-tokushu-points__map-detail-item:not(:last-child):before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24.75rem;
  height: 0.25rem;
          transform: translate(-50%, 0%);
  background-color: #ea4122;
  content: "";
}

.p-tokushu-points__map-detail-no {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto 1.0625rem;
  padding: 0.375rem;
  border-radius: 50%;
  background-color: #ea4122;
  color: #f3f1e2;
  font-weight: 700;
  font-size: 3rem;
  line-height: 0.8958333333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-tokushu-points__map-detail-title {
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-tokushu-points__map-detail-figure {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.p-tokushu-points__map-detail-figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-tokushu-points__map-detail-figure img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-tokushu-points__handle-list {
  width: 88.5017421603%;
  margin: 2.75rem auto 0;
}

.p-tokushu-points__handle-item {
  padding: 2.75rem 2rem;
}
.p-tokushu-points__handle-item:nth-child(odd) {
  background-color: #f3f1e2;
}

.p-tokushu-points__handle-img {
  -webkit-transform: translateX(-2rem);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: block;
  width: 27.75rem;
  height: 13.875rem;
  margin: 0 0 4rem;
          transform: translateX(-2rem);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.p-tokushu-points__handle-img.is-anim {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.p-tokushu-points__handle-img--one {
  background-image: url(./images/maguro/bincho_maguro_illust.svg);
}

.p-tokushu-points__handle-img--two {
  background-image: url(./images/maguro/mebachi_maguro_illust.svg);
}

.p-tokushu-points__handle-img--three {
  background-image: url(./images/maguro/kihada_maguro_illust.svg);
}

.p-tokushu-points__handle-head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  margin: 0 0 2.5rem;
}

.p-tokushu-points__handle-title {
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-tokushu-points__handle-time {
  -webkit-box-pack: center;
  -webkit-box-align: end;
  display: none !important;
  display: -webkit-inline-box;
  display: inline-flex;
          align-items: flex-end;
          justify-content: center;
  padding: 0.625rem 1.375rem;
  border: 0.25rem solid #0c318e;
  border-radius: 1.8125rem;
}

.p-tokushu-points__handle-time-no {
  display: block;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 0.4615384615;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-points__handle-time-jp {
  display: block;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 0.6923076923;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-points__handle-content-text {
  color: #1e1e1e;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-sec__three {
  padding: 11.4375rem 0 0;
}
.p-tokushu-sec__three .p-home-recipe__loop-inner {
  display: block;
}

.p-tokushu-points__text-middle {
  margin: 0 0 2.75rem;
}
.p-tokushu-points__text-middle span {
  display: block;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}
.p-tokushu-points__text-middle span.--line span {
  display: block;
  position: relative;
  padding: 0 0 1.5rem;
}
.p-tokushu-points__text-middle span.--line span:before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  bottom: 0;
  left: 50%;
          transform: translate(-50%, 0%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-tokushu-points__text-middle span.--line span:first-child:before {
  width: 14.875rem;
  height: 1.0625rem;
  background-image: url(./images/tokushu/wave_line_sp_01.svg);
}
.p-tokushu-points__text-middle span.--line span:nth-child(2):before {
  width: 23.375rem;
  height: 1rem;
  background-image: url(./images/tokushu/wave_line_sp_02.svg);
}
.p-tokushu-points__text-middle span:not(:last-child) {
  margin: 0 0 1rem;
}

.p-tokushu-points__pattern-item {
  padding: 4rem 2.75rem;
  background-color: #73c9e7;
}
.p-tokushu-points__pattern-item:nth-child(2) {
  background-color: #0c318e;
}
.p-tokushu-points__pattern-item:nth-child(2) .p-tokushu-points__pattern-title {
  background-color: #ea4122;
}

.p-tokushu-points__pattern-title {
  margin: 0 0 1.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 1.25rem;
  background-color: #73c9e7;
  color: #f3f1e2;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-tokushu-points__pattern-text {
  color: #f3f1e2;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-points__pattern-figure {
  width: 82.304526749%;
  margin: 3.375rem auto 0;
}

.p-tokushu-points__comparison {
  padding: 5rem 0 0;
}

.p-tokushu-points__comparison-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
  margin: 0 0 2.75rem;
}

.p-tokushu-points__comparison-title-text {
  display: block;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-points__comparison-title-vs {
  display: block;
  margin: 1rem 0;
  color: #ea4122;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-points__comparison-figure {
  margin: 0 0 6.5rem;
}

.p-tokushu-points__comparison-figure-title {
  margin: 0 0 2.75rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-tokushu-points__comparison-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
  margin: 0 0 5.4375rem;
}

.p-tokushu-points__comparison-item {
  position: relative;
  padding: 0 0 0 2rem;
  color: #1e1e1e;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 0.6923076923;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}
.p-tokushu-points__comparison-item:before {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
          transform: translate(0%, -50%);
  border-radius: 50%;
  background-color: #0c318e;
  content: "";
}
.p-tokushu-points__comparison-item:nth-child(2) {
  margin: 1.6875rem 0 0;
}
.p-tokushu-points__comparison-item:nth-child(2):before {
  background-color: #ea4122;
}

.p-tokushu-points__comparison-graph-wrap {
  position: relative;
  padding: 0 0 2.5rem;
}

.p-tokushu-points__comparison-graph-annotation {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  top: -3.125rem;
  left: 50%;
  width: 16.8125rem;
  height: 6.25rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/maguro/graph_annotation_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-tokushu-points__comparison-bar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 5.9375rem;
          flex-direction: row;
          align-items: flex-end;
          justify-content: center;
}
.p-tokushu-points__comparison-bar.is-anim .p-tokushu-points__comparison-bar-blue-body {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.p-tokushu-points__comparison-bar.is-anim .p-tokushu-points__comparison-bar-blue-text {
  bottom: 100%;
  opacity: 1;
}
.p-tokushu-points__comparison-bar.is-anim .p-tokushu-points__comparison-bar-orange-body {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.p-tokushu-points__comparison-bar.is-anim .p-tokushu-points__comparison-bar-orange-text {
  bottom: 100%;
  opacity: 1;
}

.p-tokushu-points__comparison-bar-item {
  width: 6.4375rem;
}
.p-tokushu-points__comparison-bar-item:not(:last-child) {
  margin: 0 3.5625rem 0 0;
}
.p-tokushu-points__comparison-bar-item:first-child .p-tokushu-points__comparison-bar-blue-body {
  height: 20.4375rem;
}
.p-tokushu-points__comparison-bar-item:first-child .p-tokushu-points__comparison-bar-orange-body {
  height: 1.75rem;
}
.p-tokushu-points__comparison-bar-item:nth-child(2) .p-tokushu-points__comparison-bar-blue-body {
  height: 25.25rem;
}
.p-tokushu-points__comparison-bar-item:nth-child(2) .p-tokushu-points__comparison-bar-orange-body {
  height: 2.625rem;
}
.p-tokushu-points__comparison-bar-item:nth-child(3) .p-tokushu-points__comparison-bar-blue-body {
  height: 19.5625rem;
}
.p-tokushu-points__comparison-bar-item:nth-child(3) .p-tokushu-points__comparison-bar-orange-body {
  height: 1.75rem;
}

.p-tokushu-points__comparison-bar-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: row;
          align-items: flex-end;
          justify-content: center;
  margin: 0 0 1rem;
}

.p-tokushu-points__comparison-bar-blue {
  display: block;
  position: relative;
  width: 2.9375rem;
  margin: 0 0.625rem 0 0;
}

.p-tokushu-points__comparison-bar-blue-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: center;
  -webkit-transform: translate(-50%, 0%);
  -webkit-transition: bottom 1s cubic-bezier(0.25, 0.1, 0.5, 1), oapcity 1s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: -webkit-box;
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: 50%;
          flex-direction: row;
          align-items: flex-end;
          justify-content: center;
  margin: 0 0 0.3125rem;
          transform: translate(-50%, 0%);
  opacity: 0;
  transition: bottom 1s cubic-bezier(0.25, 0.1, 0.5, 1), oapcity 1s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.p-tokushu-points__comparison-bar-blue-text-left {
  display: block;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-points__comparison-bar-blue-text-right {
  display: block;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-points__comparison-bar-blue-body {
  -webkit-transform: scale(1, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.5, 1);
  -webkit-transform-origin: center bottom;
  display: block;
  width: 2.9375rem;
          transform: scale(1, 0);
          transform-origin: center bottom;
  background-color: #0c318e;
  transition: -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.p-tokushu-points__comparison-bar-orange {
  display: block;
  position: relative;
  width: 2.9375rem;
}

.p-tokushu-points__comparison-bar-orange-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -webkit-box-pack: center;
  -webkit-transform: translate(-50%, 0%);
  -webkit-transition: bottom 1s cubic-bezier(0.25, 0.1, 0.5, 1), oapcity 1s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: -webkit-box;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
          flex-direction: row;
          align-items: flex-end;
          justify-content: center;
  margin: 0 0 0.3125rem;
          transform: translate(-50%, 0%);
  opacity: 0;
  transition: bottom 1s cubic-bezier(0.25, 0.1, 0.5, 1), oapcity 1s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.p-tokushu-points__comparison-bar-orange-text-left {
  display: block;
  color: #ea4122;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-points__comparison-bar-orange-text-right {
  display: block;
  color: #ea4122;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0em;
}

.p-tokushu-points__comparison-bar-orange-body {
  -webkit-transform: scale(1, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.5, 1);
  -webkit-transform-origin: center bottom;
  display: block;
  width: 2.9375rem;
  height: 20.4375rem;
          transform: scale(1, 0);
          transform-origin: center bottom;
  background-color: #ea4122;
  transition: -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.p-tokushu-points__comparison-bar-text {
  display: block;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
  white-space: nowrap;
}

.p-tokushu-process {
  padding: 8rem 0 0;
}
.p-tokushu-process .l-container {
  padding: 0 4.9375rem;
}
.p-tokushu-process .p-home-unstaffed__list {
  padding: 0;
}
.p-tokushu-process .p-home-unstaffed__list .p-home-unstaffed__item-no {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  white-space: nowrap;
}

.p-tokushu-process__title {
  margin: 0 0 4.75rem;
}

.p-tokushu-process__pattern {
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-tokushu-process__pattern--one {
  width: 23.4375rem;
  height: 2.875rem;
  margin: 0 auto;
  background-image: url(./images/tokushu/process_pattern_sp.svg);
}

.p-tokushu-process__pattern--two {
  display: none;
}

.p-tokushu-process__title-text {
  display: block;
  padding: 2.5rem 0 0;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-tokushu-process__text {
  margin: 4rem 0 8rem;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

.p-tokushu-external {
  padding: 0 0 8rem;
}

.p-tokushu-external__link {
  display: block;
}
.p-tokushu-external__link svg {
  width: 100%;
  height: 100%;
}

.p-tokushu-external__link-img {
  display: block;
  width: 17rem;
  height: 17rem;
  margin: 0 auto 2.25rem;
}

.p-tokushu-external__link-text {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 0.6923076923;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
  text-align: center;
}

/* page-hero
----------------------------------------- */
.p-hero {
  position: relative;
  padding: 15rem 0 0 2rem;
  background-color: #f2f3f7;
}
.p-hero:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 21.4375rem;
  height: 35.375rem;
  background-color: #fff;
  content: "";
}
.p-hero.is-anim .p-hero__title-jp {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-hero.is-anim .p-hero__figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.p-hero__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
  z-index: 1;
  position: relative;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
  margin: 0 0 2.5rem;
}

.p-hero__title-eng {
  display: block;
  margin: 0 0 1rem;
  padding: 0.5rem 0.5rem 0 0;
  border-top: 0.125rem solid #0c318e;
  border-right: 0.125rem solid #0c318e;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  font-family: "Cormorant", serif;
  letter-spacing: 0em;
}

.p-hero__title-jp {
  -webkit-transform: translateY(2rem);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: block;
          transform: translateY(2rem);
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0em;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.p-hero__figure-wrap {
  z-index: 1;
  position: relative;
}

.p-hero__figure {
  position: relative;
  overflow: hidden;
}
.p-hero__figure::before {
  display: block;
  padding-top: 94.71%;
  content: "";
}
.p-hero__figure img {
  -o-object-fit: cover;
  -webkit-transform: scale(1.2);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
     object-fit: cover;
          transform: scale(1.2);
  font-family: "object-fit: cover;";
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}

.p-hero-other {
  position: relative;
  margin: 0 0 7.3125rem;
  padding: 23.375rem 0 0;
}
.p-hero-other:before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 23.375rem;
          transform: translate(-50%, 0%);
  background-color: #e5e5f1;
  content: "";
}
.p-hero-other:after {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  bottom: -7.3125rem;
  left: 50%;
  width: 100%;
  height: 7.3125rem;
          transform: translate(-50%, 0%);
  background-color: #f2f3f7;
  content: "";
}
.p-hero-other.is-anim .p-hero-other__jp {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-hero-other.--news .p-hero-other__title {
  bottom: -1.625rem;
}
.p-hero-other.--news .p-hero-other__eng {
  top: calc(50% + 2.6rem);
}

.p-hero-other__title {
  -webkit-transform: translate(-50%, 0%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  z-index: 1;
  position: absolute;
  bottom: -8.25rem;
  left: 50%;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          transform: translate(-50%, 0%);
}

.p-hero-other__jp {
  -webkit-writing-mode: vertical-rl;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(2rem);
  display: -webkit-box;
  display: flex;
  z-index: 1;
  position: relative;
          transform: translateY(2rem);
  color: #0c318e;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.105em;
  white-space: pre;
  opacity: 0;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
          writing-mode: vertical-rl;
}

.p-hero-other__eng {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 50%;
          transform: translate(-50%, -50%);
  color: #f2f3f7;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 1;
  font-family: "Cormorant", serif;
  letter-spacing: 0em;
  text-align: center;
}

/* p-loading
----------------------------------------- */
.p-loading {
  -webkit-transform: translate(-50%, -50%);
  visibility: visible;
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
          transform: translate(-50%, -50%);
  opacity: 1;
}
.p-loading.is-show {
  visibility: hidden;
  z-index: 9;
  opacity: 0;
}

.p-loading__bg {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: visibility 0.8s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.5, 1);
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
          transform: translate(-50%, -50%);
  background-color: #142037;
  opacity: 1;
  transition: visibility 0.8s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.p-loading__bg.is-show {
  visibility: hidden;
  opacity: 0;
}

.p-loading__logo {
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.25, 0.1, 0.5, 1);
  -webkit-transition: visibility 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18.75rem;
  height: 6.28125rem;
          transform: translate(-50%, -50%);
          animation: fadeIn 0.8s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: visibility 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
.p-loading__logo svg {
  width: 100%;
  height: 100%;
}
.p-loading__logo.is-show {
  visibility: hidden;
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* p-page-transition
----------------------------------------- */
body {
  opacity: 1;
}
body.transition {
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), visibility 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
}
body.transition.is-anim {
  opacity: 0;
}
body.transition.is-anim .p-page-transition__bg {
  visibility: hidden;
  opacity: 0;
}

.p-page-transition__bg {
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation-name: pageTransition;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
          transform: translate(-50%, -50%);
  background-color: #fff;
          animation-duration: 0.5s;
          animation-timing-function: ease-in-out;
          animation-fill-mode: forwards;
          animation-name: pageTransition;
}

@-webkit-keyframes pageTransition {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes pageTransition {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
/* htnh
----------------------------------------- */
.post-type-archive-recipe .p-home-recipe {
  padding-top: 4.375rem;
}
.post-type-archive-recipe .p-home-recipe__slider-list.splide__list {
  -webkit-box-pack: start;
  -webkit-box-align: start;
  display: -webkit-box !important;
  display: flex !important;
  flex-wrap: wrap;
          align-items: flex-start;
          justify-content: flex-start;
  margin: 0 0 2.875rem !important;
  padding: 0 1.125rem !important;
}
.post-type-archive-recipe .p-home-recipe__slider-item {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 0.25rem solid #0c318e;
}
.post-type-archive-recipe .l-footer-parallax__shape {
  background-image: url(./images/common/footer_parallax_shape_top_beige_sp.svg);
}

.home .p-home-bottom__title {
  display: unset;
}
.home .p-home-bottom__link-list {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
          align-items: center;
          justify-content: center;
  margin-top: 3.75rem;
  gap: 1.875rem;
}
.home .p-home-bottom__link-item:not(:last-child) {
  margin-bottom: 0;
}
.home .p-home-recipe__inner {
  padding-bottom: 0;
}
.home .p-home-recipe__inner .c-button__text {
  margin: 0 1rem 0 0;
  color: #0c318e;
}
.home .p-home-recipe__inner .c-button__arrow {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #f3f1e2;
}
.home .p-home-recipe__inner .c-button__arrow svg {
  width: 1.25rem;
  height: 1.125rem;
}
.home .p-home-recipe__pattern-top {
  -webkit-transform: translate(-50%, 0%);
  display: block;
  position: absolute;
  top: -8.1875rem;
  left: 50%;
  width: 42.875rem;
  height: 8.25rem;
          transform: translate(-50%, 0%);
  background-image: url(./images/home/recipe_pattern_top_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .p-home-recipe__pattern-bottom {
  -webkit-transform: translate(-50%, 0%) rotate(180deg);
  display: block;
  position: absolute;
  top: unset;
  bottom: -8.1875rem;
  left: 50%;
  width: 42.875rem;
  height: 8.25rem;
          transform: translate(-50%, 0%) rotate(180deg);
  background-image: url(./images/home/recipe_pattern_top_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .p-home-recipe__bottom-icon {
  margin: 12rem auto 0;
}

.single-recipe .p-recipe-detail__figure {
  position: relative;
  margin: 0 calc(50% - 50vw) 4rem;
  overflow: hidden;
}
.single-recipe .p-recipe-detail__figure::before {
  display: block;
  padding-top: 77.6%;
  content: "";
}
.single-recipe .p-recipe-detail__content {
  padding-top: 6rem;
}
.single-recipe .p-recipe-detail__content-title {
  margin: 0 0 6rem;
}
.single-recipe .p-recipe-detail__content-description {
  text-align: left;
}
.single-recipe .p-recipe-detail__content-making {
  margin: 0 0 3.375rem;
}
.single-recipe .p-recipe-detail__content-product-title {
  margin: 0 0 1.25rem;
  color: #ea4122;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}
.single-recipe .p-recipe-detail__content-product_name {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0 0 1.25rem;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}
.single-recipe .p-recipe-detail__content-product-detail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: center;
  margin-top: 2.5rem;
  gap: 1.25rem 1.25rem;
}
.single-recipe .p-recipe-detail__content-product-detail_img {
  width: 150px;
}
.single-recipe .p-recipe-detail__content-product-detail_description {
  -webkit-box-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.8846153846;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0em;
}
.single-recipe .p-recipe-detail__content-product .c-button__inner {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          justify-content: center;
}
.single-recipe .p-recipe-detail__content-product-link {
  -webkit-transition: opacity 0.3s ease 0s;
  margin-top: 2.5rem;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}
.single-recipe .p-recipe-detail__content-product-link:hover {
  opacity: 0.5;
}
.single-recipe .p-recipe-detail__content .p-news-detail__pagination .p-news-detail__pagination-link {
  padding-right: unset !important;
  padding-left: unset !important;
}

.m-hover_fade {
  -webkit-transition: opacity 0.3s ease 0s;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}
.m-hover_fade:hover {
  opacity: 0.75;
}

.m-link_full {
  -webkit-transition: opacity 0.3s ease 0s;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}
.m-link_full:hover {
  opacity: 0.75;
}

a.m-link_self {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.u-only-sp {
  display: block;
}

.u-only-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.1713030747vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  *:focus-visible {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
  }
  .wrap {
    overflow-x: hidden;
  }
  .c-button.c-button--small .c-button__text {
    margin: 0 1rem 0 0;
    color: #0c318e;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0em;
  }
  .c-button.c-button--small .c-button__arrow {
    width: 0.8125rem;
    height: 0.5rem;
    background-color: #fff;
  }
  .c-button.c-button--small .c-button__arrow svg {
    width: 0.8125rem;
    height: 0.5rem;
  }
  .c-button.c-button--medium.c-button--large {
    width: 22.5rem;
    padding: 1.0625rem 2rem;
  }
  .c-button.c-button--medium.c-button--large:before {
    width: 1.125rem;
    height: 6.375rem;
    background-image: url(./images/common/button_large_pattern_left_pc.svg);
  }
  .c-button.c-button--medium.c-button--large:after {
    width: 1.125rem;
    height: 6.375rem;
    background-image: url(./images/common/button_large_pattern_right_pc.svg);
  }
  .c-button.c-button--medium.c-button--large .c-button__arrow {
    width: 4rem;
    height: 4rem;
  }
  .c-button.c-button--medium.c-button--large .c-button__arrow.c-button__arrow--horizontal {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  .c-button.c-button--medium.c-button--large .c-button__arrow.c-button__arrow--horizontal svg {
    width: 0.9375rem;
    height: 1.1875rem;
  }
  .c-button.c-button--medium.c-button--large.c-button--blue {
    width: 28.75rem;
    padding: 2.4375rem 2rem;
    border: 0.125rem solid #0c318e;
  }
  .c-button.c-button--medium.c-button--large.c-button--blue:before {
    width: 1.125rem;
    height: 9.375rem;
    background-image: url(./images/common/button_pattern_left_blue.svg);
  }
  .c-button.c-button--medium.c-button--large.c-button--blue:after {
    width: 1.125rem;
    height: 9.375rem;
    background-image: url(./images/common/button_pattern_right_blue.svg);
  }
  .c-button.c-button--medium.c-button--large.c-button--blue .c-button__text {
    font-weight: 600;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .c-button.c-button--medium.c-button--large.c-button--blue .c-button__arrow {
    width: 4rem;
    height: 4rem;
    background-color: #0c318e;
  }
  .c-button.c-button--medium.c-button--large.c-button--blue .c-button__arrow svg {
    width: 0.9375rem;
    height: 0.6875rem;
  }
  .c-button__text {
    margin: 0 1rem 0 0;
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .c-button__arrow {
    width: 2.4375rem;
    height: 2.4375rem;
  }
  .c-button__arrow svg {
    width: 0.8125rem;
    height: 0.6875rem;
  }
  .c-contact-sec {
    margin: 0 7.5rem;
    padding: 0 0 9.625rem;
  }
  .c-contact-sec .c-button.c-button--medium {
    width: 28.75rem;
    margin: 0 auto;
  }
  .c-contact-sec .c-button.c-button--medium:before {
    background-image: url(./images/common/button_pattern_left_blue_pc.svg);
  }
  .c-contact-sec .c-button.c-button--medium:after {
    background-image: url(./images/common/button_pattern_right_blue_pc.svg);
  }
  .c-contact-sec .c-button.c-button--medium .c-button__text {
    font-weight: 600;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .c-contact-sec__inner {
    padding: 4rem 0;
  }
  .c-contact-sec__title {
    margin: 0 0 5.4375rem;
  }
  .c-contact-sec__title-jp {
    font-weight: 600;
    font-size: max(2.25rem, 21.6px);
    line-height: 0.9722222222;
    letter-spacing: 0em;
  }
  .c-contact-sec__title-eng {
    font-weight: 700;
    font-size: max(11.125rem, 107px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .c-contact-sec__text {
    margin: 0 0 3.25rem;
    font-weight: 600;
    font-size: max(1.5rem, 14px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .e-swiper .swiper-pagination {
    bottom: 4.5rem !important;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .e-swiper .swiper-slide img {
    min-height: unset;
  }
  .l-container {
    padding: 0 6.5625rem;
  }
  .l-container.w1086 {
    padding: 0 8.75rem;
  }
  .l-footer-parallax__shape {
    top: -0.0625rem;
    width: 66.875rem;
    height: 15.25rem;
    background-image: url(./images/common/footer_parallax_shape_top_pc.svg);
  }
  .l-footer-parallax__icon {
    top: 4.9375rem;
    background-image: url(./images/common/footer_parallax_icon_pc.svg);
  }
  .l-footer-main .l-container {
    position: relative;
    padding: 0 9.875rem;
  }
  .l-footer-main__shape {
    top: -10.25rem;
    width: 66.9375rem;
    height: 10.375rem;
    background-image: url(./images/common/footer_shape_top_pc.svg);
  }
  .l-footer-return {
    position: absolute;
    bottom: 0;
    left: 9.875rem;
  }
  .l-footer-return a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
  }
  .l-footer-return__arrow {
    width: 0.875rem;
    height: 0.375rem;
    margin: 0 auto 0.5rem;
    background-image: url(./images/common/return_arrow_pc.svg);
  }
  .l-footer-return__text {
    -webkit-writing-mode: vertical-rl;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
            writing-mode: vertical-rl;
  }
  .l-footer-main__inner {
    margin: 0;
    padding: 0 0 0 3.625rem;
  }
  .l-footer-main__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-end;
            justify-content: space-between;
  }
  .l-footer-main__content {
    width: 100%;
    margin: 0;
  }
  .l-footer-main__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;
  }
  .l-footer-main__list {
    padding: 0;
  }
  .l-footer-main__list:first-child {
    width: 29.25rem;
    margin: 0 0.9375rem 0 0 !important;
  }
  .l-footer-main__list:first-child .l-footer-main__item:nth-child(odd) {
    width: 11.125rem;
  }
  .l-footer-main__list:not(:last-child) {
    margin: 0 0 1.5rem;
  }
  .l-footer-main__item:not(:nth-child(2n)) {
    margin: 0 2.375rem 1.25rem 0;
  }
  .l-footer-main__link,
  .l-footer-main__link--online {
    font-weight: 600;
    font-size: max(1.5rem, 12px);
    line-height: 2;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .l-footer-main__sub-list {
    margin: 1rem 0 0 0.625rem;
  }
  .l-footer-main__sub-link {
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-footer-button__inner .-tel {
    width: 22.5rem;
    padding: 1.0625rem 2rem;
  }
  .l-footer-button__inner .c-button__arrow {
    width: 4rem;
    height: 4rem;
  }
  .l-footer-button__inner .c-button__arrow svg {
    width: 0.9375rem;
    height: 0.6875rem;
    margin: 0 0 0 0.0625rem;
  }
  .l-footer-logo {
    flex-shrink: 0;
    width: 19.125rem;
    height: 6.375rem;
    margin: 0 0 0 auto;
  }
  .l-footer-main__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-end;
            justify-content: space-between;
    margin: 4.1875rem 0 0;
  }
  .l-footer-main__bottom-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
    margin: 0;
  }
  .l-footer-main__bottom-item:not(:last-child) {
    margin: 0 1.25rem 0 0;
  }
  .l-footer-main__bottom-link {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-footer__copy {
    font-weight: 600;
    font-size: max(0.875rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  body.page-template-page-thanks .p-contact {
    padding: 6.25rem 0 19.6875rem;
  }
  body.page-template-page-confirm .l-form__list {
    padding: 2.75rem;
    background-color: #e5e5f1;
  }
  body.page-template-page-confirm .l-form__list .l-form__row {
    margin: 0;
    padding: 2rem 0;
  }
  body.page-template-page-confirm .l-form__list .l-form__row .l-form__item {
    width: 28.4738041002%;
    margin: 0;
  }
  body.page-template-page-confirm .l-form__list .l-form__row .l-form__item.--hidden {
    visibility: visible;
    margin: 0.5rem 0 0;
  }
  body.page-template-page-confirm .l-form__list .l-form__row .l-form__item p span.--title {
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  body.page-template-page-confirm .l-form__list .l-form__row .l-form__detail {
    width: 71.5261958998%;
  }
  body.page-template-page-confirm .l-form__list .l-form__row .l-form__detail p {
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  body.page-template-page-confirm .l-form__list .l-form__row .l-form__detail.--textarea p {
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  body.page-template-page-confirm .l-form__button-inner {
    width: 100%;
    margin: 5rem 0 0;
  }
  body.page-template-page-confirm .l-form__button-inner .l-form__btn-block {
    width: 40.5797101449%;
    margin: 0 auto;
  }
  body.page-template-page-confirm .l-form__button-inner .l-form__btn-block:not(:last-child) {
    margin: 0 auto 2rem;
  }
  .l-form__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;
  }
  .l-form__row:not(:last-child) {
    margin: 0 0 3.25rem;
  }
  .l-form__row.--radio .l-form__item {
    margin: 0 1rem 0 0;
  }
  .l-form__item {
    width: 30.0207039337%;
    margin: 2.1875rem 1rem 0 0;
  }
  .l-form__item p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
  }
  .l-form__item p span.--title {
    margin: 0;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__item p span.--required {
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__item.--hidden {
    display: block;
    visibility: hidden;
  }
  .l-form__detail {
    width: 68.3229813665%;
  }
  .l-form__detail p span input {
    padding: 2rem;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__detail p span input::-webkit-input-placeholder {
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__detail p span input::placeholder {
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__detail.--radio {
    margin: 0;
  }
  .l-form__detail.--radio p span span label .wpcf7-list-item-label {
    padding: 0 0 0 2.5rem;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__detail.--radio p span span label .wpcf7-list-item-label:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .l-form__detail.--radio p span span label .wpcf7-list-item-label:after {
    left: 0.375rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  .l-form__detail.--radio .wpcf7-list-item:not(:last-child) {
    margin: 0 0 1.25rem;
  }
  .l-form__detail.--textarea textarea {
    height: 27.5rem;
    padding: 2rem;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .wpcf7-not-valid-tip {
    margin: 0.5rem 0 0;
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__detail-text {
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-form__detail-text.--mt {
    margin: 0.75rem 0 0;
  }
  .l-form__detail-text.--mb {
    margin: 0 0 1rem;
  }
  .l-form__privacy {
    width: 68.3229813665%;
    margin: 3.25rem 0 0 auto;
  }
  .l-form__privacy-container {
    padding: 2rem;
  }
  .l-form__agree {
    width: 1.5rem;
    height: 1.5rem;
  }
  .l-form__agree p label .l-form__agree-box:before {
    top: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .l-form__agree p label .l-form__agree-box:after {
    top: 0.8125rem;
    left: 0.25rem;
    width: 1rem;
    height: 1.125rem;
  }
  .l-form__privacy-inner {
    width: 92.9292929293%;
    height: 8.3125rem;
  }
  .l-form__privacy-text {
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .l-form__button-inner {
    width: 68.3229813665%;
    margin: 5rem 0 0 auto;
  }
  .l-form__btn-block {
    width: 59.3939393939%;
    margin: 0 auto;
  }
  .l-form__btn-block input {
    padding: 2rem;
    font-weight: 600;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-hamburger__toggle {
    width: 3.75rem;
    height: 2.125rem;
    padding: 0.1875rem 0 0;
  }
  .l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(1) {
    -webkit-transform: translateY(0.9rem) rotate(-25deg);
            transform: translateY(0.9rem) rotate(-25deg);
  }
  .l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(3) {
    -webkit-transform: translateY(-0.85rem) rotate(25deg);
            transform: translateY(-0.85rem) rotate(25deg);
  }
  .l-hamburger__toggleWrap span {
    width: 3.75rem;
    height: 0.1875rem;
  }
  .l-hamburger__toggleWrap span:nth-of-type(2) {
    top: 0.90625rem;
  }
  .l-header {
    height: 5.625rem;
    padding: 1.25rem;
  }
  .l-header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
  }
  .l-header__logoLink svg {
    width: 9.3125rem;
    height: 3.125rem;
  }
  .l-menu {
    padding: 9.8125rem 11.6875rem 9.8125rem;
  }
  .l-menu__listWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;
    margin: 0 0 5rem;
    padding: 0;
  }
  .l-menu__list:not(:last-child) {
    margin: 0 4rem 0 0;
  }
  .l-menu__list:first-child {
    width: 12.5rem;
  }
  .l-menu__item:not(:last-child) {
    margin: 0 0 1.25rem 0;
  }
  .l-menu__link,
  .l-menu__link--online {
    display: inline-block;
    font-weight: 600;
    font-size: max(1.5rem, 12px);
    line-height: 2;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .l-menu__link:after,
  .l-menu__link--online:after {
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 2rem);
    height: 0.125rem;
            transform: scaleX(0);
            transform-origin: right center;
    background-color: #0c318e;
    content: "";
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  }
  .l-menu__linkWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
  }
  .l-menu__linkWrap .-tel {
    width: 22.5rem;
    padding: 1.0625rem 2rem;
  }
  .l-menu__linkLogo {
    display: block;
    width: 18.75rem;
    height: 6.28125rem;
  }
  .l-menu__linkLogo svg {
    width: 18.75rem;
    height: 6.28125rem;
  }
  .l-menu__subList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
    margin: 1rem 0 0 0.625rem;
  }
  .l-menu__subItem:not(:last-child) {
    margin: 0 1.25rem 0 0;
  }
  .l-menu__subLink {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .l-menu__subLink:after {
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    width: 100%;
    height: 0.125rem;
            transform: scaleX(0);
            transform-origin: right center;
    background-color: #0c318e;
    content: "";
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  }
  .l-section-title__jp {
    margin: 0.8125rem -8.75rem 0 0;
    font-weight: 600;
    font-size: max(2.25rem, 22px);
    line-height: 1.2;
    letter-spacing: 0.135em;
  }
  .l-section-title__eng {
    margin: 0;
    font-weight: 700;
    font-size: max(11.125rem, 107px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-bottom {
    padding: 0 6.8125rem 8rem;
  }
  .p-home-bottom:before {
    height: 11.6875rem;
  }
  .p-home-bottom__banner-link {
    margin: 0 0 6.625rem;
  }
  .p-home-bottom__title {
    margin: 0 auto 5rem;
  }
  .p-home-bottom__title-figure {
    width: 58.75rem;
    margin: 0 auto;
  }
  .p-home-bottom__title-figure svg {
    width: 58.75rem;
    height: 16.1875rem;
  }
  .p-home-bottom__note {
    width: 48.5rem;
    margin: 0 auto 5rem;
  }
  .p-home-bottom__note-figure {
    width: 48.5rem;
    height: 21.125rem;
  }
  .p-home-bottom__link-item:not(:last-child) {
    margin: 0 2.5rem 0 0;
  }
  .p-home-bottom__link-icon {
    margin: 0 0.5rem 0 0;
  }
  .p-home-bottom__link-icon.--youtube {
    width: 2.875rem;
    height: 1.9375rem;
  }
  .p-home-bottom__link-icon.--youtube svg {
    width: 2.875rem;
    height: 1.9375rem;
  }
  .p-home-bottom__link-icon.--instagram {
    width: 2.875rem;
    height: 2.875rem;
  }
  .p-home-bottom__link-icon.--instagram svg {
    width: 2.875rem;
    height: 2.875rem;
  }
  .p-home-bottom__link-text {
    font-weight: 700;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-kv {
    height: 48rem;
  }
  .p-home-kv__logo {
    display: block;
    z-index: 1;
    position: absolute;
    right: 6rem;
    bottom: 4rem;
  }
  .p-home-kv__logo svg {
    width: 21.5rem;
    height: 7.1875rem;
  }
  .p-onlineshop-fixed {
    top: 5.1875rem;
    right: 1.25rem;
    width: 3.75rem;
    height: 15.1875rem;
  }
  .p-onlineshop-fixed svg {
    width: 3.75rem;
    height: 15.1875rem;
  }
  .p-scroll-line {
    display: -webkit-box;
    display: flex;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 4rem;
    padding: 0 0.625rem 0 0;
    border-right: 0.125rem solid #fff;
  }
  .p-scroll-line__text {
    -webkit-writing-mode: vertical-rl;
    padding: 0 0 2.5rem;
    color: #fff;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    font-family: "Cormorant", serif;
    letter-spacing: 0em;
            writing-mode: vertical-rl;
  }
  .p-home-kv__catch {
    left: 6.875rem;
  }
  .p-home-kv__catchTitle {
    width: 37.5rem;
    height: 17.9375rem;
    margin: 0 0 1.875rem;
  }
  .p-home-kv__catchTitle svg {
    width: 37.5rem;
    height: 17.9375rem;
  }
  .p-home-kv__img {
    width: 97.6573938507%;
    padding: 2.3426061493% 0 0;
  }
  .p-home-lead {
    padding: 7.5rem 0 0;
  }
  .p-home-lead .c-button__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: center;
  }
  .p-home-lead .c-button__inner .c-button.c-button--medium.c-button--large.c-button--blue .c-button__arrow svg path {
    fill: #e5e5f1;
  }
  .p-home-lead__figure-wrap {
    margin: 7.5rem 0 8.0625rem;
  }
  .p-home-lead__figure:first-child {
    margin: 5.25rem 0 0;
  }
  .p-home-lead__figure-logo {
    bottom: -4rem;
  }
  .p-home-lead__content:before {
    top: -12.3125rem;
    width: 67.6875rem;
    height: 67.6875rem;
    background-image: url(./images/home/lead_blur_pc.png);
  }
  .p-home-lead__content-title {
    margin: 0 0 2.75rem;
  }
  .p-home-lead__content-title-text {
    font-weight: 700;
    font-size: max(3.125rem, 30px);
    line-height: 1.3;
    letter-spacing: 0em;
  }
  .p-home-lead__content-text {
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1.2;
    letter-spacing: 0em;
  }
  .p-home-lead__content-text:not(:last-child) {
    margin: 0 0 0 1.375rem;
  }
  .p-home-lead__bottom {
    padding: 4.8125rem 0 5.75rem;
  }
  .p-home-lead__bottom:before {
    height: 15.875rem;
  }
  .p-home-lead__bottom-illust--one {
    z-index: 1;
    top: -2.3125rem;
    right: 3.6875rem;
    left: auto;
  }
  .p-home-lead__bottom-illust--one svg {
    width: 38.625rem;
    height: 18.625rem;
  }
  .p-home-lead__bottom-illust--two {
    right: 20.75rem;
    left: auto;
  }
  .p-home-lead__bottom-figure--one {
    position: relative;
    width: 35.5rem;
    overflow: hidden;
  }
  .p-home-lead__bottom-figure--one::before {
    display: block;
    padding-top: 70.77%;
    content: "";
  }
  .p-home-lead__bottom-figure--two {
    position: relative;
    width: 50.25rem;
    margin: -15.0625rem auto 0;
    overflow: hidden;
  }
  .p-home-lead__bottom-figure--two::before {
    display: block;
    padding-top: 50%;
    content: "";
  }
  .p-home-lead__bottom-figure--three {
    position: relative;
    width: 35.5rem;
    margin: -15.0625rem 0 0 auto;
    overflow: hidden;
  }
  .p-home-lead__bottom-figure--three::before {
    display: block;
    padding-top: 70.77%;
    content: "";
  }
  .p-home-maguro {
    padding: 6.25rem 0 0;
  }
  .p-home-maguro .p-home-pickup__title {
    background-image: url(./images/home/maguro_title_line_pc.svg);
  }
  .p-home-maguro__wrap {
    margin: 4rem 0 0;
  }
  .p-home-maguro__figure {
    position: relative;
    overflow: hidden;
  }
  .p-home-maguro__figure::before {
    display: block;
    padding-top: 30.29%;
    content: "";
  }
  .p-home-maguro__content .c-button__inner {
    position: absolute;
    right: 5rem;
    bottom: 3.9375rem;
  }
  .p-home-maguro__content .c-button__text {
    margin: 0 1.5rem 0 0;
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-maguro__content .c-button__arrow {
    width: 2.4375rem;
    height: 2.4375rem;
  }
  .p-home-maguro__content .c-button__arrow svg {
    width: 0.6875rem;
    height: 0.8125rem;
    margin: 0 0 0 0.0625rem;
  }
  .p-home-maguro__logo {
    top: -8.25rem;
    width: 8.125rem;
    height: 13.3125rem;
  }
  .p-home-maguro__logo svg {
    width: 8.125rem;
    height: 13.3125rem;
  }
  .p-home-maguro__content-wrap {
    padding: 8.3125rem 0 0;
  }
  .p-home-maguro__content-title {
    text-stroke: 0px #f3f1e2;
    -webkit-text-stroke: 0px #f3f1e2;
    margin: 0 0 2rem;
    color: #f3f1e2;
    font-weight: 700;
    font-size: max(2.75rem, 26px);
    line-height: 1.4;
    letter-spacing: 0em;
  }
  .p-home-maguro__content-text {
    margin: 0;
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-maguro__loop-inner {
    margin: 3.25rem 0 0;
    padding: 0 0 9.625rem;
  }
  .p-home-maguro__bottom {
    padding: 5rem 0 0;
  }
  .p-home-maguro__bottom-item {
    width: 49.2633517495%;
  }
  .p-home-maguro__bottom-item:not(:last-child) {
    margin: 0 1.4732965009% 0 0;
  }
  .p-home-maguro__bottom-item:nth-child(2) .p-home-maguro__bottom-figure {
    width: auto;
    height: 8.4375rem;
    margin: 0 auto 2rem;
  }
  .p-home-maguro__bottom-item-wrap {
    padding: 12.6875rem 0 2.625rem;
  }
  .p-home-maguro__bottom-item-wrap .c-button__inner .c-button__arrow {
    width: 2.4375rem;
    height: 2.4375rem;
  }
  .p-home-maguro__bottom-item-wrap .c-button__inner .c-button__arrow svg {
    width: 0.6875rem;
    height: 0.8125rem;
    margin: 0 0 0 0.0625rem;
  }
  .p-home-maguro__bottom-logo {
    top: -2.625rem;
    width: 8.125rem;
  }
  .p-home-maguro__bottom-logo svg {
    width: 8.125rem;
    height: 13.3125rem;
  }
  .p-home-maguro__bottom-title {
    margin: 0 0 1rem;
    font-weight: 700;
    font-size: max(2.25rem, 15px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-maguro__bottom-text {
    margin: 0 0 2rem;
    font-weight: 700;
    font-size: max(1.5rem, 15px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-maguro__bottom-figure {
    width: auto;
    height: 8.4375rem;
    margin: 0 auto 2rem;
  }
  .p-home-news {
    display: block;
    padding: 8.75rem 0 3.75rem;
    background-color: #f2f3f7;
  }
  .p-home-news__inner {
    width: 100%;
    padding: 0 19.0625rem;
  }
  .p-home-news__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    position: relative;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
  }
  .p-home-news__wrap:before {
    display: block;
    position: absolute;
    top: -1rem;
    right: -7.8125rem;
    content: "News";
    color: #e5e5f1;
    font-weight: 700;
    font-size: max(11.125rem, 107px);
    line-height: 0.6235955056;
    font-family: "Cormorant", serif;
    letter-spacing: 0em;
  }
  .p-home-news__wrap .p-home-value__title {
    flex-shrink: 0;
    margin: 0;
  }
  .p-home-news__wrap .p-home-value__title-jp {
    padding: 0.75rem 0.75rem 0 0;
    border-top: 0.125rem solid #0c318e;
    border-right: 0.125rem solid #0c318e;
    font-weight: 600;
    font-size: max(2.25rem, 21px);
    line-height: 0.9722222222;
    letter-spacing: 0em;
  }
  .p-home-news__wrap .p-home-value__title-eng {
    display: none;
  }
  .p-home-news__list-wrap {
    position: relative;
    width: 85.1851851852%;
  }
  .p-home-news__list-wrap .c-button__inner {
    margin: 2.5rem 0 0;
  }
  .p-home-news__list-wrap .c-button__inner .c-button__arrow {
    margin: 0;
  }
  .p-home-news__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
    padding: 1.5rem 0;
    border-bottom: 0.0625rem solid #d9dbe4;
  }
  .p-home-news__item-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
    width: 10.375rem;
    margin: 0 3.25rem 0 0;
  }
  .p-home-news__item-info time {
    display: block;
    width: 5.875rem;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    font-family: "Cormorant", serif;
    letter-spacing: 0em;
  }
  .p-home-news__item-cat {
    display: block;
    padding: 0.25rem 0.5rem;
    border-radius: 3.0625rem;
    background-color: #fff;
    font-weight: 600;
    font-size: max(0.875rem, 10px);
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .p-home-news__item-title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 0;
    overflow: hidden;
    font-weight: 600;
    font-size: max(0.9375rem, 12px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-home-news__item-title:before {
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
            transform: scaleX(0);
            transform-origin: right center;
    background-color: #0c318e;
    content: "";
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  }
  .p-home-parallax {
    padding: 0;
  }
  .p-home-parallax__white {
    width: 85.375rem;
    height: 15.625rem;
    background-image: url(./images/home/parallax_top_pc.svg);
    background-size: cover;
  }
  .p-home-parallax__cream {
    bottom: -0.09375rem;
    width: 85.375rem;
    height: 15.625rem;
    background-image: url(./images/home/parallax_bottom_pc.svg);
    background-size: cover;
  }
  .p-home-parallax__fish {
    top: -4.6875rem;
  }
  .p-home-parallax__line {
    background-image: url(./images/home/parallax_pattern_pc.svg);
  }
  .p-home-parallax__line--one {
    -webkit-transform: translate(0%, 0%);
    top: -0.5rem;
    left: 3.5rem;
    width: 18.96875rem;
    height: 8.2875rem;
            transform: translate(0%, 0%);
  }
  .p-home-parallax__line--two {
    -webkit-transform: translate(0%, 0%);
    right: 3rem;
    bottom: 1.96875rem;
    width: 18.96875rem;
    height: 8.2875rem;
            transform: translate(0%, 0%);
  }
  .p-home-products {
    padding: 6.25rem 0 8.1875rem;
  }
  .p-home-products .l-container {
    padding: 0 3.6875rem;
  }
  .p-home-products .l-container:before {
    left: 3.6875rem;
  }
  .p-home-products .l-container:after {
    right: 3.6875rem;
  }
  .p-home-products__wrap {
    padding: 10.5rem 0;
  }
  .p-home-products__wrap:before {
    width: 100%;
    height: 3rem;
    background-image: url(./images/home/products_pattern_pc.svg);
  }
  .p-home-products__wrap:after {
    width: 100%;
    height: 3rem;
    background-image: url(./images/home/products_pattern_pc.svg);
  }
  .p-home-products__title {
    margin: 0 0 4.5rem;
  }
  .p-home-products__title-jp {
    margin: 0 0 1rem;
  }
  .p-home-products__title-jp-blue {
    padding: 0.8125rem 0 0;
    border-top: 0.4375rem solid #ea4122;
    font-weight: 700;
    font-size: max(4rem, 32px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-products__title-jp-orange {
    padding: 0.8125rem 0.8125rem 0 0;
    border-top: 0.4375rem solid #ea4122;
    border-right: 0.4375rem solid #ea4122;
    font-weight: 700;
    font-size: max(4rem, 32px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-products__title-eng {
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-products__inner {
    width: 70.8333333333%;
    margin: 0 auto;
  }
  .p-home-products__block .c-button__inner {
    margin: -1.1875rem 0 0;
  }
  .p-home-products__block .c-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-end;
  }
  .p-home-products__block .c-button__arrow {
    width: 2.4375rem;
    height: 2.4375rem;
  }
  .p-home-products__block .c-button__arrow svg {
    width: 0.6875rem;
    height: 0.8125rem;
  }
  .p-home-products__item-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-end;
  }
  .p-home-products__block-title {
    margin: 0 0 2.75rem;
  }
  .p-home-products__block-title-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
  }
  .p-home-products__block-title-text svg {
    width: 2.875rem;
    height: 2.875rem;
  }
  .p-home-products__block-title-text span {
    font-weight: 700;
    font-size: max(2.25rem, 18px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-products__slider {
    margin: 0;
    padding: 0;
  }
  .p-home-products__slider .splide__track {
    overflow: inherit;
  }
  .p-home-products__slider-list {
    -webkit-box-pack: start;
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: wrap;
            justify-content: flex-start;
  }
  .p-home-products__slider-item {
    width: 44.0045248869%;
  }
  .p-home-products__slider-item:not(:nth-child(2n)) {
    position: relative;
    margin: 0 6.4375rem 3.9375rem 0;
    padding: 0;
  }
  .p-home-products__slider-item:nth-child(2n) {
    margin: 0 0 3.9375rem 0;
  }
  .p-home-products__slider-item:nth-child(2n):before {
    display: none;
  }
  .p-home-products__slider-item:nth-child(2) .p-home-products__item-title {
    margin: 0;
  }
  .p-home-products__slider-item:not(:last-child) .p-home-products__item-text {
    padding: 0;
    border-bottom: 0;
  }
  .p-home-products__slider-item:before {
    -webkit-transform: translate(0%, 0%);
    top: auto;
    right: -3.25rem;
    bottom: 0;
    width: 0.125rem;
    height: 100%;
            transform: translate(0%, 0%);
  }
  .p-home-products__item-figure-wrap {
    width: 100%;
    margin: 0 0 1.5rem;
    padding: 0;
  }
  .p-home-products__item-title {
    margin: 0 0 1rem;
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-products__item-price {
    -webkit-transform: translate(0%, 0%);
    display: block;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: auto;
    width: auto;
            transform: translate(0%, 0%);
  }
  .p-home-products__item-price-yen {
    margin: 0;
  }
  .p-home-products__item-price-yen span:first-child {
    font-weight: 700;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    letter-spacing: 0em;
  }
  .p-home-products__item-price-yen span:nth-child(2) {
    margin: 0 0 -0.3125rem;
    font-weight: 700;
    font-size: max(2.125rem, 20px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-products__item-price-tax {
    margin: 0.5rem 0 0;
    font-weight: 700;
    font-size: max(1.25rem, 12px);
    line-height: 1.1;
    letter-spacing: 0em;
    text-align: right;
  }
  .p-home-products__item-figure {
    position: relative;
    width: 24.375rem;
    height: 24.375rem;
    overflow: hidden;
  }
  .p-home-products__item-figure::before {
    display: block;
    padding-top: 100%;
    content: "";
  }
  .p-home-products__item-figure img {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .p-home-products__item-text {
    width: 100%;
    margin: 0;
    font-weight: 700;
    font-size: max(0.9375rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-products__card {
    margin: 7.5rem 0;
    padding: 0;
  }
  .p-home-products__card-item {
    width: 48.6425339367%;
  }
  .p-home-products__card-item:nth-child(2) .p-home-products__card-link {
    padding: 4rem 0 1.625rem;
  }
  .p-home-products__card-link {
    padding: 5rem 0 0;
  }
  .p-home-products__card-link::before {
    background-image: url(./images/home/products_card_pattern_pc.svg);
  }
  .p-home-products__card-link::after {
    bottom: -0.9375rem;
    background-image: url(./images/home/products_card_pattern_pc.svg);
  }
  .p-home-products__card-link .c-button__inner {
    padding: 0 0 1.875rem;
  }
  .p-home-products__card-link .c-button__inner .c-button__text {
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-products__card-link .c-button__inner .c-button__arrow {
    width: 2.4375rem;
    height: 2.4375rem;
    background-color: #f3f1e2;
  }
  .p-home-products__card-link .c-button__inner .c-button__arrow svg {
    width: 0.9375rem;
    height: 0.8125rem;
    margin: 0 0 0 0.0625rem;
  }
  .p-home-products__card-link .c-button__inner .c-button__arrow svg path {
    fill: #0c318e;
  }
  .p-home-products__card-figure {
    -webkit-transform: translate(-50%, 0%);
    position: absolute;
    top: -5.5rem;
    left: 50%;
    width: 15.5rem;
    padding: 0;
            transform: translate(-50%, 0%);
  }
  .p-home-products__card-title {
    margin: 0 0 1.75rem;
  }
  .p-home-products__card-title-text svg {
    width: 2.875rem;
    height: 2.875rem;
  }
  .p-home-products__card-title-text span {
    font-weight: 700;
    font-size: max(2.25rem, 18px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-products__bottom {
    padding: 0 10.0625rem;
  }
  .p-home-products__bottom-item {
    width: 50%;
  }
  .p-home-products__bottom-item:nth-child(2) {
    margin: 15.125rem 0 0;
  }
  .p-home-products__bottom-link {
    display: block;
  }
  .p-home-products__bottom-figure svg {
    width: 17.5625rem;
    height: 20.1875rem;
  }
  .p-home-products-pickup {
    position: relative;
    padding: 7.5rem 0 24.8125rem;
  }
  .p-home-products-pickup .l-container {
    padding: 0 8.75rem;
  }
  .p-home-products-pickup__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-end;
            justify-content: center;
    width: 68.1399631676%;
    margin: 0 auto 12.9375rem;
  }
  .p-home-products-pickup__head-title {
    flex-shrink: 0;
    margin: 0 1.25rem 0 0;
  }
  .p-home-products-pickup__head-title-jp-vertical {
    display: block;
    font-weight: 700;
    font-size: max(4rem, 32px);
    line-height: 1;
    letter-spacing: 0em;
    white-space: pre;
  }
  .p-home-products-pickup__head-title-jp-horizontal {
    margin: 0;
    padding: 0.75rem 0.75rem 0 0;
    border-top: 0.4375rem solid #ea4122;
    border-right: 0.4375rem solid #ea4122;
    font-weight: 700;
    font-size: max(4rem, 38px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-products-pickup__head-title-eng {
    margin: 1rem 0 0;
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  .p-home-products-pickup__head-text {
    width: 51.3513513514%;
    margin: 0 0 2.125rem;
    font-weight: 700;
    font-size: max(1.25rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-products-pickup__recommend-title {
    display: none;
  }
  .p-home-products-pickup__recommend-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    position: relative;
            flex-direction: row;
            align-items: flex-start;
            justify-content: center;
    width: 73.664825046%;
    margin: 0 auto;
  }
  .p-home-products-pickup__recommend-wrap:before {
    z-index: 1;
    position: absolute;
    bottom: -1.0625rem;
    left: -0.125rem;
    width: 3.6875rem;
    height: 3.375rem;
    background-image: url(./images/home/pickup_osusume_logo.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .p-home-products-pickup__recommend-figure {
    position: relative;
    flex-shrink: 0;
    width: 80.25%;
    margin: 0 0 0 1.25rem;
    overflow: hidden;
  }
  .p-home-products-pickup__recommend-figure::before {
    display: block;
    padding-top: 53.27%;
    content: "";
  }
  .p-home-products-pickup__recommend-content {
    width: 23.975rem;
    margin: -7rem 0 0 -15.625rem;
  }
  .p-home-products-pickup__recommend-info {
    width: 23.975rem;
    margin: 0;
  }
  .p-home-products-pickup__recommend-info svg {
    width: 23.9725rem;
    height: 23.78125rem;
  }
  .p-home-products-pickup__recommend-link-inner {
    width: 9rem;
    margin: 0.75rem 4rem 0 auto;
  }
  .p-home-products-pickup__recommend-link-title {
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-products-pickup__recommend-link-arrow {
    width: 2.4375rem;
    height: 2.4375rem;
    background-image: url(./images/home/products_pickup_arrow_pc.svg);
  }
  .p-home-pickup {
    padding: 8.0625rem 0 0;
  }
  .p-home-pickup__title {
    padding: 1.1875rem 1.4375rem;
    background-image: url(./images/home/pickup_title_line_pc.svg);
    font-weight: 700;
    font-size: max(2.25rem, 22px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-pickup__inner {
    width: 81.3996316759%;
    margin: 4rem auto 0;
  }
  .p-home-pickup__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            justify-content: center;
  }
  .p-home-pickup__item {
    width: 44.1176470588%;
  }
  .p-home-pickup__item:not(:last-child) {
    position: relative;
    margin: 0 6.5rem 0 0;
    padding: 0;
    border-bottom: none;
  }
  .p-home-pickup__item:not(:last-child):before {
    position: absolute;
    right: -3.25rem;
    bottom: 0;
    width: 0.125rem;
    height: 100%;
    background-color: #0c318e;
    content: "";
  }
  .p-home-pickup__item:not(:first-child) {
    padding: 0;
  }
  .p-home-pickup__item-figure-wrap {
    margin: 0 0 1.5rem;
  }
  .p-home-pickup__item-title {
    position: static;
    margin: 0 0 1.5rem;
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
    text-align: center;
  }
  .p-home-pickup__item-price-yen span:first-child {
    font-weight: 700;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-pickup__item-price-yen span:nth-child(2) {
    margin: 0 0 -0.3125rem;
    font-weight: 700;
    font-size: max(2.125rem, 20px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-pickup__item-price-tax {
    font-weight: 700;
    font-size: max(1.25rem, 12px);
    line-height: 1.1;
    letter-spacing: 0em;
  }
  .p-home-pickup__item-figure {
    width: 24.375rem;
    height: 24.375rem;
  }
  .p-home-pickup__item-text {
    font-weight: 700;
    font-size: max(0.9375rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-recipe2 {
    padding: 15.625rem 0 3.75rem;
  }
  .p-home-recipe2 .l-container {
    margin: 0 0 15.625rem;
    padding: 0 6.5625rem;
  }
  .p-home-recipe2 .l-container:before, .p-home-recipe2 .l-container:after {
    width: 6.5625rem;
  }
  .p-home-recipe2__pattern-top {
    background-image: url(./images/home/recipe2_pattern_top_pc.svg);
  }
  .p-home-recipe2__pattern-bottom {
    background-image: url(./images/home/recipe2_pattern_bottom_pc.svg);
  }
  .p-home-recipe2__pattern-top, .p-home-recipe2__pattern-bottom {
    padding-top: 10.662359%;
  }
  .p-home-recipe2__inner {
    padding: 0;
    background-image: url(./images/home/recipe2_pattern_middle_pc.svg);
  }
  .p-home-recipe2__title {
    width: 30.371567%;
  }
  .p-home-recipe2__loop-inner {
    width: 96.768982%;
    margin-top: 3.5rem;
  }
  .p-home-recipe2__detail {
    margin-top: 0;
    margin-left: 3.55412%;
  }
  .p-home-recipe2__text {
    font-weight: 700;
    font-size: max(1.25rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-recipe2 .c-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-end;
  }
  .p-home-recipe2 .c-button__inner {
    margin: 2rem 0 0;
  }
  .p-home-recipe2 .c-button__text {
    margin: 0 1.5rem 0 0;
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-recipe2 .c-button__arrow {
    width: 2.4375rem;
    height: 2.4375rem;
  }
  .p-home-recipe2 .c-button__arrow svg {
    width: 0.9375rem;
    height: 0.8125rem;
    margin: 0 0 0 0.0625rem;
  }
  .p-home-recipe2__bottom-icon {
    width: 13.125rem;
    height: 13.5rem;
    margin: 5rem auto 0;
  }
  .p-home-recipe {
    margin: 0;
    padding: 0 0 11.6875rem;
  }
  .p-home-recipe:before {
    -webkit-transform: translate(-50%, 0%);
    position: absolute;
    top: -14.5rem;
    left: 50%;
    width: 100%;
    height: 14.5rem;
            transform: translate(-50%, 0%);
    background-color: #f3f1e2;
    content: "";
  }
  .p-home-recipe .l-container {
    padding: 0 4rem;
  }
  .p-home-recipe .l-container:before {
    left: 4.25rem;
    width: 0.75rem;
  }
  .p-home-recipe .l-container:after {
    right: 4.25rem;
    width: 0.75rem;
  }
  .p-home-recipe__inner {
    padding: 0 3.25rem 7.5rem;
    border-right: 1.25rem solid #0c318e;
    border-left: 1.25rem solid #0c318e;
  }
  .p-home-recipe__pattern-top {
    top: -8.125rem;
    width: calc(100% - 8rem);
    height: 8.25rem;
    background-image: url(./images/home/recipe_pattern_top_pc.svg);
    background-size: contain;
  }
  .p-home-recipe__pattern-bottom {
    width: calc(100% - 8rem);
    height: 1.125rem;
    background-image: url(./images/home/line_bottom_pc.svg);
    background-size: cover;
  }
  .p-home-recipe__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
    width: 77.3308957952%;
    margin: 0 auto 5rem;
  }
  .p-home-recipe__title {
    width: 44.4444444444%;
    margin: 0 5.2009456265% 0 0;
  }
  .p-home-recipe__text {
    width: 50.3546099291%;
    margin: 0;
    font-weight: 700;
    font-size: max(1.25rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-recipe__comingsoon {
    margin: 0 0 0.625rem;
    font-weight: 700;
    font-size: 6.25rem;
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-recipe__wrap .c-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-end;
  }
  .p-home-recipe__wrap .c-button__inner {
    margin: 0.75rem 0 5rem;
  }
  .p-home-recipe__wrap .c-button__text {
    margin: 0 1.5rem 0 0;
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-recipe__wrap .c-button__arrow {
    -webkit-transform: rotateZ(90deg);
    width: 2.4375rem;
    height: 2.4375rem;
            transform: rotateZ(90deg);
  }
  .p-home-recipe__wrap .c-button__arrow svg {
    width: 0.9375rem;
    height: 0.8125rem;
    margin: 0 0 0 0.0625rem;
  }
  .p-home-recipe__choose {
    width: 64.168190128%;
    margin: 0 auto 5rem;
  }
  .p-home-recipe__choose-block {
    width: 50%;
    padding: 2.5625rem;
    border-top: 0.1875rem solid #0c318e;
    border-bottom: 0.1875rem solid #0c318e;
    border-left: 0.1875rem solid #0c318e;
    background-color: #f3f1e2;
  }
  .p-home-recipe__choose-block:nth-child(2) {
    border-right: 0.1875rem solid #0c318e;
  }
  .p-home-recipe__choose-block:not(:last-child) {
    margin: 0;
    padding: 2.5625rem;
  }
  .p-home-recipe__choose-block:not(:last-child):before {
    display: none;
  }
  .p-home-recipe__choose-title {
    margin: 0 0 1.25rem;
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-recipe__choose-item:not(:last-child) {
    margin: 0 1rem 0 0;
  }
  .p-home-recipe__choose-link {
    padding: 0.25rem 0.5625rem;
    background-color: #fff;
    font-weight: 700;
    font-size: max(0.9375rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .p-home-recipe__slider {
    margin: 0 -1.5rem 0 -0.75rem;
  }
  .p-home-recipe__slider-title {
    margin: 0 0 2.75rem;
  }
  .p-home-recipe__slider-title-text svg {
    width: 2.875rem;
    height: 2.875rem;
  }
  .p-home-recipe__slider-title-text span {
    font-weight: 700;
    font-size: max(2.25rem, 18px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-recipe__slider-list.splide__list {
    -webkit-box-pack: start;
    -webkit-box-align: start;
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: wrap;
            align-items: flex-start;
            justify-content: flex-start;
    margin: 0 0 2.875rem !important;
    padding: 0 1.125rem !important;
  }
  .p-home-recipe__slider-item {
    width: 29.4332723949%;
  }
  .p-home-recipe__slider-item:not(:nth-child(3n)) {
    margin: 0 5.8500914077% 2.9250457038% 0;
  }
  .p-home-recipe__slider-item:before {
    -webkit-transform: translate(0%, 0%);
    top: 0;
    right: -9.9378881988%;
    width: 0.125rem;
    height: 27.6875rem;
            transform: translate(0%, 0%);
  }
  .p-home-recipe__slider-cat-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
    z-index: 1;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
    margin: 0 0 0.6875rem;
  }
  .p-home-recipe__slider-cat-item {
    padding: 0.25rem 0.5625rem;
    font-weight: 700;
    font-size: max(0.9375rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-recipe__slider-cat-item:nth-child(n+2) {
    display: block;
  }
  .p-home-recipe__slider-cat-item:not(:last-child) {
    margin: 0 0.5rem 0 0;
  }
  .p-home-recipe__slider-time-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.5rem 0 0;
  }
  .p-home-recipe__slider-time-text--figure {
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-recipe__slider-time-text--minute {
    font-weight: 700;
    font-size: max(1.625rem, 12px);
    line-height: 1.1;
    letter-spacing: 0em;
  }
  .p-home-recipe__slider-figure {
    position: relative;
    width: 96.2732919255%;
    margin: -3.3125rem 0 1rem auto;
    overflow: hidden;
  }
  .p-home-recipe__slider-figure::before {
    display: block;
    padding-top: 100%;
    content: "";
  }
  .p-home-recipe__slider-figure img {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .p-home-recipe__slider-info-title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 0 0 2rem;
    overflow: hidden;
    font-weight: 700;
    font-size: max(1.25rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-recipe__slider-info-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin: 0 auto;
    overflow: hidden;
    font-weight: 700;
    font-size: max(0.9375rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-recipe__bottom-icon {
    width: 13.125rem;
    height: 13.5rem;
    margin: 5rem auto 0;
  }
  .p-home-recipe__bottom-icon svg {
    width: 13.125rem;
    height: 13.5rem;
  }
  .p-home-shop {
    padding: 0 0 9.875rem;
  }
  .p-home-shop:before {
    top: -18.5rem;
    width: 85.375rem;
    height: 18.5625rem;
    background-image: url(./images/home/shop_pattern_pc.svg);
  }
  .p-home-shop .l-container {
    padding: 0 11.875rem;
  }
  .p-home-shop__title {
    border-right: 0.4375rem solid #ffba09;
  }
  .p-home-shop__title-head {
    -webkit-box-align: center;
            align-items: center;
    padding: 0.8125rem 0.8125rem 0 0;
    border-top: 0.4375rem solid #ffba09;
  }
  .p-home-shop__title-head-eng {
    margin: 0 0.625rem 0 0;
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-shop__title-head-jp {
    padding: 0;
    font-weight: 700;
    font-size: max(4rem, 32px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-shop__title-yellow {
    margin: 0.625rem 0 0;
    padding: 0 0.8125rem 0 0;
    font-weight: 700;
    font-size: max(4rem, 32px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-shop__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-end;
            justify-content: flex-start;
    width: 82.9614604462%;
    margin: -12.5rem auto 0 0;
    padding: 0 0 0 4.625rem;
  }
  .p-home-shop__head {
    width: 51.8817204301%;
  }
  .p-home-shop__head-title-text svg {
    width: 2.625rem;
    height: 2.625rem;
  }
  .p-home-shop__head-title-text span {
    font-weight: 700;
    font-size: max(2.25rem, 16px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-shop__figure-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;
  }
  .p-home-shop__place {
    -webkit-writing-mode: vertical-rl;
    width: 8.8082901554%;
    padding: 0.5rem 0.375rem;
    font-weight: 700;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
            writing-mode: vertical-rl;
  }
  .p-home-shop__figure {
    width: 82.9015544041%;
    margin: 0 0 0 8.2901554404%;
  }
  .p-home-shop__content {
    width: 45.4301075269%;
    margin: 0 0 0 2.688172043%;
  }
  .p-home-shop__content address {
    margin: 0 0 1.25rem;
    font-weight: 700;
    font-size: max(0.9375rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-shop__content-title {
    margin: 0 0 1.25rem;
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-shop__content-row:not(:last-child) {
    margin: 0 0 1.25rem;
  }
  .p-home-shop__content-item {
    margin: 0 0 0.5rem;
    font-weight: 700;
    font-size: max(0.9375rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-shop__content-detail {
    font-weight: 700;
    font-size: max(0.9375rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-shop__content-detail span {
    font-weight: 700;
    font-size: max(0.9375rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-shop__content-detail a {
    font-weight: 700;
    font-size: max(1.125rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-shop__content-detail-list {
    margin: 0 0 0.5rem;
  }
  .p-home-shop__content-detail-item {
    padding: 0 0 0 1.5rem;
    font-weight: 700;
    font-size: max(0.9375rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .p-home-shop__content-detail-item:not(:last-child) {
    margin: 0 0 0.5rem;
  }
  .p-home-shop__content-detail-item:before {
    top: 0.375rem;
    left: 0.625rem;
    width: 0.25rem;
    height: 0.25rem;
  }
  .p-home-sustainable {
    padding: 0;
  }
  .p-home-sustainable .c-button.c-button--medium .c-button__text {
    font-weight: 600;
    font-size: max(1.5rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-sustainable__shape {
    background-size: cover;
  }
  .p-home-sustainable__shape--top {
    width: 66.875rem;
    height: 15.25rem;
    background-image: url(./images/home/sustainable_shape_01_pc.svg);
  }
  .p-home-sustainable__shape--bottom {
    width: 66.875rem;
    height: 10.375rem;
    background-image: url(./images/home/sustainable_shape_02_pc.svg);
  }
  .p-home-sustainable__content {
    top: 2.375rem;
  }
  .p-home-sustainable__content .c-button.c-button--medium.c-button--large .c-button__arrow.c-button__arrow--horizontal {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  .p-home-sustainable__title-jp {
    padding: 0.75rem 0.75rem 0 0;
    font-weight: 600;
    font-size: max(2.25rem, 16px);
    line-height: 0.9722222222;
    letter-spacing: 0em;
  }
  .p-home-sustainable__title-eng {
    top: 3.5rem;
    left: calc(50% - 1.7rem);
    font-weight: 600;
    font-size: max(11.125rem, 107px);
    line-height: 0.6235955056;
    letter-spacing: 0em;
  }
  .p-home-sustainable__text {
    margin: 1.25rem 0;
    font-weight: 600;
    font-size: max(1.5rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-home-sustainable__bg {
    height: 48.75rem;
  }
  .p-home-unstaffed {
    padding: 0 0 7.25rem;
  }
  .p-home-unstaffed__inner {
    margin: -2rem 0 0;
  }
  .p-home-unstaffed__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: center;
    margin: 6rem 0 0;
    padding: 0 6.3125rem;
  }
  .p-home-unstaffed__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: center;
    width: 31.3573883162%;
  }
  .p-home-unstaffed__item:not(:last-child) {
    margin: 0 2.8350515464% 0 0;
  }
  .p-home-unstaffed__item:first-child .p-home-unstaffed__item-no {
    width: 2.25rem;
    height: 14.75rem;
  }
  .p-home-unstaffed__item:nth-child(2) {
    margin: 1.5rem 2.8350515464% 0 0;
  }
  .p-home-unstaffed__item:nth-child(3) {
    margin: 4rem 0 0 0;
  }
  .p-home-unstaffed__figure {
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .p-home-unstaffed__figure:before {
    display: none;
  }
  .p-home-unstaffed__item-no {
    position: relative;
    width: 2.28125rem;
    margin: 3.375rem 0 0 -2.25rem;
  }
  .p-home-unstaffed__item-no:before {
    -webkit-transform: translate(-50%, -50%) scaleY(1);
    -webkit-transition: -webkit-transform 1s ease;
    -webkit-transform-origin: bottom center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 102%;
    height: 100%;
            transform: translate(-50%, -50%) scaleY(1);
            transform-origin: bottom center;
    background-color: #fff;
    content: "";
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
  }
  .p-home-value {
    padding: 2.125rem 0 12.625rem;
  }
  .p-home-value:before {
    top: 12.5rem;
    width: 81.375rem;
    height: calc(100% - 12.5rem);
  }
  .p-home-value__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
    margin: 0 0 0 8.5rem;
  }
  .p-home-value__title-jp {
    padding: 0.75rem 0.75rem 0 0;
    border-top: 0.125rem solid #0c318e;
    border-right: 0.125rem solid #0c318e;
    font-weight: 600;
    font-size: max(2.25rem, 21px);
    line-height: 0.9722222222;
    letter-spacing: 0em;
  }
  .p-home-value__title-eng {
    -webkit-transform: translate(0%, 0%);
    top: 3.5rem;
    left: -4.5rem;
            transform: translate(0%, 0%);
    font-weight: 700;
    font-size: max(11.125rem, 107px);
    line-height: 0.6235955056;
    letter-spacing: 0em;
  }
  .p-home-value__inner {
    margin: 2.125rem 0 0;
  }
  .p-home-value__item {
    width: 75.1098096633%;
  }
  .p-home-value__item:nth-child(2n) {
    margin: 0 0 3.8125rem auto !important;
  }
  .p-home-value__item:nth-child(2n) .p-home-value__item-text-wrap {
    width: 52.6315789474%;
    margin: 0 26.5rem 0 4rem;
  }
  .p-home-value__item:not(:last-child) {
    margin: 0 0 3.8125rem;
  }
  .p-home-value__figure-wrap {
    margin: 0 0 1rem;
    padding: 4rem 0 0;
  }
  .p-home-value__bottom-figure {
    position: relative;
    width: 93.9571150097%;
    overflow: hidden;
  }
  .p-home-value__bottom-figure::before {
    display: block;
    padding-top: 36.72%;
    content: "";
  }
  .p-home-value__figure-title-no {
    margin: 0 0 0.5625rem;
    padding: 0.25rem 0.5rem 0 0;
    font-style: normal;
    font-weight: 600;
    font-size: max(1.875rem, 18px);
    line-height: 1;
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0em;
  }
  .p-home-value__figure-title-eng {
    font-weight: 700;
    font-size: max(2.0625rem, 20px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-value__figure-title-jp {
    font-weight: 600;
    font-size: max(3.125rem, 30px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-value__item-text-wrap {
    width: 52.6315789474%;
    margin: 0 3.875rem 0 26.5rem;
  }
  .p-home-value__item-text {
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-about-service {
    padding: 10rem 0;
  }
  .p-about-service .l-container {
    padding: 0 7.6875rem;
  }
  .p-about-service .l-section-title {
    padding: 0 0 0 6.0625rem;
  }
  .p-about-service__text {
    margin: 4rem 0 5rem;
    font-weight: 600;
    font-size: max(1.5rem, 12px);
    line-height: 2;
    letter-spacing: 0em;
  }
  .p-about-service__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;
  }
  .p-about-service__item {
    width: 32.1428571429%;
  }
  .p-about-service__item:not(:last-child) {
    margin: 0 1.7857142857% 0 0;
  }
  .p-about-service__figure {
    position: relative;
    overflow: hidden;
  }
  .p-about-service__figure::before {
    display: block;
    padding-top: 133.33%;
    content: "";
  }
  .p-about-service__item-title {
    font-weight: 600;
    font-size: max(1.875rem, 18px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-about-service__item-item {
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-about-service__item-item:before {
    -webkit-transform: translate(0%, 0%);
    top: 1rem;
            transform: translate(0%, 0%);
  }
  .p-about-service__item-item:not(:last-child) {
    margin: 0 0 1rem;
  }
  .p-about-history {
    padding: 0 0 10rem;
  }
  .p-about-history .l-container {
    padding: 0 7.6875rem;
  }
  .p-about-history .l-section-title {
    padding: 0 0 0 6.0625rem;
  }
  .p-about-history__inner {
    width: 80.3571428571%;
    margin: 5rem auto 0;
  }
  .p-about-history__title {
    margin: 0 0 3.25rem;
    font-weight: 600;
    font-size: max(1.875rem, 18px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-about-history__row {
    padding: 0 0 0 1rem;
  }
  .p-about-history__row:not(:last-child) {
    margin: 0 0 2rem;
  }
  .p-about-history__item {
    margin: 0 0 1rem;
  }
  .p-about-history__item-sub {
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-about-history__item-title {
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-about-history__detail {
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-about-overview {
    padding: 0 0 9.625rem;
  }
  .p-about-overview .l-container {
    padding: 0 7.6875rem;
  }
  .p-about-overview .l-section-title {
    padding: 0 0 0 6.0625rem;
  }
  .p-about-overview__inner {
    width: 80.3571428571%;
    margin: 5rem auto 0;
  }
  .p-about-overview__row {
    padding: 1.375rem 1rem;
  }
  .p-about-overview__row--multiline .p-about-overview__item {
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-about-overview__row--multiline .p-about-overview__detail {
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-about-overview__item {
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-about-overview__detail {
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-about-overview__detail-item {
    padding: 0 0 0 1.1875rem;
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-about-overview__detail-item:before {
    top: 0.78125rem;
    left: 0.46875rem;
    width: 0.25rem;
    height: 0.25rem;
  }
  .p-contact {
    padding: 6.25rem 0 20rem;
  }
  .p-contact .l-container {
    padding: 0 12.5rem;
  }
  .p-contact__text {
    margin: 0 0 10rem;
    font-weight: 600;
    font-size: max(1.5rem, 14px);
    line-height: 2;
    letter-spacing: 0em;
    text-align: center;
  }
  .p-contact__progress-item-no {
    width: 4rem;
    height: 4rem;
    padding: 1.25rem 0;
    font-weight: 600;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-contact__progress-item-text {
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-feature {
    padding: 0 0 10.25rem;
  }
  .p-feature-lead {
    padding: 10rem 0;
  }
  .p-feature-lead .l-container {
    padding: 0 14.125rem;
  }
  .p-feature-lead__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;
    margin: 0 0 10rem;
    padding: 0 0 0 1.375rem;
  }
  .p-feature-lead__title {
    -webkit-writing-mode: vertical-rl;
    flex-shrink: 0;
    margin: 0 6.25rem 0 0;
    font-weight: 600;
    font-size: max(3.125rem, 30px);
    line-height: 1.06;
    letter-spacing: 0.06em;
    white-space: pre;
            writing-mode: vertical-rl;
  }
  .p-feature-lead__text {
    margin: 2.4375rem 0 0;
    font-weight: 600;
    font-size: max(1.5rem, 14px);
    line-height: 2;
    letter-spacing: 0em;
  }
  .p-feature-lead__figure--one {
    position: relative;
    width: 97.2647702407%;
    margin: 0 0 0 1.5625rem;
    overflow: hidden;
  }
  .p-feature-lead__figure--one::before {
    display: block;
    padding-top: 60.74%;
    content: "";
  }
  .p-feature-lead__figure--two {
    position: relative;
    width: 46.4128843338%;
    overflow: hidden;
  }
  .p-feature-lead__figure--two::before {
    display: block;
    padding-top: 63.41%;
    content: "";
  }
  .p-feature-detail {
    padding: 0 0 10rem;
  }
  .p-feature-detail .l-container {
    padding: 0;
  }
  .p-feature-detail__title {
    margin: 0 0 5rem;
    font-weight: 600;
    font-size: max(3.125rem, 30px);
    line-height: 1.06;
    letter-spacing: 0.06em;
  }
  .p-feature-detail__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
  }
  .p-feature-detail__block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row-reverse;
            align-items: center;
            justify-content: space-between;
  }
  .p-feature-detail__block:nth-child(even) .p-feature-detail__block-content {
    padding: 0 0 0 8.78477306%;
  }
  .p-feature-detail__block:not(:last-child) {
    margin: 0 0 6.25rem;
  }
  .p-feature-detail__block-figure {
    width: 48.3162518302%;
    margin: 0;
  }
  .p-feature-detail__block-content {
    width: 45.8272327965%;
    padding: 0 8.78477306% 0 0;
  }
  .p-feature-detail__block-title {
    font-weight: 600;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-feature-detail__block-text {
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-feature-detail__sticky.u-only-pc {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    position: relative;
    flex-wrap: wrap;
            justify-content: space-between;
  }
  .p-feature-detail__figure-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
    position: sticky;
    top: 0;
            flex-direction: column;
            justify-content: flex-start;
    width: 48.3162518302%;
    height: 100vh;
  }
  .p-feature-detail__figure {
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
            transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.5, 1);
  }
  .p-feature-detail__content-wrap {
    width: 45.8272327965%;
  }
  .p-feature-detail__content-wrap .p-feature-detail__block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 0 19.1693290735% 0 0;
  }
  .p-news-detail {
    padding: 12.125rem 0 20rem;
  }
  .p-news-detail:before {
    height: 12.125rem;
  }
  .p-news-detail .l-container {
    padding: 0 12.5rem;
  }
  .p-news-detail__head {
    margin: -2.6875rem 0 11.5625rem;
    padding: 0;
    border-bottom: none;
  }
  .p-news-detail__head-title {
    margin: 0 0 0.0625rem;
    font-weight: 600;
    font-size: max(2.5rem, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .p-news-detail__head-info time {
    margin: 0 1.5rem 0 0;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-news-detail__head-cat {
    padding: 0.25rem 0.5rem;
    border-radius: 3.0625rem;
    font-weight: 600;
    font-size: max(0.875rem, 10px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-news-detail__content {
    width: 82.8157349896%;
    margin: 0 auto 10rem;
  }
  .p-news-detail__content h2 {
    margin: 0 0 2rem;
    font-weight: 600;
    font-size: max(1.25rem, 15px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-news-detail__content p {
    margin: 0 0 2rem;
    font-weight: 600;
    font-size: max(0.9375rem, 12px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-news-detail__content a {
    padding: 0 0 0.5rem;
    font-weight: 600;
    font-size: max(0.9375rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-news-detail__content a:before {
    height: 0.0625rem;
  }
  .p-news-detail__content figure {
    margin: 2rem 0;
  }
  .p-news-detail__content figure.wp-block-image {
    width: 77.5%;
    margin: 2rem auto;
  }
  .p-news-detail__content figure figcaption {
    margin: 0.625rem 0 0;
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-news-detail__pagination {
    width: 89.6480331263%;
    margin: 0 auto;
  }
  .p-news-detail__pagination-link {
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    font-family: "Cormorant", serif;
    letter-spacing: 0em;
  }
  .p-news-detail__pagination-link:before {
    width: 4rem;
    height: 4rem;
    background-image: url(./images/news/pagination_arrow_pc.svg);
  }
  .p-news-detail__pagination-link:after {
    position: absolute;
    bottom: 0.1875rem;
    color: #0c318e;
    font-weight: 600;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .p-news-detail__pagination-link.--prev {
    padding: 0 0 2.4375rem 5rem;
  }
  .p-news-detail__pagination-link.--prev:after {
    left: 5rem;
    content: "前の記事を見る";
  }
  .p-news-detail__pagination-link.--next {
    padding: 0 13.0625rem 2.4375rem 0;
  }
  .p-news-detail__pagination-link.--next:after {
    right: 5rem;
    content: "次の記事を見る";
  }
  .p-news-detail__pagination-link.--summary {
    padding: 0 7.8125rem 0 16.0625rem;
    border-right: none;
    border-left: none;
    font-weight: 600;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .p-news-summary {
    padding: 8.25rem 0 20rem;
  }
  .p-news-summary .l-container {
    padding: 0 8.3125rem;
  }
  .p-news-summary__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
  }
  .p-news-summary__nav {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .p-news-summary__nav-current {
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    border-radius: 3.0625rem;
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-news-summary__nav-current:before {
    right: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
    background-image: url(./images/news/tag_icon_pc.svg);
  }
  .p-news-summary__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
    margin: 1.75rem 0 0;
  }
  .p-news-summary__nav-item:not(:first-child) {
    margin: 1rem 0 0;
  }
  .p-news-summary__nav-link {
    font-weight: 600;
    font-size: max(0.9375rem, 10px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-news-summary__list-wrap {
    width: 72.7272727273%;
  }
  .p-news-summary__item:not(:last-child) {
    margin: 0;
  }
  .p-news-summary__item:first-child .p-news-summary__link {
    padding: 0 0 2rem;
  }
  .p-news-summary__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
    padding: 2rem 0;
  }
  .p-news-summary__figure {
    position: relative;
    width: 31.25%;
    margin: 0;
    overflow: hidden;
  }
  .p-news-summary__figure::before {
    display: block;
    padding-top: 75.2%;
    content: "";
  }
  .p-news-summary__item-content {
    width: 65.75%;
  }
  .p-news-summary__item-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
    margin: 0 0 1.5rem;
  }
  .p-news-summary__item-info time {
    display: block;
    margin: 0 1.5rem 0 0;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-news-summary__item-cat {
    padding: 0.25rem 0.5rem;
    border-radius: 3.0625rem;
    font-weight: 600;
    font-size: max(0.875rem, 10px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-news-summary__item-title {
    margin: 0 0 1.5rem;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-news-summary__item-desc {
    font-weight: 600;
    font-size: max(0.9375rem, 12px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-news-summary__more-button {
    margin: 3.25rem 0 0;
  }
  .p-news-summary__more-button button {
    padding: 0 1.5rem 0 0;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-news-summary__more-button button:before {
    width: 0.5rem;
    height: 0.8125rem;
  }
  body.single-recipe .l-footer-parallax__shape {
    background-image: url(./images/common/footer_parallax_shape_top_white_pc.svg);
  }
  .p-recipe-hero {
    padding: 7.5rem 0;
  }
  .p-recipe-hero:before {
    height: 18.75rem;
    background-image: url(./images/tokushu/hero_shape_pc.svg);
  }
  .p-recipe-hero__title-eng {
    margin: 0 0 1.0625rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-recipe-detail {
    padding: 0 0 10rem;
    background-color: #fff;
  }
  .p-recipe-detail .l-container {
    padding: 0 7.5rem;
  }
  .p-recipe-detail__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
  }
  .p-recipe-detail__content {
    width: 72.8241563055%;
    padding: 0 3.562195122% 4rem;
    overflow: hidden;
    background-color: #f3f1e2;
  }
  .p-recipe-detail__content .p-news-detail__pagination {
    width: 93.5135135135%;
    margin: 5rem auto 0;
  }
  .p-recipe-detail__content .p-news-detail__pagination .p-news-detail__pagination-link.--summary {
    padding: 0 2.375rem 0 10.3125rem;
  }
  .p-recipe-detail__figure {
    position: relative;
    width: 110.8108108108%;
    margin: 0 -5.8536585366% 5rem -5.3658536585%;
    overflow: hidden;
  }
  .p-recipe-detail__figure::before {
    display: block;
    padding-top: 75%;
    content: "";
  }
  .p-recipe-detail__content-title {
    margin: 0 1.5rem 2rem;
    padding: 1.375rem 2.25rem;
    border: 0.3125rem solid #ea4122;
    font-weight: 700;
    font-size: max(2.25rem, 22px);
    line-height: 1.4;
    letter-spacing: 0em;
  }
  .p-recipe-detail__content-title-corner {
    width: 1.6875rem;
    height: 1.6875rem;
    background-image: url(./images/common/corner_pc.svg);
  }
  .p-recipe-detail__content-title-corner.--left-top {
    top: -0.3125rem;
    left: -0.3125rem;
  }
  .p-recipe-detail__content-title-corner.--left-bottom {
    bottom: -0.34375rem;
    left: -0.3125rem;
  }
  .p-recipe-detail__content-title-corner.--right-top {
    top: -0.3125rem;
    right: -0.3125rem;
  }
  .p-recipe-detail__content-title-corner.--right-bottom {
    right: -0.3125rem;
    bottom: -0.34375rem;
  }
  .p-recipe-detail__content-description {
    width: 93.5135135135%;
    margin: 0 auto 2.5rem;
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-recipe-detail__content-material {
    margin: 0 0 3.875rem;
  }
  .p-recipe-detail__content-material-title {
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-recipe-detail__content-material-item {
    font-weight: 700;
    font-size: max(0.9375rem, 10px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-recipe-detail__content-making-title {
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-recipe-detail__content-making-list {
    padding: 0 0 0 0.875rem;
  }
  .p-recipe-detail__content-making-item {
    font-weight: 700;
    font-size: max(0.9375rem, 10px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-recipe-detail__aside {
    width: 21.4920071048%;
    padding: 0;
  }
  .p-recipe-detail__aside:before {
    display: none;
  }
  .p-recipe-detail__aside .p-home-recipe__slider {
    padding: 0;
  }
  .p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-list.splide__list {
    display: block !important;
    padding: 0 !important;
  }
  .p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-cat-list {
    display: none;
  }
  .p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-item {
    width: 100%;
  }
  .p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-item:not(:last-child) {
    margin: 0 0 1.25rem;
  }
  .p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-time {
    display: none;
  }
  .p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
  }
  .p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-figure-wrap {
    width: 41.3223140496%;
  }
  .p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-figure {
    width: 100%;
    margin: 0;
  }
  .p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-info {
    width: 52.0661157025%;
  }
  .p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-info .p-home-recipe__slider-info-title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    margin: 0;
    overflow: hidden;
    font-weight: 700;
    font-size: max(0.9375rem, 10px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-info .p-home-recipe__slider-info-text {
    display: none;
  }
  .p-recipe-detail__aside-tag {
    margin: 0;
  }
  .p-recipe-detail__aside-tag-block {
    padding: 0 0 1.5rem;
    border-bottom: 0.125rem solid #0c318e;
  }
  .p-recipe-detail__aside-tag-title {
    margin: 0 0 1.25rem;
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  .p-recipe-detail__aside-tag-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;
  }
  .p-recipe-detail__aside-tag-item {
    margin: 0 0 1rem;
  }
  .p-recipe-detail__aside-tag-item:not(:last-child) {
    margin: 0 1rem 1rem 0;
  }
  .p-recipe-detail__aside-tag-link {
    padding: 0.3125rem 0.625rem;
    font-weight: 700;
    font-size: max(0.9375rem, 10px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-recipe-detail__aside-new {
    margin: 0;
    padding: 0 0 2.5rem;
  }
  .p-recipe-detail__aside-new-title {
    margin: 0 0 1.25rem;
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  body.page-template-page-site-info .p-hero-other__title {
    bottom: -9rem;
  }
  body.page-template-page-privacy-policy .p-hero-other__title {
    bottom: -10.25rem;
  }
  .p-siteinfo.--privacy {
    padding: 9.375rem 0 0;
  }
  .p-siteinfo .l-container {
    padding: 0 12.5rem;
  }
  .p-siteinfo .p-siteinfo__header {
    padding: 9.375rem 0 5rem;
  }
  .p-siteinfo .p-siteinfo__header .p-siteinfo__header-title {
    font-size: 2.25rem;
  }
  .p-siteinfo .p-siteinfo__main {
    padding: 0 0 9.375rem;
  }
  .p-siteinfo .p-siteinfo__main h2 {
    margin: 3em auto 0em;
    font-weight: 600;
    font-size: 1.5rem;
  }
  .p-siteinfo .p-siteinfo__main p {
    font-size: 0.9375rem;
  }
  .p-sustainability {
    padding: 10rem 0 0;
  }
  .p-sustainability-lead {
    width: 76.5739385066%;
    margin: 0 auto;
    padding: 0 0 10rem;
  }
  .p-sustainability-lead .l-container {
    padding: 0;
  }
  .p-sustainability-lead__head-figure--one {
    position: relative;
    width: 47.3231357553%;
    margin: 0 auto 11.6875rem 0;
    overflow: hidden;
  }
  .p-sustainability-lead__head-figure--one::before {
    display: block;
    padding-top: 57.98%;
    content: "";
  }
  .p-sustainability-lead__head-figure--two {
    position: relative;
    width: 46.4627151052%;
    overflow: hidden;
  }
  .p-sustainability-lead__head-figure--two::before {
    display: block;
    padding-top: 80.25%;
    content: "";
  }
  .p-sustainability-lead__head-wrap {
    margin: 0 0 4rem;
  }
  .p-sustainability-lead__head-title {
    right: 27.5rem;
    bottom: 1.375rem;
  }
  .p-sustainability-lead__head-title-text {
    font-weight: 600;
    font-size: max(3.75rem, 36px);
    line-height: 1.06;
    letter-spacing: 0.08em;
  }
  .p-sustainability-lead__head-title-text:not(:last-child) {
    margin: 0 0 0 1.5rem;
  }
  .p-sustainability-lead__text {
    font-weight: 600;
    font-size: max(1.5rem, 14px);
    line-height: 2;
    letter-spacing: 0em;
  }
  .p-sustainability-objective__head {
    margin: 0 0 8.6875rem;
    padding: 0 0 0 14.6875rem;
  }
  .p-sustainability-objective__head .l-section-title {
    width: 61.0079575597%;
    margin: 0 -32.1875rem -3.4375rem 0;
  }
  .p-sustainability-objective__head-figure {
    position: relative;
    width: 75.8620689655%;
    overflow: hidden;
  }
  .p-sustainability-objective__head-figure::before {
    display: block;
    padding-top: 44.29%;
    content: "";
  }
  .p-sustainability-objective__content .l-container {
    padding: 0 16.75rem;
  }
  .p-sustainability-objective__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
  }
  .p-sustainability-objective__item-icon {
    width: 38.5542168675%;
  }
  .p-sustainability-objective__item-icon svg {
    width: 20rem;
    height: 20rem;
  }
  .p-sustainability-objective__item-detail {
    width: 53.734939759%;
  }
  .p-sustainability-objective__item-title {
    margin: 0 0 2rem;
  }
  .p-sustainability-objective__item-title-no {
    margin: 0 0.75rem 0 0;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-sustainability-objective__item-title-text {
    font-weight: 600;
    font-size: max(1.875rem, 18px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-sustainability-objective__item-list {
    padding: 0 0 0 1.8125rem;
  }
  .p-sustainability-objective__item-item {
    padding: 0 0 0 1rem;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-sustainability-objective__item-item:before {
    top: 0.90625rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .p-sustainability-objective__item-item:not(:last-child) {
    margin: 0 0 1rem;
  }
  .p-sustainability-projects {
    padding: 6rem 0 10rem;
  }
  .p-sustainability-projects .l-section-title {
    margin: 0;
    padding: 0 0 0 12.5rem;
  }
  .p-sustainability-projects .l-section-title .l-section-title__jp {
    margin: 3rem -10.875rem 0 0;
  }
  .p-sustainability-projects__inner {
    position: relative;
    margin: -3.25rem 0 0;
    background-color: #e5e5f1;
  }
  .p-sustainability-projects__inner:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 10.625rem;
    height: 100%;
    background-color: #f2f3f7;
    content: "";
  }
  .p-sustainability-projects__inner:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15.375rem;
    background-color: #f2f3f7;
    content: "";
  }
  .p-sustainability-projects__inner .l-container {
    z-index: 1;
    position: relative;
    padding: 0 6.25rem 0 21rem;
  }
  .p-sustainability-projects__block-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
    margin: 0 0 3.25rem;
  }
  .p-sustainability-projects__block-title {
    width: 41.935483871%;
    margin: 0 2.3655913978% 0 0;
    font-weight: 600;
    font-size: max(1.875rem, 18px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-sustainability-projects__block-text {
    width: 55.6989247312%;
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
  .p-sustainability-projects__loop-inner {
    margin: 0 -6.25rem 0 0;
  }
  .p-sustainability-projects__loop-list {
    height: 28.5rem;
  }
  .p-sustainability-projects__loop-item {
    width: 187.5rem;
    height: 28.5rem;
  }
  .p-sustainability-projects__loop-figure {
    position: relative;
    overflow: hidden;
  }
  .p-sustainability-projects__loop-figure::before {
    display: block;
    padding-top: 15.2%;
    content: "";
  }
  .p-sustainability-bottom {
    margin: 2.6875rem 0 0;
    padding: 24.6875rem 0 37rem;
    background-image: url(./images/sustainability/bottom_bg_pc.jpg);
  }
  .p-sustainability-bottom .l-container {
    padding: 0;
  }
  .p-sustainability-bottom__title {
    top: -2.6875rem;
  }
  .p-sustainability-bottom__title-text {
    font-weight: 600;
    font-size: max(3.125rem, 30px);
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .p-sustainability-bottom__title-text:not(:last-child) {
    margin: 0 0 0 1.5rem;
  }
  .p-sustainability-bottom__text-wrap {
    margin: 0 0 5rem;
  }
  .p-sustainability-bottom__text {
    font-weight: 600;
    font-size: max(1.5rem, 14.4px);
    line-height: 2;
    letter-spacing: 0em;
    text-align: center;
  }
  .p-sustainability-bottom__text:not(:last-child) {
    margin: 0 0 2.875rem;
  }
  .p-sustainability-bottom__note {
    width: 56.8081991215%;
    margin: 0 auto;
  }
  body.maguro .l-footer-parallax__shape {
    background-image: url(./images/tokushu/footer_parallax_shape_top_pc.svg);
  }
  .p-tokushu-hero__figure-wrap:before {
    height: 18.75rem;
    background-image: url(./images/tokushu/hero_shape_pc.svg);
  }
  .p-tokushu-hero__icon {
    bottom: -7rem;
    width: 8.125rem;
    height: 13.3125rem;
  }
  .p-tokushu-hero__title {
    padding: 9rem 0 10rem;
    font-weight: 700;
    font-size: max(4.5rem, 43px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points {
    position: relative;
    padding: 0 0 10rem;
  }
  .p-tokushu-points:before {
    -webkit-transform: translate(-50%, 0%);
    position: absolute;
    top: -8.25rem;
    left: 50%;
    width: 100%;
    height: 8.25rem;
            transform: translate(-50%, 0%);
    background-color: #f3f1e2;
    content: "";
  }
  .p-tokushu-points .l-container {
    padding: 0 4rem;
  }
  .p-tokushu-points .l-container:before {
    left: 4.25rem;
    width: 0.75rem;
  }
  .p-tokushu-points .l-container:after {
    right: 4.25rem;
    width: 0.75rem;
  }
  .p-tokushu-points__pattern-top {
    top: -8.125rem;
    width: calc(100% - 8rem);
    height: 8.25rem;
    background-image: url(./images/tokushu/points_pattern_top_pc.svg);
    background-size: contain;
  }
  .p-tokushu-points__pattern-bottom {
    width: calc(100% - 8rem);
    height: 1.125rem;
    background-image: url(./images/tokushu/line_bottom_pc.svg);
    background-size: cover;
  }
  .p-tokushu-points__inner {
    padding: 0 3.375rem 7.5rem;
    border-right: 1.25rem solid #0c318e;
    border-left: 1.25rem solid #0c318e;
  }
  .p-tokushu-points__head {
    margin: 0 0 7.5rem;
  }
  .p-tokushu-points__head-icon {
    width: 5.5625rem;
    height: 5.6875rem;
    background-image: url(./images/tokushu/points_icon_pc.svg);
  }
  .p-tokushu-points__head-left-eng {
    margin: 0 0 0.5rem;
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points__head-left-jp {
    margin: 0 0 1rem;
    font-weight: 700;
    font-size: max(4rem, 38px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points__head-left-jp-sub {
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points__head-right {
    padding: 0.8125rem 0.8125rem 0 0;
    border-top: 0.4375rem solid #ea4122;
    border-right: 0.4375rem solid #ea4122;
    font-weight: 700;
    font-size: max(4rem, 38px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points__loop-inner {
    margin: 0 -3.375rem 11.125rem;
  }
  .p-tokushu-points__loop-list {
    height: 9.25rem;
  }
  .p-tokushu-points__loop-item {
    width: 166rem;
    height: 9.25rem;
  }
  .p-tokushu-points__loop-figure {
    position: relative;
    overflow: hidden;
  }
  .p-tokushu-points__loop-figure::before {
    display: block;
    padding-top: 5.57%;
    content: "";
  }
  .p-tokushu-sec .p-home-products__slider-link {
    padding: 0;
  }
  .p-tokushu-sec .p-home-products__slider {
    margin: 0 -3.375rem 0 0;
    padding: 0 0 6.5rem;
  }
  .p-tokushu-sec .p-home-products__slider .p-home-products__slider-list {
    flex-wrap: nowrap;
  }
  .p-tokushu-sec .p-home-products__slider .p-home-products__slider-item {
    height: 40.9375rem;
    min-height: 417px;
  }
  .p-tokushu-sec .p-home-products__slider .p-home-products__slider-item:before {
    top: 0;
    bottom: auto;
    width: 0.125rem;
    height: 100%;
  }
  .p-tokushu-sec .p-home-products__slider .splide__track {
    padding: 0;
    overflow: hidden;
  }
  .p-tokushu-sec .p-home-products__slider .splide__arrows {
    right: -0.375rem;
    left: auto;
    width: 7.5625rem;
    height: 3.75rem;
  }
  .p-tokushu-sec .p-home-products__slider .splide__arrow--prev {
    width: 3.75rem;
    height: 3.75rem;
    background-image: url(./images/tokushu/slider_arrow_pc.svg);
  }
  .p-tokushu-sec .p-home-products__slider .splide__arrow--next {
    width: 3.75rem;
    height: 3.75rem;
    background-image: url(./images/tokushu/slider_arrow_pc.svg);
  }
  .p-tokushu-sec .p-home-products__slider .p-home-products__slider-item:before {
    display: block;
  }
  .p-tokushu-sec .p-home-products__slider .p-home-products__item-title {
    -webkit-transform: translate(0%, 0%);
    position: static;
    top: -1.1875rem;
            transform: translate(0%, 0%);
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-tokushu-sec .p-home-products__slider .p-home-products__item-figure-wrap {
    margin: 0 0 1.75rem;
  }
  .p-tokushu-sec .p-home-products__slider .p-home-products__item-text {
    font-weight: 700;
    font-size: max(0.9375rem, 10px);
    line-height: 1.6;
    letter-spacing: 0em;
    text-align: left;
  }
  .p-home-products__slider-number {
    right: 10.5rem;
    bottom: 1.3125rem;
    left: auto;
  }
  .p-home-products__slider-number-inner .--number {
    margin: 0 0.25rem 0 0;
    font-weight: 700;
    font-size: max(1.125rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-products__slider-number-inner .--slash {
    margin: 0 0.25rem 0 0;
    font-weight: 700;
    font-size: max(1.125rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-products__slider-number-inner .--all {
    font-weight: 700;
    font-size: max(1.125rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-sec__one {
    padding: 0 0 11.125rem;
  }
  .p-tokushu-sec__one .p-tokushu-points__title-head {
    margin: 0 auto 4rem;
  }
  .p-tokushu-points__title-head {
    width: 75.2293577982%;
    margin: 0 auto 4rem;
    padding: 4.1875rem 0 2.5625rem;
    border: 0.3125rem solid #0c318e;
  }
  .p-tokushu-points__title-head-icon {
    top: -3.625rem;
    width: 7.25rem;
    height: 7.25rem;
  }
  .p-tokushu-points__title-head-text {
    font-weight: 700;
    font-size: max(2.75rem, 26px);
    line-height: 1.4;
    letter-spacing: 0em;
  }
  .p-tokushu-points__title.u-only-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
    margin: 0 0 2.875rem;
  }
  .p-tokushu-points__title-circle {
    width: 2.875rem;
    height: 2.875rem;
    padding: 0.125rem 0.25rem 0.1875rem;
    font-weight: 700;
    font-size: max(2.25rem, 22px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points__title-text {
    font-weight: 700;
    font-size: max(2.25rem, 22px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points__text {
    margin: 2.6875rem auto 4rem;
    font-weight: 700;
    font-size: max(1.25rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-tokushu-points__map {
    margin: 5rem 0;
  }
  .p-tokushu-points__map-wrap {
    width: 67.7981651376%;
  }
  .p-tokushu-points__map-pin {
    right: 22.0625rem;
    bottom: 13.8125rem;
    width: 1.78125rem;
    height: 2.625rem;
  }
  .p-tokushu-points__map-detail {
    width: 70.4587155963%;
    margin: 4.1875rem auto 0;
    padding: 2.5625rem 1.6875rem;
  }
  .p-tokushu-points__map-detail:before {
    top: -1.875rem;
    width: 2rem;
    height: 2rem;
    background-image: url(./images/tokushu/map_block_arrow_pc.svg);
  }
  .p-tokushu-points__map-detail-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
  }
  .p-tokushu-points__map-detail-item {
    width: 45.4545454545%;
  }
  .p-tokushu-points__map-detail-item:not(:last-child) {
    margin: 0 4rem 0 0;
    padding: 0;
  }
  .p-tokushu-points__map-detail-item:not(:last-child):before {
    -webkit-transform: translate(0%, -50%);
    top: 50%;
    right: -2rem;
    bottom: auto;
    left: auto;
    width: 0.25rem;
    height: 24.75rem;
            transform: translate(0%, -50%);
  }
  .p-tokushu-points__map-detail-no {
    width: 2.625rem;
    height: 2.625rem;
    padding: 0.125rem 0.5625rem;
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-tokushu-points__map-detail-title {
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-tokushu-points__map-detail-figure {
    width: 75%;
    margin: 0 auto;
  }
  .p-tokushu-points__handle-list {
    width: 82.752293578%;
  }
  .p-tokushu-points__handle-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
    padding: 2.75rem;
  }
  .p-tokushu-points__handle-img {
    width: 36.855036855%;
    height: 9.25rem;
    margin: 0;
  }
  .p-tokushu-points__handle-content {
    width: 53.6992840095%;
  }
  .p-tokushu-points__handle-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
    margin: 0 0 1.5rem;
  }
  .p-tokushu-points__handle-title {
    margin: 0 1.5rem 0 0;
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-tokushu-points__handle-time {
    padding: 0.375rem 0.90625rem;
    border: 0.125rem solid #0c318e;
  }
  .p-tokushu-points__handle-time-no {
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points__handle-time-jp {
    font-weight: 700;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points__handle-content-text {
    font-weight: 700;
    font-size: max(0.9375rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-tokushu-sec__three {
    padding: 11.125rem 0 0;
  }
  .p-tokushu-points__text-middle {
    margin: 4rem 0;
  }
  .p-tokushu-points__text-middle span {
    font-weight: 700;
    font-size: max(2.25rem, 21.6px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points__text-middle span.--line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    position: relative;
            flex-direction: row;
            align-items: center;
            justify-content: center;
    margin: 1rem 0 0.9375rem !important;
    padding: 0 0 1.3125rem;
  }
  .p-tokushu-points__text-middle span.--line:before {
    -webkit-transform: translate(-50%, 0%);
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40.375rem;
    height: 0.75rem;
            transform: translate(-50%, 0%);
    background-image: url(./images/tokushu/wave_line_pc.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .p-tokushu-points__text-middle span.--line span {
    padding: 0;
  }
  .p-tokushu-points__text-middle span.--line span:before {
    display: none;
  }
  .p-tokushu-points__text-middle span:not(:last-child) {
    margin: 0;
  }
  .p-tokushu-points__pattern-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: center;
  }
  .p-tokushu-points__pattern-item {
    width: 50%;
    padding: 2.75rem;
    text-align: center;
  }
  .p-tokushu-points__pattern-title {
    display: -webkit-inline-box;
    display: inline-flex;
    margin: 0 0 2.25rem;
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points__pattern-text {
    font-weight: 700;
    font-size: max(1.25rem, 12px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-tokushu-points__pattern-figure {
    width: 100%;
    margin: 2.75rem auto 0;
  }
  .p-tokushu-points__comparison {
    padding: 4rem 0 0;
  }
  .p-tokushu-points__comparison-title {
    margin: 0 0 4rem;
  }
  .p-tokushu-points__comparison-title-text {
    font-weight: 700;
    font-size: max(2.25rem, 22px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points__comparison-title-vs {
    margin: 0.5rem 0;
    font-weight: 700;
    font-size: max(2.25rem, 22px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points__comparison-figure {
    margin: 0 0 7.5rem;
  }
  .p-tokushu-points__comparison-figure-title {
    margin: 0 0 1.53125rem;
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points__comparison-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
    margin: 0 0 1.03125rem;
  }
  .p-tokushu-points__comparison-item {
    padding: 0 0 0 2rem;
    font-weight: 700;
    font-size: max(0.9375rem, 10px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-tokushu-points__comparison-item:nth-child(2) {
    margin: 0 0 0 2rem;
  }
  .p-tokushu-points__comparison-graph {
    width: 53.3027522936%;
    margin: 0 auto;
  }
  .p-tokushu-points__comparison-graph-wrap {
    padding: 0 0 3.375rem;
  }
  .p-tokushu-points__comparison-graph-annotation {
    -webkit-transform: translate(0%, 0%);
    top: 1.125rem;
    right: 0.40625rem;
    left: auto;
    width: 12.4375rem;
    height: 5.5rem;
            transform: translate(0%, 0%);
    background-image: url(./images/maguro/graph_annotation_pc.svg);
  }
  .p-tokushu-points__comparison-bar-item:not(:last-child) {
    margin: 0 4rem 0 0;
  }
  .p-tokushu-points__comparison-bar-blue {
    margin: 0 0.5rem 0 0;
  }
  .p-tokushu-points__comparison-bar-blue-text {
    margin: 0 0 0.4375rem;
  }
  .p-tokushu-points__comparison-bar-blue-text-left {
    font-weight: 700;
    font-size: max(1rem, 10px);
    line-height: 0.6875;
    letter-spacing: 0em;
  }
  .p-tokushu-points__comparison-bar-blue-text-right {
    font-weight: 700;
    font-size: max(1rem, 10px);
    line-height: 0.6875;
    letter-spacing: 0em;
  }
  .p-tokushu-points__comparison-bar-orange-text {
    margin: 0 0 0.5rem;
  }
  .p-tokushu-points__comparison-bar-orange-text-left {
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 0.7083333333;
    letter-spacing: 0em;
  }
  .p-tokushu-points__comparison-bar-orange-text-right {
    font-weight: 700;
    font-size: max(1rem, 10px);
    line-height: 0.6875;
    letter-spacing: 0em;
  }
  .p-tokushu-points__comparison-bar-text {
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-tokushu-process {
    padding: 10rem 0 0;
  }
  .p-tokushu-process .l-container {
    padding: 0 5.90625rem;
  }
  .p-tokushu-process .p-home-unstaffed__list {
    margin: 5rem 0 0;
  }
  .p-tokushu-process .p-home-unstaffed__list .p-home-unstaffed__item-no {
    margin: 5.25rem 0 0 -2.25rem;
  }
  .p-tokushu-process .p-home-unstaffed__list .p-home-unstaffed__item:first-child .p-home-unstaffed__item-no {
    width: 2.25rem;
    height: 16.375rem;
  }
  .p-tokushu-process .p-home-unstaffed__list .p-home-unstaffed__item:nth-child(2) .p-home-unstaffed__item-no {
    width: 2.3125rem;
    height: 6.625rem;
  }
  .p-tokushu-process .p-home-unstaffed__list .p-home-unstaffed__item:nth-child(3) .p-home-unstaffed__item-no {
    width: 2.3125rem;
    height: 6.625rem;
  }
  .p-tokushu-process__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
    width: 97.8759558199%;
    margin: 0 auto 4rem;
  }
  .p-tokushu-process__pattern--one {
    width: 22.625rem;
    height: 5.1875rem;
    background-image: url(./images/tokushu/process_pattern_left_pc.svg);
  }
  .p-tokushu-process__pattern--two {
    display: block;
  }
  .p-tokushu-process__title-text {
    margin: 0 2.125rem;
    padding: 0;
    font-weight: 700;
    font-size: max(2.25rem, 22px);
    line-height: 1.4;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .p-tokushu-process__text {
    margin: 4rem 0 10rem;
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .p-tokushu-external {
    padding: 0 0 10rem;
  }
  .p-tokushu-external__link-img {
    width: 17.5625rem;
    height: 20.1875rem;
    margin: 0 auto;
  }
  .p-tokushu-external__link-text {
    display: none;
  }
  .p-hero {
    padding: 8.75rem 0 0 7.5rem;
  }
  .p-hero:before {
    width: 100vw;
    height: 35.375rem;
  }
  .p-hero__title {
    margin: 0 0 3.25rem;
  }
  .p-hero__title-eng {
    margin: 0 0 0.875rem;
    padding: 1rem 0.9375rem 0 0;
    font-weight: 500;
    font-size: max(2.5rem, 24px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-hero__title-jp {
    font-weight: 700;
    font-size: max(2.5rem, 24px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-hero__figure {
    position: relative;
    overflow: hidden;
  }
  .p-hero__figure::before {
    display: block;
    padding-top: 44.7%;
    content: "";
  }
  .p-hero-other {
    margin: 0 0 5rem;
    padding: 18.1875rem 0 0;
  }
  .p-hero-other:before {
    height: 18.1875rem;
  }
  .p-hero-other:after {
    bottom: -5rem;
    height: 5rem;
  }
  .p-hero-other.--news .p-hero-other__title {
    bottom: -2.875rem;
  }
  .p-hero-other.--news .p-hero-other__eng {
    top: calc(50% - 1.4rem);
  }
  .p-hero-other__title {
    bottom: -5.25rem;
  }
  .p-hero-other__jp {
    font-weight: 600;
    font-size: max(2.5rem, 24px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-hero-other__eng {
    top: calc(50% - 1.25rem);
    font-weight: 700;
    font-size: max(11.125rem, 107px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .post-type-archive-recipe .p-home-recipe {
    padding-top: 8.75rem;
  }
  .post-type-archive-recipe .p-home-recipe__slider-item {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .post-type-archive-recipe .l-footer-parallax__shape {
    background-image: url(./images/common/footer_parallax_shape_top_beige_pc.svg);
  }
  .home .p-home-recipe__head {
    margin-bottom: 2.5rem;
  }
  .home .p-home-recipe__inner .c-button__arrow {
    width: 2.4375rem;
    height: 2.4375rem;
  }
  .home .p-home-recipe__inner .c-button__arrow svg {
    width: 0.6875rem;
    height: 0.8125rem;
  }
  .home .p-home-recipe__pattern-top {
    top: -8.125rem;
    width: calc(100% - 8rem);
    height: 8.25rem;
    background-image: url(./images/home/recipe_pattern_top_pc.svg);
    background-size: contain;
  }
  .home .p-home-recipe__pattern-bottom {
    top: unset;
    bottom: -8.125rem;
    width: calc(100% - 8rem);
    height: 8.25rem;
    background-image: url(./images/home/recipe_pattern_top_pc.svg);
    background-size: contain;
  }
  .home .p-home-recipe__bottom-icon {
    margin: 10rem auto 0;
  }
  .single-recipe .p-recipe-detail__figure {
    margin: 0 -5.8536585366% 2rem -5.3658536585%;
  }
  .single-recipe .p-recipe-detail__content {
    padding-top: 2.5rem;
  }
  .single-recipe .p-recipe-detail__content-title {
    margin: 0 1.5rem 2.5rem;
  }
  .single-recipe .p-recipe-detail__content-making {
    margin: 0 0 3.875rem;
  }
  .single-recipe .p-recipe-detail__content-product-title {
    font-weight: 700;
    font-size: max(1.5rem, 14px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .single-recipe .p-recipe-detail__content-product_name {
    font-weight: 600;
    font-size: max(1.25rem, 12px);
    line-height: 1;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  .single-recipe .p-recipe-detail__content-product-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin-top: 1.25rem;
  }
  .single-recipe .p-recipe-detail__content-product-detail_img {
    width: 150px;
  }
  .single-recipe .p-recipe-detail__content-product-detail_description {
    font-weight: 700;
    font-size: max(0.9375rem, 10px);
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .u-only-sp {
    display: none;
  }
  .u-only-pc {
    display: block;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-button.c-button--small:hover .c-button__text:before {
    -webkit-transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform: scaleX(1);
            transform-origin: left center;
  }
  .c-button.c-button--small:hover .c-button__arrow {
    -webkit-transform: translateX(0.625rem) rotateZ(0deg);
            transform: translateX(0.625rem) rotateZ(0deg);
  }
  .c-button.c-button--medium:hover {
    background-color: #fff;
  }
  .c-button.c-button--medium:hover .c-button__text {
    color: #0c318e;
  }
  .c-button.c-button--medium:hover .c-button__arrow {
    background-color: #0c318e;
  }
  .c-button.c-button--medium:hover .c-button__arrow svg path {
    fill: #fff;
  }
  .c-button.c-button--medium.c-button--large.c-button--blue:hover {
    background-color: #0c318e;
  }
  .c-button.c-button--medium.c-button--large.c-button--blue:hover .c-button__text {
    color: #e5e5f1;
  }
  .c-button.c-button--medium.c-button--large.c-button--blue:hover .c-button__arrow {
    background-color: #fff;
  }
  .c-button.c-button--medium.c-button--large.c-button--blue:hover .c-button__arrow svg path {
    fill: #0c318e;
  }
  .l-footer-main__link:hover,
  .l-footer-main__link--online:hover {
    opacity: 0.5;
  }
  .l-footer-main__sub-link:hover {
    opacity: 0.5;
  }
  .l-footer-main__bottom-link:hover {
    opacity: 0.5;
  }
  .l-form__btn-block.--back input:hover {
    background-color: #0c318e;
    color: #f2f3f7;
  }
  .l-form__btn-block input:hover {
    background-color: #f2f3f7;
    color: #0c318e;
  }
  .l-menu__link:hover:after,
  .l-menu__link--online:hover:after {
    -webkit-transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform: scaleX(1);
            transform-origin: left center;
  }
  .l-menu__subLink:hover:after {
    -webkit-transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform: scaleX(1);
            transform-origin: left center;
  }
  .p-home-bottom__banner-link:hover {
    opacity: 0.7;
  }
  .p-home-lead .c-button__inner .c-button.c-button--medium.c-button--large.c-button--blue:hover {
    background-color: #fff;
  }
  .p-home-lead .c-button__inner .c-button.c-button--medium.c-button--large.c-button--blue:hover .c-button__text {
    color: #0c318e;
  }
  .p-home-lead .c-button__inner .c-button.c-button--medium.c-button--large.c-button--blue:hover .c-button__arrow {
    background-color: #0c318e;
  }
  .p-home-lead .c-button__inner .c-button.c-button--medium.c-button--large.c-button--blue:hover .c-button__arrow svg path {
    fill: #f2f3f7;
  }
  .p-home-lead.is-bg-change .c-button.c-button--medium.c-button--large.c-button--blue:hover {
    background-color: #0c318e;
  }
  .p-home-lead.is-bg-change .c-button.c-button--medium.c-button--large.c-button--blue:hover .c-button__text {
    color: #e5e5f1;
  }
  .p-home-lead.is-bg-change .c-button.c-button--medium.c-button--large.c-button--blue:hover .c-button__arrow {
    background-color: #e5e5f1;
  }
  .p-home-lead.is-bg-change .c-button.c-button--medium.c-button--large.c-button--blue:hover .c-button__arrow svg path {
    fill: #0c318e;
  }
  .p-home-maguro__bottom-item-wrap .c-button__inner .c-button:hover .c-button__text {
    color: #f3f1e2;
  }
  .p-home-maguro__bottom-item-wrap .c-button__inner .c-button:hover .c-button__arrow {
    background-color: #0c318e;
  }
  .p-home-maguro__bottom-item-wrap .c-button__inner .c-button:hover .c-button__arrow svg path {
    fill: #f3f1e2;
  }
  .p-home-news__link:hover .p-home-news__item-title:before {
    -webkit-transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform: scaleX(1);
            transform-origin: left center;
  }
  .p-home-recipe__choose-link:hover {
    background-color: #ea4122;
    color: #fff;
  }
  .p-news-summary__nav-link:hover {
    opacity: 0.7;
  }
  .p-news-summary__link:hover {
    opacity: 0.7;
  }
  .p-recipe-detail__aside .p-home-recipe__slider .p-home-recipe__slider-link:hover {
    opacity: 0.7;
  }
  .p-recipe-detail__aside-tag-link:hover {
    background-color: #ea4122;
    color: #fff;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-home-lead .c-button__inner .c-button.c-button--medium.c-button--large.c-button--blue:hover {
    background-color: #0c318e;
  }
  .p-home-lead .c-button__inner .c-button.c-button--medium.c-button--large.c-button--blue:hover .c-button__text {
    color: #e5e5f1;
  }
  .p-home-lead .c-button__inner .c-button.c-button--medium.c-button--large.c-button--blue:hover .c-button__arrow {
    background-color: #fff;
  }
  .p-home-lead .c-button__inner .c-button.c-button--medium.c-button--large.c-button--blue:hover .c-button__arrow svg path {
    fill: #0c318e;
  }
  .p-home-maguro__bottom-item-wrap .c-button__inner .c-button:hover .c-button__text {
    font-weight: 700;
    font-size: max(1.5rem, 12px);
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-home-maguro__bottom-item-wrap .c-button__inner .c-button:hover .c-button__arrow {
    width: 2.4375rem;
    height: 2.4375rem;
  }
  .p-home-maguro__bottom-item-wrap .c-button__inner .c-button:hover .c-button__arrow svg {
    width: 0.6875rem;
    height: 0.8125rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 771px) {
  .p-home-recipe__pattern-bottom {
    height: 1rem;
  }
  .p-tokushu-points__pattern-bottom {
    height: 1rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-tokushu-process__pattern--two {
    width: 22.625rem;
    height: 5.1875rem;
    background-image: url(./images/tokushu/process_pattern_right_pc.svg);
  }
}
/*# sourceMappingURL=style.css.map */