@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html {
    font-size: 1em;
    min-height: 100%;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    font-weight: 400;
    line-height: 150%;
    color: #303030;
    -webkit-text-size-adjust: 100%;
}
body, html {
    background-color: #ffffff;
}
a {
    overflow: hidden;
    outline: none;
    color: #ffffff;
}
a:link {
    color: #ffffff;
}
a:visited {
    color: #ffffff;
}
table {
    border-collapse: collapse;
}
img {
    border: none;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#Wrapper {
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    position: relative;
    font-size: 26px;
    line-height: 150%;
}
#GotoTop {
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    right: 1em;
    z-index: 100000;
}
#GotoTop a {
    display: block;
    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: 17px;
    line-height: 100px;
    text-align: center;
}
#DLswitch {
    width: 100%;
    background-color: #333333;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
}
#DLswitch ul {
    width: 100%;
    max-width: 1280px;
    height: 100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap:0 1em;
    line-height: 1em;
}
#DLswitch li {
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 7.8vw;
    max-height: 100px;
    font-size: 18px;
    line-height: 1em;
    list-style: none;
    padding: 0;
}
#DLswitch li a{
    font-size: 75%;
    line-height: 1em;
}
#DLswitch li#DLbadge a {
    margin: 0 1em;
    padding: 1px;
}
#DLswitch li#DLbadge img {
    height: 60px;
    width: auto;
}
#DLswitch li#DLQR {
    height: 80%;
}
#DLswitch li#DLQR img {
    border-radius: 7px;
}
h1#LogoArea {
    display: block;
    width: 100%;
    height: 33vw;
    max-height: 100px;
    background: url("../images/h_logo.png") no-repeat center center #ffffff;
    background-size: contain;
    text-indent: -999em;
}
#TsunaagLogo {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}
#TsunaagLogo a {
    display: block;
    width: 16.66vw;
    max-width: 200px;
    height: 3.75vw;
    max-height: 45px;
    background: url("../images/tsuna-ag_logo.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
}
#Top {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1280/1425;
    background: url("../images/top_img_PC.jpg") no-repeat center top;
    background-size: contain;
    position: relative;
}
#Top h2 {
    display: block;
    width: calc(100% * (530/1280));
    height: auto;
    aspect-ratio: 530/230;
    background: url("../images/top_h2_PC.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
}
#Top p.BodyCopy {
    display: block;
    width: calc(100% * (530/1280));
    height: auto;
    aspect-ratio: 530/120;
    background: url("../images/top_body_PC.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
}
#Top p.Point {
    display: block;
    width: calc(100% * (380/1280));
    height: auto;
    aspect-ratio: 380/400;
    background: url("../images/top_point_PC.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
    position: absolute;
    top: 0;
    right: 0;
}
#Top .ContentsBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: calc(100% * (30 / 1280));
    width: calc(100% * (1150 / 1280));
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
#Top .ContentsBox figure {
    display: flex;
    gap: calc(100% * (30 / 1280));
}
#Top .ContentsBox figure img {
    width: calc(100vw * (260 / 1280));
    max-width: 260px;
    height: auto;
    aspect-ratio: 260/640;
}
#Top .ContentsBox ul {
    list-style: none;
    padding-left: 1em;
}
#Top .ContentsBox ul li {
    position: relative;
    margin-bottom: 0.5em;
    margin-left: 1em;
    text-indent: -1em;
}
#Top .ContentsBox ul li::before {
    content: '●';
}
#Top .TopBnr {
    display: block;
    position: fixed;
    bottom: 0;right:0;
    width: calc(100% * (500 / 1280));
    max-width: 500px;
    height: auto;
    aspect-ratio: 500/350;
    background: url("../images/top_bnr.png") no-repeat center right;
    background-size: contain;
    z-index: 1000;
}
#Top .TopBnr a {
    display: block;
    text-indent: -999em;
    width: 100%;
    height: 100%;
}
#p01 {
    margin: 0 auto 1em;
    overflow: hidden;
}
#p01 .ContentsBox {
    display: block;
    width: calc(100% * (990 / 1280));
    height: auto;
    margin: 2em auto 5em;
    background-color: #fbfae8;
    border-radius: 1em;
    padding: 2em;
    position: relative;
}
#p01 .ContentsBox h2 {
    display: block;
    width: calc(100% * (680 / 990));
    height: auto;
    aspect-ratio: 680/145;
    background: url("../images/p01_h2_PC.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
    margin: 1em auto;
}
#p01 .ContentsBox p {
    margin-bottom: 1em;
    text-align: center;
}
#p01 .ContentsBox ul {
    list-style: none;
}
#p01 .ContentsBox ul li {
    position: relative;
    margin-bottom: 0.5em;
    margin-left: 1em;
    text-indent: -1em;
}
#p01 .ContentsBox ul li::before {
    content: '●';
}
#p01 .ContentsBox #TsunaagPoint {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
#p01 .ContentsBox #TsunaagPoint a {
    display: block;
    width: calc(100% * (400 / 990));
    height: auto;
    aspect-ratio: 400/225;
    background: url("../images/p01_btn_tsunaag_point.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
}
#p02 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-flow: column;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin: 2em auto;
    position: relative;
    overflow: hidden;
}
#p02 h2 {
    display: block;
    width: calc(100% * (720 / 1280));
    height: auto;
    aspect-ratio: 720/720;
    background: url("../images/p02_h2_PC.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
    position: absolute;
    top: 0;
    left: calc(100% * (140 / 1280));
}
#p02 .ContentsBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
    gap: 1em;
    z-index: 100;
}
#p02 h3 {
    display: block;
    width: calc(100vw * (600 / 1280));
    max-width: 600px;
    height: auto;
    aspect-ratio: 600/50;
    background: url("../images/p02_h3.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
}
#p02 .ContentsBox p {
    margin-left: 1.5em;
    line-height: 175%;
}
#p02 figure {
    width: calc(100% * (610 / 1280));
    height: auto;
    aspect-ratio: 610/700;
    position: absolute;
    left: calc(-100% * (60 / 1280));
    bottom: 0;
}
#p03 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    width: 100%;
    height: auto;
    margin: 2em auto;
    position: relative;
    overflow: hidden;
}
#p03 h2 {
    display: block;
    width: calc(100% * (850 / 1280));
    height: auto;
    aspect-ratio: 850/850;
    background: url("../images/p03_h2_PC.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
    margin: 0 auto;
}
#p03 figure:nth-of-type(1) {
    width: calc(100% * (600 / 1280));
    height: auto;
    aspect-ratio: 600/775;
    margin-top: -20em;
    margin-left: auto;
    margin-right: calc( -100% * (30 / 1280));
}
#p03 figure:nth-of-type(2) {
    width: calc(100% * (600 / 1280));
    height: auto;
    aspect-ratio: 600/700;
    margin-left: auto;
    margin-right: 10em;
    margin-top: -13em;
}
#p03 .ContentsBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    gap: 1em;
    position: absolute;
    top:50%;
    left:calc(100% * (105 / 1280));
    transform: translateY(-50%);
}
#p03 h3 {
    display: block;
    width: calc(100vw * (530 / 1280));
    max-width: 530px;
    height: auto;
    aspect-ratio: 530/50;
    background: url("../images/p03_h3.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
}
#p03 .ContentsBox p {
    margin-left: 0.5em;
    line-height: 175%;
}
#NewFeatures{
    display: flex;
    flex-flow: column;
    background-color: #e9f8e2;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    overflow: hidden;
}
#NewFeatures .Title01{
    width: 100%;
    height: auto;
    aspect-ratio: 1280/450;
    background: url("../images/NF_title01_PC.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
}
#NewFeatures p.BodyCopy{
    text-align: center;
    font-weight: 700;
    font-size: calc( 100% * ( 32 / 26));
    line-height: 150%;
    
}
#NewFeatures #VoiceBlock{
    width: calc( 100% * (1080 / 1280));
    margin: 1em auto;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    gap:calc(100% * (60 / 1280));
}
#NewFeatures #VoiceBlock .VoiceBox{
    width: calc( 100% * (320 / 1080));
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    gap:0.25em;
}
#NewFeatures #VoiceBlock .VoiceBox .Request{
    position: relative;
    font-size: calc( 100% * (18 / 26));
    line-height: 150%;
}
#NewFeatures #VoiceBlock .VoiceBox .Request::before{
    content: '';
    display: block;
    width: calc( 100% * (90/320));
    height: auto;
    aspect-ratio: 90/100;
    background: url("../images/NF_voice_icn.png") no-repeat center center;
    background-size: contain;
    margin: 1em auto 0.5em;
}
#NewFeatures #VoiceBlock .VoiceBox .Answer{
    display: block;
    margin-top: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 320/130;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -999em;
}
#NewFeatures #VoiceBlock .VoiceBox:nth-of-type(1) .Answer{
    background-image: url("../images/NF_voice_01_PC.png");
    background-size: contain;
}
#NewFeatures #VoiceBlock .VoiceBox:nth-of-type(2) .Answer{
    background-image: url("../images/NF_voice_02_PC.png");
    background-size: contain;
}
#NewFeatures #VoiceBlock .VoiceBox:nth-of-type(3) .Answer{
    background-image: url("../images/NF_voice_03_PC.png");
    background-size: contain;
}
#NewFeatures .ContentsBlock{
    display: block;
    width: 100%;
    position: relative;
}
#NewFeatures .ContentsBlock h2{
    display: block;
    width: calc(100% * (840 / 1280));
    height: auto;
    aspect-ratio: 840/840;
    background: url("../images/NF_h2_PC.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
    margin-top: 1em;
    margin-left: calc( 100% * (210 / 1280));
    margin-right: auto;
}
#NewFeatures .ContentsBlock figure:nth-of-type(1) {
    width: calc(100% * (600 / 1280));
    height: auto;
    aspect-ratio: 600/690;
    margin-top: -16em;
    margin-left: calc( 100% * (60 / 1280));
    margin-right: auto;
}
#NewFeatures .ContentsBlock figure:nth-of-type(2) {
    width: calc(100% * (600 / 1280));
    height: auto;
    aspect-ratio: 600/790;
    margin-left: calc( 100% * (260 / 1280));
    margin-right: auto;
    margin-top: -13em;
}
#NewFeatures .ContentsBlock  .NewFeaturesPoint{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1280/250;
    background: url("../images/NF_point_text_PC.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
}
#NewFeatures .ContentsBlock .ContentsBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    gap: 1em;
    position: absolute;
    top:22em;
    right:calc(100% * (105 / 1280));
}
#NewFeatures .ContentsBox h3 {
    display: block;
    width: calc(100vw * (530 / 1280));
    max-width: 530px;
    height: auto;
    aspect-ratio: 530/50;
    background: url("../images/NF_h3.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
}
#NewFeatures .ContentsBlock .ContentsBox p {
    margin-left: 0;
    line-height: 175%;
}
#NewFeatures .Features{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap:2em;
    background-color: #f7931e;
    width: calc(100% * (1145 / 1280));
    border-radius: 1em;
    margin: 1em auto 0;
    padding-bottom: 2em;
    overflow: hidden;
    position: relative;
}
#NewFeatures .Features .Title02{
    display: block;
    width: calc(100vw * (938 / 1280));
    max-width: 938px;
    height: auto;
    aspect-ratio: 938/270;
    margin: 0 auto;
    background:url("../images/NF_title02_PC.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
}
#NewFeatures .Features .BodyCopy{
    display: block;
    width: calc(100vw * (938 / 1280));
    max-width: 938px;
    height: auto;
    aspect-ratio: 938/240;
    margin: 0 auto;
    background:url("../images/NF_copy_PC.png") no-repeat center center #ffffff;
    background-size: contain;
    text-indent: -999em;
    border-radius: 1em;
}
#NewFeatures .Features .FeaturesBox{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap:2em;
}
#NewFeatures .Features .FeaturesBox figure{
    width: calc( 100vw * (200/1280));
    max-width: 200px;
    height: auto;
    aspect-ratio: 1/1;
    position: static;
}
#NewFeatures .Features .FeaturesBox figure img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    position: static;
    border-radius: 0.5em;
    border: solid 1px #ffffff;
    object-fit: cover;
}
#NewFeatures .Features .FeaturesBox dt{
    display: block;
    width: calc(100vw * (650 / 1280));
    max-width: 650px;
    aspect-ratio: 650/50;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-indent: -999em;
}
#NewFeatures .Features .FeaturesBox dd{
    margin-left: 0.25em;
    font-size: calc(100% * (22 / 26));
    line-height: 150%;
}
#NewFeatures .Features .FeaturesBox#Feature01 dt{
    background-image: url("../images/NF_dt_01_PC.png");
}
#NewFeatures .Features .FeaturesBox#Feature02 dt{
    background-image: url("../images/NF_dt_02_PC.png");
}
#NewFeatures .Features .FeaturesBox#Feature03 dt{
    background-image: url("../images/NF_dt_03_PC.png");
}
#NewFeatures .Features .FeaturesBox#Feature04 dt{
    background-image: url("../images/NF_dt_04_PC.png");
}
#NewFeatures .Features .FeaturesBox#Feature05 dt{
    background-image: url("../images/NF_dt_05_PC.png");
}
*#Copyright {
	width: 100%;
	max-width: 1280px;
	margin: 1em auto 0;
}
#Copyright p {
	font-size: 50%;
    line-height: 150%;
	margin: 0 1vw;
}
/*フローティングバナー*/
#FloatBnr{
    display: none;
    position: fixed;
    width: calc(100vw * (500 / 990));
    max-width: 500px;
    height: auto;
    aspect-ratio: 500/160;
    background: url("../images/p01_bnr_PC.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
    z-index: 1000;
    right: 0;
    bottom: 0;
    transition: 1s;
}
#FloatBnr.show {
    display: block;
    animation: slideinRight 1s;
}
#FloatBnr a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
}
@keyframes slideinRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
br.PC {
    display: block;
}
br.Port {
    display: none;
}
/*タブレット*/
@media (max-width: 1279px) {
    #DLswitch li {
        font-size: 1.3vw;
    }
    #DLswitch li#DLbadge a {
        margin: 0 1em;
    }
    #DLswitch li#DLbadge img {
        height: 4.5vw;
        width: auto;
    }
    #Wrapper {
        font-size: 2vw;
        line-height: 150%;
    }
