@charset "utf-8";

#contentWrap {
  /*background-color: #000;*/
  background-color: #10212d;
  color: #fff;
  padding: 0;
  margin: 0 0 50px;
}
@media screen and (min-width:768px) {
  #contentWrap {
    padding: 0 0 50px;
    margin: 0 0 50px;
  }
}

.page__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 75/16;
  background-color: #555555;
  background-image: url(../img/brand/bg-brand.jpg);
  /*background-position: right 30% center;*/
  background-position: center center;
}

@media screen and (min-width:768px) {
  .page__hero {
    aspect-ratio: 288/32;
    background-position: center center;
  }
}

.page__hero .page__hero--title {
  font-size: 22px;
  letter-spacing: 0.2em;
}

@media screen and (min-width:768px) {
  .page__hero .page__hero--title {
    font-size: 30px;
  }
}


.layout__ptb--lg {
  padding-top: 32px;
  padding-top: clamp(32px, 20.3636363636px + 3.6363636364vw, 64px);
  padding-bottom: 32px;
  padding-bottom: clamp(32px, 20.3636363636px + 3.6363636364vw, 64px);
}
.layout__ptb--xl {
  padding-top: 64px;
  padding-top: clamp(64px, 40.7272727273px + 7.2727272727vw, 128px);
  padding-bottom: 64px;
  padding-bottom: clamp(64px, 40.7272727273px + 7.2727272727vw, 128px);
}
.layout__column--lg {
  display: flex;
  flex-direction: column;
  gap: 32px;
  gap: clamp(32px, 20.3636363636px + 3.6363636364vw, 64px);
}
.layout__column--xl {
  display: flex;
  flex-direction: column;
  gap: 64px;
  gap: clamp(64px, 40.7272727273px + 7.2727272727vw, 128px);
}


.anchor__link {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}
@media screen and (min-width:768px) {
  .anchor__link {
    margin: 0 auto 70px;
  }
}

#page__structure .anchor__link {
  max-width: 960px;
}

.anchor__link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px 24px;
}

.anchor__link ul>* {
  width: calc((100% - 24px * 0) / 1);
}

@media screen and (min-width:768px) {
  .anchor__link ul {
    flex-direction: row;
    padding: 0px 0px;
    gap: 24px 24px;
  }

  .anchor__link ul>* {
    width: calc((100% - 24px * 2) / 3);
  }
}

.anchor__link ul li a {
  position: relative;
  display: block;
  padding: 0.3em 0em;
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
  font-size: 0.9375rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width:768px) {
  .anchor__link ul li a {
    font-size: 0.875rem;
  }
}

@media screen and (min-width:768px) {
  .anchor__link ul li a {
    font-size: 0.875rem;
  }
}

.anchor__link ul li a.current:after,
.anchor__link ul li a:hover:after {
  position: absolute;
  top: 100%;
  left: calc(50% - 9px);
  width: 18px;
  height: 12px;
  border-top: #fff solid 12px;
  border-right: transparent solid 9px;
  border-left: transparent solid 9px;
  content: "";
}


#brand .text__box .text__box--logo {
  max-width: 120px;
  margin: 0 auto;
}

#brand .text__box .text__box--logo img {
  width: 100%;
}

#brand .text__box p {
  margin-top: 2em;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  font-size: clamp(14px, 12.9090909091px + 0.3409090909vw, 17px);
}

@media screen and (min-width:768px) {
  #brand .text__box p {
    line-height: 3;
  }
}

#brand .brand__concept {
  /*background-color: #eee;*/
  background-position: left 40% center;
  background-repeat: no-repeat;
  background-image: url(../img/brand/bg_zerovision.jpg);
  background-size: cover;
  position: relative;
}

@media screen and (min-width:768px) {
  #brand .brand__concept {
    background-size: cover;
    background-image: url(../img/brand/bg_zerovision.jpg);
  }
}

/*#brand .brand__concept::before {
  content: "";
  display: block;
  width: 20%;
  height: 160px;
  background: url(../img/brand/bg-concept_sp.png) no-repeat right bottom / cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
}

@media screen and (min-width:768px) {
  #brand .brand__concept::before {
    width: 24%;
    height: 100%;
    background: url(../img/brand/bg-concept.png) no-repeat right center / cover;
    opacity: 1;
  }
}*/

#brand .brand__concept > .inner_1000 {
  position: relative;
}

#brand .brand__concept .title__wrapper {
  margin: 0 auto;
  width: 76%;
}

@media screen and (min-width:768px) {
  #brand .brand__concept .title__wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
}

#brand .brand__concept .title__wrapper figure {
  display: block;
  margin-top: 32px;
  margin-bottom: 24px;
}

#brand .brand__concept p {
  margin-top: 0;
  /*color: #000;*/
  font-size: 14px;
  text-align: justify;
  line-height: 2;
  padding: 1em 0;
  width: 100%;
}

@media screen and (min-width:768px) {
  #brand .brand__concept p {
    padding: 1em 10%;
    margin: 0 auto;
    text-align: center;
    line-height: 2.4;
  }
}

#brand .results {
  border-width: 5px 0px 0px 0px;
  border-style: solid;
  border: none;
}

#brand .results .results__main .block1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}

#brand .results .results__main .block1 .jisseki-01 {
  width: 280px;
  width: clamp(280px, 160.7272727273px + 37.2727272727vw, 608px);
}

#brand .results .results__main .block2 {
  margin: 40px 0px 0px 0px;
}

#brand .results .results__main .block3 {
  margin: 20px 0px 0px 0px;
}

#brand .results .results__main .block4 {
  margin: 10px 0px 0px 0px;
}

#brand .results .results__main .block4 p {
  font-size: 0.6875rem;
}

@media screen and (min-width:768px) {
  #brand .results .results__main .block4 p {
    font-size: 0.75rem;
  }
}

.midashi-primary {
  position: relative;
  z-index: 1;
  /*font-family: var(--font_family-EB_Garamond);*/
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  font-size: clamp(18px, 15.0909090909px + 0.9090909091vw, 26px);
  letter-spacing: 0.2em;
}
/*#brand .brand__concept .midashi-primary {
  color: #000;
}*/
