@charset "UTF-8";
/*=============================
 path setting
===============================*/
/*=============================
 Default setting
===============================*/
/*=============================
 break setting
===============================*/
/*=============================
 font family
===============================*/
/* ================
base
=================== */
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: TsukuMinPr6-M, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 16px;
  color: #1b0929;
  background: #000;
}
body.nav-active {
  overflow: hidden;
}

[id*=_cmp_elm],
.font-loading {
  display: none;
}

.show__sp-only {
  display: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
}

pre {
  font-family: "メイリオ", "Meiryo", sans-serif;
  text-align: left;
  white-space: pre-wrap;
}

a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
a img {
  transition: opacity ease-out 0.1s;
}
a.no-opacity:hover img {
  opacity: 1;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}
a:visited {
  color: #000;
}
a:active {
  text-decoration: none;
}
a:link img, a:visited img, a:hover img, a:active img {
  text-decoration: none;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
}
body::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/shironekoproject/lp/link_dragner/assets/img/bg_pc_mono.jpg) no-repeat;
  background-size: cover;
}

html {
  scroll-behavior: smooth;
}

.head__content::before, .head__content::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #57173e;
}
.head__content .head__title {
  font-family: TsukuMinPr6-M;
  font-size: min(7vw, 96px);
  color: #bab5b8;
  letter-spacing: 3px;
}
.head__content .head__description {
  position: absolute;
  left: 0;
  width: 100%;
  font-family: TsukuMinPr6-HV;
  font-size: min(3.6vw, 34px);
}

.offset__txt {
  display: none;
}

/*=============================
 footer
===============================*/
footer {
  margin-top: 10%;
  background: #362d3d;
}
footer .footerArea__inner .footer__content {
  width: min(95%, 768px);
  padding: 5% 0;
  margin: 0 auto;
}
footer .footerArea__inner .footer__content .footer__portalBanner {
  display: flex;
  justify-content: center;
  padding: 0 5%;
  margin-bottom: 5%;
}
footer .footerArea__inner .footer__content .footer__logo {
  display: flex;
  justify-content: center;
}
footer .footerArea__inner .footer__content .footer__snsBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(95%, 250px);
  margin: 5% auto;
}
footer .footerArea__inner .footer__content .footer__snsBtn li {
  display: flex;
  justify-content: center;
  width: 31%;
  margin: 0 1%;
}
footer .footerArea__inner .footer__content .footer__redirectBtn {
  display: none;
}
footer .footerArea__inner .footer__content .footer__redirectBtn li {
  width: 46%;
  margin: 2%;
}
footer .footerArea__inner .footer__content .footer__redirectBtn li a {
  display: block;
  padding: 5%;
  font-size: 3vw;
  color: #fff;
  text-align: center;
  background: #2b0802;
  border: 1px solid #826634;
  border-radius: 100px;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.8);
  transition: background 400ms ease;
}
footer .footerArea__inner .footer__content .footer__redirectBtn li a:hover {
  background: #826634;
}
footer .footerArea__inner .footer__content .footer__redirectBtn li a span {
  display: block;
  font-size: 4vw;
  font-weight: bold;
}
footer .footerArea__inner .footer__content .footer__officialSite {
  margin: 7% 0 5%;
}
footer .footerArea__inner .footer__content .footer__officialSite a {
  display: block;
  width: min(95%, 650px);
  padding: 3%;
  margin: 0 auto;
  font-size: min(6vw, 30px);
  color: #f0f0f0;
  text-align: center;
  background: #000;
  border: 2px solid #bab5b8;
  transition: background 0.3s ease;
}
footer .footerArea__inner .footer__content .footer__officialSite a:hover {
  color: #000;
  background: #bab5b8;
}
footer .footerArea__inner .footer__content .footer__appNotice {
  padding: 2%;
  margin: 5% auto;
  font-size: min(3vw, 16px);
  color: #fff;
}
footer .footerArea__inner .footer__content .footer__appNotice li {
  line-height: 2;
  list-style-type: disc;
}
footer .footerArea__inner .footer__content .footer__appList {
  margin: 5% 2%;
}
footer .footerArea__inner .footer__content .footer__appList ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
footer .footerArea__inner .footer__content .footer__appList li {
  margin: 2% 0;
}
footer .footerArea__inner .footer__content .footer__appList li:nth-child(1) {
  width: 25%;
}
footer .footerArea__inner .footer__content .footer__appList li:nth-child(2) {
  width: 31%;
}
footer .footerArea__inner .footer__content .footer__appList li:nth-child(3) {
  width: 32%;
}
footer .footerArea__inner .footer__content .footer__appList li img {
  width: 100%;
  height: auto;
}
footer .footerArea__inner .footer__content .footer__companyLink {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footerArea__inner .footer__content .footer__companyLink li {
  margin: 2%;
  font-size: min(3vw, 16px);
}
footer .footerArea__inner .footer__content .footer__companyLink li a {
  color: #fff;
}
footer .footerArea__inner .footer__content .footer__copyright {
  margin: 3% 0 5%;
  font-size: min(3vw, 16px);
  color: #fff;
  text-align: center;
}

.fixedBtn[data-follow] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  padding: 5%;
  margin: auto;
  font-family: TsukuMinPr6-M;
  font-size: 6vw;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s ease-in-out;
}
.fixedBtn[data-follow] a {
  display: block;
  width: 100%;
  padding: 2% 5%;
  color: #FFF;
  border: 4px solid #FFF;
  border-radius: 50rem;
}
.fixedBtn[data-follow] a:hover {
  color: #FFF;
}

