/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./_src/sass/_index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
:root {
  --primary-color: #231815;
  --gray-color: #F3F3F3;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background: #F5F5F5;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

address {
  font-style: normal;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

form {
  accent-color: #014c86;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

[type=number] {
  -moz-appearance: textfield;
}
[type=number]::-webkit-outer-spin-button, [type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=radio],
[type=checkbox] {
  cursor: pointer;
}

button,
[type=submit],
[type=reset] {
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  cursor: pointer;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: var(--primary-color);
  word-break: break-all;
}

/* 共通コンポーネント */
.c-button{
  width: 100%;
  display: grid;
  place-items: center;
  background: #fff url("data:image/svg+xml;utf8,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M1.02344%201.6875L4.99942%205.66349L1.02344%209.63947%22%20stroke%3D%22%23231815%22%20stroke-width%3D%221.98799%22%20stroke-linecap%3D%22round%22/%3E%0A%3C/svg%3E%0A") no-repeat center right 24px / 8px 16px;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 24px;
  border-radius: 100vmax;
  transition: opacity .3s;
}
@media screen and (max-width: 600px) {
  .c-button {
    font-size: 27.68px;
    padding: 20.61px 32.31px;
    background: #fff url("data:image/svg+xml;utf8,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M1.02344%201.6875L4.99942%205.66349L1.02344%209.63947%22%20stroke%3D%22%23231815%22%20stroke-width%3D%221.98799%22%20stroke-linecap%3D%22round%22/%3E%0A%3C/svg%3E%0A") no-repeat center right 35px / 12px 16px;
  }
}
.c-button:hover{
  opacity: 0.7;
}
.c-button._reverse{
  color: #fff;
  background: var(--primary-color) url("data:image/svg+xml;utf8,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M1.02344%201.6875L4.99942%205.66349L1.02344%209.63947%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.98799%22%20stroke-linecap%3D%22round%22/%3E%0A%3C/svg%3E%0A") no-repeat center right 24px / 8px 16px;
}
@media screen and (max-width: 600px) {
  .c-button._reverse {
    background: var(--primary-color) url("data:image/svg+xml;utf8,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M1.02344%201.6875L4.99942%205.66349L1.02344%209.63947%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.98799%22%20stroke-linecap%3D%22round%22/%3E%0A%3C/svg%3E%0A") no-repeat center right 35px / 12px 16px;
  }
}

/* ヘッダー */
.l-header {
  position: fixed;
  top: 50%;
  right: 36px;
  translate: 0 -50%;
}
@media screen and (max-width: 600px) {
  .l-header {
    display: none;
  }
}
.l-header__sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.l-header__sns-item {
  width: 42px;
  height: 42px;
  border-radius: 100vmax;
  background: #333;
  color: #fff;
  font-size: 20px;
}
.l-header__sns-item > a{
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  transition: .3s opacity;
}
.l-header__sns-item > a:hover{
  opacity: .7;
}

/* フッター */
.l-footer {
  margin-top: -68px;
  padding-block: 68px 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .l-footer {
    margin-top: -104.58px;
    padding-block: 104.58px 72px;
  }
}
.l-footer .l-inner {
  padding-inline: 31px;
}
@media screen and (max-width: 600px) {
  .l-footer .l-inner {
    padding-inline: 49.68px;
  }
}
.l-footer__bg{
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  border-radius: 100vmax;
  width: 600px;
  height: 600px;
  background: #333333;
}
@media screen and (max-width: 600px) {
  .l-footer__bg {
    width: 922.8px;
    height: 922.8px;
  }
}
.l-footer__content{
  position: relative;
  color: #fff;
}
.l-footer__title{
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
}
.l-footer__title > img{
  width: 86px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .l-footer__title > img{
    width: 133.85px;
  }
}
.l-footer__sns{
  max-width: 166px;
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  width: 100%;
  margin-inline: auto;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .l-footer__sns {
    max-width: 255.3px;
    gap: 31px;
    margin-top: 28px;
  }
}
.l-footer__sns-item{
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 600px) {
  .l-footer__sns-item {
    width: 65.38px;
    height: 65.38px;
  }
}
.l-footer__sns-item > a{
  width: fit-content;
  transition: .3s opacity;
}
@media screen and (max-width: 600px) {
  .l-footer__sns-item > a {
    width: 100%;
    height: 100%;
  }
}
.l-footer__sns-item > a:hover{
  opacity: 0.7;
}
.l-footer__description{
  margin-top: 24px;
  font-size: 8px;
  line-height: 1.1;
}
@media screen and (max-width: 600px) {
  .l-footer__description {
    margin-top: 36px;
    font-size: 12.31px;
  }
}
.l-footer__copyright{
  margin-top: 24px;
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .l-footer__copyright {
    margin-top: 36px;
    font-size: 15.38px;
  }
}

/* 内部コンテンツ */
.l-inner {
  box-sizing: initial;
  max-inline-size: 390px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .l-inner {
    max-inline-size: 600px;
    padding-inline: 24.61px;
  }
}

/* 左コンテンツ */
.l-content-left {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 510px);
  height: 100svh;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-inline: 5.555%;
  padding-block: 7.1svh 7.81svh;
}
.l-content-left__text {
  width: 100%;
  height: 14.38svh; /* ビューポートに応じて高さを調整 */
  max-width: 642px;
  object-fit: contain;
  object-position: top left;
  aspect-ratio: 642 / 162;
}
@media screen and (max-width: 1000px) {
  .l-content-left {
    padding-inline: 3%;
  }
}
@media screen and (max-width: 900px) {
  .l-content-left {
    display: none;
  }
}
.l-content-left__logo-wrapper {
  margin-inline: auto;
  margin-bottom: 32px;
}
.l-content-left__logo {
  width: 100%;
  height: 36.5svh; /* ビューポートに応じて高さを調整 */
  max-width: 872px;
  object-fit: contain;
  aspect-ratio: 872 / 411;
}
.l-content-left__product {
  width: 100%;
  height: auto;
  max-width: 1172px;
  object-fit: contain;
  aspect-ratio: 1172 / 141;
}

.test{
  position: fixed;
  top: 0;
  right: 120px;
  background: red;
  width: 390px;
  height: 40px;
  z-index: 1;
}

/* スマホ枠コンテンツ */
.l-content-bg,
.l-content-left-round,
.l-content-right-round,
.l-content-top-border,
.l-content-left-border,
.l-content-right-border{
    display: none;
}

/* メインコンテンツ・幅とレイアウト */
.l-content {
  position: relative;
  max-width: 390px;
  margin-top: 40px;
  margin-inline: auto 120px;
  background: #fff;
  border-radius: 24px 24px 0 0;
  border: 2px solid var(--primary-color);
}
@media screen and (max-width: 900px) {
  .l-content {
    margin-top: 0;
    margin-inline: auto;
    border-radius: 0;
    border: none;
  }
}
@media screen and (max-width: 600px) {
  .l-content {
    max-width: 600px;
  }
}
.l-content::before{
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background:var(--primary-color);
  border-radius: 24px 24px 0 0;
  left: -4px;
  top: -4px;
  position: absolute;
  z-index: -1;
  border: 2px solid #fff;
}
@media screen and (max-width: 900px) {
  .l-content::before {
    display: none;
  }
}

/* 背景 */
.p-bg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  inset: 0;
}
.p-bg__wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.p-bg__wrapper:has(> img) {
  position: relative;
}
.p-bg__wrapper > img {
  position: fixed;
  inset: 0;
  z-index: -1;
  inline-size: 100lvi;
  block-size: 100lvb;
  object-fit: cover;
  object-position: left center;
}

/* コンテンツエリア */
.p-comp-lp {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 900px) {
  .p-comp-lp {
    border-radius: 0;
  }
}

/* fv */
.p-comp-lp-fv {
  position: relative;
}
.p-comp-lp-fv__button {
  position: absolute;
  bottom: 20px;
  right: 0;
  background: var(--primary-color);
  border: 1px solid #fff;
  color : #fff;
  font-weight: 700;
  font-size: 14px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-block: 8px;
  border-radius: 100vmax 0 0 100vmax;
  padding-inline: 16px 8px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-fv__button {
    bottom: 30px;
    font-size: 21.5px;
    padding-block: 12.3px;
    padding-inline: 24.61px 12.31px;
  }
}
.p-comp-lp-fv__button > img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-fv__button > img {
    width: 30.76px;
    height: 30.76px;
    gap: 6.15px;
  }
}


