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

kv

------------------------------------------- */
.top-kv {
  position: relative;
  padding-bottom: 14rem;
  background: url(../img/deco-1.png) no-repeat right -4rem bottom;
  background-size: 22rem auto;
}
.top-kv::before {
  content: "";
  width: 78%;
  height: 72%;
  position: absolute;
  left: 0;
  bottom: 10rem;
  background: #fff5b9;
  filter: blur(0.8rem);
}
.top-kv .wrap {
  position: absolute;
  left: 8rem;
  top: 28rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-kv .wrap span {
  font-weight: bold;
  font-size: 2.8rem;
  position: relative;
  padding: 0 1.5rem;
}
.top-kv .wrap span:nth-child(1) {
  margin-bottom: 1rem;
}
.top-kv .wrap span i {
  position: relative;
  z-index: 10;
}
.top-kv .wrap span::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(0.4rem);
  opacity: 0.75;
}
.top-kv figure {
  padding-left: 12rem;
}
.top-kv .scroll {
  position: absolute;
  left: 50%;
  bottom: 6rem;
  z-index: 10;
  transform: translate(-50%, 0);
  font-family: "Kaisei Decol", serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.top-kv .scroll span {
  width: 0.1rem;
  height: 5rem;
  background: #000;
  animation: scroll 1s infinite;
}

@keyframes scroll {
  0% {
    transform: scale(1, 1);
    transform-origin: bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: bottom;
  }
}
@media screen and (max-width: 768px) {
  .top-kv {
    padding-bottom: 4rem;
    background: none;
  }
  .top-kv::before {
    width: 100%;
    height: 100%;
    bottom: 0;
  }
  .top-kv .wrap {
    left: 0;
    top: 16rem;
  }
  .top-kv .wrap span {
    font-size: 2rem;
    padding: 0 1rem;
  }
  .top-kv .wrap span:nth-child(1) {
    margin-bottom: 0.5rem;
  }
  .top-kv figure {
    padding-left: 0;
    overflow: hidden;
  }
  .top-kv figure img {
    width: 160%;
    margin-left: -30%;
  }
  .top-kv .scroll {
    bottom: -3rem;
    font-size: 1rem;
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  padding: 0 0 10rem 0;
}
.top-news .wrap {
  width: 72rem;
  margin: 0 auto;
  display: flex;
}
.top-news .wrap > div:nth-of-type(1) {
  width: 20rem;
  display: flex;
  align-items: flex-start;
}
.top-news .wrap > div:nth-of-type(2) {
  width: calc(100% - 20rem);
}
.top-news .wrap .heading-1 {
  margin: 0;
  background: url(../img/deco-lemon-1.png) no-repeat center;
  background-size: auto 100%;
  padding: 3.5rem 2rem;
}

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

@media screen and (max-width: 768px) {
  .top-news {
    padding: 8rem 3rem;
  }
  .top-news .wrap {
    flex-direction: column;
    width: auto;
  }
  .top-news .wrap > div:nth-of-type(1) {
    width: 100%;
    justify-content: center;
  }
  .top-news .wrap > div:nth-of-type(2) {
    width: 100%;
  }
  .top-news .wrap .heading-1 {
    margin-bottom: 2rem;
  }
  .top-news .wrap .more {
    margin: 3rem auto 0 auto;
  }
}
/* cms */
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}

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

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

policy

------------------------------------------- */
.top-policy {
  padding: 6rem 0 0 0;
}
.top-policy .heading-1 {
  position: relative;
  z-index: 10;
}
.top-policy figure {
  margin-top: -18rem;
  padding-left: 2rem;
}
.top-policy .wrap {
  width: 56rem;
  margin-left: auto;
  margin-top: -34rem;
  margin-right: 10rem;
  padding: 5rem 8rem 3rem 5rem;
}
.top-policy .wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.75;
  filter: blur(0.8rem);
}
.top-policy .wrap > * {
  position: relative;
  z-index: 10;
}
.top-policy .wrap h3 {
  font-family: "Kaisei Decol", serif;
  font-weight: normal;
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
.top-policy .wrap p {
  margin-bottom: 2rem;
}
.top-policy .wrap .more {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .top-policy {
    padding: 0;
  }
  .top-policy figure {
    margin-top: -7rem;
    padding-left: 2rem;
  }
  .top-policy .wrap {
    width: 90%;
    margin: -4rem auto 0 auto;
    padding: 4rem;
  }
  .top-policy .wrap h3 {
    font-size: 2rem;
  }
  .top-policy .wrap p {
    margin-bottom: 2rem;
  }
  .top-policy .wrap .more {
    margin: 0 auto;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
  padding: 6rem 6rem 6rem 12rem;
  position: relative;
}
.top-menu h2 {
  margin-bottom: 2rem;
}
.top-menu .wrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 2rem;
  position: relative;
}
.top-menu .wrap::before {
  content: "";
  width: 95%;
  height: 30rem;
  background: #fff7c5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-menu .wrap > * {
  position: relative;
  z-index: 10;
}
.top-menu .wrap > figure {
  width: 53%;
  position: relative;
}
.top-menu .wrap > figure > img:nth-of-type(1) {
  position: relative;
  z-index: 30;
}
.top-menu .wrap > div {
  width: 47%;
  padding: 5rem 3rem 0 10rem;
}
.top-menu .wrap > div p {
  margin-bottom: 3rem;
}
.top-menu .wrap h3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.top-menu .wrap h3 .en {
  color: #ffaac7;
  font-family: "Leckerli One", cursive;
  font-weight: normal;
  font-size: 2.4rem;
  transform: rotate(-15deg);
  position: relative;
  left: -1.5rem;
  top: -4.5rem;
}
.top-menu .wrap h3 .jp {
  font-size: 2.2rem;
  padding-top: 1rem;
}
.top-menu .wrap .more {
  margin: 0;
}
.top-menu > figure {
  width: 55%;
  margin: -3rem auto 0 auto;
}

.top-menu .deco-1,
.top-menu .deco-2 {
  position: absolute;
}
.top-menu .deco-1 {
  left: 8rem;
  top: 8rem;
  width: 16rem;
  z-index: 11;
}
.top-menu .deco-2 {
  right: -4rem;
  bottom: -5.5rem;
  width: 12rem;
}

@media screen and (max-width: 768px) {
  .top-menu {
    padding: 8rem 3rem;
  }
  .top-menu h2 {
    margin-bottom: 2rem;
  }
  .top-menu .wrap {
    flex-direction: column;
  }
  .top-menu .wrap::before {
    content: "";
    width: 100%;
    height: 80%;
    background: #fff7c5;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .top-menu .wrap > * {
    position: relative;
    z-index: 10;
  }
  .top-menu .wrap > figure {
    width: 100%;
    position: relative;
  }
  .top-menu .wrap > figure > img:nth-of-type(1) {
    position: relative;
    z-index: 30;
  }
  .top-menu .wrap > div {
    width: 100%;
    padding: 1rem 3rem 3rem 3rem;
  }
  .top-menu .wrap .more {
    margin: 0 auto;
  }
  .top-menu > figure {
    width: 100%;
    margin: -3rem auto 0 auto;
  }
  .top-menu .deco-1 {
    left: 2rem;
    top: 3rem;
    width: 10rem;
  }
  .top-menu .deco-2 {
    right: -3rem;
    bottom: -3.5rem;
    width: 8rem;
  }

  .top-menu .wrap h3 .jp {
  padding-top: 3rem;
}
}
/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
  padding: 8rem 0;
  position: relative;
}
.top-gallery > * {
  position: relative;
  z-index: 10;
}
.top-gallery::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff7c6;
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(0.8rem);
}

