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

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

.c-cap {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .c-cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .c-cap {
    font-size: 1.2rem;
  }
}

.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-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: cover;
  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-bgcom {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: -1px;
  background-image: url("../../../img/design/community/bg-comm.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-bgcom {
    background-size: contain;
  }
}
.p-bgcom::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-bgcom::after {
    background-image: url("../../../img/area/access/bg-full-sp.png");
  }
}

.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: #A67C52;
}
@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-fullimg {
  position: relative;
}

.p-snow {
  margin: 20rem auto;
}
@media only screen and (max-width: 768px) {
  .p-snow {
    margin: 8rem auto;
  }
}
.p-snow__ttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .p-snow__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-snow__ttl {
    font-size: 1.8rem;
  }
}
.p-snow__img {
  margin-right: calc((100vw - 1366px) / 2);
  padding-right: 11vw;
  position: relative;
}
@media only screen and (max-width: 1515px) {
  .p-snow__img {
    margin-right: 5%;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-snow__img {
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .p-snow__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-snow__img .c-cap {
  bottom: 1rem;
}
.p-snow__img img {
  width: 100%;
  height: 100%;
}
.p-snow__img .c-cap {
  right: calc(11vw + 2rem);
  color: #fff;
}
@media only screen and (max-width: 1515px) {
  .p-snow__img .c-cap {
    right: 6rem;
  }
}
.p-snow__inf {
  max-width: calc(1366px - 22vw);
  width: 90%;
  margin: 8rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 45% 1fr;
  gap: 8rem;
}
@media only screen and (max-width: 1515px) {
  .p-snow__inf {
    max-width: calc(90% - 8rem);
    margin: 4rem auto;
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-snow__inf {
    grid-template-columns: 1fr;
  }
}
.p-snow__logo {
  max-width: 45rem;
}

.p-share__ttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 4rem;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .p-share__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-share__ttl {
    font-size: 2rem;
  }
}
.p-share__txt {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin: 4rem auto;
}
@media (max-width: 768px) {
  .p-share__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-share__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-share__txt {
    margin: 2rem auto;
  }
}
.p-share__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  align-items: flex-start;
  gap: 4rem;
  margin: 12rem auto;
}
@media only screen and (max-width: 768px) {
  .p-share__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem 1rem;
    margin: 8rem auto;
  }
}
.p-share__img {
  position: relative;
}
.p-share__img .c-cap {
  color: #fff;
  right: 1rem;
  bottom: 1rem;
}
.p-share__subttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 2rem 0 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-share__subttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-share__subttl {
    font-size: 1.6rem;
  }
}
.p-share__subtxt {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-share__subtxt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-share__subtxt {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=community.css.map */