
:root{
    --purple--lv1:#ebe7ef;
    --purple--lv2:#9c80b1;
    --purple--lv3:#523a7a;
    --blue--lv1:#e7eeef;
    --gray--lv1:#f6f6f6;
    --red--price:#db5178;
    --textColor:#333;
    --ribbonColor:#ceb630;
    --btnColor_black:#564e58;
    --mark_yellow:rgba(255,250,125,0.86);
    --mxWidth--lv1:1280px;
    --mxWidth--lv2:1200px;
    --mxWidth--lv3:1080px;
    --margin--lv1:50px;
    --fsz--small:12px;/* 12px */
    --fsz--nomal:16px;/* 16px */
    --fsz--title:18px;/* 18px */
    --fsz--h2:40px;/* 40px */
    --fsz--h3:26px;/* 26px */
    --fsz--h4:24px;/* 24px */
    --fsz--h5:22px;/* 24px */
    --fsz--note:14px;/* 14px */
    --fsz--lv2:17px;/* 17px */
    --fsz--lv3:20px;/* 20px */
    --fsz--lv4:22px;/* 22px */
}
@media (max-width: 600px) {
    :root{
        --mxWidth--lv1:1280px;
        --mxWidth--lv2:1200px;
        --mxWidth--lv3:1080px;
        --margin--lv1:50px;
        --fsz--small:11px;/* 11px */
        --fsz--nomal:16px;/* 16px */
        --fsz--sp--nomal:12px;/* 12px */
        --fsz--title:14px; /* 14px */
        --fsz--h2:22px;/* 22px */
        --fsz--h3:22px;/* 22px */
        --fsz--h4:19px;/* 19px */
        --fsz--h5:20px;/* 20px */
        --fsz--note:10px;/* 10px */
        --fsz--lv1:13px;/* 13px */
        --fsz--lv2:20px;/* 20px */
        --fsz--lv3:18px;/* 18px */
        --fsz--lv4:18px;
    }
}

.ico-angle-double-down{
    position: relative;
    font-size: var(--fsz--small);
}
.ico-angle-double-down::after{
    content: "";
    position: absolute;
    width: 12px;
    height: 16px;
    background-image: url(../images/icon/ico_angles-down-solid-white.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin: 5px;
	
}
.wrapper#store .lp#tyoji a:hover img,
.wrapper#store .lp#tyoji a:hover{
    opacity: 1;
}
.wrapper#store .lp#tyoji .mx_lv3{
    max-width: var(--mxWidth--lv3);
    margin-inline: auto;
    padding: 0 15px;
}
.wrapper#store .lp#tyoji .mx_lv2{
    max-width: var(--mxWidth--lv2);
    margin-inline: auto;
}
.wrapper#store .lp#tyoji .mx_lv1{
    max-width: var(--mxWidth--lv1);
    margin-inline: auto;
    padding: 0 15px;
}
.margin--top--bottom--lv1{
    margin-top: var(--margin--lv1);
    margin-bottom: var(--margin--lv1);

}
.wrapper#store .lp#tyoji{
    font-family: "Noto Sans JP", sans-serif,"Noto Serif JP", serif;
    font-size: 62.5%;
}
@media (min-width: 769px) {
    .wrapper#store .lp#tyoji{
        font-family: "Noto Sans JP", sans-serif,"Noto Serif JP", serif;
        font-size: 62.5%;
    }
}
@media (max-width: 1199px) {
    .wrapper#store .lp#tyoji .mx_lv2{
        padding: 0 15px;
    }
}
.wrapper#store .lp#tyoji .btnColor{
    background-color: var(--purple--lv3);
    cursor: pointer;
}
.mainArea.u_page {
    max-width: 100% !important;
    padding: 0 !important;
}
#page_header_area{
    position: relative;
    overflow: visible;
}

.wrapper#store .lp#tyoji .title_icon{
    width: 120px;
    margin: 0 auto 20px;
}
.wrapper#store .lp#tyoji .maintitle {
    background: var(--purple--lv1);
    padding: 0 5px 0 15px;
    box-sizing: border-box;
}
.wrapper#store .lp#tyoji .maintitle .inner {
    background-image: url(../images/lp/tyoji2/bg_tit_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    border-bottom-left-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
}
.wrapper#store .lp#tyoji .maintitle .top_title{
    margin-top: 20px;
    width: 100%;
    max-width: 380px;
}
.wrapper#store .lp#tyoji .maintitle .top_image{
    width: 100%;
    max-width: 326px;
}
@media (max-width: 800px) {
    .wrapper#store .lp#tyoji .maintitle .top_title{
        width: 57%;
        max-width: 380px;
    }
    .wrapper#store .lp#tyoji .maintitle .top_image{
        width: 43%;
        max-width: 326px;
    }
}
.wrapper#store .lp#tyoji .maintitle .box_title {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    /*height: 200px;
     background-image: url(../images/lp/tyoji2/tit_tyoji.svg),
    url(../images/lp/tyoji2/subtit_tyoji_pc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;

}
@media (max-width: 800px) {
    .wrapper#store .lp#tyoji .maintitle .box_title { 
        gap:0;  
}}
#page_header_area #top_pageLink{
    position: absolute;
            top: calc(420px - 40%); /* .maintitleの高さ - 自身の高さの50% */
            left: 0;
            width: 100%;
            z-index: 2;
}
@media (max-width: 600px) {
    .wrapper#store .lp#tyoji .maintitle .inner{
        background-image: url(../images/lp/tyoji2/bg_tit_sp.jpg);
        height: auto;
        padding-bottom: 6%;
    }
    .wrapper#store .lp#tyoji .maintitle .top_image img{
        margin-left: 0;
    }
    #page_header_area #top_pageLink{
        top: calc(100% - 10%);/* .maintitleの高さ - 自身の高さの50% */
    }
    .wrapper#store .lp#tyoji .title_icon{
        width: 20%;
        margin: 0 auto 10px;
    }
    .wrapper#store .lp#tyoji .mx_lv2{
        padding: 0 15px;
    }
    
}
.wrapper#store .lp#tyoji section{
    overflow: hidden;
}
.wrapper#store .lp#tyoji section .inner{
    padding: 60px 0;
}
.wrapper#store .lp#tyoji #search_gift .inner{
    padding-top: 80px;
}
@media (max-width: 600px) {
    .wrapper#store .lp#tyoji #search_gift .inner{
        padding-top: 24%;
    }  
}
.wrapper#store .lp#tyoji #search_gift .section_title{
    position: relative;
}
.wrapper#store .lp#tyoji #search_gift .section_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/lp/tyoji2/art_flower_left.svg);
}
.wrapper#store .lp#tyoji #search_gift .section_title::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/lp/tyoji2/art_flower_right.svg);
}
.wrapper#store .lp#tyoji section .inner.bg_purple--lv1{
    background: var(--purple--lv1);
    
}
.wrapper#store .lp#tyoji .bg_white {
    background: #fff;
}
.wrapper#store .lp#tyoji section .inner.ellipse_bottom{
    border-bottom-left-radius: 800px 200px;
    border-bottom-right-radius: 800px 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-top: 70px;
}
.wrapper#store .lp#tyoji section .inner.ellipse_top {
    border-top-left-radius: 800px 200px;
    border-top-right-radius: 800px 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-top: 60px;
  } 
.wrapper#store .lp#tyoji h1 {
    background-color: var(--purple--lv2);
    color: #fff;
    padding-bottom: 2px;
}

.wrapper#store .lp#tyoji h2.section_title{
    font-family: "Noto Serif JP", serif;
    font-size: var(--fsz--h2);
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1;
}
.wrapper#store .lp#tyoji h2.section_title em{
    color: var(--purple--lv2);
}
.wrapper#store .lp#tyoji .section_sub_title{
    font-family: "Noto Serif JP", serif;
    font-size: var(--fsz--title);
    font-weight: bold;
    margin-bottom: 15px;
}
.wrapper#store .lp#tyoji .caption{
    font-size: var(--fsz--sp--nomal);
}
.wrapper#store .lp#tyoji .caption.center{
    text-align: center;
}
.wrapper#store .lp#tyoji h3{
    font-size: var(--fsz--h3);
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 30px;
}
.wrapper#store .lp#tyoji h4{
    font-size: var(--fsz--h4);
    font-weight: bold;
}
.wrapper#store .lp#tyoji h6{
    font-size: 18px;
    font-weight: bold;
}
.wrapper#store .lp#tyoji .text_purple{
    color: var(--purple--lv3);
}
.wrapper#store .lp#tyoji .ico_left::before{
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.wrapper#store .lp#tyoji .ico_fusen::before {
    background-image: url(../images/lp/tyoji2/ico_tag.svg);
    width: 20px;
    height: 20px;
}
@media (max-width: 768px) {
    .wrapper#store .lp#tyoji #search_gift .section_title::before,
    .wrapper#store .lp#tyoji #search_gift .section_title::after{
        bottom: 2em;   
}}
@media (max-width: 600px) {
    .wrapper#store .lp#tyoji #search_gift .section_title::before,
    .wrapper#store .lp#tyoji #search_gift .section_title::after{
        width: 60px;
        height: 60px;
        bottom: 50%;
        transform: translateY(-50%);
    }
    .wrapper#store .lp#tyoji #search_gift .section_title::before{
        left: 20px;
    }
    .wrapper#store .lp#tyoji #search_gift .section_title::after{
        right: 20px;
    }
    .wrapper#store .lp#tyoji h3{
        margin-bottom: 20px;
    }
    .wrapper#store .lp#tyoji section .inner.ellipse_top{
        padding-top: 30px;
        padding-bottom: 70px;
    }
}
/* menu */

