@charset "utf-8";
/* CSS Document */

/*基礎////////////////////*/
body {
    color: #2a2441;
    font-size: 100%;
    font-family: 'Lato','Noto Sans JP', sans-serif;
}

small {
    font-size: 85%;
}

h1 {
    margin: 0;
    line-height: 0;
}

h2 {
    margin: 0 auto;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

#pageTop a {
    display: block;
    padding: 10px;
    border-radius: 45px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

/*ページトップタップ時のハイライトを消す*/
#pageTop a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

/*共通ページトップ色*/
#pageTop a {
    background-color: rgba(153, 153, 153, 0.8);
}

/*共通ページトップホバー色*/
#pageTop a:hover {
    background: #20604f;
}

.main_contents {
    line-height: 1.5;
    letter-spacing: 0.05rem;
}

/*共通テキストリンク・矢印リンク*/
a.text-link {
    color: #20604f;
    text-decoration: none;
}

a.text-link:hover {
    color: #20604f;
    text-decoration: underline !important;
}

a.text-link:visited {
    color: #20604f;
}

.fa-solid {
    font-size: 120%;
}

/*基礎レイアウト////////////////////*/
#Wrapper {
    width: auto;
    color: #333333;
    overflow: hidden;
    /* text-align: justify; */
    font-feature-settings: "palt";
    background: url("../../img/design/bg.jpg") no-repeat 50% 0 / cover;
    background-attachment: fixed;
}

.header_contents {
    width: auto;
    padding: 14px 18px;
}

#Container {
    min-height: 500px;
    margin: 0 auto;
}


#header_area {
    width: 100%;
    margin: 0 auto;
}

#Main_area {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 0;
}
/*アニメーション////////////////////*/
.fade01 {
    animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#pc .sp_only {
    display: none!important;
}
/*終了対応////////////////////*/
#Container #Ribbon {
    color: #f15c20;
    height: 29px;
    line-height: 29px;
    padding-top: 4px;
    margin: 0 -50px 5px;
    font-weight: bold;
    font-size: 135%;
    text-align: center;
}

/*セクションレイアウト////////////////////*/
.box_x1, .box_x2 {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.box_x2 {
    width: 100%;
}

.box_x2 > div {
    width: 49%;
    margin-right: 2%;
}

.box_x2 > div:nth-child(2n) {
    margin-right: 0;
}

.box_x2.gray {
    padding: 1%;
    background: #E5EFF3;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

/*セクション共通////////////////////*/
section {
    margin: 30px auto 0;
    width: 980px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}


.section_box {
    box-shadow: 10px 10px 0px rgba(191, 94, 64, 0.3);
    margin-bottom: 50px;
}

section .section_box h2{
    font-weight: bold;
    font-size: 250%;
    background-color: #f15c20;
    padding: 20px;
    line-height: 1.3;
    border-radius: 0;
    border: none;
    letter-spacing: 2px;
    position: relative;
}

section .section_box h2.comitia1::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../../img/design/comitia1.png);
    background-position: center right;
    background-repeat: no-repeat;
    pointer-events: none;
    display: block;
}

section .section_box h2.comitia2::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../../img/design/comitia2.png);
    background-position: center right;
    background-repeat: no-repeat;
    pointer-events: none;
    display: block;
}

section .section_box h2.comitia2{
    padding: 40px 20px;
}

section .section_box h2.comitia3::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../../img/design/comitia3.png);
    background-position: center right;
    background-repeat: no-repeat;
    pointer-events: none;
    display: block;
}

section .section_box h2.comitia3{
    padding: 40px 20px;
}

section .section_box h2.comitia4::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../../img/design/comitia4.png);
    background-position: center right;
    background-repeat: no-repeat;
    pointer-events: none;
    display: block;
}

section .section_box h2.comitia4{
    padding: 40px 20px;
}

section:nth-child(even) .section_box h2{
    background-color: #638ed5;
}

.section_box h2 span{
    font-size: 70%;
    display: block;
}

.section_box h2 span.small{
    font-size: 45%;
    margin-bottom: 12px;
    letter-spacing: 4px;
}

.section_inner{
    background: #fff;
    padding: 50px;
}

.section2_inner{
    background: #fff;
    padding: 20px 50px;
    /* margin: 0 auto; */
    /* display: block; */
    vertical-align: middle;

}

.section2_inner h3 {
    margin-top: -20px;
    font-size: 200%;
    color: #f15c20;
}

section .note {
    margin-top: 8px;
    font-size: 85%;
}

.lead {
    font-size: 0.95rem;
    line-height: 1.7;
}

