#emotion {
  scroll-margin-top: 550px;
}
.top_emotions {
  background: #000;
  padding: 10px;
}
.top_emotions .banger-mood-form {
  color: #fff;
}
.btn_area_box {
  width: 100%;
  background: #000000;
}
.btn_area {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  background: #000000;
}
.btn_area .left_Area {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.btn_area .left_Area h2 {
  color: #ff994b;
  /* text-decoration: underline; */
  text-align: center;
  border-bottom: 1px dotted #ff994b;
  display: block;
  font-size: 1.3125rem;
  width: 100%;
  margin-bottom: 24px;
}
.btn_area .left_Area .btn {
  width: 220px;
  min-width: 220px;
  height: 48px;
  padding: 0 28px;
  background: #8bc34a;
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_area .left_Area .btn:hover {
      background: #689f38;
}
/* .btn_area .emotion-top {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  align-items: center;
} */
/* .btn_area .emotion-top a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2px;
} */
.btn_area .emotion-top a img {
  max-width: 30px;
}
.emotion-top .banger-mood-form-wrap {
  width: 100%;
  margin: 0 auto;
}
.emotion-top .banger-mood-form-wrap .banger-mood-form .banger-mood-section:nth-child(3) {
  display: none;
}
.emotion-top .banger-mood-form-wrap .banger-mood-form .banger-mood-section legend {
  display: none;
}
.emotion-top .banger-mood-form-wrap .banger-mood-form .banger-mood-section span {
  color: #fff;
}
.emotion-top .banger-mood-form-wrap .banger-mood-form .banger-mood-submit-row {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.btn_area .flex {
  display: flex;
  gap: 10px;
  padding: 20px;
  justify-content: flex-end;
}
.btn_area .flex form {
  height: 80px;
  margin: auto;
}
.btn_area .flex a,
.btn_area .flex form button {
  padding: 2px 25px;
  /* border-radius: 5px; */
  font-size: 0.9rem;
  /* box-shadow: 2px 2px 5px 0 #7d7d7d; */
  font-weight: 600;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-wrap-mode: nowrap;
  height: 80px;
  margin: auto;
}
.btn_area .flex a span {
  font-size: 0.7rem;
  line-height: normal;
}
.btn_area .flex a:hover,
.btn_area .flex form button:hover {
  transform: translateY(-3px);
  scale: 105%;
}
.btn_area .flex .w-btn {
  background: #fff;
}
.btn_area .flex .g-btn {
  background: #ff993e;
  color: #fff;
}
.btn_area .flex .e-btn {
  background: #6ad348;
}

.l-gnav__item.has-sub {
  position: relative;
}
.l-gnav__sub {
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #222222;
  padding: 8px 0;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 100;
  width: 100%;
}
.l-gnav__item.has-sub:hover .l-gnav__sub {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(4px);
}
.l-gnav__sub li {
  list-style: none;
}
.l-gnav__sub li a {
  display: block;
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.l-gnav__sub li a:hover {
  background: #7ecf46;
  color: #000;
}

#ranking {
  max-width: 90%;
  margin: auto;
}
#ranking h2 {
  font-size: 1.7rem;
  display: flex;
  justify-content: start;
  width: 1000px;
  max-width: 90%;
  margin: auto;
  align-items: center;
  gap: 20px;
}
#ranking h2:before {
  content: "";
  width: 4px;
  height: 35px;
  background: #7ecf46;
}
#ranking .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: 1000px;
  max-width: 90%;
  margin: 20px auto;
}

#ranking .clm {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#ranking .grid .img_area {
  aspect-ratio: 3 / 4;
  position: relative;
  /* border-radius: 8px; */
  background: #3333330a;
}
#ranking .grid .img_area img {
  width: 100%;
  height: 100%;
  /* border-radius: 8px; */
  object-fit: contain;
}
#ranking .grid .img_area .no {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #afafaf;
  /* border-radius: 8px 0 0 0; */
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ranking .grid .clm:first-child .img_area .no {
  background: #7ecf46;
}
#ranking .grid .clm:nth-child(2) .img_area .no {
  background: #aae185;
}
#ranking .grid .clm:nth-child(3) .img_area .no {
  background: #bad8a6;
}
#ranking .grid .txt_area {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#ranking .grid .txt_area p {
  font-weight: 600;
}
#ranking .grid .clm {
  transition: all 0.5s ease;
  transform: translateY(0);
}
#ranking .grid .clm:hover {
  transform: translateY(-8px);
}
#ranking .star {
  display: flex;
  gap: 10px;
  align-items: center;
}
#ranking .star img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100px;
}

