@charset "UTF-8";
/*foundation内の_index.scss*/
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  overflow-wrap: anywhere; /* 6 */
  line-break: strict;
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*foundation/global内の_index.scss*/
/** メディアクエリ **/
/*foundation/global内の_index.scss*/
/** メディアクエリ **/
/*=====================================
ベースリセット
HTMLタグのみ
======================================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*主要ブラウザのデフォルトサイズ16pxに対する62.5% => 10px;*/
  text-align: justify;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  font-weight: 400;
  color: #3A3737;
}
body.noMove {
  overflow: hidden;
  height: 100%;
}
body.noInteraction {
  pointer-events: none;
}
body.noInteraction .js-pulldownBtn,
body.noInteraction .js-pulldownMenu {
  pointer-events: auto;
}

h1 {
  font-size: clamp(2.2rem, 1.5952rem + 1.61vw, 3.4rem);
  line-height: 1.5;
  margin-bottom: 0.5em;
}
h1 span {
  font-family: FontAwesome;
  margin-right: 1rem;
}

h2 {
  font-size: clamp(2rem, 1.6976rem + 0.81vw, 2.6rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
h2 span {
  font-family: FontAwesome;
  margin-right: 1rem;
}
h2.f-slash {
  position: relative;
  display: inline-block;
  padding: 0 4.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 2em;
}
h2.f-slash::before, h2.f-slash::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: #3A3737;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
h2.f-slash::before {
  left: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
h2.f-slash::after {
  right: 0;
}

h3 {
  font-size: clamp(1.8rem, 1.5984rem + 0.54vw, 2.2rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
h3 span {
  font-family: FontAwesome;
  margin-right: 1rem;
}

h4 {
  font-size: clamp(1.6rem, 1.4992rem + 0.27vw, 1.8rem);
  line-height: 1.5;
}

a {
  color: #45ADF9;
}

p {
  margin-bottom: 1em;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
select,
button {
  font-size: 1.6rem;
  line-height: 1.8;
  line-height: normal;
  padding: 0.3em 0.6em;
  border-radius: 0.3em;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6A6A6A;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 15px top 55%;
  background-size: 1.5em 1.5em;
  cursor: pointer;
}

textarea {
  font-size: 1.6rem;
  width: 100%;
  padding: 0.6em;
  line-height: 1.4;
  border-radius: 0.6em;
}

hr {
  border: 1px solid #D9D9D9;
  margin: 1rem 0;
}
@media (min-width: 48em) {
  hr {
    margin: 5rem 0;
  }
}
@media (min-width: 70em) {
  hr {
    margin: 8rem 0;
  }
}
@media (min-width: 70em) {
  hr {
    display: block;
  }
}
hr.hrMedium {
  margin: 8rem auto;
  width: min(95%, 76.8rem);
}
hr.hrWide {
  margin: 4rem auto;
  width: min(95%, 112rem);
}
@media (min-width: 48em) {
  hr.hrWide {
    margin: 8rem auto;
  }
}

ol {
  margin-left: 1em;
  margin-bottom: 1em;
}
ol li {
  margin-bottom: 1rem;
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
}

code {
  word-break: break-all;
}

dl:not(.c-accordion) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

dt:not(.c-accordion__ttl),
dd:not(.c-accordion__content) {
  padding: 6px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (min-width: 48em) {
  dt:not(.c-accordion__ttl),
  dd:not(.c-accordion__content) {
    padding: 1.6rem 0;
  }
}

dt:not(.c-accordion__ttl) {
  width: 30%;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 48em) {
  dt:not(.c-accordion__ttl) {
    width: 18rem;
    text-align: left;
  }
}

dd:not(.c-accordion__content) {
  width: 70%;
}
@media (min-width: 48em) {
  dd:not(.c-accordion__content) {
    width: calc(100% - 18rem);
  }
}

table {
  width: 100%;
}
@media (min-width: 48em) {
  table {
    border-top: 1px solid #D9D9D9;
  }
}
table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 48em) {
  table tr {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
table th,
table td {
  width: 100%;
}
table th {
  text-align: center;
  background-color: #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 0.5em 0;
}
@media (min-width: 48em) {
  table th {
    width: 30%;
    border-bottom: 1px solid #fff;
  }
}
table td {
  padding: 0.5em 1em 2em;
  font-weight: 400;
}
@media (min-width: 48em) {
  table td {
    padding: 0.5em 1em;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
  }
}

/*layout内の_index.scss*/
/*=====================================
フッター関係
======================================*/
.l-fBreadcrumbs {
  border-bottom: 1px solid #D9D9D9;
}
.l-fBreadcrumbs__inr {
  overflow-x: scroll;
  white-space: nowrap;
}
@media (min-width: 70em) {
  .l-fBreadcrumbs__inr {
    width: min(95%, 112rem);
    margin: 0 auto;
  }
}
.l-fBreadcrumbs__ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1em;
}
.l-fBreadcrumbs__list {
  list-style: none;
  margin-bottom: 0;
}
.l-fBreadcrumbs__link {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-fBreadcrumbs__link::after {
  left: 3px;
  content: "";
  display: inlie;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #45ADF9;
  border-right: 1px solid #45ADF9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 1rem;
}
.l-fBreadcrumbs__link:hover {
  text-decoration: underline;
}

.l-footer {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  border-bottom: 2rem solid #fcb069;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(-0.15%, #fcb069), color-stop(35.32%, #f86f32), color-stop(70.78%, #ff7236), color-stop(106.25%, #ec3b03));
  -webkit-border-image: -webkit-linear-gradient(left, #fcb069 -0.15%, #f86f32 35.32%, #ff7236 70.78%, #ec3b03 106.25%);
       -o-border-image: linear-gradient(90deg, #fcb069 -0.15%, #f86f32 35.32%, #ff7236 70.78%, #ec3b03 106.25%);
          border-image: -webkit-gradient(linear, left top, right top, color-stop(-0.15%, #fcb069), color-stop(35.32%, #f86f32), color-stop(70.78%, #ff7236), color-stop(106.25%, #ec3b03));
          border-image: linear-gradient(90deg, #fcb069 -0.15%, #f86f32 35.32%, #ff7236 70.78%, #ec3b03 106.25%);
  border-image-slice: 1;
  text-align: center;
  margin-bottom: 5.3rem;
}
@media (min-width: 70em) {
  .l-footer {
    margin-bottom: 0;
  }
}
.l-footer a:hover {
  opacity: 0.6;
}
.l-footer__inr {
  padding: 5rem 0;
  padding-top: 0;
}
.l-footer__logo {
  margin: 0 auto 2rem auto;
  max-width: 10.8rem;
  padding-top: 5rem;
}
@media (min-width: 48em) {
  .l-footer__logo {
    max-width: 20rem;
  }
}
.l-footer__logo a > img {
  height: auto;
  width: 100%;
}
.l-footer__about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(95%, 52rem);
  margin: 0 auto;
}
.l-footer__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.l-footer__list::after {
  display: block;
  content: "";
  width: 1px;
  height: 1em;
  background: #3A3737;
  margin-left: 1em;
  margin-right: 1em;
}
.l-footer__list:last-child::after {
  content: none;
}
.l-footer__link {
  text-decoration: none;
  color: #3A3737;
}
.l-footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.l-footer__sns li {
  list-style: none;
  margin-right: 1rem;
}
.l-footer__sns li:last-child {
  margin-right: 0;
}
.l-footer__sns li a:hover {
  opacity: 0.7;
}

#p-top-page .l-footer {
  margin-bottom: 0;
}

/*=====================================
ヘッダー関係
======================================*/
.l-header {
  height: 6rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.15%, #ffa487), color-stop(35.32%, #febcbc), color-stop(70.78%, #ffda92), color-stop(106.25%, #d1ff85));
  background: -webkit-linear-gradient(left, #ffa487 -0.15%, #febcbc 35.32%, #ffda92 70.78%, #d1ff85 106.25%);
  background: linear-gradient(90deg, #ffa487 -0.15%, #febcbc 35.32%, #ffda92 70.78%, #d1ff85 106.25%);
}
@media (min-width: 48em) {
  .l-header {
    height: 6.4rem;
  }
}
.l-header__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  width: min(95%, 112rem);
  margin: 0 auto;
}
.l-header__logo {
  width: 11rem;
}
@media (min-width: 48em) {
  .l-header__logo {
    width: 15rem;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__login {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  cursor: pointer;
}
.l-header__loginBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 7rem;
  padding: 0.5rem 1.1rem;
}
.l-header__loginBox > div {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.l-header__loginIcon {
  position: relative;
}
.l-header__loginIcon img {
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  border-radius: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header__back, .l-header__ichiran {
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.2rem;
}
.l-header__back::before, .l-header__ichiran::before {
  width: 1em;
  height: 1em;
  content: "";
  display: block;
  background: url(../img/common/header/header__arrowL--w.svg) no-repeat;
  background-size: contain;
}
.l-header__back:hover, .l-header__ichiran:hover {
  opacity: 0.6;
}
.l-header__memInfo {
  position: absolute;
  top: -2px;
  right: -5px;
}
.l-header__memInfo div {
  border: 2px solid #fff;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  background-color: #F83333;
}

/*=====================================
レイアウト関係
======================================*/
.l-contents__outer {
  margin: 1rem 0;
}
@media (min-width: 48em) {
  .l-contents__outer {
    margin: 5rem 0;
  }
}
@media (min-width: 70em) {
  .l-contents__outer {
    margin: 8rem 0;
  }
}
.l-contents__outer {
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
  padding: 2rem 0;
}
@media (min-width: 70em) {
  .l-contents__outer {
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
}
.l-contents__outer--shadowNon {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-contents__inr {
  margin: 0 auto;
  width: min(95%, 76.8rem);
  margin: 0 auto;
}
.l-contents__inrWide {
  width: min(95%, 112rem);
  margin: 0 auto;
  position: relative;
}
.l-contents__inrNarrow {
  width: min(95%, 68rem);
  margin: 0 auto;
}
.l-contents__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.l-contents > img {
  width: 100%;
  height: auto;
}

@media (min-width: 70em) {
  .l-sp {
    display: none !important;
  }
}

.l-pc {
  display: none;
}
@media (min-width: 70em) {
  .l-pc {
    display: block !important;
  }
}

.l-1column {
  margin: 0 auto;
}
@media (min-width: 48em) {
  .l-1column {
    width: min(95%, 76.8rem);
  }
}

.l-2column .c-headerIchiran__inr {
  width: 100%;
}

@media (min-width: 48em) {
  .l-2column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2%;
  }
}
.l-2column__box {
  margin-bottom: 2%;
}
@media (min-width: 48em) {
  .l-2column__box {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
  }
  .l-2column__box:last-child {
    margin-top: 0;
  }
}
.l-2column__box h3:not(:first-child) {
  margin-top: 2em;
}
.l-2column__header {
  padding: 0;
}

.l-frame {
  list-style: none;
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
  padding: 1em;
  position: relative;
}
.l-frame:not(:first-child) {
  margin: 1em 0;
}

/*=====================================
汎用的な共通パーツ
======================================*/
.c-common-ul {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.c-common-ul li {
  margin-bottom: 0.5em;
}

/*1行の場合*/
.c-ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 3行の場合 */
.c-txt-limit3 {
  overflow: hidden;
  display: block;
  line-height: 1.6em !important;
  max-height: 4.8em !important;
  text-overflow: ellipsis;
}

.c-yLabel {
  background-color: #FBF5B7;
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 1.5rem;
  font-weight: 600;
}

.c-readmore {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*以下お好み*/
  /* ボーダーを付ける場合 */
  padding: 10px;
}
.c-readmore__check {
  display: none;
  /*チェック時にボタンを非表示*/
}
.c-readmore__check:checked ~ .readmore-label {
  position: static;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}
.c-readmore__content {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*以下お好み*/
  /*高さの初期値*/
  height: 100px;
}
.c-readmore__content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}
.c-readmore__label {
  display: table;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  z-index: 10;
  padding: 0 10px;
  border-radius: 10px;
  color: #45ADF9;
  cursor: pointer;
}
.c-readmore__label::before {
  content: "続きを読む";
}
.c-readmore__check {
  display: none;
  /*チェック時にボタンを非表示*/
}
.c-readmore__check:checked ~ .readmore-label {
  position: static;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.c-readmore__check:checked ~ .c-readmore__label:before {
  content: "閉じる";
}

/*チェック時に高さを自動に戻す*/
.c-readmore__check:checked ~ .c-readmore__content {
  height: auto;
  padding-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*チェック時グラデーション等を削除*/
.c-readmore__check:checked ~ .c-readmore__content::before {
  display: none;
}

.c-readmore__label:before {
  font-family: FontAwesome;
  content: "\f078  続きを読む";
}

.c-readmore__check:checked ~ .c-readmore__label:before {
  font-family: FontAwesome;
  content: "\f077  閉じる";
}

.c-ulLink li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-ulLink li::before {
  width: 1em;
  height: 1em;
  content: "・";
  display: block;
  color: #45ADF9;
}
.c-ulLink a {
  text-decoration: none;
  font-weight: 600;
}
.c-ulLink a:hover {
  text-decoration: underline;
}

.c-bgGray, .c-bgYellow {
  padding: 1rem 2rem;
  background: #F2F2F1;
  border-radius: 1rem;
}
.c-bgGray p:last-child, .c-bgYellow p:last-child {
  margin-bottom: 0;
}

.c-bgYellow {
  background: #FBF5B7;
}

.c-flow {
  position: relative;
  margin: 0;
  padding: 0;
}
.c-flow li {
  border: 1px solid;
  border-radius: 5px;
  list-style: none;
  list-style-position: outside;
  margin-bottom: 3.6rem;
  position: relative;
  padding: 1rem;
  font-weight: 600;
  text-align: center;
}
.c-flow li.yellow {
  background-color: #FBF5B7;
}
.c-flow li:last-child {
  margin-bottom: 1rem;
}
.c-flow li:last-child::after {
  content: none;
}
@media (min-width: 48em) {
  .c-flow li {
    margin-bottom: 4.6rem;
  }
}
.c-flow li span {
  margin-right: 0.5rem;
  font-size: clamp(2rem, 1.6976rem + 0.81vw, 2.6rem);
  font-weight: 600;
  line-height: 1.5;
}
.c-flow li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2.6rem;
  width: 12rem;
  background: url(../img/common/icon/flowArrow.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 48em) {
  .c-flow li::after {
    height: 3.4rem;
    width: 20rem;
    bottom: -4.4rem;
  }
}

.c-termsLink {
  margin-top: 1rem;
}
.c-termsLink a {
  display: block;
  text-align: right;
  text-decoration: none;
}

.c-selectLang select {
  border-radius: 2rem;
  width: min(95%, 50rem);
  padding: 1rem 2rem;
  background-image: url(../img/common/footer/l-footer_language.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 1.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /*デフォルトの矢印を非表示*/
}
.c-selectLang select::-ms-expand {
  display: none;
  /*デフォルトの矢印を非表示（IE用）*/
}

.c-ttlRedBorder {
  color: #F83333;
  text-align: center;
  border-bottom: 3px solid;
}

.c-arrowIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-arrowIcon::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5rem;
  content: "\f138";
  display: block;
  width: 1.3em;
  height: 1.3em;
  font-size: 1.3em;
  line-height: 1.3;
}
.c-arrowIcon--red::before {
  color: #F83333;
}
.c-arrowIcon--orange::before {
  color: #FCA250;
}
.c-arrowIcon--green::before {
  color: #AAD64D;
}
.c-arrowIcon--pink::before {
  color: #FF8A8A;
}

.c-memInfo {
  position: relative;
  display: inline-block;
  margin: 0;
}
.c-memInfo__mark {
  position: absolute;
  top: -2px;
  right: -5px;
}
.c-memInfo__mark div {
  border: 2px solid #fff;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  background-color: #F83333;
}

/*=====================================
ナビパーツ
======================================*/
.c-globalNav {
  padding-bottom: 7.2rem;
  white-space: nowrap;
}
.c-globalNav--footer {
  position: initial !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
}
@media (min-width: 48em) {
  .c-globalNav {
    overflow-x: initial;
  }
}
@media (min-width: 70em) {
  .c-globalNav {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-globalNav__inr {
  position: absolute;
  -webkit-box-shadow: 2.00625px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 2.00625px 0px 4.01251px rgba(0, 0, 0, 0.25);
  overflow-x: auto;
  width: 100%;
  background: #fff;
}
@media (min-width: 70em) {
  .c-globalNav__inr {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 0 2%;
  }
}
@media (min-width: 96em) {
  .c-globalNav__inr {
    padding: 0;
  }
}
.c-globalNav__inr.c-unpinned {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.c-globalNav__inr.c-fixed {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.c-globalNav__ul, .c-mokutekiNav__ul {
  max-width: 112rem;
  margin: 0 auto;
  display: table;
  border-collapse: separate;
  /*隣接する要素のborderを共有*/
  table-layout: fixed;
  /*中の要素の幅を均等に*/
  width: 100%;
  /*幅を100%に*/
}
@media (min-width: 48em) {
  .c-globalNav__ul, .c-mokutekiNav__ul {
    word-wrap: break-word;
  }
}
.c-globalNav__list {
  cursor: pointer;
  width: 8rem;
  height: 7.2rem;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.c-globalNav__list::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-globalNav__list:hover:not(.disable) .c-globalNav__link, .c-globalNav__list.active .c-globalNav__link {
  color: #F83333;
}
.c-globalNav__list:hover:not(.disable)::after, .c-globalNav__list.active::after {
  background-color: #F83333;
}
.c-globalNav__list.disable {
  cursor: unset;
}
.c-globalNav__list.disable .c-globalNav__link {
  color: #D9D9D9;
}
@media (min-width: 70em) {
  .c-globalNav__list:last-child .c-globalNav__link {
    border-right: 1px solid #3A3737;
  }
}
.c-globalNav__list--spe {
  width: 7em;
}
.c-globalNav__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  color: #3A3737;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  overflow-wrap: break-word;
  white-space: normal;
  text-align: center;
  padding: 0 0.5rem;
  margin: 0 auto;
}
.c-globalNav__link > .u-fontA {
  margin-right: 0;
  font-size: 1.6rem;
}
@media (min-width: 70em) {
  .c-globalNav__link {
    border-left: 1px solid #3A3737;
    max-height: 5.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-globalNav__link--beauty {
  gap: 0.5rem;
}

.c-globalNav__list:hover path, .c-globalNav__list.active path {
  fill: #F83333;
}

body.c-fixed .c-globalNav {
  position: fixed;
  z-index: 99;
  top: 0;
  left: calc(50% - 1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
body.c-fixed .c-globalNav__inr {
  margin: 0 auto;
}

/*===============目的から選ぶ==================*/
.c-mokutekiNav {
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 1em;
}
.c-mokutekiNav p {
  margin-bottom: 0;
}
.c-mokutekiNav__inr {
  width: min(95%, 76.8rem);
  margin: 0 auto;
  margin: 0 auto;
}
.c-mokutekiNav__ul {
  border-spacing: 5px 0;
}
.c-mokutekiNav__list {
  cursor: pointer;
  width: 9.8rem;
  display: table-cell;
  position: relative;
}
.c-mokutekiNav__link {
  text-decoration: none;
  color: #707070;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  border: 2px solid #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 48em) {
  .c-mokutekiNav__link {
    max-width: 12rem;
    margin: auto;
  }
}
.c-mokutekiNav__link:hover {
  color: #fff;
}
.c-mokutekiNav__link:hover path {
  fill: #fff;
}
.c-mokutekiNav__link.active {
  color: #fff;
}
.c-mokutekiNav__link--gourmet:hover {
  background: #EC9A2E;
  border: 2px solid #EC9A2E;
}
.c-mokutekiNav__link--gourmet.active {
  background: #EC9A2E;
  border: 2px solid #EC9A2E;
}
.c-mokutekiNav__link--beauty:hover {
  background: #FF8A8A;
  border: 2px solid #FF8A8A;
}
.c-mokutekiNav__link--beauty.active {
  background: #FF8A8A;
  border: 2px solid #FF8A8A;
}
.c-mokutekiNav__link--life:hover {
  background: #AAD64D;
  border: 2px solid #AAD64D;
}
.c-mokutekiNav__link--life.active {
  background: #AAD64D;
  border: 2px solid #AAD64D;
}
.c-mokutekiNav__icon span {
  font-size: 1.6rem;
}
.c-mokutekiNav__cat {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
}
.c-mokutekiNav__select {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
}

.c-selectMokuteki {
  width: min(95%, 112rem);
  margin: 0 auto;
}
.c-selectMokuteki__ul {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (min-width: 48em) {
  .c-selectMokuteki__ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.c-selectMokuteki__ul.active {
  display: grid;
}
.c-selectMokuteki__list {
  list-style: none;
}
.c-selectMokuteki__link {
  color: #3A3737;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  border-radius: 0.5rem;
  padding: 0.8rem 0.5rem;
}
@media (min-width: 48em) {
  .c-selectMokuteki__link {
    padding: 1rem;
  }
}
@media (min-width: 70em) {
  .c-selectMokuteki__link {
    font-size: 1.8rem;
  }
}
.c-selectMokuteki__link--orange {
  border: 2px solid #FCA250;
}
.c-selectMokuteki__link--orange:hover {
  background: #FCA250;
}
.c-selectMokuteki__link--pink {
  border: 2px solid #FF8A8A;
}
.c-selectMokuteki__link--pink:hover {
  background: #FF8A8A;
}
.c-selectMokuteki__link--green {
  border: 2px solid #AAD64D;
}
.c-selectMokuteki__link--green:hover {
  background: #AAD64D;
}
.c-selectMokuteki__link:hover {
  color: #fff;
}
.c-selectMokuteki__link:hover.c-arrowIcon::before {
  color: #fff;
}
.c-selectMokuteki__link::before {
  margin-right: 0;
}

/*=====================================
HERO関係
======================================*/
.c-hero {
  position: relative;
}
@media (min-width: 48em) {
  .c-hero__inr {
    margin: 1em;
  }
}
.c-hero__text {
  width: min(95%, 112rem);
  margin: 0 auto;
}
.c-hero__box {
  position: relative;
  max-width: 112rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .c-hero__box {
    overflow: hidden;
    border-radius: 3.2rem;
  }
}
.c-hero__box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 232, 232, 0)), color-stop(18.23%, rgba(58, 55, 55, 0.31)), color-stop(49.48%, rgba(75, 72, 72, 0.755208)), to(#414040));
  background: -webkit-linear-gradient(top, rgba(233, 232, 232, 0) 0%, rgba(58, 55, 55, 0.31) 18.23%, rgba(75, 72, 72, 0.755208) 49.48%, #414040 100%);
  background: linear-gradient(180deg, rgba(233, 232, 232, 0) 0%, rgba(58, 55, 55, 0.31) 18.23%, rgba(75, 72, 72, 0.755208) 49.48%, #414040 100%);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.56;
  position: absolute;
  top: 0;
  left: 0;
}
.c-hero__box--noMask::after {
  content: none;
}
.c-hero__icon {
  font-family: FontAwesome;
  display: block;
}
.c-hero__iconSvg {
  display: block;
}
.c-hero__iconSvg svg {
  width: 1.4em;
}
.c-hero__bg {
  margin: 0;
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
@media (min-width: 48em) {
  .c-hero__bg {
    padding-top: 32.5%;
  }
}
.c-hero__bg--square {
  padding-top: 100%;
}
@media (min-width: 48em) {
  .c-hero__bg--square {
    padding-top: 32%;
  }
}
.c-hero__title {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  text-shadow: 0px 0px 6px #3A3737;
  line-height: 1.5em;
}
.c-hero__subTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  position: relative;
  margin-bottom: 0.5rem;
}
.c-hero__subTitle::before, .c-hero__subTitle::after {
  display: block;
  content: "";
  width: 2em;
  height: 2px;
  background-color: #fff;
}
.c-hero__subTitle::before {
  margin-right: 0.5em;
}
.c-hero__subTitle::after {
  margin-left: 0.5em;
}

.c-heroSp h2,
.c-heroSp p {
  margin-bottom: 0;
}
.c-heroSp__box {
  padding: 2.4rem;
}

.c-heroRead__outer {
  margin: 3.2rem auto;
}
.c-heroRead__inr {
  width: min(95%, 68rem);
  margin: 0 auto;
}
@media (min-width: 48em) {
  .c-heroRead__ttl {
    text-align: center;
  }
}
@media (min-width: 48em) {
  .c-heroRead__text {
    text-align: center;
  }
}

.c-heroInfo__outer {
  margin: 3.6rem 0;
}
.c-heroInfo__inr {
  width: min(95%, 112rem);
  margin: 0 auto;
}
.c-heroInfo__inr--narrow {
  width: min(95%, 68rem);
  margin: 0 auto;
}
.c-heroInfo__inr--std {
  width: min(95%, 76.8rem);
  margin: 0 auto;
}
.c-heroInfo__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-heroInfo__left {
  position: relative;
  -webkit-flex-basis: calc(100% - 58rem);
      -ms-flex-preferred-size: calc(100% - 58rem);
          flex-basis: calc(100% - 58rem);
}
.c-heroInfo__right {
  -webkit-flex-basis: 54rem;
      -ms-flex-preferred-size: 54rem;
          flex-basis: 54rem;
}
.c-heroInfo__center {
  position: relative;
}
.c-heroInfo__icon {
  position: absolute;
  top: 0;
  right: 0;
}
.c-heroInfo__ttl {
  margin-bottom: 0;
  width: calc(100% - 6rem);
}
.c-heroInfo__subTtl, .c-heroInfo__genre {
  font-weight: 600;
  margin-bottom: 0;
}
.c-heroInfo__mark {
  border: 1px solid;
  padding: 0.2rem 1rem;
  border-radius: 0.5rem;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.c-heroInfo__more {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.15%, #FCB069), color-stop(35.32%, #F86F32), color-stop(70.78%, #FF7236), color-stop(106.25%, #EC3B03));
  background: -webkit-linear-gradient(right, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  background: linear-gradient(-90deg, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  padding: 1rem 2rem;
  margin-top: 1rem;
  overflow: hidden;
  color: #fff;
  border-radius: 5px;
}
@media (min-width: 48em) {
  .c-heroInfo__more {
    display: inline-block;
    text-align: left;
  }
}
.c-heroInfo__more span {
  position: relative;
}
.c-heroInfo__more::before {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.15%, #FCB069), color-stop(35.32%, #F86F32), color-stop(70.78%, #FF7236), color-stop(106.25%, #EC3B03));
  background: -webkit-linear-gradient(left, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  background: linear-gradient(90deg, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
}
.c-heroInfo__more:hover::before {
  opacity: 0;
}

/*=====================================
宣伝バナー関係
======================================*/
.c-ad a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-ad a:hover {
  opacity: 0.6;
}
.c-ad img {
  width: 100%;
  height: auto;
}

.c-adGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
}
.c-adGroup img {
  width: 100%;
}
.c-adGroup__item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (min-width: 48em) {
  .c-adGroup__item {
    -webkit-flex-basis: calc(50% - 0.5em);
        -ms-flex-preferred-size: calc(50% - 0.5em);
            flex-basis: calc(50% - 0.5em);
  }
}
.c-adGroup__item--left {
  -webkit-flex-basis: calc(50% - 0.5em);
      -ms-flex-preferred-size: calc(50% - 0.5em);
          flex-basis: calc(50% - 0.5em);
}
@media (min-width: 48em) {
  .c-adGroup__item--left {
    -webkit-flex-basis: calc(33% - 0.6em);
        -ms-flex-preferred-size: calc(33% - 0.6em);
            flex-basis: calc(33% - 0.6em);
  }
}

.c-adSpot__box {
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
  padding: 2em 5%;
  width: min(100%, 68rem);
  margin: 1rem auto;
}
@media (min-width: 48em) {
  .c-adSpot__box {
    margin: 5rem auto;
  }
}
.c-adSpot h2 {
  margin-bottom: 1em;
}
.c-adSpot p {
  margin-bottom: 0;
}
.c-adSpot li {
  padding: 0;
}

/*=====================================
ボタン・フォーム関係
======================================*/
.c-button {
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 2em;
  min-height: 3.6rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  background: transparent;
  /* 背景を透明にする */
  overflow: hidden;
  /* はみ出した部分を非表示(角丸を付ける場合は必須) */
  padding: 0.5em;
}
@media (min-width: 48em) {
  .c-button {
    padding: 0.8em;
  }
}
.c-button--grade {
  color: #fff;
}
.c-button--grade::before, .c-button--grade::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.c-button--grade::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.15%, #FCB069), color-stop(35.32%, #F86F32), color-stop(70.78%, #FF7236), color-stop(106.25%, #EC3B03));
  background: -webkit-linear-gradient(left, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  background: linear-gradient(90deg, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  z-index: -1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.c-button--grade::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.15%, #FCB069), color-stop(35.32%, #F86F32), color-stop(70.78%, #FF7236), color-stop(106.25%, #EC3B03));
  background: -webkit-linear-gradient(right, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  background: linear-gradient(-90deg, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  z-index: -2;
}
.c-button--grade:hover::before {
  opacity: 0;
}

.c-btnOrange, .c-btnRed, .c-btnBlack {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.15%, #FCB069), color-stop(35.32%, #F86F32), color-stop(70.78%, #FF7236), color-stop(106.25%, #EC3B03));
  background: -webkit-linear-gradient(left, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  background: linear-gradient(90deg, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.c-btnOrange:hover, .c-btnRed:hover, .c-btnBlack:hover {
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.15%, #FCB069), color-stop(35.32%, #F86F32), color-stop(70.78%, #FF7236), color-stop(106.25%, #EC3B03));
  background: -webkit-linear-gradient(right, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  background: linear-gradient(-90deg, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
}

.c-btnBlack {
  background: #3A3737;
}
.c-btnBlack:hover {
  background: #F83333;
}

.c-btnRed {
  background: #F83333;
}
.c-btnRed:hover {
  background: #3A3737;
}

.c-btnRound {
  padding: 1rem 2rem;
  border-radius: 3rem;
  background-color: #3A3737;
  color: #fff;
  display: inline-block;
  margin-top: 2rem;
}
.c-btnRound:hover {
  background-color: #F83333;
}

.c-iconClip__target, .c-iconPosts__target, .c-iconFollow__target {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: none;
  background-color: #D9D9D9;
  text-indent: -9999px;
  vertical-align: middle;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.4em;
  height: 2.4em;
  border-radius: 1.2em;
}
@media (min-width: 48em) {
  .c-iconClip__target, .c-iconPosts__target, .c-iconFollow__target {
    width: 3em;
    height: 3em;
    border-radius: 1.5em;
  }
}
.c-iconClip__target::before, .c-iconPosts__target::before, .c-iconFollow__target::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-indent: 0;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\f0c6";
  font-size: 1.4em;
}
@media (min-width: 48em) {
  .c-iconClip__target::before, .c-iconPosts__target::before, .c-iconFollow__target::before {
    font-size: 1.8em;
  }
}
.c-iconClip__target.active, .active.c-iconPosts__target, .active.c-iconFollow__target {
  background: #F83333;
}

.c-iconFollow {
  position: relative;
}
@media (min-width: 48em) {
  .c-iconFollow__target {
    width: 2.4em;
    height: 2.4em;
    border-radius: 1.2em;
  }
}
.c-iconFollow__target::before {
  content: "\f004";
}
@media (min-width: 48em) {
  .c-iconFollow__target::before {
    font-size: 1.4em;
  }
}
.c-iconFollow__target.active {
  color: #F83333;
}
.c-iconFollow__message {
  position: absolute;
  right: -1em;
  top: -3.8em;
  background: #fff;
  padding: 0.5em;
  border-radius: 0.5em;
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  z-index: 100;
  border: 1.5px solid #e0e0e0;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-animation: bubble-fade 2s forwards;
          animation: bubble-fade 2s forwards;
  font-weight: 500;
  letter-spacing: 1px;
}
.c-iconFollow__message::after {
  content: "";
  position: absolute;
  right: 1.6em;
  top: 100%;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

@-webkit-keyframes bubble-fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bubble-fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-iconPosts__target {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.15%, #FCB069), color-stop(35.32%, #F86F32), color-stop(70.78%, #FF7236), color-stop(106.25%, #EC3B03));
  background: -webkit-linear-gradient(left, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  background: linear-gradient(90deg, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  text-decoration: none;
}
.c-iconPosts__target:hover {
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.15%, #FCB069), color-stop(35.32%, #F86F32), color-stop(70.78%, #FF7236), color-stop(106.25%, #EC3B03));
  background: -webkit-linear-gradient(right, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  background: linear-gradient(-90deg, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
}
@media (min-width: 48em) {
  .c-iconPosts__target {
    width: 2.4em;
    height: 2.4em;
    border-radius: 1.2em;
  }
}
.c-iconPosts__target::before {
  content: "\f303";
}
@media (min-width: 48em) {
  .c-iconPosts__target::before {
    font-size: 1.4em;
  }
}

.c-iconArrow {
  position: relative;
}
.c-iconArrow::after {
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-iconArrow::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #3A3737;
}
.c-iconArrow--red::before {
  background-color: #F83333;
}
.c-iconArrow--orange::before {
  background-color: #FCA250;
}
.c-iconArrow--blue::before {
  background-color: #8993F1;
}
.c-iconArrow--white::before {
  background-color: #fff;
}
.c-iconArrow--white::after {
  color: #3A3737;
}

.c-erase {
  position: relative;
  width: 2rem;
  height: 2rem;
}
.c-erase span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3A3737;
}
.c-erase span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-erase span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-like-btn {
  position: relative;
  text-align: right;
}
.c-like-btn__label {
  display: inline-block;
  background-color: #D9D9D9;
  color: #6A6A6A;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: clamp(1rem, 0.8992rem + 0.27vw, 1.2rem);
  line-height: 1.6;
  border-radius: 0.5rem;
  margin-top: 1em;
}
.c-like-btn__label i {
  font-size: 140%;
}
.c-like-btn__label span {
  padding-left: 0.4em;
  font-weight: 600;
}
.c-like-btn__label.active {
  background-color: #2670FF;
  color: #fff;
}

.c-edit-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 0.2em;
}
.c-edit-btn__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}
.c-edit-btn__action:hover {
  background-color: #F2F2F1;
}

.c-pagerWrap {
  margin-top: 2.4rem;
}
@media (min-width: 48em) {
  .c-pagerWrap {
    margin-top: 4rem;
  }
}

.c-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
}
.c-pager li {
  list-style: none;
  margin: 0;
}
.c-pager li a {
  text-decoration: none;
  color: #3A3737;
}
.c-pager li a:hover {
  text-decoration: underline;
  color: #F83333;
}
.c-pager__current {
  padding: 1rem;
  background-color: #F83333;
  min-width: 3.8rem;
  height: 3.8rem;
  border-radius: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.c-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.c-navigation__btn {
  margin-top: 2rem;
  text-decoration: none;
  color: #3A3737;
  padding: 0.5em 1.5em;
  border: 1px solid #3A3737;
  border-radius: 0.5em;
  margin-right: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 70em) {
  .c-navigation__btn {
    padding: 0.8em 2em;
  }
}
.c-navigation__btn:hover {
  background: #3A3737;
  color: #fff;
}

.c-formBlock {
  display: block;
  margin-bottom: 1em;
}
.c-formBlock__ttl {
  display: block;
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  font-weight: 600;
}
.c-formBlock span {
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: inline-block;
}

.c-formFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-formFlex > div {
  width: 50%;
}

.c-formInput {
  width: 100%;
  border: 1px solid #3A3737;
  margin-bottom: 0.6em;
  padding: 0.6em;
}
.c-formInput--w20 {
  width: max(20%, 10rem);
}
.c-formInput--w40 {
  width: max(40%, 20rem);
}
.c-formInput.error {
  border: 2px solid #F83333;
}

.c-formPwBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-formPwBox .c-formInput {
  width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-formPwBox .c-formPwBtn {
  margin-bottom: 0.6em;
}

.js-togglePassword i {
  width: 2rem;
}

.c-formSelect {
  width: max(50%, 20rem);
  border: 1px solid #3A3737;
  margin-bottom: 0.6em;
  padding: 0.6em;
}
.c-formSelect--w80 {
  width: max(80%, 15rem);
}
.c-formSelect.error {
  border: 2px solid #F83333;
}

.c-formTextarea {
  border: 1px solid #3A3737;
}
.c-formTextarea__placeholder {
  opacity: 0.7;
}
.c-formTextarea.error {
  border: 2px solid #F83333;
}

.c-formTextareaBlock {
  position: relative;
  z-index: 1;
}
.c-formTextareaBlock textarea {
  background: transparent;
}
.c-formTextareaBlock span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: #6A6A6A;
  padding: 0.6em;
  line-height: 1.5;
}
.c-formTextareaBlock span.hidden {
  display: none;
}

.c-formRadio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-formRadio label {
  -webkit-flex-basis: 8em;
      -ms-flex-preferred-size: 8em;
          flex-basis: 8em;
  padding: 0.2em 0;
}
.c-formRadio input[type=radio] {
  margin-right: 0.5em;
}
.c-formRadio--half label {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.c-formRadio--wide label {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (min-width: 48em) {
  .c-formRadio--wide label {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.c-formRadio--columm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-formRadio--columm label {
  -webkit-flex-basis: unset;
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
}

.c-formCheckbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-formCheckbox > div {
  -webkit-flex-basis: 10em;
      -ms-flex-preferred-size: 10em;
          flex-basis: 10em;
}
.c-formCheckbox--columm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-formCheckbox--columm > div {
  -webkit-flex-basis: unset;
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
}
.c-formCheckbox--wide > div {
  -webkit-flex-basis: 12em;
      -ms-flex-preferred-size: 12em;
          flex-basis: 12em;
}
.c-formCheckbox input[type=checkbox] {
  display: none;
}
.c-formCheckbox__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 0 0.5rem 3rem;
  position: relative;
  width: auto;
}
.c-formCheckbox__label::before {
  background: #fff;
  border: 1px solid #3A3737;
  content: "";
  display: block;
  height: 1.6rem;
  left: 0.5rem;
  margin-top: -0.8rem;
  position: absolute;
  top: 50%;
  width: 1.6rem;
}
.c-formCheckbox__label::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  display: block;
  height: 0.9rem;
  left: 1rem;
  margin-top: -0.5rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.c-formCheckbox input[type=checkbox]:checked + .c-formCheckbox__label::after {
  opacity: 1;
}
.c-formCheckbox input[type=checkbox]:checked + .c-formCheckbox__label::before {
  background: #007aff;
}

.c-formError {
  border-radius: 0.5rem;
  border: 1px solid #F83333;
  border-left: 3px solid #F83333;
  padding: 0.5em 1em;
  background-color: #fff3f2;
  color: #F83333;
}
.c-formError__part {
  color: #F83333;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.c-formError__part::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}

.c-formMessage {
  border-radius: 0.5rem;
  border: 1px solid #007aff;
  border-left: 3px solid #007aff;
  padding: 0.5em 1em;
  background-color: #f0f8ff;
}

.c-searchLavel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-searchLavel input,
.c-searchLavel select {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 0 1rem 3.4rem;
  border: none;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
}
.c-searchLavel select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-searchLavel--shikaku input {
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #3A3737;
  padding: 1rem 0.5rem;
}
.c-searchLavel--suggest {
  position: relative;
  display: inline-block;
}
.c-searchLavel--suggest input {
  display: inline-block;
  width: 100%;
}

.c-dialogModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-dialogModal__box {
  position: relative;
  top: 3rem;
  background: #fff;
  padding: 2em;
  border-radius: 0.5em;
  max-width: 20em;
  margin: auto;
}
.c-dialogModal__message {
  margin-bottom: 1em;
}
.c-dialogModal__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}

#c-loadingOverlay {
  display: none; /* 初期は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#c-loadingOverlay .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #D9D9D9;
  border-top-color: #3A3737;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*=====================================
今月のプレゼント
======================================*/
.c-present__box {
  font-weight: 600;
  border-radius: 1rem;
  padding: 2em 0;
  background-color: #F2F2F1;
  position: relative;
  z-index: 1;
  width: min(95%, 112rem);
  margin: 0 auto;
  text-align: center;
}
.c-present__ribbon {
  color: #fff;
  background: #F83333;
  position: relative;
  height: 3rem;
  line-height: 3rem;
  width: min(84%, 65rem);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 48em) {
  .c-present__ribbon {
    height: 5rem;
    line-height: 5rem;
  }
}
.c-present__ribbon::before, .c-present__ribbon::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.c-present__ribbon::before {
  top: 0;
  left: -1px;
  border-width: 1.5rem 0 1.5rem 1.5rem;
  border-color: transparent transparent transparent #F2F2F1;
  border-style: solid;
}
@media (min-width: 48em) {
  .c-present__ribbon::before {
    border-width: 2.5rem 0 2.5rem 1.5rem;
  }
}
.c-present__ribbon::after {
  top: 0;
  right: -1px;
  border-width: 1.5rem 1.5rem 1.5rem 0;
  border-color: transparent #F2F2F1 transparent transparent;
  border-style: solid;
}
@media (min-width: 48em) {
  .c-present__ribbon::after {
    border-width: 2.5rem 1.5rem 2.5rem 0;
  }
}
.c-present__content:not(:first-child) {
  margin-top: 2em;
}
.c-present__title {
  margin: 1rem 0 0 0;
}
.c-present__kikan {
  margin-bottom: 1rem;
}
.c-present__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #fff;
  width: min(84%, 65rem);
  margin: 0 auto;
  padding: 0.5em 0;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.15%, #FCB069), color-stop(35.32%, #F86F32), color-stop(70.78%, #FF7236), color-stop(106.25%, #EC3B03));
  background: -webkit-linear-gradient(right, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  background: linear-gradient(-90deg, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  z-index: 1;
  border-radius: 1rem;
  overflow: hidden;
}
.c-present__button::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.15%, #FCB069), color-stop(35.32%, #F86F32), color-stop(70.78%, #FF7236), color-stop(106.25%, #EC3B03));
  background: -webkit-linear-gradient(left, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  background: linear-gradient(90deg, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-present__button:hover::before {
  opacity: 0;
}

/*=====================================
フッターグローバルナビメニュー関係（スマホ・タブのみ）
======================================*/
.c-fGlobalNav {
  background-color: #3A3737;
  position: fixed;
  bottom: 0;
  z-index: 11;
  width: 100%;
  height: 5.3rem;
}
@media (min-width: 70em) {
  .c-fGlobalNav {
    bottom: 1%;
    right: 1%;
    z-index: 99;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #D9D9D9;
    border-radius: 1rem;
  }
}
.c-fGlobalNav {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.c-fGlobalNav__inr {
  padding: 0 5%;
}
@media (min-width: 70em) {
  .c-fGlobalNav__inr {
    padding: 2rem;
  }
}
.c-fGlobalNav__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 48em) {
  .c-fGlobalNav__ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 70em) {
  .c-fGlobalNav__ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-fGlobalNav__list {
  position: relative;
  padding: 1rem 0;
  width: auto;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1rem;
}
.c-fGlobalNav__list:last-child {
  margin-right: 0;
}
.c-fGlobalNav__list--tel {
  width: 9.6rem;
  margin-left: 1rem;
}
.c-fGlobalNav__list i {
  font-size: 1.6rem;
}
.c-fGlobalNav__tel {
  color: #3A3737;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0.5em;
}
.c-fGlobalNav__tel a {
  font-size: 1.7rem;
  text-decoration: none;
  color: #3A3737;
}
.c-fGlobalNav__tel a:hover {
  color: #F83333;
}
.c-fGlobalNav__webBtn {
  text-align: center;
  margin: 0.5em 0 1em 0;
}
@media (min-width: 48em) {
  .c-fGlobalNav__webBtn {
    margin: 0.5em 0 0.8em 0;
  }
}
.c-fGlobalNav__webBtn a {
  padding: 6px 0;
  display: block;
  text-decoration: none;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.15%, #FCB069), color-stop(35.32%, #F86F32), color-stop(70.78%, #FF7236), color-stop(106.25%, #EC3B03));
  background: -webkit-linear-gradient(right, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  background: linear-gradient(-90deg, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.c-fGlobalNav__webBtn a span {
  position: relative;
}
.c-fGlobalNav__webBtn a::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.15%, #FCB069), color-stop(35.32%, #F86F32), color-stop(70.78%, #FF7236), color-stop(106.25%, #EC3B03));
  background: -webkit-linear-gradient(left, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  background: linear-gradient(90deg, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
}
.c-fGlobalNav__webBtn a:hover::before {
  opacity: 0;
}
.c-fGlobalNav__action {
  background-color: none;
  color: #fff;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media (min-width: 70em) {
  .c-fGlobalNav__action {
    color: #3A3737;
  }
}
.c-fGlobalNav__action i {
  margin-bottom: 0.5rem;
}
.c-fGlobalNav__action--tel {
  font-size: 1.1rem;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.15%, #FCB069), color-stop(35.32%, #F86F32), color-stop(70.78%, #FF7236), color-stop(106.25%, #EC3B03));
  background: -webkit-linear-gradient(left, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  background: linear-gradient(90deg, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  border-radius: 7rem;
  color: #fff;
  padding: 1rem 0;
}
.c-fGlobalNav__action--tel:hover {
  opacity: 0.7;
}
.c-fGlobalNav__action:hover i {
  opacity: 0.8;
}
.c-fGlobalNav__action.active {
  color: #F83333;
  -webkit-text-stroke: 1px #fff;
  paint-order: stroke;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translatey(20px);
            transform: translatey(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translatey(20px);
            transform: translatey(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}
.c-fSlide,
.c-loginSlide {
  position: fixed;
  top: 0;
  right: -999rem;
  z-index: 999;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  background-color: #FBF5B7;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.c-fSlide.panelactive,
.c-loginSlide.panelactive {
  right: 0;
}
@media (min-width: 48em) {
  .c-fSlide,
  .c-loginSlide {
    width: 80%;
  }
}
@media (min-width: 70em) {
  .c-fSlide,
  .c-loginSlide {
    width: 70%;
  }
}
.c-fSlide__inr,
.c-loginSlide__inr {
  position: absolute;
  top: 8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  text-align: left;
  width: min(90%, 50rem);
  margin: 0 auto;
  padding-bottom: 5rem;
}
.c-fSlide__box,
.c-loginSlide__box {
  margin-bottom: 2em;
}
.c-fSlide__item,
.c-loginSlide__item {
  margin-bottom: 2em;
}
.c-fSlide__whiteBox,
.c-loginSlide__whiteBox {
  padding: 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(253, 105, 41, 0.25);
          box-shadow: 0px 0px 15px rgba(253, 105, 41, 0.25);
  border-radius: 10px;
  margin-bottom: 2em;
}
@media (min-width: 48em) {
  .c-fSlide__whiteBox,
  .c-loginSlide__whiteBox {
    padding: 1.5rem 3rem;
  }
}
.c-fSlide__subTtl,
.c-loginSlide__subTtl {
  margin-bottom: 0.5rem;
}
.c-fSlide__subTtl i,
.c-fSlide__subTtl img,
.c-loginSlide__subTtl i,
.c-loginSlide__subTtl img {
  margin-right: 0.5rem;
}
.c-fSlide__closeBtn,
.c-loginSlide__closeBtn {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 3rem;
  height: 3rem;
}
.c-fSlide__closeBtn span,
.c-loginSlide__closeBtn span {
  display: block;
  background-color: #F83333;
  width: 100%;
  height: 2px;
  position: absolute;
}
.c-fSlide__closeBtn span:first-child,
.c-loginSlide__closeBtn span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-fSlide__closeBtn span:last-child,
.c-loginSlide__closeBtn span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-fSlide__label,
.c-loginSlide__label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-fSlide__input,
.c-loginSlide__input {
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #3A3737;
  padding: 1rem 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-fSlide__textarea,
.c-loginSlide__textarea {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #3A3737;
  padding: 0.5em;
}
.c-fSlide__radio > div,
.c-loginSlide__radio > div {
  margin-bottom: 0.5rem;
}
.c-fSlide__radio input[type=radio],
.c-loginSlide__radio input[type=radio] {
  margin-right: 0.5em;
}
.c-fSlide__linkWrap,
.c-loginSlide__linkWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.c-fSlide__list,
.c-loginSlide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.c-fSlide__list--red,
.c-loginSlide__list--red {
  background-color: #F83333;
}
.c-fSlide__list--red .c-fSlide__link,
.c-loginSlide__list--red .c-fSlide__link {
  color: #fff;
}
.c-fSlide__link,
.c-loginSlide__link {
  margin-left: 1rem;
  text-decoration: none;
  color: #3A3737;
  width: 100%;
}
.c-fSlide__link span,
.c-loginSlide__link span {
  font-family: FontAwesome;
  margin-right: 0.5em;
}

.c-fClip__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.c-fClip__link {
  margin-left: 1rem;
  text-decoration: none;
  color: #3A3737;
  width: 100%;
}
.c-fClip__title {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  margin-right: 2em;
}
.c-fClip__text {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  margin-right: 2em;
  margin-bottom: 0;
}

.c-fSlideMap__bg {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.c-fSlideMap__bg #js-recruitMap {
  height: calc(100vh - 5.8rem);
  width: 100% !important;
}
.c-fSlideMap__header {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5.8rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.15%, #FFA487), color-stop(35.32%, #FEBCBC), color-stop(70.78%, #FFDA92), color-stop(106.25%, #D1FF85));
  background: -webkit-linear-gradient(left, #FFA487 -0.15%, #FEBCBC 35.32%, #FFDA92 70.78%, #D1FF85 106.25%);
  background: linear-gradient(90deg, #FFA487 -0.15%, #FEBCBC 35.32%, #FFDA92 70.78%, #D1FF85 106.25%);
}
.c-fSlideMap__search {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
}
@media (min-width: 48em) {
  .c-fSlideMap__search {
    width: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.c-fSlideMap__more {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-fSlideApplication__item {
  margin-bottom: 2em;
}
.c-fSlideApplication__tel {
  font-size: 3rem;
  font-weight: 600;
  color: #F83333;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-fSlideApplication__tel::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon/c-iconTelArrow.svg) no-repeat center;
}
.c-fSlideApplication__subTtl {
  font-weight: 600;
  margin: 1em 0 0.5em;
}
.c-fSlideApplication__subTtl--red {
  color: #F83333;
}
.c-fSlideApplication__yoyaku {
  display: block;
}
.c-fSlideApplication__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.c-fSlideApplication__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  list-style: none;
  border: 1px solid #F83333;
  width: 9.8rem;
  height: 9.8rem;
  border-radius: 9.8rem;
  overflow: hidden;
  color: #F83333;
  font-weight: 600;
}
.c-fSlideApplication__list:nth-child(2) {
  margin: 0 1em;
}
@media (min-width: 48em) {
  .c-fSlideApplication__list {
    width: 12rem;
    height: 12rem;
  }
}
.c-fSlideApplication__list span {
  border-bottom: 1px solid #F83333;
  margin: 1rem 0 0.5rem;
}
@media (min-width: 48em) {
  .c-fSlideApplication__list span {
    margin: 1rem 0;
  }
}
.c-fSlideApplication__list--active {
  background-color: #F83333;
  color: #fff;
}
.c-fSlideApplication__list--active span {
  border-bottom: 1px solid #fff;
}
.c-fSlideApplication__kasen {
  border: 1px solid;
  margin: 3em 0;
}
.c-fSlideApplication__radio > div {
  margin-bottom: 0.5rem;
}
.c-fSlideApplication__radio input[type=radio] {
  margin-right: 0.5em;
}

.c-SlideShare__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em 0;
  gap: 1em;
}
.c-SlideShare__li {
  list-style: none;
  width: calc((90vw - 3rem - 2em) / 3);
  height: calc((90vw - 3rem - 2em) / 3);
  border-radius: calc((90vw - 3rem - 2em) / 3);
  border: 1px solid #F83333;
  position: relative;
}
@media (min-width: 48em) {
  .c-SlideShare__li {
    width: calc((44rem - 2em) / 3);
    height: calc((44rem - 2em) / 3);
    border-radius: calc((44rem - 2em) / 3);
  }
}
.c-SlideShare__copyMessage {
  background: #F83333;
  color: #fff;
  padding: 1.2rem;
  border-radius: 0.3rem;
  font-size: 1.3rem;
  position: absolute;
  z-index: -1;
  top: 5rem;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  -webkit-animation: copy_complete 3s linear 0.1s 1;
          animation: copy_complete 3s linear 0.1s 1;
}
.c-SlideShare__copyMessage::before, .c-SlideShare__copyMessage::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-animation: copy_complete 3s linear 0.1s 1;
          animation: copy_complete 3s linear 0.1s 1;
}
.c-SlideShare__copyMessage:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #F83333;
  border-width: 10px;
  margin-left: -10px;
}
.c-SlideShare__copyMessage.message {
  opacity: 1;
  top: 1rem;
  z-index: 10;
}
.c-SlideShare__link {
  text-decoration: none;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #F83333;
}
.c-SlideShare__link .u-fontA {
  font-size: 2rem;
  margin-right: 0;
}
.c-SlideShare__success {
  display: none;
  position: fixed;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #29aba4;
  color: #fff;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
}

@-webkit-keyframes copy_complete {
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes copy_complete {
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-pulldownMenu {
  display: none;
  position: absolute;
  top: 6rem;
  right: 0;
  width: 14em;
  background-color: #fff;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
          box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  z-index: 990;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (min-width: 70em) {
  .c-pulldownMenu {
    top: 6.4rem;
  }
}
.c-pulldownMenu__inr {
  padding: 0.5em 0;
}
.c-pulldownMenu__list {
  padding: 0.75em 1em;
  position: relative;
}
.c-pulldownMenu__list:hover {
  background-color: #F2F2F1;
}
.c-pulldownMenu__link {
  cursor: pointer;
  color: #3A3737;
  text-decoration: none;
  display: block;
}
.c-pulldownMenu hr {
  margin: 0.4rem 0;
}
.c-pulldownMenu.active {
  display: block;
  top: 7rem;
  opacity: 1;
}
@media (min-width: 70em) {
  .c-pulldownMenu.active {
    top: 7.4rem;
  }
}

/*=====================================
カードコンテンツ（カードのようなレイアウト）
======================================*/
.c-cardGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-cardGroup__item {
  padding: 0 1.8rem;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  list-style: none;
  margin-bottom: 1.5em;
  position: relative;
}
.c-cardGroup__item:has(> .c-cardGroup__link:hover) {
  background: #FBF5B7;
}
@media (min-width: 48em) {
  .c-cardGroup__item {
    -webkit-flex-basis: calc(33.3333333333% - 1.6rem);
        -ms-flex-preferred-size: calc(33.3333333333% - 1.6rem);
            flex-basis: calc(33.3333333333% - 1.6rem);
    -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
    padding: 1.8rem;
    margin-right: 1.6rem;
  }
}
@media (min-width: 70em) {
  .c-cardGroup__item {
    -webkit-flex-basis: calc(25% - 1.6rem);
        -ms-flex-preferred-size: calc(25% - 1.6rem);
            flex-basis: calc(25% - 1.6rem);
  }
}
.c-cardGroup__privateMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  z-index: 2;
}
.c-cardGroup__privateMask i {
  color: #666;
}
.c-cardGroup__privateText {
  color: #444;
}
.c-cardGroup__link {
  text-decoration: none;
  color: #3A3737;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-cardGroup__photo {
  border: 1px solid #D9D9D9;
  background-size: contain;
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .c-cardGroup__photo {
    border: none;
  }
}
.c-cardGroup__box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-cardGroup__title {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.6;
}
.c-cardGroup__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.6;
}
.c-cardGroup__date {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  text-align: right;
}

.c-verticalColumn__list {
  list-style: none;
  margin-bottom: 1em;
  padding: 1em;
}
.c-verticalColumn__list--shadow {
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
  border-radius: 1em;
}
.c-verticalColumn__list--yellow {
  background: #FBF5B7;
  border-radius: 1em;
}
.c-verticalColumn__link {
  text-decoration: none;
  color: #3A3737;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-verticalColumn__link::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon/l-verticalColumnArrow.svg) no-repeat;
  background-size: contain;
}
.c-verticalColumn__link--black::after {
  background: url(../img/top/topMagazinArrow.svg) no-repeat;
  background-size: contain;
  width: 2em;
  height: 2em;
}
.c-verticalColumn__link:hover {
  text-decoration: underline;
}
.c-verticalColumn__link:hover::after {
  right: 0;
}
.c-verticalColumn__link--text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-verticalColumn__inrText {
  width: 90%;
}
.c-verticalColumn__left {
  -webkit-flex-basis: 27%;
      -ms-flex-preferred-size: 27%;
          flex-basis: 27%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 1.5em;
}
@media (min-width: 48em) {
  .c-verticalColumn__left {
    -webkit-flex-basis: 16%;
        -ms-flex-preferred-size: 16%;
            flex-basis: 16%;
  }
}
.c-verticalColumn__img {
  padding-top: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-verticalColumn__right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 2em;
}
.c-verticalColumn__genre {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
}
.c-verticalColumn__title {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.c-verticalColumn__title span {
  font-weight: 400;
  font-family: inherit;
  margin-right: 0;
  margin-left: 0.5rem;
}
.c-verticalColumn__subTtl {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 0;
}
.c-verticalColumn__text {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  margin-bottom: 0;
}

.c-accordion {
  list-style: none;
  margin: 1rem 0 2rem;
}
.c-accordion__ttl {
  position: relative;
  background: #FBF5B7;
  padding: 15px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 1em;
  margin-bottom: 0;
}
.c-accordion__ttl > * {
  margin-left: 2.4rem;
  margin-bottom: 0;
}
.c-accordion__ttl:before, .c-accordion__ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 14px;
  height: 2px;
  background: #3A3737;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}
.c-accordion__ttl::after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}
.c-accordion__ttl.active {
  border-radius: 1rem 1rem 0 0;
}
.c-accordion__ttl.active::before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.c-accordion__ttl.active::after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.c-accordion__ttl--shadow {
  background: none;
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
}
.c-accordion__text {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
}
.c-accordion__content {
  padding: 0 1em;
  line-height: 1.5;
  background: #FBF5B7;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease max-height;
  transition: 0.2s ease max-height;
  border-radius: 0 0 1em 1em;
  margin-bottom: 1em;
}
.c-accordion__content > * {
  margin: 0 0 1.5em;
}
.c-accordion__content--shadow {
  background: none;
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
}
.c-accordion__content--shadow > * {
  margin: 1.5em 0;
}
.c-accordion__content ol {
  margin-left: 1.5em;
}

.c-cardStyle {
  padding-left: 1em;
  padding-right: 1em;
}
.c-cardStyle__link {
  text-decoration: none;
  color: #3A3737;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-cardStyle__link:hover {
  opacity: 0.7;
}
.c-cardStyle__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 2rem;
}
.c-cardStyle__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.4rem;
  border-radius: 1em;
}
.c-cardStyle__header {
  border-radius: 1em 1em 0 0;
  overflow: hidden;
}
.c-cardStyle__img {
  background-size: cover;
  background-position: center;
  padding-top: 66%;
  position: relative;
}
.c-cardStyle__img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 31, 31, 0.5);
}
.c-cardStyle__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
  margin-top: 0;
}
.c-cardStyle__content p {
  margin-bottom: 0;
}
.c-cardStyle__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-cardStyle__footer {
  margin-top: 0.5em;
  padding-top: 0.5em;
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  border-top: solid 1px #D9D9D9;
}/*# sourceMappingURL=common.css.map */