b.tabmatest {
    font-size: 1.4rem;
    line-height: 1.2rem;
}

.font_pink {
    color: #f15c20;
}

.font_green {
    color: #4aa990;
}

/*メインビジュアル////////////////////*/
#pc {
    background-size: cover;
}
section.intro {
    width: 100%;
    /* max-width: 1650px; */
    height: auto;
    margin: 0 auto;
}

/* #pc section.intro {
    margin: 0 auto calc(-270*(100vw / 1400));
} */
#pc section.intro .mv_text {
    position: absolute;
    bottom: 33.8%;
    right: 6.8%;
    width: 100%;
    max-width: 38.5%;
}
#pc section.intro .name_text {
    position: absolute;
    bottom: 96.5%;
    left: 6.7%;
    font-size: 0.5rem;
    color: #FFF;
}
#mobile section.intro {
    margin: 0 auto -23%;
}
#mobile section.intro .mv_text {
    position: absolute;
    bottom: 16.1%;
    right: -0.3%;
    width: calc(394*(100vw / 750));
}
#mobile section.intro .name_text {
    position: absolute;
    bottom: 97.5%;
    left: 1.7%;
    font-size: 0.5rem;
    color: #FFF;
}
.top_notice {
    margin: 0;
    padding: 10px 5px;
    box-sizing: border-box;
    background: #f15c20;
    color: #fff;
    text-align: center;
}

.end_text{
    width: 60%;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    color: #e15137;
    padding-bottom: 15px;
}

.visual_main {
    margin: 0 0;
}
.visual_main img {
    width: 100%;
    height: auto;
}
.visual_main a {
    position: absolute;
    bottom: 16%;
    right: 6.3%;
    width: 15%;
    z-index: 1;
}

#Main_area {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /* margin-top: 1vw; */
    top: -110px;
}

@media screen and (max-width: 1650px) {
    /* #Main_area {
        margin-top: 12%;
    } */
}
@media screen and (max-width: 1200px) {
    /* #Main_area {
        margin-top: 150px;
    } */
}


/*限定セール////////////////////*/
.section_sale {
}

.section_sale .package-detail {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;

    background-color: #ffece6;
    padding: 20px;
    box-sizing: border-box;
}

.section_sale .package-detail p{
    font-size: 150%;
    font-weight: bold;
    margin: 0;
}

.section_sale .package-detail p b{
    font-size: 125%;
}

.section_sale .package-detail p + p{
    font-size: 120%;
    font-weight: bold;
    margin: 15px auto 0;
}

.section_sale .package-detail .version_grade {
    font-size: 120%;
    display: block;
    color: #fff;
    background: linear-gradient(to right, #a1ec90, #3b93e7, #8b63fa);
    border-radius: 50px;
    width: 60%;
    padding: 5px;
    box-sizing: border-box;
    line-height: 1;
    margin: 10px auto;
}

.section_sale .package-detail img{
    width: 100%;
    max-width: 660px;
    margin: 30px auto;
    box-sizing: border-box;
}

.sale_items_wrapper{
    display: block;
    margin-top: 50px;
}

.sale_items_wrapper .sale_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 95%;
    font-feature-settings: "palt";

    border-bottom: 1px solid #bababa;
    margin-bottom: 30px;
    padding-bottom: 30px;
    gap: 10px;
}

.sale_items_wrapper .sale_item:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sale_items_wrapper .sale_item .sale_item_img{
    width: 100%;
    flex-basis: 55%;
}