.fixedBtn[data-follow=true] {
  pointer-events: auto;
  opacity: 1;
}

.fixedBtn[data-follow=false] {
  pointer-events: none;
  opacity: 0;
}

.coverArea {
  position: fixed;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.coverArea .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 170px;
  margin: auto;
  font-size: 12px;
  color: #bbb;
  text-align: center;
}
.coverArea .cover img {
  width: 100%;
}
.coverArea .shiroLogo {
  width: 30%;
  max-width: 160px;
  margin: 3% auto 0;
}
.coverArea .shiroLogo img {
  width: 100%;
  height: auto;
}

.keyvisualArea {
  overflow: hidden;
  transition: all ease-out 0.3s;
}
.keyvisualArea__inner .keyvisual__content {
  position: relative;
}
.keyvisualArea__inner .keyvisual__content img {
  width: 100%;
}
.keyvisualArea__inner .keyvisual__content .keyvisual__logo {
  position: absolute;
  right: 0;
  bottom: 18.5%;
  left: 0;
  z-index: 3;
  width: min(24.3%, 450px);
  margin: 0 auto;
  filter: brightness(30);
  opacity: 0;
}
.keyvisualArea__inner .keyvisual__content .keyvisual__txt {
  position: absolute;
  top: 3%;
  right: 0;
  left: 0;
  z-index: 2;
  width: min(3.9%, 70px);
  margin: auto;
  filter: blur(4px);
  opacity: 0;
  transform: translateY(40px);
}
.keyvisualArea__inner .keyvisual__content .keyvisual__img {
  z-index: 1;
  -webkit-filter: brightness(5);
  filter: brightness(5);
  transform: scale(1.5);
}
.keyvisualArea.on .keyvisualArea__inner .keyvisual__content .keyvisual__logo {
  animation: anim_kv-logo 1s ease-in-out forwards;
  animation-delay: 0.4s;
}
@keyframes anim_kv-logo {
  0% {
    opacity: 0;
  }
  100% {
    filter: brightness(1);
    opacity: 1;
  }
}
.keyvisualArea.on .keyvisualArea__inner .keyvisual__content .keyvisual__txt {
  animation: anim_kv-txt 1s ease-out forwards;
  animation-delay: 0.1s;
}
@keyframes anim_kv-txt {
  0% {
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}
.keyvisualArea.on .keyvisualArea__inner .keyvisual__content .keyvisual__img {
  filter: brightness(1);
  transition: transform 3s cubic-bezier(0, 1, 0, 1) 0s, filter 3s cubic-bezier(0, 1, 0, 1) 0s;
  transform: scale(1);
}

/*=============================
 storyArea
===============================*/
.storyArea {
  position: relative;
}
.storyArea::before {
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: 1;
  width: 19.946%;
  padding-top: 37.19%;
  pointer-events: none;
  content: "";
  background: url(/shironekoproject/lp/link_dragner/assets/img/story_object.png) no-repeat;
  background-position: top center;
  background-size: cover;
}
.storyArea__inner {
  position: relative;
  z-index: 0;
  padding: 4% 0 0 17.2%;
  /*左*/
  /*上*/
}
.storyArea__inner::before, .storyArea__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #1b0929;
}
.storyArea__inner::before {
  width: 17.5%;
  height: 198%;
}
.storyArea__inner::after {
  width: 100%;
  height: 70%;
}
.storyArea__inner .storyArea__content .content__tltle {
  font-family: TsukuMinPr6-M;
  font-size: min(7vw, 96px);
  color: #bab5b8;
  letter-spacing: 3px;
}
.storyArea__inner .storyArea__content .content__text {
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  font-family: TsukuMinPr6-HV;
  color: #1b0929;
  text-align: center;
}
.storyArea__inner .storyArea__content .content__text p {
  margin: 1.5% 0;
  font-size: min(2vw, 26px);
  background: #bab5b8;
}

