<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* module
------------------------------------------------------- */

.mB_30sp15{margin-bottom: 30px;}
.mB_50sp25{margin-bottom: 50px;}
.mB_60sp30{margin-bottom: 60px;}
.mB_80sp40{margin-bottom: 80px;}
.fSize18sp16{font-size: 18px;}
.fSize20sp18{font-size: 20px;}
.fWMedium{font-weight: 500;}
.w_100{width: 100%;}
.tACspL{text-align: center;}
.pcBrNone br{display:none;}
.spBrNone br{display: block;}

@media only screen and (max-width:640px){
    .mB_30sp15{margin-bottom: 15px;}
    .mB_50sp25{margin-bottom: 25px;}
    .mB_60sp30{margin-bottom: 30px;}
    .mB_80sp40{margin-bottom: 40px;}
    .fSize18sp16{font-size: 16px;}
    .fSize20sp18{font-size: 18px;}
    .tACspL{text-align: left;}
    .pcBrNone br{display:block;}
    .spBrNone br{display: none;}
}


/* photoEventBase style
------------------------------------------------------- */

body.photoEventBase{
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    min-width: 1000px;
    color: #000;
}

.photoEventBase #mainCnt{
    width:100%;
    padding-bottom: 120px;
    z-index: 0;
}

.photoEventBase .wrapper{
    width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
}

.photoEventBase a{
    color: #fd818b;
    transition: color .2s;
}

.photoEventBase a:hover{
    color: #ca4673;
    text-decoration: none;
}

@media only screen and (max-width: 640px){
    body.photoEventBase{
        min-width: 320px;
        font-size: 14px;
    }

    .photoEventBase #mainCnt{
        padding-bottom: 80px;
    }

    .photoEventBase .wrapper{width: 100%;}
}

