@charset "UTF-8";
/* =========================================================
reset
========================================================= */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* =========================================================
base
========================================================= */
html, body {
  overflow-x: clip;
  overscroll-behavior-x: none;
  width: 100%;
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  min-height: 100dvh;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
  -webkit-tap-highlight-color: transparent;
}

p {
  color: #000;
  margin: 0;
  padding: 0;
}

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

figure {
  margin: 0;
  padding: 0;
}

dl, dt, dd, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp-show {
    display: none;
  }
}


/* =========================================================
LP
========================================================= */
body {
  background-color: #000;
  background-image: url(../images/bg-red.webp);
  background-position: center top;
  background-size: 100% auto;
}

.l-main {
  width: 100%;
}

.p-lp-section {
  width: 100%;
  padding-block: clamp(8px, 2vw, 15px);
}

.p-lp-hero {
  padding-block: 0;
}

.p-lp-news,
.p-lp-mission {
  padding-block: clamp(4px, 1vw, 10px);
}

.p-lp-sns,
.p-lp-map,
.p-lp-company,
.p-lp-footer {
  padding-block: clamp(8px, 2vw, 15px);
}

.p-lp-inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.p-lp-figure img {
  box-shadow: 0px 5px 5px #000;
  display: block;
  width: 100%;
  height: auto;
}

.p-lp-news > .p-lp-inner > .p-lp-figure + .p-lp-figure,
.p-lp-news_slider + .p-lp-figure {
  margin-top: clamp(7px, 1vw, 10px);
}

.p-lp-sns .p-lp-inner,
.p-lp-company .p-lp-inner,
.p-lp-map .p-lp-inner {
  background-color: rgba(0,0,0,.5);
  border-top: 6px double #ac7b2e;
  border-bottom: 6px double #ac7b2e;
  box-shadow: 0px 5px 5px #000;
  margin: auto;
}

.p-lp-sns {
  text-align: center;
}

.p-lp-sns_title {  
   background: linear-gradient(180deg, #fffdf5 0%, #ffe8a3 28%, #e6bb58 55%, #f1b35b 78%, #fff6d8 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   color: transparent;
   display: inline-block;
  padding: clamp(18px, 4vw, 32px) 16px 0;
  font-size: clamp(13px, 7.03125vw, 54px);
  font-weight: 900;
  line-height: 1.1;
}

.p-lp-sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 5vw, 48px);
  padding: clamp(20px, 5vw, 40px) 16px;
}

.p-lp-sns_list img {
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 5px;
  width: clamp(42px, 10.416vw, 80px);
  height: auto;
  margin: auto;
  transition: .4s;
}

.p-lp-sns_list span {
  display: block;
  color: #fff;
  margin-top: 6px;
  font-size: clamp(13px, 2.4vw, 16px);
  font-weight: 700;
}

.p-lp-sns_list a:hover img {
    opacity: .5;
}

.p-lp-sns_list a:hover span {
    text-decoration: underline;
}

.p-lp-map .p-lp-inner {
  padding: 0 16px;
}

.p-lp-map_frame {
  position: relative;
  width: 100%;
  aspect-ratio: 768 / 450;
}

.p-lp-map_frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-lp-company {
  padding-bottom: clamp(80px, 14vw, 120px);
}

.p-lp-company .p-lp-inner {
  padding: clamp(24px, 5vw, 45px);
}

.p-lp-company_title {
  color: #fff;
  margin-bottom: 18px;
  font-size: clamp(18px, 4vw, 28px);
  font-weight: 900;
  text-align: center;
}

.p-lp-company_list {
  border-top: 1px solid #ddd;
}

.p-lp-company_list > div {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  font-size: clamp(13px, 2.4vw, 16px);
}

.p-lp-company_list dt { 
  color: #fff;
  font-weight: 700;
}

.p-lp-company_list dd { 
  color: #fff;
}

.p-lp-footer {
  background: #111;
  padding:
    clamp(24px, 5vw, 40px) 16px
    clamp(40px, 7vw, 60px);
}

.p-lp-footer_text {
  color: #fff;
  font-size: clamp(13px, 2vw, 14px);
  line-height: 1.9;
  text-align: center;
  word-break: break-all;
}

.p-lp-footer_text a {
  color: #d9b95b;
  text-decoration: underline;
}

.p-lp-footer_copy {
  margin-top: 24px;
  color: #fff;
  font-size: clamp(13px, 2vw, 14px);
  text-align: center;
}

.p-lp-fixed {
  position: fixed;
  right: 3vw;
  bottom: 16px;
  z-index: 100;
}

.p-lp-fixed a {
  display: grid;
  place-items: center;
  width: clamp(82px, 18vw, 120px);
  height: clamp(82px, 18vw, 120px);
  border-radius: 50%;
  background: #e60012;
  color: #fff;
  font-size: clamp(13px, 3vw, 20px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.p-lp-news_slider {
  position: relative;
  overflow: hidden;
}

.p-lp-news_slider--track {
  display: flex;
  transition: transform .5s ease;
}

.p-lp-news_slider--item {
  flex: 0 0 100%;
  margin: 0;
}

.p-lp-news_slider--button {
  background: rgba(0, 0, 0, .75);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: clamp(34px, 7vw, 44px);
  width: clamp(34px, 7vw, 44px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.p-lp-news_slider--button::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.p-lp-news_slider--button.prev {
  left: 10px;
}

.p-lp-news_slider--button.prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.p-lp-news_slider--button.next {
  right: 10px;
}

.p-lp-news_slider--button.next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.p-lp-news_slider--dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.p-lp-news_slider--dots button {
  background: #ccc;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  width: 10px;
  padding: 0;
}

.p-lp-news_slider--dots button.is-active {
  background: #ac7b2e;
}
