@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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*/
}

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  color: #231816;
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.js-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.js-split .word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
}

.l-footer {
  padding: 5rem 2rem;
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.l-footer__logo {
  display: block;
  max-width: 24rem;
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__insta {
  display: block;
  width: 3.5rem;
}
.l-footer__insta img {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__copy {
  margin-top: 5rem;
  font-size: 1.3rem;
  font-weight: 300;
}

.l-fixed__btn {
  position: fixed;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-fixed__btn {
    position: sticky;
    bottom: 0;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-fixed__btn__rakuten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: #cc3333;
  padding: 1.5rem;
  gap: 1rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .l-fixed__btn__rakuten {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-fixed__btn__rakuten img {
  width: 2rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-fixed__btn__rakuten img {
    width: 1.4rem;
  }
}
.l-fixed__btn__rakuten p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .l-fixed__btn__rakuten p {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}
.l-fixed__btn__amazon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: #241917;
  padding: 1.5rem;
  gap: 1rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .l-fixed__btn__amazon {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-fixed__btn__amazon img {
  width: 2rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-fixed__btn__amazon img {
    width: 1.4rem;
  }
}
.l-fixed__btn__amazon p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .l-fixed__btn__amazon p {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #b4d225;
}
.l-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__btn__inst {
  background: #000;
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-header__btn__inst {
    width: 6rem;
    height: 6rem;
  }
}
.l-header__btn__inst img {
  display: block;
  width: 2.5rem;
}
.l-header__btn__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #b4d225;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0 6rem;
}
@media screen and (max-width: 767px) {
  .l-header__btn__cta {
    padding: 0 4rem;
    font-size: 1.5rem;
    background: #d2e200;
  }
}

.home l-header {
  background: transparent;
}

.l-logo {
  padding: 2rem;
}

.l-gNav {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-gNav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    background: #ffffff;
  }
  .l-gNav.is-active {
    left: 0;
  }
}
.l-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 5rem;
    height: 5rem;
  }
  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2px;
  }
  .l-hamburger span {
    background: #000000;
  }
  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .l-hamburger span:nth-of-type(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  .l-hamburger span:nth-of-type(3) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  .l-hamburger.is-active span:nth-of-type(1) {
    opacity: 0;
  }
  .l-hamburger.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .l-hamburger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.p-elmSec {
  margin-bottom: 20rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-elmSec {
    margin-bottom: 14rem;
  }
}
.p-elmSec .ttl-1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 9rem;
  white-space: nowrap;
  margin-top: -4rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-elmSec .ttl-1 {
    font-size: 4rem;
    margin-top: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    padding-left: 4.6rem;
  }
}
.p-elmSec .ttl-1::before {
  content: "";
  width: 34rem;
  height: 34rem;
  border-radius: 100%;
  border: solid 10rem #f7fae9;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
}
@media screen and (max-width: 767px) {
  .p-elmSec .ttl-1::before {
    width: 3rem;
    height: 3rem;
    border: solid 1rem #b4d225;
    -webkit-transform: translate(30%, 15%);
            transform: translate(30%, 15%);
  }
}
.p-elmSec .ttl-2 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 9rem;
  margin-top: -4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-elmSec .ttl-2 {
    font-size: 4rem;
    margin-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    padding-left: 4.6rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-elmSec .ttl-2::before {
  content: "";
  width: 34rem;
  height: 34rem;
  border-radius: 100%;
  border: solid 10rem #f7fae9;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  -webkit-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
}
@media screen and (max-width: 767px) {
  .p-elmSec .ttl-2::before {
    width: 3rem;
    height: 3rem;
    border: solid 1rem #b4d225;
    -webkit-transform: translate(30%, 15%);
            transform: translate(30%, 15%);
    right: unset;
    left: 0;
  }
}
.p-elmSec .ttl-2 span {
  white-space: nowrap;
}
.p-elmSec .sub-1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #b4d225;
  margin-top: 5rem;
  margin-bottom: 3.5rem;
  margin-left: 7rem;
}
@media screen and (max-width: 767px) {
  .p-elmSec .sub-1 {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}
.p-elmSec .sub-2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #b4d225;
  margin-top: 5rem;
  margin-left: 4rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-elmSec .sub-2 {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 4rem;
    font-size: 2.2rem;
  }
}
.p-elmSec .txt-1 {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-left: 7rem;
}
@media screen and (max-width: 767px) {
  .p-elmSec .txt-1 {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 1.5rem;
  }
}
.p-elmSec .txt-1:not(:last-child) {
  margin-bottom: 2rem;
}
.p-elmSec .txt-2 {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-elmSec .txt-2 {
    font-size: 1.5rem;
    line-height: 2;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.p-elmSec .txt-2:not(:last-child) {
  margin-bottom: 2rem;
}
.p-elmSec__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  .p-elmSec__wrap {
    margin-top: 15rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 10;
  }
}
.p-elmSec__wrap--rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-elmSec__wrap--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    position: relative;
    z-index: 10;
  }
}
.p-elmSec__wrap--rev:not(:last-child) {
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  .p-elmSec__wrap--rev:not(:last-child) {
    margin-top: 10rem;
  }
}
.p-elmSec__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-elmSec__img {
    width: 100%;
  }
}
.p-elmSec__img img {
  display: block;
  width: 100%;
  height: 66rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-elmSec__img img {
    height: 36rem;
  }
}
.p-elmSec__desc {
  width: 50%;
  max-width: 60rem;
  margin-left: auto;
  position: relative;
  z-index: 10;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-elmSec__desc {
    position: static;
    width: auto;
    padding-right: 0;
  }
}
.p-elmSec__desc--rev {
  width: 50%;
  max-width: 60rem;
  margin-right: auto;
  position: relative;
  z-index: 10;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-elmSec__desc--rev {
    position: static;
    width: auto;
    padding-left: 0;
  }
}

.p-view {
  position: relative;
  z-index: 10;
  height: 100lvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-view {
    height: 75lvh;
    padding-top: 10rem;
  }
}
.p-view::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  right: 25rem;
  bottom: 0;
  background: #b4d225;
  z-index: -1;
  clip-path: polygon(0 0, 0% 95%, 100% 0);
}
@media screen and (max-width: 767px) {
  .p-view::before {
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 0% 100%);
  }
}
.p-view__wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-view__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
}