@media screen and (max-width: 768px) {
  .top-gallery {
    padding: 8rem 0;
  }
}
#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 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: 8rem 12rem 8rem 8rem;
  background: url(../img/deco-7.png) no-repeat right 11rem top 3rem, url(../img/deco-6.png) no-repeat left 2rem top 12rem, url(../img/deco-lemon-3.png) no-repeat right 5rem bottom 2rem;
  background-size: 16rem auto, 12rem auto, 9rem auto;
}
.top-access .wrap {
  display: flex;
}
.top-access .wrap > figure {
  width: 44%;
}
.top-access .wrap > div {
  width: 56%;
  padding-left: 3rem;
}
.top-access .wrap dl {
  margin-bottom: 4rem;
}
.top-access .wrap .more {
  margin: 0;
}

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

instagram

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

@media screen and (max-width: 768px) {
  .top-insta {
    padding: 8rem 0;
    background: url(../img/deco-8.png) no-repeat left 2rem bottom 2rem, url(../img/deco-9.png) no-repeat right 2rem top 2rem;
    background-size: 14rem auto, 16rem auto;
  }
  .top-insta .wrap {
    width: auto;
    padding: 0 3rem;
  }
}
/* cms */
.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.4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18rem;
}

@media screen and (max-width: 768px) {
  .page-ttl > div {
    height: 20rem;
    padding-top: 2rem;
  }
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: normal;
  font-family: "Kaisei Decol", serif;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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