
@import url("css2-DancingScriptwght400700_swap.css");
@import url("css2-Montserratwght500600_swap.css");
@import url("css2-NotoSansJPwght400500_swap.css");
@import url("css2-NotoSerifJP_swap.css");
@import url("css2-Latowght900_swap.css");
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 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;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

:root {
  --brownish-grey: #737373;
  --greyish-brown: #4d4d4d;
  --off-white: #f7f3ea;
  --brown-grey: #b3b3b3;
  --black: #000;
  --black-02: #262626;
  --very-light-pink: #d9d9d9;
  --white: #f9f9f9;
  --shamrock-green: #06c755;
  --white-02: #f7f7f7;
  --very-light-pink: #c9c9c9;
  --very-light-pink-02: #e6e6e6;
  --black-02: #1a1a1a;
  --pale: #f0e9d7;
  --very-light-pink-03: #ccc;
  --brown-grey-02: #999;
  --black-03: #333333;
  --brownish-grey-02: #666;
  --brown-grey-03: #808080;
  --mocha: #99764d;
  --dull-orange: #e67f35;
}

body {
  font-family: "Yu Gothic Medium", "YuGothic", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
}

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

a {
  transition: opacity 0.3s;
}

main {
  margin: 0 auto;
  max-width: 1920px;
  padding-top: 50px;
}

.l-header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
.l-header__mask {
  background-color: var(--black);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.l-header__mask.is-active {
  opacity: 0.5;
  visibility: visible;
}

.l-header-upper {
  border-bottom: 1px solid var(--very-light-pink);
}
.l-header-upper__hidden {
  display: none;
}
.l-header-upper__wrap {
  align-items: center;
  background: #fff;
  display: flex;
  height: 50px;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 5px;
}
.l-header-upper__menu {
  cursor: pointer;
  display: inline-block;
  height: 50px;
  position: relative;
  width: 50px;
  z-index: 3;
}
.l-header-upper__span {
  background: var(--brownish-grey);
  border-radius: 2px;
  display: inline-block;
  height: 2.5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s;
  width: 28px;
}
.l-header-upper__span--1 {
  top: 11px;
}
.l-header-upper__span--1.is-active {
  left: 11px;
  top: 15px;
  transform: translateY(6px) rotate(-45deg);
}
.l-header-upper__span--2 {
  top: 20px;
}
.l-header-upper__span--2.is-active {
  opacity: 0;
}
.l-header-upper__span--3 {
  top: 29px;
}
.l-header-upper__span--3.is-active {
  left: 11px;
  top: 27px;
  transform: translateY(-6px) rotate(45deg);
}
.l-header-upper__text {
  bottom: 3px;
  color: var(--greyish-brown);
  font-family: "Lato", sans-serif;
  font-size: 0.625rem;
  font-weight: 900;
  left: 50%;
  letter-spacing: 0.45px;
  position: absolute;
  transform: translateX(-50%);
}
.l-header-upper__ul {
  background: var(--off-white);
  border-top: 1px solid var(--brown-grey);
  display: flex;
  flex-wrap: wrap;
}
.l-header-upper__li {
  height: 15vh;
  width: 33.3333333333%;
}
.l-header-upper__li:nth-child(n+4) {
  border-top: 1px solid var(--brown-grey);
}
.l-header-upper__li:not(:nth-child(3n+1)) {
  border-left: 1px solid var(--brown-grey);
}
.l-header-upper__a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: 1.27;
  text-align: center;
  width: 100%;
}
.l-header-upper__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.l-header-upper__icon {
  margin: 0 auto;
}
.l-header-upper__p {
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
  padding: 0 5px;
}
.l-header-upper__p::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.l-header-upper__p::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.l-header-upper__p--current {
  color: var(--mocha);
}
.l-header-upper__navi {
  display: none;
}
.l-header-upper__navi.is-active {
  display: block;
}

.l-header-bottom {
  background: var(--off-white);
  display: none;
  padding-bottom: 5vh;
  padding-top: 3vh;
  text-align: center;
}
.l-header-bottom.is-active {
  display: block;
}
.l-header-bottom__sns-wrap {
  align-items: center;
  display: flex;
  gap: 42px;
  justify-content: center;
}
.l-header-bottom__logo {
  margin: 0 auto;
  margin-top: 4vh;
}
.l-header-bottom__p {
  font-size: 0.8125rem;
  letter-spacing: 0.65px;
  line-height: 1.35;
  margin-top: 4.5vh;
}
.l-header-bottom__p::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.35) * 0.5em);
  width: 0;
}
.l-header-bottom__p::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.35) * 0.5em);
  width: 0;
}
.l-header-bottom__instagram {
  margin-left: 10px;
}

.l-footer {
  padding-bottom: 60px;
}
.l-footer__copy-right {
  align-items: center;
  background: var(--white);
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  height: 30px;
  justify-content: center;
  margin-top: 62px;
}

