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

article, aside, body, dd, dl, dt, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, html, li, nav, ol, p, section, ul {
  font-family: "Noto Sans JP", sans-serif;
}

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 !important;
}
.l-wrapper__bg {
  background-color: #004A9F;
  background-image: -webkit-gradient(linear, left top, right top, from(#004A9F), color-stop(45%, #008DDB), color-stop(55%, #008DDB), to(#004A9F));
  background-image: linear-gradient(90deg, #004A9F 0%, #008DDB 45%, #008DDB 55%, #004A9F 100%);
  background-size: 640px 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.l-wrapper__deco {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  pointer-events: none;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-wrapper__deco img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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 {
  margin-inline: auto;
  height: 7.9rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-title--img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.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: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", 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: #004098;
  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_bg.jpg) no-repeat center/cover;
  background-size: 1280px auto;
  padding-bottom: 1rem;
}
.p-mv__title {
  padding-top: 9.6rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    overflow: visible;
  }
}
.p-mv__titleAtention {
  max-width: 61rem;
  position: absolute;
  top: 18.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  z-index: -1;
}
.p-mv__title--wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-mv__title--wrap {
    overflow: visible;
  }
}
.p-mv__titleImg {
  display: block;
  width: 76.7rem;
  margin-inline: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  z-index: -1;
}
.p-mv__titleImg--title {
  max-width: 60rem;
  position: relative;
}
.p-mv__titleImg--text {
  margin-inline: auto;
  width: 54.7rem;
  padding-top: 7.3rem;
  position: relative;
}
.p-mv__titleImg--textDeco {
  width: 23rem;
  position: absolute;
  bottom: 6rem;
  right: -12.6rem;
}
.p-mv__bnr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.p-mv__bnrTitle {
  height: 4.3rem;
  width: auto;
}
.p-mv__bnrImg {
  max-width: 29.1rem;
}
.p-mv__bnrImg:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  opacity: 1;
}
.p-mv__bnr--wrap {
  padding-top: 4.3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.9rem;
}
.p-mv__bnr-x {
  justify-self: end;
}
.p-mv__copy {
  width: 100%;
  padding-top: 3rem;
  padding-inline: 2.2rem;
}
.p-mv__copy--img {
  height: 1.5rem;
  width: auto;
}
.p-mv__copyBar {
  position: relative;
  top: -0.4rem;
  width: 100%;
  z-index: 2;
}
.p-mv__copyBar--img {
  position: absolute;
  width: 110%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.p-present {
  background: #F08300;
  background: linear-gradient(150deg, rgb(240, 131, 0) 0%, rgb(255, 241, 0) 40%, rgb(255, 241, 0) 60%, rgb(0, 167, 60) 100%);
  padding-bottom: 5em;
}
@media screen and (min-width: 640px) {
  .p-present {
    padding-bottom: 114px;
  }
}
.p-present__end {
  overflow-y: clip;
}
.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: 572px;
  margin: 0 auto;
}
.p-present__topBnr {
  margin-inline: auto;
  margin-block: 0;
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-present__topBnrWrap {
  padding: 3rem 0 3.3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.p-present__topTitle {
  padding-top: 3.5rem;
  text-align: center;
}
.p-present__topTitle-wrap {
  width: 97%;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .p-present__topTitle-wrap {
    width: 100%;
  }
}
.p-present__topTitleBtn {
  margin-top: 1rem;
  padding: 1.4rem 2.5rem;
  max-width: 613px;
  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-present__topTitleBtn {
    padding: 1.4rem 2.7rem;
  }
}
.p-present__topTitleBtn img {
  max-height: 64px;
}
.p-present__topTitle-term {
  width: 91%;
  display: block;
  margin: 0 auto;
  padding-top: 2.4rem;
}
@media screen and (min-width: 640px) {
  .p-present__topTitle-term {
    width: auto;
    padding-top: 48px;
  }
}
.p-present__topTitle-term img {
  width: 87%;
}
@media screen and (min-width: 640px) {
  .p-present__topTitle-term img {
    width: auto;
  }
}
.p-present__Title {
  padding-top: 3.5rem;
  padding-bottom: 18.3rem;
  background: linear-gradient(150deg, rgb(0, 63, 141) 0%, rgb(24, 139, 204) 100%);
}
.p-present__Title--1 {
  display: block;
  padding-inline: 4rem;
}
.p-present__Title--2 {
  display: block;
  padding-inline: 7rem;
}
.p-present__List {
  margin-top: -19.5rem;
  padding-bottom: 300px;
  min-height: 300px;
  background: url(../img/common/content_bg_color.png) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
.p-present__ListWrap {
  max-width: 640px;
  width: 100%;
  margin-inline: auto;
}
.p-present__ListTitle {
  margin-inline: auto;
  display: block;
  max-width: 350px;
  width: 100%;
  height: 21rem;
  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;
  background: url(../img/common/title-bg.png) no-repeat center/contain;
}
.p-present__ListTitle--img {
  height: 5.7rem;
}
.p-present__ListTitleWrap {
  padding-top: 11.7rem;
}
.p-present__ListCap {
  margin-top: 2.1rem;
  padding: 1.7rem;
  margin-inline: auto;
  max-width: 574px;
  width: calc(100% - 4rem);
  font-size: max(11px, 1.35rem);
  background-color: #fff;
  line-height: 1.5;
  border-radius: 1rem;
  color: #004098;
}
.p-present__ListCap--item {
  padding-left: 1rem;
  text-indent: -1em;
}
.p-present__Item {
  margin-top: -1rem;
  height: 40.3rem;
  position: relative;
  z-index: 2;
  background: url(../img/present/img_present_bg_a.png) no-repeat center/contain;
}
@media screen and (min-width: 640px) {
  .p-present__Item {
    background: url(../img/present/img_present_bg_a.png) no-repeat center/contain;
  }
}
.p-present__ItemBox1 {
  margin-top: 2rem;
  height: 40.3rem;
  position: relative;
  background: url(../img/present/img_present_bg_a.png) no-repeat center/contain;
}
@media screen and (min-width: 640px) {
  .p-present__ItemBox1 {
    background: url(../img/present/img_present_bg_a.png) no-repeat center/contain;
  }
}
.p-present__ItemBox2 {
  height: 40.3rem;
  position: relative;
  right: -7rem;
  background: url(../img/present/img_present_bg_b.png) no-repeat center/contain;
}
@media screen and (min-width: 640px) {
  .p-present__ItemBox2 {
    background: url(../img/present/img_present_bg_b.png) no-repeat center/contain;
  }
}
.p-present__ItemBox3 {
  height: 43.1rem;
  position: relative;
  left: -7rem;
  background: url(../img/present/img_present_bg_c.png) no-repeat center/cover;
}
@media screen and (min-width: 640px) {
  .p-present__ItemBox3 {
    background: url(../img/present/img_present_bg_c.png) no-repeat center/contain;
  }
}
.p-present__ItemA--badge {
  width: 15.6rem;
  position: absolute;
  top: -3.7rem;
  left: 7rem;
}
.p-present__ItemA--item {
  width: 58rem;
  position: absolute;
  top: 2.6rem;
  right: -2.6rem;
}
.p-present__ItemB--badge {
  width: 15.6rem;
  position: absolute;
  top: -1rem;
  left: 22rem;
}
.p-present__ItemB--item {
  width: 53rem;
  position: absolute;
  top: 2.6rem;
  left: 4rem;
}
.p-present__ItemC--badge {
  width: 17.6rem;
  position: absolute;
  top: -1rem;
  left: 7rem;
}
.p-present__ItemC--item {
  width: 42.1rem;
  position: absolute;
  top: 5.2rem;
  right: 8rem;
}
.p-present__text-list {
  position: relative;
  margin: 0 auto;
  padding: 14px 0 0;
  font-size: max(11px, 1.35rem);
  max-width: 570px;
  line-height: 1.47;
  width: 95.5%;
}
@media screen and (min-width: 640px) {
  .p-present__text-list {
    padding: 40px 0;
    font-size: 1.35rem;
    width: auto;
  }
}
.p-present__text-item {
  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;
  padding-left: 1em;
  text-indent: -1em;
  color: #fff;
  line-height: 1.6;
}
.p-present__text-item .u-dib {
  text-indent: -1em;
  padding-left: 1em;
}

.p-recruit {
  position: relative;
  overflow: hidden;
}
.p-recruit__ouboTitle {
  margin-top: 6.2rem;
}
.p-recruit__ouboContent {
  margin-inline: auto;
  max-width: 54.6rem;
  background-color: #FFFFCC;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
}
.p-recruit__ouboContentTitle {
  height: 4rem;
  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;
  background-color: #004098;
}
.p-recruit__ouboContentTitle--img {
  height: 2.2rem;
  width: auto;
}
.p-recruit__ouboContentText {
  font-weight: 900 !important;
}
.p-recruit__ouboContentText--wrap {
  padding-block: 2rem;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #004098;
}
.p-recruit__ouboContentText--strong {
  padding-inline: 5px;
  background-color: #FFF100;
  line-height: 1;
}
.p-recruit__ouboContentText--ls1 {
  letter-spacing: -2px;
}
.p-recruit__ouboContentLink {
  margin-top: 1.6rem;
  margin-inline: auto;
  padding-block: 6px;
  max-width: 32.6rem;
  font-size: 12px;
  background-color: #004098;
  color: #fff !important;
  border-radius: 5rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-recruit__ouboContentLink {
    font-size: 1.8rem;
    padding-block: 0.6rem;
  }
}
.p-recruit__ouboContent--arrow {
  padding-top: 2.6rem;
  margin-inline: auto;
  display: block;
  width: 7.8rem;
}
.p-recruit__ouboContent--wrap {
  -webkit-filter: drop-shadow(0.7rem 0.7rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0.7rem 0.7rem 0 rgba(0, 0, 0, 0.3));
}
.p-recruit__ouboContent--step1 {
  margin-top: 2.9rem;
  min-height: 22.9rem;
}
.p-recruit__ouboContent--step2 {
  margin-top: 2.2rem;
  min-height: 21.7rem;
}
.p-recruit__syouhinTitle {
  margin-top: 9.1rem;
}
.p-recruit__syouhinTitle--sub {
  padding-top: 2rem;
  margin-inline: auto;
  max-width: 39.7rem;
  width: 100%;
  display: block;
}
.p-recruit__syouhinTitle--coming {
  padding-top: 1.7rem;
  margin-inline: auto;
  max-width: 61.3rem;
  width: 100%;
  display: block;
}
.p-recruit__syouhinTitle--img {
  padding-top: 0.7rem;
  max-width: 57.6rem;
  width: 100%;
  margin-inline: auto;
  display: block;
}
.p-recruit__syouhinCaption {
  padding-top: 8px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  text-shadow: -2px 0 0 #004190, 2px 0 0 #004190, 0 -2px 0 #004190, 0 2px 0 #004190, -2px -2px 0 #004190, 2px -2px 0 #004190, -2px 2px 0 #004190, 2px 2px 0 #004190;
}
.p-recruit__kiyakuTitle {
  margin-top: 7.9rem;
}
.p-recruit__kiyakuText {
  padding-right: 10px;
  font-size: 12px;
  text-align: left;
  line-height: 1.3;
  color: #004098;
}
@media screen and (min-width: 640px) {
  .p-recruit__kiyakuText {
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.p-recruit__kiyakuText--wrap {
  margin: 2em auto 7px;
  width: 95%;
  padding: 20px;
  height: 185px;
  background-color: #FFFFCC;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
}
@media screen and (min-width: 640px) {
  .p-recruit__kiyakuText--wrap {
    margin: 22px auto 7px;
    padding: 30px 3rem;
    max-width: 546px;
    height: 307px;
  }
}
.p-recruit__kiyakuText--wrapShadow {
  -webkit-filter: drop-shadow(0.7rem 0.7rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0.7rem 0.7rem 0 rgba(0, 0, 0, 0.3));
}
.p-recruit__kiyakuText--inner {
  height: 145px;
  overflow: auto;
}
@media screen and (min-width: 640px) {
  .p-recruit__kiyakuText--inner {
    height: 245px;
  }
}
.p-recruit__kiyakuText--inner a {
  color: #004098 !important;
  display: inline;
}
.p-recruit__kiyakuText--inner .os-scrollbar .os-scrollbar-handle {
  background: #004098 !important;
  width: 4px;
}
@media screen and (min-width: 640px) {
  .p-recruit__kiyakuText--inner .os-scrollbar .os-scrollbar-handle {
    width: 8px;
    height: 32px;
  }
}
.p-recruit__contact {
  position: relative;
  z-index: 3;
}
.p-recruit__contactTitle {
  margin-top: 5.9rem;
}
.p-recruit__contactContentWhite {
  position: relative;
  padding: 20px;
  margin: 0 auto;
  margin-top: 2em;
  background-color: #FFFFCC;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  color: #004098;
  max-width: 95%;
}
@media screen and (min-width: 640px) {
  .p-recruit__contactContentWhite {
    margin-top: 20px;
    padding: 4.5rem 4rem 2.5rem;
    border-radius: 12px;
    max-width: 546px;
  }
}
.p-recruit__contactContent--bottom {
  margin-top: 1.6rem;
  padding: 0.5em 7px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 12px;
  font-weight: 900;
}
@media screen and (min-width: 640px) {
  .p-recruit__contactContent--bottom {
    font-size: 15px;
  }
}
.p-recruit__contactContent--bottomTerm {
  display: block;
  font-weight: 500;
  display: grid;
  grid-template-columns: minmax(65px, 8rem) auto;
}
.p-recruit__contactContent--title {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (min-width: 640px) {
  .p-recruit__contactContent--title {
    font-size: 22px;
  }
}
.p-recruit__contactContent--mail {
  margin-top: 3rem;
  text-align: center;
  font-size: max(12px, 1.8rem);
  font-weight: 900;
}
@media screen and (min-width: 640px) {
  .p-recruit__contactContent--mail {
    font-size: 1.8rem;
  }
}
.p-recruit__contactContent--mail-address {
  display: inline;
  color: #004098 !important;
  font-weight: 900;
}
.p-recruit__contactContent--shadow {
  -webkit-filter: drop-shadow(0.7rem 0.7rem 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0.7rem 0.7rem 0 rgba(0, 0, 0, 0.3));
}
.p-recruit__contactBtn {
  margin-top: 2.3rem;
  margin-inline: auto;
  padding-block: 0.7rem;
  max-width: 212px;
  background-color: #004098;
  border-radius: 5rem;
  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;
}
.p-recruit__contactBtnImg {
  max-height: 15px;
}

.p-cta {
  padding: 3em 0 4em;
  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: 375px) {
  .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: 375px) {
  .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: 7em;
  background: #00A0E9;
  background: linear-gradient(160deg, rgb(0, 160, 233) 0%, rgb(92, 61, 165) 40%, rgb(92, 45, 165) 60%, rgb(214, 15, 113) 100%);
  position: relative;
}
@media screen and (min-width: 640px) {
  .p-merchandise {
    padding-bottom: 138px;
  }
}
.p-merchandise__end {
  padding-top: 5rem;
}
@media screen and (min-width: 640px) {
  .p-merchandise__end {
    padding-top: 100px;
  }
}
.p-merchandise__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  pointer-events: none;
}
.p-merchandise__deco img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-merchandise__inner {
  position: relative;
  max-width: 572px;
  width: 90%;
}
.p-merchandise__innerLine {
  position: absolute;
  -webkit-transform: rotate(1.2deg);
          transform: rotate(1.2deg);
}
.p-merchandise__innerLine--01 {
  top: -3%;
  right: -32px;
  max-width: 100px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__innerLine--01 {
    top: -3%;
    right: -72px;
    max-width: 200px;
  }
}
.p-merchandise__innerLine--02 {
  top: 2.5%;
  left: -36px;
  max-width: 94px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__innerLine--02 {
    top: 3%;
    left: -82px;
    max-width: 198px;
  }
}
.p-merchandise__innerLine--03 {
  display: none;
  top: 16%;
  left: -282px;
  max-width: 70px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__innerLine--03 {
    display: block;
    top: 16%;
    left: -282px;
    max-width: 142px;
  }
}
.p-merchandise__innerLine--04 {
  top: 12%;
  right: -24px;
  max-width: 71px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__innerLine--04 {
    top: 14%;
    right: -54px;
    max-width: 142px;
  }
}
.p-merchandise__innerLine--05 {
  top: 36%;
  left: -54px;
  max-width: 107px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__innerLine--05 {
    top: 37%;
    left: -126px;
    max-width: 214px;
  }
}
.p-merchandise__innerLine--06 {
  display: none;
  top: 41%;
  right: 0px;
  max-width: 98px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__innerLine--06 {
    display: block;
    top: 41%;
    right: -362px;
    max-width: 196px;
  }
}
.p-merchandise__innerLine--07 {
  display: none;
  top: 60%;
  left: 0px;
  max-width: 91px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__innerLine--07 {
    display: block;
    top: 60%;
    left: -362px;
    max-width: 182px;
  }
}
.p-merchandise__innerLine--08 {
  top: 69%;
  right: -40px;
  max-width: 90px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__innerLine--08 {
    top: 69%;
    right: -112px;
    max-width: 180px;
  }
}
.p-merchandise__innerLine--09 {
  display: none;
  top: 86%;
  right: 0px;
  max-width: 71px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__innerLine--09 {
    display: block;
    top: 86%;
    right: -288px;
    max-width: 142px;
  }
}
.p-merchandise__innerLine--10 {
  top: 93%;
  left: -20px;
  max-width: 71px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__innerLine--10 {
    top: 93%;
    left: -112px;
    max-width: 142px;
  }
}
.p-merchandise__innerLine--11 {
  top: 101.3%;
  left: 24px;
  max-width: 112px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__innerLine--11 {
    top: 101.3%;
    left: 44px;
    max-width: 224px;
  }
}
.p-merchandiseTitle {
  width: 66.84%;
}
@media screen and (min-width: 640px) {
  .p-merchandiseTitle {
    width: auto;
  }
}
.p-merchandise__whiteBox {
  padding: 16px 10px 8px;
  margin-top: 2em;
  margin-bottom: 5rem;
  border-radius: 6px;
  background-color: #fff;
}
@media screen and (min-width: 640px) {
  .p-merchandise__whiteBox {
    padding: 22px 25px 16px;
    margin-bottom: 150px;
    margin-top: 2.5em;
    border-radius: 12px;
  }
}
.p-merchandise__subTitle {
  padding: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #004098;
}
@media screen and (min-width: 640px) {
  .p-merchandise__subTitle {
    padding: 1rem 0 3rem 0;
    font-size: 30px;
  }
}
@media screen and (min-width: 480px) {
  .p-merchandise__twelve {
    margin-top: 16px;
  }
}
@media screen and (min-width: 640px) {
  .p-merchandise__twelve {
    margin: 0;
  }
}
.p-merchandise__twelve__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 70px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__twelve__list {
    min-height: 118px;
  }
}
.p-merchandise__twelve__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 171px;
  translate: 8% -10%;
}
.p-merchandise__twelve__listItem:nth-child(n+2) {
  margin-left: -40px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__twelve__listItem:nth-child(n+2) {
    margin-left: -74px;
  }
}
.p-merchandise__twelve__listItem img {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media screen and (min-width: 640px) {
  .p-merchandise__twelve__listItem img {
    -webkit-transform: rotate(-34deg);
            transform: rotate(-34deg);
  }
}
.p-merchandise__twelveText {
  position: relative;
  margin-top: -6px;
  font-size: 12px;
  text-align: center;
  font-weight: 900;
  color: #004098;
}
@media screen and (min-width: 480px) {
  .p-merchandise__twelveText {
    margin-top: 10px;
  }
}
@media screen and (min-width: 640px) {
  .p-merchandise__twelveText {
    margin: 0;
    font-size: 14px;
  }
}
.p-merchandise__twelveText::before {
  position: absolute;
  top: 44%;
  left: 50%;
  content: "";
  width: 92%;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border-bottom: 1px solid #004098;
  border-left: 1px solid #004098;
  border-right: 1px solid #004098;
}
@media screen and (min-width: 640px) {
  .p-merchandise__twelveText::before {
    top: 40%;
    height: 8px;
  }
}
.p-merchandise__twelveTextLabel {
  position: relative;
  display: inline-block;
  padding: 0.5em;
  background-color: #fff;
  line-height: 1.2;
}
.p-merchandise__premium {
  margin: 0;
  max-width: 320px;
}
.p-merchandise__premium__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-merchandise__premium__listItem {
  max-width: 127px;
  min-height: 25.666vw;
}
@media screen and (min-width: 640px) {
  .p-merchandise__premium__listItem {
    min-height: 162px;
  }
}
.p-merchandise__premium__listItem:nth-child(n+2) {
  margin-left: -15px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__premium__listItem:nth-child(n+2) {
    margin-left: -26px;
  }
}
.p-merchandise__premiumAssortmentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__premiumAssortmentWrap {
    margin-top: 24px;
  }
}
.p-merchandise__premiumText {
  position: relative;
  font-size: 12px;
  text-align: center;
  font-weight: 900;
  color: #004098;
  margin-top: -4px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__premiumText {
    margin-top: -4px;
    font-size: 14px;
  }
}
.p-merchandise__premiumText::before {
  position: absolute;
  top: 42%;
  left: 50%;
  content: "";
  width: 89%;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border-bottom: 1px solid #004098;
  border-left: 1px solid #004098;
  border-right: 1px solid #004098;
}
@media screen and (min-width: 640px) {
  .p-merchandise__premiumText::before {
    top: 39%;
    height: 8px;
    width: 87%;
  }
}
.p-merchandise__premiumTextLabel {
  position: relative;
  display: inline-block;
  padding: 0.5em;
  background-color: #fff;
  line-height: 1.2;
}
@media screen and (min-width: 640px) {
  .p-merchandise__premiumTextLabel {
    padding: 0.5em;
  }
}
.p-merchandise__assortment {
  margin: 0;
  max-width: 202px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__assortment {
    max-width: initial;
  }
}
.p-merchandise__assortment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-merchandise__assortment__listItem {
  max-width: 134px;
  max-height: 157px;
  min-height: 25.5vw;
}
@media screen and (min-width: 640px) {
  .p-merchandise__assortment__listItem {
    max-width: 119px;
    min-height: 162px;
  }
}
.p-merchandise__assortment__listItem:nth-child(n+2) {
  margin-left: -15px;
  margin-right: -6px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__assortment__listItem:nth-child(n+2) {
    margin-left: -22px;
  }
}
.p-merchandise__assortment__listItem:nth-child(1) {
  width: 55%;
}
@media screen and (min-width: 640px) {
  .p-merchandise__assortment__listItem:nth-child(1) {
    width: auto;
  }
}
.p-merchandise__assortment__listItem:nth-child(2) {
  margin-top: -2px;
  top: 5px;
  width: 55%;
}
@media screen and (min-width: 640px) {
  .p-merchandise__assortment__listItem:nth-child(2) {
    top: 5px;
    width: auto;
  }
}
.p-merchandise__assortmentText {
  position: relative;
  font-size: 12px;
  text-align: center;
  font-weight: 900;
  color: #004098;
  margin-top: -4px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__assortmentText {
    margin-top: -4px;
    font-size: 14px;
  }
}
.p-merchandise__assortmentText::before {
  position: absolute;
  top: 42%;
  left: 50%;
  content: "";
  width: 88%;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border-bottom: 1px solid #004098;
  border-left: 1px solid #004098;
  border-right: 1px solid #004098;
}
@media screen and (min-width: 640px) {
  .p-merchandise__assortmentText::before {
    top: 39%;
    height: 8px;
  }
}
.p-merchandise__assortmentTextLabel {
  position: relative;
  display: inline-block;
  padding: 0.5em;
  background-color: #fff;
  line-height: 1.2;
}
.p-merchandise__miniWrap {
  margin: 0 auto;
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 640px) {
  .p-merchandise__miniWrap {
    margin-top: 20px;
    width: 96%;
  }
}
.p-merchandise__mini__list {
  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;
}
.p-merchandise__mini__listItem:nth-child(1) {
  max-width: 176px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__mini__listItem:nth-child(1) {
    margin-left: 0;
  }
}
.p-merchandise__mini__listItem:nth-child(2) {
  margin-left: -1.4em;
  max-width: 169px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__mini__listItem:nth-child(2) {
    margin-left: -32px;
  }
}
.p-merchandise__miniText {
  position: relative;
  font-size: 12px;
  text-align: center;
  font-weight: 900;
  color: #004098;
  margin: 0 auto;
  margin-top: -12px;
  width: 94%;
}
@media screen and (min-width: 640px) {
  .p-merchandise__miniText {
    margin-top: -18px;
    font-size: 14px;
  }
}
.p-merchandise__miniText::before {
  position: absolute;
  top: 44%;
  left: 50%;
  content: "";
  width: 90%;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border-bottom: 1px solid #004098;
  border-left: 1px solid #004098;
  border-right: 1px solid #004098;
}
@media screen and (min-width: 640px) {
  .p-merchandise__miniText::before {
    top: 39%;
    height: 8px;
  }
}
.p-merchandise__miniTextLabel {
  position: relative;
  display: inline-block;
  padding: 0.5em;
  background-color: #fff;
}
.p-merchandise__korokoro {
  margin-top: 7vw;
}
@media screen and (min-width: 640px) {
  .p-merchandise__korokoro {
    margin-top: 40px;
  }
}
.p-merchandise__korokoro__list {
  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;
}
.p-merchandise__korokoro__listItem {
  max-width: 212px;
}
.p-merchandise__korokoroText {
  position: relative;
  font-size: 12px;
  text-align: center;
  font-weight: 900;
  color: #004098;
  margin: 0 auto;
  margin-top: 1.1vw;
  width: 90%;
}
@media screen and (min-width: 640px) {
  .p-merchandise__korokoroText {
    margin-top: 21px;
    font-size: 14px;
  }
}
.p-merchandise__korokoroText::before {
  position: absolute;
  top: 44%;
  left: 50%;
  content: "";
  width: 90%;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border-bottom: 1px solid #004098;
  border-left: 1px solid #004098;
  border-right: 1px solid #004098;
}
@media screen and (min-width: 640px) {
  .p-merchandise__korokoroText::before {
    top: 39%;
    height: 8px;
  }
}
.p-merchandise__korokoroTextLabel {
  position: relative;
  display: inline-block;
  padding: 0.5em;
  background-color: #fff;
  line-height: 1.2;
}
.p-merchandise__five {
  position: relative;
  left: 0px;
  margin: 0 auto;
  margin-top: 12px;
  max-width: 530px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__five {
    margin-top: 22px;
  }
}
.p-merchandise__five__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-merchandise__five__listItem {
  width: calc((100% + 50px) / 5);
}
@media screen and (min-width: 640px) {
  .p-merchandise__five__listItem {
    max-width: 120px;
    width: auto;
  }
}
.p-merchandise__five__listItem:nth-child(n+2) {
  margin-left: -15px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__five__listItem:nth-child(n+2) {
    margin-left: -24px;
  }
}
.p-merchandise__five__listItem:nth-child(n+6) {
  margin-top: -19px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__five__listItem:nth-child(n+6) {
    margin-top: -32px;
  }
}
.p-merchandise__five__listItem:nth-child(6) {
  margin-left: 0px;
}
.p-merchandise__fiveText {
  position: relative;
  font-size: 12px;
  text-align: center;
  font-weight: 900;
  color: #004098;
  margin-top: -8px;
  translate: 0 15%;
}
@media screen and (min-width: 640px) {
  .p-merchandise__fiveText {
    font-size: 14px;
  }
}
.p-merchandise__fiveText::before {
  position: absolute;
  top: 44%;
  left: 50%;
  content: "";
  width: 91%;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border-bottom: 1px solid #004098;
  border-left: 1px solid #004098;
  border-right: 1px solid #004098;
}
@media screen and (min-width: 640px) {
  .p-merchandise__fiveText::before {
    top: 40%;
    height: 8px;
  }
}
.p-merchandise__fiveTextLabel {
  position: relative;
  display: inline-block;
  padding: 0.5em;
  background-color: #fff;
}
.p-merchandise__fuji {
  margin: 0 auto;
  margin-top: 4px;
  max-width: 356px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__fuji {
    margin-top: 10px;
  }
}
.p-merchandise__fuji__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-merchandise__fuji__listItem {
  max-width: 130px;
  width: calc((100% - 60px) / 2);
}
@media screen and (min-width: 640px) {
  .p-merchandise__fuji__listItem {
    max-width: 197px;
    width: auto;
  }
}
.p-merchandise__fuji__listItem:nth-child(n+2) {
  margin-left: -16px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__fuji__listItem:nth-child(n+2) {
    margin-left: -34px;
  }
}
.p-merchandise__fujiText {
  margin: 0 auto;
  position: relative;
  font-size: 12px;
  text-align: center;
  font-weight: 900;
  color: #004098;
  max-width: 180px;
  margin-top: -8px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .p-merchandise__fujiText {
    margin-top: -10px;
    max-width: initial;
    font-size: 14px;
  }
}
.p-merchandise__fujiText::before {
  position: absolute;
  top: 44%;
  left: 50%;
  content: "";
  width: 89%;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border-bottom: 1px solid #004098;
  border-left: 1px solid #004098;
  border-right: 1px solid #004098;
}
@media screen and (min-width: 375px) {
  .p-merchandise__fujiText::before {
    width: 114%;
  }
}
@media screen and (min-width: 640px) {
  .p-merchandise__fujiText::before {
    top: 38%;
    height: 8px;
    width: 89%;
  }
}
.p-merchandise__fujiTextLabel {
  position: relative;
  display: inline-block;
  padding: 0.5em;
  background-color: #fff;
}
.p-merchandise__annotation {
  text-align: right;
  font-size: 12px;
  margin-right: 1em;
  -webkit-transition: opacity 1s ease-out, translate 1s ease-out;
  transition: opacity 1s ease-out, translate 1s ease-out;
  color: #595757;
}
@media screen and (min-width: 640px) {
  .p-merchandise__annotation {
    margin-top: 8px;
    font-size: 14px;
  }
}
.p-merchandise__webcm {
  padding-top: 25px;
}
.p-merchandise__webcmWrap {
  padding: 4rem 0 0;
}
.p-merchandise__webcmWrap--top {
  padding: 5rem 0 0;
}
.p-merchandise__webcmMovie {
  margin-top: 2rem;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.p-merchandise__webcmMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-merchandise__linkList {
  margin: 0 auto;
  margin-top: 4.5em;
  max-width: 400px;
  width: 74%;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .p-merchandise__linkList {
    margin-top: 6em;
    width: 80%;
  }
}
.p-merchandise__linkList li p {
  font-size: 16px;
  color: #fff;
  line-height: 1.1;
  font-weight: 800;
}
@media screen and (min-width: 640px) {
  .p-merchandise__linkList li p {
    font-size: 28px;
  }
}
.p-merchandise__linkList li p span {
  position: relative;
}
.p-merchandise__linkList li p span::before, .p-merchandise__linkList li p span::after {
  position: absolute;
  top: 58%;
  background-color: #fff;
  width: 2px;
  height: 46px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__linkList li p span::before, .p-merchandise__linkList li p span::after {
    width: 3px;
    height: 65px;
  }
}
.p-merchandise__linkList li p span::before {
  content: "";
  left: -4.5em;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
}
.p-merchandise__linkList li p span::after {
  content: "";
  right: -0.9em;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}
.p-merchandise__linkList li p span span::before {
  display: none;
}
.p-merchandise__linkList li p span span::after {
  display: none;
}
.p-merchandise__linkList li a {
  border-radius: 10px;
  margin-top: 1em;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .p-merchandise__linkList li a {
    margin-top: 1.3em;
  }
}
.p-merchandise__linkList li a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.p-merchandise__linkList li:nth-child(2) {
  margin-top: 4.5em;
}
.p-merchandise__linkList li:nth-child(2) p span::before {
  top: 58%;
  left: -4.4em;
}
.p-merchandise__linkList li:nth-child(2) p span::after {
  top: 58%;
}
.p-merchandise__linkList li:nth-child(2) a {
  margin-top: 1.5em;
  padding: 0.8em 0;
  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;
}
@media screen and (min-width: 640px) {
  .p-merchandise__linkList li:nth-child(2) a {
    margin-top: 1.7em;
    padding: 1em 0;
  }
}
.p-merchandise__linkList li:nth-child(2) a span {
  display: block;
  width: 64%;
  max-width: 236px;
}

.p-quiz {
  background-color: #8A080F;
  background-image: -webkit-gradient(linear, left top, right top, from(#8A080F), color-stop(40%, #E21F00), color-stop(60%, #E21F00), to(#8A080F));
  background-image: linear-gradient(90deg, #8A080F 0%, #E21F00 40%, #E21F00 60%, #8A080F 100%);
  background-size: 640px 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.p-quiz__content {
  position: relative;
  padding-top: 4.2rem;
  min-height: 60rem;
}
.p-quiz__content--text {
  position: absolute;
  max-width: 57.8rem;
  width: 100%;
  bottom: -5rem;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-quiz__content--title {
  margin-inline: auto;
  max-width: 59rem;
}
.p-quiz__contentImg--deco {
  width: 5.7rem;
  margin-top: 3.5rem;
}
.p-quiz__contentText--deco {
  padding-bottom: 2rem;
  margin-top: -2rem;
  margin-left: 4rem;
  max-width: 40.3rem;
}
.p-campaign__top {
  padding-top: 7.4rem;
}
.p-campaign__title {
  position: relative;
  z-index: 3;
}
.p-campaign__titleImg {
  padding-top: 6.8rem;
  margin-inline: auto;
  max-width: 54.6rem;
  display: block;
}
.p-campaign__title::before {
  content: "";
  width: 96rem;
  max-width: none;
  height: 43.4rem;
  background: url(../img/common/img_atention_bg.png) no-repeat center/cover;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 1rem;
  left: 52%;
  z-index: -1;
}
.p-campaign__contentPhone {
  padding-top: 3rem;
  position: relative;
  margin-inline: auto;
  max-width: 35.9rem;
  z-index: 3;
}
.p-campaign__contentCreator--title {
  padding-top: 6.5rem;
  margin-inline: auto;
  max-width: 47rem;
  width: 100%;
  display: block;
}
.p-campaign__contentCreator--text {
  padding-inline: 3rem;
}
.p-campaign__contentProfileWrap {
  padding-top: 3.4rem;
  margin-inline: auto;
  max-width: 55.4rem;
  display: grid;
  grid-template-columns: 24rem 1fr;
  gap: 3.1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-campaign__contentProfileInfo {
  padding-top: 2rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-campaign__contentProfile--tiktok {
  padding-top: 0.5rem;
  height: 7.2rem;
  color: #fff;
}
.p-campaign__contentProfile--tiktokText {
  line-height: 1.2;
  font-size: 1.8rem;
}
.p-campaign__contentProfile--tiktokTitle {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.2;
}
.p-campaign__contentProfile--icon {
  display: block;
  max-width: 24rem;
}
.p-campaign__ouboTitle {
  margin-top: 8.6rem;
}
.p-campaign__ouboContent {
  margin-inline: auto;
  margin-top: 5.9rem;
  padding: 4.2rem 2rem 2rem;
  position: relative;
  max-width: 52.8rem;
  background-color: #fff;
  border-radius: 15px;
  color: #004098;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.p-campaign__ouboContent--box {
  position: relative;
}
.p-campaign__ouboContentText {
  margin-inline: auto;
  max-width: 44rem;
  font-weight: 900;
}
.p-campaign__ouboContent2 {
  margin-top: 3rem;
  padding: 3.8rem 2rem 2.8rem;
}
.p-campaign__ouboContent--title {
  height: 3.2rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  z-index: 3;
}
.p-campaign__ouboContent--wrap {
  -webkit-filter: drop-shadow(0.7rem 0.7rem 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0.7rem 0.7rem 5px rgba(0, 0, 0, 0.3));
}
.p-campaign__ouboContent--btn {
  padding-top: 1rem;
  margin-inline: auto;
  max-width: 34.6rem;
}
.p-campaign__ouboContent--arrow {
  max-width: 8.3rem;
  margin-inline: auto;
  margin-top: 3.5rem;
  display: block;
}
.p-campaign__ouboContent--text {
  max-width: 35.9rem;
  margin-inline: auto;
  font-weight: 900;
  font-size: 3.9rem;
  text-align: center;
  line-height: 1.2;
}
.p-campaign__syouhinTitle {
  margin-top: 11rem;
}
.p-campaign__syouhinContent {
  margin-top: 4.5rem;
  padding-block: 3.5rem;
  margin-inline: auto;
  max-width: 53rem;
  background-color: #004098;
  border: 3px solid #fff;
  border-radius: 15px;
}
.p-campaign__syouhinContentWrap {
  -webkit-filter: drop-shadow(0.7rem 0.7rem 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0.7rem 0.7rem 5px rgba(0, 0, 0, 0.3));
}
.p-campaign__syouhinContent--logo {
  margin-inline: auto;
  max-width: 47.7rem;
  display: block;
}
.p-campaign__syouhinContent--text {
  max-width: 45rem;
  margin-inline: auto;
  padding-top: 2.8rem;
}
.p-campaign__kiyakuTitle {
  margin-top: 13.2rem;
}
.p-campaign__kiyakuText {
  padding-right: 10px;
  font-size: 12px;
  text-align: left;
  line-height: 1.3;
  color: #004098;
}
@media screen and (min-width: 640px) {
  .p-campaign__kiyakuText {
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.p-campaign__kiyakuText--wrap {
  margin: 2em auto 0;
  width: 95%;
  padding: 20px;
  height: 185px;
  background-color: #fff;
  border-radius: 15px;
  border: 3px solid #004098;
}
@media screen and (min-width: 640px) {
  .p-campaign__kiyakuText--wrap {
    margin: 32px auto 0;
    padding: 30px 3rem;
    max-width: 546px;
    height: 307px;
  }
}
.p-campaign__kiyakuText--wrapShadow {
  -webkit-filter: drop-shadow(0.7rem 0.7rem 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0.7rem 0.7rem 5px rgba(0, 0, 0, 0.3));
}
.p-campaign__kiyakuText--inner {
  height: 145px;
  overflow: auto;
}
@media screen and (min-width: 640px) {
  .p-campaign__kiyakuText--inner {
    height: 245px;
  }
}
.p-campaign__kiyakuText--inner a {
  color: #004098 !important;
  display: inline;
}
.p-campaign__kiyakuText--inner .os-scrollbar .os-scrollbar-handle {
  background: #004098 !important;
  width: 4px;
}
@media screen and (min-width: 640px) {
  .p-campaign__kiyakuText--inner .os-scrollbar .os-scrollbar-handle {
    width: 8px;
    height: 32px;
  }
}
.p-campaign__contact {
  position: relative;
  z-index: 3;
}
.p-campaign__contactTitle {
  margin-top: 5.9rem;
}
.p-campaign__contact {
  padding-top: 6.4rem;
}
.p-campaign__contactContentWhite {
  position: relative;
  padding: 20px 16px;
  margin: 0 auto;
  margin-top: 2em;
  background-color: #fff;
  border-radius: 15px;
  border: 3px solid #004098;
  color: #004098;
}
@media screen and (min-width: 640px) {
  .p-campaign__contactContentWhite {
    margin-top: 35px;
    padding: 4.5rem 3.5rem 2.5rem;
    border-radius: 12px;
    max-width: 546px;
  }
}
.p-campaign__contactContent--bottom {
  margin-top: 1.6rem;
  padding: 0.5em 1.4rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .p-campaign__contactContent--bottom {
    font-size: 15px;
  }
}
.p-campaign__contactContent--bottomTerm {
  font-weight: 900;
}
.p-campaign__contactContent--bottomTime {
  font-weight: 900;
}
.p-campaign__contactContent--bottomKome {
  font-weight: 900;
}
.p-campaign__contactContent--title {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (min-width: 640px) {
  .p-campaign__contactContent--title {
    font-size: 22px;
  }
}
.p-campaign__contactContent--mail {
  margin-top: 3rem;
  text-align: center;
  font-size: max(12px, 1.8rem);
  font-weight: 900;
}
@media screen and (min-width: 640px) {
  .p-campaign__contactContent--mail {
    font-size: 1.8rem;
  }
}
.p-campaign__contactContent--mail-address {
  display: inline;
  color: #004098 !important;
  font-weight: 900;
}
.p-campaign__contactContent--shadow {
  -webkit-filter: drop-shadow(0.7rem 0.7rem 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0.7rem 0.7rem 5px rgba(0, 0, 0, 0.3));
}
.p-campaign__contactBtn {
  margin-top: 2.3rem;
  margin-inline: auto;
  max-width: 212px;
}

.p-links__list {
  padding-top: 10rem;
  padding-bottom: 8.4rem;
  margin-inline: auto;
  max-width: 41rem;
}
.p-links__itemTitle--hichew {
  display: block;
  padding-top: 12rem;
}
.p-links__itemBnr {
  padding-top: 2rem;
}
.p-links__itemBnr:hover {
  opacity: 1;
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}

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