.page-top {
  background: url("./../images/common/bg.jpg") repeat top left / 100px;
}

.animate__fadeInUp {
  --animate-duration: 0.6s;
}

/* cover */
.cover {
  position: relative;
}

.bg-maru1 {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 26%;
  z-index: -1;
  width: 20%;
}

.bg-maru2 {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 10%;
  z-index: -1;
  width: 26%;
}

.cover-content {
  /* padding-top: 30px; */
  padding-left: 7.5%;
  display: grid;
  grid-template-columns: 38% 62%;
  grid-template-columns: 35% 48%;
  gap: 50px;
  align-items: center;
}

.cover-content-left .text-big {
  margin-bottom: 60px;
}

.cover-bottom {
  /* margin-top: 60px; */
  margin-top: 10px;
  display: flex;
  justify-content: right;
}

.cover-bottom .btn-group {
  border-radius: 30px 0 0 30px;
}

/* cover end */

/* news */

.news {
  margin-top: 150px;
}

.news-list-wrapper {
  max-width: 920px;
  padding: 48px 20px 48px 100px;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 20px;
  background-color: #fff;
}

.news-list {
  padding-right: 80px;
  padding-top: 20px;
  height: 450px;
  overflow: auto;
}

.news-list hr {
  border: 1px dashed #ff6347;
  margin: 30px 0;
}

.news-item .news-info .news-tag {
  color: #ff6b34;
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  padding: 2px 8px;
  border-radius: 6px;
  border: 1px solid #ff6b34;
}

.news-item .news-info .news-public-date {
  margin-left: 20px;
  color: #314b64;
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
}

.news-title {
  margin-top: 12px;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* scrollbar */

.news-list::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.news-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #f9f6f0;
  border-radius: 10px;
  background: #f9f6f0;
}

/* Handle */
.news-list::-webkit-scrollbar-thumb {
  background: #ff6b34;
  border-radius: 10px;
}

/* Handle on hover */
.news-list::-webkit-scrollbar-thumb:hover {
  background: #df724a;
}

.news .section-btn {
  margin-top: 60px;
  text-align: center;
}

/* news end */

/* post */

.post {
  margin-top: 150px;
}