#top_pageLink .pageLinkImg{
    width: 100%;
    max-width: 1100px;
    margin-inline: auto;
    display: flex;
    gap: 20px;
}

#top_pageLink .pageLinkImg li{
    width: calc((100% / 4) -60px);
    position: relative;
}
#top_pageLink .pageLinkImg li img{
    filter: drop-shadow(0px 10px 16px rgba(15, 15, 15, 0.33));
}
@media (max-width: 768px) {
    #top_pageLink .pageLinkImg li img{
    filter: drop-shadow(0px 3px 3px rgba(15, 15, 15, 0.33));
    }
}
.wrapper#store .lp#tyoji .icon_red_free{
    position: absolute;
    top: 0;
    right: 0;
    background-color:#9c2436 ;
    color: #fff;
    font-size: var(--fsz--lv4);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
#top_pageLink .pageLinkImg li:hover{
    animation: fuwafuwa 2s infinite;
}
@keyframes fuwafuwa {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  @media (max-width: 600px) {
    #store .display_sp {
        display: inline-block;
    }
    #top_pageLink .pageLinkImg{
        gap: 0;
    }
    .wrapper#store .lp#tyoji .icon_red_free{
        width: 10vw;
        height: 10vw;
        font-size: 3vw;
    }
    
}

/* 香典返しのギフトをかんたん検索 */
#search_gift .inner{
    margin-inline: auto;
}
#search_gift .page-link{
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    max-width: 1200px;
    padding:10px;
    background-color: var(--purple--lv3);
    border-radius: 30px;
    display: flex;
    margin: 0 auto 60px;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    #search_gift .page-link{ 
        border-radius: 0px;
        font-size: var(--fsz--lv1);       
}}
#search_gift .page-link li{
    
    width: calc(100% / 4);
    cursor: pointer;
}
#search_gift .page-link li span {
    position: relative;
    display: inline-block;
    color: #fff;
  }
  @media (max-width: 600px) {
    #search_gift .page-link li span {
        line-height: 1.4;
      }
  }
  #search_gift .page-link li span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #ffee9c;
    transition: width 0.3s ease;
  }
  
  #search_gift .page-link li:hover span::after {
    width: 100%;
  }

#search_gift .page-link li + li{
    border-left: 1px solid #fff;
}
.arrow_down::after{
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    margin-bottom: 3px;
    margin-left: 0.5em;
    transition: transform 0.2s ease;
    transform: translateY(0) rotate(135deg);
}
.text-link_underline.arrow_down::after{
    border-top: 1px solid var(--purple--lv2);
    border-right: 1px solid var(--purple--lv2);
}
.arrow_down:hover:after{
    transform: translateY(3px) rotate(135deg);
}
.wrapper#store .lp#tyoji .banner_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 40px auto;
}
@media (max-width: 1000px) {
    .wrapper#store .lp#tyoji .banner_list{
        gap: 16px;       
}}
.wrapper#store .lp#tyoji .banner_list li{
    width: calc((100% / 2) - 15px);
    max-width: 450px;
    position: relative;
}
.wrapper#store .lp#tyoji .banner_list li:hover{
    opacity: 0.8;
}
.wrapper#store .lp#tyoji #search_gift .banner_list li a{
    display: inline-block;
}
.wrapper#store .lp#tyoji .box_search{
    margin-bottom: 40px;
}
.wrapper#store .lp#tyoji .popularity_category_list .banner_list{
    justify-content: space-between;
}
/* 黒丸矢印 */
.wrapper#store .lp#tyoji .circle_arrow_bk a:hover img {
    opacity: 1;
}
.wrapper#store .lp#tyoji .circle_arrow_bk::before{
    position: absolute;
    top: 0;
    bottom: 0;
    right:10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    background-color: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: transform 0.2s ease;
}
.wrapper#store .lp#tyoji .circle_arrow_bk::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}
.wrapper#store .lp#tyoji .circle_arrow_bk:hover::before{
    transform: translateX(3px);
}
.wrapper#store .lp#tyoji .circle_arrow_bk:hover::after{
    transform: translateX(3px) rotate(45deg);
}


.wrapper#store .lp#tyoji .banner_list li.long_banner{
    width: calc(100% - 15px);
    max-width: 930px;
}
@media (max-width: 600px) {
    .wrapper#store .lp#tyoji .banner_list li.long_banner{
        max-width: 450px;
        margin: 0 auto;
    } 
    .wrapper#store .lp#tyoji .banner_list li.long_banner a{
        display: block!important;
    }  
}
@media (max-width: 600px) {
    .wrapper#store .lp#tyoji .banner_list01{
        gap: 10px;
    }
    .wrapper#store .lp#tyoji #search_gift .banner_list01 li{
        width: 100%;
    }
    .wrapper#store .lp#tyoji .banner_list02{
        gap: 15px 10px;
    }
    .wrapper#store .lp#tyoji .banner_list{
        margin-top: 20px;
    }
}
    
@media (max-width: 600px) {
    .wrapper#store .lp#tyoji .box_search {
        margin-bottom: 20px;
        padding: 40px 0px;
    }
    .wrapper#store .lp#tyoji .box_input .box_select{
        width: calc((100% / 2) - 25px);
    }
    .wrapper#store .lp#tyoji .box_input .cross{
        width: 30px;
    }
    .wrapper#store .lp .box_input button{
        max-width: 100%;
    }
    .wrapper#store .lp .box_input .searchBtn {
        padding: 8px 16px;
        border-radius: 5px;
        width: 100%;
        display: block;
        max-width: 180px;
        margin: auto;
        font-size: var(--fsz--title);
    }
}
@media (max-width: 400px) {
.wrapper#store .lp#tyoji .box_input .box_select{
    width: calc((100% / 2) - 15px);
    max-width: none;
}
}
/* 香典返し・法要カタログギフト */
section#catalog_gift {
    width: 100%;
}
#catalog_gift .section_main_area{
    margin-top: var(--margin--lv1);
}

#catalog_gift .section_main_area .section_img{
    display: flex;
    position: relative;
    /* height: 280px; */
    background-image: url(../images/lp/tyoji2/bg_tyojiCatalog_pc.jpg);
    background-size: cover;
    justify-content: space-between;
}
h2.tit_tyojiCatalog{
    width: 320px;
}
@media (max-width: 600px) {
    #catalog_gift .section_main_area{
        margin-top: 0;
    }
}
/* 
.tit_tyojiCatalog::after{
    content: "";
    background-image: url(../images/lp/tyoji2/tit_tyojiCatalog.png);
    width: 400px;
    height: 120px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    background-position: top center;
} */
#catalog_gift .section_main_area .section_img .img_left{
    width: 120px;
}
@media (max-width: 600px) {
    #catalog_gift .section_main_area .section_img .img_left{
        width: auto;
    }   
}
#catalog_gift .section_main_area .section_img .img_left .list_column {
    margin-top: -1%;
}
#catalog_gift .section_main_area .section_img .img_right{
    max-width: 450px;
    margin-right: 5%;
}
#catalog_gift .section_main_area .section_img .img_right .inner_img_right{
    width: 400px;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    padding:20px 0;
    gap: 15px;
    align-items: center;
}
/* リボン */
.ribbonLR span{
    position: relative;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 5px 10px;
    background-color: var(--ribbonColor);
    color: #fff;
    font-size: var(--fsz--h3);
    font-weight: bold;
}
.ribbonLR span:before, .ribbonLR span:after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color:  var(--ribbonColor) transparent;
    border-style: solid;
    content: '';
  }
  
  .ribbonLR span:before {
    left: -15px;
    border-width: 18px 0px 18px 15px;
  }
  
  .ribbonLR span:after {
    right: -15px;
    border-width: 18px 15px 18px 0px;
  }
  .wrapper#store .lp#tyoji .btnColor.large{
    max-width: 400px;
    font-size: var(--fsz--title);
  }
  @media (max-width: 950px) {
    .ribbonLR span{
        font-size: var(--fsz--lv2);
    }
    .wrapper#store .lp#tyoji .btnColor.large{
        font-size: var(--fsz--nomal);
    }
  }
.list_column{
    display: flex;
    flex-direction: column;
}
#catalog_gift .section_main_area .section_img .list_column.list_3 li{
    width: calc(100% / 3);
    width: 100px;
}
@media (max-width: 600px) {
    #catalog_gift .section_main_area .section_img .list_column.list_3 li{
        width: 21%;
    }
}
.wrapper#store .lp#tyoji .title.round.bg_purple--lv1{
    display: inline-block;
    padding: 10px 3em;
    font-size: var(--fsz--h4);
    font-weight: bold;
    border-radius: 28px;
    color: var(--purple--lv3);
}
.bg_purple--lv1 {
    background-color: var(--purple--lv1);
}
.bg_blue--lv1{
    background-color: var(--blue--lv1);
}

