:root{
    --sectionWidth: 990px;
    --sectionLarge: 618.75px;
    --sectionNarrow: calc(var(--sectionWidth) - var(--sectionLarge));
    --sectionPadding: 85.5px 67.5px;
    --linkColor: #6f6f5d;
    --linkColorHover: #dfdfcd;
    --linkColor: #6f6f5d;
    --linkColorHover: #dfdfcd;
    --linkColorHoverDark: #2f2f1d;
    --defaultBGColor: #fafaf8;
    --productBoxBGColor: #e8e8e3;
    --productBoxBorderColor: #cecec9;
    --tableProductBGColor: #D6C9BE;
    --tableRowDark: rgba(0,0,0,0.04);
    --europian: "Gelasio";
}

body{
    background-color: var(--defaultBGColor);
}

.mainSession > .inner{

}

.cloudArea{
    position: relative;
    z-index: 0;
    padding-top: 20.5px;
    padding-bottom: 20.5px;
}

.cloudFlex{
    width: var(--sectionWidth);
    margin: 0 auto;
    display: flex;
}
.cloudLeft{
    width: var(--sectionLarge);
    padding: var(--sectionPadding);
}
.cloudCaption{
    font-size: 4em;
    margin-bottom: 27px;
    line-height: 1.2;
}

.cloudLeftContentRow{
    font-size: 1.1em;
    margin: 20.25px 0;
}

.cloudLeftItemsFlex{
    display: flex;
    justify-content: space-between;
}
.cloudLeftItem{
    display: grid;
    place-content: center;
    padding: 18px;
    background-color: var(--productBoxBGColor);
    box-shadow: inset 0 0 0 1px var(--productBoxBorderColor);
    border-radius: 2px;
    width: 233px;
    height: 198px;
}
.cloudLeftItem > .cloudLeftItemImage{
    max-width: 197px;
    max-height: 162px;
}
.cloudRight{
    background-image: url('../img/cloudService/PBQNVKVSneXCuFvK.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    width: var(--sectionNarrow);
}

.kindArea{
    position: relative;
    z-index: 0;
}

.kindFlex{
    width: 990px;
    margin: 0 auto;
    display: flex;
}
.kindLeft{
    width: 100%;
    padding: 85.5px 67.5px;
}
.kindLeftCaption{
    font-size: 3.5em;
    margin-bottom: 27px;
}


.kindLeftItemsFlex{
    display: flex;
    margin-bottom: 20.25px;
    gap: 0.5em;
}

.kindLeftItem{
    padding: 9px 16px;
    background-color: var(--linkColor);
    box-shadow: inset 0 0 0 0.125em var(--linkColor);
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}
.kindLeftItem:hover{
    background-color: var(--linkColorHover);
    color: var(--linkColor);
}

.kintaiArea{
    position: relative;
    
    z-index: 0;
}

.kintaiArea > .inner{
    width: 990px;
    margin: 0 auto;
    padding: 85.5px 67.5px;
}

.kintaiCaption{
    font-size: 2.5em;
    margin-bottom: 27px;
}
.kintaiSummary{
    margin-bottom: 20.25px;
}
.kintaiProductFlex{
    display: flex;
    gap: 1em;
    margin-bottom: 20.25px;
}
.kintaiProductBox{
    width: 418px;
    padding: 19px;
    background-color: var(--productBoxBGColor);
    border: 1px solid var(--productBoxBorderColor);
    border-radius: 8px;
}
.kintaiProductImage{
    width: 100%;
    height: 144px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20.25px;
}
.kintaiProductSummary{
    color: var(--linkColor);
    font-weight: bold;
    font-size: 1.1em;
}

.hanbaiArea{
    position: relative;
    z-index: 0;
    background-color: #fff;
}

.hanbaiArea > .inner{
    width: 990px;
    margin: 0 auto;
    padding: 85.5px 67.5px;
}

.hanbaiCaption{
    font-size: 2.5em;
    margin-bottom: 27px;
}
.hanbaiSummary{
    margin-bottom: 20.25px;
}

.hanbaiProductFlex{
    display: flex;
    justify-content: space-between;
}
.hanbaiProductBox{
    width: 200.25px;
    padding: 19px;
    background-color: var(--productBoxBGColor);
    border: 1px solid var(--productBoxBorderColor);
    border-radius: 8px;
}
.hanbaiProductImage{
    width: 100%;
    height: 120px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20.25px;
}
.hanbaiProductSummary{
    color: var(--linkColor);
    font-weight: bold;
    font-size: 1.1em;
}

.jinjiArea{
    position: relative;
    z-index: 0;
    background-color: #fff;
}

.jinjiArea > .inner{
    width: 990px;
    margin: 0 auto;
    padding: 85.5px 67.5px;
}

.jinjiCaption{
    font-size: 2.5em;
    margin-bottom: 27px;
}
.jinjiSummary{
    margin-bottom: 20.25px;
}

.jinjiProductFlex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20.25px;
}
.jinjiProductBox{
    width: 200.25px;
    padding: 19px;
    background-color: var(--productBoxBGColor);
    border: 1px solid var(--productBoxBorderColor);
    border-radius: 8px;
}
.jinjiProductImage{
    width: 100%;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 1.25px;
}
.jinjiProductSummary{
    color: var(--linkColor);
    font-weight: bold;
    font-size: 1.1em;
}

.jinjiProductFlex2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20.25px;
}
.jinjiProductBox2{
    width: 410px;
    padding: 19px;
    background-color: var(--productBoxBGColor);
    border: 1px solid var(--productBoxBorderColor);
    border-radius: 8px;
}
.jinjiProductImage2{
    width: 100%;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 1.25px;
}
.jinjiProductSummary2{
    color: var(--linkColor);
    font-weight: bold;
    font-size: 1.1em;
}

.otherArea{
    position: relative;
    background-image: url('../img/cloudService/otherBG.jpg');
    background-position: center;
    z-index: 0;
}
.otherArea > .filter{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: -1;
}

.otherArea > .inner{
    width: 990px;
    padding: 85.5px 67.5px;
    margin: 0 auto;
}
.otherLeftCaption{
    font-size: 2.5em;
    margin-bottom: 27px;
}
.otherFlex{
    display: flex;
    justify-content: space-between;
}
.otherProductBox{
    width: 274px;
    padding: 19px;
    background-color: var(--productBoxBGColor);
    border: 1px solid var(--productBoxBorderColor);
    border-radius: 8px;
}
.otherProductImage{
    width: 100%;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 1.25px;
}
.otherProductSummary{
    color: var(--linkColor);
    font-weight: bold;
    font-size: 1.1em;
}