/* はじめまして、COMPです */
.p-comp-lp-introduce {
  background-color: #fff;
  padding-block: 40px 32px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-introduce {
    padding-block: 73px 41px;
  }
}
.p-comp-lp-introduce__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.p-comp-lp-introduce__product {
  max-width: 317px;
  width: 100%;
  height: auto;
  margin-top: -30px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-introduce__product {
    max-width: 487.55px;
  }
}
.p-comp-lp-introduce__title {
  position: relative;
  border-radius: 100vmax;
  padding: 6px 20px;
  background-color: var(--primary-color);
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  rotate: -5deg;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-introduce__title {
    padding: 10px 34px 10px 34px;
    font-size: 36.91px;
  }
}
.p-comp-lp-introduce__title::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  translate: -50% 0;
  width: 12px;
  height: 10px;
  background: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 600px) {
  .p-comp-lp-introduce__title::before {
    width: 18px;
    height: 16px;
    bottom: -15px
  }
}

/* これだけ食べておけば生きていける */
.p-comp-lp-strongpoint {
  padding-block: 32px 0;
  background: var(--gray-color);
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-about__heading > img {
    padding-block: 18px 0;
  }
}
.p-comp-lp-strongpoint-about__img {
  width: 100%;
  height: auto;
  margin-top: 16px;
}
.p-comp-lp-strongpoint-about__heading {
  text-align: center;
}
.p-comp-lp-strongpoint-about__heading > img {
  width: 168px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-about__heading > img {
    width: 258.3px;
  }
}
.p-comp-lp-strongpoint-about__caption {
  margin-top: 24px;
  font-weight: 700;
  font-size: 8px;
  color: var(--primary-color);
  line-height: 1.1;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-about__caption {
    font-size: 12.3px;
    margin-top: 42px;
  }
}
.p-comp-lp-strongpoint-graph {
  margin-top: 32px;
  max-width: 328px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-graph {
    max-width: 489px;
    margin-top: 48px;
  }
}
.p-comp-lp-strongpoint-graph__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-graph__decoration {
    width: 224px;
  }
}
.p-comp-lp-strongpoint-graph__heading > span{
  display: block;
  background: #fff;
  font-weight: 900;
  line-height: 1.5;
  font-size: 16px;
  width: fit-content;
  margin-top: 8px;
  padding-inline: 12px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-graph__heading > span{
    font-size: 24.61px;
  }
}
.p-comp-lp-strongpoint-graph__heading > span + span{
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-graph__heading > span + span{
    margin-top: 17px;
  }
}
.p-comp-lp-strongpoint-graph__img{
  position: relative;
  margin-top: 16px;
  max-width: 318px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-graph__img{
    max-width: 489px;
    margin-top: 24px;
  }
}
.p-comp-lp-strongpoint-graph__caption {
  position: absolute;
  top: -11px;
  right: -18px;
  width: 96px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-graph__caption {
    top: -18px;
    right: -28.46px;
    width: 154.61px;
  }
}
.p-comp-lp-strongpoint-graph__hexagon {
  width: 100%;
  height: auto;
}