#catalog_gift .koudenFree .inner_koudenFree{
    max-width: 860px;
    margin: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.koudenFree .btn_catalogInfo .btn_trapezoid {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    padding: 0 30px;
}
#catalog_gift .koudenFree .flex-w .left_koudenFree{
    width: calc(100% * 2 / 3);
    font-family: "Noto Serif JP", serif;
}
@media (max-width: 950px) {
    #catalog_gift .koudenFree .flex-w .left_koudenFree{
        width: 100%;
}}
#catalog_gift .koudenFree .flex-w .left_koudenFree > *{
    display: flex;
    align-items: center;
}
@media (max-width: 950px) {
    #catalog_gift .koudenFree .flex-w .left_koudenFree > *{  
        justify-content: center; 
}}
#catalog_gift .koudenFree .flex-w .left_koudenFree .bg_purple--lv3{
    background: var(--purple--lv3);
    padding: 5px 15px;
    color: #fff;
    font-size: var(--fsz--h4);
    display: flex;
    align-items: center;
    justify-content: center;
}
#catalog_gift .koudenFree .flex-w .left_koudenFree .bg_purple--lv3{
    font-size: 24px;
    margin: 0 3px;
}
.marker{
    background: linear-gradient(transparent 64%,var(--mark_yellow) 0%);
}
#catalog_gift .koudenFree .flex-w .left_koudenFree .marker{
    font-size: 24px;
}
.fsz--lv3{
    font-size: var(--fsz--lv3);
}
#catalog_gift .koudenFree .flex-w .left_koudenFree .fukidashi01{
    font-size: 20px;
}
#catalog_gift .koudenFree .left_koudenFree .fukidashi01 span{
    font-size: 24px;
    font-weight: bold;
}
.wrapper#store .lp#tyoji .fukidashi01{
    display: flex;
    align-items: center;
    padding: 12px 0;
}

@media (max-width: 950px) {
    .wrapper#store .lp#tyoji .fukidashi01{  
        justify-content: center; 
}}
@media (min-width: 601px) {
.wrapper#store .lp#tyoji .fukidashi01::before{
    content: "";
    width: 30px;
    height: 1px;
    transform: rotate(60deg);
    box-sizing: border-box;
    background-color: #333333;
}
.wrapper#store .lp#tyoji .fukidashi01::after{
    content: "";
    width: 30px;
    height: 1px;
    transform: rotate(-60deg);
    box-sizing: border-box;
    background-color: #333333;
}
}
#catalog_gift .koudenFree .flex-w .rignt_koudenFree{
    width: calc(100% * 1 / 3);
}
@media (max-width: 950px) {
    #catalog_gift .koudenFree .flex-w .rignt_koudenFree{   
        width: 100%;
        max-width: 300px;
}}
#catalog_gift .list_catalogInfo{
    margin: 40px auto;
}
#catalog_gift .list_catalogInfo > li{
    background-color: var(--blue--lv1);
    padding-top: 40px;
}
#catalog_gift .list_catalogInfo > li:nth-child(even){
    background-color: var(--purple--lv1);
}
#catalog_gift .list_catalogInfo > li + li{
    margin-top: 40px;
}
#catalog_gift .list_catalogInfo > li dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 10px;
}
@media (max-width: 1000px) and (min-width: 600px) {
    #catalog_gift .list_catalogInfo > li dl{
        justify-content: center;   
}}
#catalog_gift .list_catalogInfo > li dl .catalogInfo_left{
    width: 180px;
}
#catalog_gift .list_catalogInfo > li dl .catalogInfo_left .carousel{
    display: none;
}
#catalog_gift .list_catalogInfo > li dl .catalogInfo_left .image_left_catalogInfo{
    background: #fff;
    position: relative;
}
@media (max-width: 768px) and (min-width: 600px) {
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_left .image_left_catalogInfo{
        display: block;
    }
}
#catalog_gift .list_catalogInfo > li dl .catalogInfo_left .image_left_catalogInfo .tag_priceDown{
    position: absolute;
    background: var(--red--price);
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    top: 0;
    left: 0;
    text-align: center;
    font-size: var(--fsz--note);
    line-height: 1.5;
}
#catalog_gift .list_catalogInfo > li dl .catalogInfo_center{
    flex:1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wrapper#store .lp#tyoji #catalog_gift .list_catalogInfo > li dl .catalogInfo_center .title{
    font-size: var(--fsz--lv4);
}

@media (max-width: 1000px) and (min-width: 768px) {
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_center{
        flex: initial;
        width: 100%;
        max-width: 360px;
    }   
}
@media (max-width: 768px) and (min-width: 600px) {
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_center{
        flex: 1;
        width: auto;
        max-width: none;
    }   
}
@media (max-width: 1000px) and (min-width: 600px) {
#catalog_gift .list_catalogInfo > li dl .catalogInfo_right{
    width: 100%;
}}
#catalog_gift .list_catalogInfo > li dl .catalogInfo_center .detail_catalogInfo{
    gap: 30px;
}
#catalog_gift .list_catalogInfo > li dl .catalogInfo_right .image_right_catalogInfo{
    display: flex;
    gap: 24px;
}
@media (max-width: 1000px) and (min-width: 600px) {
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_right .image_right_catalogInfo{  
    justify-content: center;     
}}
#catalog_gift .list_catalogInfo > li dl .catalogInfo_right .image_right_catalogInfo li img{
    width: 150px;
}
.wrapper#store .lp#tyoji .btn_catalogInfo{
    text-align: right;
}
#catalog_gift .list_catalogInfo > li .btn_catalogInfo .btn_trapezoid{
    clip-path: polygon(10% 0,100% 0,100% 100%, 0 100%);
    padding: 5px 55px 5px 50px;
    font-size: var(--fsz--nomal);
    font-weight: 500;
}
.wrapper#store .lp#tyoji .btnColor.circle_arrow{
    position: relative;
}
.wrapper#store .lp#tyoji .btnColor .circle_arrow::before,
.wrapper#store .lp#tyoji .btnColor .circle_arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.wrapper#store .lp#tyoji .btnColor .circle_arrow:before{
    box-sizing: border-box;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
    background-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.wrapper#store .lp#tyoji .btnColor .circle_arrow::after{
    right: 34px;
    width: 5px;
    height: 5px;
	border-top: 1px solid var(--purple--lv3);
	border-right: 1px solid var(--purple--lv3);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#catalog_gift .list_catalogInfo > li dl .catalogInfo_center .price{
    font-size: var(--fsz--note);
    font-weight: bold;
}
#catalog_gift .list_catalogInfo > li dl .catalogInfo_center .price .red--price{
    font-size: 26px;
    color: var(--red--price);
    margin-left: 10px;
}
#catalog_gift .list_catalogInfo > li dl .catalogInfo_center .price .red--price small{
    font-size: var(--fsz--title);
}
#catalog_gift .list_catalogInfo > li dl .catalogInfo_center .in_details > li{
    display: flex;
    font-size: var(--fsz--nomal);
    gap: 5px;
}

