@charset 'UTF-8';

/*=====<=====<=====<=====<=====<=====<=====
  pc
=====>=====>=====>=====>=====>=====>=====*/
#photo .c_border_box
{
    padding: 30px 25px;
}

@media screen and (max-width: 1024px)
{
    #photo .c_border_box
    {
        padding: 15px 0;
    }
}

#photo .c_border_box .inner .c_subheader2 h2,
#photo .c_border_box .inner .c_subheader2 h3
{
    font-size: 16px; 

    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    justify-content: center;
    align-items: center;
}

html[c-data-font-size='normal'] #photo .c_border_box .inner .c_subheader2 h2,
html[c-data-font-size='normal'] #photo .c_border_box .inner .c_subheader2 h3
{
    font-size: 18px;
}

html[c-data-font-size='large'] #photo .c_border_box .inner .c_subheader2 h2,
html[c-data-font-size='large'] #photo .c_border_box .inner .c_subheader2 h3
{
    font-size: 20px;
}

#photo .c_border_box .inner .c_subheader2 h2 svg,
#photo .c_border_box .inner .c_subheader2 h3 svg
{
    margin-right: 10px;
}

#photo .c_border_box .photo_header
{
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px)
{
    #photo .c_border_box .photo_header
    {
        margin-bottom: 25px;
    }
}

#photo .c_border_box .photo_header .photo_month
{
    position: relative;
}

@media screen and (max-width: 1024px)
{
    #photo .c_border_box .photo_header .photo_month
    {
        width: 100%;
    }
}

#photo .c_border_box .photo_header .photo_month .arrow
{
    font-size: 14px;

    position: absolute;
    top: 50%;

    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    width: 20px;
    height: 20px;

    transform: translateY(-50%); 

    border: 1px solid #3e3e3e;
    border-radius: 5px;

    justify-content: center;
    align-items: center;
}

html[c-data-font-size='normal'] #photo .c_border_box .photo_header .photo_month .arrow
{
    font-size: 16px;
}

html[c-data-font-size='large'] #photo .c_border_box .photo_header .photo_month .arrow
{
    font-size: 18px;
}

#photo .c_border_box .photo_header .photo_month .arrow.prev
{
    left: 0;
}

#photo .c_border_box .photo_header .photo_month .arrow.next
{
    right: 0;
}

#photo .c_border_box .photo_header .photo_month .arrow.none
{
    display: none;
}

#photo .c_border_box .photo_header .photo_month h2
{
    font-size: 24px;

    padding: 0 1.8em;
}

html[c-data-font-size='normal'] #photo .c_border_box .photo_header .photo_month h2
{
    font-size: 26px;
}

html[c-data-font-size='large'] #photo .c_border_box .photo_header .photo_month h2
{
    font-size: 28px;
}

@media screen and (max-width: 1024px)
{
    #photo .c_border_box .photo_header .photo_month h2
    {
        padding: 0;
    }
}

#photo .c_border_box .photo_header .photo_search
{
    overflow: hidden;

    width: 270px;
    padding: 5px 10px; 

    border: 1px solid #3e3e3e;
    border-radius: 5px;
}

@media screen and (max-width: 1024px)
{
    #photo .c_border_box .photo_header .photo_search
    {
        width: 100%; 
        margin-top: 10px;
    }
}

#photo .c_border_box .photo_header .photo_search #testSearch
{
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    justify-content: space-between;
    align-items: center;
}

#photo .c_border_box .photo_header .photo_search #testSearch input,
#photo .c_border_box .photo_header .photo_search #testSearch button
{
    padding: 0; 

    border: none;
    background: transparent;
    box-shadow: none;
}

#photo .c_border_box .photo_header .photo_search #testSearch #search_input
{
    flex-grow: 1;
}

#photo .c_border_box .photo_header .photo_search #testSearch #photo_search_btn
{
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;
}

#photo .c_border_box .photo_header .photo_search #testSearch #photo_search_btn svg
{
    width: 18px;
    height: 18px;
}

#photo .c_border_box .photo_memo
{
    margin-top: 50px;
}

@media screen and (max-width: 1024px)
{
    #photo .c_border_box .photo_memo
    {
        margin-top: 30px;
    }
}

#photo .c_border_box .photo_memo .memo_list li
{
    padding-left: 1em; 

    text-indent: -1em;
}

#photo .c_border_box .photo_price
{
    margin-top: 50px;
}

@media screen and (max-width: 1024px)
{
    #photo .c_border_box .photo_price
    {
        margin-top: 30px;
    }
}

#photo .c_border_box .photo_price .price_list dl dt
{
    font-size: 18px; 
    font-weight: bold;
}

@media screen and (max-width: 1024px)
{
    #photo .c_border_box .photo_price .price_list dl dt
    {
        font-size: 14px;
    }
}

#photo .c_border_box .photo_price .price_list dl dt span
{
    font-size: 14px;
    font-weight: normal;

    margin-left: 5px;
}

@media screen and (max-width: 1024px)
{
    #photo .c_border_box .photo_price .price_list dl dt span
    {
        font-size: 12px;
    }
}