.p-comp-lp-strongpoint-graph-powder {
  margin-top: 32px;
  max-width: 328px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-graph-powder {
    max-width: 553px;
    margin-top: 42px;
  }
}
.p-comp-lp-strongpoint-graph-powder__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-comp-lp-strongpoint-graph-powder__heading > span{
  display: block;
  background: #fff;
  font-weight: 900;
  line-height: 1.5;
  font-size: 16px;
  width: fit-content;
  margin-top: 8px;
  padding-inline: 12px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-graph-powder__heading > span{
    font-size: 24.61px;
    padding-inline: 20px;
  }
}
.p-comp-lp-strongpoint-graph-powder__heading > span + span{
  margin-top: 10px;
}
.p-comp-lp-strongpoint-graph-powder__img{
  position: relative;
  margin-top: 16px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-graph-powder__img{
    margin-top: 26px;
  }
}
.p-comp-lp-strongpoint-graph-powder__img > button {
  position: relative;
  display: block;
  border: 1px solid var(--primary-color);
}
.p-comp-lp-strongpoint-graph-powder__caption {
  margin-top: 16px;
  line-height: 1.1;
  font-size: 8px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-graph-powder__caption {
    font-size: 12.3px;
    margin-top: 24px;
  }
}
.p-comp-lp-strongpoint-graph-powder__description {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 6px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-graph-powder__description {
    font-size: 18.46px;
    margin-top: 16px;
  }
}
.p-comp-lp-strongpoint-graph-powder__link{
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 7px;
  right: 7px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-strongpoint-graph-powder__link {
    width: 37.69px;
    height: 37.69px;
    bottom: 12px;
    right: 12px;
  }
}
.p-comp-lp-strongpoint-graph-powder__link > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* アイキャッチ */
.p-comp-lp-eyecatch{
  padding-block: 32px 40px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-eyecatch {
    padding-block: 49px;
  }
}
.p-comp-lp-eyecatch._first{
  padding-block: 32px 96px;
  background: var(--gray-color);
}
@media screen and (max-width: 600px) {
  .p-comp-lp-eyecatch._first{
    padding-block: 49px 129px;
  }
}
.p-comp-lp-eyecatch__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-eyecatch__text {
    gap: 8px;
  }
}
.p-comp-lp-eyecatch__text > p {
  padding: 3px 8px 4px 16px;
  color: #fff;
  background: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-eyecatch__text > p {
    font-size: 27.69px;
    padding: 4.61px 12.31px 6.15px 24.61px;
  }
}
.p-comp-lp-eyecatch__img{
  margin-top: 24px;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-eyecatch__img{
    margin-top: 36.92px;
  }
}

