/**handles:style**/
@charset "UTF-8";
/*
Theme Name: KOME_PANTRY_THEME
Theme URI: https://komepantry.kandensv-newproject.com/
Description: KOME PANTRY.
Author: ECCOM Creation Co.,Ltd.
Author URI: https://creative.eccom.jp/
Version: 1.1.3
.
. KOME PANTRY Webサイト
.
*/
/* 変数
------------------------------------*/
:root {
  --color-main: #B49667;
  --color-sub: #F1EFE8;
  --color-font: #1A1311;
  --contents-width: 1040px;
  --lora: "Lora", serif;
}

/* 外部CSS
------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* 共通パーツ
------------------------------------*/
html {
  height: 100%;
  width: 100%;
}

/* safari css hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1px) {
  html {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
body {
  color: var(--color-font);
  font-family: "Noto Sans JP", serif;
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0;
  line-height: 1.5625;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}
body.is-fixed {
  overflow-y: hidden;
  position: fixed;
}

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

p {
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}
a[href="#"] {
  opacity: 0.2;
  pointer-events: none;
}

button,
input[type=submit],
a {
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
button:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.c-preload * {
  animation: none !important;
  transition: none !important;
}
.c-preload .c-wrap::after {
  animation: none !important;
}

.c-header {
  background: #fff;
  height: 130px;
  position: fixed;
  left: 0;
  top: 0;
  transition: background-color 0.3s ease;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header {
    background: rgba(255, 255, 255, 0.6);
    height: 84px;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header.is-toppage {
    background: rgba(255, 255, 255, 0.6);
    height: 84px;
  }
}
.c-header.is-toppage.is-transparent {
  background: transparent;
}
.c-header .c-header__inner {
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 35px 40px 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__inner {
    padding: 18px 20px 14px;
  }
}
.c-header .c-header__logo {
  display: block;
  line-height: 0;
  width: 160px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__logo {
    width: 100px;
  }
}
.c-header .c-header__logo .c-header__logo-link {
  display: block;
}
.c-header .c-header__logo img {
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__right {
    display: contents;
  }
}
.c-header .c-header__right .c-header__upper {
  align-items: center;
  display: flex;
  padding: 0 227px 0 0;
  width: 725px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__right .c-header__upper {
    display: contents;
  }
}
.c-header .c-header__right .c-header__upper .c-header__sub {
  color: var(--color-main);
  display: flex;
  gap: 15px;
  list-style: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__right .c-header__upper .c-header__sub {
    display: none;
  }
}
.c-header .c-header__right .c-header__upper .c-header__sub li a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
  white-space: nowrap;
}
.c-header .c-header__right .c-header__upper .c-header__sub li a[target=_blank] {
  align-items: center;
  display: flex;
  gap: 3px;
}
.c-header .c-header__right .c-header__upper .c-header__sub li a[target=_blank]::after {
  background: url("https://komepantry.com/wp/wp-content/themes/komepantry_theme6/images/icon-external-brown.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
}
.c-header .c-header__right .c-header__upper .c-header__sub li a:hover {
  opacity: 0.7;
}
.c-header .c-header__right .c-header__upper .c-header__contact {
  margin: 0 19px 0 12px;
  max-width: 114px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__right .c-header__upper .c-header__contact {
    display: none;
  }
}
.c-header .c-header__right .c-header__upper .c-header__sns {
  display: flex;
  list-style: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__right .c-header__upper .c-header__sns {
    flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 2px;
    top: 100px;
    z-index: 500;
  }
}
.c-header .c-header__right .c-header__upper .c-header__sns li a {
  display: inline-block;
  line-height: 0;
  padding: 10px;
}
.c-header .c-header__right .c-header__upper .c-header__sns li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__main {
    display: none;
  }
}
.c-header .c-header__main > ul {
  display: flex;
  gap: 24px;
  list-style: none;
}
.c-header .c-header__main > ul > li {
  position: relative;
}
.c-header .c-header__main > ul > li:hover > a {
  opacity: 0.7;
}
.c-header .c-header__main > ul > li:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.c-header .c-header__main > ul > li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4666666667;
  padding: 10px;
}
.c-header .c-header__main > ul > li ul {
  list-style: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 35px;
  width: calc(100% + 10px);
}
.c-header .c-header__main > ul > li ul li a {
  font-size: 12px;
  font-weight: 400;
}
.c-header .c-header__main > ul > li ul li a::before {
  content: "-";
}
.c-header .c-header__main > ul > li ul li a:hover {
  opacity: 0.7;
}
.c-header .c-header__online {
  align-items: center;
  background: #FF9E00;
  border-radius: 0 0 30px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 76px;
  position: absolute;
  right: 40px;
  top: 0;
  transition: height 0.3s ease;
  width: 180px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__online {
    border-radius: 10px;
    flex-direction: row;
    gap: 6px;
    height: 60px;
    justify-content: center;
    line-height: 1.2;
    right: 10px;
    top: 90dvh;
    padding: 8px 9px;
    width: 120px;
  }
}
.c-header .c-header__online:hover {
  height: 81px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__online:hover {
    height: 60px;
    opacity: 0.5;
  }
}
.c-header .c-header__online:hover span {
  transform: scale(1.05, 1.05);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__online:hover span {
    transform: none;
  }
}
.c-header .c-header__online img {
  margin: 0 0 5px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__online img {
    margin: 0;
    width: 18px;
  }
}
.c-header .c-header__online span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 1.5;
  transform: scale(1, 1);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__online span {
    font-size: 15px;
    text-align: center;
  }
}

.c-header__hamburger {
  align-items: center;
  display: none;
  flex-direction: column;
  outline: none;
  position: fixed;
  right: 2px;
  top: 24px;
  width: 45px;
  z-index: 500;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header__hamburger {
    display: flex;
  }
}
.c-header__hamburger::after {
  content: "MENU";
  display: inline-block;
  color: #231815;
  font-family: var(--lora);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.1;
  margin: 10px 0 0;
}
.c-header__hamburger.is-active::after {
  content: "CLOSE";
}
.c-header__hamburger.is-active svg g rect {
  transform-origin: center left;
}
.c-header__hamburger.is-active svg g rect:nth-child(1) {
  transform: rotate(34deg) translate3d(-2px, 4px, 0);
}
.c-header__hamburger.is-active svg g rect:nth-child(2) {
  opacity: 0;
}
.c-header__hamburger.is-active svg g rect:nth-child(3) {
  transform: rotate(-34deg) translate3d(-4px, -1px, 0);
}
.c-header__hamburger:hover {
  opacity: 0.6;
}

.c-footer {
  background: var(--color-sub);
  padding: 47px 0 19px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-footer {
    padding: 60px 0 25px;
  }
}
.c-footer .c-footer__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: var(--contents-width);
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__inner {
    flex-direction: column;
  }
}
.c-footer .c-footer__left {
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer__left {
    width: 35%;
  }
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__left {
    display: contents;
  }
}
.c-footer .c-footer__left .c-footer__logo {
  display: inline-block;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__left .c-footer__logo {
    margin: 100px 0 0;
    order: 4;
  }
}
.c-footer .c-footer__left .c-footer__logo:hover {
  opacity: 0.7;
}
.c-footer .c-footer__left .c-footer__info {
  margin: 47px 0 0;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__left .c-footer__info {
    margin: 37px 0 0;
    order: 5;
  }
}
.c-footer .c-footer__left .c-footer__info .c-footer__info-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.c-footer .c-footer__left .c-footer__info .c-footer__info-text + .c-footer__info-text {
  margin: 12px 0 0;
}
.c-footer .c-footer__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 27px 0 0;
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer__right {
    width: 65%;
  }
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__right {
    display: contents;
  }
}
.c-footer .c-footer__right .c-footer__main {
  -moz-column-count: 2;
       column-count: 2;
  list-style: none;
  max-width: 430px;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__right .c-footer__main {
    -moz-column-count: 1;
         column-count: 1;
    order: 1;
    padding: 0 55px;
  }
}
.c-footer .c-footer__right .c-footer__main > li {
  position: relative;
}
.c-footer .c-footer__right .c-footer__main > li:not(:first-child) {
  margin: 5px 0 0;
}
.c-footer .c-footer__right .c-footer__main > li.is-dummy {
  min-height: 28px;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__right .c-footer__main > li.is-dummy {
    min-height: unset;
  }
}
.c-footer .c-footer__right .c-footer__main > li.has-child {
  display: inline-block;
  min-height: 34px;
}
.c-footer .c-footer__right .c-footer__main > li:hover > a {
  opacity: 0.7;
}
.c-footer .c-footer__right .c-footer__main > li:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.c-footer .c-footer__right .c-footer__main > li > a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4666666667;
  padding: 5px;
}
.c-footer .c-footer__right .c-footer__main > li > a:hover {
  opacity: 0.7;
}
.c-footer .c-footer__right .c-footer__main > li ul {
  list-style: none;
  padding: 0 0 0 5px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__right .c-footer__main > li ul {
    opacity: 1;
    padding: 0 0 0 10px;
    pointer-events: auto;
    position: static;
  }
}
.c-footer .c-footer__right .c-footer__main > li ul li a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.3333333333;
  min-height: 34px;
  position: relative;
}
.c-footer .c-footer__right .c-footer__main > li ul li a::before {
  content: "-";
}
.c-footer .c-footer__right .c-footer__main > li ul li a:hover {
  opacity: 0.7;
}
.c-footer .c-footer__right .c-footer__sub {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 47px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer__right .c-footer__sub {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__right .c-footer__sub {
    gap: 0 10px;
    margin: 25px 0 0;
    order: 2;
    padding: 0 55px;
  }
}
.c-footer .c-footer__right .c-footer__sub li a {
  color: #727272;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px;
}
.c-footer .c-footer__right .c-footer__sub li a:hover {
  opacity: 0.7;
}
.c-footer .c-footer__right .c-footer__sub li a[target=_blank] {
  align-items: center;
  display: flex;
  gap: 3px;
}
.c-footer .c-footer__right .c-footer__sub li a[target=_blank]::after {
  background: url("https://komepantry.com/wp/wp-content/themes/komepantry_theme6/images/icon-external.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
}
.c-footer .c-footer__right .c-footer__online {
  margin: 26px auto 0;
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__right .c-footer__online {
    margin: 30px auto 0;
    max-width: 180px;
    order: 3;
  }
}
.c-footer .c-footer__bottom {
  margin: 22px 0 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__bottom {
    margin: 58px 0 0;
    order: 6;
  }
}
.c-footer .c-footer__bottom .c-footer__tel {
  text-align: center;
}
.c-footer .c-footer__bottom .c-footer__tel .c-footer__tel-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.c-footer .c-footer__bottom .c-footer__tel .c-footer__tel-number {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.28;
  margin: 14px 0 0;
}
.c-footer .c-footer__bottom .c-footer__contact {
  margin: 32px 0 0;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__bottom .c-footer__contact {
    margin: 44px 0 0;
  }
}
.c-footer .c-footer__bottom .c-footer__contact .c-footer__contact-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5714285714;
  text-align: center;
}
.c-footer .c-footer__bottom .c-footer__contact .c-footer__contact-button {
  margin: 13px auto 0;
  max-width: 209px;
  width: 100%;
}
.c-footer .c-footer__bottom .c-footer__line {
  margin: 25px 0 0;
}
.c-footer .c-footer__bottom .c-footer__line .c-footer__line-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5714285714;
  text-align: center;
}
.c-footer .c-footer__bottom .c-footer__line .c-footer__line-button {
  margin: 15px auto 0;
  width: 145px;
}
.c-footer .c-footer__bottom .c-footer__line .c-footer__line-button a {
  display: block;
  width: 100%;
}
.c-footer .c-footer__bottom .c-footer__line .c-footer__line-button a:hover {
  opacity: 0.7;
}
.c-footer .c-footer__bottom .c-footer__line .c-footer__line-button a img {
  display: block;
  height: auto;
  width: 100%;
}
.c-footer .c-footer__copyright {
  margin: 44px 0 0;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__copyright {
    margin: 100px 0 0;
    order: 7;
    text-align: center;
  }
}
.c-footer .c-footer__copyright small {
  font-family: var(--lora);
  font-size: 12px;
  line-height: 1.25;
}

.c-scrolltop {
  align-items: center;
  border: 2px solid var(--color-font);
  border-radius: 50%;
  display: flex;
  font-family: var(--lora);
  font-weight: 700;
  line-height: 1.25;
  flex-direction: column;
  height: 70px;
  justify-content: center;
  position: absolute;
  right: 84px;
  top: 16px;
  width: 70px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-scrolltop {
    right: 20px;
  }
}
@media screen and (max-width: 650px) {
  .c-scrolltop {
    top: 0;
  }
}
.c-scrolltop:hover {
  opacity: 0.7;
}
.c-scrolltop img {
  rotate: -90deg;
}

.c-drawer {
  background: #F6F2E1;
  display: none;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  padding: 18px 20px 56px;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-drawer {
    display: block;
  }
}
.c-drawer.is-active {
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}

.c-sp-menu__main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin: 35px auto 0;
  max-width: 220px;
  width: 100%;
}
.c-sp-menu__main > li > a {
  border: 1px solid var(--color-font);
  border-radius: 30px;
  background: transparent;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 0 7px;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
.c-sp-menu__main > li > a:hover {
  background: #fff;
}
.c-sp-menu__main > li ul {
  list-style: none;
  margin: 10px 0 0;
}
.c-sp-menu__main > li ul li {
  text-align: center;
}
.c-sp-menu__main > li ul li a {
  display: inline-block;
  padding: 10px;
}
.c-sp-menu__main > li ul li a:hover {
  opacity: 0.6;
}

.c-sp-menu__online {
  margin: 72px auto 0;
  max-width: 250px;
  width: 100%;
}
.c-sp-menu__online .c-sp-menu__online-link {
  align-items: center;
  background: #FF9E02;
  border: 2px solid transparent;
  border-radius: 30px;
  color: #fff;
  display: flex;
  gap: 15px;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.45;
  padding: 10px 0 11px;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.c-sp-menu__online .c-sp-menu__online-link::after {
  content: "";
  display: inline-block;
  height: 16px;
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  width: 10px;
}
.c-sp-menu__online .c-sp-menu__online-link:hover {
  background: transparent;
  border-color: #FF9E02;
  color: #FF9E02;
}
.c-sp-menu__online .c-sp-menu__online-link:hover svg path {
  fill: #FF9E02;
}
.c-sp-menu__online .c-sp-menu__online-link svg {
  height: 16px;
  margin: 0 0 -3px;
  width: 10px;
}
.c-sp-menu__online .c-sp-menu__online-link svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}

.c-sp-menu__sub {
  align-items: center;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 17px 0 0;
}
.c-sp-menu__sub li a {
  color: var(--color-main);
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4666666667;
  padding: 7px;
}
.c-sp-menu__sub li a[target=_blank] {
  align-items: center;
  display: flex;
  gap: 3px;
}
.c-sp-menu__sub li a[target=_blank]::after {
  background: url("https://komepantry.com/wp/wp-content/themes/komepantry_theme6/images/icon-external.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
}
.c-sp-menu__sub li a:hover {
  opacity: 0.6;
}

.c-sp-menu__privacy {
  margin: 17px 0 0;
  text-align: center;
}
.c-sp-menu__privacy .c-sp-menu__privacy-link {
  color: #727272;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px;
}
.c-sp-menu__privacy .c-sp-menu__privacy-link:hover {
  opacity: 0.6;
}

.c-sp-menu__contact {
  margin: 9px auto 0;
  max-width: 150px;
  width: 100%;
}
.c-sp-menu__contact .c-sp-menu__contact-link {
  background: transparent;
  border: 1px solid #707070;
  border-radius: 30px;
  display: inline-block;
  padding: 11px 0;
  text-align: center;
  transition: background-color 0.2s linear;
  width: 100%;
}
.c-sp-menu__contact .c-sp-menu__contact-link span {
  color: #707070;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transform: scale(1, 1);
  transform-origin: center center;
  transition: transform 0.2s linear;
}
.c-sp-menu__contact .c-sp-menu__contact-link:hover {
  background: #fff;
}
.c-sp-menu__contact .c-sp-menu__contact-link:hover span {
  transform: scale(1.1, 1.1);
}

.c-sp-menu__line {
  margin: 25px 0 0;
}
.c-sp-menu__line .c-sp-menu__line-text {
  color: #727272;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.c-sp-menu__line .c-sp-menu__line-button {
  margin: 10px auto 0;
  width: 145px;
}
.c-sp-menu__line .c-sp-menu__line-button a {
  display: block;
  width: 100%;
}
.c-sp-menu__line .c-sp-menu__line-button a img {
  display: block;
  height: auto;
  width: 100%;
}

.c-sp-menu__sns {
  display: flex;
  gap: 10px;
  list-style: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-sp-menu__sns {
    flex-direction: column;
    position: fixed;
    right: 2px;
    top: 100px;
    z-index: 500;
  }
}
.c-sp-menu__sns li a {
  display: inline-block;
  line-height: 0;
  padding: 10px;
}
.c-sp-menu__sns li a:hover {
  opacity: 0.6;
}

.c-headline-subpage {
  color: #6A4508;
  position: relative;
  text-align: center;
}
.c-headline-subpage::after {
  background: #D8CEA3;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  bottom: -32px;
  left: calc(50% - 50vw);
  width: 68.0555555556vw;
}
@media screen and (max-width: 650px) {
  .c-headline-subpage::after {
    bottom: -26px;
    width: 100vw;
  }
}
.c-headline-subpage.is-no-line::after {
  display: none;
}
.c-headline-subpage .c-headline-subpage__ja {
  display: block;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .c-headline-subpage .c-headline-subpage__ja {
    font-size: 25px;
  }
}
.c-headline-subpage .c-headline-subpage__en {
  display: block;
  font-family: var(--lora);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin: 15px 0 0;
}

.c-headline-section {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-headline-section {
    font-size: 25px;
    line-height: 1.4;
  }
}

.c-contents {
  margin: 0 auto;
  max-width: calc(var(--contents-width) + 40px);
  padding: 130px 20px 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents {
    padding: 84px 20px 0;
  }
}

.c-breads {
  margin: 0 calc(50% - 50vw);
}
.c-breads ol {
  display: flex;
  gap: 0 5px;
  justify-content: flex-start;
  list-style: none;
  margin: 0 auto;
  max-width: 1440px;
  padding: 10px 30px 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-breads ol {
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
.c-breads ol li {
  align-items: center;
  display: flex;
  gap: 0 5px;
  max-width: 100%;
}
.c-breads ol li::after {
  content: "/";
  font-size: 10px;
  font-weight: 300;
}
.c-breads ol li:last-child::after {
  display: none;
}
.c-breads ol li a,
.c-breads ol li span {
  color: #727272;
  font-size: 10px;
  font-weight: 300;
  line-height: normal;
  line-height: 1.5;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-breads ol li a,
  .c-breads ol li span {
    padding: 5px;
  }
}
.c-breads ol li a:hover {
  opacity: 0.5;
}

.c-pager {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: var(--contents-width);
  text-align: center;
}
.c-pager .page-numbers {
  align-items: center;
  background: #fff;
  border: solid 1px transparent;
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  height: 38px;
  letter-spacing: 0;
  line-height: 1;
  justify-content: center;
  margin: 0 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 38px;
}
@media screen and (max-width: 650px) {
  .c-pager .page-numbers {
    margin: 0 2px;
  }
}
@media screen and (max-width: 365px) {
  .c-pager .page-numbers {
    height: 30px;
    width: 30px;
  }
}
.c-pager .page-numbers:hover, .c-pager .page-numbers.current {
  background: #000000;
  border-color: transparent;
  color: #fff;
}
.c-pager .page-numbers.prev, .c-pager .page-numbers.next {
  align-items: center;
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  margin: 0;
  width: 34px;
}
.c-pager .page-numbers.prev::before, .c-pager .page-numbers.next::before {
  background: url("https://komepantry.com/wp/wp-content/themes/komepantry_theme6/images/icon-button-arrow.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 10px;
  transform: rotate(180deg);
  width: 6px;
}
.c-pager .page-numbers.prev:hover, .c-pager .page-numbers.next:hover {
  opacity: 0.7;
}
.c-pager .page-numbers.next {
  transform: rotate(180deg);
}
.c-pager .page-numbers.dots {
  background: transparent;
  border: none;
  color: #000;
  font-weight: 700;
  width: auto;
}

.c-single-pager {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 720px;
  padding: 40px 88px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-single-pager {
    padding: 40px 0;
  }
}
@media screen and (max-width: 650px) {
  .c-single-pager {
    padding: 20px 0;
  }
}
.c-single-pager a {
  font-size: 14px;
  font-weight: 300;
  padding: 10px;
}
@media screen and (max-width: 650px) {
  .c-single-pager a {
    font-size: 14px;
  }
}
.c-single-pager a:hover {
  opacity: 0.7;
}
.c-single-pager .c-single-pager__prev,
.c-single-pager .c-single-pager__next {
  align-items: center;
  display: flex;
}
.c-single-pager .c-single-pager__prev.is-disabled,
.c-single-pager .c-single-pager__next.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.c-single-pager .c-single-pager__prev img,
.c-single-pager .c-single-pager__next img {
  margin: 0 10px;
}
.c-single-pager .c-single-pager__prev img {
  transform: rotate(180deg);
}

.c-subpage-kv {
  display: flex;
  justify-content: space-between;
  margin: 0 -160px 0 auto;
  padding: 56px 0 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-subpage-kv {
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
}
.c-subpage-kv::before {
  background: #D8CEA3;
  content: "";
  display: block;
  height: 300px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: -80px;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .c-subpage-kv::before {
    left: 0;
    top: -25px;
  }
}
.c-subpage-kv .c-subpage-kv__headline {
  margin: 54px 0 0;
  text-align: center;
  width: 42%;
}
@media screen and (max-width: 650px) {
  .c-subpage-kv .c-subpage-kv__headline {
    margin: 24px 0 0;
    min-height: 101px;
    width: 100%;
  }
}
.c-subpage-kv .c-subpage-kv__headline .c-subpage-kv__headline-ja {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4857142857;
}
@media screen and (max-width: 650px) {
  .c-subpage-kv .c-subpage-kv__headline .c-subpage-kv__headline-ja {
    font-size: 25px;
    line-height: 1.4;
  }
}
.c-subpage-kv .c-subpage-kv__headline .c-subpage-kv__headline-en {
  display: block;
  font-family: var(--lora);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}
@media screen and (max-width: 650px) {
  .c-subpage-kv .c-subpage-kv__headline .c-subpage-kv__headline-en {
    line-height: 1.125;
    margin: 9px 0 0;
  }
}
.c-subpage-kv .c-subpage-kv__photo {
  border-radius: 30px;
  display: block;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .c-subpage-kv .c-subpage-kv__photo {
    margin: 19px 0 0;
  }
}
.c-banner {
  display: flex;
  gap: 68px;
  justify-content: center;
  list-style: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-banner {
    gap: 34px;
  }
}
@media screen and (max-width: 650px) {
  .c-banner {
    align-items: center;
    flex-direction: column;
    gap: 55px;
  }
}
.c-banner .c-banner__items {
  text-align: center;
  width: 430px;
}
@media screen and (max-width: 650px) {
  .c-banner .c-banner__items {
    max-width: 335px;
    width: 100%;
  }
}
.c-banner .c-banner__items .c-banner__items-link {
  display: block;
}
.c-banner .c-banner__items .c-banner__items-link:hover {
  opacity: 0.5;
}
.c-banner .c-banner__items .c-banner__items-link .c-banner__items-photo {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .c-banner .c-banner__items .c-banner__items-link .c-banner__items-photo {
    aspect-ratio: 335/152;
  }
}
.c-banner .c-banner__items .c-banner__items-link .c-banner__items-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-banner .c-banner__items .c-banner__items-link .c-banner__items-more {
  align-items: center;
  color: #727272;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.2857142857;
  margin: 30px 0 0;
}
@media screen and (max-width: 650px) {
  .c-banner .c-banner__items .c-banner__items-link .c-banner__items-more {
    margin: 50px 0 0;
  }
}

.a-fadein {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.a-fadein.is-animated {
  animation: fadeIn 2s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.c-button-primary {
  background: #fff;
  border: 1px solid #727272;
  border-radius: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.37);
  color: #727272;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  outline: none;
  padding: 10px 0 11px;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
}
.c-button-primary svg {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.c-button-primary svg path {
  fill: #727272;
  transition: fill 0.3s ease;
}
.c-button-primary:hover {
  background: #727272;
  color: #fff;
}
.c-button-primary:hover svg path {
  fill: #fff;
}
.c-button-primary.is-ingredients svg {
  height: 12px;
  right: auto;
  left: calc(50% + 78px);
  width: 12px;
}

.c-button-ghost {
  background: #fff;
  border: 1px solid var(--color-font);
  border-radius: 30px;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 9px 0;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
}
.c-button-ghost svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.c-button-ghost svg path {
  fill: var(--color-font);
  transition: fill 0.3s ease;
}
.c-button-ghost:hover {
  background: #707070;
  border: 1px solid #707070;
  color: #fff;
}
.c-button-ghost:hover svg path {
  fill: #fff;
}

.c-button-online {
  background: #FF9E00;
  border-radius: 30px;
  display: inline-block;
  padding: 4px 0 5px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-button-online {
    padding: 7px 0;
  }
}
.c-button-online:hover span {
  transform: scale(1.05);
}
.c-button-online span {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 650px) {
  .c-button-online span {
    font-size: 15px;
    line-height: 1.4666666667;
  }
}

.c-button-header {
  background: transparent;
  border: 2px solid #707070;
  border-radius: 30px;
  display: inline-block;
  line-height: 1;
  padding: 6px 0 7px;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
.c-button-header:hover {
  background: #fff;
}
.c-button-header:hover span {
  transform: scale(1.05, 1.05);
}
.c-button-header span {
  color: #727272;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4615384615;
  transform: scale(1, 1);
  transform-origin: center center;
  transition: transform 0.2s ease;
}

/* ユーティリティー
------------------------------------*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-1 {
  margin-top: 10px !important;
}

.u-mt-2 {
  margin-top: 20px !important;
}

.u-mt-3 {
  margin-top: 30px !important;
}

.u-mt-4 {
  margin-top: 40px !important;
}

.u-mt-5 {
  margin-top: 50px !important;
}

.u-mt-6 {
  margin-top: 60px !important;
}

.u-mt-7 {
  margin-top: 70px !important;
}

.u-mt-8 {
  margin-top: 80px !important;
}

.u-mt-9 {
  margin-top: 90px !important;
}

.u-mt-10 {
  margin-top: 100px !important;
}

.u-mt-11 {
  margin-top: 110px !important;
}

.u-mt-12 {
  margin-top: 120px !important;
}

.u-mt-13 {
  margin-top: 130px !important;
}

.u-mt-14 {
  margin-top: 140px !important;
}

.u-mt-15 {
  margin-top: 150px !important;
}

.u-mt-16 {
  margin-top: 160px !important;
}

.u-mt-17 {
  margin-top: 170px !important;
}

.u-mt-18 {
  margin-top: 180px !important;
}

.u-mt-19 {
  margin-top: 190px !important;
}

.u-mt-20 {
  margin-top: 200px !important;
}

.u-mt-21 {
  margin-top: 210px !important;
}

.u-mt-22 {
  margin-top: 220px !important;
}

.u-mt-23 {
  margin-top: 230px !important;
}

.u-mt-24 {
  margin-top: 240px !important;
}

.u-mt-25 {
  margin-top: 250px !important;
}

.u-mt-26 {
  margin-top: 260px !important;
}

.u-mt-27 {
  margin-top: 270px !important;
}

.u-mt-28 {
  margin-top: 280px !important;
}

.u-mt-29 {
  margin-top: 290px !important;
}

.u-mt-30 {
  margin-top: 300px !important;
}

.u-mt-31 {
  margin-top: 310px !important;
}

.u-mt-32 {
  margin-top: 320px !important;
}

.u-mt-33 {
  margin-top: 330px !important;
}

.u-mt-34 {
  margin-top: 340px !important;
}

.u-mt-35 {
  margin-top: 350px !important;
}

.u-mt-36 {
  margin-top: 360px !important;
}

.u-mt-37 {
  margin-top: 370px !important;
}

.u-mt-38 {
  margin-top: 380px !important;
}

.u-mt-39 {
  margin-top: 390px !important;
}

.u-mt-40 {
  margin-top: 400px !important;
}

.u-mt-41 {
  margin-top: 410px !important;
}

.u-mt-42 {
  margin-top: 420px !important;
}

.u-mt-43 {
  margin-top: 430px !important;
}

.u-mt-44 {
  margin-top: 440px !important;
}

.u-mt-45 {
  margin-top: 450px !important;
}

.u-mt-46 {
  margin-top: 460px !important;
}

.u-mt-47 {
  margin-top: 470px !important;
}

.u-mt-48 {
  margin-top: 480px !important;
}

.u-mt-49 {
  margin-top: 490px !important;
}

.u-mt-50 {
  margin-top: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mt-0 {
    margin-top: 0px !important;
  }
  .u-tab-mt-1 {
    margin-top: 10px !important;
  }
  .u-tab-mt-2 {
    margin-top: 20px !important;
  }
  .u-tab-mt-3 {
    margin-top: 30px !important;
  }
  .u-tab-mt-4 {
    margin-top: 40px !important;
  }
  .u-tab-mt-5 {
    margin-top: 50px !important;
  }
  .u-tab-mt-6 {
    margin-top: 60px !important;
  }
  .u-tab-mt-7 {
    margin-top: 70px !important;
  }
  .u-tab-mt-8 {
    margin-top: 80px !important;
  }
  .u-tab-mt-9 {
    margin-top: 90px !important;
  }
  .u-tab-mt-10 {
    margin-top: 100px !important;
  }
  .u-tab-mt-11 {
    margin-top: 110px !important;
  }
  .u-tab-mt-12 {
    margin-top: 120px !important;
  }
  .u-tab-mt-13 {
    margin-top: 130px !important;
  }
  .u-tab-mt-14 {
    margin-top: 140px !important;
  }
  .u-tab-mt-15 {
    margin-top: 150px !important;
  }
  .u-tab-mt-16 {
    margin-top: 160px !important;
  }
  .u-tab-mt-17 {
    margin-top: 170px !important;
  }
  .u-tab-mt-18 {
    margin-top: 180px !important;
  }
  .u-tab-mt-19 {
    margin-top: 190px !important;
  }
  .u-tab-mt-20 {
    margin-top: 200px !important;
  }
  .u-tab-mt-21 {
    margin-top: 210px !important;
  }
  .u-tab-mt-22 {
    margin-top: 220px !important;
  }
  .u-tab-mt-23 {
    margin-top: 230px !important;
  }
  .u-tab-mt-24 {
    margin-top: 240px !important;
  }
  .u-tab-mt-25 {
    margin-top: 250px !important;
  }
  .u-tab-mt-26 {
    margin-top: 260px !important;
  }
  .u-tab-mt-27 {
    margin-top: 270px !important;
  }
  .u-tab-mt-28 {
    margin-top: 280px !important;
  }
  .u-tab-mt-29 {
    margin-top: 290px !important;
  }
  .u-tab-mt-30 {
    margin-top: 300px !important;
  }
  .u-tab-mt-31 {
    margin-top: 310px !important;
  }
  .u-tab-mt-32 {
    margin-top: 320px !important;
  }
  .u-tab-mt-33 {
    margin-top: 330px !important;
  }
  .u-tab-mt-34 {
    margin-top: 340px !important;
  }
  .u-tab-mt-35 {
    margin-top: 350px !important;
  }
  .u-tab-mt-36 {
    margin-top: 360px !important;
  }
  .u-tab-mt-37 {
    margin-top: 370px !important;
  }
  .u-tab-mt-38 {
    margin-top: 380px !important;
  }
  .u-tab-mt-39 {
    margin-top: 390px !important;
  }
  .u-tab-mt-40 {
    margin-top: 400px !important;
  }
  .u-tab-mt-41 {
    margin-top: 410px !important;
  }
  .u-tab-mt-42 {
    margin-top: 420px !important;
  }
  .u-tab-mt-43 {
    margin-top: 430px !important;
  }
  .u-tab-mt-44 {
    margin-top: 440px !important;
  }
  .u-tab-mt-45 {
    margin-top: 450px !important;
  }
  .u-tab-mt-46 {
    margin-top: 460px !important;
  }
  .u-tab-mt-47 {
    margin-top: 470px !important;
  }
  .u-tab-mt-48 {
    margin-top: 480px !important;
  }
  .u-tab-mt-49 {
    margin-top: 490px !important;
  }
  .u-tab-mt-50 {
    margin-top: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mt-1 {
    margin-top: 10px !important;
  }
  .u-sp-mt-2 {
    margin-top: 20px !important;
  }
  .u-sp-mt-3 {
    margin-top: 30px !important;
  }
  .u-sp-mt-4 {
    margin-top: 40px !important;
  }
  .u-sp-mt-5 {
    margin-top: 50px !important;
  }
  .u-sp-mt-6 {
    margin-top: 60px !important;
  }
  .u-sp-mt-7 {
    margin-top: 70px !important;
  }
  .u-sp-mt-8 {
    margin-top: 80px !important;
  }
  .u-sp-mt-9 {
    margin-top: 90px !important;
  }
  .u-sp-mt-10 {
    margin-top: 100px !important;
  }
  .u-sp-mt-11 {
    margin-top: 110px !important;
  }
  .u-sp-mt-12 {
    margin-top: 120px !important;
  }
  .u-sp-mt-13 {
    margin-top: 130px !important;
  }
  .u-sp-mt-14 {
    margin-top: 140px !important;
  }
  .u-sp-mt-15 {
    margin-top: 150px !important;
  }
  .u-sp-mt-16 {
    margin-top: 160px !important;
  }
  .u-sp-mt-17 {
    margin-top: 170px !important;
  }
  .u-sp-mt-18 {
    margin-top: 180px !important;
  }
  .u-sp-mt-19 {
    margin-top: 190px !important;
  }
  .u-sp-mt-20 {
    margin-top: 200px !important;
  }
  .u-sp-mt-21 {
    margin-top: 210px !important;
  }
  .u-sp-mt-22 {
    margin-top: 220px !important;
  }
  .u-sp-mt-23 {
    margin-top: 230px !important;
  }
  .u-sp-mt-24 {
    margin-top: 240px !important;
  }
  .u-sp-mt-25 {
    margin-top: 250px !important;
  }
  .u-sp-mt-26 {
    margin-top: 260px !important;
  }
  .u-sp-mt-27 {
    margin-top: 270px !important;
  }
  .u-sp-mt-28 {
    margin-top: 280px !important;
  }
  .u-sp-mt-29 {
    margin-top: 290px !important;
  }
  .u-sp-mt-30 {
    margin-top: 300px !important;
  }
  .u-sp-mt-31 {
    margin-top: 310px !important;
  }
  .u-sp-mt-32 {
    margin-top: 320px !important;
  }
  .u-sp-mt-33 {
    margin-top: 330px !important;
  }
  .u-sp-mt-34 {
    margin-top: 340px !important;
  }
  .u-sp-mt-35 {
    margin-top: 350px !important;
  }
  .u-sp-mt-36 {
    margin-top: 360px !important;
  }
  .u-sp-mt-37 {
    margin-top: 370px !important;
  }
  .u-sp-mt-38 {
    margin-top: 380px !important;
  }
  .u-sp-mt-39 {
    margin-top: 390px !important;
  }
  .u-sp-mt-40 {
    margin-top: 400px !important;
  }
  .u-sp-mt-41 {
    margin-top: 410px !important;
  }
  .u-sp-mt-42 {
    margin-top: 420px !important;
  }
  .u-sp-mt-43 {
    margin-top: 430px !important;
  }
  .u-sp-mt-44 {
    margin-top: 440px !important;
  }
  .u-sp-mt-45 {
    margin-top: 450px !important;
  }
  .u-sp-mt-46 {
    margin-top: 460px !important;
  }
  .u-sp-mt-47 {
    margin-top: 470px !important;
  }
  .u-sp-mt-48 {
    margin-top: 480px !important;
  }
  .u-sp-mt-49 {
    margin-top: 490px !important;
  }
  .u-sp-mt-50 {
    margin-top: 500px !important;
  }
}
.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-1 {
  margin-right: 10px !important;
}

.u-mr-2 {
  margin-right: 20px !important;
}

.u-mr-3 {
  margin-right: 30px !important;
}

.u-mr-4 {
  margin-right: 40px !important;
}

.u-mr-5 {
  margin-right: 50px !important;
}

.u-mr-6 {
  margin-right: 60px !important;
}

.u-mr-7 {
  margin-right: 70px !important;
}

.u-mr-8 {
  margin-right: 80px !important;
}

.u-mr-9 {
  margin-right: 90px !important;
}

.u-mr-10 {
  margin-right: 100px !important;
}

.u-mr-11 {
  margin-right: 110px !important;
}

.u-mr-12 {
  margin-right: 120px !important;
}

.u-mr-13 {
  margin-right: 130px !important;
}

.u-mr-14 {
  margin-right: 140px !important;
}

.u-mr-15 {
  margin-right: 150px !important;
}

.u-mr-16 {
  margin-right: 160px !important;
}

.u-mr-17 {
  margin-right: 170px !important;
}

.u-mr-18 {
  margin-right: 180px !important;
}

.u-mr-19 {
  margin-right: 190px !important;
}

.u-mr-20 {
  margin-right: 200px !important;
}

.u-mr-21 {
  margin-right: 210px !important;
}

.u-mr-22 {
  margin-right: 220px !important;
}

.u-mr-23 {
  margin-right: 230px !important;
}

.u-mr-24 {
  margin-right: 240px !important;
}

.u-mr-25 {
  margin-right: 250px !important;
}

.u-mr-26 {
  margin-right: 260px !important;
}

.u-mr-27 {
  margin-right: 270px !important;
}

.u-mr-28 {
  margin-right: 280px !important;
}

.u-mr-29 {
  margin-right: 290px !important;
}

.u-mr-30 {
  margin-right: 300px !important;
}

.u-mr-31 {
  margin-right: 310px !important;
}

.u-mr-32 {
  margin-right: 320px !important;
}

.u-mr-33 {
  margin-right: 330px !important;
}

.u-mr-34 {
  margin-right: 340px !important;
}

.u-mr-35 {
  margin-right: 350px !important;
}

.u-mr-36 {
  margin-right: 360px !important;
}

.u-mr-37 {
  margin-right: 370px !important;
}

.u-mr-38 {
  margin-right: 380px !important;
}

.u-mr-39 {
  margin-right: 390px !important;
}

.u-mr-40 {
  margin-right: 400px !important;
}

.u-mr-41 {
  margin-right: 410px !important;
}

.u-mr-42 {
  margin-right: 420px !important;
}

.u-mr-43 {
  margin-right: 430px !important;
}

.u-mr-44 {
  margin-right: 440px !important;
}

.u-mr-45 {
  margin-right: 450px !important;
}

.u-mr-46 {
  margin-right: 460px !important;
}

.u-mr-47 {
  margin-right: 470px !important;
}

.u-mr-48 {
  margin-right: 480px !important;
}

.u-mr-49 {
  margin-right: 490px !important;
}

.u-mr-50 {
  margin-right: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mr-0 {
    margin-right: 0px !important;
  }
  .u-tab-mr-1 {
    margin-right: 10px !important;
  }
  .u-tab-mr-2 {
    margin-right: 20px !important;
  }
  .u-tab-mr-3 {
    margin-right: 30px !important;
  }
  .u-tab-mr-4 {
    margin-right: 40px !important;
  }
  .u-tab-mr-5 {
    margin-right: 50px !important;
  }
  .u-tab-mr-6 {
    margin-right: 60px !important;
  }
  .u-tab-mr-7 {
    margin-right: 70px !important;
  }
  .u-tab-mr-8 {
    margin-right: 80px !important;
  }
  .u-tab-mr-9 {
    margin-right: 90px !important;
  }
  .u-tab-mr-10 {
    margin-right: 100px !important;
  }
  .u-tab-mr-11 {
    margin-right: 110px !important;
  }
  .u-tab-mr-12 {
    margin-right: 120px !important;
  }
  .u-tab-mr-13 {
    margin-right: 130px !important;
  }
  .u-tab-mr-14 {
    margin-right: 140px !important;
  }
  .u-tab-mr-15 {
    margin-right: 150px !important;
  }
  .u-tab-mr-16 {
    margin-right: 160px !important;
  }
  .u-tab-mr-17 {
    margin-right: 170px !important;
  }
  .u-tab-mr-18 {
    margin-right: 180px !important;
  }
  .u-tab-mr-19 {
    margin-right: 190px !important;
  }
  .u-tab-mr-20 {
    margin-right: 200px !important;
  }
  .u-tab-mr-21 {
    margin-right: 210px !important;
  }
  .u-tab-mr-22 {
    margin-right: 220px !important;
  }
  .u-tab-mr-23 {
    margin-right: 230px !important;
  }
  .u-tab-mr-24 {
    margin-right: 240px !important;
  }
  .u-tab-mr-25 {
    margin-right: 250px !important;
  }
  .u-tab-mr-26 {
    margin-right: 260px !important;
  }
  .u-tab-mr-27 {
    margin-right: 270px !important;
  }
  .u-tab-mr-28 {
    margin-right: 280px !important;
  }
  .u-tab-mr-29 {
    margin-right: 290px !important;
  }
  .u-tab-mr-30 {
    margin-right: 300px !important;
  }
  .u-tab-mr-31 {
    margin-right: 310px !important;
  }
  .u-tab-mr-32 {
    margin-right: 320px !important;
  }
  .u-tab-mr-33 {
    margin-right: 330px !important;
  }
  .u-tab-mr-34 {
    margin-right: 340px !important;
  }
  .u-tab-mr-35 {
    margin-right: 350px !important;
  }
  .u-tab-mr-36 {
    margin-right: 360px !important;
  }
  .u-tab-mr-37 {
    margin-right: 370px !important;
  }
  .u-tab-mr-38 {
    margin-right: 380px !important;
  }
  .u-tab-mr-39 {
    margin-right: 390px !important;
  }
  .u-tab-mr-40 {
    margin-right: 400px !important;
  }
  .u-tab-mr-41 {
    margin-right: 410px !important;
  }
  .u-tab-mr-42 {
    margin-right: 420px !important;
  }
  .u-tab-mr-43 {
    margin-right: 430px !important;
  }
  .u-tab-mr-44 {
    margin-right: 440px !important;
  }
  .u-tab-mr-45 {
    margin-right: 450px !important;
  }
  .u-tab-mr-46 {
    margin-right: 460px !important;
  }
  .u-tab-mr-47 {
    margin-right: 470px !important;
  }
  .u-tab-mr-48 {
    margin-right: 480px !important;
  }
  .u-tab-mr-49 {
    margin-right: 490px !important;
  }
  .u-tab-mr-50 {
    margin-right: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mr-1 {
    margin-right: 10px !important;
  }
  .u-sp-mr-2 {
    margin-right: 20px !important;
  }
  .u-sp-mr-3 {
    margin-right: 30px !important;
  }
  .u-sp-mr-4 {
    margin-right: 40px !important;
  }
  .u-sp-mr-5 {
    margin-right: 50px !important;
  }
  .u-sp-mr-6 {
    margin-right: 60px !important;
  }
  .u-sp-mr-7 {
    margin-right: 70px !important;
  }
  .u-sp-mr-8 {
    margin-right: 80px !important;
  }
  .u-sp-mr-9 {
    margin-right: 90px !important;
  }
  .u-sp-mr-10 {
    margin-right: 100px !important;
  }
  .u-sp-mr-11 {
    margin-right: 110px !important;
  }
  .u-sp-mr-12 {
    margin-right: 120px !important;
  }
  .u-sp-mr-13 {
    margin-right: 130px !important;
  }
  .u-sp-mr-14 {
    margin-right: 140px !important;
  }
  .u-sp-mr-15 {
    margin-right: 150px !important;
  }
  .u-sp-mr-16 {
    margin-right: 160px !important;
  }
  .u-sp-mr-17 {
    margin-right: 170px !important;
  }
  .u-sp-mr-18 {
    margin-right: 180px !important;
  }
  .u-sp-mr-19 {
    margin-right: 190px !important;
  }
  .u-sp-mr-20 {
    margin-right: 200px !important;
  }
  .u-sp-mr-21 {
    margin-right: 210px !important;
  }
  .u-sp-mr-22 {
    margin-right: 220px !important;
  }
  .u-sp-mr-23 {
    margin-right: 230px !important;
  }
  .u-sp-mr-24 {
    margin-right: 240px !important;
  }
  .u-sp-mr-25 {
    margin-right: 250px !important;
  }
  .u-sp-mr-26 {
    margin-right: 260px !important;
  }
  .u-sp-mr-27 {
    margin-right: 270px !important;
  }
  .u-sp-mr-28 {
    margin-right: 280px !important;
  }
  .u-sp-mr-29 {
    margin-right: 290px !important;
  }
  .u-sp-mr-30 {
    margin-right: 300px !important;
  }
  .u-sp-mr-31 {
    margin-right: 310px !important;
  }
  .u-sp-mr-32 {
    margin-right: 320px !important;
  }
  .u-sp-mr-33 {
    margin-right: 330px !important;
  }
  .u-sp-mr-34 {
    margin-right: 340px !important;
  }
  .u-sp-mr-35 {
    margin-right: 350px !important;
  }
  .u-sp-mr-36 {
    margin-right: 360px !important;
  }
  .u-sp-mr-37 {
    margin-right: 370px !important;
  }
  .u-sp-mr-38 {
    margin-right: 380px !important;
  }
  .u-sp-mr-39 {
    margin-right: 390px !important;
  }
  .u-sp-mr-40 {
    margin-right: 400px !important;
  }
  .u-sp-mr-41 {
    margin-right: 410px !important;
  }
  .u-sp-mr-42 {
    margin-right: 420px !important;
  }
  .u-sp-mr-43 {
    margin-right: 430px !important;
  }
  .u-sp-mr-44 {
    margin-right: 440px !important;
  }
  .u-sp-mr-45 {
    margin-right: 450px !important;
  }
  .u-sp-mr-46 {
    margin-right: 460px !important;
  }
  .u-sp-mr-47 {
    margin-right: 470px !important;
  }
  .u-sp-mr-48 {
    margin-right: 480px !important;
  }
  .u-sp-mr-49 {
    margin-right: 490px !important;
  }
  .u-sp-mr-50 {
    margin-right: 500px !important;
  }
}
.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-1 {
  margin-bottom: 10px !important;
}

.u-mb-2 {
  margin-bottom: 20px !important;
}

.u-mb-3 {
  margin-bottom: 30px !important;
}

.u-mb-4 {
  margin-bottom: 40px !important;
}

.u-mb-5 {
  margin-bottom: 50px !important;
}

.u-mb-6 {
  margin-bottom: 60px !important;
}

.u-mb-7 {
  margin-bottom: 70px !important;
}

.u-mb-8 {
  margin-bottom: 80px !important;
}

.u-mb-9 {
  margin-bottom: 90px !important;
}

.u-mb-10 {
  margin-bottom: 100px !important;
}

.u-mb-11 {
  margin-bottom: 110px !important;
}

.u-mb-12 {
  margin-bottom: 120px !important;
}

.u-mb-13 {
  margin-bottom: 130px !important;
}

.u-mb-14 {
  margin-bottom: 140px !important;
}

.u-mb-15 {
  margin-bottom: 150px !important;
}

.u-mb-16 {
  margin-bottom: 160px !important;
}

.u-mb-17 {
  margin-bottom: 170px !important;
}

.u-mb-18 {
  margin-bottom: 180px !important;
}

.u-mb-19 {
  margin-bottom: 190px !important;
}

.u-mb-20 {
  margin-bottom: 200px !important;
}

.u-mb-21 {
  margin-bottom: 210px !important;
}

.u-mb-22 {
  margin-bottom: 220px !important;
}

.u-mb-23 {
  margin-bottom: 230px !important;
}

.u-mb-24 {
  margin-bottom: 240px !important;
}

.u-mb-25 {
  margin-bottom: 250px !important;
}

.u-mb-26 {
  margin-bottom: 260px !important;
}

.u-mb-27 {
  margin-bottom: 270px !important;
}

.u-mb-28 {
  margin-bottom: 280px !important;
}

.u-mb-29 {
  margin-bottom: 290px !important;
}

.u-mb-30 {
  margin-bottom: 300px !important;
}

.u-mb-31 {
  margin-bottom: 310px !important;
}

.u-mb-32 {
  margin-bottom: 320px !important;
}

.u-mb-33 {
  margin-bottom: 330px !important;
}

.u-mb-34 {
  margin-bottom: 340px !important;
}

.u-mb-35 {
  margin-bottom: 350px !important;
}

.u-mb-36 {
  margin-bottom: 360px !important;
}

.u-mb-37 {
  margin-bottom: 370px !important;
}

.u-mb-38 {
  margin-bottom: 380px !important;
}

.u-mb-39 {
  margin-bottom: 390px !important;
}

.u-mb-40 {
  margin-bottom: 400px !important;
}

.u-mb-41 {
  margin-bottom: 410px !important;
}

.u-mb-42 {
  margin-bottom: 420px !important;
}

.u-mb-43 {
  margin-bottom: 430px !important;
}

.u-mb-44 {
  margin-bottom: 440px !important;
}

.u-mb-45 {
  margin-bottom: 450px !important;
}

.u-mb-46 {
  margin-bottom: 460px !important;
}

.u-mb-47 {
  margin-bottom: 470px !important;
}

.u-mb-48 {
  margin-bottom: 480px !important;
}

.u-mb-49 {
  margin-bottom: 490px !important;
}

.u-mb-50 {
  margin-bottom: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 10px !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 20px !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 30px !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 40px !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 50px !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 60px !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 70px !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 80px !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 90px !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 100px !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 110px !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 120px !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 130px !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 140px !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 150px !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 160px !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 170px !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 180px !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 190px !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 200px !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 210px !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 220px !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 230px !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 240px !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 250px !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 260px !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 270px !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 280px !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 290px !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 300px !important;
  }
  .u-tab-mb-31 {
    margin-bottom: 310px !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 320px !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 330px !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 340px !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 350px !important;
  }
  .u-tab-mb-36 {
    margin-bottom: 360px !important;
  }
  .u-tab-mb-37 {
    margin-bottom: 370px !important;
  }
  .u-tab-mb-38 {
    margin-bottom: 380px !important;
  }
  .u-tab-mb-39 {
    margin-bottom: 390px !important;
  }
  .u-tab-mb-40 {
    margin-bottom: 400px !important;
  }
  .u-tab-mb-41 {
    margin-bottom: 410px !important;
  }
  .u-tab-mb-42 {
    margin-bottom: 420px !important;
  }
  .u-tab-mb-43 {
    margin-bottom: 430px !important;
  }
  .u-tab-mb-44 {
    margin-bottom: 440px !important;
  }
  .u-tab-mb-45 {
    margin-bottom: 450px !important;
  }
  .u-tab-mb-46 {
    margin-bottom: 460px !important;
  }
  .u-tab-mb-47 {
    margin-bottom: 470px !important;
  }
  .u-tab-mb-48 {
    margin-bottom: 480px !important;
  }
  .u-tab-mb-49 {
    margin-bottom: 490px !important;
  }
  .u-tab-mb-50 {
    margin-bottom: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 10px !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 20px !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 50px !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 60px !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 70px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 90px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 100px !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 110px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 120px !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 130px !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 140px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 150px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 160px !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 170px !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 180px !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 190px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 200px !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 210px !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 220px !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 230px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 240px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 250px !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 260px !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 270px !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 280px !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 290px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 300px !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 310px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 320px !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 330px !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 340px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 350px !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 360px !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 370px !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 380px !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 390px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 400px !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 410px !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 420px !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 430px !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 440px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 450px !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 460px !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 470px !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 480px !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 490px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 500px !important;
  }
}
.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-1 {
  margin-left: 10px !important;
}

.u-ml-2 {
  margin-left: 20px !important;
}

.u-ml-3 {
  margin-left: 30px !important;
}

.u-ml-4 {
  margin-left: 40px !important;
}

.u-ml-5 {
  margin-left: 50px !important;
}

.u-ml-6 {
  margin-left: 60px !important;
}

.u-ml-7 {
  margin-left: 70px !important;
}

.u-ml-8 {
  margin-left: 80px !important;
}

.u-ml-9 {
  margin-left: 90px !important;
}

.u-ml-10 {
  margin-left: 100px !important;
}

.u-ml-11 {
  margin-left: 110px !important;
}

.u-ml-12 {
  margin-left: 120px !important;
}

.u-ml-13 {
  margin-left: 130px !important;
}

.u-ml-14 {
  margin-left: 140px !important;
}

.u-ml-15 {
  margin-left: 150px !important;
}

.u-ml-16 {
  margin-left: 160px !important;
}

.u-ml-17 {
  margin-left: 170px !important;
}

.u-ml-18 {
  margin-left: 180px !important;
}

.u-ml-19 {
  margin-left: 190px !important;
}

.u-ml-20 {
  margin-left: 200px !important;
}

.u-ml-21 {
  margin-left: 210px !important;
}

.u-ml-22 {
  margin-left: 220px !important;
}

.u-ml-23 {
  margin-left: 230px !important;
}

.u-ml-24 {
  margin-left: 240px !important;
}

.u-ml-25 {
  margin-left: 250px !important;
}

.u-ml-26 {
  margin-left: 260px !important;
}

.u-ml-27 {
  margin-left: 270px !important;
}

.u-ml-28 {
  margin-left: 280px !important;
}

.u-ml-29 {
  margin-left: 290px !important;
}

.u-ml-30 {
  margin-left: 300px !important;
}

.u-ml-31 {
  margin-left: 310px !important;
}

.u-ml-32 {
  margin-left: 320px !important;
}

.u-ml-33 {
  margin-left: 330px !important;
}

.u-ml-34 {
  margin-left: 340px !important;
}

.u-ml-35 {
  margin-left: 350px !important;
}

.u-ml-36 {
  margin-left: 360px !important;
}

.u-ml-37 {
  margin-left: 370px !important;
}

.u-ml-38 {
  margin-left: 380px !important;
}

.u-ml-39 {
  margin-left: 390px !important;
}

.u-ml-40 {
  margin-left: 400px !important;
}

.u-ml-41 {
  margin-left: 410px !important;
}

.u-ml-42 {
  margin-left: 420px !important;
}

.u-ml-43 {
  margin-left: 430px !important;
}

.u-ml-44 {
  margin-left: 440px !important;
}

.u-ml-45 {
  margin-left: 450px !important;
}

.u-ml-46 {
  margin-left: 460px !important;
}

.u-ml-47 {
  margin-left: 470px !important;
}

.u-ml-48 {
  margin-left: 480px !important;
}

.u-ml-49 {
  margin-left: 490px !important;
}

.u-ml-50 {
  margin-left: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-ml-0 {
    margin-left: 0px !important;
  }
  .u-tab-ml-1 {
    margin-left: 10px !important;
  }
  .u-tab-ml-2 {
    margin-left: 20px !important;
  }
  .u-tab-ml-3 {
    margin-left: 30px !important;
  }
  .u-tab-ml-4 {
    margin-left: 40px !important;
  }
  .u-tab-ml-5 {
    margin-left: 50px !important;
  }
  .u-tab-ml-6 {
    margin-left: 60px !important;
  }
  .u-tab-ml-7 {
    margin-left: 70px !important;
  }
  .u-tab-ml-8 {
    margin-left: 80px !important;
  }
  .u-tab-ml-9 {
    margin-left: 90px !important;
  }
  .u-tab-ml-10 {
    margin-left: 100px !important;
  }
  .u-tab-ml-11 {
    margin-left: 110px !important;
  }
  .u-tab-ml-12 {
    margin-left: 120px !important;
  }
  .u-tab-ml-13 {
    margin-left: 130px !important;
  }
  .u-tab-ml-14 {
    margin-left: 140px !important;
  }
  .u-tab-ml-15 {
    margin-left: 150px !important;
  }
  .u-tab-ml-16 {
    margin-left: 160px !important;
  }
  .u-tab-ml-17 {
    margin-left: 170px !important;
  }
  .u-tab-ml-18 {
    margin-left: 180px !important;
  }
  .u-tab-ml-19 {
    margin-left: 190px !important;
  }
  .u-tab-ml-20 {
    margin-left: 200px !important;
  }
  .u-tab-ml-21 {
    margin-left: 210px !important;
  }
  .u-tab-ml-22 {
    margin-left: 220px !important;
  }
  .u-tab-ml-23 {
    margin-left: 230px !important;
  }
  .u-tab-ml-24 {
    margin-left: 240px !important;
  }
  .u-tab-ml-25 {
    margin-left: 250px !important;
  }
  .u-tab-ml-26 {
    margin-left: 260px !important;
  }
  .u-tab-ml-27 {
    margin-left: 270px !important;
  }
  .u-tab-ml-28 {
    margin-left: 280px !important;
  }
  .u-tab-ml-29 {
    margin-left: 290px !important;
  }
  .u-tab-ml-30 {
    margin-left: 300px !important;
  }
  .u-tab-ml-31 {
    margin-left: 310px !important;
  }
  .u-tab-ml-32 {
    margin-left: 320px !important;
  }
  .u-tab-ml-33 {
    margin-left: 330px !important;
  }
  .u-tab-ml-34 {
    margin-left: 340px !important;
  }
  .u-tab-ml-35 {
    margin-left: 350px !important;
  }
  .u-tab-ml-36 {
    margin-left: 360px !important;
  }
  .u-tab-ml-37 {
    margin-left: 370px !important;
  }
  .u-tab-ml-38 {
    margin-left: 380px !important;
  }
  .u-tab-ml-39 {
    margin-left: 390px !important;
  }
  .u-tab-ml-40 {
    margin-left: 400px !important;
  }
  .u-tab-ml-41 {
    margin-left: 410px !important;
  }
  .u-tab-ml-42 {
    margin-left: 420px !important;
  }
  .u-tab-ml-43 {
    margin-left: 430px !important;
  }
  .u-tab-ml-44 {
    margin-left: 440px !important;
  }
  .u-tab-ml-45 {
    margin-left: 450px !important;
  }
  .u-tab-ml-46 {
    margin-left: 460px !important;
  }
  .u-tab-ml-47 {
    margin-left: 470px !important;
  }
  .u-tab-ml-48 {
    margin-left: 480px !important;
  }
  .u-tab-ml-49 {
    margin-left: 490px !important;
  }
  .u-tab-ml-50 {
    margin-left: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-ml-1 {
    margin-left: 10px !important;
  }
  .u-sp-ml-2 {
    margin-left: 20px !important;
  }
  .u-sp-ml-3 {
    margin-left: 30px !important;
  }
  .u-sp-ml-4 {
    margin-left: 40px !important;
  }
  .u-sp-ml-5 {
    margin-left: 50px !important;
  }
  .u-sp-ml-6 {
    margin-left: 60px !important;
  }
  .u-sp-ml-7 {
    margin-left: 70px !important;
  }
  .u-sp-ml-8 {
    margin-left: 80px !important;
  }
  .u-sp-ml-9 {
    margin-left: 90px !important;
  }
  .u-sp-ml-10 {
    margin-left: 100px !important;
  }
  .u-sp-ml-11 {
    margin-left: 110px !important;
  }
  .u-sp-ml-12 {
    margin-left: 120px !important;
  }
  .u-sp-ml-13 {
    margin-left: 130px !important;
  }
  .u-sp-ml-14 {
    margin-left: 140px !important;
  }
  .u-sp-ml-15 {
    margin-left: 150px !important;
  }
  .u-sp-ml-16 {
    margin-left: 160px !important;
  }
  .u-sp-ml-17 {
    margin-left: 170px !important;
  }
  .u-sp-ml-18 {
    margin-left: 180px !important;
  }
  .u-sp-ml-19 {
    margin-left: 190px !important;
  }
  .u-sp-ml-20 {
    margin-left: 200px !important;
  }
  .u-sp-ml-21 {
    margin-left: 210px !important;
  }
  .u-sp-ml-22 {
    margin-left: 220px !important;
  }
  .u-sp-ml-23 {
    margin-left: 230px !important;
  }
  .u-sp-ml-24 {
    margin-left: 240px !important;
  }
  .u-sp-ml-25 {
    margin-left: 250px !important;
  }
  .u-sp-ml-26 {
    margin-left: 260px !important;
  }
  .u-sp-ml-27 {
    margin-left: 270px !important;
  }
  .u-sp-ml-28 {
    margin-left: 280px !important;
  }
  .u-sp-ml-29 {
    margin-left: 290px !important;
  }
  .u-sp-ml-30 {
    margin-left: 300px !important;
  }
  .u-sp-ml-31 {
    margin-left: 310px !important;
  }
  .u-sp-ml-32 {
    margin-left: 320px !important;
  }
  .u-sp-ml-33 {
    margin-left: 330px !important;
  }
  .u-sp-ml-34 {
    margin-left: 340px !important;
  }
  .u-sp-ml-35 {
    margin-left: 350px !important;
  }
  .u-sp-ml-36 {
    margin-left: 360px !important;
  }
  .u-sp-ml-37 {
    margin-left: 370px !important;
  }
  .u-sp-ml-38 {
    margin-left: 380px !important;
  }
  .u-sp-ml-39 {
    margin-left: 390px !important;
  }
  .u-sp-ml-40 {
    margin-left: 400px !important;
  }
  .u-sp-ml-41 {
    margin-left: 410px !important;
  }
  .u-sp-ml-42 {
    margin-left: 420px !important;
  }
  .u-sp-ml-43 {
    margin-left: 430px !important;
  }
  .u-sp-ml-44 {
    margin-left: 440px !important;
  }
  .u-sp-ml-45 {
    margin-left: 450px !important;
  }
  .u-sp-ml-46 {
    margin-left: 460px !important;
  }
  .u-sp-ml-47 {
    margin-left: 470px !important;
  }
  .u-sp-ml-48 {
    margin-left: 480px !important;
  }
  .u-sp-ml-49 {
    margin-left: 490px !important;
  }
  .u-sp-ml-50 {
    margin-left: 500px !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-minchou {
  font-family: serif;
}

.u-gothic {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-fontS {
  font-size: 11px;
}

.u-fontM {
  font-size: 22px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-fontM {
    font-size: 15px;
  }
}

.u-fontL {
  font-size: 30px;
}
@media screen and (max-width: 365px) {
  .u-fontL {
    font-size: 26px;
  }
}

.u-fontN {
  font-size: 16px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-fontN {
    font-size: 14px;
  }
}

.u-font10 {
  font-size: 10px !important;
}

.u-font11 {
  font-size: 11px !important;
}

.u-font12 {
  font-size: 12px !important;
}

.u-font13 {
  font-size: 13px !important;
}

.u-font14 {
  font-size: 14px !important;
}

.u-font15 {
  font-size: 15px !important;
}

.u-font16 {
  font-size: 16px !important;
}

.u-font17 {
  font-size: 17px !important;
}

.u-font18 {
  font-size: 18px !important;
}

.u-font19 {
  font-size: 19px !important;
}

.u-font20 {
  font-size: 20px !important;
}

.u-font21 {
  font-size: 21px !important;
}

.u-font22 {
  font-size: 22px !important;
}

.u-font23 {
  font-size: 23px !important;
}

.u-font24 {
  font-size: 24px !important;
}

.u-font25 {
  font-size: 25px !important;
}

.u-font26 {
  font-size: 26px !important;
}

.u-font27 {
  font-size: 27px !important;
}

.u-font28 {
  font-size: 28px !important;
}

.u-font29 {
  font-size: 29px !important;
}

.u-font30 {
  font-size: 30px !important;
}

.u-font31 {
  font-size: 31px !important;
}

.u-font32 {
  font-size: 32px !important;
}

.u-font33 {
  font-size: 33px !important;
}

.u-font34 {
  font-size: 34px !important;
}

.u-font35 {
  font-size: 35px !important;
}

.u-font36 {
  font-size: 36px !important;
}

.u-font37 {
  font-size: 37px !important;
}

.u-font38 {
  font-size: 38px !important;
}

.u-font39 {
  font-size: 39px !important;
}

.u-font40 {
  font-size: 40px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-font0 {
    font-size: 0px !important;
  }
  .u-tab-font1 {
    font-size: 1px !important;
  }
  .u-tab-font2 {
    font-size: 2px !important;
  }
  .u-tab-font3 {
    font-size: 3px !important;
  }
  .u-tab-font4 {
    font-size: 4px !important;
  }
  .u-tab-font5 {
    font-size: 5px !important;
  }
  .u-tab-font6 {
    font-size: 6px !important;
  }
  .u-tab-font7 {
    font-size: 7px !important;
  }
  .u-tab-font8 {
    font-size: 8px !important;
  }
  .u-tab-font9 {
    font-size: 9px !important;
  }
  .u-tab-font10 {
    font-size: 10px !important;
  }
  .u-tab-font11 {
    font-size: 11px !important;
  }
  .u-tab-font12 {
    font-size: 12px !important;
  }
  .u-tab-font13 {
    font-size: 13px !important;
  }
  .u-tab-font14 {
    font-size: 14px !important;
  }
  .u-tab-font15 {
    font-size: 15px !important;
  }
  .u-tab-font16 {
    font-size: 16px !important;
  }
  .u-tab-font17 {
    font-size: 17px !important;
  }
  .u-tab-font18 {
    font-size: 18px !important;
  }
  .u-tab-font19 {
    font-size: 19px !important;
  }
  .u-tab-font20 {
    font-size: 20px !important;
  }
  .u-tab-font21 {
    font-size: 21px !important;
  }
  .u-tab-font22 {
    font-size: 22px !important;
  }
  .u-tab-font23 {
    font-size: 23px !important;
  }
  .u-tab-font24 {
    font-size: 24px !important;
  }
  .u-tab-font25 {
    font-size: 25px !important;
  }
  .u-tab-font26 {
    font-size: 26px !important;
  }
  .u-tab-font27 {
    font-size: 27px !important;
  }
  .u-tab-font28 {
    font-size: 28px !important;
  }
  .u-tab-font29 {
    font-size: 29px !important;
  }
  .u-tab-font30 {
    font-size: 30px !important;
  }
  .u-tab-font31 {
    font-size: 31px !important;
  }
  .u-tab-font32 {
    font-size: 32px !important;
  }
  .u-tab-font33 {
    font-size: 33px !important;
  }
  .u-tab-font34 {
    font-size: 34px !important;
  }
  .u-tab-font35 {
    font-size: 35px !important;
  }
  .u-tab-font36 {
    font-size: 36px !important;
  }
  .u-tab-font37 {
    font-size: 37px !important;
  }
  .u-tab-font38 {
    font-size: 38px !important;
  }
  .u-tab-font39 {
    font-size: 39px !important;
  }
  .u-tab-font40 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0px !important;
  }
  .u-sp-font1 {
    font-size: 1px !important;
  }
  .u-sp-font2 {
    font-size: 2px !important;
  }
  .u-sp-font3 {
    font-size: 3px !important;
  }
  .u-sp-font4 {
    font-size: 4px !important;
  }
  .u-sp-font5 {
    font-size: 5px !important;
  }
  .u-sp-font6 {
    font-size: 6px !important;
  }
  .u-sp-font7 {
    font-size: 7px !important;
  }
  .u-sp-font8 {
    font-size: 8px !important;
  }
  .u-sp-font9 {
    font-size: 9px !important;
  }
  .u-sp-font10 {
    font-size: 10px !important;
  }
  .u-sp-font11 {
    font-size: 11px !important;
  }
  .u-sp-font12 {
    font-size: 12px !important;
  }
  .u-sp-font13 {
    font-size: 13px !important;
  }
  .u-sp-font14 {
    font-size: 14px !important;
  }
  .u-sp-font15 {
    font-size: 15px !important;
  }
  .u-sp-font16 {
    font-size: 16px !important;
  }
  .u-sp-font17 {
    font-size: 17px !important;
  }
  .u-sp-font18 {
    font-size: 18px !important;
  }
  .u-sp-font19 {
    font-size: 19px !important;
  }
  .u-sp-font20 {
    font-size: 20px !important;
  }
  .u-sp-font21 {
    font-size: 21px !important;
  }
  .u-sp-font22 {
    font-size: 22px !important;
  }
  .u-sp-font23 {
    font-size: 23px !important;
  }
  .u-sp-font24 {
    font-size: 24px !important;
  }
  .u-sp-font25 {
    font-size: 25px !important;
  }
  .u-sp-font26 {
    font-size: 26px !important;
  }
  .u-sp-font27 {
    font-size: 27px !important;
  }
  .u-sp-font28 {
    font-size: 28px !important;
  }
  .u-sp-font29 {
    font-size: 29px !important;
  }
  .u-sp-font30 {
    font-size: 30px !important;
  }
  .u-sp-font31 {
    font-size: 31px !important;
  }
  .u-sp-font32 {
    font-size: 32px !important;
  }
  .u-sp-font33 {
    font-size: 33px !important;
  }
  .u-sp-font34 {
    font-size: 34px !important;
  }
  .u-sp-font35 {
    font-size: 35px !important;
  }
  .u-sp-font36 {
    font-size: 36px !important;
  }
  .u-sp-font37 {
    font-size: 37px !important;
  }
  .u-sp-font38 {
    font-size: 38px !important;
  }
  .u-sp-font39 {
    font-size: 39px !important;
  }
  .u-sp-font40 {
    font-size: 40px !important;
  }
}
.u-fontMain {
  color: var(color-main);
}

.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #E36B38;
}

.u-kakko {
  text-indent: -0.5em;
}

.u-normal {
  font-weight: 500 !important;
}

.u-bold {
  font-weight: 700 !important;
}

.u-semibold {
  font-weight: 600 !important;
}

.u-ls__thin {
  letter-spacing: -0.05em;
}

.u-ls__wide {
  letter-spacing: 0.1em;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-textleft, .textleft, .alignleft {
  text-align: left !important;
}

.u-textcenter, .textcenter, .aligncenter {
  text-align: center !important;
}

.u-textright, .textright, .alignright {
  text-align: right !important;
}

.u-textjustify, .textjustify, .alignjustify {
  text-align: justify !important;
}

@media screen and (max-width: 650px) {
  .u-textcenter-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textleft-sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textright-sp {
    text-align: right !important;
  }
}

.u-marker-green {
  background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

@media screen and (max-width: 650px) {
  .u-pc {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab {
    display: inline-block;
  }
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-none {
    display: none !important;
  }
}

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

.u-small {
  display: none;
}
@media screen and (max-width: 365px) {
  .u-small {
    display: inline-block;
  }
}

@media screen and (max-width: 365px) {
  .u-small-none {
    display: none;
  }
}

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

.u-padding0 {
  padding: 0 !important;
}

/* サブページ
------------------------------------*/
.p-top-kv {
  margin: -130px calc(50% - 50vw) 0;
  position: relative;
  padding: 260px 20px 0;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .p-top-kv {
    padding: 170px 20px 0;
  }
}
.p-top-kv .p-top-kv__bg {
  max-height: 720px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__bg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 106.6666666667vw;
  }
}
.p-top-kv .p-top-kv__copy {
  color: var(--color-font);
  font-size: min(2.2222222222vw, 32px);
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 0.9142857143;
  position: absolute;
  left: 50%;
  top: 157px;
  transform: translate3d(-50%, 0, 0);
  writing-mode: vertical-rl;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__copy {
    font-size: 30px;
    letter-spacing: 0.25em;
    line-height: 1.2;
    top: 200px;
  }
}
.p-top-kv .p-top-kv__copy span {
  display: block;
  margin: 0 10px;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__copy span {
    margin: 0 6px;
  }
}
.p-top-kv .p-top-kv__deco {
  opacity: 0.7;
  position: fixed;
  left: 50%;
  top: 123px;
  transform: translate3d(-50%, 0, 0);
  width: min(14.5833333333vw, 210px);
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__deco {
    opacity: 0.7;
    top: 93px;
    width: 210px;
  }
}
.p-top-kv .p-top-kv__photo {
  border-radius: 30px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  display: block;
  line-height: 0;
  margin: 0 auto;
  max-width: 1360px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__photo {
    border-radius: 30px 0 0 30px;
    margin: 0 -20px 0 auto;
    width: calc(100% + 20px);
  }
}
.p-top-kv .p-top-kv__photo img {
  width: 100%;
}
.p-top-kv .p-top-kv__scroll {
  color: #fff;
  font-family: var(--lora);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  position: absolute;
  bottom: min(14.5833333333vw, 210px);
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__scroll {
    bottom: 72px;
    left: 50px;
    transform: translate3d(0, 0, 0);
  }
}
.p-top-kv .p-top-kv__scroll::before {
  background: #fff;
  content: "";
  display: block;
  height: 65px;
  position: absolute;
  left: 50%;
  top: 23px;
  transform: translate3d(-50%, 0, 0);
  width: 1px;
}
.p-top-kv .p-top-kv__scroll::after {
  animation: scroll 2.5s linear infinite;
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  left: 50%;
  top: 23px;
  transform: translate3d(-50%, 0, 0);
  width: 7px;
}
@keyframes scroll {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -5px, 0);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translate3d(-50%, 63px, 0);
    opacity: 0;
  }
}

