.base_bg {
  background-color: var(--color-background-base);
}

.top_container {
  overflow: hidden;
}

.top_container #adminBox {
  position: relative;
  z-index: 5;
}

.top_container #adminBox #action-entry-insert {
  display: none;
}

.top_container main {
  overflow: visible;
}

.top_header {
  margin-bottom: -1px;
}

.top_text_link_block {
  text-align: right;
}

.top_text_link_block a {
  display: inline-block;
}

main.top h2 {
  font-size: 1.85rem;
  letter-spacing: 0.03em;
}

main.top a:hover {
  opacity: 1;
}

main.top a:hover .hover_text {
  opacity: 0.7;
}

main.top a .hover_text {
  font-size: 1rem;
}

main.top p {
  line-height: 2em;
  font-size: 1rem;
}

main.top a {
  font-size: 1rem;
}

main.top h3 {
  line-height: 2em;
}

main.top h2.title::before {
  left: -22px;
  bottom: -28px;
}

main {
  margin: 0 auto;
  overflow: hidden;
}

main .container {
  margin: 0 auto;
}

.top_fixed_image {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
}

.top_fixed_image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}


.top_fv_container {
  position: relative;
}

.top_fv_container::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -190px;
  width: 1008px;
  height: 1008px;
  background: url(../images/orange_circle.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}

.top_fv_content {
  margin: 0 auto;
  padding-left: 60px;
  position: relative;
  padding-bottom: 150px;
  z-index: 2;
}

.top_fv_admin_block.acms-admin-module-edit-wrapper {
  position: static;
}

.top_fv_admin_block.acms-admin-module-edit-wrapper:hover {
  border: 2px solid #999;
  border-radius: 4px;
}

.top_fv_admin_block.acms-admin-module-edit-wrapper:hover::before {
  content: none;
}

.top_fv {
  position: relative;
  overflow: hidden;
  display: grid;
  margin-left: 140px;
}

.top_fv_slider:first-child {
  animation: slideIn .6s cubic-bezier(0, 0, .3, 1) forwards;
}

.top_fv .top_fv_slider {
  justify-self: stretch;
  grid-column-start: 1;
  grid-row-start: 1;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.top_fv .top_fv_slider picture img {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  height: auto;
  display: block;
  width: 100%;
}

.top_fv .top_fv_slider.show {
  z-index: 20 !important;
}

.top_fv_title {
  position: absolute;
  bottom: 70px;
  left: 60px;
  z-index: 25;
  letter-spacing: 4.8px;
  line-height: 1.8;
  text-shadow: 0px 0px 13px rgba(255, 255, 255, 100);
}

h1.top_title {
  font-size: 48px;
  animation: slideIn .6s cubic-bezier(0, 0, .3, 1) forwards;
}

.top_company_information_container {
  position: relative;
  padding-bottom: 21.875rem;
}

.top_company_information_container img {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-right: max(23vw, 330px);
}


.top_company_information_container::before {
  position: absolute;
  content: "";
  z-index: 2;
  top: 50px;
  right: -208px;
  width: 1008px;
  height: 1008px;
  background: url(../images/orange_circle.png) no-repeat;
  background-size: 100%;
}

.top_company_information_content {
  background-color: #fff;
  width: 100%;
  padding-top: 11.25rem;
  padding-left: 16.458vw;
  padding-bottom: 4.375rem;
  margin-left: 124px;
  position: absolute;
  bottom: -5.5rem;
  left: 0;
  z-index: 3;
  border-radius: 0 0 0 50px;
}

.top_company_information_block {
  max-width: 47.8125rem;
}

.top_company_information_block h2 {
  color: #023895;
  margin-top: 0;
  margin-bottom: 50px;
}

.top_company_information_block h2 span {
  color: #F39801;
  font-size: 1.85rem;
  font-weight: 700;
}

.top_company_information_block p {
  max-width: 36rem;
  margin-left: 6.597vw;
}

.top_company_information_link {
  display: block;
  margin-top: 2.375rem;
  text-align: right;
}

.top_company_information_link .arrow.bg {
  font-size: 1rem;
  vertical-align: middle;
}


.top_brand {
  margin-top: 100vh;
  position: relative;
  padding-top: 40px;
  padding-bottom: 90px;
}

.top_brand::before {
  content: "";
  position: absolute;
  top: -148px;
  left: 0px;
  width: 100%;
  height: 150px;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(250, 248, 244, 100%)90%);
  z-index: 5;
}

.top_brand .container {
  position: relative;
  z-index: 1;
}

