*,
*:before,
*:after {
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 100px
}

@media(max-width: 767px) {
    html {
        scroll-padding-top: 64px
    }
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #3f3633;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .08em;
    background: #f7f3ef;
    line-height: 1.8;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 84px 0 0
}

@media(max-width: 767px) {
    body {
        padding: 60px 0 0;
        font-size: 1.3rem
    }
}

p {
    margin-bottom: 1em;
    line-height: 2
}

@media(max-width: 767px) {
    p {
        line-height: 1.8
    }
}

p:last-of-type {
    margin-bottom: 0
}

p a {
    text-decoration: underline
}

p a:hover {
    text-decoration: none
}

button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: currentColor
}

button:focus:not(:focus-visible) {
    outline: 0
}

button:focus-visible {
    outline: -webkit-focus-ring-color auto 1px
}

a {
    color: #3f3633;
    text-decoration: none
}

a:focus:not(:fous-visible) {
    outline: none
}

a:focus-visible {
    outline: 2px solid currentColor
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 1rem;
    margin: 0
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto
}

img+figcaption {
    padding-top: .5em
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0
}

dl dd {
    line-height: 1.6
}

table th {
    font-weight: normal
}

table th,
table td {
    line-height: 1.4;
    text-align: left
}

input,
button {
    font-size: inherit;
    font-family: inherit
}

button {
    background: inherit
}

button:focus:not(:fous-visible) {
    outline: none
}

button:focus-visible {
    outline: 2px solid currentColor
}

input[type=submit],
input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
    display: none
}