.l-footer-navi__menu01 {
  border-bottom: 1px solid var(--very-light-pink);
  border-top: 1px solid var(--very-light-pink);
  display: grid;
  font-size: 0.9375rem;
  grid-template: "home home " 59px "left right" auto/1fr 1fr;
}
.l-footer-navi__home {
  grid-area: home;
}
.l-footer-navi__left {
  grid-area: left;
}
.l-footer-navi__right {
  border-left: 1px solid var(--very-light-pink);
  grid-area: right;
}
.l-footer-navi__a {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
.l-footer-navi__a--home {
  justify-content: center;
}
.l-footer-navi__a--inline {
  width: auto;
}
.l-footer-navi__li {
  border-top: 1px solid var(--very-light-pink);
  height: 59px;
  padding-left: 26px;
  padding-right: 10px;
}
.l-footer-navi__p {
  line-height: 1.13;
  padding-left: 13px;
  position: relative;
}
.l-footer-navi__p--current {
  color: var(--mocha);
}
.l-footer-navi__p:before {
  border: 3px solid transparent;
  border-left: 6px solid var(--brown-grey);
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer-navi__menu02 {
  display: flex;
  font-size: 0.875rem;
  gap: 30px;
  justify-content: center;
  margin-top: 20px;
}

.l-footer-info {
  margin-top: 69.5px;
  padding: 0 27px;
}
.l-footer-info__text {
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  line-height: 1.43;
  margin-top: 25px;
}
.l-footer-info__text::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.43) * 0.5em);
  width: 0;
}
.l-footer-info__text::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.43) * 0.5em);
  width: 0;
}
.l-footer-info__menu03 {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer-bunner {
  border-top: 1px solid var(--very-light-pink);
  bottom: 0;
  display: flex;
  height: 60px;
  position: fixed;
  width: 100%;
}
.l-footer-bunner__line {
  align-items: center;
  background: var(--shamrock-green);
  display: flex;
  justify-content: center;
  width: 100%;
}
.l-footer-bunner__line-wrap {
  align-items: center;
  display: flex;
  gap: 17.5px;
}
.l-footer-bunner__line-text {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.35;
}
.l-footer-bunner__top-page {
  background: var(--white-02);
  min-width: 102px;
  position: relative;
  text-align: center;
}
.l-footer-bunner__p {
  bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  left: 50%;
  letter-spacing: 0.55px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.l-footer-bunner__p:before {
  border: 6px solid transparent;
  border-bottom: 10px solid var(--brown-grey);
  content: "";
  left: 50%;
  position: absolute;
  top: calc(-100% - 10px);
  transform: translateX(-50%);
}

.l-wrap {
  display: inline-block;
}

.l-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c-button {
  align-items: center;
  border: 1px solid var(--brown-grey-02);
  border-radius: 3px;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  height: 50px;
  justify-content: center;
  letter-spacing: 3px;
  max-width: 275px;
  transition: all 0.3s;
  width: 100%;
}
.c-button__text {
  padding-right: 18.5px;
  position: relative;
}
.c-button__text:after {
  border: 4px solid transparent;
  border-left: 7px solid var(--brown-grey);
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.c-button__text--reverse {
  padding-left: 18.5px;
}
.c-button__text--reverse:after {
  border: 4px solid transparent;
  border-left: 7px solid var(--brown-grey);
  content: "";
  left: 0;
  position: absolute;
  right: initial;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s;
}
.c-button:focus, .c-button:hover {
  background: var(--black-03);
  color: #fff;
  opacity: 1;
}
.c-button:focus .c-button__text:after, .c-button:hover .c-button__text:after {
  border-left-color: #fff;
}
.c-button--white {
  background: #fff;
}

.c-fv {
  position: relative;
}
.c-fv__img {
  -o-object-fit: cover;
  height: 175px;
     object-fit: cover;
  width: 100%;
}
.c-fv__text-wrap {
  position: absolute;
  text-align: center;
  top: 42%;
  transform: translateY(-50%);
  width: 100%;
}
.c-fv__h1 {
  background: #fff;
  color: var(--greyish-brown);
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  letter-spacing: 4.6px;
  max-width: 310px;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
}
.c-fv__h1::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.c-fv__h1::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.c-fv__english {
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-size: 1.6rem;
  left: -63px;
  position: relative;
  transform: rotate(-5deg);
}

.p-top__pickup-news-wrap {
  display: flex;
  flex-direction: column;
  gap: 79px;
  margin-top: 65.5px;
  padding: 0 25px;
}
.p-top__border-top {
  color: var(--very-light-pink);
  margin: 0 25px;
}

.p-top-fv {
  position: relative;
}
.p-top-fv__img {
  -o-object-fit: cover;
  height: 300px !important;
  margin-left: 2px;
  margin-right: 2px;
     object-fit: cover;
  width: initial !important;
}
.p-top-fv__text-wrap {
  position: absolute;
  text-align: center;
  top: 47%;
  transform: translateY(-50%);
  width: 100%;
}
.p-top-fv__main-text {
  background: #fff;
  color: var(--greyish-brown);
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.55rem;
  letter-spacing: 5.7px;
  margin: 0 auto;
  padding: 8px 22px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-fv__main-text::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-top-fv__main-text::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-top-fv__sub-text {
  background: #fff;
  color: var(--greyish-brown);
  display: block;
  font-size: 0.7375rem;
  letter-spacing: 4.24px;
  margin: 0 auto;
  margin-top: 6px;
  padding: 9px 26px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-fv__sub-text::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-top-fv__sub-text::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-top-fv__small01 {
  font-size: 1.35625rem;
}
.p-top-fv__small02 {
  font-size: 1.39375rem;
  letter-spacing: 5.13px;
}
.p-top-fv__english {
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-size: 1.825rem;
  position: relative;
  top: 8px;
  width: 100%;
  z-index: -1;
}

.p-top-product {
  margin-top: 97.5px;
  overflow-x: hidden;
  position: relative;
}
.p-top-product__container {
  margin: 0 auto;
  max-width: 960px;
}
.p-top-product__english {
  color: var(--very-light-pink-02);
  font-family: "Dancing Script", cursive;
  font-size: 2.775rem;
  left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  top: -10px;
  transform: translateX(-50%) rotate(-5deg);
  width: 100%;
  z-index: -1;
}
.p-top-product__h2 {
  color: var(--black-02);
  font-size: 1.4375rem;
  letter-spacing: 2.53px;
  line-height: 1.7;
  margin-top: 35.5px;
  padding: 0 25px;
}
.p-top-product__h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  width: 0;
}
.p-top-product__h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  width: 0;
}
.p-top-product__p {
  color: var(--black-02);
  letter-spacing: 0.8px;
  line-height: 2;
  margin-top: 33.5px;
  overflow-y: hidden;
  padding-left: 25px;
  padding-right: 25px;
}
.p-top-product__p::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-top-product__p::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-top-product__img {
  left: -20px;
  margin: 0 auto;
  position: relative;
  top: 19px;
}
.p-top-product__wave {
  left: -435px;
  max-width: initial;
  position: absolute;
  top: 90px;
  z-index: -1;
}

.p-top-feature {
  margin-top: 83.5px;
  padding: 0 25px;
}
.p-top-feature__harf-fun {
  margin: 0 auto;
}
.p-top-feature__img {
  margin: 0 auto;
  margin-top: 15px;
}
.p-top-feature__h3 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  margin-top: 34px;
  text-align: center;
}
.p-top-feature__dot {
  margin: 0 auto;
  margin-top: 19.5px;
}
.p-top-feature__p {
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
  line-height: 2;
  margin-top: 20.5px;
}
.p-top-feature__p::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-top-feature__p::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-top-feature__wrap {
  display: flex;
  flex-direction: column;
  gap: 72.5px;
}

.p-top-service {
  margin-top: 113px;
  padding-bottom: 110px;
}
.p-top-service__media--reverse {
  margin-top: 85px;
}
.p-top-service__english {
  color: var(--very-light-pink-03);
  font-family: "Dancing Script", cursive;
  font-size: 2.34375rem;
  margin: 0 auto;
  max-width: 330px;
  text-align: center;
  transform: rotate(3deg);
  width: 100%;
  z-index: -1;
}
.p-top-service__english--left {
  text-align: left;
}
.p-top-service__img {
  position: relative;
}
.p-top-service__img img {
  box-shadow: -10px 10px 0 var(--pale);
  margin: 0 auto;
}
.p-top-service__img--reverse img {
  box-shadow: 10px 10px 0 var(--pale);
}
.p-top-service__h3 {
  font-size: 1.4375rem;
  margin-top: 49.5px;
}
.p-top-service__h3::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-top-service__h3::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-top-service__text-wrap {
  padding: 0 25px;
}
.p-top-service__p {
  line-height: 2;
  margin-top: 34.5px;
}
.p-top-service__p::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-top-service__p::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-top-service__button {
  margin-top: 63.5px;
}
.p-top-service__button .c-button {
  margin: 0 auto;
}
.p-top-service__content--reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.p-top-pickup__h2 {
  color: var(--brown-grey-02);
  font-family: "Dancing Script", cursive;
  font-size: 2.5rem;
}
.p-top-pickup__h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-top-pickup__h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-top-pickup__img {
  -o-object-fit: cover;
  aspect-ratio: 420/210;
  margin: 0 auto;
  max-width: 325px;
     object-fit: cover;
  width: 100%;
}
.p-top-pickup__h3 {
  line-height: 1.66;
  margin-top: 25.5px;
  word-break: break-all;
}
.p-top-pickup__h3::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.66) * 0.5em);
  width: 0;
}
.p-top-pickup__h3::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.66) * 0.5em);
  width: 0;
}
.p-top-pickup__wrap {
  margin-top: 15px;
}
.p-top-news__h2 {
  color: var(--brown-grey-02);
  font-family: "Dancing Script", cursive;
  font-size: 2.5rem;
}
.p-top-news__ul {
  border-bottom: 1px solid var(--very-light-pink);
  border-top: 1px solid var(--very-light-pink);
  margin-top: 12px;
}
.p-top-news__li {
  padding: 13px 0px;
}
.p-top-news__li + .p-top-news__li {
  border-top: 1px solid var(--very-light-pink);
}
.p-top-news__post-date {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  opacity: 0.5;
}
.p-top-news__a {
  letter-spacing: 0.8px;
  line-height: 1.38;
}
.p-top-news__index-wrap {
  padding-top: 18.5px;
  text-align: right;
}
.p-top-news__index {
  font-size: 0.9375rem;
  padding-left: 15px;
  position: relative;
}
.p-top-news__index:before {
  border: 4px solid transparent;
  border-left: 7px solid var(--brown-grey);
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-news__h3 {
  letter-spacing: 1.6px;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.p-top-blog {
  margin-top: 110px;
  padding: 0 25px;
}
.p-top-blog__border {
  color: var(--very-light-pink);
  margin-top: 60px;
}
.p-top-blog__h2 {
  color: var(--brown-grey-02);
  font-family: "Dancing Script", cursive;
  font-size: 2.9375rem;
  text-align: center;
}
.p-top-blog__h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-top-blog__h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-top-blog__wrap {
  display: flex;
  flex-direction: column;
  gap: 46.5px;
  margin-top: 31px;
}
.p-top-blog__img {
  -o-object-fit: cover;
  aspect-ratio: 420/210;
  margin: 0 auto;
  max-width: 325px;
     object-fit: cover;
  width: 100%;
}
.p-top-blog__category {
  color: var(--brownish-grey-02);
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  margin-top: 21.5px;
  padding-right: 11px;
}
.p-top-blog__category .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-top-blog__category a {
  border: 1px solid var(--brown-grey);
  border-radius: 3px;
  display: inline-block;
  padding: 4px 12px;
}
.p-top-blog__h3 {
  line-height: 1.56;
  margin-top: 16px;
  word-break: break-all;
}
.p-top-blog__h3::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.56) * 0.5em);
  width: 0;
}
.p-top-blog__h3::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.56) * 0.5em);
  width: 0;
}
.p-top-blog__post-date {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  opacity: 0.5;
}
.p-top-blog__button {
  margin-top: 61px;
}
.p-top-blog__button .c-button {
  margin: 0 auto;
}

.p-top-instagram {
  overflow: hidden;
  padding: 0 12.5px 100px;
}
.p-top-instagram__logo {
  align-items: center;
  display: flex;
  gap: 11.5px;
  justify-content: center;
}
.p-top-instagram__h2 {
  color: var(--very-light-pink-03);
  font-family: "Dancing Script", cursive;
  font-size: 3.425rem;
}
.p-top-instagram__wrap {
  margin-top: 19.5px;
  text-align: center;
}
.p-top-instagram__a {
  display: inline-block;
  position: relative;
}
.p-top-instagram__text {
  color: #fff;
  font-size: 0.875rem;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-top-instagram__accunt {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.p-top-instagram__posts {
  margin: -13px;
  padding-top: 64px;
}
.p-top-instagram__info-wrap {
  margin-top: 109px;
}

.p-top-information {
  padding-bottom: 74.5px;
  position: relative;
}
.p-top-information__h2 {
  color: var(--pale);
  display: inline-block;
  font-family: "Dancing Script", cursive;
  font-size: 5.78125rem;
  left: -7px;
  position: relative;
  transform: scaleX(0.8) rotate(-5deg);
}
.p-top-information__dl {
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  line-height: 1.4;
  margin-top: 16px;
  padding: 0 26.5px;
}
.p-top-information__dl::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  width: 0;
}
.p-top-information__dl::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  width: 0;
}
.p-top-information__dt {
  font-weight: normal;
}
.p-top-information__dt:not(:first-child) {
  margin-top: 25px;
}
.p-top-information__dd {
  font-weight: normal;
}
.p-top-information__button {
  margin-top: 52.5px;
}
.p-top-information__button .c-button {
  margin: 0 auto;
}
.p-top-information__bg {
  background: var(--white);
  bottom: 0;
  height: calc(100% - 150px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-about-product {
  margin-top: 75px;
  overflow: hidden;
  position: relative;
}
.p-about-product__container {
  margin: 0 auto;
  max-width: 960px;
}
.p-about-product__english {
  color: var(--very-light-pink-02);
  font-family: "Dancing Script", cursive;
  font-size: 3.09375rem;
  left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  top: -10px;
  transform: translateX(-50%) rotate(-5deg);
  width: 100%;
  z-index: -1;
}
.p-about-product__h2 {
  color: var(--black-02);
  font-size: 1.4375rem;
  letter-spacing: 2.53px;
  margin-top: 48px;
  padding: 0 25px;
}
.p-about-product__h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-about-product__h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-about-product__p {
  color: var(--black-02);
  letter-spacing: 0.8px;
  line-height: 2;
  margin-top: 38.5px;
  overflow-y: hidden;
  padding-left: 25px;
  padding-right: 25px;
}
.p-about-product__p::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-about-product__p::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-about-product__img {
  left: -4px;
  margin: 0 auto;
  margin-top: 45px;
  position: relative;
}
.p-about-product__wave {
  left: -435px;
  max-width: initial;
  position: absolute;
  top: 90px;
  z-index: -1;
}

.p-about-smell {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 81px;
  padding: 0 25px;
}
.p-about-smell__img {
  margin: 0 auto;
}
.p-about-smell__h2 {
  color: var(--black-02);
  font-size: 1.4375rem;
  letter-spacing: 2.53px;
  position: relative;
}
.p-about-smell__h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-about-smell__h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-about-smell__h2:before {
  background-image: radial-gradient(closest-side, var(--pale), #fff);
  content: "";
  height: 144.5px;
  left: -80px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 144.5px;
  z-index: -1;
}
.p-about-smell__ul {
  font-size: 0.96875rem;
  line-height: 2.06;
  margin-top: 36.5px;
}
.p-about-smell__ul::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2.06) * 0.5em);
  width: 0;
}
.p-about-smell__ul::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2.06) * 0.5em);
  width: 0;
}
.p-about-smell__li {
  letter-spacing: 1.5px;
  padding-left: 27.5px;
  position: relative;
}
.p-about-smell__li:before {
  background: var(--brown-grey);
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 0.6em;
  width: 14px;
}

