@charset "utf-8";

/*変数*/
:root{
    --color-main: #10b6d3;
    --color-sub: #fa5fbe;
    --color-sub2: #c780e8;
    --color-caution: #f12347;
    --text-link: #ff821c;
    --table-bg: #323b5f;

}

/*～1280px タブレット・スマホ共通===============================================================*/
@media screen and (max-width: 1200px) {

    h2 {
        text-wrap: balance;
        word-break: auto-phrase;
    }

    .about_text .colum_hashtag {
        width: 100%;
        /*text-wrap: balance;*/
        word-break: auto-phrase;
    }

    .about_text .colum_hashtag br{
        display: none;
    }

    .prize_content.pjsekai :nth-child(1 of .prize_box) .prize_text {
        text-wrap: balance;
        word-break: auto-phrase;
    }
    .prize_content.pjsekai :nth-child(1 of .prize_box) .prize_text br{
        display: none;
    }

    .grand_prize .h2_wrapper + p {
        text-wrap: balance;
        word-break: auto-phrase;
    }
    .present p b {
        text-wrap: balance;
        word-break: auto-phrase;
    }
    .present p b br{
        display: none;
    }
}

/*745px～1280px タブレット用===============================================================*/
@media screen and (min-width: 745px) and (max-width: 1200px) {
    /*タブレット-全体////////////////////////////////////////////////////////*/
    body {
        font-size: 80%;
        width: auto;
        -webkit-text-size-adjust: none;
        background-color: #fff;
        line-height: 1.5;
        font-feature-settings: "palt";
    }
    #Oubo,
    #Prize,
    #Software,
    #Tips,
    #Gallery,
    #Archive,
    #Youkou{
        padding: 30px!important;
    }

    /*タブレット-menu////////////////////////////////////////////////////////*/
    .menu {
        width: 90%;
    }
    .menu .content__item {
        padding: 0 10px 0 10px;
    }

    /*タブレット-応募方法////////////////////////////////////////////////////////*/

    #Oubo{
        padding-top: 10%!important;
    }

    .oubo .senga-wrapper__senga_box {
        gap: 0px;
    }
    .senga {
        margin-top: 30px;
    }

    .step2_box .box_x2 div {
        margin: 10px auto 30px;
        width: 90%;
    }

    /*タイムラプス*/
    .timelapse_box .timelapse_h4 img {
        max-width: 120px;
    }

    /*タブレット-賞品////////////////////////////////////////////////////////*/

    .grand_prize_content h3 img {
        width: 80%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .yusyuu .prize_box img ,
    .kasaku .prize_box img {
        width: 70%;
        margin: 0 auto;
        display: block;
        max-width: auto;
    }

    .present p {
        text-align: center;
        text-wrap: balance;
        word-break: auto-phrase;
    }

    .prize_box .prize_text a {
        width: 100%;
        max-width: 130px;
        text-align: center;
        margin-left: 10px;
    }

    /*タブレット-塗り方のコツ////////////////////////////////////////////////////////*/
    .tips_box {
        flex-basis: 47.5%;
    }

    /*改行調整*/
    .content--wrapper h2 br:first-child{
        display: block;
    }

}

