@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
@font-face {
  font-family: "HiraginoKakuGothicPro";
  src: url("../fonts/Hiragino/Hiragino Kaku Gothic Pro W3.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HiraginoKakuGothicPro";
  src: url("../fonts/Hiragino/Hiragino Kaku Gothic Pro W6.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DFLeiGaSo-W9";
  src: url("../fonts/DFLeiGaSo/DFLeiGaSo-W9-WIN-RKSJ-H-01.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DFLeiGaSo-W9-WING";
  src: url("../fonts/DFLeiGaSo/DFLeiGaSo-W9-WING-RKSJ-H-03.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RyuminPro";
  src: url("../fonts/A-OTF-RyuminPro/A-OTF-RyuminPro-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* 基本フォントサイズ設定 */
html {
  font-size: 100%; /* ブラウザのデフォルトのフォントサイズ。大抵は16px */
}

/* //基本フォントサイズ設定 */
/* 全体設定 */
body {
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  color: #000000;
  -webkit-font-smoothing: antialiased; /* macで文字が太くなる現象を解消 */
}

main {
  overflow: hidden;
}

p {
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.container-1000 {
  padding: 0 30px;
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .container-1000 {
    padding: 0 3.90625vw;
  }
}

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none;
}

@media screen and (max-width: 1023px) {
  .d-lg-none {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .d-lg-block {
    display: block;
  }
}

.ls-100 {
  letter-spacing: 0.1em;
}

.ls-200 {
  letter-spacing: 0.2em;
}

.ls-150 {
  letter-spacing: 0.15em;
}

.ls-n30 {
  letter-spacing: -0.03em;
}

.ls-n37 {
  letter-spacing: -0.037em;
}

.ls-n40 {
  letter-spacing: -0.04em;
}

.ls-n50 {
  letter-spacing: -0.05em;
}

.ls-n60 {
  letter-spacing: -0.06em;
}

.ls-n70 {
  letter-spacing: -0.07em;
}

.ls-n100 {
  letter-spacing: -0.1em;
}

.ls-n200 {
  letter-spacing: -0.2em;
}

.ls-n300 {
  letter-spacing: -0.3em;
}

.ls-n500 {
  letter-spacing: -0.5em;
}

.ls-n600 {
  letter-spacing: -0.6em;
}

.ls-n700 {
  letter-spacing: -0.7em;
}

/* //全体設定 */
/* フォントファミリー */
.notosans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.dfleigaso {
  font-family: "DFLeiGaSo-W9";
  font-weight: 900;
  font-style: normal;
}

.dfleigaso-wing {
  font-family: "DFLeiGaSo-W9-WING";
  font-weight: 900;
  font-style: normal;
}

/* //フォントファミリー */
/* フォントウェイト */
.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* //フォントウェイト */
/* color */
.txt-brick {
  color: #722212;
}

.txt-vivid-pink {
  color: #f80d5e;
}

.txt-red {
  color: #fc0707;
}

/* //color */
/* 下から上にフェードイン */
.fade-in-from-bottom-elm {
  opacity: 0;
  transform: translateY(20px);
}

.fade-in-from-bottom-elm.scrolled {
  animation: fade-in-from-bottom 0.7s linear forwards;
}

@keyframes fade-in-from-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-from-bottom-x-center {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
/* //下から上にフェードイン */
/* 下から上にぽよん */
.poyoyon-from-bottom-elm {
  opacity: 0;
  transform: translateY(140px);
}

.poyoyon-from-bottom-elm.scrolled {
  animation: poyoyon-from-bottom 1.3s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@keyframes poyoyon-from-bottom {
  0% {
    transform: translateY(140px);
    opacity: 0;
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(70px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
/* //下から上にぽよん */
/* 左から右にフェードイン */
.fade-in-from-left-elm {
  opacity: 0;
  transform: translateX(-20px);
}

.fade-in-from-left-elm.scrolled {
  animation: fade-in-from-left 1s linear forwards;
}

@keyframes fade-in-from-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* //左から右にフェードイン */
/* 右から左にフェードイン */
.fade-in-from-right-elm {
  opacity: 0;
  transform: translateX(20px);
}

.fade-in-from-right-elm.scrolled {
  animation: fade-in-from-right 1s linear forwards;
}

@keyframes fade-in-from-right {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* //右から左にフェードイン *//*# sourceMappingURL=style-common.css.map */