:root{
    background-image: linear-gradient(#e6e1ed,#c0a2c7);
}
.common-SiteHeader__Title{
    background-color: #043c78;
}
.common-SiteFooter{
    background-color: #043c78;
}


/****** 賀王紹介ページ ******/
.mochu-About{
    position: relative;
    background-image: linear-gradient(180deg,#d3f1fd,#fff 40%);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    container-type: inline-size;
}
.mochu-About__Title{
    font-size: 3.5rem;
    line-height: 1.2;
    font-family: mincho;
    padding-bottom: 15px;
}
.mochu-About__Background{
    position: absolute;
    /* z-index: -1; */
    top: 0;
    right: 0;
}
@container(max-width: 500px){
    .mochu-About__Background{
        position: static;
        text-align: center;
    }
}
.mochu-About__Content{
    max-width: 500px;
    padding-bottom: 15px;
}
.mochu-About__CTAList{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}


/****** 賀王関連ページ共通セクション ******/
.mochu-Section{
    margin-bottom: 15px;
}
.mochu-Section__Title{
    color: #c03;
    font-weight: bold;
    padding-bottom: 5px;
}
.mochu-Section__Content{
    padding-left: 50px;
}
.mochu-Section__TirashiSample{
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto;
    gap: 5px;
    padding-bottom: 10px;
}
.mochu-Section__TirashiImageLayer{
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
}
.mochu-Section__TirashiImageLayer > *{
    grid-column: 1;
    grid-row: 1;    
}
.mochu-Section__TirashiImageLayer > *[aria-hidden=true]{
    display: none;
}


/****** 仕様リスト ******/
.mochu-Spec{
    display: flex;
    align-items: center;
    border: 1px solid currentColor;
    margin-bottom: 30px;
}
.mochu-Spec > p{
    padding: 5px;
}
.mochu-Spec > ul{
    border-left: 1px solid currentColor;
    padding: 0 10px;
}
.mochu-Spec > ul > li{
    display: flex;
    align-items: start;
}
.mochu-Spec > ul > li::before{
    content: '';
    display: block;
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    background-color: currentColor;
    margin-top: 0.6em;
    margin-right: 10px;
}



/****** 価格表（カタログ） ******/
.mochu-PriceTable{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
}
.mochu-PriceTable.--1column{
    grid-template-columns: 1fr;
}
.mochu-PriceTable__Item{
    display: flex;
    border-bottom: 1px solid #dee2e6;
}
.mochu-PriceTable__Item > *{
    padding: 10px 15px;
}
.mochu-PriceTable__Title{
    text-align: center;
    width: calc(4em + 15px);
    background-color: #fef2ba;
}
.mochu-PriceTable.--1column .mochu-PriceTable__Title{
    width: 50%;
}


/****** デザイン一覧のページリンク ******/
.mochu-DesignLink{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.mochu-DesignLink a{
    text-decoration: none;
    display: block;
    width: fit-content;
    border: 1px solid #dee2e6;
    padding: 5px 10px;
}
.mochu-DesignLink a[aria-current=true]{
    color: white;
    background-color: #3490dc;
}
/****** デザイン一覧 ******/
.mochu-DesignList{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}
.mochu-DesignList *{
    font-weight: bold;
}
.mochu-DesignList img{
    width: 100%;
    border: 1px solid #343a40;
}



/****** ダウンロードライセンスキー入力フォーム ******/
.mochu-licenseKeyForm{
    margin-bottom: 15px;
}
.mochu-licenseKeyForm__Success{
    color: #0a3622;
    background-color: #d1e7dd;
    padding: 15px;
    border-radius: 5px;
}
.mochu-licenseKeyForm__Description{
    padding-bottom: 15px;
}
.mochu-licenseKeyForm__Description.--error{
    color: red;
}
.mochu-licenseKeyForm__Group{
    display: flex;
    gap: 5px;
}
.mochu-licenseKeyForm__Group input{
    flex-basis: 300px;
}
.mochu-licenseKeyForm__Group input[aria-invalid=true]{
    border: 1px solid red;
}
.mochu-licenseKeyForm__Group button{
    color: #fff;
    text-wrap: nowrap;
    background-color: #3490dc;
}
.mochu-licenseKeyForm__Group button:hover{
    opacity: 0.8;
}


/****** ダウンロードアイテム ******/
.mochu-Download{
    margin-bottom: 15px;
}
.mochu-Download > a{
    text-decoration: none;
}
.mochu-Download > a:hover{
    text-decoration: underline;
}
.mochu-Download > a:hover img{
    filter: brightness(100%) contrast(85%) saturate(100%) blur(0) hue-rotate(0deg);
}


.mochu-Downloads{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(70px, auto));
    column-gap: 10px;
    row-gap: 15px;
    margin-bottom: 40px;
}
.mochu-Downloads__Item > a{
    text-decoration: none;
}
.mochu-Downloads__Item > a:hover{
    text-decoration: underline;
}
.mochu-Downloads__Item > a:hover img{
    filter: brightness(100%) contrast(85%) saturate(100%) blur(0) hue-rotate(0deg);
}
.mochu-Downloads img{
    width: 100%;
}
.mochu-Downloads.--tokuten{
    grid-template-columns: repeat(auto-fit, minmax(180px, 240px));
    gap: 30px;
}


/***** 喪中寒中ヘルプページのアコーディオン　 *****/
.mochu-HelpAccordion > summary{
    list-style: none;
    margin-bottom: 15px;
}
.mochu-HelpAccordion > summary > p{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-family: "maru-gothic";
    text-align: center;
    border: 3px solid #993399;
    color: #993399;
    background-image: linear-gradient(180deg, #FEF2BA 0%, #FFF 100%);
    border-radius: 15px;
    padding: 10px;
}
.mochu-HelpAccordion > summary > p::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.8em solid #993399;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0 solid transparent;
    margin-right: 5px;
}
.mochu-HelpAccordion[open] > summary > p::before {
    border-top: 0 solid transparent;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.8em solid #993399;
}
.mochu-HelpAccordion > summary::-webkit-details-marker {
    display: none;
}