.gradBdrCnt{
    padding: 8px;
    border-radius: 20px;
    background: linear-gradient(to right, #ca4673 0%, #fd818b 100%);
}

.gradBdrInner{
    padding: 50px 72px 70px;
    border-radius: 14px;
    background-color: #fff;
}

.gradBdrCnt .twoClm{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -40px;
}

.gradBdrCnt .twoClm.reverse{flex-direction: row-reverse;}

.gradBdrCnt .twoClm .clm{
    width: 370px;
    margin-top: 40px;
}

.gradBdrCnt .twoClm.thumb .clm{width: 460px;}

.gradBdrCnt .twoClm.thumb .clm:last-child{width: 300px;}

@media only screen and (max-width: 640px){
    .gradBdrCnt{
        padding: 5px;
    }

    .gradBdrInner{
        padding: 25px 15px 30px;
    }

    .gradBdrCnt .twoClm{margin-top: -20px;}
    .gradBdrCnt .twoClm.widely{margin-top: -40px;}

    .gradBdrCnt .twoClm .clm{
        width: calc(50% - 10px);
        margin-top: 20px;
    }

    .gradBdrCnt .twoClm.widely .clm{margin-top: 40px;}

    .gradBdrCnt .twoClm.row{
        display: block;
        margin-top: 0;
    }

    .gradBdrCnt .twoClm.row .clm{
        width: auto;
    }

    .gradBdrCnt .twoClm.row .clm:first-child{margin-top: 0;}

    .gradBdrCnt .twoClm.thumb .clm,
    .gradBdrCnt .twoClm.thumb .clm:last-child{width: auto;}

    .gradBdrCnt .twoClm .clm .spImgMs{
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

.gradBdrTtl{
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 38px;
    text-align: center;
}

.gradBdrTtl::after{
    content: "";
    display: block;
    position: absolute;
    width: 360px;
    height: 10px;
    bottom: 0;
    left: 50%;
    background: linear-gradient(to right, #ca4673 0%, #fd818b 100%);
    transform: translateX(-50%);
}

.boxBdrTtl{
    position: relative;
    margin-bottom: 25px;
    padding: 8px 10px 8px 30px;
    border: solid 3px #ca4673;
    font-size: 20px;
}

.boxBdrTtl::before{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: calc(100% - 10px);
    top: 5px;
    left: 10px;
    background-color: #ca4673;
}


.bdrBicolorTtl{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 18px;
    }
    .bdrBicolorTtl::before, .bdrBicolorTtl::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    }
    .bdrBicolorTtl::before{
    width: 200px;
    background-color: #ca4673;
    z-index: 5;
    }
    .bdrBicolorTtl::after{
    width: 100%;
    background-color: #c6e4ff;
}

.photoEventBase .thicknessBtn{
    position: relative;
    display: inline-block;
    min-width: 650px;
    padding: 24px 80px 24px 50px;
    border-bottom: solid 8px #1f9c52;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #06c152;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    transition: .2s;
}

.photoEventBase .thicknessBtn:hover{
    margin-top: 4px;
    border-bottom-width: 4px;
    color: #fff;
    text-decoration: none;
}

.photoEventBase .thicknessBtn::before,
.photoEventBase .thicknessBtn::after{
    content: "";
    display: block;
    position: absolute;
}

.photoEventBase .thicknessBtn::before{
    width: 48px;
    height: 48px;
    top: calc(50% - 24px);
    right: 30px;
    border-radius: 50%;
    background-color: #fff;
}

.photoEventBase .thicknessBtn::after{
    top: calc(50% - 8px);
    right: 49px;
    width: 12px;
    height: 12px;
    border-top: 5px solid #06c152;
    border-right: 5px solid #06c152;
    transform: rotate(45deg);
}

.photoEventBase .disableBtn{
    display: inline-block;
    min-width: 650px;
    padding: 24px 30px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #aaa;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}


.photoEventBase .arrowL{
    position: relative;
    padding-left: 18px;
}

.photoEventBase .arrowL::before{
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 10px solid #ca4673;
    transition: border .2s;
}

.photoEventBase .arrowL:hover::before{
    border-left-color: #06c152;
}

@media only screen and (max-width: 640px){
    .gradBdrTtl{
        margin-bottom: 30px;
        padding-bottom: 12px;
        font-size: 20px;
    }

    .gradBdrTtl::after{
        width: 160px;
        height: 6px;
    }

    .boxBdrTtl{
        margin-bottom: 15px;
        padding: 5px 10px 5px 22px;
        border-width: 2px;
        font-size: 16px;
    }

    .boxBdrTtl::before{
        width: 5px;
        left: 8px;
    }

    .bdrBicolorTtl{
        margin-bottom: 20px;
        padding-bottom: 6px;
        font-size: 16px;
        }
        .bdrBicolorTtl::before, .bdrBicolorTtl::after{
        height: 3px;
        }
        .bdrBicolorTtl::before{
        width: 80px;
        }

    .photoEventBase .thicknessBtn{
        min-width: 300px;
        padding: 15px 30px 15px 10px;
        border-bottom-width: 6px;
        border-radius: 15px;
        font-size: 16px;
    }

    .photoEventBase .thicknessBtn:hover{
        margin-top: 3px;
        border-bottom-width: 3px;
    }

    .photoEventBase .thicknessBtn::before{
        width: 20px;
        height: 20px;
        top: calc(50% - 9px);
        right: 10px;
    }

    .photoEventBase .thicknessBtn::after{
        top: calc(50% - 3px);
        right: 17px;
        width: 6px;
        height: 6px;
        border-top-width: 3px;
        border-right-width: 3px;
    }

    .photoEventBase .disableBtn{
        min-width: 300px;
        padding: 15px;
        border-radius: 15px;
        font-size: 16px;
    }

    
    .photoEventBase .arrowL{
        padding-left: 14px;
    }

    .photoEventBase .arrowL::before{
        top: 4px;
        border-width: 6px;
        border-left-width: 9px;
    }
}

.photoEventBase .cmnTbl{
    width:100%;
    text-align: left;
}

.photoEventBase .cmnTbl tr{
    border:1px solid #333;
}

.photoEventBase .cmnTbl th,
.photoEventBase .cmnTbl td{
    padding:10px 20px;
    border: 1px solid #ca4673;
    border-collapse: collapse;
    word-break: break-all;
    vertical-align: top;
    box-sizing: border-box;
}

.photoEventBase .cmnTbl th{
    width: 220px;
    margin-bottom: -1px;
    background: #f3f9ff;
    font-weight: 500;
    text-align: center;
}

.photoEventBase .cmnTbl td{
    z-index: -1;
    border-left: 1px solid #ca4673;
    box-sizing: border-box;
    background: #fff;
}

@media only screen and (max-width:640px){
    .twoClm .photoEventBase .cmnTbl th,
    .photoEventBase .cmnTbl th{
        width: 100px;
    }

    .photoEventBase .cmnTbl th,
    .photoEventBase .cmnTbl td{
        padding: 7px;
    }
}

.photoEventBase .flowArea .twoClm{
    position: relative;
    margin-top: 60px;
}

.photoEventBase .flowArea .twoClm:first-child{margin-top: -40px;}

.photoEventBase .flowArea .twoClm::before{
    content: "";
    display: block;
    position: absolute;
    top: -22px;
    left: calc(50% - 28px);
    width: 0;
    height: 0;
    border: 28px solid transparent;
    border-top: 24px solid #ca4673;
    box-sizing: border-box;
}

.photoEventBase .flowArea .twoClm:first-child::before{display: none;}

@media only screen and (max-width: 640px){
    .photoEventBase .flowArea .twoClm:first-child{margin-top: 0;}

    .photoEventBase .flowArea .twoClm::before{
        top: -35px;
        left: calc(50% - 20px);
        border-width: 20px;
        border-top-width: 18px;
    }
}

.highlightTxt{
    line-height: 2.4;
    font-size: 18px;
    font-weight: 700;
}

.underLineY{
    border-bottom: solid 8px #fff04b;
}

@media only screen and (max-width: 640px){
    .highlightTxt{
        line-height: 2;
        font-size: 14px;
    }

    .underLineY{
        border-bottom-width: 5px;
    }
}


/* gravurepress style
------------------------------------------------------- */

#gravurepress #container{
    background: url("../images/gifting/bg_pattern_gravurepress.jpg") repeat top left / 200px 180px;
}

.gravurepressMvArea{background-color: #fff;}

.gravurepressMvArea .mvBtmTxt{
    height: 40px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.privilegeArea .privilegeImg{
    position: relative;
    width: 620px;
    margin: 0 auto;
}

.privilegeArea .privilegeImg .shine{position: relative;}

.privilegeArea .privilegeImg::before,
.privilegeArea .privilegeImg .shine::before,
.privilegeArea .privilegeImg .shine::after{
    content: "";
    display: block;
    position: absolute;
    background: url("../images/gifting/img_shine.png") no-repeat top left / 100% auto;
    width: 48px;
    height: 60px;
    animation: anglarDecoR 1.8s steps(2) infinite;
}

.privilegeArea .privilegeImg::before{
    top: 5px;
    left: -22px;
}

.privilegeArea .privilegeImg .shine::before{
    top: 30px;
    right: 136px;
    transform: scale(-1, 1);
    animation-name: anglarDecoL;
}

.privilegeArea .privilegeImg .shine::after{
    top: 145px;
    right: -22px;
}

@keyframes anglarDecoR{
    0%{transform: rotate(0deg)}
    100%{transform: rotate(20deg)}
}

@keyframes anglarDecoL{
    0%{transform: rotate(0deg) scale(-1, 1);}
    100%{transform: rotate(-20deg) scale(-1, 1);}
}

#gravurepress .serviceLogo{
    width: 498px;
    margin: 30px auto 0;
}

@media only screen and (max-width: 640px){
    .mensunitMvArea .mvBtmTxt{
        height: 30px;
        line-height: 30px;
    }
    .privilegeArea .privilegeImg{
        width: 100%;
    }

    .privilegeArea .privilegeImg::before,
    .privilegeArea .privilegeImg .shine::before,
    .privilegeArea .privilegeImg .shine::after{
        width: 24px;
        height: 30px;
    }

    .privilegeArea .privilegeImg::before{
        top: 0;
        left: -6px;
    }

    .privilegeArea .privilegeImg .shine::before{
        top: 5px;
        right: 20%;
    }

    .privilegeArea .privilegeImg .shine::after{
        top: auto;
        bottom: 10px;
        right: -5px;
    }

    #gravurepress .serviceLogo{
        width: 249px;
        margin-top: 20px;
    }
}

.thumbSClm{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.thumbSClm .imgArea{
width: 200px;
}
.thumbSClm .txtArea{
width: 560px;
}
.thumbSClm .productLst li{
display: flex;
flex-wrap: wrap;
align-items: center;
margin-top: 5px;
}
.thumbSClm .productLst li:first-child{margin-top: 0;}
.thumbSClm .productLst li &gt; span{
display: block;
}
.thumbSClm .productLst .name{
width: 120px;
margin-right: 5px;
font-size: 18px;
font-weight: bold;
}
.thumbSClm .productLst .size{
width: 170px;
font-size: 14px;
}
.thumbSClm .productLst .price{
width: 265px;
}
@media only screen and (max-width: 640px){
.thumbSClm{
display: block;
}
.thumbSClm .imgArea{
width: 100%;
max-width: 400px;
margin: 0 auto 15px;
}
.thumbSClm .txtArea{
width: 100%;
}
.thumbSClm .productLst li{
margin-top: 15px;
}
.thumbSClm .productLst .name{
width: 106px;
font-size: 16px;
}
.thumbSClm .productLst .size{
width: 148px;
font-size: 12px;
}
.thumbSClm .productLst .price{
width: 200px;
}
}

/* EOF */
</pre></body></html>