@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Anton|Noto+Sans+JP&display=swap");
/*================================
	text
================================*/
.c-text {
  font-size: 1.6rem;
}
.c-text .-strong {
  font-weight: bold;
  color: #0050A5;
}
.c-text.-notes {
  font-size: 1.4rem;
  color: #666;
}

/*================================
	heading
================================*/
.c-contents-display1, .c-contents-display2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-contents-display1, .c-contents-display2 {
    text-align: center;
  }
}
.c-contents-display1 span, .c-contents-display2 span {
  display: block;
}
.c-contents-display1 span:first-child, .c-contents-display2 span:first-child {
  color: #0050A5;
  font-size: 6.4rem;
  font-family: "Jost", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-contents-display1 span:first-child, .c-contents-display2 span:first-child {
    font-size: 3.8rem;
    margin-bottom: 8px;
  }
}
.c-contents-display1 span:last-child, .c-contents-display2 span:last-child {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-contents-display1 span:last-child, .c-contents-display2 span:last-child {
    font-size: 2.4rem;
  }
}

.c-contents-display2 {
  text-align: center;
}
.c-contents-display2 span:last-child {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-contents-display2 span:last-child {
    font-size: 1.8rem;
  }
}

.c-h1 {
  margin-bottom: 32px;
  text-align: center;
}
.c-h1 span {
  display: block;
}
.c-h1 span:nth-child(1) {
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .c-h1 span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.c-h1 span:nth-child(2) {
  color: #0050A5;
  font-size: 2.4rem;
  font-family: "Jost", sans-serif;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-h1 span:nth-child(2) {
    font-size: 1.6rem;
  }
}

.c-h2 {
  margin-bottom: 32px;
}
.c-h2 span {
  display: block;
}
.c-h2 span:nth-child(1) {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-h2 span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.c-h2 span:nth-child(2) {
  color: #0050A5;
  font-size: 2.4rem;
  font-family: "Jost", sans-serif;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-h2 span:nth-child(2) {
    font-size: 1.6rem;
  }
}

.c-h3 {
  margin-bottom: 32px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-h3 {
    font-size: 2rem;
  }
}

.c-h4 {
  margin-bottom: 32px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-h4 {
    font-size: 1.8rem;
  }
}

/*================================
	link
================================*/
.c-link {
  color: #0050a5;
  transition: all 0.2s;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding: 0 5px 1.2px;
  display: inline-block;
}
.c-link::after {
  content: "";
  background-color: #0050a5;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-link:hover {
    color: #0050a5;
  }
}
.c-link.-blank::before {
  content: url(/assets/images/icn_blank_blue.jpg);
  display: inline-block;
  position: relative;
  padding-right: 8px;
}
.c-link.-pdf {
  color: #000;
  font-weight: normal;
  transition: all 0.1s;
  padding-left: 46.03px;
}
.c-link.-pdf::before {
  content: url(/assets/images/icon_pdf_blue.svg);
  display: inline-block;
  position: absolute;
  padding-right: 15.7px;
  top: -1px;
  left: 5px;
}
.c-link.-pdf::after {
  display: none;
}
.c-link.-pdf:hover {
  text-decoration: underline;
}
.c-link.-anchor {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  background: url(/assets/images/icn_arrow_down_blue.svg) no-repeat left center;
  background-size: 9px 6px;
  background-position-x: 10px;
}

.c-link2 {
  display: inline-block;
  position: relative;
  color: #000;
  transition: all 0.4s;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 40px;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .c-link2:hover {
    color: #0050a5;
  }
}
@media screen and (min-width: 768px) {
  .c-link2:hover::after {
    width: 8px;
  }
}
.c-link2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  right: calc(100% - 32px);
  width: 32px;
  height: 1px;
  background-color: #0050a5;
  transition: all 0.4s;
}
.c-link2.-blank {
  padding-left: 61px;
}
.c-link2.-blank::before {
  content: url(/assets/images/icn_blank_blue.jpg);
  display: inline-block;
  position: absolute;
  right: calc(100% - 61px);
  padding-right: 8px;
}
.c-link2.-blank::after {
  top: 0.7em;
}

.c-link3 {
  display: flex;
}
.c-link3__inner {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover .c-link3__text {
    margin-right: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover .c-link3__circle::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
  }
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover .c-link3__circle::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.c-link3__text {
  color: #0050a5;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 16px;
  transition: margin-right 0.4s;
  flex: 1;
}
.c-link3__circle {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #0050a5;
  border: 1px solid #0050a5;
  position: relative;
  overflow: hidden;
}
.c-link3__circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 31%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0050a5;
  border-right: 2px solid #0050a5;
  transform: rotate(45deg);
}
.c-link3__circle::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-in-out;
}
.c-link3.-blank .c-link3__inner::before {
  content: url(/assets/images/icn_blank_blue.jpg);
  display: inline-block;
  position: relative;
  padding-right: 8px;
}
.c-link3.-center {
  justify-content: center;
  width: 100%;
}
.c-link3.-black .c-link3__inner:hover .c-link3__circle {
  border: 1px solid #FCCA00;
}
@media screen and (min-width: 768px) {
  .c-link3.-black .c-link3__inner:hover .c-link3__circle::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}
.c-link3.-black.-blank .c-link3__inner::before {
  content: url(/assets/images/icn_blank_black.svg);
}
.c-link3.-black .c-link3__text {
  color: #000;
}
.c-link3.-black .c-link3__circle {
  background-color: #FCCA00;
  border: 1px solid #000;
}
.c-link3.-black .c-link3__circle::before {
  background-color: #000;
}
.c-link3.-black .c-link3__circle::after {
  border-top: 2px solid #FCCA00;
  border-right: 2px solid #FCCA00;
}
.c-link3.-yellow .c-link3__inner:hover .c-link3__circle {
  border: 1px solid #FCCA00;
}
@media screen and (min-width: 768px) {
  .c-link3.-yellow .c-link3__inner:hover .c-link3__circle::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}
.c-link3.-yellow.-blank .c-link3__inner::before {
  content: url(/assets/images/icn_blank_yellow.svg);
}
.c-link3.-yellow .c-link3__text {
  color: #FCCA00;
}
.c-link3.-yellow .c-link3__circle {
  background-color: #FCCA00;
  border: 1px solid #FCCA00;
}
.c-link3.-yellow .c-link3__circle::before {
  background-color: #fff;
}
.c-link3.-yellow .c-link3__circle::after {
  border-top: 2px solid #FCCA00;
  border-right: 2px solid #FCCA00;
}

