@charset "utf-8";

/* juni-navi [jQMREQfLMt] */
.juni-navi {
  position: fixed !important;
  top: 0;
  z-index: 200;
  width: 100%
}

.juni-navi .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 6rem;
  box-sizing: border-box
}

.juni-navi.top-menu-active .header-container {
  padding-top: 6.7rem
}

.juni-navi .header-top {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  left: 0
}

.juni-navi .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8rem;
  margin: 0 auto
}

.juni-navi .user-menu li {
  position: relative
}

.juni-navi .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5
}

.juni-navi .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap
}

.juni-navi .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem
}

.juni-navi .header-left {
  display: flex;
  align-items: center;
  gap: 3rem
}

.juni-navi .header-title {
  margin-bottom: 0
}

.juni-navi .header-title a {
  height: 3.3rem
}

.juni-navi .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top
}

.juni-navi .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.juni-navi .header-gnbitem {
  position: relative
}

.juni-navi .header-gnblink {
  height: 100%;
  padding: 2.8rem 3rem;
  text-align: center;
  white-space: nowrap;
  color: var(--white)
}

.juni-navi .header-gnblink span {
  position: relative
}

.juni-navi .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0)
}

.juni-navi .header-sublist {
  min-height: 0;
  position: absolute;
  left: -1rem;
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15)
}

.juni-navi .header-gnbitem:hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto
}

.juni-navi .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--white);
  transform: scaleX(1)
}

.juni-navi .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden
}

.juni-navi .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem
}

.juni-navi .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black)
}

.juni-navi .header-right {
  display: flex;
  align-items: center
}

.juni-navi .header-right .header-gnb {
  margin-right: 1.8rem
}

.juni-navi .header-utils>ul {
  display: flex;
  align-items: center
}

.juni-navi .header-utils>ul>li {
  margin-left: 1.2rem
}

.juni-navi .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top
}

.juni-navi .header-right button {
  max-width: 3.2rem;
  background: none;
  border: none
}

.juni-navi .header-right button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top
}

.juni-navi .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block
}

.juni-navi .header-utils .member img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top
}

.juni-navi .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem
}

.juni-navi .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem
}

.juni-navi .header-utils .btn-allmenu .ico-hamburger,
.juni-navi .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: var(--white);
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity
}

.juni-navi .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.juni-navi .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem
}

.juni-navi .btn-momenu {
  display: none
}

.juni-navi .btn-moclose {
  display: none
}

.juni-navi .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #1A2D5A;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden
}

.juni-navi .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0
}

.juni-navi .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0
}

.juni-navi .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0
}

.juni-navi .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0
}

.juni-navi .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible
}

.juni-navi .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto
}

.juni-navi .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem
}

.juni-navi .fullmenu-title {
  margin-bottom: 0
}

.juni-navi .fullmenu-title a {
  width: 13.6rem;
  height: 4.3rem
}

.juni-navi .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.juni-navi .fullmenu-gnblist {
  display: flex;
  justify-content: center
}

.juni-navi .fullmenu-gnbitem {
  width: 20%
}

.juni-navi .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem
}

.juni-navi .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.juni-navi .fullmenu-fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s
}

.juni-navi .fullmenu-gnblink.on::after {
  width: 18rem
}

.juni-navi .fullmenu-sublist {
  padding-top: 4rem
}

.juni-navi .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem
}

.juni-navi .fullmenu-sublink {
  color: #a2a2a2;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s
}

.juni-navi .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.juni-navi .fullmenu-sublink:hover {
  color: var(--white)
}

.juni-navi .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0
}

.juni-navi .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none
}

.juni-navi .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.juni-navi.scroll-active {
  background: #1A2D5A !important;
  color: var(--white) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, color 0.3s
}

.juni-navi.scroll-active .header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.juni-navi.scroll-active .header-gnblink,
.juni-navi.scroll-active .user-menu li a {
  color: var(--white) !important
}

.juni-navi.scroll-active .user-menu li:not(:first-child)::before {
  background: rgba(255, 255, 255, 0.2)
}

.juni-navi.scroll-active .header-gnbitem:hover .header-gnblink span::after {
  background: var(--white) !important
}

@media (max-width: 1200px) {
  .juni-navi .user-menu {
    padding: 0 4rem
  }
}