.sale_items_wrapper .sale_item .sale_item_img img{
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.sale_items_wrapper .sale_item .sale_item_text{
    width: 100%;
    flex-basis: 45%;
    font-weight: bold;
    text-align: left;
}

.sale_item_text .ex{
    font-size: 200%;
    color: #1c86ff;
    line-height: 1.2;
}
.sale_item_text .pro{
    font-size: 200%;
    color: #44c9d6;
    line-height: 1.2;
}
.sale_item_text .ex span,.sale_item_text .pro span{
    font-size: 60%;
}

.sale_item_text .wacom{
    font-size: 200%;
    line-height: 1.2;
    display: inline-block;
}
.sale_item_text .wacom span{
    font-size: 60%;
    color: #797683;
    display: block;
    text-indent: 2em;
}
.sale_item_text .wacom img{
    width: 0.8em;
    height: 0.8em;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.sale_item_text .set{
    margin-top: 5px;
    font-size: 150%;
    line-height: 1.2;
}
.sale_item_text .set span{
    font-size: 70%;
    margin-left: 10px;
    color: #ffff;
    background-color: #f19746;
    padding: 5px 10px;
    border-radius: 50px;
}
.section_tabmate .box_x1 {
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.tabmate_s {
}

.section_tabmate .box_x1 .tabmate_s{
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 90%;
}
.section_tabmate .box_x1 .tabmate_s img{
    width:25%;
    margin-bottom: 20px;
    padding:0 35px 0 10px;
}
.section_tabmate .box_x1 .tabmate_s .red{
    display: block;
}

.section_tabmate .box_x1 .tabmate_s .end_text{
    font-size: 100%;
    margin: 0;
    width: 100%;
}

.section_tabmate .box_x1 .movie_youtube_set {
    flex-basis: 90%;
    line-height: 0;
    align-items: center;
    padding-bottom: 30px;
}




section.section_update .section_box {
    position: relative;
}

section.section_update .section_box:before {
    content: "";
    background-image: url("../../img/design/update_h2.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;

    position: absolute;
    top: 10px;
    left: 20px;
    width: 130px;
    height: 130px;
    z-index: 1;
}

section.section_update .section_box h2{
    font-size: 180%;
    line-height: 1;
    text-indent: 20%;
}
section.section_update .section_box .up_h2 h2{
    font-size: 200%;
    line-height: 1;
    text-indent: 10%;
}

section.section_update .section_box h2 span{
    font-size: 60%;
    display: block;
    margin-top: 12px;
    color:　#ffd237;
}

.section_update .update_img{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    width: 90%;
    margin: 0 auto;
}
.section_update .update_img img{
    width: 100%;
    flex-basis: 50%;
    min-width: 0;
}
.section_update .update_text{
    background-color: rgba(177, 212, 231, 0.4);
    padding: 20px 40px;
    box-sizing: border-box;
    margin: 40px auto 0;
}
.section_update .update_text p{
    margin: 0;
}

.section_inner .youtube iframe {
    aspect-ratio: 16/9;
    width: 100% !important;
    height: 100% !important;
}

.update_one {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
}

.update_one img {
}

.update_one .update_txt {
    font-size: 20px;
    /*margin: auto;*/ /*上下左右中央に*/
    /*width: 600px;*/ /*widthの指定は必須*/
    /*height: 100px;*/ /*heightの指定は必須*/
    margin-left: 50px;
    line-height: 1.7;
}
.update_one .update_txt span {
    font-size: 60%;
}

/*購入者特典////////////////////*/

section.present .section_box {
    margin-bottom: 20px;
}

section.present .section_box p{
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}

section.present .section_box .prof-img{
    display: block;
    width: 70%;
    margin: 0 auto;
}

section.present .section_box .prof-img img{
    width: 100%;
    max-width: 100%;
}

section.present .section_box p.name span{
    font-size: 70%;
}

.section_box h2 span.small br{
    display: none;
}

/*体験コーナー////////////////////*/

.try_head {
    margin-bottom: 50px;
    font-size: 110%;
}

section.try .box_x1 {
    margin-bottom: 40px;
    gap: 30px;
}

section.try .box_x1 h3 {
    font-size: 125%;
    margin-bottom: 10px;
    color: #5e678e;
    font-weight: bold;
}

section.try .box_x1 figure {
    width: 100%;
    flex-basis: 45%;
}

section.try .box_x1 .text_box {
    width: 100%;
    flex-basis: 55%;
}

section.try .box_x1 .text_box span {
    margin-top: 15px;
    display: block;
}

section.try .box_x1 .movie_youtube_set {
    flex-basis: 45%;
    line-height: 0;
}

.movie_youtube {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    overflow: hidden;
}

.movie_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.try .dl_box{
    margin-top: 40px;
    padding-top: 40px;
    box-sizing: border-box;
    border-top: 1px solid #bababa;
}

section.try .dl_box h3 {
    margin-bottom: 0;
}

section.try .dl_box h3 b {
    color: #5e678e;
}

section.try .dl_box h3 + p{
    margin-bottom: 30px;
}

section.try .dl_content .box_x1 {
    align-items: center;
}

section.try .dl_content .box_x1 figure {
    width: 100%;
    flex-basis: 65%;
}


section.try .dl_content .box_x1 .movie_youtube_set {
    flex-basis: 65%;
    line-height: 0;
}

section.try .dl_content .box_x1 .right_box {
    width: 100%;
    flex-basis: 35%;
    display: block;
}

section.try .dl_content .box_x1 .right_box a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;

    border-radius: 7px;
    box-sizing: border-box;
    background: #111111;
    padding: 5px;
    margin: 10px auto;
}

section.try .dl_content .box_x1 .right_box a span{
    color: #ffffff!important;
    line-height: 1.2;
}


section.try .dl_content .box_x1 .right_box a +p{
    font-weight: bold;
    text-align: center;
}

section.try .iphone .dl_content .box_x1 {
    align-items: flex-start;
}

section.try .iphone .dl_content .box_x1 .right_box img{
    width: 70%;
    margin: 0 auto;
}



a.bt_ipad .icon {
    display: table-cell;
    padding-right: 0.3em;
    vertical-align: middle;
    text-align: right;
}

a.bt_ipad .icon:before {
    content: "\f179";
    font-family: FontAwesome;
    font-size: 35px;
    vertical-align: -2px;
}

.icon_galaxy, .icon_google {
    margin-right: 12px;
}

.icon_galaxy img, .icon_google img {
    width: 34px !important;
    height: 34px;
    margin-top: 3px;
}

/*装飾////////////////////*/


/*.bg_orange{
    width: 100%;
    height: auto;
    background: url(../../img/design/bg_yw.png),#fc8230;
    background-repeat: repeat-y;
    background-position: top 5% center;
    background-size: 100% auto;
    position: relative;
}*/






#pc {
    display: block;
    line-height: 0;
}

#mobile {
    display: none;
    line-height: 0;
}

/*ボタン////////////////////*/
.main_contents a:link,
.main_contents a:link span {
    color: #656893;
    text-decoration: none;
}

/*SNSボタン////////////////////*/
#Container .sns-icons {
    display: flex;
    justify-content: center;
    margin: 0 !important;
    padding: 60px 0 !important;
    font-size: 2rem;
}