input[type=submit]:focus,
input[type=button]:focus {
    outline-offset: -2px
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

@media(max-width: 767px) {
    .pc-view {
        display: none !important
    }
}

@media(min-width: 768px) {
    .sp-view {
        display: none !important
    }
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.4em;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

.p-anchor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 0;
    font-size: 1.6rem;
    font-family: "Cormorant Infant", "Shippori Mincho B1", serif
}

@media(max-width: 767px) {
    .p-anchor {
        font-size: 1.4rem
    }
}

.p-anchor li {
    padding: 0 12px;
    position: relative
}

.p-anchor li a {
    padding-bottom: 2px;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size .3s
}

@media(min-width: 768px) {
    .p-anchor li a:hover {
        background-position: bottom left;
        background-size: 100% 1px
    }
}

.p-anchor li:first-child:before {
    content: "";
    width: 1px;
    height: .8em;
    border-right: solid 1px #e2dbd7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.p-anchor li::after {
    content: "";
    width: 1px;
    height: .8em;
    border-right: solid 1px #e2dbd7;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.p-btn-list {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px
}

.p-btn {
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 16px;
    border: 1px solid #3f3633;
    transition: .3s;
    position: relative
}

@media(min-width: 768px) {
    .p-btn:hover {
        color: #fff;
        background: #3f3633
    }
}

.p-card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.p-card-list li {
    width: 48%
}

.p-card__img {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden
}

.p-card__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.p-contents {
    max-width: 850px;
    padding: 0 30px;
    margin: 40px auto 80px
}

@media(max-width: 767px) {
    .p-contents {
        margin: 40px auto
    }
}

.p-form-text {
    text-align: center;
    margin-bottom: 16px;
    font-size: 1.2rem
}

.p-form {
    display: flex;
    justify-content: center;
    gap: 0 4px
}

.p-form .form-input {
    border: 1px solid currentColor;
    border-radius: 4px;
    padding: 6px 12px;
    width: 35%;
    max-width: 140px
}

.p-form .form-input::-moz-placeholder {
    color: #ccc
}

.p-form .form-input::placeholder {
    color: #ccc
}

.p-form .form-btn {
    font-size: 1.1rem;
    letter-spacing: .1em;
    background: #3f3633;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px
}

@media(max-width: 767px) {
    .p-form {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 8px 4px
    }

    .p-form .form-input {
        width: calc((100% - 4px)/2);
        max-width: 100%
    }
}

.p-heading {
    font-size: 2.6rem;
    font-family: "Cormorant Infant", "Shippori Mincho B1", serif;
    margin-bottom: .75em;
    text-align: center
}

@media(max-width: 767px) {
    .p-heading {
        font-size: 2.2rem
    }
}

.p-heading-sub {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 12px;
    font-size: 2.4rem;
    font-family: "Cormorant Infant", "Shippori Mincho B1", serif;
    margin-bottom: .5em
}

.p-heading-sub span {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.2rem
}

@media(max-width: 767px) {
    .p-heading-sub {
        font-size: 2.2rem
    }

    .p-heading-sub span {
        font-size: 1rem
    }
}

.p-link {
    padding-bottom: 2px;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size .3s
}

@media(min-width: 768px) {
    .p-link:hover {
        background-position: bottom left;
        background-size: 100% 1px
    }
}

.p-list li {
    padding-left: 12px;
    position: relative
}

.p-list li::before {
    display: block;
    content: "";
    flex: 0;
    background: #3f3633;
    width: 4px;
    height: 4px;
    border-radius: 100vh;
    position: absolute;
    left: 0;
    top: .8em
}

.l-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.l-footer p {
    font-family: "Cormorant Infant", "Shippori Mincho B1", serif;
    font-size: 1.2rem;
    letter-spacing: .15em;
    padding: 24px 20px;
    margin: 0
}

.l-footer__pagetop {
    font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #3f3633;
    width: 40px;
    height: 40px;
    border-radius: 4px 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.l-footer__pagetop.is-active {
    opacity: 1;
    visibility: visible
}

.l-gnav {
    display: none;
    font-family: "Cormorant Infant", "Shippori Mincho B1", serif;
    width: 100vw;
    height: calc(100vh - 84px);
    background: #f7f3ef;
    position: fixed;
    top: 84px;
    left: 0
}

.l-gnav a {
    padding-bottom: 2px;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size .3s
}

@media(min-width: 768px) {
    .l-gnav a:hover {
        background-position: bottom left;
        background-size: 100% 1px
    }
}

.l-gnav__inner {
    width: 100%;
    max-width: 640px;
    height: 100%;
    margin: 64px auto 0
}

.l-gnav__item {
    padding: 10px 0
}

.l-gnav__item:not(:last-child) {
    margin-bottom: 30px
}

.l-gnav__item.-bottom {
    display: flex;
    justify-content: space-between
}

@media(max-width: 767px) {
    .l-gnav__item.-bottom {
        flex-direction: column;
        align-items: flex-end;
        gap: 24px 0
    }
}

.l-gnav__category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2.2rem;
    border-bottom: 1px solid #e2dbd7;
    padding-bottom: .2em;
    margin-bottom: .75em
}

.l-gnav__category+ul {
    font-size: 1.6rem;
    margin-left: .5em
}

.l-gnav__category+ul li {
    margin-bottom: 10px
}

.l-gnav__category+ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.l-gnav__tate button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 4px 24px;
    height: 36px;
    font-size: 1.4rem;
    background: #3f3633;
    color: #fff;
    border-radius: 100vh;
    position: relative;
    transition: .3s
}

.l-gnav__tate button:hover {
    color: #3f3633;
    background: #fff
}

.l-gnav__sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    font-size: 1.6rem
}

.l-gnav__sns a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 4px 24px;
    height: 36px;
    background: #fff;
    border-radius: 100vh;
    position: relative;
    transition: .3s
}

.l-gnav__sns a .material-icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    line-height: 0
}

@media(min-width: 768px) {
    .l-gnav__sns a:hover {
        color: #fff;
        background: #3f3633
    }
}

.l-gnav .material-icons {
    font-size: .7em;
    margin-left: 8px
}

.l-gnav__inner-btn {
    color: #3f3633;
    letter-spacing: .1em;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Cormorant Infant", "Shippori Mincho B1", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 0;
    padding-bottom: 2px;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size .3s
}

@media(min-width: 768px) {
    .l-gnav__inner-btn:hover {
        background-position: bottom left;
        background-size: 100% 1px
    }
}

.l-gnav__inner-btn span {
    margin-right: 4px
}

.l-gnav__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 84px;
    width: 84px;
    font-family: "Cormorant Infant", "Shippori Mincho B1", serif;
    color: #3f3633;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: .1em;
    position: relative;
    z-index: 10
}

.l-gnav__btn .material-icons {
    font-size: 2.5rem
}

@media(max-width: 767px) {
    .l-gnav {
        height: calc(100vh - 60px);
        top: 60px
    }

    .l-gnav__inner {
        width: calc(100% - 100px)
    }

    .l-gnav__item {
        font-size: 2.2rem;
        padding: 8px 0
    }

    .l-gnav__item>ul>li {
        font-size: 1.4rem
    }

    .l-gnav__link a {
        font-size: 1.3rem
    }

    .l-gnav__btn {
        font-size: 1.1rem;
        height: 60px;
        width: 60px
    }

    .l-gnav__btn .material-icons {
        font-size: 2rem
    }
}

.l-header {
    width: 100%;
    height: 84px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
    background: #f7f3ef;
    z-index: 10
}

.l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    gap: 80px;
    margin: auto
}

.l-header__logo {
    font-family: "Cormorant Infant", "Shippori Mincho B1", serif;
    font-size: 2.4rem;
    padding-left: 40px
}

@media(max-width: 767px) {
    .l-header {
        height: 60px
    }

    .l-header__inner {
        display: flex;
        align-items: center
    }

    .l-header__logo {
        font-size: 1.8rem;
        padding-left: 20px
    }
}

.l-text {
    margin-top: 100px;
    letter-spacing: 0
}

.l-text__inner {
    max-width: 800px;
    margin: 0 auto 64px;
    padding: 0 30px
}

.l-text__title {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: "Cormorant Infant", "Shippori Mincho B1", serif;
    line-height: 1.6
}

.l-text__title p {
    font-size: 1.4rem;
    text-align: center;
    margin: 0 0 .75em;
    opacity: .7;
    letter-spacing: .1em
}

.l-text__title h2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .25em .5em;
    text-align: center;
    font-size: 2rem;
    font-weight: 600
}

.l-text__main {
    padding: 2.5em 0 3em;
    text-align: justify;
    font-size: 1.7rem;
    line-height: 2
}

.l-text__link {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    font-family: "Cormorant Infant", "Shippori Mincho B1", serif;
    margin: 1.5em auto 0
}

.l-text__link a {
    padding-bottom: 2px;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size .3s
}

@media(min-width: 768px) {
    .l-text__link a:hover {
        background-position: bottom left;
        background-size: 100% 1px
    }
}

.l-text__link li {
    position: relative;
    margin: 0 20px
}

.l-text__link li a {
    display: flex;
    align-items: center;
    gap: 0 8px
}

.l-text__link li a[aria-disabled=true] {
    color: #bbb;
    pointer-events: none
}

.l-text__link li .material-icons {
    font-size: .8em;
    padding-bottom: 2px;
    line-height: 0
}

.l-text__link li:not(:last-child)::after {
    display: block;
    content: "";
    width: 1px;
    height: .8em;
    background: #c7c3c1;
    position: absolute;
    right: -20px;
    top: calc(50% - 2px);
    transform: translateY(-50%)
}

.l-text__bottom {
    text-align: right;
    padding: 0 0 16px;
    border-bottom: 1px solid #c7c3c1
}

.l-text__bottom p {
    font-size: .75em;
    opacity: .3
}

@media(max-width: 767px) {
    .l-text {
        margin-top: 64px
    }

    .l-text__inner {
        margin: 0 auto 32px;
        padding: 0 30px
    }

    .l-text__title h2 {
        font-size: 1.6rem
    }

    .l-text__title p {
        font-size: 1.3rem
    }

    .l-text__main p {
        font-size: 1.5rem;
        line-height: 1.85
    }
}

