/* ここから下を使用 */
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.mb110 {
    margin-bottom: 110px !important;
}
.mb120 {
    margin-bottom: 120px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pb90 {
    padding-bottom: 90px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}
.pb110 {
    padding-bottom: 110px !important;
}
.pb120 {
    padding-bottom: 120px !important;
}
/* ========================== 共通パーツここから ========================== */
* {
    box-sizing: border-box;
}
.fs-l-main {
    margin: 0 auto !important;
    box-shadow: -7px 0px 10px 0px rgba(10,10,10,0.1), 7px 0px 10px 0px rgba(10,10,10,0.1);
}
article {
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    #main-single #contents {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 769px) {
    #main-single #contents {
        max-width: 1024px !important;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    #main-single #contents {
        max-width: 100% !important;
        margin: 0 auto;
    }
}
article.page_lp{
    position: relative;
    --font-serif-font: 'Noto Serif JP', 'Hiragino Mincho ProN', serif;
    background-color: white;
}
@media only screen and (max-width: 768px) {
    #contents article.page_lp::before{
        content: none;
    }
}
.lp {
    width: 1024px;
    margin: 0 auto;
    background-color: white;
}
@media only screen and (max-width: 769px) {
    .lp {
        width: 100%;
        margin: 0 auto;
    }
}

/* タイトルおよび段落指定 */
span.title_newline {
    display: block;
}
@media only screen and (max-width: 768px) {
    span.title_newline {
        display: inline;
    }
}
.lp_ordermade_title,
.lp_repair_title,
.lp_cleaning_title,
.lp_interior_title,
.lp_noukotu_title,
.lp_honzon_title,
.lp_all_title,
.lp_shop_title  {
    font-family: var(--font-serif-font);
    font-size: 25px;
    font-weight: 600;
    color: #33312d;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
    #lp_ordermade .lp_subhead::after {
        width: 80%;
    }
    .lp_ordermade_title,
    .lp_repair_title,
    .lp_cleaning_title,
    .lp_interior_title,
    .lp_noukotu_title,
    .lp_honzon_title,
    .lp_all_title,
    .lp_shop_title {
        margin: 0 20px 50px;
    }
}

.lp_subhead {
    position: relative;
    font-family: var(--font-serif-font);
    font-size: 15px;
    font-weight: 600;
    color: #33312d;
    text-align: center;
    padding-top: 60px;
}
.lp_para {
    display: block;
    width: 450px;
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto 25px;
}
.lp_casestudy_title {
    font-family: var(--font-serif-font);
    font-size: 21px;
    font-weight: 600;
    color: #33312d;
    text-align: center;
    display: flex;
    align-items: center;
}
.lp_casestudy_title::before,
.lp_casestudy_title::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #33312d;
    opacity: 0.3;
}
.lp_casestudy_title::before {
    margin-right: 60px;
    margin-left: 85px;
}
.lp_casestudy_title::after {
    margin-left: 60px;
    margin-right: 85px;
}
@media only screen and (max-width: 768px) {
    .lp_para {
        width: 100% !important;
        margin: 0 auto 25px !important;
        padding: 0 20px;
    }
    .lp_casestudy_title {
        display: inline-block;
        width: 100%;
        padding: 50px 20px 0;
    }
    .lp_casestudy_title::before,
    .lp_casestudy_title::after {
        content: none;
    }
}
.lp_mid_title {
    font-family: var(--font-serif-font);
    font-size: 21px;
    font-weight: 600;
    color: #33312d;
    text-align: center;
    margin-bottom: 30px;
}
/* 2カラム */
.lp_case_wrap02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 620px;
    margin: 75px auto 20px;
}
.lp_case_chld {
    position: relative;
    width: 275px;
    height: 223px;
    margin-bottom: 100px;
}
.lp_case_chld:nth-of-type(odd)::before {
    content: "";
    position: absolute;
    top: 125px;
    right: -50px;
    width: 27px;
    height: 42px;
    background-image: url(https://jiin.itembox.design/item/img/arrow.png);
}
.lp_case_chld img {
    width: 275px;
    height: 223px;
    object-fit: scale-down;
}
.lp_case_beforeAfter {
    display: block;
    width: 70px;
    padding: 2px 3px;
    color: #33312d;
    border: 1px solid #33312d;
    margin: 0 auto 10px;
    font-size: 13px;
    text-align: center;
}
.lp_case_chld p.lp_case_para {
    /* display: block; */
    width: 100%;
    color: #33312d;
    font-size: 13px;
    text-align: center;
    padding-top: 4px;
}
@media only screen and (max-width: 768px) {
    .lp_case_wrap02 {
        width: 90%;
    }
    .lp_case_chld {
        width: 40%;
        height: auto;
        margin-bottom: 80px;
    }
    .lp_case_chld:nth-of-type(odd)::before {
        top: 50%;
        right: -35%;
    }
    .lp_case_chld img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 500px) {
    .lp_case_wrap02 {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        width: 90%;
        margin: 50px auto 20px;
    }
    .lp_case_chld {
        position: relative;
        width: 90%;
        height: auto;
        margin: 0 auto 60px;
    }
    .lp_case_chld:nth-of-type(even) {
        margin: 0 auto 70px;
    }
    .lp_case_chld:nth-of-type(odd)::before {
        bottom: -70%;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(90deg);
    }
    .lp_case_chld img {
        width: 100%;
        height: auto;
    }
}

/* 3カラム */
.lp_case03_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 856px;
    margin: 75px auto 20px;
}
.lp_case03_wrap .lp_case03_chld {
    position: relative;
    width: 275px;
    height: 223px;
    margin-bottom: 50px;
}
.lp_case03_wrap .lp_case03_chld img {
    width: 275px;
    height: 223px;
    /* object-fit: cover; */
    /* object-fit: contain; */
    object-fit: scale-down;
}
.lp_case03_wrap .lp_case03_para {
    text-align: center;
    font-size: 13px;
    padding-top: 4px;
}
@media only screen and (max-width: 768px) {
    .lp_case03_wrap {
        width: 90%;
    }
    .lp_case03_wrap .lp_case03_chld {
        width: 45%;
        height: auto;
    }
    .lp_case03_wrap .lp_case03_chld img {
        width: 100%;
        height: auto;
    }
    .lp_case03_wrap .lp_case03_para {
        text-align: center;
        font-size: 13px;
        padding-top: 4px;
    }
}
@media only screen and (max-width: 500px) {
    .lp_case03_wrap {
        width: 90%;
    }
    .lp_case03_wrap .lp_case03_chld {
        width: 100%;
        margin-bottom: 30px;
    }
    .lp_case03_wrap .lp_case03_chld img {
        width: 100%;
    }
}


/* ショップリスト */
.lp_shop_list {
    display: flex;
    flex-direction: column;
    width: 752px;
    margin: 0 auto;
    padding: 50px 0 50px;
    background-image: url(https://jiin.itembox.design/item/img/shop_bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.lp_shop_list_chld {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #102138;
}
.lp_shop_list_chld:last-of-type {
    border-bottom: 1px solid #102138;
}
.lp_shop_list_name,
.lp_shop_list_para,
.lp_shop_list_link {
    display: inline-block;
}
.lp_shop_list_name {
    width: 100px;
    margin-right: 35px;
}
.lp_shop_list_para {
    width: 392px;
    margin-right: 35px;
}
.lp_shop_list_link:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .lp_shop_list {
        width: 90%;
        margin: 0 auto;
        padding: 50px 0 150px;
        background-image: none;
    }
    .lp_shop_list_chld {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 15px;
        border-top: 1px solid #102138;
    }
    .lp_shop_list_chld:last-of-type {
        border-bottom: 1px solid #102138;
    }
    .lp_shop_list_name,
    .lp_shop_list_para,
    .lp_shop_list_link {
        display: block;
    }
    .lp_shop_list_link {
        text-align: right;
    }
    .lp_shop_list_name {
        font-weight: bold;
        width: 100%;
        margin: 0 0 10px;
    }
    .lp_shop_list_para {
        width: 100%;
        margin: 0;
    }
    .lp_shop_list_link:hover {
        text-decoration: underline;
    }
}


