﻿@charset "utf-8";
h3{
    margin:10px 0; 
}
.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}
.l-height0 {
    line-height: 0;
}
.over_h {
    overflow: hidden;
}
.mg_auto {
    margin: auto;
}
.t-center{
    text-align: center;
}
.t-left{
    text-align: left;
}
.t-right{
    text-align: right;
}
.f-left{
    float: left;
}
.f-right{
    float: right;
}
.clear{
    clear: both;
}
.p20{
    padding: 20px;
}
.p30{
    padding: 30px;
}
.m20{
    margin: 20px;
}
.mr5{
    margin-right: 5px;
}
.mr10{
    margin-right: 10px;
}
.mr20{
    margin-right: 20px;
}
.mr30{
    margin-right: 30px;
}
.mr35{
    margin-right: 35px;
}
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}
.mt60{
    margin-top: 60px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30{
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40{
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50{
    margin-bottom: 50px;
}
.mb60{
    margin-bottom: 60px;
}
.pt10{
    padding-top: 10px;
}
.pt20{
    padding-top: 20px;
}
.pt30{
    padding-top: 30px;
}
.pt40{
    padding-top: 40px;
}
.pt50{
    padding-top: 50px;
}
.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pr15 {
    padding-right: 15px;
}

.pl25 {
    padding-left: 25px;
}

.cstdl {
    display: block;
    width: 100%;
    overflow: hidden;
}
.cstdl > dt { 
    display:block; 
    width:100%; 
    background-color:#E7DFD6;
    padding:10px; 
    box-sizing: 
    border-box; 
 }
.cstdl > dd { 
    display:block; 
    width:100%; 
    clear:both; 
    border-color:#E7DFD6; 
    border-style: none solid solid solid; 
    border-width:2px; box-sizing: border-box;
}
dd.huta{
    border-top:2px solid #E7DFD6;
}
.cstul { 
    overflow:hidden; 
    padding:10px;
}
.cstul > li { 
    float:left; 
    display:block; 
    width: 46%;  
    overflow:hidden; 
    box-sizing: 
    border-box; 
    padding:10px; 
    margin:2%;
}
.cstul > li > p:nth-of-type(2){ 
    width:80%;
}
.cstul > li:nth-of-type(3){ 
    clear:both; 
}
li.selected{
    border:3px solid yellow;
}

.overlay_bk { 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 1042; 
    overflow: hidden; 
    position: fixed; 
    background: #0b0b0b; 
    opacity: 0.8; 
    filter: alpha(opacity=80); 
}
.overlay_contwrap { 
    top: 0; 
    left: 0; 
    width: 100%;
    height: 100%; 
    z-index: 1043; 
    position: fixed; 
    outline: none !important; 
    -webkit-backface-visibility: hidden; 
}
.overlay_cont { 
    background-color: white; 
    position: relative; 
    top: 45%; 
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%); 
    max-width: 450px; 
    margin: 0 auto;
}
.hidden { 
    display: none; 
}



.select_omoigift_box{
    width:220px; 
    display: inline-block;
    overflow:hidden;
    vertical-align: middle;
}
.select_omoigift_box_img{
    width:220px; 
    height: 220px;
    position: relative;
    border: 1px solid #E7DFD6;
    box-sizing: border-box;
}
.select_omoigift_plus{
    padding: 0 20px;
    display: inline-block;
    font-size: 40px;
    color: rgb(101, 47, 23);
    font-weight: bold;
}
.select_omoigift_box_img img{
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
    position: absolute;
}
.select_omoigift_box_name{
    padding: 5px;
    line-height: 18px;
    text-align: left;
    min-height:40px;
}
.select_omoitbl_child {
    width: 100%;
    text-align: left;
    border: 2px solid #BBB6B2;
}
.select_omoitbl_child_tr {
    border: 1px solid #BBB6B2;
}


.select_omoitbl_child td {
    vertical-align: middle;
}
.select_omoitbl_child_ttl {
    background-color: #EEE9E3;
    width: 10%;
    vertical-align: middle;
    border-left:1px solid #BBB6B2;
}
.select_omoitbl_price{
    width: 100%;
    border: 2px solid #673219;
    margin-bottom: 80px;
}
.select_omoitbl_price td{
    vertical-align: middle;
}
.select_omoitbl_price td img{
    vertical-align: middle;
}
.select_omoitbl_pricettl{
    width: 150px;
    background-color:#E7DFD6; 
}
.select_omoitbl_pricetotal{
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color: #673219;
}



.select_omoitbl_spec_wrap{
    overflow: hidden;
    margin: 10px 0 30px 0;
}
.select_omoitbl_spec {
    width: 100%;
    height: 100%;
    text-align: left;
    border: 1px solid #EFEAE4;
}
.select_omoitbl_spec_tr{
    border-top:1px solid white;
}
.select_omoitbl_spec_tr:first-child{
    border-top:none;
}
.select_omoitbl_spec tr td {
    vertical-align: middle;
}
.select_omoitbl_spec tr td img{
    vertical-align: middle;
}
.select_omoitbl_spec_ttl {
    background-color: #EFEAE4;
}
.select_omoitbl_spec_ctt{
    padding: 5px 10px;
}


.photo_erea{
    float: left;
    width: 178px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
}
.photo_erea_preview{
    width: 176px;
    height: 176px;
    background-color: #EFEAE4;
    margin-bottom: 10px;
}

.photo_attentionerea{
    width: 400px;
    margin-right: 5px;
    float: right;
}

.photo_erea_center {
    display: inline-block;
    width: 285px;
    text-align: center;
    padding: 0 0 10px 0;
    vertical-align: top;
}

.file input{
  display:none;
}
.file img{
  cursor:pointer;
}


.att_aboutphoto p{
    line-height: 20px;
}
.att_aboutphoto_txt{
    width: 320px;
}
.att_aboutphoto .zoom{
    width: 47px;
    height: 47px;
}
.photoupload_mailcheck {
    clear: both;
    text-align: center;
    background: #E7DFD6;
    margin: 10px auto 0;
    padding: 5px 0;
    cursor: pointer;
}
.photoupload_mailattention{
    padding-top: 15px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    clear: both;
}
.photoupload_mailattention u{
    font-weight: bold;
}


#agreepreview {
    border: 1px solid;
    margin: auto 50px;
    height: 200px;
    overflow: hidden;
}

#agreepreview #previewcontents {
    margin: 15px;
    overflow-y: scroll;
    text-align: left;
    position: relative;
    height: 170px;
}
#agreepreview #previewcontents .ttl{
    font-size: 20px;
    color: #6A3906;
    text-align: center;
    margin: 10px 0;
}

#point4 span {
    color: #D10009;
    font-weight: normal;
}

#point4 .notcreate {
    font-size: 14px;
    color: #D10009;
    padding: 10px;
    font-weight: bold;
    line-height: 1.4em;
}

#point4 ul {
    padding: 10px;
}

#point4 ul li {
    background-image: url(/images/calender/icon_dia.gif);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 12px;
    padding-bottom: 10px;
}

#point4 dl {
}

#point4 dl dt {
    color: #000;
    font-weight: bold;
    background-image: url(/images/calender/icon_ex.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    margin-top: 5px;
    margin-left: 10px;
}

#point4 dl dd {
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 3px;
}

button {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}
.photo_erea_two{
    display: inline-block;
    width: 285px;
    border: 1px solid #673219;
    text-align: center;
    padding: 0 0 10px 0;
    vertical-align: top;
}
.photo_erea_two_ttl{
    padding: 5px 0;
    text-align: center;
    background-color: #D9CBC5;
}
.photo_erea_two_ttl img{
    vertical-align: middle;
}
.photo_erea_two_preview{
    width: 176px;
    height: 176px;
    background-color: #EFEAE4;
    margin: 15px auto;
}


.att_aboutphoto_two{
    width: 100px;
    overflow: hidden;
    margin: 5px auto;
}
.att_aboutphoto_two p{
    line-height: 20px;
}
.att_aboutphoto_two_txt{
    width: 170px;
    text-align: left;
    margin-right: 10px;
}
.att_aboutphoto_two .zoom{
    width: 100px;
    height: 30px;
}

.att_aboutphoto{
    margin: 10px 0;
    width: 370px;
    height: 225px;
    padding: 15px;
}
.att_aboutphoto_AB{
    margin: 15px 0;
    border: 1px solid #673219; 
    padding: 15px;
    line-height: 20px;
    clear: both;
}


/*モーダル*/
.omoimodal{
    background: #FFF; 
    padding: 30px; 
    text-align: center; 
    max-width: 720px; 
    margin: 40px auto;
    position: relative;
}

.mfp-close-btn-in .mfp-close {
    color: #A18363;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 40px;
}
.mfp-close{
    right: 5px;
    top: 5px;
    opacity: 1;
}

.mfp-close:active{
    right: 5px;
    top: 5px;
    opacity: 1;
}

.mfp-image-holder .mfp-close:active{
    right: -6px;
}

.omoimodal_bnr_btn2 div{
    margin-top: 20px;
    display: inline-block;
}
.file{
    position: relative;
    display: inline-block;
}

input[type=file]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    -webkit-opacity: 0;
    filter:alpha(opacity=0);
    display: block;
    cursor: pointer;
}



/* LP */


#omoi_frame_wrap{
    background-color: #a5cbd6; 
    width: 720px;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 20px;
}

#omoi_frame_bg_WH{
    background-color: #fff;
    border-radius: 10px;
    width: 630px;
    margin: 0 25px 25px 25px;
    padding: 20px;
}

#frame_syoka{
    float: left;
    background-image: url(/images/OmoiGift/lp_frame_img5.png);
    width: 232px;
    height: 102px;
    padding: 50px 20px 0 130px;
    background-repeat: no-repeat;
    margin-right: 20px;
    line-height: 20px;
}

#omoi_gourmet_wrap{
    background-color: #eb9ca4; 
    width: 720px;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 20px;
}
.omoi_gourmet_bg_WH{
    background-color: #fff;
    border-radius: 10px;
    width: 290px;
    margin: 0 0 10px 25px;
    padding: 20px;
    overflow: hidden;
    display: inline-block;
    position:relative;
}

#gourmet_img1{
    background-image: url(/images/OmoiGift/lp_gourmet_img1.png);
    background-position: 20px 20px;
    background-repeat: no-repeat;
}
#gourmet_img2{
    background-image: url(/images/OmoiGift/lp_gourmet_img2.png);
    background-position: 20px 20px;
    background-repeat: no-repeat;
}
#gourmet_img3{
    background-image: url(/images/OmoiGift/lp_gourmet_img3.png);
    background-position: 20px 20px;
    background-repeat: no-repeat;
}
#gourmet_img4{
    background-image: url(/images/OmoiGift/lp_gourmet_img4.png);
    background-position: 20px 20px;
    background-repeat: no-repeat;
}
.gourmet_name{
    padding: 190px 0px 0px;
    font-weight: bold;
    text-decoration: underline;
}

.omoi_gourmet_bg_WH a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}
.omoi_gourmet_bg_WH a:hover{
    background-color:#FFF;
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

#omoi_step_wrap ul li{
    background-color: #f2efe9;
    overflow: hidden;
    display: inline-block;
    padding: 140px 20px 20px 20px;
    line-height: 20px;
    height: 76px;
}
#omoi_step_wrap ul li#step1{
    background-image: url(/images/OmoiGift/lp_step1.png);
    background-repeat: no-repeat;
    margin-right: 3px;
}
#omoi_step_wrap ul li#step2{
    background-image: url(/images/OmoiGift/lp_step2.png);
    background-repeat: no-repeat;
    margin-right: 3px;
}
#omoi_step_wrap ul li#step3{
    background-image: url(/images/OmoiGift/lp_step3.png);
    background-repeat: no-repeat;
}

#omoi_select_wrap{
    border: 1px solid  #673219;
    padding: 25px;
}
#omoi_select_wrap ul li{
    border: 2px solid #f4f0ee;
    border-radius: 10px; 
    display: inline-block;
    padding: 10px 15px;
    margin-top: 10px;
}
#omoi_select_wrap ul li.selected{
    background-color: #f4f0ee;
}


.inp_cap { font-weight:bold; }




#omoi_photoframe_wrap{
    background-image: url(/images/OmoiGift/bg_paper_ye.jpg);
    background-repeat: repeat;
    width: 720px;
    overflow: hidden;

}
.omoi_wrap_pd {
    padding: 20px;
    box-sizing: border-box;
}
#artframe .omoi_wrap_pd {
    padding: 20px 20px 28px 20px;
}
/*.omoi_point_innnerWH{
    background-color: #ffffff;
    width: 660px;
    padding: 20px;
    overflow: hidden;
    margin-top: 10px;
}*/
.omoi_point_innnerWH {
    background-color: #ffffff;
    padding: 20px;
    overflow: hidden;
    margin-top: 10px;
}
.lp_photoframe_p2_attention{
    background-color: #f1ece8;
    padding: 5px; 
    text-align: center;
}

#omoi_artframe_wrap{
    background-image: url(/images/OmoiGift/bg_paper_gr.jpg);
    background-repeat: repeat;
    width: 720px;
    overflow: hidden;
}
#showaboutHowToTakePhoto{
    cursor: pointer;
}

