@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*
basestyle
*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-feature-settings: "palt" 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  background-color: #E0DDCF;
}
@media (max-width: 768px) {
  body {
    position: relative;
    padding-top: 50px;
  }
}

img {
  max-width: 100%;
  height: auto;
}
img.img-responsive {
  max-height: 80vh;
  width: auto;
  max-width: 100%;
}

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

button {
  touch-action: manipulation;
}

.l-header {
  background: linear-gradient(to bottom right, #500000, #1F0000);
}
@media (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}

.l-header__container {
  display: flex;
  align-items: center;
  height: 74px;
}
@media (max-width: 768px) {
  .l-header__container {
    height: 50px;
    justify-content: space-between;
  }
}

.l-header__logo {
  width: 240px;
  font-family: "Copperplate", "Roboto", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .l-header__logo {
    font-size: 1.75rem;
  }
}
.l-header__logo:hover a {
  color: #fff;
}
.l-header__logo img {
  vertical-align: unset;
}

.l-header__button {
  display: none;
}
@media (max-width: 768px) {
  .l-header__button {
    position: relative;
    position: fixed;
    z-index: 12;
    right: 20px;
    display: block;
    width: 30px;
    height: 12px;
  }
}
.l-header__button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #8C711E;
  transition: top 0.2s 0.2s, transform 0.2s;
}
.l-header__button span:nth-child(1) {
  top: 0;
}
.l-header__button span:nth-child(2) {
  top: calc(100% - 2px);
}
.l-header__button[aria-expanded=true] span {
  transition: top 0.2s, transform 0.2s 0.2s;
}
.l-header__button[aria-expanded=true] span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.l-header__button[aria-expanded=true] span:nth-child(2) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.l-header-nav {
  margin-left: auto;
}
@media (max-width: 768px) {
  .l-header-nav {
    position: fixed;
    inset: 0;
    z-index: 11;
    margin-left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
  }
  .l-header-nav[aria-hidden=false] {
    opacity: 1;
    visibility: visible;
  }
}

.l-header-nav__body {
  display: flex;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .l-header-nav__body {
    flex-direction: column;
  }
}

.l-header-nav__list {
  display: none;
}
@media (max-width: 768px) {
  .l-header-nav__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    text-indent: 0.08em;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}

.l-header__login {
  margin-top: 0;
}
@media (max-width: 768px) {
  .l-header__login {
    margin-top: 30px;
  }
}

.icon-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.icon-img--default-icon {
  padding: 5px;
}

.l-footer {
  margin-top: auto;
  background: #8C711E;
}

@media (max-width: 768px) {
  .l-footer__nav {
    display: flex;
    justify-content: center;
    padding: 30px 0;
  }
}