.p-about {
  position: relative;
  z-index: 10;
  padding-bottom: 10rem;
}
.p-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 70rem);
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #f0f6d3;
}
.p-about__catch {
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}
@media screen and (max-width: 767px) {
  .p-about__catch {
    text-align: center;
  }
}
.p-about__catch h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 9rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-about__catch h2 {
    font-size: 6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-about__catch p {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
.p-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-about__wrap:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-about__wrap:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__wrap:not(:last-child) {
  margin-bottom: 5rem;
}
.p-about__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    width: 90%;
  }
}
.p-about__img img {
  display: block;
  width: 100%;
  height: auto;
}
.p-about__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about__desc {
    margin-top: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-about__desc h2 {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__desc h2 {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    padding-left: 1rem;
  }
}
.p-about__desc h2 span {
  font-family: "Roboto", sans-serif;
  font-size: 15rem;
  font-weight: 900;
  font-style: italic;
  color: #dfebab;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
@media screen and (max-width: 767px) {
  .p-about__desc h2 span {
    font-size: 12rem;
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
}
.p-about__desc p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about__desc p span {
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
    margin-top: 1rem;
  }
}
.p-about__desc ul {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.p-about__desc ul li {
  width: 50%;
}

.p-bnr {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-bnr {
    margin-top: 8rem;
  }
}
.p-bnr__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-bnr__link {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr__img {
    max-width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr__txt {
    max-width: 70%;
  }
}

.p-company {
  margin: 15rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    margin: 10rem 2rem;
  }
}
.p-company__catch {
  text-align: center;
}
.p-company__catch h2 {
  font-family: "Roboto", sans-serif;
  font-size: 9rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-company__catch h2 {
    font-size: 6rem;
  }
}
.p-company__catch p {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
.p-company__detail {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-company__detail {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.p-company__detail dl {
  display: grid;
  grid-template-columns: 19rem auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-company__detail dl {
    grid-template-columns: 10rem auto;
  }
}
.p-company__detail dl:not(:last-child) {
  border-bottom: solid 1px #ddd;
}
.p-company__detail dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__detail dl dt {
    font-size: 1.2rem;
  }
}
.p-company__detail dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__detail dl dd {
    font-size: 1.2rem;
  }
}
.p-company__map iframe {
  width: 100%;
  height: 40rem;
  border: none;
}

.p-form {
  padding-bottom: 10rem;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.p-form::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4rem;
  right: calc(50% - 70rem);
  left: 0;
  bottom: 0;
  background: #b4d225;
}
@media screen and (max-width: 767px) {
  .p-form::before {
    top: 3rem;
    right: 0;
    left: 0;
    bottom: 0;
  }
}
.p-form--confirm {
  margin-top: 15rem;
}
.p-form__catch {
  text-align: center;
}
.p-form__catch h2 {
  font-family: "Roboto", sans-serif;
  font-size: 9rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-form__catch h2 {
    font-size: 6rem;
  }
}
.p-form__catch p {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__catch p {
    margin-top: 1rem;
  }
}
.p-form__desc {
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 4rem;
}
.p-form__desc p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.p-form__wrap {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.p-form__wrap dl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap dl {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.p-form__wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.p-form__wrap dl dt .req {
  background: #cc3333;
  color: #fff;
  padding: 0.6rem;
  border-radius: 0.3rem;
}
.p-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    margin-left: 2rem;
    margin-right: 2rem;
    gap: 1rem;
  }
}
.p-form__btn__reset {
  width: 24rem;
  text-align: center;
  padding: 2.5rem 0;
  color: #b4d225;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: #f0f6d3;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea {
  width: 100%;
  border-radius: 0.3rem;
  padding: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-form input[type=text]:focus,
.p-form input[type=email]:focus,
.p-form input[type=tel]:focus,
.p-form textarea:focus {
  outline: none;
  border-color: #b4d225;
}
.p-form input[type=submit] {
  width: 24rem;
  text-align: center;
  padding: 2.5rem 0;
  color: #fff;
  background: #8ea717;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-form textarea {
  height: 15rem;
}
.p-form .error {
  margin-top: 1rem;
}
.p-form .confirm__reset {
  display: none;
}
.p-form .mw_wp_form_confirm dl dd {
  background: #fff;
  padding: 2rem;
}
.p-form .mw_wp_form_confirm button.p-form__btn__reset {
  display: none;
}
.p-form .mw_wp_form_confirm .confirm__reset {
  display: block;
}

.p-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #d5f052;
  height: 100lvh;
}
.p-thanks__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f0f6d3;
  padding: 8rem 4rem;
  border-radius: 0.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__wrap {
    padding: 4rem 2rem;
    width: 90%;
    margin-top: 6rem;
  }
}
.p-thanks__ttl {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__ttl {
    font-size: 2.2rem;
  }
}
.p-thanks__txt {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-thanks__txt {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-thanks__txt:not(:last-child) {
  margin-bottom: 2rem;
}
.p-thanks__btn {
  width: 24rem;
  text-align: center;
  padding: 2.5rem 0;
  color: #fff;
  background: #8ea717;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    margin-top: 2rem;
  }
}

.p-cta {
  padding: 8rem 2rem;
  background: #231816;
}
.p-cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-cta__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-cta__wrap h2 {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__wrap h2 {
    font-size: 3rem;
  }
}
.p-cta__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.p-cta__wrap ul li {
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .p-cta__wrap ul li {
    width: 100%;
  }
}
.p-cta__wrap ul li a {
  display: block;
}

.p-return {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  width: 6rem;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-return {
    right: 0;
    bottom: 0;
    width: 3.4rem;
    display: none;
  }
}
.p-return.is-active {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */