/* -----------------------

global

----------------------- */
* {
  margin: 0px;
  padding: 0px;
}

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

ul {
  margin: 0;
}
ul li {
  list-style-type: none;
}

#TouchTry.container {
  width: 100%;
  max-width: 1200px;
}

/* -- breakpoints-- */
/* -- color-- */
.only__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .only__pc {
    display: none;
  }
}

.only__tab {
  display: none;
}
@media screen and (max-width: 500px) {
  .only__tab {
    display: block;
  }
}

.only__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only__sp {
    display: block;
  }
}

.TouchTry article {
  margin: 6.25% auto;
}

.TouchTry article.kv {
  margin-top: 0;
}
.TouchTry article.kv h1 {
  margin-top: 0;
}

/* -----------------------

component

----------------------- */
.TouchTry .c-btn {
  background: #1D8FF0;
  color: #fff;
  padding: 5%;
  cursor: pointer;
  transition: 0.8s;
  text-align: center;
}
.c-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.c-p-lr-20 {
  padding: 0 5%;
}

.c-p-t-20 {
  padding-top: 5%;
}

/* -----------------------

bl_floatingBanner

----------------------- */
.bl_floatingBanner {
  position: fixed;
  bottom: 5%;
  width: 230px;
  right: 3.5%;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .bl_floatingBanner {
    width: 170px;
  }
}

.bl_floatingBanner.js_close {
  display: none;
}

.bl_floatingBanner_img {
  display: block;
  transition: 0.3s;
}
.bl_floatingBanner_img img {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .bl_floatingBanner_img img {
    width: 160px;
  }
}

.bl_floatingBanner_img:hover {
  opacity: 0.6;
}

.bl_floatingBanner_close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: -10px;
}
.bl_floatingBanner_close img {
  width: 20px;
}

/* -----------------------

EntryBtn

----------------------- */
.EntryBtn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .EntryBtn {
    width: 80%;
    margin: 30px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .EntryBtn {
    max-width: 500px;
    margin: 40px auto 0;
  }
}
/* -----------------------

kv

----------------------- */
.kv .kv__close p {
  font-size: 20px;
  text-align: center;
  margin: 3% auto 5%;
  line-height: 1.5;
  border: 3px solid #83838F;
  padding: 2%;
}
.kv .kv__heading .heading__ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.125%;
  line-height: 1.5;
  margin-top: 4.125%;
}
@media screen and (max-width: 768px) {
  .kv .kv__heading .heading__ttl {
    font-size: 24px;
  }
}
.kv .kv__heading .heading__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
}

/* -----------------------

mv

----------------------- */
.mv .mv__heading .heading__ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.125%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mv .mv__heading .heading__ttl {
    font-size: 24px;
  }
}
.mv .mv__heading .heading__items ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .mv .mv__heading .heading__items ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv__heading .heading__items ul .items__list ul {
    flex-direction: row;
  }
}
.mv .mv__heading .heading__items ul .items__list ul li {
  max-width: 208px;
  width: 100%;
}
.mv .mv__heading .heading__items ul .items__list .list__img {
  max-width: 80%;
}
.mv .mv__heading .heading__items ul .items__list .list__btn a {
  margin: 0 auto;
  width: 100%;
  display: block;
}

/* -----------------------

experience

----------------------- */
.experience .experience__heading .heading__ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.125%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .experience .experience__heading .heading__ttl {
    font-size: 24px;
  }
}
.experience .experience__cardWrap .cardWrap {
  width: 100%;
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.experience .experience__cardWrap .cardWrap .cardWrap__item {
  width: calc(33.33% - 20px);
  margin-right: 20px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .experience .experience__cardWrap .cardWrap .cardWrap__item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .experience .experience__cardWrap .cardWrap .cardWrap__item:nth-child(3n) {
    margin-right: 30px;
  }
  .experience .experience__cardWrap .cardWrap .cardWrap__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .experience .experience__cardWrap .cardWrap .cardWrap__item {
    width: 100%;
    margin-right: 0;
  }
  .experience .experience__cardWrap .cardWrap .cardWrap__item:nth-child(3n) {
    margin-right: 0;
  }
}
.experience .experience__cardWrap .cardWrap .cardWrap__item .item__heading {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}
.experience .experience__cardWrap .cardWrap .cardWrap__item .item__heading .heading__ttl span {
  font-size: 12px;
  color: #2F353D;
  line-height: 2;
  font-weight: 300;
}
.experience .experience__cardWrap .cardWrap .cardWrap__item .item__heading .heading__ttl h4 {
  font-size: 20px;
  color: #2F353D;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .experience .experience__cardWrap .cardWrap .cardWrap__item .item__heading .heading__ttl h4 {
    font-size: 18px;
  }
}
.experience .experience__cardWrap .cardWrap .cardWrap__item .item__heading .heading__categoryIcon img {
  width: 100%;
  max-width: 48px;
}
.experience .experience__cardWrap .cardWrap .cardWrap__item .item__text p {
  font-size: 16px;
  color: #2F353D;
  line-height: 1.75;
}
.experience .experience__cardWrap .cardWrap .cardWrap__item .item__text p .text__note {
  margin-top: 3%;
  display: inline-block;
  color: #83838F;
  font-size: 12px;
}
.experience .experience__cardWrap .cardWrap .cardWrap__item.bg-blue {
  background: #F0F5FB;
}
.experience .experience__cardWrap .cardWrap .cardWrap__item.bg-green {
  background: #EDFFFC;
}
.experience .experience__cardWrap .cardWrap .cardWrap__item.bg-yellow {
  background: #FFFEEB;
}
.experience .experience__cardWrap .cardWrap .cardWrap__item.bg-blue--more {
  background: #EAF9FF;
}
.experience .experience__cardWrap .cardWrap__noteTxt {
  width: 100%;
  text-align: right;
  max-width: 1000px;
  margin: 3% auto 0;
}
.experience .experience__cardWrap .cardWrap__noteTxt p {
  font-size: 13px;
  color: #83838F;
  text-align: right;
  width: 100%;
}

