@charset "UTF-8";
.footer {
  background: transparent;
  padding: 0 0 170px;
  color: #000;
}

.footer::before {
  content: none;
}

.footer .footer_nav li::before {
  background: url("../img/top/point_b_right.png") no-repeat center;
  background-size: contain;
}

.footer .footer_nav li a {
  color: #000;
}

.footer .footer_nav li + li {
  margin-left: 16px;
}

.main_area {
  position: relative;
  margin: 0 auto;
  background-color: #24002e;
  width: 100%;
}

.main_area::before {
  position: absolute;
  top: -80px;
  left: 0;
  background-color: #24002e;
  width: 100%;
  height: 80px;
  content: "";
}

.main_area .main_area_circle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.main_area .main_area_circle li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.main_area .main_area_circle li[data-circle="1"] {
  background: url(../img/common/bg_circle/reverse/circle01.png) no-repeat center center;
  background-size: contain;
}

.main_area .main_area_circle li[data-circle="2"] {
  -webkit-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
  background: url(../img/common/bg_circle/reverse/circle02.png) no-repeat center center;
  background-size: contain;
}

.main_area .main_area_circle li[data-circle="3"] {
  background: url(../img/common/bg_circle/reverse/circle03.png) no-repeat center center;
  background-size: contain;
}

.main_area .main_area_circle li[data-circle="4"] {
  background: url(../img/common/bg_circle/reverse/circle04.png) no-repeat center center;
  background-size: contain;
}

.main_area .main_area_circle li[data-circle="5"] {
  background: url(../img/common/bg_circle/reverse/circle05.png) no-repeat center center;
  background-size: contain;
}

.main_area .main_area_circle li[data-circle="6"] {
  background: url(../img/common/bg_circle/reverse/circle06.png) no-repeat center center;
  background-size: contain;
}

.main_area .main_area_circle li[data-circle="7"] {
  background: url(../img/common/bg_circle/reverse/circle07.png) no-repeat center center;
  background-size: contain;
}

.main_area .main_area_circle li[data-circle="8"] {
  background: url(../img/common/bg_circle/reverse/circle08.png) no-repeat center center;
  background-size: contain;
}

.main_area .main_kv {
  display: table;
  position: relative;
  margin: 0 auto;
}

.main_area .main_kv .mv {
  position: relative;
  top: -60px;
  left: -1px;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  opacity: 0;
  min-height: 350px;
}

.main_area .main_kv .mv img {
  width: 95%;
}

.main_area .chara1 {
  position: absolute;
  opacity: 0;
}

.main_area .chara2 {
  position: absolute;
  opacity: 0;
}

.main_area .main_title .catch01 {
  opacity: 0;
}

.main_area .main_title .catch02 {
  opacity: 0;
}

.main_area .main_title .catch03 {
  opacity: 0;
}

.main_area .main_title .logo {
  position: relative;
  left: 0;
  opacity: 0;
  width: 100%;
  max-width: 580px;
}

.main_area .main_title .logo img {
  width: 100%;
}

.main_area .main_title .bnr_btn {
  position: absolute;
  top: 76%;
  right: -2%;
  -webkit-transform: translate(100%, -62%);
  transform: translate(100%, -62%);
  opacity: 0;
  z-index: 1;
  width: 309px;
}

