@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: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #000000;
    -webkit-text-size-adjust: 100%;
}
h2 {
    display: block;
    width: 91.66vw;
    max-width: 1100px;
    height: auto;
    aspect-ratio: 1100/80;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #036EB7;
    text-indent: -999em;
    margin: 50px auto 0;
    border-radius: 1em;
}
#Wrapper h2:nth-of-type(1) {
    background-image: url("../images/h2_01.png");
}
#Wrapper h2:nth-of-type(2) {
    background-image: url("../images/h2_02.png");
}
h3 {
    font-size: 200%;
    line-height: 120%;
    margin-bottom: 1em;
    position: relative;
    padding-left: 2.5em;
}
h3 > span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    font-size: 50%;
    line-height: 150%;
    color: #036EB7;
    position: absolute;
    left: 0;
    top: 0;
}
h3 > span > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 200%;
    width: 1.5em;
    height: 1.5em;
    background: #036EB7;
    color: #ffffff;
    border-radius: 50%;
}
p {
    margin-bottom: 1em;
}
a {
    overflow: hidden;
    outline: none;
    color: #036EB7;
    text-decoration: underline;
}
a:link {
    color: #036EB7;
}
a:visited {
    color: #036EB7;
}
img {
    border: none;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
sup {
    font-size: 50%;
    line-height: 150%;
    vertical-align: super;
}
sub {
    font-size: 75%;
}
#Wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
}
#GotoTop {
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 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;
    color: #ffffff;
}
#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 a, #DLswitch li a:link, #DLswitch li:hover, #DLswitch li:visited {
    color: #ffffff;
    text-decoration: none;
}
#DLswitch li#DLbadge a {
    margin: 0 1em;
}
#DLswitch li#DLbadge img {
    height: 5vmin;
    max-height: 60px;
    width: auto;
}
/*ページコンテンツ*/
#BG {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: 1200px;
    height: 100vh;
    height: 100dvh;
    background: rgb(169, 221, 243);
    background: linear-gradient(0deg, rgba(169, 221, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
}
#BG figure {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    aspect-ratio: 1200/220;
}
#BG figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 91.66%;
    max-width: 1100px;
    overflow: hidden;
    padding: 50px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 1em;
}
.ContentsArea .RightBlock {
    flex-grow: 1;
}
.ContentsArea figure {
    min-width: calc(240px * 2 + 10px);
}
/*トップ*/
.ContentsArea.Content00 {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "CatchCopy CatchCopy""figure RightBlock";
    width: 100%;
    max-width: 1200px;
    padding: 50px 75px;
    position: relative;
    margin: 0 auto;
    background-color: transparent;
}
.ContentsArea.Content00 p.CatchCopy {
    grid-area: CatchCopy;
    display: block;
    width: 100%;
    aspect-ratio: 1050/100;
    background: url("../images/catch.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
}
.ContentsArea.Content00 figure {
    grid-area: figure;
    width: 100%;
    min-width: 240px;
    max-width: 240px;
    display: flex;
    justify-content: flex-start;
}
.ContentsArea.Content00 figure img {
    width: 100%;
    max-width: 240px;
    height: auto;
    aspect-ratio: 240/500;
}
.ContentsArea.Content00 .RightBlock {
    grid-area: RightBlock;
    display: flex;
    flex-flow: column;
    padding-left: 50px;
}
.ContentsArea.Content00 .AppLogo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 750px;
}
.ContentsArea.Content00 .AppLogo img {
    width: 100%;
    height: auto;
    aspect-ratio: 750/260;
}
.ContentsArea.Content00 p.Whbox {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 0.5em 1em;
    border-radius: 0.5em;
}
/*1ページ*/
.ContentsArea.Content01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    gap: 50px;
    margin-top: 50px;
}
.ContentsArea.Content01 figure {
    display: flex;
    justify-content: center;
    width: calc(240px * 2 + 10px);
}
.ContentsArea.Content01 figure img {
    width: 100%;
    max-width: 240px;
    height: auto;
    aspect-ratio: 240/500;
}
/*2ページ*/
.ContentsArea.Content02 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: row;
    gap: 50px;
    margin-top: 50px;
}
.ContentsArea.Content02 figure {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-flow: wrap;
}
.ContentsArea.Content02 figure img {
    width: 100%;
    max-width: 240px;
    height: auto;
    aspect-ratio: 240/500;
}
.ContentsArea.Content02 .RightBlock {
    padding-top: 50px;
}
/*3ページ*/
.ContentsArea.Content03 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: row;
    gap: 50px;
    margin-top: 50px;
}
.ContentsArea.Content03 figure {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-flow: wrap;
}
.ContentsArea.Content03 figure img {
    width: 100%;
    max-width: 240px;
    height: auto;
    aspect-ratio: 240/500;
}
.ContentsArea.Content03 .RightBlock {
    padding-top: 50px;
}
/*4ページ*/
.ContentsArea.Content04 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    gap: 50px;
    margin-top: 50px;
}
.ContentsArea.Content04 figure {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    gap: 10px;
}
.ContentsArea.Content04 figure img {
    width: 100%;
    max-width: 240px;
    height: auto;
    aspect-ratio: 240/500;
}
/*5ページ*/
.ContentsArea.Content05 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    gap: 50px;
    margin-top: 50px;
}
.ContentsArea.Content05 figure {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}
.ContentsArea.Content05 figure img {
    width: 100%;
    max-width: 240px;
    height: auto;
    aspect-ratio: 240/500;
}
.ContentsArea.Content05 ul {
    margin-bottom: 1em;
}
.ContentsArea.Content05 .RightBlock img {
    margin: 0 auto;
}
/*コピーライト*/
.ContentsArea.Copyright {
    display: block;
    color: #000000;
    background-color: transparent;
    margin-bottom: 200px;
}
.ContentsArea.Copyright p {
    text-align: left;
    font-size: 75%;
    line-height: 150%;
    color: #000000;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0;
}
.ContentsArea ul {
    margin-left: 1.5em;
    margin-top: 1em;
}
.SmallText {
    font-size: 75%;
    line-height: 150%;
}
br.PC {
    display: block;
}
br.Tab {
    display: none;
}
br.SP {
    display: none;
}
br.Port {
    display: none;
}
br.Land {
    display: none;
}
/*タブレット*/
@media screen and (max-width:1199px) {
    body {
        font-size: 1.6vmin;
        line-height: 150%;
    }
    h2 {
        margin: 4.166vw auto 0;
    }
    #GotoTop {
        height: 8.33vmin;
        width: 8.33vmin;
        border-radius: 50%;
        right: 1em;
    }
    .ContentsArea {
        padding: 4.166vw;
    }
    .ContentsArea figure {
        min-width: calc(20vw * 2 + 1em);
    }
    .ContentsArea.Content00 {
        padding: 4.166vw 6.55vw;
    }
    .ContentsArea.Content00 p.CatchCopy {
        width: 100%;
        aspect-ratio: 640/150;
        background: url("../images/catch_sp.png") no-repeat center center;
        background-size: contain;
        text-indent: -999em;
    }
    .ContentsArea.Content00 .RightBlock {
        padding: 0 4.166vw;
    }
    .ContentsArea.Content00 figure {
        width: 100%;
        min-width: 20vw;
        max-width: 20vw;
    }
    .ContentsArea.Content00 figure img {
        width: 100%;
        max-width: 20vw;
    }
    .ContentsArea.Content01 {
        gap: 4.166vw;
        margin-top: 4.166vw;
    }
    .ContentsArea.Content01 figure img {
        max-width: 20vw;
    }
    /*2ページ*/
    .ContentsArea.Content02 {
        gap: 4.166vw;
        margin-top: 4.166vw;
    }
    .ContentsArea.Content02 figure img {
        max-width: 20vw;
    }
    .ContentsArea.Content02 .RightBlock {
        padding-top: 4.166vw;
    }
    /*3ページ*/
    .ContentsArea.Content03 {
        gap: 4.166vw;
        margin-top: 4.166vw;
    }
    .ContentsArea.Content03 figure {
        gap: 1em;
    }
    .ContentsArea.Content03 figure img {
        max-width: 20vw;
    }
    .ContentsArea.Content03 .RightBlock {
        padding-top: 4.166vw;
    }
    /*4ページ*/
    .ContentsArea.Content04 {
        gap: 4.166vw;
        margin-top: 4.166vw;
    }
    .ContentsArea.Content04 figure {
        gap: 1em;
    }
    .ContentsArea.Content04 figure img {
        max-width: 20vw;
    }
    /*5ページ*/
    .ContentsArea.Content05 {
        gap: 4.166vw;
        margin-top: 4.166vw;
    }
    .ContentsArea.Content05 figure {
        gap: 1em;
    }
    .ContentsArea.Content05 figure img {
        max-width: 20vw;
    }
    /*コピーライト*/
    .ContentsArea.Copyright {
        margin-bottom: 16.66vw;
    }
    br.Tab {
        display: block;
    }
    br.PC, br.SP, br.Land {
        display: none;
    }
}
/*スマホ*/
@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;
    }
    br.SP {
        display: block;
    }
    br.PC, br.Tab {
        display: none;
    }
    @media screen and (max-aspect-ratio: 11/10) {
        /* 縦向きの場合のスタイル */
        h2 {
            aspect-ratio: 700/140;
        }
        #Wrapper h2:nth-of-type(1) {
            background-image: url("../images/h2_01_sp.png");
        }
        #Wrapper h2:nth-of-type(2) {
            background-image: url("../images/h2_02_sp.png");
        }
        #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;
        }
        .ContentsArea .RightBlock {
            width: 100%;
            padding-top: 4.166vw;
        }
        .ContentsArea.Content00 {
            display: flex;
            justify-content: center;
            flex-flow: column;
            padding-top: 20vmin;
            height: auto;
            min-height: 80vh;
        }
        .ContentsArea.Content00 figure {
            width: 100%;
            max-width: 100%;
            display: flex;
            justify-content: center;
            order: 2;
        }
        .ContentsArea.Content00 figure img {
            width: 45vw;
            max-width: 45vw;
            height: auto;
            aspect-ratio: 240/500;
        }
        .ContentsArea.Content00 .AppLogo {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            width: 100%;
            max-width: 100%;
        }
        .ContentsArea.Content01 {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column;
        }
        .ContentsArea.Content01 figure {
            order: 2;
        }
        .ContentsArea.Content01 figure img {
            width: 40vw;
            max-width: 40vw;
            height: auto;
            aspect-ratio: 240/500;
        }
        .ContentsArea.Content02 {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column;
        }
        .ContentsArea.Content02 figure {
            order: 2;
        }
        .ContentsArea.Content02 figure img {
            width: 40vw;
            max-width: 40vw;
            height: auto;
            aspect-ratio: 240/500;
        }
        .ContentsArea.Content03 {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column;
        }
        .ContentsArea.Content03 figure {
            order: 2;
        }
        .ContentsArea.Content03 figure img {
            width: 39vw;
            max-width: 39vw;
            height: auto;
            aspect-ratio: 240/500;
        }
        .ContentsArea.Content04 {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column;
        }
        .ContentsArea.Content04 figure {
            order: 2;
        }
        .ContentsArea.Content04 figure img {
            width: 40vw;
            max-width: 40vw;
            height: auto;
            aspect-ratio: 240/500;
        }
        .ContentsArea.Content05 {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column;
        }
        .ContentsArea.Content05 figure {
            order: 2;
        }
        .ContentsArea.Content05 figure img {
            width: 40vw;
            max-width: 40vw;
            height: auto;
            aspect-ratio: 240/500;
        }
        br.Port {
            display: block;
        }
    }
    @media screen and (min-aspect-ratio: 11/10) {
        /* 横向きの場合のスタイル */
        .ContentsArea.Content00 {
            height: auto;
        }
        .ContentsArea.Content00 {
            padding-top: 20vmin;
        }
        br.Land {
            display: block;
        }
    }
}
/*241011追記*/
#DLswitch ul {
    height: 100px;
}
#DLswitch li#DLQR {
    height: 80%;
}
/*タブレット*/
@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;
    }
}