@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
/*!  02_base
================================================ */
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  min-width: 320px;
  color: #000;
  font-family: 'Noto Sans JP',	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-size: 3.75vw;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: justify;
}

a {
  color: #000;
  text-decoration: none;
}

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

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

.viewPc {
  display: none !important;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="number"],
textarea {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

input[type="text"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="submit"]:focus,
input[type="number"]:focus,
textarea:focus {
  outline-offset: -2px;
}

/* layout
-------------------------------------------------*/
.note::before {
  display: inline-block;
  margin-right: 0.1em;
  content: "※";
}

.notice li {
  position: relative;
  padding-left: 1.15em;
  font-size: 1.2rem;
}

.notice li::before {
  position: absolute;
  top: 0.04rem;
  left: 0;
  content: "※";
}

/*=============================================================
 02_layout
=============================================================*/
/* index
=============================================================*/
.container {
  background-color: #26282e;
}

/* .key-visual
------------------------------------- */
.key-visual {
  background: url(../images/sp/kv_bg_sp.png) 0 0 repeat;
}

.key-visual .contents {
  position: relative;
}

.key-visual .btn-ranked, .key-visual .btn-released {
  position: absolute;
  width: 30%;
  height: calc(30vw * (190 / 192));
  border-radius: 50%;
}

.key-visual .btn-ranked a, .key-visual .btn-released a {
  display: block;
  cursor: pointer;
}

.key-visual .btn-ranked {
  top: 110.15625vw;
  left: 4.0625vw;
  width: 30%;
}

.key-visual .btn-released {
  top: 92.96875vw;
  left: 32.1875vw;
}

/* .project
------------------------------------- */
.project {
  padding: 7.8125vw 0 7.96875vw;
}

.share01 .contents, .share02 .contents {
  position: relative;
  width: 95.3125%;
  margin: 0 auto;
}

.share01 .contents .btn-twitter, .share02 .contents .btn-twitter {
  position: absolute;
  bottom: 3.4375vw;
  left: 50%;
  width: 84.918%;
  transform: translateX(-50%);
  border-radius: 25px;
}

.share01 .contents .btn-twitter a, .share02 .contents .btn-twitter a {
  display: block;
}

.list-project {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95.3125%;
  margin: 2.5vw auto 0;
  padding: 17.34375vw 0 19.6875vw;
}

.list-project::before, .list-project::after {
  display: block;
  position: absolute;
  content: "";
}

.list-project::before {
  top: 0;
  left: 3.125vw;
  width: calc(376 / 610 * 100%);
  height: 0;
  padding-top: calc(111 / 610 * 100%);
  background: url(../images/sp/img_character01.png) 0 0/100% auto no-repeat;
}

.list-project::after {
  right: 2.8125vw;
  bottom: -9.375vw;
  width: calc(275 / 610 * 100%);
  height: 0;
  padding-bottom: calc(173 / 610 * 100%);
  background: url(../images/sp/img_character02.png) 0 0/100% auto no-repeat;
}

.list-project li {
  width: calc(300 / 610 * 100%);
}

.list-project li:nth-of-type(9) {
  width: 100%;
}

.list-project li:not(:last-of-type) {
  margin-bottom: 1.5625vw;
}

.list-project li a {
  display: block;
  cursor: pointer;
}

/* .content-bnr
------------------------------------- */
.content-bnr {
  padding: 7.96875vw 0 4.0625vw;
  background-color: #fff;
}

.content-bnr .bnr {
  width: calc(612 / 640 * 100%);
  margin: 0 auto;
}

.content-bnr .bnr a {
  display: block;
}

.content-bnr .bnrs {
  width: calc(612 / 640 * 100%);
  margin: 0 auto;
}

.content-bnr .bnrs li + li {
  margin-top: 3.125vw;
}

.content-bnr .bnrs li a {
  display: block;
}

/* footer
------------------------------------- */
footer {
  padding: 4.0625vw 0 6.875vw;
}

footer .contents {
  width: calc(612 / 640 * 100%);
}

footer .mf-logo {
  width: calc(310 / 612 * 100%);
  margin: 0 auto 3.125vw;
}

footer .mf-logo a {
  display: block;
}

footer .copy {
  color: #240638;
  font-size: 10.24px;
  font-size: 3.2vw;
  text-align: center;
}

.pagetop {
  position: fixed;
  right: 5.9375vw;
  bottom: 11.40625vw;
  width: calc(71 / 640 * 100%);
}

.pagetop a {
  display: block;
}

/* modal
-------------------------------------------------*/
.modal {
  box-sizing: border-box;
  display: none;
  z-index: 20;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 96.875%;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
}

.modal .modal-close {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding-bottom: 1.5625vw;
}

.modal .modal-close picture {
  display: block;
  width: 51px;
  margin: 0 0 0 auto;
  cursor: pointer;
}

.modal-content {
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-height: 75vh;
  margin-top: calc(35px + -1.5625vw);
  overflow-y: scroll;
  background-color: #333;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.modal-content .modal-inner {
  position: relative;
}

.modal-content .box-modal-content {
  padding: 4.6875vw 20px 7.03125vw;
}

.modal-content .box-modal-content p {
  font-size: 1.2rem;  
  line-height: 1.9;
  font-feature-settings: "palt";
}

.modal-content .box-modal-content p + p {
  margin-top: 1em;
}

.modal-content .box-youtube {
  position: relative;
  width: calc(600 / 620 * 100%);
  padding-top: 56.25%;
}

.modal-content .box-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal-content .modal-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(518 / 620 * 100%);
  transform: translateX(-50%);
}

