.btn-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #e57d59;
    white-space: nowrap
}

@media screen and (min-width: 1100px) {
    .btn-text {
        font-size: 1.8rem
    }
}

.btn-text-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    background-color: #e57d59;
    border-radius: 50%;
    transition: .5s
}

@media screen and (min-width: 1100px) {
    .btn-text-icon {
        width: 5.2rem;
        height: 5.2rem
    }
}

.btn-text-icon img {
    display: block;
    width: 2rem;
    height: 2rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%);
    transition: .5s
}

.btn-text:hover {
    color: #dd643b
}

.btn-text:hover .btn-text-icon {
    background-color: #dd643b
}

.btn-text:hover .btn-text-icon img {
    transform: rotate(45deg)
}

.btn-text.down .btn-text-icon img {
    transform: rotate(135deg)
}

.btn {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.6rem 6rem 1.6rem 3rem;
    background-color: #e57d59;
    border-radius: 33px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.7;
    max-width: 33rem;
    margin: 0 auto
}

.btn::after {
    content: "";
    position: absolute;
    right: .8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4.2rem;
    height: 4.2rem;
    background-color: #fff;
    border-radius: 50%
}

@media screen and (min-width: 1100px) {
    .btn--wide {
        width: 46rem
    }
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: .8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4.2rem;
    height: 4.2rem;
    z-index: 1
}

.btn-icon img {
    display: block;
    width: 2rem;
    height: 2rem;
    transition: .5s
}

.btn:hover {
    background-color: #dd643b
}

.btn:hover .btn-icon img {
    transform: rotate(45deg)
}

.btn.green {
    background-color: #4ca392
}

.btn.green .btn-icon img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(29%) saturate(629%) hue-rotate(118deg) brightness(92%) contrast(87%)
}

.btn.green:hover {
    background-color: #3a8579
}

.btn.short {
    max-width: 32rem
}

.btn.long {
    max-width: 46rem
}

.ttl {
    text-align: center
}

.ttl-deco {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8rem
}

.ttl-deco::before,
.ttl-deco::after {
    content: "";
    display: block;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.ttl-deco::before {
    width: 1.2rem;
    height: .9rem;
    background-image: url(../img/common/title_clover.svg);
    position: relative;
    top: -1.1rem
}

@media screen and (min-width: 1100px) {
    .ttl-deco::before {
        width: 1.6rem;
        height: 1.2rem
    }
}

.ttl-deco::after {
    width: 2.4rem;
    height: 2rem;
    background-image: url(../img/common/title_bird.svg)
}

.ttl-en {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #c19d74;
    letter-spacing: .1em
}

@media screen and (min-width: 744px) {
    .ttl-en {
        font-size: 2.4rem;
        letter-spacing: .15em
    }
}

.ttl-label {
    margin-top: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    color: #724822;
    line-height: 1.7
}

@media screen and (min-width: 744px) {
    .ttl-label {
        font-size: 1.6rem;
        margin-top: 2rem
    }
}

.ttl-title {
    margin-top: .8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #724822;
    letter-spacing: .1em;
    line-height: 1.5
}

@media screen and (min-width: 744px) {
    .ttl-title {
        font-size: 3.2rem;
        letter-spacing: .2em
    }
}

.ttl.brown {
    margin-bottom: 3.2rem;
    display: block
}

.ttl.brown.left {
    display: inline-block;
    margin-bottom: 0
}

.ttl.brown.left .ttl-deco {
    justify-content: flex-start;
    width: 100%
}

.ttl.brown .ttl-en {
    font-size: 1.2rem
}

.ttl.brown .ttl-deco::before {
    background-image: url(../img/common/title_clover2.svg)
}

.ttl.brown .ttl-deco::after {
    content: none
}

@media screen and (min-width: 744px) {
    .ttl.brown {
        margin-bottom: 4.8rem
    }

    .ttl.brown .ttl-title {
        font-size: 2.4rem
    }
}

.category-side {
    display: flex;
    flex-direction: column;
    gap: 4rem
}

@media screen and (min-width: 1100px) {
    .category-side {
        gap: min(2.0833333333vw, 40px)
    }
}

.category-side-block {
    padding: 0
}

.category-side-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #776656;
    margin-bottom: 1.6rem
}

.category-side-list {
    list-style: none;
    padding: 2rem;
    margin: 0;
    background-color: #faf7f4;
    border-radius: 8px
}

@media screen and (min-width: 1100px) {
    .category-side-list {
        padding: min(1.0416666667vw, 20px)
    }
}

.category-side-item {
    border-bottom: 1px solid #e0d7cb
}

.category-side-item:last-child {
    border-bottom: none
}

.category-side-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.6rem .4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #c19d74;
    text-decoration: none;
    transition: opacity .3s
}