.p-about-price {
  margin-top: 182px;
  position: relative;
  z-index: 0;
}
.p-about-price__img {
  margin: 0 auto;
  max-width: initial;
  width: initial;
}
.p-about-price__text-wrap {
  background: var(--off-white);
  color: var(--black-02);
  letter-spacing: 0.8px;
  line-height: 2;
  margin: 0 25px;
  padding: 150px 25px 63px;
}
.p-about-price__dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
}
.p-about-price__dl::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-about-price__dl::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-about-price__dt {
  width: 38px;
}
.p-about-price__dd {
  padding-left: 10px;
  width: calc(100% - 38px);
}
.p-about-price__p {
  margin: 0 auto;
  margin-top: 21.5px;
  max-width: 280px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-about-price__p::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-about-price__p::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-about-price__english {
  bottom: -30px;
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-size: 8.15625rem;
  left: 17px;
  line-height: 1;
  position: absolute;
}
.p-about-price__flex {
  display: flex;
  flex-direction: column;
}

.p-about-flow {
  margin-top: 60px;
  padding: 0 25px;
  padding-top: 50px;
}
.p-about-flow__wrap {
  margin-top: 55px;
  position: relative;
}
.p-about-flow__wrap:before {
  background: var(--pale);
  content: "";
  height: calc(100% - 330px);
  left: 19px;
  position: absolute;
  top: 230px;
  width: 3px;
  z-index: -1;
}
.p-about-flow__h2 {
  font-size: 1.375rem;
  letter-spacing: 2.42px;
  text-align: center;
}
.p-about-flow__h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-about-flow__h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-about-flow__dot {
  margin: 0 auto;
  margin-top: 24.5px;
}
.p-about-flow__img {
  margin: 0 auto;
}
.p-about-flow__media {
  display: flex;
  flex-direction: column;
  gap: 48.5px;
  width: initial;
}
.p-about-flow__media + .p-about-flow__media {
  margin-top: 60px;
}
.p-about-flow__text-wrap {
  padding-left: 50px;
}
.p-about-flow__h3 {
  font-size: 1.25rem;
  letter-spacing: 2.2px;
  position: relative;
}
.p-about-flow__h3::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-about-flow__h3::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-about-flow__h3--no03 {
  margin-top: 61.5px;
}
.p-about-flow__h3--no05 {
  margin-top: 59px;
}
.p-about-flow__number {
  background: var(--pale);
  border-radius: 50%;
  color: var(--brown-grey-03);
  font-size: 1.01875rem;
  font-weight: bold;
  height: 36.5px;
  left: -48px;
  line-height: 36.5px;
  padding-left: 3px;
  position: absolute;
  text-align: center;
  top: -0.5em;
  width: 36.5px;
}
.p-about-flow__text {
  letter-spacing: 0.8px;
  line-height: 2;
  margin-top: 28px;
}
.p-about-flow__text::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-about-flow__text::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-about-flow__button {
  margin-top: 30.5px;
}
.p-about-flow__button .c-button + .c-button {
  margin-top: 12px;
}
.p-about-flow__button .c-button__text {
  letter-spacing: normal;
}

.p-about-readme {
  margin-top: 93.5px;
  padding: 0 25px;
  padding-bottom: 105px;
}
.p-about-readme__box {
  border: 1px solid var(--very-light-pink-02);
  padding: 40px 17.5px 42.5px;
}
.p-about-readme__h2 {
  font-size: 1.25rem;
  letter-spacing: 2.2px;
  text-align: center;
}
.p-about-readme__h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-about-readme__h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-about-readme__hr {
  color: var(--off-white);
  margin-top: 39.5px;
}
.p-about-readme__ul {
  margin-top: 50px;
}
.p-about-readme__li {
  padding-left: 27.5px;
  position: relative;
}
.p-about-readme__li + .p-about-readme__li {
  margin-top: 28px;
}
.p-about-readme__li:before {
  background: var(--brown-grey);
  border-radius: 50%;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  top: 0.3em;
  width: 13px;
}
.p-about-readme__text {
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  line-height: 1.6;
}
.p-about-readme__text::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  width: 0;
}
.p-about-readme__text::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  width: 0;
}

.p-faq__fv .c-fv__english {
  left: -48px;
}

.p-faq-headding {
  margin-top: 71px;
}
.p-faq-headding__button {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding: 0 25px;
}
.p-faq-headding__button .c-button {
  letter-spacing: 0;
  max-width: 100%;
}
.p-faq-headding__button .c-button__text:after {
  transform: translateY(-25%) rotate(90deg);
}

.p-faq-list__mark-a, .p-faq-list__mark-q {
  border-radius: 50%;
  color: var(--brown-grey-03);
  flex-shrink: 0;
  font-size: 0.9375rem;
  height: 35px;
  text-align: center;
  width: 35px;
}

.p-faq-list {
  margin: 0 25px;
  margin-top: 60px;
  padding-top: 50px;
}
.p-faq-list + .p-faq-list {
  padding-bottom: 110px;
}
.p-faq-list__h2 {
  font-size: 1.375rem;
  letter-spacing: 2.42px;
  line-height: 1.7;
  text-align: center;
}
.p-faq-list__h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  width: 0;
}
.p-faq-list__h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  width: 0;
}
.p-faq-list__dot {
  margin: 24.5px auto 0;
}
.p-faq-list__text-q {
  font-size: 1.125rem;
  letter-spacing: 1.98px;
  line-height: 1.3;
  margin-top: 9px;
}
.p-faq-list__text-q::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  width: 0;
}
.p-faq-list__text-q::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  width: 0;
}
.p-faq-list__text-a {
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  line-height: 2.13;
  margin-top: 13px;
}
.p-faq-list__text-a::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2.13) * 0.5em);
  width: 0;
}
.p-faq-list__text-a::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2.13) * 0.5em);
  width: 0;
}
.p-faq-list__q {
  display: flex;
  gap: 12px;
}
.p-faq-list__a {
  display: flex;
  gap: 15px;
  margin-top: 28px;
}
.p-faq-list__mark-q {
  background: var(--pale);
  line-height: 35px;
}
.p-faq-list__mark-a {
  border: 2px solid var(--pale);
  line-height: 31px;
}
.p-faq-list__hr {
  color: var(--off-white);
  height: 1px;
  margin-top: 32px;
  width: 100%;
}
.p-faq-list__card {
  border: 1px solid var(--very-light-pink-02);
  margin-top: 51px;
  padding: 32px 17px 45px;
}
.p-faq-list__card + .p-faq-list__card {
  margin-top: 55px;
}
.p-faq-list__link {
  color: var(--mocha);
  text-decoration: underline;
}

.p-voice__button {
  padding-bottom: 111px;
}
.p-voice__button .c-button {
  margin: 0 auto;
}
.p-voice__container--reverse {
  background: var(--white-02);
}
.p-voice__fv .c-fv__english {
  left: -103px;
  top: 5px;
}

.p-voice-card {
  display: flex;
  flex-direction: column;
  gap: 31px;
  padding: 86px 25px;
}
.p-voice-card__head {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.p-voice-card__head--reverse {
  flex-direction: row-reverse;
}
.p-voice-card__img {
  -o-object-fit: cover;
  aspect-ratio: 164/103;
     object-fit: cover;
  width: 50%;
}
.p-voice-card__english {
  color: var(--very-light-pink-03);
  font-family: "Dancing Script", cursive;
  font-size: 3.5625rem;
  position: relative;
  top: 5px;
}
.p-voice-card__english::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-voice-card__english::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-voice-card__english--reverse {
  left: 0;
  right: initial;
}
.p-voice-card__h2 {
  background: #fff;
  border: solid 2px var(--pale);
  border-radius: 18px;
  display: inline-block;
  font-size: 1.0625rem;
  letter-spacing: 1.87px;
  line-height: 1.47;
  padding: 22px 12px 15px;
  position: relative;
  width: 100%;
}
.p-voice-card__h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.47) * 0.5em);
  width: 0;
}
.p-voice-card__h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.47) * 0.5em);
  width: 0;
}
.p-voice-card__h2:before {
  border: 5px solid transparent;
  border-top: 10px solid var(--pale);
  bottom: -17px;
  left: 20px;
  position: absolute;
}
.p-voice-card__h2:after {
  border: 5px solid transparent;
  border-top: 10px solid #fff;
  bottom: -9px;
  left: 20px;
  position: absolute;
}
.p-voice-card__text {
  letter-spacing: 0.8px;
  line-height: 2;
  margin-top: 37px;
}
.p-voice-card__text::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-voice-card__text::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-voice-card__info-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 33px;
}
.p-voice-card__other {
  font-size: 13px;
}

.p-info__fv .c-fv__english {
  left: -97px;
  top: 5px;
}
.p-info__wrap {
  background: var(--white-02);
}
.p-info__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 75px 25px 73px;
}

.p-info-posts {
  margin-top: 80px;
  padding: 0 25px;
}
.p-info-posts__wrap {
  display: flex;
  flex-direction: column;
  gap: 46.5px;
  margin-top: 31px;
}
.p-info-posts__img {
  -o-object-fit: cover;
  aspect-ratio: 325/163;
  margin: 0 auto;
  max-width: 325px;
     object-fit: cover;
  width: 100%;
}
.p-info-posts__category {
  color: var(--brownish-grey-02);
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  margin-top: 21.5px;
  padding-right: 11px;
}
.p-info-posts__category .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-info-posts__category a {
  border: 1px solid var(--brown-grey);
  border-radius: 3px;
  display: inline-block;
  padding: 4px 12px;
}
.p-info-posts__h3 {
  line-height: 1.56;
  margin-top: 16px;
  word-break: break-all;
}
.p-info-posts__h3::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.56) * 0.5em);
  width: 0;
}
.p-info-posts__h3::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.56) * 0.5em);
  width: 0;
}
.p-info-posts__post-date {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  opacity: 0.5;
}

.p-info-pagination {
  padding-bottom: 91px;
}
.p-info-pagination .pagination {
  margin-top: 110px;
  text-align: center;
}
.p-info-pagination .pagination .current {
  background-color: var(--black);
  border-color: var(--black);
  color: white;
}
.p-info-pagination .page-numbers {
  border: 1px solid var(--brown-grey);
  border-radius: 3px;
  display: inline-block;
  font-size: 1.125rem;
  height: 35px;
  line-height: 34px;
  text-align: center;
  width: 35px;
}
.p-info-pagination .page-numbers + .page-numbers {
  margin-left: 16px;
}
.p-info-pagination .page-numbers.prev, .p-info-pagination .page-numbers.next {
  display: none;
}
.p-info-pagination .page-numbers:focus, .p-info-pagination .page-numbers:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: white;
}

.p-info-archive__h2, .p-info-category__h2 {
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 1.7px;
  padding-left: 53px;
}
.p-info-archive__h2::before, .p-info-category__h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-info-archive__h2::after, .p-info-category__h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}

