html,
body {
    font-family: 'Noto Sans CJK JP', sans-serif;
    margin: 0;
    overflow-x: hidden;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
a {
    margin: 0;
}

p {
    font-size: 16px;
    line-height: 2;
}

img {
    width: 100%;
}

a {
    color: black;
    text-decoration: none;
    font-size: 14px;
}

.show {
    display: block!important;
}

.green {
    color: #57A8A8;
}


/*.container {
    max-width: 1166px;
    margin: auto;
}
*/

.logo p {
    margin: 0 0 0 6%;
    font-weight: bold;
}

.pc {
    display: block;
}

.sp {
    display: none!important;
}


/* header */

.header {
    top: 0%;
    width: 100%;
    position: fixed; /*       $03CDX */
    z-index: 1000;   /*    j   [   $0151O $0282$0255\   */
    background-color: #fff; /*  w i F   w $80B5 $0109  $0317v f       $0202  $60A4 $0242    */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /*  e  t   $010E  F         */
}

.container_header {
    max-width: 1166px;
    margin: auto;
}

.header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6% 3% 0.6% 5%;
}

.header .header_content .navgation ul {
    margin: 0%;
}

.header .header_content .navgation ul li {
    display: inline;
    float: left;
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin-right: 1vw;
    font-family: 'NotoSansJP';
    padding: 0 16px;
    background-image: linear-gradient(to right, #ffffff, #000000);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    -webkit-transition: background-size .5s ease;
    transition: background-size .5s ease;
}

.header .header_content .navgation ul li a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 18px;
}

.header .header_content .navgation ul li:last-child i {
    font-size: 24px;
    margin-bottom: 8px;
}

.header .header_content .navgation ul li:hover {
    /*background-size: 100% 2px;*/
}

.header .header_content .reverse_btn .reverse_link {
    color: #A30F15;
    border: 1px solid #FFD500;
    text-decoration: none;
    background-color: white;
    padding: 7px 20px;
    border-radius: 7px;
    transition: 0.5s;
}

.header .header_content .reverse_btn .reverse_link:hover {
    color: #fff;
    background-color: white;
    border: 1px solid #FFD500;
}

.header .menu_btn {
    display: none;
    z-index: 10;
}

.menu_btn .container {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 2px;
    transition: 0.4s;
    background-color: #C4E8E8;
}

.bar2 {
    margin: 6px 0;
    background-color: #C4E8E8;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-2px, 0px);
    background-color: white;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-10px, -10px);
    background-color: white;
}

.overlay {
    display: none;
}

.overlay {
    height: 100vh;
    width: 0%;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: #333333;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-content ul li {
    list-style: none;
    position: relative;
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    -webkit-transition: background-size .5s ease;
    transition: background-size .5s ease;
}

.overlay-content ul li:hover {
    background-size: 100% 2px;
}

.overlay-content ul {
    margin: 30px;
    padding: 0;
}

.overlay a {
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    text-align: left;
    border-bottom: 1px solid #666666;
    padding: 15px;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 60px;
}


/* header */

.logo {
    width: 220px;
    padding: 1% 0 1%;
}

.logo h6 {
    padding: 4% 13%;
    color: white;
    background-color: #EB0000;
}

.navgation {
    display: flex;
    justify-content: center;
}


/* top banner section*/

.top-banner {
    position: relative;
    background: url(/img/usr/freepage/lp/standit-w_special/fv_img.png) no-repeat;
    background-size: 100% 100%;
    background-position: top right;
    height: auto;
}

.top-txt {
    padding: 20% 15% 0 61%;
}

.top-txt h1 {
    font-size: 23px;
    background-color: white;
    padding: 5px 10px;
    width: fit-content;
    margin-bottom: 5%;
}

.top-txt h1 span {
    color: #57A8A8;
}

.top-bottom h1 {
    color: #53AAAA;
    font-size: 33px;
    padding: 8% 0% 0 67%;
}

.top-bottom img {
    width: 31%;
    padding: 1% 21% 8% 48%;
}