.category-side-item a:hover {
    opacity: .7
}

.category-side-name {
    flex: 1
}

.category-side-arrow {
    flex-shrink: 0;
    font-size: 1.4rem
}

.category-side-item.is-current a {
    font-weight: 500
}

.single {
    padding: 6rem 0 10rem
}

@media screen and (min-width: 744px) {
    .single {
        padding: 8rem 0 0rem
    }
}

.single-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    max-width: 124rem;
    margin: 0 auto
}

@media screen and (min-width: 1100px) {
    .single-layout {
        grid-template-columns: min(63vw, 820px) min(24.5vw, 295px);
        gap: min(6.5104166667vw, 125px);
        align-items: start;
        justify-content: center
    }
}

.single-main {
    min-width: 0
}

.single-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #724822;
    line-height: 1.6;
    letter-spacing: .2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0d7cb;
    margin-bottom: 2rem
}

@media screen and (min-width: 1100px) {
    .single-title {
        font-size: 2rem;
        padding-bottom: 2rem
    }
}

.single-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.4rem
}

@media screen and (min-width: 1100px) {
    .single-meta {
        gap: 1rem
    }
}

.single-meta-cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .4rem 1.2rem;
    background-color: #c19d74;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 4px
}

.single-meta-place {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .4rem 1.2rem;
    background-color: #fff;
    color: #c19d74;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    border: 1px solid #c19d74;
    border-radius: 4px
}

.single-meta-date {
    margin-left: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #c19d74
}

.single-thumb {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 4rem;
    aspect-ratio: 820/547
}

@media screen and (min-width: 1100px) {
    .single-thumb {
        margin-bottom: min(2.0833333333vw, 40px)
    }
}

.single-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.single-content {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #776656;
    line-height: 2;
    margin-bottom: 6rem
}

@media screen and (min-width: 1100px) {
    .single-content {
        margin-bottom: min(4.1666666667vw, 80px)
    }
}

.single-content p {
    margin-bottom: 2rem
}

.single-content p:last-child {
    margin-bottom: 0
}

.single-content h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #776656;
    line-height: 1.6;
    margin: 4rem 0 1.6rem;
    padding-top: 4rem;
    border-top: 1px solid #e0d7cb
}

.single-content h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    color: #776656;
    line-height: 1.6;
    margin: 3rem 0 1.2rem
}

.single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 2rem 0
}

.single-content figure {
    margin: 2rem 0
}

.single-content figure img {
    margin: 0
}

.single-content a {
    color: #e57d59;
    text-decoration: underline
}

.single-content a:hover {
    opacity: .7
}

.single-content strong,
.single-content b {
    font-weight: 700;
    color: #776656
}

.single-content .has-underline {
    text-decoration: underline
}

.single-content ul,
.single-content ol {
    margin: 2rem 0;
    padding-left: 2.4rem
}

.single-content ul li,
.single-content ol li {
    margin-bottom: .8rem
}

.single-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "prev next" "back back";
    align-items: center;
    justify-items: center;
    gap: 2rem;
    padding-top: 4rem;
    border-top: 1px solid #e0d7cb
}

@media screen and (min-width: 1100px) {
    .single-nav {
        grid-template-columns: 1fr auto 1fr;
        grid-template-areas: "prev back next";
        gap: 4rem
    }
}

.single-nav .btn {
    grid-area: back;
    width: 100%
}

.single-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #e57d59;
    text-decoration: none;
    transition: opacity .3s
}

.single-nav-link span {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-color: #e57d59;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 1100px) {
    .single-nav-link {
        font-size: 1.8rem
    }
}

.single-nav-link:hover {
    opacity: .7
}

.single-nav-link img {
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%)
}

.single-nav-link--prev {
    grid-area: prev;
    justify-self: start
}

.single-nav-link--prev img {
    transform: rotate(-135deg)
}

.single-nav-link--next {
    grid-area: next;
    justify-self: end
}

.single-nav-link--next img {
    transform: rotate(45deg)
}

.single-nav-link.is-disabled {
    pointer-events: none
}

.single-nav-back {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    min-width: 24rem;
    height: 6.6rem;
    padding: 0 4rem;
    background-color: #e57d59;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 33px;
    transition: opacity .3s
}

@media screen and (min-width: 1100px) {
    .single-nav-back {
        min-width: 32rem;
        font-size: 1.8rem
    }
}

.single-nav-back:hover {
    opacity: .8
}

.single-nav-back img {
    width: 1.6rem;
    height: 1.6rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%);
    display: block
}

@media screen and (min-width: 1100px) {
    .single-layout .category-side {
        position: sticky;
        top: 12rem
    }
}

.single .has-underline {
    text-decoration: underline;
    text-decoration-color: #c19d74
}

/*# sourceMappingURL=single.css.map */