.cst_slick_wrp{background-color:#fff;width:280px;float:left;padding:30px 0;}   
.cst_slick_wrp.init{ position:relative; }
.cst_slick_wrp.init:after{ position:absolute; content:''; width:100%; height:100%; top:0; left:0; right:0; bottom:0; background-repeat:no-repeat;background-position: 62px 35px, 20px 220px; }
.cst_slick_wrp.init > .cst_slick_body{visibility:hidden;}
.cst_slick_wrp.frams.init:after{ background-image:url(../../Images/OmoiGift/lp_frame_unselected.png), url(../../Images/OmoiGift/lp_frame_unselected_txt.png); }
.cst_slick_wrp.giftitems.init:after{ background-image:url(../../Images/OmoiGift/lp_plusone_unselected.png), url(../../Images/OmoiGift/lp_plusone_unselected_txt.png); }
        
.cst_slick_body{margin:0 25px;width:230px;}
.cst_slick_pict_wind{position:relative;width:180px;height:180px;box-sizing:border-box;border:1px solid #d4d4d4;margin:0 auto;}
.cst_slick_pict_img{height:auto;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.cst_slick_pict_zoom{position:absolute;right:5px;bottom:5px;}
.cst_slick_glbrd_icons{text-align:center;margin-top:10px;}
.cst_slick_glbrd_texts{color:#4d4d4d;}
.cst_slick_glbrd_itmttl{font-weight:700; padding-top: 10px;}
.cst_slick_glbrd > .cst_slick_glbrd_icons img{display:inline-block;}

.inithidden{display:none;}

.slt_wrp{background-color:#f1ece8;padding:25px 20px;}
.slt_ttl{background-color:#693a06;text-align:center;line-height:100%;margin-bottom:8px;}                                                                                 
.omoi_linenup{width:23pc;float:right;}                                                                                   
.omoi_linenup>.omoi_item{width:86px;height:86px;box-sizing:border-box;border:3px solid #fff;float:left;background-color:#fff;margin:8px 0 0 8px;}
.omoi_linenup>.giftitems{padding: 8px;}
.omoi_linenup>.omoi_item.selected{border-color:#e20018;}
.omoi_linenup>.omoi_item:nth-of-type(4n+1){margin-left:0;}
.omoi_linenup>.omoi_item:nth-of-type(1),
.omoi_linenup>.omoi_item:nth-of-type(2),
.omoi_linenup>.omoi_item:nth-of-type(3),
.omoi_linenup>.omoi_item:nth-of-type(4){margin-top:0;}
.omoi_linenup>.omoi_item>.imgfit{width:100%;height:auto;position:relative;top:50%;left:50%;transform:translate(-50%,-50%);max-height:100%;max-width:100%;}

.frame_select_categorycaption { margin-bottom:5px; color:#693A06;}
.omoi_item_v2{width:86px;height:86px;box-sizing:border-box;border:3px solid #fff;float:left;background-color:#fff;margin:8px 0 0 8px;}
.omoi_item_v2.selected{border-color:#e20018;}
.omoi_item_v2:nth-of-type(4n+1){margin-left:0;}
.omoi_item_v2:nth-of-type(1),
.omoi_item_v2:nth-of-type(2),
.omoi_item_v2:nth-of-type(3),
.omoi_item_v2:nth-of-type(4){margin-top:0;}
.omoi_item_v2>.imgfit{width:100%;height:auto;position:relative;top:50%;left:50%;transform:translate(-50%,-50%);max-height:100%;max-width:100%;}

.omoi_linenup:after,
.slt_wrp:after{content:'';display:block;clear:both;}

.inithide { display: none; }
.imgpreviewcontain { position: absolute; top: 0; left: 0; width: 176px; height: 176px; z-index: 2; background-position: center center; background-repeat: no-repeat; background-size: contain; }
.two_num_inp_wrp{ overflow:hidden; }
.two_num_inp_wrp .two_num_inp_elm{ float:left; }
.two_num_inp_wrp .two_num_inp_elm.right{ margin-left:28px; }
.two_num_inp_wrp .two_num_inp_elm input{ width:65px; }
.ml5{margin-left:5px;}
.mt40{margin-top:40px;}
.ml60{margin-left: 60px;}
.div_label_is_need_hw {margin-left: 10px; margin-top: 20px; float:left;}
.label_is_need_hw{background-color:#EEE9E3; padding: 0px 110px; line-height:22px; display: inline-block;}
.label_is_need_hw  > input[type=checkbox] { vertical-align: middle;}
.span_is_need_hw{vertical-align: middle; margin-left: 5px; font-weight:normal;}


.div_weight_height{ position:relative; z-index:0; overflow:hidden; float:left; }
.p_height .inptxt, 
.p_weight .inptxt{ position:relative; display:inline-block;}
.div_weight_height.disable .p_height  .inptxt:after,
.div_weight_height.disable .p_weight  .inptxt:after{ position:absolute; z-index:1; overflow:hidden; display:block; width:100%; height:100%; top:0; left:0; right:0; bottom:0; background-color:#ccc; opacity:0.6; content:'';}


#omoi_photoframe_wrap, #artframe, #omoi_anniversaryframe_wrap {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
#omoi_photoframe_wrap .point_ttl, #artframe .point_ttl, #omoi_anniversaryframe_wrap .point_ttl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#omoi_photoframe_wrap .point_ttl .point_ttl_img, #artframe .point_ttl .point_ttl_img, #omoi_anniversaryframe_wrap .point_ttl .point_ttl_img {
    line-height: 0
}
#omoi_photoframe_wrap .point_ttl p:last-child {
    margin-right: 4px;
}
#omoi_photoframe_wrap .point_01 .side_by_side {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#omoi_photoframe_wrap .point_01 .omoi_point_innnerWH .calligraphy_team {
    border-right: 1px solid #A99F96;
    box-sizing: border-box;
    padding-right: 16px;
}
#omoi_photoframe_wrap .point_01 .omoi_point_innnerWH .two_typefaces {
    text-align: right;
}
#omoi_photoframe_wrap .point_01 .omoi_point_innnerWH .two_typefaces p {
    text-align: left;
    font-size: 11px;
}
/* ///////////////////////////////////////////////////////////////////
手足形デザイン
/////////////////////////////////////////////////////////////////// */
.artframe_point_innnerWH {
    background-color: #ffffff;
    padding: 20px 20px 20px 10px;
    overflow: hidden;
}
.omoi_artframe_design{
    position: relative;
    line-height: 0;
}
.omoi_artframe_design.plusphoto {
    margin: 0 12px 0 10px;
}
.omoi_artframe_design button{
    position: absolute;
    z-index: 99;
    bottom: -15px;
    right: -6px;
}
.omoi_artframe_design_att {
    border:1px solid #e3ddda;
    padding: 12px 20px;
    width: 215px;
    box-sizing: border-box;
    max-height: 216px;
}
.omoi_artframe_design_att li:first-child {
    margin-bottom: 14px;
}
.omoi_artframe_design_border{
    border-bottom: 1px dotted #e3ddda;
}
.artframe_p3wrap {
    position: relative;
    line-height: 0;
}
.artframe_p3wrap_txt{
    position: absolute;
    bottom: 0;
    left: 58%;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.05em;
    width: 45%;
}
.frame_zoom_img_txt {
    font-size: 12px;
    line-height: 21px;
}
#artframe .feel_the_growth {
    display: flex;
    justify-content: space-between;
}
#artframe .feel_the_growth .feel_the_growth_img {
    line-height: 0;
}
#artframe .two_columns {
    display: flex;
}
#artframe .two_columns .frame_zoom_img {
    width: 294px;
}
#artframe .two_columns .frame_zoom_img:nth-child(odd) {
    margin-right: 50px;
}
#artframe .two_columns .frame_zoom_img .frame_img {
    display: flex;
    align-items:flex-end;
}
#artframe .two_columns .frame_zoom_img .icon_theme_name {
    text-align: center;
    margin-top: 25px;
}
.select_plusphoto {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.08em;
    color: #84B53C;
    margin: 12px 0 26px 0;
    text-align: center;
}
.artframe_img {
    padding: 30px 20px 20px 20px;
}



.select_omoitbl_pricetotal .price_omoi {
    font-size: 20px;
    font-weight: bold;
}
.select_omoitbl_pricetotal .price_omoi_taxIN{
    font-size: 12px;
    font-weight: normal;
}
.price_YEN{
    font-size: 12px;
}

.btn_2column {
    width: 580px;
    margin: 42px auto 60px auto;
}
.btn_2column {
    line-height: 0;
}
.btn_2column div {
    display: inline-block;
}
.btn_2column div:first-child {
    margin: 0 15px 0 0;
}
.btn_2column .btn_2column_top_txt {
    line-height: 0;
    margin-bottom: 6px;
}
.btn_2column .select_purpose_btn {
    border-radius: 10px;
    line-height: 0;
}


.omoi_inpcnt_wrap{
    margin-top: 20px;
}
.omoi_inpcnt_ttl{
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #d2000a;
}
.omoi_inpcnt_att{
    font-size: 13px;
    color: #d2000a;
    width: 500px;
    margin: 10px auto 30px;
}
.omoi_inpcnt_question{
    font-size: 14px;
}
.omoi_inpcnt_triangle{
    font-size: 10px;
    color: #e4e4e4;
}
.omoi_inpcnt_datatblwrap{
    margin: 10px 0 20px 0 ; 
    border: 1px solid #e4e4e4;
    padding: 10px;
    display: inline-block;
    text-align:left;
}

.om_pv_wrp { 
    margin: 0 auto;
}
.om_pv_th { 
    padding: 5px 0 5px 30px;
    text-align: right;
    vertical-align: middle;
}
.om_pv_td { 
    font-size: 20px;
    text-align: left;
    vertical-align: middle;
    padding: 5px 30px 5px 10px;
}
.ttl_omoigift_point {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 20px 10px;
}
#artframe .ttl_omoigift_point.ttl_omoigift_point01 {
    margin: 8px 0 30px 10px;
    align-items: flex-end;
}
#artframe .ttl_omoigift_point.ttl_omoigift_point02 {
    margin: 58px 0 20px 10px;
}
#artframe .ttl_omoigift_point.ttl_omoigift_point03 {
    margin: 60px 0 5px 10px;
    align-items: flex-end;
}
#anniversary .ttl_omoigift_point.ttl_omoigift_point01 {
    margin: 8px 0 20px 10px;
}
#anniversary .ttl_omoigift_point.ttl_omoigift_point02 {
    margin: 70px 0 20px 10px;
}
#anniversary .ttl_omoigift_point.ttl_omoigift_point03 {
    margin: 60px 0 20px 10px;
}
.ttl_omoigift_point .point_ttl_side_txt {
    font-size: 11px;
    line-height: 20px;
}
.how_to_take_photos_point {
    width: 600px;
    height: 30px;
    position: relative;
}
.how_to_take_photos_point img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#artframe .how_to_take_photos_point {
    background-color: #80B03C;
}
#anniversary .how_to_take_photos_point {
    background-color: #EC8A8F;
}
.how_to_take_photos_point_txt {
    font-size: 12px;
    line-height: 21px;
    margin: 15px 0 30px 0;
}
#artframe .how_to_take_photos_point_txt {
    margin: 15px 0 20px 0;
}
.photo_data_form {
    background-color: #f0ebe7;
    width: 498px;
    padding: 5px 10px;
    text-align: center;
    margin: 0px 46px 0 auto;
}
#artframe .photo_data_form, #anniversary .photo_data_form {
    padding: 0;
    line-height: 30px;
    font-size: 12px;
} 
.limb_shape_shooting_caution {
    margin: 24px 0 6px 0;
}
.limb_shape_shooting_caution .limb_shape_shooting_caution_img {
    line-height: 0;
    margin-bottom: 5px;
}
.limb_shape_shooting_caution .before_and_after_processing {
    display: flex;
}
.limb_shape_shooting_caution .before_and_after_processing .icon_processing_txt {
    height: 25px;
    position: relative;
}
.limb_shape_shooting_caution .before_and_after_processing .icon_processing_txt img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#artframe .limb_shape_shooting_caution .before_and_after_processing .icon_processing_txt {
    background-color: #A9CC71;
}
#anniversary .limb_shape_shooting_caution .before_and_after_processing .icon_processing_txt {
    background-color: #F8DBDF;
}
.limb_shape_shooting_caution .before_and_after_processing .icon_processing_txt:first-child {
    width: 265px;
    margin-right: 28px;
}
.limb_shape_shooting_caution .before_and_after_processing .icon_processing_txt:last-child {
    width: 307px;
}