@media (min-width: 601px) {
#catalog_gift .list_catalogInfo > li dl .catalogInfo_center .in_details .box_line{
    background: #fff;
    border: 1px solid #000;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    padding: 0 8px;
}
#catalog_gift .list_catalogInfo > li dl .catalogInfo_center .in_details > li + li{
    margin-top: 10px;
}
}
.wrapper#store .lp .link_ebook {
    display: block;
    background: #fff;
    border: 1px solid var(--purple--lv3);
    border-radius: 5px;
    padding: 10px 34px 10px 20px;
    text-align: center;
}
.wrapper#store .lp #catalog_gift .list_catalogInfo > li .link_ebook:hover{
    background-color: var(--purple--lv1);
}
.wrapper#store .lp #catalog_gift .list_catalogInfo > li:nth-child(even) .link_ebook:hover{
    background-color: var(--blue--lv1);
}
.wrapper#store .lp .link_ebook i{
    margin-left: 14px;
}
.wrapper#store .lp .link_ebook i img{
    width: 30px;
}
.wrapper#store .lp .link_ebook .text-link{
    color: var(--purple--lv3);
    position: relative;
}
.wrapper#store .lp .link_ebook .text-link::after{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -15px;
    border-top: 2px solid var(--purple--lv3);
    border-right: 2px solid var(--purple--lv3);
}
.ib_left{
    display: inline-block;
    text-align:left;
}
@media (max-width: 600px) {
    .wrapper#store .lp#tyoji .title.round.bg_purple--lv1{
        width: 100%;
        box-sizing: border-box;
        font-size: var(--fsz--title);
        line-height: 1;
        margin-bottom: 0;
    }
    #catalog_gift .section_main_area .section_img{
        background-image :url(../images/lp/tyoji2/bg_tyojiCatalog_sp.jpg);
        display: flex;
        flex-direction: column;
    }
    #catalog_gift .section_main_area .section_img .img_right{
        width: 100%;
        padding: 0 10px;
        margin-right: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
    #catalog_gift .section_main_area .section_img .img_right .inner_img_right{
        width: 100%;
    }
    h2.tit_tyojiCatalog{
        width: 100%;
    }
    #catalog_gift .koudenFree .flex-w .left_koudenFree,
    #catalog_gift .koudenFree .flex-w .rignt_koudenFree{
        width: 100%;
    }
    .wrapper#store .lp#tyoji .fukidashi01{
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        font-size: var(--fsz--nomal);
    }
    #catalog_gift .koudenFree .left_koudenFree .fukidashi01 span{
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: var(--fsz--lv2);
        align-items: center;
    }
    .wrapper#store .lp#tyoji .fukidashi01 span::before{
        content: "";
        width: 30px;
        height: 1px;
        transform: rotate(60deg);
        box-sizing: border-box;
        background-color: #333333;
    }
    .wrapper#store .lp#tyoji .fukidashi01 span::after{
        content: "";
        width: 30px;
        height: 1px;
        transform: rotate(-60deg);
        box-sizing: border-box;
        background-color: #333333;
    }
    #catalog_gift .koudenFree .flex-w .left_koudenFree > *{
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 0;
    }
    #catalog_gift .koudenFree .flex-w .left_koudenFree .bg_purple--lv3{
        width: 100%;
        font-size: var(--fsz--lv2);
    }
    #catalog_gift .koudenFree .flex-w .left_koudenFree .bg_purple--lv3 span{
        font-size: var(--fsz--lv1);
    }
    #catalog_gift .koudenFree .flex-w .rignt_koudenFree{
        width: 300px;
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_left .carousel{
        display: block;
        position: relative;
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_left .carousel .slick-slide{
        position: relative;
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_left .carousel .slick-dots li{
        margin: 0 6px;
        width: 11px;
        height: 11px;
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_left .carousel .slick-dots li button{
        width: 11px;
        height: 11px;
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_left .carousel .slick-dots li button:before{
        background-color: var(--purple--lv3);
        opacity: 1;
        font-size: 11px;
        border: 1px solid var(--purple--lv3);
        color: transparent;
        width: 11px;
        height: 11px;
        border-radius: 10px;
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_left .carousel .slick-dots li.slick-active button:before{
        background-color: #fff;
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_left .carousel .tag_priceDown{
        position: absolute;
        top: 0;
        left: 0;
        font-size: 10px;
        background-color: #db5178;
        color: #fff;
        line-height: 1.6;
        padding: 2px 4px;
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_center .detail_catalogInfo object{
        display: none;
    }
    .wrapper#store .lp#tyoji #catalog_gift .list_catalogInfo > li dl{
        gap:16px; 
        padding: 0 10px; 
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_left{
        width: 140px;
    }
    #catalog_gift .list_catalogInfo > li{
        padding-top: 20px;
    }
    .wrapper#store .lp#tyoji #catalog_gift .list_catalogInfo > li dl .catalogInfo_center .title{
        font-size: var(--fsz--nomal);
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_center .in_details li{
        font-size: var(--fsz--note);
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_center .in_details .box_line{
        font-size: var(--fsz--sp--nomal);
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_center .in_details .box_line:after{
        content: "：";
        display: inline-block;
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_center .in_details .box_line + *{
        color:var(--purple--lv3);
        font-size: var(--fsz--title);
        font-weight: 600;
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_center .price{
        font-size: 11px;
        
    }
    #catalog_gift .list_catalogInfo > li dl .catalogInfo_center .price .red--price {
        font-size: var(--fsz--lv3);
        margin-left: 8px;
        
    }
}
@media (max-width: 400px) {
#catalog_gift .list_catalogInfo > li dl .catalogInfo_left{
    width: 135px;
}}
/* 丸囲みプラスボタン */
.circle_plus{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 20px;
    height: 20px;
    border: 0.1em solid currentColor;
    border-radius: 50%;
    box-sizing: content-box;
}
.btn_circle_plus{
    position: relative;
}
.circle_plus{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.circle_plus > span {
    width: 52%;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .circle_plus > span::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
  .btn_circle_plus.open .circle_plus > span::before {
    display: none;
}
/* そのほかのおすすめカタログギフト */
.wrapper#store .lp#tyoji .recommend_catalog{
    background-color: var(--blue--lv1);
    padding: 60px 40px;
    margin: 100px auto 70px;
}
.recommend_catalog_list{
    max-width: var(--mxWidth--lv2);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:60px
}
@media (max-width: 1000px) {
    .recommend_catalog_list{   
        gap: 24px;
}}

.recommend_catalog_list li{
    width: calc((100% / 2) - 60px);
    max-width: 570px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.recommend_catalog_list li:hover .btnColor.color_black{
    opacity: 0.8;
}
@media (max-width: 1000px) {
    .recommend_catalog_list li{
        width: calc((100% / 2) - 24px);   
}}
@media (max-width: 900px) {
    .recommend_catalog_list li{
        width: 100%;   
}}
.recommend_catalog_list li a{
    display: flex;
    flex-grow: 1;
    background-color: #fff;
}
@media (max-width: 768px) {
.recommend_catalog_list li a{
    flex-wrap: wrap;
}}
.recommend_catalog_list li .imageArea_catalog{
    width: 260px;
}
@media (max-width: 900px) {
    .recommend_catalog_list li .imageArea_catalog{ 
        padding: 20px 14px;   
}}
.ico_free_shipping{
    position: relative;
}
.ico_free_shipping::before{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url(../images/lp/tyoji2/badge_shippingFree.png);
    background-size: contain;
    width: 80px;
    height: 80px;
}
.wrapper#store .lp#tyoji .recommend_catalog_list li .imageArea_catalog img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.recommend_catalog_list li .textArea_catalog{
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1000px) {
    .recommend_catalog_list li .textArea_catalog{   
        flex: inherit;      
}}
@media (max-width: 1768px) {
    .recommend_catalog_list li .textArea_catalog{   
        flex: 1;      
}}
.recommend_catalog_list li .textArea_catalog .title_catalog{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.recommend_catalog_list li.catalog_japan .textArea_catalog .title_catalog{
    width: 100%;
    max-width: 150px;
    margin: 0 auto; 
}
.recommend_catalog_list li .textArea_catalog .title_catalog img{
    display: inline-block;
    width: auto;
    max-width: 200px;
    
}
.wrapper#store .lp#tyoji .recommend_catalog_list li .textArea_catalog .text.small{
    max-width: 220px;
    font-size: var(--fsz--note);
    margin: 15px auto;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.recommend_catalog_list li .textArea_catalog .ribbonLR span{
    font-size: 16px;
    padding: 0 10px;
}
.recommend_catalog_list li .textArea_catalog .ribbonLR span::before{
    left: -15px;
    border-width: 13px 0px 13px 15px;
}
.recommend_catalog_list li .textArea_catalog .ribbonLR span::after{
    right: -15px;
    border-width: 13px 15px 13px 0px;
}
.recommend_catalog_list li .textArea_catalog .btnColor{
    margin-top: 15px;
}
.wrapper#store .lp#tyoji .btnColor.color_black{
    background: var(--btnColor_black);
}
@media (max-width: 768px) {
    .wrapper#store .lp#tyoji .btnColor.color_black{
        text-align: center;
        margin: 10px auto;
    }
}
@media (max-width: 600px) {
    .recommend_catalog_list{
        gap: 20px;
    }
    .wrapper#store .lp#tyoji .recommend_catalog{

    }
    .recommend_catalog_list li{
        width: 100%;
    }
    .wrapper#store .lp#tyoji .recommend_catalog{
        padding: 40px 15px;
        transform: translateX(-15px);
        width: 100%;
    }
    .recommend_catalog_list li a{
        display: flex;
        flex-wrap:wrap;
        padding: 10px;
    }
    .recommend_catalog_list li .textArea_catalog,
    .recommend_catalog_list li .imageArea_catalog{
        width: 50%;
        padding: 5px;
    }
    .wrapper#store .lp#tyoji .btnColor.color_black{
        width: 100%;
        margin: 10px auto;
    }
    .ico_free_shipping::before{
        width: 50px;
        height: 50px;
    }
    .wrapper#store .lp#tyoji .recommend_catalog{
        margin: 30px auto;
    }
    .wrapper#store .lp#tyoji .recommend_catalog_list li .textArea_catalog .text.small{
        font-size: var(--fsz--lv1);
    }
}
/* 人気の香典返しギフト */
.wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory{
    background: var(--purple--lv1);
}
.wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory h3{
    display: none;
}
#return_gift_main{
    margin: 40px auto 60px;
    padding: 0 15px;
}
.wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item{
    max-width: var(--mxWidth--lv2);
    margin: auto;                        ;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item li{
    width: calc((100% / 4) - (90px / 4));
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}
.wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item li .box_img a{
    display: block;
}
.wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item li .box_text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item li .goods_name{
    flex-grow: 1;
}
.wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item .priceArea1{
    font-size: var(--fsz--lv3);
}
.wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item .ListPriceDiv1,
.wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item .ListPriceTextB2,
.wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item .DiscountRateB,
.wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item .goods_copyright,
.wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item .btn {
    display: none;
}
@media (max-width: 999px) {
    .wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item{
        gap: 24px;
    }
    .wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item li{
        width: calc((100% / 3) - (48px / 3));
    }
}
@media (max-width: 600px) {
    .wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item{
        gap: 20px;
    }
    .wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item li{
        width: calc((100% / 2) - (20px / 2));
    }
    .wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item li .goods_name{
        font-size: 13px;
    }
    .wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item li .ListPriceDiv3{
        font-size: 12px;
    }
    .wrapper#store .lp#tyoji #return_gift .RecommendPartsCategory .list_item .priceArea1{
        font-size: 14px;
    }
}
/* 香典返しギフトの人気カテゴリー */
.wrapper#store .lp#tyoji #return_gift .inner{
padding-bottom: 140px;
}

