@charset "utf-8";
/* CSS Document *//* lint_off */
@font-face {     
    font-family: 'Local Noto Sans JP';     
    src: local('Noto Sans JP'), /* Windows用 */
        local('Noto Sans CJK JP Regular') /* Android用 */;}   
@font-face {
    font-family: 'Zen Kaku Gothic New';     
    src: url("../font/ZenKakuGothicNew-Regular.ttf") format('truetype');
    font-weight: 500; 
    font-style:normal;
}   
@font-face {
    font-family: "InterNum";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    src: url("../font/Inter-VariableFont_opsz,wght.ttf") format('truetype');
    unicode-range: U+0030-0039, U+002B-002F, U+00A5;}  
@layer reset, base, layout, component, utility;
:root{--main-color: #888;--sub-color:#567c8a;--accent-color:#fff9f0;--base-color:#000;--formbtn-color:#aacac5;--formbtn-color2: #f1f1e6;--bg-color:#ecf6f8; --text-color:#575452;
--main-max-width: 1300px;--max-width: 1000px;}
@layer layout{
    .content-stack{
        color: var(--text-color);
        overflow: hidden;
    }
    .content-stack a{
        color: var(--sub-color);
    }
    .bgwave{
        position: relative;
        background-color: var(--bg-color);
    }
    .bgwave img.wave{
        position: absolute;
        width: 100%;
        bottom: -1px;
        height: auto;
        pointer-events: none;
        z-index: 10;
        aspect-ratio: 192 / 13; /* 縦長の比率を指定 */
    }
    
    .bgpattern1{
        background-color: #fff9f0;
        background-image:url("../img/main/pattern.png");
        background-size: 15px;
    }
    .bgpattern2{
        background: var(--bg-color);
    }
    .bgpattern3{
        background: var(--accent-color);
    }
    h2.contentTitle{
        font-size: 2em;
        color: var(--sub-color);
        letter-spacing: 3px;
        z-index: 30;
        & small{
            display: block;
            font-size: 12px;
            font-weight: 500;
            color: var(--main-color);
        }
    }
    
    .top-image{
        position: relative;
        overflow: hidden;
        & img.mvimage1{
            position: absolute;
            width: 30%;
            top: -8%;
            left: -2%;
            aspect-ratio: 96 / 73;
            z-index: 5;
        }
        & img.mvimage2{
            position: absolute;
            width: 30%;
            height: auto;
            bottom: 0%;
            left: calc(55% + 200px);
            aspect-ratio: 233 / 202;
            z-index: 5;
        }
        & img.whirlpool1{
            position: absolute;
            width: 5%;
            height: auto;
            top: 20%;
            left: 90%;
            aspect-ratio: 90 / 89;
            z-index: 5;
        }
        & img.whirlpool2{
            position: absolute;
            width: 5%;
            height: auto;
            bottom: 30%;
            left: calc(5% + 100px);
            aspect-ratio: 90 / 89;
            z-index: 5;
        }
        & .top-image-wrap{
            width: 80%;
            max-width: 800px;
            margin: auto;
            padding: 100px 0 200px;
            display: flex;
            flex-direction: row;
            position: relative;
            align-items: center;
            z-index: 1;
            & .mvlogo{
                display: block;
                width: 50%;
                height: auto;
                & img{
                    position: absolute;
                    right: 45%;
                    left: 0;
                    top: 0;
                    bottom: 20%;
                    margin: auto;
                    z-index: 10;
                    width: inherit;
                }
                & p{
                    position: absolute;
                    right: 45%;
                    left: 0;
                    top: 10%;
                    bottom: 0;
                    margin: auto;
                    z-index: 10;
                    height: max-content;
                    width: max-content;
                    font-size: clamp(15px, 2vw, 18px);
                    line-height: 2em;
                }
            }
            & .image-window{
                max-width: 400px; /* 窓の幅 */
                width: 50%;
                flex-shrink: 0;
                aspect-ratio: 8 / 9; /* 縦長の比率を指定 */
                margin-left: auto;
                position: relative;
                & img.bird2, img.flower2{
                    position: absolute;
                    z-index: 10;
                }
                & img.bird2{
                    max-width: 216px;
                    width: 40%;
                    right: -10%;
                    top: 0;
                }
                & img.flower2{
                    width: 30%;
                    bottom: -20px;
                    left: -50px;
                }
                & img.main-image{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    clip-path: inset(0 round 999px 999px 0 0);
                }
            }
        }
        
    }
    .top-image.page-title{
        & .page-title-wrap{
            padding: 100px 0;
            text-align: center;
            max-width: var(--max-width);
            margin: auto;
        }
        & h1{
            z-index: 50;
            position: relative;
            font-size: 2em;
            letter-spacing: 5px;
            font-weight: 600;
            font-family: "Zen Kaku Gothic New";
            & span{
                color: var(--sub-color);
                font-size: 13px;
                font-weight: 500;
                display: block;
            }
        }
        & img.mvimage1{
            top: auto;
            width: auto;
            height: 100%;
            bottom: 20%;
            left: auto;
            right: 75%;
            aspect-ratio: 86 / 73;
        }
        & img.mvimage2{
            width: auto;
            height: 100%;
            left: 70%;
            top: 30%;
            aspect-ratio: 932 / 737;
        }
        & img.h_bird{
            position: absolute;
            width: 20%;
            max-width: 110px;
            bottom: 0;
            left: calc(30% - 55px);
        }
    }
    .welcome-content{
        padding-bottom: 300px;
        background: url("../img/main/trees02@2x.png") no-repeat center bottom;
        background-size: contain;
        text-align: center;
        position: relative;
        & .welcome-wrap{
            position: relative;
            width: 80%;
            max-width: var(--max-width);
            margin: auto;
            padding: 100px 0 200px;
            font-size: 1.25em;
            overflow: hidden;
            line-height: 1.8em;
            & .vector1, .vector2{
                position: absolute;
                z-index: 0;
                width: 20%;
                max-width: 175px;
                max-height: 167px;
                & span{
                    position: relative;
                    -webkit-mask-image: url("../img/main/vector.svg");
                    mask-image: url("../img/main/vector.svg");
                    mask-repeat: no-repeat;
                    mask-size: 100% 100%;
                    & img{
                        width: 175px;
                    }
                }
                &::after{
                    display: block;
                    position: absolute;
                    width: 60%;
                    aspect-ratio: 68 / 63;
                    content: "";
                    background: url("../img/main/flower03@2x.png") no-repeat center;
                    background-size: contain;
                }
            }
            & .vector1{
                top: 10%;
                left: 3%;
                &::after{
                    bottom: -10px;
                    left: -20%;
                }
            }
            & .vector2{
                bottom: 10%;
                right: 3%;
                transform: rotate(45deg);
                & img{
                    transform: translate(-4%) rotate(-30deg);
                    width: 180px;
                }
                &::after{
                    top: 20%;
                    right: -30%;
                    transform: scale(-1, 1) rotate(45deg);
                }
            }
            & h1{
                font-size: inherit;
                font-weight: normal;
                z-index: 10;
                width: 90%;
                margin: auto;
                position: relative;
            }
        }
        & .title-welcome{
            text-align: center;
            margin-bottom: 50px;
            & img{
                margin: auto;
                width: 100%;
                max-width: 236px;
                aspect-ratio: 64 / 27;
            }
        }
        & img.whirlpool1{
            position: absolute;
            max-width: 100px;
            width: 10%;
            height: auto;
            top: 10%;
            right: 20%;
            aspect-ratio: 90 / 89;
            z-index: 5;
        }
    }
    
    .topics-content{
        padding-top: 100px;
        padding-bottom: 300px;
        overflow: hidden;
        & .topics-wrap{
            max-width: var(--max-width);
            width: 80%;
            margin: auto;
            border-radius: 10px;
            background: white;
            padding: 50px;
            display: flex;
            align-content: top;
            position: relative;
            & h2{
                width: 200px;
                flex: 0 0 auto;
            }
            & .topics-main{
                text-align: right;
                width: calc(100% - 200px);
            }
            & .topics-main.is-modal {
                position: fixed;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 80%;
                max-width: 600px;
                max-height: 80vh;
                overflow-y: auto;
                background: #fff;
                padding: 30px;
                border-radius: 8px;
                z-index: 9999;
                box-shadow: 0 4px 20px rgba(0,0,0,0.3);
            }
            & .news{
                width: 100%;
                margin-bottom: 0;
                border-bottom: 2px dashed #d9d9d9;
                & div.news-item{
                    text-align: left;
                    display: flex;
                    width: 100%;
                    margin-bottom: 10px;
                    align-items: center;
                    & dt{
                        color: var(--main-color);
                        flex: 0 0;
                        width: 220px;
                        padding-right: 120px;
                        position: relative;
                        line-height: 3em;
                        &::after{
                            content: "お知らせ";
                            background: var(--formbtn-color);
                            color: white;
                            padding: 0 0.5em;
                            border-radius: 5px;
                            line-height: 2em;
                            height: max-content;
                            margin: auto;
                            display: inline-block;
                            position: absolute;
                            inset: 0 1em 0 auto;
                        }
                    }
                    & dd{
                        flex: 1 1;
                        width: 800px;
                        font-size: 1.2em;
                    }
                    &:nth-child(n+4) {
                        display: none;
                    }
                }
            }
            .topics-main.is-modal .news div.news-item {
                display: flex; /* もしくは block など元のデザインに合わせて調整 */
            }
            & img.bird4{
                position: absolute;
                width: 20%;
                min-width: 100px;
                left: -50px;
                bottom: -30px;
                height: auto;
            }
            & img.flower4{
                position: absolute;
                width: 13%;
                min-width: 70px;
                right: -30px;
                top: -50px;
                height: auto;
            }
        }
    }
    a.more-btn{
        margin-top: 30px;
        margin-right: 0;
        background: var(--formbtn-color);
        color: white;
        border-radius: 50px;
        letter-spacing: 4px;
        display: inline-block;
        padding: 5px 2.5em 5px 2em;
        position: relative;
        text-align: center;
        line-height: 1.5em;
        &::after{
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-right: 1px solid #fff;
            border-top: 1px solid #fff;
            top: 0;
            bottom: 0;
            right: 1.5em;
            transform: rotate(45deg);
            display: block;
            margin: auto;
        }
    }
    .topics-main.is-modal .more-btn {
        display: none;
    }
    .attentionBox {
        position: fixed;
        width: 80%;
        max-width: 600px;
        max-height: 80vh;
        overflow-y: auto;
        z-index: 9998;
        box-shadow: 0 4px 20px rgba(0,0,0,0.3);
        border-radius: 10px;
    }
    #modal-overlay {
        display: none; /* 初期は非表示 */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9997;
        cursor: pointer;
        & .closeBtn{
            position: absolute;
            top: 20vh;
            left: 90%;
            color: #fff;
            font-weight: bold;
            z-index: 9999;
        }
        & .attentionBox{
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
    }
    #about-gazoukakou.close{
        display: none;
    }
    
    .products-content{
        background: var(--bg-color);
        text-align: center;
        position: relative;
        margin-bottom: 10vw;
        & .products-wrap{
            padding-top: 100px;
            padding-bottom: 50px;
            margin: auto;
            width: 90%;
            max-width: var(--max-width);
            & h2{
                text-align: center;
            }
            & .more-btn{
                font-size: 1.25em;
            }
        }
        & img.wave{
            position: absolute;
            width: 100%;
            top: calc(100% - 1px);
            height: auto;
            pointer-events: none;
            transform: scale(-1 1);
            aspect-ratio: 192 / 13; /* 縦長の比率を指定 */
        }
    }
    .products-list{
        display: flex;
        gap: 50px 30px;
        flex-wrap: wrap;
        justify-content: space-between;
        --product-width-rate: 3;
        & > a{
            background: white;
            width: calc(100% / var(--product-width-rate) - 50px);
            border-radius: 10px;
            overflow: hidden;
            filter: drop-shadow(0 0 3px var(--main-color));
            & img{
                width: 100%;
                aspect-ratio: 1 / 1;
                object-fit: cover;
            }
            & p{
                padding: 10px 1em;
                color: #575452;
                & small{
                    display: inline-block;
                    width: 95%;
                    margin: 5px 2.5%;
                }
                & span.ex{
                    font-size: 0.8em;
                }
            }
        }
        & .box2{
            padding: 3%; 
            width: calc(100% / var(--product-width-rate) * 2 - 70px);
        }
    }
    .products-suggest{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 1%;
        row-gap: 5px;
    }
    
    .information-title{
        position: relative;
        padding: 20px 5%;
        width: 90%;
        max-width: 500px;
        margin: auto;
        & h2{
            position: relative;
            z-index: 5;
        }
        & img.flower1, img.flower2{
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            height: 80%;
            width: auto;
            z-index: 0;
        }
        & img.flower1{
            left: 0;
        }
        & img.flower2{
            right: 0;
            transform: scale(-1, 1);
        }
    }
    
    .information-wrap{
        --infobtn-width-ratio: 3;
        max-width: var(--max-width);
        margin: auto;
        width: 80%;
        margin-top: 50px;
        margin-bottom: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px 5%;
        & li{
            width: calc(100% / var(--infobtn-width-ratio) - 5%);
            text-align: center;
        }
        & a.infoBtn{
            color: inherit;
            align-items: normal;
            display: block;
            text-align: center;
            background: #fff9f0;
            padding: 20%;
            aspect-ratio: 1;
            border-radius: 50%;
            position: relative;
            width: 200px;
            height: 200px;
            margin: auto;
            & img{
                margin: auto;
                width: 60%;
                max-width: 120px;
                position: absolute;
                bottom: 30%;
                right: 0;
                left: 0;
                margin: auto;
                
            }
            & span{
                margin: auto;
                width: 100%;
                display: block;
                position: absolute;
                top: 75%;
                right: 0;
                left: 0;
                text-align: center;
            }
        }
    }
    .order-contents{
        display: flex;
        column-gap: 20px;
    }
    .sample-image{
        width: 100%;
        opacity: 0; 
        transition: opacity 0.2s ease;
        & a.sample-top{
            display: block;
            background: white;
            border-radius: 10px;
            border: 2px solid var(--formbtn-color2);
            overflow: hidden;
            width: 100%;
            & img{
                width: 100%;
                aspect-ratio: 1 / 1;
                object-fit: cover;
            }
        }
        & ul.sample-list{
            display: flex;
            flex-wrap: wrap;
            column-gap: 5px;
            margin-top: 10px;
            & li{
                flex: 1;
                border: 2px solid var(--formbtn-color2);
                border-radius: 10px;
                overflow: hidden;
                opacity: 0.5;
                & img{
                    aspect-ratio: 1 / 1;
                    height: 100%;
                    object-fit: cover;
                }
                &.active{
                    border: 2px solid var(--formbtn-color);
                    opacity: 1;
                }
                &:hover{
                    opacity: 1;
                }
            }
        }
    }
    #cartForm{
        container: cart-form / inline-size;
    }
    
    .cart-iframe, .contact-iframe, .submit-iframe{
        width: 100%;
        border: none; 
        transition: height 0.2s ease;
    }
    
    .order-form{
        font-weight: normal;
        width: 100%;
        position: relative;
        & .priceTbl{
            font-weight: bold;
        }
        & h2.title{
            font-family: "Zen Kaku Gothic New";
            font-size: 2em;
            line-height: 1.5em;
            letter-spacing: 0.1em;
            margin-bottom: 10px;
        }
        & h3.price{
            white-space: nowrap;
            font-weight: 800;
            color: var(--sub-color);
            font-size: 2em;
            line-height: 1.5em;
            letter-spacing: 0.1em;
            margin-bottom: 20px;
            & small{
                font-size: 0.5em;
                color: var(--main-color);
            }
        }
        & .subTitle{
            color: var(--sub-color);
            font-size: 1.4em;
            line-height: 1.5em;
        }
        & .price-sample{
            display: flex;
            column-gap: 3px;
            grid-row-gap: 10px;
            align-items: center;
            flex-wrap: wrap;
            cursor: default;
            & dt{
                line-height: 1em;
                padding: 1%;
                border-radius: 5px;
                border: 2px solid #d1d1d1;
                text-align: center;
            }
            & dd{
                font-size: 0.8em;
                font-weight: 800;
                text-align: center;
            }
        }
    }
    
    .howto-contents > li{
        display: flex;
        border: 1px solid #d1d1d1;
        border-radius: 10px;
        padding: 3%;
        column-gap: 10px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 70px;
        position: relative;
        & h3{
            font-size: 1.5em;
            line-height: 1.5em;
            display: inline-block;
        }
        & p{
            max-width: 600px;
            padding-right: 3%;
            width: 100%;
            margin-top: 10px;
            line-height: 1.5em;
        }
        & .stepImg{
            background: var(--bg-color);
            aspect-ratio: 1 / 1;
            padding: 3%;
            border-radius: 20px;
            width: 25%;
            display: flex;
            & img{
                margin: auto;
                vertical-align: middle;
                width: 100%;
            }
        }
        &::after{
            display: block;
            content: "";
            width: 80px;
            height: 50px;
            position: absolute;
            top: 100%;
            right: 0;
            left: 0;
            margin: auto;
            background: var(--formbtn-color);
            clip-path: polygon(0 50%, 50% 100%, 100% 50%);
        }
    }
    .howto-contents li:last-child::after{
        display: none;
    }
    .stepIcon{
        background: var(--formbtn-color);
        color: white;
        text-align: center;
        display: inline-block;
        font-weight: 400;
        padding: 5px;
        border-radius: 50%;
        height: 65px;
        aspect-ratio: 1 / 1;
        margin-right: 10px;
        & dt, dd{
            display: block;
        }
        & dt{
            font-size: 0.6em;
            vertical-align: sub;
            margin-top: 0.5em;
            line-height: 1.5em;
        }
        & dd{
            vertical-align: super;
            font-size: 2em;
            letter-spacing: 3px;
            line-height: 0.8em;
        }
    }
    
    .template-contents li{
        display: table;
        flex-wrap: wrap;
        border: 1px solid #d1d1d1;
        border-radius: 1px;
        box-shadow: 0 0px 3px 1px #0002;
        margin-bottom: 30px;
        & .sampleImg{
            display: table-cell;
            vertical-align: middle;
            width: 30%;
            background: #F9FAFB;
            padding: 3%;
            & h3{
                display: none;
                font-weight: 400;
                margin-bottom: 3%;
            }
            & img{
                width: 100%;
                aspect-ratio: 1/1;
                object-fit: cover;
                border-radius: 3px;
            }
        }
        & .sizeImg{
            display: table-cell;
            border-left: none;
            width: 40%;
            text-align: center;
            padding: 3%;
            & h3{
                font-weight: 400;
            }
            & a{
                border: 1px solid #d1d1d1;
                display: inline-block;
                padding: 5px;
                margin: auto;
                margin-top: 20px;
                & img{
                    width: 100%;
                }
            }
        }
        & .downloadBtn{
            display: table-cell;
            vertical-align: middle;
            width: 30%;
            border-left: 1px solid #d1d1d1;
            text-align: center;
            padding: 3%;
            & a{
                display: inline-block;
                border: 1px solid #d1d1d1;
                width: 100%;
                max-width: 150px;
                padding: 5px 40px 5px 5px;
                background:url("../img/template/download.svg") no-repeat right 10px center;
            }
        }
    }
    .submitServiceIntro{
        margin-top: 40px;
        text-align: center;
        background: var(--bg-color);
        border-radius: 10px;
        border: 1px solid transparent;
        width: 100%;
        padding-bottom: 20px;
        & > h4{
            display: inline-block;
            background: var(--formbtn-color);
            color: white;
            transform: translateY(-20px);
            padding: 5px 1em;
            text-align: center;
            border-radius: 10px;
        }
        & ul.wrap{
            display: flex;
            flex-wrap: wrap;
            row-gap: 10px;
            padding: 10px;
            justify-content: space-around;
            & li{
                width: 18%;
                border-radius: 10px;
                background: white;
                border: 1px solid #d1d1d1;
                text-align: center;
                padding: 20px 5px;
                & p{
                    line-height: 1em;
                    margin-bottom: 5px;
                }
            }
            & small{
                line-height: 1em;
                display: inline-block;
            }
            & img{
                width: 30px;
                margin: auto;
            }
        }
    }
    .aboutus{
        position: relative;
        padding: 5%;
        border-radius: 10px;
        box-shadow: 0 0 3px #0002;
        display: flex;
        gap: 30px;
        & img.bird, img.mimoza{
            position: absolute;
            z-index: 10;
        }
        & img.bird{
            max-width: 108px;
            width: 30%;
            right: -25px;
            top: -20px;
        }
        & img.mimoza{
            max-width: 52.5px;
            width: 30%;
            bottom: -15px;
            left: -20px;
        }
        & h2{
            padding-right: 1em;
            color: var(--sub-color);
        }
        & .image-window{
            max-width: 200px; /* 窓の幅 */
            width: 30%;
            flex-shrink: 0;
            aspect-ratio: 8 / 9; /* 縦長の比率を指定 */
            margin: auto;
            & img.main-image{
                width: 100%;
                height: 100%;
                object-fit: cover;
                clip-path: inset(0 round 999px 999px 0 0);
            }
        }
        
    }
    .office-list{
        gap: 20px 3%;
        justify-content: space-around;
        
        & > a.officeImg{
            position: relative;
            width: calc(100% / var(--product-width-rate) - 20px);
            & img{
                aspect-ratio: unset;
                height: 100%;
                
            }
            & p{
                color: #fff;
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                margin: auto;
                z-index: 10;
                padding: 0;
                text-align: center;
            }
            &::after{
                position: absolute;
                inset: 0;
                display: block;
                content: "";
                background: linear-gradient(#fff 85%, #888 100%);
                mix-blend-mode: multiply;
                z-index: 5;
            }
        }
    }
    .office-info{
        background: var(--bg-color);
    }
    .access-map{
        border-radius: 10px;
        overflow: hidden;
    }
    .cart-contents{
        & table{
            width: 100%;
            border: 1px solid #d1d1d1;
            border-radius: 3px;
            margin-bottom: 20px;
            & th{
                vertical-align: top;
                font-weight: inherit;
                padding: 1em 0.5em;
                width: 3em;
            }
            & td{
                text-align: left;
                padding: 1em 1em 0 0.5em;
            }
            & img{
                border: 1px solid #d1d1d1;
                max-width: 150px;
                width: 90%;
                aspect-ratio: 1 / 1;
                object-fit: cover;
            }
        }
    }
    .cart-wrap{
        display: flex;
        width: 100%;
        border-bottom: 1px solid #d1d1d1;
        align-items: center;
        padding-bottom: 10px;
        & > p:first-of-type{
            flex: 1 1 calc(100% - 80px);
        }
        & > p:last-of-type{
            flex: 0 0 80px;
            text-align: right;
        }
        & .subtext{
            display: block;
            color: var(--main-color);
        }
    }
    .cart-bottom{
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding-bottom: 1em;
        align-items: center;
    }
    a.deleteBtn{
        color: #ef4444;
        display: inline-block;
        border: 1px solid #d1d1d1;
        padding: 5px 1em;
        border-radius: 1px;
        & img{
            border: none;
            width: auto;
            display: inline-block;
            vertical-align: middle;
        }
    }
    table.summary{
        border-collapse: collapse;
        & tr:last-of-type td{
                font-size: 1.2em;
            }
        & td{
            padding: 1em;
            text-align: right;
            
        }
        
    }
    dl.qAndA{
        border: 1px solid #d1d1d1;
        border-radius: 10px;
        text-align: left;
        margin-bottom: 30px;
        cursor: pointer;
        & dt, dd{
            position: relative;
            font-weight: 600;
            &::before{
                display: block;
                content: "A";
                position: absolute;
                background: var(--bg-color);
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                border-radius: 50%;
                top: 0;
                bottom: 0;
                left: 20px;
                margin: auto;
            }
        }
        & dt{
            background: url(../img/main/arr_sita.svg) right 20px center / 20px no-repeat;
            padding: 1em 50px 1em 80px;
            &::before{
                content: "Q";
                background: var(--formbtn-color);
                color: white;
            }
        }
        & dd{
            height: 0;
            opacity: 0;
            padding: 0 50px 0 80px;
            overflow: hidden;
            transition: 0.3s;
            border-top: 1px solid transparent;
            font-weight: 500;
        }
        
    }
    dl.qAndA.open dt{
        background: url(../img/main/arr_ue.svg) right 20px center / 20px no-repeat;
    }
    dl.qAndA.open dd{
        height: inherit;
        padding: 1em 50px 1em 80px;
        border-color: #d1d1d1;
        opacity: 1;
    }
    dl.kiyakuBox{
        & dt{
            color: var(--formbtn-color);
            margin-bottom: 20px;
            margin-top: 50px;
            font-weight: 800;
            font-size: 1.3em;
        }
        & dd{
            margin-bottom: 20px;
        }
    }
    dl.privacyBox{
        & dt{
            color: var(--sub-color);
            margin-bottom: 5px;
            font-weight: 600;
        }
        & dd{
            padding-left: 1em;
            margin-bottom: 30px;
        }
    }
    @media only screen and (max-width:800px){        
        .top-image{
            & .top-image-wrap{
                width: 100%;
                & .image-window{
                    width: 60%;
                    padding: 2%;
                    margin-top: 10vh;
                }
                & .mvlogo{
                    & img{
                        z-index: 40;
                        top: 30vw;
                        bottom: auto;
                        right: 50%;
                        width: clamp(60%, 300px, 100%);
                        max-width: 350px;
                    }
                    & p{
                        backdrop-filter: blur(2px);
                        background-color: #fff6;
                        left: 5%;
                        right: auto;
                        bottom: calc(25vw - 150px);
                        width: max-content;
                        z-index: 40;
                        max-width: 350px;
                        padding: 1em 3%;
                        font-size: clamp(1em, 2.5vw, 1.1em);
                    }
                }
            }
        }
        .welcome-content{
            background-size: 800px;
        }
        
        .topics-content .topics-wrap{ 
            flex-direction: column;
            padding: 25px 5%;
            & h2{
                width: 100%;
                flex: 0 0;
                margin-bottom: 20px;
            }
            & .topics-main{
                width: 100%;
                & .news{
                    width: 100%;
                    & > div.news-item{
                        flex-direction: column;
                        margin-bottom: 20px;
                        & dd{
                            width: 100%;
                        }
                        & dt{
                            width: 100%;
                            line-height: 1.5em;
                            padding: 0;
                        }
                        & dt::after{
                            inset: unset;
                            position: inherit;
                            line-height: 1.5em;
                            padding: 0 2px;
                            border-radius: 2px;
                            margin-left: 1em;
                        }
                    }
                }
            }
            
        }
        .products-content .products-wrap{
            max-width: 600px;
            & .more-btn{
                font-size: 1em;
            }
        }
        .products-list{
            gap: 20px;
            --product-width-rate: 2;
        }
        .products-list > a{
            width: calc(100% / var(--product-width-rate) - 10px);
        }
        .products-list > .box2{
            width: calc(100% / var(--product-width-rate) * 2);
        }
        
        .information-wrap{
            --infobtn-width-ratio: 2;
            width: 100%;
            & a.infoBtn{
                width: 190px;
                height: 190px;
            }
        }
        
        .order-contents{
            display: flex;
            flex-direction: column;
            column-gap: 20px;
            max-width: 500px;
            margin: auto;
        }
        .howto-contents li{
            padding: 5%;
            & .stepImg{
                width: 50%;
            }
        }
    }
    
    
    @media only screen and (max-width:670px){
        .welcome-content .welcome-wrap{
            font-size: 1em;
        }
        
        .howto-contents li{
            padding: 10%;
            flex-wrap: wrap;
            justify-content: center;
            row-gap: 30px;
            & h3{
                font-size: 1.25em;
            }
        }
        .stepIcon{
            height: 60px;
        }
        .stepIcon dd{
            font-size: 1.75em;
        }
        .template-contents li,
        .template-contents li .sampleImg,
        .template-contents li .sizeImg,
        .template-contents li .downloadBtn{
            display: block;
            text-align: center;
            width: 100%;
        }
        .template-contents li{
            border-radius: 10px;
            overflow: hidden;
            & .sampleImg{
                width: 100%;
                & h3{
                    display: inline-block;
                }
                & img{
                    width: 70%;
                    max-width: 200px;
                    margin: auto;
                    margin-bottom: 20px;
                    border-radius: 10px;
                }
            }
            & .sizeImg{
                & h3{
                    display: none;
                }
                & a{
                    border-radius: 10px;
                }
            }
            & .downloadBtn{
                border: none;
                & a{
                    border-radius: 5px;
                    display: block;
                    width: 100%;
                    max-width: 200px;
                    margin: auto;
                    margin-bottom: 10px;
                }
            }
        }
        .submitServiceIntro{
            & ul.wrap{
                justify-content: space-between;
            }
            & ul.wrap li{
                width: calc(50% - 5px);
            }
        }
        .aboutus{
            padding: 10%;
            flex-direction: column;
            & .image-window{
                width: 70%;
            }
        }
        .cart-wrap{
            flex-direction: column;
            align-items: flex-end;
            & p:first-of-type{
                width: 100%;
            }
            & p:last-of-type{
                flex: 0;
            }
        }
    }
    
    
    @media only screen and (max-width:450px){
        .top-image .top-image-wrap .mvlogo p{
            padding: 1em 2%;
        }
        
        .products-list{
            --product-width-rate: 1;
            justify-content: center;
            & .box2{
                padding: 5%;
            }
        }
        .information-title{
            & img.flower1, img.flower2{
                height: auto;
                width: 10%;
            }
        }
        .information-wrap{
            --infobtn-width-ratio: 1;
        }
        dl.qAndA dd{
            padding: 0 1em 0 80px;
        }
        dl.qAndA.open dd{
            padding: 1em 1em 1em 80px;
        }
    }
    
    
    
    @media only screen and (max-width:390px){
        h2.contentTitle{
            font-size: 1.5em;
        }
    }
    
    @container cart-form (max-width: 370px) {
        .order-form .priceTbl{
            display: block;
            & tr, td, th, tbody{
                display: block;
            }
            & tr{
                margin-bottom: 10px;
            }
            & td:nth-of-type(2){
                display: none;
            }
        }
    }
    
    
}

