/* 
font-family: "Kiwi Maru", serif;
*/
/*--------------------------------
    common
--------------------------------*/
.ent-contents-area {
  width: 89.58%;
  margin: 0 auto;
}

#entrance .flx {
  display: flex;
}
#entrance .flx-wrp {
  flex-wrap: wrap;
}
#entrance .flx-rr {
  flex-direction: row-reverse;
}
#entrance .flx-clm {
  flex-direction: column;
}
#entrance .flx-clm-reverse {
  flex-direction: column-reverse;
}
#entrance .flx-strt {
  justify-content: start;
}
#entrance .flx-btw {
  justify-content: space-between;
}
#entrance .flx-ard {
  justify-content: space-around;
}
#entrance .flx-end {
  justify-content: flex-end;
}
#entrance .flx-center {
  justify-content: center;
}
#entrance .flx-reverse {
  flex-direction: row-reverse;
}
#entrance .flx-alitem-strt {
  align-items: flex-start;
}
#entrance .flx-alitem-strch {
  align-items: stretch;
}
#entrance .flx-alitem-c {
  align-items: center;
}
#entrance .flx-alitem-end {
  align-items: flex-end;
}
#entrance .flx-alitem-base {
  align-items: baseline;
}
#entrance .flx-alcont-strt {
  align-content: flex-start;
}
#entrance .flx-alcont-strch {
  align-content: stretch;
}
#entrance .flx-alcont-end {
  align-content: flex-end;
}
#entrance .flx-alcont-c {
  align-content: center;
}
#entrance .flx-alcont-s-btw {
  align-content: space-between;
}
#entrance .flx-alcont-s-ard {
  align-content: space-around;
}
#entrance .txt-01 {
  font-size: 22px;
  font-size: 1.1458333333vw;
}
@media screen and (max-width: 1280px) {
  #entrance .txt-01 {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  #entrance .txt-01 {
    font-size: 22px;
  }
}
#entrance .arw-solid-wht {
  position: relative;
}
#entrance .arw-solid-wht::after {
  content: "";
  display: block;
  width: 0.5vw;
  aspect-ratio: 1/1;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s;
}
#entrance a {
  font-style: normal;
  text-decoration: none;
}
#entrance a:hover {
  opacity: 1;
}

/*--------------------------------
    header
--------------------------------*/
.entrance_page {
  background: url("/img/entrance/bg.jpg") center bottom no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.entrance_page .header {
  padding: 15px 80px;
}
.entrance_page .header_info {
  margin: 0;
}
.entrance_page .header_logo {
  width: 207px;
}

/*--------------------------------
    contents
--------------------------------*/
#entrance {
  padding-top: 140px;
  font-weight: 500;
}
#entrance .ent-contents-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#entrance .ent-main {
  width: 41.86%;
  aspect-ratio: 720/850;
  border-radius: 3vw;
  overflow: hidden;
  background-color: #fef0d7;
  box-shadow: 0px 0px 24px 0px rgba(51, 51, 51, 0.15);
  transition: 0.3s;
}
#entrance .ent-main:hover {
  transform: translateZ(0) scale(0.99);
  -webkit-transform: translateZ(0) scale(0.99);
}
#entrance .ent-main:hover .ent-main__ttl {
  opacity: 0.8;
}
#entrance .ent-main:hover .arw-solid-wht::after {
  transform: translate(-2px, -50%) rotate(45deg);
}
#entrance .ent-main__link {
  width: 100%;
  height: 100%;
  padding: 3vw 6.94%;
  background: url("/img/entrance/img-main.png") center bottom no-repeat;
  background-size: 100%;
  transition: 0.3s;
  color: #645231;
}
#entrance .ent-main__ttl {
  letter-spacing: 0.06em;
  text-shadow: 0 0 1vw #fff, 0 0 1vw #fff, 0 0 1vw #fff;
  transition: 0.3s;
}
#entrance .ent-main__ttl span {
  letter-spacing: 0.06em;
}
#entrance .ent-main__ttl .main {
  font-size: 38px;
  font-size: 1.9791666667vw;
}
@media screen and (max-width: 1280px) {
  #entrance .ent-main__ttl .main {
    font-size: 25.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  #entrance .ent-main__ttl .main {
    font-size: 38px;
  }
}
#entrance .ent-main__ttl .main em {
  font-size: 46px;
  font-size: 2.3958333333vw;
}
@media screen and (max-width: 1280px) {
  #entrance .ent-main__ttl .main em {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  #entrance .ent-main__ttl .main em {
    font-size: 46px;
  }
}
#entrance .ent-main__ttl .sub {
  margin-top: 1.2vw;
  font-size: 28px;
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 1280px) {
  #entrance .ent-main__ttl .sub {
    font-size: 18.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  #entrance .ent-main__ttl .sub {
    font-size: 28px;
  }
}
#entrance .ent-main__ttl .txt {
  margin-top: 0.5vw;
}
#entrance .ent-main .btn {
  width: 46.77%;
  aspect-ratio: 290/60;
  border-radius: 0.5vw;
  background: #fea43f;
  color: #fff;
  margin-top: 2vw;
}
#entrance .ent-main .btn span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#entrance .list-site {
  width: 54.65%;
  gap: 7vw 6.38%;
}
#entrance .list-site__item {
  width: 46.81%;
  aspect-ratio: 440/320;
  border-radius: 2vw;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(51, 51, 51, 0.15);
}
#entrance .list-site__item:hover .list-site__ttl {
  transform: translate(-50%, calc(-60% - 3px));
}
#entrance .list-site__item:hover .list-site__link::after {
  transform: translateX(-2px);
}
#entrance .list-site__item:hover .btn {
  color: rgba(100, 82, 49, 0.8);
}
#entrance .list-site__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  color: #645231;
}
#entrance .list-site__link::after {
  content: "";
  display: block;
  width: 37px;
  aspect-ratio: 1/1;
  background-image: url("/img/entrance/arrow-circle.png");
  background-size: 100%;
  position: absolute;
  right: 1vw;
  bottom: 1.5vw;
  transition: 0.3s;
}
#entrance .list-site__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 1;
  width: 84.09%;
  aspect-ratio: 370/124;
  background: url("/img/entrance/comment-base.png") center center no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 0.5vw;
  line-height: 1.3;
  letter-spacing: 0;
  transition: 0.3s;
  font-size: 25px;
  font-size: 1.3020833333vw;
}
@media screen and (max-width: 1280px) {
  #entrance .list-site__ttl {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  #entrance .list-site__ttl {
    font-size: 25px;
  }
}
#entrance .list-site .img {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2vw;
  overflow: hidden;
}
#entrance .list-site .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#entrance .list-site .btn {
  width: 100%;
  aspect-ratio: 440/130;
  padding: 5% 7.95% 0 7.95%;
  border-radius: 0 0 2vw 2vw;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 20%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.2;
  transition: 0.3s;
  letter-spacing: 0;
  font-size: 29px;
  font-size: 1.5104166667vw;
}
@media screen and (max-width: 1280px) {
  #entrance .list-site .btn {
    font-size: 19.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  #entrance .list-site .btn {
    font-size: 29px;
  }
}

/*--------------------------------
    footer
--------------------------------*/
.entrance_page .copy_right {
  padding: 4vw 0 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  color: #645231;
  font-size: 12px;
}
.entrance_page .copy_right a {
  color: #645231;
}/*# sourceMappingURL=entrance.css.map */