.main_area .main_title .bnr_btn::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  z-index: -1;
  background: url("../img/top/bnr_waccas_bg_p.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

.main_area .main_title .bnr_line_btn {
  position: absolute;
  top: 76%;
  left: 0;
  -webkit-transform: translate(-100%, -57%);
  transform: translate(-100%, -57%);
  opacity: 0;
  z-index: 1;
  width: 297px;
}

.main_area .main_title .bnr_line_btn::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  z-index: -1;
  background: url("../img/top/bnr_waccas_bg_g.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

.main_area.load .main_title .bnr_line_btn {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 1.2s;
  transition: opacity 0.6s ease 1.2s;
}

.main_area.load .main_area_circle li {
  opacity: 1;
}

.main_area.load .main_area_circle li[data-circle="1"] {
  -webkit-transition: opacity 0.6s ease 0.8s;
  transition: opacity 0.6s ease 0.8s;
}

.main_area.load .main_area_circle li[data-circle="2"] {
  -webkit-transition: opacity 0.6s ease 0.75s;
  transition: opacity 0.6s ease 0.75s;
}

.main_area.load .main_area_circle li[data-circle="3"] {
  -webkit-transition: opacity 0.6s ease 0.7s;
  transition: opacity 0.6s ease 0.7s;
}

.main_area.load .main_area_circle li[data-circle="4"] {
  -webkit-transition: opacity 0.6s ease 0.5s;
  transition: opacity 0.6s ease 0.5s;
}

.main_area.load .main_area_circle li[data-circle="5"] {
  -webkit-transition: opacity 0.6s ease 0.45s;
  transition: opacity 0.6s ease 0.45s;
}

.main_area.load .main_area_circle li[data-circle="6"] {
  -webkit-transition: opacity 0.6s ease 0.4s;
  transition: opacity 0.6s ease 0.4s;
}

.main_area.load .main_area_circle li[data-circle="7"] {
  -webkit-transition: opacity 0.6s ease 0.3s;
  transition: opacity 0.6s ease 0.3s;
}

.main_area.load .main_area_circle li[data-circle="8"] {
  -webkit-transition: opacity 0.6s ease 0.2s;
  transition: opacity 0.6s ease 0.2s;
}

.main_area.load .main_kv .mv {
  opacity: 1;
}

.main_area.load .chara1 {
  opacity: 1;
}

.main_area.load .chara2 {
  opacity: 1;
}

.main_area.load .main_title .catch01 {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 1.5s;
  transition: opacity 0.6s ease 1.5s;
}

.main_area.load .main_title .catch02 {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 1.7s;
  transition: opacity 0.6s ease 1.7s;
}

.main_area.load .main_title .catch03 {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 2.2s;
  transition: opacity 0.6s ease 2.2s;
}

.main_area.load .main_title .logo {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.main_area.load .main_title .bnr_btn {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 1s;
  transition: opacity 0.6s ease 1s;
}

.topics {
  position: relative;
  z-index: 10;
  margin: -208px auto 62px;
  background: url(../img/top/topic_base.png) no-repeat left 50% bottom 0;
  background-size: auto 100%;
}

.topics .topics_bg {
  position: absolute;
  top: 48%;
  left: 0;
  -webkit-transform: skew(0, 10.3deg) translate(0, -50%);
  transform: skew(0, 10.3deg) translate(0, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 0;
  z-index: -1;
  background-color: #e50065;
  width: 100%;
  height: 485px;
}

.load .topics .topics_bg {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 1s;
  transition: opacity 0.2s ease 1s;
}

.topics .topics_bg::before {
  display: block;
  position: absolute;
  top: -10px;
  left: -150px;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background: url("../img/top/base_line_pink_left_pc.png") no-repeat top left;
  background-size: contain;
  width: 100%;
  height: 23px;
  content: "";
}

.topics .topics_bg::after {
  display: block;
  position: absolute;
  right: -150px;
  bottom: -10px;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  background: url("../img/top/base_line_pink_right_pc.png") no-repeat top right;
  background-size: contain;
  width: 100%;
  height: 23px;
  content: "";
}

.topics .topics_wrap {
  position: relative;
  margin: 0 auto;
  padding: 42px 100px 32px;
  max-width: 1000px;
  color: #fff;
}

.topics .topics_wrap .topics_title {
  position: absolute;
  top: -37px;
  left: 63px;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 0;
  width: 272px;
}

.topics .topics_wrap .topics_title-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.topics .topics_wrap .topics_title-text {
  display: block;
  position: relative;
  padding: 17px 36px 20px 37px;
}

.load .topics .topics_wrap .topics_title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 1.8s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: opacity 0.6s ease 1.8s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s, opacity 0.6s ease 1.8s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s, opacity 0.6s ease 1.8s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}

.topics .topics_wrap .topics_inner {
  position: relative;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  z-index: 2;
  text-align: left;
}

.load .topics .topics_wrap .topics_inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 1.8s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: opacity 0.6s ease 1.8s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s, opacity 0.6s ease 1.8s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s, opacity 0.6s ease 1.8s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}

.topics .topics_slide {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 790px;
}

.topics .topics_slide .topics_slide-list {
  font-size: 0;
  letter-spacing: -0.4em;
  white-space: nowrap;
}

.topics .topics_slide .topics_slide-list li {
  display: inline-block;
  position: relative;
  pointer-events: none;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.topics .topics_slide .topics_slide-list li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  background: linear-gradient(45deg, #e50065 0, rgba(229, 0, 101, 0.2) 33%, rgba(0, 160, 233, 0.2) 66%, #00a0e9 100%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.topics .topics_slide .topics_slide-list li.is-current {
  pointer-events: auto;
}

.topics .topics_slide .topics_slide-list a {
  display: block;
}

.topics .topics_slide .topics_slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 0;
  width: 100%;
}

.topics .topics_slide .topics_slide-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}

.topics .topics_slide .topics_slide-pagination li {
  position: relative;
  cursor: pointer;
  outline: none;
  width: 10px;
  height: 10px;
}

.topics .topics_slide .topics_slide-pagination li + li {
  margin-left: 12px;
}

.topics .topics_slide .topics_slide-pagination li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.topics .topics_slide .topics_slide-pagination li.is-active::before {
  background: #fff;
}

.topics .topics_slide .topics_slide-btn {
  position: absolute;
  top: 50%;
  left: -155px;
  cursor: pointer;
  margin-top: -55px;
  width: 86px;
  height: 78px;
}

.topics .topics_slide .topics_slide-btn--next {
  right: -155px;
  left: auto;
}

.topics .topics_slide .topics_slide-btn::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: url(../img/common/arrow_l_on.png) no-repeat 0 0;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

.topics .topics_slide .topics_slide-btn--next::before {
  background-image: url(../img/common/arrow_r_on.png);
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 138px auto 0;
  width: 100%;
  max-width: 1000px;
}

.search .search_title {
  width: 210px;
}

.search .search_list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.search .search_list + .search_list {
  margin-top: 20px;
}

.search .search_list dl {
  width: 350px;
}

.search .search_list dt {
  position: relative;
  width: 100%;
  text-align: left;
}

.search .search_item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.search .search_item.-hide {
  opacity: 0;
}

.search .search_list dt img {
  margin: 0;
  height: 40px;
}

.search .search_list dd {
  position: relative;
  background: #000;
  width: 100%;
  min-height: 80px;
}

.search .search_here {
  padding: 27px 20px;
  height: 100%;
}

.search .search_here-text {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  width: 100%;
}

.search .search_here-text img {
  width: 180px;
}

.search .search_here-text::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../img/top/pin.png") no-repeat left center;
  background-size: contain;
  width: 32px;
  height: 38px;
  content: "";
}

.search .search_here-text::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: url("../img/common/point_w_right.png") no-repeat right center;
  background-size: contain;
  width: 25px;
  height: 20px;
  content: "";
}

.search .search_here:hover {
  cursor: pointer;
}

.search .search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.search .search_form-select {
  -moz-appearance: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  padding: 28px 26px 18px;
  height: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.search .search_form-select:focus {
  outline: none !important;
}

.search .search_form-select option {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
}

.search .search_form-select option:disabled {
  color: #ccc;
}

.search .search_form-btn {
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #f70774;
  padding: 24px;
  width: 80px;
}

.search .search_form-btn.-disable {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: .5;
  pointer-events: none;
}

.search .search_form:hover {
  cursor: pointer;
}

.special {
  position: relative;
  z-index: 20;
  margin: 85px auto 0;
  padding-top: 70px;
  width: 100%;
  max-width: 1000px;
}

.special .special_title {
  margin-bottom: 58px;
  text-align: left;
}

.special .special_inner {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: left;
}

.special .special_movie {
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  padding-top: 56.25%;
  width: 100%;
}

.special .special_movie figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.special .special_movie figure::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  mix-blend-mode: hard-light;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  background: linear-gradient(45deg, #00a0e9 0, rgba(0, 160, 233, 0.2) 33%, rgba(244, 201, 0, 0.2) 66%, #f4c900 100%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.special .special_movie::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(102, 102, 102, 0.3) url("../img/top/dot.png") repeat left top;
  background-size: 4px auto;
  width: 100%;
  height: 100%;
  content: "";
}

.special .special_movie::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url("../img/top/play_movie.png") no-repeat center;
  background-size: contain;
  width: 320px;
  height: 100%;
  content: "";
}

