@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --content_width: 132rem;
  --content-both_space: 6rem;
  --header_height: 3rem;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/* -------------------------------------------*/
/* -------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  overflow: auto;
}

body {
  height: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  color: #000;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

picture {
  display: block;
  line-height: 0;
}

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

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  border: none;
  border: none;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}
/* -------------------------------------------*/
/*underline*/
/*arrow-fade*/
@keyframes arrow-fade {
  0% {
    transform: translateX(0);
  }
  49% {
    transform: translateX(15px);
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* fade */
.js-fade__view {
  display: block;
  opacity: 0;
  transform: translateY(50px);
  transition: 1500ms;
}
.js-fade__view--delay1 {
  transition-delay: 100ms;
}
.js-fade__view--delay2 {
  transition-delay: 300ms;
}

.is-fade__view.js-fade__view {
  opacity: 1;
  transform: translateY(0);
}

.js-fade__down {
  opacity: 0;
  transform: translateY(-50px);
  transition: 800ms;
}
.js-fade__down--delay1 {
  transition-delay: 100ms;
}
.js-fade__down--delay2 {
  transition-delay: 300ms;
}

.is-fade__down.js-fade__down {
  opacity: 1;
  transform: translateY(0);
}

/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  position: relative;
  border: none;
  border: none;
  width: 100%;
  padding: 5px 18px;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  position: relative;
  border: none;
  border: none;
  width: 100%;
  height: 230px;
  padding: 5px 18px;
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
  letter-spacing: 0.06em;
}

::-moz-placeholder {
  color: #aaaaaa;
  font-weight: 500;
}

::placeholder {
  color: #aaaaaa;
  font-weight: 500;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #363636;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #363636;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 40px;
  transition: 0.5;
  transition-property: color;
  cursor: pointer;
}

input[type=radio] + .mwform-radio-field-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.5s ease;
  z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  display: none;
  vertical-align: middle;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 35px;
  line-height: 1;
  transition: 0.5;
  transition-property: color;
  cursor: pointer;
}

input[type=checkbox] + label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: #fff;
  border: 2px #818181 solid;
  box-sizing: border-box;
  z-index: 2;
}

input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 5px;
  border-left: 3px solid #363636;
  border-bottom: 3px solid #363636;
  transform: rotate(-45deg);
  transition: 0.5s;
  transition-property: color;
  opacity: 0;
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/**
 * tel(column)
 *
 */
.mwform-tel-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.mwform-tel-field > input {
  flex: 1;
  width: 100% !important;
}

/**
 * select
 *
 */
.select-parts {
  position: relative;
  width: 100%;
  border: 1px #363636 solid;
  border-radius: 5px;
  overflow: hidden;
}
.select-parts::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  margin-top: 2px;
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  pointer-events: none;
  z-index: 5;
}
.select-parts select {
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 20px 0 15px;
  background: #fbefe3;
  color: #7f7f7f;
  font-size: 2rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: center;
}

/**
 * file
 *
 */
input[type=file] + label {
  width: 160px;
  margin: 0 10px 0 0;
  padding: 15px 0;
}
input[type=file] + label:after {
  left: 170px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  width: 100%;
}
.l-footer__inner {
  padding: 11rem 0;
}
.l-footer__sns {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.l-footer__sns-link {
  display: block;
  width: 4.4rem;
  padding: 1rem;
}
.l-footer__sns-link img {
  width: 100%;
  height: auto;
}
.l-footer__bottom {
  display: block;
  position: relative;
  padding: 1.3rem 4rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: right;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header__inner {
  position: relative;
}
.l-header__logo {
  z-index: 10;
}
.l-header__logo-link {
  display: flex;
  position: relative;
}
.l-header__logo-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  text-align: center;
}
.l-header__logo-amp {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  z-index: 1;
}
.l-header__btn {
  position: absolute;
  top: 0;
  right: 3rem;
  right: var(--header_height);
  width: 24rem;
  height: 3rem;
  z-index: 1;
}
.l-header__btn-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.l-header__trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border-left: 1px solid #000;
  transform: 0.3s;
}
.l-header__trigger.is-active {
  background-color: #000;
}
.l-header__trigger-inner {
  display: inline-block;
  position: relative;
  width: 1.6rem;
  height: 1.3rem;
  transition: all 0.4s;
}
.l-header__trigger-line {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}
.l-header__trigger-line.is-active {
  background-color: #fff;
}
.l-header__trigger-line:nth-of-type(1) {
  top: 0;
}
.l-header__trigger-line:nth-of-type(1).is-active {
  transform: translateY(6px) rotate(45deg);
}
.l-header__trigger-line:nth-of-type(2) {
  top: 6px;
}
.l-header__trigger-line:nth-of-type(2).is-active {
  display: none;
}
.l-header__trigger-line:nth-of-type(3) {
  bottom: 0;
}
.l-header__trigger-line:nth-of-type(3).is-active {
  transform: translateY(-6px) rotate(-45deg);
}

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

