:root {
  --mainColor: #d0121b;
  --sub1: #ea5504;
  --sub2: #dae000;
  --sbz1: #0052a4;
  --sbz2: #7dcce5;
}

html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
  /* background-color: #ebebeb; */
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

p {
  margin: 0;
}

main {
  width: 90%;
  margin: 1em auto;
  max-width: 1200px;
}

img {
  display: block;
}

.tsume {
  font-feature-settings: "palt";
}

/* --------------------- */

/* トップのロゴ */

/* --------------------- */

#topLogo {
  width: 80%;
  margin: 5em auto 1em;
  position: relative;
  max-width: 400px;
}

#topLogo img {
  position: relative;
  z-index: 11;
}

#dm11 {
  --diameter: 44%;
  border-width: 1vh;
  border-width: 0.6em;
  transform: rotate(30deg);
}

#dm12 {
  --diameter: 62%;
  border-width: 2vh;
  border-width: 1.2em;
  transform: rotate(45deg);
}

#dm13 {
  --diameter: 54%;
  border-width: 3vh;
  border-width: 1.8em;
  transform: rotate(14deg);
}

#dm21 {
  --diameter: 55%;
  border-width: 0.5vh;
  border-width: 0.3em;
  transform: rotate(100deg);
  animation-delay: 0.2s;
}

#dm22 {
  --diameter: 65%;
  border-width: 1vh;
  border-width: 0.6em;
  transform: rotate(63deg);
  animation-delay: 0.2s;
}

#dm23 {
  --diameter: 78%;
  border-width: 2vh;
  border-width: 1.2em;
  transform: rotate(116deg);
  animation-delay: 0.2s;
}

#dm31 {
  --diameter: 75%;
  border-width: 1vh;
  border-width: 0.6em;
  transform: rotate(252deg);
  animation-delay: 0.4s;
  z-index: 9;
}

#dm32 {
  --diameter: 103%;
  border-width: 2vh;
  border-width: 1.2em;
  transform: rotate(213deg);
  animation-delay: 0.4s;
  z-index: 9;
}

#dm33 {
  --diameter: 134%;
  border-width: 3vh;
  border-width: 1.8em;
  transform: rotate(232deg);
  animation-delay: 0.4s;
  z-index: 9;
}

#dm41 {
  --diameter: 81%;
  border-width: 1vh;
  border-width: 0.6em;
  transform: rotate(4deg);
  animation-delay: 0.6s;
}

#dm42 {
  --diameter: 94%;
  border-width: 2vh;
  border-width: 1.2em;
  transform: rotate(71deg);
  animation-delay: 0.6s;
}

#dm43 {
  --diameter: 113%;
  border-width: 3vh;
  border-width: 1.8em;
  transform: rotate(47deg);
  animation-delay: 0.6s;
}

#dm51 {
  --diameter: 83%;
  border-width: 1vh;
  border-width: 0.6em;
  transform: rotate(196deg);
  animation-delay: 0.7s;
}

#dm52 {
  --diameter: 97%;
  border-width: 2vh;
  border-width: 1.2em;
  transform: rotate(134deg);
  animation-delay: 0.7s;
  z-index: -2;
}

#dm53 {
  --diameter: 114%;
  border-width: 3vh;
  border-width: 1.8em;
  transform: rotate(167deg);
  animation-delay: 0.7s;
  z-index: -1;
}

.arc {
  border-right: 0 solid;
  border-top: 0 solid;
  border-top-right-radius: 100%;
  transform-origin: 0% 100%;
  position: absolute;
  box-sizing: border-box;
  left: 58.93%;
  animation: arcAnime 1s both;
}

@keyframes arcAnime {
  0% {
    width: calc(var(--diameter) * 0.3);
    height: calc(var(--diameter) * 0.5);
    top: calc(50% - var(--diameter) * 0.5);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    width: calc(var(--diameter) * 0.61);
    height: var(--diameter);
    top: calc(50% - var(--diameter));
    opacity: 0.8;
  }
}

.bc1 {
  border-color: var(--mainColor);
}

.bc2 {
  border-color: var(--sub1);
}

.bc3 {
  border-color: var(--sub2);
}

.bc4 {
  border-color: var(--sbz1);
}

