@charset "UTF-8";

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
pre,
form,
fieldset,
input,
textarea,
p,
br,
hr,
blockquote,
th,
td,
label {
  margin: 0;
  padding: 0;
}

fieldset,
img,
abbr,
acronym {
  border: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

caption {
  text-align: left;
}

a img,
:link img,
:visited img {
  border: none;
}

:link,
:visited {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

q:before,
q:after {
  content: '';
}

address {
  font-style: normal;
}

input:focus {
  outline: none;
}

section {
  position: relative;
  width: 100%;
}

body {
  color: #212121;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 100%;
  line-height: 2.0;
  background: #fff;
  scroll-behavior: smooth;
  text-align: justify;
  line-break: strict;
}

@media screen and (max-width:690px) {
  body {
    font-size: 86%;
    line-height: 1.8;
    margin: 0;
  }
}

.mincho {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', '游明朝 Medium', 'YuMincho Medium', '游明朝', 'YuMincho', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.gothic {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.inner {
  width: 96%;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .inner {
    width: 96%;
  }
}

.pc_display,
.pc_display.tab_display,
.pc_display.sp_display {
  display: block;
}

.tab_display,
.sp_display,
.tab_display.sp_display {
  display: none;
}

@media only screen and (max-width: 1024px) {

  .pc_display,
  .sp_display,
  .pc_display.sp_display {
    display: none;
  }

  .tab_display,
  .tab_display.pc_display,
  .tab_display.sp_display {
    display: block;
  }
}

@media only screen and (max-width: 690px) {

  .pc_display,
  .tab_display,
  .pc_display.tab_display {
    display: none;
  }

  .sp_display,
  .sp_display.pc_display,
  .sp_display.tab_display {
    display: block;
  }
}

/*  Reset_set Made by Elly Loel - https://ellyloel.com/*/
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

*,
::before,
::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type='file'])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(ul, ol)[role='list'] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*='-'])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type='file']) {
  cursor: auto;
}

:where(input[type='file'])::-webkit-file-upload-button,
:where(input[type='file'])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }

  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}

:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type='button'], input[type='submit'], input[type='reset']),
:where(input[type='file'])::-webkit-file-upload-button,
:where(input[type='file'])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

:where(button, button[type], input[type='button'], input[type='submit'], input[type='reset'])[disabled] {
  cursor: not-allowed;
}

/* 固有設定追加 */
body {
  background: url(../img/background01.jpg) top center / cover no-repeat;
  background-attachment: fixed;
  line-height: calc(0.35rem + 1em + 0.35rem);
}

.inner {
  margin: 0 auto;
  max-width: 1440px;
}

header .header_navi {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 10px auto 0 auto;
  width: 96%;
  max-width: 1440px;
  z-index: +1;
}

header .header_logo {
  display: block;
  width: 300px;
  opacity: 0.75;
}

header .right_navi {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: stretch;
  width: calc(100% - 320px);
}

header .header_bttn {
  display: block;
  margin: 0 0 0 0.5em;
  padding: 0.25em 2.0em;
  border: 1px solid #212121;
  border-radius: 36px;
  color: unset;
}

@media only screen and (max-width: 960px) {
  header .header_logo {
    width: 200px;
    opacity: 0.75;
  }

  header .right_navi {
    display: none;
  }
}

.setumei_caption {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  opacity: 0.75;
}

footer {
  margin: 100px 0 0 0;
  padding: 2em 0;
}

/* モーダルキャンバス設定 */
.js_modalWrap {
  display: none;
  z-index: +1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: contain;
}

.js_modalOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}

.js_modalContInner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /*background: #fff;*/
  height: 100vh;
  padding: 0;
  overflow: hidden;
  animation: zoomIn 3.0s ease-in-out 0s 1 normal forwards;
}

@keyframes zoomIn {
  0% {
    opacity: 1;
    transform: scale(0.6), translate(-50%, -50%);
  }

  100% {
    opacity: 1;
    transform: scale(1), translate(-50%, 0);
  }
}

.js_modalCont {
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
}

.js_modalCont>*+* {
  margin-top: 10px;
}

/* モーダルキャンバス内[閉じる]ボタン設定 */
.js_modalContInner>.js_modalClose+* {
  margin-top: 0;
}

.js_modalClose {
  display: block;
  position: absolute;
  top: 10px;
  right: 12.5px;
  width: 40px;
  height: 40px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  z-index: +2;
}

.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #000;
  position: absolute;
  top: -1px;
  right: 19px;
  width: 3px;
  height: 30px;
}

.js_modalClose::before {
  transform: rotate(45deg);
}

.js_modalClose::after {
  transform: rotate(-45deg);
}

.js_fadeUp {
  animation-name: fadeUpAnimetion;
  animation-duration: 2.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnimetion {
  from {
    opacity: 0;
    transform: translateY(200px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.js_fadeUpTrigger {
  opacity: 0;
}