#photo .c_border_box .photo_price .price_list dl dd
{
    font-size: 18px; 
    font-weight: bold;

    color: #eb0e0e;
}

@media screen and (max-width: 1024px)
{
    #photo .c_border_box .photo_price .price_list dl dd
    {
        font-size: 14px;
    }
}

#photo .photo_product
{
    position: fixed;
    z-index: 9999; 
    top: 0;
    left: 0;

    display: none;

    width: 100vw;
    height: 100vh;

    background: rgba(0, 0, 0, .3);
}

#photo .photo_product .buy_window
{
    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;
}

#photo .photo_product .content
{
    position: relative;

    width: 900px;
    padding: 20px; 

    background: #fff;
}

@media screen and (max-width: 1024px)
{
    #photo .photo_product .content
    {
        width: 95%;
        padding: 10px;
    }
}

#photo .photo_product .content .woocommerce-notices-wrapper
{
    width: 100%;
}

#photo .photo_product .content .product
{
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    width: 100%;

    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1024px)
{
    #photo .photo_product .content .product
    {
        flex-wrap: wrap;
    }
}

#photo .photo_product .content .product .woocommerce-product-gallery figure
{
    width: 480px;
    height: auto;
}

@media screen and (max-width: 1024px)
{
    #photo .photo_product .content .product .woocommerce-product-gallery figure
    {
        width: 100%;
    }
}

#photo .photo_product .content .product .woocommerce-product-gallery figure a
{
    display: block;

    pointer-events: none;
}

#photo .photo_product .content .product .woocommerce-product-gallery figure a img
{
    margin: auto;
}

#photo .photo_product .content .product .woocommerce-product-gallery__wrapper
{
    margin: 0;
}

#photo .photo_product .content .product .storefront-product-pagination
{
    display: none;
}

#photo .photo_product .content .product .summary
{
    width: 335px;
}

@media screen and (max-width: 1024px)
{
    #photo .photo_product .content .product .summary
    {
        width: 100%;
        margin-top: 20px;
    }
}

#photo .photo_product .content .product .summary .woocommerce-variation.single_variation
{
    display: none !important;
}

#photo .photo_product .content .product .summary .date
{
    font-size: 14px; 

    display: block;
}

#photo .photo_product .content .product .summary h1
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3; 

    margin-top: 5px;
    margin-bottom: 25px;

    text-align: left;
}

#photo .photo_product .content .product .summary .variations_form
{
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    width: 100%;

    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#photo .photo_product .content .product .summary .variations_form label
{
    font-size: 18px;
    font-weight: bold;

    position: static !important;

    display: inline-block;
    clip: auto;

    width: auto;
    height: auto;
    margin-right: 10px;

            clip-path: none;
    -webkit-clip-path: none;
            clip-path: none;
}

@media screen and (max-width: 1024px)
{
    #photo .photo_product .content .product .summary .variations_form label
    {
        font-size: 14px;
    }
}

#photo .photo_product .content .product .summary .variations_form .variations
{
    width: auto;
}

#photo .photo_product .content .product .summary .variations_form .variations td
{
    padding: 0;
}

#photo .photo_product .content .product .summary .variations_form .variations td.label
{
    font-size: 18px;
    font-weight: bold;

    display: inline-block;

    padding-right: 10px;
}

@media screen and (max-width: 1024px)
{
    #photo .photo_product .content .product .summary .variations_form .variations td.label
    {
        font-size: 14px;
    }
}

#photo .photo_product .content .product .summary .variations_form .variations td select
{
    width: 140px;
    height: 22px;

    border: 1px solid #333; 
    background: #fff;
}

@media screen and (max-width: 1024px)
{
    #photo .photo_product .content .product .summary .variations_form .variations td select
    {
        width: 120px;
    }
}

#photo .photo_product .content .product .summary .variations_form .quantity
{
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;

    justify-content: center;
    align-items: center;
}

#photo .photo_product .content .product .summary .variations_form .quantity label
{
    margin-left: 20px;
}

#photo .photo_product .content .product .summary .variations_form .quantity input
{
    width: 50px;
    height: 22px;
    padding: 0;

    border: 1px solid #333; 
    background: #fff;
}

#photo .photo_product .content .product .summary .variations_form .c_btn_svg_hover
{
    width: 100%; 
    margin-top: 20px;
}

#photo .photo_product .content .product .edit-link
{
    display: none;
}

#photo .photo_product .content .close
{
    position: absolute;
    top: 0;
    right: 0;

    width: 50px;
    height: 50px;

    transform: translate(50%, -50%);

    border-radius: 50%; 
    background: #000;
}

@media screen and (max-width: 1024px)
{
    #photo .photo_product .content .close
    {
        width: 40px;
        height: 40px; 

        transform: translate(5%, -70%);
    }
}

#photo .photo_product .content .close span
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 50%;
    height: 1px;

    background: #fff;
}

#photo .photo_product .content .close span:nth-of-type(1)
{
    transform: translate(-50%, -50%) rotate(45deg);
}

#photo .photo_product .content .close span:nth-of-type(2)
{
    transform: translate(-50%, -50%) rotate(-45deg);
}
