@charset "UTF-8";
/*! destyle.css v2.0.2 | 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;
  line-height: 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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

/* ==========================================================================
   variables
========================================================================== */
/* ==========================================================================
   function
========================================================================== */
/* ==========================================================================
  mixin
========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
-------------------------------------------------------------------------- */
/**/
/* ==========================================================================
   base
========================================================================== */
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  width: 100%;
  color: #201916;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

img {
  vertical-align: middle;
  width: 100%;
}

#page_top {
  position: fixed;
  z-index: 999999;
  right: 40px;
  bottom: 84px;
  display: none;
  height: 40px;
  cursor: pointer;
}
#page_top a {
  display: block;
  width: 100%;
  height: 100%;
}
#page_top a img {
  width: 50px;
}
#page_top:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

/* ==========================================================================
   foundation
========================================================================== */ /* ==========================================================================
   utility
========================================================================== */
/* ---------------------------------------------------------------------------
  show/hide
  --------------------------------------------------------------------------- */
.u-sp {
  display: initial;
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: initial;
  }
}

/* --------------------------------------------------------------------------
  container
-------------------------------------------------------------------------- */
.c-container-1600px, .c-container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.c-container {
  max-width: inherit;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-container {
    max-width: 1240px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-container-1600px {
    max-width: 1640px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-container-1600px {
    padding: 0 5.1282051282vw;
  }
}

/*# icon
/*===========================================*/
.c-icon {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-icon {
    width: 70px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-icon {
    width: 17.9487179487vw;
    height: 4.1025641026vw;
  }
}

/*# button
/*===========================================*/
@media screen and (min-width: 768px) {
  .c-button {
    width: 300px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 76.9230769231vw;
    height: 15.3846153846vw;
  }
}
.c-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-button a {
    font-size: 3.5897435897vw;
  }
}
.c-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .c-button a::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-button a::after {
    right: 5.1282051282vw;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
.c-button a:hover {
  opacity: 0.7;
}

/* ==========================================================================
  header
========================================================================== */
.l-header {
  position: relative;
  background-color: #fff;
  height: 45px;
}
.l-header .l-header__inner {
  position: relative;
  max-width: 990px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.l-header .l-header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__logo {
    flex: 0 0 217px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-header__logo {
    width: 142px;
  }
}
.l-header .l-header__box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__box {
    display: none;
  }
}
.l-header .l-header__box .l-header__box-logo {
  flex: 0 0 174px;
}
.l-header .l-header__box .l-header__box-txt {
  font-size: 14px;
}
.l-header .l-header__sns {
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  align-items: flex-start;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__sns {
    right: 10px;
  }
}
.l-header .l-header__sns .fb {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.l-header .l-header__sns .tw {
  line-height: 1;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

/* ==========================================================================
  footer
========================================================================== */
.l-footer img {
  width: revert-layer;
}
.l-footer .l-footer__inner {
  position: relative;
  display: block;
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner {
    padding: 0 20px;
  }
}
.l-footer .l-footer__attention {
  /* background-color: #F6F4F1; */
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__attention {
    font-size: 14px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__attention {
    line-height: 1.5;
    font-size: 12px;
    padding: 16px 0;
  }
}
.l-footer .l-footer__link {
  padding: 20px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__link dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__link dl dt {
    width: 47px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dt {
    width: auto;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__link dl dt img {
    max-width: 47px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dt img {
    max-width: 80px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__link dl dd {
    line-height: 1.5;
    padding-left: 36px;
    flex: 1 1;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dd {
    line-height: 1.5;
    padding-left: 15px;
    flex: none;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dd a {
    font-size: 12px;
  }
}
.l-footer .l-footer__link dl dd.-row2 {
  text-align: right;
  flex: 0 1 auto;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dd.-row2 {
    margin-top: 20px;
    padding: 25px 0 0;
    border-top: 2px solid #000;
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dd.-row2 .footer_j-life {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 23px;
    align-items: center;
  }
}
.l-footer .l-footer__link dl dd.-row2 .footer_j-life .footer_info {
  display: inline-block;
  padding-right: 30px;
  vertical-align: middle;
}
.l-footer .l-footer__link dl dd.-row2 .footer_j-life .footer_info img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dd.-row2 .footer_j-life .footer_info img {
    width: revert-layer;
    max-width: 100%;
  }
}
.l-footer .l-footer__link dl dd.-row2 .footer_j-life .footer_txt {
  display: inline-block;
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__link dl dd.-row2 .footer_j-life .footer_txt {
    font-size: 12px;
    text-align: right;
    flex: 0 1 auto;
  }
}
.l-footer .l-footer__ttl {
  padding: 50px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  text-align: center;
  background: #F6F4F1;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__ttl {
    display: flex;
    justify-content: center;
  }
}
.l-footer .l-footer__ttl img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__ttl img {
    margin-top: 10px;
  }
}
.l-footer .l-footer__copyright {
  padding: 10px 0;
  text-align: center;
  color: #838383;
  background: #000;
  font-size: 12px;
}

/* ==========================================================================
   main
========================================================================== */
/* ==========================================================================
   layout
========================================================================== */ /* ==========================================================================
   animation
========================================================================== */
/* hero */
.p-top-hero__title .p-top-hero__text--first::before {
  opacity: 1;
}
.p-top-hero__title .p-top-hero__text--first::after {
  opacity: 1;
}
.p-top-hero__title .p-top-hero__text--end {
  opacity: 0;
}
.p-top-hero__title.is-active .p-top-hero__text--first {
  animation-name: fade_out;
  animation-delay: 4.5s;
}
.p-top-hero__title.is-active .p-top-hero__text--first::before {
  animation-name: fade_out;
  animation-delay: 0.5s;
}
.p-top-hero__title.is-active .p-top-hero__text--first::after {
  animation-name: fade_out;
  animation-delay: 2s;
}
.p-top-hero__title.is-active .p-top-hero__text--end {
  animation-name: fade_in;
  animation-delay: 6s;
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top-hero__title.is-active .p-top-hero__text--first::before, .p-top-hero__title.is-active .p-top-hero__text--first::after, .p-top-hero__title.is-active .p-top-hero__text--first, .p-top-hero__title.is-active .p-top-hero__text--end {
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-duration: 2s;
}

/* header */
@media screen and (max-width: 767px) {
  .js-nav-pnl {
    transform: translateX(105%);
    transition: transform 0.3s;
  }
  .js-nav-pnl.is-init {
    transform: translateX(105%);
  }
  .js-nav-pnl.is-init.is-active {
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .js-nav-btn .l-header-btn__btn > span {
    transition: opacity 0.3s;
  }
  .js-nav-btn .l-header-btn__btn::before, .js-nav-btn .l-header-btn__btn::after {
    content: "";
    transition: all 0.3s;
  }
  .js-nav-btn.is-init .l-header-btn__btn > span {
    opacity: 1;
  }
  .js-nav-btn.is-init.is-active .l-header-btn__btn > span {
    opacity: 0;
  }
  .js-nav-btn.is-init.is-active .l-header-btn__btn::before {
    top: 73%;
    left: 40%;
    transform: rotate(45deg) translateX(-50%);
  }
  .js-nav-btn.is-init.is-active .l-header-btn__btn::after {
    top: 16%;
    left: 40%;
    transform: rotate(-45deg) translateX(-50%);
  }
}

/* ==========================================================================
  top
========================================================================== */
.p-top {
  /*# MV
  /*===========================================*/
  /*# about
  /*===========================================*/
  /*# news
  /*===========================================*/
  /*# brand
  /*===========================================*/
  /*# area
  /*===========================================*/
}
.p-top .p-top-mv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv__slider .p-top-mv__item {
    height: 630px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__slider .p-top-mv__item {
    aspect-ratio: 390/247;
  }
}
.p-top .p-top-mv .p-top-mv__slider .p-top-mv__item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv__slider .p-top-mv__item img {
    -o-object-position: center;
       object-position: center;
  }
}
.p-top .p-top-mv .p-top-mv__other {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 10px;
}
.p-top .p-top-mv .p-top-mv__other .p-top-mv__other-button {
  position: relative;
  width: 16px;
  height: 16px;
}
.p-top .p-top-mv .p-top-mv__other .swiper_pause_mv, .p-top .p-top-mv .p-top-mv__other .swiper_start_mv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  cursor: pointer;
}
.p-top .p-top-mv .p-top-mv__other .swiper_pause_mv.hidden, .p-top .p-top-mv .p-top-mv__other .swiper_start_mv.hidden {
  opacity: 0;
  pointer-events: none;
}
.p-top .p-top-mv .p-top-mv__other .swiper-pagination-mv {
  width: auto;
}
.p-top .p-top-mv .p-top-mv__other .swiper-pagination-mv .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
}
.p-top .p-top-mv .p-top-mv__other .swiper-pagination-mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #81773F;
}
.p-top .p-top-mv .p-top-mv__message {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #81773F;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv__message {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__message {
    flex-direction: column;
    padding-top: 7.6923076923vw;
    height: 38.4615384615vw;
  }
}
.p-top .p-top-mv .p-top-mv__message .p-top-mv__message-txt {
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv__message .p-top-mv__message-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__message .p-top-mv__message-txt {
    font-size: 3.0769230769vw;
    margin-bottom: 1.2820512821vw;
  }
}
.p-top .p-top-mv .p-top-mv__message .p-top-mv__message-title {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv__message .p-top-mv__message-title {
    border-left: 1px solid #81773F;
    font-size: 26px;
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__message .p-top-mv__message-title {
    border-top: 1px solid #81773F;
    font-size: 6.6666666667vw;
    padding-top: 2.5641025641vw;
  }
}
.p-top .p-top-mv .p-top-mv__message .p-top-mv__message-title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv__message .p-top-mv__message-title span {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__message .p-top-mv__message-title span {
    font-size: 3.3333333333vw;
    margin-bottom: 1.2820512821vw;
  }
}
.p-top .p-top-about {
  background-color: #F6F4F1;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about {
    padding: 92px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about {
    padding: 10.2564102564vw 0;
  }
}
.p-top .p-top-about .p-top-about__title {
  position: relative;
  color: #81773F;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about .p-top-about__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__title {
    line-height: normal;
    font-size: 6.1538461538vw;
  }
}
.p-top .p-top-about .p-top-about__title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/cmn/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about .p-top-about__title::before {
    width: 70px;
    height: 16px;
    bottom: -35px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__title::before {
    width: 14.1025641026vw;
    height: 3.3333333333vw;
    bottom: -5.1282051282vw;
  }
}
.p-top .p-top-about .p-top-about__txt {
  text-align: center;
  font-weight: 300;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about .p-top-about__txt {
    font-size: 16px;
    margin-top: 47px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__txt {
    font-size: 3.5897435897vw;
    margin-top: 11.5384615385vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news {
    margin-top: 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news .p-top-news__flex {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
.p-top .p-top-news .p-top-news__title {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news .p-top-news__title {
    flex: 0 0 105px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__title {
    text-align: center;
    font-size: 5.1282051282vw;
  }
}
.p-top .p-top-news .p-top-news__title::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background-color: #F6F4F1;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news .p-top-news__title::before {
    bottom: -5px;
    left: 47%;
    width: 92px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__title::before {
    left: 50%;
    width: 20.5128205128vw;
    height: 3.8461538462vw;
    bottom: -0.5128205128vw;
  }
}
.p-top .p-top-news .p-top-news__title span {
  display: block;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #81773F;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news .p-top-news__title span {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__title span {
    font-size: 3.0769230769vw;
    margin-bottom: 1.2820512821vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news .p-top-news__list {
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__list {
    margin-top: 7.6923076923vw;
  }
}
.p-top .p-top-news .p-top-news__list .p-top-news__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.p-top .p-top-news .p-top-news__list .p-top-news__item a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news .p-top-news__list .p-top-news__item a {
    padding: 29px 38px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__list .p-top-news__item a {
    padding: 4.1025641026vw 2.5641025641vw;
  }
}
.p-top .p-top-news .p-top-news__list .p-top-news__item .p-top-news__item-date {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news .p-top-news__list .p-top-news__item .p-top-news__item-date {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__list .p-top-news__item .p-top-news__item-date {
    font-size: 3.0769230769vw;
  }
}
.p-top .p-top-news .p-top-news__list .p-top-news__item .p-top-news__item-txt {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news .p-top-news__list .p-top-news__item .p-top-news__item-txt {
    line-height: 1.3;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__list .p-top-news__item .p-top-news__item-txt {
    margin-top: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
}
.p-top .p-top-news .p-top-news__list .p-top-news__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand {
    margin-top: 20.5128205128vw;
  }
}
.p-top .p-top-brand .p-top-brand__list {
  max-width: 1400px;
  margin: 0 auto;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item {
  position: relative;
  max-width: 1320px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item {
    display: flex;
    -moz-column-gap: 80px;
         column-gap: 80px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item {
    padding: 0 5.1282051282vw;
  }
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item::before {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item::before {
    top: 80px;
    width: 94%;
    height: 100%;
    border-radius: 8px 0 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item::before {
    top: 2.3076923077vw;
    width: 79.4871794872vw;
    height: 135%;
    border-radius: 2.0512820513vw 0 0 2.0512820513vw;
  }
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message {
    flex: 0 0 305px;
    margin-top: 160px;
  }
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-cat {
  position: relative;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-cat {
    -moz-column-gap: 5px;
         column-gap: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-cat {
    -moz-column-gap: 1.2820512821vw;
         column-gap: 1.2820512821vw;
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-cat .icon {
    flex: 0 0 8px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-cat .icon {
    flex: 0 0 2.0512820513vw;
    height: 1.5384615385vw;
  }
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-cat .icon svg {
  display: block;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-title {
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-title {
    margin-top: 16px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-title {
    font-size: 9.2307692308vw;
  }
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-title::before {
    bottom: -40px;
    width: 70px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-title::before {
    bottom: -5.1282051282vw;
    width: 17.9487179487vw;
    height: 4.1025641026vw;
  }
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-txt {
  color: #201916;
  font-weight: 300;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-txt {
    line-height: 2;
    font-size: 16px;
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-txt {
    line-height: 1.64;
    margin-top: 10.7692307692vw;
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-button {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__message .p-top-brand__message-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30.2564102564vw;
  }
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img {
    flex: 0 1 100%;
    max-width: 940px;
    flex: 1 1;
    width: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1320px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img {
    max-width: 71.2121212121vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img {
    margin-top: 5.641025641vw;
    aspect-ratio: 350/215;
  }
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img .swiper-slide {
  position: relative;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, #242424 0%, rgba(101, 101, 101, 0.94) 56%, rgba(119, 119, 119, 0) 100%);
  transform: rotate(180deg);
  mix-blend-mode: multiply;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img .swiper-slide::before {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img .swiper-slide::before {
    height: 7.6923076923vw;
  }
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img .caption {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img .caption {
    right: 40px;
    bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img .caption {
    right: 1.7948717949vw;
    bottom: 1.2820512821vw;
  }
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img .caption p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img .caption p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__img .caption p {
    font-size: 3.0769230769vw;
  }
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider .swiper-wrapper {
  overflow: hidden;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider .swiper-other {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider .swiper-other {
    bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider .swiper-other {
    bottom: -7.6923076923vw;
  }
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider .swiper-other .swiper-other__button {
  position: relative;
  flex: 0 0 16px;
  height: 16px;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider .swiper-other .swiper-other__button .swiper_pause, .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider .swiper-other .swiper-other__button .swiper_start {
  position: absolute;
  top: -5px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider .swiper-other .swiper-other__button .swiper_pause.hidden, .p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider .swiper-other .swiper-other__button .swiper_start.hidden {
  opacity: 0;
  pointer-events: none;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider .swiper-other .brand-pagination {
  display: flex;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider .swiper-other .brand-pagination.brand-pagination-premium .swiper-pagination-bullet-active {
  background-color: #734C93;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider .swiper-other .brand-pagination.brand-pagination-deluxe .swiper-pagination-bullet-active {
  background-color: #343373;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider .swiper-other .brand-pagination.brand-pagination-standard .swiper-pagination-bullet-active {
  background-color: #652719;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item .p-top-brand__slider .swiper-other .brand-pagination.brand-pagination-casual .swiper-pagination-bullet-active {
  background-color: #4D5D3D;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-premium::before {
  background-color: rgba(115, 76, 147, 0.1);
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-premium .p-top-brand__message {
  color: #734C93;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-premium .p-top-brand__message .p-top-brand__message-cat .icon svg path {
  fill: #734C93;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-premium .p-top-brand__message .p-top-brand__message-title::before {
  background-image: url("../img/cmn/premium-icon01.png");
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-premium .p-top-brand__message .p-top-brand__message-button {
  background-color: #734C93;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-deluxe::before {
  background-color: rgba(52, 51, 115, 0.1);
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-deluxe .p-top-brand__message {
  color: #343373;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-deluxe .p-top-brand__message .p-top-brand__message-cat .icon svg path {
  fill: #343373;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-deluxe .p-top-brand__message .p-top-brand__message-title::before {
  background-image: url("../img/cmn/deluxe-icon01.png");
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-deluxe .p-top-brand__message .p-top-brand__message-button {
  background-color: #343373;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-standard::before {
  background-color: rgba(101, 39, 25, 0.1);
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-standard .p-top-brand__message {
  color: #652719;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-standard .p-top-brand__message .p-top-brand__message-cat .icon svg path {
  fill: #652719;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-standard .p-top-brand__message .p-top-brand__message-title::before {
  background-image: url("../img/cmn/standard-icon01.png");
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-standard .p-top-brand__message .p-top-brand__message-button {
  background-color: #652719;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-casual::before {
  background-color: rgba(77, 93, 61, 0.1);
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-casual .p-top-brand__message {
  color: #4D5D3D;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-casual .p-top-brand__message .p-top-brand__message-cat .icon svg path {
  fill: #4D5D3D;
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-casual .p-top-brand__message .p-top-brand__message-title::before {
  background-image: url("../img/cmn/casual-icon01.png");
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item.p-top-brand__item-casual .p-top-brand__message .p-top-brand__message-button {
  background-color: #4D5D3D;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item:nth-child(2n) {
    margin-right: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px;
  }
}
.p-top .p-top-brand .p-top-brand__list .p-top-brand__item:nth-child(2n)::before {
  right: auto;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item:nth-child(2n)::before {
    border-radius: 0 8px 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item:nth-child(2n)::before {
    border-radius: 0 2.0512820513vw 2.0512820513vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item:nth-child(2n) .p-top-brand__message {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item:nth-child(2n) .p-top-brand__img {
    order: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item + .p-top-brand__item {
    margin-top: 240px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-brand .p-top-brand__list .p-top-brand__item + .p-top-brand__item {
    margin-top: 60.7692307692vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area {
    margin: 240px 0 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area {
    margin: 58.9743589744vw 0 16.4102564103vw;
  }
}
.p-top .p-top-area .p-top-area__title {
  position: relative;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__title {
    font-size: 6.1538461538vw;
  }
}
.p-top .p-top-area .p-top-area__title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F6F4F1;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__title::before {
    bottom: -5px;
    width: 322px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__title::before {
    bottom: 0.5128205128vw;
    width: 66.6666666667vw;
    height: 3.8461538462vw;
  }
}
.p-top .p-top-area .p-top-area__title span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  color: #81773F;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__title span {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__title span {
    font-size: 3.5897435897vw;
    margin-top: -0.5128205128vw;
  }
}

.c-container .attention {
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-container .attention {
      font-size: 14px;
      padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-container .attention {
    line-height: 1.5;
    font-size: 12px;
    padding: 20px 0 0;
  }
}









.p-top .p-top-area .p-top-area__tabs {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__tabs {
    justify-content: center;
    margin-top: 63px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__tabs {
    margin-top: 12.0512820513vw;
    gap: 2.5641025641vw;
  }
}
.p-top .p-top-area .p-top-area__tabs .p-top-area__tab {
  background-color: #F6F4F1;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__tabs .p-top-area__tab {
    padding: 15px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__tabs .p-top-area__tab {
    padding: 2.0512820513vw 5.3846153846vw;
    font-size: 3.5897435897vw;
  }
}
.p-top .p-top-area .p-top-area__tabs .p-top-area__tab.active {
  background-color: #81773F;
  color: #fff;
}
.p-top .p-top-area .p-top-area__tabs .p-top-area__tab:hover {
  background-color: rgba(129, 119, 63, 0.7);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__contents {
    margin-top: 47px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__contents {
    margin-top: 6.4102564103vw;
  }
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content {
  display: none;
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__content-title {
  color: #81773F;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__content-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__content-title {
    font-size: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-top: 26px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1240px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box {
    -moz-column-gap: 3.2258064516vw;
         column-gap: 3.2258064516vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box {
    margin-top: 8.7179487179vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__map {
    position: sticky;
    top: 100px;
    flex: 0 0 500px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1240px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__map {
    flex: 0 0 40.3225806452vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list {
    flex: 0 1 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1240px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list {
    gap: 40px 1.6129032258vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list {
    margin-top: 8.7179487179vw;
  }
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item {
  background-color: #F6F4F1;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item {
    display: flex;
    flex-direction: column;
    width: 48%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item {
    width: 100%;
  }
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__img {
  aspect-ratio: 320/210;
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message {
    padding: 16px 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message {
    padding: 4.1025641026vw;
  }
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message .p-top-area__message-brand {
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message .p-top-area__message-brand {
    font-size: 12px;
    padding: 5px 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message .p-top-area__message-brand {
    font-size: 12px;
    padding: 2px 9px;
  }
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message .p-top-area__message-brand.p-top-area__message-brand_premium {
  background-color: #734C93;
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message .p-top-area__message-brand.p-top-area__message-brand_deluxe {
  background-color: #343373;
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message .p-top-area__message-brand.p-top-area__message-brand_standard {
  background-color: #652719;
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message .p-top-area__message-brand.p-top-area__message-brand_casual {
  background-color: #4D5D3D;
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message .p-top-area__message-title {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 6px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message .p-top-area__message-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message .p-top-area__message-title {
    font-size: 3.5897435897vw;
  }
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message .p-top-area__message-txt {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.43;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message .p-top-area__message-txt {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__message .p-top-area__message-txt {
    line-height: 1.9;
    font-size: 3.0769230769vw;
    margin-top: 1.2820512821vw;
  }
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__button {
  width: 100%;
  margin-top: auto;
  padding: 0 16px 16px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__button {
    height: 15.3846153846vw;
    margin-top: 4.1025641026vw;
  }
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #838282;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__button a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__button a {
    font-size: 3.5897435897vw;
  }
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__button a::after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    right: 5.1282051282vw;
  }
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item .p-top-area__button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-area .p-top-area__contents .p-top-area__content .p-top-area__box .p-top-area__list .p-top-area__item + .p-top-area__item {
    margin-top: 5.1282051282vw;
  }
}
.p-top .p-top-area .p-top-area__contents .p-top-area__content.show {
  display: block;
}
/*# sourceMappingURL=maps/top.css.map */