/* ==========================================================================
   TOP
   ========================================================================== */
.topImgWarp {
  border-radius: 20px;
  height: 630px;
  margin: 0 auto 80px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .topImgWarp {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .topImgWarp {
    flex-wrap: wrap;
    margin: 0 auto 40px;
    height: 90vh;
  }
}

.headerTopImg {
  background: url(../images/top/main.webp) no-repeat center center;
  background-size: cover;
}

.topHeadCopyWrap {
  display: flex;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .topHeadCopyWrap {
    align-self: stretch;
    align-self: center;
    justify-content: flex-start;
    padding: 50px 0 0 30px;
    width: 100%;
  }
}
.topHeadCopyWrap .topHeadCopy {
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  --viewport-from: 1025;
  --viewport-to: 1200;
  --min-font-size: 38;
  --max-font-size: 48;
  font-weight: bold;
  letter-spacing: 20.16px;
  line-height: 2em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .topHeadCopyWrap .topHeadCopy {
    --viewport-from: 769;
    --viewport-to: 1024;
    --min-font-size: 30;
    --max-font-size: 36;
  }
}
@media screen and (max-width: 768px) {
  .topHeadCopyWrap .topHeadCopy {
    --viewport-from: 481;
    --viewport-to: 768;
    --min-font-size: 24;
    --max-font-size: 30;
  }
}

.topHeaderMenu {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 440px;
  margin: 30px 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .topHeaderMenu {
    width: 42%;
    margin: 30px 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topHeaderMenu {
    align-self: flex-end;
    margin: 0 20px;
    width: 100%;
  }
}
.topHeaderMenu a {
  width: 100%;
}
.topHeaderMenu .topListBg {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 0 30px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .topHeaderMenu .topListBg {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topHeaderMenu .topListBg {
    margin: 0 0 16px;
  }
}
.topHeaderMenu .topListBg .topHeaderList {
  background-color: #fff;
  border: 8px solid #e47c6d;
  border-radius: 20px;
  padding: 24px 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .topHeaderMenu .topListBg .topHeaderList {
    border: 6px solid #e47c6d;
    padding: 16px 8px;
  }
}
.topHeaderMenu .topListBg .topHeaderList .topMenuArrow {
  background-color: #e47c6d;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .topHeaderMenu .topListBg .topHeaderList .topMenuArrow {
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .topHeaderMenu .topListBg .topHeaderList .topMenuArrow img {
    height: 12px;
    width: 12px;
  }
}
.topHeaderMenu .topListBg .topHeaderList .topHeaderContainer {
  text-align: center;
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .topHeaderMenu .topListBg .topHeaderList .topHeaderContainer {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .topHeaderMenu .topListBg .topHeaderList .topHeaderContainer {
    width: 70%;
  }
}
.topHeaderMenu .topListBg .topHeaderList .topHeaderContainer .topMenuLine {
  background: url(../images/top/top_menu_line_small.svg) repeat-x left;
  background-size: auto 5px;
  height: 5px;
  margin: 0 auto;
  width: 90%;
}
.topHeaderMenu .topListBg .topHeaderList .topHeadermenuTitle {
  color: #59380f;
  font-family: "Zen Maru Gothic", serif;
  --viewport-from: 1025;
  --viewport-to: 1200;
  --min-font-size: 24;
  --max-font-size: 24;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .topHeaderMenu .topListBg .topHeaderList .topHeadermenuTitle {
    --viewport-from: 769;
    --viewport-to: 1024;
    --min-font-size: 16;
    --max-font-size: 20;
  }
}
.topHeaderMenu .topListBg .topHeaderList .topHeaderMenuTxt {
  color: #59380f;
  font-size: 1.4rem;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .topHeaderMenu .topListBg .topHeaderList .topHeaderMenuTxt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .topHeaderMenu .topListBg .topHeaderList .topHeaderListImg {
    height: auto;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .topHeaderMenu .topListBg .topHeaderList .topHeaderListImg {
    max-height: 60px;
    width: auto;
  }
}/*# sourceMappingURL=top.css.map */