/*SP*/
@media (max-width: 767px) {
    #GotoTop {
        height: 10vw;
        width: 10vw;
        border-radius: 5vw;
    }
    #GotoTop a {
        font-size: 1.75vw;
        line-height: 10vw;
    }
    #DLswitch ul {
        height: auto;
        max-height: 50vh;
    }
    #DLswitch li#DLQR {
        display: none;
    }
    h1#LogoArea {
        height: 35vmin;
        max-height: 35vmin;
        background: url("../images/h_logo.png") no-repeat center bottom #ffffff;
        background-size: 80vmin auto;
        text-indent: -999em;
    }
    #TsunaagLogo a {
        width: 40vmin;
        max-width: 200px;
        height: 9vmin;
        max-height: 45px;
    }
    /* 縦向きの場合のスタイル */
    @media screen and (max-aspect-ratio: 11/10) {
        #GotoTop {
            height: 15vw;
            width: 15vw;
            border-radius: 7.5vw;
        }
        #GotoTop a {
            font-size: 2vw;
            line-height: 15vw;
        }
        #DLswitch ul {
            -ms-flex-wrap: wrap;
            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 a{
            font-size: 90%;
            line-height: 1em;
        }
        #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;
        }
        #Wrapper {
            font-size: 5vw;
            line-height: 150%;
        }
        #Top {
            display: block;
            width: 100%;
            height: auto;
            background: url("../images/top_img_SP.jpg") no-repeat center top;
            background-size: 100% auto;
            position: relative;
        }
        #Top h2 {
            display: block;
            width: 100%;
            height: auto;
            aspect-ratio: 750/235;
            background: url("../images/top_h2_SP.png") no-repeat center center;
            background-size: contain;
            text-indent: -999em;
        }
        #Top p.BodyCopy {
            display: block;
            width: 100%;
            height: auto;
            aspect-ratio: 750/200;
            background: url("../images/top_body_SP.png") no-repeat center center;
            background-size: contain;
            text-indent: -999em;
        }
        #Top p.Point {
            display: block;
            width: calc(100% * (550/750));
            height: auto;
            aspect-ratio: 550/300;
            background: url("../images/top_point_SP.png") no-repeat center center;
            background-size: contain;
            text-indent: -999em;
            position: relative;
            margin-top: calc(100vw * (550 / 750));
            margin-left: auto;
            margin-right: auto
        }
        #Top .ContentsBox {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-flow: column;
            gap: 2vw;
            width: calc(100% * (650 / 750));
            position: static;
            transform: translateX(0%);
            margin: 0 auto;
            margin-top: -5vw;
        }
        #Top .ContentsBox figure {
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 2vw;
        }
        #Top .ContentsBox figure img {
            width: 40vw;
            max-width: 40vw;
            height: auto;
            aspect-ratio: 260/640;
        }
        #Top .ContentsBox ul {
            padding-top: 1em;
        }
        #Top .TopBnr {
            display: block;
            position: fixed;
            right: 0;
            bottom: 0;
            width: 100%;
            height: auto;
            aspect-ratio: 750/530;
            animation: image_anime 2s ease infinite;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
        }
        #p01 {
            overflow: visible;
            margin-bottom: 0;
        }
        #p01 .ContentsBox {
            width: calc(100% * (700 / 750));
            padding: 0.75em;
            margin-bottom: 5em;
        }
        #p01 .ContentsBox h2 {
            width: calc(100% * (650 / 700));
            height: auto;
            aspect-ratio: 650/360;
            margin: 0 auto 1em;
            background: url("../images/p01_h2_SP.png") no-repeat center center;
            background-size: contain;
        }
        #p01 .ContentsBox #TsunaagPoint a {
            width: 100%;
            height: auto;
            aspect-ratio: 400/225;
        }
        #p02 {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-flow: column;
            width: 100%;
            height: auto;
            aspect-ratio: unset;
            margin: 0 auto 2em;
            position: relative;
        }
        #p02 h2 {
            display: block;
            width: calc(100% * (480 / 750));
            height: auto;
            aspect-ratio: 480/600;
            background: url("../images/p02_h2_SP.png") no-repeat center center;
            background-size: contain;
            position:static;
            margin-left: auto;
            margin-right: 0;
        }
        #p02 figure {
            width: calc(100% * (510 / 750));
            height: auto;
            aspect-ratio: 610/700;
            position: static;
            margin-top: calc( -100vw * (300 / 750));
        }
        #p02 h3 {
            display: block;
            height: calc(100vw * (60 / 750));
            width: auto;
            aspect-ratio: 600/50;
        }
        #p02 .ContentsBox p {
            margin-left: 0;
            line-height: 175%;
            text-align: center;
        }
        #p03 h2 {
            display: block;
            width: calc(100% * (550 / 750));
            height: auto;
            aspect-ratio: 550/710;
            background: url("../images/p03_h2_SP.png") no-repeat center center;
            background-size: contain;
            text-indent: -999em;
            margin: 0 auto auto 0;
        }
        #p03 figure:nth-of-type(1) {
            width: calc(100% * (500 / 750));
            height: auto;
            aspect-ratio: 600/775;
            margin-top: calc( -100vw * ( 430 / 750));
            margin-left: auto;
            margin-right: calc( -100% * (25 / 750));
        }
        #p03 figure:nth-of-type(2) {
            width: calc(100% * (500 / 750));
            height: auto;
            aspect-ratio: 600/700;
            margin-left: calc( 100vw * (30 / 750));
            margin-right: 0;
            margin-top: calc( -100vw * ( 260 / 750));
        }
        #p03 .ContentsBox {
            width: 95%;
            margin: 0 auto;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-flow: column;
            gap: 1em;
            position: static;
            top:0;
            left:0;
            transform: translateY(0);
        }
        #p03 h3 {
            display: block;
            height: calc(100vw * (60 / 750));
            width: auto;
        }
        #p03 .ContentsBox p {
            margin-left: 0;
            line-height: 175%;
            text-align: center;
        }
        #NewFeatures{
            padding-bottom: 0;
        }
        #NewFeatures .Title01{
            width: 100%;
            height: auto;
            aspect-ratio: 750/450;
            background: url("../images/NF_title01_SP.png") no-repeat center center;
            background-size: contain;
            text-indent: -999em;
        }
        #NewFeatures p.BodyCopy{
            font-size: 100%;
            line-height: 150%;
        }
        #NewFeatures #VoiceBlock{
            width: calc( 100% * (635 / 720));
            margin: 1em auto;
            display: flex;
            justify-content:flex-start;
            align-items: flex-start;
            flex-flow: column;
            gap:2em;
        }
        #NewFeatures #VoiceBlock .VoiceBox{
            width: 100%;
        }
        #NewFeatures #VoiceBlock .VoiceBox .Request{
            position: relative;
            font-size: 100%;
            line-height: 150%;
            padding-left: calc( 100vw * (120/750) + 0.5em);
        }
        #NewFeatures #VoiceBlock .VoiceBox .Request::before{
            content: '';
            display: block;
            width: calc( 100vw * (120/750));
            height: auto;
            aspect-ratio: 90/100;
            margin: 0;
            position: absolute;
            left:0;
            top:50%;
            transform: translateY(-50%);
        }
        #NewFeatures #VoiceBlock .VoiceBox .Answer{
            width: 100%;
            height: auto;
            aspect-ratio: 635/140;
        }
        #NewFeatures #VoiceBlock .VoiceBox:nth-of-type(1) .Answer{
            background-image: url("../images/NF_voice_01_SP.png");
            background-size: contain;
        }
        #NewFeatures #VoiceBlock .VoiceBox:nth-of-type(2) .Answer{
            background-image: url("../images/NF_voice_02_SP.png");
            background-size: contain;
        }
        #NewFeatures #VoiceBlock .VoiceBox:nth-of-type(3) .Answer{
            background-image: url("../images/NF_voice_03_SP.png");
            background-size: contain;
        }
        #NewFeatures .ContentsBlock{
            margin-top: 2em;
        }
        #NewFeatures .ContentsBlock h2{
            display: block;
            width: calc(100% * (600 / 750));
            height: auto;
            aspect-ratio: 600/710;
            background: url("../images/NF_h2_SP.png") no-repeat center center;
            background-size: contain;
            margin-left: auto;
            margin-right: 0;
        }
        #NewFeatures .ContentsBlock figure:nth-of-type(1) {
            width: calc(100% * (500 / 750));
            height: auto;
            aspect-ratio: 600/690;
            margin-top: -9em;
            margin-left: 1em;
            margin-right: auto;
        }
        #NewFeatures .ContentsBlock figure:nth-of-type(2) {
            width: calc(100% * (500 / 750));
            height: auto;
            aspect-ratio: 600/790;
            margin-left: auto;
            margin-right: 1em;
            margin-top: -8em;
        }
        #NewFeatures .ContentsBlock .NewFeaturesPoint{
            aspect-ratio: 750/250;
            background: url("../images/NF_point_text_SP.png") no-repeat center center;
            background-size: contain;
            margin: 1em auto;
        }
        #NewFeatures .ContentsBlock .ContentsBox {
            position: static;
            justify-content: center;
            align-items: center;
            width: 95%;
            margin: 0 auto;
        }
        #NewFeatures .ContentsBlock .ContentsBox h3 {
            display: block;
            height: calc(100vw * (60 / 750) );
            width: auto;
            margin-left: auto;
            margin-right: auto;
        }
        #NewFeatures .ContentsBlock .ContentsBox p {
            margin-left: 0;
            line-height: 175%;
            text-align: center;
        }
        #NewFeatures .Features{
            width: 100%;
            border-radius:0;
            margin-bottom: 0;
        }
        #NewFeatures .Features .Title02{
            width: calc(100vw * (634 / 750));
            height: auto;
            aspect-ratio: 634/280;
            background:url("../images/NF_title02_SP.png") no-repeat center center;
            background-size: contain;
        }
        #NewFeatures .Features .BodyCopy{
            width: calc(100vw * (634 / 750));
            height: auto;
            aspect-ratio: 634/410;
            background:url("../images/NF_copy_SP.png") no-repeat center center #ffffff;
            background-size: contain;
        }
        #NewFeatures .Features .FeaturesBox{
            flex-flow: column;
            gap:1em;
        }
        #NewFeatures .Features .FeaturesBox figure{
            width: calc( 100vw * (378/750));
            height: auto;
            aspect-ratio: 1/1;
            order: 2;
        }
        #NewFeatures .Features .FeaturesBox dl{
            display: contents;
        }
        #NewFeatures .Features .FeaturesBox dt{
            display: block;
            width: calc(100vw * (634 / 750));
            order: 1;
        }
        #NewFeatures .Features .FeaturesBox#Feature01 dt{
            background-image: url("../images/NF_dt_01_SP.png");
            aspect-ratio: 634/125;
        }
        #NewFeatures .Features .FeaturesBox#Feature02 dt{
            background-image: url("../images/NF_dt_02_SP.png");
            aspect-ratio: 634/55;
        }
        #NewFeatures .Features .FeaturesBox#Feature03 dt{
            background-image: url("../images/NF_dt_03_SP.png");
            aspect-ratio: 634/55;
        }
        #NewFeatures .Features .FeaturesBox#Feature04 dt{
            background-image: url("../images/NF_dt_04_SP.png");
            aspect-ratio: 634/125;
        }
        #NewFeatures .Features .FeaturesBox#Feature05 dt{
         background-image: url("../images/NF_dt_05_SP.png");
            aspect-ratio: 634/125;
        }
        #NewFeatures .Features .FeaturesBox dd{
            margin-left: 0;
            font-size: 100%;
            line-height: 150%;
            text-align: center;
            order: 3;
        }
        #Copyright p {
			font-size: 2vw;
			line-height: 150%;
			margin: 0 1vw;
			margin-left: calc(1vw + 2em);
			text-indent: -1.5em;
		}
        /*フローティングバナー*/
        #FloatBnr{
            position: fixed;
            bottom: calc(-100vw * (280 / 750));
            width: 100vw;
            height: auto;
            aspect-ratio: 750/280;
            background: url("../images/p01_bnr_SP.png") no-repeat center center;
            background-size: contain;
            text-indent: -999em;
        }
        br.PC {
            display: none;
        }
        br.Port {
            display: block;
        }
    }
}
@keyframes image_anime {
    0% {
        background-image: url("../images/top_bnr_SP01.png"); /* 背景画像1を指定 */
    }
    49% {
        background-image: url("../images/top_bnr_SP01.png"); /* 背景画像1を指定 */
    }
    50% {
        background-image: url("../images/top_bnr_SP02.png"); /* 背景画像2を指定 */
    }
    99% {
        background-image: url("../images/top_bnr_SP02.png"); /* 背景画像2を指定 */
    }
    100% {
        background-image: url("../images/top_bnr_SP01.png"); /* 背景画像1を指定 */
    }
}