@charset "UTF-8";
/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
  position: relative;
}
.top-kv::before {
  content: "";
  width: 100%;
  height: 25rem;
  background: linear-gradient(to bottom, #231815, transparent);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 1;
}

.top-kv-slider > *,
.CMS-NOT-EDITABLE-AREA {
  height: 64rem;
}

.top-kv-slider > * {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-kv-slider > *:nth-of-type(1) {
  background-image: url(../img/top-kv-1.jpg);
}
.top-kv-slider > *:nth-of-type(2) {
  background-image: url(../img/top-kv-2.jpg);
}
.top-kv-slider > *:nth-of-type(3) {
  background-image: url(../img/top-kv-3.jpg);
}

@media screen and (max-width: 768px) {
  .top-kv::before {
    display: none;
  }
  .top-kv-slider > *,
  .CMS-NOT-EDITABLE-AREA {
    height: 44rem;
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  padding: 10rem 0 8rem 0;
  background: url(../img/texture-1.jpg) center top;
  background-size: 100% auto;
}

.top-news .more {
  margin: 5rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 10rem 3rem 8rem 3rem;
  }
}
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

/* -------------------------------------------

concept

------------------------------------------- */
.top-concept {
  padding: 8rem 0 10rem 0;
  position: relative;
  background: url(../img/texture-2.jpg) center top;
  background-size: 100% auto;
}
.top-concept > figure {
  position: absolute;
  right: 15rem;
  bottom: 4rem;
  width: 28rem;
}
.top-concept::before {
  content: "";
  width: 100%;
  height: 17rem;
  background: url(../img/ptn.png) center top;
  background-size: 5rem auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-concept .wrap {
  display: flex;
  padding: 0 15rem 0 8rem;
  position: relative;
  z-index: 10;
}
.top-concept .wrap > figure {
  width: 50%;
}
.top-concept .wrap > figure img {
  display: block;
}
.top-concept .wrap > figure img:nth-of-type(1) {
  width: 55%;
  margin-left: auto;
  margin-bottom: 3.5rem;
}
.top-concept .wrap > figure img:nth-of-type(2) {
  width: 88%;
}
.top-concept .wrap > div {
  width: 50%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding-top: 2rem;
}
.top-concept .wrap > div h2 {
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-left: 2rem;
  line-height: 1.9;
  position: relative;
}
.top-concept .wrap > div h2 strong {
  font-size: 3rem;
}
.top-concept .wrap > div h2::before {
  content: "";
  width: 15rem;
  height: 15rem;
  background: url(../img/deco-1.png) no-repeat center/contain;
  position: absolute;
  right: -5rem;
  top: -6rem;
}
.top-concept .wrap > div p {
  height: 28rem;
  line-height: 2.2;
  margin-top: 2.5rem;
  text-orientation: upright;
}

@media screen and (max-width: 768px) {
  .top-concept {
    padding: 6rem 3rem;
    overflow: hidden;
  }
  .top-concept > figure {
    position: relative;
    right: auto;
    bottom: auto;
    width: 28rem;
    margin-left: auto;
    margin-top: 3rem;
  }
  .top-concept::before {
    height: 18rem;
  }
  .top-concept .wrap {
    flex-direction: column;
    padding: 0;
  }
  .top-concept .wrap > figure {
    width: 100%;
  }
  .top-concept .wrap > figure img {
    display: block;
  }
  .top-concept .wrap > figure img:nth-of-type(1) {
    width: 65%;
    margin-bottom: 2.5rem;
  }
  .top-concept .wrap > figure img:nth-of-type(2) {
    width: 88%;
  }
  .top-concept .wrap > div {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding-top: 3rem;
  }
  .top-concept .wrap > div h2 {
    font-size: 2rem;
    margin-left: 2.5rem;
    line-height: 1.7;
  }
  .top-concept .wrap > div h2 strong {
    font-size: 2.8rem;
  }
  .top-concept .wrap > div h2::before {
    width: 20rem;
    height: 20rem;
    right: -7rem;
    top: -8rem;
  }
  .top-concept .wrap > div p {
    height: 32rem;
    line-height: 2;
    margin-top: 2.5rem;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
  background: url(../img/texture-3.jpg) center top;
  background-size: 100% auto;
  padding: 8rem 0 12rem 0;
}
.top-menu h2 {
  margin-bottom: 8rem;
}
.top-menu ul {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.top-menu ul li {
  display: flex;
  justify-content: space-between;
}
.top-menu ul li > * {
  width: 46%;
}
.top-menu ul li > div {
  position: relative;
}
.top-menu ul li > div::before {
  content: "";
  width: 38rem;
  height: 28rem;
  background: url(../img/deco-2.png) no-repeat right top;
  background-size: auto 100%;
  position: absolute;
  right: -8rem;
  top: -8rem;
  pointer-events: none;
}
.top-menu ul li:nth-child(1) figure img {
  display: block;
}
.top-menu ul li:nth-child(1) figure img:nth-of-type(1) {
  width: 85%;
}
.top-menu ul li:nth-child(1) figure img:nth-of-type(2) {
  width: 70%;
  margin-left: auto;
  margin-top: -4.5rem;
}
.top-menu ul li:nth-child(2) {
  flex-direction: row-reverse;
  align-items: flex-end;
}
.top-menu h3 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
.top-menu h3 + span {
  font-weight: 500;
  border: solid 0.12rem #000;
  margin-bottom: 1rem;
  display: block;
  padding: 0.6rem 0;
  font-size: 1.7rem;
  text-align: center;
}
.top-menu p {
  margin-bottom: 3.5rem;
  line-height: 2;
}
.top-menu .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-menu {
    padding: 8rem 3rem;
    overflow: hidden;
  }
  .top-menu h2 {
    margin-bottom: 4rem;
  }
  .top-menu ul {
    gap: 6rem;
  }
  .top-menu ul li {
    flex-direction: column;
  }
  .top-menu ul li > * {
    width: 100%;
  }
  .top-menu ul li > figure {
    margin-bottom: 2.5rem;
  }
  .top-menu ul li > div::before {
    width: 30rem;
    height: 20rem;
    right: -4rem;
    top: -4rem;
    z-index: -1;
  }
  .top-menu ul li:nth-child(2) {
    flex-direction: column;
  }
  .top-menu h3 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .top-menu h3 + span {
    font-size: 1.5rem;
  }
  .top-menu p {
    margin-bottom: 3rem;
  }
  .top-menu .more {
    margin: 0;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
  padding: 8rem 0;
  background: url(../img/texture-2.jpg) center top;
  background-size: 100% auto;
}
.top-gallery p {
  text-align: center;
  margin-bottom: 4rem;
}
.top-gallery figure {
  padding: 0 0.15rem;
}

@media screen and (max-width: 768px) {
  .top-gallery {
    padding: 8rem 0;
  }
  .top-gallery p {
    text-align: left;
    margin-bottom: 3rem;
    padding: 0 3rem;
  }
}
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
  height: 180px;
}

#loopslider ul li {
  width: 240px;
}

@media screen and (max-width: 768px) {
  #loopslider,
  #loopslider ul,
  #loopslider ul li,
  #loopslider img {
    height: 160px;
  }
  #loopslider ul li {
    width: 200px;
  }
}
#loopslider img {
  -o-object-fit: cover;
     object-fit: cover;
}