/*ミニタブ調整*/
@media screen and (min-width: 745px) and (max-width: 920px) {
    .box_x2 {
        flex-direction: column;
        gap: 40px;
    }

    .box_x2 > div {
        width: 100%;
        margin-bottom: 8px;
    }
    .about {
        width: 160%;
        transform: rotate(7deg);
        position: relative;
        z-index: 998;
        left: -30%;
        right: -30%;
        padding-top: 1%;
        margin-top: -6%;
    }

    .about_contents {
        transform: rotate(353deg);
        flex-direction: column-reverse;
        /*padding: 30px 0px 50px;*/
    }
    .about_text h2 {
        font-size: 180%;
    }
    .about_text a {
        margin: 20px auto;
    }

    .about_contents .about_img {
        flex-basis: auto;
        display: block;
        margin: 0 auto;
        width: 50%;
    }

    .timelapse_box .timelapse_h4 h4 {
        font-size: 200%;
    }

    .sns_box .box_x2 span {
        display: inline;
    }
    .sns_box .box_x2 .button {
        flex-basis: auto;
    }
    .box_x2_wrap {
        flex-direction: column;
    }

    .prize_content.pjsekai :nth-child(1 of .prize_box) {
        flex-direction: column;
        padding: 0;
    }
    .prize_content.pjsekai :nth-child(1 of .prize_box) div {
        flex-basis: auto;
        width: 60%;
        margin-bottom: 25px;
    }

    .prize_content.pjsekai :nth-child(1 of .prize_box) .prize_text{
        width: 100%;
    }

    .prize_content.pjsekai :nth-child(1 of .prize_box) .prize_text p br {
        display: none;
    }

    .prize_box .prize_text.elecom li {
        width: 100%;
    }
    .prize_box .prize_text.elecom li a {
        padding: 5px 10px;
    }

    .present .prize_box {
        flex-basis: 100%;
    }

}

