@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

header,
footer,
article,
section,
aside,
hgroup,
nav,
menu,
figure,
figcaption,
time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

/*----------------------------------------
	Custom Properties
----------------------------------------*/
:root {
  --main-color: #1B489B;
  --text-color: #6A5845;
  --background-color: #fff;
  --font-family-base: "Zen Kaku Gothic Antique", sans-serif;
  --font-family-jp: "Zen Kaku Gothic Antique", sans-serif;
  --font-family-en: "Roboto Condensed", sans-serif;
  --font-size-base-pc: 1.8rem;
  --font-size-base-sp: 1.5rem;
  --font-weight-thin: 100;
  --font-weight-extraLight: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semiBold: 600;
  --font-weight-bold: 700;
  --font-weight-extraBold: 800;
  --font-weight-black: 900;
  --ease-linear: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-inout-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-inout-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-inout-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-inout-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-inout-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-inout-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-inout-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-inout-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/*----------------------------------------
	Common
----------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

html {
  height: 100%;
  font-size: 62.5%;
}

@media only screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1919px) {
  html {
    font-size: calc(34% + 0.25vw);
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 58%;
  }
}
body {
  color: var(--text-color);
  background-color: var(--background-color);
  font-size: var(--font-size-base-pc);
  line-height: 1.85;
  letter-spacing: 0.04em;
  font-weight: var(--font-weight-medium);
  font-family: var(--font-family-base);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
}

body.menu-open {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

.jp {
  font-family: var(--font-family-jp);
}

.en {
  font-family: var(--font-family-en);
}

a {
  color: var(--text-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

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

button {
  border: none;
}

label {
  white-space: nowrap;
}

input {
  border: none;
}

@media only screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: var(--font-size-base-sp);
    letter-spacing: 0.02em;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100vw;
  height: 130px;
  padding: 0 4%;
}

@media (min-width: 768px) and (max-width: 999px) {
  .l-header {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .l-header {
    height: 100px;
    padding: 0 8%;
  }
}
@media only screen and (max-width: 375px) {
  .l-header {
    height: 80px;
  }
}
.l-footer {
  overflow: hidden;
}

.l-main {
  overflow: hidden;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.container {
  width: 92%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 999px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 84%;
  }
}
.c-button {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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-color: var(--main-color);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.6rem 4rem 2rem 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 27rem;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  text-decoration: none;
}
.c-button.has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-button.has-icon img {
  display: block;
  width: 2.4rem;
  margin-left: 1.6rem;
}

.c-button:hover {
  color: #fff;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  opacity: 1;
}

@media (max-width: 767px) {
  .c-button {
    font-size: 1.5rem;
    padding: 1.4rem 3rem 1.6rem 3rem;
    min-width: 22rem;
  }
  .c-button.has-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-button.has-icon img {
    width: 1.6rem;
    margin-left: 0.8rem;
  }
  .c-button.has-allow img {
    width: 1.6rem;
  }
}
.c-link-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-link-outer::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/icon_link_outer.png) no-repeat center;
  background-size: contain;
  overflow: hidden;
  margin-left: 0.6rem;
}

.c-icon-circle-allow {
  width: 5rem;
  height: 5rem;
  position: relative;
  border: 1px solid var(--main-color);
  border-radius: 10rem;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-icon-circle-allow .allow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 0.6rem;
  height: 1rem;
  overflow: hidden;
}
.c-icon-circle-allow .allow::before, .c-icon-circle-allow .allow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.2s cubic-bezier(0.35, 0.1, 0.2, 1);
  transition: 0.2s cubic-bezier(0.35, 0.1, 0.2, 1);
}
.c-icon-circle-allow .allow::after {
  background-image: url(../img/common/icon_button_allow.svg);
}
.c-icon-circle-allow .allow::before {
  background-image: url(../img/common/icon_button_allow_w.svg);
  left: -100%;
}
.c-icon-circle-allow.white {
  border-color: #fff;
}
.c-icon-circle-allow.white .allow::after {
  background-image: url(../img/common/icon_button_allow_w.svg);
}
.c-icon-circle-allow.white .allow::before {
  background-image: url(../img/common/icon_button_allow.svg);
  left: -100%;
}

.hover .c-icon-circle-allow {
  background-color: var(--main-color);
}
.hover .c-icon-circle-allow .allow::before, .hover .c-icon-circle-allow .allow::after {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.hover .c-icon-circle-allow.white {
  background-color: #fff;
}

.input-text {
  width: 100%;
  padding: 1.8rem;
  border: none;
  font-size: var(--font-size-base-pc);
  line-height: 1.65;
}

.input-textarea {
  width: 100%;
  padding: 1.8rem;
  border: none;
  font-size: var(--font-size-base-pc);
}

.input-select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: none;
  vertical-align: middle;
  padding: 1.8rem 2.4rem 1.8rem 1.8rem;
  border: none;
  outline: 0;
  font-size: var(--font-size-base-pc);
  text-overflow: ellipsis;
  width: 100%;
  cursor: pointer;
  background: #fff url(../img/common/icon_select_arrow.svg) no-repeat right 12px center;
  background-size: 12px auto;
}

@media (max-width: 767px) {
  .input-select,
  .input-textarea,
  .input-text {
    font-size: var(--font-size-base-sp);
  }
  .c-link-outer::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.c-bread-crumb {
  font-size: 1.2rem;
}
.c-bread-crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  line-height: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.c-bread-crumb ul li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  list-style: none;
}
.c-bread-crumb ul li:not(:first-child) a {
  padding-left: 2.4rem;
}
.c-bread-crumb ul li:not(:first-child):before {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  display: block;
  content: "";
  width: 1rem;
  height: 1px;
  border-bottom: 1px solid var(--text-color);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-bread-crumb ul li a {
  text-decoration: none;
}
.c-bread-crumb ul li span {
  padding-left: 2.4rem;
}

.none-visual .c-bread-crumb {
  margin-bottom: 6.4rem;
}
.none-visual .c-bread-crumb .container {
  border-bottom: 1px solid #CDD6DD;
}

@media (max-width: 767px) {
  .c-bread-crumb {
    font-size: 1rem;
  }
}
.c-hover-roll:hover .c-hover-roll__text > span {
  -webkit-animation: textRollAnime 0.3s cubic-bezier(0.2, 0.58, 0.3, 1) 0s 1 normal none;
          animation: textRollAnime 0.3s cubic-bezier(0.2, 0.58, 0.3, 1) 0s 1 normal none;
}

.c-hover-roll__text {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.c-hover-roll__text > span {
  display: block;
  width: 100%;
}
.c-hover-roll__text > span + span {
  left: 0;
  position: absolute;
  top: 100%;
}

@-webkit-keyframes textRollAnime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes textRollAnime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.p-header {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-header a {
  text-decoration: none;
}

.p-header__logo {
  width: 24rem;
  height: 2.8rem;
  line-height: 1;
  z-index: 1;
}
.p-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999px;
}

.p-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4rem;
}
.p-header__buttons .c-button {
  width: initial;
  min-width: initial;
  font-size: 2rem;
  line-height: 1;
  padding: 2.2rem 4rem 2.6rem 4rem;
  background: #fff;
  color: #6A5845;
  border: 3px solid #F2E685;
}
.p-header__buttons .c-button img {
  width: 2rem;
  margin-left: 1.2rem;
}

.p-header__navi {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: 100dvh;
  background-image: url(../img/common/bg_header.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 0 8% 8rem 0;
}
.p-header__navi .show-delay {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.115, 0.405, 0.24, 1);
  transition: 1s cubic-bezier(0.115, 0.405, 0.24, 1);
}
.p-header__navi::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: scroll;
  background-image: url(../img/common/bg_gnavi.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
.p-header__navi .inner {
  position: relative;
  z-index: 1;
  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: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-header__navi .p-gnavi {
  position: relative;
  z-index: 1;
  color: #fff;
  display: inline-grid;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  row-gap: 4rem;
}
.p-header__navi .p-gnavi a.item {
  color: #fff;
  position: relative;
  padding-left: 3.2rem;
}
.p-header__navi .p-gnavi a.item::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/common/icon_gnavi_link.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.p-header__navi .p-gnavi a.item > span.en {
  font-size: 3.2rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.p-header__navi .p-gnavi a.item > span.jp {
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
}
.p-header__navi .p-gnavi a.item > span span.i {
  -webkit-transition: 1s cubic-bezier(0.115, 0.405, 0.24, 1);
  transition: 1s cubic-bezier(0.115, 0.405, 0.24, 1);
}

.js-splittext {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.js-splittext .i {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
  min-width: 0.5rem;
}

.js-splittext .i:nth-child(0) {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.js-splittext .i:first-child {
  -webkit-transition-delay: 15ms !important;
          transition-delay: 15ms !important;
}

.js-splittext .i:nth-child(2) {
  -webkit-transition-delay: 0.03s !important;
          transition-delay: 0.03s !important;
}

.js-splittext .i:nth-child(3) {
  -webkit-transition-delay: 45ms !important;
          transition-delay: 45ms !important;
}

.js-splittext .i:nth-child(4) {
  -webkit-transition-delay: 0.06s !important;
          transition-delay: 0.06s !important;
}

.js-splittext .i:nth-child(5) {
  -webkit-transition-delay: 75ms !important;
          transition-delay: 75ms !important;
}

.js-splittext .i:nth-child(6) {
  -webkit-transition-delay: 0.09s !important;
          transition-delay: 0.09s !important;
}

.js-splittext .i:nth-child(7) {
  -webkit-transition-delay: 0.105s !important;
          transition-delay: 0.105s !important;
}

.js-splittext .i:nth-child(8) {
  -webkit-transition-delay: 0.12s !important;
          transition-delay: 0.12s !important;
}

.js-splittext .i:nth-child(9) {
  -webkit-transition-delay: 0.135s !important;
          transition-delay: 0.135s !important;
}

.js-splittext .i:nth-child(10) {
  -webkit-transition-delay: 0.15s !important;
          transition-delay: 0.15s !important;
}

.js-splittext .i:nth-child(11) {
  -webkit-transition-delay: 0.165s !important;
          transition-delay: 0.165s !important;
}

.js-splittext .i:nth-child(12) {
  -webkit-transition-delay: 0.18s !important;
          transition-delay: 0.18s !important;
}

.js-splittext .i:nth-child(13) {
  -webkit-transition-delay: 0.195s !important;
          transition-delay: 0.195s !important;
}

.js-splittext .i:nth-child(14) {
  -webkit-transition-delay: 0.21s !important;
          transition-delay: 0.21s !important;
}

.js-splittext .i:nth-child(15) {
  -webkit-transition-delay: 0.225s !important;
          transition-delay: 0.225s !important;
}

.p-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  margin-top: 6.4rem;
}
.p-header__sns a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 0.64rem;
  padding: 3.2rem 3.2rem;
}
.p-header__sns a .icon {
  width: 3.8rem;
  height: 3.8rem;
  margin-right: 1rem;
}
.p-header__sns a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}
.p-header__sns a .text > span {
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
}
.p-header__sns a .text > strong {
  color: var(--main-color);
  font-size: 1.8rem;
}

.p-header__address {
  text-align: right;
  margin-top: 4rem;
  color: #fff;
}
.p-header__address a {
  color: #fff;
}

.menu-open .p-header__navi {
  opacity: 1;
  pointer-events: initial !important;
  right: 0 !important;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.3, 1);
}
.menu-open .p-header__navi .show-delay {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.menu-open .p-header__navi .js-splittext .i {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 767px) {
  .p-header {
    letter-spacing: 0;
  }
  .p-header__logo {
    width: 17rem;
    height: 2rem;
    position: relative;
    top: 0;
    left: 0;
  }
  .p-header__buttons .c-button {
    position: fixed;
    right: 0;
    bottom: 2rem;
    border-radius: 0.8rem 0 0 0.8rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    width: 6rem;
    font-size: 1.5rem;
    padding: 1.6rem 0 0 0;
  }
  .p-header__buttons .c-button img {
    width: 1.6rem;
    margin-left: 0;
    margin-top: 1rem;
  }
  .p-header__navi {
    background-image: url(../img/common/bg_header_sp.jpg);
    background-size: 100% auto;
    background-position: left bottom;
    padding: 0 12% 6.4rem 12%;
  }
  .p-header__navi::after {
    background-image: url(../img/common/bg_gnavi_sp.svg);
    background-size: 100% 100%;
  }
  .p-header__navi .inner {
    width: 100%;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .p-header__navi .p-gnavi {
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }
  .p-header__navi .p-gnavi a.item {
    padding-left: 2.2rem;
  }
  .p-header__navi .p-gnavi a.item::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .p-header__navi .p-gnavi a.item > span.en {
    font-size: 2.4rem;
  }
  .p-header__navi .p-gnavi a.item > span.jp {
    font-size: 1.3rem;
  }
  .p-header__sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    margin-top: 10.4rem;
  }
  .p-header__sns a {
    width: 18rem;
    margin-left: auto;
    margin-right: 0;
    padding: 2.4rem 2rem;
  }
  .p-header__sns a .icon {
    width: 2.8rem;
    height: 2.8rem;
  }
  .p-header__sns a .text span {
    font-size: 1rem;
    margin-bottom: 0.2rem;
  }
  .p-header__sns a .text strong {
    font-size: 1.4rem;
  }
  .p-header__address {
    color: var(--text-color);
    font-size: 1.4rem;
  }
  .p-header__address a {
    color: var(--text-color);
  }
  .menu-open .p-header__logo a {
    background-image: url(../img/common/logo_w.svg);
  }
  .menu-open .p-header__buttons .c-button {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .p-header__navi {
    padding: 0 10% 4rem 10%;
    background-size: 90% auto;
  }
  .p-header__navi::after {
    background-image: url(../img/common/bg_gnavi_sp_s.svg);
    background-size: 100% auto;
    background-position: center bottom;
  }
  .p-header__sns {
    gap: 1.4rem;
    margin-top: 6rem;
  }
  .p-header__address {
    margin-top: 2.4rem;
  }
}
.p-footer {
  padding-top: 8rem;
  background-image: url(../img/common/bg_footer.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__profile .logo {
  width: 24rem;
  margin-bottom: 2.4rem;
}
.p-footer__profile .address {
  line-height: 1.65;
}

.p-footer__navi .p-gnavi {
  display: inline-grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  -webkit-column-gap: 8rem;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
  row-gap: 4rem;
}
.p-footer__navi .p-gnavi a {
  text-decoration: none;
}

.p-footer__copyright {
  width: 100vw;
  text-align: center;
  font-size: 1.4rem;
  opacity: 0.5;
  color: #716060;
  padding: 8rem 0 4rem 0;
}

@media (max-width: 767px) {
  .p-footer {
    background-image: url(../img/common/bg_footer_sp.svg);
  }
  .p-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 78%;
  }
  .p-footer__profile .logo {
    width: 20rem;
  }
  .p-footer__navi {
    margin-top: 5.6rem;
  }
  .p-footer__navi .p-gnavi {
    grid-template-rows: repeat(3, auto);
    -webkit-column-gap: 5.6rem;
       -moz-column-gap: 5.6rem;
            column-gap: 5.6rem;
  }
  .p-footer__copyright {
    font-size: 1.1rem;
    padding: 10rem 0 4rem 0;
  }
}
.p-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-loading__bar {
  position: relative;
  width: 90%;
  height: 1px;
  max-width: 20rem;
  margin: 0 auto;
  overflow: hidden;
}
.p-loading__bar span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
}
.p-loading__bar::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #001976;
  -webkit-animation: loading-bar-anim 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
          animation: loading-bar-anim 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}

@-webkit-keyframes loading-bar-anim {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

@keyframes loading-bar-anim {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
.p-menu-btn {
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.p-menu-btn:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.p-menu-btn::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: var(--main-color);
  border-radius: 4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-menu-btn::after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background-image: url(../img/common/icon_milk_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.menu-open .p-menu-btn::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.03, 1.49, 0.52, 1);
          transition-timing-function: cubic-bezier(0.03, 1.49, 0.52, 1);
}

@media (max-width: 767px) {
  .p-menu-btn {
    width: 4rem;
    height: 4rem;
  }
  .p-menu-btn::before {
    width: 2rem;
    height: 2rem;
  }
  .p-menu-btn::after {
    width: 4rem;
    height: 4rem;
  }
}
.p-gnavi .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-gnavi .item > span {
  display: block;
  line-height: 1;
}
.p-gnavi .item > span.en {
  font-weight: var(--font-weight-semiBold);
  font-size: 2.4rem;
  margin-bottom: 0.4rem;
}
.p-gnavi .item > span.jp {
  font-weight: var(--font-weight-bold);
  font-size: 1.4rem;
}

.p-gotop {
  color: #fff;
}

.p-gotop__button {
  cursor: pointer;
}
.p-gotop__button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-gotop__button span::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/common/icon_gotop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.4rem;
}
.p-gotop__button span:hover {
  opacity: 0.65;
}

.page-sub .l-main {
  margin-top: 20rem;
}

@media (max-width: 767px) {
  .page-sub .l-main {
    margin-top: 14rem;
  }
}
.page-product-list .wp-pagenavi {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  width: 86%;
  margin-top: 14rem;
  margin-left: auto;
  margin-right: auto;
}
.page-product-list .wp-pagenavi span,
.page-product-list .wp-pagenavi a {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: none;
  min-width: 5rem;
  height: 5rem;
  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-color: #fff;
  border-radius: 0.4rem;
  text-decoration: none;
}
.page-product-list .wp-pagenavi .previouspostslink, .page-product-list .wp-pagenavi .nextpostslink {
  text-indent: -9999px;
}
.page-product-list .wp-pagenavi .previouspostslink {
  background: #fff url(../img/common/icon_allow_prev.svg) no-repeat center;
  background-size: 40% auto;
}
.page-product-list .wp-pagenavi .nextpostslink {
  background: #fff url(../img/common/icon_allow_next.svg) no-repeat center;
  background-size: 40% auto;
}
.page-product-list .wp-pagenavi a:not(.nextpostslink, .previouspostslink):hover,
.page-product-list .wp-pagenavi span.current {
  color: #fff;
  background-color: var(--main-color);
}
.page-product-list .p-footer {
  margin-top: 16rem;
}

@media (max-width: 767px) {
  .page-product-list .wp-pagenavi {
    margin-top: 8rem;
  }
  .page-product-list .wp-pagenavi span,
  .page-product-list .wp-pagenavi a {
    min-width: 4rem;
    height: 4rem;
  }
  .page-product-list .p-footer {
    margin-top: 8rem;
  }
}
.p-top-visual {
  width: 100vw;
  position: relative;
}
.p-top-visual .swiper-pagination {
  position: absolute;
  right: 4%;
  bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
}
.p-top-visual .swiper-pagination .swiper-pagination-bullet,
.p-top-visual .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F2E685;
}
.p-top-visual .swiper-pagination .swiper-pagination-bullet {
  width: 1.6rem;
  height: 1.6rem;
  opacity: 0.5;
}

.p-top-visual__copy {
  width: 10vw;
  position: absolute;
  top: calc(50% - 2vw);
  right: calc(50% - 10vw);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-top-visual__bottom {
  width: 100vw;
  aspect-ratio: 1920/244;
  background-image: url(../img/top/bg_top_visual_bottom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .p-top-visual .swiper-pagination {
    right: 8rem;
    bottom: -6rem;
  }
  .p-top-visual .swiper-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
  }
  .p-top-visual__copy {
    width: 10rem;
    right: calc(50% - 10rem);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-top-about {
  padding-top: 12rem;
}

.p-top-about__bottom {
  position: relative;
  margin-top: 14rem;
  width: 100vw;
  height: 40rem;
  background-image: url(../img/top/bg_about.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top-about__bottom::after {
  content: "";
  display: block;
  width: 100vw;
  height: 10rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/top/bg_oem_top.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-top-about__body.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.8rem;
}

.p-top-about__content {
  width: 50%;
}
.p-top-about__content .catch-copy {
  color: var(--main-color);
  font-size: 4rem;
  letter-spacing: 0.16em;
  font-weight: var(--font-weight-bold);
  line-height: 1.45;
  margin-bottom: 2.4rem;
}
.p-top-about__content p {
  margin-bottom: 4.8rem;
  line-height: 2.2;
  font-weight: var(--font-weight-medium);
}
.p-top-about__content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 500px;
  line-height: 1.45;
}
.p-top-about__content dl dt {
  width: 24%;
  padding: 2rem 0 2.4rem 0;
  border-bottom: 1px solid #BE9D7B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.p-top-about__content dl dt:last-of-type {
  border-bottom: none;
}
.p-top-about__content dl dd {
  width: 76%;
  padding: 2rem 0 2.4rem 0;
  border-bottom: 1px solid #BE9D7B;
}
.p-top-about__content dl dd:last-of-type {
  border-bottom: none;
}

.p-top-about__map {
  width: 50%;
  position: relative;
}
.p-top-about__map img {
  width: 90%;
  max-width: 500px;
}
.p-top-about__map .comment {
  position: absolute;
  right: 0;
  bottom: 32%;
  text-align: center;
}

@media (max-width: 767px) {
  .p-top-about {
    padding-top: 7.2rem;
  }
  .p-top-about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-about__content {
    width: 100%;
  }
  .p-top-about__content .catch-copy {
    font-size: 2.2rem;
  }
  .p-top-about__content p {
    line-height: 2;
  }
  .p-top-about__content dl {
    max-width: initial;
    font-size: 1.4rem;
  }
  .p-top-about__content dl dt {
    width: 30%;
  }
  .p-top-about__content dl dd {
    width: 70%;
  }
  .p-top-about__map {
    margin-top: 4rem;
    width: 100%;
  }
  .p-top-about__map .comment {
    font-size: 1.4rem;
    line-height: 1.4;
    bottom: 5%;
  }
  .p-top-about__bottom {
    margin-top: 5.6rem;
    height: 14rem;
    background-image: url(../img/top/bg_about_sp.png);
  }
}
.p-top-oem {
  background-color: var(--main-color);
  color: #fff;
  padding-top: 19rem;
}
.p-top-oem .p-section-head .jp {
  color: #fff;
}

.p-top-oem__body h3 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.55;
  margin-bottom: 5.6rem;
}
.p-top-oem__body .text {
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: var(--font-weight-medium);
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.p-top-oem__body .text p {
  margin-bottom: 1.8rem;
}

.p-top-oem__feature-list {
  margin-top: 8.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2rem;
}
.p-top-oem__feature-list .item {
  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;
  text-align: center;
  line-height: 1.45;
  width: 18rem;
  height: 18rem;
  border-radius: 9rem;
  background-color: #FCFBEF;
  color: #6A5845;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
}

.p-top-oem__navi {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-oem__navi .c-button {
  background-color: #BE9D7B;
}

.p-top-oem__bottom {
  width: 100vw;
  height: 10rem;
  background-color: #FCFBEF;
  background-image: url(../img/top/bg_oem_bottom.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 14rem;
}

@media (max-width: 767px) {
  .p-top-oem {
    padding-top: 10rem;
  }
  .p-top-oem__body.container {
    width: 84%;
  }
  .p-top-oem__body h3 {
    font-size: 2.2rem;
    line-height: 1.75;
    margin-top: 6rem;
  }
  .p-top-oem__body .text p {
    font-size: 1.5rem;
  }
  .p-top-oem__feature-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 7.2rem;
    gap: 1.6rem;
  }
  .p-top-oem__feature-list .item {
    width: 14rem;
    height: 14rem;
    font-size: 1.5rem;
  }
  .p-top-oem__navi {
    margin-top: 5.6rem;
  }
  .p-top-oem__bottom {
    height: 3rem;
    background-image: url(../img/top/bg_oem_bottom_sp.svg);
  }
}
.p-top-store {
  padding: 10rem 0 10rem 0;
  background-color: #FCFBEF;
}
.p-top-store .p-section-head {
  margin-bottom: 2rem;
}

.p-top-store__body.container {
  max-width: 1270px;
}

.p-top-store__block {
  margin-bottom: 14rem;
}
.p-top-store__block:nth-of-type(2n) .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-top-store__block:first-of-type .inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-top-store__block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6%;
}
.p-top-store__block .inner .content {
  width: 38%;
  max-width: 500px;
}
.p-top-store__block .inner .content .name {
  font-size: 4rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.8rem;
}
.p-top-store__block .inner .content .summary {
  margin-bottom: 3.2rem;
}
.p-top-store__block .inner .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.45;
}
.p-top-store__block .inner .content .info dt {
  width: 24%;
  padding: 2rem 0 2.4rem 0;
  border-bottom: 1px solid #BE9D7B;
  font-weight: var(--font-weight-bold);
}
.p-top-store__block .inner .content .info dt:last-of-type {
  border-bottom: none;
}
.p-top-store__block .inner .content .info dd {
  width: 76%;
  padding: 2rem 0 2.4rem 0;
  border-bottom: 1px solid #BE9D7B;
}
.p-top-store__block .inner .content .info dd:last-of-type {
  border-bottom: none;
}
.p-top-store__block .inner .image {
  width: 52%;
}

@media (max-width: 767px) {
  .p-top-store {
    padding: 6.4rem 0 1rem 0;
  }
  .p-top-store__body.container {
    width: 100%;
  }
  .p-top-store__block {
    margin-bottom: 8rem;
  }
  .p-top-store__block:nth-of-type(2n) .inner, .p-top-store__block:first-of-type .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-store__block:first-of-type .inner .image {
    margin-right: 3%;
  }
  .p-top-store__block:first-of-type .inner .image img {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  .p-top-store__block:nth-of-type(2n) .inner .image {
    margin-left: 3%;
  }
  .p-top-store__block:nth-of-type(2n) .inner .image img {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  .p-top-store__block .inner .image {
    width: 97%;
    overflow: hidden;
  }
  .p-top-store__block .inner .content {
    width: 84%;
    max-width: initial;
    margin-top: 2.4rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top-store__block .inner .content .name {
    font-size: 3rem;
    margin-bottom: 1.6rem;
  }
}
.p-top-contact {
  padding: 18rem 0;
}

.p-top-contact__body.container {
  max-width: 900px;
}
.p-top-contact__body .p-form {
  background-color: #FCFBEF;
  padding: 8rem 14rem;
  border-radius: 1rem;
}

@media (max-width: 767px) {
  .p-top-contact {
    padding: 10rem 0 6rem 0;
  }
  .p-top-contact .p-form {
    padding: 3.2rem 2.4rem;
  }
  .p-top-contact__body.container {
    width: 88%;
  }
}
.p-top-concept {
  position: relative;
  width: 100vw;
  background-color: #FCFBEF;
  padding-top: 4rem;
}
.p-top-concept .text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: var(--font-weight-bold);
}
.p-top-concept .text.container {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 6.4rem 0;
}
.p-top-concept .text .catch-copy {
  color: var(--main-color);
  font-size: 4rem;
  letter-spacing: 0.14em;
  margin-left: 2rem;
}
.p-top-concept .text .body-copy {
  font-size: 2rem;
  line-height: 2.4;
}

.p-top-concept__visual2 {
  margin-top: -15%;
}

.p-top-concept__bottom {
  width: 100vw;
  height: 30rem;
  background-color: #ffffff;
  background-image: url(../img/top/bg_concept_bottom.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .p-top-concept .text.container {
    width: 90%;
    padding: 5.6rem 0 11rem 0;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-concept .text .catch-copy {
    font-size: 2.4rem;
    margin-left: 1rem;
  }
  .p-top-concept .text .body-copy {
    font-size: 1.4rem;
    line-height: 2;
  }
  .p-top-concept__visual2 {
    padding-bottom: 5.6rem;
  }
  .p-top-concept__bottom {
    height: 10rem;
    background-image: url(../img/top/bg_concept_bottom_sp.svg);
  }
}
.p-section-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-bottom: 3.2rem;
  margin-bottom: 7.2rem;
}
.p-section-head::after {
  content: "";
  display: block;
  width: 13rem;
  height: 0.8rem;
  background-image: url(../img/common/img_section_head_line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
}
.p-section-head h2 span {
  display: block;
}
.p-section-head h2 span.jp {
  font-size: 4.8rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  font-weight: var(--font-weight-bold);
  color: var(--main-color);
  margin-bottom: 0.4rem;
}
.p-section-head h2 span.en {
  font-size: 1.6rem;
  font-weight: var(--font-weight-semiBold);
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .p-section-head {
    padding-bottom: 2.4rem;
    margin-bottom: 4.8rem;
  }
  .p-section-head::after {
    width: 8rem;
  }
  .p-section-head h2 span.jp {
    font-size: 2.4rem;
  }
  .p-section-head h2 span.en {
    font-size: 1rem;
  }
}
.p-page-head {
  height: 66rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/common/bg_page_head.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-page-head h1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-bottom: 3.2rem;
  margin-bottom: 7.2rem;
}
.p-page-head h1::after {
  content: "";
  display: block;
  width: 13rem;
  height: 0.8rem;
  background-image: url(../img/common/img_section_head_line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
}
.p-page-head h1 span {
  display: block;
}
.p-page-head h1 span.jp {
  font-size: 4.8rem;
  line-height: 1.45;
  font-weight: var(--font-weight-bold);
  color: var(--main-color);
  margin-bottom: 0.4rem;
}
.p-page-head h1 span.en {
  font-size: 1.6rem;
  font-weight: var(--font-weight-semiBold);
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .p-page-head {
    height: 34rem;
    background-image: url(../img/common/bg_page_head_sp.svg);
  }
  .p-page-head h1 {
    padding-bottom: 2.4rem;
    margin-bottom: -6.4rem;
  }
  .p-page-head h1::after {
    width: 8rem;
  }
  .p-page-head h1 span.jp {
    font-size: 2.4rem;
  }
  .p-page-head h1 span.en {
    font-size: 1rem;
  }
}
.p-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.6rem 5%;
  margin-top: 2.4rem;
}
.p-product-list.container {
  max-width: 990px;
}
.p-product-list .item {
  position: relative;
  display: block;
  width: 30%;
  color: var(--main-color);
  text-decoration: none;
}
.p-product-list .item .photo {
  display: block;
  margin-bottom: 1.6rem;
}
.p-product-list .item .name {
  font-size: 2.2rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.65;
}

@media (max-width: 767px) {
  .p-product-list {
    gap: 4rem 5%;
  }
  .p-product-list .item {
    width: 47.5%;
  }
  .p-product-list .item .name {
    font-size: 1.5rem;
  }
}
.p-product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.p-product-detail.container {
  max-width: 1120px;
}

.p-product-detail__photo {
  width: 50%;
  max-width: 500px;
  position: relative;
}
.p-product-detail__photo .swiper {
  padding-bottom: 6.4rem;
}
.p-product-detail__photo .swiper-pagination .swiper-pagination-bullet {
  background: #BE9D7B;
}
.p-product-detail__photo .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.p-product-detail__photo .swiper-pagination-bullet-active {
  background: #BE9D7B !important;
}
.p-product-detail__photo .swiper-slide {
  overflow: hidden;
}

.p-product-detail__content {
  width: calc(50% - 7.2rem);
  max-width: 450px;
  margin-left: 7.2rem;
}
.p-product-detail__content .name {
  font-size: 4rem;
  font-weight: var(--font-weight-bold);
  color: var(--main-color);
  border-bottom: 1px solid #BE9D7B;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
.p-product-detail__content .summary {
  line-height: 2;
}
.p-product-detail__content .navi {
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
.p-product-detail__content .navi .c-button.guide-dl {
  background-color: #6A5845;
}

@media (max-width: 767px) {
  .p-product-detail .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-product-detail__photo {
    width: 100%;
    max-width: initial;
  }
  .p-product-detail__photo .swiper {
    padding-bottom: 4.4rem;
  }
  .p-product-detail__content {
    width: 100%;
    max-width: initial;
    margin-left: 0;
  }
  .p-product-detail__content .name {
    font-size: 2.2rem;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    padding-bottom: 1.6rem;
  }
  .p-product-detail__content .navi {
    margin-top: 4rem;
    gap: 1.4rem 0;
  }
}
.p-oem-fv {
  width: 100vw;
  height: 120rem;
  position: relative;
  background-image: url(../img/oem/bg_fv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-oem-fv .container {
  max-width: 1270px;
  color: var(--main-color);
}

.p-oem-fv__heading {
  margin-bottom: 4.8rem;
}
.p-oem-fv__heading .en {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: var(--font-weight-semiBold);
  margin-bottom: 4rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #F2E685));
  background: linear-gradient(transparent 60%, #F2E685 0%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.p-oem-fv__heading .jp {
  font-size: 4.8rem;
  letter-spacing: 0.048em;
  line-height: 1.4;
  font-weight: var(--font-weight-bold);
}

.p-oem-fv__text {
  max-width: 620px;
  line-height: 2.2;
}
.p-oem-fv__text h2 {
  line-height: 1.65;
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
}
.p-oem-fv__text p:not(:last-of-type) {
  margin-bottom: 1.8rem;
}

@media (max-width: 767px) {
  .p-oem-fv {
    height: auto;
    padding-top: 16rem;
    padding-bottom: 6.4rem;
    background-image: url(../img/oem/bg_fv_sp.jpg);
  }
  .p-oem-fv__heading .en {
    font-size: 1.9rem;
  }
  .p-oem-fv__heading .jp {
    font-size: 2.4rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
  .p-oem-fv__text h2 {
    margin-bottom: 1.7rem;
    font-size: 1.7rem;
  }
}
.p-oem-flow {
  padding: 18rem 0;
}
.p-oem-flow .container {
  max-width: 1270px;
}

.p-oem-flow__list .container {
  max-width: 1020px;
}
.p-oem-flow__list .p-oem-flow__item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8%;
}
.p-oem-flow__list .p-oem-flow__item.item1 .number {
  background-image: url(../img/oem/bg_flow1.svg);
}
.p-oem-flow__list .p-oem-flow__item.item2 .number {
  background-image: url(../img/oem/bg_flow2.svg);
}
.p-oem-flow__list .p-oem-flow__item.item3 .number {
  background-image: url(../img/oem/bg_flow3.svg);
}
.p-oem-flow__list .p-oem-flow__item.item4 .number {
  background-image: url(../img/oem/bg_flow4.svg);
}
.p-oem-flow__list .p-oem-flow__item .number {
  width: 10%;
  max-width: 100px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}
.p-oem-flow__list .p-oem-flow__item .inner {
  width: 82%;
  padding-top: 1.6rem;
  padding-bottom: 8rem;
}
.p-oem-flow__list .p-oem-flow__item .inner .title {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: var(--font-weight-bold);
  color: var(--main-color);
  margin-bottom: 1.4rem;
}
.p-oem-flow__list .p-oem-flow__item .inner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6%;
}
.p-oem-flow__list .p-oem-flow__item .inner .content .text {
  width: 60%;
}
.p-oem-flow__list .p-oem-flow__item .inner .content .text .supplement {
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
}
.p-oem-flow__list .p-oem-flow__item .inner .content .text .feature {
  padding-top: 2rem;
  margin-top: 3.2rem;
  border-top: 1px solid #BE9D7B;
  font-weight: var(--font-weight-bold);
}
.p-oem-flow__list .p-oem-flow__item .inner .content .visual {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 320px;
}
@media (max-width: 767px) {
  .p-oem-flow {
    padding: 12rem 0 6.4rem 0;
  }
  .p-oem-flow__list .p-oem-flow__item.item1 .inner {
    padding-top: 0;
  }
  .p-oem-flow__list .p-oem-flow__item .number {
    width: 12%;
  }
  .p-oem-flow__list .p-oem-flow__item .inner {
    padding-top: 1.2rem;
    padding-bottom: 2.4rem;
  }
  .p-oem-flow__list .p-oem-flow__item .inner .title {
    font-size: 2.2rem;
  }
  .p-oem-flow__list .p-oem-flow__item .inner .content {
    position: relative;
    padding-bottom: 8rem;
  }
  .p-oem-flow__list .p-oem-flow__item .inner .content .text {
    width: 100%;
  }
  .p-oem-flow__list .p-oem-flow__item .inner .content .text .supplement {
    font-size: 1.3rem;
  }
  .p-oem-flow__list .p-oem-flow__item .inner .content .text .feature {
    font-size: 1.4rem;
    padding-top: 1.8rem;
    margin-top: 2rem;
  }
  .p-oem-flow__list .p-oem-flow__item .inner .content .visual {
    position: absolute;
    right: -1.6rem;
    bottom: 0;
    width: 11rem;
  }
}
.p-oem-form {
  width: 100vw;
  height: auto;
  position: relative;
  background-image: url(../img/oem/bg_oem_form.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 18rem 0;
}

.p-oem-form__heading {
  color: #fff;
}
.p-oem-form__heading .jp {
  color: #fff !important;
}

.p-oem-form__content .intro {
  color: #fff;
  text-align: center;
  margin-bottom: 6.4rem;
}

.p-oem-form__submit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-oem-form__submit-block .jet-form-builder__action-button-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-oem-form__submit-block .jet-form-builder__prev-page {
  background-color: #999;
}

.p-oem-form__form-wrap {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 12rem 12rem 14rem 12rem;
}
.p-oem-form__form-wrap.container {
  max-width: 900px;
}
.p-oem-form__form-wrap .jet-form-builder-page {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.p-oem-form__form-wrap .jet-form-builder-row {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.p-oem-form__form-wrap .jet-form-builder-row.field-type-submit-field {
  margin-top: 8rem;
  margin-bottom: 0;
}
.p-oem-form__form-wrap .jet-form-builder-row.field-has-error .error-message {
  width: calc(100% - 22rem);
  margin-left: 22rem;
  margin-top: 0.6rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.p-oem-form__form-wrap .field-type-heading-field .jet-form-builder__label-text {
  font-size: 2.4rem;
  color: var(--main-color);
  font-weight: var(--font-weight-medium);
  text-align: center;
}
.p-oem-form__form-wrap .jet-form-builder__label-text {
  display: block;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: var(--main-color);
  font-weight: var(--font-weight-medium);
}
.p-oem-form__form-wrap .jet-form-builder__fields-group {
  gap: 1.8rem 0.7em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-oem-form__form-wrap .l-sub-block {
  margin-top: 8rem;
}
.p-oem-form__form-wrap .jet-form-builder-row {
  padding: 0;
}
.p-oem-form__form-wrap .jet-form-builder-row:has(.l-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;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.p-oem-form__form-wrap .jet-form-builder-row:has(.l-flex) .jet-form-builder__label {
  width: 22rem;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.p-oem-form__form-wrap .jet-form-builder-row:has(.l-flex) .jet-form-builder__field-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-oem-form__form-wrap .layout-column .jet-form-builder__fields-group.checkradio-wrap:has(.l-select-product-type) {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.p-oem-form__form-wrap .layout-column .jet-form-builder__fields-group.checkradio-wrap:has(.l-select-custom-type) {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.p-oem-form__form-wrap .jet-form-builder__fields-group:has(.l-select-product-type),
.p-oem-form__form-wrap .jet-form-builder__fields-group:has(.l-select-custom-type) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-oem-form__form-wrap .jet-form-builder__field-wrap .radio-wrap .checkradio-wrap:has(.l-select-product-type),
.p-oem-form__form-wrap .jet-form-builder__field-wrap .radio-wrap .checkradio-wrap:has(.l-select-custom-type) {
  width: 100%;
  text-align: center;
}
.p-oem-form__form-wrap .layout-column .jet-form-builder__fields-group.checkradio-wrap:has(.l-select-agreement) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-oem-form__form-wrap .field-type-checkbox-field .jet-form-builder__field-label.for-checkbox > span::before,
.p-oem-form__form-wrap .field-type-radio-field .jet-form-builder__field-label.for-radio > span::before {
  display: none;
}
.p-oem-form__form-wrap .jet-form-builder__field-wrap.radio-wrap, .p-oem-form__form-wrap .jet-form-builder__field-wrap.checkradio-wrap {
  border: 1px solid #BE9D7B;
  border-radius: 6rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-oem-form__form-wrap .jet-form-builder__field-wrap.radio-wrap:has(input:checked), .p-oem-form__form-wrap .jet-form-builder__field-wrap.checkradio-wrap:has(input:checked) {
  background-color: #BE9D7B;
  color: #fff;
}
.p-oem-form__form-wrap .jet-form-builder__field-wrap.radio-wrap label, .p-oem-form__form-wrap .jet-form-builder__field-wrap.checkradio-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.4rem 2.4rem 1.6rem 2.4rem;
}
.p-oem-form__form-wrap .field-type-checkbox-field .jet-form-builder__field-label.for-checkbox :checked + span::before,
.p-oem-form__form-wrap .field-type-radio-field .jet-form-builder__field-label.for-radio :checked + span::before {
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.p-oem-form__form-wrap .jet-form-builder__field.textarea-field, .p-oem-form__form-wrap .jet-form-builder__field.text-field {
  border: 1px solid #BE9D7B !important;
  width: 100%;
  padding: 1.8rem;
  border: none;
  font-size: var(--font-size-base-pc);
  line-height: 1.65;
}
.p-oem-form__form-wrap .jet-form-builder__field.textarea-field {
  height: 14rem;
}
.p-oem-form__form-wrap .jet-form-builder__next-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-oem-form__form-wrap .jet-form-builder__next-page-wrap button {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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-color: var(--main-color);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.6rem 4rem 2rem 4rem;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 27rem;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 2.4rem auto;
}
.p-oem-form__form-wrap .jet-form-builder__next-page-wrap button:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.p-oem-form__form-wrap .jet-form-builder__next-page-wrap button:hover.jet-form-builder__prev-page {
  background-position: left 2.4rem center;
}
.p-oem-form__form-wrap .jet-form-builder__next-page-wrap button:hover.jet-form-builder__next-page {
  background-position: right 2.4rem center;
}
.p-oem-form__form-wrap .jet-form-builder__next-page-wrap button.jet-form-builder__prev-page {
  background-color: #999;
  background-image: url(../img/common/icon_prev.svg);
  background-position: left 3.2rem center;
}
.p-oem-form__form-wrap .jet-form-builder__next-page-wrap button.jet-form-builder__next-page {
  background-image: url(../img/common/icon_next.svg);
  background-position: right 3.2rem center;
}
.p-oem-form__form-wrap .p-oem-form__submit-block .jet-form-builder__prev-page,
.p-oem-form__form-wrap button.jet-form-builder__submit {
  background-repeat: no-repeat;
  background-size: 2.4rem auto;
}
.p-oem-form__form-wrap .p-oem-form__submit-block .jet-form-builder__prev-page:hover,
.p-oem-form__form-wrap button.jet-form-builder__submit:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.p-oem-form__form-wrap .p-oem-form__submit-block .jet-form-builder__prev-page {
  background-color: #999;
  background-image: url(../img/common/icon_prev.svg);
  background-position: left 3.2rem center;
}
.p-oem-form__form-wrap .p-oem-form__submit-block .jet-form-builder__prev-page:hover {
  background-position: left 2.4rem center;
}
.p-oem-form__form-wrap button.jet-form-builder__submit {
  background-image: url(../img/common/icon_next.svg);
  background-position: right 3.2rem center;
}
.p-oem-form__form-wrap button.jet-form-builder__submit:hover {
  background-position: right 2.4rem center;
}
.p-oem-form__form-wrap .jet-form-builder__submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-oem-form__form-wrap .jet-form-builder__submit-wrap .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-oem-form__form-wrap button.jet-form-builder__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-oem-form__form-wrap .step-count {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-semiBold);
  font-size: 3rem;
  margin: 0 auto 4rem auto;
  padding: 0 1rem 1.6rem 1rem;
  border-bottom: 1px solid #BE9D7B;
}
.p-oem-form__form-wrap .next-step-image {
  max-width: 700px;
  margin: 8rem auto 8rem auto;
}
.p-oem-form__form-wrap .next-step-text {
  text-align: center;
  margin-bottom: 4rem;
}

.p-oem-form__submit-block .jet-form-builder__action-button-wrapper {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.p-oem-form__form-wrap .jet-form-builder__submit-wrap {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.p-oem-form__confirm-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.2rem 0;
}
.p-oem-form__confirm-block .item h3 {
  font-size: var(--font-size-base-pc);
  color: var(--main-color);
  font-weight: var(--font-weight-bold);
  margin-bottom: 1rem;
}
.p-oem-form__confirm-block .item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #BE9D7B;
  padding: 2.2rem 0;
}
.p-oem-form__confirm-block .item .wrap .label {
  width: 22rem;
  font-weight: var(--font-weight-bold);
}
.p-oem-form__confirm-block .item .wrap .data {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (max-width: 767px) {
  .p-oem-form {
    padding: 10rem 0;
    background-image: url(../img/oem/bg_oem_form_sp.jpg);
  }
  .p-oem-form__heading {
    margin-bottom: 2.4rem;
  }
  .p-oem-form__form-wrap {
    padding: 4rem 2.4rem 5.6rem 2.4rem;
  }
  .p-oem-form__form-wrap.container {
    width: 92%;
  }
  .p-oem-form__form-wrap .l-sub-block {
    margin-top: 3.2rem;
  }
  .p-oem-form__form-wrap label {
    white-space: normal;
    line-height: 1.45;
  }
  .p-oem-form__form-wrap .jet-form-builder-row.field-has-error .error-message {
    width: 100%;
    margin-left: 0;
  }
  .p-oem-form__form-wrap .step-count {
    font-size: 2.4rem;
    margin: 0 auto 3.2rem auto;
    padding: 0 1rem 1rem 1rem;
  }
  .p-oem-form__form-wrap .field-type-heading-field .jet-form-builder__label-text {
    font-size: 1.6rem;
  }
  .p-oem-form__form-wrap .jet-form-builder__fields-group {
    gap: 1.4rem 0.7em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-oem-form__form-wrap .jet-form-builder-row:has(.l-flex) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .p-oem-form__form-wrap .jet-form-builder-row:has(.l-flex) .jet-form-builder__label {
    width: 100%;
  }
  .p-oem-form__form-wrap .jet-form-builder__field-wrap.radio-wrap label,
  .p-oem-form__form-wrap .jet-form-builder__field-wrap.checkradio-wrap label {
    font-size: 1.8rem;
    padding: 1rem 2.4rem 1.2rem 2.4rem;
  }
  .p-oem-form__form-wrap .next-step-image {
    margin: 4rem auto 5.6rem auto;
  }
  .p-oem-form__form-wrap .jet-form-builder__next-page-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-oem-form__form-wrap .jet-form-builder__next-page-wrap button {
    font-size: 1.5rem !important;
  }
  .p-oem-form__form-wrap .p-oem-form__submit-block {
    gap: 1.4rem;
    margin-top: 4.8rem;
  }
  .p-oem-form__form-wrap .jet-form-builder-row.field-type-submit-field {
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-oem-form__form-wrap .jet-form-builder__label-text {
    font-size: 1.6rem;
  }
  .p-oem-form__form-wrap .jet-form-builder__field.textarea-field, .p-oem-form__form-wrap .jet-form-builder__field.text-field {
    padding: 1.4rem;
    font-size: var(--font-size-base-sp);
  }
  .p-oem-form__confirm-block {
    gap: 4rem 0;
  }
  .p-oem-form__confirm-block .item h3 {
    font-size: var(--font-size-base-sp);
  }
  .p-oem-form__confirm-block .item .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.6rem 0;
  }
  .p-oem-form__confirm-block .item .wrap .label {
    width: 100%;
    margin-bottom: 1rem;
  }
  .p-oem-form__submit-block .jet-form-builder__action-button-wrapper {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .p-oem-form__form-wrap .jet-form-builder__submit-wrap {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.p-post-navi {
  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;
  gap: 0 2.4rem;
  padding-top: 3.2rem;
  margin-top: 10rem;
  margin-bottom: 12rem;
  border-top: 1px solid #BE9D7B;
}
.p-post-navi.container {
  max-width: 1120px;
}
.p-post-navi > div.no-link {
  opacity: 0.2;
}
.p-post-navi div.no-link,
.p-post-navi a,
.p-post-navi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  line-height: 1.45;
  text-decoration: none;
}
.p-post-navi div.no-link .jp,
.p-post-navi a .jp,
.p-post-navi span .jp {
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
}
.p-post-navi div.no-link .en,
.p-post-navi a .en,
.p-post-navi span .en {
  font-size: 1rem;
  font-weight: var(--font-weight-semiBold);
  color: #BE9D7B;
}
.p-post-navi div.no-link.prev, .p-post-navi div.no-link.next,
.p-post-navi a.prev,
.p-post-navi a.next,
.p-post-navi span.prev,
.p-post-navi span.next {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: none;
  height: 5rem;
  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;
  border-radius: 0.4rem;
  background-size: 2rem auto;
}
.p-post-navi div.no-link.prev,
.p-post-navi a.prev,
.p-post-navi span.prev {
  padding-left: 3.2rem;
  background: #fff url(../img/common/icon_allow_prev.svg) no-repeat center left;
}
.p-post-navi div.no-link.next,
.p-post-navi a.next,
.p-post-navi span.next {
  padding-right: 3.2rem;
  background: #fff url(../img/common/icon_allow_next.svg) no-repeat center right;
}
@media (max-width: 767px) {
  .p-post-navi {
    gap: 0 1rem;
    margin-top: 8rem;
    margin-bottom: 6.4rem;
  }
  .p-post-navi div.no-link.prev, .p-post-navi div.no-link.next,
  .p-post-navi a.prev,
  .p-post-navi a.next,
  .p-post-navi span.prev,
  .p-post-navi span.next {
    width: 6rem;
    height: 4rem;
    background-size: 1.6rem auto;
  }
  .p-post-navi div.no-link.prev,
  .p-post-navi a.prev,
  .p-post-navi span.prev {
    padding-left: 2rem;
  }
  .p-post-navi div.no-link.next,
  .p-post-navi a.next,
  .p-post-navi span.next {
    padding-right: 2rem;
  }
  .p-post-navi div.no-link.back,
  .p-post-navi a.back,
  .p-post-navi span.back {
    font-size: 1.2rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .p-post-navi div.no-link .jp,
  .p-post-navi a .jp,
  .p-post-navi span .jp {
    font-size: 1.4rem;
  }
}
.p-post-list-navi {
  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;
  margin-top: 10rem;
}
.p-post-list-navi.back-navi {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-post-list-navi.paging-navi {
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-medium);
}
.p-post-list-navi.paging-navi a {
  display: block;
  color: var(--main-color);
}
.p-post-list-navi.paging-navi a:hover {
  opacity: 0.7;
}
.p-post-list-navi.paging-navi .wp-pagenavi {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.p-post-list-navi.paging-navi .wp-pagenavi span,
.p-post-list-navi.paging-navi .wp-pagenavi a {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: none;
  min-width: 5rem;
  height: 5rem;
  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-color: #fff;
  border-radius: 0.4rem;
}
.p-post-list-navi.paging-navi .wp-pagenavi .previouspostslink, .p-post-list-navi.paging-navi .wp-pagenavi .nextpostslink {
  text-indent: -9999px;
}
.p-post-list-navi.paging-navi .wp-pagenavi .previouspostslink {
  background: #fff url(../img/common/icon_allow_prev.svg) no-repeat center;
  background-size: 40% auto;
}
.p-post-list-navi.paging-navi .wp-pagenavi .nextpostslink {
  background: #fff url(../img/common/icon_allow_next.svg) no-repeat center;
  background-size: 40% auto;
}
.p-post-list-navi.paging-navi .wp-pagenavi a:hover,
.p-post-list-navi.paging-navi .wp-pagenavi span.current {
  color: #fff;
  background-color: var(--main-color);
}

@media (max-width: 767px) {
  .p-post-list-navi {
    margin-top: 8rem;
  }
  .p-post-list-navi.paging-navi .wp-pagenavi span,
  .p-post-list-navi.paging-navi .wp-pagenavi a {
    min-width: 3.5rem;
    height: 3.5rem;
  }
}
.p-post-meta .date {
  font-weight: var(--font-weight-medium);
}
.p-post-meta .categroy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-post-meta .categroy span {
  display: inline-block;
  background-color: #E0E0E0;
  line-height: 1;
  padding: 1rem 1rem;
  text-align: center;
  color: #A3A3A3;
  font-size: 1.2rem;
  font-weight: var(--font-weight-medium);
}

@media (max-width: 767px) {
  .p-post-meta .categroy span {
    padding: 0.6rem 0.8rem;
  }
}
.p-post-detail {
  padding: 0 0 6rem 0;
}

.p-post-detail__head {
  margin-bottom: 8rem;
}

.p-post-body {
  /* 見出し */
}
.p-post-body h1, .p-post-body h2, .p-post-body h3, .p-post-body h4, .p-post-body h5 {
  line-height: 1.5;
  margin-bottom: 2.4rem;
}
.p-post-body h1 {
  font-size: 4rem;
  margin-bottom: 3.2rem;
}
.p-post-body h2 {
  font-size: 2.8rem;
}
.p-post-body h3 {
  font-size: 2rem;
}
.p-post-body h4 {
  font-size: var(--font-size-base-pc);
}
.p-post-body h5 {
  font-size: var(--font-size-base-pc);
}
.p-post-body {
  /* 段落 */
}
.p-post-body p {
  margin-bottom: 2.4rem;
}
.p-post-body p.none-margin {
  margin-bottom: 0;
}
.p-post-body {
  /* リスト */
}
.p-post-body ul {
  margin-bottom: 2.4rem;
}
.p-post-body ul li {
  line-height: 1.65;
  position: relative;
  margin-left: 0.6rem;
  margin-bottom: 0.6rem;
  padding-left: 1.2rem;
}
.p-post-body ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--text-color);
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.p-post-body {
  /* 画像 */
}
.p-post-body .wp-block-image {
  margin-bottom: 2.4rem;
}
.p-post-body .wp-block-image figcaption {
  font-size: 1.4rem;
  margin: 0.4rem 0 0 0;
}
.p-post-body {
  /* レイアウト */
}
.p-post-body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 8% 0 0;
}
.p-post-body .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8%;
}
.p-post-body .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.p-post-body {
  /* カラム */
}
.p-post-body {
  /* 引用 */
}
.p-post-body .wp-block-quote {
  overflow-wrap: break-word;
  margin-bottom: 2.4rem;
}
.p-post-body .wp-block-quote p {
  border-left: 2px solid var(--text-color);
  padding: 0 0 0 1.4rem;
  line-height: 1.65;
  margin-bottom: 0;
}
.p-post-body .wp-block-quote cite {
  font-size: 1.2rem;
  padding: 0 0 0 2rem;
  color: #acacac;
}
.p-post-body {
  /* 表 */
}
.p-post-body .wp-block-table {
  margin-bottom: 2.4rem;
}
.p-post-body .wp-block-table table {
  border-top: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
}
.p-post-body .wp-block-table table tr {
  border-bottom: 1px solid #C7C7C7;
}
.p-post-body .wp-block-table table tr td {
  border-right: 1px solid #C7C7C7;
  padding: 1rem 1.4rem;
}
.p-post-body .wp-block-table figcaption {
  font-size: 1.2rem;
  margin-top: 0.4rem;
}
.p-post-body {
  /* ギャラリー */
}
.p-post-body .wp-block-gallery.has-nested-images figcaption {
  font-size: 1.2rem;
  margin: 0;
  position: relative !important;
  background: none !important;
  color: #000 !important;
  font-size: 12px !important;
  padding: 0 !important;
}
.p-post-body {
  /* 詩 */
}
.p-post-body .wp-block-verse {
  margin-bottom: 2.4rem;
}
.p-post-body {
  /* ボタン */
}
.p-post-body .wp-block-buttons .wp-block-button {
  margin-bottom: 1rem;
}
.p-post-body .wp-block-button__link {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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-color: #fff;
  border: 2px solid #A0A0A0;
  color: var(--color-green);
  font-family: var(--font-family-base);
  font-weight: 600;
  font-size: 1.4rem;
  padding: 1rem 1.6rem 1.3rem 1.6rem;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-post-body .wp-block-button__link:hover {
  background: var(--color-green);
  border-color: var(--color-green);
}
.p-post-body.container {
  max-width: 90rem;
}

/* 区切り線 */
.wp-block-separator {
  margin: 4rem 0;
  border: none !important;
  border-bottom: 1px solid #CDD6DD !important;
}

@media (max-width: 767px) {
  .p-post-body {
    /* 見出し */
  }
  .p-post-body h1, .p-post-body h2, .p-post-body h3, .p-post-body h4, .p-post-body h5 {
    margin-bottom: 1.4rem;
  }
  .p-post-body h1 {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  .p-post-body h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .p-post-body h3 {
    font-size: 1.6rem;
  }
  .p-post-body h4 {
    font-size: var(--font-size-base-sp);
  }
  .p-post-body h5 {
    font-size: var(--font-size-base-sp);
  }
  .p-post-body {
    /* 画像 */
  }
  .p-post-body .wp-block-image {
    margin-bottom: 2.4rem;
  }
  .p-post-body .wp-block-image.size-full {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .p-post-body .wp-block-image figcaption {
    font-size: 1.4rem;
    margin: 0.4rem 6% 0 6%;
  }
  .p-post-body {
    /* レイアウト */
  }
  .p-post-body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 12px 0 0 0;
  }
  .p-post-body .wp-block-media-text .wp-block-media-text__content {
    padding: 12px 0 0 0;
  }
}
.p-form .icon-required {
  font-style: normal;
  margin-left: 0.4rem;
}
.p-form .p-form__attention {
  text-align: right;
  font-size: 1.2rem;
}
.p-form .p-form__attention .icon-required {
  font-size: var(--font-size-base-pc);
}
.p-form .p-form__block {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-form .p-form__block.privacy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5.6rem;
}
.p-form .p-form__block.privacy a {
  text-decoration: underline;
}
.p-form .p-form__block.privacy .wpcf7-list-item-label {
  font-weight: var(--font-weight-semiBold);
}
.p-form .p-form__block.button {
  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;
  text-align: center;
  padding-top: 1.6rem;
}
.p-form .p-form__block .label {
  width: 30%;
  min-width: 24rem;
  font-weight: var(--font-weight-semiBold);
  margin-top: 1.2rem;
}
.p-form .p-form__block .control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7-form-control.wpcf7-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-list-item-label {
  margin-left: 0.8rem;
}

span.wpcf7-list-item {
  margin: 0;
}

.wpcf7 form .wpcf7-response-output,
div.wpcf7-response-output {
  border: none;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: initial;
}

.wpcf7 form .wpcf7-response-output {
  width: 100%;
  margin: 20px auto;
  color: #398f14;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  padding: 12px;
  border: none;
}

span.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip-no-ajax {
  margin-top: 0.6rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
div.wpcf7-validation-errors {
  color: #c00;
  font-weight: 700;
  border: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-mail-sent-ok {
  color: #365899;
  font-weight: 700;
  border: none;
}

.wpcf7-not-valid {
  border-color: #98A6B5;
}

.wpcf7 .c-button:disabled {
  opacity: 0.5;
  background-color: #999;
}

@media (max-width: 767px) {
  .p-form {
    font-size: var(--font-size-base-sp);
    width: 100%;
  }
  .p-form .p-form__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2.4rem;
  }
  .p-form .p-form__block .label {
    width: 100%;
    min-width: initial;
    margin-top: 0;
    margin-bottom: 0.6rem;
  }
  .p-form .p-form__block .control {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .p-form .p-form__block.privacy {
    margin-top: 4rem;
    margin-bottom: 1.6rem;
  }
  .p-form .p-form__block.button .c-button {
    width: 26rem;
  }
  .wpcf7 form .wpcf7-response-output {
    margin-top: 0 !important;
  }
}
.p-404 {
  text-align: center;
  padding-bottom: 16rem;
}

.p-404 h1 {
  line-height: 1;
  margin: 0 auto 8rem auto;
  font-family: var(--font-family-en);
  font-weight: 700;
}

.p-404 h1 span {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

.p-404 h1 span:first-of-type {
  font-size: 12rem;
  margin-bottom: 2rem;
  color: var(--color-green);
}

.p-404-content p {
  line-height: 2;
}

.p-404-back-navi {
  margin-top: 4rem;
}

.p-404-back-navi a {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767px) {
  .p-404 {
    padding-bottom: 10rem;
  }
  .p-404 h1 {
    margin: 0 auto 6.4rem auto;
  }
  .p-404 h1 span {
    font-size: 2rem;
  }
  .p-404 h1 span:first-of-type {
    font-size: 10rem;
    margin-bottom: 1rem;
  }
}
.p-contact-thanks {
  height: calc(100dvh - 50rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact-thanks h1 {
  font-size: 2.4rem;
  font-weight: var(--font-weight-medium);
  color: var(--main-color);
  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;
  gap: 1rem;
}
.p-contact-thanks h1::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url(../img/common/icon_milk.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (max-width: 767px) {
  .p-contact-thanks h1 {
    font-size: 1.8rem;
  }
  .p-contact-thanks h1::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.fadeIn {
  -webkit-transition: opacity 1s 0.1s, -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s 0.1s, -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s 0.1s, filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s 0.1s, filter 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

.fadeIn.inview {
  opacity: 1;
}

.fadeUpIn {
  -webkit-transition: opacity 1s 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 1s 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.fadeUpIn.inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.maskIn {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.maskIn.inview {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.blurIn {
  -webkit-animation-name: blurInAnime;
          animation-name: blurInAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

@-webkit-keyframes blurInAnime {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurInAnime {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes imgZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes imgZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.show-tablet-inline,
.show-tablet,
.show-mobile-inline,
.show-mobile {
  display: none;
}

.hide-tablet,
.hide-mobile {
  display: block;
}

.hide-tablet-inline,
.hide-mobile-inline {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 999px) {
  .show-tablet {
    display: block;
  }
  .show-tablet-inline {
    display: inline-block;
  }
  .hide-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
  .show-mobile-inline {
    display: inline-block;
  }
  .hide-mobile {
    display: none;
  }
  .hide-mobile-inline {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */