@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%);
  }
}

/* ==========================================================================
  under
========================================================================== */
.p-under .p-under-mv {
  position: relative;
  aspect-ratio: 1400/400;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-mv {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-mv {
    height: 61.5384615385vw;
  }
}
.p-under .p-under-mv .p-under-mv__title {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-mv .p-under-mv__title {
    aspect-ratio: 507/202;
    width: 507px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-mv .p-under-mv__title {
    aspect-ratio: 301/120;
    width: 77.1794871795vw;
  }
}
.p-under .p-under-mv .bg {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #919191;
  mix-blend-mode: multiply;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-mv .bg {
    aspect-ratio: 507/202;
    width: 507px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-mv .bg {
    aspect-ratio: 301/120;
    width: 77.1794871795vw;
  }
}
.p-under .p-under-about {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-about {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-about {
    padding: 15.3846153846vw 0;
  }
}
.p-under .p-under-about .p-under-about__cat {
  position: relative;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-about .p-under-about__cat {
    -moz-column-gap: 5px;
         column-gap: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-about .p-under-about__cat {
    -moz-column-gap: 1.2820512821vw;
         column-gap: 1.2820512821vw;
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .p-under .p-under-about .p-under-about__cat .icon {
    flex: 0 0 8px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-about .p-under-about__cat .icon {
    flex: 0 0 2.0512820513vw;
    height: 1.5384615385vw;
  }
}
.p-under .p-under-about .p-under-about__cat .icon svg {
  display: block;
}
.p-under .p-under-about .p-under-about__title {
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-about .p-under-about__title {
    margin-top: 2px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-about .p-under-about__title {
    font-size: 9.2307692308vw;
  }
}
.p-under .p-under-about .p-under-about__title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-about .p-under-about__title::before {
    bottom: -40px;
    width: 70px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-about .p-under-about__title::before {
    bottom: -5.1282051282vw;
    width: 17.9487179487vw;
    height: 4.1025641026vw;
  }
}
.p-under .p-under-about .p-under-about__txt {
  color: #201916;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-about .p-under-about__txt {
    line-height: 2;
    font-size: 16px;
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-about .p-under-about__txt {
    line-height: 1.64;
    margin-top: 7.6923076923vw;
    font-size: 3.5897435897vw;
  }
}


.c-container .attention {
  font-weight: 300;
  text-align: center;
  color: #201916;
}
@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: 3.141025125vw;
    padding: 5vw 0 0;
  }
}






@media screen and (min-width: 768px) {
  .p-under .p-under-contents {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-contents {
    padding: 5.1282051282vw 0 15.3846153846vw;
  }
}
@media screen and (min-width: 768px) {
  .p-under .p-under-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .p-under .p-under-list {
    gap: 3vw;
  }
}
.p-under .p-under-list .p-under-list__item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-list .p-under-list__item {
    display: flex;
    flex-direction: column;
    width: 31%;
  }
}
.p-under .p-under-list .p-under-list__item .p-under-list__img {
  aspect-ratio: 380/255;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__img {
    flex: 0 0 255px;
    overflow: hidden;
  }
}
.p-under .p-under-list .p-under-list__item .p-under-list__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-under .p-under-list .p-under-list__item .p-under-list__message {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__message {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px 20px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__message {
    padding: 3.0769230769vw 5.1282051282vw 7.6923076923vw;
  }
}
.p-under .p-under-list .p-under-list__item .p-under-list__cats {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__cats {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__cats {
    -moz-column-gap: 2.5641025641vw;
         column-gap: 2.5641025641vw;
  }
}
.p-under .p-under-list .p-under-list__item .p-under-list__cats .p-under-list__cat {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__cats .p-under-list__cat {
    font-size: 12px;
    padding-left: 24px;
    padding: 1px 8px 1px 26px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__cats .p-under-list__cat {
    font-size: 3.0769230769vw;
    padding-left: 6.1538461538vw;
    padding: 1px 2.0512820513vw 1px 6.6666666667vw;
    border-radius: 0.5128205128vw;
  }
}
.p-under .p-under-list .p-under-list__item .p-under-list__cats .p-under-list__cat::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__cats .p-under-list__cat::before {
    left: 2px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__cats .p-under-list__cat::before {
    left: 0.5128205128vw;
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
.p-under .p-under-list .p-under-list__item .p-under-list__cats .p-under-list__cat.p-under-list__cat-onsen::before {
  background-image: url("../img/cmn/onsen-icon.png");
}
.p-under .p-under-list .p-under-list__item .p-under-list__cats .p-under-list__cat.p-under-list__cat-pet::before {
  background-image: url("../img/cmn/pet-icon.png");
}
@media screen and (min-width: 768px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__title {
    font-size: 20px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__title {
    font-size: 5.1282051282vw;
    margin-top: 2.3076923077vw;
  }
}
@media screen and (min-width: 768px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__address {
    margin-top: 8px;
    font-size: 15px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__address {
    margin-top: 2.0512820513vw;
    font-size: 3.8461538462vw;
  }
}
.p-under .p-under-list .p-under-list__item .p-under-list__txt {
  font-weight: 300;
  line-height: 1.64;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__txt {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__txt {
    font-size: 3.5897435897vw;
    margin-top: 2.5641025641vw;
  }
}
.p-under .p-under-list .p-under-list__item .p-under-list__button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__button {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-list .p-under-list__item .p-under-list__button {
    margin-top: 5.1282051282vw;
  }
}
.p-under .p-under-list .p-under-list__item .p-under-list__button a {
  background-color: #838282;
}
.p-under .p-under-list .p-under-list__item .p-under-list__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-under .p-under-list .p-under-list__item .p-under-list__button a::after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    right: 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-list .p-under-list__item + .p-under-list__item {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .p-under .p-under-button {
    max-width: 680px;
    width: 100%;
    height: 80px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-under .p-under-button {
    width: 66.6666666667vw;
    height: 15.3846153846vw;
    margin: 15.3846153846vw auto 0;
  }
}
.p-under#premium .p-under-mv {
  background-image: url("../img/shop/premium/img02.jpg");
}
.p-under#premium .p-under-about {
  color: #734C93;
}
.p-under#premium .p-under-about .p-under-about__cat .icon svg path {
  fill: #734C93;
}
.p-under#premium .p-under-about .p-under-about__title::before {
  background-image: url("../img/cmn/premium-icon01.png");
}
.p-under#premium .p-under-contents {
  background-color: rgba(115, 76, 147, 0.1);
}
.p-under#premium .p-under-list .p-under-list__cat {
  background-color: #734C93;
}
.p-under#premium .p-under-button {
  background-color: #734C93;
}
.p-under#deluxe .p-under-mv {
  background-image: url("../img/shop/deluxe/img02.jpg");
}
.p-under#deluxe .p-under-about {
  color: #343373;
}
.p-under#deluxe .p-under-about .p-under-about__cat .icon svg path {
  fill: #343373;
}
.p-under#deluxe .p-under-about .p-under-about__title::before {
  background-image: url("../img/cmn/deluxe-icon01.png");
}
.p-under#deluxe .p-under-contents {
  background-color: rgba(52, 51, 115, 0.1);
}
.p-under#deluxe .p-under-list .p-under-list__cat {
  background-color: #343373;
}
.p-under#deluxe .p-under-button {
  background-color: #343373;
}
.p-under#standard .p-under-mv {
  background-image: url("../img/shop/standard/img02.jpg");
}
.p-under#standard .p-under-about {
  color: #652719;
}
.p-under#standard .p-under-about .p-under-about__cat .icon svg path {
  fill: #652719;
}
.p-under#standard .p-under-about .p-under-about__title::before {
  background-image: url("../img/cmn/standard-icon01.png");
}
.p-under#standard .p-under-contents {
  background-color: rgba(101, 39, 25, 0.1);
}
.p-under#standard .p-under-list .p-under-list__cat {
  background-color: #652719;
}
.p-under#standard .p-under-button {
  background-color: #652719;
}
.p-under#casual .p-under-mv {
  background-image: url("../img/shop/casual/img01.jpg");
}
.p-under#casual .p-under-about {
  color: #4D5D3D;
}
.p-under#casual .p-under-about .p-under-about__cat .icon svg path {
  fill: #4D5D3D;
}
.p-under#casual .p-under-about .p-under-about__title::before {
  background-image: url("../img/cmn/casual-icon01.png");
}
.p-under#casual .p-under-contents {
  background-color: rgba(77, 93, 61, 0.1);
}
.p-under#casual .p-under-list .p-under-list__cat {
  background-color: #4D5D3D;
}
.p-under#casual .p-under-button {
  background-color: #4D5D3D;
}
/*# sourceMappingURL=maps/under.css.map */