.ankerArea {
  position: relative;
  margin-top: 34%;
  margin-bottom: 15%;
}
.ankerArea::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 85%;
  height: 50%;
  content: "";
  background: #1b0929;
}
.ankerArea .buttonList {
  width: min(80%, 895px);
  padding-top: 5%;
  margin: 0 auto;
}
.ankerArea .buttonList ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ankerArea .buttonList ul li {
  width: 50%;
}
.ankerArea .buttonList ul li a {
  transition: filter ease-out 0.1s;
}
.ankerArea .buttonList ul li a:hover {
  filter: brightness(50%);
}

/*=============================
 characterArea
===============================*/
.characterArea {
  margin-bottom: 20%;
}
.characterArea__inner {
  position: relative;
  z-index: 0;
}
.characterArea__inner .characterArea__head {
  position: relative;
  padding: 3% 0 0 17.2%;
}
.characterArea__inner .characterArea__head::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 67%;
  content: "";
  background: #004b98;
}
.characterArea__inner .characterArea__head h2 {
  font-family: TsukuMinPr6-M;
  font-size: min(7vw, 96px);
  color: #bab5b8;
  letter-spacing: 3px;
}
.characterArea__inner .characterArea_content .character__content {
  position: relative;
}
.characterArea__inner .characterArea_content .character__content .character__imgArea {
  position: relative;
}
.characterArea__inner .characterArea_content .character__content .character__imgArea::before {
  position: absolute;
  z-index: -1;
  width: 17.5%;
  height: 100%;
  content: "";
}
.characterArea__inner .characterArea_content .character__content .character__imgArea .img__base {
  opacity: 0;
}
.characterArea__inner .characterArea_content .character__content .character__imgArea .img__character {
  position: absolute;
}
.characterArea__inner .characterArea_content .character__content .character__imgArea .img__character img {
  width: 100%;
}
.characterArea__inner .characterArea_content .character__content .character__item {
  font-family: TsukuMinPr6-HV;
}
.characterArea__inner .characterArea_content .character__content .character__item .item__name-cv {
  display: flex;
  align-items: baseline;
  font-style: italic;
  line-height: 1.3;
  color: #FFF;
}
.characterArea__inner .characterArea_content .character__content .character__item .item__name-cv .character-name {
  font-size: min(4vw, 76px);
}
.characterArea__inner .characterArea_content .character__content .character__item .item__name-cv .character-cv {
  margin-left: 2%;
  font-size: min(2vw, 34px);
}
.characterArea__inner .characterArea_content .character__content .character__item .item__voice {
  padding: 0.5% 0;
  background: rgba(255, 255, 255, 0.3);
}
.characterArea__inner .characterArea_content .character__content .character__item .item__voice ul {
  display: flex;
  justify-content: center;
  width: min(34%, 650px);
}
.characterArea__inner .characterArea_content .character__content .character__item .item__voice ul li {
  margin: 0 0.5%;
}
.characterArea__inner .characterArea_content .character__content.chara--01 {
  margin-top: -9%;
}
.characterArea__inner .characterArea_content .character__content.chara--01 .character__imgArea {
  background: url(/shironekoproject/lp/link_dragner/assets/img/character/character_01_bg.png) no-repeat;
  background-position: bottom -1px left;
  background-size: 100%;
}
.characterArea__inner .characterArea_content .character__content.chara--01 .character__imgArea::before {
  top: 0;
  left: 0;
  background: #004b98;
}
.characterArea__inner .characterArea_content .character__content.chara--01 .character__imgArea .img__base {
  width: min(38%, 717px);
  margin-right: 11%;
  margin-left: auto;
}
.characterArea__inner .characterArea_content .character__content.chara--01 .character__imgArea .img__character {
  top: 23%;
  right: 11%;
  width: min(38%, 717px);
}
.characterArea__inner .characterArea_content .character__content.chara--01 .character__item .item__name-cv {
  padding-left: 18.7%;
  background: #b7a45b;
}
.characterArea__inner .characterArea_content .character__content.chara--01 .character__item .item__voice ul {
  margin-left: 17%;
}
.characterArea__inner .characterArea_content .character__content.chara--02 .character__imgArea {
  background: url(/shironekoproject/lp/link_dragner/assets/img/character/character_02_bg.png) no-repeat;
  background-position: bottom -1px left;
  background-size: 100%;
}
.characterArea__inner .characterArea_content .character__content.chara--02 .character__imgArea::before {
  top: 0;
  right: 0;
  background: #57173e;
}
.characterArea__inner .characterArea_content .character__content.chara--02 .character__imgArea .img__base {
  width: min(36%, 682px);
  margin-right: auto;
  margin-left: 8.4%;
}
.characterArea__inner .characterArea_content .character__content.chara--02 .character__imgArea .img__character {
  top: 24%;
  left: 8.4%;
  width: min(36%, 682px);
}
.characterArea__inner .characterArea_content .character__content.chara--02 .character__item .item__name-cv {
  padding-left: 48.4%;
  background: #857f95;
}
.characterArea__inner .characterArea_content .character__content.chara--02 .character__item .item__voice ul {
  margin-left: 46.3%;
}
.characterArea__inner .characterArea_content .character__content.chara--03 .character__imgArea {
  background: url(/shironekoproject/lp/link_dragner/assets/img/character/character_03_bg.png) no-repeat;
  background-position: bottom -1px left;
  background-size: 100%;
}
.characterArea__inner .characterArea_content .character__content.chara--03 .character__imgArea::before {
  top: 0;
  left: 0;
  background: #6d1717;
}
.characterArea__inner .characterArea_content .character__content.chara--03 .character__imgArea .img__base {
  width: min(38%, 706px);
  margin-right: 11%;
  margin-left: auto;
}
.characterArea__inner .characterArea_content .character__content.chara--03 .character__imgArea .img__character {
  top: 25%;
  right: 11%;
  width: min(38%, 706px);
}
.characterArea__inner .characterArea_content .character__content.chara--03 .character__item .item__name-cv {
  padding-left: 18.7%;
  background: #b7a45b;
}
.characterArea__inner .characterArea_content .character__content.chara--03 .character__item .item__voice ul {
  margin-left: 17%;
}

