@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 {
  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: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-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] { /* 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;
}
@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;
  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 * {
  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%;
  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: flex;
  justify-content: 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%;
  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%;
  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%;
  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;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
  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;
    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;
  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;
  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;
  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%;
  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) {
  transition-delay: 0s;
}
.js_scrollClass.p-recruit__method-item:nth-child(2) {
  transition-delay: 0.2s;
}
.js_scrollClass.p-recruit__method-item:nth-child(3) {
  transition-delay: 0.4s;
}
.js_scrollClass.p-merchandise__twelve__listItem:nth-child(1) {
  transition: opacity 0.2s ease-out, translate 0.2s ease-out;
}
.js_scrollClass.p-merchandise__twelve__listItem:nth-child(2) {
  transition: opacity 0.4s ease-out, translate 0.4s ease-out;
}
.js_scrollClass.p-merchandise__twelve__listItem:nth-child(3) {
  transition: opacity 0.6s ease-out, translate 0.6s ease-out;
}
.js_scrollClass.p-merchandise__twelve__listItem:nth-child(4) {
  transition: opacity 0.8s ease-out, translate 0.8s ease-out;
}
.js_scrollClass.p-merchandise__twelve__listItem:nth-child(5) {
  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) {
  transition: opacity 0.6s ease-out, translate 0.6s ease-out;
}
.js_scrollClass.p-merchandise__premium__listItem:nth-child(2) {
  transition: opacity 0.8s ease-out, translate 0.8s ease-out;
}
.js_scrollClass.p-merchandise__premium__listItem:nth-child(3) {
  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) {
  transition: opacity 0.8s ease-out, translate 0.8s ease-out;
}
.js_scrollClass.p-merchandise__assortment__listItem:nth-child(2) {
  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) {
  transition: opacity 0.6s ease-out, translate 0.6s ease-out;
}
.js_scrollClass.p-merchandise__mini__listItem:nth-child(2) {
  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%;
  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) {
  transition: opacity 0.3s ease-out, translate 0.3s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(2) {
  transition: opacity 0.4s ease-out, translate 0.4s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(3) {
  transition: opacity 0.5s ease-out, translate 0.5s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(4) {
  transition: opacity 0.6s ease-out, translate 0.6s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(5) {
  transition: opacity 0.7s ease-out, translate 0.7s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(6) {
  margin-left: 0px;
  transition: opacity 0.8s ease-out, translate 0.8s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(7) {
  transition: opacity 0.9s ease-out, translate 0.9s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(8) {
  transition: opacity 1s ease-out, translate 1s ease-out;
}
.js_scrollClass.p-merchandise__five__listItem:nth-child(9) {
  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) {
  transition: opacity 0.9s ease-out, translate 0.9s ease-out;
}
.js_scrollClass.p-merchandise__fuji__listItem:nth-child(2) {
  transition: opacity 1s ease-out, translate 1s ease-out;
}
.js_scrollClass.p-merchandise__fuji__listItem.is_active {
  translate: 0;
}
.js_scrollClass--tobidashi {
  transform: translate(0%, 0%) scale(0.8);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.js_scrollClass--tobidashi.is_active {
  transform: translate(0%, 0%) scale(1);
}

.p-mv {
  position: relative;
  background: #00A0E9;
  background: linear-gradient(150deg, rgb(0, 160, 233) 0%, rgb(92, 61, 165) 40%, rgb(92, 45, 165) 60%, rgb(214, 15, 113) 100%);
}
.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 {
  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__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__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: flex;
  justify-content: 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__list {
  max-width: inherit;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.p-present__item {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.p-present__item--a {
  background-image: url(../img/present/present-a-bg.png);
  aspect-ratio: 1233/847;
}
.p-present__item--b {
  background-image: url(../img/present/present-b-bg.png);
  aspect-ratio: 1233/846;
}
.p-present__item--c {
  background-image: url(../img/present/present-c-bg.png);
  aspect-ratio: 1233/846;
}
.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__title-top {
  margin-top: 2.8rem;
}
@media screen and (min-width: 640px) {
  .p-present__title-top {
    margin-top: 40px;
  }
}
.p-present__title-bottom {
  width: 66.84%;
  margin-bottom: 5rem;
  padding: 3rem 8rem;
}
@media screen and (min-width: 640px) {
  .p-present__title-bottom {
    width: inherit;
    padding: 30px 3rem;
  }
}
.p-present__title-bottom-wrap {
  width: 95.745%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .p-present__title-bottom-wrap {
    width: inherit;
  }
}
.p-present__video-wrap {
  margin-top: 2rem;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.p-present__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-present__video-link {
  margin: 0 auto;
  margin-top: 6rem;
  padding: 3rem 8rem;
  border-radius: 100px;
  max-height: 140px;
  max-width: 487px;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 640px) {
  .p-present__video-link {
    padding: 3rem 2rem;
  }
}
.p-present__text-list {
  position: relative;
  margin: 0 auto;
  padding: 14px 0 5rem;
  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 100px;
    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: #004098;
  line-height: 1.6;
}
.p-present__text-item .u-dib {
  text-indent: -1em;
  padding-left: 1em;
}

.p-recruit {
  position: relative;
  overflow: hidden;
  padding: 0 0 6rem;
  background: #5A1A86;
  background: linear-gradient(150deg, rgb(90, 26, 134) 0%, rgb(232, 82, 152) 40%, rgb(232, 82, 152) 60%, rgb(255, 177, 0) 100%);
  color: #595757;
}
@media screen and (min-width: 640px) {
  .p-recruit {
    padding: 5em 0 150px;
  }
}
.p-recruit__inner {
  width: 94%;
  position: relative;
}
.p-recruit__method {
  width: 95.745%;
  position: relative;
  margin: 0 auto;
  max-width: 572px;
  overflow: hidden;
  padding: 4rem 0;
  color: #595757;
}
@media screen and (min-width: 640px) {
  .p-recruit__method {
    width: inherit;
    padding: 5em 0 4.5em;
  }
}
.p-recruit__method__inner {
  max-width: 572px;
  width: 90%;
}
.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-text {
  margin: 0 auto;
  margin-top: 1.8em;
  text-align: left;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  width: 96%;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-text {
    width: auto;
    margin-top: 47px;
    max-width: 548px;
    font-size: 19px;
  }
}
.p-recruit__method-list {
  display: flex;
  justify-content: space-between;
  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: flex;
  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;
  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: #004098;
  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;
  flex-grow: 1;
  display: flex;
  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: 375px) {
  .p-recruit__method-photo {
    margin-top: 44px;
  }
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo {
    margin-top: 44px;
  }
}
.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: #004098;
  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: flex;
  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.5;
}
@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;
  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: flex;
  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;
  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;
  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: flex;
  margin-top: 10px;
  padding-left: 13px;
  flex-wrap: wrap;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
@media screen and (min-width: 640px) {
  .p-recruit__method-photo-false-list {
    -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: #004098;
  max-width: 95%;
}
@media screen and (min-width: 640px) {
  .p-recruit__call-contentWhite {
    margin-top: 35px;
    padding: 2.5em 22px 1.7em;
    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 {
  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: 0.8em;
  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: #004098 !important;
  display: inline;
}
.p-recruit__rule-text-inner .os-scrollbar .os-scrollbar-handle {
  background: #004098 !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: 3em 0 4em;
  background-color: white;
}
.p-cta__inner {
  width: 90%;
}
.p-cta__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.p-cta__link__wrap {
  padding-right: 4px;
  display: flex;
  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-top: 5rem;
  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-top: 100px;
    padding-bottom: 138px;
  }
}
.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;
  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: flex;
  min-height: 70px;
  margin-left: -16px;
}
@media screen and (min-width: 640px) {
  .p-merchandise__twelve__list {
    min-height: 118px;
  }
}
.p-merchandise__twelve__listItem {
  display: flex;
  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 {
  transform: rotate(-35deg);
}
@media screen and (min-width: 640px) {
  .p-merchandise__twelve__listItem img {
    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;
  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;
}
.p-merchandise__premium {
  margin: 0;
  max-width: 320px;
}
.p-merchandise__premium__list {
  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: flex;
  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;
  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;
}
@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: 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;
  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;
}
.p-merchandise__miniWrap {
  margin: 0 auto;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  .p-merchandise__miniWrap {
    margin-top: 20px;
    width: 96%;
  }
}
.p-merchandise__mini__list {
  display: flex;
  justify-content: 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;
  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: flex;
  justify-content: 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;
  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;
}
.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: flex;
  flex-wrap: wrap;
  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;
  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: flex;
  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;
  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;
  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;
  transform: translateY(-50%) rotate(-25deg);
}
.p-merchandise__linkList li p span::after {
  content: "";
  right: -0.9em;
  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 {
  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: flex;
  align-items: 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;
}

.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 {
  order: 2;
}
@media screen and (min-width: 768px) {
  .u-order--01 {
    order: 1;
  }
}
.u-order--02 {
  order: 3;
}
@media screen and (min-width: 768px) {
  .u-order--02 {
    order: 2;
  }
}
.u-order--03 {
  order: 1;
}
@media screen and (min-width: 768px) {
  .u-order--03 {
    order: 3;
  }
}

.u-mPlus {
  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 {
  box-shadow: 8px 9px 16px rgba(226, 226, 226, 0.8);
}
@media screen and (min-width: 768px) {
  .u-boxShadow {
    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 */