.disable_sale_box{background-color:#999999; color:white; font-size:16px; padding:20px; width:500px; box-sizing:border-box; text-align:center; margin: 60px auto 0;}

#artframe .point_ttl p:last-child {
    max-width: 232px;
}
#artframe .point_ttl .point_ttl_side_txt {
    font-size: 11px;
    line-height: 20px;
}

/* ///////////////////////////////////////////////////////////////////
誕生記念デザイン
/////////////////////////////////////////////////////////////////// */
#omoi_anniversaryframe_wrap {
    background-image: url(/images/OmoiGift/bg_paper_pk.png?date=211028);
    background-repeat: repeat;
    width: 720px;
    overflow: hidden;
}
.anniversary_point_innnerWH {
    background-color: #ffffff;
    padding: 40px;
    overflow: hidden;
}

.anniversary_point_innnerWHcontinuation {
    background-color: #ffffff;
    padding: 0 40px;
    overflow: hidden;
}

.anniversary_point2_innnerWH {
    background-color: #ffffff;
    padding: 40px 40px 30px 40px;
    overflow: hidden;
}
#anniversary .anniversary_point2_innnerWH {
    padding: 40px 40px 20px 40px;
}

.anniversary_point3_innnerWH {
    background-color: #ffffff;
    padding: 25px 40px 12px 40px;
    overflow: hidden;
}

