@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*add font-family*/
/*all*/
/*R,B*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*grid settings*/
/* media query */
.contents {
  width: 100%;
}

.p-contbg, .p-cont {
  position: relative;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

html:lang(en) .p-obi__wrap__list {
  grid-template-columns: 1fr 1fr;
  gap: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-obi__wrap__list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-sokyu, html:lang(en) .p-sokyu__l2 {
    display: block;
    text-align: center;
  }
}
html:lang(en) .p-sokyu--1 {
  gap: 0;
}
html:lang(en) .p-sokyu--2::after {
  display: none;
}
html:lang(en) .p-sokyu__l2 {
  line-height: 2.55;
  display: block;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu__r2 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list {
    grid-template-columns: 1fr;
  }
  html:lang(en) .p-nav__list .u-sp {
    display: none;
  }
  html:lang(en) .p-nav__list .u-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list__item a {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #concept .p-mv__detail,
  html:lang(en) #concept .p-mv__catch {
    line-height: 1.4;
  }
}
html:lang(en) .brandContents .anchorBtnWrap {
  background-color: #e6e6e6;
  padding: 30px 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtnWrap {
    position: static;
  }
}
html:lang(en) .brandContents .anchorBtn {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn {
    flex-direction: column;
    gap: 1px;
  }
}
html:lang(en) .brandContents .anchorBtn li {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn li {
    width: 100%;
  }
}

/* スマホのナビを遅く表示させたい場合 */
.contents .header #gLogo.logo .logo-bukkenLogo img {
  filter: invert(82%) sepia(0%) saturate(2%) hue-rotate(233deg) brightness(106%) contrast(101%);
}

/* BRAND CSS */
.p-cont {
  background-color: #f4f4f4;
}
@media only screen and (max-width: 768px) {
  .p-cont {
    background-color: #f4f4f4;
  }
}

.p-bgpnt {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: -1px;
  background-image: url("../../img/area/access/bg-acsched.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-bgpnt {
    background-size: contain;
  }
}
.p-bgpnt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../img/area/access/bg-full.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-bgpnt::after {
    background-image: url("../../img/area/access/bg-full-sp.png");
  }
}

.p-container_mx {
  width: 90%;
  padding: 1px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #262626;
  text-align: center;
}

.pageHead {
  position: relative;
}
.pageHead__ttl {
  margin: 15rem 0 10rem;
  line-height: 1.4;
  font-size: 87px;
  font-size: 8.7rem;
  color: #ac9872;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .pageHead__ttl {
    margin: 15rem 0 6rem;
    font-size: min(10vw, 6rem);
  }
}
.pageHead__lead {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10rem;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .pageHead__lead {
    margin-bottom: 5rem;
    font-size: 1.7rem;
  }
}

.corp {
  margin-bottom: 13rem;
}
@media only screen and (max-width: 768px) {
  .corp {
    margin-bottom: 9rem;
  }
}
.corp__ttl {
  width: auto;
  height: 10rem;
  min-width: 280px;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 768px) {
  .corp__ttl {
    margin: 0 auto 3rem;
    height: 7rem;
  }
}
.corp__ttl img {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .corp__txt {
    text-align: left;
  }
}
.corp__img {
  display: flex;
  gap: 3vw;
  margin: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .corp__img {
    margin: 3rem 0 2.4rem;
  }
}
.corp__img .cap {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: right;
  padding: 4px 0;
}
.corp__img .img {
  aspect-ratio: 821/560;
  width: 100%;
  height: 100%;
}
.corp__img .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.corp__img .img.mod--tall {
  aspect-ratio: 1/1.2;
}
.corp__goodimg {
  margin: 4rem auto;
  max-width: 25rem;
}
@media only screen and (max-width: 768px) {
  .corp__btn {
    margin-top: 2rem;
  }
}
.corp__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 420px;
  height: 50px;
  margin: 0 auto;
  background: #ac9872;
  font-size: 1.7rem;
  border-radius: 25px;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .corp__btn a {
    font-size: 1.4rem;
    height: 40px;
    line-height: 1;
    width: 100%;
  }
}
.corp__btn a:hover {
  background: #A67C52;
  transition: 0.3s;
}
.corp__btnlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 3vw;
}

.haseko_inner {
  border: 1px solid #949DAA;
  background-color: #fff;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 40px;
}
.haseko_inner h3 {
  background: #949DAA;
  color: #ffffff;
  padding: 10px;
  font-size: 18px;
}
.haseko_inner .haseko_lead {
  padding: 0 15px;
  max-width: 440px;
  margin: 30px auto;
  line-height: 2;
}

.haseko_inner .haseko_lead .item_hasekoLogo img {
  max-height: 85px;
}

.haseko-corporation_imgWrap {
  background: #F0F5FC;
  border-radius: 15px;
  padding: 15px;
  margin: 30px auto 0;
}

.haseko_inner .haseko_lead h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 25px auto 15px;
}

.haseko-corporation_no1 {
  max-width: 294px;
  margin: 0 auto;
}

.haseko-corporation_imgWrap h5 {
  border-top: 1px solid #bfbfbf;
  color: #A89920;
  /* font-weight: bold; */
  padding: 15px 0 0;
  font-size: 13px;
  margin: 15px auto 0;
}

.hci_box {
  justify-content: center;
}

.haseko-corporation_img {
  max-width: 90px;
  width: 100%;
}

.haseko_inner .haseko_lead .haseko_leadCap {
  font-size: 10px;
  text-align: left;
  margin: 0px auto 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}/*# sourceMappingURL=brand.css.map */