@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html body .header__inner--left {
  display: block;
  background: #fff;
}
html body .header__inner--right .nav-wrapper .global-nav__list--item .main-link {
  color: #000;
}
html body .header__inner--right .nav-wrapper .contact-media {
  color: var(--red);
  border-color: var(--red);
}
html body .main {
  margin-top: 0;
}
html body .main .mv {
  position: relative;
  width: 100%;
}
html body .main .mv-left-top {
  position: absolute;
  z-index: -1;
  top: 100px;
  left: -60px;
  width: 418px;
  height: auto;
  aspect-ratio: 628/445;
  background: url(/2025/common/img/sub-main-left-top.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-left-top {
    left: -135px;
    width: 300px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .mv-left-top {
    top: -60px;
    left: -50px;
    display: none;
    width: 230px;
  }
}
html body .main .mv__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 60px;
}
html body .main .mv__inner-bg-center {
  position: absolute;
  top: 200px;
  left: 50%;
  z-index: -2;
  width: 60.6666666667vw;
  height: auto;
  aspect-ratio: 1580/1094;
  background: url(/2025/common/img/sub-main-bg-center.png) no-repeat;
  background-size: contain;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  html body .main .mv__inner-bg-center {
    top: 0;
    width: 100vw;
  }
}
html body .main .mv__inner h1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
@media screen and (max-width: 1300px) {
  html body .main .mv__inner h1 {
    gap: 15px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .mv__inner h1 {
    gap: 10px;
    padding: 65px 0 50px;
  }
}
html body .main .mv__inner h1 .big-title {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 1300px) {
  html body .main .mv__inner h1 .big-title {
    font-size: 75px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .mv__inner h1 .big-title {
    font-size: 48px;
  }
}
html body .main .mv__inner h1 .big-title.jp {
  font-size: 46px;
  line-height: 1.3043478261;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1300px) {
  html body .main .mv__inner h1 .big-title.jp {
    font-size: 34px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .mv__inner h1 .big-title.jp {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  html body .main .mv__inner h1 .big-title.sp-font-small {
    font-size: 26px;
  }
}
html body .main .mv__inner h1 .big-title b {
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .mv__inner h1 .big-title b {
    margin-top: 20px;
  }
}
html body .main .mv__inner h1 .big-title i {
  margin: 0 10px;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1300px) {
  html body .main .mv__inner h1 .big-title i {
    font-size: 50px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .mv__inner h1 .big-title i {
    margin: 0 5px;
    font-size: 40px;
  }
}
html body .main .mv__inner h1 .mini-title {
  display: block;
  font-weight: bold;
  color: #e60012;
  text-align: center;
  opacity: 0;
  translate: 10px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1300px) {
  html body .main .mv__inner h1 .mini-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .mv__inner h1 .mini-title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
html body .main .mv__inner h1 .mini-title .b1300 {
  display: none;
}
@media screen and (max-width: 1300px) {
  html body .main .mv__inner h1 .mini-title .b1300 {
    display: block;
  }
}
html body .main .content {
  position: relative;
  z-index: -1;
  padding-top: 10.6%;
}
html body .main .content::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 101%;
  height: auto;
  aspect-ratio: 1500/160;
  content: "";
  background: url(/2025/common/img/sub-curve.png) no-repeat;
  background-size: contain;
}
html body .main .content.gray-pattern::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 101%;
  height: auto;
  aspect-ratio: 1500/109;
  content: "";
  background: url(/2025/common/img/gray-bg.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  html body .main .content.gray-pattern::after {
    width: 102%;
  }
}
html body .main .content-left-top {
  position: absolute;
  top: 80px;
  left: -175px;
  width: 345px;
  height: auto;
  aspect-ratio: 518/618;
  background: url(/2025/common/img/red-bg.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  html body .main .content-left-top {
    width: 280px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 900px) {
  html body .main .content-left-top {
    display: none;
  }
}
html body .main .content-right-top {
  position: absolute;
  top: -180px;
  right: -120px;
  width: 410px;
  height: auto;
  aspect-ratio: 628/445;
  background: url(/2025/common/img/sub-main-right-bottom.png);
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  html body .main .content-right-top {
    width: 300px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .content-right-top {
    top: -100px;
    right: -120px;
    width: 230px;
  }
}
html body .main .content__wrapper {
  position: relative;
  margin-top: -6vw;
  background: url(/2025/common/img/content-bg.png) no-repeat;
  background-position: right bottom 50px;
  background-size: 35% auto;
}
@media screen and (max-width: 1600px) {
  html body .main .content__wrapper {
    margin-top: -4vw;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1350px) {
  html body .main .content__wrapper {
    margin-top: 0;
  }
}
html body .main .content__wrapper.gray-pattern {
  background: url(/2025/common/img/content-bg-gray.png) no-repeat;
  background-position: right bottom;
  background-size: 35% auto;
}
@media screen and (max-width: 1600px) {
  html body .main .content__wrapper.gray-pattern {
    margin-top: -6vw;
  }
}
html body .main .content__wrapper .left-center-img {
  position: absolute;
  top: 60%;
  left: -270px;
  width: 458px;
  height: auto;
  aspect-ratio: 688/576;
  background: url(/2025/common/img/white-bg.png) no-repeat;
  background-size: contain;
  opacity: 0.3;
  rotate: -25deg;
}
@media screen and (max-width: 1300px) {
  html body .main .content__wrapper .left-center-img {
    left: -180px;
    width: 300px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .content__wrapper .left-center-img {
    display: none;
  }
}
html body .main .content__wrapper .left-center-img.gray-pattern {
  left: -180px;
  rotate: 5deg;
  background: url(/2025/common/img/gray-bg-left.png) no-repeat;
  background-size: contain;
}
html body .main .content__wrapper .right-center-img {
  position: absolute;
  top: 25%;
  right: -300px;
  width: 458px;
  height: auto;
  aspect-ratio: 688/576;
  background: url(/2025/common/img/white-bg.png) no-repeat;
  background-size: contain;
  opacity: 0.3;
}
@media screen and (max-width: 1300px) {
  html body .main .content__wrapper .right-center-img {
    right: -180px;
    width: 300px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .content__wrapper .right-center-img {
    display: none;
  }
}
html body .main .content__wrapper .right-center-img.gray-pattern {
  background: url(/2025/common/img/gray-bg-right.png) no-repeat;
  background-size: contain;
}
html body .main .content__wrapper__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
html body .main .content__wrapper__inner .main-content {
  position: relative;
  padding-bottom: calc(70px + 9.3333333333vw);
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content {
    padding-top: 15px;
    padding-bottom: calc(50px + 9.3333333333vw);
  }
}
html body .main .content__wrapper__inner .main-content.gray-pattern {
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content.gray-pattern {
    padding-bottom: 80px;
  }
}
html body .main .content__wrapper__inner .main-content.gray-pattern::after {
  background: #f2f2f2;
  top: 2.6vw;
  height: calc(100% - 2.6vw);
}
html body .main .content__wrapper__inner .main-content::after {
  position: absolute;
  top: 6vw;
  left: calc((100vw - 100%) / -2);
  z-index: -3;
  width: 100vw;
  height: calc(100% - 8.15vw);
  content: "";
  background: #111111;
}
@media screen and (max-width: 1600px) {
  html body .main .content__wrapper__inner .main-content::after {
    top: 4.075vw;
    height: calc(100% - 8.15vw);
  }
}
@media screen and (max-width: 1600px) and (max-width: 1350px) {
  html body .main .content__wrapper__inner .main-content::after {
    top: 0;
    height: 100%;
  }
}
html body .main .content__wrapper__inner .main-content iframe {
  display: block;
  width: 100%;
  max-width: 53.125rem;
  height: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content iframe {
    height: 400px;
  }
}
html body .main .content__wrapper__inner .main-content .news {
  position: relative;
}
html body .main .content__wrapper__inner .main-content .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  html body .main .content__wrapper__inner .main-content .news-list {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
  }
}
html body .main .content__wrapper__inner .main-content .news-list--item {
  color: #fff;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-list--item {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
html body .main .content__wrapper__inner .main-content .news-list--item a {
  display: block;
  width: 100%;
}
@media (hover) {
  html body .main .content__wrapper__inner .main-content .news-list--item a:hover .img-wrap .band {
    scale: 1.1;
    rotate: -8deg;
  }
  html body .main .content__wrapper__inner .main-content .news-list--item a:hover .img-wrap img {
    scale: 1.1;
  }
  html body .main .content__wrapper__inner .main-content .news-list--item a:hover .text {
    text-decoration: underline;
  }
}
html body .main .content__wrapper__inner .main-content .news-list--item a .img-wrap {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  html body .main .content__wrapper__inner .main-content .news-list--item a .img-wrap {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-list--item a .img-wrap {
    width: 100%;
  }
}
html body .main .content__wrapper__inner .main-content .news-list--item a .img-wrap .band {
  transition: all var(--transition);
  z-index: 15;
  color: #fff;
  background: #ff0000;
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50%;
  rotate: -5deg;
  height: 40px;
  width: 120%;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  html body .main .content__wrapper__inner .main-content .news-list--item a .img-wrap .band {
    height: 32px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-list--item a .img-wrap .band {
    height: 40px;
    font-size: 20px;
  }
}
html body .main .content__wrapper__inner .main-content .news-list--item a .img-wrap img {
  transition: all var(--transition);
}
html body .main .content__wrapper__inner .main-content .news-list--item a .img-wrap .category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 10px 15px;
  font-weight: bold;
  background: var(--red);
  border-radius: 0 0 10px 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  html body .main .content__wrapper__inner .main-content .news-list--item a .img-wrap .category {
    padding: 8px 13px;
    font-size: 15px;
  }
}
html body .main .content__wrapper__inner .main-content .news-list--item a .date {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  html body .main .content__wrapper__inner .main-content .news-list--item a .date {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
html body .main .content__wrapper__inner .main-content .news-list--item a .text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1200px) {
  html body .main .content__wrapper__inner .main-content .news-list--item a .text {
    font-size: 15px;
  }
}
html body .main .content__wrapper__inner .main-content .news-pagenation {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding-top: 22px;
  margin-top: 60px;
  color: #fff;
  border-top: solid var(--red) 1px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-pagenation {
    gap: 5px;
    margin-top: 30px;
  }
}
html body .main .content__wrapper__inner .main-content .news-pagenation li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  font-weight: 500;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-pagenation li a {
    width: 30px;
    font-size: 18px;
  }
}
html body .main .content__wrapper__inner .main-content .news-pagenation li a.is-active {
  background: var(--red);
}
html body .main .content__wrapper__inner .main-content .news-pagenation li.prev {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-pagenation li.prev {
    margin-right: 10px;
  }
}
html body .main .content__wrapper__inner .main-content .news-pagenation li.prev a {
  position: relative;
  width: auto;
  aspect-ratio: unset;
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-pagenation li.prev a {
    padding-left: 15px;
  }
}
html body .main .content__wrapper__inner .main-content .news-pagenation li.prev a::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  rotate: 180deg;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-pagenation li.prev a::after {
    width: 10px;
    height: 10px;
  }
}
html body .main .content__wrapper__inner .main-content .news-pagenation li.next {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-pagenation li.next {
    margin-left: 10px;
  }
}
html body .main .content__wrapper__inner .main-content .news-pagenation li.next a {
  position: relative;
  width: auto;
  aspect-ratio: unset;
  padding-right: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-pagenation li.next a {
    padding-right: 15px;
  }
}
html body .main .content__wrapper__inner .main-content .news-pagenation li.next a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-pagenation li.next a::after {
    width: 10px;
    height: 10px;
  }
}
html body .main .content__wrapper__inner .main-content .privacy__inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .privacy__inner {
    width: 100%;
  }
}
html body .main .content__wrapper__inner .main-content .privacy__inner .text {
  margin-bottom: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .privacy__inner .text {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
html body .main .content__wrapper__inner .main-content .privacy__inner ol {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .privacy__inner ol {
    gap: 30px;
  }
}
html body .main .content__wrapper__inner .main-content .privacy__inner ol .text {
  margin-bottom: 0;
}
html body .main .content__wrapper__inner .main-content .privacy__inner ol .text a {
  display: inline-block;
  word-break: break-all;
}
@media (hover) {
  html body .main .content__wrapper__inner .main-content .privacy__inner ol .text a:hover {
    text-decoration: underline;
  }
}
html body .main .content__wrapper__inner .main-content .privacy__inner ol li:last-child {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .privacy__inner ol li:last-child {
    margin-top: 30px;
  }
}
html body .main .content__wrapper__inner .main-content .privacy__inner ol li dl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .privacy__inner ol li dl {
    gap: 15px;
  }
}
html body .main .content__wrapper__inner .main-content .privacy__inner ol li dl dt {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .privacy__inner ol li dl dt {
    font-size: 20px;
  }
}
html body .main .content__wrapper__inner .main-content .privacy__inner ol li dl dt span {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0em;
  margin-right: 20px;
  font-weight: bold;
  color: #404040;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .privacy__inner ol li dl dt span {
    font-size: 50px;
  }
}
html body .main .content__wrapper__inner .main-content .prev-next {
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
  margin-bottom: 30px;
  border-top: solid 1px var(--red);
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .prev-next {
    margin-top: 60px;
  }
}
html body .main .content__wrapper__inner .main-content .prev-next.flex-end {
  justify-content: flex-end;
}
html body .main .content__wrapper__inner .main-content .prev-next .p-n-btn {
  margin-top: 25px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .prev-next .p-n-btn {
    margin-top: 15px;
    font-size: 20px;
  }
}
html body .main .content__wrapper__inner .main-content .prev-next .p-n-btn.prev {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .prev-next .p-n-btn.prev {
    margin-right: 10px;
  }
}
html body .main .content__wrapper__inner .main-content .prev-next .p-n-btn.prev a {
  position: relative;
  width: auto;
  aspect-ratio: unset;
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .prev-next .p-n-btn.prev a {
    padding-left: 15px;
  }
}
html body .main .content__wrapper__inner .main-content .prev-next .p-n-btn.prev a::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  rotate: 180deg;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .prev-next .p-n-btn.prev a::after {
    width: 10px;
    height: 10px;
  }
}
html body .main .content__wrapper__inner .main-content .prev-next .p-n-btn.next {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .prev-next .p-n-btn.next {
    margin-left: 10px;
  }
}
html body .main .content__wrapper__inner .main-content .prev-next .p-n-btn.next a {
  position: relative;
  width: auto;
  aspect-ratio: unset;
  padding-right: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .prev-next .p-n-btn.next a {
    padding-right: 15px;
  }
}
html body .main .content__wrapper__inner .main-content .prev-next .p-n-btn.next a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .prev-next .p-n-btn.next a::after {
    width: 10px;
    height: 10px;
  }
}
html body .main .content__wrapper__inner .main-content .article {
  color: #fff;
}
html body .main .content__wrapper__inner .main-content .article__first {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article__first {
    width: 100%;
  }
}
html body .main .content__wrapper__inner .main-content .article__title {
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article__title {
    font-size: 24px;
  }
}
html body .main .content__wrapper__inner .main-content .article .text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .text {
    font-size: 14px;
  }
}
html body .main .content__wrapper__inner .main-content .article .text a {
  display: inline-block;
}
@media (hover) {
  html body .main .content__wrapper__inner .main-content .article .text a:hover {
    text-decoration: underline;
  }
}
html body .main .content__wrapper__inner .main-content .article .mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .mb-60 {
    margin-bottom: 30px;
  }
}
html body .main .content__wrapper__inner .main-content .article .mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .mb-40 {
    margin-bottom: 20px;
  }
}
html body .main .content__wrapper__inner .main-content .article__dls {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article__dls {
    width: 100%;
  }
}
html body .main .content__wrapper__inner .main-content .article__dls dt {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
}
html body .main .content__wrapper__inner .main-content .article__dls dd ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
html body .main .content__wrapper__inner .main-content .dls-wrapper {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .dls-wrapper {
    gap: 30px;
    width: 100%;
  }
}
html body .main .content__wrapper__inner .main-content .dls-wrapper dl {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .dls-wrapper dl {
    gap: 5px;
  }
}
html body .main .content__wrapper__inner .main-content .dls-wrapper dl dt {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .dls-wrapper dl dt {
    font-size: 20px;
  }
}
html body .main .content__wrapper__inner .main-content .dls-wrapper dl dd {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .dls-wrapper dl dd {
    font-size: 14px;
  }
}
html body .main .content__wrapper__inner .main-content .dls-wrapper dl dd a {
  display: inline-block;
  word-break: break-all;
}
@media (hover) {
  html body .main .content__wrapper__inner .main-content .dls-wrapper dl dd a:hover {
    text-decoration: underline;
  }
}
html body .main .content__wrapper__inner .main-content .dls-wrapper dl dd a.btn {
  display: flex;
  word-break: break-all;
}
@media (hover) {
  html body .main .content__wrapper__inner .main-content .dls-wrapper dl dd a.btn:hover {
    text-decoration: none;
  }
}
html body .main .content__wrapper__inner .main-content .dls-wrapper dl dd ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
html body .main .content__wrapper__inner .main-content .dls-wrapper dl dd .booth-img {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .dls-wrapper dl dd .booth-img {
    width: 60%;
  }
}
html body .main .section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  html body .main .section-title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
html body .main .section-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 8px;
  content: "";
  background: var(--red);
  translate: -50%;
}
@media screen and (max-width: 768px) {
  html body .main .section-title::after {
    height: 4px;
  }
}
html body .main .btn--red {
  color: var(--red);
  background: #fff;
  border-color: var(--red);
}
@media (hover) {
  html body .main .btn--red:hover {
    color: #fff;
  }
}
html body .main .btn--red span {
  background: var(--red);
}
html body .main .btn i {
  position: relative;
  z-index: 1;
  font-style: normal;
}
html body .main .btn span {
  z-index: 0;
}
html body .main .bg-area {
  position: relative;
}
html body .main .bg-area.expansion::after {
  bottom: 99.5%;
}
@media screen and (max-width: 1500px) {
  html body .main .bg-area.expansion::after {
    bottom: 99.8%;
  }
}
html body .main .bg-area.expansion .bg-area__inner {
  padding: 150px 0 200px;
}
@media screen and (max-width: 768px) {
  html body .main .bg-area.expansion .bg-area__inner {
    padding: 50px 0 100px;
  }
}
html body .main .bg-area::after {
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 102%;
  height: auto;
  aspect-ratio: 1500/107;
  content: "";
  background: url(/2025/common/img/bet-sec.jpg) no-repeat;
  background-size: contain;
}
html body .main .bg-area__inner {
  position: relative;
  padding: 0 0 160px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) and (max-width: 768px) {
  html body .main .bg-area__inner {
    padding: 0 0 100px;
  }
}
html body .main .bg-area__inner::after {
  position: absolute;
  bottom: -185px;
  left: -116px;
  width: 460px;
  height: auto;
  aspect-ratio: 852/637;
  content: "";
  background: url(/2025/common/img/red-bg2.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1500px) and (max-width: 768px) {
  html body .main .bg-area__inner::after {
    bottom: -90px;
    left: -100px;
    width: 250px;
  }
}
html body .w340 {
  width: 340px !important;
}
@media screen and (max-width: 768px) {
  html body .w340 {
    width: 300px !important;
  }
}

/*# sourceMappingURL=sub-style.css.map */