#Container .sns-icons li {
    margin-left: 20px;
    padding-left: 0 !important;
    background-image: none !important;
    font-size: 100%;
}

#Container .sns-icons a, #Container .sns-icons a span {
    color: #f15c20 !important;
    text-decoration: none;
}


.movinkpad_ttl {
    font-size: 170%;
}
.app_list_wrapper {
    border-top: 1px solid #bababa;
    margin-top: 70px;
    padding-top: 40px;
}
.app_list_wrapper * {
    box-sizing: border-box;
}
.app_list_wrapper .app_list {
    display: flex;
    justify-content: space-between;
}
@media all and (max-width: 767px) {
    .app_list_wrapper .app_list {
        margin-bottom: 10vw;
        display: block;
    }
}
.app_list_wrapper .app_list li {
    width: 48.5%;
    padding: 0 30px;
    padding: 0 2vw;
}
@media all and (max-width: 767px) {
    .app_list_wrapper .app_list li {
        width: 100%;
        padding: 0 3vw 3.5vw;
    }
}
@media all and (max-width: 767px) {
    .app_list_wrapper .app_list li:first-of-type {
        margin-bottom: 2vw;
    }
}
.app_list_wrapper .app_list li .img {
    margin-bottom: 30px;
}
@media all and (max-width: 767px) {
    .app_list_wrapper .app_list li .img {
        margin-bottom: 3vw;
    }
}
.app_list_wrapper .app_list li .app_btn {
    margin-bottom: 15px;
}
@media all and (max-width: 767px) {
    .app_list_wrapper .app_list li .app_btn {
        margin-bottom: 1vw;
    }
}
.app_list_wrapper .app_list li .app_btn.apple a::before {
    background: url("/view/promotion/comitia/153/img/design/icon_os_apple.svg") no-repeat 50% 50% / contain;
    width: 2em;
    height: 2.7em;
}
.app_list_wrapper .app_list li .app_btn.android a::before {
    background: url("/view/promotion/comitia/153/img/design/icon_os_android.svg") no-repeat 50% 50% / contain;
    width: 2.3em;
    height: 2.3em;
}
.app_list_wrapper .app_list li .app_btn.galaxy a::before {
    background: url("/view/promotion/comitia/153/img/design/icon_os_galaxy.svg") no-repeat 50% 50% / contain;
    width: 2.6em;
    height: 2.3em;
}
.app_list_wrapper .app_list li .app_btn a {
    background: #000;
    text-decoration: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
    border-radius: 10px;
}
.app_list_wrapper .app_list li .app_btn a::before {
    content: "";
    display: block;
    margin-right: 10px;
}
.app_list_wrapper .app_list li .app_btn a span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}
.app_list_wrapper .app_list li .txt {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
.app_list_wrapper .app_list li .txt:not(:last-of-type) {
    margin-bottom: 30px;
}