.c-button {
  display: flex;
}
.c-button__inner {
  position: relative;
  display: block;
  background-color: #0050a5;
  border: 1px solid #0050a5;
  border-radius: 8px;
  color: #fff;
  padding: 10px 35px 10px;
  width: 320px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  isolation: isolate;
}
.c-button__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  right: 15.5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}
.c-button__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  display: block;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.2s;
  z-index: 1;
}
.c-button__inner:hover {
  color: #0050a5;
}
.c-button__inner:hover::before {
  border-top: 2px solid #0050a5;
  border-right: 2px solid #0050a5;
}
.c-button__inner:hover::after {
  transform: translateX(0);
}
.c-button__text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-position: 18px center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  z-index: 2;
}
.c-button.-blank .c-button__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  left: auto;
  bottom: 0;
  display: inline-block;
  margin: auto 0;
  z-index: 10;
  width: 13px;
  height: 11px;
  background: url(/assets/images/icn_blank_white.svg) no-repeat;
  background-size: contain;
  border: none;
  transform: translateX(-100%);
}
.c-button.-blank .c-button__inner:hover::before {
  background: url(/assets/images/icn_blank_blue.svg) no-repeat;
  background-size: contain;
}
.c-button.-center {
  justify-content: center;
}
.c-button.-yellow .c-button__inner {
  color: #000;
  background-color: #FCCA00;
  border: 1px solid #FCCA00;
}
.c-button.-yellow .c-button__inner::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.c-button.-yellow .c-button__inner::after {
  background-color: #000;
}
.c-button.-yellow .c-button__inner:hover {
  color: #FCCA00;
}
.c-button.-yellow .c-button__inner:hover::before {
  border-top: 2px solid #FCCA00;
  border-right: 2px solid #FCCA00;
}
.c-button.-yellow.-blank .c-button__inner::before {
  background: url(/assets/images/icn_blank_black.svg) no-repeat;
  background-size: contain;
  border: none;
}
.c-button.-yellow.-blank .c-button__inner:hover::before {
  background: url(/assets/images/icn_blank_yellow.svg) no-repeat;
  background-size: contain;
}
.c-button.-download .c-button__inner {
  color: #fff;
  background-color: #0050a5;
  border: 1px solid #0050a5;
}
.c-button.-download .c-button__inner::before {
  background: url(/assets/images/icon_dl_white.svg) no-repeat;
  background-size: contain;
  border: none;
  transform: rotate(0);
  width: 13px;
  height: 16.5px;
  top: 29%;
}
.c-button.-download .c-button__inner::after {
  background-color: #fff;
}
.c-button.-download .c-button__inner:hover {
  color: #0050a5;
}
.c-button.-download .c-button__inner:hover::before {
  background: url(/assets/images/icon_dl_blue.svg) no-repeat;
  background-size: contain;
}
.c-button.-black .c-button__inner {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}
.c-button.-black .c-button__inner::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.c-button.-black .c-button__inner::after {
  background-color: #0050a5;
}
.c-button.-black .c-button__inner:hover {
  color: #fff;
  border: 1px solid #0050a5;
}
.c-button.-black .c-button__inner:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-button.-black.-blank .c-button__inner::before {
  background: url(/assets/images/icn_blank_black.svg) no-repeat;
  background-size: contain;
  border: none;
}
.c-button.-black.-blank .c-button__inner:hover::before {
  background: url(/assets/images/icn_blank_white.svg) no-repeat;
  background-size: contain;
}
.c-button.-black.-download .c-button__inner::before {
  background: url(/assets/images/icon_dl_blue.svg) no-repeat;
  background-size: contain;
  border: none;
}
.c-button.-black.-download .c-button__inner:hover::before {
  background: url(/assets/images/icon_dl_white.svg) no-repeat;
  background-size: contain;
}

/*================================
	column
================================*/
.c-column {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-column {
    flex-direction: column;
    gap: 32px;
  }
}
.c-column__img {
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
  position: relative;
}
.c-column__img img {
  transition: transform 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .c-column__img img {
    max-width: 1200px;
    width: 100%;
  }
}
.c-column__caption {
  margin-top: 16px;
  color: #666;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-column__link:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.2s;
  }
}
.c-column.-center {
  justify-content: center;
}
.c-column.-center .c-column__img {
  max-width: 840px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column.-center .c-column__img {
    max-width: 1200px;
  }
}
.c-column.-column2 {
  justify-content: space-between;
}
.c-column.-column2 .c-column__img {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column.-column2 .c-column__img {
    max-width: 1200px;
  }
}
.c-column.-column3 {
  justify-content: space-between;
}
.c-column.-column3 .c-column__img {
  max-width: 368px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column.-column3 .c-column__img {
    max-width: 1200px;
  }
}