.p-info-category__ul {
  margin-top: 33px;
  padding-left: 53px;
}
.p-info-category__ul::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2.33) * 0.5em);
  width: 0;
}
.p-info-category__ul::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2.33) * 0.5em);
  width: 0;
}

.p-info-category__li {
  font-size: 0.9375rem;
  letter-spacing: 2.3px;
  line-height: 2.33;
  padding-left: 21px;
  position: relative;
}
.p-info-category__li:before {
  border: 3px solid transparent;
  border-left: 6px solid var(--brown-grey);
  content: "";
  left: 0;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}

.p-info-category {
  border-left: 1px solid var(--brown-grey);
}
.p-info-archive {
  border-left: 1px solid var(--brown-grey);
}
.p-info-archive__select {
  background-color: #fff;
  border: 1px solid var(--brown-grey);
  border-radius: 3px;
  cursor: pointer;
  height: 50px;
  padding-left: 10px;
  width: 200px;
}
.p-info-archive__select::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2.33) * 0.5em);
  width: 0;
}
.p-info-archive__select::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2.33) * 0.5em);
  width: 0;
}
.p-info-archive__select-wrap {
  font-size: 0.9375rem;
  letter-spacing: 2.3px;
  margin-left: 53px;
  margin-top: 33px;
  position: relative;
  width: 200px;
}
.p-info-archive__select-wrap:after {
  border: 6px solid transparent;
  border-top: 10px solid var(--brown-grey);
  content: "";
  position: absolute;
  right: 20px;
  top: 60%;
  transform: translateY(-50%);
}

.p-post {
  padding-left: 25px;
  padding-right: 25px;
}
.p-post__h1 {
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 1.6;
  margin-top: 52px;
  word-break: break-all;
}
.p-post__h1::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  width: 0;
}
.p-post__h1::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  width: 0;
}
.p-post__hr {
  color: var(--brown-grey);
  margin-top: 24px;
}
.p-post__date {
  font-size: 0.875rem;
  margin-top: 15px;
}
.p-post__wrap {
  padding-top: 50px;
}
.p-post__head {
  padding: 0 25px;
}

.p-post-aside {
  padding-bottom: 110px;
}

.p-post-content {
  padding: 58px 0 110px;
}
.p-post-content > *:first-child {
  margin-top: 0;
}
.p-post-content > p {
  line-height: 1.88;
  margin-bottom: 20px;
  margin-top: 10px;
}
.p-post-content > p img {
  margin-bottom: 22px;
}
.p-post-content figure {
  max-width: 100%;
}
.p-post-content pre {
  /* HP Printers */
  word-wrap: break-word;
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* IE 5+ */
}
.p-post-content > h2 {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.74;
  margin-bottom: 29px;
  margin-top: 74px;
}
.p-post-content > h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.74) * 0.5em);
  width: 0;
}
.p-post-content > h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.74) * 0.5em);
  width: 0;
}
.p-post-content h3 {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.52;
  margin-bottom: 23px;
  margin-top: 70px;
  padding-left: 23px;
  position: relative;
}
.p-post-content h3:before {
  background: var(--pale);
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0.2em;
  width: 13px;
}
.p-post-content h4 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 60px;
}
.p-post-content h4::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  width: 0;
}
.p-post-content h4::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  width: 0;
}
.p-post-content h5 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.44;
  margin-bottom: 22px;
  margin-top: 63px;
}
.p-post-content h5::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.44) * 0.5em);
  width: 0;
}
.p-post-content h5::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.44) * 0.5em);
  width: 0;
}
.p-post-content > ul {
  margin-bottom: 30px;
  margin-top: 20px;
}
.p-post-content > ul > li:first-child {
  margin-top: 0;
}
.p-post-content ul[style*=list-style-type] li {
  margin-left: 20px;
  padding-left: 10px;
}
.p-post-content ul[style*=list-style-type] li:before {
  display: none;
}
.p-post-content ol[style*=list-style-type] li {
  margin-left: 25px;
  padding-left: 5px;
}
.p-post-content ol[style*=list-style-type] li:before {
  display: none;
}
.p-post-content blockquote {
  background: #e8e8e8;
  line-height: 1.88;
  margin: 15px 0;
  padding: 15px 20px;
}
.p-post-content blockquote::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.88) * 0.5em);
  width: 0;
}
.p-post-content blockquote::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.88) * 0.5em);
  width: 0;
}
.p-post-content ol {
  margin-bottom: 30px;
  margin-top: 20px;
}
.p-post-content li {
  line-height: 1.25;
  margin-top: 22px;
  padding-left: 25px;
  position: relative;
}
.p-post-content li::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  width: 0;
}
.p-post-content li::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  width: 0;
}
.p-post-content li:before {
  background: var(--brown-grey);
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 9px;
}
.p-post-content a {
  color: var(--mocha);
  text-decoration: underline;
}
.p-post-content table {
  border-collapse: collapse;
  margin-top: 70px;
  table-layout: fixed;
  width: 100%;
}
.p-post-content th,
.p-post-content td,
.p-post-content tr {
  border: 1px solid var(--very-light-pink-02);
}
.p-post-content th {
  background: var(--pale);
  font-size: 0.9375rem;
  padding: 20px 15px 13px;
}
.p-post-content th::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-content th::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-content td {
  line-height: 1.25;
  padding: 11px 15px;
}
.p-post-content td::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  width: 0;
}
.p-post-content td::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  width: 0;
}
.p-post-content .alignright {
  margin-left: auto;
}
.p-post-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.p-post-content .wp-caption-text {
  font-size: 90%;
  margin-top: 5px;
  text-align: center;
}
.p-post-content iframe {
  max-width: 100%;
}

.p-post-writer {
  border-bottom: 1px solid var(--brown-grey);
  border-top: 1px solid var(--brown-grey);
  margin-top: 70px;
  padding-bottom: 43px;
  padding-top: 40px;
}
.p-post-writer__wrap {
  display: flex;
  gap: 27px;
}
.p-post-writer__img {
  width: 95px;
}
.p-post-writer__subtext {
  color: var(--brown-grey-03);
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin-top: 22px;
}
.p-post-writer__subtext::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-writer__subtext::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-writer__name {
  font-size: 1.0625rem;
  letter-spacing: 1.28px;
  margin-top: 14px;
}
.p-post-writer__name::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-writer__name::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-writer__message {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 26px;
}
.p-post-writer__message::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  width: 0;
}
.p-post-writer__message::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  width: 0;
}

.p-post-recommend {
  background: var(--white-02);
}
.p-post-recommend__wrap {
  padding: 90px 25px 75px;
}
.p-post-recommend__head {
  font-size: 1.375rem;
  letter-spacing: 2.42px;
  text-align: center;
}
.p-post-recommend__head::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-recommend__head::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-recommend__list {
  display: flex;
  flex-direction: column;
  gap: 51px;
  margin-top: 50px;
}
.p-post-recommend__img {
  -o-object-fit: cover;
  aspect-ratio: 325/163;
  margin: 0 auto;
  max-width: 325px;
     object-fit: cover;
  width: 100%;
}
.p-post-recommend__category {
  color: var(--brownish-grey-02);
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  margin-right: 11px;
  margin-top: 21.5px;
}
.p-post-recommend__category .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-post-recommend__category .post-categories li {
  background: #fff;
}
.p-post-recommend__category a {
  border: 1px solid var(--brown-grey);
  border-radius: 3px;
  display: inline-block;
  padding: 4px 12px;
}
.p-post-recommend__h3 {
  line-height: 1.56;
  margin-top: 16px;
  word-break: break-all;
}
.p-post-recommend__h3::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.56) * 0.5em);
  width: 0;
}
.p-post-recommend__h3::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.56) * 0.5em);
  width: 0;
}
.p-post-recommend__post-date {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  opacity: 0.5;
}
.p-post-recommend__navigation {
  margin-top: 71px;
}
.p-post-recommend__navigation .c-button {
  letter-spacing: 0;
  margin: 0 auto;
}
.p-post-recommend__navigation .nav-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-post-new {
  margin-top: 85px;
  padding: 0 25px;
}
.p-post-new__head {
  background: var(--pale);
  font-weight: bold;
  letter-spacing: 4.8px;
  padding: 8px 0;
  text-align: center;
  word-break: break-all;
}
.p-post-new__media {
  display: flex;
  gap: 23px;
  padding: 25px 0 22px;
}
.p-post-new__media:first-child {
  padding: 18px 0 20px;
}
.p-post-new__media + .p-post-new__media {
  border-top: 1px solid var(--brown-grey);
}
.p-post-new__media-wrap {
  border-bottom: 1px solid var(--brown-grey);
}
.p-post-new__img {
  -o-object-fit: cover;
  height: 70px;
  max-width: initial;
     object-fit: cover;
  width: 70px;
}
.p-post-new__date {
  color: var(--brown-grey-03);
  font-size: 0.8125rem;
  letter-spacing: 2.28px;
  margin-top: 5px;
}
.p-post-new__date::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-new__date::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-new__title {
  font-size: 0.875rem;
  letter-spacing: 2.1px;
  line-height: 1.43;
  margin-top: 10px;
}
.p-post-new__title::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.43) * 0.5em);
  width: 0;
}
.p-post-new__title::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.43) * 0.5em);
  width: 0;
}

.p-post-popular {
  margin-top: 87px;
  padding: 0 25px;
}
.p-post-popular__head {
  background: var(--pale);
  font-weight: bold;
  letter-spacing: 4.8px;
  padding: 8px 0;
  text-align: center;
  word-break: break-all;
}
.p-post-popular__media {
  display: flex;
  gap: 23px;
  margin-bottom: 0 !important;
  padding: 25px 0 22px;
}
.p-post-popular__media:first-child {
  padding: 18px 0 20px;
}
.p-post-popular__media + .p-post-popular__media {
  border-top: 1px solid var(--brown-grey);
}
.p-post-popular .wpp-list {
  border-bottom: 1px solid var(--brown-grey);
}
.p-post-popular__img {
  height: 70px;
  width: 70px;
}
.p-post-popular__img img {
  -o-object-fit: cover;
  height: 70px;
  max-width: initial;
     object-fit: cover;
  width: 70px;
}
.p-post-popular__date {
  color: var(--brown-grey-03);
  font-size: 0.8125rem;
  letter-spacing: 2.28px;
  margin-top: 5px;
}
.p-post-popular__date::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-popular__date::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-popular__title {
  font-size: 0.875rem;
  letter-spacing: 2.1px;
  line-height: 1.43;
  margin-top: 14px;
}
.p-post-popular__title::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.43) * 0.5em);
  width: 0;
}
.p-post-popular__title::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.43) * 0.5em);
  width: 0;
}