.bc5 {
  border-color: var(--sbz2);
}

/* --------------------- */

/* トップのロゴここまで */

/* --------------------- */

/* --------------------- */

/* メインコピーここから */

/* --------------------- */

#mainCopy {
  margin-top: 5em;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 800;
  font-size: 2.5em;
  color: #231f20;
  line-height: 1;
}
#mainCopy .mainCopyPart {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.1em;
  line-height: .9;
}

.breakText span {
  display: inline-block;
  /* スマホでは改行 */
}

.mainCopyPart .noto {
  font-size: 0.9em;
  font-weight: 900;
  margin-top: 0.2em;
  line-height: 1.2;
}

#mainCopy .alfa {
  margin-top: 1em;
  font-size: 1.1em;
  color: #fff;
  margin-bottom: 0.5em;
  /* filter: drop-shadow(2px 4px 15px #888); */
  font-family: "Noto Sans JP", sans-serif;
  background: -webkit-linear-gradient(
    325deg,
    var(--sub1),
    var(--sub2),
    var(--mainColor),
    var(--sbz1),
    var(--sbz2)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
}

.mainCopyPart.alfa span {
  font-size: 1.5em;
  font-family: "yugothic", "yu gothic", sans-serif;
}

.mainCopyPart.alfa span.small {
  font-size: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-left: 0.1em;
}

/*  */

#mainCopy p {
  /* background: -webkit-linear-gradient(
    325deg,
    var(--sub1),
    var(--sub2),
    var(--mainColor),
    var(--sbz1),
    var(--sbz2)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-weight: 700;
  font-size: 0.5em;
  line-height: 1.8;
  /* transition: all 3s ease; */
}

/* --------------------- */

.fadeInUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

#mainCopy p:nth-child(2).fadeUp {
  animation-delay: 0.5s;
}

#mainCopy p:nth-child(3).fadeUp {
  animation-delay: 1s;
}

#mainCopy p:nth-child(4).fadeUp {
  animation-delay: 1.5s;
}

#mainCopy p:nth-child(5).fadeUp {
  animation-delay: 2s;
}
#mainCopy p:nth-child(6).fadeUp {
  animation-delay: 2.5s;
}
#mainCopy p:nth-child(7).fadeUp {
  animation-delay: 3s;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --------------------- */

/* メインコピーここまで */

/* --------------------- */

section {
  margin-top: 1em;
}

.sectionTitle {
  border-top: 1px solid #000;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 3em 0 0.5em;
  color: #999;
  font-size: 1.7em;
  width: 100vw;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.sectionTitle_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 2em;
}

.sectionTitle div:last-child {
  font-size: 0.6em;
  color: initial;
  margin-left: 1em;
  padding-top: 0.2em;
}

/* .sectionInner {
  background-color: #f1efef;
  padding: 1.2em 1.5em;
  margin-bottom: 1em;
} */
.sectionInner_news li {
  background-color: #f1efef;
  list-style: none;
  padding: 1.2em 1.5em;
  margin-bottom: 1em;
}

.sectionInner h2,
.sectionInner_news li .news-title {
  margin: 0 0 0.5em 0;
  line-height: 1.5;
  font-size: 1.1em;
  color: var(--mainColor);
  font-weight: 600;
}

.sectionInner h2 p,
.sectionInner_news li .news-date {
  color: initial;
  font-weight: initial;
}

.sectionInner p,
.sectionInner_news li .news-body {
  font-size: 0.9em;
}

.sectionInner_news li .news-body a {
  display: block;
  text-align: right;
  text-decoration: underline;
  margin-top: 0.6em;
}

.sectionInner a {
  text-decoration: underline;
  font-weight: bold;
  /* font-size: .8em;
    text-align: right;
    display: block;
    line-height: 1.1; */
}

.businessInnerWrapper {
  display: flex;
  justify-content: space-between;
}

.businessInner {
  padding: 2em 1.5em;
  width: 27%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
}

.businessInner > p {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

.businessCopy {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 3em;
  font-weight: 800;
  color: #f1efef;
  line-height: 1;
  position: absolute;
}

.businessCopy p {
  margin: 0;
}

.alignR {
  text-align: right;
}

#cas > .businessCopy {
  transform: rotate(350deg);
  top: 0em;
  left: -0.2em;
  width: 426px;
}