.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background: rgba(38, 40, 46, 0.95);
}

#modal-project01 .modal-btn {
  bottom: 5vw;
}

#modal-project02 .modal-twitter01 {
  position: absolute;
  bottom: 61.55vw;
  left: 15.3125vw;
  width: calc(60 / 620 * 100%);
  max-width: 60px;
}

#modal-project02 .modal-twitter02 {
  position: absolute;
  bottom: 61.55vw;
  left: 26.25vw;
  width: calc(99 / 620 * 100%);
  max-width: 99px;
}

#modal-project02 .box-youtube {
  position: absolute;
  bottom: 1.83vw;
  left: 50%;
  transform: translateX(-50%);
}

#modal-project03 .modal-twitter01 {
  position: absolute;
  bottom: 62vw;
  left: 18vw;
  width: calc(161 / 620 * 100%);
}

#modal-project03 .box-youtube {
  position: absolute;
  bottom: 3.8125vw;
  left: 50%;
  transform: translateX(-50%);
}

#modal-project04 .modal-btn {
  bottom: 3.5vw;
}

#modal-project05 .modal-btn {
  bottom: 5vw;
}

#modal-project06 .modal-btn {
  bottom: 5.15625vw;
}

#modal-project07 .modal-content {
  background-color: #fff;
}

#modal-project08 .modal-btn {
  bottom: 5vw;
}

body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

/* present
=============================================================*/
#present h2 {
  margin-bottom: 3.125vw;
  text-align: center;
}

#present h2 span {
  padding: 0 20px;
  background: linear-gradient(to bottom, transparent 69%, #e3007f 70%, #e3007f 100%);
  color: #fff;
  font-size: 22px;
  font-size: 6.875vw;
  font-weight: 800;
}

#present .content-txt {
  width: 100%;
  background-color: #b39629;
}

#present .content-txt .contents {
  padding: 4.6875vw 2.34375vw 4.0625vw;
}

#present .content-txt p {
  color: #fff;
  font-size: 12px;
  font-size: 3.75vw;
  font-weight: 600;
}

#present .content-txt p.note {
  font-size: 9px;
  font-size: 2.8125vw;
}

#present .content-txt p + p {
  margin-top: 2.1875vw;
}

#present .sns-icon {
  margin-top: 30px;
}

#present .sns-icon .icon {
  display: flex;
  flex-wrap: wrap;
  width: calc(620 / 640 * 100%);
  margin: 0 auto;
}

#present .sns-icon .icon li {
  width: calc((100% - 20px) / 3);
  margin: 0 0 5px 5px;
}

#present .sns-icon .icon li:nth-of-type(3n+1) {
  margin-left: 0;
}

#present .twitter-stamp {
  margin-top: 6.25vw;
}