.p-post-category {
  margin-top: 95px;
  padding: 0 25px;
}
.p-post-category__head {
  font-weight: bold;
  letter-spacing: 1.6px;
}
.p-post-category__head::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-category__head::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-category__hr {
  color: var(--brown-grey);
  margin-top: 17px;
}
.p-post-category__ul {
  margin-top: 26px;
}
.p-post-category__ul::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2.33) * 0.5em);
  width: 0;
}
.p-post-category__ul::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2.33) * 0.5em);
  width: 0;
}
.p-post-category__li {
  font-size: 0.9375rem;
  letter-spacing: 2.3px;
  line-height: 2.33;
  padding-left: 21px;
  position: relative;
}
.p-post-category__li:before {
  border: 3px solid transparent;
  border-left: 6px solid var(--brown-grey);
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-post-archive {
  margin-top: 75px;
  padding: 0 25px;
}
.p-post-archive__head {
  font-weight: bold;
  letter-spacing: 1.6px;
}
.p-post-archive__head::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-archive__head::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-post-archive__hr {
  color: var(--brown-grey);
  margin-top: 17px;
}
.p-post-archive__select {
  background-color: #fff;
  border: 1px solid var(--brown-grey);
  border-radius: 3px;
  cursor: pointer;
  height: 50px;
  padding-left: 10px;
  width: 200px;
}
.p-post-archive__select::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2.33) * 0.5em);
  width: 0;
}
.p-post-archive__select::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2.33) * 0.5em);
  width: 0;
}
.p-post-archive__select-wrap {
  font-size: 0.9375rem;
  letter-spacing: 2.3px;
  margin-top: 26px;
  position: relative;
  width: 200px;
}
.p-post-archive__select-wrap:after {
  border: 6px solid transparent;
  border-top: 10px solid var(--brown-grey);
  content: "";
  position: absolute;
  right: 20px;
  top: 60%;
  transform: translateY(-50%);
}

.p-access__fv .c-fv__english {
  left: -90px;
  top: 2px;
}

.p-access-table {
  font-size: 0.9375rem;
  line-height: 1.33;
  padding: 80px 25px 112px;
}
.p-access-table__dl {
  border-bottom: 1px solid var(--brown-grey);
  border-top: 1px solid var(--brown-grey);
  display: flex;
  flex-wrap: wrap;
}
.p-access-table__dt {
  font-weight: normal;
  padding: 11px 0;
  width: 28%;
}
.p-access-table__dt::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-access-table__dt::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-access-table__dt:not(:nth-of-type(1)) {
  border-top: 1px solid var(--brown-grey);
}
.p-access-table__dd {
  padding: 11px 0;
  padding-left: 36px;
  width: 72%;
}
.p-access-table__dd::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-access-table__dd::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-access-table__dd:not(:nth-of-type(1)) {
  border-top: 1px solid var(--brown-grey);
}

.p-access-map {
  background: var(--white-02);
}
.p-access-map__link {
  color: var(--mocha);
  text-decoration: underline;
}
.p-access-map__googlemap iframe {
  height: 175px;
  width: 100%;
}
.p-access-map__text {
  padding: 99px 25px 90px;
  position: relative;
}
.p-access-map__text::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-access-map__text::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-access-map__h2 {
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-size: 5.8125rem;
  left: 0;
  position: absolute;
  top: -15px;
  transform: rotate(-10deg);
}
.p-access-map__h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-access-map__h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-access-map__h3 {
  font-size: 1.125rem;
  font-weight: bold;
}
.p-access-map__h3::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-access-map__h3::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-access-map__text01 {
  margin-top: 30px;
}
.p-access-map__text01::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-access-map__text01::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-access-map__text02 {
  margin-top: 21px;
  margin-left: 1em;
}
.p-access-map__text02::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-access-map__text02::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-access-map__button {
  margin-top: 45px;
}

.p-contact-fv .c-fv__english {
  left: -140px;
  top: 5px;
}

.p-contact-discription {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 80px 25px 75px;
}
.p-contact-discription__p {
  letter-spacing: 0.8px;
  line-height: 2;
}
.p-contact-discription__p::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-contact-discription__p::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-contact-discription__img-logo {
  margin-top: 54px;
}
.p-contact-discription__img {
  margin: 0 auto;
}
.p-contact-discription__info {
  border-left: 1px solid var(--brown-grey);
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  line-height: 2.13;
  margin-top: 33px;
  padding-left: 21px;
}
.p-contact-discription__info::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2.13) * 0.5em);
  width: 0;
}
.p-contact-discription__info::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2.13) * 0.5em);
  width: 0;
}

.p-contact-links {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.p-contact-links .c-button {
  letter-spacing: 0px;
  margin: 0 auto;
  max-width: 325px;
}
.p-contact-links .c-button__text:after {
  transform: translateY(0%) rotate(90deg);
}

.p-contact-line {
  margin-top: -50px;
  padding: 160px 25px 0;
}
.p-contact-line__text {
  letter-spacing: 0.8px;
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}
.p-contact-line__text::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-contact-line__text::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-contact-line__h2 {
  font-size: 1.375rem;
  letter-spacing: 2.42px;
  text-align: center;
}
.p-contact-line__h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-contact-line__h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-contact-line__dot {
  margin: 31px auto 0;
}
.p-contact-line__qr-code {
  height: 148px;
  margin: 35px auto 0;
  width: 148px;
}
.p-contact-line__button {
  background: var(--shamrock-green);
  border-radius: 24px;
  color: #fff;
  display: flex;
  gap: 19px;
  margin: 45px auto 0;
  max-width: 325px;
  padding: 30px 29px 29px;
  position: relative;
  width: 100%;
}
.p-contact-line__button:after {
  border: 7px solid transparent;
  border-left: 12px solid #fff;
  content: "";
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.p-contact-line__english {
  font-family: "Dancing Script", cursive;
  font-size: 1.5rem;
  letter-spacing: 2.58px;
}
.p-contact-line__english::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-contact-line__english::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-contact-line__img {
  margin-top: 7px;
}
.p-contact-line__p01 {
  font-size: 0.9375rem;
  letter-spacing: 1.43px;
  margin-top: 3px;
}
.p-contact-line__p01::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-contact-line__p01::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-contact-line__p02 {
  font-size: 0.8125rem;
  letter-spacing: 1.43px;
  margin-top: 8px;
}
.p-contact-line__p02::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-contact-line__p02::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}

.p-contact-form {
  margin-top: -50px;
  padding: 160px 25px 0;
}
.p-contact-form__h2 {
  font-size: 1.375rem;
  letter-spacing: 2.42px;
  text-align: center;
}
.p-contact-form__h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-contact-form__h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-contact-form__dot {
  margin: 31px auto 0;
}
.p-contact-form__dl {
  margin-top: 47px;
}
.p-contact-form__dt {
  letter-spacing: 1.2px;
}
.p-contact-form__dt:nth-of-type(2) {
  margin-top: 45px !important;
}
.p-contact-form__dt:not(:nth-of-type(1)) {
  margin-top: 32px;
}
.p-contact-form__dd:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.p-contact-form__dd input {
  background: var(--white-02);
  border-radius: 3px;
  padding: 8px 20px;
  width: 100%;
}
.p-contact-form__dd input[type=datetime-local] {
  height: 49px;
}
.p-contact-form__dd textarea {
  background: var(--white-02);
  border-radius: 3px;
  height: 250px;
  padding: 15px 20px;
  width: 100%;
}
.p-contact-form__dd .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 18px;
}
.p-contact-form__dd .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.p-contact-form__dd .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  gap: 5px;
  text-align: center;
}
.p-contact-form__dd .wpcf7-radio .wpcf7-list-item label input {
  width: 15px;
}
.p-contact-form__dd .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  letter-spacing: 1.2px;
}
.p-contact-form__send {
  position: relative;
}
.p-contact-form__send:after {
  border: 4px solid transparent;
  border-left: 7px solid var(--brown-grey);
  content: "";
  position: absolute;
  right: calc(50% - 60px);
  top: 33%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.p-contact-form__send .wpcf7-submit {
  align-items: center;
  border: 1px solid var(--brown-grey-02);
  border-radius: 3px;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  height: 50px;
  justify-content: center;
  letter-spacing: 3px;
  letter-spacing: 0;
  margin: 50px auto 0;
  max-width: 275px;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
}
.p-contact-form__send .wpcf7-submit:focus, .p-contact-form__send .wpcf7-submit:hover {
  background: var(--black-03);
  color: #fff;
}
.p-contact-form__send .wpcf7-submit:focus .c-button__text:after, .p-contact-form__send .wpcf7-submit:hover .c-button__text:after {
  border-left-color: #fff;
}
.p-contact-form__label--required:after {
  border: 1px solid var(--dull-orange);
  color: var(--dull-orange);
  content: "必須";
  font-size: 0.875rem;
  margin-left: 14px;
  padding: 0 2px;
}

.p-contact-tell {
  margin-top: -50px;
  padding: 110px 25px 110px;
}
.p-contact-tell__h2 {
  font-size: 1.375rem;
  letter-spacing: 2.42px;
  text-align: center;
}
.p-contact-tell__h2::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-contact-tell__h2::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-contact-tell__dot {
  margin: 31px auto 0;
}
.p-contact-tell__box {
  border: 1px solid var(--very-light-pink-02);
  margin-top: 49px;
  padding: 38px 17px 40px;
  text-align: center;
}
.p-contact-tell__number {
  font-size: 1.25rem;
  letter-spacing: 3px;
}
.p-contact-tell__number::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-contact-tell__number::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.15) * 0.5em);
  width: 0;
}
.p-contact-tell__hr {
  color: var(--off-white);
  margin-top: 40px;
}
.p-contact-tell__info {
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 25px;
}
.p-contact-tell__info::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-contact-tell__info::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  width: 0;
}

