﻿/* ///////////////////////////////////////////////////////////////////
想いギフト作成ページ
/////////////////////////////////////////////////////////////////// */
.pageTitleBlock {
    padding: 24px 0 16px 0;
    box-sizing: border-box;
}
.pageTitleBlock .en {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: var(--color-Caramel50);
}
.pageTitleBlock h2 {
    color: var(--color-black60);
}
.omoigift_detail {
    color: var(--color-black60);
}
.omoigift_detail .introduction {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    padding: 24px 0;
    box-sizing: border-box;
}
.omoigift_detail .combination_selection {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 398px;
    height: 48px;
    margin-top: 16px;
}
.omoigift_detail .combination_selection a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.omoigift_detail .combination_selection a .material-symbols-outlined {
    margin: 2px 12px 0 0;
}
.omoigift_detail .product_confirmation {
    padding: 24px 0;
    box-sizing: border-box;
}
.omoigift_detail .product_confirmation .ttl_omoigift_detail {
    padding: 8px 0;
    box-sizing: border-box;
}
.omoigift_detail .product_confirmation_block {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 8px 0;
    box-sizing: border-box;
}
.omoigift_detail .select_omoigift_box {
    width: 232px;
}
.omoigift_detail .select_omoigift_box.combination {
    margin-left: 40px;
}
.omoigift_detail .select_omoigift_box .select_omoigift_box_img {
    border-radius: var(--radius-s);
    border: solid 2px var(--color-black20);
    width: 100%;
    height: 232px;
    padding: 16px;
    box-sizing: border-box;
    overflow: hidden;
}
.omoigift_detail .select_omoigift_box .select_omoigift_box_name {
    margin-top: 8px;
}
.omoigift_detail .select_omoigift_plus {
    position: absolute;
    top: 128px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: var(--color-black100);
    font-size: 24px;
}
.omoigift_detail .omoigift_product_description {
    padding: 8px 0;
    box-sizing: border-box;
}
.omoigift_detail .omoigift_product_description .ttl_product_description {
    padding: 8px 0;
    box-sizing: border-box;
    margin: 0 auto 8px auto;
}
.omoigift_detail .omoigift_product_description .product_description dd {
    margin-bottom: 8px;
}
.omoigift_detail .omoigift_product_description .list_of_services ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.omoigift_detail .omoigift_product_description .list_of_services ul .service_level_icon {
    padding: 4px 0;
    width: 115px;
}
.omoigift_detail .omoigift_product_description .list_of_services {
    margin-bottom: 8px;
}
.omoigift_detail #detail_text .list_of_services_wrap {
    padding-bottom: 30px;
}
.omoigift_detail #detail_text .list_of_services_wrap dl {
    display: block;
}
.omoigift_detail #detail_text .list_of_services_wrap dl dt {
    display: block;
    padding: 8px 0;
    box-sizing: border-box;
    margin: 0 auto 8px auto;
    background-color: transparent;
    border-radius: 0;
    width: auto;
    color: var(--color-black60);
}
.omoigift_detail #detail_text .list_of_services_wrap dl dd{
	display: block;
    max-width: none;
    padding: 0;
}
.omoigift_detail #detail_text .service_level_wrp .service_level_icons .service_level_icon {
    padding: 4px 8px;
    width: auto;
}
.omoigift_detail .omoigift_price {
    padding-top: 24px;
    box-sizing: border-box;
}
.omoigift_detail .omoigift_price dl {
    display: flex;
    align-items: center;
    border-radius: var(--radius-s);
    border: solid 2px var(--color-black40);
    width: 100%;
    height: 65px;
    overflow: hidden;
}
.omoigift_detail .information.consumption_tax, .omoigift_detail .information.display_mark {
    width: 140px;
}
.omoigift_detail .omoigift_price dt {
    background-color: var(--color-turquoise60);
    color: var(--color-white100);
    padding: 16px 24px;
    box-sizing: border-box;
    width: 232px;
    height: 100%;
}
.omoigift_detail .omoigift_price dd {
    display: flex;
    align-items: center;
    gap: 32px;
    color: var(--color-turquoise60);
    padding: 16px 24px;
    box-sizing: border-box;
}
.omoigift_detail .omoigift_input_items {
    padding: 12px 0;
    box-sizing: border-box;
}
.omoigift_detail .time_of_birth_wrap {
    margin-bottom: 16px;
}
.omoigift_detail .time_of_birth_wrap .time {
    display: flex;
    align-items: center;
    gap: 8px;
}

