@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* ブレイクポイントの設定 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  letter-spacing: 1px;
  line-height: 1.625;
}

.bgCol {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F4F4F4));
  background: linear-gradient(180deg, #fff, #F4F4F4);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .bgCol {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

/* ===================================================
共通項目 
====================================================*/
.l-container {
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  -webkit-animation: PageAnime-content 0.4s ease;
          animation: PageAnime-content 0.4s ease;
}
@media screen and (max-width: 767.98px) {
  .l-container {
    padding: 0 15px 0 15px;
  }
}

.l-container__top {
  opacity: 0;
  pointer-events: none;
}

body.appear .l-container__top {
  -webkit-animation-name: PageAnime-content;
          animation-name: PageAnime-content;
  -webkit-animation-duration: 0.55s;
          animation-duration: 0.55s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  pointer-events: auto;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 767.98px) {
  body.appear .l-container__top .contents-wrap {
    padding: 0 15px 0 15px;
  }
}

@-webkit-keyframes PageAnime-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnime-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "A-OTF-ZenGoNStd-Bold";
  font-display: swap;
  src: url("../fonts/A-OTF-ZenGoNStd-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "A-OTF-ZenGoNStd-Bold";
  font-display: swap;
  src: url("../fonts/A-OTF-ZenGoNStd-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "HiraKakuStdN-W8";
  font-display: swap;
  src: url("../fonts/HiraKakuStd-W8-min.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "HiraKakuStdN-W8";
  font-display: swap;
  src: url("../fonts/HiraKakuStd-W8-min.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}
.hira {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-display: swap;
}

.hireBd {
  font-family: "HiraKakuStdN-W8", "ヒラギノ角ゴStdN-W8", sans-serif;
  font-display: swap;
}

.zen {
  font-family: "A-OTF-ZenGoNStd-Bold", sans-serif;
  font-display: swap;
}

.kozBd {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.wanpaku {
  font-family: wanpaku-ruika, sans-serif;
  font-style: normal;
  font-weight: 100;
}

.nitalago {
  font-family: nitalago-ruika, sans-serif;
  font-style: normal;
  font-weight: 100;
}

.toTop {
  width: 60px;
  height: 60px;
  background-color: #00a517;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  z-index: 3;
  opacity: 0;
  gap: 0;
  bottom: 0;
  position: fixed;
  right: 10px;
  scroll-padding-top: 50px;
  border-radius: 50%;
}
@media screen and (max-width: 767.98px) {
  .toTop {
    scroll-padding-top: 40px;
  }
}
.toTop span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
  border-radius: 0.1em;
  margin-top: 0.2em;
}

p, h1, h2, h3, h4, ul, li {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
  color: #000;
}
body li {
  list-style: none;
}
body ul {
  padding: 0;
}
body .br_sp {
  display: block;
}
@media screen and (min-width: 768px) {
  body .br_sp {
    display: none;
  }
}
body .br_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  body .br_pc {
    display: block;
  }
}
body .br_spSs {
  display: none;
}
@media screen and (max-width: 320px) {
  body .br_spSs .br_spSs {
    display: block;
  }
}
body img {
  max-width: 100%;
  height: auto;
}

.bg-ink__u-layer {
  position: absolute;
  background-image: url(../img/ink-01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 10%;
  width: 25%;
  height: 270px;
  z-index: -10;
}
@media screen and (max-width: 767.98px) {
  .bg-ink__u-layer {
    top: -44px;
    left: -21%;
    width: 50%;
    height: 270px;
  }
}

.gest-info {
  max-width: 910px;
  width: 100%;
  padding: 50px 0 50px;
  margin: 0 auto 50px;
  background-color: #FFFDEB;
}
@media screen and (max-width: 767.98px) {
  .gest-info {
    max-width: 100%;
    padding: 3.2rem 0;
  }
}
.gest-info .gest-logo {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .gest-info .gest-logo img {
    width: 100vw;
  }
}
.gest-info p {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .gest-info p {
    text-align: left;
    padding: 0 15px 0 15px;
  }
}
.gest-info .comment-title {
  display: block;
  width: 610px;
  margin: 30px auto 0;
  padding: 4px 0 5px;
  text-align: center;
  background-color: #00A517;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .gest-info .comment-title {
    width: 90%;
    margin: 25px auto 0;
    padding: 10px 15px 10px 15px;
  }
}
.gest-info .comment-txt {
  display: block;
  width: 38rem;
  color: #038C10;
  font-weight: bold;
  margin: 16px auto 0;
  padding-bottom: 18px;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .gest-info .comment-txt {
    width: 90%;
    margin: 16px auto 0;
    text-align: left;
  }
}
.gest-info .comment-txt::after {
  position: absolute;
  content: "";
  background-image: url(../img/comment-line.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .gest-info .comment-txt::after {
    background-image: url(../../../../images/svg/domedodge_comment-line_sp.svg);
  }
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.sample__slide1 {
  background: url(../img/slide1.webp) center center/cover no-repeat;
}

.sample__slide2 {
  background: url(../img/slide2.webp) center center/cover no-repeat;
}

.sample__slide3 {
  background: url(../img/slide3.webp) center center/cover no-repeat;
}

/* ===================================================
遅延読み込み
====================================================*/
.trigger {
  opacity: 0;
}

.trigger.in.is-active {
  -webkit-animation: fadeIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: fadeIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* ===============
js-trigger up
===============*/
/* //trigger upをつける */
.trigger.up.is-active {
  -webkit-animation: slideUp 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideUp 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(180px);
            transform: translateY(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(180px);
            transform: translateY(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
/* ===============
js-trigger right
===============*/
/* //trigger rightをつける */
.trigger.right.is-active {
  -webkit-animation: slideRight 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideRight 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideRight {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
/*--------------------------------------*
 * layout
 *--------------------------------------*/
#header {
  position: relative;
  z-index: 10;
}
#header .ham {
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: #0e2a4d;
  width: 3.25rem;
  height: 3.25rem;
  z-index: 21;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 1027.98px) {
  #header .ham {
    display: none;
  }
}
#header .ham:hover {
  opacity: 0.7;
}
#header .ham span {
  background-color: #fff;
  height: 3.5px;
  position: absolute;
  right: 11px;
  width: 30px;
  z-index: 9;
  border-radius: 9999px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .ham span:nth-child(1) {
  top: 16px;
}
#header .ham span:nth-child(2) {
  top: 25px;
}
#header .ham span:nth-child(3) {
  top: 35px;
}
#header .globalMenu {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0%;
  left: 0%;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  visibility: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 1027.98px) {
  #header .globalMenu {
    display: none;
  }
}
#header .globalMenu .logo_active {
  width: 100px;
  position: absolute;
  top: 40px;
  left: 50px;
}
#header .globalMenu ul {
  text-align: center;
  color: #fff;
  margin-top: 40px;
  font-weight: bold;
}
#header .globalMenu ul li {
  border-bottom: 2px solid #fff;
}
#header .globalMenu ul li a {
  color: #fff;
  padding: 18px;
}
#header .globalMenu ul li a span {
  font-size: 12px;
  font-weight: normal;
  margin-right: -5.3rem;
  padding-left: 0.5rem;
}
#header .globalMenu ul li:last-child {
  border-bottom: none;
}
#header .globalMenu.active {
  opacity: 100;
  z-index: 20;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  background-color: #0e2a4d;
  width: 100%;
  height: 100vh;
  position: fixed;
  visibility: visible;
  top: 0%;
  left: 0%;
  color: #fff;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  padding: 0 15px;
  overflow-y: scroll;
}
#header .ham.active span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 24px;
}
#header .ham.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header .ham.active span:nth-child(2), #header .ham.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-forPc {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 1027.98px) {
  .nav-forPc {
    display: none;
  }
}
.nav-forPc .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0e2a4d;
  font-weight: bold;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav-forPc .menu li {
  display: block;
  position: relative;
  height: 85px;
}
.nav-forPc .menu li:first-child {
  position: relative;
}
.nav-forPc .menu li:first-child::before {
  position: absolute;
  top: 25px;
  left: 0;
  border-left: 1px solid #fff;
  height: 40px;
  content: "";
}
.nav-forPc .menu li::before {
  position: absolute;
  top: 25px;
  right: 0;
  border-right: 1px solid #fff;
  height: 40px;
  content: "";
  z-index: 1;
}
.nav-forPc .menu li.access::before {
  top: 25px;
}
.nav-forPc .menu li.access a {
  padding: 19.5px 18px;
}
.nav-forPc .menu li.team a {
  padding: 19.5px 18px;
}
.nav-forPc .menu li a {
  color: #fff;
  padding: 30px 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
  position: relative;
  z-index: 2;
  line-height: 1.3;
}
@media (hover: hover) {
  .nav-forPc .menu li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff361;
    border-bottom: 4px solid #fff361;
  }
  .nav-forPc .menu li a:where(:any-link, :enabled, summary):hover {
    color: #fff361;
    border-bottom: 4px solid #fff361;
  }
}
.nav-forPc .menu li .off {
  cursor: default;
  opacity: 0.3;
}