body {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.l-wrapper {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0 3rem;
  padding: 0 var(--header_height);
}

.l-main {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  margin-top: var(--header_height);
  padding: 0 6rem;
  padding: 0 var(--content-both_space);
  overflow: hidden;
}
.l-main__inner {
  position: relative;
  max-width: 132rem;
  max-width: var(--content_width);
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.l-main--404 .l-main__inner, .l-main--error .l-main__inner {
  padding: 120px 0;
}
.l-main--404 .c-button, .l-main--error .c-button {
  margin: 40px auto 0;
}

.no-link {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
.no-link--ba {
  pointer-events: none !important;
}
.no-link--ba::before, .no-link--ba::after {
  opacity: 0.4 !important;
  pointer-events: none !important;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-navi {
  position: relative;
  z-index: 100;
}
.l-navi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background-color: #fff;
}
.l-navi__menu {
  display: flex;
  justify-content: center;
  gap: 0 6rem;
}
.l-navi__menu-link {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.l-navi__menu-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 1px;
  background-color: #000;
  transition: 0.5s;
}
.l-navi__sns {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.l-navi__sns-link {
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
}
.l-navi__child-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  min-height: 15rem;
  flex: 1;
  margin: 2rem calc(50% - 50vw) 0;
  padding-bottom: 5rem;
  background-color: #000;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn {
  position: relative;
}
.c-btn::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: 0 calc(50% - 50vw) 0 0;
  border-bottom: 1px dashed #000;
}
.c-btn__link {
  display: block;
  position: relative;
  padding: 1.8rem 2rem;
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.c-btn__link::after {
  content: "";
  display: inline-block;
  position: relative;
  right: 0;
  width: 1.2rem;
  aspect-ratio: 12/5;
  margin-left: 1.8rem;
  background: url(../img/common/arrow_sim.svg) no-repeat top center/contain;
  z-index: 1;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-head__top {
  display: flex;
  align-items: center;
}
.c-head__catch {
  font-family: "Barlow", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-head__ttl {
  margin: 0.5em 0 0 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-head__msg {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 3.75;
}
.c-head__lampo {
  margin-top: 7rem;
}
.c-head__lampo dt img {
  height: 6rem;
}
.c-head__lampo dd {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-news {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-news__wrap {
  width: 100%;
  max-width: 79rem;
}
.c-news__wrap:nth-child(odd) {
  margin-right: 4rem;
}
.c-news__wrap:nth-child(even) {
  margin-left: 4rem;
}
.c-news__wrap:not(:first-child) {
  margin-top: 7rem;
}
.c-news__time {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.c-news__ttl {
  position: relative;
  margin-top: 1.5rem;
  padding: 4rem 5.5rem;
  border: 1px solid #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
.c-news__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  width: 3rem;
  height: 0.5rem;
  transform: translate(0, -50%);
  background-color: #fff;
  z-index: 1;
}
.c-news__ttl::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 30%;
  transform: skew(-45deg);
  height: 3rem;
  width: 3rem;
  border-right: 1px solid #000;
  background-color: #fff;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pager__list-item {
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}
.c-pager__list-item:not(:first-child)::before {
  content: "/";
  display: inline-block;
  margin: 0;
}
.c-pager__list-item.is-current {
  opacity: 0.6;
  pointer-events: none;
}
.c-pager__list-link {
  padding: 1rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-pv {
  display: flex;
  align-items: center;
  position: relative;
  height: 82vh;
  margin-bottom: 18vh;
}
.c-pv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% + 6rem + 3rem * 2);
  width: calc(100% + var(--content-both_space) + var(--header_height) * 2);
  margin: 0 auto;
  background-color: #000;
  z-index: 1;
}
.c-pv__head {
  flex: 1;
  padding: 10% 0 0 5%;
}
.c-pv__top {
  display: flex;
  align-items: center;
}
.c-pv__catch {
  font-family: "Barlow", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-pv__ttl {
  margin: 0.5em 0 0 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-pv__msg {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 3.75;
}
.c-pv__img {
  width: calc(50% + 6rem);
  width: calc(50% + var(--content-both_space));
  height: 100%;
  margin: 0 calc(-1 * 6rem) 0 0;
  margin: 0 calc(-1 * var(--content-both_space)) 0 0;
}
.c-pv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-about-primary {
  display: flex;
  gap: 12rem;
}
.p-about-primary__read {
  width: 50%;
}
.p-about-primary__img {
  width: calc(100% + 11rem);
  margin: 6rem 0 0 -11rem;
}
.p-about-primary__img img {
  width: 100%;
  height: auto;
}
.p-about-primary__body {
  flex: 1;
  padding-top: 7rem;
}
.p-about-primary__item {
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
}
.p-about-primary__item:not(:first-child) {
  border-top: 1px dashed #000;
}
.p-about-primary__item dt {
  width: 10rem;
  padding: 0 1.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-about-primary__item dd {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.p-about-primary__ig {
  margin-top: 8rem;
}

.p-about-secondary {
  margin-top: 16rem;
  margin-bottom: 5rem;
}
.p-about-secondary__inner:not(:first-child) {
  position: relative;
  margin-top: 16rem;
  padding-top: 16rem;
}
.p-about-secondary__inner:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background-color: #000;
}
.p-about-secondary__wrap {
  display: flex;
  gap: 20%;
}
.p-about-secondary__wrap:not(:first-child) {
  margin-top: 16rem;
}
.p-about-secondary__head {
  flex: 1;
}
.p-about-secondary__view {
  width: 45%;
}
.p-about-secondary__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-secondary__btns {
  margin: 4rem calc(50% - 50vw) 0 0;
}
.p-about-secondary__btn:not(:first-child) {
  margin-top: 3.8rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-contact .c-pv {
  margin-bottom: 0;
}
.p-contact__tel {
  position: relative;
  padding: 9rem 0 8rem;
  text-align: center;
}
.p-contact__tel::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  margin: 0 auto;
  background-color: #000;
  z-index: 1;
}
.p-contact__tel-link {
  position: relative;
  padding-top: 3.2rem;
  font-family: "Barlow", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-contact__tel-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2rem;
  aspect-ratio: 1/1;
  background: url(../img/common/ic_tel.svg) no-repeat top center/contain;
  z-index: 1;
}
.p-contact__body {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0 0;
}
.p-contact__list {
  position: relative;
  padding-top: 7rem;
}
.p-contact__list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2rem;
  aspect-ratio: 20/16;
  background: url(../img/common/ic_mail.svg) no-repeat top center/contain;
  z-index: 1;
}
.p-contact__item:not(:first-child) {
  margin-top: 5rem;
}
.p-contact__btn {
  width: 48vw;
  margin: 7rem calc(50% - 50vw) 0 auto;
}
.p-contact__btn p {
  line-height: 1;
}
.p-contact__btn .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
}
.p-contact__btn input {
  width: 100%;
  height: 100%;
  background: url(../img/common/arrow_sim.svg) no-repeat center left 9rem/1.2rem 0.5rem;
  color: #000;
  text-align: left;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-news__pager {
  margin-top: 6rem;
}

.p-news-primary {
  margin-top: 22rem;
  padding-bottom: 3rem;
}
.p-news-primary__inner {
  margin-top: 15rem;
}

/* -------------------------------------------*/
.p-page .l-main__inner {
  padding: 20rem 0 0;
}
.p-page__ttl {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
.p-page__msg {
  margin-top: 1rem;
  font-size: 1.6rem;
  text-align: center;
}
.p-page .c-btn {
  margin: 6rem auto 0;
  max-width: 360px;
  width: 100%;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-reform-primary {
  margin-top: 16rem;
  margin-bottom: 5rem;
}
.p-reform-primary__inner:not(:first-child) {
  margin-top: 16rem;
  padding-top: 16rem;
  border-top: 1px solid #000;
}
.p-reform-primary__wrap {
  display: flex;
  gap: 20%;
}
.p-reform-primary__wrap:not(:first-child) {
  margin-top: 16rem;
}
.p-reform-primary__head {
  flex: 1;
}
.p-reform-primary__view {
  width: 45%;
}
.p-reform-primary__btns {
  margin-top: 4rem;
}
.p-reform-primary__btn:not(:first-child) {
  margin-top: 3.8rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-shop-pv {
  position: relative;
  height: 82vh;
  margin: 0 calc(-1 * 6rem) 18vh;
  margin: 0 calc(-1 * var(--content-both_space)) 18vh;
  z-index: -1;
}
.p-shop-pv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-shop-pv__ttl img {
  max-width: inherit;
  width: auto;
  height: 12.4rem;
  filter: brightness(0) invert(1);
}
.p-shop-pv__img {
  width: 100%;
  height: 100%;
}
.p-shop-pv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-shop-lead__msg {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.6em;
  text-align: center;
  line-height: 3;
}
.p-shop-lead__msg img {
  display: block;
  height: 13.3rem;
  margin-top: 10rem;
}
.p-shop-lead__imgs {
  display: grid;
  grid-gap: 3rem 4rem;
  gap: 3rem 4rem;
  margin-top: 8rem;
}
.p-shop-lead__img:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/3;
}
.p-shop-lead__img:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
  width: calc(100% + 11rem);
  margin: 0 0 9rem -11rem;
}
.p-shop-lead__img:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
  width: calc(100% + 11rem);
  margin: 9rem -11rem 0 0;
}
.p-shop-lead__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-shop-primary {
  margin-top: 21.5rem;
}
.p-shop-primary__inner:not(:first-child) {
  margin-top: 16rem;
  padding-top: 16rem;
  border-top: 1px solid #000;
}
.p-shop-primary__wrap {
  display: flex;
  gap: 20%;
}
.p-shop-primary__head {
  flex: 1;
}
.p-shop-primary__view {
  width: 42%;
  margin-top: 8rem;
}
.p-shop-primary__btns {
  margin: 5.5rem calc(50% - 50vw) 0 0;
}
.p-shop-primary__btn:not(:first-child) {
  margin-top: 3.8rem;
}
.p-shop-primary__lampo {
  margin-top: 10rem;
}
.p-shop-primary__lampo img {
  height: 4.3rem;
}
.p-shop-primary__gmap {
  width: 100vw;
  height: 55rem;
  margin: 12rem calc(50% - 50vw + 3rem) 0;
  margin: 12rem calc(50% - 50vw + var(--header_height)) 0;
}
.p-shop-primary__gmap iframe {
  width: 100%;
  height: 100%;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-top-mv {
  margin-top: 20rem;
}
.p-top-mv__ttl {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.625;
}
.p-top-mv__ttl span {
  display: inline-block;
  border-bottom: 1px solid #000;
  line-height: 2;
}
.p-top-mv__imgs {
  display: grid;
  grid-template-columns: 1fr 30%;
  grid-gap: 0.7rem 4.3rem;
  gap: 0.7rem 4.3rem;
  margin-top: 9rem;
}
.p-top-mv__img:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/2;
}
.p-top-mv__img:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.p-top-mv__img:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
.p-top-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  margin-top: 10rem;
}
.p-top-grid::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background-color: #000;
}
.p-top-grid > section {
  padding: 1.5rem 6rem 12rem;
}
.p-top-grid > section:not(:first-child) {
  border-left: 1px solid #000;
}
.p-top-grid__btn {
  margin-top: 6rem;
}
.p-top-grid__btn::before {
  width: calc(100% + 6rem);
}
.p-top-grid__body {
  margin-top: 12rem;
}

.p-top-news {
  padding: 12rem 0 3rem;
}

.p-top-insta {
  position: relative;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
}
.p-top-insta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  border-bottom: 1px solid #000;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-mask--c-black {
  filter: brightness(0);
}

.u-mask--c-white {
  filter: brightness(0) invert(1);
}

.u-con--md {
  max-width: 132rem;
  max-width: var(--content_width);
  margin-right: auto;
  margin-left: auto;
}

.u-con--lg {
  max-width: 90%;
  margin: 0 auto;
}

.u-c-white {
  color: #fff;
}

.u-c--b-white {
  color: #fff;
}

.u-z-1 {
  z-index: -1;
}

.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z10 {
  z-index: 10;
}

.u-z50 {
  z-index: 50;
}

.u-z100 {
  z-index: 100;
}

.u-z999 {
  z-index: 999;
}

@media screen and (max-width: 1000px) {
  :root {
    --content_width: 700px;
    --content-both_space: 2rem;
    --header_height: 3rem;
  }
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    padding: 10px;
  }
  textarea {
    height: 170px;
  }
  input[type=radio] + .mwform-radio-field-text {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  input[type=radio] + .mwform-radio-field-text::before {
    width: 15px;
    height: 15px;
  }
  input[type=radio] + .mwform-radio-field-text::after {
    content: "";
    left: 3px;
    width: 9px;
    height: 9px;
  }
  input[type=checkbox] + label {
    padding-left: 30px;
  }
  .select-parts select {
    font-size: 15rem;
  }
  html {
    font-size: 52%;
  }
  body {
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
  }
  body.is-open::before {
    opacity: 1;
    visibility: visible;
  }
  body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transition-property: "opacity visibility";
    z-index: 50;
  }
  .l-main--404 .l-main__inner, .l-main--error .l-main__inner {
    padding: 80px 15px;
  }
  .l-main--404 .c-button, .l-main--error .c-button {
    margin-top: 30px;
  }
  .c-news__ttl {
    padding: 2.5rem 3rem;
    font-size: 1.5rem;
  }
  .c-pv {
    height: 450px;
    margin-bottom: 10rem;
  }
  .p-about-primary {
    gap: 6rem;
  }
  .p-about-primary__read {
    width: 48%;
  }
  .p-about-secondary__wrap {
    gap: 6rem;
  }
  .p-page .l-main__inner {
    padding: 8rem 1.5rem 0;
  }
  .p-page .c-btn {
    margin-top: 3rem;
  }
  .p-reform-primary__wrap {
    gap: 6rem;
  }
  .p-shop-pv {
    height: 500px;
    margin-bottom: 10rem;
  }
  .p-shop-primary__wrap {
    gap: 6rem;
  }
  .p-top-grid > section {
    padding: 1.5rem 3rem 12rem;
  }
  .u-pc {
    display: none;
  }
}

@media screen and (max-width: 667px) {
  :root {
    --content_width: 420px;
    --content-both_space: 2rem;
    --header_height: 5rem;
  }
  .l-footer__bottom {
    padding: 0.7rem 1rem;
    text-align: left;
  }
  .l-header__inner {
    display: flex;
    align-items: center;
    height: 3rem;
    height: var(--header_height);
    padding: 0 2rem;
    border-bottom: 1px solid #000;
  }
  .l-header__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    background-color: #fff;
  }
  .l-header__logo {
    display: flex;
    align-items: center;
  }
  .l-header__logo-txt {
    font-size: 1.5rem;
  }
  .l-header__logo-txt img {
    height: 1.6rem;
  }
  .l-header__logo-amp {
    margin: 0 1.7rem;
  }
  .l-header__btn {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    width: 50%;
  }
  .l-header__btn-link {
    font-size: 1.5rem;
  }
  html {
    font-size: 62.5%;
  }
  .l-wrapper {
    padding: 0;
  }
  .l-navi {
    display: none;
    position: fixed;
    top: 5rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  .l-navi__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8.5rem 0 0;
    overflow: auto;
  }
  .l-navi__menu {
    flex-direction: column;
    gap: 2rem;
  }
  .l-navi__menu-link {
    font-size: 1.5rem;
  }
  .l-navi__menu-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    padding-top: 8rem;
  }
  .l-navi__menu-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    background-color: #fff;
  }
  .c-head__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-head__ttl {
    margin: 1rem 0 0 0;
  }
  .c-head__msg {
    font-size: 1.5rem;
    line-height: 3;
  }
  .c-head__lampo {
    margin-top: 5rem;
  }
  .c-head__lampo dt img {
    height: 5rem;
  }
  .c-news__wrap:nth-child(odd) {
    margin-right: 2rem;
  }
  .c-news__wrap:nth-child(even) {
    margin-left: 2rem;
  }
  .c-news__ttl::after {
    height: 2rem;
    width: 2rem;
  }
  .c-pv {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 4rem 0 0;
  }
  .c-pv__head {
    padding: 0;
  }
  .c-pv__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-pv__ttl {
    margin-left: 0;
  }
  .c-pv__msg {
    font-size: 1.5rem;
    line-height: 3;
  }
  .c-pv__img {
    width: 100vw;
    margin: 4rem calc(50% - 50vw) 0;
  }
  .p-about-primary {
    flex-direction: column;
    gap: 4rem;
  }
  .p-about-primary__read {
    width: 100%;
  }
  .p-about-primary__img {
    width: calc(100% + 2rem);
    margin: 4rem 0 0 calc(50% - 50vw);
  }
  .p-about-primary__body {
    padding: 0;
  }
  .p-about-primary__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-about-primary__item dt {
    width: 100%;
    padding: 0;
  }
  .p-about-primary__item dd {
    margin-top: 1.2rem;
  }
  .p-about-primary__ig {
    margin-top: 6rem;
  }
  .p-about-secondary {
    margin-top: 14rem;
    margin-bottom: 3rem;
  }
  .p-about-secondary__inner:not(:first-child) {
    margin-top: 8rem;
    padding-top: 8rem;
  }
  .p-about-secondary__wrap {
    flex-direction: column;
    gap: 5rem;
  }
  .p-about-secondary__wrap:not(:first-child) {
    margin-top: 12rem;
  }
  .p-about-secondary__view {
    width: 100%;
  }
  .p-about-secondary__img {
    width: calc(100% + 2rem);
    margin: 0 0 0 calc(50% - 50vw);
  }
  .p-contact__btn {
    width: 60vw;
  }
  .p-news-primary {
    margin-top: 10rem;
  }
  .p-news-primary__inner {
    margin-top: 10rem;
  }
  .p-reform-primary {
    margin-top: 14rem;
    margin-bottom: 3rem;
  }
  .p-reform-primary__inner:not(:first-child) {
    margin-top: 8rem;
    padding-top: 8rem;
  }
  .p-reform-primary__wrap {
    flex-direction: column;
    gap: 5rem;
  }
  .p-reform-primary__wrap:not(:first-child) {
    margin-top: 12rem;
  }
  .p-reform-primary__view {
    width: 100%;
  }
  .p-reform-primary__img {
    width: calc(100% + 2rem);
    margin: 0 0 0 calc(50% - 50vw);
  }
  .p-shop-pv__ttl img {
    height: 8rem;
  }
  .p-shop-lead__msg {
    font-size: 1.6rem;
    letter-spacing: 0.4em;
  }
  .p-shop-lead__msg img {
    height: 10rem;
    margin-top: 7rem;
  }
  .p-shop-lead__imgs {
    gap: 1rem;
    margin: 8rem calc(50% - 50vw) 0;
  }
  .p-shop-lead__img:nth-child(2) {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .p-shop-lead__img:nth-child(3) {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  .p-shop-primary {
    margin-top: 12rem;
  }
  .p-shop-primary__inner:not(:first-child) {
    margin-top: 8rem;
    padding-top: 8rem;
  }
  .p-shop-primary__wrap {
    flex-direction: column;
    gap: 8rem;
  }
  .p-shop-primary__view {
    width: 100%;
    margin-top: 0;
  }
  .p-shop-primary__lampo {
    margin-top: 6rem;
  }
  .p-shop-primary__lampo img {
    height: 3.8rem;
  }
  .p-shop-primary__gmap {
    height: 30rem;
  }
  .p-top-mv {
    margin-top: 4rem;
  }
  .p-top-mv__ttl {
    font-size: 1.8rem;
  }
  .p-top-mv__imgs {
    grid-template-columns: 1fr 50%;
    gap: 0.5rem 1rem;
    margin-top: 5rem;
  }
  .p-top-mv__img:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .p-top-mv__img:nth-child(2) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-top-mv__img:nth-child(3) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .p-top-grid {
    padding-bottom: 8rem;
  }
  .p-top-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 12rem;
  }
  .p-top-grid > section {
    padding: 0;
  }
  .p-top-grid > section:not(:first-child) {
    position: relative;
    border-left: 0;
    padding-top: 8rem;
    margin-top: 8rem;
  }
  .p-top-grid > section:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 1px;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    background-color: #000;
  }
  .p-top-grid__btn {
    margin-top: 5rem;
  }
  .p-top-grid__btn::before {
    width: 100vw;
  }
  .p-top-grid__body {
    margin-top: 8rem;
  }
  .p-top-news {
    padding: 10rem 0 3rem;
  }
  .p-top-insta {
    padding: 6rem 0;
  }
  .u-pt {
    display: none !important;
  }
}

@media all and (-ms-high-contrast: none) {
  html,
  body {
    display: none;
  }
}

@media not all and (max-width: 667px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-footer__bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 1px;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    background-color: #000;
  }
  .l-header__inner::before, .l-header__inner::after {
    content: "";
    position: absolute;
    top: calc(-1 * 3rem);
    top: calc(-1 * var(--header_height));
    width: 3rem;
    width: var(--header_height);
    height: 100vh;
    z-index: 100;
  }
  .l-header__inner::before {
    left: 0;
    border-right: solid 1px #000;
  }
  .l-header__inner::after {
    right: 0;
    border-left: solid 1px #000;
  }
  .l-header__logo {
    position: absolute;
    top: 0;
    left: 3rem;
    left: var(--header_height);
  }
  .l-header__logo-txt {
    width: 20rem;
    height: 12rem;
    border: 1px solid #000;
    border-left: 0;
    border-top: 0;
    background-color: #fff;
  }
  .l-header__logo-amp {
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .l-header__trigger {
    display: none;
  }
  .l-navi {
    height: 3rem;
    height: var(--header_height);
  }
  .l-navi::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 1px;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    background-color: #000;
  }
  .l-navi__menu-child {
    display: none;
  }
  .p-about-secondary__wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-about-secondary__wrap:nth-child(even) .p-about-secondary__img {
    margin: 0 0 0 -11rem;
  }
  .p-about-secondary__img {
    width: calc(100% + 11rem);
    margin: 0 -11rem 0 0;
  }
  .p-reform-primary__wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-reform-primary__wrap:nth-child(even) .p-about-secondary__img {
    margin: 0 0 0 -11rem;
  }
  .p-reform-primary__img {
    width: calc(100% + 11rem);
    margin: 0 -11rem 0 0;
  }
  .p-shop-primary__wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-shop-primary__wrap:not(:first-child) {
    margin-top: 16rem;
  }
  .u-sp {
    display: none !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__sns-link {
    transition: 0.5s;
    transition-property: opacity;
  }
  .l-footer__sns-link:hover {
    opacity: 0.8;
  }
  .l-header__logo-link {
    transition: 0.5s;
    transition-property: opacity;
  }
  .l-header__logo-link:hover {
    opacity: 0.6;
  }
  .l-header__btn-link {
    transition: 0.5s;
    transition-property: opacity;
  }
  .l-header__btn-link:hover {
    opacity: 0.7;
  }
  .l-navi__menu-link {
    transition: 0.5s;
    transition-property: opacity;
  }
  .l-navi__menu-link:hover {
    opacity: 0.8;
  }
  .l-navi__menu-link:hover::before {
    width: 110%;
  }
  .c-btn__link {
    transition: 0.5s;
    transition-property: opacity;
  }
  .c-btn__link::after {
    transition: 0.5s;
    transition-property: transform;
  }
  .c-btn__link:hover {
    opacity: 0.6;
  }
  .c-btn__link:hover::after {
    transform: translate(5px, 0);
  }
  .c-pager__list-item {
    transition: 0.5s;
    transition-property: opacity;
  }
  .c-pager__list-item:hover {
    opacity: 0.6;
  }
  .p-contact__btn input {
    transition: 0.5s;
    transition-property: background-position;
  }
  .p-contact__btn input:hover {
    background-position: center left 10rem;
  }
}

@media not all and (max-width: 1000px) {
  .l-header__inner::before, .l-header__inner::after {
    height: 100vh;
  }
  .l-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .u-st {
    display: none !important;
  }
}

@media not all and (max-width: 1600px) {
  html {
    font-size: 70%;
  }
}
/*# sourceMappingURL=maps/style.css.map */