.weight_and_height,
.hand_and_foot {
    display: flex;
    flex-wrap: wrap;
    grid-gap:16px 32px;
}

.weight_and_height .description,
.hand_and_foot .help_wrap{flex: 0 0 100%;}
.help_wrap .btn_outlined {padding: 0.5em 1em;display: flex;gap: 0.5em;align-items: center;}
.description{margin-top:16px;}

.weight_and_height.disable {
    position: relative;
}
.weight_and_height.disable:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-black40);
    z-index: 1;
}
.weight_and_height:after {
    border-radius: 8px;
}

.omoigift_detail .date_of_birth_wrap .description .chk_base {
    display: block;
}
.omoigift_detail .input_table .photo_upload_wrap .about_photo_selection_wrap {
    padding: 0 16px 16px 16px;
}
.omoigift_detail .table_about_the_photos {
    border-radius: var(--radius-xs);
    border: solid 1px var(--color-black20);
    width: 100%;
    overflow: hidden;
}
.omoigift_detail .table_about_the_photos th {
    padding: 12px 16px;
    box-sizing: border-box;
    background-color: var(--color-black10);
    border: solid 1px var(--color-black20);
    width: 208px;
    vertical-align: middle;
}
.omoigift_detail .table_about_the_photos td {
    padding: 12px 16px;
    box-sizing: border-box;
    border: solid 1px var(--color-black20);
}
.omoigift_detail .table_about_the_photos td li {
    text-indent: -1em;
    padding-left: 1em;
}
.omoigift_detail #btn_frmsubmit {
    margin: 24px auto;
}
.omoigift_detail .set_or_single_item .for_page {
    display: flex;
    justify-content: center;
}
.omoigift_detail .set_or_single_item .for_page a {
    display: flex;
    align-items: center;
}
.omoigift_detail .input_table .photo_upload_wrap .vc_photoUpGroup {
    margin-top: 20px;
}
.omoigift_detail .input_table .photo_upload_wrap .vt_pleasechekyourphoto {
    margin-top: 20px;
}
/* ///////////////////////////////////////////////////////////////////
想いギフト作成ページ　アニバーサリー記念
/////////////////////////////////////////////////////////////////// */
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; 
}






.input_table {
    width: 100%;
    text-align: left;
    border: 1px solid var(--color-black30);
    border-radius: 12px;
    overflow: hidden;
    padding: 20px 24px;
    box-sizing: border-box;
}
.input_table .input_items_wrap .item_title {
    display: flex;
    align-items: center;
    color: var(--color-turquoise50);
    padding-bottom: 12px;
    box-sizing: border-box;
    border-bottom: solid 1px var(--color-black30);
    margin-bottom: 20px;
}
.input_table .input_items_wrap .item_title span {
    font-size: 24px;
    margin-right: 8px;
}

.input_items_wrap { margin-bottom: 32px; }
.input_items_wrap:last-of-type { margin-bottom:unset; }

.input_table .input_items_wrap .name_wrap {
    display: flex;
    margin-bottom: 16px;
}
.input_table .input_items_wrap .name_wrap .name, .input_table .input_items_wrap .name_wrap .kana {
    flex: 0 0 50%;
}
.input_table .input_items_wrap dt {
    color: var(--color-black60);
    margin-bottom: 6px;
}
/*.input_table .input_items_wrap .name_wrap input {
    background-color: var(--color-black10);
    color: var(--color-black40);
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
    border-radius: var(--radius-m);
}*/
.input_table .input_items_wrap .name_wrap .supplement, .input_table .input_items_wrap .weight_and_height .supplement, .input_table .input_items_wrap .hand_and_foot .supplement {
    color: var(--color-black50);
    margin: 6px 0 0 16px;
}

.birthdatetimewrp {
    display: flex;
    gap:32px;
}

.input_table .input_items_wrap .date_of_birth_wrap .date_of_birth_select_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--color-black60);
    margin-bottom: 16px;
    gap: 16px;
}