.scroll {
    position: absolute;
    left: 10%;
    top: 85%;
}

.scrollText {
    font-weight: bold;
    color: #76807F;
    font-size: 14px;
    transform: rotate(90deg);
}

.scroll-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.scrollGuide {
    padding-top: 25px;
}

.scrollGuide i {
    display: block;
    width: 2px;
    height: 165px;
    margin-top: 18px;
    background-color: #76807F;
    position: relative;
}

.scrollGuide i::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #76807F;
    background-color: #fafafa;
    position: absolute;
    top: 0;
    left: -6px;
    border-radius: 50%;
    animation: scrollGuide-animation 5s infinite normal;
}

@keyframes scrollGuide-animation {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 1100%, 0);
    }
}


/* concept section */

.concept {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    padding: 130px 0 100px;
}

.concept-txt {
    width: 55%;
    position: relative;
}

h3.sec-title {
    font-size: 80px;
    font-weight: 400;
}

h6.sec-subtitle {
    font-size: 18px;
}

.concept-txt h4 {
    font-size: 46px;
    position: absolute;
    top: 200px;
    width: max-content;
}

.concept-txt h5 {
    font-size: 34px;
    padding-bottom: 42px;
    padding-top: 120px;
}

.concept-img {
    width: 52%;
    margin-right: -8%;
}


/* products section */

.products {
    padding: 76px 0 0;
    background-color: #D8DBDB;
}

.products-contents {
    max-width: 960px;
    margin: 0 auto;
}

.product-box {
    padding-bottom: 180px;
    display: flex;
    justify-content: space-between;
}

.product-box-img,
.product-inner {
    width: 47%;
}

.product-title {
    display: flex;
    align-items: center;
}

.product-title img {
    width: 70px;
    padding-right: 10px;
}

.product-title h5 {
    font-size: 27px;
}

.product-title h5 span {
    font-size: 32px;
}

.product-inner p {
    padding: 33px 0;
}

