@charset "utf-8";

/* CSS Document */

/* ==================================================
  LP_touch 共通
================================================== */

/* ----- レスポンシブビュー（r_ = responsive_ の略） ----- */

body.r_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

/* ----- ヘッダー ----- */
.lp_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: solid 1px #eee;
}

.lp_header.type_dark {
  background: #000;
  border-bottom: none;
}

.lp_logo {
  margin-left: 10px;
}

li#nav_twt {
  top: 5px;
  right: 0px;
  position: relative;
}

/* ----- ボディ ----- */
.lp_container {
  flex-grow: 1;
}

/* ----- フッター ----- */
.lp_footer {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  padding: 15px 0;
  background: #4d6594;
  color: #fff;
  text-align: center;
  font-size: 11px;
}

/* =========================================================
特設ページ
========================================================= */
img {
  vertical-align: bottom;
}

/*ヘッダー
========================================================= */
#container {
  background-color: #000;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.lp_header {
  width: 100%;
  height: 40px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

.lp_header .logo {
  display: block;
  float: left;
  height: 22px;
  margin-left: 15px;
  position: relative;
  top: 50%;
  margin-top: -11px;
}

.lp_header .logo a {
  opacity: 1;
}

.lp_header .logo a:hover {
  opacity: 0.7;
}

.lp_header ul.simple_nav {
  font-size: 0;
  margin-right: 15px;
  margin-left: auto;
}

.lp_header #nav_login,
.lp_header ul.simple_nav li {
  display: inline-block;
  font-size: 12px;
}

.lp_header ul.simple_nav li a {
  color: #ccc;
  display: block;
  background: none;
  height: 40px;
  line-height: 40px;
  width: 70px;
  text-align: center;
  font-size: 11px;
}

.lp_header ul.simple_nav li a:hover {
  text-decoration: none;
  background: #c9005a;
  color: #fff;
}


/* twitterボタン */
.link_twitter {
  position: absolute;
  margin-top: 6px;
  margin-left: -102px;
}

a {
  text-decoration: none;
  color: #17a0e5;
}

/* 全体構成
-----------------------------------------------------*/
div#cp_gift201907 {
  background: #000;
  position: relative;
  overflow: hidden;
  top: 40px;
  background: url(../img/lp/bg_main.png) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}

div#cp_gift201907 div[class^="box_0"] {
  position: relative;
  width: 100vw;
  vertical-align: bottom;
  top: 0;
  z-index: 10;
}

div.promo_container {
  position: relative;
  min-width: 0;
}

h1 {
  height: 54px;
  background: url(../img/lp/img_h1.png) repeat-x;
  margin: 20px auto 10px;
  font-size: 20px;
  line-height: 54px;
  text-align: center;
  color: #fff;
}

.inner_box {
  background: #fff;
  width: 94vw;
  margin: 0 auto;
  padding: 3vw;
  margin-bottom: 20px;
}


/* sub_hd
-----------------------------------------------------*/
.sub_hd {
  position: relative;
  color: #fff;
  background: url(../img/lp/img_h1.png) repeat;
  width: 98vw;
  font-size: 11px;
  margin: 0 auto;
  z-index: 90;
  display: flex;
  padding: 5px;
}

.sub_hd a {
  color: #fff;
}

.sub_hd ul {

text-align: center;
}