.l-footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
@media (max-width: 768px) {
  .l-footer__nav-list {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}

.l-footer__nav-item {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .l-footer__nav-item::before {
    content: "";
    display: block;
    width: 12px;
    height: 19px;
    margin-right: 10px;
    background: url(/img/common/icon_grape.svg) no-repeat center center/contain;
  }
}
.l-footer__nav-item + .l-footer__nav-item::before {
  content: "";
  display: block;
  width: 12px;
  height: 19px;
  margin: 0 20px;
  background: url(/img/common/icon_grape.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .l-footer__nav-item + .l-footer__nav-item::before {
    margin-left: 0;
    margin-right: 10px;
  }
}
.l-footer__nav-item a {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  color: #fff;
}

.l-footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #292929;
}
.l-footer__copy small {
  display: flex;
  align-items: flex-end;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
.l-footer__copy small span {
  font-family: "Copperplate", "Roboto", sans-serif;
  padding: 0 0.5em;
}
.l-footer__copy img {
  vertical-align: unset;
}

.l-main {
  border-top: 5px solid #A09728;
}
@media (max-width: 768px) {
  .l-main {
    border-top-width: 3px;
  }
}

button {
  outline: none;
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
.c-button--border {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 200px;
  min-height: 40px;
}
.c-button:hover {
  color: #fff;
}

.c-login-button {
  width: 200px;
  min-height: 40px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.c-login-button::before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background: url(/img/common/icon_lock.svg) no-repeat center center/contain;
}

.c-register-button {
  width: auto;
  min-height: 40px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px 10px;
}
.c-register-button::before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: url(/img/common/icon_account.svg) no-repeat center center/contain;
}

.c-submit-button {
  width: min(100%, 300px);
  height: 60px;
  font-weight: 700;
  background: url(/img/feedback/feedback_bg.png) no-repeat center center/cover;
}
.c-submit-button::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(/img/common/icon_pen.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .c-submit-button {
    height: 50px;
  }
}

.c-create-button {
  padding: 0.625rem;
  background: #2840a0;
  color: #fff;
  font-size: 1em;
  margin: 0.3125rem 0;
}

.c-edit-button {
  padding: 0.625rem;
  background: #8C711E;
  color: #fff;
  font-size: 1em;
}

.c-duplication-button {
  padding: 0.625rem;
  background: #4180af;
  color: #fff;
  font-size: 1em;
  margin: 0.3125rem auto;
}

.c-delete-button {
  padding: 0.625rem;
  background: #500000;
  color: #fff;
  font-size: 1em;
  margin: 0.3125rem auto;
}

.c-hashtag-button {
  padding: 0.625rem;
  background: #94af41;
  color: #fff;
  font-size: 1em;
}

.c-default-button {
  padding: 0.625rem;
  background: #7C7C7C;
  color: #fff;
  font-size: 1em;
  margin: 0.3125rem auto;
}

.modal-footer .c-button {
  width: 150px;
}

.c-tab-btn {
  padding: 0.625rem;
  background: #7C7C7C;
  color: #fff;
  font-size: 1em;
}
.c-tab-btn.active {
  background: #8C711E;
}

.page-tabs li {
  width: 33%;
}

.c-page-tab-btn {
  color: #fff;
  font-size: 1em;
  flex: 1 1;
  order: -1;
  padding: 0.6em 1em;
  background-color: #7C7C7C;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.c-page-tab-btn.active {
  background: #500000;
}
@media (max-width: 768px) {
  .c-page-tab-btn {
    font-size: 0.9em;
  }
}

.part-tabs {
  border-bottom: 1px solid #7C7C7C;
  margin-top: 15px;
}

.c-part-tab-btn {
  color: #fff;
  font-size: 0.9em;
  flex: 1 1;
  order: -1;
  min-width: 150px;
  padding: 0.6em 1em;
  background-color: #7C7C7C;
  text-align: center;
  cursor: pointer;
}
.c-part-tab-btn.active {
  background: #4180af;
}
@media (max-width: 768px) {
  .c-part-tab-btn {
    min-width: 30%;
    font-size: 0.8em;
  }
}

.c-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  white-space: nowrap;
  font-family: "Copperplate", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  color: #500000;
}
@media (max-width: 768px) {
  .c-section-title {
    gap: 20px;
    font-size: 1.5rem;
  }
}
.c-section-title:not(.no-img)::before, .c-section-title:not(.no-img)::after {
  content: "";
  display: block;
  width: 122px;
  height: 17px;
  background: url(/img/common/title_decoration.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .c-section-title:not(.no-img)::before, .c-section-title:not(.no-img)::after {
    width: 80px;
    height: 12px;
  }
}

.c-container {
  width: min(94%, 1300px);
  margin: auto;
}
@media (max-width: 768px) {
  .c-container {
    width: min(100% - 25px, 750px);
  }
}

input,
select {
  outline-color: #1F0000;
}

.p-form__group + .p-form__group {
  margin-top: 30px;
}
.p-form__group label {
  cursor: pointer;
}
.p-form__group dt {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-form__group dt {
    font-size: 1rem;
  }
}
.p-form__group dd {
  margin-top: 10px;
  font-weight: 400;
}

.p-form__button {
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .p-form__button {
    margin-top: 30px;
  }
}

.c-textbox {
  padding: 15px 20px;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #707070;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-textbox {
    height: 40px;
    padding: 10px 15px;
  }
}
.c-textbox::-moz-placeholder {
  color: #7c7c7c;
}
.c-textbox::placeholder {
  color: #7c7c7c;
}

.c-textarea {
  padding: 15px 20px;
  width: 100%;
  height: 180px;
  font-weight: 300;
  line-height: 1.3125;
  background: #fff;
  border: 1px solid #707070;
}
@media (max-width: 768px) {
  .c-textarea {
    padding: 10px 15px;
  }
}
.c-textarea::-moz-placeholder {
  color: #7c7c7c;
}
.c-textarea::placeholder {
  color: #7c7c7c;
}

.c-textarea.min {
  height: 3.125rem;
}

.c-select {
  padding: 15px 20px;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #707070;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-select {
    height: 40px;
    padding: 10px 15px;
  }
}
.c-select--characteristic {
  width: 25%;
  margin: 0 5px 0 0;
}
@media (max-width: 768px) {
  .c-select--characteristic {
    width: 50%;
    margin: 0 0 5px 0;
  }
}