.p-top-about {
  align-items: flex-start;
  display: flex;
  gap: 90px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-about {
    gap: 30px;
  }
}
@media screen and (max-width: 650px) {
  .p-top-about {
    align-items: normal;
    flex-direction: column;
    gap: 0;
  }
}
.p-top-about .p-top-about__photo {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.32);
  display: block;
  line-height: 0;
  margin: 0 0 0 40px;
  max-width: 460px;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .p-top-about .p-top-about__photo {
    margin: 47px 0 0;
    max-width: none;
    order: 3;
    width: 100%;
  }
}
.p-top-about .p-top-about__photo img {
  width: 100%;
}
.p-top-about .p-top-about__body {
  width: 450px;
}
@media screen and (max-width: 650px) {
  .p-top-about .p-top-about__body {
    display: contents;
  }
}
.p-top-about .p-top-about__body .p-top-about__text {
  color: #727272;
  font-size: 18px;
  font-weight: 300;
  line-height: 2.2222222222;
  margin: 60px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-about .p-top-about__body .p-top-about__text {
    font-size: 16px;
    line-height: 2.1875;
    margin: 40px 0 0;
    order: 2;
  }
}
.p-top-about .p-top-about__body .p-top-about__button {
  margin: 72px auto 0;
  max-width: 135px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-top-about .p-top-about__body .p-top-about__button {
    margin: 67px auto 0;
    order: 4;
  }
}