.l-text .small {
    font-size: .8em
}

.l-text .center {
    text-align: center;
    margin: 3em 0
}

.l-text .right {
    text-align: right;
    font-size: .8em
}

.l-text sup {
    font-size: .65em
}

body.-tate:has(.l-text) {
    height: 100dvh;
    overflow-x: auto;
    overflow-y: hidden;
    direction: rtl
}

body.-tate:has(.l-text) .l-header,
body.-tate:has(.l-text) .l-text,
body.-tate:has(.l-text) .l-footer {
    direction: ltr
}

body.-tate:has(.l-text) .l-footer {
    display: none
}

body.-tate:has(.l-text) .l-text {
    height: calc(100dvh - 160px);
    max-height: 80em;
    writing-mode: vertical-rl;
    margin-top: 0;
    padding: 0
}

body.-tate:has(.l-text) .l-text .center {
    text-align: left;
    margin: 1em 1.5em 0
}

body.-tate:has(.l-text) .l-text__main {
    padding: 0;
    margin-right: 60px;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif
}

body.-tate:has(.l-text) .l-text__main p {
    line-height: 1.85;
    font-size: 1.8rem;
    margin: 0
}

body.-tate:has(.l-text) .l-text__title {
    align-items: flex-start;
    text-align: left;
    padding-top: 2em
}

body.-tate:has(.l-text) .l-text__title p {
    text-align: left;
    margin: 0 0 0 .5em
}

body.-tate:has(.l-text) .l-text__inner {
    max-width: 100%;
    margin: 0;
    padding: 2em 80px 1em 40px
}

body.-tate:has(.l-text) .l-text__bottom {
    writing-mode: vertical-rl;
    border: none;
    margin-right: 60px;
    letter-spacing: .1em;
    padding: 0
}

body.-tate:has(.l-text) .l-text__link {
    flex-direction: row-reverse;
    writing-mode: horizontal-tb;
    margin: auto 60px 0 0;
    font-size: 1.8rem
}

body.-tate:has(.l-text) .l-text__link a {
    padding-bottom: 2px;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size .3s
}

@media(min-width: 768px) {
    body.-tate:has(.l-text) .l-text__link a:hover {
        background-position: bottom left;
        background-size: 100% 1px
    }
}

body.-tate:has(.l-text) .l-text__link li {
    position: relative;
    margin: 0 20px
}

body.-tate:has(.l-text) .l-text__link li a {
    display: flex;
    align-items: center;
    gap: 0 8px
}

body.-tate:has(.l-text) .l-text__link li a[aria-disabled=true] {
    color: #bbb;
    pointer-events: none
}

body.-tate:has(.l-text) .l-text__link li .material-icons {
    display: none
}

body.-tate:has(.l-text) .l-text__link li:not(:last-child)::after {
    display: block;
    content: "";
    width: 1px;
    height: .8em;
    background: #c7c3c1;
    position: absolute;
    left: -20px;
    right: 0;
    top: calc(50% - 2px);
    transform: translateY(-50%)
}

body.-tate:has(.l-text) .text-combine {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all
}

body.-tate:has(.l-text) .num-combine {
    text-combine-upright: all;
    font-feature-settings: "pkna"
}

body.-tate:has(.l-text) .ifw_wrap {
    margin-bottom: 0 !important;
    display: none
}

