.blue {
  color: #40baff;
}

.content-wrap:nth-child(1) .color {
  color: #f4bf00;
}
.content-wrap:nth-child(1) .occ {
  background-image: url(../img/special01/pht_r_01.png);
}

.content-wrap:nth-child(2) .color {
  color: #6fd100;
}
.content-wrap:nth-child(2) .occ {
  background-image: url(../img/special01/pht_r_02.png);
}

.content-wrap:nth-child(3) .color {
  color: #008eff;
}
.content-wrap:nth-child(3) .occ {
  background-image: url(../img/special01/pht_r_03.png);
}

.content-wrap:nth-child(4) .color {
  color: #40baff;
}
.content-wrap:nth-child(4) .occ {
  background-image: url(../img/special01/pht_r_04.png);
}

.content-wrap:nth-child(5) .color {
  color: #f270ba;
}
.content-wrap:nth-child(5) .occ {
  background-image: url(../img/special01/pht_r_05.png);
}

.content-wrap:nth-child(6) .color {
  color: #f74241;
}
.content-wrap:nth-child(6) .occ {
  background-image: url(../img/special01/pht_r_06.png);
}

.content-wrap:nth-child(7) .color {
  color: #ff7326;
}
.content-wrap:nth-child(7) .occ {
  background-image: url(../img/special01/pht_r_07.png);
}

.content-wrap:nth-child(8) .color {
  color: #8871cd;
}
.content-wrap:nth-child(8) .occ {
  background-image: url(../img/special01/pht_r_08.png);
}

.content-wrap:nth-child(9) .color {
  color: #059e23;
}
.content-wrap:nth-child(9) .occ {
  background-image: url(../img/special01/pht_r_09.png);
}

.content-wrap:nth-child(10) .color {
  color: #f79174;
}
.content-wrap:nth-child(10) .occ {
  background-image: url(../img/special01/pht_r_10.png);
}

.content-wrap:nth-child(11) .color {
  color: #ffbe17;
}
.content-wrap:nth-child(11) .occ {
  background-image: url(../img/special01/pht_r_11.png);
}

@-webkit-keyframes ft {
  0% {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transition-duration: 1s;
    transform: translate(0);
  }
}

@keyframes ft {
  0% {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transition-duration: 1s;
    transform: translate(0);
  }
}
.main-title .in {
  opacity: 0;
  -webkit-animation: ft 1.2s 1.1s forwards;
          animation: ft 1.2s 1.1s forwards;
}

