@charset "utf-8";

/* ==================================================
全体構成
================================================== */
.yabai-lp {
  overflow: hidden;
  width: 100%;
  line-height: 1.3;
  font-family: 'M PLUS Rounded 1c', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
  box-sizing: border-box;
}

.yabai-lp * {
  box-sizing: border-box;
}

.yabai-lp .pr_container {
  position: relative;
  z-index: 10;
  background: #282d3c;
}

@media screen and (min-width: 768px) {
  .yabai-lp .pr_container{
    position: relative;
    width: 1600px;
    left: 50%;
    margin-left: -800px;
    background: url(https://www.dlsite.com/modpub/images/promo/yabai-lp/img_bg.jpg) fixed center top no-repeat;
    padding-bottom: 30px;
  }

  .yabai-lp {
    background: #282d3c;
  }
}

/* トップ
-------------------------------------------------- */
.pr_box_01 {
  overflow: hidden;
  position: relative;
  width: auto;
  padding-bottom: 5vw;
}



.pr_box_01 .box_01_btn{
  position: absolute;
  bottom: 0;
}


.pr_box_01 .box_01_btn .campaign{
    -webkit-transition: all 0.3s;  -webkit-animation: bounce 5s linear 0s infinite both;
  animation: bounce 1.5s linear 0s infinite both;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.pr_box_01 a:first-child{
  position: absolute;
  bottom: 29vw;
  left: 69vw;
}

.pr_box_01 a:last-child {
  position: absolute;
  bottom: 6.5vw;
  left: 77vw;
}

.pr_box_01 a:first-child img {
  width: 30vw;
}

.pr_box_01 a:last-child img {
  width: 22vw;
}

@media screen and (min-width: 768px) {
  .pr_box_01 {
    overflow: hidden;
    padding-bottom: 50px;
    position: relative
  }

  .pr_box_01 a:first-child img ,.pr_box_01 a:last-child img {
  width: auto;
  }

  .pr_box_01 a:first-child{
  position: absolute;
  bottom: 700px;
  left: 1020px;
  }

  .pr_box_01 a:last-child {
  position: absolute;
  bottom: 530px;
  left: 1130px;
  }
}

/* ----- ロゴ ----- */
.pr_box_01 h1 {
  text-align: center;
  height: 100%;
}

.pr_box_01 h1 > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 95%;
  margin: auto;
  animation: prFadeInDown 2s ease 2s 1 both;
}

@media screen and (min-width: 768px) {
  .pr_box_01 h1 > img {
    width: auto;
  }
}

@keyframes prFadeInDown {
  0%   { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}


/* あらすじ
-------------------------------------------------- */
.pr_box_02 {
  position: relative;
  z-index: 10;
  padding-bottom: 5vw;
}

.pr_box_02 img {
  width: 90vw;
}

@media screen and (min-width: 768px) {
  .pr_box_02 {
    margin-top: -300px;
    padding-bottom: 50px;
  }
  .pr_box_02 img {
     width: auto;
  }
}

/* キャラクター
-------------------------------------------------- */
.pr_box_03 {
  padding-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .pr_box_03 {
    padding: 50px 0;
  }
}



/* campaign
-------------------------------------------------- */
.pr_box_04 {
  position: relative;
  z-index: 10;
  background: #f2f2f2;
/*  overflow: hidden;*/
  margin-bottom: 8vw;
   padding-bottom: 5vw;
}

.pr_box_04_sp {
  padding: 4vw
}

.campaign_explain_box {
  display: flex;
  padding-bottom:5vw;
}

.campaign_explain_box .twitter_btn img {
  max-width: 100%;
}

.campaign_explain_box .box {
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #08cb89;
  width: 43vw;
/*  margin-right: 8vw;*/
  position: relative;
  padding: 6vw 2vw 0;
  box-sizing: border-box;
}

.campaign_explain_box .box .box_title {
  position: absolute;
  top: -7.5vw;
  right: 0;
  left: 0;
}

.campaign_explain_box .box .box_title img {
  width: 25vw;
}

.campaign_explain_box .text {
  font-size: 14px;
  line-height: 6vw;
  padding-bottom: 2vw;
  text-align: left;
}

.campaign_explain_box .twitter_icon {
  text-align: center;
}

.campaign_explain_box .twitter_btn {
  text-align: center;
}

.campaign_explain_box .twitter_btn {
  padding: 5vw 0;
}

.campaign_explain_box .box::after {
  content: url(https://www.dlsite.com/modpub/images/promo/otome-cm/pic_arrow.png);
  display: inline-block;
  position: absolute;
  top: 31vw;
  right: -6.5vw;

}

.campaign_explain_box .step02::after {
  display: none;
}

 .attntion_box {
    display: block;
    overflow: auto;
    width: 96vw;
    box-sizing: border-box;
    height: 70vw;
    margin: 0 auto;
    padding: 3vw;
    border: 2px solid #C9C9C9;
    color: #333;
    background-color: #fff;
    line-height: 5vw;
    font-size: 14px;
    text-align: left;
    padding-bottom: 5vw;
  }

.campaign_explain h1 {
  text-align: center;
  font-size: 5.5vw;
}

.campaign_explain h1 {
 padding-bottom: 2vw;
}

.campaign_explain h1:first-child {
 padding-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .pr_box_04 {
    background: none;
    background-size: auto;
    padding: 0 0 50px 0;
    margin-bottom: 0;
  }

  .campaign_explain_box {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 250px;
    width: 600px;
    display: flex;
/*  padding-bottom: 7vw;*/
  }

  .campaign_explain_box .twitter_btn img {
    max-width: 100%;
  }

  .campaign_explain_box .box {
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #08cb89;
    width: 215px;
    height: 245px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
  }

  .campaign_explain_box .box .box_title {
    position: absolute;
    top: -35px;
    right: 0;
    left: 0;
  }

  .campaign_explain_box .box .box_title img {
    width: auto;
  }

  .campaign_explain_box .text {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 5px;
    text-align: center;
  }

  .campaign_explain_box .step02 .text {
    padding: 26px 5px;
  }

  .campaign_explain_box .twitter_icon {
    text-align: center;
  }

  .campaign_explain_box .twitter_btn {
    text-align: center;
  }

  .campaign_explain_box .twitter_btn {
    padding: 10px 0;
  }

  .campaign_explain_box .box::after {
    content: url(https://www.dlsite.com/modpub/images/promo/otome-cm/pic_arrow.png);
    display: inline-block;
    position: absolute;
    top: 106px;
    right: -55px;

  }

  .campaign_explain_box .step02::after {
    display: none;
  }

  .attntion_box {
    display: block;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 550px;
    width: 900px;
    height: 290px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    border: 2px solid #C9C9C9;
    color: #333;
    background-color: #fff;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
  }
}

/* twitter
-------------------------------------------------- */
.pr_box_05 {
  position: relative;
  z-index: 10;
  background: #f2f2f2;
  color: #666;
  padding-bottom: 7vw;
}

.pr_box_05 img {
  padding: 5vw 0;
  width: 30vw;
}

 .type-twitter {
   display: block;
   width: 90vw;
   margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .pr_box_05 {
    background: none;
    padding-bottom: 50px;
    display: block;
  }

  .pr_box_05 img {
    padding: 0;
  }
  .type-twitter {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 850px;
    height: 514px;
    border: 2px solid #C9C9C9;
    padding: none;
  }

  .pr_box_05 img {
  width: auto;
  }
}


/* 動画
-------------------------------------------------- */
.pr_box_06 {
  display: block;
  position: relative;
  z-index: 10;
  background: #000;
  color: #666;
  padding-bottom: 5vw;
}

.pr_box_06 img {
  padding: 3vw;
}

@media screen and (min-width: 768px) {
  .pr_box_06 {
    background: none;
    padding-bottom: 50px;
  }

  .pr_box_06 img {
    padding: 0;
  }

  .pr_box_06 iframe {
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 850px;
    height: 500px;
/*    padding: 0 0 50px 0;*/
  }
}

/* ad
-------------------------------------------------- */
.pr_box_07 {
  display: block;
  position: relative;
  z-index: 10;
}

.pr_box_07 .btn {
  position: absolute;
  bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .pr_box_07 {
    background-size: auto;
    padding-bottom: 50px;
  }

   .pr_box_07 .btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 80px;
  }
}

/* btn
-------------------------------------------------- */
a.overwhite {
  width: 100%;
  display: block;
}

a.overwhite img {
  transition: all 0.2s ease;
}

a:hover.overwhite img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.yabai-lp .btn img{
  width: 100vw;
  padding: 5vw 3vw 0;
}

@media screen and (min-width: 768px) {
  .yabai-lp .btn img{
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
}

.pr_box_07 .btn,
a.overwhite.btn_01._user,
a.overwhite.btn_02._guest {
  width: 540px;
  margin: 0px auto 0px;
}

@media screen and (min-width: 768px) {
  .pr_box_07 .btn,
  a.overwhite.btn_01._user,
  a.overwhite.btn_02._guest {
    width: 540px;
    margin: 20px auto 0px;
  }
}

/* 汎用
-------------------------------------------------- */
/* ----- 余白調整 ----- */
.mt1em {
  margin-top: 1em;
}

.pl25em {
  padding-left: 2.5em;
}

/* ----- 画像のPC/SP切り替え ----- */
img {
  margin: 0 auto;
}

img.sp {
  display: block;
  max-width: 100vw;
}

img.pc {
  display: none;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  img.sp { display: none; }
  img.pc { display: block; }
  .sp { display: none; }
  .pc { display: block; }
}