/*=============================
 settingMaterialArea
===============================*/
.settingMaterialArea {
  margin-bottom: 13%;
}
.settingMaterialArea__inner {
  position: relative;
  z-index: 0;
}
.settingMaterialArea__inner .settingMaterialArea__head {
  position: relative;
  padding: 3% 0 0 17%;
  margin-bottom: 6%;
}
.settingMaterialArea__inner .settingMaterialArea__head::before, .settingMaterialArea__inner .settingMaterialArea__head::after {
  background: #57173e;
}
.settingMaterialArea__inner .settingMaterialArea__head::before {
  width: 100%;
  height: 56%;
}
.settingMaterialArea__inner .settingMaterialArea__head::after {
  width: 17.3%;
  height: 100%;
}
.settingMaterialArea__inner .settingMaterialArea__head .head__title {
  padding: 2% 0 4%;
}
.settingMaterialArea__inner .settingMaterialArea__head .head__description {
  padding: 0 5%;
  text-align: center;
  background: #FFF;
}
.settingMaterialArea__inner .settingMaterialArea__content .material__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: min(95%, 1050px);
  margin: 10vw auto;
}
.settingMaterialArea__inner .settingMaterialArea__content .material__list li {
  width: 23%;
  margin: 1%;
}
.settingMaterialArea__inner .settingMaterialArea__content .material__list li a img {
  width: 100%;
  box-shadow: 0px 8px 12px 2px rgba(0, 0, 0, 0.5);
}

