@charset "UTF-8";
/* ===============================================
タブレット用のレイアウトで不都合が生じる部分が多いため、SP用レイアウトの長さはすべてvwを使用し、
タブレットではSP用レイアウトを拡大することで対応しています。

vwの算出はsassを使用しているため、cssの変更をする場合はなるべく
scssのmixinを利用し、vwを算出してください。

※
sassを更新せずmain_style.cssを更新した場合は、先祖返りすることがあります。
sassが使えない場合は、custum_style.cssを使うことで、sassを更新した場合の先祖返りを防げます。
=============================================== */
body {
  margin-top: 12.8vw; /* headerの高さ分さげる */
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", meiryo, arial, sans-serif;
  line-height: 1.7;
  color: #000;
}

@media (min-width: 960px) {
  body {
    margin-top: 68px;
  }
}

img {
  display: inline-block;
  max-width: 100%;
  line-height: 1;
}

.bg-gradient {
  background: linear-gradient(to right, #8cc7d5, #8f9fb9 40%, #947a9f);
}

.ttl-def {
  font-size: 30px;
  font-size: 8vw;
  font-feature-settings: "palt";
  text-align: center;
}

@media (min-width: 960px) {
  .ttl-def {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.el-anker {
  display: block;
  padding-top: 12.8vw;
  margin-top: -12.8vw;
}

@media (min-width: 960px) {
  .el-anker {
    padding-top: 68px;
    margin-top: -68px;
  }
}

@media (min-width: 960px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}

@media (min-width: 960px) {
  .br-pc {
    display: inline;
  }
}

.bg-wrap {
  position: relative;
  overflow: hidden;
}

.bg-base-footer,
.bg-base-top {
  position: relative;
  overflow: hidden;
}

.bg-tryangle-def {
  position: absolute;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.bg-tryangle-kv {
  top: -35px;
  left: -129px;
  width: 421px;
  mix-blend-mode: normal;
  transform: rotate(50deg);
}

@media (min-width: 960px) {
  .bg-tryangle-kv {
    top: -241px;
    left: 0;
    width: 1010px;
  }
}

.bg-tryangle--1 {
  top: 181.3333333333vw;
  right: -48.5333333333vw;
  width: 126.4vw;
  transform: rotate(310deg);
}

@media (min-width: 960px) {
  .bg-tryangle--1 {
    top: 923px;
    right: -273px;
    width: 1010px;
  }
}

.bg-tryangle--2 {
  top: 418.4vw;
  left: -10.6666666667vw;
  width: 126.4vw;
  transform: rotate(50deg);
}

@media (min-width: 960px) {
  .bg-tryangle--2 {
    top: 2039px;
    left: -143px;
    width: 1010px;
  }
}

.bg-tryangle--3 {
  top: 628.2666666667vw;
  right: -33.8666666667vw;
  width: 126.4vw;
  transform: rotate(310deg);
}

@media (min-width: 960px) {
  .bg-tryangle--3 {
    top: 2836px;
    right: -201px;
    width: 1010px;
  }
}

.bg-tryangle--4 {
  top: 913.6vw;
  left: -15.7333333333vw;
  width: 126.4vw;
  transform: rotate(50deg);
}

@media (min-width: 960px) {
  .bg-tryangle--4 {
    top: 4107px;
    left: -143px;
    width: 1010px;
  }
}

.bg-tryangle--5 {
  top: 1253.3333333333vw;
  right: -13.0666666667vw;
  width: 126.4vw;
  transform: rotate(310deg);
}

@media (min-width: 960px) {
  .bg-tryangle--5 {
    top: 5130px;
    right: -201px;
    width: 1010px;
  }
}

.bg-tryangle--6 {
  bottom: 53.6vw;
  left: -13.0666666667vw;
  width: 126.4vw;
  transform: rotate(50deg);
}

@media (min-width: 960px) {
  .bg-tryangle--6 {
    bottom: 68px;
    left: -143px;
    width: 1010px;
  }
}

.ly-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding-block: 4vw;
  padding-inline: 16px;
  background-color: #000;
}

@media (min-width: 960px) {
  .ly-header {
    padding-block: 20px;
  }
}

.ly-header-inn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 960px) {
  .ly-header-inn {
    max-width: 1129px;
    margin-inline: auto;
  }
}

.ly-header-inn-logo h1 {
  line-height: 0;
}

.ly-header-inn-logo .header-logo {
  width: 32.5333333333vw;
  height: auto;
}

@media (min-width: 960px) {
  .ly-header-inn-logo .header-logo {
    position: absolute;
    top: 20px;
    left: 35px;
    width: 151px;
  }
}

@media (min-width: 960px) {
  .ly-header-inn-hamburger {
    display: none;
  }
}

.ly-header-inn-hamburger .icon-hamburger {
  position: relative;
  width: 6.4vw;
  height: 4.8vw;
  cursor: pointer;
}

.ly-header-inn-hamburger span {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 0.8vw;
  background-color: #fff;
  transform: translateY(-50%);
}

.ly-header-inn-hamburger span:first-child {
  top: 0;
}

.ly-header-inn-hamburger span:last-child {
  top: 100%;
}

.ly-header-inn-menu {
  position: absolute;
  top: 12.8vw;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 86.1333333333vw;
  padding-inline: 9.6vw;
  background-color: #000;
}

@media (min-width: 960px) {
  .ly-header-inn-menu {
    position: initial;
    width: auto;
    min-height: auto;
    padding-inline: 0;
  }
}

.header-menu {
  display: flex;
  flex-direction: column;
  gap: 9.0666666667vw;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media (min-width: 960px) {
  .header-menu {
    flex-direction: row;
    gap: 96px;
  }
}

.header-menu a {
  font-family: Avenir, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", meiryo, arial, sans-serif;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 960px) {
  .header-menu a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.header-menu a:hover {
  opacity: 0.7;
}

.bg-hamburger {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: #BABABA;
  mix-blend-mode: multiply;
}

.ly-header-inn-menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 960px) {
  .ly-header-inn-menu {
    visibility: visible;
    opacity: 1;
  }
}

.ly-header-inn-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.bg-hamburger {
  display: none;
}

.bg-hamburger.is-open {
  display: inherit;
}

.ly-footer {
  padding-inline: 16px;
  padding-top: 12.2666666667vw;
  padding-bottom: 11.4666666667vw;
  margin-top: 26.6666666667vw;
}

@media (min-width: 960px) {
  .ly-footer {
    padding-top: 66px;
    padding-bottom: 64px;
    margin-top: 150px;
  }
}

.ly-footer-inn {
  display: grid;
  gap: 8vw;
  max-width: 1129px;
  margin-inline: auto;
}

@media (min-width: 960px) {
  .ly-footer-inn {
    grid-template-columns: 360px minmax(min-content, 614px);
    gap: 80px;
    align-items: center;
    justify-content: space-between;
  }
}

.ly-footer-inn-img {
  text-align: center;
}

.ly-footer-inn-txt {
  font-size: 14px;
  font-size: 3.7333333333vw;
}

@media (min-width: 960px) {
  .ly-footer-inn-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.top-kv-wrap {
  position: relative;
  height: 782px;
  padding-inline: 16px;
  padding-top: 48px;
  overflow-x: hidden;
  background: url("../images/top-bg.png"), radial-gradient(at 50px 50px, #00EBFF, #1DA1B9 40%, #460858);
  background-size: auto 100%, 100%;
}

@media (min-width: 960px) {
  .top-kv-wrap {
    height: 1052px;
    padding-top: 149px;
    background: url("../images/top-bg.png"), radial-gradient(at 200px 200px, #00EBFF, #1DA1B9 30%, #460858);
    background-size: auto 100%, 100%;
  }
}

.top-kv-wrap::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 400px;
  content: "";
  background: linear-gradient(0deg, #fff 30px, rgb(255 255 255 / 0%));
}

@media (min-width: 960px) {
  .top-kv-wrap::after {
    background: linear-gradient(0deg, #fff 60px, rgb(255 255 255 / 0%));
  }
}

.top-kv {
  position: relative;
  z-index: 2;
}

@media (min-width: 960px) {
  .top-kv {
    max-width: 1129px;
    margin-inline: auto;
  }
}

.top-kv-lead {
  margin-top: 22px;
  font-size: 45px;
  font-size: 12vw;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.2;
}

@media (min-width: 960px) {
  .top-kv-lead {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media (min-width: 960px) {
  .top-kv-lead {
    margin-top: 42px;
  }
}

.top-concept-wrap {
  position: relative;
  top: -269px;
  z-index: 2;
  padding-inline: 16px;
}

@media (min-width: 960px) {
  .top-concept-wrap {
    top: -189px;
  }
}

@media (min-width: 960px) {
  .top-concept {
    max-width: 1129px;
    margin-inline: auto;
  }
}

.ttl-top {
  font-family: Avenir, "Helvetica Nune", Helvetica, Arial, sans-serif;
}

.subttl-top {
  margin-top: 10px;
  font-size: 25px;
  font-size: 6.6666666667vw;
  text-align: center;
}

@media (min-width: 960px) {
  .subttl-top {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 960px) {
  .subttl-top {
    margin-top: 61px;
  }
}

.top-concept-txt {
  padding-inline: 20px;
  margin-top: 30px;
  font-size: 14px;
  font-size: 3.7333333333vw;
}

@media (min-width: 960px) {
  .top-concept-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 960px) {
  .top-concept-txt {
    margin-top: 43px;
    text-align: center;
  }
}

.top-tryangle-def {
  position: absolute;
  top: 42.9333333333vw;
  right: -7.2vw;
  z-index: 1;
  width: 99.7333333333vw;
}

@media (min-width: 960px) {
  .top-tryangle-def {
    top: 111px;
    right: -20px;
    width: auto;
  }
}

.top-tryangle-concept {
  position: absolute;
  top: -67.7333333333vw;
  left: -2.6666666667vw;
  z-index: 1;
  width: 76vw;
}

@media (min-width: 960px) {
  .top-tryangle-concept {
    top: -377px;
    left: -20px;
    width: 578px;
  }
}

.ly-partner {
  padding-inline: 16px;
}

.ly-partner-inn {
  padding-top: 13.6vw;
}

@media (min-width: 960px) {
  .ly-partner-inn {
    padding-top: 126px;
  }
}

.ttl-partner {
  margin-bottom: 8.5333333333vw;
}

@media (min-width: 960px) {
  .ttl-partner {
    margin-bottom: 90px;
  }
}

.partner-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8.8vw 10.6666666667vw;
  padding-inline: 5.3333333333vw;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  list-style-type: none;
}

@media (min-width: 960px) {
  .partner-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 45px;
    max-width: 723px;
    padding-inline: 0;
    margin-inline: auto;
  }
}

.partner-card {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}

.partner-card::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.partner-card::after {
  position: absolute;
  bottom: 5.3333333333vw;
  left: 50%;
  display: block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  content: "";
  background: url("../images/svg/icon-arrow.svg") no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

@media (min-width: 960px) {
  .partner-card::after {
    bottom: 20px;
    width: 16px;
    height: 16px;
  }
}

.partner-card-img {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 3.4666666667vw 3.4666666667vw 8vw;
}

@media (min-width: 960px) {
  .partner-card-img {
    padding: 13px 13px 30px;
  }
}

@media (min-width: 600px) {
  .partner-card-img img {
    width: 100%;
    height: 60%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (min-width: 960px) {
  .partner-card-img img {
    height: 75px;
  }
}

.modaal-content-container {
  padding: 60px 40px;
}

.modaal-container {
  max-width: 386px;
}

.js-modaal-cont {
  display: none;
}

.js-modaal-cont-logo {
  text-align: center;
}

.js-modaal-cont-logo figcaption {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.js-modaal-cont-list {
  padding: 0;
  margin: 20px 0 0;
  margin-inline: auto;
  font-size: 14px;
  font-size: 0.875rem;
  list-style-type: none;
}

@media (min-width: 960px) {
  .js-modaal-cont-list {
    margin-top: 30px;
  }
}

.js-modaal-cont-list li + li {
  margin-top: 1.3333333333vw;
}

@media (min-width: 960px) {
  .js-modaal-cont-list li + li {
    margin-top: 5px;
  }
}

.js-modaal-close {
  position: absolute;
  top: 17px;
  right: 22px;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.js-modaal-close span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #BABABA;
  transform: translateY(-50%);
}

.js-modaal-close span:first-child {
  transform: rotate(45deg);
}

.js-modaal-close span:last-child {
  transform: rotate(-45deg);
}

.ly-manager {
  padding-inline: 16px;
  margin-top: 72px;
}

@media (min-width: 960px) {
  .ly-manager {
    margin-top: 218px;
  }
}

.ttl-manager {
  margin-bottom: 50px;
}

.manager-txt {
  font-size: 18px;
  font-size: 4.8vw;
}

@media (min-width: 960px) {
  .manager-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 960px) {
  .manager-txt {
    text-align: center;
  }
}

.ly-special {
  position: relative;
  padding-inline: 16px;
}

.ly-special-inn {
  padding-top: 17.0666666667vw;
  padding-bottom: 18.4vw;
}

@media (min-width: 960px) {
  .ly-special-inn {
    padding-top: 73px;
    padding-bottom: 118px;
  }
}

.ly-special-head {
  text-align: center;
}

.subttl-special {
  display: inline-block;
  padding-inline: 4vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 11.2vw;
  background-color: #E5D1FF;
}

@media (min-width: 960px) {
  .subttl-special {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .subttl-special {
    padding-inline: 15px;
    line-height: 42px;
  }
}

.ttl-partner {
  margin-top: 2.6666666667vw;
}

@media (min-width: 960px) {
  .ttl-partner {
    margin-top: 13px;
  }
}

.special-cards {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12vw;
}

@media (min-width: 960px) {
  .special-cards {
    gap: 88px;
    max-width: 1129px;
    margin-inline: auto;
  }
}

.special-card {
  display: grid;
}

@media (min-width: 960px) {
  .special-card {
    grid-template-columns: 1fr 1fr;
  }

  .special-card .special-card-item:nth-child(1),
  .special-card .special-card-item:nth-child(4) {
    grid-column: 1/3;
  }

  .special-card .special-card-item:nth-child(2) {
    grid-column: 1/2;
    margin-right: -0.8vw; /* 線が太くなるのを防止 */
  }
}

@media (min-width: 960px) and (min-width: 960px) {
  .special-card .special-card-item:nth-child(2) {
    margin-right: -3px;
  }
}

@media (min-width: 960px) {
  .special-card .special-card-item:nth-child(3) {
    grid-column: 2/3;
  }
}

.special-card-item {
  padding: 20px;
  margin-bottom: -0.8vw; /* 線が太くなるのを防止 */
  border: 0.8vw solid #000;
}

@media (min-width: 960px) {
  .special-card-item {
    margin-bottom: -3px;
    border: 3px solid #000;
  }
}

.special-card-item--ttl {
  display: flex;
  flex-direction: column;
  gap: 1.3333333333vw;
  font-weight: bold;
}

@media (min-width: 960px) {
  .special-card-item--ttl {
    flex-direction: row;
    gap: 33px;
    align-items: center;
    padding: 13px 23px;
  }
}

.special-card-date {
  font-family: Avenir, "Helvetica Nune", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 4.8vw;
}

@media (min-width: 960px) {
  .special-card-date {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.special-card-ttl {
  font-size: 18px;
  font-size: 4.8vw;
}

@media (min-width: 960px) {
  .special-card-ttl {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.special-card-item--speaker {
  display: grid;
  place-items: center;
}

.special-speakers-wrap {
  display: grid;
  gap: 7.7333333333vw;
}

@media (min-width: 960px) {
  .special-speakers-wrap {
    grid-template-columns: 227px 227px;
    gap: 35px;
    justify-content: center;
  }
}

@media (min-width: 960px) {
  .special-card-item--speaker-cnt1 {
    text-align: center;
  }

  .special-card-item--speaker-cnt1 .special-speakers:nth-child(1) {
    grid-column: 1/3;
  }
}

@media (min-width: 960px) {
  .special-card-item--speaker-cnt3 .special-speakers:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}

.special-speakers {
  display: grid;
  grid-template-columns: 39.7333333333vw 1fr;
  gap: 2.6666666667vw;
  align-items: center;
}

@media (min-width: 960px) {
  .special-speakers {
    grid-template-rows: min-content min-content;
    grid-template-columns: auto;
    gap: 10px;
  }
}

@media (min-width: 960px) {
  .special-speaker-name-label {
    text-align: center;
  }
}

.special-speaker-name-label--ttl {
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 1.6;
}

@media (min-width: 960px) {
  .special-speaker-name-label--ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.special-speaker-name-label--name {
  margin-top: 2.6666666667vw;
  font-weight: bold;
  line-height: 1.4;
}

@media (min-width: 960px) {
  .special-speaker-name-label--name {
    margin-top: 10px;
  }
}

.special-speaker-name-label--name .main-name {
  font-size: 18px;
  font-size: 4.8vw;
}

@media (min-width: 960px) {
  .special-speaker-name-label--name .main-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.special-speaker-name-label--name .sub-name {
  font-size: 14px;
  font-size: 3.7333333333vw;
}

@media (min-width: 960px) {
  .special-speaker-name-label--name .sub-name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.special-schedules {
  display: grid;
  gap: 2.6666666667vw;
}

@media (min-width: 960px) {
  .special-schedules {
    grid-template-columns: 90px 1fr;
    gap: 25px 20px;
    margin-block: 10px;
  }
}

.special-schedules-item {
  font-size: 14px;
  font-size: 3.7333333333vw;
}

@media (min-width: 960px) {
  .special-schedules-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.special-schedules-item--time {
  font-family: Avenir, "Helvetica Nune", Helvetica, sans-serif;
}

.special-schedules-item--cont {
  padding: 2.6666666667vw 4vw;
  font-weight: bold;
  background-color: #F6EFFF;
}

@media (min-width: 960px) {
  .special-schedules-item--cont {
    padding: 10px 15px;
  }
}

.special-schedules-item--cont .sub {
  margin-top: 2.6666666667vw;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: normal;
}

@media (min-width: 960px) {
  .special-schedules-item--cont .sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 960px) {
  .special-schedules-item--cont .sub {
    margin-top: 10px;
  }
}

.special-readmore {
  text-align: center;
}

@media (min-width: 960px) {
  .special-readmore {
    display: none;
  }
}

.special-readmore-btn {
  position: relative;
  display: inline-block;
  width: 48.5333333333vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 7.7333333333vw;
  cursor: pointer;
  background-color: #E5D1FF;
  border: 0.5333333333vw solid #000;
  border-radius: 13.3333333333vw;
}

@media (min-width: 960px) {
  .special-readmore-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .special-readmore-btn {
    width: 182px;
    line-height: 29px;
    border: 2px solid #000;
    border-radius: 50px;
  }
}

.special-readmore-btn::before {
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  display: block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  content: "";
  background: url("../../images/svg/icon-under.svg") no-repeat top 50% left 50%;
  background-size: contain;
  transform: translateY(-50%) rotate(0);
}

@media (min-width: 960px) {
  .special-readmore-btn::before {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

.special-readmore-btn.is-close::before {
  transform: translateY(-50%) rotate(180deg);
}

.special-btn {
  display: flex;
  flex-direction: column;
  gap: 6.9333333333vw;
}

@media (min-width: 960px) {
  .special-btn {
    flex-direction: row;
    gap: 0;
    justify-content: center;
  }
}

.btn-special {
  display: inline-block;
  width: 77.3333333333vw;
  padding: 3.4666666667vw 2.6666666667vw;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.4;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 0.5333333333vw solid #000;
  border-radius: 13.3333333333vw;
}

@media (min-width: 960px) {
  .btn-special {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 960px) {
  .btn-special {
    width: 290px;
    padding: 13px 10px;
    border: 2px solid #000;
    border-radius: 50px;
  }
}

.btn-special:hover {
  background: #AF9CC7;
}

.btn-special--gradient {
  background: linear-gradient(#78DCE5, #1DA1B9);
}

.btn-special--gradient:hover {
  color: #fff;
  background: #000;
}

.btn-special--unlink {
  color: red;
  pointer-events: none;
}

.special-btn-cf {
  margin-top: 1.3333333333vw;
  font-size: 10px;
  font-size: 2.6666666667vw;
  line-height: 1.3;
}

@media (min-width: 960px) {
  .special-btn-cf {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media (min-width: 960px) {
  .special-btn-cf {
    margin-top: 5px;
  }
}

.special-card-item--schedule-inn {
  position: relative;
  height: 100%;
  padding-bottom: 13.3333333333vw;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 960px) {
  .special-card-item--schedule-inn {
    padding-bottom: 0;
  }
}

.special-card-item--schedule-inn .special-schedules-item:nth-child(n+3) {
  opacity: 1;
}

.special-card-item--schedule-inn.is-hide {
  height: 40vw;
  overflow-y: hidden;
}

@media (min-width: 960px) {
  .special-card-item--schedule-inn.is-hide {
    height: 100%;
  }
}

.special-card-item--schedule-inn.is-hide .special-schedules-item:nth-child(n+3) {
  opacity: 0.4;
}

@media (min-width: 960px) {
  .special-card-item--schedule-inn.is-hide .special-schedules-item:nth-child(n+3) {
    opacity: 1;
  }
}

.special-readmore {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}