@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Oxygen, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 2 */
  line-height: 1.15; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*----------------------------------------
サイト共通 スタイルシート
----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #fff;
  background-color: #000;
}

main {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 6rem;
  }
}

.inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

@media screen and (min-width: 769px) {
  p {
    text-align: justify;
  }
}

a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

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

address {
  font-style: normal;
}

.disabled {
  display: initial;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
li {
  list-style: none;
}

.bg {
  background-color: #1c1c1c;
}

.title01 {
  text-align: center;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .title01 {
    padding-bottom: 2.5rem;
  }
}
.title01 .titleJa {
  font-size: 3rem;
  color: #aea597;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .title01 .titleJa {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
}
.title01 .titleEn {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .title01 .titleEn {
    font-size: 1.8rem;
  }
}

.title02 {
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .title02 {
    font-size: 2rem;
  }
}

.title03 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .title03 {
    font-size: 1.8rem;
  }
}

.title {
  text-align: center;
}
.title span {
  display: inline-block;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.05rem;
  text-align: center;
  position: relative;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .title span {
    font-size: 2.8rem;
    padding-bottom: 0.8rem;
  }
}
.title span::after {
  width: 100%;
  content: "";
  height: 8px;
  background-image: repeating-linear-gradient(90deg, transparent 0 6px, #b3ecff 6px 9px);
  transform: skew(-45deg);
  position: absolute;
  left: -6px;
  bottom: 0;
}

.sentence {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .sentence {
    line-height: 1.5;
  }
}

/* ヘッダー
---------------------------------------------- */
#header {
  width: 100%;
  position: fixed;
  z-index: 10000;
  width: 100%;
  background-color: #000;
  height: 8rem;
  top: 0;
  left: 0;
  box-shadow: 0 0.2rem 1rem rgba(174, 165, 151, 0.5);
}
@media screen and (max-width: 768px) {
  #header {
    height: 6rem;
  }
}
#header #headerInner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
  padding: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  #header #headerInner {
    height: 6rem;
    padding: 0 0 0 1.6rem;
  }
}
#header #headerInner #headerLogo {
  margin-right: 1%;
}
@media screen and (max-width: 768px) {
  #header #headerInner #headerLogo {
    max-width: 11rem;
  }
}
#header #headerInner #menuBtn {
  position: absolute;
  top: 1.9rem;
  right: 1.6rem;
  width: 30px;
  height: 22px;
}
@media screen and (max-width: 1023px) {
  #header #headerInner #menuBtn.pcNone {
    display: block;
  }
}
#header #headerInner #menuBtn a {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  display: block;
}
#header #headerInner #menuBtn a span {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #aea597;
  transition: all 0.4s;
  right: 0;
}
#header #headerInner #menuBtn a span:first-child {
  top: 0;
}
#header #headerInner #menuBtn a span:nth-child(2) {
  top: 1rem;
}
#header #headerInner #menuBtn a span:last-child {
  top: 2rem;
}
#header #headerInner #menuBtn .open span:first-child {
  transform: translateY(10px) rotate(-40deg);
}
#header #headerInner #menuBtn .open span:nth-child(2) {
  opacity: 0;
}
#header #headerInner #menuBtn .open span:last-child {
  transform: translateY(-10px) rotate(40deg);
}
@media screen and (max-width: 1023px) {
  #header #headerInner #mainMenu {
    position: fixed;
    display: none;
    width: 100%;
    top: 6rem;
    left: 0;
    background-color: #000;
    overflow-y: scroll;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1024px) {
  #header #headerInner #mainMenu #mainMenuWrap {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  #header #headerInner #mainMenu #mainMenuWrap #menuList {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1023px) {
  #header #headerInner #mainMenu #mainMenuWrap #menuList {
    padding: 0 1.6rem;
  }
}
#header #headerInner #mainMenu #mainMenuWrap #menuList li {
  position: relative;
}
@media screen and (max-width: 1023px) {
  #header #headerInner #mainMenu #mainMenuWrap #menuList li:not(:last-of-type) {
    border-bottom: 1px dashed #aea597;
  }
}
@media screen and (min-width: 1024px) {
  #header #headerInner #mainMenu #mainMenuWrap #menuList li:not(:first-of-type) {
    padding-left: clamp(1.6rem, 2vw, 2.4rem);
  }
}
#header #headerInner #mainMenu #mainMenuWrap #menuList li a {
  padding: 1.7rem 0;
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  #header #headerInner #mainMenu #mainMenuWrap #menuList li a {
    display: block;
    font-size: 1.6rem;
    padding: 1.6rem 0;
  }
}
#header #headerInner #mainMenu #mainMenuWrap #menuList li a:hover {
  color: #aea597;
  opacity: 1;
}

/* パンくず
---------------------------------------------- */
#roadnavWrap #roadnav {
  padding: 1.4rem 0;
  font-size: 1.4rem;
  font-weight: 400;
}
#roadnavWrap #roadnav ul {
  display: flex;
  flex-wrap: wrap;
}
#roadnavWrap #roadnav ul li {
  line-height: 1.5;
}
#roadnavWrap #roadnav ul li a {
  display: inline-block;
  text-decoration: underline;
}

/* ページトップボタン
---------------------------------------------- */
#pageTopBtn {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #pageTopBtn {
    right: 1rem;
  }
}
#pageTopBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #000;
}

/* フッター
---------------------------------------------- */
#footer {
  padding: 8rem 0 1.6rem;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 4.5rem 0 1.5rem;
  }
}
#footer #footerContent {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  #footer #footerContent {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
#footer #footerContent .footerLogo {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #footer #footerContent .footerLogo {
    max-width: 13rem;
    margin-bottom: 1rem;
  }
}
#footer #footerContent #footerAddress address {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  #footer #footerContent #footerAddress address {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  #footer #footerContent #footerNav {
    display: none;
  }
}
#footer #footerContent #footerNav ul li {
  font-weight: 500;
  font-size: 1.8rem;
}
#footer #footerContent #footerNav ul li:not(:last-of-type) {
  margin-bottom: 1.2rem;
}
#footer .copyright {
  font-size: 1.4rem;
  line-height: 1.57;
  text-align: center;
}

/* フェードイン
---------------------------------------------- */
.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.in {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}/*# sourceMappingURL=style.css.map */