.p-404-main__inner {
  padding: 70px 25px;
}
.p-404-main__h1 {
  font-size: 1.25rem;
  font-weight: bold;
}
.p-404-main__p01 {
  line-height: 1.5;
  margin-top: 30px;
}
.p-404-main__p01::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.p-404-main__p01::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.p-404-main__p02 {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
.p-404-main__p02::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.p-404-main__p02::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.p-404-main__p03 {
  margin-top: 30px;
}
.p-404-main__link {
  color: var(--mocha);
  text-decoration: underline;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .c-fv__img {
    height: 350px;
  }
  .c-fv__text-wrap {
    top: 48%;
  }
  .c-fv__h1 {
    font-size: 1.875rem;
    letter-spacing: 6.9px;
    max-width: 440px;
    padding: 17px 0px;
  }
  .c-fv__english {
    font-size: 2.525rem;
    left: -169px;
    top: 10px;
  }
  .p-top__pickup-news-wrap {
    flex-direction: row;
    gap: 45px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 960px;
    padding-top: 65px;
  }
  .p-top__border-top {
    max-width: 960px;
  }
  .p-top-fv__img {
    height: 690px !important;
    margin-left: 5px;
    margin-right: 5px;
  }
  .p-top-fv__main-text {
    font-size: 2.5rem;
    letter-spacing: 9.2px;
    padding: 13px 36px;
  }
  .p-top-fv__sub-text {
    font-size: 1.1875rem;
    letter-spacing: 6.84px;
    margin-top: 9px;
    padding: 14px 42px;
  }
  .p-top-fv__small01 {
    font-size: 2.1875rem;
  }
  .p-top-fv__small02 {
    font-size: 2.25rem;
    letter-spacing: 8.28px;
  }
  .p-top-fv__english {
    font-size: 4.4rem;
    top: 22px;
  }
  .p-top-product {
    margin-top: 150px;
  }
  .p-top-product__english {
    font-size: 6.2625rem;
    left: 51%;
  }
  .p-top-product__h2 {
    font-size: 1.75rem;
    margin-top: 8px;
    padding: 0;
  }
  .p-top-product__p {
    margin-top: 41px;
    max-width: 502px;
    padding-left: 0;
  }
  .p-top-product__img {
    left: -100px;
    top: initial;
  }
  .p-top-product__wave {
    left: 0;
    margin: 0 -38px;
    top: 140px;
  }
  .p-top-product__wrap {
    align-items: center;
    display: flex;
    margin-top: 65px;
    position: relative;
    transform: translateX(-10px);
  }
  .p-top-product__text-wrap {
    position: absolute;
    right: 0;
    top: 90px;
  }
  .p-top-feature {
    margin-top: 26px;
  }
  .p-top-feature__card {
    width: 33.3333333333%;
  }
  .p-top-feature__wrap {
    flex-direction: row;
    gap: min(4%, 37px);
    margin: 0 auto;
    max-width: 960px;
  }
  .p-top-service {
    margin: 0 auto;
    margin-top: 183px;
    max-width: 960px;
    padding: 0 25px;
    padding-bottom: 210px;
  }
  .p-top-service__english {
    font-size: 4.26875rem;
    left: -5px;
    max-width: initial;
    position: relative;
    text-align: right;
    top: 22px;
  }
  .p-top-service__english--left {
    left: 4px;
    text-align: left;
    top: 63px;
  }
  .p-top-service__img img {
    box-shadow: none;
  }
  .p-top-service__img {
    box-shadow: -30px 30px 0 var(--pale);
  }
  .p-top-service__img--reverse {
    box-shadow: 30px 30px 0 var(--pale);
  }
  .p-top-service__h3 {
    margin-top: 35px;
  }
  .p-top-service__h3--reverse {
    margin-top: 50px;
  }
  .p-top-service__text-wrap {
    padding: 0;
    width: 48%;
  }
  .p-top-service__p {
    margin-top: 36px;
  }
  .p-top-service__button {
    margin-top: 95px;
  }
  .p-top-service__content {
    align-items: center;
    display: flex;
    gap: 41px;
  }
  .p-top-pickup {
    max-width: 420px;
    width: 48%;
  }
  .p-top-pickup__img {
    max-width: 100%;
  }
  .p-top-pickup__h3 {
    line-height: 1.56;
    margin-top: 21px;
  }
  .p-top-pickup__h3::before {
    content: "";
    display: block;
    height: 0;
    margin-top: calc((1 - 1.56) * 0.5em);
    width: 0;
  }
  .p-top-pickup__h3::after {
    content: "";
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.56) * 0.5em);
    width: 0;
  }
  .p-top-news {
    max-width: 500px;
    width: 52%;
  }
  .p-top-news__li {
    padding: 13px 15px;
  }
  .p-top-news__post-date {
    margin-top: 10px;
  }
  .p-top-news__a {
    align-items: flex-start;
    display: grid;
    gap: 36px;
    grid-template-columns: 90px auto;
  }
  .p-top-news__h3 {
    letter-spacing: 0.8px;
  }
  .p-top-blog__border {
    margin: 0 auto;
    margin-top: 70px;
    max-width: 960px;
  }
  .p-top-blog__wrap {
    flex-direction: row;
    gap: min(4%, 38px);
    margin: 0 auto;
    margin-top: 37px;
    max-width: 960px;
  }
  .p-top-blog__article {
    width: 33.3333333333%;
  }
  .p-top-blog__category a {
    padding: 1px 11px 3px;
  }
  .p-top-instagram {
    padding: 0 12.5px 150px;
  }
  .p-top-instagram__logo {
    gap: 35px;
  }
  .p-top-instagram__posts {
    margin: -15px -140px;
  }
  .p-top-instagram__info-wrap {
    display: flex;
    gap: 130px;
    justify-content: flex-end;
    margin: 0 auto;
    margin-top: 200px;
    max-width: 960px;
  }
  .p-top-instagram #sbi_images {
    padding: 15px !important;
  }
  .p-top-information {
    padding-bottom: 120px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-top-information__media {
    display: flex;
    gap: min(4%, 47px);
  }
  .p-top-information__picture {
    max-width: 969px;
    width: 54%;
  }
  .p-top-information__img {
    margin-top: 30px;
  }
  .p-top-information__h2 {
    font-size: 5.6625rem;
    transform: scaleX(1) rotate(-5deg);
  }
  .p-top-information__dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
    padding: 0;
  }
  .p-top-information__dt {
    height: 47px;
    width: 80px;
  }
  .p-top-information__dt:not(:first-child) {
    margin-top: 0;
  }
  .p-top-information__dd {
    height: 55px;
    padding-left: 29px;
    width: calc(100% - 80px);
  }
  .p-top-information__text {
    width: 46%;
  }
  .p-top-information__button {
    margin-top: 16px;
  }
  .p-top-information__button .c-button {
    margin-left: 0px;
  }
  .p-top-information__bg {
    height: 330px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-about-product {
    margin-top: 130px;
    padding-bottom: 120px;
  }
  .p-about-product__english {
    font-size: 6.18125rem;
    left: 45.5%;
    top: 20px;
  }
  .p-about-product__h2 {
    font-size: 1.75rem;
    letter-spacing: 3.08px;
    margin-top: 35px;
    padding: 0;
  }
  .p-about-product__p {
    margin-top: 41px;
    max-width: 502px;
    padding-left: 0;
  }
  .p-about-product__img {
    left: -55px;
    max-width: initial;
  }
  .p-about-product__wave {
    left: 0;
    margin: 0 -38px;
    top: 120px;
  }
  .p-about-product__wrap {
    align-items: center;
    display: flex;
    position: relative;
  }
  .p-about-product__text-wrap {
    margin-left: -30px;
  }
  .p-about-smell {
    flex-direction: row-reverse;
    gap: 3%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    max-width: 960px;
  }
  .p-about-smell__img {
    width: 100%;
  }
  .p-about-smell__picture {
    width: 50%;
  }
  .p-about-smell__text-wrap {
    width: 50%;
  }
  .p-about-smell__h2 {
    font-size: 1.75rem;
    letter-spacing: 3.08px;
  }
  .p-about-smell__h2:before {
    height: 289px;
    left: -145px;
    width: 289px;
  }
  .p-about-smell__ul {
    margin-top: 41px;
  }
  .p-about-price {
    background: var(--off-white);
    height: 261px;
    margin: 130px 25px 0;
    max-width: 960px;
  }
  .p-about-price__picture {
    position: relative;
    top: -50px;
    z-index: 1;
  }
  .p-about-price__img {
    width: 45vw;
  }
  .p-about-price__text-wrap {
    background: initial;
    padding: 92px 25px 77px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-about-price__english {
    font-size: 12.4875rem;
    left: 0;
  }
  .p-about-price__flex {
    flex-direction: row;
  }
  .p-about-flow {
    margin-left: auto;
    margin-right: auto;
    margin-top: 99px;
    max-width: 960px;
    padding-top: 81px;
  }
  .p-about-flow__wrap {
    margin-top: 83px;
  }
  .p-about-flow__wrap:before {
    height: calc(100% - 255px);
    left: 50vw;
    top: 0;
    width: 6px;
  }
  .p-about-flow__h2 {
    font-size: 1.5rem;
    letter-spacing: 2.64px;
  }
  .p-about-flow__dot {
    margin-top: 42px;
  }
  .p-about-flow__img {
    position: relative;
    top: -10px;
    width: 100%;
  }
  .p-about-flow__picture {
    width: 50%;
  }
  .p-about-flow__media + .p-about-flow__media {
    margin-top: 111px;
  }
  .p-about-flow__media--no4and5 {
    margin-top: 100px !important;
  }
  .p-about-flow__media--no6 {
    margin-top: 100px !important;
  }
  .p-about-flow__media {
    flex-direction: row;
    gap: 50px;
    justify-content: space-between;
  }
  .p-about-flow__text-wrap {
    width: 50%;
  }
  .p-about-flow__h3--no03 {
    margin-top: 112px;
  }
  .p-about-flow__h3--no05 {
    margin-top: 112px;
  }
  .p-about-flow__number {
    font-size: 1.5rem;
    height: 54px;
    left: -72px;
    line-height: 54px;
    width: 54px;
  }
  .p-about-readme {
    margin: 89px auto 0;
    max-width: 960px;
  }
  .p-about-readme__box {
    padding: 38px 88px 46px;
  }
  .p-about-readme__li {
    padding-left: 55px;
  }
  .p-about-readme__li + .p-about-readme__li {
    margin-top: 13px;
  }
  .p-about-readme__li:before {
    left: 30px;
  }
  .p-faq__fv .c-fv__english {
    left: -145px;
    top: 10px;
  }
  .p-faq-headding {
    margin: 0 auto;
    margin-top: 102px;
    max-width: 960px;
  }
  .p-faq-headding__button {
    flex-direction: row;
    gap: 30px;
  }
  .p-faq-headding__button .c-button {
    max-width: 380px;
  }
  .p-faq-headding__button .c-button__text:after {
    transform: translateY(-50%);
  }
  .p-faq-list__mark-a, .p-faq-list__mark-q {
    font-size: 1.5rem;
    height: 54px;
    width: 54px;
  }
  .p-faq-list {
    margin-top: 68px;
    max-width: 960px;
    padding-top: 81px;
  }
  .p-faq-list + .p-faq-list {
    margin-top: 98px;
    padding-bottom: 179px;
  }
  .p-faq-list__h2 {
    font-size: 1.5rem;
    letter-spacing: 2.64px;
  }
  .p-faq-list__dot {
    margin-top: 43px;
  }
  .p-faq-list__text-q {
    font-size: 1.25rem;
    letter-spacing: 2.2px;
    margin-top: 19px;
  }
  .p-faq-list__text-a {
    font-size: 1rem;
    letter-spacing: 0.8px;
    line-height: 2;
    margin-top: 0px;
  }
  .p-faq-list__text-a::before {
    content: "";
    display: block;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    width: 0;
  }
  .p-faq-list__text-a::after {
    content: "";
    display: block;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    width: 0;
  }
  .p-faq-list__q {
    gap: 23px;
    padding-left: 15px;
  }
  .p-faq-list__a {
    align-items: center;
    gap: 23px;
    margin-top: 39px;
    padding-left: 15px;
  }
  .p-faq-list__mark-q {
    line-height: 54px;
  }
  .p-faq-list__mark-a {
    line-height: 50px;
  }
  .p-faq-list__hr {
    margin-top: 19px;
  }
  .p-faq-list__card {
    padding: 19px 87px 43px;
  }
  .p-faq-list__card + .p-faq-list__card {
    margin-top: 70px;
  }
  .p-voice__button {
    padding-bottom: 179px;
  }
  .p-voice__container--reverse {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-voice__fv .c-fv__english {
    left: -230px;
    top: 15px;
  }
  .p-voice-card {
    align-items: flex-start;
    flex-direction: row;
    gap: 5%;
    margin: 0 auto;
    max-width: 960px;
    padding: 209px 25px 129px;
    position: relative;
  }
  .p-voice-card--reverse {
    flex-direction: row-reverse;
  }
  .p-voice-card__img {
    aspect-ratio: 300/260;
    max-width: initial;
    width: 300px;
  }
  .p-voice-card__english {
    font-size: 7.5625rem;
    position: absolute;
    right: 10px;
    top: 108px;
  }
  .p-voice-card__english--reverse {
    left: 25px;
  }
  .p-voice-card__h2 {
    font-size: 1.25rem;
    letter-spacing: 2px;
    padding: 25px 35px 21px;
  }
  .p-voice-card__h2:before {
    border: 10px solid transparent;
    border-top: 15px solid var(--pale);
    bottom: -25px;
    left: 22px;
  }
  .p-voice-card__h2:after {
    border: 10px solid transparent;
    border-top: 15px solid #fff;
    bottom: -17px;
    left: 22px;
  }
  .p-voice-card__text {
    margin-top: 47px;
  }
  .p-voice-card__info-wrap {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 41px;
  }
  .p-info__fv .c-fv__english {
    left: -225px;
    top: 15px;
  }
  .p-info__wrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-info__inner {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 960px;
    padding: 80px 25px;
  }
  .p-info-posts {
    margin-top: 150px;
  }
  .p-info-posts__wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 101px 37px;
    margin: 0 auto;
    margin-top: 37px;
    max-width: 960px;
  }
  .p-info-posts__article {
    width: calc(33.3333333333% - 24.6666666667px);
  }
  .p-info-posts__category a {
    padding: 1px 11px 3px;
  }
  .p-info-pagination {
    padding-bottom: 150px;
  }
  .p-info-pagination .pagination {
    margin-top: 141px;
  }
  .p-post {
    padding: 0;
  }
  .p-post__h1 {
    font-size: 1.875rem;
    letter-spacing: 3px;
    line-height: 1.67;
    margin-top: 149px;
  }
  .p-post__h1::before {
    content: "";
    display: block;
    height: 0;
    margin-top: calc((1 - 1.67) * 0.5em);
    width: 0;
  }
  .p-post__h1::after {
    content: "";
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.67) * 0.5em);
    width: 0;
  }
  .p-post__hr {
    margin-top: 40px;
  }
  .p-post__wrap {
    -moz-column-gap: 3%;
         column-gap: 3%;
    display: grid;
    grid-template: "head head " "main aside" "reco reco ";
    margin: 0 auto;
    max-width: 960px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-post__head {
    grid-area: head;
    padding: 0;
  }
  .p-post-aside {
    grid-area: aside;
  }
  .p-post-content {
    grid-area: main;
    padding: 60px 0 163px;
    width: 60vw;
  }
  .p-post-content__thumnail {
    margin-bottom: 45px !important;
    padding-top: 8px;
  }
  .p-post-content > p img {
    width: initial;
  }
  .p-post-content > h2 {
    font-size: 1.625rem;
    line-height: 1.54;
    margin-bottom: 39px;
    margin-top: 93px;
  }
  .p-post-content > h2::before {
    content: "";
    display: block;
    height: 0;
    margin-top: calc((1 - 1.54) * 0.5em);
    width: 0;
  }
  .p-post-content > h2::after {
    content: "";
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.54) * 0.5em);
    width: 0;
  }
  .p-post-content h3 {
    margin-bottom: 20px;
    margin-top: 60px;
  }
  .p-post-content h3:before {
    width: 10px;
  }
  .p-post-content h3 {
    font-size: 1.5rem;
    line-height: 1.46;
    margin-bottom: 39px;
    margin-top: 99px;
    padding-left: 25px;
  }
  .p-post-content h4 {
    margin-bottom: 27px;
    margin-top: 80px;
  }
  .p-post-content h5 {
    margin-bottom: 25px;
    margin-top: 75px;
  }
  .p-post-content table {
    margin-top: 60px;
  }
  .p-post-content th {
    font-size: 1.125rem;
    padding: 15px 30px;
  }
  .p-post-content td {
    padding: 16px 30px;
  }
  .p-post-content .alignleft {
    float: left;
    margin-right: 45px;
  }
  .p-post-content .alignright {
    float: right;
    margin-left: 45px;
  }
  .p-post-writer {
    margin-top: 150px;
    padding-bottom: 37px;
    padding-top: 36px;
  }
  .p-post-writer__wrap {
    gap: 28px;
  }
