@charset "UTF-8";
/*--------------------------------
全体
--------------------------------*/
#ctn-ent {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
#ctn-ent #header {
  padding-top: 30px;
}
#ctn-ent .bg-01, #ctn-ent .bg-02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  z-index: -1;
}
#ctn-ent .bg-01::before, #ctn-ent .bg-01::after, #ctn-ent .bg-02::before, #ctn-ent .bg-02::after {
  content: "";
  display: block;
}
#ctn-ent .bg-01 {
  align-items: flex-start;
  top: 0;
}
#ctn-ent .bg-01::before {
  width: 406px;
  max-width: 21.1458333333%;
  aspect-ratio: 406/343;
  background-image: url("/img/entrance/corner-01.png");
  background-size: 100%;
}
#ctn-ent .bg-01::after {
  width: 567px;
  max-width: 29.53125%;
  aspect-ratio: 567/216;
  background-image: url("/img/entrance/corner-02.png");
  background-size: 100%;
}
#ctn-ent .bg-02 {
  align-items: flex-end;
  bottom: 0;
}
#ctn-ent .bg-02::before {
  width: 418px;
  max-width: 21.7708333333%;
  aspect-ratio: 418/246;
  background-image: url("/img/entrance/corner-03.png");
  background-size: 100%;
}
#ctn-ent .bg-02::after {
  width: 223px;
  max-width: 11.6145833333%;
  aspect-ratio: 223/382;
  background-image: url("/img/entrance/corner-04.png");
  background-size: 100%;
}

/*--------------------------------
コンテンツ
--------------------------------*/
.entbnr-wrp {
  -moz-column-gap: 2.08%;
       column-gap: 2.08%;
}
.entbnr-bx__01, .entbnr-bx__02 {
  width: 680px;
  max-width: 35.4166666667%;
}
.entbnr-bx__02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.entbnr-item__01, .entbnr-item__02, .entbnr-item__03 {
  background: #fff;
  border: solid 4px;
  overflow: hidden;
}
.entbnr-item__01 {
  width: 100%;
  aspect-ratio: 680/660;
  border-color: #f0929c;
  border-radius: 4rem;
}
.entbnr-item__01 .entbnr-link {
  flex-direction: column;
}
.entbnr-item__01 .entbnr-img {
  width: 100%;
  aspect-ratio: 680/480;
}
.entbnr-item__01 .entbnr-ttl {
  aspect-ratio: 680/180;
  font-size: 40px;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1120px) {
  .entbnr-item__01 .entbnr-ttl {
    font-size: 23.5294117647px;
  }
}
@media screen and (min-width: 1920px) {
  .entbnr-item__01 .entbnr-ttl {
    font-size: 40px;
  }
}
.entbnr-item__02, .entbnr-item__03 {
  aspect-ratio: 680/250;
  border-color: #482528;
  border-radius: 3rem;
}
.entbnr-item__02 .entbnr-link, .entbnr-item__03 .entbnr-link {
  align-items: center;
  background: url("/img/entrance/obj-02.png") right bottom no-repeat;
  background-size: 13.68%;
}
.entbnr-item__02 .entbnr-img, .entbnr-item__03 .entbnr-img {
  height: 100%;
  aspect-ratio: 1/1;
}
.entbnr-item__02 .entbnr-ttl, .entbnr-item__03 .entbnr-ttl {
  position: relative;
  z-index: 1;
  height: 100%;
  background: url("/img/entrance/obj-01.png") left top no-repeat;
  background-size: 22.09%;
  width: 63.24%;
  font-size: 34px;
  font-size: 1.7708333333vw;
}
@media screen and (max-width: 1120px) {
  .entbnr-item__02 .entbnr-ttl, .entbnr-item__03 .entbnr-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .entbnr-item__02 .entbnr-ttl, .entbnr-item__03 .entbnr-ttl {
    font-size: 34px;
  }
}
.entbnr-link {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.entbnr-link:hover::after {
  transform: translate(2px, 2px);
}
.entbnr-link:hover .entbnr-ttl {
  opacity: 0.8;
}
.entbnr-link:hover .entbnr-img img {
  transform: scale(105%);
  opacity: 0.9;
}
.entbnr-img {
  overflow: hidden;
}
.entbnr-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
}

/*--------------------------------
button
--------------------------------*/
.ent-btn li {
  width: 48.53%;
  aspect-ratio: 330/110;
  background: #f8f7f3;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ent-btn .btn {
  width: 78.79%;
  aspect-ratio: 260/60;
}
.ent-btn .btn-link {
  width: 100%;
  height: 100%;
}

/*--------------------------------
common
--------------------------------*/
.arw-cake-pnk, .arw-cake-blk {
  position: relative;
  z-index: 1;
}
.arw-cake-pnk::after, .arw-cake-blk::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.3s;
}
.arw-cake-pnk::after {
  width: 10.29%;
  aspect-ratio: 70/66;
  background-image: url("/img/entrance/arw-pnk.png");
  background-size: 100%;
}
.arw-cake-blk::after {
  width: 9.12%;
  aspect-ratio: 70/59;
  background-image: url("/img/entrance/arw-blk.png");
  background-size: 100%;
}

.ic-youtube {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-youtube::before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-youtube.png");
  background-size: 100%;
}/*# sourceMappingURL=entrance.css.map */