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

kv

------------------------------------------- */
.top-kv {
  position: relative;
  z-index: 99;
}

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

.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-slider > *,
  .CMS-NOT-EDITABLE-AREA {
    height: 36rem;
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  padding: 10rem 0 8rem 0;
  background: url(../img/deco-1.png) no-repeat right 5rem bottom;
  background-size: 15rem auto;
  position: relative;
  z-index: 10;
}

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

@media screen and (max-width: 768px) {
  .top-news {
    padding: 10rem 3rem 8rem 3rem;
    background: url(../img/deco-1.png) no-repeat right bottom;
    background-size: 12rem auto;
  }
}
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

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

concept

------------------------------------------- */
.top-concept {
  background: url(../img/top-bg-2.png) no-repeat right bottom;
  background-size: 40% auto;
  position: relative;
  margin-top: -13rem;
  padding-bottom: 30rem;
}
.top-concept .wrap-1 {
  padding-right: calc((100% - 88rem) / 2);
  display: flex;
  align-items: center;
}
.top-concept .wrap-1 > figure {
  width: 85%;
  pointer-events: none;
}
.top-concept .wrap-1 > div {
  width: 15%;
  display: flex;
  justify-content: flex-end;
  padding-top: 4rem;
}
.top-concept .wrap-1 > div h2 {
  font-family: "Shippori Mincho", serif;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.top-concept .wrap-1 > div h2 span:nth-child(1) {
  border-left: solid 0.1rem #000;
  border-right: solid 0.1rem #000;
  font-size: 1.5rem;
  padding: 0 1.5rem;
  margin-left: 2.5rem;
}
.top-concept .wrap-1 > div h2 span:nth-child(2) {
  font-size: 2rem;
}
.top-concept .wrap-2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: -8rem;
}
.top-concept .wrap-2 > * {
  width: 48%;
}
.top-concept .wrap-2 > * p {
  margin-bottom: 3rem;
}
.top-concept .wrap-2 .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-concept {
    background-size: 70% auto;
    margin-top: 0;
    padding-bottom: 17rem;
  }
  .top-concept .wrap-1 {
    padding-right: 2rem;
  }
  .top-concept .wrap-1 > figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
  }
  .top-concept .wrap-1 > div {
    width: 100%;
  }
  .top-concept .wrap-1 > div h2 span:nth-child(1) {
    margin-left: 1rem;
  }
  .top-concept .wrap-1 > div h2 span:nth-child(2) {
    font-size: 2rem;
  }
  .top-concept .wrap-2 {
    flex-direction: column;
    margin-top: 3rem;
    padding: 0 2rem;
  }
  .top-concept .wrap-2 > * {
    width: 100%;
  }
  .top-concept .wrap-2 > * p {
    margin-bottom: 2.5rem;
  }
  .top-concept .wrap-2 > figure {
    margin-bottom: 2rem;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
  margin-top: -20rem;
  position: relative;
  padding-bottom: 20rem;
  background: url(../img/deco-1.png) no-repeat left 4rem bottom 13rem;
  background-size: 18rem auto;
}
.top-menu > figure {
  position: absolute;
  right: 0;
  bottom: 3rem;
  width: 43%;
  pointer-events: none;
}
.top-menu h2 {
  margin-bottom: 6rem;
}
.top-menu .wrap {
  padding-right: calc((100% - 88rem) / 2);
  display: flex;
}
.top-menu .wrap > figure {
  width: 60%;
  position: relative;
}
.top-menu .wrap > figure img:nth-of-type(2) {
  display: block;
  margin-right: -2.8rem;
  margin-left: auto;
  margin-top: -10rem;
  width: 50%;
}
.top-menu .wrap > div {
  width: 40%;
  padding-top: 2rem;
  padding-left: 6rem;
}
.top-menu .wrap h3 {
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
  font-size: 1.8rem;
}
.top-menu .wrap p {
  margin: 2.5rem 0 5rem 0;
}
.top-menu .wrap .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-menu {
    margin-top: -8rem;
    padding: 0 3rem 2rem 3rem;
    position: relative;
    background: url(../img/deco-1.png) no-repeat left 2rem bottom 2rem;
    background-size: 12rem auto;
  }
  .top-menu > figure {
    position: relative;
    right: -2rem;
    bottom: auto;
    width: 70%;
    margin-top: 1rem;
    margin-left: auto;
  }
  .top-menu h2 {
    margin-bottom: 4rem;
  }
  .top-menu .wrap {
    padding-right: 0;
    flex-direction: column;
  }
  .top-menu .wrap > figure {
    width: 100%;
  }
  .top-menu .wrap > figure img:nth-of-type(2) {
    margin-right: -2rem;
    margin-top: -6rem;
  }
  .top-menu .wrap > div {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
  }
  .top-menu .wrap p {
    margin: 2rem 0 3rem 0;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
  padding: 8rem 0;
  background: url(../img/texture-2.jpg) center top;
  background-size: 100% auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-gallery {
    padding: 8rem 0;
  }
}
#loopslider figure {
  padding: 0 0.5rem;
}

#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
  height: 160px;
}

#loopslider ul li {
  width: 220px;
}

@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 4rem 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 {
  padding: 10rem 0;
}
.top-access .wrap {
  display: flex;
  padding-right: calc((100% - 88rem) / 2);
}
.top-access .wrap > figure {
  width: 55%;
}
.top-access .wrap > div {
  width: 45%;
  padding-left: 6rem;
}
.top-access .wrap dl {
  margin-bottom: 5rem;
}
.top-access .wrap .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 8rem 3rem;
  }
  .top-access .wrap {
    flex-direction: column;
    padding-right: 0;
  }
  .top-access .wrap > figure {
    width: 100%;
    margin-bottom: 1rem;
  }
  .top-access .wrap > div {
    width: 100%;
    padding-left: 0;
  }
  .top-access .wrap dl {
    margin-bottom: 2rem;
  }
  .top-access .wrap .more {
    margin: 0 auto;
  }
}
/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
  background: url(../img/deco-1.png) no-repeat right 5rem top 5rem, url(../img/deco-1.png) no-repeat left 5rem bottom 5rem;
  background-size: 18rem auto;
  padding: 8rem 0;
}
.top-insta .wrap {
  width: 80rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-insta {
    padding: 8rem 0;
    background: url(../img/deco-1.png) no-repeat right 2rem top 2rem, url(../img/deco-1.png) no-repeat left 2rem bottom 2rem;
    background-size: 12rem auto;
  }
  .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/top-kv-1.jpg) no-repeat center/cover;
}
.page-ttl > div {
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18rem;
}
.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;
}

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

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;
}
ul.lcmenu li {
  flex: 1;
}
ul.lcmenu li a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  padding-bottom: 0.1rem;
  white-space: nowrap;
}
ul.lcmenu li.current a {
  background: #1e3056;
  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 */

.mce-content-body .fade {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}