@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}
@media screen and (max-width: 980px) {
  html {
    font-size: clamp(0px, 1.0204081633vw, 10px);
  }
}

body {
  position: relative;
  min-width: 320px;
  width: 100%;
  min-height: 100%;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-w: hidden;
}

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

a,
a:hover,
a:active {
  color: #ff02b5;
}

a:visited {
  color: #633580;
}

a:focus {
  outline: none;
}

ul {
  list-style: none;
}

/*clearfix*/
.cf::after {
  content: "";
  clear: both;
  display: block;
}

/*==================================
 common
===================================*/
.-hover01:hover {
  transform: translateY(2px);
}

img.lazyload {
  width: 100%;
}

body {
  /*position: fixed;
  top: 0;
  left: 0;
  */
  position: relative;
  width: 100%;
  min-height: 100%;
  z-index: -1;
  background-image: linear-gradient(#a0b4dc 0%, #ffcfbf 50%, #ffff98 100%);
}
body:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/bg-dego.webp");
  background-repeat: repeat-y;
  background-size: 100%;
}

.buttonDl {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  display: block;
  width: clamp(70px, 18.3673469388%, 200px);
}
@media screen and (max-width: 640px) {
  .buttonDl {
    width: 30%;
  }
}

/*==================================
 header
===================================*/
.header {
  position: relative;
  z-index: 0;
}
.header .item {
  position: absolute;
  z-index: 1;
}

.snsWrap {
  top: 0;
  right: 0;
  display: grid;
  margin: 1% 0;
}
.snsWrap .icon {
  max-width: 56px;
  width: 25%;
  border: solid 0.2rem #ffffff;
  border-radius: 50%;
  background: #ffffff;
  filter: drop-shadow(0px 3px 0px rgba(0, 0, 0, 0.3));
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/*==================================
 linkArea
===================================*/
.linkArea {
  position: relative;
  z-index: 10;
  max-width: 980px;
  min-width: 320px;
  margin: auto;
}
.linkArea .banner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10%;
  text-align: center;
}
.linkArea .banner li {
  width: 28%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 800px) {
  .linkArea .banner li {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .linkArea .banner li {
    width: 70%;
  }
}
.linkArea .portalBanner {
  margin-top: 1%;
}
.linkArea .portalBanner img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0 4px 1px rgba(0, 0, 0, 0.3));
}
.linkArea .sitebtn {
  display: block;
  max-width: 460px;
  width: 46.9387755102%;
  margin: 5% auto;
}
@media (max-width: 640px) {
  .linkArea .sitebtn {
    width: 56.3265306122%;
  }
}

.commonBannerArea {
  background: #fcaac2;
}

.commonBannerArea:before {
  background: none;
}

.appSpecArea {
  background-color: #fffb67;
}
.appSpecArea .specText {
  color: #283a40 !important;
}

.footer {
  background-color: #bbdde8;
  color: #283a40;
}

.footer .commonSnsWrap {
  width: 44.6em;
  margin: 0 auto 35px;
}

.footer .upperWrap {
  display: block;
}

.footer .secInner {
  padding: 40px 10px 160px;
}

@media screen and (max-width: 640px) {
  .footer .secInner {
    padding: 40px 10px 120px;
  }
}
.footer .text a {
  color: #283a40;
}
.footer .text a:hover, .footer .text a:active, .footer .text a:visited {
  color: #283a40;
}

/*+++++
追加
+++++*/
.areaWrap {
  position: absolute;
  top: 0;
  left: 18%;
  z-index: 1;
  max-width: 160px;
  width: 25%;
  margin: 1% 0;
}
@media screen and (max-width: 980px) {
  .areaWrap {
    left: 2%;
    width: 20%;
  }
}

.snsWrap {
  position: absolute;
  top: 0;
  right: 2%;
  display: flex;
  width: 28%;
}
.snsWrap a {
  margin: 0 1%;
}
@media screen and (max-width: 980px) {
  .snsWrap {
    right: auto;
    flex-direction: column;
    top: auto;
    width: 34%;
    bottom: 6%;
  }
  .snsWrap a {
    margin: 2%;
  }
}

@media screen and (max-width: 980px) {
  .mainWrap {
    margin-top: 5%;
  }
}

