@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* Common */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
a,
span,
strong {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  font-size: inherit;
  outline: none;
  letter-spacing: -1px;
}

body,
input,
textarea,
select,
button,
table {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  color: #222;
  word-break: keep-all;
  -webkit-text-size-adjust: none;
  border: none;
  letter-spacing: -1px;
  word-break: keep-all;
}

html,
body {
  height: 100%;
}

fieldset,
img {
  border: 0;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

address,
em,
i {
  font-style: normal;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
  color: inherit;
  border: none;
  background-color: transparent;
}

.blind,
.u_skip {
  overflow: hidden !important;
  position: absolute !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
}

.wrap {
  position: relative;
  min-width: 320px;
  overflow: hidden;
  background-color: #0A0A0A;
}

.container {
  position: relative;
}
.container:has(.section_floating_cta) {
  padding-bottom: 160px;
}
@media (max-width: 1279px) {
  .container:has(.section_floating_cta) {
    padding-bottom: 126px;
  }
}
@media (max-width: 767px) {
  .container:has(.section_floating_cta) {
    padding-bottom: 103px;
  }
}
@media (max-width: 767px) {
  .container .btn_close {
    position: absolute;
    top: 13px;
    right: 21px;
    width: 18px;
    height: 18px;
    background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-mo.png#ico_close);
    background-repeat: no-repeat;
    background-position: -50px 0px;
    background-size: 87px auto;
  }
}

@media (max-width: 1279px) {
  .pc_show {
    display: none;
  }
}

.mo_show {
  display: none;
}
@media (max-width: 767px) {
  .mo_show {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .mo_hide {
    display: none !important;
  }
}

.txt_gold {
  color: #B27F1C;
}
.txt_white {
  color: #fff;
}

.spot {
  height: 960px;
  background: url("https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/pc/bg_spot.png") no-repeat 50% 50%;
  background-size: cover;
}
.spot .inner {
  position: relative;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  padding-top: 120px;
  padding-right: 7.4246%;
  padding-bottom: 0;
  padding-left: 7.4246%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spot .inner:after {
  content: "";
  position: absolute;
  top: 140px;
  right: 7.5%;
  width: 600px;
  height: 600px;
  background: url("https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/main_graphic_object.png") no-repeat 0 0;
  background-size: cover;
}
.spot .spot_pre_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #fff;
}
.spot .spot_pre_title:before {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-pc.png#ico_global);
  background-repeat: no-repeat;
  background-position: 0px -45px;
  background-size: 122px auto;
}
.spot .spot_title {
  position: relative;
  z-index: 1;
}
.spot .spot_title .mask_wrapper {
  margin-top: 40px;
}
.spot .spot_title .mask_wrapper .mask_text {
  display: block;
  line-height: 1em;
  font-size: 96px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}
.spot .spot_title .mask_wrapper:nth-child(3) .mask_text {
  background: -webkit-gradient(linear, left top, right top, color-stop(10.8%, #B27E1B), color-stop(32.73%, #FFEAC2), color-stop(54.65%, #B27E1B));
  background: linear-gradient(90deg, #B27E1B 10.8%, #FFEAC2 32.73%, #B27E1B 54.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1279px) {
  .spot {
    height: 420px;
  }
  .spot .inner {
    max-width: 768px;
    padding-left: 76px;
    padding-right: 0;
  }
  .spot .inner:after {
    top: 67px;
    right: 7.5%;
    width: 300px;
    height: 300px;
  }
  .spot .spot_pre_title {
    gap: 0 10px;
    font-size: 12px;
    letter-spacing: 2.88px;
  }
  .spot .spot_pre_title:before {
    width: 18px;
    height: 18px;
    background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-mo.png#ico_global);
    background-repeat: no-repeat;
    background-position: -50px -22px;
    background-size: 87px auto;
  }
  .spot .spot_title .mask_wrapper {
    margin-top: 20px;
  }
  .spot .spot_title .mask_wrapper + .mask_wrapper {
    margin-top: 18px;
  }
  .spot .spot_title .mask_wrapper .mask_text {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .spot {
    height: 376px;
    background-image: url("https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/mo/bg_spot.png");
  }
  .spot .inner {
    max-width: 375px;
    padding-top: 36px;
    padding-left: 24px;
  }
  .spot .inner:after {
    top: 136px;
    right: -3.467%;
    width: 230px;
    height: 230px;
  }
  .spot .spot_pre_title {
    gap: 0 8px;
    font-size: 11px;
    letter-spacing: 3px;
  }
  .spot .spot_title .mask_wrapper {
    margin-top: 6px;
  }
  .spot .spot_title .mask_wrapper + .mask_wrapper {
    margin-top: 8px;
  }
  .spot .spot_title .mask_wrapper .mask_text {
    line-height: 1.3em;
    font-size: 32px;
  }
}

.tab {
  padding: 0 80px;
  border-bottom: 3px solid #171717;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}
.tab .tab_item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tab .tab_item.on:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  border-bottom: 3px solid rgba(178, 127, 28, 0);
  -o-border-image: linear-gradient(90deg, rgba(178, 127, 28, 0) 0%, #B27F1C 50%, rgba(178, 127, 28, 0) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(178, 127, 28, 0)), color-stop(50%, #B27F1C), to(rgba(178, 127, 28, 0))) 1;
     border-image: linear-gradient(90deg, rgba(178, 127, 28, 0) 0%, #B27F1C 50%, rgba(178, 127, 28, 0) 100%) 1;
}
.tab .tab_item.on .tab_link {
  color: #B27F1C;
}
.tab .tab_link {
  width: 100%;
  padding: 40px;
  font-size: 40px;
  font-weight: 700;
  color: #666;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1279px) {
  .tab {
    padding: 0 16px;
    border-bottom-width: 2px;
  }
  .tab .tab_list {
    gap: 0 8px;
    max-width: 768px;
  }
  .tab .tab_item.on:after {
    bottom: -2px;
    border-bottom-width: 2px;
  }
  .tab .tab_link {
    line-height: 1.3em;
    padding: 16px 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tab .tab_link {
    line-height: 1.8em;
    font-size: 13px;
  }
}

section .inner {
  padding-top: 160px;
  padding-bottom: 160px;
}
section .title_area {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
section .title_area .section_title {
  line-height: 1.3em;
  font-size: 56px;
  font-weight: 700;
}
section .title_area .section_title span {
  display: block;
}
section .title_area .section_desc {
  margin-top: 24px;
  font-size: 24px;
  color: #999;
}
section .slide_area .swiper {
  width: 100%;
  height: 100%;
  padding-left: max(80px, (100% - 1280px) / 2);
  padding-right: max(80px, (100% - 1280px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section .btn_link {
  display: block;
  width: 360px;
  height: 70px;
  line-height: 68px;
  margin: auto;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  -webkit-transition-property: font-size, color, border-color, background-color;
  transition-property: font-size, color, border-color, background-color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section {
  /* 마우스를 사용하는 기기에서만 호버 스타일 적용 */
}
@media (hover: hover) and (pointer: fine) {
  section .btn_link:hover {
    font-size: 22px;
  }
}
@media (max-width: 1279px) {
  section .slide_area .swiper {
    padding-left: max(40px, (100% - 768px) / 2);
    padding-right: max(40px, (100% - 768px) / 2);
  }
}
@media (max-width: 767px) {
  section .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section .title_area .section_title {
    line-height: 1.8em;
    font-size: 24px;
    letter-spacing: -0.04em;
  }
  section .title_area .section_desc {
    margin-top: 16px;
    font-size: 13px;
  }
  section .slide_area .swiper {
    padding-left: 16px;
    padding-right: 16px;
  }
  section .btn_link {
    width: 240px;
    height: 47px;
    line-height: 45px;
    font-size: 13px;
  }
}

.mask_wrapper {
  overflow: hidden;
  display: block;
}

.mask_text {
  display: block;
  -webkit-transform: translateY(110%);
      -ms-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  opacity: 0;
}

.is_visible .mask_text {
  opacity: 1;
  -webkit-animation: revealUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: revealUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.is_visible .mask_wrapper:nth-child(1) .mask_text {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.is_visible .mask_wrapper:nth-child(2) .mask_text {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.is_visible .mask_wrapper:nth-child(3) .mask_text {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.is_visible .mask_wrapper:nth-child(4) .mask_text {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.is_visible .mask_wrapper:nth-child(5) .mask_text {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.is_visible .mask_wrapper:nth-child(6) .mask_text {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.is_visible .mask_wrapper:nth-child(7) .mask_text {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.is_visible .mask_wrapper:nth-child(8) .mask_text {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.is_visible .mask_wrapper:nth-child(9) .mask_text {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.is_visible .mask_wrapper:nth-child(10) .mask_text {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

@-webkit-keyframes revealUp {
  0% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes revealUp {
  0% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.link_box {
  display: block;
}
.link_box .thumb {
  overflow: hidden;
  width: 290px;
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link_box .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
.link_box .thumb_desc {
  margin-top: 40px;
}
.link_box .thumb_desc .label_board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.link_box .desc_title {
  margin-top: 16px;
}
.link_box .desc_title .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.link_box .desc_title .title_sub {
  display: block;
  font-size: 24px;
  color: #999;
  overflow-wrap: break-word;
}
.link_box .view_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  margin-top: 16px;
  font-size: 16px;
  color: #999;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.link_box .view_more:after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-pc.png#ico_view_arrow);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 122px auto;
}
.link_box {
  /* 마우스를 사용하는 기기에서만 호버 스타일 적용 */
}
@media (hover: hover) and (pointer: fine) {
  .link_box:hover .thumb img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .link_box:hover .view_more {
    color: #B27F1C;
  }
  .link_box:hover .view_more:after {
    width: 40px;
    height: 40px;
    background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-pc.png#ico_view_arrow_active);
    background-repeat: no-repeat;
    background-position: -45px 0px;
    background-size: 122px auto;
  }
}
@media (max-width: 767px) {
  .link_box .thumb_desc {
    margin-top: 16px;
  }
  .link_box .thumb_desc .label_board {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .link_box .desc_title {
    margin-top: 8px;
  }
  .link_box .desc_title .title {
    font-size: 13px;
  }
  .link_box .desc_title .title_sub {
    font-size: 13px;
    overflow-wrap: break-word;
  }
  .link_box .view_more {
    margin-top: 8px;
    font-size: 11px;
  }
  .link_box .view_more:after {
    width: 20px;
    height: 20px;
    background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-mo.png#ico_view_arrow);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 87px auto;
  }
}

.label_region {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: 900;
  color: #000;
  border-radius: 100px;
  background-color: #AF9059;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.label_region:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16px;
  height: 16px;
  background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-pc.png#ico_region);
  background-repeat: no-repeat;
  background-position: -37px -86px;
  background-size: 122px auto;
}
@media (max-width: 767px) {
  .label_region {
    gap: 2px;
    padding: 0 6px;
    font-size: 10px;
  }
  .label_region:before {
    width: 12px;
    height: 12px;
    background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-mo.png#ico_region);
    background-repeat: no-repeat;
    background-position: -73px -23px;
    background-size: 87px auto;
  }
}
@media (max-width: 374px) {
  .label_region {
    zoom: 0.94;
  }
}

.label_usecase {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: 900;
  color: #000;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.label_usecase.type_1 {
  background-color: #8BAAB8;
}
.label_usecase.type_2 {
  background-color: #A4B88B;
}
.label_usecase.type_3 {
  background-color: #BF7B44;
}
.label_usecase.type_4 {
  background-color: #908BB8;
}
.label_usecase.type_5 {
  background-color: #B88BAA;
}
.label_usecase.type_6 {
  background-color: #9D9B99;
}
@media (max-width: 767px) {
  .label_usecase {
    padding: 0 6px;
    font-size: 10px;
  }
}
@media (max-width: 374px) {
  .label_usecase {
    zoom: 0.94;
  }
}

.section_info .map_area {
  max-width: 1280px;
  margin: 0 auto;
}
.section_info .map_area img {
  width: 100%;
  vertical-align: top;
}
.section_info .slide_area .swiper_ambas .swiper-slide {
  width: 290px;
}
.section_info .btn_link {
  margin-top: 80px;
  color: #fff;
  border: 1px solid #999;
}
.section_info {
  /* 마우스를 사용하는 기기에서만 호버 스타일 적용 */
}
@media (hover: hover) and (pointer: fine) {
  .section_info .btn_link:hover {
    color: #B27F1C;
    border-color: #B27F1C;
  }
}
@media (max-width: 1279px) {
  .section_info .title_area {
    max-width: 768px;
    padding: 0 40px;
  }
  .section_info .map_area {
    max-width: 768px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .section_info .slide_area {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .section_info .title_area {
    padding: 0 16px;
  }
  .section_info .map_area {
    max-width: 375px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .section_info .slide_area .swiper_ambas .swiper-slide {
    width: 98px;
  }
  
  .section_info .slide_area .swiper_ambas .swiper-slide .thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  
  .section_info .btn_link {
    margin-top: 40px;
  }
}

.section_activity {
  background-color: #241802;
}
.section_activity .title_area .section_desc {
  color: #A89B83;
}
.section_activity .slide_area {
  margin-top: 120px;
}
.section_activity .slide_area .swiper_activity .swiper-slide {
  width: 578px;
}
.section_activity .slide_area .swiper_activity .swiper-slide .thumb {
  overflow: hidden;
  width: 100%;
  height: 385px;
}
.section_activity .slide_area .swiper_activity .swiper-slide .thumb img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section_activity .slide_area .swiper_activity .swiper-slide .thumb_desc {
  margin-top: 40px;
}
.section_activity .slide_area .swiper_activity .swiper-slide .thumb_desc .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.section_activity .slide_area .swiper_activity .swiper-slide .thumb_desc .desc {
  position: relative;
  padding-left: 40px;
  margin-top: 16px;
  font-size: 24px;
  color: #A89B83;
  word-break: break-word;
  overflow-wrap: break-word;
}
.section_activity .slide_area .swiper_activity .swiper-slide .thumb_desc .desc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: #B27F1C;
}
@media (max-width: 1279px) {
  .section_activity .title_area {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section_activity .slide_area {
    margin-top: 40px;
  }
  .section_activity .slide_area .swiper_activity .swiper-slide {
    width: 267px;
  }
  .section_activity .slide_area .swiper_activity .swiper-slide .thumb {
    height: 178px;
  }
  .section_activity .slide_area .swiper_activity .swiper-slide .thumb_desc {
    margin-top: 24px;
  }
  .section_activity .slide_area .swiper_activity .swiper-slide .thumb_desc .title {
    font-size: 18px;
  }
  .section_activity .slide_area .swiper_activity .swiper-slide .thumb_desc .desc {
    margin-top: 8px;
    padding-left: 16px;
    padding-right: 20px;
    font-size: 13px;
  }
  .section_activity .slide_area .swiper_activity .swiper-slide .thumb_desc .desc:before {
    top: 4px;
    bottom: 4px;
    width: 1px;
  }
}

.section_support .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
}
.section_support .title_area {
  max-width: none;
  margin: 0;
}
.section_support .list_area {
  max-width: 1280px;
  margin-top: 160px;
}
.section_support .support_list .support_item {
  position: relative;
  padding-left: 220px;
  padding-right: 205px;
}
.section_support .support_list .support_item + .support_item {
  margin-top: 80px;
}
.section_support .support_list .support_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  color: #B27F1C;
  border: 1px solid #B27F1C;
  background-color: rgba(178, 127, 28, 0.2);
}
.section_support .support_list .support_item:nth-child(1):before {
  content: "1";
}
.section_support .support_list .support_item:nth-child(2):before {
  content: "2";
}
.section_support .support_list .support_item:nth-child(3):before {
  content: "3";
}
.section_support .support_list .support_item:nth-child(4):before {
  content: "4";
}
.section_support .support_list .item_title {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.section_support .support_list .item_desc {
  margin-top: 16px;
  font-size: 24px;
  color: #999;
  word-break: break-word;
  overflow-wrap: break-word;
}
.section_support .support_list .item_thumb {
  margin-top: 40px;
}
.section_support .support_list .item_thumb .thumb img {
  width: 100%;
  vertical-align: top;
}
.section_support .support_list .item_thumb .thumb_notice {
  display: block;
  margin-top: 24px;
  font-size: 16px;
  color: #666;
}
@media (max-width: 1279px) {
  .section_support .inner {
    max-width: 768px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .section_support .section_title span {
    line-height: 1.3em;
  }
  .section_support .support_list .support_item {
    padding-left: 100px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section_support .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section_support .section_title span {
    line-height: 1.8em;
  }
  .section_support .list_area {
    margin-top: 40px;
  }
  .section_support .support_list .support_item {
    padding-left: 0;
  }
  .section_support .support_list .support_item:before {
    position: static;
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .section_support .support_list .support_item + .support_item {
    margin-top: 40px;
  }
  .section_support .support_list .item_title {
    margin-top: 16px;
    font-size: 18px;
  }
  .section_support .support_list .item_desc {
    font-size: 13px;
  }
  .section_support .support_list .item_thumb {
    max-width: 343px;
    margin: 16px auto 0;
  }
  .section_support .support_list .item_thumb .thumb_notice {
    margin-top: 8px;
    font-size: 12px;
  }
}

.section_intro .inner {
  width: 950px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section_intro .intro_area {
  padding-bottom: 80px;
}
.section_intro .intro_area + .intro_area {
  padding-top: 80px;
}
.section_intro .list_title {
  display: block;
  line-height: 1.3em;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.section_intro .intro_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 40px;
  margin-top: 80px;
}

@media (min-width: 1280px) {
  .section_intro .intro_list .intro_item {
    min-width: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 3);
            flex: 0 0 calc((100% - 80px) / 3);
  }
}

@media (max-width: 1279px) {
  .section_intro .inner {
    max-width: 768px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .section_intro .intro_list .intro_item {
    min-width: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 3);
            flex: 0 0 calc((100% - 80px) / 3);
  }
  .section_intro .intro_list .intro_item .link_box .thumb {
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .section_intro .inner {
    max-width: 375px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .section_intro .intro_area {
    padding-bottom: 0;
  }
  .section_intro .intro_area + .intro_area {
    padding-top: 40px;
  }
  .section_intro .list_title {
    font-size: 24px;
  }
  .section_intro .intro_list {
    gap: 32px 16px;
    margin-top: 24px;
  }
  .section_intro .intro_list .intro_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 32px) / 3);
            flex: 0 0 calc((100% - 32px) / 3);
  }
}
@media (max-width: 374px) {
  .section_intro .inner {
    max-width: 320px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .section_intro .intro_list {
    gap: 24px 12px;
    margin-top: 24px;
  }
  .section_intro .intro_list .intro_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 24px) / 3);
            flex: 0 0 calc((100% - 24px) / 3);
  }
  .section_intro .intro_list .link_box .view_more {
    gap: 0 8px;
  }
}

.section_banner {
  overflow: hidden;
}
.section_banner .inner {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.section_banner .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 960px;
  height: 960px;
  border-radius: 20971500px;
  opacity: 0.3;
  background: #B27F1C;
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
.section_banner .section_title span {
  line-height: 1.3em;
}
@media (max-width: 1279px) {
  .section_banner .inner {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .section_banner .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section_banner .section_title span {
    line-height: 1.8em;
  }
}

.section_floating_cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #0A0A0A;
  z-index: 100;
}
.section_floating_cta.is_show {
  opacity: 1;
  visibility: visible;
}
.section_floating_cta .inner {
  padding-top: 16px;
  padding-bottom: 40px;
}
.section_floating_cta .btn_link {
  background-color: #B27F1C;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
}
.section_floating_cta {
  /* 마우스를 사용하는 기기에서만 호버 스타일 적용 */
}
@media (hover: hover) and (pointer: fine) {
  .section_floating_cta .btn_link:hover {
    background-color: #7E5A14;
  }
}

section[class*=section_ambas_] .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
}
section[class*=section_ambas_] .title_area {
  text-align: left;
}
section[class*=section_ambas_] .info_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section[class*=section_ambas_] .info_area .thumb img {
  width: 100%;
  vertical-align: top;
}
section[class*=section_ambas_] .info_area .thumb_desc .label_board {
  line-height: 0;
  font-size: 0;
}
section[class*=section_ambas_] .info_area .thumb_desc .label_board span + span {
  margin-left: 8px;
}
section[class*=section_ambas_] .info_area .thumb_desc .pre_desc_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #B27F1C;
  letter-spacing: 1.5px;
}
section[class*=section_ambas_] .info_area .thumb_desc .desc_title {
  display: block;
  font-size: 40px;
  color: #fff;
  word-break: break-word;
  overflow-wrap: break-word;
}
section[class*=section_ambas_] .info_area .thumb_desc .info_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #B27F1C;
  letter-spacing: 1.5px;
}
section[class*=section_ambas_] .info_area .thumb_desc .info_list + .info_list {
  margin-top: 16px;
}
section[class*=section_ambas_] .info_area .thumb_desc .list_item {
  font-size: 16px;
}
section[class*=section_ambas_] .info_area .thumb_desc .item_desc {
  color: #fff;
  word-break: break-word;
  overflow-wrap: break-word;
}
section[class*=section_ambas_] .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  margin-top: 40px;
}
section[class*=section_ambas_] .sns_list .sns_item {
  overflow: hidden;
  background-color: #161616;
  border-radius: 50%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
section[class*=section_ambas_] .sns_list .sns_item.sns_x .sns_link:after {
  width: 32px;
  height: 32px;
  background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-pc.png#logo_X);
  background-repeat: no-repeat;
  background-position: -41px -45px;
  background-size: 122px auto;
}
section[class*=section_ambas_] .sns_list .sns_item.sns_insta .sns_link:after {
  width: 32px;
  height: 32px;
  background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-pc.png#logo_instagram);
  background-repeat: no-repeat;
  background-position: 0px -86px;
  background-size: 122px auto;
}
section[class*=section_ambas_] .sns_list .sns_item.sns_face .sns_link:after {
  width: 32px;
  height: 32px;
  background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-pc.png#logo_facebook);
  background-repeat: no-repeat;
  background-position: -90px -37px;
  background-size: 122px auto;
}
section[class*=section_ambas_] .sns_list .sns_item.sns_spot .sns_link:after {
  width: 32px;
  height: 32px;
  background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-pc.png#logo_atn_band);
  background-repeat: no-repeat;
  background-position: -90px 0px;
  background-size: 122px auto;
}
section[class*=section_ambas_] .sns_list .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
}
section[class*=section_ambas_] .sns_list .sns_link:after {
  content: "";
}
section[class*=section_ambas_] {
  /* 마우스를 사용하는 기기에서만 호버 스타일 적용 */
}
@media (hover: hover) and (pointer: fine) {
  section[class*=section_ambas_] .info_area .sns_list .sns_item:hover {
    background-color: #2B2B2B;
  }
}
@media (min-width: 1600px) {
  section[class*=section_ambas_] .inner {
    max-width: 950px;
  }
}
@media (max-width: 1279px) {
  section[class*=section_ambas_] .inner {
    max-width: 768px;
    padding-left: 40px;
    padding-right: 40px;
  }
  section[class*=section_ambas_] .info_area {
    gap: 0 40px !important;
  }
}
@media (max-width: 767px) {
  section[class*=section_ambas_] .inner {
    padding-left: 32px;
    padding-right: 32px;
  }
  section[class*=section_ambas_] .info_area .thumb_desc .desc_title {
    margin-top: 4px;
    font-size: 18px;
  }
  section[class*=section_ambas_] .info_area .thumb_desc .info_title {
    margin-top: 16px;
    font-size: 10px;
  }
  section[class*=section_ambas_] .info_area .thumb_desc .info_list:first-of-type {
    margin-top: 8px;
  }
  section[class*=section_ambas_] .info_area .thumb_desc .info_list + .info_list {
    margin-top: 6px;
  }
  section[class*=section_ambas_] .info_area .thumb_desc .list_item {
    font-size: 13px;
  }
  section[class*=section_ambas_] .sns_area {
    margin-top: 32px;
  }
  section[class*=section_ambas_] .sns_area .sns_list {
    margin-top: 0;
  }
  section[class*=section_ambas_] .sns_area .sns_list .sns_item.sns_x .sns_link:after {
    width: 20px;
    height: 20px;
    background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-mo.png#logo_X);
    background-repeat: no-repeat;
    background-position: -25px 0px;
    background-size: 87px auto;
  }
  section[class*=section_ambas_] .sns_area .sns_list .sns_item.sns_insta .sns_link:after {
    width: 18px;
    height: 18px;
    background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-mo.png#logo_instagram);
    background-repeat: no-repeat;
    background-position: -25px -25px;
    background-size: 87px auto;
  }
  section[class*=section_ambas_] .sns_area .sns_list .sns_item.sns_face .sns_link:after {
    width: 20px;
    height: 20px;
    background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-mo.png#logo_facebook);
    background-repeat: no-repeat;
    background-position: 0px -25px;
    background-size: 87px auto;
  }
  section[class*=section_ambas_] .sns_area .sns_list .sns_item.sns_spot .sns_link:after {
    width: 14px;
    height: 18px;
    background-image: url(https://ssl.pstatic.net/static/band/docs/global/JP/2026/ambassador/img/sp-mo.png#logo_atn_band);
    background-repeat: no-repeat;
    background-position: -73px 0px;
    background-size: 87px auto;
  }
  section[class*=section_ambas_] .sns_area .sns_list .sns_link {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 374px) {
  section[class*=section_ambas_] .inner {
    max-width: 320px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

section.section_ambas_detail .inner {
  padding-bottom: 80px;
}
section.section_ambas_detail .info_area {
  gap: 0 205px;
  margin-top: 80px;
}
section.section_ambas_detail .info_area .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  width: 290px;
}
section.section_ambas_detail .info_area .thumb .thumb_box {
  overflow: hidden;
  width: 100%;
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.section_ambas_detail .info_area .thumb .thumb_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: top;
}
section.section_ambas_detail .info_area .thumb_desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
section.section_ambas_detail .info_area .thumb_desc .desc_title {
  margin-top: 8px;
}
section.section_ambas_detail .info_area .thumb_desc .info_title {
  margin-top: 24px;
}
section.section_ambas_detail .info_area .thumb_desc .info_list:first-of-type {
  margin-top: 16px;
}
section.section_ambas_detail .info_area .thumb_desc .info_list .item_title {
  color: #666;
}
@media (max-width: 767px) {
  section.section_ambas_detail .inner {
    padding-bottom: 40px;
  }
  section.section_ambas_detail .title_area .section_title {
    line-height: 1em;
    font-size: 32px;
  }
  section.section_ambas_detail .info_area {
    margin-top: 32px;
  }
  section.section_ambas_detail .info_area .thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 113px;
            flex: 0 0 113px;
    width: 113px;
  }
  section.section_ambas_detail .info_area .thumb .thumb_box {
    height: 113px;
  }
}

section.section_ambas_group {
  background-color: #241802;
}
section.section_ambas_group .inner {
  padding-top: 80px;
  padding-bottom: 145px;
}
section.section_ambas_group .info_area {
  gap: 0 40px;
}
section.section_ambas_group .info_area .thumb_desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
section.section_ambas_group .info_area .thumb_desc .desc_title {
  margin-top: 24px;
}
section.section_ambas_group .info_area .thumb_desc .info_list:first-of-type {
  margin-top: 24px;
}
section.section_ambas_group .info_area .thumb_desc .info_list .item_title {
  color: #A89B83;
}
section.section_ambas_group .info_area:has(.thumb) .thumb {
  width: 455px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 455px;
          flex: 0 0 455px;
}
section.section_ambas_group .info_area .thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
section.section_ambas_group .info_area .thumb .thumb_box {
  overflow: hidden;
  width: 100%;
  height: 303px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.section_ambas_group .info_area .thumb .thumb_box + .thumb_box {
  margin-top: 40px;
}
section.section_ambas_group .info_area .thumb .thumb_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1279px) {
  section.section_ambas_group .inner {
    padding-bottom: 140px;
  }
  section.section_ambas_group .info_area:has(.thumb) .thumb {
    width: 358px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 358px;
            flex: 0 0 358px;
  }
  section.section_ambas_group .info_area .thumb .thumb_box {
    height: 238px;
  }
}
@media (max-width: 767px) {
  section.section_ambas_group .inner {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  section.section_ambas_group .info_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
  section.section_ambas_group .info_area .thumb_desc .pre_desc_title {
    font-size: 10px;
  }
  section.section_ambas_group .info_area .thumb_desc .desc_title {
    margin-top: 16px;
  }
  section.section_ambas_group .info_area .thumb_desc .info_list:first-of-type {
    margin-top: 16px;
  }
  section.section_ambas_group .info_area:has(.thumb) .thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  section.section_ambas_group .info_area .thumb {
    margin-top: 24px;
  }
  section.section_ambas_group .info_area .thumb .thumb_box {
    height: 206px;
  }
}
/*# sourceMappingURL=style.css.map */