@media (max-width: 992px) {
  .juni-navi {
    padding-top: 0;
    padding-bottom: 0
  }

  .juni-navi.top-menu-active .header-container {
    padding-top: 0
  }

  .juni-navi .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
    background: #1A2D5A
  }

  .juni-navi.block-active {
    min-height: 100vh
  }

  .juni-navi.block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto
  }

  .juni-navi.block-active .header-container {
    background: #1A2D5A
  }

  .juni-navi .header-container {
    min-height: 6rem
  }

  .juni-navi .header-top {
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s, visibility 0.3s 0.1s;
    will-change: opacity, visibility;
    z-index: 10
  }

  .juni-navi.block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
    background: #1A2D5A
  }

  .juni-navi .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start
  }

  .juni-navi .user-menu li a,
  .juni-navi .user-menu li:last-child a {
    padding: 2.4rem 1.2rem
  }

  .juni-navi .user-menu li:first-child a {
    padding-left: 0
  }

  .juni-navi .header-title a {
    width: 8.2rem;
    height: 2.6rem
  }

  .juni-navi .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none
  }

  .juni-navi .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s
  }

  .juni-navi .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid rgba(var(--white-rgb), 0.2)
  }

  .juni-navi.top-menu-active .header-gnbitem:first-child .header-gnblink {
    padding-top: 6.8rem
  }

  .juni-navi .header-gnbitem:hover .header-gnblink span {
    border: none
  }

  .juni-navi .header-gnbitem:hover .header-gnblink span::after {
    content: none
  }

  .juni-navi .header-sublist {
    display: none;
    position: relative;
    left: 0;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none
  }

  .juni-navi .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid var(--white)
  }

  .juni-navi .header-subitem {
    width: 100%
  }

  .juni-navi .header-subitem+.header-subitem {
    padding-top: 0.8rem
  }

  .juni-navi .header-sublink {
    padding: 0;
    color: rgba(var(--white-rgb), 0.5)
  }

  .juni-navi .header-sublink:active {
    color: var(--white)
  }

  .juni-navi .header-sublink:hover {
    background: none;
    color: var(--white)
  }

  .juni-navi .header-right button,
  .juni-navi .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem
  }

  .juni-navi .header-utils>ul>li {
    margin-left: 0.6rem
  }

  .juni-navi .header-utils .allmenu {
    display: none
  }

  .juni-navi .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0.6rem
  }

  .juni-navi .btn-momenu .ico-hamburger {
    width: 2rem
  }

  .juni-navi .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem
  }

  .juni-navi.block-active .header-center {
    pointer-events: auto
  }

  .juni-navi.block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center
  }

  .juni-navi.block-active .header-gnblist {
    opacity: 1;
    visibility: visible
  }

  .juni-navi .header-gnbitem:has(.header-subitem) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform
  }

  .juni-navi.block-active .header-gnblink {
    align-items: center;
    justify-content: space-between
  }

  .juni-navi.block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg)
  }

  .juni-navi.block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg)
  }

  .juni-navi.block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg)
  }

  .juni-navi.block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden
  }

  .juni-navi .header-fullmenu {
    display: none
  }
}
/* juni-foot [XuMQZ99t9I] */
.juni-foot {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: #1A2D5AFF
}

.juni-foot .footer-container {
  display: flex;
  justify-content: space-between
}

.juni-foot .footer-left {
  display: flex
}

.juni-foot .footer-content {
  width: 100%;
  margin-left: 4.6rem
}

.juni-foot .footer-logo {
  margin-bottom: 0;
  flex-shrink: 0
}

.juni-foot .footer-logo img {
  height: 4rem;
  object-fit: contain
}

.juni-foot .footer-menulist {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.juni-foot .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white);
  font-size: var(--fs-p2)
}

.juni-foot .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem
}

.juni-foot .footer-menulink {
  position: relative
}

.juni-foot .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background-color: rgba(255, 255, 255, 0.1)
}

.juni-foot .footer-txtgroup {
  margin-top: 1.2rem
}

.juni-foot .footer-sns {
  display: flex;
  align-items: center
}

.juni-foot .footer-snslist {
  display: flex;
  align-items: center
}

.juni-foot .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem
}

.juni-foot .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem
}

.juni-foot .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.juni-foot .footer-bottom {
  margin-top: 1.2rem
}

.juni-foot .footer-txt {
  display: flex
}

.juni-foot address+.footer-txt {
  margin-top: 0.8rem
}

.juni-foot .footer-txt p {
  margin-bottom: 0;
  color: var(--text-color3)
}

.juni-foot .footer-txt p+p {
  margin-left: 0.8rem
}

.juni-foot .footer-txt p span+span {
  margin-left: 0.8rem
}

.juni-foot .footer-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: opacity 0.3s, visibility 0.3s;
  will-change: opacity;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden
}

.juni-foot .footer-modal.block-active {
  opacity: 1;
  visibility: visible
}

.juni-foot .modal-area {
  width: 100%;
  max-width: 92rem;
  background-color: var(--white);
  border-radius: 0.6rem
}

.juni-foot .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5
}

.juni-foot .info-title h3 {
  font-size: var(--fs-h4)
}

.juni-foot .modal-close {
  cursor: pointer
}

.juni-foot .info-area {
  overflow-y: auto
}

