@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
ol li, ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
}

p .bg-blue {
  background: #ACE1F7;
}

.anchor-offset {
  padding-top: 40px;
  margin-top: -40px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.article .container {
  max-width: none;
}

.single-block-contents {
  margin: 48px auto 0;
}
.single-block-contents span.limit {
  color: #fff;
  background: #C32D28;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  padding: 1px 5px 3px;
  margin-right: 6px;
}
@media screen and (max-width: 640px) {
  .single-block-contents span.limit {
    padding: 1px 4px 2px;
    margin-right: 8px;
  }
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
    line-height: 1.57;
  }
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.m-articleContents__box__inner ul li {
  list-style: none;
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.m-articleContents__box p a:not([class*=btn]):not([href$=".jpg"]) {
  font-weight: 700;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.archive-block .container {
  max-width: 900px;
}

ol li {
  list-style: none !important;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

.yellow-highlight {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FAFA7F));
  background: linear-gradient(transparent 0%, #FAFA7F 0%);
}

.bold {
  font-weight: 700;
}

.head-txt__body {
  font-size: 16px;
  line-height: 1.875 !important;
}
@media screen and (max-width: 640px) {
  .head-txt__body {
    font-size: 14px;
    line-height: 1.5 !important;
    letter-spacing: 0.04em;
  }
}
.head-txt__note {
  font-size: 13px;
  text-align: right;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .head-txt__note {
    line-height: 1.38 !important;
    letter-spacing: 0.04em;
    text-align: left;
    margin-top: 12px;
  }
}
.head-txt__img {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .head-txt__img {
    margin-top: 20px;
  }
}

.m-articleContents__box:nth-of-type(2) {
  max-width: 900px !important;
}

.spectating {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .spectating {
    margin-top: 40px;
  }
}
.spectating__tit {
  max-width: 800px;
  margin: 0 auto;
}
.spectating__top-txt {
  max-width: 800px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .spectating__top-txt {
    margin: 16px auto 0;
  }
}
.spectating__top-txt-note {
  font-size: 13px !important;
  max-width: 800px;
  margin: 10px auto 0;
}
@media screen and (max-width: 640px) {
  .spectating__top-txt-note {
    margin: 16px auto 0;
  }
}
.spectating__wrap {
  position: relative;
  background: #FAF9E0;
  padding: 100px 50px 50px;
  margin-top: 164px;
}
@media screen and (max-width: 640px) {
  .spectating__wrap {
    padding: 88px 16px 16px;
    margin-top: 96px;
  }
}
.spectating__wrap__tit {
  position: absolute;
  top: -124px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 486px;
  height: 197px;
}
@media screen and (max-width: 640px) {
  .spectating__wrap__tit {
    top: -66px;
    width: 335px;
    height: 138px;
  }
}
.spectating__wrap__img {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .spectating__wrap__img {
    margin-top: 20px;
  }
}
.spectating__wrap__img + .spectating__wrap__img {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .spectating__wrap__img + .spectating__wrap__img {
    margin-top: 8px;
  }
}

.talk-show {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .talk-show {
    margin-top: 40px;
  }
}
.talk-show__txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .talk-show__txt {
    margin-top: 16px;
  }
}
.talk-show__img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .talk-show__img {
    margin-top: 20px;
  }
}

.question {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .question {
    margin-top: 40px;
  }
}
.question__top-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .question__top-txt {
    margin-top: 16px;
  }
}
.question__img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .question__img {
    margin-top: 20px;
  }
}

.experience {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .experience {
    margin-top: 40px;
  }
}
.experience__top-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .experience__top-txt {
    margin-top: 16px;
  }
}
.experience__img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .experience__img {
    margin-top: 20px;
  }
}
.experience__img + .experience__img {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .experience__img + .experience__img {
    margin-top: 8px;
  }
}
.experience__txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .experience__txt {
    margin-top: 20px;
  }
}
.experience__txt + .experience__txt {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .experience__txt + .experience__txt {
    margin-top: 20px;
  }
}
.experience__thank-you {
  position: relative;
  padding: 72px 48px 50px 256px;
  margin-top: 50px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .experience__thank-you {
    padding: 110px 32px 54px;
    margin-top: 70px;
  }
}
.experience__thank-you::before {
  content: "";
  background: url(../uploads/fencing-fan-thanksgiving_experience-thank-you-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 714px;
  height: 176px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .experience__thank-you::before {
    background: url(../uploads/fencing-fan-thanksgiving_experience-thank-you-ico_sp.png) no-repeat;
    background-size: contain;
    top: -9%;
    width: 301px;
    height: 299px;
  }
}
.experience__thank-you::after {
  content: "";
  background: url(../uploads/fencing-fan-thanksgiving_experience-thank-you-bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  width: 767px;
  height: 176px;
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .experience__thank-you::after {
    background: url(../uploads/fencing-fan-thanksgiving_experience-thank-you-bg_sp.png) no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 335px;
    height: 299px;
  }
}
.experience__thank-you__txt {
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.4 !important;
}
@media screen and (max-width: 640px) {
  .experience__thank-you__txt {
    font-size: 18px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
}
.experience__thank-you + .experience__img {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .experience__thank-you + .experience__img {
    margin-top: 40px;
  }
}

.summary {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .summary {
    margin-top: 60px;
  }
}
.summary__tit {
  position: relative;
  background: #FCFACD;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .summary__tit {
    font-size: 18px !important;
    padding: 24px 0;
  }
}
.summary__tit::before {
  content: "";
  background: url(../uploads/fencing-fan-thanksgiving_summary-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 112px;
  height: 42px;
}
@media screen and (max-width: 640px) {
  .summary__tit::before {
    background: url(../uploads/fencing-fan-thanksgiving_summary-ico_sp.png) no-repeat;
    background-size: contain;
    top: -18px;
    width: 88px;
    height: 33px;
  }
}
.summary__item {
  border-top: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .summary__item {
    border-top: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding-top: 0;
  }
}
.summary__item--top {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .summary__item--top {
    margin-top: 24px;
  }
}
.summary__item--bottom {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .summary__item--bottom {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.summary__item dt {
  background: #F0F0F0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  width: 104px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 0;
}
@media screen and (max-width: 640px) {
  .summary__item dt {
    width: 100%;
    padding: 6px 0;
  }
}
.summary__item dd {
  font-size: 16px;
  line-height: 1.875;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .summary__item dd {
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
  }
}