@layer reset{
*, *::before, *::after {box-sizing: border-box;}
    html, body {
        width: 100%;
        min-height: 100%; /* height: 100% より安全 */
        font-family: "InterNum", "Zen Kaku Gothic New", "Local Noto Sans JP", "Noto Sans JP", sans-serif;
        font-size: 16px;
        line-height: 1.75em;
        color: var(--main-color);
        -webkit-text-size-adjust: 100%;
    }
    html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
    a, abbr, em, img, ins, kbd, q, samp, strong, sub, sup, var, 
    ul, ol, li, dl, dt, dd, form, fieldset, legend, label, 
    input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, 
    header, footer, nav, section, article {margin: 0;padding: 0;}
    ul, ol {list-style: none;}
    img {display: block;max-width: 100%;height: auto;}
    a {
        color: var(--main-color);
        text-decoration: none;
    }
    .mac body {font-size: 16px;}
    
    @media only screen and (max-width:450px){
        body {font-size: 14px;}
    }
}
@layer base {
    /* container */
    .page-shell {
        margin: 0 auto;
        position: relative;
    }
    /* header */
    .site-header {
        width: 100%;
        z-index: 100;
        text-align: center;
        padding: 15px 5% 10px;
        display: block;
        background: white;
        transition: 0.5s;
        position: relative;
    }
    .site-header.onlyPart {
        top: 0;
        left: 0;
        right: 0;
        transition: 0.5s;
        position: fixed;
        padding: 5px 5%;
        box-shadow: 0 3px #0002;
    }
    .site-header-wrap {
        display: flex;
        max-width: var(--main-max-width);
        width: 100%;
        margin: auto;
        position: relative;
        align-items: center;
        justify-content: space-between;
        & .title-logo {
            width: 35%;
            max-width: 320px;
            text-align: left;
            z-index: 20;
            & p {
                color: var(--sub-color);
                margin-bottom: 5px;
                font-size: clamp(10px, 1.2vw, 16px);
                line-height: 1em;
            }
            & img {
                width: 90%;
                vertical-align: middle;
            }
        }
    }
    .header-navi{
        max-width: 700px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row-reverse;
        container: header-navi / inline-size;
    }
    .menu-btn{
        display: none;
        inline-size: 15%;
        max-inline-size: 50px;
        aspect-ratio: 1;
        margin-inline-start: 1%;
        cursor: pointer;
        align-items: center;
        justify-content: end;
        z-index: 100;
        & .navicon{
            &, &::before, &::after{
                display: block;
                inline-size: 100%;
                max-inline-size: 22px;
                height: 2px;
                background: var(--sub-color);
                transition: 0.5s;
                border-radius: 4px;
                position: relative;
            }
            
            &::before, &::after{
                content: "";
                position: absolute;
                left: 0;
            }
            &::before { transform: translateY(-8px); }
            &::after  { transform: translateY(8px); }
        }
    }    
    
    .ask-info,
    .tel-info{
        height: max-content;
        line-height: 1.5em;
        padding: 0.25em 0.5em;
        border-radius: 5px;
        & img{
            display: inline-block;
            vertical-align: middle;
        }
    }
    
    .ask-info{
        background: var(--formbtn-color);
        color: white;
    }
    
    .tel-info{
        font-family: "Zen Kaku Gothic New";
        font-size: 1.5em;
        margin-right: 1em;
    }
    
    .crumbs{
        flex: 1 1 100%;
        --crumbs-max-height: 500px;
        --crumbs-max-width: 1000px;
        --crumbs-opacity: 1;
        max-height: var(--crumbs-max-height);
        max-width: var(--curmbs-max-width);
        opacity: var(--crumbs-opacity);
        transition: opacity 0.2s ease, max-height 0.1s ease;
        position: static;
        & .bird{
            max-width: 121px;
            display: none;
            transform: scale(-1, 1);
            position: fixed;
            bottom: 45px;
            right: 5%;
        }
    }
    
    .crumbs ul{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        width: 100%;
        height: max-content;
        & li{
            flex: 1 1 150px;
            height: stretch;
            min-width: 0;
            & > a{
                width: 100%;
                height: 100%;
                text-align: center;
                display: flex;
                flex-direction: column;
                padding: 1em 0.5em;
                & span{
                    display: block;
                    white-space: nowrap;
                    font-size: clamp(12px, 1vw, 16px);
                }
                & img{
                    z-index: 15;
                    height: 2vw;
                    transform-origin: center;
                }
            }
        }
        & .crumbs-ask{
            display: none;
            & hr{
                border: none;
                border-top: 1px dashed #d9d9d9;
            }
            & .crumbs-ask-info{
                display: block;
                background: var(--formbtn-color);
                color: white;
                max-width: 260px;
                padding: 1em;
                margin: auto;
                margin-top: 30px;
                border-radius: 5px;
                & img{
                    display: inline-block;
                    padding-right: 0.5em;
                }
            }
            & .crumbs-tel-info{
                display: block;
                margin-top: 10px;
                margin-bottom: 10px;
                padding: 0.25em 0.5em;
                font-size: 1.5em;
                font-weight: normal;
                & img{
                    display: inline-block;
                    vertical-align: middle;
                }
            }
        }
    }
    .scroll{
        position: relative;
        margin: auto;
        & a{
            position: absolute;
            bottom: 30px;
            z-index: 30;
            & img{
                height: 101px;
            }
        }
        a#scrollToBottom{            
            left: calc(10% - 50px);
        }
        a#scrollToTop{            
            right: calc(10% - 50px);
        }
    }
    .pagenation{
        display: flex;
        justify-content: center;
        gap: 10px;
        & a{
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px solid #d1d1d1;
            padding: 0.5em;
            border-radius: 5px;
            height: 3em;
            width: 3em;
            &.active{
                background: var(--formbtn-color);
                color: white;
            }
        }
    }
    @container header-navi (max-width: 500px) {
        .tel-info{
            font-size: 1.25em;
            margin-right: 0.5em;
        }
        .crumbs ul {
            justify-content: end;
            & li {
                flex: 0 1 50px;
                & > a {
                    position: relative;
                    padding: 1em 0em;
                    & span {position: absolute;
                        display: none;
                        opacity: 0;
                        top: 100%; 
                        left: 50%;
                        transform: translateX(-50%);
                        width: max-content;
                        transition: opacity 1s;
                    }
                    & img {
                        height: clamp(30px, 6vw, 40px);
                    }
                }
                & > a:hover, > a:active{
                    & img{
                        transition: 0.2s;
                        transform: scale(1.5);
                    }
                    & span{
                        display: block;
                        opacity: 1;
                    }
                }
            }
        }
    }
    
    @scope (.openMenu) {
        .site-header{
            position: fixed;
            bottom: 0;
            & .site-header-wrap .title-logo{
                bottom: 0;
                top: auto;
            }
        }
        .header-navi{
            align-content: flex-start;
            position: fixed;
            inset: 0;
            z-index: 20;
        }
        .menu-btn{
            display: flex;
            bottom: 0;
            .navicon{
                background: transparent;
                &::before {
                    transform: translateY(0) rotate(45deg);
                }
                &::after {
                    transform: translateY(0) rotate(-45deg);
                }
            }
        }
        .site-header-wrap .crumbs{
            display: flex;
            position: absolute;
            background: var(--bg-color);
            top: 0;
            bottom: 45px;
            padding: 20px 5%;
            z-index: 50;
            --crumbs-max-height: 100dvh;
            opacity: 1;
            & ul{
                border-radius: 15px;
                padding: 5%;
                background: white;
                & .crumbs-ask{
                    display: block;
                }
            }
            & .bird{
                display: block;
            }
        }
        @container header-navi (max-width: 500px) {
            .crumbs {
                top: 100%;
                z-index: 10;
                --crumbs-max-height: 500px;
                --crumbs-opacity: 1;
                & ul li a span{
                    white-space: normal;
                }
            }
        }
    }
    .contents-wrap{
        width: 90%;
        max-width: var(--max-width);
        margin: auto;
    }
    
    .pankuz ul li{ 
        display: inline-block;
        padding: 1%;
        padding-right: 0;
        position: relative;
        font-family: "Zen Kaku Gothic New";
        &::after{
            display: inline-block;
            margin-right: 0.5em;
            margin-left: 0.5em;
            content: "";
            width: 10px;
            height: 10px;
            border: 1px solid var(--main-color);
            border-right: none;
            border-bottom: none;
            transform: rotate(135deg) skew(10deg, 10deg);
        }
    }
    
    .pankuz ul li:last-of-type{
        &::after{
            display: none;
        }
    }
    
    .site-footer{
        position: relative;
        margin-top: calc(15vw + 50px);
        background: var(--formbtn-color);
        & > img{
            position: absolute;
        }
        & img.f-wave{
            bottom: calc(100% - 1px);
            width: 100%;
        }
        & img.tree1{
            width: 13%;
            max-width: 95px;
            bottom: calc(100% + 7.3vw);
            left: 15%;
            z-index: 10;
        }
        & img.uzu1{
            width: 10%;
            max-width: 80px;
            bottom: calc(100% + 13vw);
            left: 10%;
        }
        & img.uzu2{
            width: 5%;
            max-width: 50px;
            bottom: calc(100% + 12.5vw);
            left: calc(20% + 30px);
        }
        & img.uzu3{
            width: 3%;
            max-width: 30px;
            bottom: calc(100% + 11vw);
            left: calc(20% + 100px);
        }
        & img.uzu4{
            width: 7%;
            max-width: 75px;
            bottom: calc(100% + 9vw);
            right: 35%;
        }
        & img.uzu5{
            width: 3%;
            max-width: 30px;
            bottom: calc(100% + 13vw);
            right: calc(19% + 80px);
        }
        & img.uzu6{
            width: 8%;
            max-width: 75px;
            bottom: calc(100% + 13vw);
            right: 9%;
        }
        & img.tree2{
            width: 10%;
            max-width: 70px;
            bottom: calc(100% + 1.3vw);
            right: calc(20% + 50px);
            z-index: 10;
        }
        & img.tree3{
            width: 13%;
            max-width: 95px;
            bottom: calc(100% + 2.3vw);
            right: 15%;
            z-index: 10;
        }
    }
    .footer-wrap{
        width: 90%;
        max-width: var(--main-max-width);
        padding-top: 50px;
        padding-bottom: 100px;
        margin: auto;
        color: white;
        display: flex;
        gap: 20px;
        & .footer-menu{
            flex: 1 2 auto;
            display: flex;
            & h3{
                margin-bottom: 10px;
            }
            & .footer-menu-item{
                width: 100px;
                flex: 1 2 auto;
            }
            & .footer-menu-item.item1{
                width: 200px;
            }
            & .footer-menu-item.item2{
                width: 150px;
            }
            & li{
                margin-bottom: 10px;
            }
            & a{
                color: white;
            }
        }
    }
    .footer-main{
        width: 300px;
        flex: 1 2 auto;
        margin-bottom: 50px;
        & p.title-sub{
            color: white;
        }
        & img.title-logo{
            max-width: 193px;
            width: 100%;
            margin: 0;
        }
        & .footer-tel-info, .footer-fax-info{
            line-height: 1.5em;
            letter-spacing: 2px;
            width: 100%;
            display: inline-block;
            color: white;
            margin-top: 10px;
            & img{
                margin-right: 0.5em;
                height: 1em;
                display: inline-block;
                vertical-align: middle;
            }
        }
    }
    .sns-link{
        margin: 20px 0;
        display: flex;
        justify-content: space-between;
        max-width: 70px;
        width: 100%;
    }
    .copyright{
        border-top: 0.5px solid white;
        & .copyright-wrap{
            color: white;
            width: 90%;
            max-width: var(--max-width);
            margin: auto;
            padding: 20px 0;
            display: flex;
            justify-content: space-between;
            & p{
                margin: 1% 0;
            }
            & a{
                color: white;
            }
        }
    }
    @media only screen and (max-width:670px){
        .site-header{
            padding: 15px 2% 10px;
        }
        .footer-wrap{
            flex-wrap: wrap;
            & p.title-sub{
                text-align: center;
            }
            & .footer-main img.title-logo{
                margin: auto;
            }
            & .footer-menu{
                width: 100%;
            }
        }
        .sns-link{
            margin: 20px auto;
        }
        .copyright .copyright-wrap{
            flex-direction: column;
            text-align: center;
        }
        .scroll{
            & a#scrollToBottom{
                left: 5%;
            }
            & a#scrollToTop{
                right: 5%;
            }            
        }
    }
    
    @media only screen and (max-width:450px){
        .site-header{
            padding: 0px;
        }
        .site-header-wrap{            
            & .title-logo{
                width: 100%;
                height: 45px;
                padding-left: 1em;
                transition: 0.5s;
                position: absolute;
                top: 0;
                max-width: 100%;
                background: white;
                & p{
                    position: absolute;
                    bottom: calc(50% + 5px);
                }
                & img{
                    width: 100%;
                    max-width: 120px;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    padding-top: 5px;
                }
            }
            & .header-navi{
                display: block;
            }
            & .ask-info,.tel-info{
                max-height: 0;
                opacity: 0;
                max-width: 0;
                position: absolute;
            }
            & .menu-btn{
                display: flex;
                position: absolute;
                right: 1em;
                height: 45px;
            }
            & .crumbs{
                --crumbs-max-height: 0;
                --crumbs-opacity: 0;
                --crumbs-max-width: 0;
                display: none;
                flex: 0 0 0;
                overflow: hidden;
                inset: 0;
                & ul{
                    display: block;
                    & li{
                        padding: 0 5%;
                        & > a{
                            position: relative;
                            flex-direction: row;
                            align-items: center;
                            background:  url("../img/main/arr_migi.svg") no-repeat right 0 center;
                            background-size: 6px;
                            & img{
                                position: absolute;
                                left: 0;
                                height: 1.5em;
                                display: inline-block;
                            } 
                            & span{
                                font-size: 14px;
                                margin-left: 50px;
                                padding-right: 20px;
                                position: static;
                                opacity: 1;
                                display: inline-block;
                                transform: none;
                            }
                            
                        }
                        & a:hover, a:active{
                            & img{
                                transform: scale(1);
                            }
                        }
                    }
                }
            }
        }
        .content-stack{
            padding-top: 45px;
            letter-spacing: 2px;
        }
        .footer-wrap{
            & .footer-menu{
                display: none;
            }
            & .footer-main{
                flex: 1;
                text-align: center;
            }
        }
    }
    
}
@layer component {
    input[type=button] {
        background: #000;
        color: #fff;
        border: none;
        font-size: 0.8em;
        padding: 1%;
        cursor: pointer;
    }
    input[type=checkbox], input[type=radio], .ui-chkbox-box {
        display: none;
    }
    .ui-chkbox-box, .ui-radiobutton-box {
        width: 1em;
        height: 1em;
    }
    .ui-chkbox .ui-state-default, .ui-radiobutton .ui-state-default {
        border: 1px solid #000;
        background: #fff;
    }
    .ui-radiobutton {
        margin: 0;
        vertical-align: middle;
    }
    input[type=checkbox] + label, input[type=radio] + label {
        position: relative;
        padding-left: 1.25em;
        padding-right: 1em;
        vertical-align: middle;
        cursor: pointer;
        display: inline-block;
    }
    input[type=checkbox] + label::before, input[type=checkbox] + label::after {
        content: "";
        display: block;
        position: absolute;
    }
    input[type=checkbox] + label::before {
        bottom: 0;
        left: 0;
        top: 0;
        margin: auto;
        border: 1px solid #000;
        height: 0.8em;
        width: 0.8em;
    }
    body .ui-radiobutton-box .ui-state-disabled, body .ui-chkbox .ui-state-disabled {
        opacity: 0.7 !important;
    }
    input[type=checkbox]:disabled + label::before{
        border: 1px solid #999 !important;
    }
    input[type=checkbox]:checked + label::before, body .ui-chkbox .ui-state-active {
        background: #000;
        border: 1px solid #000;
    }
    input[type=checkbox]:disabled:checked + label::before, .ui-chkbox .ui-state-disabled {
        background: #999 !important;
    }
    input[type=checkbox]:disabled + label {
        color: #999;
        cursor: default;
    }
    input[type=checkbox]:checked + label::after {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(30deg);
        height: 0.55em;
        width: 0.3em;
        bottom: 0.2em;
        left: 0.25em;
        top: 0;
        margin: auto;
    }
    .ui-chkbox .ui-state-active .ui-icon {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(30deg);
        height: 0.7em;
        width: 0.5em;
        bottom: 0.5em;
        background-image: none !important;
        top: 0;
        left: 0.25em;
        margin: auto;
        position: absolute;
    }
    input[type=radio] + label::before, input[type=radio] + label::after {
        content: "";
        display: block;
        position: absolute;
    }
    body .ui-radiobutton .ui-radiobutton-box {
        position: relative;
    }
    input[type=radio] + label::before {
        width: 1em;
        height: 1em;
        top: 0.1em;
        bottom: 0.1em;
        left: 0;
        margin: auto;
        border: 1px solid #575452;
        border-radius: 50%;
        box-sizing: border-box;
    }
    input[type=radio] + label::after, body .ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-icon {
        width: 0.5em;
        height: 0.5em;
        top: 0.25em;
        bottom: 0.25em;
        left: 0.25em;
        margin: auto;
        border-radius: 50%;
        box-sizing: border-box;
    }
    body .ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-icon {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
    }
    input[type=radio]:checked + label::after, body .ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-icon {
        background: #575452;
    }
    input[type=radio]:disabled + label::before {
        border: 1px solid #999;
    }
    input[type=radio]:disabled + label {
        color: #999;
        cursor: default;
    }
    input[type=radio]:disabled:checked + label::after {
        background: #999;
    }
    input[type=text], input[type=number], input[type=tel], input[type=email], select {
        height: 2em;
        border: 2px solid #d1d1d1;
        color: var(--text-color);
        border-radius: 5px;
        padding: 0 0.5em;
        font-size: 1.5em;
    }
    input[type=text]:disabled, input[type=number]:disabled, .ui-inputtext.ui-state-disabled{ 
        border: none !important;
    }
    input[type=text]::placeholder, input[type=number]::placeholder, .ui-inputtext::placeholder{
       color: #eee;
       font-size: 0.75em;
    }
    input[type=radio].btnRadio + label{
        background: white;
        border: 2px solid #d1d1d1;
        padding: 10px 1em;
        border-radius: 7px;
        text-align: center;
        color: var(--sub-color);
    }
    input[type=radio].btnRadio:checked + label{
        border: 2px solid var(--formbtn-color);
        color: var(--text-color);
        font-weight: 600;
    }
    input[type=radio].btnRadio + label::before,
    input[type=radio].btnRadio + label::after{
        display: none;
    }
    .btnRadio-container .ui-radiobutton{
        display: none !important;
    }
    .btnRadio-container .ui-outputlabel {
        background: white;
        border: 2px solid #d1d1d1;
        padding: 10px 1em;
        border-radius: 7px;
        text-align: center;
        color: var(--sub-color);    
        display: inline-block;
        cursor: pointer;
        width: 100%;
    }
    .btnRadio-container div.ui-radiobutton:has(.ui-state-active) + label.ui-outputlabel {
        border: 2px solid var(--formbtn-color) !important;
        color: var(--text-color) !important;
        font-weight: 600 !important;
    }
    input[type=number]{
        text-align: right;
    }
    textarea{
        border: 2px solid #d1d1d1;
        border-radius: 3px;
    }
    input[type=text]:read-only {
        background: #ccc;
    }
}
@layer utility {
    /*文字配置*/
    .taL, .taL_C {
        text-align: left !important;
    }
    .taR, .taR_C {
        text-align: right !important;
    }
    .taC, .taC_L {
        text-align: center !important;
    }
    .vaM{
        vertical-align: middle;
    }
    .vaT{
        vertical-align: top;
    }
    /*文字の種類*/
    .red {
        color: #FF0000;
    }
    .blue {
        color: #015DB2;
    }
    .bgblue {
        background-color: #334A7A;
    }
    .bgWhite {
        background-color: #fff !important;
    }
    .white {
        color: #ffffff;
    }
    .black {
        color: #121212;
    }
    .green {
        color: #6fbc1b;
    }
    .orange {
        color: #ed9800;
    }
    .bold {
        font-weight: bold !important;
    }
    .under {
        text-decoration: underline;
    }
    .border {
        border: 1px solid var(--base-color);
    }
    .colorbox {
        border: 1px solid var(--main-color);
        padding: 1em;
        background: var(--sub-color);
        width: fit-content;
        height: fit-content;
    }
    .error{
        display: inline-block;
        color: red;
        margin-bottom: 10px;
    }
    /*マージン*/
    .marginAuto {
        margin: auto;
    }
    .marginAutoLR {
        margin-left: auto;
        margin-right: auto;
    }
    .marginTop5 {
        margin-top: 5%;
    }
    .marginBottom5 {
        margin-bottom: 5%;
    }
    .marginBottom10px {
        margin-bottom: 10px;
    }
    .marginTop3 {
        margin-top: 3%;
    }
    .marginTop2 {
        margin-top: 2%;
    }
    .marginTop30px {
        margin-top: 30px;
    }
    .marginTop50px {
        margin-top: 50px;
    }
    .marginTop100px {
        margin-top: 100px;
    }
    .marginBottom3 {
        margin-bottom: 3%;
    }
    .marginBottom30px {
        margin-bottom: 30px;
    }
    .marginBottom50px {
        margin-bottom: 50px;
    }
    .marginBottom100px {
        margin-bottom: 100px;
    }
    /*いろんなサイズのボックス*/
    .w25 {
        width: 25%;
    }
    .w30 {
        width: 30%;
    }
    .w40 {
        width: 40%;
    }
    .w45 {
        width: 45%;
    }
    .w50 {
        width: 50%;
    }
    .w60 {
        width: 60%;
    }
    .w70 {
        width: 70%;
    }
    .w80 {
        width: 80%;
    }
    .w90 {
        width: 90%;
    }
    .w100 {
        width: 100%;
    }
    .inlineBlock {
        display: inline-block;
    }
    /* list1 */
    .list1, .list2 {
        position: relative;
    }
    .list1 li, .list2 li {
        text-indent: -1.5em;
        padding-left: 1.5em;
        margin-bottom: 7px;
        line-height: 1.5em;
    }
    .list1 li::before {
        content: "●";
        padding-right: 0.5em;
        color: var(--main-color);
    }
    .list2 li::before {
        content: "●";
        padding-right: 0.5em;
    }
    .list3 li {
        margin-bottom: 5px;
        text-indent: -1em;
        padding-left: 1.5em;
    }
    /* table */
    .tbl1 {
        border: 1px solid var(--main-color);
        border-collapse: collapse;
    }
    .tbl1 th, .tbl1 td {
        padding: 1em;
        border: 1px solid var(--main-color);
    }
    .tbl1 th {
        font-weight: normal;
        background: var(--sub-color);
    }
    .tbl1 h2 {
        font-size: 1.5em;
        line-height: 1.5em;
        letter-spacing: 0.1em;
    }
    .tbl2 { /*右寄せ*/
        margin-right: 0;
        margin-left: auto;
        text-align: left;
    }
    .tbl2 th{
        vertical-align: middle;
    }
    .tbl2 td {
        padding: 3px;
    }
    .tbl3{
        border: 1px solid #d1d1d1;
        border-collapse: separate;
        overflow: hidden;
        border-radius: 10px;
        background: #fafafa;
        & th, td{
            padding: 1% 0.25em;
            text-align: left;
            vertical-align: top;
        }
        & th:first-child, td:first-child{
            padding-left: 5%;
        }
        & th:last-child, td:last-child{
            padding-right: 5%;
        }
        & hr{
            margin: 0;
            margin-bottom: 10px;
            color: #d1d1d1;
        }
        & tr:first-child th, tr:first-child td{
            padding-top: 30px
        }
        & tr:last-child th, tr:last-child td{
            padding-bottom: 30px
        }
    }
    .tbl4{
        & th, td{
            padding: 1% 0.25em;
            vertical-align: middle;
        }
    }
    .box1{
        border: 1px solid #d1d1d1;
        border-radius: 10px;
        background: #fff;
        padding: 5%;
    }
    .box2{
        border: 1px solid #d1d1d1;
        border-radius: 10px;
        padding: 5%;
        background: #fafafa;
    }
    .box3{
        border-radius: 10px;
        padding: 5%;
        background: #fafafa;
        position: relative;
        overflow: visible;
        width: calc(100% - 3px);
        margin-left: 3px;
        &::after{
            position: absolute;
            display: block;
            content: "";
            inset: 0;
            left: -3px;
            border-radius: 10px;
            background: var(--formbtn-color);
            z-index: -10;
        }
    }
    .box4{
        border-radius: 10px;
        padding: 5%;
    }
    .box5{
        border-radius: 50px;
        border: 1px solid #d1d1d1;
        padding: 5%;
        background-color: #fffbd3;
        & a{
            color: #61a6e1;
        }
    }
    .btn1{
        background: var(--bg-color);
        border: 1px solid #d1d1d1;
        padding: 5px 1em;
        border-radius: 50px;
        display: inline-block;
    }
    .btn1.active{
        background: var(--formbtn-color);
        color: white;
    }
    .btn2{
        background: white;
        display: inline-block;
        text-align: center;
        border: 2px solid #d1d1d1;
        padding: 10px 1em;
        border-radius: 7px;
        position: relative;
        &.active{
            color: var(--text-color);
            border: 2px solid var(--formbtn-color);
            font-weight: 600;
        }
    }
    .btn3{
        display: inline-block;
        background: var(--sub-color);
        color: white;
        padding: 1em;
        text-align: center;
        border-radius: 50px;
        font-weight: 600;
        line-height: 1em;
        position: relative;
        & svg{
            fill:#fff;
            display: inline-block;
        }
    }
    .btn4{
        border: 1px solid #d1d1d1;
        color: var(--text-color);
        display: inline-block;
        padding: 1em;
        text-align: center;
        border-radius: 50px;
        line-height: 1em;
        font-weight: 600;
    }
    .btn5{
        background: var(--formbtn-color);
        color: white;
        display: inline-block;
        padding: 1em;
        text-align: center;
        border-radius: 50px;
        line-height: 1em;
        font-weight: 500;
    }
    .countIcon{
        display: inline-block;
        position: absolute;
        background: red;
        top: 0;
        right: 0;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        color: white;
        line-height: 1.5em;
    }
    
    @media only screen and (max-width:450px){
        .tbl2, .tbl2 tbody, .tbl2 tr, .tbl2 th, .tbl2 td{
            display: block;
            width: 100%;
        }
        .tbl3.responsive{
            display: block;
            & tbody, tr, th, td{
                display: block;
                width: 100%;
                padding: 0 !important;
            }
            & tr{
                margin-bottom: 20px;
                padding: 0 1em !important;
            }
            & tr:first-of-type{
                padding-top: 30px !important;
            }
        }
    }
}