.lshop .banner {
    width:100%;
}
.sp-only {
    display: none;
}
.lshop_inner {
    max-width: 1030px;
    margin:0 auto;
    width:100%;
}
.lshop_sec {
    padding-top:100px;
    padding-bottom:100px;
}
.lshop_sec1 {
    text-align: center;
}
.lshop_ttl1 {
    font-family: 'Noto Serif JP';
    font-size:35px;
    font-weight:700;
    margin:0 auto;
    margin-bottom: 30px;
    display:table;
}
.lshop_p1 {
    font-family: 'Noto Sans JP';
    font-size: 20px;
    color:#3b3e46;
    background:url(../images/bg-line.png) bottom center repeat-x;
    display: inline-block;
    text-align:center;
}
.lshop_text {
    font-family: 'Noto Sans JP';
    color:#3b3e46;
    display: inline-block;
    text-align:center;
}
@media screen and (min-width: 768px) {
  .lshop_text {
      width:60%;
  }
}
.lshop_ttl2 {
    font-family: 'Noto Serif JP';
    font-size:25px;
    font-weight:500;
    display: table;
    margin: 0 auto;
    margin-top: 50px;
    position:relative;
}
.lshop_ttl2::before, .lshop_ttl2::after {
    content:"";
    position:absolute;
    border-top:1px solid #3B3E46;
    width:25px;
    transform: rotate(60deg);
    transform-origin: 0% 0%;
    top:5px;
    text-align: center;
}
.lshop_ttl2::before {
    left:-20px;
}
.lshop_ttl2::after {
    left:initial;
    right: -40px;
    transform: rotate(120deg);
}
.lshop_ttl2 img {
    display:block;
    margin:0 auto;
    margin-top:20px;
}
.lshop_sec2 {
    background:#c8b3ae;
    text-align: center;
}
.lshop_sec3 {
    background:#FFF;
    text-align: center;
}
.lshop_sec4 {
    background:#F5F5F6;
    text-align: center;
}
.lshop_sec5 {
    background:#d7efff;
    text-align: center;
}
.lshop_sec6 {
    background:#E6EDF3;
    text-align: center;
}


.lshop_p1_sp {
    margin-bottom: 40px;
}
.tpn_list02 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding:0;
}

.tpn_list02 > li {
    list-style-type: none;
    text-align: left;
}
.tpn_feat_date > span {
    font-size: 12px;
    color: #FFF;
    background: #4E7FA5;
    border-radius: 5px;
    padding: 3px 5px;
    display: inline-block;
}
.tpn_feat_img {
    display:block;
    margin-bottom: 10px;
}
.tpn_feat_detail p {
    font-size: 18px;
    font-weight: bold;
    color: #4E7FA5;
    margin-top: 5px;
}
.tpn_feat_detail p a {
    color: #4E7FA5; 
}
.tpn_feat_date {
    font-weight: 500;
}
.lshop_p1_top {
    margin-top: 20px;
}
.lshop_etc {
    margin-top: 20px;
    text-align: left;
    color: #777777;
}
@media screen and (max-width: 767px) {
    body {
        padding-bottom: 0;
    }
    .sp-only {
        display:block;
    }
    .pc-only {
        display:none;
    }
    .lshop_sec {
        padding-right:20px;
        padding-left: 20px;
    }
    .lshop_p1 {
        display:inline;
    }
    .lshop_p1_sp { 
        margin-bottom: 40px;
    }
    .tpn_list02 {
        display:block;
    }
    .tpn_list02 > li {
        margin-bottom: 30px;
    }
}