/* 食事の隙間（スライダーセクション） */
.p-comp-lp-slider {
  position: relative;
  background: linear-gradient(180deg, #3A3D42 0%, #141319 100%);
  padding-block: 101px 0;
  background: var(--gray-color);
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider {
    padding-block: 157px 0;
  }
}
.p-comp-lp-slider .l-inner {
  padding-inline: 29px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider .l-inner {
    padding-inline: 47.6px;
  }
}

.p-comp-lp-slider::before,
.p-comp-lp-slider::after {
  content: "";
  display: block;
  background: var(--primary-color);
  width: 600px;
  position: absolute;
  border-radius: 100vmax;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider::before,
  .p-comp-lp-slider::after {
    width: 922.8px;
  }
}
.p-comp-lp-slider::before {
  top: 1px;
  left: 50%;
  translate: -50% 0;
  z-index: 0;
  height: 101px;
  clip-path: circle(300px at 50% 300px);
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider::before {
    height: 157px;
    clip-path: circle(461.4px at 50% 463px);
  }
}
.p-comp-lp-slider::after {
  bottom: -81px;
  left: 50%;
  translate: -50% 0;
  z-index: 0;
  clip-path: circle(300px at 50% -218px);
  height: 82px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider::after {
    bottom: -124px;
    height: 125px;
    clip-path: circle(461.4px at 50% -337px);
  }
}
.p-comp-lp-slider > .l-inner {
  position: relative;
  background: var(--primary-color);
  z-index: 1;
}
.p-comp-lp-slider__heading {
  position: absolute;
  top: 20px;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider__heading {
    top: 34px;
  }
}
.p-comp-lp-slider__heading > img {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider__heading > img {
    width: 230.76px;
  }
}
.p-comp-lp-slider__links {
  margin-inline: auto;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider__links {
    max-width: 461.54px;
    margin-top: 30px;
    gap: 30px;
  }
}

/* スライダー中身 */
.p-comp-lp-slider .splide{
  margin-bottom: 54px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider .splide{
    margin-bottom: 84px;
  }
}
.p-comp-lp-slider .splide .splide__slide {
  border : 1px solid #fff;
}
.p-comp-lp-slider .splide__pagination .splide__pagination__page {
  margin: 0;
  width: 10px;
  height: 10px;
  margin-inline: 8px;
  background-color: #ccc;
  opacity: 1!important;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider .splide__pagination .splide__pagination__page {
    width: 15.38px;
    height: 15.38px;
    margin-inline: 12.31px;
  }
}
.p-comp-lp-slider .splide__pagination .splide__pagination__page.is-active{
  transform: scale(1)!important;
  position: relative;
  background-color: #666666;
}
@media screen {
  .p-comp-lp-slider .splide__pagination .splide__pagination__page {
    width: 15.38px;
    height: 15.38px;
  }
}
.p-comp-lp-slider .splide__pagination .splide__pagination__page.is-active:before{
  content: "";
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 100vmax;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider .splide__pagination .splide__pagination__page.is-active:before{
    width: 27.69px;
    height: 27.69px;
    border: 6px solid #fff;
  }
}
.p-comp-lp-slider .splide__pagination{
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider .splide__pagination{
    bottom: -48px;
  }
}
.p-comp-lp-slider .splide__arrow {
  width: 36px;
  height: 36px;
  opacity: 1!important;
  background: transparent;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider .splide__arrow {
    width: 55.38px;
    height: 55.38px;
    top: 48%;
  }
}
.p-comp-lp-slider .splide__arrow[disabled] {
  display: none;
}
.p-comp-lp-slider .splide__arrow > img {
  display: block;
}
.p-comp-lp-slider .splide__arrow--next{
  right: -29px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider .splide__arrow--next{
    right: -42px;
  }
}
.p-comp-lp-slider .splide__arrow--prev{
  left: -29px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider .splide__arrow--prev{
    left: -42px;
  }
}
.p-comp-lp-slider__caption {
  position: relative;
  color: #fff;
  text-align: center;
}
.p-comp-lp-slider__caption > span {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  width: fit-content;
  padding-inline: 6px;
  background: var(--primary-color);
}
@media screen and (max-width: 600px) {
  .p-comp-lp-slider__caption > span {
    font-size: 22.162px;
    padding-inline: 9px;
  }
}
.p-comp-lp-slider__caption::before{
  content: "";
  height: 1px;
  border: 1px dashed #fff;
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}

/* 累計700万食 */
.p-comp-lp-sales{
  padding-block: 111px 0;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-sales {
    padding-block: 170.85px 0;
  }
  .p-comp-lp-sales > .l-inner {
    padding-inline: 36.91px;
  }
  .p-comp-lp-sales__heading{
    max-width: 506px;
    margin-inline: auto;
  }
}
.p-comp-lp-sales__text {
  line-height: 1.6;
  margin-top: 24px;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 6px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-sales__text {
    font-size: 24.61px;
    margin-top: 36.92px;
  }
}
.p-comp-lp-sales__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-comp-lp-sales__caption{
  font-weight: 500;
  font-size: 8px;
  line-height: 1.1;
  color: var(--primary-color);
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-sales__caption{
    font-size: 12.3px;
    margin-top: 21px;
  }
}

.p-comp-lp-sales-lineup{
  background: linear-gradient(#DEDFE1, #E8EAEC);
  padding: 28px 16px 20px;
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-sales-lineup {
    padding: 23.08px 24.61px 30.77px;
    margin-top: 49.23px;
  }
}
.p-comp-lp-sales-lineup__heading{
  position: relative;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  border: 1px solid var(--primary-color);
}
.p-comp-lp-sales-lineup__heading > dt {
  background: #fff;
  padding: 3px 10px;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-sales-lineup__heading > dt {
    padding: 4.61px 15.38px;
    font-size: 21.5px;
  }
}
.p-comp-lp-sales-lineup__heading > dd {
  background: var(--primary-color);
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-sales-lineup__heading > dd {
    padding: 4.61px 15.38px;
    font-size: 21.5px;
  }
}
.p-comp-lp-sales-lineup__content{
  padding: 20px 16px 16px 16px;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 4px;
  margin-top: -13px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-sales-lineup__content {
    padding: 30.77px 24.61px 24.61px 24.61px;
    font-size: 21.5px;
    margin-top: -20px;
  }
}
.p-comp-lp-sales-lineup__product{
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-sales-lineup__product {
    margin-top: 22.61px;
  }
}
.p-comp-lp-sales__button{
  margin-top: 16px;
  max-width: 211px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-sales__button {
    max-width: 324.5px;
    margin-top: 24.61px;
  }
}
.p-comp-lp-sales__button > .c-button{
  font-size: 14px;
  padding-block: 12px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-sales__button > .c-button{
    font-size: 24.61px;
    padding-block: 15.46px;
    padding-inline: 10px 36px;
  }
}

/* CM ギャラリー */
.p-comp-lp-cm-gallery{
  padding-block: 40px 112px;
  background: var(--gray-color);
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery {
    padding-block: 69.54px 170.85px;
  }
}
.p-comp-lp-cm-gallery .l-inner{
  padding-inline: 12px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery .l-inner{
    padding-inline: 18.46px;
  }
}
.p-comp-lp-cm-gallery__heading{
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-align: center;
}
.p-comp-lp-cm-gallery__heading > img{
  max-width: 263px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery__heading > img{
    max-width: 404.49px;
  }
}
.p-comp-lp-cm-gallery__movie,
.p-comp-lp-cm-gallery__visual-gallery {
  width: 100%;
  border: 1px solid #000;
  box-shadow: 4px 4px 0 #000;
  padding: 24px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery__movie,
  .p-comp-lp-cm-gallery__visual-gallery {
    padding: 36.92px;
  }
}
.p-comp-lp-cm-gallery__movie{
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery__movie {
    margin-top: 44px;
  }
}
.p-comp-lp-cm-gallery__movie-title{
  position: relative;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.p-comp-lp-cm-gallery__movie-font{
  width: 93px;
  margin-left: 53px;
  display: block;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery__movie-font{
    width: 140.61px;
    margin-left: 90.54px;
  }
}
.p-comp-lp-cm-gallery__movie-balloon{
  position: absolute;
  bottom: -7px;
  right: 53px;
  width: 96px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery__movie-balloon{
    right: 81px;
    bottom: -17px;
    width: 153px;
  }
}
.p-comp-lp-cm-gallery__movie-content{
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery__movie-content{
    margin-top: 20.15px;
  }
}
.p-comp-lp-cm-gallery__movie-content + .p-comp-lp-cm-gallery__movie-content {
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery__movie-content + .p-comp-lp-cm-gallery__movie-content {
    margin-top: 40.92px;
  }
}
.p-comp-lp-cm-gallery__movie-name {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  border: 1px solid var(--primary-color);
}
.p-comp-lp-cm-gallery__movie-name > dt {
  background: #fff;
  padding-inline: 10px;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery__movie-name > dt {
    padding-block: 3px;
    padding-inline: 15.38px;
    font-size: 21.53px;
  }
}
.p-comp-lp-cm-gallery__movie-name > dd {
  background: var(--primary-color);
  padding-inline: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery__movie-name > dd {
    padding-block: 5px;
    padding-inline: 15.38px;
    font-size: 21.53px;
  }
}
.p-comp-lp-cm-gallery__button{
  margin-top: 8px;
}

/* 画像ギャラリー */
.p-comp-lp-cm-gallery__visual-gallery{
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery__visual-gallery {
    margin-top: 38px;
  }
}
.p-comp-lp-cm-gallery__visual-gallery-title{
  line-height: 1.1;
  letter-spacing: -0.03em;
  position: relative;
}
.p-comp-lp-cm-gallery__visual-gallery-font{
  width: 211px;
  margin-left: auto;
  display: block;
}
.p-comp-lp-cm-gallery__visual-gallery-balloon{
  position: absolute;
  bottom: -7px;
  left: -3px;
  width: 96px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery__visual-gallery-font{
    width: 324.5px;
    margin-left: auto;
    margin-right: -4px;
  }
  .p-comp-lp-cm-gallery__visual-gallery-balloon{
    left: -7px;
    bottom: -8px;
    width: 155px;
  }
}
.p-comp-lp-cm-gallery__visual-gallery-content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery__visual-gallery-content{
    gap: 15px;
  }
}
.p-comp-lp-cm-gallery__visual-gallery-image{
  position: relative;
}
.p-comp-lp-cm-gallery__visual-gallery-image > img{
  border-radius: 12px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery__visual-gallery-image > img{
    border-radius: 18px;
  }
}
.p-comp-lp-cm-gallery__visual-gallery-image._full{
  grid-column: span 2;
}
.p-comp-lp-cm-gallery__visual-gallery-icon{
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 600px) {
  .p-comp-lp-cm-gallery__visual-gallery-icon{
    width: 37.69px;
    height: 37.69px;
    bottom: 17px;
    right: 13px;
  }
}

/* モーダル */
.p-modal{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: none;
  place-items: center;
}
.p-modal.is-active {
  display: grid;
}
.p-modal__overlay {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding-inline: 12px;
}
.p-modal__content {
  position: relative;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 960 / 538;
}
.p-modal__content > iframe {
  width: 100%;
  height: 100%;
}
.p-modal__close{
  position: absolute;
  right: 0;
  top: -46px;
}

.p-visual-gallery-modal .p-modal__content { /* 既存モーダル上書き */
  max-width: 800px;
  aspect-ratio: 800 / 460;
}
@media screen and (max-width: 600px) {
  .p-visual-gallery-modal .p-modal__content { /* 既存モーダル上書き */
    aspect-ratio: 800 / 800;
  }
}

.p-visual-gallery-modal .splide__arrow[disabled] {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-visual-gallery-modal .splide__arrow {
    width: 55px;
    height: 55px;
  }
}
.p-visual-gallery-modal-images {
  margin-inline: auto;
}
.p-visual-gallery-modal-images .splide__slide img {
  max-width: 800px;
  height: 100%;
  aspect-ratio: 800 / 460;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .p-visual-gallery-modal-images .splide__slide img {
    aspect-ratio: 800 / 800;
  }
}
.p-visual-gallery-modal-images .splide__pagination .splide__pagination__page {
  margin: 0;
  width: 10px;
  height: 10px;
  margin-inline: 8px;
  background-color: #ccc;
  opacity: 1!important;
}
@media screen and (max-width: 600px) {
  .p-visual-gallery-modal-images .splide__pagination .splide__pagination__page {
    width: 15.38px;
    height: 15.38px;
    margin-inline: 12.31px;
  }
}
.p-visual-gallery-modal-images .splide__pagination .splide__pagination__page.is-active{
  transform: scale(1)!important;
  position: relative;
  background-color: #666666;
}
@media screen {
  .p-visual-gallery-modal-images .splide__pagination .splide__pagination__page {
    width: 15.38px;
    height: 15.38px;
  }
}
.p-visual-gallery-modal-images .splide__pagination .splide__pagination__page.is-active:before{
  content: "";
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 100vmax;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .p-visual-gallery-modal-images .splide__pagination .splide__pagination__page.is-active:before{
    width: 27.69px;
    height: 27.69px;
    border: 6px solid #fff;
  }
}
.p-visual-gallery-modal-images .splide__pagination{
  bottom: -30px;
  display: flex !important; /* splide側の.splide:not(.is-overflow) .splide__paginationでおそらくsplideが非表示ならnoneになってしまうから */
}
@media screen and (max-width: 600px) {
  .p-visual-gallery-modal-images .splide__pagination{
    bottom: -48px;
  }
}

/*
 * @support
 * clip-path: shape()
 */
@supports(clip-path: shape(from 0px 0px, line to 100px 0px, line to 50px 100px, close)) {
  .l-header{
    z-index: 99999;
  }
  .p-bg{
    z-index: 9999;
    --content-width: 344px; /* コンテンツ幅（角丸の幅を除く） */
    clip-path: shape(
      from 0 0,
      line by 100% 0,
      line by 0 100%,
      line by -120px 0, /* 右下から少し左に */
      line by 0 calc((100vh - 62px) * -1), /* 上に（到着後は右上） */
      smooth to calc(100% - 144px) 40px with calc(100% - 120px) 40px, /* 右上の角丸 */
      line by calc((var(--content-width)) * -1) 0, /* 左に（コンテンツ幅）（到着後は左上） */
      smooth to calc(100% - 510px) 64px with calc(100% - 510px) 40px, /* 左上の角丸 */
      line by 0 calc(100% - 40px), /* 下に（到着後は最下の辺） */
      line by calc((100vw - 510px) * -1) 0, /* 最左端に */
      close
    );
  }
  @media screen and (max-width: 900px) {
    .p-bg {
      clip-path: none;
      z-index: 0;
    }
  }
  .l-content-left{
    z-index: 99999;
  }
  .l-content{
    border: none;
  }
  .l-content::before{
    display: none;
  }
  .l-content-bg{
    display: block;
  }
  @media screen and (max-width: 900px) {
    .l-content-bg{
      display: none;
    }
  }
  .l-content-left-round{
    display: block;
    position: fixed;
    top: 34px;
    left: calc(100% - 516px);
    width: 40px;
    height: 40px;
    z-index: 99999;
  }
  .l-content-right-round{
    display: block;
    position: fixed;
    top: 34px;
    left: calc(100% - 154px);
    width: 40px;
    height: 40px;
    z-index: 99999;
  }
  .l-content-top-border{
    display: block;
    position: fixed;
    top: 34px;
    left: calc(100% - 480px);
    width: 326px;
    height: 6px;
    background: url('https://d2w53g1q050m78.cloudfront.net/comp/uploads/img/cmlp/top-border.svg');
    z-index: 99999;
  }
  .l-content-left-border{
    display: block;
    position: fixed;
    top: 64px;
    left: calc(100% - 516px);
    width: 6px;
    height: calc(100vh - 62px);
    background: url('https://d2w53g1q050m78.cloudfront.net/comp/uploads/img/cmlp/left-border.svg');
    z-index: 99999;
  }
  .l-content-right-border{
    display: block;
    position: fixed;
    top: 64px;
    left: calc(100% - 120px);
    width: 6px;
    height: calc(100vh - 62px);
    background: url('https://d2w53g1q050m78.cloudfront.net/comp/uploads/img/cmlp/right-border.svg');
    z-index: 99999;
  }
}
/*# sourceMappingURL=style.css.map*/