.topBoxWrap {
  width: 100%;
  margin-bottom: 4%;
  overflow-x: hidden;
}

.topBox {
  position: relative;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 980px) {
  .topBox {
    width: 220%;
  }
}
.topBox .topCollaboInfo {
  position: absolute;
  bottom: -3%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35.35vw;
}
@media screen and (max-width: 980px) {
  .topBox .topCollaboInfo {
    width: 36%;
  }
}
.topBox .topCollaboInfo h1 {
  margin: 0 auto;
}
.topBox .topBg {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.frameWrap {
  position: relative;
  max-width: 960px;
  width: 62.5%;
  border-radius: 6rem;
  background: #fffae1;
  margin: 0 auto;
  margin-bottom: 8%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 980px) {
  .frameWrap {
    width: 90%;
  }
}

.itemBox {
  position: relative;
}
.itemBox .applyText {
  width: 96%;
  margin: 4% auto;
}

.itemTitle {
  position: absolute;
  left: 0;
  width: 100%;
  transform: translate(-50%, -50%);
}
.itemTitle.is-01 {
  top: -3.3rem;
}
.itemTitle.is-02 {
  top: -2.2%;
  left: 5%;
  width: 89%;
}

/*+++++
ぷよクエ生放送12周年スペシャル
+++++*/
.itemBox {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 5%;
  padding-bottom: 0;
}

.floatButtonWrap {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 900;
  max-width: 150px;
  min-width: 80px;
  width: 18.7rem;
}
@media screen and (max-width: 750px) {
  .floatButtonWrap {
    width: 20%;
  }
}
.floatButtonWrap .-dl {
  display: block;
}
.floatButtonWrap .-toTop {
  display: block;
  max-width: 144px;
  width: 64%;
  margin: 8% auto 0;
  background: transparent;
  cursor: pointer;
}

.boxWrap {
  margin-top: 12%;
}
.boxWrap.is-02 {
  margin-top: 5%;
}
.boxWrap .boxTitle {
  margin: 5% auto;
  width: 80%;
}
.boxWrap .dlButtonsWrap {
  display: flex;
  margin: 5% auto;
  justify-content: space-between;
}
.boxWrap .dlButtonsWrap .button {
  text-align: center;
  width: 32.6666666667%;
}

/*+++++
ストーリー感想キャンペーン
+++++*/
.boxText.is-01 {
  width: 86.5306122449%;
  margin: 20% auto 0% auto;
}
.boxText.is-02 {
  width: 67.8571428571%;
  margin: 5% auto 5% auto;
}

.votoBtn {
  width: 70%;
  margin: 0 auto;
}

.campaignBox {
  position: relative;
  background: #ece8ff;
  margin: 10% auto 5% auto;
  padding: 2%;
  border-radius: 5rem;
}
.campaignBox.is-01 {
  margin-top: 10%;
}
.campaignBox.is-01 .letterWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  padding-top: 10%;
}
.campaignBox.is-01 .letterWrap .letterItem {
  width: 32%;
}
.campaignBox.is-01 .letterWrap .letterItem .thumbnail {
  border: solid 4px #cf95f3;
  margin-bottom: 10%;
}
.campaignBox.is-02 {
  overflow: hidden;
}
.campaignBox.is-02 .deco {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.campaignBox.is-02 .campaignTitle {
  width: 175px;
  margin: 4% auto;
}
@media screen and (max-width: 980px) {
  .campaignBox.is-02 .campaignTitle {
    width: 30%;
  }
}
.campaignBox.is-02 .text {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #a050d2;
  padding: 4%;
}
@media screen and (max-width: 980px) {
  .campaignBox.is-02 .text {
    font-size: 2.4vw;
  }
}
.campaignBox.is-02 .text .attentionList li {
  text-indent: -1em;
  padding-left: 1em;
}

.campaignItem {
  margin: 3% auto;
  position: relative;
}
.campaignItem .button {
  display: inline-block;
  width: 70%;
}
.campaignItem.is-01.title {
  position: absolute;
  width: 92%;
  top: -12rem;
  left: 4%;
}
.campaignItem.is-02 {
  width: 95%;
}
.campaignItem.is-02.time {
  width: 100%;
}
.campaignItem.is-02.text {
  margin-bottom: 5%;
}/*# sourceMappingURL=style.css.map */