.p-top-news {
  position: relative;
}
.p-top-news .p-top-news__more {
  position: absolute;
  right: 81px;
  top: -5px;
}
@media screen and (max-width: 650px) {
  .p-top-news .p-top-news__more {
    margin: 30px 0 0;
    position: static;
    text-align: center;
  }
}
.p-top-news .p-top-news__more a {
  color: #727272;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
}
.p-top-news .p-top-news__more a:hover {
  opacity: 0.7;
}
.p-top-news .p-top-news__more a svg {
  margin: 0 12px 2px 0;
}
.p-top-news .p-top-news__list {
  border-bottom: 1px solid #727272;
  border-top: 1px solid #727272;
  display: flex;
  flex-direction: column;
  gap: 25px;
  list-style: none;
  margin: 28px 0 0;
  padding: 43px 0;
}
@media screen and (max-width: 650px) {
  .p-top-news .p-top-news__list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 64px 24px;
    padding: 41px 0 27px;
  }
}
@media screen and (max-width: 650px) {
  .p-top-news .p-top-news__list .p-top-news__items {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 650px) {
  .p-top-news .p-top-news__list .p-top-news__items:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .p-top-news .p-top-news__list .p-top-news__items:nth-child(1) .p-top-news__items-link .p-top-news__items-body .p-top-news__items-text {
    font-size: 15px;
    line-height: 1.6666666667;
  }
}
.p-top-news .p-top-news__list .p-top-news__items .p-top-news__items-link {
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 650px) {
  .p-top-news .p-top-news__list .p-top-news__items .p-top-news__items-link {
    flex-direction: column;
    gap: 15px;
  }
}
.p-top-news .p-top-news__list .p-top-news__items .p-top-news__items-link:hover {
  opacity: 0.7;
}
.p-top-news .p-top-news__list .p-top-news__items .p-top-news__items-photo {
  aspect-ratio: 1/1;
  display: block;
  line-height: 0;
  width: 100px;
}
@media screen and (max-width: 650px) {
  .p-top-news .p-top-news__list .p-top-news__items .p-top-news__items-photo {
    aspect-ratio: 145/100;
    width: 100%;
  }
}
.p-top-news .p-top-news__list .p-top-news__items .p-top-news__items-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-news .p-top-news__list .p-top-news__items .p-top-news__items-body {
  padding: 11px 0 0;
}
.p-top-news .p-top-news__list .p-top-news__items .p-top-news__items-body .p-top-news__items-date {
  color: #6F7070;
  font-size: 18px;
  line-height: 1;
}
.p-top-news .p-top-news__list .p-top-news__items .p-top-news__items-body .p-top-news__items-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.375;
  margin: 11px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-news .p-top-news__list .p-top-news__items .p-top-news__items-body .p-top-news__items-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6666666667;
  }
}

