body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, th, td, form, fieldset, legend, textarea, input, select, textarea, button, article, aside, dialog, footer, header, section, footer, nav, figure, main {
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, dialog, footer, header, section, footer, nav, figure, main {
  display: block;
}

html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

img, form, fieldset, li {
  border: 0;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

button {
  overflow: visible;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:disabled {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input, select {
  width: 0;
  height: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'NotoSansJP';
  font-weight: 300;
  src: url(../font/NotoSansJP-Light.woff) format("woff");
}

@font-face {
  font-family: 'NotoSansJP';
  font-weight: 400;
  src: url(../font/NotoSansJP-Regular.woff) format("woff");
}

@font-face {
  font-family: 'NotoSansJP';
  font-weight: 500;
  src: url(../font/NotoSansJP-Medium.woff) format("woff");
}

@font-face {
  font-family: 'NotoSansJP';
  font-weight: 700;
  src: url(../font/NotoSansJP-Bold.woff) format("woff");
}

@font-face {
  font-family: 'NotoSansJP';
  font-weight: 900;
  src: url(../font/NotoSansJP-Black.woff) format("woff");
}

@font-face {
  font-family: 'RedditSans';
  font-weight: 400;
  src: url(../font/RedditSans-Regular.woff) format("woff");
}

@font-face {
  font-family: 'RedditSansCondensed';
  font-weight: 500;
  src: url(../font/RedditSansCondensed-Medium.woff) format("woff");
}

@font-face {
  font-family: 'RedditSansCondensed';
  font-weight: 600;
  src: url(../font/RedditSans-SemiBold.woff) format("woff");
}

@font-face {
  font-family: 'Anton';
  font-weight: 400;
  src: url(../font/Anton-Regular.woff) format("woff");
}

body,
input,
select,
textarea,
button {
  font-family: "NotoSansJP", sans-serif;
  font-size: 16px;
  font-size: 0.83333vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #000;
}

@media (min-width: 1920px) {
  body,
  input,
  select,
  textarea,
  button {
    font-size: 16px;
  }
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

strong {
  font-weight: 700;
}

.blind,
caption,
legend {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 100px;
  white-space: nowrap;
}

.skip {
  height: 0;
}

.skip a {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 25px;
  text-align: center;
}

.skip a:focus,
#skip a:active {
  position: absolute;
  top: 0;
  z-index: 100;
  padding: 10px 0;
  background: #000;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

button:disabled,
input:disabled {
  pointer-events: none;
  cursor: default;
}

.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  max-width: 75vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .inner {
    max-width: 1440px;
  }
}

@media screen and (max-width: 1024px) {
  .inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .inner {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .inner {
    max-width: 284.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .inner {
    padding: 0px 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .inner {
    padding: 0vw 4.44444vw;
  }
}

@media screen and (max-width: 1024px) {
  .only_pc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .only_mo {
    display: none !important;
  }
}

.is_lock {
  overflow: hidden;
  height: 100vh;
}

.section_head {
  text-align: center;
}

.section_head .head_title {
  font-weight: 700;
  font-size: 100px;
  font-size: 5.20833vw;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 1920px) {
  .section_head .head_title {
    font-size: 100px;
  }
}

.section_head .head_sub {
  font-weight: 700;
  font-size: 48px;
  font-size: 2.5vw;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
}

@media (min-width: 1920px) {
  .section_head .head_sub {
    font-size: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .section_head .head_title {
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_head .head_title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_head .head_title {
    font-size: 10vw;
  }
}

@media screen and (max-width: 1024px) {
  .section_head .head_sub {
    line-height: 1.2;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_head .head_sub {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_head .head_sub {
    font-size: 6.66667vw;
  }
}

.btn_base {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 16px;
  gap: 0.83333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 31px 64px;
  padding: 1.61458vw 3.33333vw;
  margin-top: 34px;
  margin-top: 1.77083vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 80px;
  border-radius: 4.16667vw;
  background: -webkit-gradient(linear, left top, right top, from(#9707f1), to(#f8368c));
  background: linear-gradient(90deg, #9707f1 0%, #f8368c 100%);
  border-width: 4px;
  border-width: 0.20833vw;
  border-color: #fff;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .btn_base {
    gap: 16px;
  }
}

@media (min-width: 1920px) {
  .btn_base {
    padding: 31px 64px;
  }
}

@media (min-width: 1920px) {
  .btn_base {
    margin-top: 34px;
  }
}

@media (min-width: 1920px) {
  .btn_base {
    border-radius: 80px;
  }
}

@media (min-width: 1920px) {
  .btn_base {
    border-width: 4px;
  }
}

.btn_base .text {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  font-size: 1.66667vw;
  line-height: 1;
  letter-spacing: 0.004em;
}

@media (min-width: 1920px) {
  .btn_base .text {
    font-size: 32px;
  }
}

.btn_base .icon {
  width: 32px;
  width: 1.66667vw;
  height: 32px;
  height: 1.66667vw;
  background-image: url(../img/ic_arrow_32px.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media (min-width: 1920px) {
  .btn_base .icon {
    width: 32px;
  }
}

@media (min-width: 1920px) {
  .btn_base .icon {
    height: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .btn_base {
    gap: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .btn_base {
    gap: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .btn_base {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .btn_base {
    margin-top: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .btn_base {
    padding: 12px 25px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .btn_base {
    padding: 3.33333vw 6.94444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .btn_base {
    border-width: 2px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .btn_base {
    border-width: 0.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .btn_base {
    border-radius: 80px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .btn_base {
    border-radius: 22.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .btn_base .text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .btn_base .text {
    font-size: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .btn_base .icon {
    width: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .btn_base .icon {
    width: 5.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .btn_base .icon {
    height: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .btn_base .icon {
    height: 5.55556vw;
  }
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 0;
}

.animate {
  opacity: 0.0001;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition-delay: calc(var(--i) * 0.2s);
  transition-delay: calc(var(--i) * 0.2s);
}

.animate.is_show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.animate_left {
  opacity: 0.0001;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition-delay: calc(var(--i) * 0.2s);
  transition-delay: calc(var(--i) * 0.2s);
}

.animate_left.is_show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.animate_right {
  opacity: 0.0001;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition-delay: calc(var(--i) * 0.2s);
  transition-delay: calc(var(--i) * 0.2s);
}

.animate_right.is_show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.layer::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.dimmed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.75);
}

.pop {
  display: inline-block;
  position: relative;
  z-index: 20;
  vertical-align: middle;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pop_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: hidden;
  position: relative;
  max-height: calc(100vh - 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pop_item.pop_alert {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 880px;
  width: 45.83333vw;
  padding: 40px;
  padding: 2.08333vw;
  background-color: #fff;
}

@media (min-width: 1920px) {
  .pop_item.pop_alert {
    width: 880px;
  }
}

@media (min-width: 1920px) {
  .pop_item.pop_alert {
    padding: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .pop_item.pop_alert {
    width: 328px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .pop_item.pop_alert {
    width: 91.11111vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .pop_item.pop_alert {
    padding: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .pop_item.pop_alert {
    padding: 6.66667vw;
  }
}

.pop_item.pop_alert .pop_title {
  padding-right: 120px;
  padding-right: 6.25vw;
  font-size: 40px;
  font-size: 2.08333vw;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (min-width: 1920px) {
  .pop_item.pop_alert .pop_title {
    padding-right: 120px;
  }
}

@media (min-width: 1920px) {
  .pop_item.pop_alert .pop_title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .pop_item.pop_alert .pop_title {
    padding-right: 48px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .pop_item.pop_alert .pop_title {
    padding-right: 13.33333vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .pop_item.pop_alert .pop_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .pop_item.pop_alert .pop_title {
    font-size: 6.66667vw;
  }
}

.pop_item.pop_alert .pop_content {
  margin-top: 40px;
  margin-top: 2.08333vw;
  font-size: 32px;
  font-size: 1.66667vw;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #000;
}

@media (min-width: 1920px) {
  .pop_item.pop_alert .pop_content {
    margin-top: 40px;
  }
}

@media (min-width: 1920px) {
  .pop_item.pop_alert .pop_content {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .pop_item.pop_alert .pop_content {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .pop_item.pop_alert .pop_content {
    margin-top: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .pop_item.pop_alert .pop_content {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .pop_item.pop_alert .pop_content {
    font-size: 4.44444vw;
  }
}

.pop_item.pop_alert .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  width: 6.25vw;
  height: 120px;
  height: 6.25vw;
  background-color: #2e50d8;
}

@media (min-width: 1920px) {
  .pop_item.pop_alert .btn_close {
    width: 120px;
  }
}

@media (min-width: 1920px) {
  .pop_item.pop_alert .btn_close {
    height: 120px;
  }
}

.pop_item.pop_alert .btn_close .icon {
  width: 40px;
  width: 2.08333vw;
  height: 40px;
  height: 2.08333vw;
  background-image: url(../img/ic_close.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media (min-width: 1920px) {
  .pop_item.pop_alert .btn_close .icon {
    width: 40px;
  }
}

@media (min-width: 1920px) {
  .pop_item.pop_alert .btn_close .icon {
    height: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .pop_item.pop_alert .btn_close {
    width: 48px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .pop_item.pop_alert .btn_close {
    width: 13.33333vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .pop_item.pop_alert .btn_close {
    height: 48px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .pop_item.pop_alert .btn_close {
    height: 13.33333vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .pop_item.pop_alert .btn_close .icon {
    width: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .pop_item.pop_alert .btn_close .icon {
    width: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .pop_item.pop_alert .btn_close .icon {
    height: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .pop_item.pop_alert .btn_close .icon {
    height: 4.44444vw;
  }
}

.pop_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-size: 1.04167vw;
}

@media (min-width: 1920px) {
  .pop_title {
    font-size: 20px;
  }
}

.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  padding: 23.5px 80px;
  padding: 1.22396vw 4.16667vw;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 1920px) {
  .header {
    padding: 23.5px 80px;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header {
    padding: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header {
    padding: 4.44444vw;
  }
}

.header .logo {
  width: 323px;
  width: 16.82292vw;
  height: 40px;
  height: 2.08333vw;
}

@media (min-width: 1920px) {
  .header .logo {
    width: 323px;
  }
}

@media (min-width: 1920px) {
  .header .logo {
    height: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header .logo {
    width: 194px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header .logo {
    width: 53.88889vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header .logo {
    height: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header .logo {
    height: 6.66667vw;
  }
}

.header .logo_img {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/logo.svg");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .header .logo_img {
    background-image: url("../img/logo_mo.svg");
  }
}

.header .nav {
  margin-right: -20px;
  margin-right: -1.04167vw;
}

@media (min-width: 1920px) {
  .header .nav {
    margin-right: -20px;
  }
}

@media screen and (max-width: 1024px) {
  .header .nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 0;
    margin-right: 0;
    -webkit-transition: height .5s;
    transition: height .5s;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .nav .btn_close {
    position: absolute;
    background-image: url(../img/ion_close-outline.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header .nav .btn_close {
    top: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header .nav .btn_close {
    top: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header .nav .btn_close {
    right: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header .nav .btn_close {
    right: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header .nav .btn_close {
    width: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header .nav .btn_close {
    width: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header .nav .btn_close {
    height: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header .nav .btn_close {
    height: 6.66667vw;
  }
}

.header .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .header .nav_box {
    display: block;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header .nav_box {
    padding: 61px 24px 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header .nav_box {
    padding: 16.94444vw 6.66667vw 8.88889vw;
  }
}

.header .nav_btn {
  display: inline-block;
  position: relative;
  margin-left: 44px;
  margin-left: 2.29167vw;
}

@media (min-width: 1920px) {
  .header .nav_btn {
    margin-left: 44px;
  }
}

.header .nav_btn_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14.5px 24px;
  padding: 0.75521vw 1.25vw;
  border-radius: 80px;
  border-radius: 4.16667vw;
  font-size: 20px;
  font-size: 1.04167vw;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9707f1), to(#f8368c));
  background: linear-gradient(90deg, #9707f1 0%, #f8368c 100%);
}

@media (min-width: 1920px) {
  .header .nav_btn_link {
    padding: 14.5px 24px;
  }
}

@media (min-width: 1920px) {
  .header .nav_btn_link {
    border-radius: 80px;
  }
}

@media (min-width: 1920px) {
  .header .nav_btn_link {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .header .nav_btn {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header .nav_btn {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header .nav_btn {
    margin-top: 8.88889vw;
  }
}

@media screen and (max-width: 1024px) {
  .header .nav_btn_link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header .nav_btn_link {
    padding: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header .nav_btn_link {
    padding: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header .nav_btn_link {
    border-radius: 80px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header .nav_btn_link {
    border-radius: 22.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header .nav_btn_link {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header .nav_btn_link {
    font-size: 5.55556vw;
  }
}

.header .menu {
  position: relative;
}

.header .menu_list {
  font-size: 0;
}

.header .menu_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-size: 1.04167vw;
  line-height: 1;
}

@media (min-width: 1920px) {
  .header .menu_item {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .header .menu_item {
    display: block;
    line-height: 1.1;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header .menu_item {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header .menu_item {
    font-size: 5.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header .menu_item:not(:first-child) {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header .menu_item:not(:first-child) {
    margin-top: 8.88889vw;
  }
}

.header .menu_link {
  display: block;
  padding: 0px 20px;
  padding: 0vw 1.04167vw;
  color: #000;
  opacity: 0.6;
  letter-spacing: -0.02em;
}

@media (min-width: 1920px) {
  .header .menu_link {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .header .menu_link {
    padding: 0;
  }
}

.header .menu_line {
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0.6;
  pointer-events: none;
}

.header .menu_toggle {
  position: absolute;
  z-index: 999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 1025px) and (min-width: 361px) {
  .header .menu_toggle {
    right: 16px;
  }
}

@media (max-width: 360px) {
  .header .menu_toggle {
    right: 4.44444vw;
  }
}

@media (max-width: 1025px) and (min-width: 361px) {
  .header .menu_toggle {
    width: 20px;
  }
}

@media (max-width: 360px) {
  .header .menu_toggle {
    width: 5.55556vw;
  }
}

@media (max-width: 1025px) and (min-width: 361px) {
  .header .menu_toggle {
    height: 14px;
  }
}

@media (max-width: 360px) {
  .header .menu_toggle {
    height: 3.88889vw;
  }
}

@media (max-width: 1025px) and (min-width: 361px) {
  .header .menu_toggle {
    padding: 19px;
  }
}

@media (max-width: 360px) {
  .header .menu_toggle {
    padding: 5.27778vw;
  }
}

.header .menu_toggle_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1025px) and (min-width: 361px) {
  .header .menu_toggle_box {
    width: 20px;
  }
}

@media (max-width: 360px) {
  .header .menu_toggle_box {
    width: 5.55556vw;
  }
}

@media (max-width: 1025px) and (min-width: 361px) {
  .header .menu_toggle_box {
    height: 14px;
  }
}

@media (max-width: 360px) {
  .header .menu_toggle_box {
    height: 3.88889vw;
  }
}

.header .menu_toggle_line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.header .menu_toggle.is_active .menu_toggle_box {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header .menu_toggle.is_active .menu_toggle_line {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
}

.header .menu_toggle.is_active .menu_toggle_line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.header .menu_toggle.is_active .menu_toggle_line:nth-child(2) {
  opacity: 0;
}

.header .menu_toggle.is_active .menu_toggle_line:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header .menu_item.is_active .menu_link {
  font-weight: 700;
  opacity: 1;
}

.header .menu_item.is_active .menu_line {
  width: 100%;
  opacity: 1;
}

.header .btn_menu {
  background-image: url(../img/bars.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media (max-width: 1025px) and (min-width: 361px) {
  .header .btn_menu {
    width: 32px;
  }
}

@media (max-width: 360px) {
  .header .btn_menu {
    width: 8.88889vw;
  }
}

@media (max-width: 1025px) and (min-width: 361px) {
  .header .btn_menu {
    height: 32px;
  }
}

@media (max-width: 360px) {
  .header .btn_menu {
    height: 8.88889vw;
  }
}

@media screen and (max-width: 1024px) {
  .header .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.75);
  }
}

.header.header_entry .nav_btn_link {
  gap: 8px;
  gap: 0.41667vw;
  padding: 11px 24px;
  padding: 0.57292vw 1.25vw;
}

@media (min-width: 1920px) {
  .header.header_entry .nav_btn_link {
    gap: 8px;
  }
}

@media (min-width: 1920px) {
  .header.header_entry .nav_btn_link {
    padding: 11px 24px;
  }
}

.header.header_entry .nav_btn_link .icon {
  display: inline-block;
  width: 18px;
  width: 0.9375vw;
  height: 18px;
  height: 0.9375vw;
  background-image: url(../img/ic_arrow_right_18px.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media (min-width: 1920px) {
  .header.header_entry .nav_btn_link .icon {
    width: 18px;
  }
}

@media (min-width: 1920px) {
  .header.header_entry .nav_btn_link .icon {
    height: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .header.header_entry .nav_btn_link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header.header_entry .nav_btn_link {
    padding: 16px 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header.header_entry .nav_btn_link {
    padding: 4.44444vw 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header.header_entry .nav_btn_link {
    gap: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header.header_entry .nav_btn_link {
    gap: 2.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header.header_entry .nav_btn_link .icon {
    width: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header.header_entry .nav_btn_link .icon {
    width: 5.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .header.header_entry .nav_btn_link .icon {
    height: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .header.header_entry .nav_btn_link .icon {
    height: 5.55556vw;
  }
}

.section_title {
  display: inline-block;
  font-size: 48px;
  font-size: 2.5vw;
  line-height: 1.2;
  font-weight: 900;
}

@media (min-width: 1920px) {
  .section_title {
    font-size: 48px;
  }
}

.section_subtitle {
  display: inline-block;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.4;
  letter-spacing: 0.25em;
  font-weight: 700;
  opacity: 0.4;
  text-transform: uppercase;
}

@media (min-width: 1920px) {
  .section_subtitle {
    font-size: 24px;
  }
}

.section_border {
  position: relative;
}

.section_border::before {
  position: absolute;
  top: -20px;
  top: -1.04167vw;
  left: 50%;
  -webkit-background-size: 1920px 76px;
  background-size: 1920px 76px;
  -webkit-background-size: 100vw 3.95833vw;
  background-size: 100vw 3.95833vw;
  background-image: url("../img/normal.png");
  background-position: 0px 0px;
  background-position: 0vw 0vw;
  width: 1920px;
  width: 100vw;
  height: 40px;
  height: 2.08333vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

@media (min-width: 1920px) {
  .section_border::before {
    top: -20px;
  }
}

@media (min-width: 1920px) {
  .section_border::before {
    -webkit-background-size: 1920px 76px;
    background-size: 1920px 76px;
  }
}

@media (min-width: 1920px) {
  .section_border::before {
    background-position: 0px 0px;
  }
}

@media (min-width: 1920px) {
  .section_border::before {
    width: 1920px;
    height: 40px;
  }
}

.section_kv {
  position: relative;
  height: 114.81dvh;
}

@media screen and (max-width: 1024px) {
  .section_kv {
    height: auto;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv {
    padding: 30px 0px 64px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv {
    padding: 8.33333vw 0vw 17.77778vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .btn_base {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .btn_base {
    margin-top: 5.55556vw;
  }
}

.section_kv .decor_bottom {
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.section_kv .inner {
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .section_kv .inner {
    padding: 0;
  }
}

.section_kv .kv_box {
  position: relative;
  top: -24px;
  top: -1.25vw;
}

@media (min-width: 1920px) {
  .section_kv .kv_box {
    top: -24px;
  }
}

@media screen and (max-width: 1024px) {
  .section_kv .kv_box {
    top: 0;
    width: 100%;
  }
}

.section_kv .kv_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_kv .kv_slider::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(55.52% 159.65% at 50% 41.55%, rgba(255, 255, 255, 0.175) 0%, rgba(48, 48, 48, 0.175) 38.05%, rgba(0, 3, 16, 0.7) 100%);
  z-index: 2;
  pointer-events: none;
  content: '';
}

.section_kv .kv_title {
  max-width: 962px;
  max-width: 50.10417vw;
  margin-top: 24px;
  margin-top: 1.25vw;
}

@media (min-width: 1920px) {
  .section_kv .kv_title {
    max-width: 962px;
  }
}

@media (min-width: 1920px) {
  .section_kv .kv_title {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .section_kv .kv_title {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .kv_title {
    max-width: 328px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .kv_title {
    max-width: 91.11111vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .kv_title {
    margin-top: 11px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .kv_title {
    margin-top: 3.05556vw;
  }
}

.section_kv .kv_subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.section_kv .kv_subtitle .text {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  line-height: 1;
  font-size: 56px;
  font-size: 2.91667vw;
}

@media (min-width: 1920px) {
  .section_kv .kv_subtitle .text {
    font-size: 56px;
  }
}

.section_kv .kv_subtitle .text strong {
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 0.002em;
  font-size: 64px;
  font-size: 3.33333vw;
  font-family: "RedditSansCondensed";
}

@media (min-width: 1920px) {
  .section_kv .kv_subtitle .text strong {
    font-size: 64px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .kv_subtitle {
    gap: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .kv_subtitle {
    gap: 2.22222vw;
  }
}

@media screen and (max-width: 1024px) {
  .section_kv .kv_subtitle .text {
    line-height: 1;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .kv_subtitle .text {
    font-size: 23px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .kv_subtitle .text {
    font-size: 6.38889vw;
  }
}

@media screen and (max-width: 1024px) {
  .section_kv .kv_subtitle .text strong {
    line-height: 1.2;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .kv_subtitle .text strong {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .kv_subtitle .text strong {
    font-size: 6.66667vw;
  }
}

.section_kv .kv_time {
  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;
  gap: 50px;
  gap: 2.60417vw;
  margin-top: 32px;
  margin-top: 1.66667vw;
  font-family: "RedditSansCondensed";
  color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 1920px) {
  .section_kv .kv_time {
    gap: 50px;
  }
}

@media (min-width: 1920px) {
  .section_kv .kv_time {
    margin-top: 32px;
  }
}

.section_kv .kv_time .time {
  font-weight: 600;
  font-size: 74px;
  font-size: 3.85417vw;
  line-height: 1;
}

@media (min-width: 1920px) {
  .section_kv .kv_time .time {
    font-size: 74px;
  }
}

.section_kv .kv_time .sub {
  position: relative;
  top: -8px;
  top: -0.41667vw;
  margin-left: 16px;
  margin-left: 0.83333vw;
  font-weight: 700;
  line-height: 1;
  font-size: 40px;
  font-size: 2.08333vw;
}

@media (min-width: 1920px) {
  .section_kv .kv_time .sub {
    top: -8px;
  }
}

@media (min-width: 1920px) {
  .section_kv .kv_time .sub {
    margin-left: 16px;
  }
}

@media (min-width: 1920px) {
  .section_kv .kv_time .sub {
    font-size: 40px;
  }
}

.section_kv .kv_time .line {
  width: 24px;
  width: 1.25vw;
  height: 7px;
  height: 0.36458vw;
  background-color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 1920px) {
  .section_kv .kv_time .line {
    width: 24px;
  }
}

@media (min-width: 1920px) {
  .section_kv .kv_time .line {
    height: 7px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .kv_time {
    gap: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .kv_time {
    gap: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .kv_time {
    margin-top: 11px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .kv_time {
    margin-top: 3.05556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .kv_time .time {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .kv_time .time {
    font-size: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .kv_time .sub {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .kv_time .sub {
    font-size: 3.88889vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .kv_time .line {
    width: 6px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .kv_time .line {
    width: 1.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .kv_time .line {
    height: 3px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .kv_time .line {
    height: 0.83333vw;
  }
}

.section_kv .kv_btn {
  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;
  gap: 16px;
  gap: 0.83333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 32px 64px;
  padding: 1.66667vw 3.33333vw;
  margin-top: 34px;
  margin-top: 1.77083vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 80px;
  border-radius: 4.16667vw;
  background: -webkit-gradient(linear, left top, right top, from(#9707f1), to(#f8368c));
  background: linear-gradient(90deg, #9707f1 0%, #f8368c 100%);
  border-width: 4px;
  border-width: 0.20833vw;
  border-color: #fff;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .section_kv .kv_btn {
    gap: 16px;
  }
}

@media (min-width: 1920px) {
  .section_kv .kv_btn {
    padding: 32px 64px;
  }
}

@media (min-width: 1920px) {
  .section_kv .kv_btn {
    margin-top: 34px;
  }
}

@media (min-width: 1920px) {
  .section_kv .kv_btn {
    border-radius: 80px;
  }
}

@media (min-width: 1920px) {
  .section_kv .kv_btn {
    border-width: 4px;
  }
}

.section_kv .kv_btn .text {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  font-size: 1.66667vw;
  line-height: 1;
  letter-spacing: 0.004em;
}

@media (min-width: 1920px) {
  .section_kv .kv_btn .text {
    font-size: 32px;
  }
}

.section_kv .kv_btn .icon {
  width: 32px;
  width: 1.66667vw;
  height: 32px;
  height: 1.66667vw;
  background-image: url(../img/ic_arrow_32px.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media (min-width: 1920px) {
  .section_kv .kv_btn .icon {
    width: 32px;
  }
}

@media (min-width: 1920px) {
  .section_kv .kv_btn .icon {
    height: 32px;
  }
}

.section_kv .kv_btn_effect {
  position: absolute;
  bottom: 20%;
  left: 7%;
  width: 200px;
  width: 10.41667vw;
  height: 200px;
  height: 10.41667vw;
  border-radius: 100%;
}

@media (min-width: 1920px) {
  .section_kv .kv_btn_effect {
    width: 200px;
  }
}

@media (min-width: 1920px) {
  .section_kv .kv_btn_effect {
    height: 200px;
  }
}

.section_kv .kv_btn_effect .img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-duration: 6.6s;
  animation-duration: 6.6s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.section_kv .kv_btn_effect .img_first {
  -webkit-animation-name: morphA;
  animation-name: morphA;
  z-index: 2;
}

.section_kv .kv_btn_effect .img_second {
  -webkit-animation-name: morphB;
  animation-name: morphB;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .section_kv .kv_btn_effect {
    top: 50%;
    bottom: auto;
    z-index: 10;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .kv_btn_effect {
    left: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .kv_btn_effect {
    left: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .kv_btn_effect {
    width: 80px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .kv_btn_effect {
    width: 22.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_kv .kv_btn_effect {
    height: 80px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_kv .kv_btn_effect {
    height: 22.22222vw;
  }
}

@media (max-width: 960px) {
  .section_kv .kv_btn_effect {
    top: 85%;
  }
}

.section_kv_entry .kv_subtitle .text {
  font-size: 48px;
  font-size: 2.5vw;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 1920px) {
  .section_kv_entry .kv_subtitle .text {
    font-size: 48px;
  }
}

.section_kv_entry .kv_title {
  margin-top: 40px;
  margin-top: 2.08333vw;
  max-width: 800px;
  max-width: 41.66667vw;
}

@media (min-width: 1920px) {
  .section_kv_entry .kv_title {
    margin-top: 40px;
  }
}

@media (min-width: 1920px) {
  .section_kv_entry .kv_title {
    max-width: 800px;
  }
}

.section_kv_entry .kv_desc {
  margin-top: 40px;
  margin-top: 2.08333vw;
  text-align: center;
  font-weight: 600;
  font-size: 56px;
  font-size: 2.91667vw;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 1920px) {
  .section_kv_entry .kv_desc {
    margin-top: 40px;
  }
}

@media (min-width: 1920px) {
  .section_kv_entry .kv_desc {
    font-size: 56px;
  }
}

.section_kv .scroll_down_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  z-index: 1;
  bottom: 160px;
  bottom: 8.33333vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  animation: up_down 0.5s linear infinite alternate-reverse;
}

@media (min-width: 1920px) {
  .section_kv .scroll_down_box {
    bottom: 160px;
  }
}

@media screen and (max-width: 1024px) {
  .section_kv .scroll_down_box {
    display: none;
  }
}

.section_kv .scroll_down_box .text {
  font-size: 20px;
  font-size: 1.04167vw;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #fff;
}

@media (min-width: 1920px) {
  .section_kv .scroll_down_box .text {
    font-size: 20px;
  }
}

.section_kv .scroll_down_box .icon {
  width: 32px;
  width: 1.66667vw;
  height: 32px;
  height: 1.66667vw;
  background-image: url(../img/ic_scroll_down.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media (min-width: 1920px) {
  .section_kv .scroll_down_box .icon {
    width: 32px;
  }
}

@media (min-width: 1920px) {
  .section_kv .scroll_down_box .icon {
    height: 32px;
  }
}

@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
}

@keyframes up_down {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
}

@-webkit-keyframes morphA {
  0%,
  45.45% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  50%,
  90.9% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-filter: blur(14px);
    filter: blur(14px);
  }
  95%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes morphA {
  0%,
  45.45% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  50%,
  90.9% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-filter: blur(14px);
    filter: blur(14px);
  }
  95%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes morphB {
  0%,
  45.45% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-filter: blur(14px);
    filter: blur(14px);
  }
  50%,
  90.9% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  95%,
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
}

@keyframes morphB {
  0%,
  45.45% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-filter: blur(14px);
    filter: blur(14px);
  }
  50%,
  90.9% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  95%,
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
}

.section_message {
  position: relative;
  z-index: 1;
  padding: 160px 0px 240px;
  padding: 8.33333vw 0vw 12.5vw;
}

@media (min-width: 1920px) {
  .section_message {
    padding: 160px 0px 240px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_message {
    padding: 70px 0px 79px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_message {
    padding: 19.44444vw 0vw 21.94444vw;
  }
}

.section_message .inner {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .section_message .inner {
    position: static !important;
  }
}

.section_message .dots {
  position: absolute;
  pointer-events: none;
}

.section_message .dots img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.section_message .dots_left {
  top: -53%;
  left: -32%;
  width: 758px;
  width: 39.47917vw;
  height: 758px;
  height: 39.47917vw;
}

@media (min-width: 1920px) {
  .section_message .dots_left {
    width: 758px;
  }
}

@media (min-width: 1920px) {
  .section_message .dots_left {
    height: 758px;
  }
}

@media screen and (max-width: 1024px) {
  .section_message .dots_left {
    top: -4%;
    left: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_message .dots_left {
    width: 106px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_message .dots_left {
    width: 29.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_message .dots_left {
    height: 123px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_message .dots_left {
    height: 34.16667vw;
  }
}

.section_message .dots_right {
  bottom: -12%;
  right: 0;
  width: 633px;
  width: 32.96875vw;
  height: 831px;
  height: 43.28125vw;
}

@media (min-width: 1920px) {
  .section_message .dots_right {
    width: 633px;
  }
}

@media (min-width: 1920px) {
  .section_message .dots_right {
    height: 831px;
  }
}

.section .message_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section .message_item + .message_item {
  margin-top: 32px;
  margin-top: 1.66667vw;
}

@media (min-width: 1920px) {
  .section .message_item + .message_item {
    margin-top: 32px;
  }
}

.message_head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.message_subtitle {
  font-weight: 900;
  font-size: 36px;
  font-size: 1.875vw;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 1920px) {
  .message_subtitle {
    font-size: 36px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .message_subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .message_subtitle {
    font-size: 4.44444vw;
  }
}

.message_title {
  position: relative;
  margin-top: 8px;
  margin-top: 0.41667vw;
  font-size: 64px;
  font-size: 3.33333vw;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
  letter-spacing: -0.02em;
}

@media (min-width: 1920px) {
  .message_title {
    margin-top: 8px;
  }
}

@media (min-width: 1920px) {
  .message_title {
    font-size: 64px;
  }
}

.message_title.is_show .line {
  width: calc(100% + 1%);
}

.message_title .line {
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: -12px;
  bottom: -0.625vw;
  left: -2.5%;
  width: 0;
  height: 46px;
  height: 2.39583vw;
  background-color: #d4b5ff;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-delay: calc(var(--i) * 0.2s);
  transition-delay: calc(var(--i) * 0.2s);
}

@media (min-width: 1920px) {
  .message_title .line {
    bottom: -12px;
  }
}

@media (min-width: 1920px) {
  .message_title .line {
    height: 46px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .message_title .line {
    bottom: -6px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .message_title .line {
    bottom: -1.66667vw;
  }
}

@media screen and (max-width: 1024px) {
  .message_title {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .message_title {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .message_title {
    margin-top: 2.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .message_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .message_title {
    font-size: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .message_title .line {
    height: 23px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .message_title .line {
    height: 6.38889vw;
  }
}

.message_content {
  margin-top: 80px;
  margin-top: 4.16667vw;
  font-weight: 500;
  text-align: center;
  font-size: 28px;
  font-size: 1.45833vw;
  letter-spacing: -0.02em;
  color: #000;
}

@media (min-width: 1920px) {
  .message_content {
    margin-top: 80px;
  }
}

@media (min-width: 1920px) {
  .message_content {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .message_content {
    margin-top: 49px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .message_content {
    margin-top: 13.61111vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .message_content {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .message_content {
    font-size: 3.88889vw;
  }
}

@media (max-width: 768) {
  .message_content {
    text-align: left;
  }
}

.section_cate {
  position: relative;
  padding-top: 160px;
  padding-top: 8.33333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .section_cate {
    padding-top: 160px;
  }
}

@media (max-width: 1025px) and (min-width: 361px) {
  .section_cate {
    padding-top: 30px;
  }
}

@media (max-width: 360px) {
  .section_cate {
    padding-top: 8.33333vw;
  }
}

.section_cate .inner {
  position: relative;
}

.section_cate .decor_top {
  position: absolute;
  top: 0.0625rem;
  left: 0;
  width: 100%;
  height: 160px;
  height: 8.33333vw;
}

@media (min-width: 1920px) {
  .section_cate .decor_top {
    height: 160px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .decor_top {
    height: 30px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .decor_top {
    height: 8.33333vw;
  }
}

.section_cate .cate_bg {
  padding: 158px 0px 325px;
  padding: 8.22917vw 0vw 16.92708vw;
  background-image: url(../img/cate_bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1920px) {
  .section_cate .cate_bg {
    padding: 158px 0px 325px;
  }
}

@media screen and (max-width: 1024px) {
  .section_cate .cate_bg {
    background-image: url(../img/cate_bg_mo.png);
    background-position: top center;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .cate_bg {
    padding: 68px 0px 85px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .cate_bg {
    padding: 18.88889vw 0vw 23.61111vw;
  }
}

.section_cate .cate_container {
  margin-top: 88px;
  margin-top: 4.58333vw;
}

@media (min-width: 1920px) {
  .section_cate .cate_container {
    margin-top: 88px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .cate_container {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .cate_container {
    margin-top: 11.11111vw;
  }
}

.section_cate .cate_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  gap: 1.25vw;
}

@media (min-width: 1920px) {
  .section_cate .cate_list {
    gap: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .section_cate .cate_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .cate_list {
    gap: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .cate_list {
    gap: 6.66667vw;
  }
}

.section_cate .cate_item {
  padding: 40px;
  padding: 2.08333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .section_cate .cate_item {
    padding: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .section_cate .cate_item {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4);
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .section_cate .cate_item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media screen and (max-width: 1024px) {
  .section_cate .cate_item {
    position: relative;
    background-image: none;
    background-color: #fff;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .cate_item {
    min-height: 263px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .cate_item {
    min-height: 73.05556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .cate_item {
    padding: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .cate_item {
    padding: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) {
  .section_cate .cate_item::before {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/corner_category.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    content: '';
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .cate_item::before {
    width: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .cate_item::before {
    width: 5.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .cate_item::before {
    height: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .cate_item::before {
    height: 5.55556vw;
  }
}

.section_cate .cate_item:nth-child(odd) {
  background-image: url(../img/contest_bg_white.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top left;
}

.section_cate .cate_item:nth-child(even) {
  background-image: url(../img/contest_bg_red.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top left;
}

@media screen and (max-width: 1024px) {
  .section_cate .cate_item:nth-child(even) {
    background-color: #e1bee7;
  }
}

.section_cate .cate_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .section_cate .cate_item_link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .cate_item_link {
    gap: 24px 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .cate_item_link {
    gap: 6.66667vw 2.22222vw;
  }
}

.section_cate .cate_item_img {
  width: 250px;
  width: 13.02083vw;
  height: 250px;
  height: 13.02083vw;
}

@media (min-width: 1920px) {
  .section_cate .cate_item_img {
    width: 250px;
  }
}

@media (min-width: 1920px) {
  .section_cate .cate_item_img {
    height: 250px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .cate_item_img {
    width: 87px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .cate_item_img {
    width: 24.16667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .cate_item_img {
    height: 87px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .cate_item_img {
    height: 24.16667vw;
  }
}

.section_cate .cate_item_title {
  margin-top: 40px;
  margin-top: 2.08333vw;
  font-size: 36px;
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000;
}

@media (min-width: 1920px) {
  .section_cate .cate_item_title {
    margin-top: 40px;
  }
}

@media (min-width: 1920px) {
  .section_cate .cate_item_title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1024px) {
  .section_cate .cate_item_title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    letter-spacing: -0.06em;
    text-align: left;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .cate_item_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .cate_item_title {
    font-size: 6.66667vw;
  }
}

.section_cate .cate_item_text {
  margin-top: 24px;
  margin-top: 1.25vw;
  font-size: 24px;
  font-size: 1.25vw;
  letter-spacing: -0.02em;
  line-height: 1.6;
  color: #000;
}

@media (min-width: 1920px) {
  .section_cate .cate_item_text {
    margin-top: 24px;
  }
}

@media (min-width: 1920px) {
  .section_cate .cate_item_text {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .section_cate .cate_item_text {
    width: 100%;
    margin-top: 0;
    text-align: left;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .cate_item_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .cate_item_text {
    font-size: 4.44444vw;
  }
}

.section_cate .contest_box {
  margin-top: 80px;
  margin-top: 4.16667vw;
  text-align: center;
}

@media (min-width: 1920px) {
  .section_cate .contest_box {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .contest_box {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .contest_box {
    margin-top: 6.66667vw;
  }
}

.section_cate .contest_title {
  font-family: 'Anton';
  font-size: 144px;
  font-size: 7.5vw;
  line-height: 1;
  color: #f4ee7f;
  text-transform: capitalize;
}

@media (min-width: 1920px) {
  .section_cate .contest_title {
    font-size: 144px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .contest_title {
    font-size: 48px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .contest_title {
    font-size: 13.33333vw;
  }
}

.section_cate .contest_subtitle {
  margin-top: 10px;
  margin-top: 0.52083vw;
  font-weight: 500;
  font-size: 38px;
  font-size: 1.97917vw;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #f4ee7f;
}

@media (min-width: 1920px) {
  .section_cate .contest_subtitle {
    margin-top: 10px;
  }
}

@media (min-width: 1920px) {
  .section_cate .contest_subtitle {
    font-size: 38px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .contest_subtitle {
    margin-top: 4px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .contest_subtitle {
    margin-top: 1.11111vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .contest_subtitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .contest_subtitle {
    font-size: 3.88889vw;
  }
}

.section_cate .contest_desc {
  margin-top: 56px;
  margin-top: 2.91667vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
  max-width: 36.375vw;
  font-size: 32px;
  font-size: 1.66667vw;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1920px) {
  .section_cate .contest_desc {
    margin-top: 56px;
  }
}

@media (min-width: 1920px) {
  .section_cate .contest_desc {
    max-width: 700px;
  }
}

@media (min-width: 1920px) {
  .section_cate .contest_desc {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .contest_desc {
    max-width: 306px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .contest_desc {
    max-width: 80.27778vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .contest_desc {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .contest_desc {
    margin-top: 5.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .contest_desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .contest_desc {
    font-size: 3.88889vw;
  }
}

.section_cate .contest_decor {
  position: absolute;
  top: -6.8%;
  left: 5.2%;
  width: 133px;
  width: 6.92708vw;
  height: 133px;
  height: 6.92708vw;
}

@media (min-width: 1920px) {
  .section_cate .contest_decor {
    width: 133px;
  }
}

@media (min-width: 1920px) {
  .section_cate .contest_decor {
    height: 133px;
  }
}

.section_cate .contest_decor.is_show {
  -webkit-animation: rotate_horizontal 5s linear forwards;
  animation: rotate_horizontal 5s linear forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media screen and (max-width: 1024px) {
  .section_cate .contest_decor {
    top: -2.5%;
    left: 11.5%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .contest_decor {
    width: 28px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .contest_decor {
    width: 7.77778vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_cate .contest_decor {
    height: 28px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_cate .contest_decor {
    height: 7.77778vw;
  }
}

@-webkit-keyframes rotate_horizontal {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(800%) rotate(720deg);
    transform: translateX(800%) rotate(720deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes rotate_horizontal {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(800%) rotate(720deg);
    transform: translateX(800%) rotate(720deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

.section_judges {
  position: relative;
  padding: 208px 0px 438px;
  padding: 10.83333vw 0vw 22.8125vw;
}

@media (min-width: 1920px) {
  .section_judges {
    padding: 208px 0px 438px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges {
    padding: 67px 0px 114px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges {
    padding: 18.61111vw 0vw 31.66667vw;
  }
}

.section_judges .judges_container {
  margin-top: 93px;
  margin-top: 4.84375vw;
}

@media (min-width: 1920px) {
  .section_judges .judges_container {
    margin-top: 93px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .judges_container {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .judges_container {
    margin-top: 11.11111vw;
  }
}

.section_judges .judges_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
  gap: 1.875vw;
}

@media (min-width: 1920px) {
  .section_judges .judges_list {
    gap: 36px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .judges_list {
    gap: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .judges_list {
    gap: 11.11111vw;
  }
}

.section_judges .judges_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-right: 2.08333vw;
  border-width: 2px;
  border-width: 0.10417vw;
  gap: 40px;
  gap: 2.08333vw;
  border-style: solid;
  border-color: #d8d8d8;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .section_judges .judges_item {
    padding-right: 40px;
  }
}

@media (min-width: 1920px) {
  .section_judges .judges_item {
    border-width: 2px;
  }
}

@media (min-width: 1920px) {
  .section_judges .judges_item {
    gap: 40px;
  }
}

.section_judges .judges_item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.08333vw;
}

@media (min-width: 1920px) {
  .section_judges .judges_item_box {
    gap: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .section_judges .judges_item {
    display: block;
    padding-right: 0;
    border: none;
  }
  .section_judges .judges_item_box {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0rem 0.0625rem 0rem 0.0625rem;
    border-style: solid;
    border-color: #000000;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .judges_item_box {
    padding: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .judges_item_box {
    padding: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) {
  .section_judges .judges_item.animate_left, .section_judges .judges_item.animate_right {
    opacity: 0.0001;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition-delay: calc(var(--i) * 0.2s);
    transition-delay: calc(var(--i) * 0.2s);
  }
  .section_judges .judges_item.animate_left.is_show, .section_judges .judges_item.animate_right.is_show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.section_judges .judges_item_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 342px;
  width: 17.8125vw;
  height: 342px;
  height: 17.8125vw;
}

@media (min-width: 1920px) {
  .section_judges .judges_item_img {
    width: 342px;
  }
}

@media (min-width: 1920px) {
  .section_judges .judges_item_img {
    height: 342px;
  }
}

@media screen and (max-width: 1024px) {
  .section_judges .judges_item_img {
    position: relative;
    width: 100%;
    padding-top: 60.97%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section_judges .judges_item_img .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.section_judges .judges_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 356px;
  max-width: 18.54167vw;
  padding: 40px 0px;
  padding: 2.08333vw 0vw;
  line-height: 1.4;
}

@media (min-width: 1920px) {
  .section_judges .judges_item_info {
    max-width: 356px;
  }
}

@media (min-width: 1920px) {
  .section_judges .judges_item_info {
    padding: 40px 0px;
  }
}

@media screen and (max-width: 1024px) {
  .section_judges .judges_item_info {
    max-width: 100%;
    padding: 0;
  }
}

.section_judges .judges_item_name {
  font-size: 60px;
  font-size: 3.125vw;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
}

@media (min-width: 1920px) {
  .section_judges .judges_item_name {
    font-size: 60px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .judges_item_name {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .judges_item_name {
    font-size: 7.77778vw;
  }
}

.section_judges .judges_item_role {
  margin-top: 16px;
  margin-top: 0.83333vw;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
}

@media (min-width: 1920px) {
  .section_judges .judges_item_role {
    margin-top: 16px;
  }
}

@media (min-width: 1920px) {
  .section_judges .judges_item_role {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .judges_item_role {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .judges_item_role {
    margin-top: 2.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .judges_item_role {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .judges_item_role {
    font-size: 3.88889vw;
  }
}

.section_judges .judges_item_sub {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.25vw;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 8px;
  margin-top: 0.41667vw;
}

@media (min-width: 1920px) {
  .section_judges .judges_item_sub {
    font-size: 24px;
  }
}

@media (min-width: 1920px) {
  .section_judges .judges_item_sub {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .judges_item_sub {
    margin-top: 4px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .judges_item_sub {
    margin-top: 1.11111vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .judges_item_sub {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .judges_item_sub {
    font-size: 3.88889vw;
  }
}

.section_judges .judges_item_desc {
  padding: 40px 0px;
  padding: 2.08333vw 0vw;
  font-size: 20px;
  font-size: 1.04167vw;
  line-height: 1.6;
  letter-spacing: -0.06em;
  color: #000;
}

@media (min-width: 1920px) {
  .section_judges .judges_item_desc {
    padding: 40px 0px;
  }
}

@media (min-width: 1920px) {
  .section_judges .judges_item_desc {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .section_judges .judges_item_desc {
    display: none;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .judges_item_desc {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .judges_item_desc {
    margin-top: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .judges_item_desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .judges_item_desc {
    font-size: 4.44444vw;
  }
}

.section_judges .section_head .head_title {
  color: #000;
  font-size: 80px;
  font-size: 4.16667vw;
}

@media (min-width: 1920px) {
  .section_judges .section_head .head_title {
    font-size: 80px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .section_head .head_title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .section_head .head_title {
    font-size: 10vw;
  }
}

.section_judges .section_head .head_sub {
  color: #000;
}

.section_judges .decor_bottom {
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .section_judges .btn_show_content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background-color: #9112ff;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .btn_show_content {
    padding: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .btn_show_content {
    padding: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) {
  .section_judges .btn_show_content .text {
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: -0.05em;
    color: #fff;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .btn_show_content .text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .btn_show_content .text {
    font-size: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) {
  .section_judges .btn_show_content .ic {
    background-image: url(../img/ic_plus.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .btn_show_content .ic {
    width: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .btn_show_content .ic {
    width: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_judges .btn_show_content .ic {
    height: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_judges .btn_show_content .ic {
    height: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) {
  .section_judges .btn_show_content.is_show .ic {
    background-image: url(../img/ic_minus.svg);
  }
}

.main_wrapper {
  background: url("/img/bg_wrapper.jpg") center top/cover no-repeat;
}

.section .inner {
  position: relative;
}

.section_archive {
  padding: 240px 0px 120px;
  padding: 12.5vw 0vw 6.25vw;
}

@media (min-width: 1920px) {
  .section_archive {
    padding: 240px 0px 120px;
  }
}

.archive_slider {
  max-width: 1446px;
  max-width: 75.3125vw;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1920px) {
  .archive_slider {
    max-width: 1446px;
  }
}

.archive_item {
  display: block;
  position: relative;
  padding-top: 56.25%;
  border-radius: 40px;
  border-radius: 2.08333vw;
  border-width: 16px;
  border-width: 0.83333vw;
  border-style: solid;
  border-color: #fff;
  overflow: hidden;
  margin-right: 24px;
  margin-right: 1.25vw;
}

@media (min-width: 1920px) {
  .archive_item {
    border-radius: 40px;
  }
}

@media (min-width: 1920px) {
  .archive_item {
    border-width: 16px;
  }
}

@media (min-width: 1920px) {
  .archive_item {
    margin-right: 24px;
  }
}

.archive_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archive_cloud_01 {
  top: 15%;
  left: -10%;
  width: 266px;
  width: 13.85417vw;
}

@media (min-width: 1920px) {
  .archive_cloud_01 {
    width: 266px;
  }
}

.archive_cloud_02 {
  top: -5%;
  right: -14%;
  width: 330px;
  width: 17.1875vw;
}

@media (min-width: 1920px) {
  .archive_cloud_02 {
    width: 330px;
  }
}

.section_media {
  position: relative;
  padding: 204px 0px 147px;
  padding: 10.625vw 0vw 7.65625vw;
  background-image: url(../img/media_bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (min-width: 1920px) {
  .section_media {
    padding: 204px 0px 147px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_media {
    padding: 67px 0px 78px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_media {
    padding: 18.61111vw 0vw 21.66667vw;
  }
}

.section_media .head_title {
  font-size: 80px;
  font-size: 4.16667vw;
}

@media (min-width: 1920px) {
  .section_media .head_title {
    font-size: 80px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_media .head_title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_media .head_title {
    font-size: 10vw;
  }
}

.media_list {
  position: relative;
  margin-top: 93px;
  margin-top: 4.84375vw;
}

@media (min-width: 1920px) {
  .media_list {
    margin-top: 93px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_list {
    margin-top: 42px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_list {
    margin-top: 11.66667vw;
  }
}

.media_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  padding: 1.25vw;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .media_item {
    padding: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_item {
    padding: 8px 8px 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_item {
    padding: 2.22222vw 2.22222vw 6.66667vw;
  }
}

.media_image {
  position: relative;
  padding-top: 60.6%;
  overflow: hidden;
}

.media_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .media_image {
    padding-top: 75.51%;
  }
}

.media_time {
  margin-top: 24px;
  margin-top: 1.25vw;
  line-height: 1.6;
  letter-spacing: -0.002em;
  color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 1920px) {
  .media_time {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_time {
    margin-top: 12px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_time {
    margin-top: 3.33333vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_time {
    font-size: 10px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_time {
    font-size: 2.77778vw;
  }
}

.media_title {
  margin-top: 15px;
  margin-top: 0.78125vw;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1;
  letter-spacing: -0.002em;
  font-weight: 700;
  color: #000;
}

@media (min-width: 1920px) {
  .media_title {
    margin-top: 15px;
  }
}

@media (min-width: 1920px) {
  .media_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_title {
    margin-top: 6px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_title {
    margin-top: 1.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_title {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_title {
    font-size: 3.88889vw;
  }
}

.media_sub {
  margin-top: 17px;
  margin-top: 0.88542vw;
  font-size: 16px;
  font-size: 0.83333vw;
  line-height: 1.6;
  letter-spacing: -0.002em;
  color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 1920px) {
  .media_sub {
    margin-top: 17px;
  }
}

@media (min-width: 1920px) {
  .media_sub {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_sub {
    margin-top: 19px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_sub {
    margin-top: 5.27778vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_sub {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_sub {
    font-size: 3.33333vw;
  }
}

.media_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56px;
  width: 2.91667vw;
  height: 56px;
  height: 2.91667vw;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media (min-width: 1920px) {
  .media_btn {
    width: 56px;
  }
}

@media (min-width: 1920px) {
  .media_btn {
    height: 56px;
  }
}

.media_btn_prev {
  left: -96px;
  left: -5vw;
  background-image: url(../img/ic_arrow_left_bold.png);
}

@media (min-width: 1920px) {
  .media_btn_prev {
    left: -96px;
  }
}

.media_btn_next {
  right: -96px;
  right: -5vw;
  background-image: url(../img/ic_arrow_right_bold.png);
}

@media (min-width: 1920px) {
  .media_btn_next {
    right: -96px;
  }
}

@media screen and (max-width: 1024px) {
  .media_btn {
    top: 47%;
    z-index: 1;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_btn {
    width: 56px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_btn {
    width: 15.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_btn {
    height: 56px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_btn {
    height: 15.55556vw;
  }
}

@media screen and (max-width: 1024px) {
  .media_btn.swiper-button-disabled {
    display: none;
  }
  .media_btn_prev {
    background-image: url(../img/ic_arrow_left_bold_mo.png);
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_btn_prev {
    left: -16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_btn_prev {
    left: -4.44444vw;
  }
}

@media screen and (max-width: 1024px) {
  .media_btn_next {
    background-image: url(../img/ic_arrow_right_bold_mo.png);
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_btn_next {
    right: -16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_btn_next {
    right: -4.44444vw;
  }
}

.media_pagination {
  margin-top: 64px;
  margin-top: 3.33333vw;
  text-align: center;
}

@media (min-width: 1920px) {
  .media_pagination {
    margin-top: 64px;
  }
}

.media_pagination .swiper-pagination-bullet {
  margin: 0 0.75rem !important;
  width: 24px;
  width: 1.25vw;
  height: 24px;
  height: 1.25vw;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

@media (min-width: 1920px) {
  .media_pagination .swiper-pagination-bullet {
    width: 24px;
  }
}

@media (min-width: 1920px) {
  .media_pagination .swiper-pagination-bullet {
    height: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .media_pagination .swiper-pagination-bullet {
    margin: 0 0.25rem !important;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_pagination .swiper-pagination-bullet {
    width: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_pagination .swiper-pagination-bullet {
    width: 2.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_pagination .swiper-pagination-bullet {
    height: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_pagination .swiper-pagination-bullet {
    height: 2.22222vw;
  }
}

.media_pagination .swiper-pagination-bullet-active {
  background-color: white;
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_pagination {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_pagination {
    margin-top: 5.55556vw;
  }
}

.media_slider .swiper-slide {
  height: auto;
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_slider {
    padding-left: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_slider {
    padding-left: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_slider {
    margin-right: -16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_slider {
    margin-right: -4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .media_slider {
    margin-left: -16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .media_slider {
    margin-left: -4.44444vw;
  }
}

@media screen and (max-width: 1024px) {
  .media_slider .swiper-slide {
    width: 90.2%;
  }
}

.section_entry {
  position: relative;
  padding: 366px 0px 193px;
  padding: 19.0625vw 0vw 10.05208vw;
  background-image: url(../img/entry_bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .section_entry {
    padding: 366px 0px 193px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_entry {
    padding: 66px 0px 88px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_entry {
    padding: 18.33333vw 0vw 24.44444vw;
  }
}

.section_entry .head_title {
  font-size: 80px;
  font-size: 4.16667vw;
}

@media (min-width: 1920px) {
  .section_entry .head_title {
    font-size: 80px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_entry .head_title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_entry .head_title {
    font-size: 10vw;
  }
}

.section_entry .decor_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.section_entry .btn_base {
  margin-top: 64px;
  margin-top: 3.33333vw;
}

@media (min-width: 1920px) {
  .section_entry .btn_base {
    margin-top: 64px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_entry .btn_base {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_entry .btn_base {
    margin-top: 8.88889vw;
  }
}

.entry_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  gap: 0.83333vw;
  margin-top: 92px;
  margin-top: 4.79167vw;
  padding-bottom: 64px;
  padding-bottom: 3.33333vw;
  border-bottom: 0.125rem dashed rgba(255, 255, 255, 0.32);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .entry_list {
    gap: 16px;
  }
}

@media (min-width: 1920px) {
  .entry_list {
    margin-top: 92px;
  }
}

@media (min-width: 1920px) {
  .entry_list {
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 1024px) {
  .entry_list {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_list {
    gap: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_list {
    gap: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_list {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_list {
    padding-bottom: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_list {
    margin-top: 27px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_list {
    margin-top: 7.5vw;
  }
}

.entry_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  gap: 2.08333vw;
  z-index: 1;
  min-height: 252px;
  min-height: 13.125vw;
  padding: 36px 48px 36px 64px;
  padding: 1.875vw 2.5vw 1.875vw 3.33333vw;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .entry_item {
    gap: 40px;
  }
}

@media (min-width: 1920px) {
  .entry_item {
    min-height: 252px;
  }
}

@media (min-width: 1920px) {
  .entry_item {
    padding: 36px 48px 36px 64px;
  }
}

.entry_item:not(:first-child)::before {
  position: absolute;
  left: 114px;
  left: 5.9375vw;
  top: -30px;
  top: -1.5625vw;
  width: 40px;
  width: 2.08333vw;
  height: 92px;
  height: 4.79167vw;
  background-image: url(../img/line_dashed.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: '';
}

@media (min-width: 1920px) {
  .entry_item:not(:first-child)::before {
    left: 114px;
  }
}

@media (min-width: 1920px) {
  .entry_item:not(:first-child)::before {
    top: -30px;
  }
}

@media (min-width: 1920px) {
  .entry_item:not(:first-child)::before {
    width: 40px;
  }
}

@media (min-width: 1920px) {
  .entry_item:not(:first-child)::before {
    height: 92px;
  }
}

@media screen and (max-width: 1024px) {
  .entry_item:not(:first-child)::before {
    background-image: none;
    background-color: #fff;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_item:not(:first-child)::before {
    left: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_item:not(:first-child)::before {
    left: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_item:not(:first-child)::before {
    top: -30px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_item:not(:first-child)::before {
    top: -8.33333vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_item:not(:first-child)::before {
    width: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_item:not(:first-child)::before {
    width: 5.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_item:not(:first-child)::before {
    height: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_item:not(:first-child)::before {
    height: 11.11111vw;
  }
}

@media screen and (max-width: 1024px) {
  .entry_item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_item {
    gap: 12px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_item {
    gap: 3.33333vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_item {
    padding: 16px 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_item {
    padding: 4.44444vw 3.88889vw;
  }
}

@media screen and (max-width: 1024px) {
  .entry_item:nth-child(2) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_item:nth-child(2) {
    min-height: 155px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_item:nth-child(2) {
    min-height: 43.05556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_item:nth-child(2) .entry_number {
    top: -23px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_item:nth-child(2) .entry_number {
    top: -6.38889vw;
  }
}

.entry_number {
  position: relative;
  width: 140px;
  width: 7.29167vw;
  height: 140px;
  height: 7.29167vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 1920px) {
  .entry_number {
    width: 140px;
  }
}

@media (min-width: 1920px) {
  .entry_number {
    height: 140px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_number {
    width: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_number {
    width: 11.11111vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_number {
    height: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_number {
    height: 11.11111vw;
  }
}

.entry_number img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.entry_title {
  font-size: 40px;
  font-size: 2.08333vw;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #1A1641;
}

@media (min-width: 1920px) {
  .entry_title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_title {
    font-size: 5vw;
  }
}

.entry_desc {
  margin-top: 24px;
  margin-top: 1.25vw;
  font-size: 32px;
  font-size: 1.66667vw;
  line-height: 1.4;
  letter-spacing: -0.06em;
  color: #1A1641;
}

@media (min-width: 1920px) {
  .entry_desc {
    margin-top: 24px;
  }
}

@media (min-width: 1920px) {
  .entry_desc {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_desc {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_desc {
    margin-top: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .entry_desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .entry_desc {
    font-size: 4.44444vw;
  }
}

.section_info {
  position: relative;
  padding: 326px 0px 160px;
  padding: 16.97917vw 0vw 8.33333vw;
}

@media (min-width: 1920px) {
  .section_info {
    padding: 326px 0px 160px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_info {
    padding: 95px 0px 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_info {
    padding: 26.38889vw 0vw 11.11111vw;
  }
}

.section_info .head_title {
  font-size: 80px;
  font-size: 4.16667vw;
  color: #000;
}

@media (min-width: 1920px) {
  .section_info .head_title {
    font-size: 80px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_info .head_title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_info .head_title {
    font-size: 10vw;
  }
}

.section_info .head_sub {
  color: #000;
}

.section_info .decor_top {
  position: absolute;
  top: -0.0625rem;
  left: 0;
  width: 100%;
}

.info_box {
  margin-top: 110px;
  margin-top: 5.72917vw;
}

@media (min-width: 1920px) {
  .info_box {
    margin-top: 110px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .info_box {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .info_box {
    margin-top: 11.11111vw;
  }
}

.info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  -webkit-column-gap: 4.16667vw;
  -moz-column-gap: 4.16667vw;
  column-gap: 4.16667vw;
  padding-bottom: 64px;
  padding-bottom: 3.33333vw;
  border-bottom: 0.125rem dashed rgba(0, 0, 0, 0.32);
}

@media (min-width: 1920px) {
  .info_item {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}

@media (min-width: 1920px) {
  .info_item {
    padding-bottom: 64px;
  }
}

.info_item:not(:first-child) {
  margin-top: 64px;
  margin-top: 3.33333vw;
}

@media (min-width: 1920px) {
  .info_item:not(:first-child) {
    margin-top: 64px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .info_item:not(:first-child) {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .info_item:not(:first-child) {
    margin-top: 8.88889vw;
  }
}

@media screen and (max-width: 1024px) {
  .info_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .info_item {
    gap: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .info_item {
    gap: 3.88889vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .info_item {
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .info_item {
    padding-bottom: 7.22222vw;
  }
}

.info_title {
  min-width: 240px;
  min-width: 12.5vw;
  font-weight: 500;
  font-size: 32px;
  font-size: 1.66667vw;
  letter-spacing: -0.02em;
  color: #000;
}

@media (min-width: 1920px) {
  .info_title {
    min-width: 240px;
  }
}

@media (min-width: 1920px) {
  .info_title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .info_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .info_title {
    font-size: 5.55556vw;
  }
}

.info_content {
  font-size: 32px;
  font-size: 1.66667vw;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 1920px) {
  .info_content {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .info_content {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .info_content {
    font-size: 4.44444vw;
  }
}

.info_content .content_item {
  position: relative;
  padding-left: 32px;
  padding-left: 1.66667vw;
  line-height: 1;
}

@media (min-width: 1920px) {
  .info_content .content_item {
    padding-left: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .info_content .content_item {
    line-height: 1.5;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .info_content .content_item {
    padding-left: 22px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .info_content .content_item {
    padding-left: 6.11111vw;
  }
}

.info_content .content_item:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.52083vw;
}

@media (min-width: 1920px) {
  .info_content .content_item:not(:first-child) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .info_content .content_item:not(:first-child) {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .info_content .content_item:not(:first-child) {
    margin-top: 2.22222vw;
  }
}

.info_content .content_item:nth-child(2)::before {
  display: none;
}

.info_content .content_item::before {
  position: absolute;
  top: 14px;
  top: 0.72917vw;
  left: 8px;
  left: 0.41667vw;
  width: 10px;
  width: 0.52083vw;
  height: 10px;
  height: 0.52083vw;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
}

@media (min-width: 1920px) {
  .info_content .content_item::before {
    top: 14px;
  }
}

@media (min-width: 1920px) {
  .info_content .content_item::before {
    left: 8px;
  }
}

@media (min-width: 1920px) {
  .info_content .content_item::before {
    width: 10px;
  }
}

@media (min-width: 1920px) {
  .info_content .content_item::before {
    height: 10px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .info_content .content_item::before {
    top: 6px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .info_content .content_item::before {
    top: 1.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .info_content .content_item::before {
    left: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .info_content .content_item::before {
    left: 2.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .info_content .content_item::before {
    width: 6px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .info_content .content_item::before {
    width: 1.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .info_content .content_item::before {
    height: 6px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .info_content .content_item::before {
    height: 1.66667vw;
  }
}

.terms_box {
  margin-top: 64px;
  margin-top: 3.33333vw;
}

@media (min-width: 1920px) {
  .terms_box {
    margin-top: 64px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_box {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_box {
    margin-top: 8.88889vw;
  }
}

.terms_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  -webkit-column-gap: 4.16667vw;
  -moz-column-gap: 4.16667vw;
  column-gap: 4.16667vw;
}

@media (min-width: 1920px) {
  .terms_item {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .terms_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_item {
    gap: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_item {
    gap: 4.44444vw;
  }
}

.terms_title {
  min-width: 240px;
  min-width: 12.5vw;
  max-width: 240px;
  max-width: 12.5vw;
  padding-top: 32px;
  padding-top: 1.66667vw;
  font-weight: 500;
  font-size: 32px;
  font-size: 1.66667vw;
  letter-spacing: -0.02em;
  color: #000;
}

@media (min-width: 1920px) {
  .terms_title {
    min-width: 240px;
  }
}

@media (min-width: 1920px) {
  .terms_title {
    max-width: 240px;
  }
}

@media (min-width: 1920px) {
  .terms_title {
    padding-top: 32px;
  }
}

@media (min-width: 1920px) {
  .terms_title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .terms_title {
    max-width: 100%;
    padding-top: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_title {
    font-size: 5.55556vw;
  }
}

.terms_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 32px 16px 16px 32px;
  padding: 1.66667vw 0.83333vw 0.83333vw 1.66667vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

@media (min-width: 1920px) {
  .terms_content {
    padding: 32px 16px 16px 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_content {
    padding: 12px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_content {
    padding: 3.33333vw;
  }
}

.terms_content .scrollbar-box {
  max-height: 421px;
  max-height: 21.92708vw;
  padding-right: 0.5rem !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media (min-width: 1920px) {
  .terms_content .scrollbar-box {
    max-height: 421px;
  }
}

.terms_content .scrollbar-box::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_content .scrollbar-box {
    max-height: 295px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_content .scrollbar-box {
    max-height: 81.94444vw;
  }
}

.terms_content .scrollbar-box .scroll-y {
  right: 0;
  width: 10px;
  width: 0.52083vw;
}

@media (min-width: 1920px) {
  .terms_content .scrollbar-box .scroll-y {
    width: 10px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_content .scrollbar-box .scroll-y {
    width: 4px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_content .scrollbar-box .scroll-y {
    width: 1.11111vw;
  }
}

.terms_content .scrollbar-box .scroll-y .scroll-element_track {
  background-color: #d9d9d9;
  opacity: 1;
}

.terms_content .scrollbar-box .scroll-y .scroll-bar {
  background-color: #211d50;
  opacity: 1;
}

.terms_content h4 {
  margin-bottom: 24px;
  margin-bottom: 1.25vw;
  font-weight: 700;
  font-size: 32px;
  font-size: 1.66667vw;
  color: #000;
  letter-spacing: -0.02em;
}

@media (min-width: 1920px) {
  .terms_content h4 {
    margin-bottom: 24px;
  }
}

@media (min-width: 1920px) {
  .terms_content h4 {
    font-size: 32px;
  }
}

.terms_content h4:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.25vw;
}

@media (min-width: 1920px) {
  .terms_content h4:not(:first-child) {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_content h4:not(:first-child) {
    margin-top: 12px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_content h4:not(:first-child) {
    margin-top: 3.33333vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_content h4 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_content h4 {
    margin-bottom: 3.33333vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_content h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_content h4 {
    font-size: 5.55556vw;
  }
}

.terms_content p {
  margin-top: 8px;
  margin-top: 0.41667vw;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 16px;
  padding-left: 0.83333vw;
}

@media (min-width: 1920px) {
  .terms_content p {
    margin-top: 8px;
  }
}

@media (min-width: 1920px) {
  .terms_content p {
    font-size: 24px;
  }
}

@media (min-width: 1920px) {
  .terms_content p {
    padding-left: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_content p {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_content p {
    margin-top: 2.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_content p {
    padding-left: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_content p {
    padding-left: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_content p {
    font-size: 3.88889vw;
  }
}

.terms_content ul li {
  margin-top: 8px;
  margin-top: 0.41667vw;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 32px;
  padding-left: 1.66667vw;
}

@media (min-width: 1920px) {
  .terms_content ul li {
    margin-top: 8px;
  }
}

@media (min-width: 1920px) {
  .terms_content ul li {
    font-size: 24px;
  }
}

@media (min-width: 1920px) {
  .terms_content ul li {
    padding-left: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_content ul li {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_content ul li {
    margin-top: 2.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_content ul li {
    padding-left: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_content ul li {
    padding-left: 8.88889vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_content ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_content ul li {
    font-size: 3.88889vw;
  }
}

.terms_content .box_sub {
  margin-top: 24px;
  margin-top: 1.25vw;
}

@media (min-width: 1920px) {
  .terms_content .box_sub {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_content .box_sub {
    margin-top: 12px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_content .box_sub {
    margin-top: 3.33333vw;
  }
}

.terms_content h5 {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 1920px) {
  .terms_content h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .terms_content h5 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .terms_content h5 {
    font-size: 3.88889vw;
  }
}

.navigation_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  gap: 1.25vw;
  margin-top: 210px;
  margin-top: 10.9375vw;
}

@media (min-width: 1920px) {
  .navigation_box {
    gap: 24px;
  }
}

@media (min-width: 1920px) {
  .navigation_box {
    margin-top: 210px;
  }
}

@media screen and (max-width: 1024px) {
  .navigation_box {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .navigation_box {
    gap: 10px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .navigation_box {
    gap: 2.77778vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .navigation_box {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .navigation_box {
    margin-top: 22.22222vw;
  }
}

.navigation_item {
  position: relative;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .navigation_item {
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
}

.navigation_image {
  position: relative;
  padding-top: 56.46%;
}

@media screen and (max-width: 1024px) {
  .navigation_image {
    padding-top: 54.87%;
  }
}

.navigation_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.navigation_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 24px;
  padding: 1.25vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .navigation_content {
    padding: 24px;
  }
}

.navigation_content .tag {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.4;
  letter-spacing: -0.002em;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 1920px) {
  .navigation_content .tag {
    font-size: 24px;
  }
}

.navigation_content .title {
  font-weight: 700;
  font-size: 32px;
  font-size: 1.66667vw;
  line-height: 1.4;
  letter-spacing: -0.002em;
  color: #fff;
}

@media (min-width: 1920px) {
  .navigation_content .title {
    font-size: 32px;
  }
}

.navigation_content .title.type_image {
  max-width: 174px;
  max-width: 9.0625vw;
  line-height: 1;
}

@media (min-width: 1920px) {
  .navigation_content .title.type_image {
    max-width: 174px;
  }
}

.navigation_content .title.type_image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  gap: 2.08333vw;
  margin-top: 24px;
  margin-top: 1.25vw;
  padding: 40px;
  padding: 2.08333vw;
  background: -webkit-gradient(linear, left top, right top, from(#146bf2), to(#8800ff));
  background: linear-gradient(90deg, #146bf2 0%, #8800ff 100%);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .contact_box {
    gap: 40px;
  }
}

@media (min-width: 1920px) {
  .contact_box {
    margin-top: 24px;
  }
}

@media (min-width: 1920px) {
  .contact_box {
    padding: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .contact_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .contact_box {
    padding: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .contact_box {
    padding: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .contact_box {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .contact_box {
    margin-top: 2.77778vw;
  }
}

.contact_box .btn_base {
  gap: 16px;
  gap: 0.83333vw;
  margin-top: 0;
  padding: 13px 14px 13px 30px;
  padding: 0.67708vw 0.72917vw 0.67708vw 1.5625vw;
  border-width: 3px;
  border-width: 0.15625vw;
}

@media (min-width: 1920px) {
  .contact_box .btn_base {
    gap: 16px;
  }
}

@media (min-width: 1920px) {
  .contact_box .btn_base {
    padding: 13px 14px 13px 30px;
  }
}

@media (min-width: 1920px) {
  .contact_box .btn_base {
    border-width: 3px;
  }
}

.contact_box .btn_base .text {
  font-size: 24px;
  font-size: 1.25vw;
  letter-spacing: -0.04em;
}

@media (min-width: 1920px) {
  .contact_box .btn_base .text {
    font-size: 24px;
  }
}

.contact_box .btn_base .icon {
  width: 40px;
  width: 2.08333vw;
  height: 40px;
  height: 2.08333vw;
  background-image: url(../img/ic_arrow_40px.png);
}

@media (min-width: 1920px) {
  .contact_box .btn_base .icon {
    width: 40px;
  }
}

@media (min-width: 1920px) {
  .contact_box .btn_base .icon {
    height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .contact_box .btn_base {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .contact_box .btn_base {
    gap: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .contact_box .btn_base {
    gap: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .contact_box .btn_base {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .contact_box .btn_base {
    margin-top: 2.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .contact_box .btn_base {
    padding: 10px 22px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .contact_box .btn_base {
    padding: 2.77778vw 6.11111vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .contact_box .btn_base {
    border-width: 2px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .contact_box .btn_base {
    border-width: 0.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .contact_box .btn_base .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .contact_box .btn_base .text {
    font-size: 3.88889vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .contact_box .btn_base .icon {
    width: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .contact_box .btn_base .icon {
    width: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .contact_box .btn_base .icon {
    height: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .contact_box .btn_base .icon {
    height: 4.44444vw;
  }
}

.contact_txt {
  font-weight: 700;
  font-size: 40px;
  font-size: 2.08333vw;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
}

@media (min-width: 1920px) {
  .contact_txt {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .contact_txt {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .contact_txt {
    font-size: 6.66667vw;
  }
}

.footer {
  background-color: #2951da;
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .footer .inner {
    padding: 0px 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .footer .inner {
    padding: 0vw 6.66667vw;
  }
}

.main_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 120px 0px 40px;
  padding: 6.25vw 0vw 2.08333vw;
}

@media (min-width: 1920px) {
  .main_footer {
    padding: 120px 0px 40px;
  }
}

@media screen and (max-width: 1024px) {
  .main_footer {
    display: block;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .main_footer {
    padding: 60px 0px 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .main_footer {
    padding: 16.66667vw 0vw 8.88889vw;
  }
}

.main_footer .company_intro {
  max-width: 517px;
  max-width: 26.92708vw;
}

@media (min-width: 1920px) {
  .main_footer .company_intro {
    max-width: 517px;
  }
}

.main_footer .company_intro .text {
  margin-top: 19px;
  margin-top: 0.98958vw;
  font-weight: 300;
  font-size: 18px;
  font-size: 0.9375vw;
  letter-spacing: -0.02em;
  color: #fff;
}

@media (min-width: 1920px) {
  .main_footer .company_intro .text {
    margin-top: 19px;
  }
}

@media (min-width: 1920px) {
  .main_footer .company_intro .text {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .main_footer .company_intro {
    max-width: 100%;
  }
  .main_footer .company_intro .logo_footer {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .main_footer .company_intro .logo_footer {
    max-width: 258px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .main_footer .company_intro .logo_footer {
    max-width: 71.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .main_footer .company_intro .text {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .main_footer .company_intro .text {
    margin-top: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .main_footer .company_intro .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .main_footer .company_intro .text {
    font-size: 3.88889vw;
  }
}

.main_footer .company_contact {
  width: 100%;
  max-width: 477px;
  max-width: 24.84375vw;
}

@media (min-width: 1920px) {
  .main_footer .company_contact {
    max-width: 477px;
  }
}

.main_footer .company_contact .label {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.25vw;
  letter-spacing: -0.02em;
  color: #fff;
}

@media (min-width: 1920px) {
  .main_footer .company_contact .label {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .main_footer .company_contact {
    max-width: 100%;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.12);
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .main_footer .company_contact {
    margin-top: 17px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .main_footer .company_contact {
    margin-top: 4.72222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .main_footer .company_contact {
    padding-top: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .main_footer .company_contact {
    padding-top: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .main_footer .company_contact .label {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .main_footer .company_contact .label {
    font-size: 4.44444vw;
  }
}

.main_footer .contact_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
  gap: 0.46875vw;
  margin: 15px 0px;
  margin: 0.78125vw 0vw;
}

@media (min-width: 1920px) {
  .main_footer .contact_detail {
    gap: 9px;
  }
}

@media (min-width: 1920px) {
  .main_footer .contact_detail {
    margin: 15px 0px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .main_footer .contact_detail {
    gap: 5px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .main_footer .contact_detail {
    gap: 1.38889vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .main_footer .contact_detail {
    margin: 7px 0px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .main_footer .contact_detail {
    margin: 1.94444vw 0vw;
  }
}

.main_footer .contact_item {
  font-weight: 300;
  font-size: 18px;
  font-size: 0.9375vw;
  letter-spacing: -0.02em;
  color: #fff;
}

@media (min-width: 1920px) {
  .main_footer .contact_item {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .main_footer .contact_item {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .main_footer .contact_item {
    font-size: 3.33333vw;
  }
}

.main_footer .logo_footer {
  display: block;
}

.main_footer .logo_footer img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main_footer .link_policy {
  font-weight: 300;
  font-size: 18px;
  font-size: 0.9375vw;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 1920px) {
  .main_footer .link_policy {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .main_footer .link_policy {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .main_footer .link_policy {
    font-size: 3.33333vw;
  }
}

.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0px;
  padding: 1.25vw 0vw;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 1920px) {
  .footer_bottom {
    padding: 24px 0px;
  }
}

.footer_bottom .copyright {
  font-weight: 300;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
}

@media (min-width: 1920px) {
  .footer_bottom .copyright {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .footer_bottom {
    padding: 12px 0px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .footer_bottom {
    padding: 3.33333vw 0vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .footer_bottom .copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .footer_bottom .copyright {
    font-size: 3.88889vw;
  }
}

.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  gap: 1.25vw;
}

@media (min-width: 1920px) {
  .sns_list {
    gap: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .sns_list {
    gap: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .sns_list {
    gap: 6.66667vw;
  }
}

.sns_link {
  display: block;
  width: 28px;
  width: 1.45833vw;
  height: 28px;
  height: 1.45833vw;
}

@media (min-width: 1920px) {
  .sns_link {
    width: 28px;
  }
}

@media (min-width: 1920px) {
  .sns_link {
    height: 28px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .sns_link {
    width: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .sns_link {
    width: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .sns_link {
    height: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .sns_link {
    height: 4.44444vw;
  }
}

.sns_link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.section_awards {
  position: relative;
  padding: 326px 0px 377px;
  padding: 16.97917vw 0vw 19.63542vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/bg_awards.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top left;
}

@media (min-width: 1920px) {
  .section_awards {
    padding: 326px 0px 377px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards {
    padding: 91px 0px 110px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards {
    padding: 25.27778vw 0vw 30.55556vw;
  }
}

.section_awards .awards_list {
  position: relative;
  margin-top: 87px;
  margin-top: 4.53125vw;
}

@media (min-width: 1920px) {
  .section_awards .awards_list {
    margin-top: 87px;
  }
}

@media screen and (min-width: 1025px) {
  .section_awards .awards_list {
    background-image: url(../img/bg_awards_table.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top left;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_list {
    margin-top: 11.11111vw;
  }
}

.section_awards .awards_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 135px;
  gap: 7.03125vw;
  min-height: 339px;
  min-height: 17.65625vw;
  padding: 40px 80px;
  padding: 2.08333vw 4.16667vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .section_awards .awards_item {
    gap: 135px;
  }
}

@media (min-width: 1920px) {
  .section_awards .awards_item {
    min-height: 339px;
  }
}

@media (min-width: 1920px) {
  .section_awards .awards_item {
    padding: 40px 80px;
  }
}

@media screen and (min-width: 1025px) {
  .section_awards .awards_item:not(:first-child) {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.16);
  }
}

@media screen and (max-width: 1024px) {
  .section_awards .awards_item {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_item {
    gap: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_item {
    gap: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_item {
    min-height: 79px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_item {
    min-height: 21.94444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_item {
    padding: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_item {
    padding: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) {
  .section_awards .awards_item::before {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/corner_awards.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    content: '';
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_item::before {
    width: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_item::before {
    width: 5.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_item::before {
    height: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_item::before {
    height: 5.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_item:not(:first-child) {
    margin-top: 18px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_item:not(:first-child) {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 1024px) {
  .section_awards .awards_item:nth-child(5) .awards_head, .section_awards .awards_item:nth-child(6) .awards_head {
    width: auto;
  }
}

.section_awards .awards_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
  gap: 2.91667vw;
}

@media (min-width: 1920px) {
  .section_awards .awards_head {
    gap: 56px;
  }
}

@media screen and (max-width: 1024px) {
  .section_awards .awards_head {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_head {
    gap: 12px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_head {
    gap: 3.33333vw;
  }
}

.section_awards .awards_icon {
  width: 140px;
  width: 7.29167vw;
  height: 140px;
  height: 7.29167vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 1920px) {
  .section_awards .awards_icon {
    width: 140px;
  }
}

@media (min-width: 1920px) {
  .section_awards .awards_icon {
    height: 140px;
  }
}

.section_awards .awards_icon .img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_icon {
    width: 42px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_icon {
    width: 11.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_icon {
    height: 42px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_icon {
    height: 11.66667vw;
  }
}

.section_awards .awards_bonus {
  min-width: 200px;
  min-width: 10.41667vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 1920px) {
  .section_awards .awards_bonus {
    min-width: 200px;
  }
}

.section_awards .awards_bonus .bonus_title {
  font-weight: 900;
  font-size: 28px;
  font-size: 1.45833vw;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000;
}

@media (min-width: 1920px) {
  .section_awards .awards_bonus .bonus_title {
    font-size: 28px;
  }
}

.section_awards .awards_bonus .bonus_value {
  font-weight: 900;
  font-size: 88px;
  font-size: 4.58333vw;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000;
}

@media (min-width: 1920px) {
  .section_awards .awards_bonus .bonus_value {
    font-size: 88px;
  }
}

.section_awards .awards_bonus .bonus_value .unit {
  margin-left: 8px;
  margin-left: 0.41667vw;
  font-size: 28px;
  font-size: 1.45833vw;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 1920px) {
  .section_awards .awards_bonus .bonus_value .unit {
    margin-left: 8px;
  }
}

@media (min-width: 1920px) {
  .section_awards .awards_bonus .bonus_value .unit {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_bonus .bonus_title {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_bonus .bonus_title {
    font-size: 3.88889vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_bonus .bonus_value {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_bonus .bonus_value {
    font-size: 8.88889vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_bonus .bonus_value .unit {
    margin-left: 2px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_bonus .bonus_value .unit {
    margin-left: 0.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_bonus .bonus_value .unit {
    font-size: 10px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_bonus .bonus_value .unit {
    font-size: 2.77778vw;
  }
}

.section_awards .awards_detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section_awards .awards_detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  font-size: 1.66667vw;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000;
  gap: 16px;
  gap: 0.83333vw;
}

@media (min-width: 1920px) {
  .section_awards .awards_detail_item {
    font-size: 32px;
  }
}

@media (min-width: 1920px) {
  .section_awards .awards_detail_item {
    gap: 16px;
  }
}

.section_awards .awards_detail_item:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.52083vw;
}

@media (min-width: 1920px) {
  .section_awards .awards_detail_item:not(:first-child) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_detail_item:not(:first-child) {
    margin-top: 9px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_detail_item:not(:first-child) {
    margin-top: 2.5vw;
  }
}

.section_awards .awards_detail_item .number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  font-weight: 600;
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_detail_item {
    gap: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_detail_item {
    gap: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .awards_detail_item {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .awards_detail_item {
    font-size: 3.88889vw;
  }
}

.section_awards .decor_bottom {
  position: absolute;
  bottom: -0.0625rem;
  width: 100%;
  height: 160px;
  height: 8.33333vw;
}

@media (min-width: 1920px) {
  .section_awards .decor_bottom {
    height: 160px;
  }
}

.section_awards .decor_bottom img {
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.section_awards .decor_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

.section_awards .btn_base {
  margin-top: 100px;
  margin-top: 5.20833vw;
}

@media (min-width: 1920px) {
  .section_awards .btn_base {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_awards .btn_base {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_awards .btn_base {
    margin-top: 8.88889vw;
  }
}

.section_awards .ic_decor {
  position: absolute;
  top: 7%;
  left: -124px;
  width: 110px;
  width: 5.72917vw;
  height: 110px;
  height: 5.72917vw;
  animation: rotate_transform 3s linear infinite alternate-reverse;
}

@media (min-width: 1920px) {
  .section_awards .ic_decor {
    width: 110px;
  }
}

@media (min-width: 1920px) {
  .section_awards .ic_decor {
    height: 110px;
  }
}

@-webkit-keyframes rotate_transform {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(200px) rotate(360deg);
    transform: translateY(200px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes rotate_transform {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(200px) rotate(360deg);
    transform: translateY(200px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}

.section_brand {
  position: relative;
  padding: 172px 0px 200px;
  padding: 8.95833vw 0vw 10.41667vw;
  overflow-x: hidden;
}

@media (min-width: 1920px) {
  .section_brand {
    padding: 172px 0px 200px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand {
    padding: 40px 0px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand {
    padding: 11.11111vw 0vw;
  }
}

.section_brand .brand_head {
  text-align: center;
}

.section_brand .brand_logo {
  max-width: 720px;
  max-width: 37.5vw;
  margin: 0 auto;
}

@media (min-width: 1920px) {
  .section_brand .brand_logo {
    max-width: 720px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_logo {
    max-width: 280px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_logo {
    max-width: 77.77778vw;
  }
}

.section_brand .brand_text {
  margin: 80px 0px 60px;
  margin: 4.16667vw 0vw 3.125vw;
  font-weight: 700;
  font-size: 80px;
  font-size: 4.16667vw;
  line-height: 1;
  color: #000;
}

@media (min-width: 1920px) {
  .section_brand .brand_text {
    margin: 80px 0px 60px;
  }
}

@media (min-width: 1920px) {
  .section_brand .brand_text {
    font-size: 80px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_text {
    margin: 40px 0px 34px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_text {
    margin: 11.11111vw 0vw 9.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_text {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_text {
    font-size: 8.88889vw;
  }
}

.section_brand .brand_line {
  display: block;
  width: 100%;
  height: 16px;
  height: 0.83333vw;
  max-width: 720px;
  max-width: 37.5vw;
  margin: 0 auto;
  background-color: #fb388a;
}

@media (min-width: 1920px) {
  .section_brand .brand_line {
    height: 16px;
  }
}

@media (min-width: 1920px) {
  .section_brand .brand_line {
    max-width: 720px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_line {
    max-width: 280px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_line {
    max-width: 77.77778vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_line {
    height: 6px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_line {
    height: 1.66667vw;
  }
}

.section_brand .brand_title {
  margin-top: 80px;
  margin-top: 4.16667vw;
  font-family: 'Anton';
  font-size: 144px;
  font-size: 7.5vw;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
}

@media (min-width: 1920px) {
  .section_brand .brand_title {
    margin-top: 80px;
  }
}

@media (min-width: 1920px) {
  .section_brand .brand_title {
    font-size: 144px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_title {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_title {
    margin-top: 11.11111vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_title {
    font-size: 48px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_title {
    font-size: 13.33333vw;
  }
}

.section_brand .brand_subtitle {
  margin-top: 26px;
  margin-top: 1.35417vw;
  font-weight: 500;
  font-size: 38px;
  font-size: 1.97917vw;
  line-height: 1.4;
  color: #000;
}

@media (min-width: 1920px) {
  .section_brand .brand_subtitle {
    margin-top: 26px;
  }
}

@media (min-width: 1920px) {
  .section_brand .brand_subtitle {
    font-size: 38px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_subtitle {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_subtitle {
    margin-top: 2.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_subtitle {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_subtitle {
    font-size: 4.16667vw;
  }
}

.section_brand .brand_desc {
  max-width: 660px;
  max-width: 38.375vw;
  margin-top: 58px;
  margin-top: 3.02083vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-size: 1.66667vw;
  line-height: 1.4;
  text-align: left;
  letter-spacing: -0.02em;
}

@media (min-width: 1920px) {
  .section_brand .brand_desc {
    max-width: 720px;
  }
}

@media (min-width: 1920px) {
  .section_brand .brand_desc {
    margin-top: 58px;
  }
}

@media (min-width: 1920px) {
  .section_brand .brand_desc {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_desc {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_desc {
    margin-top: 5.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_desc {
    max-width: 320px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_desc {
    max-width: 80.27778vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_desc {
    font-size: 3.88889vw;
  }
}

.section_brand .brand_item {
  position: relative;
  margin-top: 80px;
  margin-top: 4.16667vw;
  padding: 80px;
  padding: 4.16667vw;
  background-color: #8f13f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .section_brand .brand_item {
    margin-top: 80px;
  }
}

@media (min-width: 1920px) {
  .section_brand .brand_item {
    padding: 80px;
  }
}

.section_brand .brand_item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  width: 4.16667vw;
  height: 80px;
  height: 4.16667vw;
  background-image: url(../img/corner.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  content: '';
}

@media (min-width: 1920px) {
  .section_brand .brand_item::before {
    width: 80px;
  }
}

@media (min-width: 1920px) {
  .section_brand .brand_item::before {
    height: 80px;
  }
}

.section_brand .brand_item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  gap: 0.83333vw;
  font-weight: 900;
  font-size: 48px;
  font-size: 2.5vw;
  line-height: 1.2;
  color: #fff;
}

@media (min-width: 1920px) {
  .section_brand .brand_item .title {
    gap: 16px;
  }
}

@media (min-width: 1920px) {
  .section_brand .brand_item .title {
    font-size: 48px;
  }
}

.section_brand .brand_item .title .icon {
  width: 100px;
  width: 5.20833vw;
  height: 100px;
  height: 5.20833vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: 0;
  flex-direction: 0;
}

@media (min-width: 1920px) {
  .section_brand .brand_item .title .icon {
    width: 100px;
  }
}

@media (min-width: 1920px) {
  .section_brand .brand_item .title .icon {
    height: 100px;
  }
}

.section_brand .brand_item .content {
  margin-top: 32px;
  margin-top: 1.66667vw;
  padding-left: 16px;
  padding-left: 0.83333vw;
  font-size: 32px;
  font-size: 1.66667vw;
  line-height: 1.6;
  color: #fff;
}

@media (min-width: 1920px) {
  .section_brand .brand_item .content {
    margin-top: 32px;
  }
}

@media (min-width: 1920px) {
  .section_brand .brand_item .content {
    padding-left: 16px;
  }
}

@media (min-width: 1920px) {
  .section_brand .brand_item .content {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_item {
    margin-top: 11.11111vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_item {
    padding: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_item {
    padding: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_item .title {
    gap: 4px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_item .title {
    gap: 1.11111vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_item .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_item .title {
    font-size: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_item .title .icon {
    width: 64px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_item .title .icon {
    width: 17.77778vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_item .title .icon {
    height: 64px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_item .title .icon {
    height: 17.77778vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_item .content {
    padding-left: 12px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_item .content {
    padding-left: 3.33333vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .brand_item .content {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .brand_item .content {
    font-size: 4.44444vw;
  }
}

.section_brand .dots {
  position: absolute;
}

.section_brand .dots_left {
  top: 0;
  left: -18%;
  width: 758px;
  width: 39.47917vw;
  height: 758px;
  height: 39.47917vw;
}

@media (min-width: 1920px) {
  .section_brand .dots_left {
    width: 758px;
  }
}

@media (min-width: 1920px) {
  .section_brand .dots_left {
    height: 758px;
  }
}

@media screen and (max-width: 1024px) {
  .section_brand .dots_left {
    top: 35%;
    left: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .dots_left {
    width: 102px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .dots_left {
    width: 28.33333vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_brand .dots_left {
    height: 214px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_brand .dots_left {
    height: 59.44444vw;
  }
}

.section_brand .dots_right {
  top: 19%;
  right: 0;
  width: 631px;
  width: 32.86458vw;
  height: 831px;
  height: 43.28125vw;
}

@media (min-width: 1920px) {
  .section_brand .dots_right {
    width: 631px;
  }
}

@media (min-width: 1920px) {
  .section_brand .dots_right {
    height: 831px;
  }
}

.section_category {
  position: relative;
  padding: 200px 0px 160px;
  padding: 10.41667vw 0vw 8.33333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/bg_category.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}

@media (min-width: 1920px) {
  .section_category {
    padding: 200px 0px 160px;
  }
}

@media screen and (max-width: 1024px) {
  .section_category {
    background-image: url(../img/bg_category_mo.jpg);
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category {
    padding: 80px 0px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category {
    padding: 22.22222vw 0vw;
  }
}

.section_category .inner {
  z-index: 1;
}

.section_category .category_box {
  padding: 200px 0px 160px;
  padding: 10.41667vw 0vw 8.33333vw;
}

@media (min-width: 1920px) {
  .section_category .category_box {
    padding: 200px 0px 160px;
  }
}

.section_category .tab_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .section_category .tab_category {
    display: none;
  }
}

.section_category .tab_btn {
  position: relative;
  padding: 32px 56px;
  padding: 1.66667vw 2.91667vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 900;
  font-size: 32px;
  font-size: 1.66667vw;
  line-height: 1.4;
  color: #fff;
  background-color: #25215b;
}

@media (min-width: 1920px) {
  .section_category .tab_btn {
    padding: 32px 56px;
  }
}

@media (min-width: 1920px) {
  .section_category .tab_btn {
    font-size: 32px;
  }
}

.section_category .tab_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  width: 1.66667vw;
  height: 32px;
  height: 1.66667vw;
  background-image: url(../img/corner_small.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  content: '';
}

@media (min-width: 1920px) {
  .section_category .tab_btn::before {
    width: 32px;
  }
}

@media (min-width: 1920px) {
  .section_category .tab_btn::before {
    height: 32px;
  }
}

.section_category .tab_btn.is_active {
  background-color: #fff;
  color: #000;
}

.section_category .tab_btn:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .section_category .tab_btn_mo {
    font-weight: 900;
    line-height: 1.4;
    color: #fff;
    background-color: #25215b;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .tab_btn_mo {
    padding: 25.5px 34px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .tab_btn_mo {
    padding: 7.08333vw 9.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .tab_btn_mo {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .tab_btn_mo {
    font-size: 5.55556vw;
  }
}

.section_category .tab_content {
  display: none;
  padding: 80px 56px;
  padding: 4.16667vw 2.91667vw;
  background-color: #fff;
}

@media (min-width: 1920px) {
  .section_category .tab_content {
    padding: 80px 56px;
  }
}

@media screen and (max-width: 1024px) {
  .section_category .tab_content {
    display: block;
    position: relative;
    padding: 0;
  }
  .section_category .tab_content:first-child .tab_btn_mo {
    position: relative;
  }
  .section_category .tab_content:first-child .tab_btn_mo::before {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/corner_category.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    content: '';
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .tab_content:first-child .tab_btn_mo::before {
    width: 18px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .tab_content:first-child .tab_btn_mo::before {
    width: 5vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .tab_content:first-child .tab_btn_mo::before {
    height: 18px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .tab_content:first-child .tab_btn_mo::before {
    height: 5vw;
  }
}

@media screen and (max-width: 1024px) {
  .section_category .tab_content:nth-child(2) .tab_btn_mo {
    background-color: #3a3574;
  }
  .section_category .tab_content.is_open .tab_btn_mo {
    background-color: #fff;
    color: #000;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  }
  .section_category .tab_content.is_open .content_box {
    display: block;
  }
}

.section_category .tab_content.is_active {
  display: block;
}

.section_category .tab_content .content_box .title {
  font-weight: 900;
  font-size: 40px;
  font-size: 2.08333vw;
  line-height: 1.2;
  color: #000;
  letter-spacing: 0;
}

@media (min-width: 1920px) {
  .section_category .tab_content .content_box .title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .tab_content .content_box .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .tab_content .content_box .title {
    font-size: 5.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .tab_content .content_box .title {
    padding: 24px 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .tab_content .content_box .title {
    padding: 6.66667vw 2.22222vw;
  }
}

@media screen and (max-width: 1024px) {
  .section_category .tab_content .content_box {
    display: none;
    position: relative;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .tab_content .content_box {
    padding: 0px 16px 103px 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .tab_content .content_box {
    padding: 0vw 4.44444vw 28.61111vw 4.44444vw;
  }
}

.section_category .cate_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  gap: 1.25vw;
  margin-top: 64px;
  margin-top: 3.33333vw;
}

@media (min-width: 1920px) {
  .section_category .cate_list {
    gap: 24px;
  }
}

@media (min-width: 1920px) {
  .section_category .cate_list {
    margin-top: 64px;
  }
}

@media screen and (max-width: 1024px) {
  .section_category .cate_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .cate_list {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .cate_list {
    padding-bottom: 4.44444vw;
  }
}

.section_category .cate_item {
  border: 2px solid rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1024px) {
  .section_category .cate_item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .cate_item {
    margin: 0px -16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .cate_item {
    margin: 0vw -4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .cate_item {
    padding: 0px 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .cate_item {
    padding: 0vw 4.44444vw;
  }
}

.section_category .cate_img {
  position: relative;
  padding-top: 68.25%;
}

.section_category .cate_img .img {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.02);
}

.section_category .cate_box {
  padding: 24px;
  padding: 1.25vw;
}

@media (min-width: 1920px) {
  .section_category .cate_box {
    padding: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .cate_box {
    padding: 24px 0px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .cate_box {
    padding: 6.66667vw 0vw;
  }
}

.section_category .cate_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  gap: 0.41667vw;
  font-weight: 900;
  font-size: 32px;
  font-size: 1.66667vw;
  line-height: 1.2;
  color: #000;
}

@media (min-width: 1920px) {
  .section_category .cate_title {
    gap: 8px;
  }
}

@media (min-width: 1920px) {
  .section_category .cate_title {
    font-size: 32px;
  }
}

.section_category .cate_title .icon {
  width: 72px;
  width: 3.75vw;
  height: 72px;
  height: 3.75vw;
  background-image: url(../img/ic_img.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media (min-width: 1920px) {
  .section_category .cate_title .icon {
    width: 72px;
  }
}

@media (min-width: 1920px) {
  .section_category .cate_title .icon {
    height: 72px;
  }
}

@media screen and (max-width: 1024px) {
  .section_category .cate_title {
    gap: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .cate_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .cate_title {
    font-size: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .cate_title .icon {
    width: 48px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .cate_title .icon {
    width: 13.33333vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .cate_title .icon {
    height: 48px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .cate_title .icon {
    height: 13.33333vw;
  }
}

.section_category .cate_content {
  margin-top: 24px;
  margin-top: 1.25vw;
  padding-left: 32px;
  padding-left: 1.66667vw;
}

@media (min-width: 1920px) {
  .section_category .cate_content {
    margin-top: 24px;
  }
}

@media (min-width: 1920px) {
  .section_category .cate_content {
    padding-left: 32px;
  }
}

.section_category .cate_content_item {
  position: relative;
  padding-left: 26px;
  padding-left: 1.35417vw;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.6;
  color: #000;
}

@media (min-width: 1920px) {
  .section_category .cate_content_item {
    padding-left: 26px;
  }
}

@media (min-width: 1920px) {
  .section_category .cate_content_item {
    font-size: 24px;
  }
}

.section_category .cate_content_item::before {
  position: absolute;
  top: 16px;
  top: 0.83333vw;
  left: 0;
  width: 10px;
  width: 0.52083vw;
  height: 10px;
  height: 0.52083vw;
  border-radius: 100%;
  background-color: #000;
  content: '';
}

@media (min-width: 1920px) {
  .section_category .cate_content_item::before {
    top: 16px;
  }
}

@media (min-width: 1920px) {
  .section_category .cate_content_item::before {
    width: 10px;
  }
}

@media (min-width: 1920px) {
  .section_category .cate_content_item::before {
    height: 10px;
  }
}

.section_category .cate_content_item:not(:first-child) {
  margin-top: 16px;
  margin-top: 0.83333vw;
}

@media (min-width: 1920px) {
  .section_category .cate_content_item:not(:first-child) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .cate_content {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .cate_content {
    margin-top: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .cate_content {
    padding-left: 17px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .cate_content {
    padding-left: 4.72222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .cate_content_item {
    padding-left: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .cate_content_item {
    padding-left: 3.88889vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .cate_content_item {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .cate_content_item {
    font-size: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .cate_content_item::before {
    top: 10px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .cate_content_item::before {
    top: 2.77778vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .cate_content_item::before {
    width: 6px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .cate_content_item::before {
    width: 1.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .cate_content_item::before {
    height: 6px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .cate_content_item::before {
    height: 1.66667vw;
  }
}

.section_category .download_box {
  margin-top: 80px;
  margin-top: 4.16667vw;
  text-align: center;
}

@media (min-width: 1920px) {
  .section_category .download_box {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .download_box {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .download_box {
    margin-top: 8.88889vw;
  }
}

.section_category .download_box .download_title {
  font-weight: 700;
  font-size: 32px;
  font-size: 1.66667vw;
  line-height: 1.4;
  color: #000;
}

@media (min-width: 1920px) {
  .section_category .download_box .download_title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .section_category .download_box .download_title {
    text-align: left;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .download_box .download_title {
    padding: 0px 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .download_box .download_title {
    padding: 0vw 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .download_box .download_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .download_box .download_title {
    font-size: 5.55556vw;
  }
}

.section_category .download_box .btn_download {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  margin-top: 1.25vw;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 64px;
  padding: 1.25vw 3.33333vw;
  background-color: #2e50d8;
  border-radius: 80px;
  border-radius: 4.16667vw;
  font-size: 32px;
  font-size: 1.66667vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .section_category .download_box .btn_download {
    margin-top: 24px;
  }
}

@media (min-width: 1920px) {
  .section_category .download_box .btn_download {
    padding: 24px 64px;
  }
}

@media (min-width: 1920px) {
  .section_category .download_box .btn_download {
    border-radius: 80px;
  }
}

@media (min-width: 1920px) {
  .section_category .download_box .btn_download {
    font-size: 32px;
  }
}

.section_category .download_box .btn_download .ic_download {
  width: 48px;
  width: 2.5vw;
  height: 48px;
  height: 2.5vw;
  background-image: url(../img/ic_download.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media (min-width: 1920px) {
  .section_category .download_box .btn_download .ic_download {
    width: 48px;
  }
}

@media (min-width: 1920px) {
  .section_category .download_box .btn_download .ic_download {
    height: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .section_category .download_box .btn_download {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .download_box .btn_download {
    gap: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .download_box .btn_download {
    gap: 2.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .download_box .btn_download {
    padding: 16px 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .download_box .btn_download {
    padding: 4.44444vw 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .download_box .btn_download {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .download_box .btn_download {
    margin-top: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .download_box .btn_download {
    border-radius: 80px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .download_box .btn_download {
    border-radius: 22.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .download_box .btn_download {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .download_box .btn_download {
    font-size: 5.55556vw;
  }
}

@media screen and (max-width: 1024px) {
  .section_category .download_box .btn_download .ic_download {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .download_box .btn_download .ic_download {
    width: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .download_box .btn_download .ic_download {
    width: 11.11111vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .download_box .btn_download .ic_download {
    height: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .download_box .btn_download .ic_download {
    height: 11.11111vw;
  }
}

.section_category .examples_box {
  display: none;
  margin-top: 40px;
  margin-top: 2.08333vw;
}

@media (min-width: 1920px) {
  .section_category .examples_box {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .examples_box {
    margin: 24px -16px 0px -16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .examples_box {
    margin: 6.66667vw -4.44444vw 0vw -4.44444vw;
  }
}

.section_category .examples_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  gap: 0.41667vw;
  font-size: 32px;
  font-size: 1.66667vw;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
}

@media (min-width: 1920px) {
  .section_category .examples_title {
    gap: 8px;
  }
}

@media (min-width: 1920px) {
  .section_category .examples_title {
    font-size: 32px;
  }
}

.section_category .examples_title .icon {
  width: 72px;
  width: 3.75vw;
  height: 72px;
  height: 3.75vw;
  background-image: url(../img/ic_point.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media (min-width: 1920px) {
  .section_category .examples_title .icon {
    width: 72px;
  }
}

@media (min-width: 1920px) {
  .section_category .examples_title .icon {
    height: 72px;
  }
}

@media screen and (max-width: 1024px) {
  .section_category .examples_title {
    gap: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .examples_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .examples_title {
    font-size: 6.66667vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .examples_title .icon {
    width: 48px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .examples_title .icon {
    width: 13.33333vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .examples_title .icon {
    height: 48px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .examples_title .icon {
    height: 13.33333vw;
  }
}

.section_category .slider_image {
  margin-top: 8px;
  margin-top: 0.41667vw;
}

@media (min-width: 1920px) {
  .section_category .slider_image {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .slider_image {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .slider_image {
    margin-top: 6.66667vw;
  }
}

.section_category .btn_base {
  margin-top: 64px;
  margin-top: 3.33333vw;
}

@media (min-width: 1920px) {
  .section_category .btn_base {
    margin-top: 64px;
  }
}

.section_category .btn_base .text {
  font-size: 48px;
  font-size: 2.5vw;
  letter-spacing: 0.04em;
}

@media (min-width: 1920px) {
  .section_category .btn_base .text {
    font-size: 48px;
  }
}

.section_category .btn_base .icon {
  background-image: url(../img/ic_arrow_48px.png);
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .btn_base {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .btn_base {
    margin-top: 11.11111vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .btn_base {
    gap: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .btn_base {
    gap: 2.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .btn_base .text {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .btn_base .text {
    font-size: 5vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .btn_base .icon {
    width: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .btn_base .icon {
    width: 5.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .btn_base .icon {
    height: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .btn_base .icon {
    height: 5.55556vw;
  }
}

.section_category .btn_collapse {
  position: absolute;
  bottom: 0;
  right: 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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
}

@media (max-width: 1025px) and (min-width: 361px) {
  .section_category .btn_collapse {
    padding: 16px 16px 16px 24px;
  }
}

@media (max-width: 360px) {
  .section_category .btn_collapse {
    padding: 4.44444vw 4.44444vw 4.44444vw 6.66667vw;
  }
}

@media (max-width: 1025px) and (min-width: 361px) {
  .section_category .btn_collapse {
    gap: 16px;
  }
}

@media (max-width: 360px) {
  .section_category .btn_collapse {
    gap: 4.44444vw;
  }
}

.section_category .btn_collapse .text {
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 1025px) and (min-width: 361px) {
  .section_category .btn_collapse .text {
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .section_category .btn_collapse .text {
    font-size: 5.55556vw;
  }
}

.section_category .btn_collapse .icon {
  background-image: url(../img/ic_close_32px.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media (max-width: 1025px) and (min-width: 361px) {
  .section_category .btn_collapse .icon {
    width: 32px;
  }
}

@media (max-width: 360px) {
  .section_category .btn_collapse .icon {
    width: 8.88889vw;
  }
}

@media (max-width: 1025px) and (min-width: 361px) {
  .section_category .btn_collapse .icon {
    height: 32px;
  }
}

@media (max-width: 360px) {
  .section_category .btn_collapse .icon {
    height: 8.88889vw;
  }
}

.section_category .btn_swiper {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .section_category .btn_swiper {
    top: 47%;
    z-index: 1;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .btn_swiper {
    width: 56px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .btn_swiper {
    width: 15.55556vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .btn_swiper {
    height: 56px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .btn_swiper {
    height: 15.55556vw;
  }
}

@media screen and (max-width: 1024px) {
  .section_category .btn_swiper.swiper-button-disabled {
    display: none;
  }
  .section_category .btn_swiper_prev {
    left: 0;
    background-image: url(../img/ic_arrow_left_bold_mo.png);
  }
  .section_category .btn_swiper_next {
    right: 0;
    background-image: url(../img/ic_arrow_right_bold_mo.png);
  }
}

.section_category .swiper_pagination_image {
  text-align: center;
}

.section_category .swiper_pagination_image .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .section_category .swiper_pagination_image .swiper-pagination-bullet {
    margin: 0 0.25rem !important;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .swiper_pagination_image .swiper-pagination-bullet {
    width: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .swiper_pagination_image .swiper-pagination-bullet {
    width: 2.22222vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .swiper_pagination_image .swiper-pagination-bullet {
    height: 8px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .swiper_pagination_image .swiper-pagination-bullet {
    height: 2.22222vw;
  }
}

.section_category .swiper_pagination_image .swiper-pagination-bullet-active {
  background-color: black;
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .swiper_pagination_image {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .swiper_pagination_image {
    margin-top: 5.55556vw;
  }
}

.section_category .button_box.is_disabled .btn_base {
  background: #303030;
  border-color: #717171;
  pointer-events: none;
}

.section_category .button_box.is_disabled .btn_base .text {
  color: #717171;
}

.section_category .button_box.is_disabled .btn_base .icon {
  background-image: url(../img/ic_arrow_48px_gray.png);
}

.section_category .button_box.is_disabled .text_noti {
  display: block;
}

.section_category .button_box .text_noti {
  display: none;
  margin-top: 32px;
  margin-top: 1.66667vw;
  font-weight: 900;
  font-size: 32px;
  font-size: 1.66667vw;
  color: #fff;
  text-align: center;
}

@media (min-width: 1920px) {
  .section_category .button_box .text_noti {
    margin-top: 32px;
  }
}

@media (min-width: 1920px) {
  .section_category .button_box .text_noti {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .button_box .text_noti {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .button_box .text_noti {
    margin-top: 4.44444vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1025px) and (min-width: 361px) {
  .section_category .button_box .text_noti {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 360px) {
  .section_category .button_box .text_noti {
    font-size: 3.88889vw;
  }
}