/*================================
	c-relation-link
================================*/
.c-relation {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .c-relation {
    width: 100vw;
    padding: 80px 24px;
  }
}
.c-relation__box {
  display: flex;
  flex-wrap: wrap;
}
.c-relation__item {
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-relation__item {
    width: 100%;
  }
}
.c-relation__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-relation__item:nth-last-child(-n+2) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-relation__item:last-child {
    margin-bottom: 0;
  }
}
.c-relation__link {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-relation__link {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .c-relation__link:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .c-relation__link:hover .c-relation__txt {
    color: #0050A5;
  }
}
.c-relation__img {
  width: 270px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-relation__img {
    width: 100%;
  }
}
.c-relation__img img {
  transform: scale(1, 1);
  transition: transform 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .c-relation__img img {
    width: 100%;
  }
}
.c-relation__txt {
  color: #000;
  font-size: 2rem;
  padding-left: 24px;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .c-relation__txt {
    font-size: 1.6rem;
    padding: 16px 0 0 0;
    margin: 0;
  }
}
.c-relation-text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 3%;
}
@media screen and (max-width: 767px) {
  .c-relation-text {
    flex-direction: column;
    width: 100%;
  }
}
.c-relation-text__item {
  margin-bottom: 32px;
  width: 31.3333333333%;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-relation-text__item {
    width: 100%;
    margin-bottom: 24px;
  }
}
.c-relation-card {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .c-relation-card {
    gap: 32px;
    flex-direction: column;
  }
}
.c-relation-card__box {
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  width: 368px;
  padding: 32px 24px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-relation-card__box {
    width: 100%;
  }
}
.c-relation-card__head {
  width: 320px;
  margin: 0 auto;
  border-bottom: 1px solid #DDD;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-relation-card__head {
    width: 100%;
  }
}
.c-relation-card__title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 24px;
}
.c-relation-card__text {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.c-relation-card__img {
  width: 68px;
  margin: 0 auto 22px;
}
.c-relation-card__img img {
  width: 68px;
}
.c-relation-card__item + .c-relation-card__item {
  margin-top: 24px;
}

/*================================
	modal
================================*/
.c-modal-youtube__img {
  position: relative;
}
.c-modal-youtube__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  background: url(/assets/images/icn_movie_play2.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}

/*モーダル（動画）*/
.c-openMovieModal {
  cursor: pointer;
}

.c-openMovieModal .c-movieModal__content {
  display: none;
}

.c-movieModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  -webkit-transition: all 0.3s;
  transition: none 0.3s;
}
.c-movieModal.-active {
  opacity: 1;
  pointer-events: auto;
}
.c-movieModal.-active .c-movieModal__cols {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.c-movieModal.-active .c-movieModal__cols:before, .c-movieModal.-active .c-movieModal__cols:after {
  -webkit-transition: all 0.2s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.2s 0.4s;
  opacity: 1;
}
.c-movieModal.-active .c-movieModal__cols:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-movieModal.-active .c-movieModal__cols:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-movieModal__cols {
  display: flex;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: all 0.2s 0.2s;
}
.c-movieModal__cols:before, .c-movieModal__cols:after {
  content: "";
  position: absolute;
  right: -4px;
  top: -37px;
  width: 38px;
  height: 4px;
  background-color: #fff;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
.c-movieModal__cols:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.c-movieModal__cols:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.c-movieModal__inner {
  position: relative;
  max-width: 840px;
}
.c-movieModal__content {
  position: relative;
  width: 360px;
  padding: 60px 36px;
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .c-movieModal {
    padding: 20px 5.33333%;
  }
  .c-movieModal__cols {
    display: block;
    width: 100%;
  }
  .c-movieModal__cols:before, .c-movieModal__cols:after {
    top: -28px;
    width: 29px;
    height: 3px;
  }
  .c-movieModal__inner {
    width: 100%;
  }
  .c-movieModal__content {
    width: 100%;
    padding: 30px 20px;
  }
  .c-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .c-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-movieModal {
    padding: 20px 14%;
  }
}
/*モーダル（HTML）*/
.c-openHtmlModal {
  cursor: pointer;
}

.c-modalContents {
  display: none;
}
.c-modalContents > :last-child {
  margin-bottom: 0;
}

.c-htmlModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-htmlModal.-active {
  opacity: 1;
  pointer-events: auto;
}
.c-htmlModal.-active .c-modalContents__content {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.c-htmlModal .c-modalContents__body .c-modalContents {
  display: block;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-htmlModal {
    padding: 20px 5.33333%;
  }
  .c-htmlModal__inner {
    width: 100%;
    height: 70%;
  }
  .c-htmlModal__inner .c-modalContents {
    padding: 30px 20px;
  }
  .c-htmlModal__inner:before, .c-htmlModal__inner:after {
    top: -28px;
    width: 29px;
    height: 3px;
  }
}
/*modalContents*/
.c-modalContents__content {
  position: relative;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  padding-top: 80px;
  transition: all 0.2s 0.2s;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-modalContents__content {
    width: 100%;
    padding-top: 48px;
  }
}
.c-modalContents__body {
  background-color: #fff;
  width: 1040px;
  height: 640px;
  overflow: auto;
  padding: 0 80px 80px;
}
@media screen and (max-width: 767px) {
  .c-modalContents__body {
    width: 100%;
    height: 70vh;
    padding: 0 24px 24px;
  }
}
.c-modalContents__close {
  position: absolute;
  background-color: #fff;
  width: 28px;
  height: 28px;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-modalContents__close {
    right: 12px;
    top: 12px;
  }
}
.c-modalContents__close::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-modalContents__close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-modalContents__close::before, .c-modalContents__close::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 12px;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background-color: #0050A5;
}
.c-modalContents__title {
  font-size: 3.6rem;
  color: #0050A5;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-modalContents__title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
.c-modalContents__sub {
  font-size: 2.4rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-modalContents__sub {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.c-modalContents__txt {
  font-size: 1.6rem;
}
.c-modalContents__cols {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-modalContents__cols {
    flex-direction: column;
    justify-content: flex-end;
  }
}
.c-modalContents__col {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-modalContents__col {
    margin-bottom: 24px;
  }
}
.c-modalContents__col + .c-modalContents__col {
  margin-left: 64px;
  width: 384px;
  flex: none;
}
@media screen and (max-width: 767px) {
  .c-modalContents__col + .c-modalContents__col {
    margin-left: 0;
    width: 100%;
  }
}
.c-modalContents__img + .c-modalContents__img {
  margin-top: 24px;
}
.c-modalContents__caption {
  margin-top: 16px;
  font-size: 1.4rem;
}

/*================================
	content
================================*/
.c-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-content {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c-content img {
    max-width: 1200px;
    width: 100%;
  }
}
.c-content__textarea {
  flex: 1;
  margin-right: 64px;
}
@media screen and (max-width: 767px) {
  .c-content__textarea {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-content__imgarea {
    margin-bottom: 24px;
  }
}
.c-content__imgarea.-link {
  height: 100%;
}
.c-content__imgarea.-link img {
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .c-content__imgarea.-link:hover p {
    color: #0050A5;
  }
}
@media screen and (min-width: 768px) {
  .c-content__imgarea.-link:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .c-content__imgarea + .c-content__imgarea {
    margin-top: 8px;
  }
}
.c-content__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-content__title {
    margin-right: 0;
    text-align: center;
  }
}
.c-content__title span {
  display: block;
}
.c-content__title span:nth-child(1) {
  font-family: "Jost", sans-serif;
  font-size: 6.4rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-content__title span:nth-child(1) {
    font-size: 3.8rem;
    margin-bottom: 12px;
  }
}
.c-content__title span:nth-child(2) {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-content__title span:nth-child(2) {
    font-size: 2.4rem;
  }
}
.c-content__title.-jp-only {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-content__title.-jp-only {
    font-size: 2.4rem;
  }
}
.c-content__text {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.c-content__img {
  max-width: 560px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-content__img {
    max-width: 1200px;
  }
}
.c-content__img + p {
  margin-top: 16px;
  font-size: 1.6rem;
  color: #000;
}
.c-content.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-content.-reverse {
    flex-direction: column;
  }
}
.c-content.-reverse .c-content__textarea {
  margin-right: 0;
  margin-left: 64px;
}
@media screen and (max-width: 767px) {
  .c-content.-reverse .c-content__textarea {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-content.-jp-only-layout .c-content__imgarea {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-content.-jp-only-layout .c-content__textarea {
    order: 2;
  }
}
.c-content.-column3 {
  justify-content: flex-start;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 {
    gap: 0;
    justify-content: center;
  }
}
.c-content.-column3.-center {
  justify-content: center;
}
.c-content.-column3 .c-content__img {
  max-width: 384px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__img {
    max-width: 1200px;
  }
}
.c-content.-column3 .c-content__textarea {
  margin-right: 24px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__textarea {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-content.-column3.-reverse .c-content__textarea {
  margin-right: 0;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3.-reverse .c-content__textarea {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-content.-column3 .c-content__card {
  max-width: 368px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__card {
    max-width: 1200px;
  }
}
.c-content.-column3 .c-content__card__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__card__title {
    margin-bottom: 24px;
  }
}
.c-content.-column3 .c-content__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__title {
    font-size: 2rem;
  }
}
.c-content.-image2 {
  max-width: 1728px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-content.-image2 {
    gap: 0;
  }
}
.c-content.-image2 .c-content__img {
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .c-content.-image2 .c-content__img {
    max-width: 1200px;
  }
}
.c-content.-image2 .c-content__textarea {
  max-width: 543px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  flex: none;
}
@media screen and (max-width: 767px) {
  .c-content.-image2 .c-content__textarea {
    max-width: 1200px;
  }
}
.c-content.-image2.-reverse .c-content__textarea {
  max-width: 543px;
  width: 100%;
  margin-right: 0;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .c-content.-image2.-reverse .c-content__textarea {
    max-width: 1200px;
  }
}
.c-content__card {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-content__card {
    max-width: 1200px;
  }
}
.c-content__card__img {
  margin-bottom: 16px;
  width: 100%;
}
.c-content__card__title {
  font-size: 2.4rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-content__card__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.c-content__card__text {
  font-size: 1.6rem;
}
.c-content__card__text + .c-link3 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-content__card + .c-content__card {
    margin-top: 32px;
  }
}
.c-content__caption {
  margin-top: 16px;
  color: #666;
  font-size: 1.4rem;
}

.c-board {
  background-color: #fff;
}
.c-board__fv {
  max-width: 1920px;
  margin: 0 auto 100px;
  padding-top: 278px;
  background-image: url(/assets/images/dummy/fv_2.jpg);
  background-image: -webkit-image-set(url("/assets/images/dummy/fv_2.jpg") type("image/jpeg"));
  background-image: image-set(url("/assets/images/dummy/fv_2.jpg") type("image/jpeg"));
  background-size: 1920px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-board__fv {
    background-image: url(/assets/images/dummy/fv_2_sp.jpg);
    background-image: -webkit-image-set(url("/assets/images/dummy/fv_2_sp.jpg") type("image/jpeg"));
    background-image: image-set(url("/assets/images/dummy/fv_2_sp.jpg") type("image/jpeg"));
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 40% 24px 0;
    margin: 0 auto 80px;
  }
}
.c-board__fv__box {
  background-color: #fff;
  max-width: 1200px;
  padding: 80px 100px;
  margin: 0 auto;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__box {
    padding: 80px 24px;
  }
}
.c-board__fv__title {
  font-size: 6.4rem;
  text-align: center;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__title {
    font-size: 3.8rem;
  }
}
.c-board__fv__sub {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__sub {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
.c-board__fv__intro {
  font-size: 3.6rem;
  color: #0050A5;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__intro {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
.c-board__fv__txt {
  font-size: 1.6rem;
  text-align: center;
}

/*================================
	flex
================================*/
.c-flex {
  display: flex;
  justify-content: space-between;
}
.c-flex.-nogap {
  justify-content: flex-start;
}
.c-flex.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-flex.-reverse {
    flex-direction: column;
  }
}
.c-flex.-col1 {
  justify-content: center;
}
.c-flex.-col2 .c-flex__col, .c-flex.-col2 .c-flex__img {
  width: 48.5%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .c-flex.-col2 .c-flex__col, .c-flex.-col2 .c-flex__img {
    width: 100%;
    margin-right: 0;
  }
}
.c-flex.-col2 .c-flex__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-flex.-col2 .c-flex__img {
    margin-bottom: 32px;
  }
}
.c-flex.-col2 .c-flex__img:nth-child(even) {
  margin-right: 0;
}
.c-flex.-col3 .c-flex__col, .c-flex.-col3 .c-flex__img {
  width: 31.33333%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .c-flex.-col3 .c-flex__col, .c-flex.-col3 .c-flex__img {
    width: 100%;
    margin-right: 0;
  }
}
.c-flex.-col3 .c-flex__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-flex.-col3 .c-flex__img {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-flex {
    flex-direction: column;
  }
}

.pc-only {
  display: inherit !important;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: inherit !important;
    width: 100%;
  }
}

.-inline {
  display: inline-block;
}

.inview {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.4s, transform 1.4s;
}
.inview.-show {
  opacity: 1;
  transform: translateY(0);
}

/*splide*/
.splide__slide {
  position: relative;
  display: flex;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*pagenav*/
.pageNav {
  padding: 9px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pageNav {
    min-width: inherit;
  }
  .pageNav.sp-only {
    display: inherit !important;
    width: 100%;
  }
}

.breadCrumb {
  vertical-align: middle;
  width: 85%;
  font-size: 0;
}
.breadCrumb__item {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
}
.breadCrumb__item::before {
  content: ">";
  display: inline-block;
  margin-right: 1rem;
  font-weight: 500;
}
.breadCrumb__item:first-child::before {
  content: "";
  display: inline-block;
  margin-right: 0;
  font-weight: 0;
}
.breadCrumb__link {
  font-weight: 500;
  color: #000;
}
.breadCrumb__link:hover {
  opacity: 1;
  color: #0050a5;
  text-decoration: underline;
}

/*fv*/
.fv {
  position: relative;
  z-index: -1;
}
.fv__img {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
}
.fv__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
  top: 0;
}
.fv__txtarea {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 44%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .fv__txtarea {
    top: 280px;
  }
}
.fv .animated {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-in;
}
.fv .show {
  transform: translateY(0);
  opacity: 1;
}
.fv__title {
  font-size: 5.6rem;
  font-family: 游明朝体, "Yu Mincho", "Noto Serif JP", serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__title {
    text-align: center;
    font-size: 2.4rem;
    padding: 0 24px;
    padding-bottom: 12px;
  }
}
.fv__txt {
  font-size: 3.2rem;
  color: #fff;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .fv__txt {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 52px;
  }
}
.fv__copy {
  font-size: 1rem;
  position: absolute;
  color: #fff;
  top: 40px;
  right: 96px;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .fv__copy {
    bottom: 16px;
    right: 24px;
    top: auto;
  }
}
.fv__scrolltop {
  position: absolute;
  display: block;
  bottom: -5px;
  left: 6px;
  width: 43px;
  height: 324.5px;
  pointer-events: none;
  padding-left: 10px;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .fv__scrolltop {
    display: none;
  }
}
.fv__scrolltop svg {
  height: auto;
  width: auto;
  transform: none;
  max-width: 9999px;
}
.fv_clock__flex {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  .fv_clock__flex {
    bottom: 10%;
    right: 50%;
    transform: translateX(50%);
  }
}
.fv_clock__img {
  position: relative;
  width: 406px;
}
@media screen and (max-width: 767px) {
  .fv_clock__img {
    width: 80vw;
  }
  .fv_clock__img img {
    width: 100vw;
  }
}
.fv_clock__timetxt {
  position: absolute;
  font-size: 2rem;
  width: 500px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.9rem;
  top: 108px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .fv_clock__timetxt {
    font-size: min(4.8vw, 1.8rem);
    font-weight: 500;
    letter-spacing: 0.3rem;
    top: 28%;
  }
}
.fv_clock__time {
  font-size: 1.4rem;
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .fv_clock__time {
    top: 50%;
    font-size: 1.2rem;
  }
}
.fv_clock__time-num {
  display: block;
  width: 16px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .fv_clock__time-num {
    width: 4%;
    margin-right: 4px;
  }
}
.fv_clock__time-txt {
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .fv_clock__time-txt {
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .fv__link {
    background-color: #000;
    position: relative;
    z-index: 50;
    width: 100%;
    height: 80px;
    top: 0;
  }
  .fv__link_logo {
    width: 342px;
    margin: 0 auto;
    padding: 16px 24px;
  }
}
@media screen and (min-width: 768px) {
  .fv__link {
    height: 128px;
    width: 100%;
    background-color: #000;
    position: relative;
    z-index: 50;
  }
  .fv__link_logo {
    margin: 0 42px 0 auto;
    padding-top: 24px;
  }
  .fv__link_box {
    position: absolute;
    width: 40%;
    height: auto;
    left: 50px;
    bottom: 24px;
    display: flex;
    justify-content: space-between;
  }
  .fv__link_item {
    width: 47%;
  }
  .fv__link_item:hover {
    cursor: pointer;
  }
  .fv__link_item:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.2s;
  }
  .fv__link_item_txt {
    color: #fff;
    font-size: 1.6rem;
    padding-top: 16px;
  }
  .fv__link_item_img {
    border-radius: 10px;
    overflow: hidden;
    isolation: isolate;
  }
  .fv__link_item_img img {
    transform: scale(1, 1);
    transition: transform 0.2s ease-out;
  }
}

/*大会開催後削除*/
.athlete__content {
  background: #f5f5f5;
  padding: 24px 0;
}
.athlete__item__name {
  font-size: 1.6rem;
  color: #000;
  margin-top: 16px;
}
.athlete__controller {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .athlete__controller {
    margin-top: 40px;
    height: 48.5px;
  }
}
.athlete__controller__wrap {
  z-index: 1;
  width: 750px;
  height: 3px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .athlete__controller__wrap {
    width: 100%;
    padding: 0 24px;
  }
}
.athlete__progress {
  background-color: #bfbfbf;
  height: 1px;
  width: 100%;
  display: flex;
  align-items: center;
}
.athlete__progress__bar {
  background-color: #000;
  height: 3px;
}
.athlete__arrows {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 136px;
  margin-right: 24px;
  padding-right: 24px;
  gap: 16px;
  border-right: 1px solid #000;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .athlete__arrows {
    gap: 0;
  }
}
.athlete__arrows--prev, .athlete__arrows--next {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  opacity: 1;
}
.athlete__arrows--prev:hover, .athlete__arrows--next:hover {
  opacity: 0.5;
}
.athlete__arrows--prev::before, .athlete__arrows--next::before {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
}
.athlete__arrows--prev::after, .athlete__arrows--next::after {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  width: 17px;
  height: 2px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.athlete__arrows--prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .athlete__arrows--prev {
    margin-right: 16px;
  }
}
.athlete__arrows--next {
  right: 0;
}

.news {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 0 24px;
    padding-top: 80px;
  }
}
.news__wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .news__wrap {
    flex-direction: column;
  }
}
.news__head {
  margin-right: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news__head {
    margin-right: 0;
    margin-bottom: 48px;
  }
}
.news__title {
  font-family: "Jost", sans-serif;
  font-size: 5.9rem;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 3.8rem;
  }
}
.news__sub {
  font-size: 2.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .news__sub {
    font-size: 1.8rem;
  }
}
.news__box {
  position: relative;
}
.news__list {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  isolation: isolate;
}
.news__item {
  display: inline-block;
  width: 888px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 32px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .news__item {
    width: auto;
  }
}
.news__link {
  cursor: pointer;
  display: inline-block;
}
.news__link:hover .news__txt {
  color: #0050a5;
}
.news__info {
  padding-bottom: 16px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .news__info {
    flex-direction: column;
  }
}
.news__date {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  margin: auto　0;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .news__date {
    margin-bottom: 8px;
  }
}
.news__category {
  border: 1px solid #0050a5;
  border-radius: 16px;
  color: #0050a5;
  padding: 4px 8px;
  margin-right: 16px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}
.news__txt {
  font-size: 1.6rem;
  color: #000;
}
.news__anker .c-link3__circle::after {
  left: 37%;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .news__anker .c-link3 {
    justify-content: center;
  }
}

/*summry*/
.sum__area {
  padding: 160px 0 100px;
  position: relative;
  background: url(/sports/various/world_athletics/images/img_worldathletics_bg.png) no-repeat center;
  background-size: 2662px 879px;
}
@media screen and (min-width: 500px) and (max-width: 700px) {
  .sum__area {
    background: url(/sports/various/world_athletics/images/img_worldathletics_bg.png) no-repeat center;
  }
}
@media screen and (max-width: 767px) {
  .sum__area {
    padding: 64px 24px 100px;
    background: url(/sports/various/world_athletics/images/img_worldathletics_bg_sp.png) no-repeat center;
    background-size: cover;
  }
}
.sum__txtbox {
  padding: 56px 0 56px;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sum__txtbox {
    padding: 48px 32px;
  }
}
.sum__title {
  font-size: 3.6rem;
  padding-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sum__title {
    font-size: 2.4rem;
  }
}
.sum__txt {
  font-size: 1.6rem;
  padding-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sum__txt {
    padding-bottom: 32px;
  }
}
.sum__concept {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sum__concept {
    font-size: 1.8rem;
  }
}

/*waclock*/
.waclock {
  padding: 80px 0 350px;
  width: 100%;
  background: url(/sports/various/world_athletics/images/img_worldathletics_brush.png) no-repeat right bottom;
  background-size: 300px 500px;
}
@media screen and (max-width: 767px) {
  .waclock {
    padding: 0 20px;
    padding-bottom: 76px;
    background: none;
  }
}
.waclock__inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .waclock__inner {
    width: auto;
  }
}
.waclock__logo {
  margin: 0 auto;
  padding-bottom: 24px;
  width: 724px;
}
@media screen and (max-width: 767px) {
  .waclock__logo {
    width: 57vw;
  }
}
.waclock__title {
  font-size: 3.6rem;
  text-align: center;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .waclock__title {
    font-size: 2.4rem;
    padding-bottom: 40px;
  }
}
.waclock__txt {
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .waclock__txt {
    padding: 0 24px 40px;
  }
}

.sys__link .c-link3 {
  justify-content: center;
}

/*worle recode*/
.worldrec {
  padding: 310px 0 100px;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worldrec {
    padding: 35% 0 80px;
  }
}
.worldrec__img {
  width: 1600px;
  position: absolute;
  top: -230px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .worldrec__img {
    top: -5vh;
  }
}
.worldrec__wrap {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .worldrec__wrap {
    width: auto;
    padding: 0 24px;
    flex-direction: column;
  }
}
.worldrec__head {
  width: 544px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .worldrec__head {
    width: 100%;
    padding: 0;
    margin: 0 0 24px;
  }
}
.worldrec__title {
  font-size: 6.4rem;
  font-weight: 300;
  color: #fcca00;
  margin-bottom: 8px;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
  .worldrec__title {
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 12px;
  }
}
.worldrec__sub {
  font-size: 3.6rem;
  margin-bottom: 32px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .worldrec__sub {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
.worldrec__txt {
  font-size: 1.6rem;
  color: #fff;
}
.worldrec__inline {
  display: inline-block;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .worldrec__inline {
    display: flex;
    justify-content: center;
  }
}
.worldrec dl {
  width: 662px;
  height: 93px;
  background-color: #222222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .worldrec dl {
    width: 100%;
    height: auto;
    padding: 16px;
    flex-direction: column;
    justify-content: start;
    border-radius: 15px;
  }
}
.worldrec dl dt {
  display: flex;
  font-size: 1.6rem;
  color: #fff;
  padding-left: 24px;
  flex: 1;
}
.worldrec dl dt p {
  margin: auto 0;
}
.worldrec dl dt img {
  margin: auto 0;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .worldrec dl dt img {
    padding-right: 8px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .worldrec dl dt {
    text-align: start;
    padding-left: 0;
  }
}
.worldrec dl dd {
  font-size: 4rem;
  color: #fcca00;
  font-weight: 300;
  padding-right: 40px;
  display: flex;
  align-items: center;
}
.worldrec dl dd span + span {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .worldrec dl dd span + span {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .worldrec dl dd {
    font-size: 3.2rem;
    text-align: center;
    justify-content: space-between;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .worldrec__flag {
    width: 40px;
    min-width: 40px;
  }
}

/*Record & History*/
.rechis {
  padding: 80px 0 0;
}
.rechis__recbox {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .rechis__recbox {
    padding: 0 24px;
    flex-direction: column;
    padding-bottom: 48px;
  }
}
.rechis__head {
  width: 584px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .rechis__head {
    width: 100%;
    padding: 0;
    margin: 0 0 32px;
  }
}
.rechis__title {
  font-size: 6.4rem;
  font-weight: 300;
  color: #0050a5;
  margin-bottom: 8px;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
  .rechis__title {
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 8px;
  }
}
.rechis__sub {
  font-size: 3.6rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .rechis__sub {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 38px;
  }
}
.rechis__txt {
  font-size: 1.6rem;
}
.rechis__dl {
  width: 586px;
  height: 93px;
  background-color: #f5f5f5;
  display: flex;
  margin-bottom: 15px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .rechis__dl {
    width: 100%;
  }
}
.rechis__dt {
  width: 70%;
  font-size: 1.6rem;
  text-align: end;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .rechis__dt {
    width: 60%;
    text-align: start;
    padding-left: 24px;
  }
}
.rechis__dd {
  width: 30%;
  font-size: 1.6rem;
  text-align: center;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .rechis__dd {
    width: 40%;
  }
}
.rechis__dd-num {
  font-family: "Jost", sans-serif;
  font-size: 6.4rem;
  color: #0050a5;
  font-weight: 300;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .rechis__dd-num {
    font-size: 3.8rem;
  }
}
.rechis__notes {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  text-align: end;
}
.rechis__his {
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .rechis__his {
    padding-bottom: 0;
  }
}
.rechis__his__img {
  width: 670px;
}
.rechis__his__title {
  font-size: 2rem;
  color: #0050a5;
  display: flex;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .rechis__his__title {
    font-size: 1.8rem;
    padding-bottom: 8px;
  }
}
.rechis__his__title .-year {
  font-family: "Jost", sans-serif;
  font-size: 3.8rem;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .rechis__his__title .-year {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
}
.rechis__his__title img {
  max-width: 150px;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .rechis__his__title img {
    max-width: 110px;
  }
}
.rechis__his__txt {
  font-size: 1.6rem;
}
.rechis__his .splide__slide {
  min-width: 670px;
  min-height: 520px;
}
@media screen and (max-width: 767px) {
  .rechis__his .splide__slide {
    min-width: calc(100% - 80px);
    flex-direction: column;
    min-height: 500px;
  }
}
.rechis__his .splide__slide .rechis__his__txtbox {
  display: none;
  margin: 0;
  width: 0;
}
.rechis__his .splide__slide.is-active {
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  .rechis__his .splide__slide.is-active {
    min-width: calc(100% - 80px);
  }
}
.rechis__his .splide__slide.is-active .rechis__his__txtbox {
  display: inline;
  width: 530px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .rechis__his .splide__slide.is-active .rechis__his__txtbox {
    width: auto;
    padding: 24px 0;
  }
}

/*history year-carousel*/
.rechis__his__year {
  width: 996px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .rechis__his__year {
    width: calc(100vw - 32px);
  }
}
.rechis__his__year .splide__track {
  width: 836px;
  height: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .rechis__his__year .splide__track {
    width: calc(100vw - 130px);
  }
}
.rechis__his__year .year__none {
  opacity: 1;
  content: "●";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #bfbfbf;
  border-radius: 50%;
}
.rechis__his__year .year__item {
  opacity: 0;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  color: #0050a5;
  height: 32px;
  padding: 5px 16px;
  margin: auto;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.rechis__his__year .splide__slide {
  position: relative;
  margin: 0;
  max-width: 80px;
}
.rechis__his__year .splide__slide.is-active .year__none {
  opacity: 0;
}
.rechis__his__year .splide__slide.is-active .year__item {
  opacity: 1;
}
.rechis__his__year .splide__slide::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 90px;
  background-color: #bfbfbf;
  left: -4px;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .rechis__his__year .splide__slide::before {
    width: 67px;
  }
}
@media screen and (max-width: 767px) {
  .rechis__his__year .splide__slide {
    max-width: 56px;
  }
}
.rechis__his__year .splide__slide:first-child::before {
  display: none;
}
.rechis__his__year .splide__arrow svg {
  display: none;
}
.rechis__his__year .splide__arrow--prev, .rechis__his__year .splide__arrow--next {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #0050a5;
  border: 1px solid #0050a5;
  overflow: hidden;
  opacity: 1;
}
.rechis__his__year .splide__arrow--prev:hover, .rechis__his__year .splide__arrow--next:hover {
  opacity: 0.5;
}
.rechis__his__year .splide__arrow--prev::before, .rechis__his__year .splide__arrow--next::before {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
}
.rechis__his__year .splide__arrow--prev::after, .rechis__his__year .splide__arrow--next::after {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  width: 17px;
  height: 2px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .rechis__his__year .splide__arrow--prev:hover, .rechis__his__year .splide__arrow--next:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .rechis__his__year .splide__arrow--prev:hover, .rechis__his__year .splide__arrow--next:hover {
    opacity: 1;
  }
}
.rechis__his__year .splide__arrow--prev {
  left: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .rechis__his__year .splide__arrow--prev {
    margin-right: 16px;
  }
}
.rechis__his__year .splide__arrow--next {
  right: 0;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}

/*future*/
.future {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .future {
    padding: 80px 0;
  }
}
.future__wrap {
  display: flex;
  max-width: 1728px;
  padding: 0 36px 80px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .future__wrap {
    padding: 0 24px;
    flex-direction: column;
  }
}
.future__wrap.timing {
  padding: 0 36px;
}
@media screen and (max-width: 767px) {
  .future__wrap.timing {
    padding: 80px 24px 0;
  }
}
.future__head {
  width: 544px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .future__head {
    width: 100%;
    padding: 0;
    margin: 0 0 24px;
  }
}
.future__title {
  font-size: 6.4rem;
  font-weight: 300;
  color: #0050a5;
  margin-bottom: 8px;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
  .future__title {
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 12px;
  }
}
.future__sub {
  font-size: 3.6rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .future__sub {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
.future__txt {
  font-size: 1.6rem;
}
.future__inline {
  display: inline-block;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .future__inline {
    display: flex;
    justify-content: center;
  }
}
.future__link {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0050a5;
  display: flex;
  align-items: center;
  transition: padding-left 0.2s;
}
@media screen and (max-width: 767px) {
  .future__link {
    justify-content: center;
    margin: 0 auto 0;
  }
}
.future__link:hover {
  padding-left: 5px;
}
.future__link:hover .circle:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.future__link:hover .circle:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.future__content {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .future__content {
    flex-direction: column;
  }
}
.future__box {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .future__box {
    max-width: 9999px;
  }
}
.future__box + .future__box {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .future__box + .future__box {
    margin: 32px 0 0;
  }
}
.future__box__txt {
  font-size: 1.6rem;
  margin-top: 16px;
  color: #000;
}
.future__box__link:hover {
  opacity: 1;
}
.future__box__link:hover .future__box__txt {
  color: #0050a5;
}
.future__box__link:hover img {
  transform: scale(1.1, 1.1);
  transition-duration: 0.2s;
}
.future__box__img {
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
}
.future__box__img img {
  transform: scale(1, 1);
  transition: transform 0.2s ease-out;
}

/*timing team*/
.timing__wrap {
  display: flex;
  max-width: 1728px;
  padding: 0 36px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .timing__wrap {
    padding: 80px 24px 0;
    flex-direction: column;
  }
}

.future .-movie {
  position: relative;
}
.future .-movie .movie__button {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.future .-movie .movie__play {
  position: relative;
  display: block;
  width: 88px;
  height: 88px;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 80px;
}
.future .-movie .movie__play::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 37%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.19em solid transparent;
  border-left: 0.35em solid currentColor;
  box-sizing: border-box;
}

/*contents*/
.contents {
  padding-bottom: 100px;
}
.contents_bg {
  position: relative;
}
.contents_bg__img img {
  margin: 0 auto;
}
.contents_bg__logo {
  background-color: #000;
  padding: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contents .c-h2 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .contents .c-h2 {
    margin-top: 32px;
  }
}
.contents .c-content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contents .c-content {
    margin-top: 24px;
  }
}
.contents .c-content__title {
  text-align: left;
}

/*HBM*/
.hbmlink {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .hbmlink {
    padding: 0 24px;
    padding-bottom: 80px;
  }
}
.hbmlink__title {
  width: 100%;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .hbmlink__title {
    width: auto;
    padding: 0;
    border: none;
  }
}
.hbmlink__head {
  position: relative;
  font-family: "Anton", sans-serif;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hbmlink__head {
    font-size: 3.2rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
.hbmlink__txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .hbmlink__txt {
    margin-bottom: 0;
    padding: 0 24px;
  }
}
.hbmlink__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .hbmlink__box {
    flex-direction: column;
  }
}
.hbmlink__item {
  width: 30%;
  position: relative;
}
.hbmlink__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  background-color: #fcca00;
  top: -24px;
  right: 24px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .hbmlink__item::before {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .hbmlink__item {
    width: 100%;
    padding-left: 24px;
    margin-bottom: 76px;
  }
}
.hbmlink__item:hover .hbmlink__item__img img {
  transform: scale(1.1, 1.1);
  transition-duration: 0.2s;
}
.hbmlink__item__img {
  overflow: hidden;
  isolation: isolate;
}
.hbmlink__item__img img {
  transform: scale(1, 1);
  transition: transform 0.2s ease-out;
}
.hbmlink__item__date {
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 24px;
  color: #000;
  margin-top: 16px;
}
.hbmlink__item__date::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(/assets/images/calendar-icon.svg) no-repeat;
}
.hbmlink__item__title {
  color: #000;
  font-size: 1.6rem;
  margin-top: 16px;
}

/*relation link*/
.relation {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .relation {
    padding: 0 24px 80px;
  }
}
.relation__title {
  font-size: 2.4rem;
  padding-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .relation__title {
    padding-bottom: 24px;
  }
}
.relation__box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .relation__box {
    flex-direction: column;
  }
}
.relation__txt {
  font-size: 1.6rem;
  color: #000;
  position: relative;
  padding-left: 24px;
  margin-top: 16px;
}
.relation__txt::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 13px;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: url(/assets/images/icn_blank_black.svg) no-repeat left 1rem;
}
.relation__img {
  overflow: hidden;
  isolation: isolate;
}
.relation__img img {
  transform: scale(1, 1);
  transition: transform 0.2s ease-out;
}
.relation__item {
  padding-right: 24px;
}
.relation__item:last-child {
  padding: 0;
}
.relation__item:hover .relation__txt {
  color: #0050a5;
}
.relation__item:hover img {
  transform: scale(1.1, 1.1);
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .relation__item {
    padding-right: 0;
    padding-bottom: 24px;
  }
}

.circle {
  display: block;
  width: 38px;
  height: 38px;
  margin-left: 16px;
  border-radius: 50%;
  background-color: #fcca00;
  position: relative;
  overflow: hidden;
}
.circle:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-in-out;
}
.circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 31%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fcca00;
  border-right: 2px solid #fcca00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-button:hover .circle:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}

.c-button:hover .circle:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*モーダル（動画）*/
.c-openMovieModal {
  cursor: pointer;
}

.c-openMovieModal .c-movieModal__content {
  display: none;
}

.c-movieModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: none 0.3s;
}

.c-movieModal.-active {
  opacity: 1;
  pointer-events: auto;
}

.c-movieModal.-active .c-movieModal__cols {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.c-movieModal.-active .c-movieModal__cols:before,
.c-movieModal.-active .c-movieModal__cols:after {
  -moz-transition: all 0.2s 0.4s;
  -o-transition: all 0.2s 0.4s;
  -webkit-transition: all 0.2s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.2s 0.4s;
  opacity: 1;
}

.c-movieModal.-active .c-movieModal__cols:before {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-movieModal.-active .c-movieModal__cols:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-movieModal__cols {
  display: flex;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition: all 0.2s 0.2s;
  -o-transition: all 0.2s 0.2s;
  -webkit-transition: all 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: all 0.2s 0.2s;
}

.c-movieModal__cols:before,
.c-movieModal__cols:after {
  content: "";
  position: absolute;
  right: -4px;
  top: -37px;
  width: 38px;
  height: 4px;
  background-color: #fff;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.c-movieModal__cols:before {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.c-movieModal__cols:after {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.c-movieModal__inner {
  position: relative;
  max-width: 840px;
}

.c-movieModal__content {
  position: relative;
  width: 360px;
  padding: 60px 36px;
  background-color: #fff;
}

/*モーダル（画像）*/
.c-openImgModal {
  cursor: pointer;
}

.c-imgModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-imgModal.-active {
  opacity: 1;
  pointer-events: auto;
}

.c-imgModal.-active .c-imgModal__inner {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.c-imgModal.-active .c-imgModal__inner:before,
.c-imgModal.-active .c-imgModal__inner:after {
  opacity: 1;
}

.c-imgModal.-active .c-imgModal__inner:before {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-imgModal.-active .c-imgModal__inner:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-imgModal__inner {
  position: relative;
  max-width: 840px;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition: all 0.2s 0.2s;
  -o-transition: all 0.2s 0.2s;
  -webkit-transition: all 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: all 0.2s 0.2s;
}

.c-imgModal__inner img {
  max-width: 100%;
  max-height: 100vh;
}

.c-imgModal__inner:before,
.c-imgModal__inner:after {
  content: "";
  position: absolute;
  right: -4px;
  top: -37px;
  width: 38px;
  height: 4px;
  background-color: #fff;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  -moz-transition: all 0.2s 0.4s;
  -o-transition: all 0.2s 0.4s;
  -webkit-transition: all 0.2s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.2s 0.4s;
}

.c-imgModal__inner:before {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.c-imgModal__inner:after {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/*モーダル（動画）*/
@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-movieModal {
    padding: 20px 14%;
  }
}
@media print, screen and (max-width: 767px) {
  .c-movieModal {
    padding: 20px 5.33333%;
  }
  .c-movieModal__cols {
    display: block;
    width: 100%;
  }
  .c-movieModal__cols:before,
  .c-movieModal__cols:after {
    top: -28px;
    width: 29px;
    height: 3px;
  }
  .c-movieModal__inner {
    width: 100%;
  }
  .c-movieModal__content {
    width: 100%;
    padding: 30px 20px;
  }
  .c-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .c-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}