.u-color__text--main {
  color: var(--color-secondary);
}

.control-alert {
  position: absolute;
  left: 0;
  top: 75px;
  z-index: 9;
  width: 100%;
}

/* =======================================
 FV
 ======================================= */
#index-view {
  padding-top: 0 !important;
}

.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100lvh;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.is-start .fv {
  opacity: 1;
}
@media only screen and (max-width: 719px) {
  .fv {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fv__slider {
  width: 100%;
  height: 100%;
}
.fv__slider__item {
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
@media only screen and (max-width: 719px) {
  .fv__slider__item {
    width: 100%;
    height: 100dvh;
  }
}
.fv__slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__slider__item.swiper-slide-active img {
  -webkit-animation: zoomOut 6s linear 0s normal both;
          animation: zoomOut 6s linear 0s normal both;
}
@media only screen and (max-width: 719px) {
  .fv__overlay {
    width: 100%;
    height: 172px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
  }
}
.fv__txtfield {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 10;
}
@media only screen and (max-width: 719px) {
  .fv__txtfield {
    bottom: 25px;
  }
}
.fv__subttl {
  font-family: var(--font-en);
  font-size: 87.41px;
  font-weight: bold;
  line-height: 1;
}
.fv__subttl::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1) * 0.5em);
}
.fv__subttl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media only screen and (max-width: 999px) {
  .fv__subttl {
    font-size: 69.928px;
  }
}
@media only screen and (max-width: 719px) {
  .fv__subttl {
    font-size: 40px;
  }
}
.fv__ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 30px;
  line-height: 1.5;
}
.fv__ttl::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.fv__ttl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media only screen and (max-width: 719px) {
  .fv__ttl {
    font-size: 13px;
    line-height: 1.4;
  }
  .fv__ttl::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
  }
  .fv__ttl::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
  }
  .fv__ttl {
    margin-top: 10px;
  }
}
.fv__btn {
  width: 179px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 719px) {
  .fv__btn {
    width: 125px;
    right: 5px;
    bottom: 5px;
  }
}
.fv__btn.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* =======================================
 RECOM
 ======================================= */
.recommend {
  width: 100%;
  padding: 90px 0 120px;
  background: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/top/bg_recommend.webp) no-repeat 50%;
  background-size: cover;
}
.no-webp .recommend {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/top/bg_recommend.jpg);
}
@media only screen and (max-width: 719px) {
  .recommend {
    padding: 60px 0 90px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/top/bg_recommend_sp.webp);
  }
  .no-webp .recommend {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/top/bg_recommend_sp.jpg);
  }
}

/* =======================================
 NEWS
 ======================================= */
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 100px);
  margin: 150px 0 0 auto;
  border-radius: 120px 0 0 120px;
  padding: 120px 100px 120px 120px;
  background-color: var(--color-red);
}
@media only screen and (max-width: 999px) {
  .news {
    padding: 80px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 50px);
    border-radius: 80px 0 0 80px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 719px) {
  .news {
    width: calc(100% - 16px);
    margin-top: 88px;
    padding: 70px 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 386px;
  gap: 30px;
}
@media only screen and (max-width: 999px) {
  .news__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    gap: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 719px) {
  .news__head {
    display: contents;
  }
}
.news__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 999px) {
  .news__list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
.news__item {
  width: 100%;
}
.news__item + .news__item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid var(--color-red-light);
}
@media only screen and (max-width: 719px) {
  .news__item + .news__item {
    border-top-width: 1px;
  }
}
.news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 30px;
  padding-right: 50px;
  background: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/top/ico_news_arrow.svg) no-repeat right 50%;
  background-size: 25px;
}
@media only screen and (max-width: 719px) {
  .news__item a {
    gap: 10px;
    padding-right: 0;
    background: none;
  }
}
.news__item__img {
  width: 200px;
  height: 133px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .news__item__img {
    width: 120px;
    height: 80px;
  }
}
.news__item__img img {
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__item__txtfield {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 10px;
}
@media only screen and (max-width: 719px) {
  .news__item__txtfield {
    gap: 10px;
  }
}
.news__item__date {
  font-size: 13px;
  font-family: var(--color-gold);
  font-weight: bold;
  color: var(--color-gold);
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 719px) {
  .news__item__date {
    font-size: 11px;
  }
}
.news__item__cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 8px;
  padding-inline: 8px;
  border: 1px solid;
  border-radius: 10px;
}
.news__item__txt {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.news__item__txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.news__item__txt::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.news__item__txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 719px) {
  .news__item__txt {
    font-size: 13px;
  }
}

.cover {
  width: 100%;
  height: 280px;
}
@media only screen and (max-width: 719px) {
  .cover {
    height: 150px;
  }
}
.cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =======================================
 competition
 ======================================= */
.competition {
  width: 100%;
  padding: 120px 0 130px;
  background: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/top/bg_competition.webp) no-repeat 50%;
  background-size: cover;
}
.no-webp .competition {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/top/bg_competition.jpg);
}
@media only screen and (max-width: 719px) {
  .competition {
    padding: 90px 0;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-block: -1px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/top/bg_competition_sp.webp);
  }
  .no-webp .competition {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/top/bg_competition_sp.jpg);
  }
}
.competition__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 50px;
  padding: 80px 100px;
  border-radius: 120px;
  background-color: var(--color-competition-dark);
}
@media only screen and (max-width: 719px) {
  .competition__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
    border-radius: 50px;
    padding: 40px 30px;
  }
}
.competition__column__txtfield {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 719px) {
  .competition__column__txtfield {
    width: 100%;
  }
}
.competition__column__img {
  width: 44.2307692308%;
}
@media only screen and (max-width: 719px) {
  .competition__column__img {
    width: 100%;
  }
}
.competition__column__img img {
  border-radius: 15px;
}
.competition__column__subttl {
  font-size: 15px;
  font-weight: bold;
  color: var(--color-gold);
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.competition__column__subttl::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.competition__column__subttl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.competition__column__subttl {
  margin-bottom: 16px;
}
@media only screen and (max-width: 719px) {
  .competition__column__subttl {
    font-size: 12px;
    line-height: 1.35;
  }
  .competition__column__subttl::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.35) * 0.5em);
  }
  .competition__column__subttl::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.35) * 0.5em);
  }
}
.competition__column__ttl {
  font-size: 40px;
  line-height: 1.25;
  font-weight: bold;
  font-family: var(--font-en);
}
@media only screen and (max-width: 719px) {
  .competition__column__ttl {
    font-size: 24px;
    line-height: 1.2;
  }
}
.competition__column__txt {
  font-size: 14px;
  line-height: 1.8;
}
.competition__column__txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
.competition__column__txt::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
.competition__column__txt {
  letter-spacing: 0.03em;
  margin: 40px 0 70px;
}
@media only screen and (max-width: 719px) {
  .competition__column__txt {
    font-size: 12px;
    margin: 20px 0 0;
  }
}

/* =======================================
 classical
 ======================================= */
.classical {
  width: 100%;
  padding: 154px 0 200px;
  background: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/top/bg_classical.webp) no-repeat 50%;
  background-size: cover;
}
.no-webp .classical {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/top/bg_classical.jpg);
}
@media only screen and (max-width: 719px) {
  .classical {
    padding: 90px 0 140px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/top/bg_classical_sp.webp);
  }
  .no-webp .classical {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/top/bg_classical_sp.jpg);
  }
}