.top_brand_tit {
  text-align: center;
  margin-bottom: 5.625rem;
}

.top_brand_tit .brands_label.title {
  color: var(--color-blue-base);
  background-color: transparent;
}

.top_brand_tit .brands_label.title::before {
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}

.top_brand_lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.top_brand_list {
  position: relative;
}

.top_brand_list .top_brand_list_image_block {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}

.top_brand_list img {
  width: 85%;
  margin: 0 auto;
}

.top_brand_link {
  display: block;
  text-align: right;
  margin-top: 1.875rem;
}

.image_slider.-top {
  padding-bottom: 180px;
  position: relative;
  overflow: visible;
}

.image_slider.-top::before {
  content: "";
  position: absolute;
  top: -285px;
  left: 50%;
  transform: translateX(-50%);
  width: 1008px;
  height: 1008px;
  background: url(../images/orange_circle.png) no-repeat;
  background-size: 100%;
}

.image_slider_admin.acms-admin-module-edit-wrapper {
  z-index: auto;
  overflow: hidden;
}

.image_slider_admin.acms-admin-module-edit-wrapper:hover::before {
  inset: 2px;
  z-index: 2;
}

.bg-color-blue-accent {
  background-color: var(--color-blue-accent);
  position: relative;
}

.bg-color-blue-accent::before {
  content: "";
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 107%;
  height: 380px;
  background-color: var(--color-blue-accent);
  border-radius: 50%;
}

.top_footer {
  background: var(--color-background-base);
}

.top_talkin_news {
  position: relative;
  z-index: 3;
}

.top_talkin_news_content {
  display: grid;
  grid-template-columns: 26.25rem 1fr;
  align-items: flex-start;
  column-gap: 60px;
}

.top_talkin_news_list {
  border-bottom: 1px solid var(--color-blue-base);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  display: block;
}

.top_talkin_news_list_title {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
  margin-right: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.top_talkin_news_list_category {
  color: var(--color-blue-base);
  padding-right: 1.25rem;
  border-right: 1px solid var(--color-blue-base);
  font-size: 0.875rem;
  position: relative;
  padding-left: 0.6875rem;
}

.top_talkin_news_list_category::before {
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: var(--color-yellow);
}

.top_talkin_news_list_time {
  color: var(--color-blue-base);
  font-size: 1rem;
  padding-left: 1.25rem;
}

.top_talkin_news_list_link.arrow {
  display: block;
}

.top_talkin_news_list_link.arrow:hover::after {
  transform: translateY(-50%) translateX(0.625rem);
}

.top_talkin_news_list_jump {
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  display: block;
  margin-top: 1.2rem;
}

.top_shop_news {
  margin-top: 7.5rem;
}

.top_shop_news_title {
  text-align: center;
}

.top_shop_news_title .title.shopnews_label::before {
  left: 50%;
  transform: translateX(-50%);
}

.top_shop_news_content {
  padding-bottom: 5.625rem;
}

.top_shop_news_lists {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 47px;
}

.top_shop_news_list_link {
  display: block;
}

.top_shop_news_list_link:hover .arrow::after {
  transform: translateY(-50%) translateX(0.625rem);
}

.top_shop_news_list_img {
  border-radius: 10px;
  margin-bottom: 0.75rem;
  width: 100%;
  height: auto;
}

.top_shop_news_list_category {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-blue-base);
  padding: 0.125rem 0.6875rem;
  border: solid 1px var(--color-blue-base);
  border-radius: 24px;
  margin-bottom: 1rem;
}

