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

kv

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

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

#main,
.CMS-NOT-EDITABLE-AREA {
  height: 60rem;
}

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

event

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

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

@media screen and (max-width: 768px) {
  .top-event {
    padding: 8rem 3rem;
  }
}
/* cms */
.top-event .CMS-NEWS-INDEX {
  padding-bottom: 0;
}

.top-event .CMS-NEWS-MORE-READ {
  display: none;
}

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

concept

------------------------------------------- */
.top-concept {
  padding: 8rem 3rem 2rem 1rem;
  background: url(../img/texture-2.jpg) center top;
  background-size: 100% auto;
  display: flex;
}
.top-concept > figure {
  width: 55%;
  padding-top: 3rem;
}
.top-concept > div {
  width: 45%;
  padding-left: 3rem;
}
.top-concept > div > div {
  padding-right: 12rem;
}
.top-concept h2 {
  line-height: 1;
  font-family: "Spicy Rice", serif;
  font-weight: normal;
  font-size: 11rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin-bottom: 2rem;
}
.top-concept p {
  margin-bottom: 5rem;
}
.top-concept .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-concept {
    padding: 3rem 3rem 8rem 3rem;
    flex-direction: column;
  }
  .top-concept > figure {
    width: 100%;
    padding-top: 0;
    margin-bottom: 2rem;
  }
  .top-concept > div {
    width: 100%;
    padding-left: 0;
  }
  .top-concept > div > div {
    padding-right: 0;
  }
  .top-concept h2 {
    font-size: 8rem;
  }
  .top-concept p {
    margin-bottom: 4rem;
  }
  .top-concept .more {
    margin: 0;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
  padding: 8rem 0 0 0;
  background: url(../img/top-bg-1.jpg) no-repeat center/cover;
  position: relative;
}
.top-menu section {
  padding-bottom: 8rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.top-menu section p {
  width: 72rem;
  margin-bottom: 5rem;
}

.img-1,
.img-2,
.img-3 {
  position: absolute;
}

.top-menu .img-1 {
  right: 4rem;
  top: -12rem;
  width: 22rem;
}
.top-menu .img-2 {
  left: 1.5rem;
  bottom: -4rem;
  width: 16rem;
}
.top-menu .img-3 {
  right: 5rem;
  bottom: -3rem;
  width: 28rem;
}

@media screen and (max-width: 768px) {
  .top-menu {
    padding: 8rem 3rem 0 3rem;
  }
  .top-menu section {
    padding-bottom: 0;
    text-align: left;
  }
  .top-menu section p {
    width: auto;
    margin-bottom: 4rem;
  }
  .img-2,
  .img-3 {
    position: relative;
  }
  .top-menu .img-1 {
    right: 2rem;
    top: -10rem;
    width: 17rem;
  }
  .top-menu .img-2 {
    left: auto;
    bottom: -5rem;
    width: 13rem;
  }
  .top-menu .img-3 {
    right: auto;
    bottom: auto;
    width: 20rem;
    margin-left: 2rem;
  }
  .top-menu figure {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* -------------------------------------------

top-wrap

------------------------------------------- */
.top-wrap {
  padding: 8rem 0;
  background: url(../img/texture-1.jpg) center top;
  background-size: 100% auto;
}
.top-wrap > div {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.top-wrap > div > * {
  width: calc((100% - 4rem) / 2);
  border: solid 0.8rem #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 3rem;
}
.top-wrap > div > *::before {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  box-sizing: border-box;
  border: solid 0.2rem #fff;
  position: absolute;
  left: 1rem;
  top: 1rem;
  pointer-events: none;
}
.top-wrap > div h2 {
  font-size: 5rem;
  margin-bottom: 2rem;
}
.top-wrap > div h3 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.top-wrap > div p {
  margin-bottom: 3rem;
}

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

gallery

------------------------------------------- */
.top-gallery {
  padding: 8rem 0;
  background: url(../img/deco-3.png) no-repeat left 4rem top 7rem, url(../img/deco-4.png) no-repeat right 1rem bottom 1rem, url(../img/top-bg-2.jpg) no-repeat center;
  background-size: 22rem auto, 28rem auto, cover;
}

@media screen and (max-width: 768px) {
  .top-gallery {
    padding: 8rem 0;
    background: url(../img/deco-3.png) no-repeat left 2rem top 2rem, url(../img/deco-4.png) no-repeat right 1rem bottom 1rem, url(../img/top-bg-2.jpg) no-repeat center;
    background-size: 12rem auto, 20rem auto, cover;
  }
}
.top-gallery figure {
  padding: 0 1rem;
}

#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 img {
  -o-object-fit: cover;
     object-fit: cover;
}

#loopslider {
  margin: 0 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/texture-2.jpg) center top;
  background-size: 100% auto;
  padding: 15rem 0;
}
.top-access .wrap {
  display: flex;
  gap: 7rem;
}
.top-access .wrap > * {
  width: calc((100% - 7rem) / 2);
}
.top-access dl {
  margin-bottom: 4rem;
}
.top-access .more {
  margin: 0;
}

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

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.6);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16rem;
}

.page-ttl h2 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Spicy Rice", serif;
}

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

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,
  .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: 2rem;
  margin-bottom: 4rem;
}

ul.lcmenu li {
  text-align: center;
  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: #a00032;
  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 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 */