/* -----------------------

exhibition

----------------------- */
.exhibition .exhibition__heading .heading__ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.125%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .exhibition .exhibition__heading .heading__ttl {
    font-size: 24px;
  }
}
.exhibition .exhibition__cardWrap .cardWrap {
  width: 100%;
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.exhibition .exhibition__cardWrap .cardWrap .cardWrap__item {
  width: calc(33.33% - 20px);
  margin-right: 20px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .exhibition .exhibition__cardWrap .cardWrap .cardWrap__item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .exhibition .exhibition__cardWrap .cardWrap .cardWrap__item:nth-child(3n) {
    margin-right: 30px;
  }
  .exhibition .exhibition__cardWrap .cardWrap .cardWrap__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .exhibition .exhibition__cardWrap .cardWrap .cardWrap__item {
    width: 100%;
    margin-right: 0;
  }
  .exhibition .exhibition__cardWrap .cardWrap .cardWrap__item:nth-child(3n) {
    margin-right: 0;
  }
}
.exhibition .exhibition__cardWrap .cardWrap .cardWrap__item .item__heading {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}
.exhibition .exhibition__cardWrap .cardWrap .cardWrap__item .item__heading .heading__ttl span {
  font-size: 12px;
  color: #2F353D;
  line-height: 2;
  font-weight: 300;
}
.exhibition .exhibition__cardWrap .cardWrap .cardWrap__item .item__heading .heading__ttl h4 {
  font-size: 20px;
  color: #2F353D;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .exhibition .exhibition__cardWrap .cardWrap .cardWrap__item .item__heading .heading__ttl h4 {
    font-size: 18px;
  }
}
.exhibition .exhibition__cardWrap .cardWrap .cardWrap__item .item__heading .heading__categoryIcon img {
  width: 100%;
  max-width: 48px;
}
.exhibition .exhibition__cardWrap .cardWrap .cardWrap__item .item__text p {
  font-size: 16px;
  color: #2F353D;
  line-height: 1.75;
}
.exhibition .exhibition__cardWrap .cardWrap .cardWrap__item .item__text p .text__note {
  margin-top: 3%;
  display: inline-block;
  color: #83838F;
}
.exhibition .exhibition__cardWrap .cardWrap .cardWrap__item.bg-blue {
  background: #F0F5FB;
}
.exhibition .exhibition__cardWrap .cardWrap .cardWrap__item.bg-green {
  background: #EDFFFC;
}
.exhibition .exhibition__cardWrap .cardWrap .cardWrap__item.bg-yellow {
  background: #FFFEEB;
}
.exhibition .exhibition__cardWrap .cardWrap .cardWrap__item.bg-blue--more {
  background: #EAF9FF;
}
.exhibition .exhibition__cardWrap .cardWrap__noteTxt {
  margin-top: 3%;
  width: 100%;
  max-width: 1040px;
  margin: 3% auto 0 4%;
}
.exhibition .exhibition__cardWrap .cardWrap__noteTxt p {
  font-size: 13px;
  color: #83838F;
  text-align: right;
  width: 100%;
}