.wrapper#store .lp#tyoji .banner_list.rows3 li {
    width: calc((100% / 3) - 30px);
    max-width: 360px;
}
@media (max-width: 1000px) {
    .wrapper#store .lp#tyoji .banner_list.rows3 li {
        width: calc((100% / 3) - (32px / 3));
    }   
}
.popularity_category_list .banner_list > li > a{
    display: flex;
    padding: 0 10px;
    gap: 10px;
    align-items: center;
    border: 1px solid var(--purple--lv3);
    background-color: #fff;
    height: 100%;
}
.popularity_category_list .banner_list > li > a .category_name{
    text-align: center;
    white-space: nowrap;
    margin: 0 10px;
    font-size: clamp(14px, 2vw, 20px);
    flex: 1;
}
@media (max-width: 600px) {
    .popularity_category_list .banner_list > li > a .category_name{
        font-size: var(--fsz--lv3);    
    }   
}
.popularity_category_list .banner_list > li > a .category_image{
    margin-right: 0;
    margin-left: 0;
}
.wrapper#store .lp#tyoji .popularity_category_list .banner_list > li > a .category_image img{
    height: 100px;
    object-fit: contain;
    padding: 5px 0;
    box-sizing: border-box;
    max-width: 200px;
}
@media (max-width: 600px) {
    .popularity_category_list{
        padding: 0 20px;
    }
    .wrapper#store .lp#tyoji .popularity_category_list .banner_list{
        padding: 0;
        gap: 20px;
        justify-content: center;
    }
    .wrapper#store .lp#tyoji .popularity_category_list .banner_list li{
        width: calc((100% / 2) - 10px);
    }
    .popularity_category_list .banner_list > li > a{
        padding: 10px;
        display: flex;
        flex-direction: column;
        /* height: 140px; */
        box-sizing: border-box;
    }
    .wrapper#store .lp#tyoji .popularity_category_list .banner_list > li > a .category_image img{
        height: auto;
    }
    .popularity_category_list .banner_list > li > a .category_image{
        margin-right: 0;
        margin-left: 0;
        flex-grow: 1;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .wrapper#store .lp#tyoji #return_gift .inner{
        padding-bottom: 50px;
    }
    .wrapper#store .lp#tyoji #return_gift .title_text {
        font-size: var(--fsz--title);
        padding: 0 15px;
    }
    .wrapper#store .lp#tyoji .fusen{
        font-size: var(--fsz--h3);
        line-height: 1.5;
    }
}
/* 電話番号など */
.wrapper#store .lp#tyoji section#inquiry_info .inner{
    padding: 150px 15px;
}
#inquiry_info .inquiryArea{
    background-image: url(../images/lp/tyoji2/bg_staff.png);
    background-size: cover;
    border-radius: 16px;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}
#inquiry_info .inquiryArea::after{
    content: '';
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    background-color: var(--gray--lv1);
    filter: blur(4px);
    mix-blend-mode: multiply;
  }
#inquiry_info .inquiryArea > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px;
    gap: 24px 0;
}
#inquiry_info .inquiryArea > ul li.img_staff{
    margin-bottom: -16px;
    margin-top: auto;
}
#inquiry_info .inquiryArea .title_inquiry{
    text-align: left;
    color: var(--purple--lv3);
}
#inquiry_info .inquiryArea .rows3{
    gap: 15px;
    margin: 20px auto;
    justify-content: center;
}
#inquiry_info .inquiryArea .rows3 > li{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}
#inquiry_info .inquiryArea > ul .img_staff{
    max-width: 380px;
}
@media (max-width: 950px) {
    #inquiry_info .inquiryArea > ul .img_staff{
        margin: auto;
    }
}
#inquiry_info .inquiryArea > ul .img_toiawase{
    max-width: 460px;
    display: block;
}
.wrapper#store .lp#tyoji .btn_Grade{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 5px;
}

.wrapper#store .lp#tyoji .btnBox_faxExel{
    gap: 30px;
    justify-content: center;
}
.wrapper#store .lp#tyoji .btn_Grade {
    background-image: -moz-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 6px 5px 0px rgba(162, 162, 162, 0.2);
    border-radius: 5px;
    padding: 16px 30px;
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    max-width: 340px;
    font-size: 18px;
    transition: all 0.2s ease;
    display: block;
}
.wrapper#store .lp#tyoji .btn_Grade:hover{
    opacity: 0.8;
}
.wrapper#store .lp#tyoji .btn_Grade::before{
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
.wrapper#store .lp#tyoji .btn_EXCEL::before{
    background-image: url(../images/lp/tyoji2/ico_excel.png);
    width: 40px;
    height: 50px;
}
.wrapper#store .lp#tyoji .btn_FAX::before{
    background-image: url(../images/lp/tyoji2/ico_fax.png);
    width: 40px;
    height: 50px;
}
.wrapper#store .lp#tyoji .btn_Grade::after{
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../images/lp/tyoji2/ico_dl.png);
    background-size: contain;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .wrapper#store .lp#tyoji section#inquiry_info .inner{
        padding: 90px 15px;
    }
}
@media (max-width: 600px) {
    
    #inquiry_info .inquiryArea > ul{
        display: block;
        padding: 16px 13px;
        padding-top: 0;
        margin-top: -20px;
    }
    #inquiry_info .inquiryArea > ul>li:first-child{
        margin-bottom: 32px;
    }
    #inquiry_info .inquiryArea .rows3 > li{
        padding: 10px;
    }
    #inquiry_info .inquiryArea .title_inquiry{
        display: inline-block;
        line-height: 1.6;
    }
    #inquiry_info .inquiryArea > ul .img_staff{
        max-width: 256px;
    }
    #inquiry_info  .btnBox_faxExel{
    gap: 24px 0;
    }
}
/* 香典返しの疑問・マナー */
.wrapper#store .lp#tyoji #questions_and_manners h2.section_title{
    margin-bottom: 20px;
}
#questions_and_manners .questions{
    position: relative;
    padding: 60px 40px 100px 40px;
}
@media (max-width: 1200px) {
    #questions_and_manners .questions{
        position: relative;
        padding: 60px 16px 100px 16px;
    }
}
#questions_and_manners .questions h3{
    margin-top: 40px;
}
#questions_and_manners .questions h3 em{
    color: var(--purple--lv2);
    font-size: 32px;
}

    #questions_and_manners .questions::before,
    #questions_and_manners .questions::after {
        height: 120px;
    }

#questions_and_manners .questions::before {
    content: '';
    width: 100%;
    display: block;
    display: inline-block;
    overflow: hidden;
    background-image: url(../images/lp/tyoji/item_manners_top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -1000%;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 2;
    background-size: 120px;
}
#questions_and_manners .questions::after {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    background-image: url(../images/lp/tyoji/item_manners_top_line.svg);
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
}
.questions .cardList{
    margin: auto;
}
@media (max-width: 1200px) and (min-width: 600px)  {
    .questions .cardList{
    gap: 24px 0;
}}
.questions .cardList li{
    flex-grow: 1;
    display: flex;
}
@media (max-width: 1200px) and (min-width: 600px)  {
    .questions .cardList li{
        width: 100%;
    }    
}
.list-col3 > *{
    width: calc(100% / 3);
}
.wrapper#store .lp#tyoji #questions_and_manners .card{
    width: 340px;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
}
@media (max-width: 1200px) and (min-width: 600px)  {
    .wrapper#store .lp#tyoji #questions_and_manners .card{  
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}}
.wrapper#store .lp#tyoji #questions_and_manners .card .thumbnail{

}
@media (max-width: 1200px) and (min-width: 600px)  {
    .wrapper#store .lp#tyoji #questions_and_manners .card .thumbnail{
        width: 100%;
        max-width: 300px;
        height: auto;
    } 
    .wrapper#store .lp#tyoji #questions_and_manners .card .thumbnail img{
        object-fit: cover;
        height: 100%;
    } 
}
.wrapper#store .lp#tyoji #questions_and_manners .card .post-content{
    flex-grow: 1;
    padding: 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