.sub_hd li {
  line-height: 15px;
  display: inline-block;
  margin-right: 2px;
  background: brown;
  padding: 2px 4px 1px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.sub_hd li::after {
  margin-left: 20px;
}

.sub_hd li:last-child::after {
  content: "";
  margin-left: 0px;
}


/* BOX_01
-----------------------------------------------------*/
div.box_01 {
  height: 226vw;
}

div.box_01 .logo {
  width: 140vw;
  height: 140vw;
  background: url(../img/lp/img_logo.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -15vw;
  left: -19vw;
  z-index: 100;
}

div.box_01 .chara {
  width: 120vw;
  height: 120vw;
  background: url(../img/lp/pic_chara.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -28vw;
  left: -11vw;
  z-index: 50;
}

div.box_01 .copy {
  width: 100vw;
  height: 100vw;
  background: url(../img/lp/pic_copy01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 93vw;
  left: 0vw;
  z-index: 150;
}

div.box_01 .btn_participation {
  width: 50vw;
  height: 50vw;
  background: url(../img/lp/btn_participate.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -5vw;
  left: 25vw;
  z-index: 200;
}

div.box_01 .btn_participation a {
  display: block;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

div.box_01 .btn_participation:hover {
  opacity: 0.8;
  transform: 0.3s;
  -webkit-transition: all 0.3s;
}

/* BOX_02
-----------------------------------------------------*/
div.box_02 {}

div.box_02 dl {
  align-items: center;
}

div.box_02 dt {
  width: 250px;
  height: 230px;
  display: block;
  margin: 0 auto;
}

div.box_02 .topic_01 dt {
  background: url(../img/lp/pic_ill01.png) no-repeat;
}

div.box_02 .topic_02 dt {
  background: url(../img/lp/pic_ill02.png) no-repeat 20px 0px;
}

div.box_02 dd {
  padding: 10px;
  line-height: 1.6em;
  font-size: 15px;
  align-items: center;
}


/* BOX_03
-----------------------------------------------------*/
div.box_03 {}

div.box_03 .cp_rule {
  background: #ffe666;
  border: dashed 4px #999;
  padding: 10px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

div.box_03 .cp_rule li {
  font-size: 19px;
  font-weight: bold;
  color: #6c0d08;
}

div.box_03 .cp_rule li:not(:last-child) {
  margin-bottom: 10px;
}

div.box_03 .cp_rule li span {
  font-size: 15px;
}

div.box_03 dl {
  align-items: center;
}

div.box_03 dt {
  width: 250px;
  height: 230px;
  display: block;
  margin: 0 auto;
}

div.box_03 .topic_03 dt {
  background: url(../img/lp/pic_ill03.png) no-repeat 20px 0px;
}

div.box_03 dd {
  padding: 10px;
  font-size: 15px;
  line-height: 1.6em;
  align-items: center;
}

div.box_03 .box_03 .btn_area {
  width: 350px;
  height: 70px;
  position: absolute;
  right: 335px;
  top: 402px;
}

div.box_03 .appeal {
  position: relative;
  width: 114vw;
  height: 27vw;
  background: url(../img/lp/pic_ill04.png) no-repeat;
  left: -10vw;
  top: -6vw;
  background-size: cover;
}

div.box_03 .method_wrp {
  width: 1000px;
  margin: 0 auto;
}

div.box_03 .method {
  width: 96vw;
  padding-bottom: 100px;
  line-height: 1.4em;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  left: 2vw;
}

div.box_03 .method:hover {
  box-shadow: 10px 10px rgba(0,0,0,0.5);
  transform: 0.2s;
  -webkit-transition: all 0.2s; 
}

div.box_03 .method a {
  color: #007acc;
}

div.box_03 .method:not(:last-child) {
  margin-right: 20px;
}

div.box_03 .method .detail {
  padding: 15px;
  font-size: 14px;
}

div.box_03 .method .ttl {
  background: #007acc;
  padding: 10px;
  text-align: center;
  color: #fff;
}

div.box_03 .method .means {
  background: #0099ff;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-bottom: #fff dashed 1px;
  line-height: 1.6em;
}

div.box_03 .method .means strong {
  color: #fff;
  font-size: 20px;
}

div.box_03 .method ul {
  background: #eee;
  font-size: 12px;
  padding: 10px;
  margin: 10px auto;
}

div.box_03 .method ul li {
  list-style-type: disc;
  margin-left: 15px;
}

div.box_03 .method .area_btn {
  position: absolute;
  bottom: 30px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}

div.box_03 .method .area_btn a {
  height: 80px;
  vertical-align: middle;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  margin: 0 10px;
  border-radius: 10px;
  font-weight: bold;
  background: #b7b7b7;
  display: block;
  color: #fff;
}

div.box_03 .method .area_btn a:before {
  display: inline-block;
  margin-right: 4px;
  border-radius: 2px 0 0 2px;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: 100;
}

div.box_03 .method.n01 .area_btn a:before {
  content: "\f099";
}

/* つぶやく */
div.box_03 .method.n02 .area_btn a:before {
  content: "\f075";
}

/* トーク */
div.box_03 .method.n03 .area_btn a:before {
  content: "\f1ea";
}

/* まとめ */

/* 参加方法1 */
div.box_03 .method.n01 .area_hash,
div.box_03 .method.n01 .area_url {
  background: #ddd;
  border: 2px dotted #ccc;
  text-align: center;
  padding: 5px;
  margin: 4px auto;
  font-weight: bold;
  font-size: 20px;
  color: #0079cc;
}

div.box_03 .method.n01 .area_plus {
  text-align: center;
  font-size: 20px;
}

div.box_03 .method.n01 .area_btn a {
  background: #0099ff;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 102, 204, 1));
  filter: drop-shadow(0px 10px 0px rgba(0, 102, 204, 1));
}

/* 参加方法2 */
div.box_03 .method.n02 .ttl {
  background: #ebb800;
  padding: 10px;
  text-align: center;
  color: #660000;
}

div.box_03 .method.n02 .means {
  background: #ffcc00;
  padding: 10px;
  text-align: center;
  color: #660000;
  border-bottom: #fff dashed 1px;
  line-height: 1.6em;
}

div.box_03 .method.n02 .means strong {
  color: #660000;
}

div.box_03 .method.n02 .area_btn a {
  background: #ffcc00;
  color: #660000;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(204, 135, 0, 1));
  filter: drop-shadow(0px 10px 0px rgba(204, 135, 0, 1));
}

div.box_03 .method.n02 .area_btn a span {
  position: absolute;
  font-size: 13px;
  left: 62px;
  top: 22px;
}

/* 参加方法3 */
div.box_03 .method.n03 .ttl {
  background: #cc3366;
  padding: 10px;
  text-align: center;
  color: #fff;
}

div.box_03 .method.n03 .means {
  background: #ff6699;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-bottom: #fff dashed 1px;
  line-height: 1.6em;
}

div.box_03 .method.n03 .means strong {
  color: #fff;
}

div.box_03 .method.n03 .area_btn a {
  background: #ff6699;
  color: #fff;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(204, 0, 51, 1));
  filter: drop-shadow(0px 10px 0px rgba(204, 0, 51, 1));
}

div.box_03 .method.n03 .area_btn a span {
  position: absolute;
  font-size: 13px;
  left: 62px;
  top: 22px;
}

/* BOX_04
-----------------------------------------------------*/
div.box_04 {}

div.box_04 .twt_timeline {
  height: 400px;
  overflow: scroll;
  opacity: 0.9;
  border: 1px solid #d2d2d2;
}

div.box_04 .inner_box.twt {
  background: url(../img/lp/pic_bg_twt.png) no-repeat 99% 2% #fff;
  background-size: 30vw;
}

div.box_04 .inner_box.channel {
  background: url(../img/lp/pic_bg_atena.png) no-repeat 99% 2% #fff;
  background-size: 30vw;
  font-size: 15px;
}

div.box_04 ul {
  background:#fffffff2;
}

.box_04 li {

  margin-bottom: 1em;
  line-height: 1.2em;
}

.box_04 .pickup {
  background: #ccc;
  width: auto;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  animation: key1 .3s ease infinite alternate;
}

@keyframes key1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}

.box_04 .pickup::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 63px;
  width: 0px;
  height: 0px;
  border-top: 15px solid #cccccc;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.box_04 .area_btn {

}

.box_04 .area_btn .channel_talk,
.box_04 .area_btn .channel_matome {
  height: 80px;
  width: 100%;
  vertical-align: middle;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  margin: 15px 0px;
  border-radius: 10px;
  font-weight: bold;
  display: block;
}

.box_04 .area_btn .channel_talk {
  background: #ffcc00;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(204, 153, 0, 1));
  filter: drop-shadow(0px 10px 0px rgba(204, 153, 0, 1));
  color: #660000;
}

.box_04 .area_btn .channel_matome {
  background: #ff6699;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(204, 0, 51, 1));
  filter: drop-shadow(0px 10px 0px rgba(204, 0, 51, 1));
  color: #fff;
}

.box_04 .area_btn a:before {
  display: inline-block;
  margin-right: 4px;
  border-radius: 2px 0 0 2px;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: 100;
}

.box_04 .area_btn a.channel_talk:before {
  content: "\f075";
}/* トーク */

.box_04 .area_btn a.channel_matome:before {
  content: "\f1ea";
}/* まとめ */


/* BOX_05
-----------------------------------------------------*/

div.box_05 {}

div.box_05 li {
  list-style-type: disc;
  line-height: 1.4em;
  font-size: 14px;
  margin-left: 20px;
}

div.box_05 li:not(:last-child) {
  margin-bottom: 20px;
}


/* BOX_06
-----------------------------------------------------*/
div.box_06 {}

div.box_06 .gift_atena {
  width: 100vw;
  height: 24vw;
  background: url(../img/lp/pic_channel.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 10px;
}

div.box_06 .btn_area {
  margin: 0 auto;
  display: flex;
}

div.box_06 .btn_howto {
  height: 70px;
  width: 100%;
  vertical-align: middle;
  line-height: 25px;
  text-align: center;
  font-size: 20px;
  margin: 10px 0 20px;
  border-radius: 10px;
  padding-top: 25px;
  font-weight: bold;
  background: #0099ff;
  color: #fff;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 102, 204, 1));
  filter: drop-shadow(0px 10px 0px rgba(0, 102, 204, 1));
}


/* BOX_07
-----------------------------------------------------*/
div.box_07 {
  padding-bottom: 70px;
}

div.box_07 li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.5em;
  font-size: 14px;
}

div.box_07 li:not(:last-child) {
  margin-bottom: 20px;
}


/* アニメ
================================================== */

/* ランプ */
.slide-in-blurred-top.delay01 {
  animation-delay: 0.5s;
}

.slide-in-blurred-top.delay02 {
  animation-delay: 0.7s;
}

.slide-in-blurred-top.delay03 {
  animation-delay: 1.0s;
}

.slide-in-blurred-top {
  -webkit-animation: slide-in-blurred-top 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  animation: slide-in-blurred-top 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

/* ボタン */
.swirl-in-fwd {
  -webkit-animation: swirl-in-fwd 0.5s ease-out both;
  animation: swirl-in-fwd 0.5s ease-out both;
  animation-delay: 1.2s;
}

@-webkit-keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
    transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}

@keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
    transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}

/* 訴求 */
.heartbeat {
  -webkit-animation: heartbeat 1s ease-in-out infinite both;
  animation: heartbeat 1s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* topへ
-----------------------------------------------------*/
a.promo_return_top {
  display: block;
  position: fixed;
  width: 50px;
  height: 0;
  padding-top: 50px;
  line-height: 50px;
  overflow: hidden;
  right: 20px;
  bottom: 20px;
  background: url(../img/common/icon_return_top.png) no-repeat 0 0;
  opacity: 0.5;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.promo_return_top:hover {
  margin-top: 1px;
  opacity: 1;
}

a.promo_return_top.hide {
  cursor: default;
  opacity: 0;
  bottom: 0;
}

a.promo_return_top.nonfixed {
  position: absolute;
}

/* 汎用
-------------------------------------------------- */
strong {
  color: #dd0000;
}

a:hover {
  opacity: 0.8;
  transform: 0.3s;
  -webkit-transition: all 0.3s;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #631f1c;
  border-bottom: 1px solid #591f1e;
}

.red {
  color: rgb(211, 0, 0);
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.mb10 {
  margin-bottom: 10px;
}

.maker_y {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.maker_g {
  background: linear-gradient(transparent 60%, #66FFCC 60%);
}

.maker_b {
  background: linear-gradient(transparent 60%, #66ccff 20%);
}

.maker_p {
  background: linear-gradient(transparent 50%, #ff56cc8a 50%);
}


/* アンカーリンク調整
================================================== */
#menu02,
#menu03,
#menu04,
#menu05,
#menu06,
#menu07 {
  padding-top: 20px;
  margin-top: -20px;
}

/* リスト系
================================================== */

/* 点付きリスト（注意事項など） */

.lp_discList_item {
  list-style: disc;
  margin-left: 20px;
}

.lp_discList_item:not(:last-child) {
}

.lp_discList_item>p {
  text-shadow: 0 0 6px #000;
}


/* フッター
-------------------------------------------------- */
#promo_footer {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ccc;
  text-align: center;
  background: #000;
  position: absolute;
  bottom: 0;
  z-index: 500;
}