.juni-foot .modal-email .info-area {
  max-height: 17rem
}

.juni-foot .modal-privacy .info-area {
  max-height: 70.3rem
}

.juni-foot .info-group {
  padding: 2.4rem
}

.juni-foot .info-group+.info-group {
  margin-top: 2.4rem
}

.juni-foot .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
  font-size: var(--fs-h5)
}

.juni-foot .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background-color: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none
}

.juni-foot .info-desc p {
  font-size: var(--fs-p1)
}

.juni-foot .info-desc p.fw-medium {
  font-weight: var(--fw-medium)
}

.juni-foot .info-desc .mtb {
  margin: 2.4rem 0
}

.juni-foot .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center
}

.juni-foot .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem
}

.juni-foot .info-list p {
  padding-left: 1.2rem
}

@media (max-width: 992px) {
  .juni-foot {
    padding-top: 6rem;
    padding-bottom: 4rem
  }

  .juni-foot .footer-container {
    flex-direction: column
  }

  .juni-foot .footer-left {
    flex-direction: column
  }

  .juni-foot .footer-content {
    flex-direction: column;
    margin: 2.4rem 0 1.2rem
  }

  .juni-foot .footer-txt {
    flex-direction: column
  }

  .juni-foot address+.footer-txt {
    margin-top: 0.8rem
  }

  .juni-foot address+.footer-txt p {
    color: var(--white)
  }

  .juni-foot .footer-txt p+p {
    margin-left: 0
  }
}
/* global-tit [SWmRhXKIwE] */
.global-tit {
  overflow: hidden;
  position: relative;
  background: url(https://images.unsplash.com/photo-1523961131990-5ea7c61b2107?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwzMnx8JUVCJTg0JUE0JUVEJThBJUI4JUVDJTlCJThDJUVEJTgxJUFDfGtvfDB8fHx8MTc4Mzg5MzY2Mnww&ixlib=rb-4.1.0&v=1783898057438) no-repeat center / cover
}

.global-tit .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45rem
}

.global-tit .contents-inner {
  width: 100%;
  text-align: center
}

.global-tit .contents-container h2 {
  color: #fff
}

.global-tit .contents-inner p {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.7)
}

@media (max-width: 996px) {
  .global-tit {
    background: url(https://images.unsplash.com/photo-1737505599162-d9932323a889?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwzNnx8bmV0d29yayUyMGJsdWV8a298MHx8fHwxNzgzODY5MjU5fDA&ixlib=rb-4.1.0&v=1783869280736) no-repeat center / cover !important
  }

  .global-tit .contents-container {
    height: 35rem;
    justify-content: flex-start
  }

  .global-tit .contents-inner {
    text-align: left
  }

  .global-tit .contents-inner p {
    margin-top: 0.8rem
  }
}

@media (max-width: 375px) {
  .global-tit .contents-container {
    height: 25rem;
    justify-content: flex-start
  }

  .global-tit .contents-inner {
    text-align: left
  }

  .global-tit .contents-inner p {
    margin-top: 0.8rem
  }
}

@media (max-width: 992px) {
  .global-tit {
    background: url(https://images.unsplash.com/photo-1523961131990-5ea7c61b2107?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwzMnx8JUVCJTg0JUE0JUVEJThBJUI4JUVDJTlCJThDJUVEJTgxJUFDfGtvfDB8fHx8MTc4Mzg5MzY2Mnww&ixlib=rb-4.1.0&v=1783898066663) no-repeat center / cover !important
  }
}
/* global-tab [tLmrHXkIwE] */
.global-tab {
  overflow: hidden;
  position: relative;
  padding-bottom: 5rem
}

.global-tab .contents-inner {
  width: 100%
}

.global-tab .title-area {
  margin-bottom: 3rem
}

.global-tab .tabset.tabset-brick .tabset-item {
  flex: 1
}

.global-tab .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%
}

@media (max-width: 992px) {
  .global-tab {
    padding-bottom: 4rem
  }

  .global-tab .title-area {
    margin-bottom: 3rem
  }

  .global-tab .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color)
  }

  .global-tab .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none
  }

  .global-tab .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color)
  }

  .global-tab .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color)
  }

  .global-tab .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg)
  }
}
/* affiliates-tit [VfMRAIWYqH] */
.affiliates-tit {
  overflow: hidden;
  position: relative;
  background: url(https://images.unsplash.com/photo-1523961131990-5ea7c61b2107?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwzMnx8JUVCJTg0JUE0JUVEJThBJUI4JUVDJTlCJThDJUVEJTgxJUFDfGtvfDB8fHx8MTc4Mzg5MzY2Mnww&ixlib=rb-4.1.0&v=1783898057438) no-repeat center / cover
}

.affiliates-tit .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45rem
}

