@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap&family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");
/* 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 */
  word-break: break-word; /* 6 */
}

/* 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, h2, h3, h4, h5, h6 {
  margin: 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;
}

/* _base.scss */
html {
  font-size: 1.5625vw; /* 375px基準 */
}
@media (min-width: 640px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  line-height: 1.66;
  font-weight: 400;
  overflow-x: hidden;
}
@media screen and (min-width: 480px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

input,
select,
textarea,
button {
  font-family: "Noto Sans JP", sans-serif;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

@media print {
  .no-print {
    display: none;
  }
}
.l-section {
  padding: 15px 0 0;
}
@media screen and (min-width: 480px) {
  .l-section {
    padding: 30px 0 0;
  }
}

.l-baseW {
  z-index: 2;
  position: relative;
  width: 94%;
  max-width: 640px;
  margin: 0 auto;
}

.l-wrapper {
  overflow-x: hidden;
}

.c-dummy {
  position: relative;
}
.c-dummy::before {
  z-index: 2;
  content: "ダミー";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  font-size: 12px;
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .c-dummy::before {
    width: 96px;
    font-size: 20px;
    border: 3px solid #000;
  }
}

.c-title {
  padding: 3rem 5rem;
  margin: 0 auto;
  background: url(./../img/common/title-bg.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 64%;
  max-height: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 640px) {
  .c-title {
    width: 90%;
    padding: 30px 3rem;
  }
}
.c-title img {
  max-height: 40px !important;
  width: auto;
}
@media screen and (min-width: 640px) {
  .c-title img {
    max-height: 47px !important;
  }
}

.c-bg__concentration {
  position: relative;
}
.c-bg__concentration::before, .c-bg__concentration::after {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: top center;
  background-size: cover !important;
}
.c-bg__concentration::after {
  background-image: url(../img/present/sp/bg.jpg) !important;
}
@media screen and (min-width: 640px) {
  .c-bg__concentration::after {
    background-image: url(../img/present/bg.jpg) !important;
  }
}
@media screen and (min-width: 1281px) {
  .c-bg__concentration::after {
    background-position: center;
  }
}
.c-bg__concentration--method::after {
  background-image: url(../img/method/sp/bg.jpg) !important;
}
@media screen and (min-width: 640px) {
  .c-bg__concentration--method::after {
    background-image: url(../img/method/bg.jpg) !important;
  }
}
.c-bg__concentration--terms::after {
  background-image: url(../img/terms/sp/bg.jpg) !important;
}
@media screen and (min-width: 640px) {
  .c-bg__concentration--terms::after {
    background-image: url(../img/terms/bg.jpg) !important;
  }
}
.c-bg__concentration--merchandise::after {
  background-image: url(../img/merchandise/sp/bg.jpg) !important;
}
@media screen and (min-width: 640px) {
  .c-bg__concentration--merchandise::after {
    background-image: url(../img/merchandise/bg.jpg) !important;
  }
}
.c-bg__concentration--contact::after {
  background-image: url(../img/contact/bg.jpg) !important;
}
@media screen and (min-width: 480px) {
  .c-bg__concentration--contact::after {
    background-position: center;
  }
}
@media screen and (min-width: 640px) {
  .c-bg__concentration--contact::after {
    background-image: url(../img/contact/bg.jpg) !important;
    background-position: top;
  }
}
@media screen and (min-width: 1281px) {
  .c-bg__concentration--contact::after {
    background-position: center;
  }
}
.c-bg__end {
  position: relative;
}
.c-bg__end::before {
  z-index: 30;
  content: "本キャンペーンは\a終了いたしました。\aたくさんのご応募\aありがとうございました。";
  position: absolute;
  top: 8.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  color: #fff;
  font-size: 25px;
  white-space: pre;
  text-align: center;
  font-weight: 900;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 640px) {
  .c-bg__end::before {
    top: 7.5%;
    line-height: 1.5;
    font-size: 28px;
    content: "本キャンペーンは終了いたしました。\aたくさんのご応募ありがとうございました。";
  }
}
@media screen and (min-width: 1024px) {
  .c-bg__end::before {
    font-size: 42px;
  }
}
.c-bg__end::after {
  z-index: 20;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background-color: rgba(18, 125, 188, 0.9);
}
.c-bg__end--clip {
  overflow: clip;
}
.c-bg__end--merchandise {
  padding-top: 4em;
}
.c-bg__end--merchandise::before {
  top: 26%;
}
@media screen and (min-width: 640px) {
  .c-bg__end--merchandise::before {
    top: 31%;
  }
}
.c-bg__end--merchandise::after {
  height: 104%;
}
.c-bg__end--noText::before {
  content: "";
}

.c-text__dummy {
  padding: 0.1em 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  background-color: #000;
  font-weight: bold;
}

.c-btn {
  padding: 4px 20px 8px 20px;
  color: #fff;
  min-width: 130px;
  text-align: center;
  border-radius: 100px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
  background: -webkit-gradient(linear, left top, right top, from(#FF9E40), color-stop(25%, #FF8A2F), color-stop(50%, #FF7B22), color-stop(75%, #FF6C15), to(#FF5905));
  background: linear-gradient(90deg, #FF9E40 0%, #FF8A2F 25%, #FF7B22 50%, #FF6C15 75%, #FF5905 100%);
  color: #fff !important;
  text-decoration: none !important;
}
@media screen and (min-width: 640px) {
  .c-btn {
    padding: 10px 20px 14px 20px;
    min-width: 260px;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 11px;
  height: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 100px;
  background-color: #fff;
}
@media screen and (min-width: 640px) {
  .c-btn::before {
    right: 16px;
    width: 22px;
    height: 22px;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 4px;
  height: 4px;
  border: 0;
  border-top: solid 1px #FF6502;
  border-right: solid 1px #FF6502;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media screen and (min-width: 640px) {
  .c-btn::after {
    right: 24px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #FF6502;
    border-right: solid 2px #FF6502;
  }
}
.c-btn:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-subBtn {
  margin: 0 auto;
  padding: 0.6rem 1rem;
  max-width: 320px;
  text-align: center;
  font-size: 19px;
  color: #005BAB;
  background-color: #fff;
  border-radius: 100px;
}
.c-subBtn img {
  max-height: 20px;
}

/* スクロールアニメーション用の初期状態 */
.js_scrollClass {
  opacity: 0;
  translate: 0 15%;
  -webkit-transition: opacity 1s ease-out, translate 1s ease-out;
  transition: opacity 1s ease-out, translate 1s ease-out;
}
.js_scrollClass.is_active {
  opacity: 1;
  translate: 0;
}
.js_scrollClass.p-recruit__method-item:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.js_scrollClass.p-recruit__method-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js_scrollClass.p-recruit__method-item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js_scrollClass.p-merchandise__twelve__listItem:nth-child(1) {
  -webkit-transition: opacity 0.2s ease-out, translate 0.2s ease-out;
  transition: opacity 0.2s ease-out, translate 0.2s ease-out;
}
.js_scrollClass.p-merchandise__twelve__listItem:nth-child(2) {
  -webkit-transition: opacity 0.4s ease-out, translate 0.4s ease-out;
  transition: opacity 0.4s ease-out, translate 0.4s ease-out;
}
.js_scrollClass.p-merchandise__twelve__listItem:nth-child(3) {
  -webkit-transition: opacity 0.6s ease-out, translate 0.6s ease-out;
  transition: opacity 0.6s ease-out, translate 0.6s ease-out;
}
.js_scrollClass.p-merchandise__twelve__listItem:nth-child(4) {
  -webkit-transition: opacity 0.8s ease-out, translate 0.8s ease-out;
  transition: opacity 0.8s ease-out, translate 0.8s ease-out;
}
.js_scrollClass.p-merchandise__twelve__listItem:nth-child(5) {
  -webkit-transition: opacity 0.1s ease-out, translate 1s ease-out;
  transition: opacity 0.1s ease-out, translate 1s ease-out;
}
.js_scrollClass.p-merchandise__premium__listItem {
  translate: -15% 0%;
}
.js_scrollClass.p-merchandise__premium__listItem:nth-child(1) {
  -webkit-transition: opacity 0.6s ease-out, translate 0.6s ease-out;
  transition: opacity 0.6s ease-out, translate 0.6s ease-out;
}
.js_scrollClass.p-merchandise__premium__listItem:nth-child(2) {
  -webkit-transition: opacity 0.8s ease-out, translate 0.8s ease-out;
  transition: opacity 0.8s ease-out, translate 0.8s ease-out;
}
.js_scrollClass.p-merchandise__premium__listItem:nth-child(3) {
  -webkit-transition: opacity 0.1s ease-out, translate 1s ease-out;
  transition: opacity 0.1s ease-out, translate 1s ease-out;
}
.js_scrollClass.p-merchandise__premium__listItem.is_active {
  translate: 0;
}
.js_scrollClass.p-merchandise__assortment__listItem {
  translate: -15% 0%;
}
.js_scrollClass.p-merchandise__assortment__listItem:nth-child(1) {
  -webkit-transition: opacity 0.8s ease-out, translate 0.8s ease-out;
  transition: opacity 0.8s ease-out, translate 0.8s ease-out;
}
.js_scrollClass.p-merchandise__assortment__listItem:nth-child(2) {
  -webkit-transition: opacity 0.1s ease-out, translate 1s ease-out;
  transition: opacity 0.1s ease-out, translate 1s ease-out;
}
.js_scrollClass.p-merchandise__assortment__listItem.is_active {
  translate: 0;
}
.js_scrollClass.p-merchandise__mini__listItem {
  translate: 15% 0%;
}
.js_scrollClass.p-merchandise__mini__listItem:nth-child(1) {
  -webkit-transition: opacity 0.6s ease-out, translate 0.6s ease-out;
  transition: opacity 0.6s ease-out, translate 0.6s ease-out;
}
.js_scrollClass.p-merchandise__mini__listItem:nth-child(2) {
  -webkit-transition: opacity 0.8s ease-out, translate 0.8s ease-out;
  transition: opacity 0.8s ease-out, translate 0.8s ease-out;
}
.js_scrollClass.p-merchandise__mini__listItem.is_active {
  translate: 0;
}
.js_scrollClass.p-merchandise__korokoro__listItem {
  translate: 15% 0%;
  -webkit-transition: opacity 0.6s ease-out, translate 0.6s ease-out;
  transition: opacity 0.6s ease-out, translate 0.6s ease-out;
}
.js_scrollClass.p-merchandise__korokoro__listItem.is_active {
  translate: 0;
}
.js_scrollClass.p-merchandise__five__listItem {
  translate: -15% 0%;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(1) {
  -webkit-transition: opacity 0.3s ease-out, translate 0.3s ease-out;
  transition: opacity 0.3s ease-out, translate 0.3s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(2) {
  -webkit-transition: opacity 0.4s ease-out, translate 0.4s ease-out;
  transition: opacity 0.4s ease-out, translate 0.4s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(3) {
  -webkit-transition: opacity 0.5s ease-out, translate 0.5s ease-out;
  transition: opacity 0.5s ease-out, translate 0.5s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(4) {
  -webkit-transition: opacity 0.6s ease-out, translate 0.6s ease-out;
  transition: opacity 0.6s ease-out, translate 0.6s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(5) {
  -webkit-transition: opacity 0.7s ease-out, translate 0.7s ease-out;
  transition: opacity 0.7s ease-out, translate 0.7s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(6) {
  margin-left: 0px;
  -webkit-transition: opacity 0.8s ease-out, translate 0.8s ease-out;
  transition: opacity 0.8s ease-out, translate 0.8s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(7) {
  -webkit-transition: opacity 0.9s ease-out, translate 0.9s ease-out;
  transition: opacity 0.9s ease-out, translate 0.9s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(8) {
  -webkit-transition: opacity 1s ease-out, translate 1s ease-out;
  transition: opacity 1s ease-out, translate 1s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(9) {
  -webkit-transition: opacity 1s ease-out, translate 1s ease-out;
  transition: opacity 1s ease-out, translate 1s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem.is_active {
  translate: 0;
}
.js_scrollClass.p-merchandise__fuji__listItem {
  translate: 0% 15%;
}
.js_scrollClass.p-merchandise__fuji__listItem:nth-child(1) {
  -webkit-transition: opacity 0.9s ease-out, translate 0.9s ease-out;
  transition: opacity 0.9s ease-out, translate 0.9s ease-out;
}
.js_scrollClass.p-merchandise__fuji__listItem:nth-child(2) {
  -webkit-transition: opacity 1s ease-out, translate 1s ease-out;
  transition: opacity 1s ease-out, translate 1s ease-out;
}
.js_scrollClass.p-merchandise__fuji__listItem.is_active {
  translate: 0;
}
.js_scrollClass--tobidashi {
  -webkit-transform: translate(0%, 0%) scale(0.8);
          transform: translate(0%, 0%) scale(0.8);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.js_scrollClass--tobidashi.is_active {
  -webkit-transform: translate(0%, 0%) scale(1);
          transform: translate(0%, 0%) scale(1);
}

.p-mv {
  background: url(./../img/mv/img_mv_deco.jpg) no-repeat center/cover;
}
@media screen and (min-width: 640px) {
  .p-mv {
    background: url(./../img/mv/img_mv_deco.jpg) no-repeat center/cover;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv {
    background: url(./../img/mv/img_mv_deco.jpg) no-repeat center/cover;
  }
}
.p-mv__blockWrap {
  background-image: repeating-linear-gradient(110deg, #d3d3d4 0px, #fff 500px, #d3d3d4 1000px, #fff 1500px, #d3d3d4 2000px);
}
.p-mv__block--right, .p-mv__block--left {
  padding-inline: 1.9rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.p-mv__block--right {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-mv__block--right {
    display: block;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-mv__block--left {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-mv__block--left {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-mv__block--flex {
  display: block;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .p-mv__block--flex {
    position: fixed;
    top: 230px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: min(100%, 1290px);
    display: grid;
    grid-template-columns: 1fr 640px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-mv__blockImg {
  width: 284px;
}
.p-mv__blockImgWrap {
  width: 284px;
  max-width: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-mv__blockImgWrap--right {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.p-mv__block--center {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .p-mv__block--center {
    max-width: 640px;
    margin-inline: auto;
    position: relative;
    z-index: 3;
  }
}
.p-mv__main .l-baseW {
  width: 100%;
}
.p-mv__main-deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  pointer-events: none;
}
.p-mv__main-deco img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 116% center;
     object-position: 116% center;
}
.p-mv__main-pic {
  display: block;
  width: 100%;
}
.p-mv__main-pic img {
  pointer-events: none;
}
@media print {
  .p-mv__main-pic img {
    display: none !important;
    visibility: hidden !important;
  }
}

.p-present {
  padding-top: 7rem;
  background: linear-gradient(151.5044deg, #19B9FF 0%, #CCFFFF 50%, #19B9FF 100%);
  padding-bottom: 7.9rem;
}
.p-present__bg-wrap {
  position: relative;
}
.p-present__bg-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  pointer-events: none;
}
.p-present__bg-pic img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.p-present__inner {
  position: relative;
}
.p-present__content {
  max-width: 640px;
  margin: 0 auto;
}
.p-present__list {
  width: 82%;
  max-width: inherit;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .p-present__list {
    width: 100%;
  }
}
.p-present__item {
  margin-top: 7.3rem;
  margin-inline: auto;
  position: relative;
  width: 100%;
  max-width: 493px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 38rem;
}
.p-present__item:first-child {
  margin-top: 5.6rem;
}
.p-present__itemTitle {
  padding-left: 5rem;
  padding-top: 1.2rem;
  font-size: 4.7rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.p-present__itemImg {
  padding-top: 1.7rem;
}
.p-present__itemImgWrap {
  width: 41.4rem;
  height: 21.9rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-present__itemImgWrap--b {
  width: 65%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .p-present__itemImgWrap--b {
    width: 273px;
    height: 260px;
  }
}
.p-present__itemCap {
  padding-top: 0.5rem;
  padding-inline: 2rem;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: 1fr auto;
}
.p-present__itemCapText {
  font-size: 3.4rem;
  line-height: 1.06;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.p-present__itemCapNum {
  justify-self: end;
  width: 15.6rem;
}
.p-present__itemBadge {
  width: 12rem;
  position: absolute;
  top: -2rem;
  left: -3rem;
}
.p-present__item--a {
  background-color: #C28B36;
}
.p-present__item--b {
  background-color: #888988;
}
.p-present__item--c {
  background-color: #905F33;
}
.p-present__itemImage {
  display: inline-block;
  position: absolute;
}
.p-present__itemImage--a {
  width: 99%;
  top: 0.7rem;
  left: 1rem;
}
@media screen and (min-width: 640px) {
  .p-present__itemImage--a {
    width: 95%;
    top: 1rem;
    left: 2rem;
  }
}
.p-present__itemImage--a img {
  pointer-events: none;
}
@media print {
  .p-present__itemImage--a img {
    display: none !important;
    visibility: hidden !important;
  }
}
.p-present__itemImage--b {
  width: 94%;
  top: 1.8rem;
  left: 0.5rem;
}
@media screen and (min-width: 640px) {
  .p-present__itemImage--b {
    width: 95%;
    top: 1rem;
    left: 0.5rem;
  }
}
.p-present__itemImage--c {
  width: 84.8%;
  top: 0.7rem;
  left: 0.9rem;
}
@media screen and (min-width: 640px) {
  .p-present__itemImage--c {
    width: 83%;
    top: 1rem;
    left: 1.8rem;
  }
}
.p-present__titleTop {
  max-width: 522px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 14.7rem;
  width: 100%;
  background: url(./../img/present/img_present_wrap.png) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 640px) {
  .p-present__titleTop {
    min-height: 147px;
  }
}
.p-present__titleText {
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.1rem;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.p-present__text-list {
  width: 90%;
  padding-top: 1.2rem;
  max-width: 495px;
  margin-inline: auto;
  font-size: 10px;
}
@media screen and (min-width: 480px) {
  .p-present__text-list {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 640px) {
  .p-present__text-list {
    width: 100%;
  }
}
.p-present__text-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
  color: #005BAB;
  line-height: 1.6;
}
.p-present__text-item .u-dib {
  text-indent: -1em;
  padding-left: 1em;
}

.p-recruit {
  padding-bottom: 11.2rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(156.6586deg, #D3D3D4 0%, #FFFFFF 25%, #C9C9CA 50%, #FFFFFF 75%, #BFC0C0 100%);
  color: #595757;
}
.p-recruit__inner {
  width: 94%;
  position: relative;
}
.p-recruit__method {
  width: 95.745%;
  position: relative;
  margin: 0 auto;
  max-width: 572px;
  overflow: hidden;
  color: #595757;
}
@media screen and (min-width: 640px) {
  .p-recruit__method {
    width: inherit;
  }
}
.p-recruit__methodTitle {
  padding: 1.1rem 5.5rem;
  display: inline-block;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.6rem;
  background-color: #005BAB;
  color: #fff;
}
.p-recruit__methodTitleWrap {
  padding-top: 8.8rem;
  text-align: center;
}
.p-recruit__methodTitleWrap--merchandise {
  padding-top: 7.1rem;
}
.p-recruit__method-text {
  margin: 0 auto;
  margin-top: 3.6rem;
  text-align: left;
  font-size: 13px;
  color: #005BAB;
  font-weight: 700;
  width: 96%;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-text {
    width: auto;
    max-width: 548px;
    font-size: 19px;
  }
}
.p-recruit__method-title {
  width: 66.845%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-title {
    width: 90%;
    max-width: 380px;
  }
}
.p-recruit__method-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 1.5em;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-list {
    margin-top: 2em;
  }
}
.p-recruit__method-item {
  width: calc((100% - 22px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-item {
    width: calc((100% - 44px) / 3);
  }
}
.p-recruit__method-item:nth-child(n+2) {
  position: relative;
}
.p-recruit__method-item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 6px;
  height: 19px;
  background-image: url(../img/recruit/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-item:nth-child(n+2)::before {
    top: 50%;
    left: -18px;
    width: 14px;
    height: 24px;
  }
}
.p-recruit__method-item-title {
  background-color: #005BAB;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-item-title {
    border-radius: 12px 12px 0 0;
    padding: 10px 10px 10px 10px;
    font-size: 22px;
    line-height: 1;
  }
}
.p-recruit__method-item-title-num {
  font-size: 150%;
}
.p-recruit__method-item-content {
  background-color: #fff;
  padding: 10px 10px 8px 10px;
  border-radius: 0 0 6px 6px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-item-content {
    padding: 20px 16px 16px 16px;
    border-radius: 0 0 10px 10px;
  }
}
.p-recruit__method-item-content-text {
  margin-top: 6px;
  text-align: left;
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-item-content-text {
    margin-top: 18px;
    font-size: 13px;
  }
}
.p-recruit__method-item-content-pic {
  display: block;
  margin: 0 auto;
  min-height: 40px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-item-content-pic {
    min-height: 82px;
  }
}
.p-recruit__method-item-content-pic--01 {
  max-width: 58px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-item-content-pic--01 {
    max-width: inherit;
  }
}
.p-recruit__method-item-content-pic--02 {
  max-width: 73px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-item-content-pic--02 {
    max-width: 135px;
  }
}
.p-recruit__method-item-content-pic-figure {
  width: 23%;
  position: absolute;
  top: 28%;
  right: 0;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-item-content-pic-figure {
    width: 23%;
  }
}
.p-recruit__method-item-content-pic--03 {
  max-width: 62px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-item-content-pic--03 {
    max-width: 125px;
  }
}
.p-recruit__method-photo {
  position: relative;
  margin-top: 2.4em;
}
@media screen and (min-width: 379px) {
  .p-recruit__method-photo {
    margin-top: 44px;
  }
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo {
    margin-top: 44px;
  }
}
.p-recruit__method-photoCap {
  padding-top: 1.2rem;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.085em;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photoCap {
    font-size: 15px;
  }
}
.p-recruit__method-photoCap--red {
  color: #E60012;
}
.p-recruit__method-photo-content {
  padding: 16px 13px 30px 13px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-content {
    padding: 26px 26px 52px 26px;
    border-radius: 0 0 12px 12px;
  }
}
.p-recruit__method-photo-title {
  padding: 5px 0 4px 0;
  background-color: #005BAB;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-title {
    padding: 6px 0 6px 0;
    font-size: 28px;
    border-radius: 12px 12px 0 0;
  }
}
.p-recruit__method-photo-text-top {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.085em;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-text-top {
    font-size: 17px;
  }
}
.p-recruit__method-photo-text-top--red {
  color: #E60012;
}
.p-recruit__method-photo-text-bottom {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-text-bottom {
    font-size: 17px;
  }
}
.p-recruit__method-photo-list {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 7px 13px;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-list {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 14px 26px;
  }
}
.p-recruit__method-photo-list-item {
  font-size: 13px;
  color: #E60012;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-list-item {
    font-size: 19px;
  }
}
.p-recruit__method-photo-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-main {
    gap: 16px;
  }
}
.p-recruit__method-photo-main-text {
  width: 60%;
}
.p-recruit__method-photo-main-text-top {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.085em;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-main-text-top {
    font-size: 17px;
  }
}
.p-recruit__method-photo-main-text-top--red {
  color: #E60012;
}
.p-recruit__method-photo-main-text-middle-list {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 7px 13px;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-main-text-middle-list {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 14px 26px;
  }
}
.p-recruit__method-photo-main-text-middle-item {
  font-size: 13px;
  color: #E60012;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-main-text-middle-item {
    font-size: 19px;
  }
}
.p-recruit__method-photo-main-text-bottom {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-main-text-bottom {
    font-size: 17px;
  }
}
.p-recruit__method-photo-main-pic {
  width: 36%;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-main-pic {
    max-width: 200px;
    width: auto;
  }
}
.p-recruit__method-photo-correct {
  margin-top: 17px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-correct {
    margin-top: 32px;
  }
}
.p-recruit__method-photo-correct-title {
  position: relative;
  padding: 0px 8px 0px 22px;
  background-color: #00B8EE;
  color: #fff;
  font-size: 14px;
  max-width: 74px;
  border-radius: 3px;
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-correct-title {
    padding: 4px 16px 2px 42px;
    border-radius: 6px;
    max-width: 113px;
    font-size: 19px;
  }
}
.p-recruit__method-photo-correct-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 100px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-correct-title::before {
    left: 12px;
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
  }
}
.p-recruit__method-photo-correct-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding-left: 13px;
  padding-right: 13px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-correct-flex {
    margin-top: 20px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.p-recruit__method-photo-correct-right {
  width: 20%;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-correct-right {
    width: 100%;
    max-width: 100px;
  }
}
.p-recruit__method-photo-correct-right img {
  width: 100%;
}
.p-recruit__method-photo-correct-right-top {
  display: block;
}
.p-recruit__method-photo-correct-right-bottom {
  display: block;
  margin-top: 9px;
}
.p-recruit__method-photo-correct-left {
  width: 75%;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-correct-left {
    max-width: 380px;
  }
}
.p-recruit__method-photo-correct-left-top-item {
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-correct-left-top-item {
    font-size: 20px;
  }
}
.p-recruit__method-photo-correct-left-bottom {
  margin-top: 4px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-correct-left-bottom {
    margin-top: 8px;
  }
}
.p-recruit__method-photo-correct-left-bottom-item {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-correct-left-bottom-item {
    font-size: 14px;
  }
}
.p-recruit__method-photo-false {
  margin-top: 17px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-false {
    margin-top: 36px;
  }
}
.p-recruit__method-photo-false-title {
  position: relative;
  padding: 0px 8px 0px 22px;
  background-color: #E60012;
  color: #fff;
  font-size: 14px;
  max-width: 74px;
  border-radius: 3px;
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-false-title {
    padding: 4px 16px 2px 42px;
    font-size: 19px;
    border-radius: 6px;
    max-width: 113px;
  }
}
.p-recruit__method-photo-false-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-false-title::before {
    left: 10px;
    width: 28px;
    height: 2px;
  }
}
.p-recruit__method-photo-false-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-false-title::after {
    left: 10px;
    width: 28px;
    height: 2px;
  }
}
.p-recruit__method-photo-false-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-left: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-false-list {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin-top: 24px;
    margin-left: 12px;
  }
}
.p-recruit__method-photo-false-item {
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-false-item {
    font-size: 20px;
  }
}
.p-recruit__method-photo-false-text {
  margin-top: 7px;
  font-size: 12px;
  color: #E60012;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-false-text {
    margin-top: 14px;
    padding-left: 26px;
    font-size: 14px;
  }
}
.p-recruit__call {
  padding-top: 6.4rem;
}
.p-recruit__call-contentWhite {
  position: relative;
  padding: 20px;
  margin: 0 auto;
  margin-top: 2em;
  background-color: #fff;
  border-radius: 6px;
  color: #005BAB;
  max-width: 95%;
}
@media screen and (min-width: 640px) {
  .p-recruit__call-contentWhite {
    margin-top: 35px;
    padding: 3.9rem 43px 2.9rem;
    border-radius: 12px;
    max-width: 572px;
  }
}
.p-recruit__call-content-bottom {
  margin-top: 1.6em;
  padding: 0.5em 7px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .p-recruit__call-content-bottom {
    font-size: 15px;
  }
}
.p-recruit__call-content-title {
  line-height: 1;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .p-recruit__call-content-title {
    font-size: 22px;
  }
}
.p-recruit__call-content-mail {
  margin-top: 2.1rem;
  text-align: center;
  font-size: max(12px, 1.8rem);
}
@media screen and (min-width: 640px) {
  .p-recruit__call-content-mail {
    font-size: 1.8rem;
  }
}
.p-recruit__call-content-mail-address {
  display: inline;
  color: #004098 !important;
}
.p-recruit__rule-text {
  padding-right: 10px;
  font-size: 12px;
  text-align: left;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .p-recruit__rule-text {
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.p-recruit__rule-text-wrap {
  margin: 3.2rem auto 0;
  max-width: 86%;
  padding: 15px 10px;
  height: 175px;
  background: #fff;
  border-radius: 12px;
}
@media screen and (min-width: 640px) {
  .p-recruit__rule-text-wrap {
    padding: 30px 2rem;
    max-width: 520px;
    height: 300px;
  }
}
.p-recruit__rule-text-inner {
  height: 145px;
  overflow: auto;
}
@media screen and (min-width: 640px) {
  .p-recruit__rule-text-inner {
    height: 234px;
  }
}
.p-recruit__rule-text-inner a {
  color: #005BAB !important;
  display: inline;
}
.p-recruit__rule-text-inner .os-scrollbar .os-scrollbar-handle {
  background: #005BAB !important;
  width: 4px;
}
@media screen and (min-width: 640px) {
  .p-recruit__rule-text-inner .os-scrollbar .os-scrollbar-handle {
    width: 8px;
    height: 32px;
  }
}

.p-cta {
  padding: 7.8rem 0 7.2rem;
  background-color: white;
}
.p-cta__inner {
  width: 90%;
}
.p-cta__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
.p-cta__link__wrap {
  padding-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 379px) {
  .p-cta__link__wrap {
    max-width: 500px;
    gap: 18px;
  }
}
@media screen and (min-width: 640px) {
  .p-cta__link__wrap {
    max-width: 600px;
    gap: 18px;
  }
}
.p-cta__linkTextMini {
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .p-cta__linkTextMini {
    font-size: 12px;
    line-height: initial;
  }
}
.p-cta__linkTextBig {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 379px) {
  .p-cta__linkTextBig {
    font-size: 16px;
  }
}
@media screen and (min-width: 640px) {
  .p-cta__linkTextBig {
    margin-top: 0px;
    font-size: 26px;
  }
}
.p-cta__text {
  padding-top: 2.6rem;
  margin: 0 auto;
  max-width: 550px;
  font-size: 11px;
  color: #004098;
  line-height: 1.8;
}

.p-merchandise {
  padding-bottom: 7rem;
  background: linear-gradient(151.5044deg, #19B9FF 0%, #CCFFFF 50%, #19B9FF 100%);
  position: relative;
}
.p-merchandise__blueBox {
  max-width: 573px;
  margin-inline: auto;
  padding: 16px 10px;
  margin-top: 2em;
  border-radius: 6px;
  background-color: #005BAB;
}
@media screen and (min-width: 640px) {
  .p-merchandise__blueBox {
    padding: 5.6rem 30px 4.3rem;
    margin-top: 2.5em;
    border-radius: 12px;
  }
}
.p-merchandise__lineup01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto auto;
  gap: 1rem;
  row-gap: 2rem;
  justify-items: center;
}
.p-merchandise__lineup01Item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.p-merchandise__lineup01Cap {
  color: #fff;
  font-size: 10px;
  font-weight: 700 !important;
}
@media screen and (min-width: 480px) {
  .p-merchandise__lineup01Cap {
    font-size: 1.7rem;
  }
}
.p-merchandise__lineup02 {
  padding-top: 3rem;
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-merchandise__lineup02Cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  gap: 1rem 1.6rem;
}
.p-merchandise__lineup02Item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 0px;
}
.p-merchandise__lineup02Item img {
  display: block;
}
.p-merchandise__lineup02Cap {
  padding-top: 0.5rem;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700 !important;
}
.p-merchandise__lineup02--left {
  padding-right: 1rem;
}
@media screen and (min-width: 640px) {
  .p-merchandise__lineup02--left {
    padding-right: 1.6rem;
  }
}
.p-merchandise__lineup02--leftItem {
  padding-bottom: 2rem;
}
.p-merchandise__lineup02--leftItem img {
  max-height: 45px;
}
.p-merchandise__lineup02--leftItem:last-of-type {
  padding-bottom: 0;
}
.p-merchandise__lineup02--right {
  white-space: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (min-width: 640px) {
  .p-merchandise__lineup02--right {
    white-space: nowrap;
    grid-template-columns: 1fr auto;
    gap: 1.9rem;
  }
}
.p-merchandise__lineup02--rightItem img {
  max-height: 45px;
}
.p-merchandise__lineup02--rightItem--granola img {
  max-height: 32px;
}
@media screen and (min-width: 379px) {
  .p-merchandise__lineup02--rightItem--granola img {
    max-height: 45px;
  }
}
.p-merchandise__lineup02--amazon {
  margin-top: 0.4rem;
  margin-inline: auto;
  padding-block: 1px;
  max-width: 152px;
  width: 100%;
  line-height: 1.2;
  font-size: 10px;
  color: #fff;
  border: 1px solid #fff;
}
.p-merchandise__linkList {
  padding-top: 5.3rem;
  margin: 0 auto;
  max-width: 400px;
  width: 74%;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .p-merchandise__linkList {
    width: 80%;
  }
}
.p-merchandise__linkTitle {
  position: relative;
  font-size: 16px;
  color: #005BAB;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 640px) {
  .p-merchandise__linkTitle {
    font-size: 28px;
  }
}
.p-merchandise__linkTitle::before, .p-merchandise__linkTitle::after {
  position: absolute;
  top: 58%;
  background-color: #005BAB;
  width: 2px;
  height: 46px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__linkTitle::before, .p-merchandise__linkTitle::after {
    width: 3px;
    height: 65px;
  }
}
.p-merchandise__linkTitle::before {
  content: "";
  left: -5.5em;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
}
.p-merchandise__linkTitle::after {
  content: "";
  right: -0.9em;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}
.p-merchandise__linkImg {
  padding-top: 1.5rem;
}
.p-merchandise__linkImg:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.p-campaign__content {
  max-width: 640px;
  margin: 0 auto;
}
.p-campaign__topTitle {
  padding-inline: 2rem;
  max-width: none;
  width: 100%;
  padding-block: 3rem;
  text-align: center;
}
.p-campaign__topTitleWrap {
  background-color: #005BAB;
}
.p-campaign__topTitle-wrap {
  width: 97%;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .p-campaign__topTitle-wrap {
    width: 100%;
  }
}
.p-campaign__topTitleBtn {
  margin-top: 14px;
  margin-inline: auto;
  padding: 0.9rem 2.5rem;
  max-width: 548px;
  width: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 640px) {
  .p-campaign__topTitleBtn {
    width: 100%;
    margin-inline: auto;
    padding: 0.9rem 2.7rem;
  }
}
.p-campaign__topTitleBtn img {
  max-height: 64px;
}
.p-campaign__topTitle-term {
  width: 91%;
  display: block;
  margin: 0 auto;
  padding-top: 2.4rem;
}
@media screen and (min-width: 640px) {
  .p-campaign__topTitle-term {
    width: auto;
    padding-top: 48px;
  }
}
.p-campaign__topTitle-term img {
  width: 87%;
}
@media screen and (min-width: 640px) {
  .p-campaign__topTitle-term img {
    width: auto;
  }
}

.u-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.u-noto--regular {
  font-weight: 400;
}

.u-mt0 {
  margin-top: 0;
}

.u-mt05 {
  margin-top: 0.5em;
}

.u-mt1 {
  margin-top: 1em;
}

.u-mt2 {
  margin-top: 2em;
}

.u-mt3 {
  margin-top: 3em;
}

.u-mt4 {
  margin-top: 4em;
}

.u-mt5 {
  margin-top: 5em;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb1 {
  margin-bottom: 1em;
}

.u-mb2 {
  margin-bottom: 2em;
}

.u-mb3 {
  margin-bottom: 3em;
}

.u-mb4 {
  margin-bottom: 4em;
}

.u-mb5 {
  margin-bottom: 5em;
}

.u-pr1 {
  padding-right: 1em;
}

.u-pl1 {
  padding-left: 1em;
}

.u-dib,
.dib {
  display: inline-block;
}

.u-db {
  display: block;
}

.u-tac,
.tac {
  text-align: center;
}

.u-smonly {
  display: block;
}
@media screen and (min-width: 480px) {
  .u-smonly {
    display: none;
  }
}

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

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

.u-index--background {
  z-index: 0;
}
.u-index--decoration {
  z-index: 1;
}
.u-index--content {
  z-index: 2;
}

.u-fwb,
.fwb {
  font-weight: bold;
}

.u-tar,
.tar {
  text-align: right;
}

.u-tal,
.tal {
  -moz-text-align-last: left;
       text-align-last: left;
}

.u-fzl,
.fzl {
  font-size: 1.1em;
}

.u-underLine {
  text-decoration: underline;
}

.u-color--red {
  color: #e60012;
}

.u-bigFont--120 {
  font-size: 120%;
}
.u-bigFont--130 {
  font-size: 130%;
}

.u-circleList__sub li::before {
  content: "●";
  display: inline-block;
  text-indent: 0;
}

.u-indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.u-indent li span,
.u-indent li a {
  text-indent: 0em;
}

.u-tableHint {
  overflow-y: clip !important;
}
.u-tableHint tr {
  white-space: nowrap;
}

.u-fw900 {
  font-weight: 900;
}

.u-order--01 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .u-order--01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.u-order--02 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .u-order--02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.u-order--03 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .u-order--03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.u-mPlus {
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-weight: 700;
}
.u-mPlus--bold {
  font-weight: 900;
}
.u-mPlus--500 {
  font-weight: 500;
}

.u-boxShadow {
  -webkit-box-shadow: 8px 9px 16px rgba(226, 226, 226, 0.8);
          box-shadow: 8px 9px 16px rgba(226, 226, 226, 0.8);
}
@media screen and (min-width: 768px) {
  .u-boxShadow {
    -webkit-box-shadow: 10px 10px 4px rgba(155, 155, 155, 0.1);
            box-shadow: 10px 10px 4px rgba(155, 155, 155, 0.1);
  }
}

.u-ls-001em {
  letter-spacing: -0.01em;
}

.u-ls-01em {
  letter-spacing: -0.1em;
}

.u-ls-02em {
  letter-spacing: -0.2em;
}

.u-ls-03em {
  letter-spacing: -0.3em;
}

.u-ls-04em {
  letter-spacing: -0.4em;
}

.u-ls-05em {
  letter-spacing: -0.5em;
}/*# sourceMappingURL=style.css.map */