@charset "UTF-8";
/* mediaquery
-------------------------------------------------- */
/* ==================================================
全体構成
================================================== */
/* ヘッダー
-------------------------------------------------- */
.lp_header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  z-index: 999;
  position: fixed;
  top: 0;
}

.logo img {
  width: 74px;
}

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

.link_weibo {
  width: 74px;
  top: 10px;
  position: relative;
}

/* 各項目共通
-------------------------------------------------- */
a {
  display: block;
}

a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

.pc {
  display: none;
}

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

strong {
  font-weight: 400;
}

/* fadein
-------------------------------------------------- */
.fadein {
  -webkit-animation: fadein 1s ease 0s 1 both;
          animation: fadein 1s ease 0s 1 both;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadein_up {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  transition: 1s;
}

.fadein_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.container {
  position: relative;
  font-family: "m-plus-rounded-1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-top: 100px;
}

@media screen and (max-width: 769px) {
  .container {
    margin-top: 50px;
  }
}

.container::before {
  content: "";
  height: 100vh;
  width: 100vw;
  background-image: url(../img/bg_chara_left.png), url(../img/bg_chara_right.png), url(../img/bg_right.png), url(../img/bg_top.png), url(../img/bg.png);
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
  background-position: left bottom,right bottom,right center, left top, center center;
  background-size: 35% auto, 42% auto,40% auto,50% auto,cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #250b4d;
}

@media screen and (max-width: 769px) {
  .container::before {
    background-image: url(../img/bg_sp_maniax.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
}

/* fv
-------------------------------------------------- */
.fv {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.fv .inner {
  max-width: 980px;
  margin: 40px auto 0;
  position: relative;
}

.fv h1 img {
  max-width: 800px;
  margin: 0 auto;
}

.fv .switch {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 180px;
}

.fv .switch a {
  display: block;
  background-image: url(../img/language_btn_02.png);
  padding-top: 120px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.fv .switch a:hover {
  background-image: url(../img/language_btn_01.png);
}

.fv .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}

.fv .menu a {
  display: block;
  width: 32%;
}

.fv p {
  color: #fff;
  text-align: center;
  padding: 60px 20px 0;
  font-size: 24px;
  line-height: 41px;
}

.fv p a {
  display: initial;
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .fv .switch {
    width: 22vw;
  }
  .fv .switch a {
    padding-top: 8vw;
  }
}

@media screen and (max-width: 769px) {
  .fv p {
    padding: 7vw 0 0;
    font-size: 3.5vw;
    line-height: 7vw;
  }
  .fv h1 {
    padding-top: 22vw;
  }
  .fv .inner {
    margin: 1vw auto 0;
  }
  .fv .switch {
    width: 100%;
    right: 0;
    max-width: 100%;
    top: 5vw;
  }
  .fv .switch a {
    padding-top: 14vw;
    margin: 0 auto;
    width: 36vw;
  }
}

/* content
-------------------------------------------------- */
.content {
  padding: 0 20px;
}

@media screen and (max-width: 800px) {
  .content {
    padding: 0 3vw;
  }
}

.content_wrap {
  background-color: rgba(0, 2, 47, 0.85);
  border-radius: 11px;
  margin: 150px auto;
  padding: 40px 60px;
  max-width: 800px;
}

.content_wrap.unusually {
  box-shadow: 0 0 30px -10px #ffca00;
  border: 1px solid #ffca00;
}

.content_wrap.unusually::before, .content_wrap.unusually::after {
  display: block;
  position: absolute;
  content: '';
  height: 120px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}

.content_wrap.unusually::before {
  background-image: url(../img/decoration_01.png);
  margin-top: -80px;
  left: 0;
}

.content_wrap.unusually::after {
  background-image: url(../img/decoration_02.png);
  margin-top: -30px;
  right: 0;
}

@media screen and (max-width: 800px) {
  .content_wrap {
    margin: 10vw auto;
    padding: 10% 5%;
  }
}

.content_wrap_link_footer {
  margin: 150px auto;
  padding: 40px 60px;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .content_wrap_link_footer {
    margin: 10vw auto;
    padding: 10% 5%;
  }
}

.content_wrap_link_footer h3 {
  width: 218px;
  margin: 50px 0;
}

.content_wrap_link_footer .link {
  display: flex;
}

.content_wrap_link_footer .link a {
  margin: 10px;
}

.content_wrap_link_footer .link_line {
  margin-top: 30px;
}

h2.title {
  width: 450px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  h2.title {
    width: 90%;
  }
}

.work_list .item-info .image a {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .work_list .item-info .image a {
    max-width: 100%;
  }
}

.work_list .item-info .image a img {
  border-radius: 10px;
}

.item-info {
  max-width: 1140px;
  margin: 40px auto 0;
}

.item-info .row {
  display: flex;
  flex-wrap: wrap;
}

.item-info .row .image {
  width: 45%;
}

.item-info .row .image.discount {
  width: 138px;
  margin-bottom: 10px;
  margin-left: -10px;
}

.item-info .row .image img {
  border-radius: 10px;
}

.item-info .row .text {
  width: 55%;
  padding: 0 20px 0 45px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.item-info .row .text p {
  font-size: 26px;
  width: 100%;
}

.item-info .row .text .title {
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 36px;
}

.item-info .btn-detail {
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .item-info .btn-detail {
    width: 90%;
    margin: 6vw auto 0;
  }
  .item-info .row .image {
    width: 100%;
  }
  .item-info .row .image.discount {
    width: 138px;
    margin-bottom: 10px;
    margin-left: -10px;
  }
  .item-info .row .text {
    width: 100%;
    width: 100%;
    padding: 5vw 0;
  }
  .item-info .row .text p {
    font-size: 3vw;
  }
  .item-info .row .text .title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}

.item-list {
  padding-top: 80px;
  max-width: 1140px;
  margin: 0 auto;
}

.item-list .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item-list .row .box {
  width: 48%;
  display: block;
  color: #fff;
  margin-bottom: 4%;
  text-align: center;
}

.item-list .row .box:hover p {
  color: #fff;
}

.item-list .row .box p {
  margin-top: 20px;
  font-size: 26px;
}

.item-list .row .box img {
  border-radius: 10px;
}

@media screen and (max-width: 800px) {
  .item-list {
    padding: 0;
  }
  .item-list .row .box {
    margin-bottom: 8%;
  }
  .item-list .row .box p {
    margin-top: 8%;
    font-size: 3vw;
  }
}

.btn-more {
  max-width: 400px;
  margin: 0 auto;
  padding: 60px 0 40px;
}

@media screen and (max-width: 800px) {
  .btn-more {
    padding: 6vw 0 0;
  }
}

.btn-more p {
  font-size: 16px;
  text-align: center;
}

.free-voice h2.title {
  max-width: 990px;
  margin: 0 auto;
}

.free-voice .item-info {
  padding-top: 100px;
}

@media screen and (max-width: 800px) {
  .free-voice .item-info {
    padding-top: 0;
  }
  .free-voice .item-info .btn-detail {
    padding: 6vw 0 10vw;
  }
}

@media screen and (max-width: 769px) {
  .free-voice h2.title {
    max-width: 510px;
  }
}

.point h2.title {
  max-width: 790px;
  margin: 0 auto;
}

.point .text {
  margin-top: 100px;
  padding-left: 40%;
  background-image: url(../img/chara.png);
  background-repeat: no-repeat;
  background-size: 40%;
}

.point .text p {
  font-size: 36px;
  padding-left: 40px;
}

.point .text p + p {
  margin-top: 0.5em;
}

.point .text .yellow {
  color: #ffe400;
}

.point .text .sub {
  font-size: 22px;
}

.point .text .btn-detail {
  padding-top: 40px;
  margin: 0 auto;
  max-width: 400px;
}

@media screen and (max-width: 800px) {
  .point .text {
    padding-left: 0;
    margin-top: 4vw;
    background-image: url(../img/chara_sp.png);
    background-size: 42%;
    min-height: auto;
  }
  .point .text p {
    font-size: 24px;
    padding-left: 45%;
  }
  .point .text .sub {
    font-size: 16px;
  }
}

.attention h2.title {
  font-size: 40px;
  margin: 0;
}

@media screen and (max-width: 800px) {
  .attention h2.title {
    font-size: 6vw;
    padding: 8vw 0 0;
  }
}

.attention a {
  color: #fff;
}

/* FAQ */
.title_faq {
  width: 50%;
  margin: 0 auto;
}

.faq_block {
  margin: 0 auto;
  margin-top: 5%;
}

.text_faq {
  color: #fff;
  line-height: 7vw;
  font-size: 3vw;
}

.text_faq.que::before {
  content: "Q：";
}

.text_faq.ans::before {
  content: "A：";
}

.text_faq.ans {
  margin-bottom: 5%;
}

@media screen and (min-width: 769px) {
  .text_faq {
    font-size: 22px;
    line-height: 44px;
  }
  .text_faq.ans {
    margin-bottom: 3%;
  }
}

a.text_red {
  color: #ff4fcd;
  text-decoration: underline;
  display: inline;
}

.hide {
  display: none;
}

.show {
  display: block;
}
/*# sourceMappingURL=singlesday202311-maniax-tw.css.map */