@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%;
  }
}

/* スマホのナビを遅く表示させたい場合 */
/* ACCESS CSS */
.gld {
  color: #b07840;
}

.access {
  color: #262626;
}

.p-mv__img {
  position: relative;
}
.p-mv__img .c-cap {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-mv__img .c-cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-mv__img .c-cap {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__img {
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -53rem;
       object-position: -53rem;
  }
}

.p-bgbuild {
  background-image: url("../../../img/area/access/bg-acbuild.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: relative;
}
.p-bgbuild::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-bgbuild::after {
    background-image: url("../../../img/area/access/bg-full-sp.png");
  }
}

.p-bgpnt {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 0;
  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-bgplane {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: -1px;
  background-image: url("../../../img/area/access/bg-acplane.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}

.p-main {
  padding: 24rem 0 1px;
}
@media only screen and (max-width: 768px) {
  .p-main {
    padding: 8rem 0 1px;
  }
}
.p-main__ttl {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 50px;
  font-size: 5rem;
  color: #baa187;
}
@media (max-width: 768px) {
  .p-main__ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-main__ttl {
    font-size: 3rem;
  }
}
.p-main__subttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .p-main__subttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-main__subttl {
    font-size: 2rem;
  }
}
.p-main__txtwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .p-main__txtwrap {
    grid-template-columns: 1fr;
  }
}
.p-main__txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 7rem;
}
@media (max-width: 768px) {
  .p-main__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-main__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-main__txt {
    line-height: 2;
    margin: 3rem auto;
  }
}
.p-main__img {
  max-width: 90rem;
  margin: 10rem auto;
}
@media only screen and (max-width: 768px) {
  .p-main__img {
    margin: 5rem auto;
  }
}

.p-six {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 2px;
  border-radius: 2rem;
  overflow: hidden;
  margin: 10rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-six {
    grid-template-columns: 1fr 1fr;
    margin: 4rem auto 0;
  }
}
.p-six__cap {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  padding-right: 1rem;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .p-six__cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-six__cap {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-six__cap {
    margin-bottom: 4rem;
  }
}
.p-six__item {
  position: relative;
}
.p-six__img {
  aspect-ratio: 422/293;
}
.p-six__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-six__overtxt {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-six__overtxt {
    text-shadow: 0 0 5px #3d3d3d, 0 0 5px #3d3d3d;
    flex-direction: column;
    gap: 0;
  }
}
.p-six__enttl {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
}
@media (max-width: 768px) {
  .p-six__enttl {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-six__enttl {
    font-size: 1.2rem;
  }
}
.p-six__jpttl {
  font-size: 35px;
  font-size: 3.5rem;
  display: block;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-six__jpttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-six__jpttl {
    font-size: 2rem;
  }
}
.p-six__num {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 25px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .p-six__num {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-six__num {
    font-size: 1.8rem;
  }
}
.p-six__num em {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-six__num em {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .p-six__num em {
    font-size: 5rem;
  }
}

.p-pnt {
  padding-bottom: 18rem;
}
@media only screen and (max-width: 768px) {
  .p-pnt {
    padding-bottom: 6rem;
  }
}
.p-pnt__ttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  width: 100%;
  margin: 6rem auto;
  max-width: 126rem;
  background-color: #baa187;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-pnt__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-pnt__ttl {
    font-size: 2rem;
  }
}
.p-pntimg {
  width: 100%;
  margin: 6rem auto;
  max-width: 126rem;
}

.p-split {
  width: 100%;
  margin: 6rem auto;
  max-width: 126rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-split {
    grid-template-columns: 1fr;
  }
}
.p-split.mod--half {
  gap: 7rem;
}
@media only screen and (max-width: 768px) {
  .p-split.mod--half {
    gap: 2rem;
  }
}
.p-split__ttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .p-split__ttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-split__ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-split__ttl {
    margin-top: 2rem;
  }
}
.p-split__ttl em {
  font-size: 1.25em;
  color: #b07840;
}
.p-pntcntr .p-split__ttl {
  text-align: center;
}
.p-split__txt {
  font-size: 20px;
  font-size: 2rem;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .p-split__txt {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-split__txt {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-split__txt {
    margin: 1.5rem 0;
  }
}
.p-pntcntr .p-split__txt {
  text-align: center;
}
.p-split__txtwrap {
  padding-right: 5rem;
}
.mod--half .p-split__txtwrap {
  padding-right: unset;
}
@media only screen and (max-width: 768px) {
  .p-split__txtwrap {
    padding-right: unset;
    order: 2;
  }
}
.p-split__txtimg {
  max-width: 41rem;
}
.p-split__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-split__img .c-cap {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-split__img .c-cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-split__img .c-cap {
    font-size: 1rem;
  }
}
.p-split__img.rnd {
  border-radius: 2rem;
  overflow: hidden;
}
.p-split__img.mod--gaprpc {
  padding-right: 2rem;
  border-radius: 2rem 0 0 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-split__img.mod--gaprpc {
    padding: unset;
    border-radius: 2rem 0 0 2rem;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .p-split__img.mod--ord3sp {
    order: 3;
  }
}
@media only screen and (max-width: 768px) {
  .p-split__img.mod--ord4sp {
    order: 4;
  }
}
.p-split__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-split__imgcap {
  text-align: right;
  display: block;
  width: 100%;
  padding-right: 1rem;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-split__imgcap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-split__imgcap {
    font-size: 1rem;
  }
}

.p-imgttl {
  font-size: 20px;
  font-size: 2rem;
  margin: 3rem 0;
  width: 100%;
  margin: 6rem auto;
  max-width: 126rem;
}
@media (max-width: 768px) {
  .p-imgttl {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-imgttl {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-imgttl {
    margin: 1rem 0;
  }
}

.p-plane {
  padding-bottom: 8rem;
}

.p-quad {
  width: 100%;
  margin: 6rem auto;
  max-width: 126rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 1fr 48%;
  gap: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .p-quad {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-lftimg {
  margin: 14rem 0 7rem;
  width: calc(100% - (100% - 126rem) / 2);
  margin-right: calc((100% - 126rem) / 2);
  aspect-ratio: 1935/467;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0 3rem 3rem 0;
}
@media only screen and (max-width: 1400px) {
  .p-lftimg {
    width: 95%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-lftimg {
    margin: 7rem 0 3rem;
    aspect-ratio: 1000/600;
  }
}
.p-lftimg .c-cap {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-lftimg .c-cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-lftimg .c-cap {
    font-size: 1rem;
  }
}
.p-lftimg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 1px 33%;
     object-position: 1px 33%;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=access.css.map */