html {
  font-size: 62.5%;
    scroll-behavior: smooth;
}
#shop-pocket01,#shop-pocket02,#shop-pocket03,#shop-pocket04 {
    margin-top: -70px;
    padding-top: 70px;
}
.shop-pocket {
    display: block;
    width: 90%;
    max-width: 780px;
    margin: 10vw auto ;
}
.shop-pocket_title h2 {
    margin-bottom: 5rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 2.1rem;
}
.shop-pocket_title h2 span {
    display: block;
    margin-bottom: 3rem;
    font-size: 5.5rem;
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #1d1d1d;
}
.shop-pocket_content {
    display: block;
    margin: 5rem auto;
}
.shop-pocket_content_box {
    display: block;
    margin-bottom: 10rem;
}
.shop-pocket_content_box h3 {
    margin-bottom: 1rem;
    padding-bottom: .1rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.1rem;
    color: #202f55;
    border-bottom: 2px solid #202f55;
}
.shop-pocket_content_box p {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 150%;
}
.shop-pocket_content_box_block {
	display: block;
	width: 100%;
	padding: 1rem 2rem;
	background: #ececec;
	border-radius: 10px;
}
.shop-pocket_content_box_block h4 {
    margin: .8rem 0 1rem 0;
    font-size: 1.8rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #E78F00;
}
.shop-pocket_content_box_block p {
	font-size: 1.4rem!important;
}
.shop-pocket_content_box p a {
    color: blue;
    text-decoration: none;
}
@media screen and (max-width:480px) {
    .shop-pocket {
        margin: 150px auto ;
}
}