/* -----------------------

presents

----------------------- */
.presents {
  background: #F0F5FB;
  width: 100%;
  max-width: 1040px;
}
.presents ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3%;
}
@media screen and (max-width: 768px) {
  .presents ul {
    flex-direction: column;
  }
}
.presents ul li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .presents ul li {
    width: 100%;
  }
}
.presents ul li .presents__heading .heading__ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.125%;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .presents ul li .presents__heading .heading__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .presents ul li .presents__heading .heading__ttl {
    text-align: center;
  }
}
.presents ul li .presents__txt .txt__item {
  font-size: 16px;
  color: #2F353D;
  line-height: 1.75;
}
.presents ul li .presents__img img {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  display: block;
}
.presents ul li .presents__note .note__item {
  font-size: 13px;
  color: #83838F;
  line-height: 2;
  font-weight: 300;
}
.presents ul li .presents__note .note__item.note__item__left {
  text-align: right;
  margin-top: 3%;
}

/* -----------------------

twitter

----------------------- */
.twitter {
  border: 2px solid #229BF0;
  padding: 3%;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .twitter {
    padding: 5%;
  }
}
.twitter .twitter__catch {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.twitter .twitter__catch img {
  width: 135px;
}
.twitter .twitter__heading .heading__ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.125%;
  line-height: 1.5;
  margin-top: 3.125%;
}
@media screen and (max-width: 768px) {
  .twitter .twitter__heading .heading__ttl {
    font-size: 24px;
  }
}
.twitter .twitter__heading .heading__ttl span {
  display: inline-block;
  color: #2F353D;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .twitter .twitter__heading .heading__ttl span {
    margin-top: 2%;
  }
}
.twitter .twitter__bnr {
  background-color: rgba(34, 155, 240, 0.1);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.125%;
  line-height: 1.5;
  font-size: 24px;
  text-align: center;
  padding: 2%;
  margin: 0 -3.6% 4.125%;
}
@media screen and (max-width: 768px) {
  .twitter .twitter__bnr {
    font-size: 24px;
  }
}
.twitter .twitter__bnr p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .twitter .twitter__bnr {
    font-size: 16px;
    margin: 0 -5.5% 4.125%;
  }
}
.twitter .twitter__btn {
  margin: 0 auto 3%;
  width: 100%;
  max-width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #229BF0;
  padding: 2%;
}
@media screen and (max-width: 768px) {
  .twitter .twitter__btn {
    width: 85%;
    max-width: 370px;
  }
}
.twitter .twitter__btn img {
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .twitter .twitter__btn img {
    width: 32px;
    height: 32px;
  }
}
.twitter .twitter__btn p {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.125%;
  line-height: 1.5;
  font-size: 20px;
  color: #fff;
  margin: 0 0 0 1%;
}
@media screen and (max-width: 768px) {
  .twitter .twitter__btn p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .twitter .twitter__btn p {
    font-size: 16px;
    text-align: left;
  }
}

article.twitter {
  margin-bottom: 10%;
}

/* -----------------------

live

----------------------- */
.live .live__heading .heading__ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.125%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .live .live__heading .heading__ttl {
    font-size: 24px;
  }
}
.live .live__heading .heading__ttl span {
  display: inline-block;
  color: #2F353D;
  font-size: 12px;
}
.live .live__cardWrap .cardWrap__comingsoon {
  background: #F2EEFE;
  text-align: center;
  padding: 5%;
  font-size: 1.6rem;
  font-weight: 300;
}
.live .live__cardWrap .cardWrap {
  width: 100%;
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.live .live__cardWrap .cardWrap .cardWrap__item {
  background: #F2EEFE;
  width: calc(33.33% - 20px);
  margin-right: 20px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .live .live__cardWrap .cardWrap .cardWrap__item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .live .live__cardWrap .cardWrap .cardWrap__item:nth-child(3n) {
    margin-right: 30px;
  }
  .live .live__cardWrap .cardWrap .cardWrap__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .live .live__cardWrap .cardWrap .cardWrap__item {
    width: 100%;
    margin-right: 0;
  }
  .live .live__cardWrap .cardWrap .cardWrap__item:nth-child(3n) {
    margin-right: 0;
  }
}
.live .live__cardWrap .cardWrap .cardWrap__item .item__heading {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}
.live .live__cardWrap .cardWrap .cardWrap__item .item__heading .heading__ttl h4 {
  font-size: 20px;
  color: #2F353D;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .live .live__cardWrap .cardWrap .cardWrap__item .item__heading .heading__ttl h4 {
    font-size: 18px;
  }
}
.live .live__cardWrap .cardWrap .cardWrap__item .item__heading .heading__categoryIcon img {
  width: 100%;
  max-width: 48px;
}
@media screen and (max-width: 768px) {
  .live .live__cardWrap .cardWrap .cardWrap__item .item__heading .heading__categoryIcon img {
    font-size: 3vw;
  }
}
@media screen and (max-width: 400px) {
  .live .live__cardWrap .cardWrap .cardWrap__item .item__heading .heading__categoryIcon img {
    font-size: 13px;
  }
}
.live .live__cardWrap .cardWrap .cardWrap__item .item__btn a {
  margin: 0 auto;
  width: 100%;
  display: block;
  font-size: 1.5rem;
}
.live .live__cardWrap .cardWrap .cardWrap__item .item__date p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.714;
}
.live .live__cardWrap .cardWrap .cardWrap__item .item__text p {
  font-size: 16px;
  color: #2F353D;
  line-height: 1.75;
}
.live .live__cardWrap .cardWrap .cardWrap__item .item__text p .text__note {
  margin-top: 3%;
  display: inline-block;
  color: #83838F;
}