.im_point {
    padding-left: 1em;
    text-indent: -1em;
}

.limb_shape_td {
    vertical-align: bottom;
    padding-right: 15px;
}
.border_box {
    border: 1px solid #d8d2cf;
    padding: 13px 20px;
}

.omoi_anniversaryframe_design {
    position: relative;
    overflow: hidden;
    width: 140px;
}

.omoi_anniversaryframe_design button {
    position: absolute;
    z-index: 99;
    bottom: 5px;
    right: 5px;
}

.w100p {
    width: 100px;
}
.ttl_omoigift_band {
    line-height: 0;
    height: 30px;
    padding-bottom: 10px;
}
.anniversaryframe_side_by_side {
    display: flex;
}
.anniversaryframe_side_by_side.acrylic_board {
    margin-bottom: 44px;
}
.anniversaryframe_side_by_side.box_frame {
    margin-bottom: 47px;
}
.anniversaryframe_side_by_side .frame_img_right {
    margin-left: 18px;
    line-height: 0;
}
.anniversaryframe_side_by_side .frame_img_left {
    margin-right: 18px;
    line-height: 0;
}
.anniversaryframe_side_by_side .frame_type dt {
    line-height: 0;
    margin-bottom: 16px;
}
.anniversaryframe_side_by_side .frame_type dd p {
    font-size: 12px;
    line-height: 21px;
}
.anniversaryframe_side_by_side .frame_type dd .box_frame_txt {
    margin-bottom: 14px;
}
.omoi_anniversaryframe_design_width {
    width: 280px;
    margin: auto;
}
.omoi_anniversaryframe_design_width .omoi_anniversaryframe_design_img {
    width: 213px;
    margin: auto;
    line-height: 0;
    position: relative;
}
.omoi_anniversaryframe_design_width button {
    position: absolute;
    z-index: 99;
    bottom: 5px;
    right: 5px;
}
.theme_icon {
    line-height: 0;
    margin: 8px 0;
}
.itemone .theme_icon {
    margin: 3px 0 8px 0;
}
.theme_txt {
    font-size: 12px;
    line-height: 21px;
}
#omoi_anniversaryframe_wrap .point_ttl p:last-child {
    max-width: 232px;
    margin-right: 4px;
}