.emotions {
  background: #000;
  color: #6ad348;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  margin: auto;
  max-width: 500px;
}
.emotions h2 {
  /* border-bottom: 1px solid #d7d7d7; */
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  justify-content: center;
  margin-bottom: 10px;
}
.emotions h2 span {
  display: block;
  text-align: center;
}
.emotions img {
  max-width: 30px;
}
.emotions p {
  line-height: 2.2rem;
  color: #d7d7d7;
  font-size: 0.8rem;
}
.emotions a img {
  max-width: 20px;
}
.emotions .flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.emotions .flex a {
  background: #363156;
  color: #fff;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.emotion-select {
  width: 100%;
  background: #363156;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
}
.emotion-select select {
  padding: 5px 10px;
  width: 100%;
}
.emotion-select select option {
  background: #363156;
}
.emotion-select select option:hover {
  background: #363156;
}
.emotion-select:after {
  content: ">";
}
.top_page #search h2,
.top_page #genre_search h2,
.top_page #service h2 {
  font-size: 1.7rem;
  display: flex;
  justify-content: start;
  width: 1200px;
  margin: auto;
  align-items: center;
  gap: 20px;
}
.top_page #search h2:before,
.top_page #genre_search h2:before,
.top_page #service h2:before {
  content: "";
  width: 4px;
  height: 35px;
  background: #7ecf46;
}
.grid4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 40px auto;
}
.top_page .search {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #78d337;
  background: #fff;
}
.top_page .search h3 {
  font-size: 1.2rem;
  text-align: center;
  background: #78d337;
  padding: 10px;
}
.top_page .search ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  padding: 0 10px;
}

.top_page .search ul li a {
  aspect-ratio: 3 / 4;
  background: #f7f7f7;
}
.top_page .search ul li a:hover {
  opacity: 0.7;
}
.top_page .search ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top_page .search .button_wrapper .button {
  padding: 5px;
  margin: 0 auto 10px;
  max-width: 300px;
}
#genre_search .box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px auto;
}

#genre_search .box a {
  padding: 5px 15px;
  box-sizing: border-box;
  background: #7cc24117;
  border-radius: 50px;
  border: 1px solid #7cc241;
}
.vod-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 40px auto;
  padding: 20px;
  border: 1px solid #ddd;
}
.vod-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}
.vod-list a:hover {
  opacity: 0.7;
}
.vod-list a img {
  max-width: 50px;
}

.emotion-top .banger-rec-wrap {
  margin: 0;
}
.emotion-top .banger-rec-form {
  background: #000000;
  border: none;
}
.emotion-top .banger-rec-label,
.emotion-top .banger-rec-vod-filter {
  display: none;
}
.emotion-top .banger-rec-submit {
  min-width: 220px;
}

.ifSp {
  display: none !important;
}
.ifPc {
  display: block;
}
@media screen and (max-width: 768px) {
  .ifSp {
    display: block !important;
  }
  .ifPc {
    display: none;
  }
  .l-toggle .l-toggle__cat .l-gnav__item.movie {
    border-bottom: none;
  }
  .l-gnav__item.movie > a {
    display: none !important;
  }
  .l-gnav__item.movie .l-gnav__sub {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
  .l-gnav__item.movie .l-gnav__sub li a {
    padding: 14px 18px;
    font-size: 15px;
    text-align: left;
    background: none;
    color: #ffffff;
  }
  .l-gnav__item.movie .l-gnav__sub li a:hover {
    background: none;
    color: #7ecf46;
  }
  .l-gnav__sub li {
    border-bottom: 1px solid #222;
  }
  .grid4 {
    grid-template-columns: repeat(1, 1fr);
  }
  #ranking h2 {
    font-size: 1.5rem;
  }
  #ranking .grid {
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;

    /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
    /* padding-left: 25%; */
    gap: 0;
  }

  #ranking .clm {
    width: 50%;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 10px;
  }

  #ranking .grid .clm:hover {
    transform: none; 
  }
  #genre_search .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  }
  .btn_area {
    position: fixed;
    /* background: #222222; */
    right: 0;
    top: 200px;
    z-index: 999;
  }
  .btn_area .flex {
    padding: 0;
    gap: 0;
    flex-direction: column;
    width: 100px;
  }
  .btn_area .flex a {
    border-radius: 0;
    font-size: 0.9rem;
    padding: 5px 10px;
    box-shadow: 0 0 2px 0 #0000005e;
    margin: 0;
    display: flex !important;
  }
  .btn_area .flex a:hover {
    transform: translateY(-0px);
    scale: 100%;
  }
  .btn_area .left_Area {
    display: none;
  }
  .btn_area .flex form {
    height: 60px;
  }
  .btn_area .flex a, .btn_area .flex form button {
    width: 100px;
    height: 60px;
  }
  .vod-list {
    grid-template-columns: repeat(1, 1fr);
  }
}