.experience .experience__cardWrap .cardWrap .cardWrap__item:nth-child(3n) {
  margin-right: 0;
}

/* -----------------------

event

----------------------- */
.event .heading__ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.125%;
  line-height: 1.333;
}
@media screen and (max-width: 768px) {
  .event .heading__ttl {
    font-size: 20px;
  }
}
.event .heading__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
}

/* -----------------------

special

----------------------- */
.special .special__heading .heading__ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.125%;
  line-height: 1.333;
}
@media screen and (max-width: 768px) {
  .special .special__heading .heading__ttl {
    font-size: 20px;
  }
}
.special .special__heading .heading__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
}
.special .special__bnr {
  margin: 3% auto;
  position: relative;
}
.special .special__bnr ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 3%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.special .special__bnr ul li:first-of-type {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .special .special__bnr ul li:first-of-type {
    width: 100%;
  }
}
.special .special__bnr ul li:last-of-type {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .special .special__bnr ul li:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .special .special__bnr ul {
    flex-direction: column;
  }
}
.special .special__bnr ul .bnr__txt {
  text-align: center;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 700;
  color: #2F353D;
  line-height: 1.778;
}
@media screen and (max-width: 768px) {
  .special .special__bnr ul .bnr__txt {
    font-size: 18px;
  }
}
.special .special__bnr ul .bnr__txt img {
  width: 10%;
  max-width: 64px;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .special .special__bnr ul .bnr__txt img {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 2%;
  }
}
.special .special__bnr ul .bnr__img img {
  width: 60%;
  max-width: 320px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .special .special__bnr ul .bnr__img img {
    margin: 3% auto;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .special .special__bnr ul .bnr__img img {
    min-width: 260px;
    max-width: 320px;
    width: 60%;
  }
}
.special .special__bnr-02 {
  display: flex;
  align-items: center;
}
.special .special__bnr-02 .bnr__item {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.125%;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .special .special__bnr-02 .bnr__item {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .special .special__bnr-02 .bnr__item {
    top: 15%;
  }
}
.special .special__bnr-02 .bnr__item .item__note {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  font-size: 20px;
}
.special .special__table {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 16px;
}
.special .special__table .table__item {
  border-bottom: 1px solid #83838F;
  padding: 16px 0;
}
.special .special__table .table__item dl {
  width: calc(100% - 70px);
  margin: 0 auto 0 0;
  display: flex;
  flex-flow: row;
}
@media screen and (max-width: 768px) {
  .special .special__table .table__item dl {
    display: block;
    width: 100%;
  }
}
.special .special__table .table__item dl dt {
  width: 250px;
  font-weight: 700;
}
.special .special__table .table__item dl dd {
  width: calc(100% - 250px);
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .special .special__table .table__item dl dd {
    width: 100%;
  }
}
.special .special__table .table__item dl dd p {
  margin: 0;
  line-height: 1.75;
}
.special .special__table .table__item dl dd p span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .special .special__table .table__item dl dd p {
    margin: 3% 0;
  }
}
@media screen and (max-width: 400px) {
  .special .special__table .table__item dl dd p iframe {
    width: 100%;
  }
}
.special .special__table .table__item table tr {
  text-align: left;
  margin-bottom: 2%;
}
.special .special__table .table__item table tr th {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .special .special__table .table__item table tr th {
    padding-left: 1%;
  }
}
@media screen and (max-width: 768px) {
  .special .special__table .table__item table tr td {
    width: 60%;
  }
}
.special .special__table .table__item__note {
  margin-top: 3%;
  line-height: 1.75;
}
.special .special__table .table__item__note ul li {
  font-weight: 300;
  color: #83838F;
}

/* -----------------------

event

----------------------- */
.announce {
  line-height: 1.75;
  background: #F0F5FB;
  padding: 3%;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.announce .announce__ttl h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 2%;
  font-weight: 700;
  display: block;
}
.announce .announce__ttl span {
  font-size: 14px;
}
.announce .announce__txt ul {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  text-align: left;
  font-weight: 300;
}
.announce .announce__link {
  margin-top: 3%;
}

.c-btn-fix {
  background: #83838F;
  pointer-events: none;
}
/*# sourceMappingURL=style.css.map */