.product-inner p span.highlight {
    font-weight: bold;
    background-image: linear-gradient(0deg, #fff 35%, transparent 0);
    background-size: auto 80%;
    text-decoration: none;
    padding-bottom: 1%;
}

.product-inner button {
    border-radius: 50px;
    background-color: #57A8A8;
    border: none;
}

.product-inner button a {
    color: #fff;
    font-size: 13px;
    padding: 12px 50px;
    display: block;
}


/* lineup section */

.lineup {
    background-color: #546261;
    padding: 100px 0;
}

.lineup-inner {
    max-width: 960px;
    margin: 0 auto;
}

.lineup-title {
    display: flex;
    align-items: center;
}

.lineup-caption {
    color: #fff;
    width: 30%;
}

.lineup-txt p {
    color: #fff;
}

.lineup-txt h5 {
    font-size: 25px;
    color: #FFFCA5;
    padding-top: 20px;
}

.lineup-content {
    margin: 40px 0;
    background-color: #fff;
    padding: 40px 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lineup-content img {
    width: 50%;
    margin: 0 auto;
    position: relative;  /*  $0292u     $0302  $07C2$0255K v */
    left: -6%;  /*     6%   $70B5 $0702  */
}

.lineup-select {
    width: 50%;
}

.lineup-select select {
    padding: 20px 40px;
    border: 2px solid #76807F;
    border-radius: 50px;
    width: 100%;
    margin-bottom: 20px;
}

.lineup-select h6 {
    font-size: 19px;
    padding: 20px 0 0;
}

.lineup-inner button {
    border-radius: 50px;
    background-color: #50B4B4;
    border: none;
    display: flex;
    margin: 0 auto;
}

.lineup-inner button a {
    color: #fff;
    font-size: 19px;
    padding: 28px 150px;
}

button {
    box-shadow: 0px 3px 6px grey;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/img/usr/freepage/lp/standit-w_special/arr.webp) no-repeat right 25px center;
    background-size: 10px;
}

select:focus {
    outline: none;
    background-color: #C4E8E8;
}


/* slides section */

.slides img {
    padding: 0 5px;
}


/* case section */

.case {
    padding: 100px 0;
    max-width: 960px;
    margin: 0 auto;
}

.case-caption {
    padding-bottom: 20px;
}

.case-box {
    margin: 40px 0;
    padding: 50px;
}

.case .case-box-first {
    background-color: #C4E8E8;
}

.case .case-box-second {
    background-color: #B0CCCC;
}

.case-inner {
    display: flex;
    align-items: center;
}

.case-inner img {
    width: 55%;
    margin-left: -12%;
}

.case-txt {
    padding-left: 5%;
}

.case-txt h4 {
    font-weight: 500;
    font-size: 44px;
    text-align: left;
    color: #fff;
}

.case-txt h6 {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: left;
    color: #111;
    padding: 5px 10px;
    background-color: #fff;
    margin: 20px 0;
}

.case-txt h5 {
    font-size: 23px;
    line-height: 45px;
    text-align: left;
    color: #111;
}

.case-box p {
    padding-top: 40px;
}

.case button {
    border-radius: 50px;
    background-color: #C4E8E8;
    border: none;
    display: flex;
    margin: 0 auto;
}

.case button a {
    font-size: 16px;
    padding: 17px 92px;
}


/* middle section */

.middle {
    position: relative;
    margin: 100px 0;
}

.middle h5 {
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #212121;
    padding: 5px 20px;
    background-color: #fff;
}

.middle-txt-first {
    top: 53%;
    left: 66%;
}

.middle-txt-second {
    top: 61%;
    left: 66%;
}

.middle-txt-third {
    top: 69%;
    left: 66%;
}


/* design section */

.design {
    padding: 0 0 200px;
}

.design-title {
    display: flex;
    align-items: flex-end;
}

.design-title-left {
    width: 35%;
    padding-left: 15%;
}

.design-title-right {
    width: 50%;
}

.design-func {
    padding-top: 70px;
    display: flex;
    align-items: flex-end;
}

.design-func img {
    display: block;
}

.design-func>img {
    width: 45%;
    padding-right: 5%;
}

.design-func-inner {
    width: 50%;
}

.design-func-title {
    font-size: 43px;
    background-image: linear-gradient(0deg, #C4E8E8 50%, transparent 0);
    background-size: auto 80%;
    text-decoration: none;
    padding-bottom: 3%;
    padding-left: 3%;
    margin-bottom: -2%;
    background-repeat: no-repeat;
}

.design-func-imgs {
    display: flex;
    justify-content: space-between;
    padding-top: 7%;
    max-width: 640px;
}

.design-func-imgs img {
    width: 48%;
}


/* intro section */

.intro {
    padding-bottom: 200px;
}

.intro-title {
    font-size: 43px;
    background-image: linear-gradient(0deg, #C4E8E8 50%, transparent 0);
    background-size: auto 60%;
    text-decoration: none;
    padding-bottom: 3%;
    padding-right: 1%;
    width: 55%;
    text-align: right;
    background-repeat: no-repeat;
}

.intro-imgs {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 30px;
}

.intro-imgs img {
    width: 49%;
}

.intro-txt {
    max-width: 960px;
    margin: 40px auto !important;
    text-align: center !important;
}

.intro-content {
    box-shadow: 5px 3px 10px grey;
    padding: 75px 95px;
    position: relative;
    max-width: 760px;
    margin: 60px auto;
}

.intro-content h4 {
    text-align: center;
    font-size: 39px;
    text-align: center;
    color: #57a8a8;
}

.dec1 {
    position: absolute;
    width: 100px;
    right: 20px;
    top: -30px;
}

.dec2 {
    position: absolute;
    width: 60px;
    left: 20px;
    bottom: -30px;
}

.intro-diagram {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.intro-diagram h6 {
    width: 223px;
    background-color: #C4E8E8;
    border-radius: 50%;
    font-size: 21px;
    height: 223px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.intro-content-imgs {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.intro-content-imgs img {
    width: 49%;
}


/* model section */

.model {
    padding: 0 0 200px;
}

.model-title {
    font-size: 43px;
    background-image: linear-gradient(0deg, #C4E8E8 50%, transparent 0);
    background-size: auto 60%;
    text-decoration: none;
    padding-bottom: 3%;
    padding-left: 1%;
    width: 75%;
    background-repeat: no-repeat;
    margin-left: 25%;
}

.model p.model-txt {
    padding: 20px 0 60px 0;
    max-width: 960px;
    margin: 0 auto;
}

.model-tables {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}

.tb-black,
.tb-white {
    width: 48%;
}

.tb-black h6,
.tb-white h6 {
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.tb-black-boxes,
.tb-white-boxes {
    display: flex;
    flex-wrap: wrap;
}

.tb-white-boxes {
    max-width: 280px;
    margin: 0 auto;
}


.tb-black-box {
    width: calc( 35% - 10px);
    padding-bottom: 20px;
}

.tb-white-box {
    width: calc( 53% - 15px);
    padding-bottom: 20px;
}

.tb-black-box p,
.tb-white-box p {
    font-size: 12px;
    text-align: center;
}

.model-imgs {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 0 50px;
}

.model-imgs img {
    width: 48%;
}

.model-ref {
    display: flex;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

.model-ref-inner {
    width: 55%;
    padding-right: 5%;
}

.model-ref-inner h5 {
    font-size: 27px;
    text-align: left;
    color: #57a8a8;
    padding-bottom: 35px;
}

.model-ref img {
    width: 40%;
}


/* function section */

.function {
    padding-bottom: 200px;
}

.function-title {
    font-size: 43px;
    background-image: linear-gradient(0deg, #C4E8E8 50%, transparent 0);
    background-size: auto 60%;
    text-decoration: none;
    padding-bottom: 3%;
    padding-left: 25%;
    width: 22%;
    background-repeat: no-repeat;
}

.function-boxes {
    padding-top: 75px;
    max-width: 960px;
    margin: 0 auto;
}

.function-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.function-box img {
    width: 30%;
    padding: 0 5% 0 5%;
}

.function-box-txt {
    width: 60%;
}

.function-box-txt h5 {
    font-size: 27px;
    text-align: left;
    padding-bottom: 15px;
}


/* assem section */

.assem {
    padding: 150px 0;
    background-color: #D8DBDB;
}

.assem h4 {
    text-align: center;
    font-size: 39px;
    letter-spacing: 0.05em;
    background-color: #fff;
    padding: 5px 20px;
    width: fit-content;
    margin: 0 auto;
}

.assem-imgs {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px 0 30px;
}

.assem-imgs img {
    width: 49%;
}

.assem-txt {
    max-width: 960px;
    margin: 0 auto;
}

.assem-txt h5 {
    font-size: 25px;
    padding-bottom: 20px;
}

.assem-txt h5 span {
    font-size: 34px;
}

.assem-intro {
    max-width: 840px;
    margin: 80px auto 0;
    background-color: #fff;
    padding: 55px;
}

.assem-intro-inner {
    display: flex;
    align-items: center;
}

.assem-intro-inner img {
    width: 60%;
    padding-right: 5%;
    margin-left: -13%;
    padding-bottom: 40px;
}

.assem-intro-txt h6 {
    color: #fff;
    font-size: 20px;
    background-color: #57A8A8;
    padding: 5px 40px;
}

.assem-intro-txt h5 {
    font-size: 25px;
    padding: 30px 0;
}

.assem-intro-txt h4 {
    font-size: 34px;
    text-align: left;
    color: #57a8a8;
    padding: 0;
}


/* voice section */

.voice {
    padding: 80px 0 120px;
    background-color: #C4E8E8;
    position: relative;
}

.voice-caption {
    max-width: 960px;
    margin: 0 auto;
}

.voice-boxes {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.voice-box {
    width: 516px;
    margin: 0 12px;
    padding: 30px 30px 0;
    background-color: #fff;
}

.voice-box-inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}

.voice-title {
    width: 60%;
    padding-right: 5%;
}

.voice-box-inner img {
    width: 35%;
}

.voice-title h6 {
    font-weight: 500;
    font-size: 27px;
    text-align: left;
    color: #fff;
    padding: 5px 35px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #57A8A8;
    margin-left: -30px;
    margin-bottom: 20px;
    width: fit-content;
}

.voice-title h5 {
    font-size: 23px;
}

.slick-prev,
.slick-next {
    display: none!important;
}

.voice .scroll {
    position: absolute;
    left: 75%;
    top: 24%;
}

.voice .scroll-inner {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.voice .scrollText {
    font-weight: bold;
    color: #76807F;
    font-size: 14px;
    transform: rotate(0);
    position: relative;
}

.voice .scrollGuide {
    position: relative;
    padding-top: 0;
    margin-left: 10px;
    margin-top: -15px;
}

.voice .scrollGuide i {
    display: block;
    width: 165px;
    height: 2px;
    margin-top: 16px;
    background-color: #76807F;
    position: relative;
}

.voice .scrollGuide i::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #76807F;
    background-color: #fafafa;
    position: absolute;
    top: -5px;
    left: 0;
    border-radius: 50%;
    animation: voicescrollGuide-animation 5s infinite normal;
}

@keyframes voicescrollGuide-animation {
    0% {
        transform: translate3d( 0, 0, 0);
    }
    100% {
        transform: translate3d(1100%, 0, 0);
    }
}


/* faq section */

.faq {
    padding: 125px 0;
    max-width: 960px;
    margin: 0 auto;
}

.faq h4 {
    font-size: 39px;
    padding-bottom: 50px;
    text-align: center;
}

.faq button {
    border-radius: 50px;
    background-color: #C4E8E8;
    border: none;
    margin: 40px auto 0;
    display: flex;
}

.faq button a {
    font-size: 16px;
    padding: 18px 100px;
}

.faq-container {
    border-top: 1px solid grey;
}

.faq .faq-container-last {
    border-bottom: 1px solid grey;
}

.question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 80px 20px 40px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question h2 {
    font-size: 44px;
    text-align: left;
    color: #c4e8e8;
    padding-right: 20px;
}

.question::after {
    content: url(/img/usr/freepage/lp/standit-w_special/arr.webp);
    font-size: 1rem;
    position: absolute;
    right: 40px;
    transition: 0.2s;
}


/* .question.active::after {
    transform: rotate(45deg);
} */

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 20px 20px 20px 40px;
    line-height: 1.5rem;
    display: flex;
    align-items: flex-start;
}

.answer h2 {
    font-size: 44px;
    text-align: left;
    color: #D99680;
    padding-right: 20px;
    padding-top: 10px;
}

.answer p a {
    font-size: 16px;
    text-decoration: underline;
}

.faq-container:nth-child(6),
.faq-container:nth-child(7),
.faq-container:nth-child(8),
.faq-container:nth-child(9) {
    display: none;
}


/* cart icon section */

.cart-icon {
    position: fixed;
    right: 15%;
    bottom: 3%;
}

.cart-icon img {
    width: 120px;
}

.cart-icon img.icon-focus {
    display: none;
}

.cart-icon:hover img.icon-default {
    display: none;
}

.cart-icon:hover img.icon-focus {
    display: block;
}


/* footer section */

.footer {
    padding: 120px 0;
    text-align: center;
    background-color: #B0CCCC;
}

.footer img {
    width: 384px;
}

.copyright {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: center;
    color: #76807f;
    padding: 15px 0;
}

/* 20250514追加 */
/*
.top-banner {
    position: relative;
}
*/

.banner-container {
    position: absolute !important;
    top: 9% !important;
    left: 10% !important;
    width: 360px !important;
    height: auto !important;
}

.banner-container a:hover {opacity:0.6;}

.banner-image {
    width: 100%;
    max-width: 360px;
    height: auto;
}