.c-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #1F0000;
  vertical-align: -5px;
  outline: none;
}
.c-radio::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #8C711E;
  transform: translate(4px, 4px) scale(0);
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
}
.c-radio:checked {
  border: 2px solid #8C711E;
}
.c-radio:checked::before {
  transform: translate(4px, 4px) scale(1);
}

.c-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  border: 1px solid #1F0000;
}
.c-checkbox::before {
  display: block;
  content: "✓";
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #8C711E;
  opacity: 0;
  transform: translateY(-1px);
  transition: all 0.3s ease-in;
}
.c-checkbox:checked {
  border: 2px solid #8C711E;
}
.c-checkbox:checked::before {
  opacity: 1;
}

.text-error {
  color: #500000;
}

.text-link {
  color: #8C711E;
  cursor: pointer;
  text-decoration: underline;
}
.text-link:hover {
  color: #8C711E;
}

.text-accent {
  color: #A09728;
  font-size: 1.1em;
}

.c-table {
  width: 100%;
  margin: 1.25rem auto;
}
.c-table th {
  background: #292929;
  color: #fff;
  padding: 0.3125rem 0.625rem;
  border-bottom: 1px solid #fff;
}
.c-table td {
  padding: 0.3125rem 0.625rem;
}

.toast {
  background-color: #030303;
}

.toast-info {
  background-color: #3276b1;
}

.toast-info2 {
  background-color: #2f96b4;
}

.toast-error {
  background-color: #bd362f;
}

.toast-success {
  background-color: #51a351;
}

.toast-warning {
  background-color: #f89406;
}