.p-top-concept {
  padding: 103px 20px 95px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-concept {
    padding: 66px 20px 95px;
  }
}
.p-top-concept .p-top-concept__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  margin: 27px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-concept .p-top-concept__text {
    font-size: 18px;
    line-height: 1.6666666667;
    margin: 41px auto 0;
    max-width: 265px;
  }
}
.p-top-concept .p-top-concept__title {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2857142857;
  margin: 80px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-concept .p-top-concept__title {
    font-size: 32px;
    margin: 84px 0 0;
  }
}
.p-top-concept .p-top-concept__list {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 62px;
  list-style: none;
  margin: 20px auto 0;
  max-width: 350px;
  padding: 48px 0 49px;
}
.p-top-concept .p-top-concept__list .p-top-concept__items {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-top-concept .p-top-concept__list .p-top-concept__items .p-top-concept__items-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #727272;
  padding: 0 10px 8px;
}
.p-top-concept .p-top-concept__list .p-top-concept__items .p-top-concept__items-text {
  font-size: 20px;
  font-weight: 400;
  margin: 8px 0 0;
}
.p-top-concept .p-top-concept__detail {
  display: grid;
  gap: 80px;
  list-style: none;
}
.p-top-concept .p-top-concept__detail li {
  text-align: center;
}
.p-top-concept .p-top-concept__detail li h3 {
  border: 1px solid #000000;
  border-radius: 40px;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  padding: 10px 32px 11px;
}
.p-top-concept .p-top-concept__detail li p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.1875;
  margin: 28px 0 0;
}
.p-top-concept .p-top-concept__button {
  margin: 97px auto 0;
  max-width: 135px;
}
.p-top-concept .p-top-concept__bg {
  border-radius: 0 30px 30px 0;
  display: block;
  height: 100%;
  line-height: 0;
  margin: 0 0 0 calc(50% - 50vw);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 50vw - 50%);
  z-index: -1;
}
.p-top-concept .p-top-concept__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-top-ingredients {
  padding: 121px 0 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-ingredients {
    padding: 67px 0 0;
  }
}
.p-top-ingredients .p-top-ingredients__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin: 35px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-ingredients .p-top-ingredients__text {
    font-size: 18px;
    line-height: 1.4444444444;
    margin: 49px 23px 0;
  }
}
.p-top-ingredients .p-top-ingredients__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  list-style: none;
  margin: 110px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-ingredients .p-top-ingredients__list {
    align-items: center;
    flex-direction: column;
    gap: 54px;
    margin: 66px 0 0;
  }
}
.p-top-ingredients .p-top-ingredients__list .p-top-ingredients__items .p-top-ingredients__items-photo {
  aspect-ratio: 1/1;
  display: block;
  line-height: 0;
  width: 250px;
}
.p-top-ingredients .p-top-ingredients__list .p-top-ingredients__items .p-top-ingredients__items-photo figcaption {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  margin: 31px 0 0;
  text-align: center;
}
.p-top-ingredients .p-top-ingredients__button {
  margin: 85px auto 0;
  max-width: 135px;
}
@media screen and (max-width: 650px) {
  .p-top-ingredients .p-top-ingredients__button {
    margin: 67px auto 0;
  }
}
.p-top-ingredients .p-top-ingredients__bg {
  height: 450px;
  margin: 0 calc(50% - 50vw);
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .p-top-ingredients .p-top-ingredients__bg {
    height: 430px;
  }
}
.p-top-ingredients .p-top-ingredients__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-top-lineup {
  background: var(--color-sub);
  border-radius: 30px;
  padding: 57px 35px 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-lineup {
    padding: 75px 0 82px;
  }
}
.p-top-lineup .p-top-lineup__more {
  position: absolute;
  right: 90px;
  top: 52px;
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__more {
    margin: 30px 0 0;
    position: static;
    text-align: center;
  }
}
.p-top-lineup .p-top-lineup__more a {
  color: #727272;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
}
.p-top-lineup .p-top-lineup__more a svg {
  margin: 0 12px 2px 0;
}
.p-top-lineup .p-top-lineup__more a:hover {
  opacity: 0.7;
}
.p-top-lineup .p-top-lineup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 80px -15px 0;
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__list {
    align-items: center;
    flex-direction: column;
    margin: 53px 0 0;
  }
}
.p-top-lineup .p-top-lineup__list .p-top-lineup__items {
  margin: 0 15px 110px;
  position: relative;
  width: 220px;
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__list .p-top-lineup__items {
    margin: 0 0 80px;
  }
}
.p-top-lineup .p-top-lineup__list .p-top-lineup__items.is-dummy {
  height: 0;
  margin: 0 15px;
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__list .p-top-lineup__items.is-dummy {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__list .p-top-lineup__items:nth-last-child(4) {
    margin: 0;
  }
}
.p-top-lineup .p-top-lineup__list .p-top-lineup__items .p-top-lineup__items-badge {
  position: absolute;
  left: -30px;
  top: -49px;
}
.p-top-lineup .p-top-lineup__list .p-top-lineup__items .p-top-lineup__items-photo {
  aspect-ratio: 220/200;
  display: block;
  line-height: 0;
  width: 100%;
}
.p-top-lineup .p-top-lineup__list .p-top-lineup__items .p-top-lineup__items-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-lineup .p-top-lineup__list .p-top-lineup__items .p-top-lineup__items-headline {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  margin: 28px 0 0;
  text-align: center;
}
.p-top-lineup .p-top-lineup__list .p-top-lineup__items .p-top-lineup__items-button {
  margin: 33px auto 0;
  max-width: 135px;
}
.p-top-lineup .p-top-lineup__modal {
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 501;
}
.p-top-lineup .p-top-lineup__modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-top-lineup .p-top-lineup__modal.is-active .p-top-lineup__modal-wrapper {
  display: block;
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-bg {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper {
  background: #fff;
  border-radius: 30px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  display: none;
  height: 100%;
  margin: auto;
  max-height: min(80vh, 600px);
  max-width: 900px;
  padding: 68px 20px 100px;
  position: absolute;
  inset: 0;
  width: calc(100% - 40px);
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper {
    max-width: 335px;
    padding: 25px 25px 80px;
  }
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-inner {
  align-items: flex-start;
  display: flex;
  gap: 41px;
  height: 100%;
  justify-content: center;
  overflow-y: scroll;
  padding: 32px 0 0 20px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-inner {
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-inner {
    display: block;
    padding: 0px;
  }
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-photo {
  aspect-ratio: 375/400;
  display: block;
  line-height: 0;
  position: relative;
  width: 375px;
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-photo {
    aspect-ratio: 285/220;
    width: 100%;
  }
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-photo .p-top-lineup__modal-photo-eardog {
  position: absolute;
  left: -37px;
  top: -32px;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-photo .p-top-lineup__modal-photo-eardog {
    left: -20px;
  }
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-photo .p-top-lineup__modal-photo-eardog {
    left: -10px;
  }
}
@media screen and (max-width: 365px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-photo .p-top-lineup__modal-photo-eardog {
    top: -10px;
    width: 50px;
  }
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-photo .p-top-lineup__modal-photo-image {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-body {
  height: 400px;
  width: 353px;
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-body {
    height: auto;
    margin: 30px 0 0;
    width: 100%;
  }
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-body .p-top-lineup__modal-headline {
  background: var(--color-sub);
  border-radius: 50px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  padding: 26px 0 23px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-body .p-top-lineup__modal-headline {
    line-height: 1.48;
    padding: 7px 0 6px;
  }
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-body .p-top-lineup__modal-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 2.2222222222;
  margin: 41px auto 0;
  max-width: 308px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-body .p-top-lineup__modal-text {
    font-size: 16px;
    margin: 30px auto 0;
    max-width: unset;
  }
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-body .p-top-lineup__modal-price {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin: 80px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-body .p-top-lineup__modal-price {
    margin: 45px 0 0;
  }
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-body .p-top-lineup__modal-ingredients {
  font-weight: 300;
  line-height: 1.375;
  margin: 21px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-body .p-top-lineup__modal-ingredients {
    margin: 21px auto 0;
    max-width: 77%;
  }
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-wrapper .p-top-lineup__modal-body .p-top-lineup__modal-note {
  font-size: 14px;
  font-weight: 300;
  margin: 22px 0 0;
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-button {
  align-items: center;
  background: var(--color-main);
  border-radius: 22px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 7px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.5;
  max-width: 305px;
  padding: 9px 24px 11px;
  position: absolute;
  top: 88.5%;
  right: 82px;
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-button {
    font-size: 13px;
    padding: 9px 14px 11px;
    bottom: 13px;
    top: auto;
    right: 50%;
    transform: translate3d(50%, 0, 0);
    white-space: nowrap;
    max-width: 235px;
    width: 100%;
  }
}
@media screen and (max-width: 365px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-button {
    font-size: 12px;
    right: 53%;
    max-width: 210px;
    width: 80%;
  }
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-button.is-online {
  background: #FF9E00;
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-button img {
    width: 20px;
  }
}
@media screen and (max-width: 365px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-button img {
    width: 12px;
  }
}
.p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-close {
  line-height: 0;
  outline: none;
  position: absolute;
  top: 88%;
  right: 20px;
}
@media screen and (max-width: 650px) {
  .p-top-lineup .p-top-lineup__modal .p-top-lineup__modal-close {
    bottom: 22px;
    top: auto;
    right: 15px;
    width: 25px;
    z-index: 1;
  }
}

.p-top-column {
  position: relative;
}
.p-top-column .p-top-column__more {
  position: absolute;
  right: 125px;
  top: -5px;
}
@media screen and (max-width: 650px) {
  .p-top-column .p-top-column__more {
    margin: 21px 0 0;
    position: static;
    text-align: center;
  }
}
.p-top-column .p-top-column__more a {
  color: #727272;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
}
.p-top-column .p-top-column__more a:hover {
  opacity: 0.7;
}
.p-top-column .p-top-column__more a svg {
  margin: 0 12px 2px 0;
}
.p-top-column .p-top-column__list {
  border-top: 1px solid #727272;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  list-style: none;
  margin: 30px 0 0;
  padding: 73px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-column .p-top-column__list {
    align-items: center;
    border-bottom: 1px solid #727272;
    flex-direction: column;
    padding-bottom: 87px;
  }
}
.p-top-column .p-top-column__list .p-top-column__items {
  width: 220px;
}
@media screen and (max-width: 650px) {
  .p-top-column .p-top-column__list .p-top-column__items {
    width: 315px;
  }
}
.p-top-column .p-top-column__list .p-top-column__items .p-top-column__items-link {
  display: block;
}
.p-top-column .p-top-column__list .p-top-column__items .p-top-column__items-link:hover {
  opacity: 0.7;
}
.p-top-column .p-top-column__list .p-top-column__items .p-top-column__items-photo {
  aspect-ratio: 1/1;
  display: block;
  line-height: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-top-column .p-top-column__list .p-top-column__items .p-top-column__items-photo {
    aspect-ratio: 315/216;
  }
}
.p-top-column .p-top-column__list .p-top-column__items .p-top-column__items-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-column .p-top-column__list .p-top-column__items .p-top-column__items-date {
  color: #6F7070;
  font-size: 16px;
  line-height: 1;
  margin: 10px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-column .p-top-column__list .p-top-column__items .p-top-column__items-date {
    margin: 15px 0 0;
    text-align: center;
  }
}
.p-top-column .p-top-column__list .p-top-column__items .p-top-column__items-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 33px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-column .p-top-column__list .p-top-column__items .p-top-column__items-category {
    margin: 18px 0 0;
    justify-content: center;
  }
}
.p-top-column .p-top-column__list .p-top-column__items .p-top-column__items-category li {
  border: 1px solid #727272;
  border-radius: 20px;
  color: #727272;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 28px 7px;
}
.p-top-column .p-top-column__list .p-top-column__items .p-top-column__items-headline {
  border-bottom: 1px solid var(--color-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2222222222;
  margin: 35px 0 0;
  padding: 0 0 7px;
}
@media screen and (max-width: 650px) {
  .p-top-column .p-top-column__list .p-top-column__items .p-top-column__items-headline {
    text-align: center;
  }
}
.p-top-column .p-top-column__list .p-top-column__items .p-top-column__items-text {
  -webkit-box-orient: vertical;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.375;
  margin: 7px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .p-top-column .p-top-column__list .p-top-column__items .p-top-column__items-text {
    margin: 9px 0 0;
  }
}

.p-top-store .p-top-store__block {
  align-items: flex-start;
  display: flex;
  gap: 90px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-store .p-top-store__block {
    gap: 30px;
  }
}
@media screen and (max-width: 650px) {
  .p-top-store .p-top-store__block {
    flex-direction: column;
  }
}
.p-top-store .p-top-store__block .p-top-store__photo {
  border: 5px solid #fff;
  border-radius: 30px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  line-height: 0;
  width: 430px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-store .p-top-store__block .p-top-store__photo {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 650px) {
  .p-top-store .p-top-store__block .p-top-store__photo {
    aspect-ratio: 335/244;
    width: 100%;
  }
}
.p-top-store .p-top-store__block .p-top-store__photo img {
  border-radius: 28px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-store .p-top-store__block .p-top-store__body {
  width: calc(100% - 520px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-store .p-top-store__block .p-top-store__body {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 650px) {
  .p-top-store .p-top-store__block .p-top-store__body {
    margin: 5px 0 0;
    width: 100%;
  }
}
.p-top-store .p-top-store__block .p-top-store__body .p-top-store__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.28;
}
@media screen and (max-width: 650px) {
  .p-top-store .p-top-store__block .p-top-store__body .p-top-store__title {
    font-size: 20px;
    text-align: center;
  }
}
.p-top-store .p-top-store__block .p-top-store__body .p-top-store__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.0555555556;
  margin: 15px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-store .p-top-store__block .p-top-store__body .p-top-store__text {
    text-align: center;
  }
}
.p-top-store .p-top-store__block .p-top-store__body .p-top-store__tel {
  margin: 54px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-store .p-top-store__block .p-top-store__body .p-top-store__tel {
    margin: 63px 0 0;
    text-align: center;
  }
}
.p-top-store .p-top-store__block .p-top-store__body .p-top-store__tel .p-top-store__tel-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4285714286;
}
.p-top-store .p-top-store__block .p-top-store__body .p-top-store__tel .p-top-store__tel-number {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.28;
  margin: 7px 0 0;
}
.p-top-store .p-top-store__block .p-top-store__body .p-top-store__contact {
  margin: 30px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-store .p-top-store__block .p-top-store__body .p-top-store__contact {
    margin: 44px 0 0;
    text-align: center;
  }
}
.p-top-store .p-top-store__block .p-top-store__body .p-top-store__contact .p-top-store__contact-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4285714286;
}
.p-top-store .p-top-store__block .p-top-store__body .p-top-store__contact .p-top-store__contact-button {
  margin: 10px 0 0;
  max-width: 209px;
}
@media screen and (max-width: 650px) {
  .p-top-store .p-top-store__block .p-top-store__body .p-top-store__contact .p-top-store__contact-button {
    margin: 19px auto 0;
  }
}
.p-top-store .p-top-store__block .p-top-store__body .p-top-store__note {
  font-weight: 300;
  line-height: 1.375;
  margin: 65px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-store .p-top-store__block .p-top-store__body .p-top-store__note {
    font-size: 14px;
    line-height: 1.7857142857;
    padding: 0 27px;
    margin: 85px 0 0;
  }
}
.p-top-store .p-top-store__map {
  display: block;
  line-height: 0;
  margin: 82px 0 0;
  text-align: right;
}
@media screen and (max-width: 650px) {
  .p-top-store .p-top-store__map {
    height: 400px;
    margin: 108px 0 0;
    text-align: center;
  }
}
.p-top-store .p-top-store__map iframe {
  width: 100%;
}
.p-top-store .p-top-store__map a {
  color: #6A4508;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 8px -10px 0 0;
  display: inline-block;
  padding: 10px;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.p-top-store .p-top-store__map a:hover {
  color: #727272;
}

.p-about-summary .p-about-summary__text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-about-summary .p-about-summary__text {
    font-size: 18px;
    line-height: 1.4444444444;
    margin: 24px 0 0;
  }
}
.p-about-summary .p-about-summary__block {
  align-items: center;
  background: #F1EFE8;
  border-radius: 30px;
  display: flex;
  gap: 130px;
  padding: 40px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-about-summary .p-about-summary__block {
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .p-about-summary .p-about-summary__block {
    flex-direction: column;
    gap: 32px;
    padding: 17px 17px 93px;
  }
}
.p-about-summary .p-about-summary__block .p-about-summary__block-photo {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .p-about-summary .p-about-summary__block .p-about-summary__block-photo {
    width: 100%;
  }
}
.p-about-summary .p-about-summary__block .p-about-summary__block-photo img {
  width: 100%;
}
.p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-headline {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.48;
}
@media screen and (max-width: 650px) {
  .p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-headline {
    text-align: center;
  }
}
.p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4444444444;
  margin: 24px 0 0;
}
@media screen and (max-width: 650px) {
  .p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-text {
    font-size: 16px;
    line-height: 1.5625;
    margin: 19px 0 0;
    text-align: center;
  }
}
.p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-list {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  margin: 39px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-list {
    flex-direction: column;
    gap: 19px;
    margin: 64px 0 0;
  }
}
.p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-list dt {
  border: 1px solid #000;
  border-radius: 40px;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  padding: 2px 20px;
}
@media screen and (max-width: 650px) {
  .p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-list dt {
    font-size: 18px;
    line-height: 1.5;
  }
}
.p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-list dd {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.4666666667;
}
@media screen and (max-width: 650px) {
  .p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-list dd {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5714285714;
  }
}
.p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-link {
  color: #727272;
  margin: 46px 0 0;
}
@media screen and (max-width: 650px) {
  .p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-link {
    display: flex;
    justify-content: center;
  }
}
.p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-link a {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4285714286;
}
.p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-link a:hover {
  opacity: 0.5;
}
.p-about-summary .p-about-summary__block .p-about-summary__block-body .p-about-summary__block-link a img {
  margin: 0 0 0 10px;
}

.p-about-concept {
  padding: 65px 0 137px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-about-concept {
    padding: 107px 0 94px;
  }
}
.p-about-concept .p-about-concept__headline {
  font-family: var(--lora);
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1142857143;
  text-align: center;
}
.p-about-concept .p-about-concept__list {
  display: flex;
  flex-direction: column;
  gap: 79px;
  list-style: none;
  margin: 40px 0 0;
}
@media screen and (max-width: 650px) {
  .p-about-concept .p-about-concept__list {
    gap: 72px;
  }
}
.p-about-concept .p-about-concept__list .p-about-concept__items .p-about-concept__items-headline {
  border: 1px solid #000;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 450px;
  padding: 10px 0 11px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-about-concept .p-about-concept__list .p-about-concept__items .p-about-concept__items-headline {
    border-radius: 30px;
    padding: 18px 30px;
    text-align: left;
    width: calc(100% - 54px);
  }
}
.p-about-concept .p-about-concept__list .p-about-concept__items .p-about-concept__items-text {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.9444444444;
  margin: 28px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-about-concept .p-about-concept__list .p-about-concept__items .p-about-concept__items-text {
    font-size: 16px;
    line-height: 1.875;
    margin: 32px auto 0;
    width: calc(100% - 50px);
  }
}
.p-about-concept .p-about-concept__text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 103px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-about-concept .p-about-concept__text {
    background: #fff;
    border-radius: 30px 0 0 30px;
    font-size: 18px;
    line-height: 1.4444444444;
    margin: 75px -20px 0 0;
    padding: 47px 42px 46px;
  }
}
.p-about-concept .p-about-concept__bg {
  border-radius: 0 30px 30px 0;
  display: block;
  height: 100%;
  line-height: 0;
  margin: 0 0 0 calc(50% - 50vw);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 50vw - 50%);
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .p-about-concept .p-about-concept__bg {
    border-radius: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-about-concept .p-about-concept__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-about-komepan {
  align-items: flex-start;
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-about-komepan {
    flex-direction: column;
  }
}
.p-about-komepan .p-about-komepan__photo {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.32);
  display: block;
  line-height: 0;
  width: 460px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-about-komepan .p-about-komepan__photo {
    width: 100%;
  }
}
.p-about-komepan .p-about-komepan__photo img {
  width: 100%;
}
.p-about-komepan .p-about-komepan__body {
  padding: 0 0 0 33px;
  width: calc(100% - 460px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-about-komepan .p-about-komepan__body {
    margin: 40px 0 0;
    width: 100%;
  }
}
.p-about-komepan .p-about-komepan__body .p-about-komepan__text {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.2222222222;
  margin: 54px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-about-komepan .p-about-komepan__body .p-about-komepan__text {
    margin: 40px 0 0;
  }
}

.p-about-thought .p-about-thought__text {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.2222222222;
  margin: 54px auto 0;
  max-width: 800px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-about-thought .p-about-thought__text {
    display: none;
  }
}
.p-about-thought .p-about-thought__list {
  display: flex;
  gap: 30px;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-about-thought .p-about-thought__list {
    flex-direction: column;
    gap: 60px;
  }
}
.p-about-thought .p-about-thought__list li {
  line-height: 1;
  width: 320px;
}
@media screen and (max-width: 650px) {
  .p-about-thought .p-about-thought__list li {
    width: 100%;
  }
}
.p-about-thought .p-about-thought__list li img {
  width: 100%;
}
.p-about-thought .p-about-thought__list li p {
  color: #727272;
  display: none;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.1875;
  margin: 30px 0 0;
}
@media screen and (max-width: 650px) {
  .p-about-thought .p-about-thought__list li p {
    display: block;
  }
}
.p-about-thought .p-about-thought__link {
  margin: 75px auto 0;
  max-width: 135px;
}

.p-ingredients-text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 48px 0 0;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-ingredients-text {
    font-size: 18px;
    margin: 35px 0 0;
  }
}
.p-ingredients-text span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.625;
}
@media screen and (max-width: 650px) {
  .p-ingredients-text span {
    display: inline-block;
    font-size: 14px;
    margin: 6px 0 0;
  }
}

.p-ingredients-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 123px 30px;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-ingredients-list {
    gap: 145px;
    padding: 0 0 90px;
  }
}
.p-ingredients-list .p-ingredients-list__items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
}
.p-ingredients-list .p-ingredients-list__items .p-ingredients-list__items-photo {
  display: block;
  line-height: 0;
}
.p-ingredients-list .p-ingredients-list__items .p-ingredients-list__items-photo img {
  width: 100%;
}
.p-ingredients-list .p-ingredients-list__items .p-ingredients-list__items-body {
  padding: 30px 12px 0;
}
.p-ingredients-list .p-ingredients-list__items .p-ingredients-list__items-body .p-ingredients-list__items-headline {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
.p-ingredients-list .p-ingredients-list__items .p-ingredients-list__items-body .p-ingredients-list__items-text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 29px 0 0;
}
.p-ingredients-list .p-ingredients-list__items .p-ingredients-list__items-link {
  margin: 64px auto 0;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-ingredients-list .p-ingredients-list__items .p-ingredients-list__items-link {
    margin: 54px auto 0;
  }
}

.p-lineup-sort {
  display: flex;
  gap: 37px;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-lineup-sort {
    align-items: center;
    flex-direction: column;
    gap: 26px;
  }
}
.p-lineup-sort li a {
  border: 1px solid var(--color-font);
  border-radius: 40px;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 2px 46px 4px;
}
.p-lineup-sort li a:hover {
  opacity: 0.5;
}

.p-lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 30px;
  list-style: none;
  max-width: 1010px;
}
@media screen and (max-width: 650px) {
  .p-lineup-list {
    flex-direction: column;
    gap: 30px;
  }
}
.p-lineup-list .p-lineup-list__items {
  background: #F1EFE8;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 46px 45px 40px;
  width: calc(50% - 15px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-lineup-list .p-lineup-list__items {
    padding: 27px 27px 40px;
  }
}
@media screen and (max-width: 650px) {
  .p-lineup-list .p-lineup-list__items {
    width: 100%;
  }
}
.p-lineup-list .p-lineup-list__items .p-lineup-list__items-photo {
  aspect-ratio: 4/3;
  display: block;
  line-height: 0;
  position: relative;
}
.p-lineup-list .p-lineup-list__items .p-lineup-list__items-photo .p-lineup-list__items-photo-eardog {
  position: absolute;
  left: -24px;
  top: -27px;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-lineup-list .p-lineup-list__items .p-lineup-list__items-photo .p-lineup-list__items-photo-eardog {
    left: -12px;
    top: -12px;
  }
}
@media screen and (max-width: 650px) {
  .p-lineup-list .p-lineup-list__items .p-lineup-list__items-photo .p-lineup-list__items-photo-eardog {
    left: -10px;
  }
}
@media screen and (max-width: 365px) {
  .p-lineup-list .p-lineup-list__items .p-lineup-list__items-photo .p-lineup-list__items-photo-eardog {
    top: -10px;
    width: 50px;
  }
}
.p-lineup-list .p-lineup-list__items .p-lineup-list__items-photo .p-lineup-list__items-photo-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-lineup-list .p-lineup-list__items .p-lineup-list__items-headline {
  background: #fff;
  border-radius: 50px;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.48;
  margin: 30px auto 0;
  max-width: 353px;
  padding: 15px 0 18px;
  text-align: center;
  width: 100%;
}
.p-lineup-list .p-lineup-list__items .p-lineup-list__items-text {
  color: #494B4B;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.2222222222;
  margin: 16px auto 0;
  max-width: 308px;
}
@media screen and (max-width: 650px) {
  .p-lineup-list .p-lineup-list__items .p-lineup-list__items-text {
    font-size: 16px;
    line-height: 1.875;
    margin: 26px auto 0;
    max-width: none;
  }
}
.p-lineup-list .p-lineup-list__items .p-lineup-list__items-price {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4666666667;
  margin: 72px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-lineup-list .p-lineup-list__items .p-lineup-list__items-price {
    margin: 46px 0 0;
  }
}
.p-lineup-list .p-lineup-list__items .p-lineup-list__items-list {
  list-style: none;
  color: #494B4B;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.875;
  margin: 39px 0 0;
  min-height: 55px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-lineup-list .p-lineup-list__items .p-lineup-list__items-list {
    margin: 30px 0 0;
    text-align: left;
  }
}
.p-lineup-list .p-lineup-list__items .p-lineup-list__items-note {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.875;
}
.p-lineup-list .p-lineup-list__items .p-lineup-list__items-button {
  align-items: center;
  background: var(--color-main);
  border-radius: 22px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 7px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 46px auto 0;
  max-width: 300px;
  padding: 9px 0 11px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-lineup-list .p-lineup-list__items .p-lineup-list__items-button {
    font-size: 14px;
  }
}
@media screen and (max-width: 365px) {
  .p-lineup-list .p-lineup-list__items .p-lineup-list__items-button {
    font-size: 12px;
  }
}
.p-lineup-list .p-lineup-list__items .p-lineup-list__items-button.is-online {
  background: #FF9E00;
}
.p-lineup-list .p-lineup-list__items .p-lineup-list__items-button:hover {
  opacity: 0.6;
}

.p-lineup-eat .p-lineup-eat__hr {
  border-top: 1px solid #727272;
  margin: 32px 0 0;
}
@media screen and (max-width: 650px) {
  .p-lineup-eat .p-lineup-eat__hr {
    margin: 25px 0 0;
  }
}
.p-lineup-eat .p-lineup-eat__summary {
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-lineup-eat .p-lineup-eat__summary {
    align-items: center;
    flex-direction: column;
  }
}
.p-lineup-eat .p-lineup-eat__summary .p-lineup-eat__summary-photos {
  display: block;
  line-height: 0;
  width: 360px;
}
@media screen and (max-width: 650px) {
  .p-lineup-eat .p-lineup-eat__summary .p-lineup-eat__summary-photos {
    width: 100%;
  }
}
.p-lineup-eat .p-lineup-eat__summary .p-lineup-eat__summary-photos img {
  width: 100%;
}
.p-lineup-eat .p-lineup-eat__summary .p-lineup-eat__summary-body {
  padding: 0 0 0 120px;
  width: calc(100% - 360px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-lineup-eat .p-lineup-eat__summary .p-lineup-eat__summary-body {
    padding: 40px 0 0;
    width: 100%;
  }
}
.p-lineup-eat .p-lineup-eat__summary .p-lineup-eat__summary-body .p-lineup-eat__summary-headline {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4642857143;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-lineup-eat .p-lineup-eat__summary .p-lineup-eat__summary-body .p-lineup-eat__summary-headline {
    font-size: 25px;
    line-height: 1.48;
    text-align: center;
  }
}
.p-lineup-eat .p-lineup-eat__summary .p-lineup-eat__summary-body .p-lineup-eat__summary-text {
  color: #727272;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.2222222222;
  margin: 38px 0 0;
  max-width: 395px;
}
@media screen and (max-width: 650px) {
  .p-lineup-eat .p-lineup-eat__summary .p-lineup-eat__summary-body .p-lineup-eat__summary-text {
    font-size: 16px;
    line-height: 1.875;
    margin: 20px 0 0;
  }
}
.p-lineup-eat .p-lineup-eat__storage {
  background: #F1EFE8;
  border-radius: 30px;
  padding: 22px 54px 74px 64px;
}
@media screen and (max-width: 650px) {
  .p-lineup-eat .p-lineup-eat__storage {
    padding: 40px 27px 49px;
  }
}
.p-lineup-eat .p-lineup-eat__storage .p-lineup-eat__storage-headline {
  border: 1px solid #000000;
  border-radius: 40px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 0 auto;
  padding: 3px 20px;
  width: 100%;
  width: 122px;
}
.p-lineup-eat .p-lineup-eat__storage .p-lineup-eat__storage-list {
  list-style: none;
  margin: 22px 0 0;
}
.p-lineup-eat .p-lineup-eat__storage .p-lineup-eat__storage-list li {
  border-bottom: 1px dashed #707070;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  padding: 20px 0 10px;
}
.p-lineup-eat .p-lineup-eat__storage .p-lineup-eat__storage-list li::before {
  content: "・";
  display: inline-block;
}
.p-lineup-eat .p-lineup-eat__storage .p-lineup-eat__storage-list li:last-child {
  border: none;
}

.p-news-header .p-news-header__photo {
  display: flex;
  justify-content: center;
  line-height: 0;
  margin: 125px 0 0;
}
@media screen and (max-width: 650px) {
  .p-news-header .p-news-header__photo {
    margin: 90px 0 0;
  }
}
.p-news-header .p-news-header__detail {
  margin: 92px 0 0;
}
@media screen and (max-width: 650px) {
  .p-news-header .p-news-header__detail {
    margin: 40px 0 0;
  }
}
.p-news-header .p-news-header__detail .p-news-header__detail-category {
  background: #727272;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 2px 18px 4px;
}
.p-news-header .p-news-header__detail .p-news-header__detail-date {
  color: #6F7070;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 0 15px;
}
.p-news-header .p-news-header__detail .p-news-header__detail-headline {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.48;
  margin: 20px 0 0;
}
@media screen and (max-width: 650px) {
  .p-news-header .p-news-header__detail .p-news-header__detail-headline {
    font-size: 20px;
  }
}

.p-news-body p {
  font-weight: 300;
  line-height: 1.375;
  margin: 35px 0 0;
}
@media screen and (max-width: 650px) {
  .p-news-body p {
    margin: 25px 0 0;
  }
}
.p-news-body a {
  text-decoration: underline;
}
.p-news-body a:hover {
  text-decoration: none;
}
.p-news-body ul {
  list-style: none;
  margin: 50px 0 0;
}
@media screen and (max-width: 650px) {
  .p-news-body ul {
    margin: 25px 0 0;
  }
}
.p-news-body ul li {
  font-weight: 300;
  line-height: 1.375;
  padding: 0 0 0 20px;
  position: relative;
}
.p-news-body ul li::before {
  content: "・";
  display: inline;
  position: absolute;
  left: 0;
  top: 0;
}

.p-news-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-news-list {
    gap: 30px;
  }
}
.p-news-list .p-news-list__items .p-news-list__items-link {
  border-radius: 20px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.24);
  display: flex;
  padding: 35px 90px 35px 35px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 650px) {
  .p-news-list .p-news-list__items .p-news-list__items-link {
    flex-direction: column;
    padding: 40px 30px 50px;
  }
}
.p-news-list .p-news-list__items .p-news-list__items-link::after {
  background: url("https://komepantry.com/wp/wp-content/themes/komepantry_theme6/images/icon-news-arrow.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 26px;
}
@media screen and (max-width: 650px) {
  .p-news-list .p-news-list__items .p-news-list__items-link::after {
    display: none;
  }
}
.p-news-list .p-news-list__items .p-news-list__items-link:hover {
  box-shadow: none;
  transform: translate3d(3px, 3px, 0);
}
.p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-photo {
  aspect-ratio: 275/200;
  display: block;
  line-height: 0;
  max-width: 275px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-photo {
    max-width: none;
  }
}
.p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-body {
  padding: 0 0 0 35px;
  width: calc(100% - 275px);
}
@media screen and (max-width: 650px) {
  .p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-body {
    padding: 40px 0 0;
    width: 100%;
  }
}
.p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-body .p-news-list__items-small {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-body .p-news-list__items-small .p-news-list__items-small-category {
  background: #727272;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 2px 18px 4px;
  text-align: center;
}
.p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-body .p-news-list__items-small .p-news-list__items-small-date {
  color: #6F7070;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-body .p-news-list__items-headline {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 23px 0 0;
}
@media screen and (max-width: 650px) {
  .p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-body .p-news-list__items-headline {
    margin: 15px 0 0;
  }
}
.p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-body .p-news-list__items-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.375;
  -webkit-line-clamp: 2;
  margin: 10px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-body .p-news-list__items-text {
    -webkit-line-clamp: 4;
    line-height: 1.5625;
  }
}
.p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-body .p-news-list__items-more {
  color: #727272;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4285714286;
  margin: 10px 0 0;
  text-align: right;
}
@media screen and (max-width: 650px) {
  .p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-body .p-news-list__items-more {
    display: block;
  }
}
.p-news-list .p-news-list__items .p-news-list__items-link .p-news-list__items-body .p-news-list__items-more img {
  margin: 0 0 0 12px;
}

.p-column-sort {
  margin: 0 auto;
  max-width: 684px;
  width: 100%;
}
.p-column-sort .p-column-sort__title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4285714286;
}
@media screen and (max-width: 650px) {
  .p-column-sort .p-column-sort__title {
    text-align: center;
  }
}
.p-column-sort .p-column-sort__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 16px 0 0;
}
@media screen and (max-width: 650px) {
  .p-column-sort .p-column-sort__list {
    margin: 30px 0 0;
  }
}
.p-column-sort .p-column-sort__list li.is-active a {
  background: #6A4508;
  color: #fff;
}
.p-column-sort .p-column-sort__list li a {
  border: 1px solid #727272;
  border-radius: 20px;
  color: #727272;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4666666667;
  min-width: 105px;
  padding: 3px 0;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
}
.p-column-sort .p-column-sort__list li a:hover {
  background: #6A4508;
  border-color: #6A4508;
  color: #fff;
}
.p-column-sort .p-column-sort__select {
  border: 1px solid #727272;
  border-radius: 40px;
  margin: 14px 0 0;
  padding: 3px 39px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-column-sort .p-column-sort__select {
    margin: 28px 0 0;
  }
}
.p-column-sort .p-column-sort__select::before {
  background: url("https://komepantry.com/wp/wp-content/themes/komepantry_theme6/images/icon-news-arrow.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 30px;
  top: calc(50% - 4px);
  transform: translate3d(0, -50%, 0);
  rotate: 90deg;
  width: 9px;
}
.p-column-sort .p-column-sort__select select {
  color: #727272;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  outline: none;
  width: 100%;
}

.p-column-list {
  display: flex;
  flex-wrap: wrap;
  gap: 93px 40px;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-column-list {
    gap: 56px;
  }
}
.p-column-list .p-column-list__items {
  width: 220px;
}
@media screen and (max-width: 650px) {
  .p-column-list .p-column-list__items {
    padding: 0 10px;
    width: 100%;
  }
}
.p-column-list .p-column-list__items .p-column-list__items-link:hover .p-column-list__items-photo img {
  transform: scale(1.1);
}
.p-column-list .p-column-list__items .p-column-list__items-link .p-column-list__items-photo {
  aspect-ratio: 1/1;
  display: block;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .p-column-list .p-column-list__items .p-column-list__items-link .p-column-list__items-photo {
    aspect-ratio: 315/216;
  }
}
.p-column-list .p-column-list__items .p-column-list__items-link .p-column-list__items-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
.p-column-list .p-column-list__items .p-column-list__items-link .p-column-list__items-body {
  padding: 5px 0 0;
}
.p-column-list .p-column-list__items .p-column-list__items-link .p-column-list__items-body .p-column-list__items-date {
  color: #6F7070;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 650px) {
  .p-column-list .p-column-list__items .p-column-list__items-link .p-column-list__items-body .p-column-list__items-date {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
}
.p-column-list .p-column-list__items .p-column-list__items-link .p-column-list__items-body .p-column-list__items-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 30px 0 0;
}
@media screen and (max-width: 650px) {
  .p-column-list .p-column-list__items .p-column-list__items-link .p-column-list__items-body .p-column-list__items-list {
    margin: 14px 0 0;
    justify-content: center;
  }
}
.p-column-list .p-column-list__items .p-column-list__items-link .p-column-list__items-body .p-column-list__items-list li {
  border: 1px solid #727272;
  border-radius: 20px;
  color: #727272;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4666666667;
  padding: 3px 0;
  text-align: center;
  width: 105px;
}
.p-column-list .p-column-list__items .p-column-list__items-link .p-column-list__items-body .p-column-list__items-headline {
  border-bottom: 1px solid #727272;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 30px 0 0;
  padding: 0 0 5px;
}
.p-column-list .p-column-list__items .p-column-list__items-link .p-column-list__items-body .p-column-list__items-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-line-clamp: 3;
  line-height: 1.375;
  margin: 8px 0 0;
  overflow: hidden;
}
.p-column-list .p-column-list__items .p-column-list__items-link .p-column-list__items-body .p-column-list__items-more {
  color: #727272;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4285714286;
  margin: 8px 0 0;
  text-align: right;
}
@media screen and (max-width: 650px) {
  .p-column-list .p-column-list__items .p-column-list__items-link .p-column-list__items-body .p-column-list__items-more {
    display: block;
  }
}
.p-column-list .p-column-list__items .p-column-list__items-link .p-column-list__items-body .p-column-list__items-more img {
  margin: 0 0 0 12px;
}
.p-column-list li:not(.p-column-list__items) {
  width: 100%;
}

.p-column-header {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 650px) {
  .p-column-header {
    flex-direction: column;
  }
}
.p-column-header .p-column-header__body {
  padding: 0 46px 0 0;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .p-column-header .p-column-header__body {
    padding: 0;
    width: 100%;
  }
}
.p-column-header .p-column-header__body .p-column-header__headline {
  border-bottom: 1px solid #727272;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6666666667;
  padding: 0 0 17px;
}
@media screen and (max-width: 650px) {
  .p-column-header .p-column-header__body .p-column-header__headline {
    padding: 0 18px 24px;
  }
}
.p-column-header .p-column-header__body .p-column-header__date {
  color: #6F7070;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 2px 0 0;
}
@media screen and (max-width: 650px) {
  .p-column-header .p-column-header__body .p-column-header__date {
    margin: 7px 18px 0;
  }
}
.p-column-header .p-column-header__photo {
  display: block;
  line-height: 0;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .p-column-header .p-column-header__photo {
    margin: 95px 0 0;
    padding: 0 35px;
    width: 100%;
  }
}
.p-column-header .p-column-header__photo img {
  width: 100%;
}

.p-column-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0 auto;
  max-width: 780px;
}
@media screen and (max-width: 650px) {
  .p-column-category {
    justify-content: center;
  }
}
.p-column-category li {
  border: 1px solid #727272;
  border-radius: 20px;
  color: #727272;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4666666667;
  padding: 4px 30px;
}

.p-column-body {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0 auto;
  max-width: 780px;
}
@media screen and (max-width: 650px) {
  .p-column-body {
    gap: 25px;
    padding: 0 18px;
  }
}
.p-column-body p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5625;
}
.p-column-body ul {
  list-style: none;
}
.p-column-body ul li {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5625;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.p-column-body ul li::before {
  content: "・";
  display: inline;
}

.p-contact-form.wpforms-container {
  max-width: var(--contents-width);
  padding: 0 0 140px;
  width: 100% !important;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
  margin: 0 0 45px;
  padding: 0;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-select {
  position: relative;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-select::after {
  border-top: 1px solid var(--color-font);
  border-right: 1px solid var(--color-font);
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  bottom: 33px;
  rotate: 135deg;
  width: 12px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-html {
  margin: 0;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label {
  margin: 0 0 19px;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label {
    margin: 0 0 24px;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-textarea {
  margin: 0;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label,
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline {
    font-size: 18px;
    padding: 0 0 0 20px;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label .wpforms-required-label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline .wpforms-required-label {
  background: #6A4508;
  border-radius: 20px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 0 7px;
  padding: 5px 12px 7px;
  transform: translate3d(0, -2px, 0);
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label .wpforms-required-label,
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline .wpforms-required-label {
    font-size: 11px;
    padding: 3px 9px 6px;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label span,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline span {
  font-size: 16px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label a,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline a {
  text-decoration: underline;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label a:hover,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline a:hover {
  text-decoration: none;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
  background: #F1EFE8;
  border: 2px solid transparent;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 300;
  height: auto;
  line-height: normal;
  letter-spacing: 0;
  padding: 23px 46px 20px;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input,
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select,
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
    font-weight: 400;
    padding: 23px;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input::-moz-placeholder, .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select::-moz-placeholder, .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea::-moz-placeholder {
  color: #727272;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input::placeholder,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select::placeholder,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea::placeholder {
  color: #727272;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input:focus,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select:focus,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea:focus {
  border: 2px solid #6A4508;
  box-shadow: none;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
  min-height: 240px;
  padding: 29px 46px;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
    min-height: 254px;
    padding: 20px 23px;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  list-style: none;
  margin: 20px 0 0;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field ul {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 0 80px;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field ul li label {
  font-weight: 300 !important;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field ul li label {
    font-weight: 400 !important;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select {
  cursor: pointer;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox],
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] {
  display: none !important;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox] + label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  line-height: 1;
  margin: 0 auto 0;
  padding: 0 0 0 28px;
  position: relative;
  text-align: left;
  width: auto;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox] + label::before,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] + label::before {
  border: 1px solid #707070;
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 20px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox] + label::after,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] + label::after {
  border-right: solid 2px #6A4508;
  border-bottom: solid 2px #6A4508;
  content: "";
  display: block;
  height: 12px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 6px);
  left: 7px;
  transform: rotate(45deg);
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  width: 6px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox]:checked + label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio]:checked + label {
  color: var(--color-text);
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox]:checked + label::after,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio]:checked + label::after {
  opacity: 1;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-sublabel {
  display: none;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox {
  margin: 0 0 24px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox ul {
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox ul {
    align-items: center;
    padding: 0;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox ul li label {
  font-size: 18px;
  font-weight: 400 !important;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox ul li label {
    font-size: 16px;
  }
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox ul li label a {
    font-size: 18px;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox .wpforms-error {
  text-align: center;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-description {
  line-height: 1.5;
  margin: 20px 0 0;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-description {
    padding: 0 0 0 20px;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container {
    margin: 30px 0 0;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit {
  background: #6A4508;
  border-radius: 30px;
  box-shadow: none;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  height: auto;
  line-height: 1;
  letter-spacing: 0.64px;
  padding: 17px 0 16px;
  position: relative;
  max-width: 232px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit {
    font-size: 20px;
    padding: 15px 0;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  opacity: 0.7;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit::before {
  background: url("https://komepantry.com/wp/wp-content/themes/komepantry_theme6/images/icon-arrow-white.svg") no-repeat center center/100%;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 38px;
  top: 24px;
  width: 7px;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit::before {
    right: 20px;
  }
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full {
  background: transparent;
  border: none;
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full p {
  text-align: center;
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full p a {
  text-decoration: underline;
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full p a:hover {
  text-decoration: none;
}

.p-contact-footer {
  border: 5px solid var(--color-sub);
  border-radius: 20px;
  margin: 189px auto 125px;
  max-width: 450px;
  padding: 41px 0 39px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-contact-footer {
    margin: 110px auto 85px;
    padding: 45px 0 36px;
  }
}
.p-contact-footer .p-contact-footer__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .p-contact-footer .p-contact-footer__title {
    font-size: 18px;
  }
}
.p-contact-footer .p-contact-footer__tel {
  font-family: var(--lora);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2857142857;
  margin: 31px 0 0;
}
@media screen and (max-width: 650px) {
  .p-contact-footer .p-contact-footer__tel {
    margin: 26px 0 0;
  }
}
.p-contact-footer .p-contact-footer__note {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin: 17px 0 0;
}
@media screen and (max-width: 650px) {
  .p-contact-footer .p-contact-footer__note {
    margin: 13px 0 0;
  }
}

.p-privacy-policy h2,
.p-privacy-policy h3,
.p-privacy-policy h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3888888889;
  margin: 30px 0 0;
}
.p-privacy-policy p {
  font-weight: 300;
}/*# sourceMappingURL=style.css.map */