.top_shop_news_list_tit {
  margin-bottom: 0.625rem;
  height: 4rem;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.top_shop_news_list_time {
  font-size: 1rem;
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px var(--color-blue-base);
  color: var(--color-blue-base);
}

.top_shop_news_list_jump {
  font-weight: 700;
  text-align: right;
  display: block;
  margin-top: 3.125rem;
}

.top_recruit {
  position: relative;
}

.top_recruit_fiexd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top_recruit_content {
  position: relative;
  z-index: 5;
  padding-top: 6.875rem;
  padding-bottom: 18.75rem;
  max-width: 44.375rem;
}

.top_recruit_content h2 {
  color: #fff;
  background-color: var(--color-yellow);
}

.top_recruit_text {
  margin-top: 5.625rem;
  margin-bottom: 3.5rem;
  color: var(--color-white);
  font-size: 1rem;
}

.top_recruit_link.arrow.bg {
  color: var(--color-white);
}

.top_recruit_link.arrow.bg::before {
  background-color: var(--color-yellow);
}

.top_recruit_link.arrow::after {
  transform: translateY(-50%) rotate(-45deg);
}

.top_recruit_link_text {
  font-size: 1rem;
}

.top_recruit_link:hover .top_recruit_link_text {
  opacity: 0.9;
}

.top_banner {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

.top_banner_lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
}

.top_banner_list img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.top_banner_list a {
  display: block;
}

@media (min-width: 1900px) {
  .top_fv_container::before {
    top: 150px;
    left: -80px;
  }

  .top_company_information_container::before {
    top: 120px;
    right: -130px;
  }

  .top_fv_content {
    padding-bottom: 200px;
  }

  .top_fv {
    margin-left: 220px;
  }

  h1.top_title {
    font-size: 80px;
  }


  .top_company_information_content {
    padding-left: 25vw;
    padding-top: 360px;
    padding-bottom: 140px;
    bottom: -200px;
  }
}

@media (max-width: 1280px) {
  .top_company_information_container .top_company_information_img {
    width: 100%;
    padding-right: 280px;
  }

  .top_fv_container::before {
    top: -130px;
    left: -160px;
  }

  .top_company_information_container::before {
    top: 0;
    right: -210px;
  }

  .top_company_information_content {
    padding-left: 13vw;
  }

  .top_company_information_block {
    max-width: 690px;
  }

  .image_slider.-top {
    padding-bottom: 135px;
  }

  .bg-color-blue-accent::before {
    top: -180px;
    width: 107%;
    height: 360px;
  }

  .top_talkin_news_list_title {
    margin-right: 60px;
  }

  .top_recruit_content {
    padding-bottom: 14rem;
  }
}

@media (max-width: 1023px) {

  .top_fv_container::before {
    top: 0px;
    left: -13vw;
    width: 80vw;
    height: 80vw;
  }

  .top_company_information_container::before {
    top: -3vw;
    right: -12.7vw;
    width: 80vw;
    height: 80vw;
  }

  .image_slider.-top::before {
    width: 700px;
    height: 700px;
    top: -200px;
  }

  .top_fv_container {
    padding-top: 85px;
  }

  .top .container {
    padding: 0 40px;
  }

  main.top h2 {
    font-size: 24px;
  }

  .top_fv {
    margin-left: 80px;
  }

  .top_fv_title {
    bottom: 100px;
    left: 45px;
  }

  h1.top_title {
    font-size: 32px;
  }

  .top_company_information_content {
    padding-top: 7rem;
    padding-right: 0;
    padding-left: 7vw;
    margin-left: 80px;
    bottom: -2.3rem;
  }

  .top_company_information_block {
    max-width: 600px;
  }

  .top_company_information_block p {
    margin-left: 5vw;
  }

  .top_company_information_block h2 {
    margin-bottom: 30px;
  }

  .top_company_information_block h2 span {
    font-size: 24px;
  }

  .top_company_information_link {
    margin-top: 1.5rem;
  }

  .top_brand_lists {
    gap: 24px;
  }

  .image_slider.-top {
    padding-bottom: 120px;
  }

  .bg-color-blue-accent::before {
    top: -150px;
    height: 250px;
  }

  .top_talkin_news_content {
    display: block;
  }

  .top_talkin_news_lists {
    margin-top: 60px;
  }

  .top_talkin_news_content {
    grid-template-columns: 21.6rem 1fr;
    column-gap: 30px;
  }

  .top_talkin_news_list_title {
    margin-right: 40px;
  }

  .top_shop_news {
    margin-top: 6.25rem;
  }

  .top_shop_news_lists {
    column-gap: 30px;
  }

  .top_recruit_content {
    padding-bottom: 10rem;
  }

  .top_banner {
    padding-top: 4rem;
    padding-bottom: 5.5rem;
  }
}

@media (max-width: 767.98px) {
  .top_fv_container::before {
    top: -45px;
    left: -180px;
    width: 600px;
    height: 600px;
  }

  .top_company_information_container::before {
    top: -80px;
    right: -300px;
    width: 600px;
    height: 600px;
  }

  .image_slider.-top::before {
    width: 530px;
    height: 530px;
    top: -150px;
  }

  .top .container {
    padding: 0 22px;
  }

  main.top h2 {
    font-size: 22px;
  }

  main.top h2.title {
    font-size: 1.375rem;
    padding: 0.25rem 0.75rem;
  }

  main.top h2.title::before {
    left: -13px;
    bottom: -18px;
    width: 5rem;
    height: 1.5rem;
  }

  main.top h2.title.privacypolicy_label::before,
  main.top h2.title.information_label::before {
    width: 5.75rem;
  }

  .top_fv_content {
    padding-left: 55px;
    padding-bottom: 50px;
  }

  .top_fv {
    margin-left: 0px;
  }

  .top_fv .top_fv_slider picture img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .top_fv_title {
    bottom: 90px;
    left: 22px;
    letter-spacing: 0.08em;
    line-height: 1.9;
  }

  h1.top_title {
    font-size: 26px;
  }


  .top_company_information_container {
    padding-bottom: 380px;
  }


  .top_company_image_block .top_company_information_img {
    padding-right: 100px;
  }

  .top_company_information_content {
    padding-top: 25vw;
    padding-right: 16vw;
    margin-left: 9vw;
    bottom: unset;
    top: 25vw;
    left: 0;
    border-radius: 0 0 0 20px;
  }

  .top_company_information_block {
    max-width: 550px;
  }

  .top_company_information_block h2 {
    margin-bottom: 30px;
  }

  .top_company_information_block h2 span {
    font-size: 22px;
  }

  .top_company_information_block p {
    margin-left: 0;
  }

  .top_company_information_link {
    margin-top: 32px;
  }

  .top_company_information_link span {
    font-size: 1rem;
  }

  .top_brand {
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 80vh;
  }

  .top_brand::before {
    top: -80px;
    height: 80px;
  }

  .top_brand_tit {
    margin-bottom: 3.125rem;
  }

  .top_brand_tit .brands_label.title::before {
    bottom: -20px;
  }

  .top_brand_lists {
    grid-template-columns: 1fr 1fr;
    gap: 16px 22px;
  }

  .image_slider.-top {
    padding-bottom: 60px;
  }

  .bg-color-blue-accent::before {
    width: 117%;
    height: 200px;
    top: -90px;
  }

  .top_talkin_news_list {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .top_talkin_news_list_title {
    margin-bottom: 0.75rem;
    margin-right: 34px;
  }

  .top_talkin_news_list_category {
    padding-right: 1rem;
    font-size: 0.75rem;
    padding-left: 0.625rem;
  }

  .top_talkin_news_list_category::before {
    top: 54%;
    width: 0.25rem;
    height: 0.25rem;
  }

  .top_talkin_news_list_time {
    font-size: 0.875rem;
    padding-left: 1rem;
  }

  .top_talkin_news_list_jump {
    margin-top: 0.75rem;
  }


  .top_shop_news .container {
    padding-right: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    max-width: 100%;
  }

  .top_shop_news_content {
    padding-bottom: 5.375rem;
  }

  .top_shop_news_title {
    padding-right: 44px;
  }

  .top_shop_news_lists {
    margin-top: 3.75rem;
    grid-template-columns: 270px 270px 270px;
    column-gap: 32px;
    overflow-x: scroll;
    padding-right: 32px;
    margin-left: -22px;
    padding-left: 22px;
    padding-right: 44px;
  }

  .top_shop_news_lists::-webkit-scrollbar {
    display: none;
  }

  .top_shop_news_list_img {
    margin-bottom: 10px;
  }

  .top_shop_news_list_category {
    font-size: 0.75rem;
    padding: 4px 10px;
    margin-bottom: 10px;
  }

  .top_shop_news_list_tit {
    margin-bottom: 10px;
  }

  .top_shop_news_list_time {
    padding-bottom: 0.5rem;
  }

  .top_shop_news_list_jump {
    margin-top: 32px;
    margin-right: 44px;
  }

  .top_recruit_content {
    padding-top: 85px;
    padding-bottom: 310px;
    max-width: 100%;
  }

  .top_recruit_text {
    margin-top: 65px;
    margin-bottom: 2rem;
  }

  .top_banner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .top_banner_lists {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }

  .top_banner_list img {
    width: 100%;
    height: auto;
  }

}

@media (max-width: 520px) {
  .top_company_information_container {
    padding-bottom: 380px;
  }

  .top_company_image_block {
    margin-right: 12vw;
    height: 220px;
    position: relative;
    overflow: hidden;
  }

  .top_company_image_block .top_company_information_img {
    padding-right: 0;
    width: 470px;
    height: 220px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .top_company_information_content {
    padding-top: 120px;
    padding-left: 22px;
    padding-right: 44px;
    padding-bottom: 60px;
    margin-left: 22px;
    bottom: unset;
    top: 150px;
    left: 0;
    border-radius: 0 0 0 20px;
  }

  .top_company_information_block {
    max-width: 331px;
    margin: 0 auto;
  }
}