@charset "UTF-8";
.contentswidth {
  width: 1020px !important;
  margin: 0 auto;
}

.contentswidthlarge {
  width: 1500px;
  margin: 0 auto;
}

.cp_titlestyle {
  display: block;
  padding: 15px 10px;
  margin: 0 auto 30px;
  background-color: #001e50;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.cp_readtext {
  display: block;
  margin: 0 auto 45px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #000;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pcnone {
  display: none !important;
}

.spnone {
  display: block !important;
}

.button {
  font-size: 3.2rem;
  padding: 22.5px 25px;
}
.button:link, .button:visited, .button:active {
  background-color: #001e50;
  color: #fff;
}
.button:hover {
  background-color: #00b0f0;
  color: #fff;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.mainimageheader {
  text-align: left;
}
.mainimageheader span {
  display: inline-block;
  text-align: left;
}

.support-text {
  font-size: 2.4rem;
}
.support-text_2 {
  font-size: 3.6rem;
}
.support-text span {
  font-weight: bold;
}

.lineup p {
  margin-bottom: 25px;
}
.lineup-notice {
  margin-bottom: 25px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.lineup-notice__underline {
  text-decoration: underline;
}
.lineup-detail {
  margin-bottom: 75px;
}

.dwa-present {
  margin: 50px 0;
  font-size: 2.4rem;
}
.dwa-present span {
  font-weight: bold;
}
.dwa-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 75px;
  padding: 0;
}
.dwa-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  margin: 0 0 25px;
  list-style: none;
  padding: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.dwa-list > li img {
  width: 100%;
}

.sample {
  background-color: #01a3e4;
  color: #fff;
  text-align: center;
  display: block;
}

.sample .text {
  text-align: left;
  display: inline-block;
}

.title {
  padding: 15px 0;
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  color: #000;
}

.title2 {
  padding: 15px 0;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #000;
}

.fsss {
  font-size: 60%;
}

.shadow {
  -webkit-box-shadow: 0 0 15px #B6B6B6;
          box-shadow: 0 0 15px #B6B6B6;
}

.border {
  border: 3px solid #001e50;
  padding: 25px;
  margin-top: 50px;
}

.border2 {
  border: 3px solid #00A0E2;
  padding: 25px 30px 0;
  margin-top: 50px;
}

.headerlogo {
  top: 96px; /* 3/4a */
}

.headerlogo__symbol {
  width: 128px; /* 横幅の8.5% */
  height: 128px;
}

.headerlogo > :nth-child(2) {
  padding: 0 32px; /* 1/4a */
}

.headerlogo > :first-child {
  height: 4px; /* 直径/32(最小2px) */
}

.headerlogo > :last-child {
  height: 4px;
}

.header.is-hide .headerlogo {
  top: -180px;
}

/* media query 部 */
@media only screen and (max-width: 767px) {
  .contentswidth {
    width: 100% !important;
  }
  .contentswidthlarge {
    width: 450px !important;
  }
  .flex {
    display: block;
  }
  .cp_titlestyle {
    padding: 15px 5px;
    margin: 0 auto 20px;
    font-size: 2rem;
    text-align: left;
  }
  .cp_readtext {
    margin: 0 auto 30px;
    font-size: 1.8rem;
    text-align: left;
  }
  .pcnone {
    display: block !important;
  }
  .spnone {
    display: none !important;
  }
  .button {
    font-size: 2rem;
  }
  .support-text {
    font-size: 1.6rem;
  }
  .support-text_2 {
    font-size: 2rem;
  }
  .lineup p {
    margin-bottom: 25px;
  }
  .dwa-present {
    margin: 25px 0;
    font-size: 1.8rem;
  }
  .dwa-list {
    display: block;
  }
  .contentsh1--sp16rem {
    font-size: 1.6rem;
  }
  .sptac {
    text-align: center;
  }
  .title {
    font-size: 2.6rem;
  }
  .title2 {
    font-size: 2.2rem;
  }
  .mt50px {
    margin-top: 25px !important;
  }
  .headerlogo__symbol {
    width: 38px;
    height: 38px;
  }
  .headerlogo > :nth-child(2) {
    padding: 0 9.5px; /* 1/4a */
  }
  .headerlogo > :first-child {
    height: 2px; /* 直径/32(最小2px) */
  }
  .headerlogo > :last-child {
    height: 2px;
  }
  .headerlogo {
    top: 28.5px; /* 3/4a */
  }
}