/*=============================
 promotionVideoArea
===============================*/
.promotionVideoArea {
  margin-bottom: 10%;
}
.promotionVideoArea__inner {
  position: relative;
  z-index: 0;
}
.promotionVideoArea__inner .promotionVideoArea__head {
  position: relative;
  padding: 3% 0 0 17.2%;
  margin-bottom: 6%;
}
.promotionVideoArea__inner .promotionVideoArea__head::before, .promotionVideoArea__inner .promotionVideoArea__head::after {
  background: #6d1717;
}
.promotionVideoArea__inner .promotionVideoArea__head::before {
  width: 100%;
  height: 56%;
}
.promotionVideoArea__inner .promotionVideoArea__head::after {
  width: 17.3%;
  height: 100%;
}
.promotionVideoArea__inner .promotionVideoArea__head .head__title {
  padding: 2% 0 4%;
}
.promotionVideoArea__inner .promotionVideoArea__head .head__description {
  display: flex;
}
.promotionVideoArea__inner .promotionVideoArea__head .head__description span {
  display: inline-block;
  background: #FFF;
}
.promotionVideoArea__inner .promotionVideoArea__head .head__description span:nth-child(1) {
  width: 45%;
  text-align: right;
}
.promotionVideoArea__inner .promotionVideoArea__head .head__description span:nth-child(2) {
  width: 55%;
  text-align: left;
}
.promotionVideoArea__inner .promotionVideoArea__content .video__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: min(95%, 1126px);
  margin: 10vw auto 2%;
}
.promotionVideoArea__inner .promotionVideoArea__content .video__list li {
  width: 33%;
  padding: 1%;
  margin-bottom: 3%;
}
.promotionVideoArea__inner .promotionVideoArea__content .video__list li div {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.promotionVideoArea__inner .promotionVideoArea__content .video__list li div iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 2px solid #bab5b8;
  box-shadow: 0px 8px 12px 2px rgba(0, 0, 0, 0.5);
}
.promotionVideoArea__inner .promotionVideoArea__content .video__list li p {
  margin-top: 3%;
  color: #FFF;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/*=============================
 wallpaperArea
===============================*/
.wallpaperArea__inner {
  position: relative;
  z-index: 0;
}
.wallpaperArea__inner .wallpaperArea__head {
  position: relative;
  padding: 3% 0 0 17%;
  margin-bottom: 6%;
}
.wallpaperArea__inner .wallpaperArea__head::before, .wallpaperArea__inner .wallpaperArea__head::after {
  background: #1b0929;
}
.wallpaperArea__inner .wallpaperArea__head::before {
  width: 100%;
  height: 56%;
}
.wallpaperArea__inner .wallpaperArea__head::after {
  width: 17.3%;
  height: 100%;
}
.wallpaperArea__inner .wallpaperArea__head .head__title {
  padding: 2% 0 4%;
}
.wallpaperArea__inner .wallpaperArea__head .head__description {
  display: flex;
}
.wallpaperArea__inner .wallpaperArea__head .head__description span {
  display: inline-block;
  background: #FFF;
}
.wallpaperArea__inner .wallpaperArea__head .head__description span:nth-child(1) {
  width: 45%;
  text-align: right;
}
.wallpaperArea__inner .wallpaperArea__head .head__description span:nth-child(2) {
  width: 55%;
  text-align: left;
}
.wallpaperArea__inner .wallpaperArea__content .wallpaper__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: min(95%, 1126px);
  margin: 5% auto;
}
.wallpaperArea__inner .wallpaperArea__content .wallpaper__list .list__item {
  width: 25%;
  padding: 3% 1% 0;
}
.wallpaperArea__inner .wallpaperArea__content .wallpaper__list .list__item .item__thumb img {
  width: 100%;
  pointer-events: none;
  -webkit-box-shadow: 0 0 25px -15px rgba(100, 50, 0, 0.8);
  box-shadow: 0 0 25px -15px rgba(100, 50, 0, 0.8);
}
.wallpaperArea__inner .wallpaperArea__content .wallpaper__list .list__item .item__link {
  position: relative;
}
.wallpaperArea__inner .wallpaperArea__content .wallpaper__list .list__item .item__link.shareCover::after {
  position: absolute;
  top: -1.5%;
  left: -1.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 103%;
  height: 103%;
  font-family: TsukuMinPr6-HV;
  font-size: min(3vw, 25px);
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 8px #000, 0 0 8px #000;
  white-space: pre;
  content: "シェアで壁紙を\aダウンロード";
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.wallpaperArea__inner .wallpaperArea__content .wallpaper__list .list__item li {
  margin: 5% 0;
}
.wallpaperArea__inner .wallpaperArea__content .wallpaper__list .list__item li .link__btn {
  display: block;
  width: 100%;
  padding: 5%;
  font-family: TsukuMinPr6-HV;
  font-size: min(3vw, 27px);
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #000000;
  box-shadow: 0 0 0 1px #a7a28f;
}
.wallpaperArea__inner .wallpaperArea__content .btnShare {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(90%, 600px);
  padding: 1.5% 4%;
  margin: 0 auto;
  font-family: TsukuMinPr6-HV;
  font-size: min(3vw, 40px);
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #00a1ff;
  border-radius: 50rem;
  box-shadow: 0 4px 0 #1680bd;
  transition: 400ms ease;
}
.wallpaperArea__inner .wallpaperArea__content .btnShare:hover {
  transition: 200ms ease;
  transform: scale(1.05);
}
.wallpaperArea__inner .wallpaperArea__content .btnShare img {
  width: 15%;
  height: auto;
  padding-right: 4%;
}

.visible,
.invisible {
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.visible {
  opacity: 1;
}
.visible.fade_Up {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(30px);
  transform: translateY(0);
}
.visible.fade_toLeft {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(100px);
}
.visible.fade_toLeft {
  transform: translateX(0);
}
.visible.fade_toRight {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-100px);
}
.visible.fade_toRight {
  transform: translateX(0);
}
.visible.zoom_Up {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.5);
}
.visible.zoom_Up {
  transform: scale(1);
}
.visible.zoom_Down {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1.4);
}
.visible.zoom_Down {
  transform: scale(1);
}