.input_table .input_items_wrap .date_of_birth_wrap select option {
    color: var(--color-black60);
}
.input_table .input_items_wrap .date_of_birth_wrap .year {
    display: inline-block;
    width: 8em;
    margin-right: 6px;
}
.input_table .input_items_wrap .date_of_birth_wrap .month, .input_table .input_items_wrap .date_of_birth_wrap .days {
    display: inline-block;
    width: 7em;
    margin-right: 6px;
}
.input_table .txtbox_base {
    width: 272px;
    margin-right: 6px;
}
.checkbox_label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.input_table .input_items_wrap .date_of_birth_wrap .birth_weight_wrap .p_weight {
    display: flex;
    align-items: center;
    color: var(--color-black60);
}
.input_table .input_items_wrap .date_of_birth_wrap .birth_weight_wrap .note {
    color: var(--color-black50);
    margin: 6px 0 0 16px;
}
.input_table .input_items_wrap .date_of_birth_wrap .physiqu_input_wrap {
    display: flex;
    justify-content: space-between;
}
.input_table .input_items_wrap .date_of_birth_wrap .physiqu_input_wrap .height, .input_table .input_items_wrap .date_of_birth_wrap .physiqu_input_wrap .body_weight {
    width: 328px;
}
.input_table .input_items_wrap .date_of_birth_wrap .physiqu_input_wrap input {
    background-color: var(--color-black10);
    color: var(--color-black40);
    padding: 8px 8px 8px 16px;
    box-sizing: border-box;
    border-radius: var(--radius-m);
    margin-right: 6px;
    width: 290px;
}
.input_table .input_items_wrap .date_of_birth_wrap .physique_wrap .note {
    font-size: var(--caption-txtM-size);
    line-height: var(--caption-txt-height);
    font-weight: var(--caption-txt-weight);
    letter-spacing: var(--caption-txt-spacing);
    color: var(--color-black50);
    margin: 6px 0 0 16px;
}
.input_table .photo_upload_wrap .about_photo_selection_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    box-sizing: border-box;
}
.input_table .photo_upload_wrap .about_photo_selection_wrap .about_photo_selection_txt {
	color: var(--color-black60);
    /*max-width: 336px;*/
}
.input_table .photo_upload_wrap .about_photo_selection_wrap .about_photo_selection_txt .note {
    color: var(--color-black50);
    margin-top: 8px;
}
.input_table .photo_upload_wrap .about_photo_selection_wrap .img_box {
    background-color: var(--color-black30);
    border-radius: var(--radius-s);
    width: 280px;
    height: 172px;
    margin-left: 24px;
}
.howtotakephoto_wrp {
    box-sizing: border-box;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
}
.howtotakephoto_icontext {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 259px;
    height: 48px;
    padding: 0 24px;
}










.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-size: 14px;
    cursor: pointer;
    clear: both;
}
.photoupload_mailattention u{
    font-weight: bold;
    color: var(--color-caramel);
}

button {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}



.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;
    position: relative;
    border-radius:12px;
}

.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;
}
.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;
}
.omoimodal .check_the_input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.omoimodal .check_the_input .exclamation {
    line-height: 0;
}
.omoimodal .check_the_input .exclamation span {
    color: var(--color-error90);
    font-size: 32px;
    margin-top: 3px;
}
.omoimodal .omoimodal_bnr_btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.omoimodal .omoimodal_bnr_btn2 .btn_fixes {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    cursor: pointer;
}
.omoimodal .omoimodal_bnr_btn2 .btn_add_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.omoimodal .omoimodal_bnr_btn2 .btn_add_cart span {
    margin-right: 10px;
    font-size: 20px;
}
.input_table .weight_wrap .txtbox_base,
.input_table .height_wrap .txtbox_base,
.input_table .txtbox_base[name="Length1"],
.input_table .txtbox_base[name="Length2"] {
    width: 10em;
}

/* LP */

