.affiliates-tit .contents-inner {
  width: 100%;
  text-align: center
}

.affiliates-tit .contents-container h2 {
  color: #fff
}

.affiliates-tit .contents-inner p {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.7)
}

@media (max-width: 996px) {
  .affiliates-tit {
    background: url(https://images.unsplash.com/photo-1737505599162-d9932323a889?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwzNnx8bmV0d29yayUyMGJsdWV8a298MHx8fHwxNzgzODY5MjU5fDA&ixlib=rb-4.1.0&v=1783869280736) no-repeat center / cover !important
  }

  .affiliates-tit .contents-container {
    height: 35rem;
    justify-content: flex-start
  }

  .affiliates-tit .contents-inner {
    text-align: left
  }

  .affiliates-tit .contents-inner p {
    margin-top: 0.8rem
  }
}

@media (max-width: 375px) {
  .affiliates-tit .contents-container {
    height: 25rem;
    justify-content: flex-start
  }

  .affiliates-tit .contents-inner {
    text-align: left
  }

  .affiliates-tit .contents-inner p {
    margin-top: 0.8rem
  }
}

@media (max-width: 992px) {
  .affiliates-tit {
    background: url(https://images.unsplash.com/photo-1523961131990-5ea7c61b2107?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwzMnx8JUVCJTg0JUE0JUVEJThBJUI4JUVDJTlCJThDJUVEJTgxJUFDfGtvfDB8fHx8MTc4Mzg5MzY2Mnww&ixlib=rb-4.1.0&v=1783898066663) no-repeat center / cover !important
  }
}
/* juni-counting [MhMresQvs3] */
.juni-counting {
  overflow: hidden;
  position: relative;
  padding-top: 10rem
}

.juni-counting .contents-inner {
  width: 100%
}

.juni-counting .textset {
  text-align: center
}

.juni-counting .textset .textset-subtit {
  display: block;
  font-weight: var(--fw-bold);
  color: var(--primary)
}

.juni-counting .textset .textset-tit {
  margin: 0.4rem 0 2rem
}

.juni-counting .textset .textset-desc {
  margin: 0;
  color: var(--text-color3)
}

.juni-counting .list-area {
  display: flex;
  align-items: center;
  margin-top: 8rem;
  flex-wrap: wrap
}

.juni-counting .list-area .item {
  flex: 1 1 calc(100% / 4);
  padding: 4rem 2rem;
  text-align: center;
  box-sizing: border-box
}

.juni-counting .list-area .item:not(:last-child) {
  border-right: 1px solid var(--border-color)
}

.juni-counting .list-area .item .num-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0.2rem
}

@media (max-width: 992px) {
  .juni-counting {
    padding-top: 5rem;
    padding-bottom: 2rem
  }

  .juni-counting .textset .textset-tit {
    margin: 0.2rem 0 1.2rem
  }
}

@media (max-width: 576px) {
  .juni-counting {
    padding-bottom: 1rem
  }

  .juni-counting .textset .textset-tit {
    margin: 0.5rem 1.2rem
  }

  .juni-counting .list-area .item {
    flex: 1 1 50%
  }

  .juni-counting .list-area .item:nth-child(even) {
    border-right: none
  }

  .juni-counting .list-area .item:nth-child(n+3) {
    border-top: 1px solid var(--border-color)
  }
}
/* notice-tit [SmmreorC2s] */
.notice-tit {
  overflow: hidden;
  position: relative;
  background: url(https://images.unsplash.com/photo-1552973315-27072571ee52?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHw4OHx8Y29udGFjdHxrb3wwfHx8fDE3ODM4NjcxNzl8MA&ixlib=rb-4.1.0&v=1783867192874) no-repeat center / cover
}

.notice-tit .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45rem
}

.notice-tit .contents-inner {
  width: 100%;
  text-align: center
}

.notice-tit .contents-container h2 {
  color: #fff
}

.notice-tit .contents-inner p {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.7)
}

@media (max-width: 996px) {
  .notice-tit {
    background: url(https://images.unsplash.com/photo-1552973315-27072571ee52?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHw4OHx8Y29udGFjdHxrb3wwfHx8fDE3ODM4NjcxNzl8MA&ixlib=rb-4.1.0&v=1783867192874) no-repeat center / cover !important
  }

  .notice-tit .contents-container {
    height: 35rem;
    justify-content: flex-start
  }

  .notice-tit .contents-inner {
    text-align: left
  }

  .notice-tit .contents-inner p {
    margin-top: 0.8rem
  }
}

@media (max-width: 375px) {
  .notice-tit .contents-container {
    height: 25rem;
    justify-content: flex-start
  }

  .notice-tit .contents-inner {
    text-align: left
  }

  .notice-tit .contents-inner p {
    margin-top: 0.8rem
  }
}