/* お問合せ　PC */
.lp_pc_contact_area {
    width: 100%;
    height: 256px;
    background-image: url(https://jiin.itembox.design/item/img/gold_texture.png);
    background-color: white;
    margin-bottom: 50px;
}
.lp_contact_title {
    font-family: var(--font-serif-font);
    font-size: 24px;
    line-height: 32px;
    color: #102138;
    font-weight: 600;
    margin: 0 auto;
    padding: 20px 88px;
    text-shadow: #fff 0 0 4px;
}
.lp_contact_banner {
    width: 100%;
    height: 140px;
    background-color: #102138;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
}
.lp_contact_banner .lp_contact_tel_box,
.lp_contact_banner .lp_contact_mail_box {
    width: 428px;
    height: 92px;
    display: flex;
    flex-direction: column;
    color: white;
}
.lp_contact_banner .lp_contact_tel_box {
    padding: 10px 0 0 115px;
}
.lp_contact_banner .lp_contact_tel_box .lp_contact_tel_infotxt_a {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.lp_contact_banner .lp_contact_tel_box .lp_contact_tel_infonumber {
    position: relative;
    display: block;
    width: 260px;
    height: 29px;
    margin-bottom: 7px;
    background-image: url(https://jiin.itembox.design/item/img/phone_number.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.lp_contact_banner .lp_contact_tel_box .lp_contact_tel_infonumber:hover {
    background-image: url(https://jiin.itembox.design/item/img/phone_number_hover.png);
    background-size: contain;
    background-repeat: none;
}
.lp_contact_banner .lp_contact_tel_box .lp_contact_tel_infonumber::before {
    content: "";
    position: absolute;
    top: -13px;
    left: -60px;
    width: 53px;
    height: 53px;
    background-image: url(https://jiin.itembox.design/item/img/phone_icon.png);
}
.lp_contact_banner .lp_contact_tel_box .lp_contact_tel_infotxt_b {
    font-size: 14px;
    font-weight: bold;
}
.lp_contact_banner .lp_contact_mail_box {
    padding: 10px 0 0 0;
}
.lp_contact_banner .lp_contact_mail_box .lp_contact_mail_infotxt {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.lp_contact_banner .lp_contact_mail_box .lp_contact_mail_btn {
    position: relative;
    display: block;
    width: 380px;
    height: 50px;
    border-radius: 25px;
    background-color: #9f2042;
    font-size: 21px;
    font-weight: bold;
    color: white;
    margin: 0 auto;
    padding: 8px 0 0 110px;
}
.lp_contact_banner .lp_contact_mail_box .lp_contact_mail_btn:hover {
    background-color: gold;
    color: #102138;
}
.lp_contact_banner .lp_contact_mail_box .lp_contact_mail_btn:hover::before {
    background-image: url(https://jiin.itembox.design/item/img/mail_icon_hover.png);
}
.lp_contact_banner .lp_contact_mail_box .lp_contact_mail_btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 60px;
    width: 36px;
    height: 26px;
    background-image: url(https://jiin.itembox.design/item/img/mail_icon.png);
}

/* お問合せ　スマホ */
.lp_sp_contact_area {
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    bottom: calc(12vw + 15px);
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    background-image: url(https://jiin.itembox.design/item/img/gold_texture.png);
    background-size: cover;
    background-color: white;
    padding: 15px 10px;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow:hidden;
}
.lp_sp_contact_area .lp_sp_contact_mail_box {
    display: table;
    width: 80%;
    min-width: 250px;
    height: 50px;
}
.lp_sp_contact_area .lp_sp_contact_mail_box a {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    min-width: 250px;
    height: 50px;
    font-size: 15px;
    background-color: #102138;
    border-radius: 15px;
    text-align: center;
    color: white;
}
.lp_sp_contact_area .lp_sp_contact_tel_box {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
.lp_sp_contact_area .lp_sp_contact_tel_box a {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(https://jiin.itembox.design/item/img/phone_icon_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
}


/* ========================== 共通パーツここまで ========================== */

/* コンテンツ */
#global-footer .spmenu {
    z-index: 3 !important;
}
#lp_top .lp_subtitle {
    text-align: center;
    font-size: 21px;
    font-family: var(--font-serif-font);
    font-weight: 600;
    color: white;
}
#lp_top .lp_title {
    text-align: center;
    font-size: 35px;
    line-height: 70px;
    font-family: var(--font-serif-font);
    font-weight: 600;
    color: white;
    margin-top: 25px;
}
@media only screen and (max-width: 768px) {
    #lp_top .lp_title {
        font-size: 28px;
        line-height: 50px;
        margin-bottom: 40px;
    }
}
#lp_top .lp_top_imgarea {
    background-image: url(https://jiin.itembox.design/item/img/top_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 73px;
    height: 555px;
}
@media only screen and (max-width: 768px) {
    #lp_top .lp_top_imgarea {
        background-image: url(https://jiin.itembox.design/item/img/top_img.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 50px 30px;
        /* padding-bottom: 50px; */
        height: auto;
    }
}

.lp_top_salespoint {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: var(--font-serif-font);
    margin: 20px auto 0;
}
.lp_top_salespoint .lp_top_salespoint_child {
    width: 275px;
    height: 55px;
    background-color: white;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
}
.lp_top_salespoint .lp_top_salespoint_child:nth-of-type(2) {
    margin: 0 10px;
}
@media only screen and (max-width: 768px) {
    .lp_top_salespoint {
        justify-content: space-around;
        margin: 20px auto 0;
    }
    .lp_top_salespoint .lp_top_salespoint_child {
        display: table;
        width: 30%;
        height: auto;
        font-size: 18px;
        text-align: center;
        padding: 5px 2%;
    }
    .lp_top_salespoint .lp_top_salespoint_child p {
        display: table-cell;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 628px) {
    .lp_top_salespoint .lp_top_salespoint_child {
        display: table;
        width: 80%;
        font-size: 18px;
        margin: 0 auto 20px;
        padding: 5px 2%;
    }
    .lp_top_salespoint {
        flex-direction: column;
        justify-content: center;
        margin: 20px auto 0;
    }
    .lp_top_salespoint .lp_top_salespoint_child:nth-of-type(2) {
        margin: 0 auto 20px;
    }
}


/* 若林佛具製作所のサービス */
.lp_service_header {
    width: 100%;
    height: 200px;
    background-color: white;
}
.lp_service_title {
    font-family: var(--font-serif-font);
    font-size: 30px;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 25px;
}
.lp_service_subtitle {
    position: relative;
    display: block;
    width: 250px;
    height: 35px;
    background-color: #33312d;
    color: white;
    font-family: var(--font-serif-font);
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    padding: 8px;
}
.lp_service_subtitle::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #33312d;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    animation: move-y .5s infinite alternate ease-in-out;
}
@keyframes move-y {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(8px);
    }
}
.lp_service_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    height: 300px;
    background-image: url(https://jiin.itembox.design/item/img/gold_texture_b.png);
    background-color: white;
}
.lp_service_list .lp_service_list_chld {
    display: table;
    width: 277px;
    height: 105px;
    margin-top: 8px;
}
.lp_service_list .lp_service_list_chld a {
    display: table-cell;
    vertical-align: middle;
    width: 277px;
    height: 105px;
    font-family: var(--font-serif-font);
    font-size: 17px;
    font-weight: 600;
    color: #33312d;
    text-align: center;
    /* padding-top: 40px; */
    background-color: white;
}
.lp_service_list .lp_service_list_chld a:hover {
    color: white;
    background-color: #33312d;
    opacity: 1 !important;
}
.lp_service_list_chld:nth-of-type(1),
.lp_service_list_chld:nth-of-type(2),
.lp_service_list_chld:nth-of-type(4),
.lp_service_list_chld:nth-of-type(5) {
    margin-right: 8px;
}

@media only screen and (max-width: 768px) {
    .lp_service_header {
        width: 100%;
        height: auto;
        background-color: white;
        padding: 40px 0;
    }
    .lp_service_title {
        font-family: var(--font-serif-font);
        font-size: 31px;
        text-align: center;
        /* padding-top: 60px; */
        margin-bottom: 25px;
    }
    .lp_service_list {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        background-image: url(https://jiin.itembox.design/item/img/gold_texture_c.png);
        background-size: cover;
        background-position: 50% 50%;
        background-color: white;
        padding: 30px 0;
        margin: 0 auto;
    }
    .lp_service_list .lp_service_list_chld {
        display: table;
        width: 80%;
        height: auto;
        margin-top: 8px auto;
    }
    .lp_service_list .lp_service_list_chld a {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 50px;
        font-family: var(--font-serif-font);
        font-size: 17px;
        font-weight: 600;
        color: #33312d;
        text-align: center;
        background-color: white;
    }
    .lp_service_list .lp_service_list_chld a:hover {
        color: white;
        background-color: #33312d;
        opacity: 1 !important;
    }
    .lp_service_list_chld:nth-of-type(1),
    .lp_service_list_chld:nth-of-type(2),
    .lp_service_list_chld:nth-of-type(4),
    .lp_service_list_chld:nth-of-type(5) {
        margin-right: 0px;
    }
}

/* 寺院仏具とは */
#lp_what_butugu {
    background-image: url(https://jiin.itembox.design/item/img/what_butugu_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}
#lp_what_butugu .lp_what_butugu_title {
    font-family: var(--font-serif-font);
    font-size: 32px;
    font-weight: 600;
    color: white;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 20px;
}
#lp_what_butugu .lp_what_butugu_text {
    width: 700px;
    font-size: 15px;
    color: white;
    line-height: 3rem;
    margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
    #lp_what_butugu {
        min-height: 100%;
        background-image: url(https://jiin.itembox.design/item/img/what_butugu_sp_bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 80px 0;
    }
        #lp_what_butugu .lp_what_butugu_text {
        width: 90%;
        font-size: 15px;
        color: white;
        line-height: 3rem;
        margin: 0 auto 20px;
    }
}
@media only screen and (max-width: 400px) {
    #lp_what_butugu {
        /* min-height: 100%; */
        background-image: url(https://jiin.itembox.design/item/img/what_butugu_ssp_bg.png);
        /* background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 80px 0; */
    }
}


/* 若林佛具製作所だからできること。 */
#lp_what_cando {
    height: auto;
    background-image: url(https://jiin.itembox.design/item/img/what_can_do_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.lp_what_cando_title {
    font-family: var(--font-serif-font);
    font-size: 25px;
    font-weight: 600;
    color: #33312d;
    text-align: center;
    padding-top: 82px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .lp_what_cando_title {
        margin: 0 20px 30px !important;
    }
}
.lP_what_cando_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 760px;
    margin: 0 auto 50px;
}
.lP_what_cando_list_chld {
    width: 100%;
    height: 270px;
}
.lP_what_cando_list_box {
    width: 320px;
    padding-top: 80px;
}
.lP_what_cando_list_title {
    display: block;
    position: relative;
    font-family: var(--font-serif-font);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.lP_what_cando_list_title::before {
    content: "";
    width: 167px;
    height: 157px;
    position: absolute;
    top: -40px;
    left: -40px;
    background-image: url(https://jiin.itembox.design/item/img/what_can_do_titledeco.png);
}
.lP_what_cando_list_box p {
    font-size: 15px;
    line-height: 22px;
}
.lP_what_cando_list_chld:nth-of-type(1) .lP_what_cando_list_box,
.lP_what_cando_list_chld:nth-of-type(3) .lP_what_cando_list_box {
    float: left;
    margin: 0 0 0 40px;
}
.lP_what_cando_list_chld:nth-of-type(1) .lP_what_cando_list_img,
.lP_what_cando_list_chld:nth-of-type(3) .lP_what_cando_list_img {
    float: right;
}
.lP_what_cando_list_chld:nth-of-type(3) .lP_what_cando_list_img {
    margin-top: 40px;
}
.lP_what_cando_list_chld:nth-of-type(2) .lP_what_cando_list_box {
    float: right;
}
.lP_what_cando_list_chld:nth-of-type(2) .lP_what_cando_list_img {
    float: left;
    margin-top: 40px;
}
.lP_what_cando_list_chld:nth-of-type(1) .lP_what_cando_list_img {
    width: 290px;
}
.lP_what_cando_list_chld:nth-of-type(2) .lP_what_cando_list_img,
.lP_what_cando_list_chld:nth-of-type(3) .lP_what_cando_list_img {
    width: 321px;
}
@media only screen and (max-width: 768px) {
    #lp_what_cando {
        height: auto;
        background-image: url(https://jiin.itembox.design/item/img/what_can_do_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .lP_what_cando_list {
        width: 90%;
        /* margin: 0 auto 50px; */
    }
    .lP_what_cando_list_chld {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 40px;
    }
    .lP_what_cando_list_box {
        width: 90%;
        padding-top: 80px;
    }
    .lP_what_cando_list_chld {
        margin: 0;
    }
    .lP_what_cando_list_chld .lP_what_cando_list_box,
    .lP_what_cando_list_chld .lP_what_cando_list_img {
        float: none !important;
    }
    .lP_what_cando_list_chld .lP_what_cando_list_box {
        margin: 30px 0 0 0 !important;
    }
    .lP_what_cando_list_chld .lP_what_cando_list_img {
        margin: 40px auto 0 !important;
        width: 100% !important;
        max-width: 500px !important;
        padding-right: 40px !important;
    }
    .lP_what_cando_list_chld:nth-of-type(1) .lP_what_cando_list_img {
        margin: 40px auto 0 !important;
        width: 100% !important;
        max-width: 400px !important;
        padding-right: 40px !important;
    }
}


/* 歴史の中で培われた職人たちの伝統技術 */
.lp_histry_title {
    font-family: var(--font-serif-font);
    font-size: 25px;
    font-weight: 600;
    color: #33312d;
    text-align: center;
    padding-top: 82px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
    .lp_histry_title {
        padding: 82px 0 0 0;
        margin: 0 20px 50px;
    }
}

/* スライダー */
.lp_histry_slider_wrap {
    width: 100%;
    align-items: center;
    background: #E3E3E3;
    display: flex;
    justify-content: center;
    margin: 50px 0 50px;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-432px * 7));
    }
  }
  .lp_histry_slider {
    background: white;
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
    height: 256px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 1024px;
  }
  .lp_histry_slider::before, .lp_histry_slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 256px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  .lp_histry_slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .lp_histry_slider::before {
    left: 0;
    top: 0;
  }
  .lp_histry_slider .lp_histry_slide-track {
    animation: scroll 100s linear infinite;
    display: flex;
    width: calc(432px * 14);
  }
  .lp_histry_slider .lp_histry_slide {
    height: 256px;
    width: 432px;
  }
  .lp_histry_slide img {
    width: 432px;
    /* height: 256px; */
  }
@media only screen and (max-width: 768px) {
    .lp_histry_slider {
        height: 128px;
        width: 100%;
      }
      .lp_histry_slider::before, .lp_histry_slider::after {
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 128px;
        width: 100px;
        z-index: 2;
      }
}


/* オーダーメイド */
#lp_ordermade .lp_subhead::after {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    height: 400px;
    background-image: url(https://jiin.itembox.design/item/img/ordermade_title_bg01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
@media only screen and (max-width: 768px) {
    #lp_ordermade .lp_subhead::after {
        width: 80%;
    }
}
.lp_ordermade_case_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 856px;
    margin: 75px auto 50px;
}
.lp_ordermade_case_chld {
    width: 280px;
    height: 222px;
    margin-bottom: 60px;
}
.lp_ordermade_case_chld img {
    width: 280px;
    height: 222px;
    object-fit: scale-down;
}
.lp_ordermade_case_scaledown img{
    width: 220px;
    height: 222px;
    margin: 0 30px;
}
.lp_ordermade_case_para {
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
}
@media only screen and (max-width: 768px) {
    .lp_ordermade_case_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 90%;
        margin: 75px auto 50px;
    }
    .lp_ordermade_case_chld {
        width: 42%;
        height: auto;
        margin-bottom: 60px;
    }
    .lp_ordermade_case_chld img {
        width: 280px;
        height: 222px;
        object-fit: scale-down;
    }
    .lp_ordermade_case_scaledown img{
        /* width: 220px;
        height: 222px; */
        margin: 0;
    }
    .lp_ordermade_case_para {
        text-align: center;
        padding-top: 10px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 420px) {
    .lp_ordermade_case_wrap {
        justify-content: center;
    }
    .lp_ordermade_case_chld {
        width: 100%;
        margin-bottom: 60px;
    }
    .lp_ordermade_case_chld img {
        display: block;
        margin: 0 auto;
    }
}


/* 寺院仏具の新調・修理・修復 */
#lp_repair .lp_subhead::after {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    height: 400px;
    background-image: url(https://jiin.itembox.design/item/img/repair_title_bg01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
@media only screen and (max-width: 768px) {
    #lp_repair .lp_subhead::after {
        width: 80%;
    }
}
.lp_repair_case_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 590px;
    margin: 75px auto 20px;
}
.lp_repair_case_chld {
    width: 280px;
    height: 500px;
    margin-bottom: 60px;
}
.lp_repair_case_chld img {
    width: 280px;
    height: 500px;
    object-fit: scale-down;
}
.lp_repair_case_chld p {
    display: block;
    width: 70px;
    padding: 2px 3px;
    color: #33312d;
    border: 1px solid #33312d;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .lp_repair_case_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 90%;
        margin: 75px auto 20px;
    }
    .lp_repair_case_chld {
        max-width: 280px;
        width: 42%;
        height: auto;
        margin-bottom: 60px;
    }
    .lp_repair_case_chld img {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .lp_repair_case_chld p {
        display: block;
        width: 100%;
    }
}


