body {
    letter-spacing: 2px;
}
/* -------------------------------------pankuzu------------------------------------- */
#pankuzu {
    position: relative;
    width: 80%;
    padding: 1vw 0;
    margin: 1vw auto 2vw;
    line-height: 1vw;
    background: #fff;
}

.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    font-size: .9vw;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M11.7%207.5%204%2013.8v6.8c0%20.4.3.7.7.7h4.7c.4%200%20.7-.3.7-.7v-4c0-.4.3-.7.7-.7h2.7c.4%200%20.7.3.7.7v4c0%20.4.3.7.7.7h4.7c.4%200%20.7-.3.7-.7v-6.8l-7.7-6.3h-.9zm12.1%204.4L20.3%209V3.2c0-.3-.2-.5-.5-.5h-2.3c-.3%200-.5.2-.5.5v2.9L13.3%203c-.7-.6-1.8-.6-2.5%200L.2%2011.8c-.2.2-.3.5-.1.7l1.1%201.3c.2.2.5.2.7.1l9.8-8.1h.6l9.8%208.1c.2.2.5.1.7-.1l1.1-1.3c.2-.2.1-.5-.1-.6z%22%20style%3D%22fill%3A%23333333%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb-001 a {
    color: #333333;
    text-decoration: none;
}
/* -------------------------theme----------------------------- */
h1 {
    width: 100%;
    padding: 2vw 0;
    margin: 5vw auto 0;
    color: #fff;
    background-color: #b82226;
}

#theme {
    width: 80%;
    margin: 0 auto 2vw;
}

#theme img {
    width: 80%;
    margin: 0 auto 2vw;
}

.lead {
    width: 80%;
    margin: 1vw auto;
    font-size: 1.2vw;
    letter-spacing: 1px;
    line-height: 2vw;
}

h2 {
    width: 80%;
    padding-bottom: 0.5vw;
    margin: 3vw auto;
    font-size: 1.5vw;
    letter-spacing: 1px;
    line-height: 1.6vw;
    border-bottom: solid 1px #333;
}

h3 {
    width: 80%;
    padding-bottom: 0.5vw;
    margin: 3vw auto;
    font-size: 1.5vw;
    letter-spacing: 1px;
    line-height: 1.6vw;
    border-bottom: solid 1px #333;
}

p {
    width: 80%;
    margin: 1vw auto;
    font-size: 1.2vw;
    letter-spacing: 1px;
    line-height: 2vw;
}

.blog_cta {
    width: 80%;
    margin: 1vw auto;
}

.blog_cta a {
    font-size: 1vw;
    color: #b82226;
    text-decoration: none;
}

.blog_cta a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

#theme li {
    width: 80%;
    margin: 1vw auto;
    font-size: 1.1vw;
    letter-spacing: 1px;
    line-height: 1.1vw;
}


/* -------------------------mobile----------------------------- */
@media (max-width: 500px) {
    
#pankuzu {
    width: 100%;
    margin: 4vw auto 4vw;
}

.breadcrumb-001 {
    flex-wrap: wrap;
    font-size: 8px;
    line-height: 20px;
    justify-content: stretch;
    padding: 0 4vw;
}

/* -------------------------theme----------------------------- */
#theme {
    width: 100%;
    margin: 3vw auto 2vw;
}

#theme img {
    width: 100%;
    margin: 0 auto 2vw;
}

.lead {
    width: 90%;
    margin: 4vw auto;
    font-size: 14px;
    line-height: 28px;
}

h1 {
    font-size: 18px;
    margin-top: 13vw;
}

h2 {
    width: 90%;
    margin: 6vw auto;
    font-size: 18px;
    line-height: 30px;
}

h3 {
    width: 90%;
    margin: 6vw auto;
    font-size: 18px;
    line-height: 30px;
}

p {
    width: 90%;
    margin: 2vw auto;
    font-size: 14px;
    line-height: 28px;
}

.blog_cta {
    width: 90%;
    margin: 2vw auto;
}

.blog_cta a {
    font-size: 14px;
}

#theme li {
    width: 90%;
    margin: 2vw auto;
    font-size: 12px;
    line-height: 12px;
}


/* ------------------------------------footer---------------------------------------- */
.sns {
    margin-top: 8vw;
}
}