.specla_contents .cd_list__item .-date {
  font-family: "Inria Serif", serif;
  color: var(--color-blue);
}
.specla_contents .cd_list__item .-day {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
}
.specla_contents .cd_list__item .-name {
  font-weight: 700;
}
@media only screen and (min-width:961px) {
  .specla_contents .cd_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .specla_contents .cd_list__item {
    width: calc(50% - 18px);
    margin-bottom: 50px;
  }
  .specla_contents .cd_list__item .-thumb {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    background: rgba(56, 216, 216, 0.1);
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid var(--color-blue);
  }
  .specla_contents .cd_list__item .-thumb p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: no-repeat center;
    background-size: contain;
    -webkit-transition: transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .specla_contents .cd_list__item .-thumb figure {
    display: none;
  }
  .specla_contents .cd_list__item .-thumb:after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    border: 1px solid var(--color-blue);
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
  .specla_contents .cd_list__item .-thumb:hover p {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  .specla_contents .cd_list__item .-date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .specla_contents .cd_list__item .-day {
    font-size: 13px;
    padding: 2px 1em 4px;
    margin-bottom: 8px;
  }
  .specla_contents .cd_list__item .-name {
    font-size: 36px;
  }
}
@media only screen and (max-width:960px) {
  .specla_contents .cd_list__item {
    margin-bottom: 10vw;
    text-align: center;
  }
  .specla_contents .cd_list__item .-thumb {
    margin-bottom: 0.6rem;
    border: 2px solid var(--color-blue);
    position: relative;
  }
  .specla_contents .cd_list__item .-thumb:after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 2px;
    left: 2px;
    border: 1px solid var(--color-blue);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .specla_contents .cd_list__item .-date {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
  }
  .specla_contents .cd_list__item .-day {
    font-size: 1.2rem;
    padding: 0.1rem 0.6em 0.3rem;
    margin-bottom: 0.8rem;
  }
  .specla_contents .cd_list__item .-name {
    font-size: 2rem;
  }
}

@media only screen and (min-width:961px) {
  .specla_contents .gallery_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
  .specla_contents .gallery_list__item {
    width: calc(33% - 18px);
    margin-bottom: 50px;
  }
  .specla_contents .gallery_list__item .-thumb {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid var(--color-blue);
  }
  .specla_contents .gallery_list__item .-thumb figure {
    position: relative;
    -webkit-transition: transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .specla_contents .gallery_list__item .-thumb:after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    border: 1px solid var(--color-blue);
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
  .specla_contents .gallery_list__item .-thumb:hover figure {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media only screen and (max-width:960px) {
  .specla_contents .gallery_list__item {
    margin-bottom: 10vw;
    text-align: center;
  }
  .specla_contents .gallery_list__item .-thumb {
    margin-bottom: 0.6rem;
    border: 2px solid var(--color-blue);
    position: relative;
  }
  .specla_contents .gallery_list__item .-thumb:after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 2px;
    left: 2px;
    border: 1px solid var(--color-blue);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .specla_contents .gallery_list__item .-date {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
  }
  .specla_contents .gallery_list__item .-day {
    font-size: 1.2rem;
    padding: 0.1rem 0.6em 0.3rem;
    margin-bottom: 0.8rem;
  }
  .specla_contents .gallery_list__item .-title {
    font-size: 1.2rem;
  }
}

.specla_contents .download_list__item .-btn_link {
  font-family: "Inria Serif", serif;
  border: 1px solid #fff;
  border-radius: 50px;
  overflow: hidden;
}
.specla_contents .download_list__item .-btn_link a {
  color: #FFF;
  text-align: center;
}
@media only screen and (min-width:961px) {
  .specla_contents .download_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
  .specla_contents .download_list__item {
    margin-bottom: 50px;
  }
  .specla_contents .download_list__item .-thumb {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid var(--color-blue);
  }
  .specla_contents .download_list__item .-thumb:after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    border: 1px solid var(--color-blue);
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
  .specla_contents .download_list__item .-btn_link {
    position: relative;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .specla_contents .download_list__item .-btn_link a {
    position: relative;
    display: block;
    height: 36px;
    line-height: 36px;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .specla_contents .download_list__item .-btn_link:hover {
    background: #FFF;
  }
  .specla_contents .download_list__item .-btn_link:hover a {
    color: var(--color-blue);
  }
  .specla_contents .download_list-spwp .download_list__item {
    width: 23%;
  }
}
@media only screen and (max-width:960px) {
  .specla_contents .download_list__item {
    margin-bottom: 10vw;
    text-align: center;
  }
  .specla_contents .download_list__item .-thumb {
    margin-bottom: 0.6rem;
    border: 2px solid var(--color-blue);
    position: relative;
  }
  .specla_contents .download_list__item .-thumb:after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 2px;
    left: 2px;
    border: 1px solid var(--color-blue);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .specla_contents .download_list__item .-btn_link {
    font-size: 1.2rem;
  }
  .specla_contents .download_list__item .-btn_link a {
    height: 6vw;
    line-height: 6vw;
  }
  .specla_contents .download_list-spwp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4vw;
  }
  .specla_contents .download_list-spwp .download_list__item {
    width: calc(50% - 2vw);
  }
}

.in_inner .special_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.in_inner .special_list__item-thumb {
  border: 1px solid var(--color-blue);
}
.in_inner .special_list__item-title {
  line-height: 1.4;
}
@media only screen and (min-width:961px) {
  .in_inner .special_list__item {
    width: calc(50% - 20px);
    margin-bottom: 60px;
  }
  .in_inner .special_list__item:nth-child(odd) {
    margin-right: 39px;
  }
  .in_inner .special_list__item-thumb {
    margin-bottom: 16px;
    overflow: hidden;
  }
  .in_inner .special_list__item-thumb img {
    -webkit-transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .in_inner .special_list__item-thumb:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@media only screen and (max-width:960px) {
  .in_inner .special_list__item {
    margin-bottom: 8vw;
  }
  .in_inner .special_list__item-thumb {
    margin-bottom: 0.8rem;
  }
  .in_inner .special_list__item-title {
    font-size: 1.2rem;
  }
}

.special_wrapper .special_header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width:961px) {
  .special_wrapper .special_header {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .special_wrapper .special_header__title {
    font-size: 34px;
  }
}
@media only screen and (max-width:960px) {
  .special_wrapper .special_header {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  .special_wrapper .special_header__title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}