@media (max-width: 1200px) and (min-width: 600px)  {
    .wrapper#store .lp#tyoji #questions_and_manners .card .post-content{   
        width: calc(100% - 300px);
}}
.wrapper#store .lp#tyoji #questions_and_manners .card .post-content p{
    flex-grow: 1;
}
.wrapper#store .lp#tyoji #questions_and_manners .card .post-content .thumbnail_more{
    text-align: right;
}
.wrapper#store .lp#tyoji #questions_and_manners .card .thumbnail .title{
    position: absolute;
    color: #fff;
    background-color: var(--purple--lv3);
    padding: 10px 20px;
    font-size: 20px;
    font-weight: normal;
}
.wrapper#store .lp#tyoji .icon_check::before {
    background-image: url(../images/lp/tyoji2/ico_check.svg);
    width: 26px;
    height: 26px;
    margin-right: 5px;
}
@media (max-width: 600px) {
    #questions_and_manners .questions{
        padding: 60px 15px 10px 15px;
    }
    .questions .cardList{
        gap: 20px;
        padding: 0;
    }
    .questions .cardList li{
        width: 100%;
    }
    .wrapper#store .lp#tyoji #questions_and_manners .card{
        width: 100%;
    }
}
/* 香典返しの知識とマナー */
.wrapper#store .lp#tyoji #questions_and_manners .QA{
    background: #fff;
    padding: 50px 10px;
    margin-top: 60px;
}
#questions_and_manners .QA .accordion-area{

}
.accordion-area .box{
    display: none;
}
.wrapper#store .lp#tyoji #questions_and_manners .QA .accordion-area .title{
    background: var(--purple--lv1);
    font-size: 20px;
    font-weight: normal;
    padding: 20px 50px;
    position: relative;
    text-indent: -1em;
    padding-left: 1.6em;
}
#questions_and_manners .QA .accordion-area .title em{
    color: var(--purple--lv2);
}
.wrapper#store .lp#tyoji .btn_toggle{
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    border-radius: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.wrapper#store .lp#tyoji .btn_toggle::before{
    content: '';
    width: 14px;
    height: 2px;
    background-color: var(--purple--lv2);
    transition: all 0.3s 0s;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
}
.wrapper#store .lp#tyoji .btn_toggle.open:before {
    transform: rotate(90deg);
    opacity: 0;
}
.wrapper#store .lp#tyoji .btn_toggle:after {
    content: '';
    width: 2px;
    height: 14px;
    background-color: var(--purple--lv2);
    transition: all 0.3s 0s;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 1px);
}
.wrapper#store .lp#tyoji .btn_toggle.open:after {
    transform: rotate(90deg);
}
.wrapper#store .lp#tyoji #questions_and_manners .QA .accordion-area .btn_toggle{
    right: 15px;
    cursor: pointer;
}
#questions_and_manners .QA .accordion-area .box{
    padding: 20px 10px;
    font-size: 16px;
}
.wrapper#store .lp#tyoji .QA h3{
    margin-bottom: 20px;
}
.wrapper#store .lp#tyoji .QA h3 + p{
    margin-bottom: 30px;
}
@media (max-width: 600px) {
    .wrapper#store .lp#tyoji #questions_and_manners .questions .cardList{
        padding: 0;
    }
    .wrapper#store .lp#tyoji #questions_and_manners .QA .accordion-area .title{
        font-size: var(--fsz--nomal);
        font-weight: 500;
    }
    .wrapper#store .lp#tyoji .QA h3 + p{
        font-size: var(--fsz--title);
    }
    #questions_and_manners .QA .accordion-area .box{
        font-size: var(--fsz--lv1);
    }
}
/* 香典返しのギフトサービス */
.wrapper#store .lp#tyoji section#gift_service{

}
.wrapper#store .lp#tyoji .box_two-tone{
    border:1px solid var(--purple--lv3);
    background-color: var(--gray--lv1);
}