.post-list {
  max-width: 1068px;
  margin: 0 auto;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.post-item .post-public-date {
  display: inline-block;
  margin-top: 12px;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
}

.post-title {
  margin-top: 12px;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* số dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post .section-btn {
  margin-top: 60px;
  text-align: center;
}

/* post end */

/* about */

.about {
  margin-top: 180px;
}

.about .section-container {
  display: flex;
}

.about-left {
  width: 45%;
}

.about-left-img {
  max-width: 300px;
}

.steps {
  margin-top: 40px;
  margin-left: 40px;
}

.step1 {
  max-width: 346px;
}

.step2 {
  max-width: 322px;
  position: relative;
  right: -100px;
  top: -30px;
}

.step3 {
  max-width: 290px;
  position: relative;
  right: -200px;
  top: -60px;
}

.about-left .step1 {
  animation-delay: 0.3s;
}
.about-left .step2 {
  animation-delay: 0.6s;
}
.about-left .step3 {
  animation-delay: 0.9s;
}

.about-right {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: right;
  align-items: flex-start;
}

.about-bgr {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.about-right .section-heading {
  padding-top: 40px;
}

.about-text {
  margin-top: 40px;
  max-width: 537px;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.7;
}

.about-demo {
  margin-top: 40px;
  max-width: 490px;
}

.about-bgr-dot {
  position: absolute;
  bottom: 20px;
  z-index: -1;
}

/* about end */

/* benefits */
.benefits {
  position: relative;
  margin-top: 100px;
  padding: 100px 0 60px 0;
  background: #fff;

  border-top-left-radius: 100% 80%;
  border-top-right-radius: 100% 80%;
}

.bgr-balls {
  position: absolute;
  right: 20px;
  top: -20px;
  max-width: 240px;
}

.benefits-content {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 80px;
}

.benefits-block {
  position: relative;
  max-width: 430px;
  border: 3px solid #ff6b34;
  border-radius: 64px;
}

.benefits-block.benefits-right {
  border: 3px solid #4b8fe2;
}

.benefit-title-bgr {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

.benefits-content .block-title {
  color: #fff;
  font-family: "Zen Maru Gothic";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 1;
}

.benefit-list {
  padding: 40px 30px;
}

.benefit-item {
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 500;
  padding: 18px 0;
  border-bottom: 1px dashed #ff6347;
}

.benefits-block.benefits-right .benefit-item {
  border-bottom: 1px dashed #4b8fe2;
}

.benefit-item img {
  max-width: 20px;
}

.border-bottom {
  position: absolute;
  border-bottom: 0;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.border-bottom img {
  flex-grow: 1;
}

/* benefits end */

/* results */
.results {
  margin-top: 180px;
}

.results .section-heading {
  position: relative;
}

.section-heading .bgr-left {
  position: absolute;
  left: 120px;
  z-index: -1;
}

.section-heading .bgr-right {
  position: absolute;
  right: 120px;
  z-index: -1;
}

.results-text {
  margin-top: 50px;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
}

.results-text .small-text {
  font-size: 16px;
}

.result-list {
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}

.result-wrapper {
  width: 248px;
  height: 248px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(11, 53, 101, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.result-title {
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  position: relative;
}

.result-title::before {
  position: absolute;
  left: -20px;
  top: -1px;
  content: "⚫︎";
  display: inline-block;
  font-size: 18px;
}

.has-dot-orange::before {
  color: #ff6347;
}
.has-dot-navy::before {
  color: #4b8fe2;
}

.result-num {
  font-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.result1,
.result3 {
  position: relative;
  top: -100px;
}

.result-list .result1 {
  animation-delay: 0.1s;
}
.result-list .result2 {
  animation-delay: 0.4s;
}
.result-list .result3 {
  animation-delay: 0.8s;
}
.result-list .result4 {
  animation-delay: 1.2s;
}

.result-list img.pc-hidden {
  display: none;
}

/* results end */

/* event */
.event {
  padding-top: 200px;
}

.event.food-truck {
  padding-top: 100px;
}

.event-text {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
}

.event-text a {
  color: #4b8fe2;
  font-weight: 700;
}

.event hr {
  border: 1px dashed #4b8fe2;
  margin: 100px 0;
}

.area-top {
  display: flex;
  gap: 30px;
  align-items: baseline;
  /* margin-bottom: 20px; */
}

.area-name {
  font-family: "Zen Maru Gothic";
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  min-width: 100px;
}

.area-name::first-letter {
  color: #4b8fe2;
}

.letter-navy {
  color: #4b8fe2;
}

.prefecture-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 6px;
}

.prefecture-list .break {
  flex-basis: 100%;
  height: 0;
}

.prefecture {
  color: #4b8fe2;
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  font-weight: 500;
  padding: 2px 10px;
  border: 1px solid #4b8fe2;
  border-radius: 12px;
}

.prefecture.active {
  color: #fff;
  background-color: #4b8fe2;
}

.card-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding-bottom: 20px;
}

.card {
  border-radius: 20px;
}

.card img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 200px; 
}

.card-date {
  display: block;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
}

.card-name {
  margin-top: 4px;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1px;
}

/* event end */

/* food-truck */

.food-truck .event-text a {
  color: #ff6b34;
}

.food-truck .area-name::first-letter {
  color: #ff6b34;
}

.food-truck .letter-orange {
  color: #ff6b34;
}

.food-truck .prefecture {
  color: #ff6b34;
  border: 1px solid #ff6b34;
}

.food-truck .prefecture.active {
  color: #fff;
  background-color: #ff6b34;
}

.food-truck.event hr {
  border: 1px dashed #ff6b34;
}

/* food-truck end */

/* contact */

.contact {
  position: relative;
  margin-top: 200px;
  margin-bottom: 100px;
  padding-bottom: 50px;
}

.contact-bgr-left {
  position: absolute;
  top: 80px;
}

.contact-text {
  font-family: "Zen Maru Gothic";
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
}

.text-underline {
  position: relative;
}

.contact-text .text-underline::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0px;
  width: 104%;
  height: 22px;
  background: #ffcf8d;
  z-index: -1;
}

.contact-text .small-text {
  font-size: 32px;
  letter-spacing: 3px;
}

.contact-btn-wrapper {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

/* contact end */



/* kv */
.kv-top {
  margin-left: 5%;
  margin-right: 5%;
}

.kv-main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.kv-bgr-left {
  width: 20%;
}

.kv-bgr-right{
  width: 20%;
}

.kv-main-img {
  display: flex;
  justify-content: center;
  max-width: 460px;  
}

.achieve-list {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(3, 1fr);
}

.achieve {
  position: relative;
  width: 100%;
}

.achieve svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
}

.achieve-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.achieve-img {
  max-height: 50px;
  padding-bottom: 8px;
}

.achieve-title {
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  position: relative;
}

.achieve-title::before {
  position: absolute;
  left: -20px;
  top: 0px;
  content: "⚫︎";
  display: inline-block;
  font-size: 18px;
}

.has-dot-orange::before {
  color: #ff6347;
}
.has-dot-navy::before {
  color: #4b8fe2;
}

.achieve-num {
  font-family: Roboto;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.achieve-list .achieve1 {
  animation-delay: 0.1s;
}
.achieve-list .achieve2 {
  animation-delay: 0.4s;
}
.achieve-list .achieve3 {
  animation-delay: 0.8s;
}
.achieve-list .achieve4 {
  animation-delay: 1.2s;
}

.achieve-bgr {
  position: absolute;
  max-width: 160px;
}
.achieve-bgr.bgr-right {
  top: -140px;
  right: -60px;
}

.achieve-bgr.bgr-left {
  top: -140px;
  left: -60px;
}

.achieve-desc {
  margin-top: 4px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}

.achieve-desc p {
  color: #314b64;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}

.achieve-desc p.small-text {
  display: block;
  color: #314b64;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.kv-bottom {
  margin-top: 120px;
  display: flex;
  justify-content: right;
}

.kv-bottom .btn-group {
  border-radius: 30px 0 0 30px;
}

@media screen and (max-width: 768px) {
  /* cover */
  .cover-img {
    position: absolute;
    padding-top: 50%;
    z-index: -2;
  }

  .text-big {
    max-width: 70%;
  }

  .small-big {
    max-width: 68%;
  }

  .cover-content {
    padding-top: 30px;
    padding-left: 7.5%;
    display: grid;
    grid-template-columns: 100%;
    align-items: unset;
  }

  .bg-maru1 {
    display: none;
  }

  .bg-maru2 {
    width: 45%;
    padding-top: 20%;
    z-index: -3;
  }

  .cover-bottom {
    margin-top: 60px;
    padding: 0 16px;
    padding-top: 70%;
  }

  .cover-bottom .btn-group {
    flex-grow: 1;
  }

  /* cover end */

  /* news */
  .news {
    margin-top: 80px;
  }

  .news-list-wrapper {
    padding: 40px 16px 40px 30px;
  }

  .news-list {
    padding-right: 16px;
    padding-top: 12px;
    height: 400px;
  }

  .news-list::-webkit-scrollbar {
    width: 6px;
  }

  .news-item .news-info .news-tag {
    font-size: 12px;
    letter-spacing: 0.6px;
    padding: 1px 8px;
    border-radius: 4px;
  }

  .news-item .news-info .news-public-date {
    margin-left: 16px;
    font-size: 13px;
    letter-spacing: 0.65px;
  }

  .news-title {
    font-size: 13px;
    letter-spacing: 0.65px;
  }

  .news-list hr {
    margin: 20px 0;
  }

  /* post */

  .post {
    margin-top: 100px;
  }

  .post-list {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .post-item {
    display: flex;
    gap: 12px;
    background-color: #fff;
    padding: 12px;
  }

  .post-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }

  .post-item .post-public-date {
    margin-top: 12px;
    font-size: 13px;
    letter-spacing: 0.6px;
  }

  .post-title {
    margin-top: 0px;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.6px;
    -webkit-line-clamp: 4;
  }

  /* post end */

  /* about */

  .about {
    margin-top: 100px;
  }

  .about .section-container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }

  .about-bgr,
  .about-demo,
  .about-bgr-dot {
    display: none;
  }

  .about .heading-jp {
    font-size: 21px;
    letter-spacing: 1.05px;
  }

  .about-text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.65px;
  }

  .about-left {
    width: 100%;
  }

  .steps {
    margin-left: auto;
    margin-right: auto;
  }

  .step {
    margin: 0 auto;
  }

  .step1 {
    margin-top: 50px;
  }

  .step2,
  .step3 {
    position: unset;
  }

  /* about end */

  /* benefits */
  .benefits {
    position: relative;
    margin-top: 80px;
    padding: 140px 0 60px 0;
    border-top-left-radius: 200px 100px;
    border-top-right-radius: 200px 100px;
  }

  .bgr-balls {
    right: 0px;
    top: -50px;
    max-width: 130px;
  }

  .benefits .heading-jp {
    font-size: 24px;
    letter-spacing: 1.2px;
  }

  .benefits-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .benefits-block {
    max-width: 430px;
    border-radius: 50px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .benefits-content .block-title {
    font-size: 22px;
    letter-spacing: 1.1px;
    padding: 8px;
  }

  .benefit-list {
    padding: 30px 30px 40px 30px;
  }

  .benefit-item {
    font-size: 16px;
    padding: 12px 0;
  }

  .benefit-item img {
    max-width: 14px;
  }

  .border-bottom {
    position: absolute;
    width: 100%;
    bottom: -10px;
  }

  .border-bottom img:first-child {
    display: none;
  }

  /* benefits end */

  /* result */
  .section-heading .results-bgr {
    display: none;
  }

  .result-list {
    flex-direction: column;
    gap: 10px;
  }

  .result-list div {
    margin: 0 auto;
  }

  .result-wrapper {
    max-width: 240px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(11, 53, 101, 0.2);
  }

  .result1,
  .result3 {
    top: 0;
  }

  .result1,
  .result3 {
    position: relative;
    right: 50px;
  }

  .result2,
  .result4 {
    position: relative;
    left: 50px;
  }

  .result-list img.pc-hidden {
    display: block;
  }

  .results-bgr {
    position: absolute;
    top: -60px;
  }

  .result1 .results-bgr,
  .result3 .results-bgr {
    position: absolute;
    right: -140px;
    z-index: -1;
  }

  .result2 .results-bgr,
  .result4 .results-bgr {
    position: absolute;
    left: -140px;
    z-index: -1;
  }

  /* result end */

  /* event */
  .event {
    margin-top: 140px;
  }

  .event {
    padding-top: 0px;
  }

  .event.food-truck {
    padding-top: 0px;
  }

  .event-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .event hr {
    margin: 50px 0;
  }

  .area-top {
    gap: 18px;
    flex-direction: column;
    align-items: unset;
  }

  .area-name {
    font-size: 32px;
    letter-spacing: 1.6px;
    align-items: center;
  }

  .area-name::first-letter {
    color: #4b8fe2;
  }

  .area-name .pc-hidden {
    display: inline-block;
    position: relative;
    top: -5px;
    left: 8px;
  }

  .area.is-collapsed .area-name img {
    rotate: 180deg;
    transition: all 0.3s;
  }

  .prefecture-list {
    gap: 10px 16px;
  }

  .prefecture {
    font-size: 16px;
    padding: 1px 18px;
    border-radius: 20px;
  }

  .card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }

  .card-date {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .card-name {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.7px;
  }

  .prefecture-list {
    /* overflow: hidden; */
    transition: height 0.4s ease, opacity 0.3s ease;
  }

  .card-list {
    overflow: hidden;
    transition: height 0.4s ease, opacity 0.3s ease;
  }

  /* trạng thái đóng */
  .area.is-collapsed .prefecture-list,
  .area.is-collapsed .card-list {
    height: 0;
    opacity: 0;
    pointer-events: none;
  }

  .area.is-collapsed .area-top {
    gap: 0px;
  }

  .area.is-collapsed .card-list {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  /* event end */

  /* contact */

  .contact {
    margin-top: 180px;
    padding-bottom: 0;
  }

  .contact-bgr {
    position: absolute;
    top: 80px;
  }

  .contact-text {
    text-align: left;
  }

  .contact-text .small-text {
    font-size: 17px;
    letter-spacing: 1.7px;
  }

  .contact-text svg {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: 30px;
  }

  .contact-bgr-right {
    position: absolute;
    width: 200px;
    right: -80px;
    bottom: 100px;
  }
  /* contact end */
}


@media screen and (max-width: 768px) {
  .kv {
    margin-top: 30px;
  }
  
  .kv-main-img {
    min-width: unset;
    max-width: 90%;
  }

  .kv-bgr-left-sp {
    position: absolute;
    top: 0;
    left: -20px;
    z-index: -1;
    max-width: 138px;
  }

  .kv-bgr-right-sp {
    position: absolute;
    bottom: 0;
    right: -20px;
    z-index: -1;
    max-width: 30%;
    max-width: 138px;
  }

  .achieve-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px 0;
  }

  .achieve-list > .achieve3 {
    grid-column: 1 / -1; /* span 2 columns */
    justify-self: center;
  }

  .achieve svg {
    height: 90px;
  }

  .achieve-img {
    max-height: 50px;
  }

  .achieve-title::before {
    position: absolute;
    left: -16px;
    top: 1px;
    font-size: 12px;
  }

  .achieve-title {
    color: #314b64;
    font-family: "Zen Maru Gothic";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
  }

  .achieve-num {
    color: #2d4860;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.12px;
  }

  .achieve2 svg {
    display: none;
  }

  .achieve-desc {
    margin-top: 20px;
  }

  .achieve-desc p {
    font-size: 18px;
    font-weight: 400;
  }

  .achieve-desc p.small-text {
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-weight: 400;
  }

  .kv-bottom {
    margin-top: 80px;
    justify-content: center;
  }
}