.pagenavi {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.pagenavi .page {
  color: #500000;
  padding: 5px 10px;
}
.pagenavi .page.current {
  background: #500000;
  color: #fff;
}
.pagenavi .page.disabled {
  color: #1F0000;
}
.pagenavi .prev, .pagenavi .next {
  color: #500000;
  padding: 5px 10px;
}
.pagenavi .prev.disabled, .pagenavi .next.disabled {
  color: #1F0000;
}

.p-home-mainvisual {
  height: 400px;
  background: url(/img/home/mainvisual.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .p-home-mainvisual {
    height: calc(var(--vh, 1vh) * 100 - 50px - 3px);
    background: url(/img/home/mainvisual_sp.jpg) no-repeat top center/cover;
  }
}

.p-home-mainvisual__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 768px) {
  .p-home-mainvisual__container {
    align-items: flex-start;
    justify-content: center;
    padding-top: 25px;
  }
}

.p-home-mainvisual__text {
  text-align: right;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.3076923077;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 768px) {
  .p-home-mainvisual__text {
    line-height: 1.5384615385;
    text-align: left;
  }
}

.p-home-section {
  padding: 50px 0 40px;
}
@media (max-width: 768px) {
  .p-home-section {
    padding: 30px 0;
  }
}

.p-home-slider {
  margin-top: 25px;
}
.p-home-slider .swiper {
  padding: 10px 0;
}

.p-home-slider__item {
  position: relative;
  display: grid;
  grid-template-areas: "title img" "text img";
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 35px;
  width: min(100% - 140px, 800px);
  height: 305px;
  color: #fff;
  background: url(/img/home/step_bg.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .p-home-slider__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: min(100% - 100px, 390px);
    padding: 30px 25px;
    height: auto;
  }
}

.p-home-slider__item-title {
  grid-area: title;
  align-self: self-end;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-home-slider__item-title {
    align-self: unset;
    font-size: 1.25rem;
  }
}
.p-home-slider__item-title::before {
  content: "";
  width: 5px;
  height: 30px;
  background: #fff;
}
@media (max-width: 768px) {
  .p-home-slider__item-title::before {
    width: 3px;
    height: 24px;
  }
}

.p-home-slider__item-text {
  grid-area: text;
  align-self: self-start;
  max-width: 350px;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.3333333333;
}
@media (max-width: 768px) {
  .p-home-slider__item-text {
    max-width: unset;
    font-size: 1rem;
  }
}

.p-home-slider__item-img {
  grid-area: img;
  width: 360px;
}
@media (max-width: 768px) {
  .p-home-slider__item-img {
    margin-top: 5px;
    width: 100%;
  }
}

.p-home-slider__item-border {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-home-slider__item-border--vertical::before, .p-home-slider__item-border--vertical::after {
  content: "";
  position: absolute;
  top: -10px;
  display: block;
  width: 1px;
  height: calc(100% + 20px);
  background: #8C711E;
}
.p-home-slider__item-border--vertical::before {
  left: 10px;
}
.p-home-slider__item-border--vertical::after {
  right: 10px;
}

.p-home-slider__item-border--horizon::before, .p-home-slider__item-border--horizon::after {
  content: "";
  position: absolute;
  left: -10px;
  display: block;
  width: calc(100% + 20px);
  height: 1px;
  background: #8C711E;
}
.p-home-slider__item-border--horizon::before {
  top: 10px;
}
.p-home-slider__item-border--horizon::after {
  bottom: 10px;
}

.p-home-slider__arrow-area {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  width: min(100% - 140px, 800px);
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-home-slider__arrow-area {
    width: min(100% - 100px, 390px);
  }
}

.p-home-slider__prev {
  width: 0;
  height: 0;
  border-width: 25px 25px 25px 0;
  border-color: transparent #8C711E transparent transparent;
  border-style: solid;
  position: absolute;
  left: -55px;
  background: none;
  pointer-events: all;
}
@media (max-width: 768px) {
  .p-home-slider__prev {
    width: 0;
    height: 0;
    border-width: 15px 15px 15px 0;
    border-color: transparent #8C711E transparent transparent;
    border-style: solid;
    left: -30px;
  }
}
.p-home-slider__prev::after {
  display: none;
}

.p-home-slider__next {
  width: 0;
  height: 0;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #8C711E;
  border-style: solid;
  right: -55px;
  background: none;
  pointer-events: all;
}
@media (max-width: 768px) {
  .p-home-slider__next {
    width: 0;
    height: 0;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #8C711E;
    border-style: solid;
    right: -30px;
  }
}
.p-home-slider__next::after {
  display: none;
}

.p-feedback .l-main {
  padding: 50px 0;
}

.p-feedback-content {
  margin: auto;
  padding: 20px;
  max-width: 800px;
  background: url(/img/feedback/feedback_bg.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .p-feedback-content {
    padding: 10px;
  }
}

.p-feedback-content__inner {
  padding: 60px 50px 50px;
  background: #fff;
}
@media (max-width: 768px) {
  .p-feedback-content__inner {
    padding: 30px 15px 40px;
  }
}

.p-feedback-form {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-feedback-form {
    margin-top: 40px;
  }
}

.p-login .l-main {
  padding: 50px 0;
}

.p-login-content {
  margin: auto;
  padding: 20px;
  max-width: 800px;
  background: url(/img/feedback/feedback_bg.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .p-login-content {
    padding: 10px;
  }
}

.p-login-content__inner {
  padding: 60px 50px 50px;
  background: #fff;
}
@media (max-width: 768px) {
  .p-login-content__inner {
    padding: 30px 15px 40px;
  }
}

.p-login-form {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-login-form {
    margin-top: 40px;
  }
}

.p-login-form__group + .p-login-form__group {
  margin-top: 30px;
}
.p-login-form__group dt {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-login-form__group dt {
    font-size: 1rem;
  }
}
.p-login-form__group dd {
  margin-top: 10px;
  font-weight: 400;
}

.p-login-form__button {
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .p-login-form__button {
    margin-top: 30px;
  }
}

.p-register .l-main {
  padding: 50px 0;
}

.p-register-content {
  margin: auto;
  padding: 20px;
  max-width: 800px;
  background: url(/img/feedback/feedback_bg.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .p-register-content {
    padding: 10px;
  }
}

.p-register-content__inner {
  padding: 60px 50px 50px;
  background: #fff;
}
@media (max-width: 768px) {
  .p-register-content__inner {
    padding: 30px 15px 40px;
  }
}

.p-register-form {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-register-form {
    margin-top: 40px;
  }
}

.p-register-form__group + .p-register-form__group {
  margin-top: 30px;
}
.p-register-form__group dt {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-register-form__group dt {
    font-size: 1rem;
  }
}
.p-register-form__group dd {
  margin-top: 10px;
  font-weight: 400;
}

.p-register-form__button {
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .p-register-form__button {
    margin-top: 30px;
  }
}

.p-static .l-main {
  padding: 50px 0;
}

.p-static-content {
  margin: auto;
  padding: 20px;
  max-width: 800px;
}
@media (max-width: 768px) {
  .p-static-content {
    padding: 10px;
  }
}

.p-static-content__inner {
  padding: 60px 50px 50px;
  background: #fff;
}
@media (max-width: 768px) {
  .p-static-content__inner {
    padding: 30px 15px 40px;
  }
}
.p-static-content__inner .static-content-body {
  line-height: 1.5em;
  padding: 20px 0;
}
.p-static-content__inner .static-content-body h3 {
  font-weight: bold;
  font-size: 1.1em;
  background: #E0DDCF;
  color: #292929;
  padding: 10px 5px;
  margin: 20px 0 10px;
}
.p-static-content__inner .static-content-body h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.p-static-form {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-static-form {
    margin-top: 40px;
  }
}

.p-static-form__group + .p-static-form__group {
  margin-top: 30px;
}
.p-static-form__group dt {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-static-form__group dt {
    font-size: 1rem;
  }
}
.p-static-form__group dd {
  margin-top: 10px;
  font-weight: 400;
}

.p-static-form__button {
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .p-static-form__button {
    margin-top: 30px;
  }
}

.p-wine-review .l-main {
  padding: 50px 0;
}

.p-wine-review-content {
  margin: auto;
  padding: 20px;
}
@media (max-width: 768px) {
  .p-wine-review-content {
    padding: 10px;
  }
}

.p-wine-review-content__inner {
  padding: 60px 50px 50px;
  background: #fff;
}
@media (max-width: 768px) {
  .p-wine-review-content__inner {
    padding: 30px 15px 40px;
  }
}

.p-wine-review-form {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-wine-review-form {
    margin-top: 40px;
  }
}

.p-wine-review-content-img {
  min-width: 120px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .p-wine-review-content-img {
    margin-top: 10px;
  }
}

.p-characteristic-supplemental-wrap {
  width: 70%;
}
@media (max-width: 768px) {
  .p-characteristic-supplemental-wrap {
    width: 95%;
  }
}
