@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

h1 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

h3, h4 {
  word-break: auto-phrase;
}

.wsnw {
  white-space: nowrap;
}

@keyframes scrollStick {
  0% {
    height: 0;
  }
  100% {
    height: 116px;
  }
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotateImg {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes PageAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
body {
  font-family: "Sawarabi Mincho", "BIZ UDPMincho", "Noto Serif", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", "Kozuka Mincho Pr6N", "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", kozuka-mincho-pro, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sawarabi {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.biz {
  font-family: "Sawarabi Mincho", "BIZ UDPMincho", "Noto Serif" serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-weight: 700;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FCF8EF;
  z-index: 9999999;
  text-align: center;
  color: #fff;
  display: grid;
  place-items: center;
}
#loading-img {
  animation: rotateImg 2s linear infinite;
  width: 75px;
}
@media screen and (min-width: 768px) {
  #loading-img {
    width: 99px;
  }
}
#loading-txt {
  margin-top: 48px;
  color: #000;
}
@media screen and (min-width: 768px) {
  #loading-txt {
    margin-top: 55px;
  }
}
#loading-bg {
  display: none;
}

body.appear #loading-bg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleY(0);
  background-color: #333;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.wrap {
  opacity: 0;
}

body.appear .wrap {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.wrap {
  width: 100%;
  position: relative;
}

.sec01 {
  width: 100%;
}
.sec01 img {
  width: 100%;
  height: 100%;
}
.sec01 h1 a {
  display: none;
}
.sec01-mario {
  background: transparent url(../img/mario-jrkyushu/bg.jpg) repeat;
}
.sec01 .sec-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec01-link {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 45.4%;
  text-align: center;
  left: 50%;
  translate: -50%;
}
.sec01-link-pc {
  display: none;
}
.sec01-link dt {
  font-size: 24px;
  font-weight: normal;
  font-weight: 400;
  margin-bottom: 17px;
  color: #fff;
}
.sec01-link dd a {
  color: #1E2E52;
  font-size: 20px;
  line-height: 1;
  background: #FCF8EF;
  border: 1px solid #1E2E52;
  width: 300px;
  max-width: 100%;
  height: 47px;
  display: grid;
  place-items: center;
  transition: 0.3s;
}
.sec01-link dd a:hover, .sec01-link dd a:focus, .sec01-link dd a:active {
  background-color: #1E2E52;
  color: #fff;
  text-decoration: none;
}
.sec01 .scroll {
  position: absolute;
  bottom: -30px;
  left: 50%;
  translate: -50% 0;
  height: 116px;
  width: 2px;
  display: block;
  color: #fff;
  z-index: 99;
}
.sec01 .scroll span:nth-of-type(1) {
  width: 100%;
  display: block;
  background-color: #fff;
}
.sec01 .scroll span:nth-of-type(1)::before {
  width: 14px;
  height: 14px;
  background-color: #fff;
  bottom: 114px;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.sec01 .scroll span:nth-of-type(2) {
  position: absolute;
  bottom: 132px;
  left: 50%;
  line-height: 1;
  translate: -16px;
  display: block;
  font-size: 16px;
}
.sec01 .scroll.active span:nth-of-type(1) {
  animation: scrollStick 1.5s linear 0.1s infinite;
}

@media print, screen and (min-width: 768px) {
  .sec01-main {
    height: 100%;
  }
  .sec01-box {
    width: 50%;
    height: 100%;
    position: relative;
  }
  .sec01 h1 {
    height: 100%;
  }
  .sec01 h1 a {
    position: absolute;
    top: 3.52%;
    left: 6.6%;
    display: block;
    width: 27.92%;
    max-width: 288px;
  }
  .sec01 h1 picture {
    height: 100%;
  }
  .sec01 h1 picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .sec01-mario {
    width: 50%;
    position: relative;
  }
  .sec01-mario picture {
    height: 100%;
  }
  .sec01-mario picture img {
    position: absolute;
    right: 0;
    top: 0;
    width: 118%;
    max-width: 118%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
  }
  .sec01-link {
    width: 340px;
    padding: 20px;
    top: unset;
    bottom: 5.83%;
    left: 50%;
    translate: -50%;
  }
  .sec01-link-sp {
    display: none;
  }
  .sec01-link-pc {
    display: block;
    background: rgba(233, 233, 229, 0.9);
  }
  .sec01-link dt {
    margin-bottom: 14px;
    color: #1E2E52;
  }
  .sec01 .scroll {
    bottom: -95px;
    left: 30px;
    height: 116px;
    display: block;
    color: #000;
  }
  .sec01 .scroll span:nth-of-type(1) {
    background-color: #000;
  }
  .sec01 .scroll span:nth-of-type(1)::before {
    background-color: #000;
  }
}
@media print, screen and (min-width: 1200px) {
  .sec01 .scroll {
    bottom: -55px;
    left: 8.8%;
    height: 116px;
  }
}
.block {
  width: 100%;
  position: relative;
}
.block h3, .block h4 {
  font-size: 24px;
  line-height: 1.45;
}
.block h3 {
  padding: 0 27px;
}
.block .link-btn {
  display: grid;
  place-items: center;
  width: 300px;
  max-width: 100%;
  height: 47px;
  background: #fff;
  position: absolute;
  left: 50%;
  translate: -50%;
}
.block .link-btn span {
  padding-right: 40px;
  line-height: 25px;
  display: inline-block;
}
.blockImg-link {
  display: none;
}
.blockContentImg {
  position: relative;
}
.blockContentImg-link .link-btn {
  bottom: 26px;
}
.blockContent h4 {
  margin-bottom: 33px;
}
.blockContent p {
  line-height: 1.6;
  font-size: 16px;
}
.blockContentMainLink .link-btn {
  position: relative;
  bottom: unset;
  left: unset;
  translate: 0;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .block h3, .block h4 {
    font-size: 36px;
    line-height: 1.47;
  }
  .block h3 {
    padding: 0 31px;
  }
  .block .link-btn {
    width: 445px;
    height: 100px;
  }
  .block .link-btn span {
    padding-right: 60px;
    line-height: 31px;
    display: inline-block;
  }
  .block .link-btn span i {
    font-size: 24px;
  }
  .blockImg {
    width: 50%;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
  }
  .blockImgInner {
    max-width: 519px;
    width: 70%;
  }
  .blockImg-link {
    display: block;
  }
  .blockImg-link a {
    width: 445px;
    max-width: 100%;
    height: 100px;
    aspect-ratio: 89/20;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    transition: 0.3s;
  }
  .blockImg picture {
    width: 100%;
    height: 100%;
    margin-bottom: 100px;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-height: 595px) {
  .blockImg picture {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .blockImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media print, screen and (min-width: 768px) {
  .blockContent {
    width: 50%;
  }
  .blockContentImg-link {
    display: none;
  }
  .blockContent h4 {
    margin-bottom: 22px;
  }
  .blockContent p {
    line-height: 1.5;
  }
  .blockContentMainLink {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .block .d-xl-flex .blockBlockImg {
    flex: 1;
  }
}
.sec02 {
  color: #5D182B;
  padding-bottom: 52px;
}
.sec02 .link-btn {
  color: #ECA308;
}
.sec02 .link-btn span {
  background: url(../img/mario-jrkyushu/link-arrow-yellow.svg) no-repeat 100% 50%;
}
.sec02 .link-btn:hover, .sec02 .link-btn:focus, .sec02 .link-btn:active {
  color: #fff;
  background: #ECA308;
}
.sec02 .link-btn:hover span, .sec02 .link-btn:focus span, .sec02 .link-btn:active span {
  background-image: url(../img/mario-jrkyushu//link-arrow-wh.svg);
}
.sec02 .blockContentMain {
  padding: 42px 0 0;
}
.sec02 .blockContentMain .sec02-ttl1 {
  margin-bottom: 31px;
}
.sec02 .blockContentMain .sec02-ttl2 {
  margin-top: 61px;
}
.sec02 .blockContentMain .blockBlockTxt {
  padding: 0 35px;
  margin-bottom: 52px;
}
.sec02 .blockContentMain .blockBlockTxt02 {
  padding-top: 52px;
}
.sec02 .blockContentMain .blockBlockTxt03 {
  padding-top: 73px;
}
.sec02 .blockContentMain .blockBlockTxt04 {
  padding-top: 65px;
}
.sec02 .blockContentMain .last-msg {
  padding-top: 32px;
  font-size: 24px;
  line-height: 1.45;
  margin-bottom: 33px;
}
.sec02 .blockContentMainLink .link-btn {
  background: #ECA308;
  color: #fff;
}
.sec02 .blockContentMainLink .link-btn span {
  background-image: url(../img/mario-jrkyushu/link-arrow-wh.svg);
}
.sec02 .blockContentMainLink .link-btn:hover, .sec02 .blockContentMainLink .link-btn:focus, .sec02 .blockContentMainLink .link-btn:active {
  background: #fff;
  color: #ECA308;
}
.sec02 .blockContentMainLink .link-btn:hover span, .sec02 .blockContentMainLink .link-btn:focus span, .sec02 .blockContentMainLink .link-btn:active span {
  background-image: url(../img/mario-jrkyushu//link-arrow-yellow.svg);
}

@media print, screen and (min-width: 768px) {
  .sec02 {
    padding-bottom: 0;
  }
  .sec02 .blockImg {
    background: transparent url(../img/mario-jrkyushu/img2-pc-bg.png) no-repeat 50% 50%/cover;
  }
  .sec02 .blockImg-link a {
    background: transparent url(../img/mario-jrkyushu/sec02-link.svg) no-repeat 50% 50%/100% auto;
  }
  .sec02 .blockImg-link a:hover, .sec02 .blockImg-link a:focus, .sec02 .blockImg-link a:active {
    background-image: url(../img/mario-jrkyushu/sec02-link-hover.svg);
  }
  .sec02 .blockContentMain {
    padding: 153px 35px 0;
  }
  .sec02 .blockContentMain .sec02-ttl1 {
    margin-bottom: 96px;
    padding: 0;
  }
  .sec02 .blockContentMain .sec02-ttl2 {
    padding: 0;
    margin-top: 192px;
  }
  .sec02 .blockContentMain .blockBlockTxt {
    padding: 0;
    margin-bottom: 0;
  }
  .sec02 .blockContentMain .blockBlock02 {
    margin-top: 77px;
  }
  .sec02 .blockContentMain .blockBlock03 {
    margin-top: 30px;
  }
  .sec02 .blockContentMain .blockBlock04 {
    margin-top: 43px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .sec02 .blockContentMain .blockBlock01 {
    gap: 22px;
  }
  .sec02 .blockContentMain .blockBlock01 .blockBlockTxt {
    width: 60%;
  }
  .sec02 .blockContentMain .blockBlock02 {
    gap: 47px;
    flex-direction: row-reverse;
  }
  .sec02 .blockContentMain .blockBlock02 .blockBlockTxt {
    width: 41.6%;
  }
  .sec02 .blockContentMain .blockBlock02 .blockBlockTxt h4 {
    font-size: 31px;
  }
  .sec02 .blockContentMain .blockBlock03 {
    gap: 51px;
  }
  .sec02 .blockContentMain .blockBlock03 .blockBlockTxt {
    width: 44.2%;
  }
  .sec02 .blockContentMain .blockBlock04 {
    gap: 25px;
    flex-direction: row-reverse;
  }
  .sec02 .blockContentMain .blockBlock04 .blockBlockTxt {
    width: 44.2%;
  }
}
@media print, screen and (min-width: 768px) {
  .sec02 .blockContentMain .last-msg {
    padding-top: 87px;
    font-size: 36px;
    line-height: 1.47;
    padding-bottom: 82px;
    margin-bottom: 0;
  }
}
.sec03 {
  color: #290C08;
  padding-bottom: 47px;
}
.sec03 .link-btn {
  color: #B31F15;
}
.sec03 .link-btn span {
  background: url(../img/mario-jrkyushu/link-arrow-red.svg) no-repeat 100% 50%;
}
.sec03 .link-btn:hover, .sec03 .link-btn:focus, .sec03 .link-btn:active {
  color: #fff;
  background: #B31F15;
}
.sec03 .link-btn:hover span, .sec03 .link-btn:focus span, .sec03 .link-btn:active span {
  background-image: url(../img/mario-jrkyushu//link-arrow-wh.svg);
}
.sec03 .blockContentMain {
  padding: 78px 0 0;
}
.sec03 .blockContentMain .sec03-ttl1 {
  padding: 0 35px;
  margin-bottom: 74px;
  font-size: 24px;
}
.sec03 .blockContentMain .sec03-ttl2 {
  margin-top: 38px;
}
.sec03 .blockContentMain .blockBlockTxt {
  padding: 0 35px;
  margin-bottom: 75px;
}
.sec03 .blockContentMain .blockBlockTxt01 {
  margin-bottom: 52px;
}
.sec03 .blockContentMain .blockBlockTxt02 {
  padding-top: 52px;
}
.sec03 .blockContentMain .blockBlockTxt03 {
  padding-top: 61px;
}
.sec03 .blockContentMainLink {
  padding-top: 47px;
}
.sec03 .blockContentMainLink .link-btn {
  background: #B41F15;
  color: #fff;
}
.sec03 .blockContentMainLink .link-btn span {
  background-image: url(../img/mario-jrkyushu/link-arrow-wh.svg);
}
.sec03 .blockContentMainLink .link-btn:hover, .sec03 .blockContentMainLink .link-btn:focus, .sec03 .blockContentMainLink .link-btn:active {
  background: #fff;
  color: #B31F15;
}
.sec03 .blockContentMainLink .link-btn:hover span, .sec03 .blockContentMainLink .link-btn:focus span, .sec03 .blockContentMainLink .link-btn:active span {
  background-image: url(../img/mario-jrkyushu//link-arrow-red.svg);
}

@media print, screen and (min-width: 768px) {
  .sec03 {
    padding-bottom: 0;
  }
  .sec03 .blockImg {
    background: transparent url(../img/mario-jrkyushu/img8-pc-bg.png) no-repeat 50% 50%/cover;
  }
  .sec03 .blockImg-link a {
    background: transparent url(../img/mario-jrkyushu/sec03-link.svg) no-repeat 50% 50%/100% auto;
  }
  .sec03 .blockImg-link a:hover, .sec03 .blockImg-link a:focus, .sec03 .blockImg-link a:active {
    background-image: url(../img/mario-jrkyushu/sec03-link-hover.svg);
  }
  .sec03 .blockContentMain {
    padding: 130px 35px 0;
  }
  .sec03 .blockContentMain .sec03-ttl1 {
    font-size: 36px;
    padding: 0;
    margin-bottom: 96px;
  }
  .sec03 .blockContentMain .sec03-ttl2 {
    margin: 289px 0 35px;
    padding: 0;
  }
  .sec03 .blockContentMain .blockBlockTxt {
    padding: 0;
    margin-bottom: 0;
  }
  .sec03 .blockContentMain .blockBlock02 {
    margin-top: 42px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .sec03 .blockContentMain .blockBlock01 {
    gap: 62px;
  }
  .sec03 .blockContentMain .blockBlock01 .blockBlockTxt {
    width: 58.3%;
  }
  .sec03 .blockContentMain .blockBlock02 {
    gap: 44px;
    flex-direction: row-reverse;
  }
  .sec03 .blockContentMain .blockBlock02 .blockBlockTxt {
    width: 41.56%;
  }
}
@media print, screen and (min-width: 768px) {
  .sec03 .blockContentMain .blockBlock03 {
    margin-bottom: 67px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec03 .blockContentMain .blockBlock04 {
    padding: 0;
    margin: 0 -35px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec03 .blockContentMainLink {
    padding-top: 47px;
  }
  .sec03 .blockContentMainLink .link-btn {
    background: #B41F15;
    color: #fff;
  }
  .sec03 .blockContentMainLink .link-btn span {
    background-image: url(../img/mario-jrkyushu/link-arrow-wh.svg);
  }
}
.bottomContent {
  background: transparent url(../img/mario-jrkyushu/bg.jpg) repeat;
  padding: 68px 0 91px;
  overflow: hidden;
}
.bottomContentMain {
  gap: 61px 80px;
  padding-bottom: 70px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.bottomContentBox {
  width: 320px;
  margin: 0 auto;
}
.bottomContentBox:nth-of-type(1) img {
  filter: drop-shadow(-8px 10px 1px rgba(236, 163, 8, 0.5));
}
.bottomContentBox:nth-of-type(2) img {
  filter: drop-shadow(8px 10px 1px rgba(180, 31, 21, 0.5));
}
.bottomContentLink {
  margin-bottom: 120px;
}
.bottomContentLink .link-btn {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  height: 47px;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: normal;
  font-weight: 400;
  border: 1px solid #1E2E52;
  background: #FCF8EF;
  color: #1E2E52;
  transition: 0.3s;
}
.bottomContentLink .link-btn:hover, .bottomContentLink .link-btn:focus, .bottomContentLink .link-btn:active {
  color: #fff;
  background: #1E2E52;
  text-decoration: none;
}
.bottomContentTxt {
  position: relative;
}
.bottomContentTxt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 327px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
}
.bottomContentTxtLogo {
  z-index: 2;
  position: relative;
}
.bottomContentTxtLogo img {
  width: 320px;
}
.bottomContentTxt .f24 {
  font-size: 24px;
}
.bottomContentTxt .f36 {
  font-size: 36px;
  line-height: 43px;
}
.bottomContentTxt dl {
  z-index: 2;
  position: relative;
  padding: 30px 15px 55px;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  font-weight: 700;
}
.bottomContentTxt dl dt {
  margin-bottom: 16px;
}
.bottomContentTxt dl .dd-date {
  margin: 0 auto 36px;
}
.bottomContentTxt dl .dd-link a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  transition: 0.3s;
}
.bottomContentTxt dl .dd-link a:hover, .bottomContentTxt dl .dd-link a:focus, .bottomContentTxt dl .dd-link a:active {
  text-decoration: none;
}

@media print, screen and (min-width: 1200px) {
  .bottomContent {
    padding: 225px 0 90px;
    overflow-x: hidden;
  }
  .bottomContentMain {
    padding-bottom: 123px;
    max-width: 1436px;
    margin: 0 auto;
  }
  .bottomContentBox {
    width: 678px;
    max-width: calc(50% - 40px);
    margin: 0 auto;
    position: relative;
  }
  .bottomContentBox::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 134px;
  }
  .bottomContentBox:nth-of-type(1) img {
    filter: none;
  }
  .bottomContentBox:nth-of-type(1)::after {
    background: #F6D184;
    left: calc((122px + 100%) * -1);
  }
  .bottomContentBox:nth-of-type(2) img {
    filter: none;
  }
  .bottomContentBox:nth-of-type(2)::after {
    background: #DA8F8A;
    left: calc(122px + 100%);
  }
  .bottomContentLink {
    margin-bottom: 80px;
  }
  .bottomContentLink .link-btn {
    width: 594px;
    max-width: 100%;
    margin: 0 auto;
    height: 132px;
    font-size: 40px;
  }
  .bottomContentTxt {
    position: relative;
    padding: 0 15px;
  }
  .bottomContentTxtInner {
    display: flex;
    max-width: 1516px;
    margin: 0 auto;
    gap: 67px;
    padding: 142px 0 43px;
  }
  .bottomContentTxt::after {
    height: 100%;
  }
  .bottomContentTxtLogo img {
    width: 458px;
  }
  .bottomContentTxt .fpc40 {
    font-size: 40px;
  }
  .bottomContentTxt .fpc64 {
    font-size: 64px;
    line-height: 70px;
  }
  .bottomContentTxt dl {
    flex: 1;
    padding: 0;
  }
  .bottomContentTxt dl dt {
    margin-bottom: 10px;
  }
  .bottomContentTxt dl .dd-date {
    margin: 0 auto 27px 0;
  }
  .bottomContentTxt dl .dd-link {
    font-size: 24px;
  }
}
.footer {
  padding: 73px 15px 35px;
  background: #1E2E52;
}
.footer ul {
  padding: 0;
  margin: 0 0 162px;
  gap: 24px;
  flex-direction: column;
}
.footer ul li:nth-of-type(1) img {
  width: 182px;
}
.footer ul li:nth-of-type(2) img {
  width: 268px;
}
.footer ul li:nth-of-type(3) img {
  width: 202px;
}
.footer .copyright {
  line-height: 1.5;
  font-size: 12px;
  color: #fff;
}

@media print, screen and (min-width: 1060px) {
  .footer {
    padding: 66px 15px 27px;
  }
  .footer ul {
    max-width: 1030px;
    margin: 0 auto 88px;
    gap: 48px;
    flex-direction: row;
  }
  .footer ul li:nth-of-type(1) img {
    width: 322px;
  }
  .footer ul li:nth-of-type(2) img {
    width: 331px;
  }
  .footer ul li:nth-of-type(3) img {
    width: 277px;
  }
  .footer .copyright {
    font-size: 14px;
  }
}

/*# sourceMappingURL=mario-jrkyushu2025.css.map */