.wrapper#store .lp#tyoji .box_two-tone > p.title_box{
    font-weight: bold;
    padding: 10px;
    text-align: center;
    font-size: var(--fsz--lv4);
}
.wrapper#store .lp#tyoji .box_two-tone .main_box{
    padding: 20px;
}
.wrapper#store .lp#tyoji .box_two-tone.free_gift .main_box{
    padding: 0;
}
@media (max-width: 1000px) {
    .wrapper#store .lp#tyoji .box_two-tone > p.title_box{
        font-size: 1.5em;
        padding: 15px 20px;
        text-align: center;
        
    }
}
.wrapper#store .lp#tyoji .bg_purple--lv2{
    background: var(--purple--lv2);
}
.wrapper#store .lp#tyoji .bg_gray--lv1{
    background-color: var(--gray--lv1);
}
.wrapper#store .lp#tyoji .box_two-tone .bg_purple--lv2{
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}
.wrapper#store .lp#tyoji .list_service.list-col6 li{
    width: calc(100% / 6);
    padding: 30px 20px;
    box-sizing: border-box;
}
.wrapper#store .lp#tyoji .list_service > li dl{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#gift_service .list_service .giftService_housho{
    border-left: 1px solid var(--purple--lv3);
}
#gift_service .list_service .giftService_housho dt{
    position: relative;
}
#gift_service .list_service > li dl dd{
    font-size-adjust: var(--fsz--title);
    font-weight: bold;
}
#gift_service .list_service .giftService_housho .note{
    font-size: 10px;
    color: var(--purple--lv3);
    line-height: 10px;
    white-space: nowrap;
    text-align: center;
}
.icon_purple_paid {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--purple--lv3);
    color: #fff;
    font-size: var(--fsz--title);
    font-weight: bold;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.wrapper#store .lp#tyoji p.caption{
    margin: 20px auto;
    text-align: left;
}
.wrapper#store .lp#tyoji .gift_setting {
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 30px 0;
}
.wrapper#store .lp#tyoji .gift_setting .box_two-tone{
    width: calc(100% / 2);
    max-width: 560px;
    margin: 0 auto;
}
.wrapper#store .lp#tyoji .gift_setting .box_two-tone .main_box{
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.wrapper#store .lp#tyoji .gift_setting .box_two-tone .main_box .text{
    text-align: center;
    margin: 10px auto;
    font-size: 16px;
}
.wrapper#store .lp#tyoji .gift_setting .box_two-tone .img_giftService img{
    max-width: 400px;
}
.tags{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px auto;
    max-width: 380px;
}
.tags li span{
    background: #fff;
    border: 1px solid var(--purple--lv3);
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: var(--fsz--small);
    line-height: 1.2;
}
small{
    font-size: 8px;
}
.tags.tagplus{
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
}
.tags.tagplus li + li::before{
    content: "+";
    font-size: 16px;
    margin-right: 10px;
    font-weight: bold; 
}
.tags.tagplus li{
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.tags.tagplus li > span{
    display: flex;
    align-items: center;
}
@media (max-width: 600px) {
    .tags{
        gap: 5px;
    }
    .tags.tagplus li + li::before{
        margin-right: 5px;
    }
    .wrapper#store .lp#tyoji p.caption{
        margin: 15px auto;
    }
}
.note{
    font-size: var(--fsz--note);
    text-align: left;
    line-height: 25px;
}
.text-link_underline{
    border-bottom: 1px solid var(--purple--lv3);
    color: var(--purple--lv3);
}
@media (max-width: 1000px) {
    .wrapper#store .lp#tyoji .list_service.list-col6 li{
        width: calc(100% / 3);
        padding: 10px;
    }
    #gift_service .list_service .giftService_housho{
        background-color: #fff;
        border-top:1px solid var(--purple--lv3);
    }
    .icon_purple_paid{
        width: 30px;
        height: 30px;
        font-size: var(--fsz--small);
    }
    .wrapper#store .lp#tyoji #gift_service .caption{
        font-size: var(--fsz--lv1);
    }
    #gift_service .list_service .giftService_housho .note{
        white-space: inherit;
    }
    .wrapper#store .lp#tyoji .gift_setting{
        gap: 20px;
    }
    .wrapper#store .lp#tyoji .gift_setting .box_two-tone{
        width: 100%;
    }
    .wrapper#store .lp#tyoji .box_two-tone .main_box{
        padding: 20px 15px;
    }
}
/* 香典返しのギフトサービス */
#gift_service h5,
#about_payment h5{
    font-size: var(--fsz--h5);
    text-align: left;
    padding-bottom: 15px;
    color: var(--purple--lv3);
    border-bottom: 2px solid var(--purple--lv3);
    margin-top: 30px;
    display: flex;
    align-items: center;
}
#about_payment h5:nth-of-type(n+2){
    margin-top: 48px;
}
#about_payment .balloon{
    font-size: var(--fsz--title);
    font-weight: normal;
}
.wrapper#store .lp#tyoji #gift_service .icon_check::before{
    margin-right: 15px;
}
.wrapper#store .lp#tyoji #about_payment h3{
    font-size: 32px;
}
.wrapper#store .lp#tyoji .text{
    font-size: 16px;
}
#gift_service h5 + p,
#about_payment h5 + p{
    margin: 15px;
}
#gift_service h5 + p .note{
    color: var(--purple--lv3);
}
#gift_service .cardList.list-col3{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 5%;
}
@media (max-width: 600px) {
    .wrapper#store .lp#tyoji .text{
        font-size: var(--fsz--sp--nomal);
    }
    #gift_service .cardList.list-col3{
        justify-content: center;
        gap: 40px 0;
}
#gift_service .margin--top--bottom--lv1{
    margin-top: 40px;
}
.wrapper#store .lp#tyoji .gift_setting .box_two-tone .main_box .text{
    font-size: var(--fsz--lv1);
}
.wrapper#store .lp#tyoji .gift_setting .box_two-tone .note {
    font-size: var(--fsz--sp--nomal);
}}
#gift_service .cardList.list-col3 li{
    width: 32%;
    box-sizing: border-box;
    cursor: pointer;
}
@media (min-width: 600px) {
#gift_service .cardList.list-col3 li:last-child{
    width: 25%;
}}
@media (max-width: 600px) {
    #gift_service .cardList.list-col3 li{   
        width: 100%;
        max-width: 320px;
        height: auto;
}}
#gift_service .cardList.list-col3 li img{
    /*height: 160px;*/
    object-fit: contain;
}
#gift_service .cardList.list-col5{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 30px;
    justify-content: center;
}
#gift_service .cardList.list-col5 li{
    width: calc((100% / 5) - 30px);
    height: 270px;
    box-sizing: border-box;
}
@media (max-width: 800px) {
    #gift_service .cardList.list-col5 li{
        width: calc((100% / 3) - 30px);     
}}
@media (max-width: 600px) {
    #gift_service .cardList.list-col5 li{
        width: calc((100% / 2) - 30px);     
}}
#gift_service .cardList.list-col5 li img{
    height: 270px;
    object-fit: contain;
}
.zoom{
    position: relative;
}
.zoom::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/lp/tyoji2/ico_zoom.png);
    bottom: 0;
    right: 0px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    pointer-events: none;
}
/* オリジナル・メッセージカードお届け例 */
.list_sendMessageCard{
    max-width: var(--mxWidth--lv3);
    justify-content: center;
    margin: auto;
}
@media (max-width: 600px) {
    .list_sendMessageCard{  
        flex-direction: column;
        align-items: center;
        gap: 32px 0;
        margin-top: 24px;
}}
.list_sendMessageCard li{
    width: calc(100% / 2);
}
.list_sendMessageCard li:first-child{
    width: 53%;
}
@media (max-width: 600px) {
    .list_sendMessageCard li:first-child{
        width: 100%;
        max-width: 289px;
    }  
    #gift_service .cardList.list-col5{
        gap:15px;
    }  
}
.list_sendMessageCard li:last-child{
    width: 43%;
}
@media (max-width: 600px) {
    .list_sendMessageCard li:last-child{
        width: 100%;
        max-width: 304px;
    } 
    #gift_service .cardList.list-col5 li,
    #gift_service .cardList.list-col5 li img{
        height: auto;
    }
}
.wrapper#store .lp#tyoji .list_sendMessageCard li img{
    text-align: center;
}
.wrapper#store .lp#tyoji .box_two-tone.fukidashi_left{
    border: none;
    position: relative;
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
    box-sizing: border-box;
}
.wrapper#store .lp#tyoji .box_two-tone.fukidashi_left::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -30px;
    border: 30px solid transparent;
    border-right: 30px solid var(--gray--lv1);
    z-index: 2;
}
.wrapper#store .lp#tyoji .box_two-tone.fukidashi_left::after{
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -20px;
    border: 30px solid transparent;
    border-right: 30px solid var(--gray--lv1);
    z-index: 1;
}
@media (max-width: 1000px) {
    /* 左から上へ */
    .wrapper#store .lp#tyoji .box_two-tone.fukidashi_left::before{
        content: "";
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -15px;
        border: 30px solid transparent;
        border-bottom: 30px solid var(--purple--lv1);
        transform: translateX(-25%);
        z-index: 2;
    }
    .wrapper#store .lp#tyoji .box_two-tone.fukidashi_left::after{
        content: inherit;
    }
}
.wrapper#store .lp#tyoji .sample_card .itemList.list-col2 {
    margin: 40px 30px;
    gap: 40px;
    width: 100%;
}
@media (max-width: 1000px) {
    .wrapper#store .lp#tyoji .sample_card .itemList.list-col2 {
        margin: 40px 0px;
}}
.wrapper#store .lp#tyoji .sample_card .list-col2 > li{
    margin: 0;
    padding: 20px;
    width: calc((100% / 2) - 80px);
    display: flex;
    align-items: center;
}
@media (max-width: 1000px) {
    .wrapper#store .lp#tyoji .sample_card .list-col2 > li{  
        margin: 0 auto;
        width: 100%;
        max-width: 600px;
}}
.wrapper#store .lp#tyoji .sample_card .box_two-tone dl{
    gap: 20px;
}
.wrapper#store .lp#tyoji .sample_card .box_two-tone dl >*{
    /* padding: 20px; */
}
.wrapper#store .lp#tyoji .sample_card .box_two-tone dl > dt{
    flex: 1;
}
.wrapper#store .lp#tyoji .sample_card .box_two-tone dl > dt p{
    display: inline-block;
    text-align: left;
    font-size: var(--fsz--title);
    color: var(--purple--lv3);
}
.wrapper#store .lp#tyoji .sample_card .box_two-tone dl > dd{
    width: 120px;
}
.wrapper#store .lp#tyoji .sample_card .itemList.list-col3 > li{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.wrapper#store .lp#tyoji .sample_card .itemList.list-col3 > li > img{
        max-width: 270px;
}
.wrapper#store .lp#tyoji .sample_card .sample_card03 .itemList.list-col3 > li p{
    font-size: var(--fsz--note);
    text-align: left;
}
@media (max-width: 999px) {
    .wrapper#store .lp#tyoji #how_to_write .itemList.list-col3{
        gap: 30px;
        width: 100%;
        padding: 0;
        margin: auto;
    }
    .wrapper#store .lp#tyoji .sample_card .itemList.list-col3 > li{
        width: 100%;
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 600px) {
    .wrapper#store .lp#tyoji .sample_card .list-col2 > li{
        padding: 0;
    }
    .wrapper#store .lp#tyoji .sample_card .sample_card03 .itemList.list-col3{
        gap: 50px;
        width: 100%;
        margin: 20px auto 40px;
        padding: 0;
    }
    
    
}
/* のし紙の書き方 */
#how_to_write {
    padding: 40px 20px;
    margin-bottom: 60px;
}
#how_to_write .img_whiteNoshi{
    margin: 40px 0;
}
#how_to_write .img_whiteNoshi img{
    max-width: 400px;
}

.bg_white{
    background: #fff;
}
.wrapper#store .lp#tyoji #how_to_write .itemList > li{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.wrapper#store .lp#tyoji #how_to_write .itemList .box_two-tone{
    border: none;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
}
.wrapper#store .lp#tyoji #how_to_write .itemList .box_two-tone .bg_white{
    flex-grow: 1;
    padding: 20px;
    text-align: left;
    font-size: 16px;
}
.wrapper#store .lp#tyoji #how_to_write .itemList .box_two-tone > p.title_box,
.wrapper#store .lp#tyoji .sample_card04 .box_two-tone > p.title_box{
    font-size: var(--fsz--nomal);
    
}
.wrapper#store .lp#tyoji #how_to_write .itemList .box_two-tone > p.title_box{
    text-align: left;
}
.wrapper#store .lp#tyoji #how_to_write .itemList .box_two-tone .bg_white .list_disc > li{
    width: 100%;
    margin: 0;
    list-style-type: disc;
    margin-left: 10px;
    padding: 0;
}
.list_disc > li::marker{
    font-size: 10px;
}
.sample_card04 > .list-col2 {
    justify-content: center;
    gap: 20px;
}
.wrapper#store .lp#tyoji .sample_card04 > .list-col2{
    justify-content: space-around;
}
.wrapper#store .lp#tyoji .sample_card04 > .list-col2 > li{
    align-items: stretch;
    
    flex-grow: 1;
    max-width: 555px;
    box-sizing: border-box;
    padding: 0;
}
.wrapper#store .lp#tyoji .sample_card04 > .list-col2 > li .box_two-tone{
    width: 100%;
    display: flex;
    flex-direction: column;
    border: none;
}
.sample_card04 > .list-col2 > li .box_two-tone .main_box{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sample_card04 > .list-col2 > li .box_two-tone .main_box ol.flex{
    display: flex;
    align-items: center;
    width: 100%;
}
.sample_card04 > .list-col2 > li .box_two-tone .main_box ol.flex li{
    width: calc((100% / 2) - 1%);
}
.sample_card04 > .list-col2 > li .box_two-tone .main_box .img_wrapping01{
    max-width: 450px;
}
.sample_card04 > .list-col2 > li .box_two-tone .main_box .img_wrappping02{
    max-width: 145px;
}
.sample_card04 > .list-col2 > li .box_two-tone .main_box ol.flex .box_rounded{
    border-radius: 16px;
    border: 1px solid var(--purple--lv3);
    padding: 10px 20px;
}
.sample_card04 > .list-col2 > li .box_two-tone .main_box ol.flex .box_rounded .note{
    font-size: 12px;
    line-height: 16px;
    display: flex;
    margin-left: 0;
}
@media (max-width: 600px) {
    .wrapper#store .lp#tyoji #how_to_write .itemList .box_two-tone .bg_white .list_disc > li{
        font-size: var(--fsz--sp--nomal);
    }
    .sample_card04 > .list-col2 > li .box_two-tone .main_box ol.flex .box_rounded .text{
        font-size: var(--fsz--title);
    }
    .sample_card04 > .list-col2 > li .box_two-tone .main_box ol.flex .box_rounded .note{

    }
    .wrapper#store .lp#tyoji section#gift_service .inner{
        padding-bottom: 40px;
    }
}
/* お支払いについて */
.wrapper#store .lp#tyoji #about_payment .inner{
    border-top-left-radius: 200px 200px;
    border-top-right-radius: 200px 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-top: 60px;
}
#about_payment .inner_about_payment{
    width: 100%;
    max-width: var(--mxWidth--lv3);
    margin: 70px auto 0;
    padding: 0 40px 70px;
}
@media (max-width: 999px) {
    #about_payment .inner_about_payment{
        padding: 15px;
        box-sizing: border-box;
        max-width: 95%;
        margin: 50px auto 0;
    }
}
@media (max-width: 600px) {
    
    #about_payment .inner_about_payment .note{
        font-size: var(--fsz--sp--nomal);
    }
}
.balloon{
    position: relative;
  display: inline-block;
  padding: 1.2% 4%;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: var(--fsz--h3);
  font-weight: bold;
  background: var(--purple--lv3);
  border-radius: 40px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
    .balloon{
        display: block;
        width: 80%;
        margin: 0 auto;
        padding: 16px 4%;
}}
.balloon::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid var(--purple--lv3);
}
.balloon p {
    margin: 0;
    padding: 0;
  }
  .inner_about_payment img{
    display: block;
  }
