@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
/*-----------------------------------

fairplayribbon.scss

------------------------------------*/
.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

a {
  color: #E60012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

footer #bottomArea p {
  text-align: center;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  transition: 0.3s ease-in-out;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

body footer {
  line-height: 130%;
}

.CLM__half, .CLM__three, .CLM__four {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure, .CLM__three > div {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n), .CLM__three > div:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li,
.nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a,
.nowrapCLM > article a {
  display: block;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadehere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes katakata {
  0% {
    transform: rotate(30deg);
  }
  4% {
    transform: rotate(0deg);
  }
  8% {
    transform: rotate(15deg);
  }
  12% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes kurukuru {
  0% {
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes yojiyoji {
  0% {
    transform: translate(0, 100%) rotate(0deg);
  }
  10% {
    transform: translate(-5px, 80%) rotate(-3deg);
  }
  20% {
    transform: translate(5px, 60%) rotate(3deg);
  }
  30% {
    transform: translate(-5px, 40%) rotate(-3deg);
  }
  40% {
    transform: translate(5px, 20%) rotate(3deg);
  }
  50% {
    transform: translate(-5px, 0%) rotate(-3deg);
  }
  60% {
    transform: translate(5px, -20%) rotate(3deg);
  }
  70% {
    transform: translate(-5px, -40%) rotate(-3deg);
  }
  80% {
    transform: translate(5px, -60%) rotate(3deg);
  }
  90% {
    transform: translate(-5px, -80%) rotate(-3deg);
  }
  100% {
    transform: translate(0, -100%) rotate(0deg);
  }
}
/* ① 現れるアニメーション */
@keyframes appear {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-20deg) translate(-50%, -50%);
  }
  50% {
    opacity: 1;
    transform: scale(1.2) rotate(10deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg) translate(-50%, -50%);
  }
}
/* ① 現れるアニメーション */
@keyframes appear2 {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-20deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.2) rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
/* ② ゆらゆらアニメーション */
@keyframes sway {
  0% {
    transform: rotate(0deg) scale(1) translate(-50%, -50%);
  }
  25% {
    transform: rotate(3deg) scale(1.02) translate(-50%, -50%);
  }
  50% {
    transform: rotate(0deg) scale(1) translate(-50%, -50%);
  }
  75% {
    transform: rotate(-3deg) scale(1.02) translate(-50%, -50%);
  }
  100% {
    transform: rotate(0deg) scale(1) translate(-50%, -50%);
  }
}
@keyframes sway2 {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(3deg) scale(1.02);
  }
  50% {
    transform: rotate(0deg) scale(1);
  }
  75% {
    transform: rotate(-3deg) scale(1.02);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes nikoniko {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.txt__red {
  color: #E60012;
}
.txt__left {
  text-align: left;
}
.txt__center {
  text-align: center;
}
.txt__right {
  text-align: right;
}
.txt__bold {
  font-weight: bold;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  text-align: left;
}

.list__style__disc {
  list-style: disc;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}
.list__style__disc li {
  padding-bottom: 0.5em;
}
.list__style__attention {
  list-style: none;
}
.list__style__attention li {
  padding-left: 1em;
  position: relative;
}
.list__style__attention li:after {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.headline__main {
  text-align: center;
  margin-bottom: 50px;
}
.headline__main .en img {
  height: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.headline__main .jp {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

.btn {
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  display: inline-flex;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 9999px; /* pill型 */
  font-size: 16px;
  font-size: 1.6rem;
  background: #000;
}
.btn:after {
  font-family: "ionicons";
  content: "\f10b";
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: normal;
  transition: 0.3s ease-in-out;
}
.btn__red {
  background-color: #E60012;
}

.sec {
  width: 100%;
  text-align: center;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__90 {
  width: 90%;
  max-width: 1512px;
  margin: 0 auto;
  padding: 80px 5vw;
}

/* ==========================================================================
   header
========================================================================== */
.headerArea {
  /**レスポンシブにした時のナビの見せ方**/
}
.headerArea__jlogo {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 111;
}
.headerArea__jlogo img {
  width: 40px;
}
.headerArea ul li {
  list-style: none;
  width: 100px;
}
.headerArea .logo {
  margin-bottom: 40px;
}
.headerArea .logo img {
  width: 370px;
  display: block;
  margin: 0 auto;
}
.headerArea .menu li {
  border-bottom: dashed 1px #000000;
  text-align: center;
}
.headerArea .menu li a {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
}
.headerArea .menu li a:after {
  font-family: "ionicons";
  content: "\f10b";
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 0.5em;
  font-weight: normal;
  transition: 0.3s ease-in-out;
}
.headerArea .ketty {
  margin-top: 60px;
}
.headerArea .ketty img {
  width: 125px;
  display: block;
  margin: 0 auto;
}
.headerArea .nav {
  position: fixed;
  width: 1000px;
  top: 0;
  right: -1100px;
  background-color: #fff;
  height: 100%;
  padding: 70px 60px;
  box-shadow: 0px 0px 58px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 100;
}
.headerArea .nav ul li {
  width: 100%;
}
.headerArea .nav ul li a {
  color: #000000;
  font-weight: bold;
}
.headerArea .btn-gnavi {
  background: #000;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  z-index: 3;
  cursor: pointer;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  z-index: 101;
}
.headerArea .btn-gnavi span {
  position: absolute;
  width: 35px;
  height: 4px;
  background: #ffffff;
  border-radius: 10px;
  transition: all 400ms;
  left: 17px;
}
.headerArea .btn-gnavi span:nth-child(1) {
  top: 24px;
}
.headerArea .btn-gnavi span:nth-child(2) {
  top: 34px;
}
.headerArea .btn-gnavi span:nth-child(3) {
  top: 44px;
}
.headerArea .btn-gnavi.hb-open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.headerArea .btn-gnavi.hb-open span:nth-child(2) {
  opacity: 0;
}
.headerArea .btn-gnavi.hb-open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  margin-bottom: 100px;
}
.kvArea img {
  width: 80%;
  display: block;
  margin: 0 auto;
  display: block;
  opacity: 0;
}
.kvArea.visible img {
  animation: 1s fadehere ease-in-out forwards;
}

/* ==========================================================================
   leadArea
========================================================================== */
.leadArea {
  position: relative;
  padding-bottom: 100px;
  background: #F6F6F6;
  padding-top: 60px;
}
.leadArea:before {
  content: "";
  background: url(/img/special/fairplayribbon/line_lead.svg) no-repeat top center;
  background-size: cover;
  height: 100px;
  top: -90px;
  width: 100%;
  display: block;
  position: absolute;
}
.leadArea__BG {
  content: "";
  background: url(/img/special/fairplayribbon/ribbon_gray.svg) no-repeat top center;
  position: absolute;
  top: 5%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: 100%;
}
.leadArea__txt {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
}
.leadArea__txt p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 70px;
  border-bottom: dashed 1px #000000;
  display: inline-block;
  opacity: 0;
}
.leadArea__txt p.visible {
  animation: 0.5s fadeup ease-in-out forwards;
}
.leadArea__youtube {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 860px;
  display: block;
  margin: 0 auto;
  border: 10px solid #000;
  position: relative;
  box-shadow: 20px 20px 0px 0px rgb(0, 0, 0);
  opacity: 0;
}
.leadArea__youtube.visible {
  animation: 0.5s fadeup ease-in-out forwards;
}
.leadArea__youtube.visible:after {
  animation: yojiyoji 3s ease-out 1 forwards;
}
.leadArea__youtube:after {
  content: "";
  background: url(/img/special/fairplayribbon/kitty_right.svg) repeat-y top center;
  height: 210px;
  width: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -120px;
  background-repeat: no-repeat;
}
.leadArea__youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.leadArea__scroll {
  width: 100%;
  white-space: nowrap;
  display: inline-flex;
  animation: marquee-scroll 20s linear infinite;
  margin-top: 70px;
}
.leadArea__scrollwrap {
  overflow: hidden;
}
.leadArea__scroll img {
  width: auto;
  height: 80px;
}

/* ==========================================================================
   ankrArea
========================================================================== */
.ankrArea {
  background: #000;
  color: #fff;
  position: relative;
}
.ankrArea:after, .ankrArea:before {
  background: #000;
  height: 5px;
  width: 100%;
  position: absolute;
  display: block;
}
.ankrArea:after {
  content: "";
  top: -10px;
}
.ankrArea:before {
  content: "";
  bottom: -10px;
}
.ankrArea__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.ankrArea__list--item a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 3rem 2rem;
  color: #fff;
}
.ankrArea__list--item a:after {
  font-family: "ionicons";
  content: "\f35d";
  display: inline-block;
  font-size: 16px;
  padding-left: 0.5em;
  color: #fff;
  font-weight: normal;
  transition: 0.3s ease-in-out;
}
.ankrArea__list--item a:hover:after {
  transform: translateY(3px);
  top: 5px;
  position: relative;
}

/* ==========================================================================
   goodsArea
========================================================================== */
.goodsArea {
  padding: 130px 0 100px;
  position: relative;
  overflow: hidden;
  background: url(/img/special/fairplayribbon/BG_schedule.svg) top center;
}
.goodsArea:after, .goodsArea:before {
  position: absolute;
  display: block;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: -1;
}
.goodsArea .headline__main {
  position: relative;
  margin-bottom: 20px;
}
.goodsArea .headline__main.visible:after, .goodsArea .headline__main.visible:before {
  animation: appear 1.5s ease-out forwards, sway 2s ease-in-out 2s infinite;
}
.goodsArea .headline__main:after {
  content: "";
  background: url(/img/special/fairplayribbon/ribbon.svg) repeat-y top center;
  height: 110px;
  width: 130px;
  position: absolute;
  background-size: 130px;
  top: 0;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  left: calc(50% + 270px);
  opacity: 0;
}
.goodsArea .headline__main:before {
  content: "";
  background: url(/img/special/fairplayribbon/ribbon.svg) repeat-y top center;
  height: 75px;
  width: 90px;
  position: absolute;
  background-size: 90px;
  bottom: 0;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  left: calc(50% - 250px);
  opacity: 0;
}
.goodsArea__lead {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 60px;
  line-height: 2;
}
.goodsArea__list {
  max-width: 1373px;
  width: 90%;
  margin: 0 auto;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}
.goodsArea__list--item {
  padding: 40px 20px 40px;
  border: 4px solid #000;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  border-radius: 30px;
  text-align: center;
  position: relative;
  opacity: 0;
}
.goodsArea__list--item.visible {
  animation: 0.5s fadeup ease-in-out forwards;
}
.goodsArea__list--item:nth-child(2):after {
  content: "";
  background: url(/img/special/fairplayribbon/kitty_top.svg) repeat-y top center;
  height: 145px;
  width: 170px;
  position: absolute;
  background-size: 170px;
  background-repeat: no-repeat;
  top: -121px;
  right: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.goodsArea__list--item:nth-child(2n) {
  position: relative;
  top: 100px;
}
.goodsArea__list--item > img {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.goodsArea__list--item figcaption {
  text-align: center;
  margin-bottom: 20px;
}
.goodsArea__list--item figcaption .name {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}
.goodsArea__list--item figcaption .price {
  text-align: center;
  font-weight: bold;
  border-bottom: dashed 1px #000000;
  padding-bottom: 20px;
  font-size: 23px;
  font-size: 2.3rem;
}
.goodsArea__list--item figcaption .price .zeikomi {
  font-size: 14px;
  font-size: 1.4rem;
}
.goodsArea__list--item .btn {
  padding: 12px 40px;
}
.goodsArea__list .ketty {
  height: calc(100% - 100px);
  position: relative;
  top: 100px;
  text-align: center;
  opacity: 0;
}
.goodsArea__list .ketty.visible {
  animation: 0.5s zoom ease-in-out forwards, sway2 2s ease-in-out 2s infinite;
}
.goodsArea__list .ketty img {
  height: 100%;
}
.goodsArea__conwrap {
  background: #fff;
  border-radius: 30px;
  max-width: 1000px;
  box-sizing: border-box;
  width: 90%;
  margin: 100px auto;
  padding: 40px;
  text-align: center;
}
.goodsArea__conwrap .name {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  font-size: 5rem;
}
.goodsArea__conwrap .price {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 50px;
}
.goodsArea__conwrap .price .zeikomi {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
.goodsArea__conwrap img {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.goodsArea__conwrap .popup-modal-dismiss {
  text-align: center;
  margin-top: 30px;
}
.goodsArea__conwrap .btn {
  width: 300px;
  text-align: center;
}
.goodsArea__attention {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.goodsArea__scroll {
  width: 100%;
  white-space: nowrap;
  display: inline-flex;
  animation: marquee-scroll 20s linear infinite;
}
.goodsArea__scroll img {
  width: auto;
  height: 80px;
}

/* ==========================================================================
   presentArea
========================================================================== */
.presentArea {
  background: #000;
  position: relative;
  color: #fff;
  padding: 100px 0 50px;
}
.presentArea:before {
  content: "";
  background: url(/img/special/fairplayribbon/line.svg) no-repeat top center;
  background-size: auto;
  height: 30px;
  top: -30px;
  width: 100%;
  display: block;
  position: absolute;
}
.presentArea:after {
  content: "";
  background: url(/img/special/fairplayribbon/present_bg.svg) no-repeat top center;
  background-size: 100%;
  height: 120%;
  width: 60%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.presentArea .headline__main .en img {
  width: 100%;
}
.presentArea__wrap {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  position: relative;
}
.presentArea__wrap--left, .presentArea__wrap--right {
  opacity: 0;
}
.presentArea__wrap--left.visible, .presentArea__wrap--right.visible {
  animation: 0.5s zoom ease-in-out forwards;
}
.presentArea__wrap--left {
  position: relative;
  z-index: 10;
  width: 60%;
}
.presentArea__wrap--left img {
  width: 100%;
}
.presentArea__wrap--right {
  width: 40%;
  padding-left: 30px;
  box-sizing: border-box;
}
.presentArea__wrap--right .obi img {
  width: 100%;
}
.presentArea__wrap--right .txt {
  padding-top: 30px;
  margin-top: 30px;
  border-top: dashed 4px #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
}
@keyframes roate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.presentArea__wrap .batch {
  position: absolute;
  width: 216px;
  top: -50px;
  left: 0;
  opacity: 0;
}
.presentArea__wrap .batch:after {
  content: "";
  background: url(/img/special/fairplayribbon/present_batch_bg.svg) top center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 216px;
  height: 216px;
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
}
.presentArea__wrap .batch img {
  width: 100%;
}
.presentArea__wrap .batch.visible {
  animation: appear2 1.5s ease-out forwards;
}
.presentArea__wrap .batch.visible:after {
  animation: roate 10s linear infinite;
}
.presentArea__footer {
  position: relative;
  top: -1px;
}
.presentArea__footer img {
  width: 100%;
}

/* ==========================================================================
   scheduleArea
========================================================================== */
.scheduleArea {
  background-color: #e9e9e9;
  padding-bottom: 100px;
}
.scheduleArea__ttl {
  font-size: 33px;
  font-size: 3.3rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 100px;
  opacity: 0;
}
.scheduleArea__ttl.visible {
  animation: 0.5s fadeup ease-in-out forwards;
}
.scheduleArea__lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 70px;
  line-height: 2;
  opacity: 0;
}
.scheduleArea__lead.visible {
  animation: 0.5s fadeup ease-in-out forwards;
}
.scheduleArea__wrap {
  width: 90%;
  max-width: 1373px;
  margin: 0 auto;
}
.scheduleArea__tab {
  max-width: 1373px;
  width: 90%;
  margin: 0 auto;
  overflow: inherit;
  margin-bottom: 50px;
}
.scheduleArea__tab .tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.scheduleArea__tab .tab li {
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #000;
  width: 50%;
}
.scheduleArea__tab .tab li a {
  width: 100%;
  color: #000;
  font-weight: bold;
  font-size: 45px;
  font-size: 4.5rem;
  background: none;
  border: none;
  height: auto;
  height: 70px;
  line-height: 70px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
}
.scheduleArea__tab .tab li a span {
  font-weight: bold;
  font-size: 33px;
  font-size: 3.3rem;
}
.scheduleArea__tab .tab li.current a {
  background: #000;
  color: #fff;
  display: block;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.scheduleArea__tab .tab li.current a:after {
  content: "";
  background: url("/img/special/fairplayribbon/ribbon.svg") repeat-y top center;
  height: 60px;
  width: 70px;
  background-size: 70px;
  position: absolute;
  top: -30px;
  background-repeat: no-repeat;
  opacity: 0;
}
.scheduleArea__tab .tab li.current a:hover {
  opacity: 1;
}
.scheduleArea__tab .tab.visible li.current a:after {
  animation: appear2 1.5s ease-out forwards, sway2 2s ease-in-out 2s infinite;
}
.scheduleArea .tabBox {
  max-width: 1373px;
  width: 90%;
  margin: 0 auto;
}
.scheduleArea__list--item {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- start;
  justify-content: -webkit- start;
  justify-content: start;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  border: 2px solid #000;
  overflow: hidden;
  opacity: 0;
}
.scheduleArea__list--item.visible {
  animation: 0.5s fadeup ease-in-out forwards;
}
.scheduleArea__list--item + .scheduleArea__list--item {
  margin-top: 30px;
}
.scheduleArea__list--item .month {
  width: 140px;
  background: #000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.scheduleArea__list--item .daylist {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- start;
  justify-content: -webkit- start;
  justify-content: start;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
  width: calc(100% - 140px);
  padding: 40px 40px 0px;
  box-sizing: border-box;
}
.scheduleArea__list--item .daylist li {
  width: 33.3333333333%;
  border-right: dashed 1px #000;
  padding: 0 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- start;
  justify-content: -webkit- start;
  justify-content: start;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.scheduleArea__list--item .daylist li:nth-child(3n) {
  padding-right: 0;
  border-right: none;
}
.scheduleArea__list--item .daylist li .img {
  position: relative;
}
.scheduleArea__list--item .daylist li .img img {
  width: 140px;
}
.scheduleArea__list--item .daylist li.autumn .img::after {
  content: "";
  background: url(/img/special/fairplayribbon/autmn_batch.svg) repeat-y top center;
  background-size: 60px;
  width: 60px;
  height: 32px;
  top: 0;
  right: -10px;
  position: absolute;
  background-repeat: no-repeat;
}
.scheduleArea__list--item .daylist li .txt {
  width: calc(100% - 40px);
  padding-left: 20px;
  box-sizing: border-box;
}
.scheduleArea__list--item .daylist li .txt .vs {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: clamp(10px, 0.9vw, 14px);
  color: #fff;
  background: url(/img/special/fairplayribbon/schedulenamebg.svg);
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 1;
  height: 43px;
  background: #000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  position: relative;
}
.scheduleArea__list--item .daylist li .txt .vs:before {
  content: "";
  background-image: url(/img/special/fairplayribbon/obi_right.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  right: -9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 100%;
}
.scheduleArea__list--item .daylist li .txt .vs:after {
  content: "";
  background-image: url(/img/special/fairplayribbon/obi_left.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  left: -9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 100%;
}
.scheduleArea__list--item .daylist li .txt time {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  display: block;
}
.scheduleArea__list--item .daylist li .txt .place {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.scheduleArea__list--item .daylist li .txt .annotation {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.scheduleArea__list--item .daylist li .txt .distributed {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid;
  line-height: 1;
  padding: 0.5em 0;
  margin-top: 0.5em;
}
.scheduleArea__list--item .daylist li .txt .distributed .kome {
  display: block;
  font-weight: bold;
  padding: 0;
  text-align: center;
}

/* ==========================================================================
   autumnArea
========================================================================== */
.autumnArea {
  margin-top: 60px;
}
.autumnArea__lead {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-bottom: 20px;
}
.autumnArea__lead img {
  height: 60px;
}
.autumnArea__lead p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.autumnArea__bnr {
  width: 1000px;
  margin: 0 auto;
}
.autumnArea__bnr img {
  width: 100%;
}

/* ==========================================================================
   eventArea
========================================================================== */
.eventArea {
  background: url(/img/special/fairplayribbon/BG_schedule.svg) top center;
  padding-bottom: 100px;
  padding: 100px 0;
}
.eventArea__wrap {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.eventArea__wrap--right {
  width: calc(100% - 400px);
  opacity: 0;
}
.eventArea__wrap--right.visible {
  animation: 0.5s zoom ease-in-out forwards;
}
.eventArea__wrap--left {
  width: 400px;
  opacity: 0;
}
.eventArea__wrap--left.visible {
  animation: 0.5s zoom ease-in-out forwards;
}
.eventArea__mainlead {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.eventArea__lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.eventArea__img {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}
.eventArea__img img {
  width: 100%;
}
.eventArea__list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  gap: 20px;
}
.eventArea__list--item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  width: calc((100% - 20px) / 2);
  padding: 30px 20px;
  border: 3px solid #000;
  border-radius: 30px;
  box-sizing: border-box;
  opacity: 0;
}
.eventArea__list--item.visible {
  animation: 0.5s kurukuru ease-in-out forwards;
}
.eventArea__list--item .left img, .eventArea__list--item .right img {
  height: 100px;
}
.eventArea__list--item .center {
  margin: 0 10px;
  text-align: center;
}
.eventArea__list--item .center data {
  font-weight: bold;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
  color: #000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- self-end;
  align-items: -webkit- self-end;
  align-items: self-end;
}
.eventArea__list--item .center data .or {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.eventArea__list--item .center data i {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: #000;
  font-style: normal;
  width: 25px;
  height: 22px;
  display: inline-block;
  margin-left: 3px;
}
.eventArea__list--item .center .ko {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.eventArea__list--item .center .place {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
}

/* ==========================================================================
   aboutArea
========================================================================== */
.aboutArea {
  color: #fff;
  background: #000;
  padding: 100px 0 0;
  position: relative;
  background: url(/img/special/fairplayribbon/BG_stadium.jpg) repeat-y top center;
  background-size: cover;
}
.aboutArea:before {
  content: "";
  background: url(/img/special/fairplayribbon/line.svg) no-repeat top center;
  background-size: auto;
  height: 30px;
  top: -29px;
  width: 100%;
  display: block;
  position: absolute;
}
.aboutArea .headline__main {
  opacity: 0;
}
.aboutArea .headline__main.visible {
  animation: 0.5s fadeup ease-in-out forwards;
}
.aboutArea__lead {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 2;
  max-width: 1000px;
  width: 100%;
  opacity: 0;
}
.aboutArea__lead.visible {
  animation: 0.5s fadeup ease-in-out forwards;
}
.aboutArea__youtube {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 860px;
  display: block;
  margin: 0 auto;
  border: 10px solid #fff;
  position: relative;
  box-shadow: 20px 20px 0px 0px rgb(255, 255, 255);
  opacity: 0;
}
.aboutArea__youtube.visible {
  animation: 0.5s fadeup ease-in-out forwards;
}
.aboutArea__youtube.visible:after {
  animation: yojiyoji 3s ease-out 1 forwards;
}
.aboutArea__youtube:after {
  content: "";
  background: url(/img/special/fairplayribbon/kitty_right.svg) repeat-y top center;
  height: 210px;
  width: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -120px;
  background-repeat: no-repeat;
}
.aboutArea__youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.copyright {
  background: #000;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
  margin-top: 100px;
}