/*～744px スマホ用===============================================================*/
@media screen and (max-width: 744px) {
    /*スマホ-全体////////////////////////////////////////////////////////*/
    html {
        background: none;
    }

    body {
        font-size: 80%;
        width: auto;
        -webkit-text-size-adjust: none;
        background-color: #fff;
        line-height: 1.5;
        font-feature-settings: "palt";
    }

    #Wrapper {
        width: auto;
        margin: 0 auto -60px;
        min-height: 100%;
        height: auto !important;
    }

    #pageTop {
        bottom: 10px;
        right: 10px;
    }


    /*共通枠*/
    section {
        top: 0px;
    }
    .content--wrapper {
        width: 100%;
        max-width: 90%;
        padding: 30px 15px;
    }

    .content--wrapper h2 {
        font-size: 180%;
        margin-bottom: 15px;
    }

    .content--wrapper > div + div {
        margin: 30px auto 0;
    }

    .content--wrapper + .content--wrapper {
        margin-top: 50px;
    }
    .box_x2 {
        flex-direction: column;
    }
    .box_x2 > div {
        width: 100%;
    }
    .box_x2 > div + div{
        margin-top: 30px;
    }

    /*アンカーリンク位置調整*/
    #Prize,
    #Software,
    #Tips,
    #Gallery,
    #Archive,
    #Youkou {
        padding-top: 30px;
        margin-top: 0;
    }

    .for_mb{
        display: block;
    }


    /*スマホ-メインビジュアル////////////////////////////////////////////////////////*/
    .visual {
        position: relative;
        overflow: hidden;
        background: url(/view/promotion/nurimas31/view/img/design/mv_bg.png);
        background-position: center top;
        background-size: 130%;

        height: 190vw;
        padding-top: 0;

    }
    .visual:before{
        content: "";
        width: 130%;
        height: 66%;
        background: url(/view/promotion/nurimas31/view/img/design/mv_title_bg.png), linear-gradient(122deg, #00c2e3 0%, #ffffa7 100%);
        background-size: cover;
        position: absolute;
        top: inherit;
        left: -8%;
        bottom: 0;
        z-index: 998;
        transform: rotate(5deg);
    }

    .visual:after{
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(172deg, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.95) 33%);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 997;
    }
    .visual .mv_title {
        display: block;
        position: absolute;
        top: initial;
        bottom: 8%;
        left: 50%;
        transform: translateX(-50%) ;
        -webkit- transform: translateX(-50%) ;
        z-index: 999;
        height: auto;
        width: 76.5%;
    }
    .visual .mv_logo {
        display: block;
        position: absolute;
        right: 0;
        z-index: 999;
        height: auto;
        width: 50%;
        top: 32%;
        transform: translateY(-68%);
        -webkit- transform: translateX(-68%) ;
    }

    .visual .visual_illust {
        height: auto;
        box-sizing: border-box;
        position: relative;
        text-align: center;
    }

    .visual .visual_illust img {
        margin: -3% 0 0 -8%;
        width: 100% !important;
    }

    .visual .mv_copyright {
        color: #333333;
        font-size: 10px;
        position: absolute;
        top: initial;
        bottom: 3%;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        text-align: center;
    }

    /*スマホ-スライダー////////////////////////////////////////////////////////
    .bx-wrapper {
        max-width: 100% !important;
        display: block;
        position: absolute;
        margin: 0 auto;
        top: 0;
        z-index: 0;
    }

    .bx-viewport {
        height:100%!important;
        max-height: 1200px;
        min-height: 1200px;
        padding-bottom: 100%;
    }

    .bx-wrapper img {
        width: initial;
        max-width: initial;
        height: initial;
        max-height: initial;
    }

    /*スマホ-メニュー////////////////////////////////////////////////////////*/
    .menu {
        display: none;
        background: linear-gradient(120deg, #cefcd8 0%, #0eb7d4 100%);
        width: 100%;
        position: fixed !important;
        border-bottom: none;
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment:fixed;
        background-position: top center;
        border-radius: 0px;
    }

    .menu:after {display: none;}

    .menu.pc:before,
    .menu.pc:after {
        content: none;
    }

    .menu .content__item {
        border-left: none;
        padding: 0;
    }

    .menu.active {
        display: block;
        position: fixed;
        z-index: 99998 !important;
        top: 0;
        width: 100%;
        right: 0;
        height: 100%;
        animation-name: fadein;
        animation-duration: 0.5s;
        animation-timing-function: ease-out;
        animation-fill-mode: forwards;
        opacity: 0;
        margin-top: 0;
    }

    @keyframes fadein {
        0% {
            opacity: 0;
            transform: translateX(20px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .menu .menu__content .content__item {
        margin: 0 0;
        border: none;
    }

    .menu .menu__content .content__item a {
        font-size: 1rem;
        width: 100%;
        display: block;
        height: 60px;
        line-height: 60px;
        padding-left: 15px;
        color: var(--color-main);
    }
    .menu .content__item:hover{
        opacity: 1!important;
    }
    .menu .menu__content .content__item a:hover {
        color: #ffffff;
   background:var(--color-main);
        opacity:1!important;

    }

    .menu .menu__content .content__item {
        width: 14%;
        box-sizing: border-box;
    }

    .menu.fixed .content__item a,
    .content__item a {
        font-size: 1rem;
        line-height: 1.25;
    }

    .menu .menu__content {
        padding: 10px;
    }

    .menu .menu__content .content__item img {
        width: 100%;
    }

    .menu__content {
        background: #ffffff;
        width: 60%;
        margin-right: 0 !important;
        height: 100%;
        overflow: scroll;
    }

    .menu .menu__content nav {
        display: block;
        margin-left: 0;
        padding: 60px 0 30px !important;
    }

    .menu .menu__content .content__item:first-of-type {
        border-top: 2px solid var(--color-main);
    }

    .menu .menu__content .content__item {
        border-bottom: 2px solid var(--color-main);
    }

    .menu .menu__content .content__item {
        width: 100%;
    }

    .menu .menu__content .content__item img {
        width: 70%;
    }

    .hamburger {
        z-index: 99999 !important;
        border-radius: 2px;
        display: block;
        position: fixed;
        left: 13px;
        top: 8px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        background: #ffffff;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger p {
        font-size: 70%;
        display: block;
        position: absolute;
        width: 30px;
        bottom: 0;
        height: 2px;
        left: 6px;
        text-align: center;
        color: #3e3e7c;
        border-radius: 60px;
    }

    .hamburger span {
        top: 6px;
        background: var(--color-main);
    }
    .hamburger span:nth-child(2) {
        top: 14px;
        background: var(--color-main);
    }

    .hamburger span:nth-child(3) {
        top: 22px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*スマホ-コンテストについて////////////////////////////////////////////////////////*/

    .about {
        width: 160%;
        transform: rotate(7deg);
        position: relative;
        z-index: 998;
        left: -30%;
        right: -30%;
        padding-top: 1%;
        margin-top: -6%;
    }

    .about_contents {
        transform: rotate(353deg);
        flex-direction: column-reverse;
        padding: 30px 0px 50px;
    }
    .about_text h2 div {
        flex-direction: column;
        align-items: flex-start;
    }
    .about_text h2 div img {
        width: 100%;
    }

    .about_text a {
        margin: 0 auto 20px ;
        font-size: 125%;
        padding: 15px ;
        border-radius: 50px;
        border: 2px solid #fff;
        width: 100%;
        text-align: center;
    }

    .about_text .colum_hashtag {
        display: block;
        margin: 0 auto 20px ;
        padding: 15px;
    }

    .about_contents .about_img img {
        display: block;
        width: 90%;
        height: auto;
        margin: 0 auto;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
    }


    /*スマホ-応募方法////////////////////////////////////////////////////////*/

    #Oubo {
        padding: 12% 0 30px;
    }
    .step_container {
        gap: 1em;
    }

    .step_container li a {
        font-size: 90%;
        letter-spacing: -0.2px;
        padding: 10px;
        line-height: 1;
        box-shadow: 3px 3px 0px var(--color-sub);
    }

    .oubo h3 {
        font-size: 130%;
        font-weight: 800;
        margin-top: 30px;
    }
    .oubo h3 span {
        font-size: 80%;
        padding: 0 7px;
        margin-right: 7px;
    }
    .senga_name {
        text-align: center;
        font-size: 90%;
        line-height: 1.2;
        letter-spacing: -0.2px;
    }
    .senga {
        flex-basis: 46%;
        margin-top: 20px;
    }
    .senga_button {
        flex-direction: column;
        gap: 10px;
    }
    .senga_thumb {
        border-radius: 8px;
        border: 2px solid #ebebeb;
    }

    .oubo .movie_wrapper {
        flex-direction: column;
        padding: 30px 15px;
        gap: 10px;
    }
    .oubo .movie_wrapper .mv_logo {
        margin-right: 0;
    }
    .oubo .movie_wrapper .senga {
        width: 80%;
    }

    .oubo .senga-wrapper__senga_box {
        padding: 30px 15px;
        gap: 10px;
        margin: 0 auto 30px;
    }

    .oubo .virtualsinger_wrapper .mv_logo img {
        max-width: 100px;
    }
    .oubo .popup__btn {
        box-shadow: 3px 3px 0px var(--color-sub);
    }
    .oubo .popup__btn:nth-child(2) {
        box-shadow: 3px 3px 0px var(--color-main);
    }

    .download_device {
        margin: 0 0 10px;
    }
    .oubo .agreement {
        padding: 15px;
        border-radius: 5px;
    }
    .step2_box .box_x2 {
        flex-direction: column;
    }
    .step2_box .box_x2 div {
        width: 100%;
        flex-basis: 100%;
        margin: 0 auto 30px;
    }
    .step2_box .box_x2 div .img-box {
        border: 3px solid #ebebeb;
        border-radius: 10px;
        padding: 0;
        margin-bottom: 10px;
    }

    /*タイムラプスエリア*/
    .timelapse_box {
        margin: 50px auto 0;
        padding: 15px;
    }

    .timelapse_box:before,.timelapse_box:after {
        content: "";
        height: 20px;
    }
    .timelapse_box .timelapse_h4 img {
        width: 100%;
        max-width: 80px;
        margin-right: 10px;
    }
    .timelapse_box .timelapse_h4 h4 {
        line-height: 1.2;
        font-size: 130%;
        margin-top: 15px;
    }

    .timelapse_contents {
        padding: 0;
        flex-direction: column;
        margin-bottom: 30px;
    }

    /*Xアカウント*/
    .sns_box .box_x2 {
        flex-direction: column;
        padding: 15px;
    }
    .sns_box .box_x2 .button {
        padding: 10px 0;
        margin-top: 15px;
    }
    .sns_box .box_x2 .button a {
        font-size: 100%;
    }
    .twittericon::before {
        width: 25px;
        height: 20px;
    }


    /*スマホ-賞品////////////////////////////////////////////////////////*/

    .prize h2 {
        font-size: 220%;
    }

    .prize h2:before {
        content: "";
        background: url(/view/promotion/nurimas31/view/img/design/prize_h2_left.png);
        background-size: contain;
        width: 30px;
        height: 25px;
        background-repeat: no-repeat;
        margin-top: 0;
    }
    .prize h2:after {
        content: "";
        background: url(/view/promotion/nurimas31/view/img/design/prize_h2_right.png);
        background-size: contain;
        width: 30px;
        height: 25px;
        background-repeat: no-repeat;
    }

    .grand_prize_content {
        padding: 15px;
    }
    .grand_prize_content h3 {
        margin: 0 auto 15px;
    }
    .grand_prize_content h3 img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .prize_box, .tyusen {
        margin-bottom: 8px;
        padding: 10px 15px 20px;
        border-radius: 5px;
    }
    .prize_box img + .prize_text {
        margin-top: 8px;
    }
    .prize_box .prize_text {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .prize_box.noimg {
        padding: 15px;
    }

    .prize_content {
        padding: 15px;
    }
    .prize_content .box_x2 {
        flex-direction: column;
        margin-bottom: 0;
        gap: initial;
    }
    .prize_content .box_x2 .prize_box{
        width: 100%;
        margin-bottom: 8px;
    }
    .prize_box + .prize_box {
        margin-top: 8px;
    }

    .prize_box .prize_text.elecom li {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 10px 5px;
    }

    .prize_box .prize_text.elecom li a{
        margin-top: 8px;
    }

    /*プロセカ賞*/
    .prize_content.pjsekai {
        background-size: 80%;
        padding: 15px;
        border-radius: 0;
    }
    .prize_content.pjsekai :nth-child(1 of .prize_box) {
        flex-direction: column;
        padding: 0;
        margin-bottom: 30px;
    }

    .prize_content.pjsekai :nth-child(1 of .prize_box) div:first-child {
        flex-basis: auto;
        width: 70%;
        margin: 0 auto;
    }
    .prize_content.pjsekai :nth-child(1 of .prize_box) .prize_text {
        flex-basis: auto;
        margin-top: 15px;
        text-wrap: initial;
    }
    .prize_content.pjsekai :nth-child(1 of .prize_box) .prize_text p {
        font-size: 150%;
    }

    /*優秀賞・佳作*/

    .box_x2_wrap {
        flex-direction: column;
        gap: 30px;
    }

    /*抽選プレゼント*/

    .present .box_x2 .prize_text {
        width:100%;
        margin-top: 10px;
        font-size: 90%;
    }
    .present p b {
        font-size: 130%;
    }



    /*スマホ-ソフトウェア////////////////////////////////////////////////////////*/
    .software .software_box {
        padding: 15px;
        margin-top: 30px;
        border-radius: 10px;
    }

    /*塗り方のコツ//////////////////////////////////////////////////////////////*/
    .tips_contents h2{
        text-align: left;
    }
    .tips_box_content {
        flex-direction: column;
        gap: 10px;
    }
    .tips_box {
        flex-basis: 100%;
        width: 100%;
        padding: 10px;
        border-radius: 10px;
    }


    /*スマホ-応募作品一覧////////////////////////////////////////////////////////*/
    .gallery .gallery_waku {
        flex-direction: column;
        gap: 20px;
    }
    .gallery .gallery_waku a{
    word-break: keep-all;
    }

    /*スマホ-これまでの塗りマス////////////////////////////////////////////////////////*/
    .archive_box_x3 {
        display: block;
        height: 450px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-bottom: 20px;
    }

    .archive_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .archive_box a img {
        border-radius: 0;
    }

    .archive .bt_questionnaire .icon {
        width: 50px;
    }

    .archive .bt_questionnaire .text {
        font-size: 0.8rem;
        padding: 5px 7px;
    }


    /*スマホ-応募要項////////////////////////////////////////////////////////*/
    .youkou {
        font-size: 0.8rem;
    }

    .youkou td,
    .youkou th {
        border-bottom: none;
        display: block;
    }

    .youkou th {
        padding: 5px 10px;
    }

    /*スマホ-フッター////////////////////////////////////////////////////////*/
    .social_link_simple_buttons {
        padding: 30px 0 0;
    }

    .footer .copyright {
        flex-direction: column;
        gap: 5px;
    }

    .footer .copyright p{
        margin: 0;
    }

    /*改行調整*/
    .present p b br{
        display: block;
    }
    .content--wrapper h2 br:nth-child(2){
        display: block;
    }

}

@media screen and (max-width: 450px) {
    body {
        font-size: 70%;
    }
    .about_text .colum_hashtag br.br_mb{
        display: block!important;
    }
    .step_container li a {
        font-size: 80%;
    }
}
/*スマホ用ここまで====*/

/*結果発表////////////////////////////////////////////////////////*/

/*～1280px タブレット・スマホ共通===============================================================*/
@media screen and (max-width: 1200px) {

}

/*745px～1280px タブレット用===============================================================*/
@media screen and (min-width: 745px) and (max-width: 1200px){
   .result_contents .box_x2 {
        flex-direction: row;
        gap: 40px;
    }
    .result_contents .box_x2 > div {
        width: 40%;
    }

}

/*ミニタブ調整*/
@media screen and (min-width: 745px) and (max-width: 920px){
    .result_contents .box_x3 {
        flex-direction: row;
        gap: 40px;
    }
    .result_contents .box_x3 > div {
        width: 40%;
    }
}



@media screen and (max-width: 744px) {

    /*スマホ-結果発表////////////////////////////////////////////////////////*/
    #Result {
        padding-bottom: 250px;
        background-size: 100%, 100%, 160%;
    }
    .visual:before {
        bottom: -20px;
    }
    .visual .mv_logo {
        top: 34%;
        transform: translateY(-66%);
    }
    .result_title_wrap {
        margin: 0 auto;
    }

    .result_title_wrap h2 {
        width: 100%;
        padding: 30px;
    }

    .result_contents h3 img {
        width: 60%;
    }

    .result .result__main {
        padding: 0 10px;
    }

    .result .result_contents {
        padding: 20px;
    }

    .result .result_contents:before,
    .result .result_contents:after{
        width: 60px;
        height: 60px;
    }
    .result_contents .contents_img {
        margin: 10px auto 30px;
        width: 80%;
    }

    .result_contents .prize_list{
        width: auto;
    }

    .result_contents .name {
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .result_contents .valucomment {
        padding: 15px;
        font-size: 0.75rem;
        line-height: 1.5;
        width: 95%;
    }

    .result .winners h3:before,
    .result .winners h3:after{
        content: none;
    }

    .result_contents .box_x2 > div {
        width: 100%;
        margin: 0 auto;
    }

    .result_contents .box_x3{
        justify-content: space-between;
        gap: initial;
    }

    .result_contents .box_x3 > div {
        width: 100%;
        margin-bottom: 30px;
    }
    .result .grid .result_grid_box {
        flex-basis: 49.5%;
    }

}



/*以下数値を指定して調整===============================================================*/