/* ///////////////////////////////////////////////////////////////////
分岐ページ
/////////////////////////////////////////////////////////////////// */
#popular_special_gifts {
    margin-top: 36px;
}
#popular_special_gifts .ttl_popular_special_gifts {
    line-height: 0;
    margin-bottom: 22px;
}
#popular_special_gifts .special_gifts_list ul {
    overflow: hidden;
}
#popular_special_gifts .special_gifts_list li {
    float: left;
    width: 340px;
}
#popular_special_gifts .special_gifts_list li:nth-child(odd) {
    margin-right: 40px;
}
#popular_special_gifts .special_gifts_list li:hover .pickup_txt dt,#popular_special_gifts .special_gifts_list li:hover .pickup_txt dd {
    text-decoration: underline!important;
}
#popular_special_gifts .special_gifts_list li:hover img {
    opacity: .75;
}
#popular_special_gifts .special_gifts_list li .side_by_side_img_txt {
    display: flex;
}
#popular_special_gifts .special_gifts_list li div.pickup_img {
    width: 160px;
    margin-right: 15px;
    line-height: 0;
}
#popular_special_gifts .special_gifts_list li div.pickup_txt {
    width: 163px;
}
#popular_special_gifts .special_gifts_list li div.pickup_txt dt {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #231815;
    margin-bottom: 10px;
}
#popular_special_gifts .special_gifts_list li div.pickup_txt dd {
    font-size: 12px;
    line-height: 20px;
    color: #231815;
}
