@charset "UTF-8";
@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 .main .frame-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  background: #8f8f8f;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  html body .main .frame-wrap {
    aspect-ratio: 3/5;
    margin-bottom: 60px;
  }
}
html body .main .frame-wrap iframe {
  display: block;
  height: 100% !important;
  width: 100%;
  max-width: 100% !important;
}
html body .main .day {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
html body .main .day__btns {
  display: flex;
  background: #fff;
  border-radius: 35px;
  height: 70px;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  border: solid 2px var(--red);
}
@media screen and (max-width: 900px) and (max-width: 768px) {
  html body .main .day__btns {
    height: 56px;
  }
}
html body .main .day__btn {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  position: relative;
  color: var(--red);
}
html body .main .day__btn .text2 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  position: relative;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  border-radius: 35px;
}
@media screen and (max-width: 768px) {
  html body .main .day__btn .text2 {
    font-size: 16px;
  }
}
html body .main .day__btn:first-child::after {
  content: "";
  background: var(--red);
  width: 100%;
  height: 100%;
  border-radius: 35px;
  position: absolute;
  top: 0;
  left: 100%;
  transition: all 0.3s ease-in-out;
}
html body .main .day__btn.is-active {
  cursor: auto;
}
html body .main .day__btn.is-active .date {
  -webkit-mask-image: url(../img/btn-bg.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/btn-bg.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  color: var(--red);
}
html body .main .day__btn.is-active .text2 {
  color: #fff;
}
html body .main .day__btn.is-active::after {
  left: 0;
}
html body .main .form-top {
  color: #000;
  background: #fff;
  padding: 30px 50px;
}
@media screen and (max-width: 768px) {
  html body .main .form-top {
    padding: 20px 30px;
  }
}
html body .main .search-window {
  color: #000;
}
html body .main .accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: solid 2px #d9d9d9;
}
html body .main .accordion:last-child {
  border-bottom: solid 2px #d9d9d9;
}
html body .main .accordion.is-active .accordion__head-right img {
  rotate: 180deg;
}
html body .main .accordion__head {
  user-select: none;
  display: block;
}
html body .main .accordion__head::marker {
  display: none;
}
html body .main .accordion__head::-webkit-details-marker {
  display: none;
}
html body .main .accordion__head-inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
}
html body .main .accordion__head-right {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e60012;
  font-weight: normal;
}
html body .main .accordion__head-right img {
  width: 24px;
  transition: rotate 0.3s;
}
html body .main .accordion__body {
  overflow: hidden;
}
html body .main .accordion__body-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px 18px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  html body .main .accordion__body-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1000px) and (max-width: 910px) {
  html body .main .accordion__body-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) and (max-width: 910px) and (max-width: 768px) {
  html body .main .accordion__body-inner {
    gap: 8px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 910px) and (max-width: 768px) and (max-width: 480px) {
  html body .main .accordion__body-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
html body .main .accordion__body-inner .checkbox-tag:checked + label {
  background: #ffe3e8;
  color: #e60012;
  outline: 2px solid #e60012;
  outline-offset: -2px;
}
html body .main .accordion__body-inner .checkbox-tag:checked + label::before {
  height: auto;
  width: 14px;
  aspect-ratio: 24/17;
  background: url(/2025/exhibitors/index/img/check.png) no-repeat;
  background-size: cover;
}
html body .main .accordion__body-inner .checkbox-category:checked + label {
  background: #ffe3e8;
  color: #e60012;
  outline: 2px solid #e60012;
  outline-offset: -2px;
}
html body .main .accordion__body-inner .checkbox-category:checked + label::before {
  height: auto;
  width: 14px;
  aspect-ratio: 24/17;
  background: url(/2025/exhibitors/index/img/check.png) no-repeat;
  background-size: cover;
}
html body .main .accordion__body-inner .check-box-wrap {
  position: relative;
}
html body .main .accordion__body-inner .check-box-wrap input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
html body .main .accordion__body-inner .check-box-wrap input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
html body .main .accordion__body-inner .check_label {
  display: block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.06em;
  outline: 1px solid #d9d9d9;
  outline-offset: -1px;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  html body .main .accordion__body-inner .check_label {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
html body .main .accordion__body-inner--1 .check_label {
  height: 50px;
}
html body .main .accordion__body-inner--1 .check_label::before {
  content: "";
  width: 36px !important;
  height: auto;
  border-radius: 9999px;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  html body .main .accordion__body-inner--1 .check_label::before {
    width: 28px !important;
  }
}
html body .main .accordion__body-inner--1 .check_label::before {
  content: "";
  background: #8f8f8f;
  max-width: 12px !important;
  min-width: 12px !important;
  display: block;
}
html body .main .accordion__body-inner--2 {
  padding-bottom: 8px;
}
html body .main .accordion__body-inner--2 .check_label, html body .main .accordion__body-inner--3 .check_label {
  height: 40px;
}
html body .main .accordion__body-inner--2 .check_label::before, html body .main .accordion__body-inner--3 .check_label::before {
  content: "";
  border-radius: 9999px;
  background: #8f8f8f;
  height: auto;
  width: 12px;
  aspect-ratio: 1;
  display: block;
}
html body .main .form-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .form-tags {
    padding-bottom: 30px;
  }
}
html body .main .form-tags .check-label {
  cursor: pointer;
}
@media (hover) {
  html body .main .form-tags .check-label:hover span {
    color: #fff;
    background: #e60012;
    border: 1px solid #e60012;
  }
}
html body .main .form-tags .check-label input {
  display: none; /* デフォルトのinputは非表示にする */
}
html body .main .form-tags .check-label span {
  transition: all 0.3s;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 8px 14px;
}
@media screen and (max-width: 768px) {
  html body .main .form-tags .check-label span {
    font-size: 12px;
    padding: 6px 10px;
  }
}
html body .main .form-tags .check-label input:checked + span {
  color: #fff;
  background: #e60012;
  border: 1px solid #e60012;
}
html body .main .form-title {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main .form-title {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
html body .main .form-title::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
html body .main .form-under {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .form-under {
    flex-direction: column;
    gap: 15px;
  }
}
html body .main .reset-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 150px;
  background: #999999;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .reset-btn {
    font-size: 14px;
    width: 130px;
    height: 35px;
  }
}
html body .main .form-search {
  width: 100%;
  max-width: 760px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .form-search {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
html body .main .form-search-title {
  color: #000;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  html body .main .form-search-title {
    font-size: 14px;
  }
}
html body .main .form-search-input-wrapper {
  width: 100%;
  height: 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main .form-search-input-wrapper {
    height: 50px;
  }
}
html body .main .form-search-input-wrapper input {
  padding-right: 110px;
  border: solid 1px #cccccc;
  padding-left: 25px;
  background: #fff;
  border-radius: 26px;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  html body .main .form-search-input-wrapper input {
    padding-left: 15px;
    padding-right: 100px;
  }
}
html body .main .form-search-input-wrapper .search-btn {
  background: #000;
  width: 100px;
  height: 38px;
  border-radius: 19px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .form-search-input-wrapper .search-btn {
    width: 90px;
    font-size: 14px;
  }
}
html body .main .form-search-input-wrapper .search-btn img {
  margin-right: 5px;
  width: 15px;
}
@media screen and (max-width: 768px) {
  html body .main .form-search-input-wrapper .search-btn img {
    width: 12px;
  }
}
html body .main .form-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .form-buttons {
    padding-bottom: 30px;
    gap: 15px;
  }
}
html body .main .form-buttons .form-button-clear {
  width: 90px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #999999;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .form-buttons .form-button-clear {
    font-size: 14px;
    width: 80px;
    height: 35px;
  }
}
html body .main .form-buttons .form-button-narrow {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 768px) {
  html body .main .form-buttons .form-button-narrow {
    font-size: 16px;
    width: 200px;
    height: 50px;
  }
}
html body .main .common-content {
  background: #fff;
  margin-bottom: 60px;
  padding: 0 50px 50px;
}
@media screen and (max-width: 768px) {
  html body .main .common-content {
    margin-bottom: 50px;
    padding: 0 20px 20px;
  }
}
html body .main .first-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  max-width: 660px;
  border: solid 1px #404040;
  padding: 40px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  html body .main .first-area {
    padding: 30px 10px;
  }
}
html body .main .first-area .first-sec {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .first-area .first-sec {
    font-size: 26px;
  }
}
html body .main .section-title.content2 {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  html body .main .section-title.content2 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  html body .main .mv__inner h1 .big-title {
    font-size: 44px;
  }
}
html body .main .category {
  position: relative;
  width: 100%;
}
html body .main .category__tags {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
html body .main .category__tag {
  border: solid 1px #fff;
  border-radius: 5px;
  padding: 7px 10px 5px;
  font-family: var(--rubik);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .category__tag {
    font-size: 12px;
  }
}
html body .main .category__links {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  html body .main .category__links {
    gap: 40px;
  }
}
html body .main .category__link {
  position: relative;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .category__link {
    font-size: 16px;
  }
}
html body .main .category__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transition: scale 0.3s;
  scale: 1 1;
  background: #fff;
  transform-origin: left top;
}
@media (hover) {
  html body .main .category__link:hover::after {
    scale: 0 1;
  }
}
html body .main .category__listpdf {
  margin: 50px auto 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .main .category__listpdf {
    margin: 50px auto;
  }
}
html body .main .category__listpdf a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  html body .main .category__listpdf a {
    font-size: 16px;
  }
}
html body .main .category__listpdf a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transition: scale 0.3s;
  scale: 1 1;
  background: #fff;
  transform-origin: left top;
}
@media (hover) {
  html body .main .category__listpdf a:hover::after {
    scale: 0 1;
  }
}
html body .main .category__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: solid 1px #fff;
}
html body .main .category__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 20px 20px 0 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 1000px) {
  html body .main .category__tab {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  html body .main .category__tab {
    height: auto;
    gap: 5px;
    flex-direction: column;
    text-align: center;
    line-height: 1.5;
    font-size: 11px;
    padding: 5px 0;
  }
}
html body .main .category__tab.is-active {
  background: #fff;
  color: #e60012;
}
html body .main .category__tab img {
  width: 44px;
  margin-right: 10px;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  html body .main .category__tab img {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  html body .main .category__tab img {
    width: 26px;
    margin-right: 0;
  }
}
html body .main .category__contents {
  display: flex;
  flex-direction: column;
  border-top: solid 1px #fff;
}
html body .main .category__global {
  max-width: 80px;
  margin-bottom: 10px;
}
html body .main .category__content {
  gap: 40px;
  width: 100%;
  padding: 40px 0;
  border-bottom: solid 1px #fff;
  display: flex;
}
html body .main .category__content.is-filter {
  display: none;
}
html body .main .category__content.is-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  html body .main .category__content {
    flex-direction: column;
    gap: 20px;
  }
}
html body .main .category__left {
  min-width: 260px;
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  html body .main .category__left {
    width: 100%;
    max-width: 100%;
  }
}
html body .main .category__right {
  width: 100%;
  max-width: 800px;
}
html body .main .category__names {
  display: flex;
  gap: 6px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  html body .main .category__names {
    margin-bottom: 20px;
  }
}
html body .main .category__name {
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  border: solid 2px #404040;
  border-radius: 15px;
}
html body .main .category__title {
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .category__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
html body .main .category__informations {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
@media screen and (max-width: 768px) {
  html body .main .category__informations {
    gap: 10px;
  }
}
html body .main .category__information {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .category__information {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
html body .main .category__information-title {
  width: 100%;
  max-width: 110px;
  margin-bottom: auto;
  font-weight: bold;
}
html body .main .category__information-text {
  width: 100%;
  max-width: 680px;
}
html body .main .category__information-text a {
  word-break: break-all;
}
html body .main .category__recommendation-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .category__recommendation-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
html body .main .category__recommendation-area {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 25px 30px;
  background: #404040;
}
@media screen and (max-width: 768px) {
  html body .main .category__recommendation-area {
    gap: 20px;
    padding: 20px;
  }
}
html body .main .category__recommendation-area-item {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .category__recommendation-area-item {
    font-size: 14px;
  }
}
html body .main .category__recommendation-area-item::after {
  position: absolute;
  top: 0;
  top: 50%;
  left: 0;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background: red;
  border-radius: 9999px;
  translate: 0 -50%;
}
html body .main .more-text {
  margin-bottom: 20px;
}
html body .main .more-text__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  html body .main .more-text__text {
    font-size: 14px;
  }
}
html body .main .more-text__text-span {
  display: block;
  margin-top: 15px;
}
html body .main .more-text__button {
  position: relative;
  width: fit-content;
  padding-right: 20px;
  margin: 10px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  html body .main .more-text__button {
    font-size: 14px;
  }
}
html body .main .more-text__button::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: all 0.15s;
  rotate: 135deg;
  translate: 0 -50%;
}
html body .main .more-text__button.is-active::after {
  rotate: -45deg;
  translate: 0 0;
}
html body .main .aiw {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  html body .main .aiw {
    padding-top: 50px;
  }
}
html body .main .aiw__text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .main .aiw__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
html body .main .aiw__img {
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html body .main .aiw__img::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 950px) {
  html body .main .aiw__img img {
    width: 1100px;
  }
}
html body .main .aiw__annotation {
  margin-top: 10px;
  font-size: 14px;
  text-align-last: left;
}
@media screen and (max-width: 768px) {
  html body .main .aiw__annotation {
    font-size: 12px;
  }
}

.read_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}
.read_box p {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .read_box p {
    font-size: 16px;
    width: 80%;
  }
}
.read_box p .link_txt {
  text-decoration: underline;
}
.read_box p .link_txt:hover {
  text-decoration: none;
}

.breadcrumbs {
  margin-bottom: 40px !important;
}

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