@media(max-width: 767px) {
    body.-tate:has(.l-text) .l-footer {
        display: none
    }

    body.-tate:has(.l-text) .l-text {
        height: calc(100dvh - 60px);
        max-height: 100%;
        padding: 0
    }

    body.-tate:has(.l-text) .l-text__main {
        margin-right: 40px
    }

    body.-tate:has(.l-text) .l-text__main p {
        font-size: 1.6rem
    }

    body.-tate:has(.l-text) .l-text__inner {
        padding: .75em 40px 2.5em
    }

    body.-tate:has(.l-text) .l-text__title {
        align-items: flex-start;
        text-align: left;
        padding-top: 2em
    }

    body.-tate:has(.l-text) .l-text__title h2 {
        font-size: 1.8rem
    }

    body.-tate:has(.l-text) .l-text__bottom {
        margin-right: 40px
    }

    body.-tate:has(.l-text) .l-text__link {
        margin-right: 40px;
        font-size: 1.6rem;
        white-space: nowrap
    }
}

.ifw_wrap button.ifw_btn,
.ifw_wrap div.ifw_btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    border: 1px solid #ddd !important;
    color: #777 !important;
    padding: 8px 12px !important;
    font-size: 1.1rem !important
}

.ifw_wrap {
    margin-bottom: 0 !important;
    margin-top: 24px !important
}

.ifw_wrap .material-symbols-rounded {
    font-size: 1.1em !important;
    margin: 0 4px 0 0 !important
}

.l-main {
    flex: 1
}

.l-main.-short {
    background: #f5f3ee
}

.works {
    width: 100%;
    margin: auto;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    background: url(../img/bg_left.png) no-repeat left top/clamp(40px, 40vw, 400px) auto, url(../img/bg_right.png) no-repeat right top/clamp(40px, 40vw, 400px) auto;
    border-top: 2px solid #3f3633
}

.works-top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 80px auto 0
}

.works-top__img {
    margin: 0 auto 40px;
    max-width: 60px
}

.works-top__name {
    margin-bottom: 16px
}

@media(max-width: 767px) {
    .works-top {
        margin: 64px auto 0
    }

    .works-top__img {
        margin: 0 auto 32px;
        max-width: 40px
    }

    .works-top__name {
        margin-bottom: 12px
    }
}

.works-right {
    text-align: right;
    font-size: .8em
}

.long-list {
    margin-bottom: 64px;
    border-top: 1px solid #e2dbd7
}

.long-list .right {
    font-size: .8em;
    opacity: .5;
    text-align: right;
    line-height: 1.6
}

.long-list__lead {
    margin-top: 1em;
    margin-bottom: 32px !important;
    text-align: justify;
    font-feature-settings: "palt";
    letter-spacing: 0
}

.long-list details:has(.new-icon) summary>span::after {
    content: "new";
    font-size: 1.5rem;
    color: #cf4a4a;
    margin-left: 8px;
    font-family: "Cormorant Infant", "Shippori Mincho B1", serif
}

.long-list details[open]:has(.new-icon) summary>span::after {
    color: #fff
}

.long-list summary {
    display: block;
    line-height: 1.5;
    padding: 20px 30px 20px 12px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e2dbd7;
    cursor: pointer;
    transition: .3s
}

.long-list summary span {
    font-size: 1rem;
    margin-left: 8px
}

.long-list summary::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
    margin: auto
}

.long-list summary::-webkit-details-marker {
    display: none
}

.long-list details[open] summary {
    background: #73768b;
    color: #fff
}

.long-list details[open] summary::before {
    transform: rotate(-135deg);
    border-color: #fff
}

.long-list details[open] summary.-main {
    background: #87b1a3
}

.long-list details[open] summary.-seven-days {
    background: #b4aed4
}

.long-list details[open] summary.-one-day {
    background: #cdb3c7
}

.long-list details[open] summary.-winter {
    background: #546f8d
}

.long-list details[open] summary.-summer {
    background: #ddbd8e
}

.long-list details[open] summary.-gala {
    background: #e9ae9c
}

.long-list details[open] summary.-bd2025 {
    background: #bbc980
}

@media(max-width: 767px) {
    .long-list__lead {
        font-size: 1.25rem;
        margin-bottom: 24px !important
    }

    .long-list__lead span {
        font-size: 1rem
    }

    .long-list summary {
        padding: 16px 30px 16px 12px
    }
}

