@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700;900&display=swap");
.common-bg {
  width: 100%;
  height: calc(100% + 1.56667vw);
  position: absolute;
  top: -1.56667vw;
  left: 0;
  background-image: url(../img/top/noise.gif);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  @media only screen and (min-width: 767px) {
    .common-bg {
      height: 100%;
      top: 0; } }

.common-wrapper {
  padding: 12vw 0 24vw;
  width: 89.33333vw;
  border-right: 0.26667vw solid rgba(255, 255, 255, 0.2);
  border-left: 0.26667vw solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
  min-height: 50vw; }
  @media only screen and (min-width: 767px) {
    .common-wrapper {
      padding: 2.92826vw 0 5.85652vw;
      width: 62.22548vw;
      border-right: 0.07321vw solid rgba(255, 255, 255, 0.2);
      border-left: 0.07321vw solid rgba(255, 255, 255, 0.2); } }

.common-inner {
  position: relative; }

.common-box {
  position: relative; }

.common-line {
  width: 24.66667vw;
  margin: 8vw auto 0; }
  @media only screen and (min-width: 767px) {
    .common-line {
      width: 10.43192vw;
      margin: 3.29429vw 0 0; } }

.show .common-wrapper {
  -webkit-transform: none;
          transform: none; }

.show .common-inner {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.show .common-box {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.show .common-h2, .show .common-line {
  -webkit-filter: drop-shadow(0 0vw 0 rgba(0, 84, 255, 0.9));
          filter: drop-shadow(0 0vw 0 rgba(0, 84, 255, 0.9)); }

.common-wrapper {
  transition: all 500ms;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1); }

.common-inner {
  transition: all 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  transition-delay: 500ms;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.common-box {
  transition: all 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  transition-delay: 550ms;
  -webkit-transform: translateY(1%);
          transform: translateY(1%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.common-h2, .common-line {
  transition: all 1000ms;
  transition-delay: 800ms;
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  -webkit-filter: drop-shadow(0 1.33333vw 0 rgba(0, 84, 255, 0.9));
          filter: drop-shadow(0 1.33333vw 0 rgba(0, 84, 255, 0.9)); }
  @media only screen and (min-width: 767px) {
    .common-h2, .common-line {
      -webkit-filter: drop-shadow(0 0.36603vw 0 rgba(0, 84, 255, 0.9));
              filter: drop-shadow(0 0.36603vw 0 rgba(0, 84, 255, 0.9)); } }

.special-bg {
  background-image: url(../img/special/bg.jpg);
  background-size: cover; }
  @media only screen and (min-width: 767px) {
    .special-bg {
      background-image: url(../img/special/bg_pc.jpg); } }

.special-h2 {
  width: 56.66667vw;
  margin: 0 auto; }
  @media only screen and (min-width: 767px) {
    .special-h2 {
      width: 19.2899vw;
      margin: 0; } }

.special-h3 {
  display: inline-block;
  font-size: 4.8vw;
  color: #00d2ff;
  background: linear-gradient(90deg, #00d2ff 0%, #0054ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; }
  @media only screen and (min-width: 767px) {
    .special-h3 {
      font-size: 1.53734vw; } }

.special-wrapper {
  margin-top: 8vw;
  text-align: center; }
  @media only screen and (min-width: 767px) {
    .special-wrapper {
      margin-top: 3.29429vw;
      text-align: left; } }

.special-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .special-list__item {
      width: 100%; }
      .special-list__item:not(:first-child) {
        margin-top: 6vw; } }
  @media only screen and (min-width: 767px) {
    .special-list__item:not(:nth-child(3n+1)) {
      margin-left: 2.08638vw; }
    .special-list__item:nth-child(n+4) {
      margin-top: 1.83016vw; } }
  .special-list__link {
    display: block; }
    @media only screen and (min-width: 767px) {
      .special-list__link {
        width: 19.2899vw; } }
  @media only screen and (min-width: 767px) and (min-width: 767px) {
    .special-list__link {
      transition: all 300ms; }
      .special-list__link:hover {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
    .special-list__link.no-data {
      pointer-events: none; }

.special-info {
  font-size: 3.46667vw;
  margin-top: 4.66667vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  word-break: break-all; }
  @media only screen and (min-width: 767px) {
    .special-info {
      font-size: 1.1713vw;
      margin-top: 1.83016vw; } }
  .special-info > a {
    color: #0096ff;
    text-decoration: underline; }
    @media only screen and (min-width: 767px) {
      .special-info > a:hover {
        text-decoration: none; } }

.special-text {
  font-size: 2.93333vw;
  margin-top: 6vw;
  color: #fff;
  line-height: 1.6;
  text-align: left; }
  @media only screen and (min-width: 767px) {
    .special-text {
      font-size: 1.02489vw;
      margin-top: 1.83016vw; } }
  .special-text > a {
    color: #0096ff;
    text-decoration: underline; }
    @media only screen and (min-width: 767px) {
      .special-text > a:hover {
        text-decoration: none; } }

.special-img {
  width: 100%;
  margin-top: 6.66667vw; }
  @media only screen and (min-width: 767px) {
    .special-img {
      width: 31.91801vw;
      margin-top: 1.83016vw; } }
  .special-img.w100 {
    width: 100%; }

.special-listImg {
  width: 100%;
  margin-top: 6.66667vw; }
  @media only screen and (min-width: 767px) {
    .special-listImg {
      margin-top: 1.83016vw;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .special-listImg__main:not(:first-child) {
    margin-top: 4vw; }
    @media only screen and (min-width: 767px) {
      .special-listImg__main:not(:first-child) {
        margin-top: 0vw;
        margin-left: 1.0981vw; } }
  @media only screen and (min-width: 767px) {
    .special-listImg.i2 {
      width: 41.72767vw; } }

.special-btn {
  display: block;
  width: 41.33333vw;
  margin: 7.33333vw auto 0;
  font-size: 0;
  position: relative; }
  @media only screen and (min-width: 767px) {
    .special-btn {
      width: 21.96193vw;
      margin: 2.92826vw auto 0; }
      .special-btn:hover .on {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
  .special-btn .on {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 300ms; }

.special-mask {
  display: block;
  width: 66.53333vw;
  margin: 4vw 0; }
  @media only screen and (min-width: 767px) {
    .special-mask {
      width: 18.26501vw;
      margin: 1.0981vw 0; } }

.special-campaign {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }
  .special-campaign li {
    width: 49%;
    margin: 0.5%; }
  @media only screen and (min-width: 767px) {
    .special-campaign {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%; }
      .special-campaign li {
        width: 24%;
        margin: 0.5%; } }