#present .twitter-stamp .stamp {
  display: flex;
  flex-wrap: wrap;
  width: calc(620 / 640 * 100%);
  margin: 0 auto;
}

#present .twitter-stamp .stamp li {
  width: calc((100% - 10px) / 3);
  margin: 0 0 5px 5px;
}

#present .twitter-stamp .stamp li:nth-of-type(3n+1) {
  margin-left: 0;
}

#present .twitter-header {
  margin-top: 6.25vw;
  padding-bottom: 9.53125vw;
}

#present .twitter-header .stamp {
  width: calc(620 / 640 * 100%);
  margin: 0 auto;
}

#present .twitter-header .stamp li {
  margin-bottom: 5px;
}

@media print, screen and (min-width: 641px) {
  body {
    font-size: 1.4rem;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  img {
    width: auto;
  }
  .viewSp {
    display: none !important;
  }
  .viewPc {
    display: block !important;
  }
  .container {
    min-width: 980px;
  }
  .key-visual {
    background-image: url(../images/pc/kv_bg_pc.png);
  }
  .key-visual .contents {
    width: calc(100% - 20px);
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .key-visual .btn-ranked, .key-visual .btn-released {
    width: calc(150 / 980 * 100%);
    max-width: 150px;
    height: calc(15.30612vw * (148 / 150));
    background: url(../images/pc/btn_ranked_bg.png) 50% 50%/100% auto no-repeat;
  }
  .key-visual .btn-ranked a, .key-visual .btn-released a {
    transition: all 0.5s ease;
  }
  .key-visual .btn-ranked a:hover, .key-visual .btn-released a:hover {
    opacity: 0.7;
  }
  .key-visual .btn-ranked {
    top: calc(390 / 1000 * 100%);
    left: calc(773 / 1000 * 100%);
  }
  .key-visual .btn-released {
    top: calc(84 / 1000 * 100%);
    left: calc(825 / 1000 * 100%);
  }
  .project {
    padding: 40px 0 40px;
  }
  .share01, .share02 {
    width: 100%;
  }
  .share01 .contents, .share02 .contents {
    width: 381px;
  }
  .share01 .contents .btn-twitter, .share02 .contents .btn-twitter {
    bottom: 15px;
    width: 323px;
    background-color: #fff;
  }
  .share01 .contents .btn-twitter a, .share02 .contents .btn-twitter a {
    transition: all 0.5s ease;
  }
  .share01 .contents .btn-twitter a:hover, .share02 .contents .btn-twitter a:hover {
    opacity: 0.7;
  }
  .share01 {
    background: url(../images/pc/bg_share01.png) 50% 0 no-repeat;
  }
  .share02 {
    background: url(../images/pc/bg_share02.png) 50% 0 no-repeat;
  }
  .list-project {
    width: 100%;
    max-width: 965px;
    margin-top: 0;
    padding: 71px 0 40px;
  }
  .list-project::before {
    top: -15px;
    left: 13px;
    width: 263px;
    padding-top: 86px;
    background-image: url(../images/pc/img_character01.png);
  }
  .list-project::after {
    right: 10px;
    bottom: 14px;
    width: 221px;
    padding-bottom: 135px;
    background-image: url(../images/pc/img_character02.png);
  }
  .list-project li {
    width: calc(234 / 965 * 100%);
    border-radius: 23.44px;
    background-color: #fff;
  }
  .list-project li:nth-of-type(9) {
    width: calc(477 / 965 * 100%);
  }
  .list-project li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .list-project li a {
    transition: all 0.5s ease;
  }
  .list-project li a:hover {
    opacity: 0.7;
  }
  .content-bnr {
    padding: 41px 0 20px;
  }
  .content-bnr .bnr {
    width: 479px;
  }
  .content-bnr .bnr a {
    transition: all 0.5s ease;
  }
  .content-bnr .bnr a:hover {
    opacity: 0.7;
  }
  .content-bnr .bnrs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 973px;
  }
  .content-bnr .bnrs li {
    width: 479px;
  }
  .content-bnr .bnrs li + li {
    margin: 0;
  }
  .content-bnr .bnrs li:nth-of-type(2n) {
    margin-left: 15px;
  }
  .content-bnr .bnrs li:nth-of-type(n+3) {
    margin-top: 15px;
  }
  .content-bnr .bnrs li a {
    transition: all 0.5s ease;
  }
  .content-bnr .bnrs li a:hover {
    opacity: 0.7;
  }
  footer {
    padding: 20px 0 48px;
  }
  footer .contents {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
  footer .mf-logo {
    width: 200px;
    margin-bottom: 28px;
  }
  footer .mf-logo a {
    transition: all 0.5s ease;
  }
  footer .mf-logo a:hover {
    opacity: 0.7;
  }
  footer .copy {
    font-size: 1.2rem;
    line-height: 2;
  }
  .pagetop {
    right: 20px;
    bottom: 54px;
    width: 56px;
  }
  .pagetop a {
    transition: all 0.5s ease;
  }
  .pagetop a:hover {
    opacity: 0.7;
  }
  .modal {
    width: 360px;
  }
  .modal .modal-close {
    padding-bottom: 10px;
  }
  .modal .modal-close picture {
    width: 79px;
  }
  .modal-content {
    max-height: 90vh;
    margin-top: 38px;
  }
  .modal-content .box-modal-content {
    padding: 30px 20px 35px;
  }
  .modal-content .box-modal-content p {
    font-size: 1.4rem;
  }
  .modal-bg {
    height: 100%;
  }
  #modal-project01 .modal-btn {
    bottom: 18px;
  }
  #modal-project02 .modal-twitter01 {
    bottom: 230px;
    left: 60px;
  }
  #modal-project02 .modal-twitter02 {
    bottom: 230px;
    left: 100px;
  }
  #modal-project02 .box-youtube {
    bottom: 7px;
  }
  #modal-project03 .modal-twitter01 {
    bottom: 232px;
    left: 70px;
    width: 100px;
  }
  #modal-project03 .box-youtube {
    bottom: 14px;
  }
  #modal-project04 .modal-btn {
    bottom: 14px;
  }
  #modal-project05 .modal-btn {
    bottom: 23px;
  }
  #modal-project06 .modal-btn {
    bottom: 25px;
  }
  #modal-project08 .modal-btn {
    bottom: 14px;
  }
  #present h2 {
    margin-bottom: 20px;
    line-height: 1.33;
  }
  #present h2 span {
    padding: 0 25px;
    font-size: 3rem;
  }
  #present .content-txt {
    max-width: 980px;
    margin: 34px auto 0;
  }
  #present .content-txt .contents {
    padding: 25px 10px 26px;
  }
  #present .content-txt p {
    font-size: 1.8rem;
    line-height: 1.3333;
    text-align: center;
  }
  #present .content-txt p.note {
    font-size: 1.4rem;
  }
  #present .content-txt p + p {
    margin-top: 15px;
  }
  #present .sns-icon {
    margin-top: 40px;
  }
  #present .sns-icon .icon {
    justify-content: center;
    max-width: 910px;
  }
  #present .sns-icon .icon li {
    width: 145px;
    margin: 0 0 10px 10px;
  }
  #present .sns-icon .icon li:nth-of-type(3n+1) {
    margin-left: 10px;
  }
  #present .twitter-stamp {
    margin-top: 32px;
  }
  #present .twitter-stamp .stamp {
    max-width: 910px;
  }
  #present .twitter-stamp .stamp li {
    width: 143px;
    margin: 0 0 10px 10px;
  }
  #present .twitter-stamp .stamp li:nth-of-type(3n+1) {
    margin-left: 10px;
  }
  #present .twitter-stamp .stamp li:nth-of-type(6n+1) {
    margin-left: 0;
  }
  #present .twitter-header {
    margin-top: 42px;
    padding-bottom: 40px;
  }
  #present .twitter-header .stamp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
  }
  #present .twitter-header .stamp li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 1000px) {
  .key-visual .btn-ranked, .key-visual .btn-released {
    height: 148px;
  }
  .key-visual .btn-ranked {
    top: 187px;
    left: 773px;
  }
  .key-visual .btn-released {
    top: 42px;
    left: 825px;
  }
  .pagetop {
    right: calc(50% - 472px);
  }
}
