@charset "UTF-8";
/*
Theme Name: xtra-note
Theme URI:
Author:
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  word-break: break-all;
}
html.open,
body.open {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

a {
  color: #000;
}

img {
  display: block;
}

html {
  font-size: 16px;
  font-family: Noto Sans JP, 遊ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, MS Pゴシック, MS PGothic, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: auto;
}

.l-footer {
  margin-top: auto;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-container {
  padding-top: 84px;
}
@media screen and (max-width: 1023px) {
  .l-container {
    padding-top: 50px;
  }
}

.l-inner {
  margin-inline: auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 20px;
  }
}

#transition .transition-mask {
  background: #fff;
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.85s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
}

#transition .transition-mask:after {
  content: "";
  display: block;
  background: #fff;
  width: 35vh;
  height: 200%;
  top: -50%;
  position: absolute;
  transform: skewX(-18.43495deg) translateX(100%);
  right: 17.5vh;
  z-index: 10;
}

#transition .transition-mask:before {
  content: "";
  display: block;
  background: #fff;
  width: 35vh;
  height: 100%;
  top: 0%;
  position: absolute;
  transform: skewX(-18.43495deg) translateX(-100%);
  left: 17.5vh;
  z-index: 10;
}

#transition .transition-icon {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transition: opacity 0.2125s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  transform: translate(-50%, -50%);
}

@keyframes transition_blink {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#transition.beforeunload {
  pointer-events: auto;
}

#transition.beforeunload .transition-mask {
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-duration: 0.4s;
  animation-name: transition_unload;
}

#transition.beforeunload .transition-icon {
  transition-delay: 0.5s;
  opacity: 1;
}

#transition.onload {
  pointer-events: none;
}

#transition.onload .transition-mask {
  animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation-duration: 0.9s;
  animation-name: transition_onload;
}

#transition.onload .transition-icon {
  opacity: 0;
}

#transition.beforeunload {
  pointer-events: auto;
}

#transition.beforeunload .transition-mask {
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-duration: 0.4s;
  animation-name: transition_unload;
}

#transition.beforeunload .transition-icon {
  transition-delay: 0.5s;
  opacity: 1;
}

@keyframes transition_onload {
  0% {
    transform: translateX(0%);
  }
  1% {
    transform: translateX(0%);
  }
  99% {
    transform: translateX(120%);
    transform: translateX(calc(100vw + 35vh));
  }
  100% {
    visibility: hidden;
    transform: translateX(120%);
    transform: translateX(calc(100vw + 35vh));
  }
}
.c-kv {
  position: relative;
}
.c-kv_catch {
  position: absolute;
  top: min(17vw, 250px);
  left: 0;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-kv_catch {
    top: 31vw;
  }
}
.c-kv_catch p {
  font-size: min(4vw, 50px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-kv_catch p {
    font-size: 32px;
    line-height: 1.2;
  }
}
.c-kv_img {
  width: 100%;
  height: min(54.7vw, 788px);
}
@media screen and (max-width: 767px) {
  .c-kv_img {
    height: 410px;
  }
}
.c-kv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-kv_slider {
  position: relative;
}
.c-kv_slider-list {
  width: 100%;
  height: min(54vw, 788px);
}
.c-kv_slider-item {
  width: 100%;
  height: 100%;
}
.c-kv_slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-kv_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-inline: min(2.5vw, 32px);
  width: 100%;
  height: min(5.4vw, 70px);
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .c-kv_bottom {
    height: 52px;
  }
}
.c-kv_bottom a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 25px;
  height: 22px;
  font-size: min(1.8vw, 15px);
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.04em;
  transition: 0.3s ease;
}
.c-kv_bottom a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-kv_bottom a {
    font-size: 15px;
  }
}
.c-kv_bottom a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translate(0, -50%);
  width: 17px;
  height: 17px;
  background-image: url("../img/button/button-more.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-news_item {
  display: flex;
  justify-content: space-between;
  padding-block: 20px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #DCDCDC;
}
@media screen and (max-width: 767px) {
  .c-news_item {
    flex-direction: column;
    padding-block: 12px;
  }
}
.c-news_item dt {
  flex: 0 0 auto;
  width: 140px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-news_item dt {
    width: 100%;
  }
}
.c-news_item dt .date {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.c-news_item dt .cat {
  display: grid;
  place-content: center;
  width: 60px;
  height: 16px;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-color: #212121;
}
.c-news_item dd {
  flex: 1 1 auto;
  margin-left: 24px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-news_item dd {
    margin-left: 0;
    margin-top: 8px;
  }
}
.c-news_item dd a, .c-news_item dd p {
  display: block;
  color: #000;
  text-decoration: underline;
  text-overflow: inherit;
  white-space: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-news_item dd a, .c-news_item dd p {
    -webkit-line-clamp: 2;
  }
}
.c-news_item dd a:hover, .c-news_item dd p:hover {
  text-decoration: none;
}
.c-news_pager {
  margin-top: min(6.25vw, 80px);
}
.c-more {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 54px;
  height: 46px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #E71431;
  letter-spacing: 0.06em;
  transition: 0.3s ease;
}
.c-more:hover {
  opacity: 0.6;
}
.c-more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 46px;
  height: 46px;
  background-image: url("../img/button/button-arrow-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-link {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 58px;
  height: 46px;
  font-size: 15px;
  line-height: 1.2;
  transition: 0.3s ease;
}
.c-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-link {
    padding-right: 52px;
  }
}
.c-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-link::after {
    width: 40px;
    height: 40px;
  }
}
.c-link.white {
  color: #fff;
}
.c-link.white::after {
  background-image: url("../img/button/button-arrow-white.svg");
}
.c-link.red {
  color: #E71431;
}
.c-link.red::after {
  background-image: url("../img/button/button-arrow-red.svg");
}
.c-link.color {
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #E71431;
  font-weight: 500;
}
.c-link.color::after {
  background-image: url("../img/button/button-arrow-round-red.svg");
}
.c-headding {
  position: relative;
  width: 100%;
  height: 308px;
}
@media screen and (max-width: 767px) {
  .c-headding {
    height: 174px;
  }
}
.c-headding_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
.c-headding_title h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
}
.c-headding_title h1 small {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(2vw, 20px);
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-headding_title h1 small {
    font-size: 20px;
  }
}
.c-headding_title h1 span {
  margin-top: 6px;
  font-size: min(4vw, 36px);
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-headding_title h1 span {
    margin-top: 2px;
    font-size: 26px;
    letter-spacing: 0;
  }
}
.c-headding img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-head {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: min(2.5vw, 32px);
  padding-bottom: min(1vw, 10px);
  letter-spacing: 0.04em;
  color: #E71431;
}
@media screen and (max-width: 767px) {
  .c-head {
    margin-bottom: 32px;
    padding-bottom: 10px;
  }
}
.c-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #E71431;
}
.c-head span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(3.6vw, 36px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-head span {
    font-size: 32px;
    line-height: 1.4;
  }
}
.c-head span.small {
  font-size: min(2.5vw, 32px);
}
@media screen and (max-width: 767px) {
  .c-head span.small {
    font-size: 32px;
  }
}
.c-head small {
  margin-top: 4px;
  font-size: min(1.3vw, 16px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-head .sp-small {
    font-size: 24px;
  }
}
.c-head_h3 {
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  color: #E71431;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #E71431;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-head_h3 {
    padding-bottom: 8px;
  }
}
.c-head_h4 {
  position: relative;
  padding-left: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #E71431;
  letter-spacing: 0.04em;
}
.c-head_h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 19px;
  background-color: #E71431;
  transform: translate(0, -50%);
}
.c-bread {
  padding-inline: 20px;
  padding-block: 13px;
  width: 100%;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #CACACA;
}
.c-bread_inner {
  margin-inline: auto;
  width: 100%;
  max-width: 1080px;
}
.c-bread .aioseo-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 1.2;
}
.c-bread .aioseo-breadcrumbs a {
  color: #333;
}
.c-bread .aioseo-breadcrumb-separator {
  color: #E71431;
}
.c-toTop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9998;
  width: 54px;
  height: 54px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.6s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-toTop {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
}
.c-toTop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c-toTop img {
  width: 100%;
  height: auto;
}
.c-pager .nav-links {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .c-pager .nav-links {
    gap: 18px;
  }
}
.c-pager .nav-links a, .c-pager .nav-links span {
  display: grid;
  place-content: center;
  width: 33px;
  height: 38px;
  font-size: 15px;
  color: #E71431;
  font-weight: 400;
  border-width: 1px;
  border-style: solid;
  border-color: #E71431;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .c-pager .nav-links a, .c-pager .nav-links span {
    width: 46px;
    height: 52px;
  }
}
.c-pager .nav-links span.current {
  color: #fff;
  background-color: #E71431;
}
.c-pager .nav-links a {
  transition: 0.3s ease;
}
.c-pager .nav-links a:hover {
  opacity: 0.6;
}
.c-pager .nav-links a.prev, .c-pager .nav-links a.next {
  position: relative;
}
.c-pager .nav-links a.prev::before, .c-pager .nav-links a.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-image: url("../img/icon/icon-angle-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-pager .nav-links a.prev::before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.c-anchorLinks {
  display: grid;
}
.c-anchorLinks a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(5.2vw, 67px);
  font-size: min(1.3vw, 16px);
  font-weight: 500;
  color: #E71431;
  line-height: 1.2;
  border-width: 1px;
  border-style: solid;
  border-color: #E71431;
  border-radius: 5px;
  transition: 0.3s ease;
}
.c-anchorLinks a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-anchorLinks a {
    justify-content: flex-start;
    padding-inline: 10px;
    height: 58px;
    font-size: 16px;
  }
}
.c-anchorLinks a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("../img/button/button-arrow-red-down.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-anchorLinks a.left10 {
  padding-inline-start: min(1vw, 10px);
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .c-anchorLinks a.left10 {
    padding-inline: 10px;
  }
}
.c-anchorLinks a.left20 {
  padding-inline-start: min(1.8vw, 20px);
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .c-anchorLinks a.left20 {
    padding-inline: 10px;
  }
}
.c-anchorLinks.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.3vw, 30px);
}
@media screen and (max-width: 767px) {
  .c-anchorLinks.col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.c-anchorLinks.col3 a::after {
  right: min(1.6vw, 30px);
  width: min(3.2vw, 30px);
  height: min(3.2vw, 30px);
}
@media screen and (max-width: 767px) {
  .c-anchorLinks.col3 a::after {
    right: 5px;
    width: 24px;
    height: 24px;
  }
}
.c-anchorLinks.col5 {
  grid-template-columns: repeat(5, 1fr);
  gap: min(1.5vw, 20px);
}
@media screen and (max-width: 767px) {
  .c-anchorLinks.col5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.c-anchorLinks.col5 a::after {
  right: min(1vw, 10px);
  width: min(2vw, 24px);
  height: min(2vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-anchorLinks.col5 a::after {
    right: 5px;
    width: 24px;
    height: 24px;
  }
}
.c-catch {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-catch {
    font-size: 20px;
    font-weight: 500;
  }
}
.c-catch.size20 {
  font-size: 20px;
  font-weight: 500;
}
.c-catch.size24 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .c-catch.size24 {
    font-size: 20px;
    font-weight: 500;
  }
}
.c-column {
  display: flex;
  gap: min(3vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-column {
    flex-direction: column;
    gap: 20px;
  }
}
.c-column.ltr {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-column.ltr {
    flex-direction: column;
  }
}
.c-column_content {
  flex: 1;
}
.c-column_img {
  flex: 0 0 auto;
  width: min(36vw, 460px);
}
@media screen and (max-width: 767px) {
  .c-column_img {
    width: 100%;
  }
}
.c-column_img img {
  width: 100%;
  height: auto;
}
.c-bg {
  padding-block: min(7.5vw, 96px);
}
@media screen and (max-width: 767px) {
  .c-bg {
    padding-block: 56px;
  }
}
.c-bg.gray {
  background-color: #F3F3F3;
}
.p-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 84px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-header {
    height: 50px;
  }
}
.p-header_title {
  width: 300px;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .p-header_title {
    width: 177px;
  }
}
.p-header_title a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  background-color: #E71431;
}
.p-header_title a img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-header_title a img {
    width: 118px;
  }
}
.p-header_menu {
  display: flex;
  gap: min(2.3vw, 40px);
  padding-inline: 0 min(3vw, 44px);
}
@media screen and (max-width: 1023px) {
  .p-header_menu {
    display: none;
  }
}
.p-header_menu .parent {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(2vw, 16px);
  color: #000;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.p-header_menu .parent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.3s ease width;
}
.p-header_menu .parent:hover::after, .p-header_menu .parent.current::after {
  width: 100%;
  background-color: #E71431;
}
.p-header_menu .parent.current .children {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.p-header_menu .children {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-block: 24px 16px;
  padding-inline: 8px;
  width: 213px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s ease opacity;
}
@media screen and (max-width: 1023px) {
  .p-header_menu .children {
    gap: 16px;
    padding-block: 20px 12px;
    width: 200px;
  }
}
.p-header_menu .child {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1023px) {
  .p-header_menu .child {
    font-size: 14px;
  }
}
.p-header_menu .child:hover {
  color: #E71431;
}
.p-header_button {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-header_button {
    display: block;
    margin-right: 20px;
  }
}
.p-header_button-box {
  position: relative;
  width: 26px;
  height: 14px;
  cursor: pointer;
}
.p-header_button-box span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E71431;
  transition: 0.3s ease;
}
.p-header_button-box span:nth-child(1) {
  top: 0;
}
.p-header_button-box span:nth-child(2) {
  top: 50%;
}
.p-header_button-box span:nth-child(3) {
  top: 100%;
}
.p-header_button p {
  margin-top: 6px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  color: #E71431;
  font-weight: 500;
  line-height: 1;
}

.p-footer_top {
  padding-block: min(10vw, 120px) min(2vw, 24px);
  background: linear-gradient(180deg, #292A26 0%, #212121 100%);
}
@media screen and (max-width: 767px) {
  .p-footer_top {
    padding-block: 64px 24px;
  }
}
.p-footer_top-logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-footer_top-logo {
    display: block;
    padding-inline: 20px;
  }
  .p-footer_top-logo a {
    display: block;
    width: 222px;
  }
  .p-footer_top-logo a img {
    width: 100%;
    height: auto;
  }
}
.p-footer_top-inner {
  margin-inline: auto;
  padding-inline: 20px;
  width: 100%;
  max-width: 1320px;
}
@media screen and (max-width: 767px) {
  .p-footer_top-inner {
    margin-top: 40px;
  }
}
.p-footer_top-menu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: min(1.8vw, 40px);
}
@media screen and (max-width: 1023px) {
  .p-footer_top-menu {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_top-menu {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 33px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_top-link.shop {
    order: 2;
  }
  .p-footer_top-link.business {
    order: 3;
  }
  .p-footer_top-link.topics {
    order: 4;
  }
  .p-footer_top-link.recruit {
    order: 5;
  }
  .p-footer_top-link.csr {
    order: 6;
  }
}
.p-footer_top-link a {
  font-size: min(1.1vw, 14px);
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-footer_top-link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_top-link a {
    font-size: 15px;
  }
}
.p-footer_top-link dt {
  padding-bottom: min(1vw, 14px);
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #939090;
}
.p-footer_top-link dt a, .p-footer_top-link dt p {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-footer_top-link dt a, .p-footer_top-link dt p {
    font-size: 16px;
  }
}
.p-footer_top-link dd {
  display: flex;
  flex-direction: column;
  gap: min(1vw, 14px);
  padding-top: min(1vw, 14px);
}
@media screen and (max-width: 767px) {
  .p-footer_top-link dd {
    padding-top: 12px;
    gap: 20px;
  }
}
.p-footer_top-middle {
  margin-top: min(3.2vw, 40px);
  padding-right: min(5.4vw, 70px);
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-footer_top-middle {
    margin-top: 40px;
    justify-content: flex-start;
  }
}
.p-footer_top-contact {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 60px;
  height: 46px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .p-footer_top-contact {
    padding-right: 50px;
    height: 40px;
  }
}
.p-footer_top-contact:hover {
  opacity: 0.6;
}
.p-footer_top-contact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background-image: url("../img/button/button-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .p-footer_top-contact::after {
    width: 40px;
    height: 40px;
  }
}
.p-footer_top-bottom {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-footer_top-bottom {
    margin-top: 32px;
  }
}
.p-footer_top-home {
  padding-block: 0 min(2.5vw, 32px);
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #939090;
}
@media screen and (max-width: 767px) {
  .p-footer_top-home {
    padding-block: 0;
  }
}
.p-footer_top-home a {
  display: block;
  width: min(22.5vw, 288px);
  transition: 0.3s ease;
}
.p-footer_top-home a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-footer_top-home a {
    display: none;
  }
}
.p-footer_top-home a img {
  width: 100%;
  height: auto;
}
.p-footer_top-links {
  margin-top: min(2vw, 26px);
  display: flex;
  justify-content: center;
  gap: min(5vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-footer_top-links {
    margin-top: 24px;
    gap: 40px;
  }
}
.p-footer_top-links a {
  font-size: 15px;
  color: #fff;
  transition: 0.3s ease;
}
.p-footer_top-links a:hover {
  opacity: 0.6;
}
.p-footer_top-copy {
  margin-top: min(2.1vw, 28px);
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer_top-copy {
    margin-top: 24px;
    font-size: 13px;
  }
}
.p-footer_links {
  display: grid;
  place-content: center;
  width: 100%;
  height: 130px;
  background-color: #363333;
}
@media screen and (max-width: 1023px) {
  .p-footer_links {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_links {
    padding-block: 32px;
    height: auto;
  }
}
.p-footer_links-inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .p-footer_links-inner {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_links-inner {
    align-items: flex-start;
    gap: 42px;
  }
}
.p-footer_links-head {
  width: 76px;
}
@media screen and (max-width: 1023px) {
  .p-footer_links-head {
    width: 60px;
  }
}
.p-footer_links-head img {
  width: 100%;
  height: auto;
}
.p-footer_links-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .p-footer_links-links {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_links-links {
    flex-direction: column;
    gap: 30px;
  }
}
.p-footer_links a {
  display: block;
  transition: 0.3s ease;
}
.p-footer_links a:hover {
  opacity: 0.6;
}
.p-footer_links a img {
  width: 100%;
  height: auto;
}
.p-footer_links a.apple {
  width: 157px;
}
@media screen and (max-width: 1023px) {
  .p-footer_links a.apple {
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_links a.apple {
    width: 143px;
  }
}
.p-footer_links a.google {
  width: 156px;
}
@media screen and (max-width: 1023px) {
  .p-footer_links a.google {
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_links a.google {
    width: 145px;
  }
}
.p-footer_bottom {
  display: flex;
  align-items: center;
  padding-inline: min(7vw, 120px);
  width: 100%;
  height: 110px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-footer_bottom {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_bottom {
    padding-inline: 20px;
    height: 75px;
  }
}
.p-footer_bottom-inner {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer_bottom-inner {
    gap: 18px;
  }
}
.p-footer_bottom a {
  display: block;
  transition: 0.3s ease;
}
.p-footer_bottom a:hover {
  opacity: 0.6;
}
.p-footer_bottom a img {
  width: 100%;
  height: auto;
}
.p-footer_bottom a.aeon {
  width: 134px;
}
@media screen and (max-width: 1023px) {
  .p-footer_bottom a.aeon {
    width: 116px;
  }
}
.p-footer_bottom a.tree {
  width: 137px;
}
@media screen and (max-width: 1023px) {
  .p-footer_bottom a.tree {
    width: 118px;
  }
}
.p-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(231, 20, 49, 0.9);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.6s ease;
}
.p-nav.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.p-nav_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
}
.p-nav_head-title {
  display: grid;
  place-content: center;
  width: 177px;
  height: 100%;
}
.p-nav_head-title img {
  width: 118px;
  height: auto;
}
.p-nav_menu {
  display: block;
  margin-right: 20px;
}
.p-nav_menu-box {
  position: relative;
  width: 26px;
  height: 14px;
  cursor: pointer;
}
.p-nav_menu-box span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s ease;
}
.p-nav_menu-box span:nth-child(1) {
  top: 50%;
  transform: rotate(30deg);
}
.p-nav_menu-box span:nth-child(2) {
  top: 50%;
  transform: rotate(-30deg);
}
.p-nav_menu p {
  margin-top: 6px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.p-nav_inner {
  padding-block: 10px 50px;
  padding-inline: 20px;
}
.p-nav_row {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.p-nav_column {
  width: 50%;
}
.p-nav_content {
  min-width: 152px;
  color: #fff;
  line-height: 1.5;
}
.p-nav_content dt {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-nav_content dt a {
  color: #fff;
}
.p-nav_content dd {
  margin-top: 2px;
}
.p-nav_content dd a {
  font-size: 15px;
  color: #fff;
}
.p-nav_list {
  display: flex;
  gap: 40px;
}
.p-nav_list.mgt {
  margin-top: 24px;
}
.p-top_inner {
  margin-inline: auto;
  padding-inline: 20px;
  width: 100%;
  max-width: 1208px;
}
.p-top_nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top_nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top_nav-item {
  position: relative;
  display: block;
  transition: 0.3s ease;
}
.p-top_nav-item:hover {
  opacity: 0.6;
}
.p-top_nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 7, 12, 0.4);
}
.p-top_nav-item::after {
  content: "";
  position: absolute;
  right: min(1.2vw, 16px);
  bottom: min(1vw, 12px);
  z-index: 20;
  width: min(3.5vw, 46px);
  height: min(3.5vw, 46px);
  background-image: url("../img/button/button-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top_nav-item::after {
    right: 20px;
    bottom: 12px;
    width: 29px;
    height: 29px;
  }
}
.p-top_nav-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.p-top_nav-title span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(2.5vw, 32px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top_nav-title span {
    font-size: 20px;
  }
}
.p-top_nav-title small {
  font-size: min(1.3vw, 16px);
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-top_nav-title small {
    font-size: 10px;
  }
}
.p-top_nav-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top_container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top_container {
    flex-direction: column;
  }
}
.p-top_container-left {
  flex: 0 0 auto;
}
.p-top_container-left.shop {
  padding-top: min(3.2vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-top_container-left.shop {
    padding-top: 0;
  }
}
.p-top_container-title {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: min(1.3vw, 16px);
  color: #E71431;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top_container-title {
    padding-bottom: 6px;
  }
}
.p-top_container-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #E71431;
}
@media screen and (max-width: 767px) {
  .p-top_container-title::after {
    width: 80px;
  }
}
.p-top_container-title span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(4vw, 40px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top_container-title span {
    font-size: 32px;
  }
}
.p-top_container-title span small {
  font-size: min(2.5vw, 32px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top_container-title span small {
    font-size: 24px;
  }
}
.p-top_container-title span.small {
  margin-top: 4px;
  font-size: min(1.3vw, 16px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top_container-title span.small {
    margin-top: 0;
    font-size: 14px;
  }
}
.p-top_container-content {
  flex: 1 1 auto;
}
.p-top_news {
  margin-block: min(4.6vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-top_news {
    margin-block: 48px;
  }
}
.p-top_news-list {
  margin-top: 10px;
  margin-left: min(5vw, 64px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_news-list {
    margin-top: 12px;
    margin-left: 0;
  }
}
.p-top_news-list .c-news {
  padding-right: min(7vw, 94px);
}
@media screen and (max-width: 767px) {
  .p-top_news-list .c-news {
    padding-right: 0;
  }
}
.p-top_news-bottom {
  margin-top: min(2vw, 24px);
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top_news-bottom {
    margin-top: 24px;
  }
}
.p-top_detail {
  position: relative;
  width: 100%;
  height: 530px;
  background-image: url("../img/top/sec03-bg.jpg");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top_detail {
    height: 658px;
    background-image: url("../img/top/sec03-bg-sp.jpg");
  }
}
.p-top_detail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
}
.p-top_detail-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top_detail-inner {
    padding-inline: 20px;
  }
}
.p-top_detail-catch {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .p-top_detail-catch {
    gap: 20px;
  }
}
.p-top_detail-catch p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top_detail-catch p {
    text-align: left;
  }
}
.p-top_detail-button {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .p-top_detail-button {
    justify-content: flex-start;
  }
}
.p-top_csr {
  position: relative;
  padding-block: min(7vw, 90px) 0;
}
@media screen and (max-width: 767px) {
  .p-top_csr {
    padding-block: 48px 0;
  }
}
.p-top_csr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: min(50vw, 480px);
  background-color: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .p-top_csr::after {
    height: 100%;
  }
}
.p-top_csr-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: min(7vw, 90px);
}
@media screen and (max-width: 767px) {
  .p-top_csr-content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 32px;
    padding-left: 0;
  }
}
.p-top_csr-text {
  flex: 0 0 auto;
  padding-bottom: 15px;
  width: min(40vw, 434px);
}
@media screen and (max-width: 767px) {
  .p-top_csr-text {
    padding-bottom: 24px;
    width: 100%;
  }
}
.p-top_csr-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-top_csr-button {
  display: flex;
  justify-content: flex-end;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .p-top_csr-button {
    width: 100%;
  }
}
.p-top_csr-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-top_csr-photos {
    margin-top: 24px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
.p-top_csr-photo img {
  width: 100%;
  height: auto;
}
.p-top_shop-button {
  display: flex;
  justify-content: flex-start;
  margin-top: min(5.7vw, 74px);
}
@media screen and (max-width: 767px) {
  .p-top_shop-button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top_shop-container {
    margin-top: 24px;
    margin-left: -20px;
    width: calc(100% + 40px);
    overflow-x: auto;
  }
}
.p-top_shop-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-left: min(7vw, 90px);
  gap: min(1.8vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-top_shop-list {
    padding-inline: 20px;
    width: 922px;
    gap: 24px;
  }
}
.p-top_shop-item {
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
}
.p-top_shop-item:hover {
  opacity: 0.6;
}
.p-top_shop-item h3 {
  margin-top: min(1.2vw, 16px);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top_shop-item h3 {
    margin-top: 16px;
  }
}
.p-top_shop-item p {
  margin-block: min(1vw, 12px) min(1vw, 10px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top_shop-item p {
    margin-top: 12px;
  }
}
.p-top_shop-img {
  width: 100%;
}
.p-top_shop-img img {
  width: 100%;
  height: auto;
}
.p-top_shop-link {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.p-top_shop-link img {
  width: 42px;
  height: 42px;
}
.p-news_select {
  position: relative;
}
.p-news_select::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
  width: 17px;
  height: 18px;
  background-image: url("../img/button/button-arrow-select.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-news_select select {
  padding-block: 8px;
  padding-inline: 50px 26px;
  border-width: 1px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  border-style: solid;
  border-color: #E71431;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}
.p-news_list {
  margin-top: 28px;
}
.p-outline_message {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-outline_message {
    flex-direction: column;
    gap: 28px;
  }
}
.p-outline_message-content {
  flex: 1 1 auto;
}
.p-outline_message-text p {
  margin-top: 0.5em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.p-outline_message-name {
  margin-top: 24px;
  font-weight: 700;
  text-align: right;
}
.p-outline_message-img {
  flex: 0 0 auto;
  margin-left: min(10vw, 122px);
  width: min(32.8vw, 420px);
}
@media screen and (max-width: 767px) {
  .p-outline_message-img {
    margin-left: auto;
    margin-right: auto;
    width: 295px;
  }
}
.p-outline_message-img img {
  width: 100%;
  height: auto;
}
.p-outline_history h3 {
  font-size: 16px;
  font-weight: 400;
}
.p-outline_history ul {
  padding-left: 1.2em;
}
.p-outline_history ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-indent: -1.2em;
}
.p-outline_overview {
  background-color: #F3F3F3;
}
.p-outline_overview-list {
  display: grid;
  grid-template-columns: min(18.5vw, 236px) 1fr;
}
@media screen and (max-width: 767px) {
  .p-outline_overview-list {
    grid-template-columns: 1fr;
  }
}
.p-outline_overview-list > dt, .p-outline_overview-list > dd {
  padding-block: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #DCDCDC;
}
.p-outline_overview-list > dt {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-outline_overview-list > dt {
    padding-block: 8px 0;
    text-align: left;
    border: 0;
  }
}
.p-outline_overview-list > dd {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-outline_overview-list > dd {
    padding-block: 2px 8px;
  }
}
.p-outline_overview-list > dd a {
  text-decoration: underline;
}
.p-outline_overview-list > dd a:hover {
  text-decoration: none;
}
.p-outline_member {
  display: flex;
  align-items: flex-end;
}
.p-outline_member-list {
  display: grid;
  grid-template-columns: 8em 1fr;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.p-outline_member-append {
  margin-left: 32px;
}
.p-outline_map iframe {
  width: 100%;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .p-outline_map iframe {
    height: 244px;
  }
}
.p-outline_board-list {
  margin-top: min(1.8vw, 24px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.3vw, 30px);
}
@media screen and (max-width: 767px) {
  .p-outline_board-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.p-outline_board-list li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-outline_board-list li img {
    margin-inline: auto;
    width: 295px;
  }
}
.p-outline_board-list li p {
  margin-top: min(1vw, 16px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1.5vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-outline_board-list li p {
    gap: 20px;
  }
}
.p-outline_board-list li p small {
  font-size: 14px;
}
.p-outline_board-list li p span {
  font-size: 16px;
}
.p-philosophy_detail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: min(1vw, 12px);
}
@media screen and (max-width: 767px) {
  .p-philosophy_detail {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
  }
}
.p-philosophy_detail-item {
  position: relative;
  padding-top: 100%;
  width: 100%;
  background-color: #E71431;
  border-radius: min(4.6vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-philosophy_detail-item {
    padding-top: 69%;
    border-radius: 36px;
  }
}
.p-philosophy_detail-container {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.p-philosophy_detail-title {
  font-size: min(1.6vw, 20px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-philosophy_detail-title {
    font-size: 16px;
  }
}
.p-philosophy_detail-content {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-philosophy_detail-content {
    margin-top: 6px;
  }
}
.p-philosophy_detail-content.gender {
  margin-top: 6px;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-philosophy_detail-content.gender li {
    display: flex;
    align-items: flex-end;
  }
  .p-philosophy_detail-content.gender li .p-philosophy_detail-gender {
    writing-mode: vertical-rl;
    padding-bottom: 8px;
    font-size: 10px;
    line-height: 1.2;
  }
}
.p-philosophy_detail-gender {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-philosophy_detail-gender {
    font-size: 11px;
  }
}
.p-philosophy_detail-count span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(5vw, 64px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-philosophy_detail-count span {
    font-size: 40px;
  }
}
.p-philosophy_detail-count small {
  font-size: min(1.6vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-philosophy_detail-count small {
    font-size: 16px;
  }
}
.p-philosophy_about {
  background-color: #F3F3F3;
}
.p-philosophy_about-title {
  margin-inline: auto;
  width: min(38vw, 433px);
}
@media screen and (max-width: 767px) {
  .p-philosophy_about-title {
    width: 100%;
    max-width: 335px;
  }
}
.p-philosophy_about-title img {
  width: 100%;
  height: auto;
}
.p-philosophy_about-text {
  margin-top: min(2vw, 28px);
  font-size: min(1.6vw, 20px);
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-philosophy_about-text {
    margin-top: 28px;
    font-size: 18px;
  }
}
.p-philosophy_about-links {
  display: flex;
  justify-content: center;
  gap: min(7.5vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-philosophy_about-links {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
}
.p-philosophy_list {
  display: grid;
  grid-template-columns: min(6vw, 64px) 1fr;
  row-gap: min(1.5vw, 20px);
  column-gap: min(1vw, 12px);
  margin-top: min(4.3vw, 56px);
}
@media screen and (max-width: 767px) {
  .p-philosophy_list {
    grid-template-columns: 1fr;
    row-gap: 0;
    column-gap: 0;
    margin-top: 0;
  }
}
.p-philosophy_list dt, .p-philosophy_list dd {
  padding-block: 15px;
}
.p-philosophy_list dt {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(5vw, 64px);
  color: #E71431;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-philosophy_list dt {
    margin-top: 20px;
    font-size: 56px;
  }
}
.p-philosophy_list dd {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-philosophy_list dd {
    margin-top: 4px;
  }
}
.p-philosophy_list dd .ja {
  font-size: min(2vw, 24px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-philosophy_list dd .ja {
    font-size: 24px;
  }
}
.p-philosophy_list dd .en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(1.5vw, 20px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: normal;
}
@media screen and (max-width: 767px) {
  .p-philosophy_list dd .en {
    font-size: 20px;
  }
}
.p-philosophy_list dd small {
  margin-top: min(1.1vw, 15px);
  font-size: min(1.2vw, 16px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-philosophy_list dd small {
    margin-top: 4px;
    font-size: 16px;
  }
}
.p-philosophy_img {
  width: 100%;
  height: min(30vw, 380px);
  background-image: url("../img/philosophy/bottom-img.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-philosophy_img {
    height: 380px;
  }
}
.p-officer_list {
  display: grid;
  grid-template-columns: min(25vw, 330px) 1fr;
}
@media screen and (max-width: 1023px) {
  .p-officer_list {
    grid-template-columns: 1fr;
  }
}
.p-officer_list dt, .p-officer_list dd {
  padding-block: 32px 20px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #DCDCDC;
}
.p-officer_list dt {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .p-officer_list dt {
    padding-bottom: 0;
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-officer_list dt {
    padding-top: 16px;
  }
}
.p-officer_list dd {
  word-break: normal;
}
@media screen and (max-width: 1023px) {
  .p-officer_list dd {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-officer_list dd {
    padding-top: 6px;
    padding-bottom: 10px;
  }
}
.p-officer_list dd p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.p-officer_list dd p + p {
  margin-top: 0.5em;
}
.p-business_text {
  margin-top: min(2vw, 28px);
}
@media screen and (max-width: 767px) {
  .p-business_text {
    margin-top: 20px;
  }
}
.p-business_text p {
  font-size: 16px;
  line-height: 1.8;
}
.p-business_text p + p {
  margin-top: 1em;
}
.p-business_operation {
  display: flex;
}
.p-business_operation-content {
  flex: 1;
}
.p-business_operation-img {
  flex: 0 0 auto;
  margin-left: min(3vw, 40px);
  width: min(36vw, 460px);
}
.p-business_operation-img img {
  width: 100%;
  height: auto;
}
.p-business_operation-text {
  margin-top: min(2vw, 28px);
}
.p-business_operation-text p {
  font-size: 16px;
  line-height: 1.8;
}
.p-business_operation-text p + p {
  margin-top: 1em;
}
.p-business_operation-shops {
  margin-top: min(2.5vw, 32px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-business_operation-shops {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-business_operation-shop {
  display: block;
  transition: 0.3s ease;
}
.p-business_operation-shop:hover {
  opacity: 0.6;
}
.p-business_operation-shop img {
  width: 100%;
  height: auto;
}
.p-business_operation-button {
  display: flex;
  justify-content: flex-end;
}
.p-business_digital {
  padding-block: min(7.5vw, 96px);
  background-color: #F3F3F3;
}
.p-recruit_text p {
  font-size: 16px;
  line-height: 1.8;
}
.p-recruit_text p + p {
  margin-top: 1.25em;
}
.p-recruit_links {
  margin-inline: auto;
  width: 100%;
  max-width: 805px;
}
.p-contact_text p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact_text p {
    text-align: left;
  }
}
.p-contact_button {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact_button {
    justify-content: flex-end;
  }
}
.p-terms_text p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-terms_text p {
    text-align: left;
  }
}
.p-terms_button {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-terms_button {
    justify-content: flex-end;
  }
}
.p-privacy_container h3 {
  margin-top: 64px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-privacy_container h3 {
    margin-top: 56px;
  }
}
.p-privacy_container h4 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-privacy_container h4 {
    margin-top: 32px;
  }
}
.p-privacy_container a {
  text-decoration: underline;
}
.p-privacy_container a:hover {
  text-decoration: none;
}
.p-privacy_container p, .p-privacy_container ul {
  margin-top: 12px;
}
.p-privacy_container h3 + p, .p-privacy_container h3 + ul {
  margin-top: 16px;
}
.p-privacy_container p, .p-privacy_container li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.p-privacy_container ul.case {
  margin-top: 0;
  padding-left: 1.8em;
}
.p-privacy_container ul.case > li {
  text-indent: -2.7em;
}
.p-privacy_container ul.number {
  margin-top: 0;
  padding-left: 1.2em;
}
.p-privacy_container ul.number > li {
  text-indent: -1.2em;
}
.p-privacy_container .align-right {
  text-align: right;
}
.p-privacy_link {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}
.p-privacy_link:hover {
  text-decoration: none;
}
.p-shop_top-logo {
  margin-inline: auto;
  width: 100%;
  max-width: 460px;
}
.p-shop_top-logo img {
  width: 100%;
  height: auto;
}
.p-shop_top-content p {
  margin-top: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.p-shop_top-links {
  display: flex;
  justify-content: center;
  gap: min(5.6vw, 72px);
}
@media screen and (max-width: 767px) {
  .p-shop_top-links {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
}
.p-shop_map {
  background-color: #F3F3F3;
}
.p-shop_map-area svg {
  width: 100%;
  height: auto;
}
.p-shop_map-area .clickable {
  transition: 0.3s ease opacity;
}
.p-shop_map-area .clickable:hover {
  opacity: 0.6;
}
.p-shop_map-area .nolink {
  pointer-events: none;
}
.p-shop_map-area .nolink path {
  fill: #ccc;
}
.p-shop_map-area .nolink rect, .p-shop_map-area .nolink line {
  stroke: #ccc;
}
.p-shop_slider {
  position: relative;
  margin-inline: auto;
  padding-inline: min(8vw, 80px);
  width: 100%;
  max-width: 906px;
}
@media screen and (max-width: 767px) {
  .p-shop_slider {
    padding-inline: 20px;
  }
}
.p-shop_slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-shop_slider .splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: min(5.6vw, 46px);
  height: min(5.6vw, 46px);
  background-color: transparent;
  border: 0;
  background-image: url("../img/button/button-arrow-red-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-shop_slider .splide__arrow {
    width: 46px;
    height: 46px;
  }
}
.p-shop_slider .splide__arrow svg {
  display: none;
}
.p-shop_slider .splide__arrow--prev {
  left: 2px;
  transform: translate(0, -50%) scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-shop_slider .splide__arrow--prev {
    left: -6px;
  }
}
.p-shop_slider .splide__arrow--next {
  right: 2px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-shop_slider .splide__arrow--next {
    right: -6px;
  }
}
.p-shop_slider .splide__pagination {
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
}
.p-shop_slider .splide__pagination li {
  line-height: 0;
}
.p-shop_slider .splide__pagination .splide__pagination__page {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  outline: none;
  background-color: #EDEDED;
}
.p-shop_slider .splide__pagination .splide__pagination__page.is-active {
  background-color: #E71431;
}
.p-shop_anchor {
  margin-top: min(3.2vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-shop_anchor {
    margin-top: 24px;
  }
}
.p-shop_anchor-all {
  position: relative;
  display: grid;
  place-content: center;
  margin-inline: auto;
  width: 334px;
  height: 46px;
  font-size: 16px;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  border-color: #E71431;
  border-radius: 5px;
  transition: 0.3s ease;
}
.p-shop_anchor-all:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-shop_anchor-all {
    height: 50px;
  }
}
.p-shop_anchor-all::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background-image: url("../img/button/button-arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-shop_anchor-areas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 60px;
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .p-shop_anchor-areas {
    column-gap: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-shop_anchor-areas {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 0;
    column-gap: 50px;
    row-gap: 36px;
  }
}
.p-shop_anchor-areas li {
  padding-block: 10px;
}
@media screen and (max-width: 767px) {
  .p-shop_anchor-areas li {
    display: flex;
    width: calc(50% - 25px);
    padding-block: 0;
  }
  .p-shop_anchor-areas li:nth-child(2n) {
    justify-content: flex-start;
  }
  .p-shop_anchor-areas li:nth-child(2n+1) {
    justify-content: flex-end;
  }
}
.p-shop_anchor-areas li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 32px;
  width: fit-content;
  height: min(2.8vw, 26px);
  font-size: min(1.8vw, 16px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-shop_anchor-areas li a {
    font-size: 16px;
    height: 26px;
    width: 8.2em;
  }
}
.p-shop_anchor-areas li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(2.8vw, 26px);
  height: min(2.8vw, 26px);
  background-image: url("../img/button/button-arrow-round-red-bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-shop_anchor-areas li a::after {
    width: 26px;
    height: 26px;
  }
}
.p-shop_areas-area {
  margin-top: -84px;
  padding-top: 112px;
}
@media screen and (max-width: 1023px) {
  .p-shop_areas-area {
    margin-top: -60px;
    padding-top: 88px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop_areas-area {
    margin-top: -40px;
    padding-top: 68px;
  }
}
.p-shop_areas-area .list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-shop_areas-area .list {
    margin-top: 10px;
  }
}
.p-shop_areas-area .list a {
  display: grid;
  place-content: center;
  width: 180px;
  height: 46px;
  font-size: 16px;
  font-weight: 500;
  background-color: #F3F3F3;
  transition: 0.3s ease;
}
.p-shop_areas-area .list a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-shop_areas-area .list a {
    width: calc(50% - 10px);
  }
}
.p-csr_top p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-csr_top p {
    text-align: left;
  }
}
.p-csr_sponsor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-csr_sponsor {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-csr_sponsor-item h3 {
  padding-bottom: 8px;
  font-size: min(2.2vw, 24px);
  color: #E71431;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #E71431;
}
@media screen and (max-width: 767px) {
  .p-csr_sponsor-item h3 {
    font-size: 24px;
  }
}
.p-csr_sponsor-item img {
  margin-top: 32px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-csr_sponsor-item img {
    margin-top: 20px;
    padding-inline: 20px;
  }
}
.p-csr_sponsor-item p {
  margin-top: 16px;
  font-size: 15px;
  color: #E71431;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
.p-csr_content {
  margin-top: 24px;
  line-height: 1.8;
}
.p-csr_content.top {
  margin-top: 0;
}
.p-csr_content p, .p-csr_content li {
  font-size: 16px;
}
.p-csr_content p, .p-csr_content ol {
  margin-top: 16px;
}
.p-csr_content ol {
  padding-left: 1.2em;
}
.p-csr_content ol li {
  list-style-type: decimal;
}
.p-csr_content ul {
  padding-left: 1.2em;
}
.p-csr_content ul li {
  text-indent: -1.2em;
}
.p-csr_column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(3vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-csr_column {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-csr_column-item img {
  width: 100%;
  height: auto;
}
.p-detail_top p {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-detail_top p {
    text-align: left;
  }
}
.p-detail_top p + p {
  margin-top: 20px;
}
.p-detail_buttons {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-detail_buttons {
    gap: 20px;
  }
}
.p-detail_buttons li {
  flex: 1;
  padding-block: 0 14px;
  padding-inline: 12px;
}
@media screen and (max-width: 767px) {
  .p-detail_buttons li {
    padding-block: 0 10px;
    padding-inline: 0;
  }
}
.p-detail_buttons li span {
  display: grid;
  place-content: center;
  padding-inline: 10px;
  height: 56px;
  color: #E71431;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #E71431;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-detail_buttons li span {
    height: 48px;
  }
}
.p-detail_buttons li.current {
  flex: 0 0 auto;
  pointer-events: none;
  width: min(32.5vw, 416px);
  padding-block: 0;
  background-color: #E71431;
  border-radius: 5px 5px 0 0;
}
.p-detail_buttons li.current span {
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-detail_buttons li.current {
    width: 25.8vw;
  }
}
.p-detail_buttons li:not(.current) {
  cursor: pointer;
  transition: 0.3s ease opacity;
}
.p-detail_buttons li:not(.current):hover {
  opacity: 0.6;
}
.p-detail_container {
  padding-block: 8px 64px;
  padding-inline: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #E71431;
}
@media screen and (max-width: 767px) {
  .p-detail_container {
    padding-block: 0 40px;
    padding-inline: 10px;
  }
}
.p-detail_container > li {
  display: none;
}
.p-detail_container > li.current {
  display: block;
}
.p-detail_content h3 {
  margin-top: 56px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-detail_content h3 {
    margin-top: 40px;
  }
}
.p-detail_content h4 {
  margin-top: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-detail_content h4 {
    margin-top: 20px;
  }
}
.p-detail_content p + p {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-detail_content p + p {
    margin-top: 8px;
  }
}
.p-detail_content ul {
  padding-left: 1.2em;
}
.p-detail_content ul li {
  text-indent: -1.2em;
}
.p-detail_content ul + p {
  margin-top: 12px;
}
.p-detail_content p.append {
  font-size: 14px;
  line-height: 1.5;
}
.p-detail_content-button {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-detail_content-button {
    padding-left: 42px;
  }
}
.p-detail_info {
  display: grid;
  grid-template-columns: min(20vw, 220px) 1fr;
}
@media screen and (max-width: 1023px) {
  .p-detail_info {
    grid-template-columns: 1fr;
  }
}
.p-detail_info > dt, .p-detail_info > dd {
  padding-block: 18px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #DCDCDC;
}
@media screen and (max-width: 1023px) {
  .p-detail_info > dt, .p-detail_info > dd {
    padding-block: 8px;
  }
}
.p-detail_info > dt {
  display: grid;
  place-content: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-detail_info > dt {
    display: block;
    margin-top: 8px;
    text-align: left;
  }
}
.p-detail_info > dd {
  padding-left: min(1.2vw, 16px);
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .p-detail_info > dd {
    padding-left: 0;
  }
}
.p-detail_info > dd dl dd {
  padding-left: 1em;
}
.p-detail_info > dd a:hover {
  text-decoration: underline;
}
.p-detail_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(8vw, 104px);
  padding-inline: 20px;
  width: 100%;
  height: min(16vw, 156px);
  background-color: #E71431;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-detail_contact {
    margin-inline: auto;
    width: calc(100% - 20px);
    flex-direction: column;
    gap: 20px;
    padding-block: 20px;
    padding-inline: 16px;
    height: auto;
  }
}
.p-detail_contact-title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-detail_contact-title {
    flex-direction: column;
    gap: 0;
  }
}
.p-detail_contact-title span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(4vw, 40px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-detail_contact-title span {
    font-size: 32px;
  }
}
.p-detail_contact-title small {
  font-size: min(1.8vw, 16px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-detail_contact-title small {
    margin-top: 4px;
    font-size: 16px;
  }
}
.p-detail_contact-button {
  position: relative;
  display: grid;
  place-content: center;
  width: min(32vw, 296px);
  height: 58px;
  font-size: min(1.8vw, 16px);
  color: #E71431;
  font-weight: 500;
  letter-spacing: 0.04em;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.3s ease;
}
.p-detail_contact-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-detail_contact-button {
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
}
.p-detail_contact-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 32px;
  height: 32px;
  background-image: url("../img/button/button-arrow-round-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-detail_contact-button::after {
    right: 10px;
    width: 22px;
    height: 22px;
  }
}
.p-detail_part {
  margin-inline: auto;
  padding-block: 56px 0;
  width: 100%;
  max-width: 746px;
}
@media screen and (max-width: 767px) {
  .p-detail_part {
    padding-block: 40px 0;
  }
}
.p-detail_part h3 {
  font-size: min(3vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-detail_part h3 {
    font-size: 20px;
  }
}
.p-detail_part-img {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-detail_part-img {
    margin-top: 24px;
  }
}
.p-detail_part-img img {
  width: 100%;
  height: auto;
}
.p-detail_part-buttons {
  display: flex;
  justify-content: center;
  gap: min(6vw, 72px);
}
@media screen and (max-width: 767px) {
  .p-detail_part-buttons {
    flex-direction: column;
    align-items: flex-end;
    gap: 28px;
  }
}
.u-pd-96 {
  padding-block: min(7.5vw, 96px);
}
@media screen and (max-width: 767px) {
  .u-pd-96 {
    padding-block: 56px;
  }
}

.u-pd-64 {
  padding-block: min(5vw, 64px);
}
@media screen and (max-width: 767px) {
  .u-pd-64 {
    padding-block: 56px;
  }
}

.u-pdb-96 {
  padding-bottom: min(7.5vw, 96px);
}
@media screen and (max-width: 767px) {
  .u-pdb-96 {
    padding-bottom: 56px;
  }
}

.u-mgt-12 {
  padding-top: min(1vw, 12px);
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .u-mgt-12 {
    margin-top: 10px;
  }
}

.u-mgt-16 {
  margin-top: min(1.2vw, 16px);
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .u-mgt-16 {
    margin-top: 16px;
  }
}

.u-mgt-24 {
  margin-top: min(1.8vw, 24px);
}

.u-mgt-32 {
  margin-top: min(2.5vw, 32px);
}
@media screen and (max-width: 767px) {
  .u-mgt-32 {
    margin-top: 24px;
  }
}

.u-mgt-40 {
  margin-top: min(3.2vw, 40px);
}
@media screen and (max-width: 767px) {
  .u-mgt-40 {
    margin-top: 32px;
  }
}

.u-mgt-48 {
  margin-top: min(3.75vw, 48px);
}
@media screen and (max-width: 767px) {
  .u-mgt-48 {
    margin-top: 32px;
  }
}

.u-mgt-56 {
  margin-top: min(4.3vw, 56px);
}
@media screen and (max-width: 767px) {
  .u-mgt-56 {
    margin-top: 40px;
  }
}

.u-mgt-64 {
  margin-top: min(5vw, 64px);
}
@media screen and (max-width: 767px) {
  .u-mgt-64 {
    margin-top: 56px;
  }
}

.u-mgt-80 {
  margin-top: min(6.4vw, 80px);
}
@media screen and (max-width: 767px) {
  .u-mgt-80 {
    margin-top: 48px;
  }
}

.u-pdt-96 {
  padding-top: min(7.5vw, 96px);
}
@media screen and (max-width: 767px) {
  .u-pdt-96 {
    padding-top: 56px;
  }
}

.u-flex-end {
  display: flex;
  justify-content: flex-end;
}

.u-flex-center {
  display: flex;
  justify-content: center;
}

/* ---------- sp/tab Show Hide ----------*/
@media screen and (min-width: 1024px) {
  .u-tab-show {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-tab-hide {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}