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

kv

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

#main {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#main,
.CMS-NOT-EDITABLE-AREA {
  height: 100vh;
}

@media screen and (max-width: 768px) {
  #main,
  .CMS-NOT-EDITABLE-AREA {
    height: 48rem;
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  padding: 10rem 0;
  background: linear-gradient(to bottom, #ffbbc8, #b0e0e6);
}

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

.top-news {
  padding: 8rem 3rem;
}
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

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

concept

------------------------------------------- */
.top-concept {
  border-top: solid 1.5rem #e3caa0;
  border-bottom: solid 1.5rem #e3caa0;
  background: url(../img/top-bg-1.jpg) no-repeat center right/cover;
  padding: 12rem 0;
  display: flex;
  align-items: center;
}
.top-concept > * {
  width: 50%;
}
.top-concept > figure {
  border: solid 0.25rem #b5911c;
}
.top-concept > div {
  padding: 0 12rem 0 5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .top-concept {
    padding: 8rem 3rem;
    flex-direction: column;
  }
  .top-concept > * {
    width: 100%;
  }
  .top-concept > figure {
    margin-bottom: 3.5rem;
  }
  .top-concept > div {
    padding: 0;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
  background: url(../img/top-bg-2.jpg) no-repeat center/cover;
  padding-left: calc((100% - 88rem) / 2);
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.top-menu .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 40rem;
}
.top-menu p {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .top-menu {
    padding: 8rem 3rem;
  }
  .top-menu .wrap {
    flex-direction: column;
    width: 100%;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
  padding: 10rem 0;
  border-top: solid 1.5rem #e3caa0;
  border-bottom: solid 1.5rem #e3caa0;
  background: linear-gradient(to bottom, #fee0c5, #f0f4cb);
}

@media screen and (max-width: 768px) {
  .top-gallery {
    padding: 8rem 0;
  }
}
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
  height: 160px;
}

#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 figure {
  padding: 0 0.5rem;
}

#loopslider img {
  -o-object-fit: cover;
     object-fit: cover;
}

#loopslider {
  margin: 0 auto 6rem 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/top-bg-3.jpg) no-repeat center/cover;
  padding: 12rem 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.top-access > * {
  width: 48%;
}
.top-access > div {
  padding: 0 0 0 12rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-access dl {
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 8rem 3rem;
    flex-direction: column;
  }
  .top-access > * {
    width: 100%;
  }
  .top-access > div {
    display: contents;
    padding: 0;
  }
  .top-access > div h2 {
    order: -1;
  }
  .top-access dl {
    margin-bottom: 2.5rem;
  }
}
/* -------------------------------------------

recruit

------------------------------------------- */
.top-recruit {
  background: url(../img/top-bg-4.jpg) no-repeat center/cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 0;
}
.top-recruit h3 {
  text-align: center;
}
.top-recruit p {
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 8rem 3rem;
  }
  .top-recruit p {
    text-align: left;
    margin-bottom: 4rem;
  }
}
/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
  padding: 10rem 0;
  background: #e6e6fa;
}
.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/top-kv-3.jpg) no-repeat center/cover;
}
.page-ttl > div {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26rem;
  padding-top: 6rem;
}
.page-ttl h2 {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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: #ffb7c5;
  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 */