.content-wrap .occ.in {
  -webkit-animation: ft 1s forwards;
          animation: ft 1s forwards;
  opacity: 0;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.content-wrap .pht-box.in {
  -webkit-animation: ft 1s forwards;
          animation: ft 1s forwards;
  opacity: 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@media screen and (min-width: 769px), print {
  .contents {
    color: #343434;
    background-color: #daf2ff;
  }
  .main-title {
    height: 540px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  @-webkit-keyframes main {
    0% {
      filter: blur(7px);
      opacity: 0;
      transform: translateY(0px);
    }
    100% {
      filter: blur(0);
      opacity: 1;
      transform: translateY(-7px);
    }
  }
  @keyframes main {
    0% {
      filter: blur(7px);
      opacity: 0;
      transform: translateY(0px);
    }
    100% {
      filter: blur(0);
      opacity: 1;
      transform: translateY(-7px);
    }
  }
  .main-title::before {
    content: "";
    display: block;
    background-image: url(../img/special01/main_bg02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1040px;
    height: 540px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
    -webkit-animation: main 1s ease forwards;
            animation: main 1s ease forwards;
  }
  .main-title::after {
    content: "";
    display: block;
    background-image: url(../img/special01/main_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1040px;
    height: 540px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
    -webkit-animation: main 1s ease 0.5s forwards;
            animation: main 1s ease 0.5s forwards;
  }
  .main-title p.en {
    color: white;
    font-size: 15px;
  }
  .main-title h2 {
    color: white;
    font-size: 30px;
    padding: 20px;
    font-weight: 500;
  }
  .main-title h3 {
    letter-spacing: 0.1em;
    color: white;
    font-size: 58px;
    padding: 20px;
    font-weight: 500;
  }
  .main-title h3 .yellow {
    color: #e7da99;
  }
  .main-title p.lead {
    color: white;
    letter-spacing: 0.2em;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    line-height: 2;
  }
  .content-wrap:not(:first-child) {
    margin-top: 164px;
  }
  .content-area {
    width: 1040px;
    margin: auto;
    margin-top: 80px;
    padding-bottom: 100px;
    background-image: url(../img/special01/bg_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 10;
  }
  .content-area::after {
    content: "";
    display: block;
    background-image: url(../img/zou.png);
    width: 200px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .content-wrap {
    padding-top: 128px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content {
    margin: 0;
    width: 470px;
    height: 253px;
    display: flex;
    flex-direction: row-reverse;
    gap: 22px;
  }
  .content .txt-wrap {
    position: relative;
    top: 10px;
    letter-spacing: 0.15em;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
  .content .txt-wrap .txt {
    font-size: 13px;
    letter-spacing: 0.2em;
  }
  .content .txt-wrap .name {
    font-size: 16px;
  }
  .content .txt-wrap .name .ja {
    margin-right: 9px;
  }
  .content .txt-wrap .name .en {
    font-size: 12px;
    color: #6ac9ff;
    letter-spacing: 0.09em;
  }
  .content .txt-wrap .post {
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-top: 2px;
  }
  .content .pht-wrap {
    position: relative;
  }
  .content .pht-wrap .img-box {
    width: 206px;
  }
  .content .pht-wrap .fuki {
    width: 121px;
    position: absolute;
    top: -100px;
    right: -60px;
  }
  .content .pht-wrap .fuki .word {
    color: white;
    position: absolute;
    letter-spacing: 0.25em;
    text-align: center;
  }
  .content:nth-child(2), .content:nth-child(3), .content:nth-child(6), .content:nth-child(7), .content:nth-child(10), .content:nth-child(11), .content:nth-child(14), .content:nth-child(15) {
    flex-direction: row;
  }
  .content:nth-child(1) .fuki {
    width: 121px;
    position: absolute;
    top: -105px;
    right: -45px;
  }
  .content:nth-child(1) .fuki .word {
    position: absolute;
    top: 40px;
    left: 19px;
    font-size: 24px;
  }
  .content:nth-child(2n-1) {
    margin-top: 30px;
  }
  .content:nth-child(2n) {
    margin-top: 150px;
  }
  .content:nth-child(2) .fuki {
    width: 171px;
    top: -152px;
    left: -65px;
    right: auto;
  }
  .content:nth-child(2) .word {
    position: absolute;
    top: 60px;
    left: 18px;
    font-size: 30px;
  }
  .content:nth-child(3) .fuki {
    width: 104px;
    top: -80px;
    left: -25px;
    right: auto;
  }
  .content:nth-child(3) .word {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  }
  .content:nth-child(4) .fuki {
    width: 144px;
    top: -110px;
    left: -65px;
    right: auto;
  }
  .content:nth-child(4) .word {
    position: absolute;
    top: 38px;
    left: 29px;
    font-size: 23px;
    line-height: 1.4;
  }
  .content:nth-child(5) .fuki {
    width: 162px;
    top: -128px;
    right: -47px;
  }
  .content:nth-child(5) .word {
    position: absolute;
    top: 53px;
    left: 40px;
    font-size: 38px;
    line-height: 1.4;
  }
  .content:nth-child(6) .fuki {
    width: 147px;
    top: -100px;
    right: -40px;
  }
  .content:nth-child(6) .word {
    position: absolute;
    top: 55px;
    left: 29px;
    font-size: 28px;
    line-height: 1.4;
  }
  .content:nth-child(7) .txt {
    letter-spacing: 0.1em;
  }
  .content:nth-child(7) .fuki {
    width: 122px;
    top: -85px;
    right: -50px;
  }
  .content:nth-child(7) .word {
    position: absolute;
    top: 40px;
    left: 45px;
    font-size: 32px;
    line-height: 1.4;
  }
  .content:nth-child(8) .fuki {
    width: 114px;
    top: -70px;
    right: -30px;
  }
  .content:nth-child(8) .word {
    position: absolute;
    top: 42px;
    left: 20px;
    font-size: 18px;
    line-height: 1.4;
  }
  .content:nth-child(9) .fuki {
    width: 104px;
    top: -70px;
    left: -30px;
    right: auto;
  }
  .content:nth-child(9) .word {
    position: absolute;
    top: 33px;
    left: 21px;
    font-size: 28px;
    line-height: 1.4;
  }
  .content:nth-child(10) .fuki {
    width: 151px;
    top: -105px;
    left: -25px;
    right: auto;
  }
  .content:nth-child(10) .word {
    position: absolute;
    top: 53px;
    left: 40px;
    font-size: 30px;
    line-height: 1.4;
  }
  .content:nth-child(11) .fuki {
    width: 104px;
    top: -80px;
    left: -25px;
    right: auto;
  }
  .content:nth-child(11) .word {
    position: absolute;
    top: 33px;
    left: 21px;
    font-size: 28px;
    line-height: 1.4;
  }
  .content:nth-child(12) .fuki {
    width: 144px;
    top: -110px;
    left: -65px;
    right: auto;
  }
  .content:nth-child(12) .word {
    position: absolute;
    top: 54px;
    left: 20px;
    font-size: 24px;
    line-height: 1.4;
  }
  .content:nth-child(13) .fuki {
    width: 162px;
    top: -132px;
    right: -55px;
  }
  .content:nth-child(13) .word {
    position: absolute;
    top: 54px;
    left: 37px;
    font-size: 38px;
    line-height: 1.4;
  }
  .content:nth-child(14) .fuki {
    width: 147px;
    top: -105px;
    right: -70px;
  }
  .content:nth-child(14) .word {
    position: absolute;
    top: 44px;
    left: 32px;
    font-size: 24px;
    line-height: 1.4;
  }
  .content:nth-child(15) .fuki {
    width: 122px;
    top: -85px;
    right: -50px;
  }
  .content:nth-child(15) .word {
    position: absolute;
    top: 34px;
    left: 24px;
    font-size: 22px;
    line-height: 1.4;
  }
  .content:nth-child(16) .fuki {
    width: 104px;
    top: -70px;
    right: -30px;
  }
  .content:nth-child(16) .word {
    position: absolute;
    top: 26px;
    left: 25px;
    font-size: 18px;
    line-height: 1.4;
  }
  .link-area {
    padding-top: 100px;
    background-color: white;
    position: relative;
    z-index: 0;
  }
  .link-area .wrap {
    display: flex;
    justify-content: space-between;
  }
  .link-area .num {
    color: #6ac9ff;
    margin-left: 35px;
  }
  .link-area .img-box {
    width: 501px;
    margin-top: 12px;
  }
  .link-area .txt {
    margin-top: 15px;
    display: inline-block;
  }
  .link-area a .btn {
    float: right;
    font-size: 10px;
    line-height: 1;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    padding-right: 55px;
  }
  .link-area a .btn::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 5px;
    margin: auto;
    width: 40px;
    height: 6px;
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    transform: skew(45deg);
    transition: transform 0.7s ease;
  }
  .link-area a:hover .btn::before {
    transform: translateX(10px) skew(45deg);
  }
  .link-area .item:nth-child(2) {
    margin-top: 100px;
  }
  .link-area .item:nth-child(2) .img-box {
    width: 486px;
  }
  .link-area .deco11 {
    width: 175px;
    position: absolute;
    bottom: -110px;
    left: 17%;
  }
  .content-wrap {
    position: relative;
    z-index: 0;
  }
  .deco {
    position: absolute;
  }
  .deco01 {
    width: 100px;
    top: -300px;
    left: 40px;
  }
  .deco02 {
    width: 140px;
    top: -70px;
    right: -60px;
  }
  .deco03 {
    width: 110px;
    top: 357px;
    left: -55px;
    z-index: -1;
  }
  .deco04 {
    width: 110px;
    top: 1065px;
    right: 138px;
    z-index: -1;
  }
  .deco05 {
    width: 110px;
    top: 910px;
    left: 334px;
    z-index: -1;
  }
  .deco06 {
    width: 110px;
    top: 1150px;
    left: -231px;
    z-index: -1;
  }
  .deco07 {
    width: 115px;
    top: 2457px;
    right: -65px;
    z-index: -1;
  }
  .deco08 {
    width: 100px;
    top: 3454px;
    left: -110px;
    z-index: -1;
  }
  .deco09 {
    width: 130px;
    top: 2464px;
    left: -231px;
    z-index: -1;
  }
  .deco10 {
    width: 175px;
    bottom: -180px;
    right: -251px;
    z-index: -1;
  }
}
@media screen and (max-width: 768px), print {
  .more {
    display: block;
    transition: opacity 0.7s ease;
  }
  .more .btn {
    font-size: 10px;
    line-height: 1;
    margin-top: 24px;
    display: inline-block;
    position: relative;
    padding-right: 55px;
  }
  .more .btn::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 5px;
    margin: auto;
    width: 40px;
    height: 6px;
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    transform: skew(45deg);
    transition: transform 0.7s ease;
  }
  .main-title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 80px;
    position: relative;
    background-image: url(../img/special01/top_bg_sp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    overflow: hidden;
  }
  @-webkit-keyframes main {
    0% {
      filter: blur(4px);
      opacity: 0;
      transform: translateY(0px);
    }
    100% {
      filter: blur(0);
      opacity: 1;
      transform: translateY(-7px);
    }
  }
  @keyframes main {
    0% {
      filter: blur(4px);
      opacity: 0;
      transform: translateY(0px);
    }
    100% {
      filter: blur(0);
      opacity: 1;
      transform: translateY(-7px);
    }
  }
  .main-title::before {
    content: "";
    display: block;
    background-image: url(../img/special01/main_bg02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 500px;
    height: 310px;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    right: -100%;
    margin: auto;
    -webkit-animation: main 1s ease forwards;
            animation: main 1s ease forwards;
  }
  .main-title::after {
    content: "";
    display: block;
    background-image: url(../img/special01/main_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 500px;
    height: 310px;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    right: -100%;
    margin: auto;
    opacity: 0;
    -webkit-animation: main 1s ease 0.6s forwards;
            animation: main 1s ease 0.6s forwards;
  }
  .main-title p.en {
    color: white;
    font-size: 12px;
  }
  .main-title h2 {
    color: white;
    width: 100%;
    font-size: 18px;
    padding: 4px 0 14px;
    font-weight: 500;
  }
  .main-title h3 {
    color: white;
    width: 100%;
    font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .main-title h3 .yellow {
    color: #e7da99;
  }
  .main-title p.lead {
    color: white;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 1.4;
    letter-spacing: 0.15em;
  }
  .contents {
    color: #343434;
    background-color: #daf2ff;
    overflow: hidden;
  }
  .content-wrap:not(:first-child) {
    margin-top: 164px;
  }
  .content-area {
    z-index: 10;
    width: 100%;
    max-width: 520px;
    margin: auto;
    margin-top: 80px;
    padding-bottom: 100px;
    background-image: url(../img/special01/bg_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
  }
  .content-area::after {
    content: "";
    display: block;
    background-image: url(../img/zou.png);
    width: 150px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .content-wrap {
    box-sizing: border-box;
    padding: 0 5%;
    padding-top: 128px;
  }
  @-webkit-keyframes fadein_t_sp {
    0% {
      opacity: 0;
      transition-duration: 1s;
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
      transform: translateX(0px);
    }
  }
  @keyframes fadein_t_sp {
    0% {
      opacity: 0;
      transition-duration: 1s;
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
      transform: translateX(0px);
    }
  }
  .fadein_t_sp {
    -webkit-animation: fadein_t_sp 1s ease 1.6s forwards;
            animation: fadein_t_sp 1s ease 1.6s forwards;
    opacity: 0;
  }
  .content {
    width: 70%;
    min-width: 206px;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 22px;
  }
  .content .txt-wrap {
    width: 100%;
    margin: auto;
    letter-spacing: 0.15em;
    text-align: justify;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .content .txt-wrap .txt {
    font-size: 13px;
    letter-spacing: 0.2em;
    margin-top: 14px;
  }
  .content .txt-wrap .name {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.4;
  }
  .content .txt-wrap .name .ja {
    margin-right: 9px;
  }
  .content .txt-wrap .name .en {
    margin-top: 5px;
    font-size: 12px;
    color: #6ac9ff;
    letter-spacing: 0.1em;
  }
  .content .txt-wrap .post {
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-top: 16px;
  }
  .content .pht-wrap {
    width: 100%;
    margin: auto;
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .content .pht-wrap .img-box {
    width: 100%;
  }
  .content .pht-wrap .img-box img {
    width: 100%;
  }
  .content .pht-wrap .fuki {
    width: 121px;
    position: relative;
  }
  .content .pht-wrap .fuki .word {
    text-align: center;
    color: white;
    position: absolute;
    letter-spacing: 0.25em;
  }
  .content:nth-child(1) .fuki {
    position: absolute;
    top: -100px;
    right: -60px;
  }
  .content:nth-child(1) .fuki .word {
    position: absolute;
    top: 40px;
    left: 19px;
    font-size: 24px;
  }
  .content:nth-child(2) .img-box {
    margin-top: -30px;
  }
  .content:nth-child(2) .fuki {
    width: 171px;
    margin-left: -40px;
  }
  .content:nth-child(2) .word {
    position: absolute;
    top: 60px;
    left: 18px;
    font-size: 30px;
  }
  .content:nth-child(3) .img-box {
    margin-top: -50px;
  }
  .content:nth-child(3) .fuki {
    width: 104px;
    margin-left: -40px;
  }
  .content:nth-child(3) .word {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  }
  .content:nth-child(4) .img-box {
    margin-top: -50px;
  }
  .content:nth-child(4) .fuki {
    width: 144px;
    margin-left: -60px;
  }
  .content:nth-child(4) .word {
    text-align: center;
    position: absolute;
    top: 38px;
    left: 29px;
    font-size: 23px;
    line-height: 1.4;
  }
  .content:nth-child(5) .img-box {
    margin-top: -50px;
  }
  .content:nth-child(5) .fuki {
    margin-right: -50px;
    margin-left: auto;
    width: 162px;
  }
  .content:nth-child(5) .word {
    position: absolute;
    top: 53px;
    left: 40px;
    font-size: 38px;
    line-height: 1.4;
  }
  .content:nth-child(6) .img-box {
    margin-top: -70px;
  }
  .content:nth-child(6) .fuki {
    margin-right: -45px;
    margin-left: auto;
    width: 147px;
  }
  .content:nth-child(6) .word {
    position: absolute;
    top: 55px;
    left: 29px;
    font-size: 28px;
    line-height: 1.4;
  }
  .content:nth-child(7) .img-box {
    margin-top: -70px;
  }
  .content:nth-child(7) .fuki {
    margin-right: -50px;
    margin-left: auto;
    width: 122px;
  }
  .content:nth-child(7) .word {
    position: absolute;
    top: 40px;
    left: 45px;
    font-size: 32px;
    line-height: 1.4;
  }
  .content:nth-child(8) .img-box {
    margin-top: -70px;
  }
  .content:nth-child(8) .fuki {
    margin-right: -50px;
    margin-left: auto;
    width: 114px;
  }
  .content:nth-child(8) .word {
    position: absolute;
    top: 41px;
    left: 20px;
    font-size: 18px;
    line-height: 1.4;
  }
  .content:nth-child(9) .img-box {
    margin-top: -70px;
  }
  .content:nth-child(9) .fuki {
    margin-left: -40px;
    width: 104px;
  }
  .content:nth-child(9) .word {
    position: absolute;
    top: 33px;
    left: 21px;
    font-size: 28px;
    line-height: 1.4;
  }
  .content:nth-child(10) .img-box {
    margin-top: -40px;
  }
  .content:nth-child(10) .fuki {
    margin-left: -50px;
    width: 151px;
  }
  .content:nth-child(10) .word {
    position: absolute;
    top: 53px;
    left: 40px;
    font-size: 30px;
    line-height: 1.4;
  }
  .content:nth-child(11) .img-box {
    margin-top: -60px;
  }
  .content:nth-child(11) .fuki {
    margin-left: -40px;
    width: 104px;
  }
  .content:nth-child(11) .word {
    position: absolute;
    top: 33px;
    left: 21px;
    font-size: 28px;
    line-height: 1.4;
  }
  .content:nth-child(12) .img-box {
    margin-top: -50px;
  }
  .content:nth-child(12) .fuki {
    margin-left: -60px;
    width: 144px;
  }
  .content:nth-child(12) .word {
    position: absolute;
    top: 54px;
    left: 20px;
    font-size: 24px;
    line-height: 1.4;
  }
  .content:nth-child(13) .img-box {
    margin-top: -50px;
  }
  .content:nth-child(13) .fuki {
    margin-right: -50px;
    margin-left: auto;
    width: 162px;
  }
  .content:nth-child(13) .word {
    position: absolute;
    top: 54px;
    left: 37px;
    font-size: 38px;
    line-height: 1.4;
  }
  .content:nth-child(14) .img-box {
    margin-top: -50px;
  }
  .content:nth-child(14) .fuki {
    margin-right: -50px;
    margin-left: auto;
    width: 147px;
  }
  .content:nth-child(14) .word {
    position: absolute;
    top: 44px;
    left: 32px;
    font-size: 24px;
    line-height: 1.4;
  }
  .content:nth-child(15) .img-box {
    margin-top: -60px;
  }
  .content:nth-child(15) .fuki {
    margin-right: -50px;
    margin-left: auto;
    width: 122px;
  }
  .content:nth-child(15) .word {
    position: absolute;
    top: 34px;
    left: 24px;
    font-size: 22px;
    line-height: 1.4;
  }
  .content:nth-child(16) .img-box {
    margin-top: -60px;
  }
  .content:nth-child(16) .fuki {
    margin-right: -50px;
    margin-left: auto;
    width: 104px;
  }
  .content:nth-child(16) .word {
    position: absolute;
    top: 26px;
    left: 25px;
    font-size: 18px;
    line-height: 1.4;
  }
  .content:nth-child(17) .fuki {
    width: 104px;
  }
  .link-area {
    padding-top: 100px;
    background-color: white;
  }
  .link-area .num {
    color: #6ac9ff;
    margin-left: 5%;
  }
  .link-area .img-box {
    width: 100%;
    margin-top: 5px;
  }
  .link-area .txt {
    margin-left: 5%;
    margin-top: 15px;
  }
  .link-area a .btn {
    margin-left: 5%;
    font-size: 10px;
    line-height: 1;
    margin-top: 0;
    display: inline-block;
    position: relative;
    padding-right: 55px;
  }
  .link-area a .btn::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 5px;
    margin: auto;
    width: 40px;
    height: 6px;
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    transform: skew(45deg);
    transition: transform 0.7s ease;
  }
  .link-area .item:nth-child(2) {
    margin-top: 40px;
  }
  .content-wrap {
    position: relative;
    z-index: 0;
  }
  .deco {
    position: absolute;
  }
  .deco01 {
    width: 20vw;
    top: -0.8%;
    left: 6%;
  }
  .deco02 {
    width: 28vw;
    top: 1.2%;
    left: 5.9%;
    z-index: -1;
  }
  .deco03 {
    width: 20vw;
    top: 8.7%;
    right: 0;
    z-index: -1;
  }
  .deco04 {
    width: 30vw;
    top: 20%;
    right: 0;
    z-index: -1;
  }
  .deco05 {
    width: 37vw;
    top: 32.3%;
    left: -11%;
    z-index: -1;
  }
  .deco06 {
    width: 37vw;
    top: 38.5%;
    left: 7%;
    z-index: -1;
  }
  .deco07 {
    width: 37vw;
    top: 49.5%;
    right: 7%;
    z-index: -1;
  }
  .deco08 {
    width: 37vw;
    top: 63.5%;
    right: -9%;
    z-index: -1;
  }
  .deco09 {
    width: 29vw;
    top: 72.2%;
    right: -10%;
    z-index: -1;
  }
  .deco10 {
    width: 24vw;
    top: 82.2%;
    left: -3%;
    z-index: -1;
  }
  .deco11 {
    width: 44vw;
    top: 88.2%;
    left: 3%;
    z-index: -1;
  }
  .deco12 {
    width: 44vw;
    bottom: -170px;
    right: -17%;
    z-index: -1;
  }
  .deco13 {
    width: 18vw;
    top: 94.4%;
    left: 16%;
    z-index: -1;
  }
}
/*# sourceMappingURL=special01.css.map */