.omoi_wrap_pd {
    padding: 20px;
    box-sizing: border-box;
}
#artframe .omoi_wrap_pd {
    padding: 20px 20px 28px 20px;
}
.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/babyphoto/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/babyphoto/lp_frame_unselected.png), url(../../Images/babyphoto/lp_frame_unselected_txt.png); }
.cst_slick_wrp.giftitems.init:after{ background-image:url(../../Images/babyphoto/lp_plusone_unselected.png), url(../../Images/babyphoto/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_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;
}





.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 {
    color: var(--color-error90);
}
.omoi_inpcnt_att {
    color: var(--color-error90);
    margin: 16px auto;
}
.omoi_inpcnt_question {
    color: var(--color-black70);
}
.omoi_inpcnt_triangle{
    font-size: 10px;
    color: #e4e4e4;
}
.omoi_inpcnt_datatblwrap {
    width: 80%;
    margin: 8px auto 24px auto;
    padding: 8px 24px;
    box-sizing: border-box;
    border: 1px solid var(--color-black40);
    text-align: left;
    border-radius: var(--radius-s);
}

.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/babyphoto/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;
}

/* ///////////////////////////////////////////////////////////////////
写真入り名入れ
/////////////////////////////////////////////////////////////////// */
.pnaire_alcohol_note { padding-top: 15px; }

/* ///////////////////////////////////////////////////////////////////
命名書
/////////////////////////////////////////////////////////////////// */
.imgradio_selectwrp {
    display: flex;
    gap: 32px;
}
.imgradio_selectwrp .imgcheckboxwrp {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.imgradio_selectwrp  .imgcheckboxwrp span {
    display: flex;
    align-items: center;
    gap: 8px;
}
/* ///////////////////////////////////////////////////////////////////
分岐ページ
/////////////////////////////////////////////////////////////////// */
#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;
}


.modal {display: none;height: 100vh;position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;}
.modal__bg {background: var(--color-black50);height: 100vh;position: absolute;width: 100%;backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px);}
.modal__content {background: #fff;left: 50%;position: absolute;top: 50%;transform: translate(-50%,-50%);width: 100%;max-width: 440px;border-radius: 12px;padding:20px 0 10px; }

.uploadphoto_area {display: flex;gap: 34px;justify-content: center;}
.uploadphoto {width: 200px;border-radius: 12px;}
.uploadphoto_ttl {width: 100%;background-color: var(--color-turquoise20);text-align: center;padding: .5em 0;border-top-left-radius: 12px;border-top-right-radius: 12px;}
.uploadphoto_body {width: 100%;border: 1px solid var(--color-turquoise20);padding: 10%;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;}
.uploadphoto_pictwrp {position: relative;height: 155px;width: 155px;background-color: var(--color-black10);}
.uploadphoto_pict_bk {}
.uploadphoto_pict {}
.uploadphoto_pict_mail {}
.uploadtbn {position: relative;display: inline-block;width: 100%;padding: .5em 1em;text-align: center;margin-top: 1em;}
.uploadtbn_inpfile {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;pacity: 0;-webkit-opacity: 0;filter: alpha(opacity=0);display: block;cursor: pointer;}
.uploadphoto_pict_zoombtnwrp {margin-top: 1em;}
.uploadphoto_pict_zoombtn {width: 100%;text-align: center;padding: .2em 1em;}
.uploadphoto_pict_zoombtn .zoomicon {margin-right: 4px;vertical-align: middle;}
        
.imgpreviewcontain {width: 155px;height: 155px;}

.showaboutHowToScaleLen_cnt {background-color: var(--color-white100);padding: 1em;border-radius: 12px;width:720px;}
.showaboutHowToScaleLen_cnt_img{ width:100%; height:auto;}
.uploadedPhotoPreview_cnt {background-color: var(--color-white100);padding: 1em;border-radius: 12px; width:720px; height:720px;}
.uploadedPhotoPreview_cnt_img{ width:100%; height:100%; object-fit:contain; object-position:center;}

.slide{width:100%; padding: 0 30px 10px 30px; position:relative;}
.slide_image{width: 100%;height: auto;}
.slide_closebtn {position: absolute;bottom: 15%;width: 200px;left: 50%;transform: translateX(-50%);text-align: center;padding: 0.5em 1em;height:48px;}

/* ///////////////////////////////////////////////////////////////////
欠品表示
/////////////////////////////////////////////////////////////////// */
.stockoutMsg { font-weight: bold; margin:40px auto 0; padding: 20px; background-color: var(--color-black20);border-radius: var(--radius-m);color: var(--color-error90); text-align: center;}
.stockoutMsg.under { margin-bottom: 24px; }