/* 美掃、クリーニング、洗浄 */
#lp_cleaning .lp_subhead::after {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    height: 400px;
    background-image: url(https://jiin.itembox.design/item/img/cleaning_title_bg01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
@media only screen and (max-width: 768px) {
    #lp_cleaning .lp_subhead::after {
        width: 80%;
    }
}


/* 磨きノン加工 */
.migaki_non {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 450px;
    padding-top: 70px;
    padding-left: 100px;
}
.migaki_non::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-image: url(https://jiin.itembox.design/item/img/gold_texture.png);
}
.migaki_non_title {
    display: block;
    font-family: var(--font-serif-font);
    font-size: 57px;
    font-weight: 600;
    color: #33312d;
    margin-bottom: 10px;
}
.migaki_non_subtitle {
    display: block;
    font-family: var(--font-serif-font);
    font-size: 21px;
    font-weight: 600;
    color: #33312d;
    margin-bottom: -10px;
}
.migaki_non_para {
    font-size: 14px;
    margin-bottom: 5px;
}
.migaki_non_pointlist {
    font-size: 15px;
}
.migaki_non_pointlist li {
    position:relative;
    padding: 0 0 0 20px;
    /* margin: 5px 0; */
    font-size:14px;
    line-height: 25px;
}
.migaki_non_pointlist li::before {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #33312d;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.migaki_non_btn {
    position: relative;
    display: block;
    width: 270px;
    height: 50px;
    border-radius: 25px;
    background-color: #102138;
    font-size: 17px;
    font-weight: bold;
    color: white;
    margin: 20px 0 0;
    padding: 11px 0 0 75px
}
.migaki_non_btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 30px;
    width: 36px;
    height: 26px;
    background-image: url(https://jiin.itembox.design/item/img/mail_icon.png);
}
.migaki_non_btn:hover {
    background-color: #9f2042;
    opacity: 1;
}
.migaki_non_right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding-top: 30px;
}
.migaki_non_right li:nth-of-type(1) {
    margin-right: 15px;
}
.migaki_non_right li img {
    max-width: 230px;
    margin-bottom: 15px;
}
.migaki_non_right li p {
    text-align: center;
    font-size: 15px;
    width: 155px;
    height: 31px;
    border: 1px solid #102138;
    margin: 0 auto;
    padding: 2px 0;
}
.migaki_non_bnr {
    width: 100%;
    height: 250px;
}
.migaki_non_bnr_sp {
    width: 96%;
    /* height: 500px; */
    margin: 0 auto;
}
.migaki_non_bnr img {
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .migaki_non {
        flex-direction: column;
        height: auto;
        margin-bottom: 65px;
        padding: 60px 25px 15px;
    }
    .migaki_non::before {
        background-position: center;
    }
    .migaki_non::after {
        content: "";
        position: absolute;
        bottom: -45px;
        left: 0;
        width: 100%;
        height: 45px;
        background-image: url(https://jiin.itembox.design/item/img/gold_texture.png);
        background-position: center;
    }
    .migaki_non_title {
        text-align: center;
        margin-bottom: 0;
    }
    .migaki_non_para {
        text-align: center;
        margin-bottom: 20px;
    }
    .migaki_non_btn {
        width: 80%;
        height: 50px;
        border-radius: 25px;
        font-size: 17px;
        text-align: center;
        margin: 0 auto;
        padding: 11px 0 0 75px
    }
    .migaki_non_btn::before {
        content: "";
        display: block;
        position: absolute;
        top: 12px;
        left: calc(50% - 95px);
        width: 36px;
        height: 26px;
        background-image: url(https://jiin.itembox.design/item/img/mail_icon.png);
    }
    .migaki_non_right {
        padding: 30px 0 20px;
    }
    .migaki_non_right li img {
        max-width: 280px;
    }
}
@media only screen and (max-width: 499px) {
    .migaki_non {
        flex-direction: column;
        height: auto;
        margin-bottom: 65px;
        padding: 70px 25px 25px;
    }
    .migaki_non_title {
        font-size: 40px;
    }
    .migaki_non_subtitle {
        font-size: 15px;
    }
    .migaki_non_btn {
        padding: 13px 0 0 50px;
        font-size: 15px;
    }
    .migaki_non_right li img {
        width: 100%;
    }
}


/* 寺院内装工事 */
#lp_interior .lp_subhead::after {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    height: 400px;
    background-image: url(https://jiin.itembox.design/item/img/interior_title_bg01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
@media only screen and (max-width: 768px) {
    #lp_interior .lp_subhead::after {
        width: 80%;
    }
}

/* 納骨壇 */
#lp_noukotu .lp_subhead::after {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    height: 400px;
    background-image: url(https://jiin.itembox.design/item/img/noukotu_title_bg01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
@media only screen and (max-width: 768px) {
    #lp_noukotu .lp_subhead::after {
        width: 80%;
    }
}

/* 修理・修復 */
#lp_honzon .lp_subhead::after {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    height: 400px;
    background-image: url(https://jiin.itembox.design/item/img/honzon_title_bg01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
@media only screen and (max-width: 768px) {
    #lp_honzon .lp_subhead::after {
        width: 80%;
    }
}


/* 全宗派・海外対応 */
#lp_shop {
    padding-bottom: 150px;
}


/* 寺院用品ラインナップ */
@media only screen and (min-width: 769px) {
    .section-lineup {
        width: 788px;
        margin: 0 auto;
    }
}
