@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%;
  font-weight: 300;
  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 {
  max-width: 1920px;
  margin: 0 auto;
}

.inner {
  margin: 0 auto;
  max-width: 1400px;
}

:root {
  --text_ivory: #01304f;
  --text_blue: #016db6;
}

header {
  position: fixed;
  top: 1em;
  left: 0;
  right: 0;
  background: transparent;
  z-index: +9;


  .flex_set {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 1em 3em;
    background: #fff;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;

    @media only screen and (max-width: 690px) {
      border-radius: 80px;
      padding: 1em 1em;
      opacity: 0.8;
    }
  }

  .logo_col {
    width: 200px;

    @media only screen and (max-width: 960px) {
      margin: 0 auto 10px auto;
    }
  }

  .navi_menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;

    @media only screen and (max-width: 960px) {
      justify-content: space-between;
    }

    a {
      padding: 0 1.0em;
      color: var(--text_blue);
      font-weight: bold;

      @media only screen and (max-width: 690px) {
        opacity: 1.0;
      }
    }
  }
}

/* スクロール連動ブロックアニメ設定 */
.fadeUp {
  animation-name: fadeUpAnimetion;
  animation-duration: 2.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnimetion {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeLeft {
  animation-name: fadeLeftAnimetion;
  animation-duration: 2.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnimetion {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeLeftTrigger {
  opacity: 0;
}

.fadeRight {
  animation-name: fadeRightAnimetion;
  animation-duration: 2.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnimetion {
  from {
    opacity: 0;
    transform: translateX(+100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeRightTrigger {
  opacity: 0;
}

/* モーダルを開くボタン設定 */
.js_modalBtnWrap {}

.js_modalBtnCont {
  display: block;
  transition: 0.3s;
}

.js_modalBtnCont:hover,
.js_modalBtnCont:focus {}

/* モーダルキャンバス設定 */
.js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.js_modalOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 96%;
  max-width: 1440px;
  background-color: #fff;
  max-height: 80%;
  padding: 40px;
  animation: fadeUpAnime .9s ease-in-out 0s 1 normal forwards;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.js_modalCont {
  overflow-y: scroll;
  max-height: 90vh;
}

.js_modalCont>*+* {
  margin-top: 10px;
}

/* モーダルキャンバス内[閉じる]ボタン設定 */
.js_modalContInner>.js_modalClose+* {
  margin-top: 0;
}

.js_modalClose {
  display: block;
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}

.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #222;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 1px;
  height: 30px;
}

.js_modalClose::before {
  transform: rotate(45deg);
}

.js_modalClose::after {
  transform: rotate(-45deg);
}

footer {
  position: relative;
  padding: 10vh 0 0 0;
  background: var(--text_ivory);
  color: #fff;

  &::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transform: rotate(180deg);
    width: 100%;
    height: 30px;
    background: url(../img/gizagiza_white.png) center center / contain repeat-x;
    z-index: +2;
  }

  @media only screen and (max-width: 1260px) {
    &::before {
      height: 2%;
      background: url(../img/gizagiza_white.png) center center / cover repeat-x;
    }
  }

  .flex_set {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2%;
  }

  .flex_col_logo {
    width: 30%;

    @media only screen and (max-width: 960px) {
      width: 100%;
      margin: 0 0 2em 0;
    }

    .footer_logo {
      width: 300px;
    }

    .address {
      margin: 2em 0 0 0;
    }

    .waribiki {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-items: center;
      gap: 5%;
      margin: 2em 0 0 0;
      padding: 1em 0 0 0;
      border-top: 1px solid #fff;
    }

    .club1300_logo {
      width: 45%;

      @media only screen and (max-width: 960px) {
        width: 30%;
      }

      @media only screen and (max-width: 690px) {
        width: 45%;
      }
    }

    .waribiki_note {
      font-size: 70%;
    }
  }

  .flex_col_alert {
    width: 50%;

    @media only screen and (max-width: 960px) {
      width: 100%;
      margin: 0 0 2em 0;
    }

    li {
      position: relative;
      margin: 0 0 1em 1em;
      font-size: 84%;

      &::before {
        position: absolute;
        content: "■";
        top: 0;
        left: -1.6em;
        width: 1em;
        font-size: 60%;
      }
    }
  }

  .flex_col_kyoryoku {
    width: 13%;

    @media only screen and (max-width: 960px) {
      width: 100%;
    }
  }

  .logoes_flex_set {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 2%;

    @media only screen and (max-width: 960px) {
      align-items: center;
    }
  }

  .dummy_logoes {
    width: 100%;
    margin: 0 0 20px 0;

    @media only screen and (max-width: 960px) {
      width: 22%;
    }

    @media only screen and (max-width: 690px) {
      width: 31%;
    }
  }

  .dummy_logoes_half {
    width: 50%;
    margin: 0 0 20px 0;

    @media only screen and (max-width: 960px) {
      width: 22%;
    }

    @media only screen and (max-width: 690px) {
      width: 31%;
    }
  }

  .credit {
    position: relative;
    margin: 5.0em 0 0 0;
    text-align: center;
    font-size: 0.85em;
    z-index: +1;
  }
}