#loopslider {
  margin: 0 auto 5rem auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#loopslider ul li {
  display: inline;
  float: left;
  overflow: hidden;
}

#loopslider ul:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/* -------------------------------------------

access

------------------------------------------- */
.top-access {
  background: url(../img/deco-1.png) no-repeat left 10rem bottom 4rem, url(../img/texture-3.jpg) center top;
  background-size: 28rem auto, 100% auto;
  padding: 8rem 0;
}
.top-access .wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.top-access .wrap > figure {
  width: 40%;
}
.top-access .wrap > figure img {
  display: block;
}
.top-access .wrap > figure img:nth-of-type(1) {
  width: 75%;
}
.top-access .wrap > figure img:nth-of-type(2) {
  width: 51%;
  margin-left: auto;
  margin-top: -6.5rem;
}
.top-access .wrap > dl {
  width: 60%;
  margin-top: 5rem;
  padding-left: 5rem;
}

@media screen and (max-width: 768px) {
  .top-access {
    background: url(../img/deco-1.png) no-repeat left -2rem bottom -2rem, url(../img/texture-3.jpg) center top;
    background-size: 28rem auto, 100% auto;
    padding: 8rem 3rem;
  }
  .top-access .wrap {
    flex-direction: column;
    margin-bottom: 4rem;
  }
  .top-access .wrap > figure {
    width: 100%;
  }
  .top-access .wrap > dl {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }
}
/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
  padding: 8rem 0;
  background: url(../img/texture-1.jpg) center top;
  background-size: 100% auto;
}
.top-insta .wrap {
  width: 80rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-insta {
    padding: 8rem 0;
  }
  .top-insta .wrap {
    width: auto;
    padding: 0 3rem;
  }
}
.CMS-INSTAGRAM-LIST {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.CMS-INSTAGRAM-LIST > * {
  width: calc((100% - 4rem) / 3);
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

/* -------------------------------------------

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/mv.jpg) no-repeat center/cover;
}
.page-ttl > div {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30rem;
  padding-top: 6.5rem;
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Shippori Mincho", serif;
}
.page-ttl h2 span {
  font-size: 1.2rem;
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .page-ttl > div {
    height: 26rem;
    padding-top: 2rem;
  }
}
/* -------------------------------------------

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}
.container .wrap.reverse {
  flex-direction: row-reverse;
}
.container .wrap > figure {
  width: 35%;
}
.container .wrap > figure img {
  aspect-ratio: 3/2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .wrap > div {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .container .wrap {
    flex-direction: column;
  }
  .container .wrap.reverse {
    flex-direction: column;
  }
  .container .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .container .wrap > div {
    width: 100%;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
ul.lcmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 4rem;
  font-weight: 500;
}
ul.lcmenu li {
  flex: 1;
}
ul.lcmenu li a {
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  padding-bottom: 0.1rem;
  white-space: nowrap;
}
ul.lcmenu li.current a {
  background: #bb1926;
  color: #fff;
}

dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var + dd {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2); /* 下線カラー */
}

dl.menu-list dt:first-child,
dl.menu-list dt:first-child + dd {
  border-top: solid 1px rgba(0, 0, 0, 0.2); /* 上線カラー */
}

dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd) + dd {
  background: rgba(0, 0, 0, 0.04); /* 背景色 */
}

dl.menu-list dt.var + dd dl dt:nth-of-type(odd) {
  background: none !important;
}

dl.menu-list dt.var + dd dl dt:nth-of-type(odd) + dd {
  background: none !important;
}

dl.menu-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  dl.menu-list {
    display: block;
  }
}
dl.menu-list dt {
  padding: 1.5rem;
  width: 70%;
}

dl.menu-list dt span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

dl.menu-list dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  text-align: right;
  width: 30%;
}

@media screen and (max-width: 768px) {
  dl.menu-list dt {
    width: 100%;
    border-bottom: none;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
  dl.menu-list dt:first-child + dd {
    border-top: none;
  }
  dl.menu-list dd {
    width: 100%;
    border-top: none;
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.gallery-list li {
  width: calc((100% - 4rem) / 5);
}
.gallery-list li img {
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .gallery-list li {
    width: calc((100% - 3rem) / 4);
  }
}/*# sourceMappingURL=style.css.map */