:root {
  --c-ThkRed: hsl(356 88.6% 44.7%);
  --c-ThkRed80: hsl(356 71.7% 55.7%);
  --c-ThkRed60: hsl(357 71.6% 66.9%);
  --c-ThkRed40: hsl(356 71.7% 77.8%);
  --c-ThkRed20: hsl(357 71.4% 89%);
  --c-ThkGraphRed: hsl(356 88.6% 44.7%);
  --c-ThkGraphRed70: hsl(357 71.6% 61.4%);
  --c-ThkGraphRed40: hsl(356 71.7% 77.8%);
  --c-ThkGraphRed15: hsl(358 71.4% 91.8%);
  --c-ThkGraphGray45: hsl(0 0% 54.9%);
  --c-ThkGraphGray25: hsl(0 0% 74.9%);
  --c-grayBg: hsl(0 0% 90.2%);
  --c-gray11: hsl(0 0% 6.7%);
  --c-grayDC: hsl(0 0% 86.3%);
  --c-grayC2: hsl(0 0% 76.1%);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-dummy: hsl(0 0% 47.1%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --fadeInLength: 20px;
  --fadeInOpacityDuration: 0.8s;
  --lmContentsDelay: 0.3s;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

.index_wrap {
  margin-top: 70px;
  margin-inline: auto;
  padding: 150px 120px;
  width: 1240px;
  position: relative;
}
@media screen and (max-width: 1339px) {
  .index_wrap {
    padding: 120px 6vw;
    width: 88vw;
  }
}
@media screen and (max-width: 1239px) {
  .index_wrap {
    padding: 100px 6vw;
  }
}
@media screen and (max-width: 1039px) {
  .index_wrap {
    margin-top: calc(68px + 6vw);
    padding: 80px 4vw;
  }
}
@media screen and (max-width: 639px) {
  .index_wrap {
    margin-top: calc(60px + 6vw);
    padding: 50px 4vw;
  }
}
.index_wrap::before {
  content: "";
  display: inline-block;
  background-color: var(--c-white);
  position: absolute;
  inset: 0;
}
.index_wrap .index_title {
  position: relative;
}
.index_wrap .index_title .en {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .index_wrap .index_title .en {
    column-gap: 23px;
  }
}
@media screen and (max-width: 639px) {
  .index_wrap .index_title .en {
    column-gap: 16px;
  }
}
.index_wrap .index_title .en::before, .index_wrap .index_title .en::after {
  content: "";
  display: inline-block;
  background-image: url("../../_assets/img/_common/section_title_line_red.svg");
  background-repeat: no-repeat;
}
.index_wrap .index_title .en::before {
  background-position: right center;
}
.index_wrap .index_title .en::after {
  background-position: left center;
}
.index_wrap .index_title .en h1 {
  margin-right: -0.15em;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.index_wrap .index_title .en h1 span {
  font-weight: 600;
}
.index_wrap .index_title .en h1 {
  color: var(--c-white);
  -webkit-text-stroke: 1.5px var(--c-ThkRed);
  text-stroke: 1.5px var(--c-ThkRed);
}
@media screen and (max-width: 1239px) {
  .index_wrap .index_title .en h1 {
    font-size: 35px;
    -webkit-text-stroke: 1.25px var(--c-ThkRed);
    text-stroke: 1.25px var(--c-ThkRed);
  }
}
@media screen and (max-width: 639px) {
  .index_wrap .index_title .en h1 {
    font-size: 28px;
    -webkit-text-stroke: 1px var(--c-ThkRed);
    text-stroke: 1px var(--c-ThkRed);
  }
}
.index_wrap .index_title .en.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.index_wrap .index_title .en.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.index_wrap .index_title .en.fadeElem h1 {
  opacity: 0;
  translate: 0 20px;
}
.index_wrap .index_title .en.fadeIn::before, .index_wrap .index_title .en.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.index_wrap .index_title .en.fadeIn h1 {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.index_wrap .index_title .jp {
  margin-top: 15px;
}
@media screen and (max-width: 639px) {
  .index_wrap .index_title .jp {
    margin-top: 20px;
  }
}
.index_wrap .index_title .jp h5 {
  padding-left: 0.1em;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.index_wrap .index_title .jp h5 span {
  font-weight: 600;
}
.index_wrap .index_title .jp h5 {
  text-align: center;
}
.index_wrap .index_filter {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  margin-top: 30px;
  padding-top: 50px;
  margin-inline: auto;
  width: 740px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .index_wrap .index_filter {
    margin-top: 20px;
    padding-top: 40px;
    width: 600px;
  }
}
@media screen and (max-width: 839px) {
  .index_wrap .index_filter {
    margin-top: 10px;
    padding-top: 30px;
    width: 76vw;
  }
}
.index_wrap .index_filter .filter_box .title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 10px;
  position: relative;
}
.index_wrap .index_filter .filter_box .title::before, .index_wrap .index_filter .filter_box .title::after {
  align-self: center;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--c-black), var(--c-black) 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}
.index_wrap .index_filter .filter_box .title h3 {
  margin-right: -0.1em;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.index_wrap .index_filter .filter_box .title h3 span {
  font-weight: 600;
}
.index_wrap .index_filter .filter_box .title h3 {
  translate: 0 0.05em;
}
@media screen and (max-width: 1239px) {
  .index_wrap .index_filter .filter_box .title h3 {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 639px) {
  .index_wrap .index_filter .filter_box .title h3 {
    font-size: 15px;
  }
}
.index_wrap .index_filter .filter_box .title.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.index_wrap .index_filter .filter_box .title.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.index_wrap .index_filter .filter_box .title.fadeElem h3 {
  opacity: 0;
  translate: 0 20px;
}
.index_wrap .index_filter .filter_box .title.fadeIn::before, .index_wrap .index_filter .filter_box .title.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.index_wrap .index_filter .filter_box .title.fadeIn h3 {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.index_wrap .index_filter .filter_box .content {
  margin-top: 35px;
}
@media screen and (max-width: 1239px) {
  .index_wrap .index_filter .filter_box .content {
    margin-top: 32px;
  }
}
@media screen and (max-width: 639px) {
  .index_wrap .index_filter .filter_box .content {
    margin-top: 30px;
  }
}
.index_wrap .index_filter .filter_box .content .tag_ul {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 30px;
  row-gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 1239px) {
  .index_wrap .index_filter .filter_box .content .tag_ul {
    column-gap: 25px;
    row-gap: 27px;
  }
}
@media screen and (max-width: 839px) {
  .index_wrap .index_filter .filter_box .content .tag_ul {
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 639px) {
  .index_wrap .index_filter .filter_box .content .tag_ul {
    column-gap: 20px;
    row-gap: 25px;
  }
}
.index_wrap .index_filter .filter_box .content .tag_ul li.tag .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .index_wrap .index_filter .filter_box .content .tag_ul li.tag .btn {
    width: 165px;
  }
}
@media screen and (max-width: 639px) {
  .index_wrap .index_filter .filter_box .content .tag_ul li.tag .btn {
    width: 130px;
  }
}
.index_wrap .index_filter .filter_box .content .tag_ul li.tag .btn::before {
  transition: border 0.3s, background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: transparent;
  border: 1px solid var(--c-black);
  border-radius: inherit;
  position: absolute;
  inset: 0;
}
.index_wrap .index_filter .filter_box .content .tag_ul li.tag .btn .text {
  transition: color 0.3s;
  margin-right: -0.15em;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.index_wrap .index_filter .filter_box .content .tag_ul li.tag .btn .text span {
  font-weight: 600;
}
.index_wrap .index_filter .filter_box .content .tag_ul li.tag .btn .text {
  position: relative;
}
@media screen and (max-width: 1239px) {
  .index_wrap .index_filter .filter_box .content .tag_ul li.tag .btn .text {
    font-size: 15.5px;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 639px) {
  .index_wrap .index_filter .filter_box .content .tag_ul li.tag .btn .text {
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}
.index_wrap .index_filter .filter_box .content .tag_ul li.tag .btn .text span.hash {
  font-weight: 500;
}
.index_wrap .index_filter .filter_box .content .tag_ul li.tag .btn .text span.hash span {
  font-weight: 500;
}
@media screen and (min-width: 1239px) {
  .index_wrap .index_filter .filter_box .content .tag_ul li.tag .btn:hover::before {
    border: 1px solid var(--c-ThkRed);
  }
}
@media screen and (min-width: 1239px) {
  .index_wrap .index_filter .filter_box .content .tag_ul li.tag .btn:hover .text {
    color: var(--c-ThkRed);
  }
}
.index_wrap .index_filter .filter_box .content .tag_ul li.tag.active .btn::before {
  background-color: var(--c-ThkRed);
  border: 1px solid var(--c-ThkRed);
}
.index_wrap .index_filter .filter_box .content .tag_ul li.tag.active .btn .text {
  color: var(--c-white);
}
.index_wrap .index_filter .line {
  margin: 30px 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--c-black), var(--c-black) 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}
.index_wrap .index_filter .line.fadeElem {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.index_wrap .index_filter .line.fadeIn {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.index_wrap .index_content {
  margin-top: 80px;
  margin-inline: auto;
  width: 1000px;
  position: relative;
}
@media screen and (max-width: 1339px) {
  .index_wrap .index_content {
    width: auto;
  }
}
@media screen and (max-width: 1239px) {
  .index_wrap .index_content {
    margin-top: 65px;
  }
}
@media screen and (max-width: 639px) {
  .index_wrap .index_content {
    margin-top: 50px;
  }
}
.index_wrap .index_content::before {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: var(--c-black);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.index_wrap .index_content .item_ul {
  transition: opacity 0.25s, height 0.75s var(--easeInOutQuart);
  opacity: 0;
  min-height: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 60px;
  padding-top: 80px;
}
@media screen and (max-width: 1239px) {
  .index_wrap .index_content .item_ul {
    column-gap: 40px;
    row-gap: 50px;
    padding-top: 65px;
  }
}
@media screen and (max-width: 1039px) {
  .index_wrap .index_content .item_ul {
    grid-template-columns: auto auto;
    justify-content: center;
  }
}
@media screen and (max-width: 839px) {
  .index_wrap .index_content .item_ul {
    display: none;
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 639px) {
  .index_wrap .index_content .item_ul {
    row-gap: 40px;
    padding-top: 50px;
  }
}
.index_wrap .index_content .item_ul li.item {
  transition: opacity 0s, translate 0s;
  opacity: 0;
  translate: 0 20px;
  display: none;
  grid-template-columns: 1fr;
  width: 300px;
}
@media screen and (max-width: 1339px) {
  .index_wrap .index_content .item_ul li.item {
    width: 100%;
  }
}
@media screen and (max-width: 1039px) {
  .index_wrap .index_content .item_ul li.item {
    width: 30vw;
  }
}
@media screen and (max-width: 839px) {
  .index_wrap .index_content .item_ul li.item {
    width: 48vw;
  }
}
@media screen and (max-width: 639px) {
  .index_wrap .index_content .item_ul li.item {
    width: 60vw;
    min-width: 235px;
  }
}
.index_wrap .index_content .item_ul li.item > a .photo {
  padding-top: 66.6666666667%;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 839px) {
  .index_wrap .index_content .item_ul li.item > a .photo {
    padding-top: 100%;
  }
}
.index_wrap .index_content .item_ul li.item > a .photo img {
  transition: scale 0.5s var(--easeOutQuart);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 1239px) {
  .index_wrap .index_content .item_ul li.item > a:hover .photo img {
    scale: 1.05;
  }
}
.index_wrap .index_content .item_ul li.item .spec_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  margin-top: 20px;
}
.index_wrap .index_content .item_ul li.item .spec_ul li {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.index_wrap .index_content .item_ul li.item .spec_ul li .title {
  align-self: end;
  margin-bottom: 6px;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.index_wrap .index_content .item_ul li.item .spec_ul li .title span {
  font-weight: 400;
}
.index_wrap .index_content .item_ul li.item .spec_ul li .content {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.index_wrap .index_content .item_ul li.item .spec_ul li .content span {
  font-weight: 400;
}
@media screen and (max-width: 1239px) {
  .index_wrap .index_content .item_ul li.item .spec_ul li .content {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  .index_wrap .index_content .item_ul li.item .spec_ul li .content {
    font-size: 14px;
  }
}
.index_wrap .index_content .item_ul li.item .spec_ul li .line {
  grid-column: 1/3;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
}
.index_wrap .index_content .item_ul li.item .link {
  justify-self: end;
  margin-top: 30px;
}
@media screen and (max-width: 1239px) {
  .index_wrap .index_content .item_ul li.item .link {
    margin-top: 27px;
  }
}
@media screen and (max-width: 639px) {
  .index_wrap .index_content .item_ul li.item .link {
    margin-top: 25px;
  }
}
.index_wrap .index_content .item_ul li.item .link .btn a {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  position: relative;
}
.index_wrap .index_content .item_ul li.item .link .btn a::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: transparent;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
.index_wrap .index_content .item_ul li.item .link .btn a .arrow {
  transition: translate 0.5s var(--easeOutQuart);
  line-height: 0;
  position: relative;
}
.index_wrap .index_content .item_ul li.item .link .btn a .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke: var(--c-ThkRed);
  stroke-width: 1px;
}
.index_wrap .index_content .item_ul li.item .link .btn a .text {
  transition: color 0.3s;
  margin-left: 7px;
  margin-right: -0.05em;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.index_wrap .index_content .item_ul li.item .link .btn a .text span {
  font-weight: 500;
}
.index_wrap .index_content .item_ul li.item .link .btn a .text {
  color: var(--c-ThkRed);
  position: relative;
}
@media screen and (min-width: 1239px) {
  .index_wrap .index_content .item_ul li.item .link .btn a:hover::before {
    background-color: var(--c-ThkRed);
  }
}
@media screen and (min-width: 1239px) {
  .index_wrap .index_content .item_ul li.item .link .btn a:hover .arrow {
    translate: 2px 0;
  }
}
@media screen and (min-width: 1239px) {
  .index_wrap .index_content .item_ul li.item .link .btn a:hover .arrow svg {
    stroke: var(--c-white);
  }
}
@media screen and (min-width: 1239px) {
  .index_wrap .index_content .item_ul li.item .link .btn a:hover .text {
    color: var(--c-white);
  }
}
.index_wrap .index_content .item_ul li.item.displayOn {
  display: grid;
}
.index_wrap .index_content .item_ul li.item.fadeIn {
  transition: opacity 0.75s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.index_wrap .index_content .item_ul li.item.gray {
  pointer-events: none;
}
.index_wrap .index_content .item_ul.fadeIn {
  transition: opacity 0s, height 0.75s var(--easeInOutQuart);
  opacity: 1;
}
.index_wrap .index_content .item_mb_ul {
  display: none;
}
@media screen and (max-width: 839px) {
  .index_wrap .index_content .item_mb_ul {
    transition: opacity 0.25s, height 0.75s var(--easeInOutQuart);
    opacity: 0;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 26px;
    row-gap: 30px;
    justify-content: center;
    padding-top: 65px;
  }
}
@media screen and (max-width: 639px) {
  .index_wrap .index_content .item_mb_ul {
    column-gap: 21px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 439px) {
  .index_wrap .index_content .item_mb_ul {
    column-gap: 16px;
  }
}
.index_wrap .index_content .item_mb_ul li {
  transition: opacity 0s, translate 0s;
  opacity: 0;
  translate: 0 20px;
  display: none;
  grid-template-columns: 1fr;
  width: 220px;
}
@media screen and (max-width: 639px) {
  .index_wrap .index_content .item_mb_ul li {
    width: 160px;
  }
}
@media screen and (max-width: 439px) {
  .index_wrap .index_content .item_mb_ul li {
    width: 140px;
  }
}
.index_wrap .index_content .item_mb_ul li .photo {
  width: 100%;
  height: 220px;
}
@media screen and (max-width: 639px) {
  .index_wrap .index_content .item_mb_ul li .photo {
    height: 160px;
  }
}
@media screen and (max-width: 439px) {
  .index_wrap .index_content .item_mb_ul li .photo {
    height: 140px;
  }
}
.index_wrap .index_content .item_mb_ul li .photo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.index_wrap .index_content .item_mb_ul li .photo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_wrap .index_content .item_mb_ul li .occupation {
  padding-top: 10px;
  margin-right: -0.15em;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.index_wrap .index_content .item_mb_ul li .occupation span {
  font-weight: 600;
}
.index_wrap .index_content .item_mb_ul li .occupation {
  text-align: center;
}
.index_wrap .index_content .item_mb_ul li .line {
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
}
.index_wrap .index_content .item_mb_ul li .joined {
  padding-top: 10px;
  margin-right: -0.08em;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.index_wrap .index_content .item_mb_ul li .joined span {
  font-weight: 600;
}
.index_wrap .index_content .item_mb_ul li .joined {
  text-align: center;
}
.index_wrap .index_content .item_mb_ul li .btn {
  justify-self: center;
  margin-top: 15px;
}
.index_wrap .index_content .item_mb_ul li .btn a {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  position: relative;
}
.index_wrap .index_content .item_mb_ul li .btn a::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: transparent;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
.index_wrap .index_content .item_mb_ul li .btn a .arrow {
  transition: translate 0.5s var(--easeOutQuart);
  line-height: 0;
  position: relative;
}
.index_wrap .index_content .item_mb_ul li .btn a .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke: var(--c-ThkRed);
  stroke-width: 1px;
}
.index_wrap .index_content .item_mb_ul li .btn a .text {
  transition: color 0.3s;
  margin-left: 7px;
  margin-right: -0.05em;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.index_wrap .index_content .item_mb_ul li .btn a .text span {
  font-weight: 500;
}
.index_wrap .index_content .item_mb_ul li .btn a .text {
  color: var(--c-ThkRed);
  position: relative;
}
.index_wrap .index_content .item_mb_ul li.item.displayOn {
  display: grid;
}
.index_wrap .index_content .item_mb_ul li.item.fadeIn {
  transition: opacity 0.75s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.index_wrap .index_content .item_mb_ul li.item.gray {
  pointer-events: none;
}
.index_wrap .index_content .item_mb_ul.fadeIn {
  transition: opacity 0s, height 0.75s var(--easeInOutQuart);
  opacity: 1;
}
.index_wrap .index_content .no_contents {
  transition: opacity 0.25s, translate 0s 0.25s;
  display: none;
  opacity: 0;
  translate: 0 20px;
  padding-top: 20px;
  position: relative;
}
.index_wrap .index_content .no_contents .text {
  padding-left: 0.15em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.index_wrap .index_content .no_contents .text span {
  font-weight: 500;
}
.index_wrap .index_content .no_contents .text {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  .index_wrap .index_content .no_contents .text {
    font-size: 17px;
  }
}
@media screen and (max-width: 639px) {
  .index_wrap .index_content .no_contents .text {
    font-size: 16px;
  }
}
.index_wrap .index_content .no_contents.displayOn {
  display: block;
}
.index_wrap .index_content .no_contents.fadeIn {
  transition: opacity 0.5s, translate 0.5s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.index_wrap .index_content.fadeElem::before {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.index_wrap .index_content.fadeIn::before {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.index_wrap.fadeElem::before {
  opacity: 0;
  translate: 0 20px;
}

.index_wrap.fadeIn::before {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}