﻿@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
html {
    font-size: 100%;
    min-height: 100%;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
    -webkit-text-size-adjust: 100%;
}
a {
    overflow: hidden;
    outline: none;
    color: #ffffff;
    text-decoration: none;
}
a:link {
    color: #ffffff;
}
a:visited {
    color: #ffffff;
}
h2 {
    display: block;
    width: 100%;
    text-align: left;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-style: normal;
    font-size: 150%;
    line-height: 150%;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    padding-left: 2em;
    margin-bottom: 1em;
}
h2 span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    color: #000000;
    font-size: 120%;
    line-height: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
p {
    text-align: center;
}
img {
    border: none;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#Wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
}
.ContentsArea {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    padding: 50px;
    margin: 0 auto;
    background: url("../images/bg.png") no-repeat bottom center;
    background-size: 100% auto;
    overflow: hidden;
}
.FigBox {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 1em auto;
    gap: 0.5em;
    position: relative;
}
.FigBox figure {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-content: flex-start;
    width: auto;
}
.FigBox figure img {
    height: 30vw;
    max-height: 400px;
    width: auto;
    aspect-ratio: 596/1200;
}
.FigBox figure figcaption {
    width: 100%;
    flex-shrink: 1;
    text-align: center;
    font-size: 80%;
    line-height: 150%;
}
/*コンテンツ　トップ*/
.TsunaagLogo {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
}
.TsunaagLogo a {
    display: block;
    width: 18.75vw;
    max-width: 225px;
    height: auto;
    aspect-ratio: 450/100;
    background: url("../images/tsuna-ag_platform.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
}
.ContentsArea.Content00 {
    display: grid;
    grid-template-columns: 28% 72%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "ImageBox Catch""ImageBox AppLogo""Feature Feature";
    background: url("../images/bg.jpg") no-repeat left center;
    background-size: cover;
    padding: 0;
}
.ContentsArea.Content00 .ImageBox {
    grid-area: ImageBox;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 20px 0 0 30px;
}
.ContentsArea.Content00 .ImageBox img {
    width: 24vw;
    max-width: 288px;
    height: auto;
    aspect-ratio: 576/1200;
}
.ContentsArea.Content00 .Catch {
    grid-area: Catch;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 100px 30px 15px 10px;
}
.ContentsArea.Content00 .Catch p {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1620/240;
    background: url("../images/catchcopy.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
}
.ContentsArea.Content00 .AppLogo {
    grid-area: AppLogo;
    padding: 0 30px 0 10px;
}
.ContentsArea.Content00 .AppLogo h1 {
    display: block;
    width: 66.666vw;
    max-width: 800px;
    height: auto;
    aspect-ratio: 1600/520;
    background: url("../images/app_logo.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
}
.ContentsArea.Content00 .Feature {
    grid-area: Feature;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 15px 30px 30px 30px;
}
.ContentsArea.Content00 .Feature p {
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #3b3485;
    font-size: 150%;
    line-height: 150%;
    padding-bottom: 0.5em;
}
.ContentsArea.Content00 .Feature ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: li;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.ContentsArea.Content00 .Feature ol li {
    position: relative;
    font-size: 120%;
    line-height: 150%;
    font-weight: 700;
    padding-left: 2em;
    margin-bottom: 0.5em;
}
.ContentsArea.Content00 .Feature ol li::before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background-color: #7f47dd;
    font-size: 100%;
    color: #fff;
    line-height: 0;
    text-align: center;
}
.ContentsArea.Content01 {
    background-color: #3b3485;
}
.ContentsArea.Content01 h2 span {
    color: #3b3485;
}
.ContentsArea.Content02 {
    background-color: #1a6950;
}
.ContentsArea.Content02 h2 span {
    color: #1a6950;
}
.ContentsArea.Content02 .FigBox {
    flex-flow: row;
}
.ContentsArea.Content02 .FigBox figure {
    width: calc(100% / 3 - 1em);
}
.ContentsArea.Content03 {
    background-color: #005995;
}
.ContentsArea.Content03 h2 span {
    color: #005995;
}
.ContentsArea.Content04 {
    background-color: #D97706;
}
.ContentsArea.Content04 h2 span {
    color: #D97706;
}
.ContentsArea.Content04 .FigBox:nth-of-type(1) {
    padding-bottom: 2em;
    border-bottom: solid 2px #ffffff;
}
.ContentsArea.Content04 .FigBox:nth-of-type(1) figure:nth-of-type(1) {
    width: calc(16vw * 3 + 1em);
    max-width: calc(192px * 3 + 1em);
}
.ContentsArea.Content04 .FigBox:nth-of-type(1) figure:nth-of-type(2) {
    width: 15vw;
    max-width: 180px;
}
.ContentsArea.Content04 .FigBox:nth-of-type(2) figure:nth-of-type(1) {
    width: calc(16vw * 2 + 1em);
    max-width: calc(192px * 2 + 1em);
}
.ContentsArea.Content04 .FigBox:nth-of-type(2) figure:nth-of-type(2) {
    width: 15vw;
    max-width: 180px;
}
.ContentsArea.Content04 .Arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.33vw !important;
    max-width: 100px !important;
}
.ContentsArea.Content05 {
    background-color: #7e1c46;
}
.ContentsArea.Content05 h2 span {
    color: #7e1c46;
}
.ContentsArea.Copyright {
    background: #ffffff;
    display: block;
    color: #000000;
}
.ContentsArea.Copyright p {
    text-align: left;
    font-size: 50%;
    line-height: 150%;
    color: #000000;
    text-indent: -1.5em;
    margin-left: 1.5em;
}
.SmallText {
    font-size: 75%;
    line-height: 125%;
}
#GotoTop {
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    background-color: rgba(127, 71, 221, 0.75);
    position: fixed;
    right: 30px;
    bottom: 0;
    z-index: 9999;
}
#GotoTop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url("../images/btn_page_top.png") no-repeat center center;
    background-size: contain;
    font-weight: 500;
    text-decoration: none;
    font-size: 70%;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
}
/*ダウンロードエリア*/
#DLswitch {
    width: 100%;
    background-color: #333333;
    position: fixed;
    bottom: 0;
    left: 0;
}
#DLswitch ul {
    width: 100%;
    height: 7.8vmin;
    max-height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
}
#DLswitch li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 7.8vmin;
    max-height: 100px;
    font-size: 75%;
    line-height: 1em;
    list-style: none;
    padding: 0;
    margin: 0 1em;
}
#DLswitch li#DLbadge a {
    margin: 0 1em;
}
#DLswitch li#DLbadge img {
    height: 5vmin;
    max-height: 60px;
    width: auto;
}
.SPSpace {
    display: none;
}
br.Port {
    display: none;
}
/*タブレット*/
@media screen and (max-width:1199px) {
    body {
        font-size: 2vmin;
        line-height: 150%;
    }
    .ContentsArea {
        padding: 4vmin;
    }
    #GotoTop {
        height: 8.33vmin;
        width: 8.33vmin;
        border-radius: 50%;
        right: 1em;
    }
}
/*スマホ*/
@media screen and (max-width: 767px) {
    body {
        font-size: 80%;
        line-height: 150%;
    }
    .TsunaagLogo a {
        width: 40vmin;
        max-width: 40vmin;
    }
    #GotoTop {
        height: 15vmin;
        width: 15vmin;
        border-radius: 50%;
        right: 1em;
    }
    @media screen and (max-aspect-ratio: 11/10) {
        /* 縦向きの場合のスタイル */
        .ContentsArea.Content00 {
            display: grid;
            grid-template-columns: 100%;
            grid-template-rows: auto auto auto auto;
            grid-template-areas: "Catch""AppLogo""ImageBox""Feature";
        }
        .ContentsArea.Content00 .Catch {
            justify-content: center;
            align-items: center;
            padding: 15vw 5vw 0 5vw;
        }
        .ContentsArea.Content00 .AppLogo {
            padding: 5vw 5vw 0 5vw;
        }
        .ContentsArea.Content00 .AppLogo h1 {
            width: 100%;
            max-width: 100%;
        }
        .ContentsArea.Content00 .ImageBox {
            padding: 5vw 0 0 5vw;
            justify-content: center;
        }
        .ContentsArea.Content00 .ImageBox img {
            width: 50vmin;
            max-width: 50vmin;
            height: auto;
            aspect-ratio: 576/1200;
        }
        .ContentsArea.Content00 .Feature {
            padding: 2.5vw 5vw 5vw 5vw;
        }
        .FigBox {
            flex-flow: column;
        }
        .FigBox figure {
            min-width: 100%;
        }
        .FigBox figure img {
            height: 80vw;
            max-height: 80vw;
            width: auto;
            aspect-ratio: 596/1200;
        }
        .FigBox figure figcaption {
            width: 100%;
            flex-shrink: 1;
            text-align: center;
            font-size: 80%;
            line-height: 150%;
        }
        .ContentsArea.Content02 .FigBox {
            flex-flow: column;
        }
        .ContentsArea.Content02 .FigBox figure {
            width: 100%;
        }
        .ContentsArea.Content04 .FigBox:nth-of-type(1) figure:nth-of-type(1) {
            width: 100%;
            max-width:100%;
        }
        .ContentsArea.Content04 .FigBox:nth-of-type(1) figure:nth-of-type(2) {
            width: 100%;
            max-width: 100%;
        }
        .ContentsArea.Content04 .FigBox:nth-of-type(2) figure:nth-of-type(1) {
            width: 100%;
            max-width: 100%;
        }
        .ContentsArea.Content04 .FigBox:nth-of-type(2) figure:nth-of-type(2) {
            width: 100%;
            max-width: 100%;
        }
        .ContentsArea.Content04 .Arrow {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100% !important;
            max-width: 100% !important;
            height: 15vw;
        }
        .ContentsArea.Content04 .Arrow img{
            transform: rotate(90deg);
        }
        #DLswitch ul {
            flex-wrap: wrap;
            width: 100%;
            max-width: 100%;
            height: auto;
            max-height: 50vh;
            margin-bottom: 1em;
        }
        #DLswitch li {
            display: inline-block;
            width: auto;
            height: auto;
            max-height: auto;
            font-size: 1em;
            line-height: 1em;
            margin: 0.5em;
        }
        #DLswitch li#Copy {
            display: block;
            width: 100vw;
            text-align: center;
        }
        #DLswitch li#DLbadge {
            display: block;
            width: 100vw;
            text-align: center;
        }
        #DLswitch li#DLbadge img {
            width: auto;
            height: 10vw;
        }
        .SPSpace {
            display: inline-block;
            width: 1em;
            overflow: hidden;
            line-height: 1em;
        }
        br.Port {
            display: block;
        }
    }
    @media screen and (min-aspect-ratio: 11/10) {
        /* 横向きの場合のスタイル */
    }
}
/*241011追記*/
#DLswitch ul {
    height: 100px;
}
#DLswitch li#DLQR {
    height: 80%;
}
#DLswitch li#DLQR img {
    border-radius: 7px;
}
/*タブレット*/
@media (max-width: 1199px) and (min-width: 768px) {
    #DLswitch li {
        font-size: 1.3vw;
    }
    #DLswitch li#DLbadge a {
        margin: 0 1em;
    }
    #DLswitch li#DLbadge img {
        height: 4.5vw;
        width: auto;
    }
}
/*SP*/
@media (max-width: 767px) {
    #DLswitch ul {
        height: auto;
        max-height: 50vh;
    }
    #DLswitch li#DLQR {
        display: none;
    }
}