.special .special_bnr figure {
  position: relative;
}

.special .special_bnr figure::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  mix-blend-mode: hard-light;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  background: linear-gradient(45deg, #00a0e9 0, rgba(0, 160, 233, 0.2) 33%, rgba(244, 201, 0, 0.2) 66%, #f4c900 100%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.news {
  position: relative;
  opacity: 0;
  z-index: 20;
  margin: 80px auto 0;
  width: 100%;
  max-width: 1000px;
}

.news.load.main_load {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.news .news_title {
  position: relative;
  margin-bottom: 55px;
  text-align: left;
}

.news .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.news .news_list li {
  font-size: 15px;
}

.news .news_list li a {
  display: block;
  position: relative;
}

.news .news_list li .news_date {
  color: #e50065;
  font-weight: bold;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Helvetica", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.05em;
  text-align: left;
}

.news .news_list li .news_thumb {
  position: relative;
  margin-top: 10px;
  background-image: url(../img/common/news_thumb_emp.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
  padding-bottom: 55.6%;
  width: 100%;
}

.news .news_list li .news_thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/news_thumb_frame.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

.news .news_list li .news_list_title {
  margin-top: 16px;
  line-height: 1.6;
}

.news .news_btn a {
  display: block;
  position: relative;
  background-color: #000;
  padding: 14px 25px;
  color: #e50065;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Helvetica", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

.news .news_btn a:after {
  position: absolute;
  top: 0;
  right: 10px;
  background: url(../img/common/point_w_right.png) no-repeat center right;
  background-size: 100% auto;
  width: 16px;
  height: 100%;
  content: "";
}

.content {
  opacity: 0;
}

.content.load {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.content h4.sc_anm {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.content h4.sc_anm.in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s ease;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.outline {
  position: relative;
  z-index: 10;
}

.outline:before {
  display: block;
  position: absolute;
  -webkit-transform: skew(0, 10deg);
  transform: skew(0, 10deg);
  background-color: #462898;
  width: 100%;
  height: 184px;
  content: "";
}

.outline .outline_movie {
  position: absolute;
  top: 184px;
  left: 0;
  -webkit-transform: skew(0, 10deg);
  transform: skew(0, 10deg);
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.outline .outline_movie::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.outline .outline_movie::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../img/top/dot.png") repeat left top;
  background-size: auto;
  width: 100%;
  height: 100%;
  content: "";
}

.outline .outline_movie .outline_movie_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skew(0, -10deg);
  transform: translate(-50%, -50%) skew(0, -10deg);
  padding-bottom: 56.25%;
  width: 100%;
  pointer-events: none;
}

.outline .outline_movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
  width: 100%;
  min-width: 2050px;
  height: 100%;
  min-height: 1200px;
}

.outline .outline_lead {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  text-align: left;
}

.outline .outline_lead .outline_logo {
  position: absolute;
  top: -49px;
  right: -8px;
  -webkit-transform: translate(50px, 10px);
  transform: translate(50px, 10px);
  opacity: 0;
}

.outline .outline_lead .outline_txt {
  position: relative;
  top: -24px;
  -webkit-transform: translate(50px, 10px);
  transform: translate(50px, 10px);
  opacity: 0;
}

.outline .outline_lead .outline_txt img {
  width: 715px;
}

.outline .outline_lead.in .outline_logo {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.outline .outline_lead.in .outline_txt {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.outline .outline_cabinet {
  position: relative;
  margin: 30px auto 0;
  width: 100%;
  max-width: 1000px;
  text-align: left;
}

.outline .outline_cabinet .outline_cabinet_img {
  -webkit-transform: translateX(-86px);
  transform: translateX(-86px);
  opacity: 0;
}

.outline .outline_cabinet .outline_cabinet_txt {
  position: absolute;
  right: 0;
  bottom: 90px;
  -webkit-transform: translate(50px, 10px);
  transform: translate(50px, 10px);
  opacity: 0;
}

.outline .outline_cabinet .outline_cabinet_txt .outline_cabinet_btn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  width: 275px;
}

.outline .outline_cabinet .outline_cabinet_txt .outline_cabinet_btn::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/top/btn_howtoplay_cover.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

.outline .outline_cabinet.in .outline_cabinet_img {
  -webkit-transform: translateX(-46px);
  transform: translateX(-46px);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: opacity 0.6s ease 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.6s ease 0.4s;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.6s ease 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.outline .outline_cabinet.in .outline_cabinet_txt {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: opacity 0.6s ease 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.6s ease 0.4s;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.6s ease 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

@-webkit-keyframes tanoc_circle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  1% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  21% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes tanoc_circle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  1% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  21% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes hov_circle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
  71% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes hov_circle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
  71% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.tanoc {
  position: relative;
  -webkit-transform: translateX(-128px);
  transform: translateX(-128px);
  margin: 198px auto 0;
  width: 744px;
}

.tanoc .tanoc_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1295px;
  height: 1295px;
  pointer-events: none;
}

.tanoc .tanoc_circle li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tanoc .tanoc_circle li[data-circle="1"] {
  -webkit-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
  background: url(../img/common/bg_circle/circle_tanoc01.png) no-repeat center center;
  background-size: cover;
}

.tanoc .tanoc_circle li[data-circle="2"] {
  background: url(../img/common/bg_circle/circle_tanoc02.png) no-repeat center center;
  background-size: cover;
}

.tanoc .tanoc_circle li[data-circle="2"]:after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../img/common/bg_circle/circle_tanoc02.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
}

.tanoc .tanoc_circle li[data-circle="3"] {
  background: url(../img/common/bg_circle/circle_tanoc03.png) no-repeat center center;
  background-size: cover;
}

.tanoc .tanoc_circle li[data-circle="3"]:after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../img/common/bg_circle/circle_tanoc03.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
}

.tanoc .tanoc_title {
  position: absolute;
  top: 0;
  right: -256px;
}

.tanoc .tanoc_txt {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}

.tanoc .tanoc_txt .tanoc_txt_txt {
  margin-top: 23px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: -0.04em;
}

.tanoc .tanoc_txt .tanoc_list {
  margin: 30px auto 0;
  max-width: 450px;
  letter-spacing: -0.4em;
}

.tanoc .tanoc_txt .tanoc_list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 11px 30px;
  width: 116px;
  letter-spacing: normal;
}

.tanoc .tanoc_txt .tanoc_list li .tanoc_name {
  margin-top: 7px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Helvetica", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.02em;
}

.tanoc .tanoc_txt .tanoc_img {
  position: relative;
  margin: 24px auto;
  width: 100%;
}

.tanoc .tanoc_txt .tanoc_more-btn {
  position: relative;
  margin: 40px auto 0;
  width: 200px;
}

.tanoc .tanoc_txt .tanoc_more-btn a {
  display: block;
  background: #000;
  padding: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Helvetica", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.02em;
}

.tanoc .tanoc_txt .tanoc_more-btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../img/common/point_w_right.png") no-repeat center;
  background-size: contain;
  width: 16px;
  height: 12px;
  pointer-events: none;
  content: "";
}

.tanoc .tanoc_txt .tanoc_more-btn::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.tanoc .tanoc_txt .tanoc_join_txt {
  margin-top: 5px;
  font-weight: 700;
  font-size: 19px;
}

.tanoc .tanoc_txt.in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s linear, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.location_test {
  position: relative;
  z-index: 10;
  margin-top: 260px;
}

.location_test:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(0, 8deg);
  transform: skew(0, 8deg);
  z-index: -1;
  background-color: #e50065;
  width: 100%;
  height: 100%;
  content: "";
}