.invisible.fade_Up {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(30px);
}
.invisible.fade_toLeft {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(100px);
}
.invisible.fade_toRight {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-100px);
}
.invisible.zoom_Up {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.5);
}
.invisible.zoom_Down {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1.4);
}

.visible.fade_slowly {
  opacity: 1;
  animation: fade_slowly 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@keyframes fade_slowly {
  0% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 1024px) {
  .wallpaperArea__inner .wallpaperArea__content .btnShare {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .show__pc-only {
    display: none;
  }
  .show__sp-only {
    display: block;
  }
  .head__content .head__title {
    font-size: 13.5vw;
  }
  .head__content .head__description {
    font-size: 5vw;
  }
  footer {
    margin-top: 50%;
  }
  footer .footerArea__inner .footer__content {
    padding: 10% 0;
  }
  footer .footerArea__inner .footer__content .footer__portalBanner {
    margin-bottom: 10%;
  }
  footer .footerArea__inner .footer__content .footer__logo {
    width: 40%;
    margin: 0 auto;
  }
  footer .footerArea__inner .footer__content .footer__snsBtn {
    margin: 8% auto;
  }
  footer .footerArea__inner .footer__content .footer__redirectBtn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footerArea__inner .footer__content .footer__appNotice {
    padding: 5%;
  }
  footer .footerArea__inner .footer__content .footer__appList {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  footer .footerArea__inner .footer__content .footer__appList li:nth-child(1) {
    width: 40%;
  }
  footer .footerArea__inner .footer__content .footer__appList li:nth-child(2) {
    width: 50%;
  }
  footer .footerArea__inner .footer__content .footer__appList li:nth-child(3) {
    width: 51%;
  }
  .fixedBtn[data-follow] {
    display: block;
  }
  .keyvisualArea__inner .keyvisual__content .keyvisual__logo {
    bottom: 14.5%;
    width: 47%;
  }
  .keyvisualArea__inner .keyvisual__content .keyvisual__txt {
    top: 2%;
    right: 3%;
    left: auto;
    width: 11%;
    margin: 0;
  }
  .storyArea::before {
    top: 9%;
    right: 0%;
    width: 46%;
    padding-top: 87%;
  }
  .storyArea__inner {
    padding: 8% 0 0 10.8%;
  }
  .storyArea__inner::before {
    width: 13.3%;
    height: 295%;
  }
  .storyArea__inner::after {
    height: 73%;
  }
  .storyArea__inner .storyArea__content .content__tltle {
    font-size: 13vw;
  }
  .storyArea__inner .storyArea__content .content__text {
    top: 159%;
  }
  .storyArea__inner .storyArea__content .content__text p {
    padding: 0 2%;
    margin: 0 0 10%;
    font-size: 4vw;
  }
  .ankerArea {
    margin-top: 80%;
    margin-bottom: 25%;
  }
  .ankerArea::before {
    width: 100%;
    height: 60%;
  }
  .ankerArea .buttonList {
    padding-top: 11%;
  }
  .characterArea {
    margin-bottom: 27%;
    overflow: hidden;
  }
  .characterArea__inner .characterArea__head {
    padding: 8% 0 0 10.5%;
  }
  .characterArea__inner .characterArea__head::before {
    height: 71%;
  }
  .characterArea__inner .characterArea__head h2 {
    font-size: 13vw;
  }
  .characterArea__inner .characterArea_content .character__content .character__imgArea::before {
    width: 13.3%;
  }
  .characterArea__inner .characterArea_content .character__content .character__item .item__name-cv .character-name {
    font-size: 10vw;
  }
  .characterArea__inner .characterArea_content .character__content .character__item .item__name-cv .character-cv {
    font-size: 5.1vw;
  }
  .characterArea__inner .characterArea_content .character__content .character__item .item__voice {
    padding: 3% 0 2%;
  }
  .characterArea__inner .characterArea_content .character__content .character__item .item__voice ul {
    width: 95%;
  }
  .characterArea__inner .characterArea_content .character__content.chara--01 .character__imgArea {
    background: url(/shironekoproject/lp/link_dragner/assets/img/character/character_01_bg_sp.png) no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
  .characterArea__inner .characterArea_content .character__content.chara--01 .character__imgArea .img__base {
    width: 100%;
    margin: 0;
  }
  .characterArea__inner .characterArea_content .character__content.chara--01 .character__imgArea .img__character {
    top: auto;
    right: -11%;
    bottom: 4%;
    width: 100%;
  }
  .characterArea__inner .characterArea_content .character__content.chara--01 .character__item .item__name-cv {
    padding-left: 13.7%;
  }
  .characterArea__inner .characterArea_content .character__content.chara--01 .character__item .item__voice ul {
    margin-right: auto;
    margin-left: auto;
  }
  .characterArea__inner .characterArea_content .character__content.chara--02 .character__imgArea {
    padding-top: 8%;
    background: url(/shironekoproject/lp/link_dragner/assets/img/character/character_02_bg_sp.png) no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
  .characterArea__inner .characterArea_content .character__content.chara--02 .character__imgArea .img__base {
    width: 100%;
    margin: 0;
  }
  .characterArea__inner .characterArea_content .character__content.chara--02 .character__imgArea .img__character {
    top: auto;
    bottom: 4%;
    left: -12%;
    width: 100%;
  }
  .characterArea__inner .characterArea_content .character__content.chara--02 .character__item .item__name-cv {
    padding-left: 3.3%;
  }
  .characterArea__inner .characterArea_content .character__content.chara--02 .character__item .item__voice ul {
    margin-right: auto;
    margin-left: auto;
  }
  .characterArea__inner .characterArea_content .character__content.chara--03 .character__imgArea {
    padding-top: 7%;
    background: url(/shironekoproject/lp/link_dragner/assets/img/character/character_03_bg_sp.png) no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
  .characterArea__inner .characterArea_content .character__content.chara--03 .character__imgArea .img__base {
    width: 100%;
    margin: 0;
  }
  .characterArea__inner .characterArea_content .character__content.chara--03 .character__imgArea .img__character {
    top: auto;
    right: -11.5%;
    bottom: 4%;
    width: 100%;
  }
  .characterArea__inner .characterArea_content .character__content.chara--03 .character__item .item__name-cv {
    padding-left: 16%;
  }
  .characterArea__inner .characterArea_content .character__content.chara--03 .character__item .item__voice ul {
    margin-right: auto;
    margin-left: auto;
  }
  .settingMaterialArea {
    margin-bottom: 18%;
  }
  .settingMaterialArea__inner .settingMaterialArea__head {
    padding: 8% 0 0 10%;
  }
  .settingMaterialArea__inner .settingMaterialArea__head::before {
    height: 45%;
  }
  .settingMaterialArea__inner .settingMaterialArea__head::after {
    width: 13.3%;
  }
  .settingMaterialArea__inner .settingMaterialArea__head .head__title {
    padding-bottom: 8%;
    line-height: 1;
  }
  .settingMaterialArea__inner .settingMaterialArea__content .material__list {
    padding: 10% 5%;
  }
  .settingMaterialArea__inner .settingMaterialArea__content .material__list li {
    width: 44%;
    margin: 3%;
  }
  .promotionVideoArea {
    margin-bottom: 33%;
  }
  .promotionVideoArea__inner .promotionVideoArea__head {
    padding: 8% 0 0 10%;
  }
  .promotionVideoArea__inner .promotionVideoArea__head::before {
    height: 45%;
  }
  .promotionVideoArea__inner .promotionVideoArea__head::after {
    width: 13.3%;
    height: 140%;
  }
  .promotionVideoArea__inner .promotionVideoArea__head .head__title {
    padding-bottom: 8%;
    line-height: 1;
  }
  .promotionVideoArea__inner .promotionVideoArea__head .head__description {
    display: block;
    text-align: center;
  }
  .promotionVideoArea__inner .promotionVideoArea__head .head__description span {
    width: 100%;
    margin-bottom: 4%;
    text-align: center;
  }
  .promotionVideoArea__inner .promotionVideoArea__head .head__description span:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .promotionVideoArea__inner .promotionVideoArea__head .head__description span:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .promotionVideoArea__inner .promotionVideoArea__content .video__list {
    margin-top: 30%;
  }
  .promotionVideoArea__inner .promotionVideoArea__content .video__list li {
    width: 50%;
    margin: 2.5% 0;
  }
  .promotionVideoArea__inner .promotionVideoArea__content .video__list li p {
    font-size: 4vw;
  }
  .promotionVideoArea__inner .promotionVideoArea__content .video__list li p span {
    display: block;
  }
  .wallpaperArea__inner .wallpaperArea__head {
    padding: 7% 0 0 10%;
  }
  .wallpaperArea__inner .wallpaperArea__head::before {
    height: 61%;
  }
  .wallpaperArea__inner .wallpaperArea__head::after {
    width: 13.3%;
    height: 145%;
  }
  .wallpaperArea__inner .wallpaperArea__head .head__title {
    padding: 0 0 7%;
  }
  .wallpaperArea__inner .wallpaperArea__head .head__description {
    display: block;
    text-align: center;
  }
  .wallpaperArea__inner .wallpaperArea__head .head__description span {
    margin-bottom: 4%;
    text-align: center;
  }
  .wallpaperArea__inner .wallpaperArea__head .head__description span:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .wallpaperArea__inner .wallpaperArea__head .head__description span:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .wallpaperArea__inner .wallpaperArea__content .wallpaper__list {
    margin: 25% auto 5%;
  }
  .wallpaperArea__inner .wallpaperArea__content .wallpaper__list .list__item {
    width: 48%;
    padding: 5% 2%;
  }
  .wallpaperArea__inner .wallpaperArea__content .wallpaper__list .list__item .item__link.shareCover::after {
    font-size: 4vw;
  }
  .wallpaperArea__inner .wallpaperArea__content .wallpaper__list .list__item li .link__btn {
    font-size: 5vw;
  }
  .wallpaperArea__inner .wallpaperArea__content .btnShare {
    padding: 3%;
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .ankerArea::before {
    height: 66%;
  }
}