.story-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 1.5em;
    border-left: 1px solid #e2dbd7;
    padding: 0 0 0 20px;
    margin: 16px 0 40px
}

.story-list a {
    padding-bottom: 2px;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size .3s
}

@media(min-width: 768px) {
    .story-list a:hover {
        background-position: bottom left;
        background-size: 100% 1px
    }
}

.story-list.-tate {
    flex-direction: column;
    gap: 8px
}

.story-list.-tate li:not(:last-child)::after {
    content: none
}

.story-list li:not(:last-child) {
    position: relative
}

.story-list li:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: -1em;
    color: #ddd
}

@media(max-width: 767px) {
    .story-list {
        gap: 1em 1.5em
    }
}

.ss-list {
    border-left: 1px solid #e2dbd7;
    padding: 0 0 0 20px;
    margin-bottom: 64px
}

.ss-list li:not(:last-child) {
    margin-bottom: 8px
}

.ss-list__lead {
    margin-top: 1em;
    margin-bottom: 32px !important;
    text-align: justify;
    font-feature-settings: "palt";
    letter-spacing: 0
}

@media(max-width: 767px) {
    .ss-list__lead {
        font-size: 1.25rem;
        margin-bottom: 24px !important
    }
}

.new-icon {
    font-size: 1.5rem;
    color: #cf4a4a;
    margin-left: 8px;
    font-family: "Cormorant Infant", "Shippori Mincho B1", serif
}

.modal-open {
    display: flex;
    align-items: center;
    margin: 12px 0 0
}

.modal-open span {
    font-size: 15px;
    margin-right: 4px
}

.modal {
    width: min(500px, 100% - 48px);
    height: min(500px, 100% - 48px);
    background-color: #fff;
    border-radius: 8px;
    position: fixed;
    inset: 0;
    padding: 20px 0;
    margin: auto;
    border: 0px;
    overscroll-behavior-y: contain
}

.modal.-name {
    height: min(240px, 100% - 48px);
    padding: 40px 32px
}

.modal.-name .modal-close {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%)
}

.modal::backdrop {
    background-color: rgba(0, 0, 0, .5)
}

.modal__inner {
    height: calc(100% - (1em + 30px));
    overflow-y: auto;
    padding: 40px 32px
}

.modal hr {
    height: 0;
    margin: 32px 0;
    padding: 0;
    border: 0;
    height: 3px;
    background-image: repeating-linear-gradient(-45deg, #aaa 0, #aaa 1px, transparent 0, transparent 50%);
    background-size: 3px 3px
}

.modal__heading {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: .5em;
    text-align: justify;
    font-feature-settings: "palt";
    letter-spacing: 0;
    border-left: 2px solid currentColor;
    padding-left: .5em
}

.modal__red {
    font-size: 1.6rem;
    font-weight: 600;
    color: #cf4a4a;
    margin-bottom: .5em
}

@media(max-width: 767px) {
    .modal__heading {
        font-size: 1.6rem
    }

    .modal__red {
        font-size: 1.4rem
    }
}

.modal .modal-anchor li {
    display: flex;
    align-items: center;
    margin-bottom: 6px
}

.modal .modal-anchor li .material-icons {
    margin-right: 4px;
    line-height: 0
}

@media(min-width: 768px) {
    .modal .modal-anchor a {
        padding-bottom: 2px;
        background-image: linear-gradient(currentColor, currentColor);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 0 1px;
        transition: background-size .3s
    }
}

@media(min-width: 768px)and (min-width: 768px) {
    .modal .modal-anchor a:hover {
        background-position: bottom left;
        background-size: 100% 1px
    }
}

.modal .modal-close {
    display: flex;
    align-items: center;
    margin: 20px auto 0
}

.modal .modal-close span {
    font-size: 14px;
    margin-right: 6px
}

/*# sourceMappingURL=maps/style.css.map */