.location_test .location_test_wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  color: #fff;
}

.location_test .location_test_wrap .location_test_title {
  position: absolute;
  top: -128px;
  left: 0;
}

.location_test .location_test_wrap .location_test_txtwrap {
  position: relative;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  z-index: 2;
  padding: 94px 0 123px 160px;
  text-align: left;
}

.location_test .location_test_wrap .location_test_txtwrap.in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s linear, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.location_test .location_test_wrap .location_test_list {
  margin-top: 45px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

.location_test .location_test_wrap .location_test_list dt {
  position: relative;
  margin-bottom: 6px;
  padding-left: 105px;
}

.location_test .location_test_wrap .location_test_list dt:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/title_base.png) no-repeat center center;
  background-size: 100% auto;
  width: 80px;
  content: "期間";
  text-align: center;
}

.location_test .location_test_wrap .location_test_list dd {
  position: relative;
  margin-bottom: 30px;
  padding-left: 105px;
}

.location_test .location_test_wrap .location_test_list dd:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/title_base.png) no-repeat center center;
  background-size: 100% auto;
  width: 80px;
  content: "場所";
  text-align: center;
}

.location_test .location_test_wrap .location_test_list dd.map a {
  display: block;
  border: #fff solid 1px;
  padding: 5px 15px;
  width: 150px;
  color: #fff;
  font-size: 16px;
}

.location_test .location_test_wrap .location_test_btn {
  margin-top: 45px;
  width: 100%;
  max-width: 540px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.location_test .location_test_wrap .location_test_btn.location_test_later {
  padding: 30px 0;
}

.location_test .location_test_wrap .location_test_btn a {
  display: block;
  position: relative;
  border: 5px solid #fff;
  padding: 30px 0;
  color: #fff;
}

.location_test .location_test_wrap .location_test_btn a:after {
  position: absolute;
  top: 0;
  right: 35px;
  background: url(../img/common/point_white.png) no-repeat center center;
  background-size: 100% auto;
  width: 21px;
  height: 100%;
  content: "";
}

.location_test .location_test_wrap .chara {
  position: absolute;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.location_test .location_test_wrap .chara.in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s linear 0.3s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: opacity 0.4s linear 0.3s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, opacity 0.4s linear 0.3s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, opacity 0.4s linear 0.3s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.location_test .location_test_wrap .chara .chara_img {
  position: relative;
  z-index: 1;
}

.location_test .location_test_wrap .chara .chara_profile {
  position: absolute;
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
}

.location_test .location_test_wrap .chara .chara_profile .name {
  font-weight: bold;
  font-size: 18px;
}

.campaign {
  position: relative;
  margin: 60px auto 0;
  max-width: 1100px;
}

.campaign .campaign_title {
  position: absolute;
  top: 80px;
  right: 50px;
}

.campaign .present_img {
  margin-top: 30px;
}

.campaign .present_txt {
  margin: 20px auto 0;
  max-width: 440px;
}

.campaign .request_txt {
  margin-top: 20px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
}

.campaign .request_btn {
  margin: 15px auto 0;
  width: 440px;
}

.campaign .request_btn a {
  display: block;
  position: relative;
  border: 5px solid #00a0e9;
  padding: 25px 0;
  color: #00a0e9;
  font-weight: bold;
  font-size: 20px;
}

.campaign .request_btn a:after {
  position: absolute;
  top: 0;
  left: 35px;
  background: url(../img/common/twitter.png) no-repeat center center;
  background-size: 100% auto;
  width: 31px;
  height: 100%;
  content: "";
}

.campaign .campaign_time {
  margin-top: 40px;
  font-weight: bold;
}

.campaign .campaign_time dt {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #e50065;
  padding: 8px 10px 7px;
  color: #fff;
  font-size: 17px;
}

.campaign .campaign_time dd {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #e50065;
  font-size: 20px;
}

.pv {
  position: relative;
  z-index: 1;
  margin: 100px auto;
}

.pv:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(0, 8deg);
  transform: skew(0, 8deg);
  z-index: -1;
  background-color: #e50065;
  width: 100%;
  height: 100%;
  content: "";
}

.pv .pv_title {
  position: absolute;
  top: -165px;
  left: 50%;
}

.pv .pv_thumb {
  position: relative;
  cursor: pointer;
  margin: 0 auto 30px;
  background-color: #000;
  max-width: 720px;
}

.pv .pv_thumb img {
  opacity: 0.6;
}

.pv .pv_thumb:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/common/play.png) no-repeat center center;
  width: 126px;
  height: 126px;
  content: "";
}

