@charset "UTF-8";

/*  reset
--------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------- スマホファースト ----------- */
/*  common
--------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
    font-family: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: #402D88;
    color: #163C77;
    /* overflow: hidden; */
}
body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: url(../img/main_bg_sp.jpg) no-repeat center;
    background-size: cover;
}
.top_area section {
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
}
img {
    width: 100%;
    vertical-align: bottom;
}
.pc {
    display: none;
}
a {
    text-decoration: unset;
}

.goldman {
    font-family: "Goldman", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ttl01{
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #D1FFFF;
}
.ttl01 h2, .chara_name h3{
    display: flex;
    align-items: center;
    gap: 12px;
}
.ttl01 h2::before,  .chara_name h3::before {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    background: url(../img/arrow_skyblue.png) no-repeat center;
    background-size: contain;
}
.ttl02 {
    margin-bottom: 32px;
}
.ttl02 h2 {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #D1FFFF;
    font-size: min(32px, 8.2vw);
    filter: drop-shadow(3px 3px 0 #163C77);
    text-shadow:
    3px 3px 0 #163C77,
    -2px 2px 0 #163C77,  
    2px -2px 0 #163C77,
    -2px 2px 0 #163C77,
    2px 2px 0 #163C77;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
.ttl02 h2::before, .ttl02 h2::after {
    content: "";
    display: block;
    width: 34px;
    height: 28px;
    background: url(../img/ttl_star.png) no-repeat center;
    background-size: contain;
}

.more_btn a {
    background-color: #FCD93A;
    width: 204px;
    height: 50px;
    border-radius: 10px;
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #481A05;
    filter: drop-shadow(0 8px 0 #F7AA34);
    position: relative;
    margin: 32px auto 0;
}
.more_btn a::after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: url(../img/arrow_brown.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 17px;
    right: 24px;
}

.game_area {
    background-color: rgba(32, 25, 38, 0.9);
    border-radius: 10px;
    padding: 7px;
}
.inner_white {
    height: 100%;
    border: solid 2px #F7F7F7;
}

.browser_area {
    border: solid 4px #163C77;
}
.browser_area .ttl {
    color: #163C77;
    height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px;
    background-color: #D1FFFF;
    border-bottom: solid 4px #163C77;
}
.browser_area .ttl::after {
    content: '';
    display: block;
    width: 52px;
    height: 12px;
    background: url(../img/browser_rt.png) no-repeat center;
    background-size: contain;
}
.browser_area .ttl h2::before {
    background: url(../img/arrow_navy.png) no-repeat center;
    background-size: contain;
}
.browser_area .txt_area {
    background: url(../img/bg_line.jpg) repeat center;
    background-size: contain;
    padding: 0 17px;
}
.browser_area .txt_area .browser_midashi {
    background-color: #fff;
    border: solid 2px #163C77;
    filter: drop-shadow(6px 6px 0 #163C77);
    text-align: center;
}
.browser_area .browser_midashi .purple {
    color: #C567F7;
} 

/*  hover
--------------------------------*/
header .nav li a.hover_btn, footer .nav li a.hover_btn, footer .share a, footer .anime_btn a, .top_btn a, .slick-dots li, .more_btn a, .slick-next, .slick-prev, header h1 a, .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-prev, .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-next {
    transition-duration: 0.3s;
}
header .nav li a.hover_btn:hover, footer .nav li a.hover_btn:hover, footer .share a:hover, footer .anime_btn a:hover, .top_btn a:hover, .slick-dots li:hover, .more_btn a:hover, .slick-next:hover, .slick-prev:hover, header h1 a:hover, .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-prev:hover, .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-next:hover {
    scale: 0.95;
}


/*  animation
--------------------------------*/
@keyframes scroll_in {
    0% {
        transform: translateY(30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll_in {
    opacity: 0;
}
.scroll_fade_in {
    animation: scroll_in 0.3s ease-in 0.3s forwards;
}

@keyframes chara_move01 {
    0%   { transform: translateX(0); }
    25%  { transform: translateX(10px); }
    50%  { transform: translateX(-10px); }
    75%  { transform: translateX(10px); }
    100% { transform: translateX(0); }
}
.chara_move01 {
    animation: chara_move01 2.5s steps(2, end) infinite;
}
@keyframes chara_move02 {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(10px); }
    100% { transform: translateX(0); }
}
.chara_move02 {
    animation: chara_move02 1.5s steps(2, end) infinite;
}
@keyframes chara_move03 {
    0%   { transform: translateX(0); }
    100% { transform: translateX(5px); }
}
.chara_move03 {
    animation: chara_move03 1s steps(2, end) infinite;
}
@keyframes chara_move04 {
    0%   { transform: translateX(0); }
    100% { transform: translateY(10px); }
}
.chara_move04 {
    animation: chara_move04 1s steps(2, end) infinite;
}
@keyframes chara_move05 {
    0%   { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}
.chara_move05 {
    animation: chara_move05 1s steps(2, end) infinite;
}
@keyframes item_move_rotate {
    0%   { transform: rotate(0deg)   translateX(0); }
    25%  { transform: rotate(90deg)  translateX(8px); }
    50%  { transform: rotate(180deg) translateX(0); }
    75%  { transform: rotate(270deg) translateX(-8px); }
    100% { transform: rotate(360deg) translateX(0); }
}
.item_move_rotate {
    animation: item_move_rotate 2.5s steps(4, end) infinite;
}
@keyframes chara_slide {
    0%   { transform: translateX(-80px); }
    100% { transform: translateX(calc(110vw - 79px)); }
}
.chara_slide {
    width: min(79px, 20vw);
    position: absolute;
    bottom: 0;
    left: 0;
    animation: chara_slide 4s linear infinite;
}
@keyframes chara_change {
    to { background-position: 200% center; }
}
.chara_change {
    animation: chara_change 1s steps(2) infinite;
}
.character_illust_area .chara_change {
    animation: chara_change 1s steps(2) infinite, chara_move03 1s steps(2, end) infinite;
}


@keyframes blinking {
    to { background-position-x: 200px; }
}
.blinking::before, .blinking::after {
    animation: blinking 1.6s steps(2) infinite;
}
.blinking.anime_delay::before, .blinking::after {
    animation-delay: 0.2s;
}

.anime_delay {
    animation-delay: 0.3s;
}

/*  header
--------------------------------*/
header {
    width: 100%;
}
header h1 {
    width: 150px;
    position: fixed;
    top: 8px;
    left: 5px;
    z-index: 100;
}
header h1 a {
    display: block;
}
header .menu_btn {
    width: 64px;
    position: fixed;
    top: 3px;
    right: 8px;
    z-index: 100;
}
.top_btn {
    width: 78px;
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 99;
    display: none;
}
.top_btn a {
    display: block;
}

header .nav {
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #201926;
    position: fixed;
    z-index: 99;
    top: 0;
    right: -100vw;
    transition-duration: 0.3s;
    padding-top: min(27.1vw, 106px);
    padding: 7px;
}
header .nav.active {
    right: 0;
}
header .nav .nav_block {
    display: flex;
}
header .nav li:first-child {
    margin-top: min(100px, 25.6vw);
}
header .nav li, footer .nav li {
    display: flex;
    margin-left: min(62px, 15.8vw);
}
header .nav li a, footer .nav li a {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #fff;
    display: block;
    padding: min(20px, 5.1vw) 0;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.menu_x {
    width: 24px;
}
header .nav li a:hover, footer .nav li a:hover {
    color: #f5ee6c;
}
header .nav li a:hover::before, footer .nav li a:hover::before {
    content: '';
    display: block;
    width: 8px;
    height: 13px;
    background: url(../img/arrow_yellow.png) no-repeat center;
    background-size: contain;
    margin-left: -18px;
}

header .nav li a.hover_btn:hover::before, footer .nav li a.hover_btn:hover::before {
    content: unset;
}
.menu_b8 a {
    width: 128px;
}
.menu_illust_area {
    position: absolute;
    right: 9px;
    bottom: 30px;
}
.menu_illust_area figure:nth-of-type(1){
    position: absolute;
    width: min(151px, 38.7vw);
    right: 0;
    bottom: 0;
}
.menu_illust_area figure:nth-of-type(2), .menu_illust_area figure:nth-of-type(3){
    position: absolute;
    width: min(79px, 20.25vw);
    right: 0;
    bottom: min(70px, 17.9vw);
}

/*  .top_area
--------------------------------*/
.top_area {
    margin-top: 72px;
}
.kv {
    width: 100%;
}
.top_area section {
    margin-top: 40px;
}

/*  .top_area .movie
--------------------------------*/
.top_area .movie .inner_white {
    padding: 0 9px;
}
.top_area .movie .ttl01 {
    margin: 24px 0 26px;
    margin-left: 7px;
}

.youtube_wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 38px;
}
.youtube_wrap .youtube {
    margin: 0 auto;
}
.youtube_wrap .youtube .player {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube_wrap .youtube .player iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*  .top_area .onair
--------------------------------*/
.onair .txt_area {
    padding-top: 27px;
}
.onair .txt_area .browser_midashi h3 {
    font-family: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: min(15px, 3.8vw);
    line-height: 1.1;
    padding: 28px 0;
}
.onair .txt_area .browser_midashi h3:first-child {
    border-bottom: solid 2px #163C77;
}
.onair .txt_area .browser_midashi h3 .goldman {
    font-size: min(32px, 8.2vw);
}
.onair .txt_area .browser_midashi h3 .b8 {
    font-size: min(22px, 5.6vw);
}
.onair .txt_area .browser_midashi h3 .week {
    font-size: min(24px, 6.1vw);
}
.onair .txt_area .browser_midashi h3:nth-of-type(2) .purple {
    color: #4521DD;
}
.onair .note {
    padding-bottom: 37px;
    margin-top: 35px;
    font-size: 11px;
    line-height: 1.7;
}

/*  .news
--------------------------------*/
.news {
    padding: 80px 0 0;
}
.news .ttl02 figure {
    width: 155px;
    margin: 12px auto 0;
}
.news .ttl02 figure a {
    display: block;
    filter: drop-shadow(0 0 5px #ffffff80);
}
.news .container_area {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-date {
    font-family: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

/*  .introduction
--------------------------------*/
.introduction {
    padding: 80px 0 84px;
    position: relative;
}
.introduction .browser_area {
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.introduction .browser_area .ttl01 {
    justify-content: center;
}
.introduction .browser_area .ttl::after {
    content: unset;
}
.introduction .browser_area .ttl01 h2::after {
    content: '';
}
.introduction .browser_area .ttl01 h2::before,
.introduction .browser_area .ttl01 h2::after {
    background: url(../img/ttl_star_navy.png) no-repeat center;
    background-size: contain;
    width: 13px;
    height: 13px;
}
.introduction .browser_area .txt_area {
    padding: 28px 22px 55px;
}
.introduction .browser_area .txt_area .browser_midashi {
    padding: 50px 0;
    font-size: min(21px, 5.3vw);
    line-height: 1.6;
    background-color: #F7F7F7;
    background-image:
        url(../img/ttl_star_navy.png),
        url(../img/ttl_star_navy.png),
        url(../img/ttl_star_navy.png),
        url(../img/ttl_star_navy.png);
    background-position:
        left 8px top 8px,
        right 8px top 8px,
        left 8px bottom 8px,
        right 8px bottom 8px;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}
.introduction .browser_area .txt_area .browser_midashi h3:last-of-type {
    margin-top: 16px;
}
.intro_num {
    font-size: 140%;
}
.introduction .browser_area .txt_area p {
    margin-top: 32px;
    font-size: 15px;
    line-height: 2;
}

/*  .character
--------------------------------*/
.character {
    padding: 80px 0 190px;
    position: relative;
}
.character .ttl02 h2 {
    font-size: min(28px, 7.1vw);
}
.character .img_inner {
    padding: min(90px, 23vw) 2.5vw 0;
}
.character .img_inner .game_area {
    max-width: 600px;
}
.character .img_inner .chara_name {
    color: #D1FFFF;
    height: 100px;
    display: flex;
    margin: 0 auto;
}
.character .img_inner .chara_name.pc {
    display: none;
}
.character .img_inner .chara_name .cv {
    font-size: 17px;
}
.character .img_inner .chara_name .cv span {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}
.character .img_inner .chara_name .inner_white {
    width: 100%;
    position: relative;
}
.character .img_inner .chara_name h3 {
    padding: 32px 0 32px 19px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
}
.character .img_inner .chara_name p {
    position: absolute;
    right: 8px;
    bottom: 8px;
}
.photo {
    position: relative;
}
.character .img_inner figure {
    width: 204px;
    margin: -30px auto 0;
}
.chara_txt {
    font-size: 15px;
    line-height: 2;
    color: #D1FFFF;
    margin: -60px auto 0;
}
.chara_txt .inner_white {
    padding: 50px 18px;
}
.slick-dots {
    top: 0;
    bottom: unset;
    display: flex !important;
    /* display: grid !important;
    grid-template-columns: repeat(4, min(73px, 18.7vw)); */
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.slick-dots li {
    width: min(73px, 18.7vw);
    height: min(67px, 17.1vw);
    margin: 0;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
}
.slick-dots li button:before {
    content: '';
    display: block;
    background: url(../img/chara_select01.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: solid 4px #D1FFFF;
    opacity: 1;
    font-size: 0;
    filter: drop-shadow(0 3px 13px #FFFFFF80);
}
.slick-dots li:nth-of-type(2) button::before {
    background: url(../img/chara_select03.png) no-repeat center;
    background-size: cover;
}
/* .slick-dots li:nth-of-type(3) button::before {
    background: url(../img/chara_select03.png) no-repeat center;
    background-size: cover;
}
.slick-dots li:nth-of-type(4) button::before {
    background: url(../img/chara_select04.png) no-repeat center;
    background-size: cover;
}
.slick-dots li:nth-of-type(5) button::before {
    background: url(../img/chara_select05.png) no-repeat center;
    background-size: cover;
}
.slick-dots li:nth-of-type(6) button::before {
    background: url(../img/chara_select06.png) no-repeat center;
    background-size: cover;
}
.slick-dots li:nth-of-type(7) button::before {
    background: url(../img/chara_select07.png) no-repeat center;
    background-size: cover;
} */
.slick-dots li:nth-of-type(3) button::before {
    background: url(../img/chara_select08.png) no-repeat center;
    background-size: cover;
}
.slick-dots li.slick-active button:before {
    border: solid 4px #E9B7FF;
    opacity: 1;
}
.slick-prev {
    left: 10px;
    z-index: 10;
    width: 50px;
    height: 50px;
    background-color: #f5ee6c;
    border-radius: 10px;
    filter: drop-shadow(0 8px 0 #F7AA34);
}
.slick-next {
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #f5ee6c;
    border-radius: 10px;
    filter: drop-shadow(0 8px 0 #F7AA34);
}
.slick-prev:before {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    background: url(../img/arrow_brown.png) no-repeat center;
    background-size: contain;
    opacity: 1;
    margin: 0 auto;
    transform: scaleX(-1);
}
.slick-next:before {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    background: url(../img/arrow_brown.png) no-repeat center;
    background-size: contain;
    opacity: 1;
    margin: 0 auto;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #f5ee6c;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/*  .staffcast
--------------------------------*/
.staffcast {
    padding-top: 80px;
    padding-bottom: 277px;
    position: relative;
}
.staffcast .game_area {
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
}
.staffcast .inner_white {
    padding: 54px 0 90px;
    position: relative;
    overflow: hidden;
}
.staffcast .ttl02 {
    margin-bottom: 60px;
}
.staffcast .ttl02 h2 {
    font-size: 18px;
    filter: unset;
    text-shadow: unset;
    gap: 10px;
}
.staffcast .ttl02 h2::before, .staffcast .ttl02 h2::after {
    width: 26px;
    height: 22px;
}
.staffcast .txt_area h3 {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 32px;
    margin-left: 14px;
}
.staffcast .txt_area dl {
    width: 95%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(154px, 39.48vw), 1fr));
    place-items: start center;
    gap: 22px min(4px, 1vw);
    text-align: center;
}
.staffcast .txt_area dl span.waku {
    border: solid 1px #C567F7;
    width: min(156px, 40vw);
}
.staffcast .txt_area dt {
    font-family: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: min(13px, 3.3vw);
    margin: -7px min(8px, 2vw) 0 min(8px, 2vw);
    position: relative;
}
.staffcast .txt_area dt span {
    display: inline-block;
    background-color: #201926;
    padding: 0 min(4px, 1vw);
}
.staffcast .txt_area dd {
    color: #D1FFFF;
    padding: 19px 0;
    line-height: 1.4;
    font-size: min(16px, 4.1vw);
}
.staffcast .staff_area {
    color: #C567F7;
    margin-top: 42px;
}
.staffcast .cast_area {
    color: #FEE429;
}
.staffcast .cast_area dl span.waku {
    border: solid 1px #FEE429;
}

/*  footer
--------------------------------*/
footer {
    background-color: #422B1F;
    padding-bottom: 26px;
}
footer .nav li {
    margin-left: min(45px, 11.5vw);
}
.menu_area {
    display: flex;
    justify-content: space-between;
}
footer .share {
    border: solid 1px #f5ee6c;
    width: min(102px, 26vw);
    height: 236px;
    margin-right: 14px;
    margin-top: 20px;
}
footer .share h4 {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #422B1F;
    padding: 0 2px;
    margin: -7px 10px 25px;
}
footer .share ul li {
    width: 50px;
    margin: 0 auto 12px;
}
footer .share ul li a {
    display: block;
}
.anime_btn {
    margin: 60px auto;
}
.anime_btn ul li {
    width: 149px;
    margin: 0 auto 20px;
}
.anime_btn ul li a {
    display: block;
}
footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
    width: 90%;
    margin: 0 auto;
    margin-top: 18px;
}
footer p.copyright {
    font-weight: 400;
    font-style: normal;
    color: #f5ee6c;
}

/* ------------- illust_area ------------- */
.illust_area figure.blick2 {
    width: unset;
    height: 41px;
}
.illust_area figure.blick2 img {
    width: unset;
    height: 100%;
}
.ilust_area figure.stage_block {
    width: unset;
    height: min(76px, 19.48vw);
    position: absolute;
    bottom: -2px;
}
.ilust_area figure.stage_block img {
    width: unset;
    height: 100%;
}

/*  .top_area .top_illust_area
--------------------------------*/
.top_illust_area {
    width: 100%;
    height: min(91px, 23.3vw);
    background: url(../img/stage01.png) repeat-x bottom left;
    background-size: auto 100%;
    margin-top: 43px;
    position: relative;
}
.top_illust_area figure {
    width: min(75px, 19.2vw);
    position: absolute;
    left: min(98px, 25.1vw);
    bottom: min(41px, 10.5vw);
}

/*  .news .news_ilust_area
--------------------------------*/
.news_ilust_area {
    width: 100%;
    height: 215px;
    background: url(../img/stage_yama.png) repeat-x bottom center;
    background-size: auto 100%;
    position: relative;
}
.news_ilust_area figure {
    width: min(62px, 15.8vw);
    position: absolute;
    bottom: min(33px, 8.46vw);
}
.news_ilust_area figure:nth-of-type(1) {
    left: min(83px, 21.28vw);
}
.news_ilust_area figure:nth-of-type(2) {
    width: min(103px, 26.4vw);
    right: min(85px, 21.7vw);
}
.news_ilust_area figure:nth-of-type(3) {
    bottom: min(70px, 17.9vw);
    right: min(8px, 2vw);
}
.news_ilust_area figure.stage_block:first-child {
    left: 0;
}
.news_ilust_area figure.stage_block:last-child {
    right: 0;
}

/*  .introduction .intro_illust_area
--------------------------------*/
.intro_illust_area {
    width: 100%;
    height: 90px;
    background: url(../img/stage03.png) repeat-x bottom left -44px;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
/*  .introduction .illust_area
--------------------------------*/
.introduction .browser_area .illust_area figure {
    position: absolute;
}
.introduction .browser_area .illust_area figure:nth-of-type(1) {
    width: min(67px, 17.1vw);
    top: -26px;
}
.introduction .browser_area .illust_area figure:nth-of-type(2) {
    width: 30px;
    bottom: 17px;
    right: 20px;
}
.introduction .browser_area .illust_area figure:nth-of-type(3) {
    bottom: -31px;
    right: -4px;
}

/*  .character .character_illust_area
--------------------------------*/
.character_illust_area {
    width: 100%;
    height: 215px;
    background: url(../img/stage_yama.png) repeat-x bottom left 370px;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.character_illust_area figure {
    width: min(67px, 17.1vw);
    position: absolute;
    bottom: -1px;
}
.character_illust_area .chara_change {
    width: min(67px, 17.1vw);
    height: min(63px, 16.15vw);
    background: url(../img/chara06.png) no-repeat left center;
    background-size: 200% 100%;
    position: absolute;
    left: min(8px, 2vw);
    bottom: 35px;
}
.character_illust_area figure:nth-of-type(1) {
    width: min(51px, 13vw);
    left: min(91px, 23.3vw);
    bottom: 62px;
}
.character_illust_area figure:nth-of-type(2) {
    bottom: 38px;
    right: min(16px, 4.1vw);
}
.character_illust_area figure.blick2:first-child {
    left: 0;
}
.character_illust_area figure.blick2:last-child {
    right: 0;
}

/*  .staffcast .illust_area
--------------------------------*/
.staffcast .inner_white .illust_area figure {
    position: absolute;
}
.staffcast .inner_white .illust_area figure:nth-of-type(1) {
    width: min(52px, 13.3vw);
    top: 86px;
    right: min(7px, 1.79vw);
}

/*  .staffcast .footer_illust_area
--------------------------------*/
.footer_illust_area {
    width: 100%;
    height: 203px;
    background: url(../img/stage_footer.png) repeat-x bottom center;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.footer_illust_area figure {
    position: absolute;
}
.footer_illust_area figure:nth-of-type(1) {
    width: min(124px, 31.7vw);
    right: min(30px, 7.6vw);
    bottom: 89px;
}
.footer_illust_area .heart {
    width: min(113px, 28.9vw);
    height: min(84px, 21.5vw);
    background: url(../img/chara11.png) no-repeat left center;
    background-size: 200% 100%;
    position: unset;
    margin: -50px auto;
}
.footer_illust_area figure:nth-of-type(2) {
    width: min(49px, 12.5vw);
    left: 15px;
    bottom: 179px;
}
.footer_illust_area figure:nth-of-type(3) {
    bottom: 129px;
}


@media (min-width: 769px) {
    /*  common
    --------------------------------*/
    body {
        font-size: 16px;
    }
    body::before {
        background: url(../img/main_bg.jpg) no-repeat center;
        background-size: cover;
    }
    .top_area section {
        width: 95%;
        max-width: 600px;
    }
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    .ttl01 h2, .chara_name h3{
        gap: 14px;
        font-size: 20px;
    }
    .ttl01 h2::before,  .chara_name h3::before {
        width: 9px;
        height: 15px;
    }
    .ttl02 {
        margin-bottom: 32px;
    }
    .ttl02 h2 {
        font-size: 40px;
        gap: 26px;
    }
    .ttl02 h2::before, .ttl02 h2::after {
        width: 44px;
        height: 36px;
    }

    .more_btn a {
        width: 204px;
        height: 62px;
        border-radius: 10px;
        font-size: 22px;
        letter-spacing: 0.2em;
        filter: drop-shadow(0 8px 0 #F7AA34);
        margin: 32px auto 0;
    }
    .more_btn a::after {
        width: 9px;
        height: 15px;
        position: absolute;
        top: 22px;
        right: 24px;
    }

    .game_area {
        border-radius: 10px;
        padding: 7px;
    }

    .browser_area .ttl {
        height: 73px;
    }
    .browser_area .txt_area {
        padding: 0 17px;
    }
    .browser_area .ttl::after {
        content: '';
        display: block;
        width: 61px;
        height: 14px;
        background: url(../img/browser_rt.png) no-repeat center;
        background-size: contain;
    }


    /*  header
    --------------------------------*/
    header h1 {
        width: min(303px, 21.6vw);
        top: 0;
        left: 5px;
    }
    .top_btn {
        width: 83px;
    }
    .onair.browser_area .txt_area {
        padding-top: 16px;
    }


    /*  .news
    --------------------------------*/
    .news {
        padding: 100px 0 0;
    }

    /*  .introduction
    --------------------------------*/
    .introduction {
        padding: 100px 0 150px;
        position: relative;
    }
    .introduction .browser_area {
        max-width: 1080px;
    }
    .introduction .browser_area .ttl {
        position: relative;
        height: 80px;
    }
    .introduction .browser_area .ttl::after {
        content: '';
        display: block;
        width: 61px;
        height: 14px;
        background: url(../img/browser_rt.png) no-repeat center;
        background-size: contain;
        position: absolute;
        right: 36px;
        top: 31px;
    }
    .introduction .ttl01 h2 {
        font-size: 23px;
        gap: 30px;
    }
    .introduction .browser_area .ttl01 h2::before,
    .introduction .browser_area .ttl01 h2::after {
        width: 16px;
        height: 16px;
    }
    .introduction .browser_area .txt_area {
        padding: 80px 0;
        display: flex;
        justify-content: center;
        gap: min(40px, 2.87vw);
    }
    .introduction .browser_area .txt_area .browser_midashi {
        width: 35.8%;
        min-width: 310px;
        height: fit-content;
        padding: 50px 0;
        font-size: min(24px, 2.7vw);
    }
    .introduction .browser_area .txt_area .browser_midashi h3:last-of-type {
        margin-top: 16px;
    }
    .introduction .browser_area .txt_area p {
        width: 48%;
        margin-top: 16px;
        font-size: 16px;
    }

    /*  .character
    --------------------------------*/
    .character {
        padding: 100px 0 190px;
    }
    .character .ttl02 h2 {
        font-size: 40px;
    }
    .character .img_wrap {
        width: 90%;
        max-width: 1080px;
        margin: 0 auto;
    }
    .character .img_inner {
        padding: 100px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .character .img_inner .game_area {
        width: min(441px, 46.4vw);
        max-width: unset;
    }
    .character .img_inner .chara_name.pc {
        display: flex;
    }
    .character .img_inner .chara_name.sp {
        display: none;
    }
    .character .img_inner .chara_name .cv {
        font-size: 18px;
    }
    .character .img_inner .chara_name .cv span {
        font-size: 14px;
    }
    .character .img_inner .chara_name h3 {
        padding: 29px 0 29px 19px;
        font-size: 24px;
    }
    .character .img_inner figure {
        width: min(237px, 25.9vw);
        margin: 0 auto;
    }
    .chara_txt {
        font-size: 16px;
        margin: 16px auto 0;
    }
    .slick-dots li {
        width: 78px;
        height: 72px;
    }
    .slick-dots li button {
        width: 100%;
        height: 100%;
    }

    /*  .staffcast
    --------------------------------*/
    .staffcast {
        padding-top: 100px;
        padding-bottom: 340px;
    }
    .staffcast .game_area {
        width: 90%;
        max-width: 1080px;
        margin: 0 auto;
    }
    .staffcast .inner_white {
        padding: 80px 0 126px;
    }
    .staffcast .ttl02 {
        margin-bottom: 60px;
    }
    .staffcast .ttl02 h2 {
        font-size: 30px;
        gap: 26px;
    }
    .staffcast .ttl02 h2::before, .staffcast .ttl02 h2::after {
        width: 32px;
        height: 26px;
    }
    .staffcast .txt_area h3, .staffcast .txt_area dl {
        width: 90%;
        max-width: 897px;
        margin: 0 auto;
    }
    .staffcast .txt_area h3 {
        font-size: 22px;
        margin-bottom: 32px;
    }
    .staffcast .txt_area dl {
        display: flex;
        flex-wrap: wrap;
        gap: 22px 16px;
    }
    .staffcast .txt_area dl span.waku {
        width: 212px;
    }
    .staffcast .txt_area dt {
        font-size: 16px;
        margin: -9px 0 0 0;
    }
    .staffcast .txt_area dt span {
        padding: 0 4px;
    }
    .staffcast .txt_area dd {
        padding: 23px 0;
        font-size: 20px;
    }
    .staffcast .staff_area {
        margin-top: 60px;
    }

    /*  footer
    --------------------------------*/
    .footer_inner {
        margin: 0 auto;
        width: 90%;
        max-width: 1080px;
        padding-top: 32px;
    }
    footer .nav li {
        margin-left: 47px;
    }
    footer .nav li a {
        font-size: 14px;
    }
    footer .nav li a:hover::before {
        width: 9px;
        height: 14px;
        margin-left: -19px;
    }
    footer .share {
        width: 160px;
        height: 284px;
        margin-right: 0;
        margin-top: 0;
    }
    footer .share h4 {
        font-size: 14px;
        padding: 0 4px;
        margin: -9px 32px 30px;
    }
    footer .share ul li {
        width: 60px;
        margin: 0 auto 14px;
    }
    .anime_btn {
        margin: 80px auto;
    }
    .anime_btn ul {
        display: flex;
        justify-content: center;
        gap: 80px;
    }
    .anime_btn ul li {
        width: 149px;
        margin: unset;
    }


    /* ------------- illust_area ------------- */
    .illust_area figure.blick2 {
        height: 62px;
    }
    .ilust_area figure.stage_block {
        height: 121px;
    }

    /*  .news .news_ilust_area
    --------------------------------*/
    .news_ilust_area {
        height: 211px;
    }
    .news_ilust_area figure {
        width: 95px;
        bottom: 57px;
    }
    .news_ilust_area figure:nth-of-type(1) {
        left: 133px;
    }
    .news_ilust_area figure:nth-of-type(2) {
        width: 162px;
        right: 127px;
    }
    .news_ilust_area figure:nth-of-type(3) {
        bottom: 116px;
        right: 7px;
    }
    .news_ilust_area figure.stage_block:first-child {
        left: 0;
    }
    .news_ilust_area figure.stage_block:last-child {
        right: 0;
    }

    /*  .introduction .intro_illust_area
    --------------------------------*/
    .intro_illust_area {
        height: 192px;
        background: url(../img/stage03.png) repeat-x bottom left 0;
        background-size: auto 100%;
    }
    /*  .introduction .illust_area
    --------------------------------*/
    .introduction .browser_area .illust_area figure:nth-of-type(1) {
        width: 95px;
        top: -26px;
        left: 30px;
    }
    .introduction .browser_area .illust_area figure:nth-of-type(2) {
        width: 45px;
        bottom: 40px;
        right: 33px;
    }
    .introduction .browser_area .illust_area figure:nth-of-type(3) {
        bottom: -31px;
        right: -4px;
    }

    /*  .character .character_illust_area
    --------------------------------*/
    .character_illust_area {
        height: 211px;
        background: url(../img/stage_yama.png) repeat-x bottom left 0;
        background-size: auto 100%;
    }
    .character_illust_area figure {
        width: 95px;
        bottom: -1px;
    }
    .character_illust_area figure:nth-of-type(1) {
        width: 75px;
        left: 133px;
        bottom: 90px;
    }
    .character_illust_area figure:nth-of-type(2) {
        bottom: 60px;
        right: 12px;
    }
    .character_illust_area .chara_change {
        width: 95px;
        height: 91px;
        left: 14px;
        bottom: 58px;
    }

    /*  .staffcast .illust_area
    --------------------------------*/
    .staffcast .inner_white .illust_area figure:nth-of-type(1) {
        width: 80px;
        top: 60px;
        right: 40px;
    }
    .chara_slide {
        width: 95px;
        bottom: 0;
        left: 0;
        animation: chara_slide 6s linear infinite;
    }

    /*  .staffcast .footer_illust_area
    --------------------------------*/
    .footer_illust_area {
        height: 347px;
    }
    .footer_illust_area figure:nth-of-type(1) {
        width: 165px;
        right: unset;
        left: min(322px, 18vw);
        bottom: 155px;
    }
    .footer_illust_area .heart {
        width: 155px;
        height: 116px;
        margin: 40px auto;
    }
    .footer_illust_area figure:nth-of-type(2) {
        width: 67px;
        left: 27px;
        bottom: 270px;
    }
    .footer_illust_area figure:nth-of-type(3) {
        bottom: 200px;
    }



}


/*  PC
--------------------------------*/
@media (min-width: 1224px) {
    .sp02 {
        display: none;
    }
    header .nav {
        width: 100%;
        height: unset;
        right: 0;
        border-bottom: solid 3px #898685;
    }
    header .nav .inner_white {
        border: unset;
        width: 78%;
        margin: 0 0 0 auto;
        padding-right: min(32px, 2.2vw);
    }
    header .nav .inner_white {
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        align-items: center;
        gap: 0 min(40px, 2.8vw);
    }
    header .nav li:first-child {
        margin-top: 0;
    }
    header .nav li {
        margin-left: 0;
    }
    header .nav li a {
        font-size: 12px;
        padding: 10px 0;
    }
    header .menu_x {
        width: 22px;
        transition-duration: 0.3s;
    }
    header .nav li a.menu_x:hover {
        scale: 0.9;
    }
    header .nav li a.menu_x:hover::before {
        content: unset;
    }
    .menu_b8 a {
        width: 98px;
    }
    
    /*  .top_area
    --------------------------------*/
    .top_area {
        margin-top: 70px;
        display: flex;
        justify-content: center;
        /* align-items: end; */
        align-items: stretch;
    }
    .top_inner {
        order: 1;
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .kv {
        width: 70%;
        max-width: 1200px;
        order: 2;
    }
    .top_area section {
        margin-top: unset;
    }
    .top_area section:nth-of-type(1) {
        margin-top: 140px;
    }

    /*  .top_area .onair
    --------------------------------*/
    .onair .txt_area {
        padding-top: 16px;
    }
    .onair.browser_area .txt_area {
        padding-top: 16px;
    }
    .onair .txt_area .browser_midashi h3 {
        font-size: min(17px, 1.2vw);
    }
    .onair .txt_area .browser_midashi h3 .goldman {
        font-size: min(36px, 2.5vw);
    }
    .onair .txt_area .browser_midashi h3 .b8 {
        font-size: min(24px, 1.7vw);
    }
    .onair .txt_area .browser_midashi h3 .week {
        font-size: min(26px, 1.8vw);
    }
    .onair .note {
        margin-top: 26px;
        font-size: 12px;
    }

    /*  .top_area .top_illust_area
    --------------------------------*/
    .top_illust_area {
        height: 146px;
        margin-top: unset;
    }
    .top_illust_area figure {
        width: 95px;
        left: 123px;
        bottom: 68px;
    }
}