.img_creditCard{
    max-width: 370px;
}
.img_npPay01{
    max-width: 400px;
}
.img_npPay02{
    max-width: 126px;
}
@media (max-width: 600px) {
    .balloon{
        font-size: var(--fsz--lv2);
        padding: 20px;
    }
}
/* 下部固定メニュー */
.wrapper#store .lp#tyoji #bottom_fixed_area .bottom_inquiry_area{
    background-color: var(--purple--lv3);
}
@media (max-width: 768px) {
    .wrapper#store .lp#tyoji #bottom_fixed_area .bottom_inquiry_area{
        display: none;
}}
.wrapper#store .lp#tyoji #bottom_fixed_area .inner_bottom_menu_area,
.wrapper#store .lp#tyoji #bottom_fixed_area .inner_bottom_inquiry_area{
    max-width: 840px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area{
    background: #fff;
}
.wrapper#store .lp#tyoji #bottom_fixed_area .inner_bottom_inquiry_area{
    gap: 60px;
}
.wrapper#store .lp#tyoji #bottom_fixed_area .inner_bottom_inquiry_area > div{
    padding: 5px;
}
.wrapper#store .lp#tyoji #bottom_fixed_area .inner_bottom_menu_area{
    padding: 5px;
}
.wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu{
    display: flex;
    justify-content: center;
    width: calc(100% - 58px);
}
@media (max-width: 768px) {
    .wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu{
        width: 100%;
    }
}
.wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu > li{
    width: 100%;
    max-width: 160px;
    display: flex;
    justify-content: center;
    padding: 10px 8px;
    position: relative;
}
.wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu > li:hover::before{
    content:"";
    display: block;
    width: 100%;
    height: calc(100% + 10px);
    background-color: var(--purple--lv1);
    left: 0;
    top: -5px;
    position: absolute;
    z-index: 0;

}
.wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu > li a{
    position: relative;
}
@media (max-width: 768px) {
    .wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu > li{  
        width: auto; 
        flex:1;
        padding: 0;
}}
.wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu > li + li{
    border-left: 1px solid #ccc;
}
.wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu span{
    align-items: center;
    display: flex;
    gap: 10px;
    color: var(--purple--lv3);
}
@media (max-width: 768px) {
    .wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu span{  
        display: block; 
}}
.wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu span::before,
.wrapper#store .lp#tyoji #left_fixed_area .right_menu span::before{
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 768px) {
    .wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu span::before,
    .wrapper#store .lp#tyoji #left_fixed_area .right_menu span::before{
        margin: auto;
        display: block;
        width: 28px;
        height: 28px;
    } 
}
.wrapper#store .lp#tyoji .bottom_menu_area .inner_bottom_menu_area .bottom_menu_left{
    display: flex;
    align-items: center;
    width: 58px;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .wrapper#store .lp#tyoji .bottom_menu_area .inner_bottom_menu_area .bottom_menu_left{
        display: none;
    }
}
.fukidashi_right{
    position: relative;
  display: inline-block;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  background: var(--purple--lv3);
}
.fukidashi_right::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border: 9px solid transparent;
    border-left: 9px solid var(--purple--lv3);
}

.wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu .minutes5 span::before,
.wrapper#store .lp#tyoji #left_fixed_area .right_menu .minutes5 span::before{
    background-image: url(../images/lp/tyoji2/ico_menu_5minute.svg);
}
.wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu .budget span::before,
.wrapper#store .lp#tyoji #left_fixed_area .right_menu .budget span::before {
    background-image: url(../images/lp/tyoji2/ico_menu_giftSearch.svg);
}
.wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu .popularity span::before,
.wrapper#store .lp#tyoji #left_fixed_area .right_menu .popularity span::before {
    background-image: url(../images/lp/tyoji2/ico_menu_gift.svg);
}
.wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu .catalog span::before,
.wrapper#store .lp#tyoji #left_fixed_area .right_menu .catalog span::before {
    background-image: url(../images/lp/tyoji2/ico_note.svg);
}
.wrapper#store .lp#tyoji #bottom_fixed_area .bottom_menu_area .bottom_menu .service span::before,
.wrapper#store .lp#tyoji #left_fixed_area .right_menu .service span::before {
    background-image: url(../images/lp/tyoji2/ico_menu_service.svg);
}
#bottom_fixed_area {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    width: 100%;
    filter: drop-shadow(0px 5px 5px #ccc);
    z-index: 20;
}
/* 右メニュー */
#left_fixed_area{
    position: fixed;
    right: 0;
    top: 30px;
    z-index: 1000;
    width: 75px;
    filter: drop-shadow(0px 5px 5px #ccc);
}
#left_fixed_area .brn_fixSide{
    display: inline-block;
}
.wrapper#store .lp#tyoji #left_fixed_area .right_menu{
    border-radius: 8px 0 0 8px;
    background-color: #fff;
}
.wrapper#store .lp#tyoji #left_fixed_area .right_menu li{
    padding:5px;
    cursor: pointer;
    position: relative;

}
.wrapper#store .lp#tyoji #left_fixed_area .right_menu li:hover{
    background-color: var(--purple--lv1);
    height: calc(100% - 5px);
}
.wrapper#store .lp#tyoji #left_fixed_area .right_menu li span{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: var(--fsz--small);
    color: var(--purple--lv3);
}
.wrapper#store .lp#tyoji #left_fixed_area .right_menu li:not(:last-child):after{
    content:"";
    background-color:  var(--purple--lv3);
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.wrapper#store .lp#tyoji #left_fixed_area .right_menu li:last-child span{
    border-bottom: none;
}
@media (max-width: 767px) {
    #left_fixed_area{
        display: none;
    }
}

/* モーダル */
#grayDisplay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}
#grayDisplay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    height: 90%;
    object-fit: contain;
    z-index: 999;
}

.wrapper#store .lp .box_input .box_select {
    width: 100%;
    max-width: calc(50% - 130px);
}
@media (max-width: 767px) {
    .wrapper#store .lp .box_input .box_select {
        width: 100%;
        max-width: calc(50% - 27px);
    }
    .wrapper#store .lp .box_input>.box_select:nth-of-type(2){
        margin-right: 0;
    }
}
.wrapper#store .lp .box_input .box_select select {
    width: 100%;
    padding: 16px 10px;
}
.wrapper#store .lp .box_input .searchBtn {
    padding: 16px 32px;
    font-size: 1.2em;
}
@media (max-width: 767px) {
.wrapper#store .lp .box_input .searchBtn {
    display: block;
    margin-top: 16px;
    padding: 10px 32px;
    width: 180px;
}}
@media (max-width: 767px) {
#store footer .btn_pagetop{
    bottom: 70px;
}}

.wrapper#store .lp#tyoji .wrappingName{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 7%;
    box-sizing: border-box;
    font-size: 13px;
}
@media (max-width: 500px) {
    .wrapper#store .lp#tyoji .wrappingName{
        padding: 0 0%;       
}}
.wrapper#store .lp#tyoji .wrappingName>p:nth-child(1){
    width: 40%;
}
.wrapper#store .lp#tyoji .wrappingName>p:nth-child(2){
    width: 31%;
}

.fade-up {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  
  .fade-up.inview {
    opacity: 1;
    transform: translateY(0);
  }