.off {
  cursor: default;
  opacity: 0.3;
}
@media (hover: hover) {
  .off:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    border-bottom: 4px solid #00a517;
  }
  .off:where(:any-link, :enabled, summary):hover {
    color: #fff;
    border-bottom: 4px solid #00a517;
  }
}
@media screen and (max-width: 767.98px) and (hover: hover) {
  .off:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    border-bottom: none;
  }
  .off:where(:any-link, :enabled, summary):hover {
    color: #fff;
    border-bottom: none;
  }
}

/* ===================================================
画像を100％表示にする（これだけ100％）
====================================================*/
/* ===================================================
l-container
====================================================*/
footer {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #00a517;
  color: #fff;
  font-weight: bold;
  padding: 50px 15px;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  footer {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 30px 15px;
  }
}
footer .footer__txt {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
footer .br_pc-mr {
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 767.98px) {
  footer .br_pc-mr {
    display: none;
  }
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  color: #fff;
  padding: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .footer__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    row-gap: 10px;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.5rem;
  }
}
.footer__link a {
  color: #fff;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .footer__link li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__link li::before {
    content: "|";
    margin: 0 0.5em;
  }
  .footer__link li:first-child::before {
    display: none;
  }
}
.footer .copyright {
  font-weight: normal;
  font-family: sans-serif;
}

/*--------------------------------------*
 * object
 *--------------------------------------*/
.btn {
  position: relative;
  width: 100%;
  color: #0e2a4d;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: min(5.2vw, 23px);
  line-height: 1;
  border: 2px solid #0e2a4d;
  border-radius: 9999px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .btn {
    font-size: 22px;
  }
}
@media (hover: hover) {
  .btn:where(:-moz-any-link, :enabled, summary):hover::before {
    inset: 0;
  }
  .btn:where(:any-link, :enabled, summary):hover::before {
    inset: 0;
  }
}
.btn::before {
  content: "";
  position: absolute;
  inset: 3px -6px -6px 3px;
  background-color: #ffe55f;
  border-radius: 9999px;
  z-index: -1;
}
.btn::after {
  content: "";
  background-image: url(../../../../images/svg/domedodge_btn-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 10px;
  height: 20px;
  top: 10px;
  right: 18px;
}
.btn__off {
  color: #7F7F7F;
  background-color: #AAAAAA;
  border: 4px solid #AAAAAA;
}
.btn__off:hover {
  color: #7F7F7F;
  background-color: #AAAAAA;
  border: 4px solid #AAAAAA;
}
.btn__participant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 910px;
  width: 100%;
  margin-inline: auto;
}
.btn__participant .btnWid {
  max-width: 460px;
  width: 100%;
}
.btn__participant .btn {
  font-size: 18px;
  padding: 20px 0;
  border: 2px solid;
}
@media screen and (min-width: 1027.98px) {
  .btn__participant .btn {
    line-height: 22px;
  }
}
.btn__participant .btn::after {
  top: 20px;
}
@media screen and (min-width: 1027.98px) {
  .btn__participant .btn::after {
    top: 22px;
  }
}
@media screen and (min-width: 1027.98px) {
  .btn__participant .btn {
    font-size: 24px;
  }
}
.btn__participant .btn.dobble {
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .btn__participant .btn.dobble::after {
    top: 36px;
  }
}
@media screen and (min-width: 1027.98px) {
  .btn__participant .btn.dobble::after {
    top: 44px;
  }
}

.btnWid {
  max-width: 480px;
  width: 100%;
}

.teams_btn {
  width: 100%;
  margin-bottom: 3.5rem;
}
.teams_btn .btnWid {
  max-width: 480px;
  margin: 0 auto;
}
.teams_btn .btnWid.btn {
  border: 2px solid #0e2a4d;
  color: #fff;
}
.teams_btn .btnWid.btn::before {
  background-color: #00A517;
}
.teams_btn .btnWid.btn::after {
  background-image: url(../../../../images/svg/domedodge_btn-arrow-right_wh.svg);
}
.teams_btn .btnWid.btn .yellow {
  color: #FFFF00;
}
@media screen and (max-width: 767.98px) {
  .teams_btn.btn__participant {
    width: 90%;
    margin: 0 auto 55px;
  }
}
.teams_btn.btn__participant .btn {
  padding: 14px 0;
}
.teams_btn.btn__participant .btn::after {
  top: 16px;
}
@media screen and (max-width: 767.98px) {
  .teams_btn.btn__participant .btn::after {
    top: 14px;
  }
}