/*
  .p-post-writer__img {
    width: initial;
  }
*/
  .p-post-writer__subtext {
    margin-top: 5px;
  }
  .p-post-writer__name {
    margin-top: 16px;
  }
  .p-post-writer__message {
    margin-top: 35px;
  }
  .p-post-recommend {
    grid-area: reco;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-post-recommend__wrap {
    margin: 0 auto;
    max-width: 960px;
    padding: 118px 25px 121px;
  }
  .p-post-recommend__head {
    font-size: 1.5rem;
  }
  .p-post-recommend__list {
    flex-direction: row;
    gap: 38px;
    margin-top: 58px;
  }
  .p-post-recommend__article {
    width: 33.3333333333%;
  }
  .p-post-recommend__category a {
    padding: 1px 11px 3px;
  }
  .p-post-recommend__navigation {
    margin-top: 82px;
  }
  .p-post-recommend__navigation .c-button {
    width: 275px;
  }
  .p-post-recommend__navigation .nav-links {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-post-new {
    margin-top: 63px;
    padding: 0;
  }
  .p-post-new__media {
    padding: 22px 0 20px;
  }
  .p-post-new__date {
    margin-top: 0px;
  }
  .p-post-popular {
    margin-top: 45px;
    padding: 0;
  }
  .p-post-popular__media {
    padding: 22px 0 20px;
  }
  .p-post-popular__date {
    margin-top: 0;
  }
  .p-post-category {
    margin-top: 64px;
    padding: 0;
  }
  .p-post-archive {
    margin-top: 65px;
    padding: 0;
  }
  .p-access__fv .c-fv__english {
    left: -210px;
    top: 15px;
  }
  .p-access-table {
    margin: 0 auto;
    max-width: 700px;
    padding: 150px 0px 180px;
  }
  .p-access-table__dt {
    padding: 18px 0 14px;
    padding-left: 33px;
  }
  .p-access-table__dd {
    padding: 18px 0 14px;
    padding-left: 28px;
  }
  .p-access-map {
    display: flex;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 50px;
  }
  .p-access-map2 {
    flex-direction:row-reverse
  }
  .p-access-map__googlemap {
    width: 50%;
  }
  .p-access-map__googlemap iframe {
    height: 100%;
  }
  .p-access-map__text {
    padding: 145px 5% 130px;
    width: 50%;
  }
  .p-access-map__h2 {
    font-size: 10.5rem;
    left: -10px;
    top: -60px;
  }
  .p-access-map__text02 {
    margin-top: 19px;
  }
  .p-access-map__button {
    margin-top: 32px;
  }
  .p-contact-fv .c-fv__english {
    left: -210px;
    top: 10px;
  }
  .p-contact-discription {
    flex-direction: row;
    gap: 68px;
    margin: 0 auto;
    max-width: 960px;
    padding: 145px 25px 149px;
  }
  .p-contact-discription__p:before {
    display: none;
  }
  .p-contact-discription__img-logo {
    margin-top: 56px;
  }
  .p-contact-discription__img {
    width: 100%;
  }
  .p-contact-discription__info {
    font-size: 1rem;
    letter-spacing: 0.8px;
    line-height: 2;
    margin-top: 31px;
    padding-left: 30px;
  }
  .p-contact-discription__info::before {
    content: "";
    display: block;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    width: 0;
  }
  .p-contact-discription__info::after {
    content: "";
    display: block;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    width: 0;
  }
  .p-contact-links {
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    margin: 0 25px;
    max-width: 960px;
  }
  .p-contact-links .c-button {
    margin: 0;
    max-width: 295px;
  }
  .p-contact-links .c-button__text:after {
    transform: translateY(-50%) rotate(0deg);
  }
  .p-contact-line {
    margin: -81px auto 0;
    max-width: 960px;
    padding: 261px 0px 0;
  }
  .p-contact-line__h2 {
    font-size: 1.5rem;
    letter-spacing: 2.64px;
  }
  .p-contact-line__wrap {
    align-items: flex-start;
    display: flex;
    gap: 47px;
    justify-content: center;
    margin-top: 69px;
  }
  .p-contact-line__dot {
    margin-top: 43px;
  }
  .p-contact-line__qr-code {
    height: 197px;
    margin: 0;
    width: 197px;
  }
  .p-contact-line__button {
    align-items: flex-start;
    border-radius: 30px;
    gap: 35px;
    margin: 0;
    max-width: 460px;
    padding: 41px 43px 42px;
  }
  .p-contact-line__english {
    font-size: 2.0625rem;
    letter-spacing: 3.62px;
  }
  .p-contact-line__img {
    margin-top: 12px;
  }
  .p-contact-line__p01 {
    font-size: 1.3125rem;
    letter-spacing: 2.31px;
    margin-top: 10px;
  }
  .p-contact-line__p02 {
    font-size: 0.875rem;
    letter-spacing: 1.54px;
    line-height: 1.39;
    margin-top: 14px;
  }
  .p-contact-line__p02::before {
    content: "";
    display: block;
    height: 0;
    margin-top: calc((1 - 1.39) * 0.5em);
    width: 0;
  }
  .p-contact-line__p02::after {
    content: "";
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.39) * 0.5em);
    width: 0;
  }
  .p-contact-form {
    justify-content: center;
    margin: -81px auto 0;
    max-width: 865px;
    padding: 265px 25px 0;
  }
  .p-contact-form__h2 {
    letter-spacing: 4.62px;
  }
  .p-contact-form__dot {
    margin-top: 42px;
  }
  .p-contact-form__dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
  }
  .p-contact-form__dt {
    width: 29%;
  }
  .p-contact-form__dt:not(:nth-of-type(1)) {
    margin-top: 45px;
  }
  .p-contact-form__dd {
    width: 71%;
  }
  .p-contact-form__dd:not(:nth-of-type(1)) {
    margin-top: 31px;
  }
  .p-contact-form__dd input {
    padding: 8px 23px;
  }
  .p-contact-form__dd textarea {
    padding: 15px 23px;
  }
  .p-contact-form__dd .wpcf7-radio {
    margin-top: 0;
  }
  .p-contact-form__send {
    margin-left: 130px;
  }
  .p-contact-form__send .wpcf7-submit {
    letter-spacing: 0;
    margin: 62px auto 0;
  }
  .p-contact-form__label--required:after {
    margin-left: 15px;
  }
  .p-contact-tell {
    margin: -80px auto 0;
    max-width: 960px;
    padding: 230px 25px 179px;
  }
  .p-contact-tell__h2 {
    font-size: 1.5rem;
    letter-spacing: 2.64px;
  }
  .p-contact-tell__dot {
    margin-top: 43px;
  }
  .p-contact-tell__box {
    margin-top: 80px;
    padding: 40px 88px 47px;
  }
  .p-contact-tell__number {
    font-size: 1.875rem;
    letter-spacing: 4.5px;
  }
  .p-contact-tell__hr {
    margin-top: 30px;
  }
  .p-contact-tell__info {
    margin-top: 38px;
  }
  .p-contact-tell__br {
    display: none;
  }
  .p-404-main__inner {
    margin: 0 auto;
    max-width: 960px;
    padding: 140px 25px;
  }
  .p-404-main__h1 {
    font-size: 1.875rem;
  }
  .p-404-main__p01 {
    margin-top: 60px;
  }
  .p-404-main__p03 {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 913px) {
  .p-about-flow__wrap:before {
    height: calc(100% - 240px);
  }
}
@media (min-width: 870px) {
  .p-top-fv__english {
    font-size: 5.025rem;
  }
}
@media (min-width: 897px) {
  .l-footer {
    border-top: 3px solid var(--very-light-pink-02);
    padding-bottom: 0;
  }
  .l-footer__copy-right {
    margin-top: 29px;
  }
  .l-footer__wrap {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    gap: 140px;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 104px;
    max-width: 960px;
    padding: 0 25px;
  }
  .l-footer-navi__menu01 {
    -moz-column-gap: 71px;
    border: none;
         column-gap: 71px;
    grid-template: "home right " 40px "left right" auto/1fr auto;
  }
  .l-footer-navi__right {
    border: none;
  }
  .l-footer-navi__a--home {
    justify-content: flex-start;
  }
  .l-footer-navi__li {
    border: none;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .l-footer-navi__menu02 {
    justify-content: flex-end;
    margin-top: 70px;
  }
  .l-footer-info {
    margin-top: 0;
    padding: 0;
  }
  .l-footer-info__text {
    line-height: 2.14;
    margin-top: 29px;
  }
  .l-footer-info__text::before {
    content: "";
    display: block;
    height: 0;
    margin-top: calc((1 - 2.14) * 0.5em);
    width: 0;
  }
  .l-footer-info__text::after {
    content: "";
    display: block;
    height: 0;
    margin-bottom: calc((1 - 2.14) * 0.5em);
    width: 0;
  }
  .l-footer-info__br {
    display: none;
  }
  .l-footer-bunner {
    bottom: 20%;
    flex-direction: column;
    gap: 14px;
    height: auto;
    right: 0;
    transform: translateY(50%);
    width: 115px;
  }
  .l-footer-bunner__line {
    border-radius: 5px 0 0 5px;
    padding: 28px 10px 24px 13px;
  }
  .l-footer-bunner__line-wrap {
    flex-direction: column;
    gap: 15px;
  }
  .l-footer-bunner__line-text {
    font-size: 0.875rem;
    line-height: 1.36;
  }
  .l-footer-bunner__line-text::before {
    content: "";
    display: block;
    height: 0;
    margin-top: calc((1 - 1.36) * 0.5em);
    width: 0;
  }
  .l-footer-bunner__line-text::after {
    content: "";
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.36) * 0.5em);
    width: 0;
  }
  .l-footer-bunner__top-page {
    background: #fff;
    border: 1px solid var(--brown-grey);
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    height: 51px;
  }
  .l-footer-bunner__p {
    bottom: 20px;
    left: 63%;
  }
  .l-footer-bunner__p:before {
    left: 5px;
    top: 24%;
    transform: translateY(-50%);
  }
}
@media (min-width: 900px) {
  .p-top-product__english {
    font-size: 7.075rem;
  }
}
@media (min-width: 920px) {
  .p-access-map__text {
    padding: 145px 120px 130px;
  }
}
@media (min-width: 960px) and (max-width: 1010px) {
  .p-about-flow__wrap:before {
    left: 53%;
  }
}
@media (min-width: 1010px) {
  .l-footer__wrap {
    padding: 0;
  }
  .p-top__pickup-news-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .p-top__border-top {
    margin: 0 auto;
  }
  .p-top-product__p {
    padding-right: 0;
  }
  .p-top-service {
    padding-left: 0;
    padding-right: 0;
  }
  .p-about-product__p {
    padding-right: 0;
  }
  .p-about-smell {
    gap: 77px;
    padding: 0;
  }
  .p-about-smell__picture {
    width: initial;
  }
  .p-about-smell__text-wrap {
    padding-left: 5px;
    width: 503px;
  }
  .p-about-price {
    margin: 130px auto 0;
  }
  .p-about-price__img {
    width: initial;
  }
  .p-about-price__text-wrap {
    padding-top: 85px;
  }
  .p-about-flow {
    padding-left: 0;
    padding-right: 0;
  }
  .p-about-flow__wrap:before {
    left: 456px;
  }
  .p-about-flow__picture {
    width: 381px;
  }
  .p-about-flow__media {
    width: initial;
  }
  .p-about-flow__text-wrap {
    padding-left: 23px;
  }
  .p-about-readme {
    padding: 0;
    padding-bottom: 179px;
  }
  .p-faq-list {
    margin-left: auto;
    margin-right: auto;
  }
  .p-voice-card {
    gap: 71px;
    padding: 209px 0 129px;
  }
  .p-voice-card__english {
    right: -12px;
  }
  .p-voice-card__english--reverse {
    left: 0;
  }
  .p-info__inner {
    gap: 295px;
    justify-content: flex-start;
    padding: 80px 0;
  }
  .p-info-posts {
    padding: 0;
  }
  .p-post__wrap {
    -moz-column-gap: 61px;
         column-gap: 61px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-post-content {
    width: 600px;
  }
  .p-post-recommend__wrap {
    padding: 118px 0 121px;
  }
  .p-contact-discription {
    padding: 145px 0px 149px;
  }
  .p-contact-discription__img {
    max-width: initial;
    width: 365px;
  }
  .p-contact-links {
    margin: 0 auto;
  }
  .p-contact-form {
    padding: 265px 0px 0;
  }
  .p-contact-form__dl {
    padding-left: 125px;
  }
  .p-contact-tell {
    padding: 230px 0px 179px;
  }
  .p-404-main__inner {
    padding: 140px 0px;
  }
  .page .p-post-content{
	  width: auto;
  }
}
@media (min-width: 1060px) {
  main {
    padding-top: 80px;
  }
  .l-header-upper {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: space-between;
  }
  .l-header-upper__wrap {
    height: 80px;
    padding-right: 0;
  }
  .l-header-upper__menu {
    display: none;
  }
  .l-header-upper__ul {
    background: none;
    border: none;
    gap: 15px;
    padding-right: 25px;
  }
  .l-header-upper__li {
    height: auto !important;
    width: auto;
  }
  .l-header-upper__li:nth-child(n+4) {
    border-top: none;
  }
  .l-header-upper__li:not(:nth-child(3n+1)) {
    border-left: none;
  }
  .l-header-upper__content {
    flex-direction: row;
  }
  .l-header-upper__p {
    padding: 0;
  }
  .l-header-upper__navi {
    display: block;
  }
  .p-post__wrap {
    padding-top: 80px;
  }
}
@media (min-width: 1300px) {
  .p-top-information {
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-information__h2 {
    font-size: 7.2875rem;
  }
  .p-top-information__dl {
    padding-left: 80px;
    width: 560px;
  }
  .p-top-information__button .c-button {
    margin-left: 80px;
  }
}
@media (min-width: 1320px) {
  .l-header-upper__wrap {
    padding-left: 58px;
  }
  .l-header-upper__ul {
    gap: 29px;
    padding-right: 54px;
  }
}
@media (hover: hover) {
  a:focus, a:hover {
    opacity: 0.5;
  }
}
@media (min-height: 660px) {
  .l-header-upper__li {
    height: 119px;
  }
  .l-header-bottom {
    padding-bottom: 59px;
    padding-top: 31px;
  }
  .l-header-bottom__logo {
    margin-top: 39px;
  }
  .l-header-bottom__p {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .p-about-price__picture {
    height: 100%;
    left: 47%;
    overflow-x: hidden;
    position: absolute;
    top: -120px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
  }
}
div#toc_container{
	margin:auto;
}
#toc_container p.toc_title{
	font-size:1.2em;
}
.p-post-content div#toc_container li::before{
	background:none;
}
.p-post-content div#toc_container li{
	margin-bottom: 7px;
	font-size: 104%;
}
.grecaptcha-badge{
	left:6px!important;
	width:70px!important;
	bottom: 65px!important;
}
.grecaptcha-badge:hover{
	left:6px!important;
	width:256px!important;
}
.p-faq-list a{
	color:var(--mocha);
}