#sup > .businessCopy {
  transform: rotate(7deg);
  top: 0em;
  left: 0.5em;
  width: 347px;
}

#con > .businessCopy {
  transform: rotate(351deg);
  top: 0.1em;
  left: -0.1em;
  width: 403px;
}

.businessTitle {
  text-align: center;
  line-height: 1.2;
  font-size: 1.8em;
  margin: 0 0 2em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  height: 3em;
}

.businessTitle::before,
.businessTitle::after {
  content: "";
  background-image: url(../img/logoArc3.svg);
  background-repeat: no-repeat;
  width: 1em;
  height: 3em;
  display: block;
}

.businessTitle::after {
  transform: rotate(180deg);
}

/* .businessTitle p:last-child {
    font-weight: normal;
    font-size: .8em;
} */

.businessInner img {
  margin: 0 auto;
  width: 50%;
}

/* ---------------------- */

/* .athlete {
    text-align: center;
    font-size: .8em;
    line-height: 3;
    margin-top: 1em;
}

.athleteList {
    display: flex;
    justify-content: space-around;
    font-size: 1.2em;
}

.athleteList a img {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
} */

#cas > a img {
  margin-top: 3em;
}

/* ---------------------- */

#corporate table {
  width: 100%;
}

#corporate th {
  width: 6em;
  font-size: 0.7em;
  color: #555;
  width: 15%;
}

#corporate table td,
th {
  border-top: 1px solid #aaa;
  font-size: 0.8em;
  line-height: 1.4;
  padding: 0.5em;
}

#corporate table td {
  padding-left: 1em;
}

td ul {
  padding: initial;
}

td li {
  font-size: 1em;
  list-style: none;
  padding-bottom: 0.3em;
}

#corporate table tr:last-child td,
#corporate table tr:last-child th {
  border-bottom: 1px solid #aaa;
}

/* ---------------------- */

.button {
  margin: 3em auto;
  padding: 1em;
  background: #fff;
  display: block;
  border-radius: 0.5em;
  width: 17em;
  text-align: center;
  box-shadow: 0 0 1em #bbb;
}

.button a {
  display: block;
}

.button:hover {
  background-color: var(--mainColor);
  color: #fff;
}

.button a:hover {
  opacity: 1;
}

.privacy {
  display: block;
}

.privacy ul {
  list-style-type: disc;
}

.privacy > ol ol li {
  list-style-type: none;
  counter-increment: cnt;
}

.privacy > ol ol li::before {
  content: "(" counter(cnt) ") ";
}

.page {
  text-align: left;
  font-size: 0.7em;
}

footer {
  font-size: 0.7em;
  text-align: center;
  padding: 1em;
  background: white;
}

footer div {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

footer div a {
  text-decoration-line: underline;
}

/* --------------------- */

/* スマホ */

/* --------------------- */

@media screen and (max-width: 768px) {
  #topLogo {
    margin-top: 3em;
  }
  #mainCopy {
    font-size: 8.3vw;
  }
  .businessInnerWrapper {
    display: block;
  }
  .businessInner {
    width: auto;
    margin-bottom: 1em;
  }
  #cas > a img {
    margin-top: 3em;
  }
  #corporate th {
    width: 20%;
  }
  footer div {
    display: block;
  }
  #dm11 {
    border-width: 1.8vw;
  }
  #dm12 {
    border-width: 3.6vw;
  }
  #dm13 {
    border-width: 5.4vw;
  }
  #dm21 {
    border-width: 0.9vw;
  }
  #dm22 {
    border-width: 1.8vw;
  }
  #dm23 {
    border-width: 3.6vw;
  }
  #dm31 {
    border-width: 1.8vw;
  }
  #dm32 {
    border-width: 3.6vw;
  }
  #dm33 {
    border-width: 5.4vw;
  }
  #dm41 {
    border-width: 1.8vw;
  }
  #dm42 {
    border-width: 3.6vw;
  }
  #dm43 {
    border-width: 5.4vw;
  }
  #dm51 {
    border-width: 1.8vw;
  }
  #dm52 {
    border-width: 3.6vw;
  }
  #dm53 {
    border-width: 5.4vw;
  }

  .breakText span {
  display: block;
}

}