.fv {
  background-image: url("../img/fv-bg.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0;
  scroll-padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767.98px) {
  .fv {
    background-image: url("../img/fv-bg__forSp.webp");
    height: auto;
    scroll-padding-top: 40px;
    padding: 40px 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.fv__sub {
  background-image: url("../img/fv-sub-bg.webp");
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 45px 0;
  scroll-padding-top: 45px;
}
@media screen and (max-width: 767.98px) {
  .fv__sub {
    background-image: url("../img/fv-sub-bg__forSp.webp");
    padding: 15px 0;
    scroll-padding-top: 15px;
  }
}
.fv__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fv__logo h1 {
  font-size: 0;
}
.fv__logo img {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .fv__logo img {
    width: 100%;
    margin: 0 auto;
  }
}
.fv__logo .topLogo {
  position: relative;
  display: inline;
  margin: 0 auto;
  overflow: hidden;
}
.fv__logo .topLogo::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  right: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
  -webkit-animation: reflection 2s ease-in-out;
          animation: reflection 2s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .fv__logo .topLogo {
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 67%;
    margin: 0 auto;
  }
  .fv__logo .topLogo::after {
    content: "";
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    right: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
    -webkit-animation: reflection 2s ease-in-out;
            animation: reflection 2s ease-in-out;
  }
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(115deg);
            transform: scale(0) rotate(115deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(115deg);
            transform: scale(0) rotate(115deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(115deg);
            transform: scale(4) rotate(115deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(115deg);
            transform: scale(50) rotate(115deg);
    opacity: 0;
  }
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(115deg);
            transform: scale(0) rotate(115deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(115deg);
            transform: scale(0) rotate(115deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(115deg);
            transform: scale(4) rotate(115deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(115deg);
            transform: scale(50) rotate(115deg);
    opacity: 0;
  }
}
.fv__logo .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fv__logo .lead h2 {
  font-size: 3.25rem;
  color: #d30000;
  font-weight: normal;
  letter-spacing: 0.03px;
}
.fv__logo .lead h2 .small {
  font-size: 2.0625rem;
  font-weight: normal;
  font-style: normal;
}
.fv__logo .lead .slant-bg {
  width: 700px;
  font-size: 2.5rem;
  position: relative;
  padding: 4px 35px 0 0;
  background-image: url(../img/place__bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .fv__logo .lead {
    display: none;
  }
}
.fv__logo .lead .nov {
  letter-spacing: -6px;
}
.fv__logo .lead .year {
  margin-left: 6px;
}
.fv__logo .lead .mon {
  margin: 0 1px 0 5px;
}
.fv__logo .lead .week {
  margin-left: -12.5px;
}
.fv__subLogo a {
  display: block;
  width: 100%;
}
.fv__subLogo img {
  width: 370px;
}
@media screen and (max-width: 767.98px) {
  .fv__subLogo img {
    width: 50.9%;
  }
}

.lead__forSp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .lead__forSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #00a517;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.lead__forSp h2 {
  font-size: 1.625rem;
  color: #fff;
}
.lead__forSp h2 .small {
  font-size: 1.1875rem;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.lead__forSp h2.zen {
  padding-top: 2px;
}
.lead__forSp h2.yellow {
  color: #fff361;
}
.lead__forSp .slant-bg {
  font-size: 21px;
  letter-spacing: 0.03px;
  padding-bottom: 3px;
  margin-top: -3px;
}
.lead__forSp .nov {
  letter-spacing: -4px;
}
.lead__forSp .year {
  margin-left: 3px;
}
.lead__forSp .mon {
  margin: 0 2px 0 5px;
}
.lead__forSp .day {
  letter-spacing: 0.03px;
}
.lead__forSp .week {
  margin-left: -8px;
}

.news {
  background-image: url(../img/news-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin: 0 auto;
  padding: 70px 0 78px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .news {
    background-image: url(../img/news-bg__Sp.webp);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news {
    padding: 70px 20px 78px;
  }
}
.news h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/h2-bg-4word.webp);
  background-repeat: no-repeat;
  background-size: 244px;
  background-position: center 5px;
  padding: 15px 0 22px;
}
.news h3 .ttl {
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .news h3 .ttl {
    font-size: 1.75rem;
  }
}
.news__bg {
  padding: 35px;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .news__bg {
    padding: 16px 0 20px 20px;
  }
}
.newsList {
  height: 212px;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
@media screen and (max-width: 767.98px) {
  .newsList {
    height: 255px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.newsList__item {
  max-width: 670px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 767.98px) {
  .newsList__item {
    display: block;
  }
}
.newsList__item span.date {
  width: 140px;
  display: block;
}
.newsList__item span .dsp-inline {
  display: inline;
}
.newsList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 35px;
  line-height: 2;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 0;
}
@media screen and (max-width: 767.98px) {
  .newsList li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 20px;
    gap: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.newsList::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
  scrollbar-width: none;
}

.about {
  padding: 100px 0 130px;
  position: relative;
  z-index: 1;
}
.about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  background: url(../img/about-bg-top.svg) no-repeat top left/contain;
  top: 0;
  left: 0;
  z-index: -5;
}
.about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  background: url(../img/about-bg-bottom.svg) no-repeat bottom right/contain;
  bottom: 0;
  right: 0;
  z-index: -5;
}
@media screen and (max-width: 767.98px) {
  .about {
    padding: 80px 15px 80px;
    width: 100vw;
    margin: 0;
  }
  .about::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 65px;
    background: url(../img/about-bg-top_forSp.svg) no-repeat top left/contain;
    top: 0;
    left: 0;
    z-index: -5;
  }
  .about::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 65px;
    background: url(../img/about-bg-bottom_forSp.svg) no-repeat bottom right/contain;
    bottom: 0;
    right: 0;
    z-index: -5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about {
    padding: 80px 20px 80px;
  }
}
.about h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about h3 .ttl {
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .about h3 .ttl {
    font-size: 1.75rem;
  }
}
.about h3 {
  background-image: url(../img/h2-bg-8word.webp);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: center 6px;
  padding: 15px 0 22px;
}
@media screen and (max-width: 767.98px) {
  .about h3 {
    background-size: 330px;
  }
}
@media (1800px <= width) {
  .about h3 {
    margin-top: 100px;
  }
}
.about h3 .ttl {
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .about h3 .ttl {
    font-size: 1.75rem;
  }
}
.about__bg {
  padding: 35px;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 910px;
  margin: 0 auto;
}
.about__lead {
  position: relative;
  color: #000;
  font-weight: bold;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .about__lead {
    margin-top: 20px;
  }
}
.about .situation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 910px;
  width: 100%;
  margin: 55px auto 0;
}
@media screen and (max-width: 800px) {
  .about .situation {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 35px auto 0;
  }
}
.about .situation__item {
  display: grid;
  gap: 35px;
  margin: 20px auto 0;
  place-content: center;
  max-width: 910px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .about .situation__item {
    margin: 0;
  }
}
@media screen and (max-width: 450.98px) {
  .about .situation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.about .situation__item video {
  width: 100%;
}
.about .situation__item .videoWrap {
  aspect-ratio: 15/10.2;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  margin-top: -2px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .about .situation__item .videoWrap {
    margin-top: 0px;
    padding: 0px;
    max-height: unset;
  }
}
.about .situation__item .videoWrap iframe {
  max-width: 450px;
  width: 100%;
  max-height: 293px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 800px) {
  .about .situation__item .videoWrap iframe {
    width: 100%;
    height: 100%;
    max-height: unset;
    max-width: unset;
    margin: 0 auto;
  }
}
.about .situation__item01 .btn {
  max-width: 350px;
  font-size: 20px;
}
.about .situation__item01, .about .situation__item02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .about .situation__item01, .about .situation__item02 {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about .situation__item02 .situation__JA {
  margin-bottom: 22px;
}
.about .situation .situationTtl01 {
  display: block;
  max-width: 300px;
  width: 100%;
  height: auto;
  color: #fff;
  background-color: #0e2a4d;
  text-align: center;
  font-size: 30px;
  font-size: min(5.6vw, 25px);
  line-height: 1.8;
  border-top-left-radius: 30px;
  padding: 1px 0 0 7px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .about .situation .situationTtl01 {
    margin-left: 0;
    font-size: min(5.6vw, 22px);
    line-height: 2;
    background-size: cover;
    padding-top: 3px;
  }
}
.about .situation .situationTtl02 {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  color: #fff;
  background-color: #0e2a4d;
  line-height: 1.8;
  height: auto;
  text-align: center;
  font-size: 30px;
  font-size: min(5.6vw, 25px);
  border-top-left-radius: 30px;
  padding: 1px 0 0 7px;
  margin-bottom: 30px;
}
.about .situation .situationTtl02__head {
  position: relative;
  color: #0e2a4d;
  font-size: 22px;
  text-align: center;
}
.about .situation .situationTtl02__head::before {
  content: "";
  background-image: url(../img/fukidashi-left.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  left: -26px;
}
.about .situation .situationTtl02__head::after {
  content: "";
  background-image: url(../img/fukidashi-right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  right: -26px;
}
@media screen and (max-width: 800px) {
  .about .situation .situationTtl02 {
    margin-left: 0;
    margin-top: 0px;
    font-size: min(5.6vw, 22px);
    height: 46px;
    line-height: 46px;
    padding-bottom: 2px;
  }
}
.about .bg-ink__01 {
  position: absolute;
  background-image: url(../img/ink-01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 2%;
  left: 8%;
  width: 20%;
  height: 270px;
  z-index: -10;
}
@media screen and (max-width: 767.98px) {
  .about .bg-ink__01 {
    bottom: 0;
    left: -4%;
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about .bg-ink__01 {
    left: -8%;
    bottom: -6%;
  }
}
.about .bg-ink__02 {
  position: absolute;
  background-image: url(../img/ink-02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -225%;
  right: 20%;
  width: 18%;
  height: 270px;
  z-index: -10;
}
@media screen and (max-width: 767.98px) {
  .about .bg-ink__02 {
    top: -130%;
    right: -10%;
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about .bg-ink__02 {
    right: 10%;
  }
}

@media screen and (max-width: 767.98px) {
  .cooperation {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cooperation {
    padding: 0 20px;
  }
}
.cooperation.bg-gray {
  background-color: #efefef;
}
.cooperation h3 {
  position: relative;
  background-image: url(../img/h2-bg-8word.webp);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: center 6px;
  padding: 15px 0 22px;
}
@media screen and (max-width: 767.98px) {
  .cooperation h3 {
    background-size: contain;
  }
}
.cooperation h3 .bg-ink__02 {
  position: absolute;
  background-image: url(../img/ink-02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -105%;
  right: 2%;
  width: 24%;
  height: 270px;
  z-index: -10;
}
@media screen and (max-width: 767.98px) {
  .cooperation h3 .bg-ink__02 {
    background-image: url(../img/ink-01.webp);
    top: -83%;
    right: -15%;
    width: 45%;
    height: 270px;
  }
}
.cooperation table {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
.cooperation table tr {
  border-collapse: collapse;
}
.cooperation table tr th {
  width: 20%;
  background-color: #00a517;
  color: #fff;
  padding: 20px 0;
}
.cooperation table tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background-color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 767.98px) {
  .cooperation table tr td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .cooperation table tr td {
    height: 66px;
  }
}
@media screen and (min-width: 768px) {
  .cooperation table tr td.height-lg {
    height: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .cooperation table tr .corp__td {
    height: 92px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cooperation .co__bnr {
  font-weight: bold;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.cooperation .co__bnr h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cooperation .co__bnr h3 .ttl {
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .cooperation .co__bnr h3 .ttl {
    font-size: 1.75rem;
  }
}
.cooperation .co__bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.cooperation .co__bnr ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.cooperation .co__bnr ul li .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.cooperation .co__bnr ul li p {
  color: #00a517;
  font-size: 20px;
}
@media screen and (max-width: 767.98px) {
  .cooperation .co__bnr ul li p {
    font-size: 16px;
  }
}

.outline {
  max-width: 910px;
  width: 100%;
  margin: 0px auto;
  padding: 80px 0;
}
.outline h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.outline h3 .ttl {
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .outline h3 .ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .outline {
    padding: 40px 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .outline {
    padding: 80px 20px;
  }
}
.outline h3 {
  background-image: url(../img/h2-bg-4word.webp);
  background-repeat: no-repeat;
  background-size: 244px;
  background-position: center 5px;
  padding: 15px 0 22px;
}
.outline h3 .bg-ink__u-layer {
  top: 0;
  left: 18%;
}
@media screen and (max-width: 767.98px) {
  .outline h3 .bg-ink__u-layer {
    top: -39px;
    left: -18%;
  }
}
.outline__nav {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.outline__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 102px;
  background-color: #f5fcf5;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .outline__nav ul {
    display: block;
    padding: 20px;
  }
}
.outline__nav ul li {
  height: 90px;
  line-height: 90px;
}
@media screen and (max-width: 767.98px) {
  .outline__nav ul li {
    height: auto;
    line-height: 3rem;
    padding-left: 1.5rem;
  }
}
.outline__nav ul li a {
  position: relative;
  color: #00a517;
  font-size: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .outline__nav ul li a::before {
    content: "▼";
    position: absolute;
    font-size: 15px;
    margin-left: -1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .outline__nav ul li a::after {
    content: "▼";
    position: absolute;
    font-size: 15px;
    padding-left: 8px;
  }
}
.outline__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1027.98px) {
  .outline__content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .outline__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.outline__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 35px;
  letter-spacing: 0.03px;
}
@media screen and (max-width: 767.98px) {
  .outline__content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
.outline__content__border {
  width: 180px;
  height: 40px;
  background: #0e2a4d;
  margin: 0 auto;
  text-align: center;
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  line-height: 2;
  color: #fff;
  font-weight: bold;
}
.outline__content__border span {
  display: block;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  font-size: 20px;
  display: block;
  letter-spacing: 1.5px;
}

.participation, .competitions {
  max-width: 910px;
  width: 100%;
  margin: 0px auto;
  padding: 80px 0;
}
@media screen and (max-width: 767.98px) {
  .participation, .competitions {
    padding: 50px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .participation, .competitions {
    padding: 80px 20px;
  }
}
.participation h3, .competitions h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.participation h3 .ttl, .competitions h3 .ttl {
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .participation h3 .ttl, .competitions h3 .ttl {
    font-size: 1.75rem;
  }
}
.participation .par__tbl, .competitions .par__tbl {
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (min-width: 1027.98px) {
  .participation .par__tbl, .competitions .par__tbl {
    margin-top: 60px;
  }
}
@media screen and (max-width: 910.98px) {
  .participation .par__tbl, .competitions .par__tbl {
    overflow-x: scroll;
  }
}
.participation .par__tbl table, .competitions .par__tbl table {
  border-collapse: collapse;
  border: 1px solid #00a517;
  text-align: center;
  --tablWid:910px;
  width: 910px;
  overflow: scroll;
}
@media screen and (max-width: 767.98px) {
  .participation .par__tbl table, .competitions .par__tbl table {
    --tablWid:750px;
    width: 750px;
    font-size: 14px;
  }
}
.participation .par__tbl table .light-g, .competitions .par__tbl table .light-g {
  background-color: #E9FFED;
}
.participation .par__tbl table .wh, .competitions .par__tbl table .wh {
  background-color: #fff;
}
.participation .par__tbl table .tblAttention, .competitions .par__tbl table .tblAttention {
  color: #444444;
  font-size: 14px;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .participation .par__tbl table .tblAttention, .competitions .par__tbl table .tblAttention {
    font-size: 12px;
  }
}
.participation .par__tbl table thead tr, .competitions .par__tbl table thead tr {
  background-color: #00a517;
  color: #fff;
  border-color: #00a517;
  height: 81px;
}
@media screen and (max-width: 767.98px) {
  .participation .par__tbl table thead tr, .competitions .par__tbl table thead tr {
    height: 78px;
  }
}
.participation .par__tbl table thead tr td, .competitions .par__tbl table thead tr td {
  border-right: 1px solid #fff;
  font-weight: bold;
}
.participation .par__tbl table tbody tr td, .competitions .par__tbl table tbody tr td {
  border: 1px solid #00a517;
}
.participation .par__tbl table tbody .tbl__infant, .competitions .par__tbl table tbody .tbl__infant {
  height: 80px;
}
@media screen and (max-width: 767.98px) {
  .participation .par__tbl table tbody .tbl__infant, .competitions .par__tbl table tbody .tbl__infant {
    height: 78px;
  }
}
.participation .par__tbl table tbody .tbl__ele, .competitions .par__tbl table tbody .tbl__ele {
  height: 85px;
}
@media screen and (max-width: 767.98px) {
  .participation .par__tbl table tbody .tbl__ele, .competitions .par__tbl table tbody .tbl__ele {
    height: 82px;
  }
}
.participation .par__tbl table tbody .tbl__girls, .competitions .par__tbl table tbody .tbl__girls {
  height: 84px;
}
@media screen and (max-width: 767.98px) {
  .participation .par__tbl table tbody .tbl__girls, .competitions .par__tbl table tbody .tbl__girls {
    height: 82px;
  }
}
.participation .par__tbl table tbody .tbl__gene1, .competitions .par__tbl table tbody .tbl__gene1 {
  height: 107px;
}
@media screen and (max-width: 767.98px) {
  .participation .par__tbl table tbody .tbl__gene1, .competitions .par__tbl table tbody .tbl__gene1 {
    height: 104px;
  }
}
.participation .par__tbl table tbody .tbl__gene2, .competitions .par__tbl table tbody .tbl__gene2 {
  height: 85px;
}
@media screen and (max-width: 767.98px) {
  .participation .par__tbl table tbody .tbl__gene2, .competitions .par__tbl table tbody .tbl__gene2 {
    height: 84px;
  }
}
.participation .par__tbl table .tblWid1, .competitions .par__tbl table .tblWid1 {
  width: 21%;
}
.participation .par__tbl table .tblWid2, .competitions .par__tbl table .tblWid2 {
  width: 18%;
}
.participation .par__tbl table .tblWid3, .competitions .par__tbl table .tblWid3 {
  width: 23%;
}
@media screen and (max-width: 767.98px) {
  .participation .par__tbl table .tblWid3, .competitions .par__tbl table .tblWid3 {
    width: 25%;
  }
}
.participation .par__tbl table .tblWid4, .competitions .par__tbl table .tblWid4 {
  width: 16%;
}
.participation .par__tbl table .tblWid5, .competitions .par__tbl table .tblWid5 {
  width: 10%;
}
.participation .par__tbl table .tblWid6, .competitions .par__tbl table .tblWid6 {
  width: 10.5%;
  border-right: 1px solid #00a517;
}
.participation .par__tblImg, .competitions .par__tblImg {
  max-width: 910px;
}
@media screen and (max-width: 767.98px) {
  .participation .par__tblImg, .competitions .par__tblImg {
    max-width: 750px;
  }
}
.participation .attention, .competitions .attention {
  color: #6B6B6B;
}
.participation .details, .competitions .details {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06px;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (min-width: 1027.98px) {
  .participation .details, .competitions .details {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .participation .details, .competitions .details {
    font-size: 16px;
  }
}

.participation h3 {
  position: relative;
  background-image: url(../img/h2-bg-8word.webp);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: center 6px;
  padding: 15px 0 22px;
}
@media screen and (max-width: 767.98px) {
  .participation h3 {
    background-size: contain;
  }
}
.participation h3 .bg-ink__02 {
  position: absolute;
  background-image: url(../img/ink-02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -75%;
  right: 4%;
  width: 24%;
  height: 270px;
  z-index: -10;
}
@media screen and (max-width: 767.98px) {
  .participation h3 .bg-ink__02 {
    background-image: url(../img/ink-01.webp);
    top: -75%;
    right: -16%;
    width: 45%;
  }
}

.competitions h3 {
  position: relative;
  background-image: url(../img/h2-bg-4word.webp);
  background-repeat: no-repeat;
  background-size: 244px;
  background-position: center 6px;
  padding: 15px 0 22px;
}
.competitions h3 .bg-ink__01 {
  position: absolute;
  background-image: url(../img/ink-01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -70%;
  left: 14%;
  width: 26%;
  height: 270px;
  z-index: -10;
}
@media screen and (max-width: 767.98px) {
  .competitions h3 .bg-ink__01 {
    top: -95%;
    left: -20%;
    width: 45%;
  }
}

.topics {
  max-width: 910px;
  width: 100%;
  margin: 0px auto;
  padding: 80px 0;
}
.topics h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topics h3 .ttl {
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .topics h3 .ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .topics {
    padding: 50px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topics {
    padding: 80px 20px;
  }
}
.topics h3 {
  background-image: url(../img/h2-bg-8word.webp);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: center 6px;
  padding: 15px 0 22px;
}
@media screen and (max-width: 767.98px) {
  .topics h3 {
    background-size: contain;
  }
}
.topics .guide {
  color: #6B6B6B;
  margin-top: 15px;
  font-size: 14px;
}
.topics__ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00a517;
  font-size: 22px;
  gap: 35px;
  margin-top: 40px;
}
@media screen and (min-width: 1027.98px) {
  .topics__ball {
    font-size: 25px;
  }
}
@media screen and (min-width: 1027.98px) {
  .topics__ball {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .topics__ball {
    gap: 20px;
  }
}
.topics__ball .topicsTxt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.topics__ball__border {
  border-bottom: 2px solid #00a517;
  max-width: 40%;
  width: 100%;
}
.topics .ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.topics .ball__name-forPc {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  place-content: center;
  color: #00a517;
  margin-top: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}
.topics .ball__name-forPc li {
  text-align: center;
}
@media screen and (max-width: 909.98px) {
  .topics .ball__name-forPc {
    display: none;
  }
}
.topics .ball__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 19.5%;
}
@media screen and (min-width: 910px) {
  .topics .ball__item {
    background-color: #219e39;
  }
}
@media screen and (min-width: 768px) {
  .topics .ball__item {
    -ms-flex-preferred-size: calc(16.666% - 6px);
        flex-basis: calc(16.666% - 6px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 909.98px) {
  .topics .ball__item {
    max-width: 49%;
    margin-top: 20px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.topics .ball__item__forSp {
  display: none;
}
@media screen and (max-width: 909.98px) {
  .topics .ball__item__forSp {
    display: block;
    color: #00a517;
    font-weight: bold;
    letter-spacing: 0.03px;
  }
}
.topics .ball__item .ballName {
  margin-left: 10px;
}
@media screen and (max-width: 1027px) {
  .topics .ball__item .ballName {
    margin-left: 0;
  }
}
.topics .ball__name {
  color: #fff;
  background-color: #00a517;
  font-size: 13px;
  letter-spacing: 0.03px;
  padding: 0.3em;
  width: 100%;
}
@media screen and (min-width: 1027.98px) {
  .topics .ball__name {
    font-size: 14px;
  }
}
.topics .ball__name span {
  display: inline-block;
}
.topics .ball__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  background-color: #c5dce2;
  width: 100%;
}
.topics .rules ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
  margin-top: 30px;
}
@media screen and (max-width: 891px) {
  .topics .rules ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .topics .rules ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topics .rules ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 18px;
  }
}
.topics .rules ul li {
  background-image: url(../img/rule__bg.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 280px;
  height: 138px;
  letter-spacing: 0.03px;
}
@media screen and (max-width: 767.98px) {
  .topics .rules ul li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topics .rules ul li {
    width: 31.6666666667%;
  }
}
.topics .rules__ttl {
  text-align: center;
  color: #fff;
  padding: 10px 15px 15px;
}
.topics .rules__txt {
  padding: 10px 15px 15px;
  letter-spacing: -0.4px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topics .rules__txt {
    padding: 10px 15px 15px;
    font-size: 14px;
    letter-spacing: -0.8px;
  }
}
.topics .rules__txt a {
  display: inline;
  color: #0066C0;
  text-decoration: underline;
}
@media (hover: hover) {
  .topics .rules__txt a:where(:-moz-any-link, :enabled, summary):hover {
    border-bottom: 1px solid #0066C0;
  }
  .topics .rules__txt a:where(:any-link, :enabled, summary):hover {
    border-bottom: 1px solid #0066C0;
  }
}

.pra-movie {
  position: relative;
}
.pra-movie h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pra-movie h3 .ttl {
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .pra-movie h3 .ttl {
    font-size: 1.75rem;
  }
}
.pra-movie h3 {
  background-image: url(../img/h2-bg-4word.webp);
  background-repeat: no-repeat;
  background-size: 244px;
  background-position: center 5px;
  padding: 15px 0 22px;
}
.pra-movie .movWrap {
  max-width: 910px;
  width: 100%;
  margin: 50px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .pra-movie .movWrap {
    margin: 40px auto 0px;
  }
}
.pra-movie .movWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767.98px) {
  .pra-movie .movWrap ul li {
    display: block;
    width: 100%;
  }
}
.pra-movie .movWrap ul li iframe {
  max-width: 293px;
  width: 100%;
  max-height: 186px;
}
@media screen and (max-width: 767.98px) {
  .pra-movie .movWrap ul li iframe {
    max-width: unset;
    width: 100%;
    height: 100%;
    max-height: unset;
  }
}
@media screen and (max-width: 767.98px) {
  .pra-movie .movWrap__item {
    aspect-ratio: 16/9;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
  }
}
.pra-movie .movWrap lite-youtube {
  width: 100%;
  max-width: 293px !important;
}
.pra-movie .bg-ink__01 {
  position: absolute;
  background-image: url(../img/ink-01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0%;
  left: 16%;
  width: 16%;
  height: 270px;
  z-index: -10;
}
@media screen and (max-width: 767.98px) {
  .pra-movie .bg-ink__01 {
    position: absolute;
    background-image: url(../img/ink-01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: -3%;
    left: -16%;
    width: 45%;
    height: 270px;
    z-index: -10;
  }
}
.pra-movie .bg-ink__02 {
  position: absolute;
  background-image: url(../img/ink-02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -13%;
  right: 15%;
  width: 16%;
  height: 270px;
  z-index: -10;
}
@media screen and (max-width: 767.98px) {
  .pra-movie .bg-ink__02 {
    position: absolute;
    background-image: url(../img/ink-02.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: -11%;
    right: -20%;
    width: 45%;
    height: 270px;
    z-index: -10;
  }
}

.gallery {
  position: relative;
  max-width: 910px;
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .gallery {
    padding: 40px 8px 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery {
    padding: 80px 20px;
  }
}
.gallery h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gallery h3 .ttl {
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .gallery h3 .ttl {
    font-size: 1.75rem;
  }
}
.gallery h3 {
  background-image: url(../img/h2-bg-10word.webp);
  background-repeat: no-repeat;
  background-size: 360px;
  background-position: center 6px;
  padding: 15px 0 22px;
}
@media screen and (max-width: 767.98px) {
  .gallery h3 {
    background-size: 315px;
  }
}
.gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto 0;
  position: relative;
  row-gap: 4em;
}
@media screen and (max-width: 767.98px) {
  .gallery ul {
    margin: 40px auto 0;
    row-gap: 2em;
  }
}
.gallery ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.gallery ul li .title {
  display: block;
  color: #00a517;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .gallery ul li .title {
    font-size: 20px;
  }
}
.gallery ul li .title .crown {
  position: relative;
  padding-left: 2.6rem;
  font-size: 1.625rem;
}
.gallery ul li .title .crown::before {
  content: "";
  position: absolute;
  background-image: url(../../../../images/svg/domedodge_crown.svg);
  background-size: contain;
  background-position: center;
  width: 2.2rem;
  height: 2.2rem;
  top: -3px;
  left: 0;
}
.gallery ul li .title .area {
  font-size: 20px;
}
@media screen and (max-width: 767.98px) {
  .gallery ul li .title .area {
    font-size: 18px;
  }
}
.gallery ul li img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin-inline: auto;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery ul li img {
    max-width: 500px;
  }
}
.gallery ul li figcaption {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 767.98px) {
  .gallery ul li figcaption {
    text-align: left;
  }
}
.gallery ul li.last-border {
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width: 767.98px) {
  .gallery ul li.last-border {
    padding-bottom: 50px;
  }
}
.gallery ul li.last-border::after {
  content: "";
  position: absolute;
  background-image: url(../../../../images/svg/domedodge_gallery-line.svg);
  background-size: cover;
  background-position: center;
  width: 910px;
  height: 2px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .gallery ul li.last-border::after {
    background-image: url(../../../../images/svg/domedodge_gallery-line_sp.svg);
    width: 100%;
    background-size: contain;
    padding-bottom: 35px;
  }
}
.gallery ul li .impress {
  width: 80%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 1027.98px) {
  .gallery ul li .impress {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gallery ul li.opening img {
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1027.98px) {
  .gallery ul li.opening img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}
.gallery ul li.matsuyama img {
  width: 348px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1027.98px) {
  .gallery ul li.matsuyama img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}
.gallery ul li.report img {
  max-width: 480px;
}

.chart {
  max-width: 910px;
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .chart {
    padding: 40px 0 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .chart {
    padding: 40px 20px 100px;
  }
}
.chart h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chart h3 .ttl {
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .chart h3 .ttl {
    font-size: 1.75rem;
  }
}
.chart h3 {
  background-image: url(../img/h2-bg-chart.webp);
  background-repeat: no-repeat;
  background-size: 440px;
  background-position: center 0px;
  padding: 22px 0 48px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1027.98px) {
  .chart h3 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .chart h3 {
    background-size: contain;
    padding: 20px 0 36px;
  }
}
.chart h3 .ttl {
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .chart h3 .ttl {
    font-size: 1.5rem;
  }
}
.chart h3 .bg-ink__u-layer {
  top: 5%;
  left: 9%;
}
@media screen and (max-width: 767.98px) {
  .chart h3 .bg-ink__u-layer {
    top: 0%;
    left: -19%;
  }
}
.chart p {
  letter-spacing: 0.03px;
}
.chart a.btn {
  max-width: 480px;
  margin: 100px auto 55px;
}
@media screen and (max-width: 767.98px) {
  .chart a.btn {
    margin: 30px auto 55px;
  }
}
@media screen and (max-width: 767.98px) {
  .chart a::after {
    width: 10px;
    height: 15px;
    top: 14px;
    right: 8px;
  }
}

.results {
  width: 100%;
  max-width: 714px;
  padding: 65px 0;
  margin: 0 auto;
}
.results h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.results h3 .ttl {
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .results h3 .ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .results {
    padding: 40px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .results {
    padding: 65px 20px;
  }
}
.results h3 {
  background-image: url(../img/h2-bg-4word.webp);
  background-repeat: no-repeat;
  background-size: 244px;
  background-position: center 6px;
  padding: 15px 0 22px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1027.98px) {
  .results h3 {
    margin-bottom: 50px;
  }
}
.results h3 .bg-ink__u-layer {
  top: -26px;
  left: 17%;
}
@media screen and (max-width: 767.98px) {
  .results h3 .bg-ink__u-layer {
    top: -44px;
    left: -19%;
  }
}
.results p {
  letter-spacing: 0.03px;
}
.results p.credit {
  text-align: right;
}
@media screen and (min-width: 767px) and (max-width: 770px) {
  .results p.credit {
    width: 95%;
  }
}
.results__tbl {
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (min-width: 1027.98px) {
  .results__tbl {
    margin-top: 60px;
  }
}
@media screen and (max-width: 910.98px) {
  .results__tbl {
    overflow: scroll;
  }
}
.results__tbl table {
  border-collapse: collapse;
  border: 1px solid #00a517;
  text-align: center;
  --tablWid:910px;
  width: 910px;
  background-color: #fff;
  overflow: scroll;
}
@media screen and (max-width: 767.98px) {
  .results__tbl table {
    --tablWid:750px;
    width: 750px;
    font-size: 14px;
  }
}
.results__tbl table .light-g {
  background-color: #E9FFED;
}
.results__tbl table .wh {
  background-color: #fff;
}
.results__tbl table .tblAttention {
  color: #444444;
  font-size: 14px;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .results__tbl table .tblAttention {
    font-size: 12px;
  }
}
.results__tbl table thead tr {
  background-color: #00a517;
  color: #fff;
  border-color: #00a517;
  height: 81px;
}
@media screen and (max-width: 767.98px) {
  .results__tbl table thead tr {
    height: 78px;
  }
}
.results__tbl table thead tr td {
  border-right: 1px solid #fff;
  font-weight: bold;
}
.results__tbl table tbody tr td {
  border: 1px solid #00a517;
}
.results__tbl table tbody .tbl__infant {
  height: 48px;
}
.results__tbl table tbody .tbl__ele-low {
  height: 48px;
}
.results__tbl table tbody .tbl__ele-contact {
  height: 48px;
}
.results__tbl table tbody .tbl__ele-fighter {
  height: 48px;
}
.results__tbl table tbody .tbl__girls-fighter {
  height: 48px;
}
.results__tbl table tbody .tbl__gene-contactA {
  height: 48px;
}
.results__tbl table tbody .tbl__gene-contactB {
  height: 48px;
}
.results__tbl table tbody .tbl__gene-fighter {
  height: 48px;
}
.results__tbl table .tblWid1 {
  width: 23%;
}
.results__tbl table .tblWid2 {
  width: 9.4%;
}
.results__tbl table .tblWid3 {
  width: 19%;
}
.results__tbl table .tblWid4 {
  width: 13.4%;
}
.results__tbl table .tblWid5 {
  width: 34%;
  border-right: 1px solid #00a517;
}
.results__tblImg {
  max-width: 910px;
}
@media screen and (max-width: 767.98px) {
  .results__tblImg {
    max-width: 750px;
  }
}
.results__detail {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 94px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .results__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
.results .pdf-btn {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 767.98px) {
  .results .pdf-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2em;
  }
}
.results .btnWid {
  max-width: 370px;
}
.results .btn {
  height: 60px;
  font-size: 20px;
  line-height: 34px;
}
.results .btn::after {
  top: 18px;
}
@media screen and (max-width: 767.98px) {
  .results .btn {
    font-size: 16px;
  }
}
.results .btn.results_entry {
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
  line-height: 20px;
  margin: 12px auto 17px;
}
.results .btn.results_entry::after {
  top: 11px;
}
@media screen and (max-width: 767.98px) {
  .results .btn.results_entry {
    max-width: 300px;
  }
}
.results .results__bg {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2rem 0;
}
.results .results__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 90px;
  background: url(../img/frame-lead-top.svg) no-repeat top left/contain;
  top: 0;
  left: 0;
}
.results .results__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90px;
  background: url(../img/frame-lead-bottom.svg) no-repeat bottom right/contain;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .results .results__bg {
    padding: 1.5rem 15px;
  }
  .results .results__bg::before {
    width: 99%;
    height: 120px;
    background: url(../img/frame-lead-top_forSp.svg) no-repeat top left/contain;
  }
  .results .results__bg::after {
    width: 99%;
    background: url(../img/frame-lead-bottom_forSp.svg) no-repeat bottom right/contain;
  }
}
.results .message {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  z-index: 2;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767.98px) {
  .results .message {
    text-align: left;
    margin-left: 1rem;
    font-size: 17px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .results .message {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .results .message span {
    width: 90%;
  }
}

.participants {
  max-width: 910px;
  width: 100%;
  padding-bottom: 100px;
  padding: 80px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .participants {
    padding: 40px 0 100px;
  }
}
.participants h3 {
  color: #0e2a4d;
  font-size: 30px;
}
@media screen and (max-width: 767.98px) {
  .participants h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1027.98px) {
  .participants h3 {
    margin-bottom: 50px;
  }
}
.participants .firstRead .btn__participant {
  margin-top: 0;
  padding: 0;
}
.participants__wrap {
  padding: 50px 30px;
}
@media screen and (max-width: 767.98px) {
  .participants__wrap {
    padding: 30px 10px;
  }
}
.participants__attention {
  color: #0e2a4d;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.98px) {
  .participants__attention {
    margin-bottom: 20px;
  }
}
.participants .btn__participant {
  margin-top: 0;
}

.firstRead {
  position: relative;
  margin: 70px auto 50px;
  padding: 50px 30px;
}
@media screen and (max-width: 767.98px) {
  .firstRead {
    margin: 40px auto 35px;
    padding: 30px 0 38px;
  }
}

.first-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 910px;
  height: 292px;
  background-image: url(../img/team-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -3;
}
@media screen and (max-width: 767.98px) {
  .first-bg {
    width: 100%;
    height: 100%;
    background-image: url(../img/team-bg_Sp.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
    z-index: -3;
  }
}

.participants_line {
  width: 100%;
  height: 3px;
  background-image: url(../img/participant-line.webp);
  background-size: cover;
  background-position: center;
}

.faq {
  max-width: 910px;
  width: 100%;
  margin: 0px auto;
  padding: 80px 0;
}
.faq h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq h3 .ttl {
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .faq h3 .ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .faq {
    padding: 50px 15px 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .faq {
    padding: 80px 20px;
  }
}
.faq h3 {
  background-image: url(../img/h2-bg-8word.webp);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: center 6px;
  padding: 15px 0 22px;
}
@media screen and (max-width: 767.98px) {
  .faq h3 {
    background-size: contain;
  }
}
.faq .faqWrap {
  margin-top: 40px;
}
@media screen and (min-width: 1027.98px) {
  .faq .faqWrap {
    margin-top: 50px;
  }
}
.faq .faqWrap li {
  margin-bottom: 30px;
}
@media screen and (min-width: 1027.98px) {
  .faq .faqWrap li {
    margin-bottom: 40px;
  }
}
.faq .faqWrap li span {
  padding-right: 5px;
  font-weight: 800;
}
.faq .faqWrap li .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid #219e39;
  font-size: 24px;
}
@media screen and (max-width: 767.98px) {
  .faq .faqWrap li .question {
    font-size: 18px;
  }
}
.faq .faqWrap li .question span {
  color: #219e39;
}
.faq .faqWrap li .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 14px;
}
.faq .faqWrap li .answer span {
  margin-top: -6px;
  font-size: 24px;
}
@media screen and (max-width: 767.98px) {
  .faq .faqWrap li .answer span {
    font-size: 18px;
    margin-top: -1px;
  }
}
@media screen and (max-width: 767.98px) {
  .faq .faqWrap li .answer span.text {
    font-size: 16px;
    margin-top: 0;
    padding-right: 0;
    font-weight: normal;
  }
}

/* ===================================================
font-size 
====================================================*/
.fs_30 {
  font-size: 30px;
}

.ta-c {
  text-align: center;
}

.fs_64 {
  font-size: 64px;
  font-weight: 800;
}

.fs_20 {
  font-size: 20px;
  font-weight: 800;
}

.fs_24 {
  font-size: 24px;
  font-weight: 800;
}

.fs_40 {
  font-size: 40px;
  font-weight: 800;
}

.fz-sm {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .fz-sm {
    font-size: 14px;
    line-height: 20px;
  }
}
/* ===================================================
中日CMS　CSS 
====================================================*/
.cmp-hdg001 .hdg {
  font-size: 2.4rem;
}

.js-smartcrop {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

@media screen and (min-width: 1024px) {
  .pc-ta-c {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .pc-ta-r {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .pc-ta-l {
    text-align: left !important;
  }
}
@media (max-width: 1023px) {
  .show-for-pc {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .show-for-sp {
    display: none !important;
  }
}
/* ===================================================
余白 
====================================================*/
.m-a {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-l {
  text-align: left !important;
}

.bt-none {
  border-top: 0 !important;
}

.bb-none {
  border-bottom: 0 !important;
}/*# sourceMappingURL=style.css.map */