.twitter_wj {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.twitter_wj .twitter_wrap {
  position: relative;
  margin: 0 auto;
  padding: 122px 0 0 0;
  width: 100%;
  max-width: 1000px;
}

.twitter_wj .twitter_title {
  position: relative;
  margin-bottom: 29px;
  text-align: left;
}

.twitter_wj .twitter_bg {
  position: absolute;
  top: 413px;
  left: 0;
  -webkit-transform: skew(0, 10.3deg) translate(0, -50%);
  transform: skew(0, 10.3deg) translate(0, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: -1;
  background-color: #3e218d;
  width: 100%;
  height: 575px;
}

.twitter_wj .twitter_bg::before {
  display: block;
  position: absolute;
  top: -4px;
  right: 150px;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background: url(../img/top/twitter_line_r.png) no-repeat top right;
  background-size: auto 100%;
  width: 100%;
  height: 23px;
  content: "";
}

.twitter_wj .twitter_bg::after {
  display: block;
  position: absolute;
  right: -150px;
  bottom: -4px;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  background: url(../img/top/twitter_line_l.png) no-repeat top left;
  background-size: auto 100%;
  width: 100%;
  height: 23px;
  content: "";
}

.twitter_wj .twitter_embed {
  position: relative;
  background-color: #000;
  padding: 30px;
  width: 740px;
  text-align: left;
}

.twitter_wj .chara {
  position: absolute;
  top: 120px;
  right: -94px;
  z-index: -1;
  width: 380px;
}

.twitter_wj .chara_img {
  position: absolute;
  top: 5px;
  right: 85px;
  width: 283px;
}

@media screen and (min-width: 751px){
  .topics {
    min-height: 660px;
  }
  .search .search_title {
    margin-right: 50px;
  }
  .special .special_bnr:hover figure::after {
    opacity: 0.6;
  }
  .news .news_btn {
    position: absolute;
    top: 10px;
    right: 0;
    width: 200px;
  }
  .main_area .main_area_circle {
    top: -400px;
    width: 1329px;
    height: 1329px;
  }
  .main_area .main_area_circle li[data-circle="3"] {
    -webkit-animation: rotate2 15s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: rotate2 15s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  }
  .main_area .main_area_circle li[data-circle="4"] {
    -webkit-animation: rotate3 19s cubic-bezier(0.19, 1, 0.22, 1) 0.2s infinite;
    animation: rotate3 19s cubic-bezier(0.19, 1, 0.22, 1) 0.2s infinite;
  }
  .main_area .main_area_circle li[data-circle="5"] {
    -webkit-animation: rotate2 13s cubic-bezier(0.19, 1, 0.22, 1) 6.7s infinite;
    animation: rotate2 13s cubic-bezier(0.19, 1, 0.22, 1) 6.7s infinite;
  }
  .main_area .main_area_circle li[data-circle="6"] {
    -webkit-animation: rotate3 16s cubic-bezier(0.19, 1, 0.22, 1) 5.8s infinite;
    animation: rotate3 16s cubic-bezier(0.19, 1, 0.22, 1) 5.8s infinite;
  }
  .main_area .main_area_circle li[data-circle="7"] {
    -webkit-animation: rotate 40s linear infinite;
    animation: rotate 40s linear infinite;
  }
  .main_area .main_kv {
    padding-top: 12px;
  }
  .main_area .main_kv .mv {
    width: 1080px;
  }
  .main_area .chara1 {
    top: -10px;
    right: -106px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: -20% 10%;
    transform-origin: -20% 10%;
  }
  .main_area .chara2 {
    top: -50px;
    left: 96px;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    width: 168px;
  }
  .main_area .main_title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 38px;
    width: 100%;
    height: 100%;
  }
  .main_area .main_title .catch01 {
    position: absolute;
    top: 62px;
    left: 33px;
    width: 237px;
  }
  .main_area .main_title .catch02 {
    position: absolute;
    top: 50px;
    left: 31px;
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    width: 118px;
  }
  .main_area .main_title .catch03 {
    margin-top: 14px;
  }
  .main_area .main_title .title {
    display: inline-block;
    position: relative;
    z-index: 11;
    margin: 44.5% auto 0;
  }
  .main_area .main_title .bnr_btn:hover::before {
    -webkit-animation: hov 0.4s ease forwards;
    animation: hov 0.4s ease forwards;
  }
  .main_area .main_title .bnr_line_btn:hover::before {
    -webkit-animation: hov 0.4s ease forwards;
    animation: hov 0.4s ease forwards;
  }
  .main_area.load .main_kv .mv {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.5s ease 0.7s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
    transition: opacity 0.5s ease 0.7s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s, opacity 0.5s ease 0.7s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s, opacity 0.5s ease 0.7s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  }
  .main_area.load .chara1 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: opacity 0.5s ease 0.7s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
    transition: opacity 0.5s ease 0.7s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s, opacity 0.5s ease 0.7s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s, opacity 0.5s ease 0.7s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  }
  .main_area.load .chara2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.5s ease 0.95s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.95s;
    transition: opacity 0.5s ease 0.95s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.95s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.95s, opacity 0.5s ease 0.95s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.95s, opacity 0.5s ease 0.95s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.95s;
  }
  .topics .topics_slide .topics_slide-list li.is-current:hover::before {
    opacity: 0.6;
    mix-blend-mode: hard-light;
  }
  .topics .topics_slide .topics_slide-btn:hover::before {
    -webkit-animation: hov3 0.8s ease forwards;
    animation: hov3 0.8s ease forwards;
  }
  .search .search_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .search .search_list dl {
    margin-left: 20px;
  }
  .search .search_here:hover .search_here-text::after {
    -webkit-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .search .search_form:hover .search_form-btn {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .special .special_movie:hover figure::before {
    opacity: 0.6;
  }
  .news .news_list li {
    width: 270px;
  }
  .news .news_list li:nth-child(n + 4) {
    display: none;
  }
  .news .news_list li a:before {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border: 6px solid #e50065;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    content: "";
  }
  .news .news_list li a:after {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
    border: 6px solid #e50065;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    content: "";
  }
  .news .news_list li a:hover:before {
    opacity: 1;
  }
  .news .news_list li a:hover:after {
    -webkit-animation: hov_circle 1.5s ease infinite;
    animation: hov_circle 1.5s ease infinite;
  }
  .news .news_list li .news_list_title {
    max-height: 70px;
    overflow: hidden;
  }
  .news .news_btn a:after {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .news .news_btn a:hover:after {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  .outline {
    margin-top: 192px;
  }
  .outline .outline_cabinet .outline_cabinet_txt .outline_cabinet_btn:hover::before {
    -webkit-animation: hov 0.8s ease forwards;
    animation: hov 0.8s ease forwards;
  }
  .tanoc .tanoc_circle li[data-circle="2"]:after {
    -webkit-animation: tanoc_circle 5s ease infinite;
    animation: tanoc_circle 5s ease infinite;
  }
  .tanoc .tanoc_circle li[data-circle="3"]:after {
    -webkit-animation: tanoc_circle 5s ease 0.1s infinite;
    animation: tanoc_circle 5s ease 0.1s infinite;
  }
  .tanoc .tanoc_txt .tanoc_more-btn:hover::before {
    -webkit-animation: hov 0.8s ease forwards;
    animation: hov 0.8s ease forwards;
  }
  .location_test .location_test_wrap .location_test_btn a:before {
    position: absolute;
    top: -5px;
    left: -5px;
    border: 5px solid #fff;
    width: 100%;
    height: 100%;
    content: "";
  }
  .location_test .location_test_wrap .chara {
    top: -40px;
    right: -15px;
  }
  .location_test .location_test_wrap .chara .chara_profile {
    bottom: 110px;
    left: 221px;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    padding-left: 30px;
    width: 135px;
    letter-spacing: -0.02em;
  }
  .campaign {
    background: url(../img/pc/campaign_base.png) no-repeat center top;
    padding-top: 190px;
    min-height: 976px;
  }
  .campaign .request_btn a:before {
    position: absolute;
    top: -5px;
    left: -5px;
    border: 5px solid #00a0e9;
    width: 100%;
    height: 100%;
    content: "";
  }
  .pv .pv_title {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  .pv .pv_thumb {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  .pv .pv_thumb img {
    -webkit-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
  }
  .pv .pv_thumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-top: -63px;
    margin-left: -63px;
    background: url(../img/common/play.png) no-repeat center center;
    width: 126px;
    height: 126px;
    content: "";
  }
  .pv .pv_thumb:hover img {
    opacity: 0.9;
  }
  .pv .pv_thumb:hover:before {
    -webkit-animation: hov 0.8s ease forwards;
    animation: hov 0.8s ease forwards;
  }
  .twitter_wj {
    margin: 124px 0 150px;
  }
}

@media screen and (max-width: 750px){
  .topics .topics_wrap {
    padding: 15px 0 15px;
  }
  .topics .topics_wrap .topics_title {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .topics .topics_wrap .topics_inner {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  .topics .topics_slide .topics_slide-btn {
    left: -31px;
    margin-top: -10px;
    width: 20px;
    height: auto;
  }
  .topics .topics_slide .topics_slide-btn--next {
    right: -31px;
  }
  .search .search_list + .search_list {
    margin-top: 6px;
  }
  .twitter_wj .twitter_embed {
    width: 100%;
  }
  .header .header_container {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .header .header_brand {
    position: fixed;
    top: 7px;
    left: 10px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 135px;
  }
  .header .header_mypage {
    display: none;
  }
  .footer {
    margin-top: 15%;
    padding-bottom: 15%;
  }
  .main_area .main_area_circle {
    top: 0;
    -webkit-transform: translate(-50%, -33%);
    transform: translate(-50%, -33%);
    padding-bottom: 318%;
    width: 227%;
  }
  .main_area .main_area_circle li[data-circle="1"] {
    background-size: 76% auto;
  }
  .main_area .main_area_circle li[data-circle="2"] {
    background-size: 76% auto;
  }
  .main_area .main_area_circle li[data-circle="3"] {
    display: none;
  }
  .main_area .main_area_circle li[data-circle="6"] {
    background-size: 90% auto;
  }
  .main_area .main_area_circle li[data-circle="7"] {
    background-size: 90% auto;
  }
  .main_area .main_area_circle li[data-circle="8"] {
    background-size: 90% auto;
  }
  .main_area .main_kv {
    width: 100%;
    overflow: hidden;
  }
  .main_area .main_kv .mv {
    top: 0;
    left: 0;
  }
  .main_area .main_kv .mv img {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    max-width: none;
  }
  .main_area .chara1 {
    top: 0;
    right: -4%;
    -webkit-transform: translateY(23%) rotate(-10deg);
    transform: translateY(23%) rotate(-10deg);
    -webkit-transform-origin: -20% 10%;
    transform-origin: -20% 10%;
    width: 72%;
  }
  .main_area .chara2 {
    top: 0;
    left: 0;
    -webkit-transform: translateY(85%);
    transform: translateY(85%);
    width: 26.7%;
  }
  .main_area .main_title .bnr_btn {
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 11;
    width: 200px;
  }
  .main_area .main_title .bnr_line_btn {
    top: 72%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 11;
    width: 200px;
  }
  .main_area .main_title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main_area .main_title .catch01 {
    position: absolute;
    top: 13.3%;
    left: 14%;
    width: 23%;
    max-width: 173px;
  }
  .main_area .main_title .catch02 {
    position: absolute;
    top: 18%;
    left: 2.5%;
    width: 13.3%;
    max-width: 100px;
  }
  .main_area .main_title .logo {
    position: absolute;
    top: 53%;
    left: 10px;
  }
  .main_area .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: 16.9%;
    width: 87%;
  }
  .main_area .title .bnr_btn {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    width: 47%;
  }
  .main_area .title .bnr_line_btn {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    -webkit-transform: translate(5%, 0);
    transform: translate(5%, 0);
    width: 44%;
  }
  .main_area.load .main_kv .mv {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.5s ease 0.7s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
    transition: opacity 0.5s ease 0.7s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s, opacity 0.5s ease 0.7s;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s, opacity 0.5s ease 0.7s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  }
  .main_area.load .chara1 {
    -webkit-transform: translateY(23%) rotate(0);
    transform: translateY(23%) rotate(0);
    -webkit-transition: opacity 0.5s ease 0.7s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
    transition: opacity 0.5s ease 0.7s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s, opacity 0.5s ease 0.7s;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s, opacity 0.5s ease 0.7s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  }
  .main_area.load .chara2 {
    -webkit-transform: translateY(105%);
    transform: translateY(105%);
    -webkit-transition: opacity 0.5s ease 0.95s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.95s;
    transition: opacity 0.5s ease 0.95s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.95s;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.95s, opacity 0.5s ease 0.95s;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.95s, opacity 0.5s ease 0.95s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.95s;
  }
  .topics {
    margin: -8.8% auto 0;
  }
  .topics .topics_bg {
    height: 200px;
  }
  .topics .topics_bg::before {
    top: -5px;
    left: -40px;
    background: url("../img/top/base_line_pink_left_sp.png") no-repeat top left;
    background-size: contain;
    height: 12px;
  }
  .topics .topics_bg::after {
    right: -40px;
    bottom: -5px;
    background: url("../img/top/base_line_pink_right_sp.png") no-repeat top right;
    background-size: contain;
    height: 12px;
  }
  .topics .topics_wrap {
    margin: 0 auto;
    padding: 4.7% 0 15px;
    width: 78%;
  }
  .topics .topics_wrap .topics_title {
    top: 0;
    left: -4.7%;
    width: 46%;
  }
  .topics .topics_wrap .topics_title-bg {
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
  }
  .topics .topics_wrap .topics_title-text {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 4.4% 9.7%;
  }
  .topics .topics_slide .topics_slide-nav {
    margin-top: 10px;
  }
  .topics .topics_slide .topics_slide-pagination {
    padding: 0 16px;
  }
  .topics .topics_slide .topics_slide-pagination li {
    width: 8px;
    height: 8px;
  }
  .topics .topics_slide .topics_slide-btn {
    left: -31px;
    margin-top: -18px;
    outline: none;
    width: 18px;
    height: auto;
  }
  .topics .topics_slide .topics_slide-btn--next {
    right: -31px;
    left: auto;
  }
  .search {
    margin: 75px auto 0;
    width: 89.4%;
  }
  .search .search_title {
    width: 70px;
  }
  .search .search_list {
    margin-left: 20px;
  }
  .search .search_list dl {
    margin-bottom: 6px;
    width: 100%;
  }
  .search .search_list dt img {
    height: 21px;
  }
  .search .search_list dd {
    min-height: 40px;
  }
  .search .search_here {
    padding: 14px 10px;
  }
  .search .search_here-text img {
    width: 90px;
  }
  .search .search_here-text::before {
    width: 16px;
    height: 19px;
  }
  .search .search_here-text::after {
    width: 15px;
    height: 12px;
  }
  .search .search_form-select {
    padding: 15px 26px 13px;
    font-size: 13.5px;
  }
  .search .search_form-btn {
    padding: 14px;
    width: 40px;
  }
  .search .search_form-btn img {
    width: 16.5px;
  }
  .special {
    margin: 45px auto 0;
    padding-top: 24px;
    width: 89.4%;
  }
  .special .special_title {
    margin-bottom: 25px;
    width: 45.2%;
  }
  .special .special_movie::before {
    background-size: 2px auto;
  }
  .special .special_movie::after {
    width: 180px;
  }
  .news {
    margin: 40px auto 0;
    width: 89.4%;
  }
  .news .news_title {
    margin-bottom: 31px;
    width: 36.7%;
  }
  .news .news_list {
    min-height: 300px;
  }
  .news .news_list li {
    width: 47%;
  }
  .news .news_list li:nth-of-type(n + 3) {
    margin-top: 28px;
  }
  .news .news_list li .news_date {
    font-size: 11px;
  }
  .news .news_list li .news_thumb {
    margin-top: 6px;
  }
  .news .news_list li .news_list_title {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.4;
  }
  .news .news_btn {
    margin: 0 auto;
    margin-top: 20px;
    width: 170px;
  }
  .news .news_btn a {
    padding: 15px 20px 13px;
    font-size: 12px;
  }
  .news .news_btn a:after {
    width: 12px;
  }
  .outline {
    margin-top: 110px;
  }
  .outline:before {
    position: relative;
    padding-bottom: 36%;
    height: auto;
  }
  .outline .outline_movie {
    position: relative;
    top: 0;
    -webkit-transform: skew(0, 10deg);
    transform: skew(0, 10deg);
    height: 400px;
  }
  .outline .outline_movie video {
    min-width: 960px;
    min-height: 540px;
  }
  .outline .outline_lead {
    position: absolute;
    top: 0;
    left: 5%;
  }
  .outline .outline_lead .outline_logo {
    top: 4%;
    right: auto;
    left: 0;
    width: 38.6%;
  }
  .outline .outline_lead .outline_txt {
    top: 0;
    margin-left: auto;
    padding-top: 6%;
    width: 61.35%;
  }
  .outline .outline_cabinet {
    position: absolute;
    bottom: 0;
    margin-top: 0;
  }
  .outline .outline_cabinet .outline_cabinet_img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 28%;
  }
  .outline .outline_cabinet .outline_cabinet_txt {
    right: 5%;
    bottom: 20%;
    width: 61%;
  }
  .outline .outline_cabinet .outline_cabinet_txt .outline_cabinet_btn {
    -webkit-transform: translate(0, 70%);
    transform: translate(0, 70%);
    width: 166px;
  }
  .outline .outline_cabinet.in .outline_cabinet_img {
    -webkit-transform: translateX(9%);
    transform: translateX(9%);
  }
  .tanoc {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 150px;
    margin-left: 5%;
    padding-bottom: 15px;
    width: 80%;
  }
  .tanoc .tanoc_circle {
    z-index: -1;
    padding-bottom: 268%;
    width: 268%;
    height: auto;
  }
  .tanoc .tanoc_circle li[data-circle="1"] {
    background-size: 92% auto;
  }
  .tanoc .tanoc_title {
    top: -11%;
    right: -12.5%;
    width: 8.7%;
  }
  .tanoc .tanoc_txt .tanoc_txt_title {
    margin: 0 auto;
    width: 77%;
  }
  .tanoc .tanoc_txt .tanoc_txt_txt {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.8;
  }
  .tanoc .tanoc_txt .tanoc_list {
    margin-top: 10px;
    width: 74%;
  }
  .tanoc .tanoc_txt .tanoc_list li {
    margin: 0 2.5% 3%;
    width: 28%;
  }
  .tanoc .tanoc_txt .tanoc_list li .tanoc_name {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.2;
  }
  .tanoc .tanoc_txt .tanoc_img {
    margin: 12px auto;
  }
  .tanoc .tanoc_txt .tanoc_more-btn {
    margin-top: 20px;
    width: 140px;
  }
  .tanoc .tanoc_txt .tanoc_more-btn a {
    font-size: 13px;
  }
  .tanoc .tanoc_txt .tanoc_join_txt {
    font-size: 13px;
  }
  .location_test {
    margin-top: 35%;
  }
  .location_test .location_test_wrap .location_test_title {
    top: -11%;
    left: 5%;
    width: 7%;
  }
  .location_test .location_test_wrap .location_test_txtwrap {
    padding: 10% 0 105px 18%;
  }
  .location_test .location_test_wrap .locatest_title {
    width: 47%;
  }
  .location_test .location_test_wrap .location_test_list {
    margin-top: 25px;
    font-size: 11px;
    text-shadow: 1px 1px 1px #e50065, 1px -1px 1px #e50065, -1px 1px 1px #e50065, -1px -1px 1px #e50065;
  }
  .location_test .location_test_wrap .location_test_list dt {
    margin-bottom: 3px;
    padding-left: 50px;
  }
  .location_test .location_test_wrap .location_test_list dt:before {
    width: 41px;
  }
  .location_test .location_test_wrap .location_test_list dd {
    margin-bottom: 13px;
    padding-left: 50px;
  }
  .location_test .location_test_wrap .location_test_list dd:before {
    width: 41px;
  }
  .location_test .location_test_wrap .location_test_btn {
    margin-top: 20px;
    max-width: 190px;
    font-size: 12px;
  }
  .location_test .location_test_wrap .location_test_btn.location_test_later {
    padding: 17px 0;
  }
  .location_test .location_test_wrap .location_test_btn a {
    border-width: 3px;
    padding: 17px 0;
  }
  .location_test .location_test_wrap .location_test_btn a:after {
    right: 10px;
    width: 10px;
  }
  .location_test .location_test_wrap .chara {
    right: 1%;
    bottom: -7%;
    width: 38.3%;
    min-width: 135px;
  }
  .location_test .location_test_wrap .chara .chara_profile {
    right: 44%;
    bottom: 50px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    border-bottom: 2px solid #fff;
    padding-right: 10px;
    padding-bottom: 8px;
    width: 135px;
  }
  .campaign {
    margin-top: 35px;
    background: url(../img/sp/campaign_base.png) no-repeat center center;
    background-size: cover;
    padding: 22% 20% 23% 8%;
  }
  .campaign .campaign_title {
    top: 5%;
    right: 5%;
    width: 6.3%;
  }
  .campaign .present_img {
    margin: 9% auto 0;
    width: 86%;
  }
  .campaign .present_txt {
    margin-top: 3%;
  }
  .campaign .request_txt {
    margin-top: 20px;
    font-size: 12px;
  }
  .campaign .request_btn {
    margin-top: 10px;
    width: 85%;
  }
  .campaign .request_btn a {
    border-width: 3px;
    padding: 12px 0;
    font-size: 11px;
  }
  .campaign .request_btn a:after {
    left: 12px;
    width: 16px;
  }
  .campaign .campaign_time {
    margin-top: 20px;
  }
  .campaign .campaign_time dt {
    padding: 4px 8px 2px;
    font-size: 10px;
  }
  .campaign .campaign_time dd {
    margin-top: 10px;
    margin-left: 0;
    font-size: 12px;
  }
  .pv {
    margin: 45px auto;
  }
  .pv .pv_title {
    top: -65px;
    left: 5%;
    width: 15%;
  }
  .pv .pv_thumb {
    margin: 0 5% 3% auto;
    width: 70%;
  }
  .pv .pv_thumb:after {
    background-size: contain;
    width: 50px;
    height: 50px;
  }
  .twitter_wj {
    margin: 100px 0 70px;
    padding-bottom: 19.2%;
  }
  .twitter_wj .twitter_wrap {
    padding: 7% 0 0 0;
    width: 89.4%;
  }
  .twitter_wj .twitter_title {
    margin-bottom: 24px;
    width: 40%;
  }
  .twitter_wj .twitter_bg {
    top: 0;
    -webkit-transform: skew(0, 10.3deg) translate(0, 0);
    transform: skew(0, 10.3deg) translate(0, 0);
    height: 100%;
  }
  .twitter_wj .twitter_bg::before {
    top: -5px;
    left: -67%;
    background-image: url(../img/top/twitter_line_r.png);
    height: 12px;
  }
  .twitter_wj .twitter_bg::after {
    right: -67%;
    bottom: -5px;
    background-image: url(../img/top/twitter_line_l.png);
    height: 12px;
  }
  .twitter_wj .twitter_embed {
    padding: 30px 24px 23px;
    width: 100%;
  }
  .twitter_wj .twitter_embed > iframe {
    height: 195px !important;
  }
  .top_mypage {
    position: fixed;
    top: 82px;
    left: 0;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    opacity: 0;
    z-index: 30;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 40px;
    pointer-events: none;
  }
  .top_mypage.is-show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
