/**
* @format
*/

@charset "UTF-8";

/*--------------------------------
reset
--------------------------------*/
html,
body,
div,
p,
img,
iframe,
a,
span,
blockquote,
q,
address,
cite,
pre,
code,
em,
small,
strong,
b,
i,
header,
article,
section,
nav,
figure,
figcaption,
hgroup,
menu,
aside,
footer,
time,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
tbody,
thead,
tfoot,
th,
tr,
td,
form,
fieldset,
legend,
label,
select,
input,
textarea,
button {
    margin: 0;
    padding: 0;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}
header,
article,
section,
nav,
figure,
figcaption,
hgroup,
menu,
aside,
footer {
    display: block;
}
ul li,
ol li {
    list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
body {
    line-height: 1;
}
a {
    text-decoration: none;
}
img {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
select,
option,
input,
textarea,
button {
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
input[type='radio'] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
input[type='checkbox'] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}
[type='submit'],
[type='button'],
[type='reset'],
[type='file'],
button {
    cursor: pointer;
}
:focus {
    outline: none;
}
html {
    font-size: 62.5%;
}
body {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 0.875rem;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    color: #000;
}
a {
    color: #006d9e;
    -webkit-tap-highlight-color: rgba(238, 223, 227, 0.2);
}
sup,
sub {
    font-size: xx-small;
}

/*--------------------------------
common
--------------------------------*/
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.en-font {
    font-family: 'baskerville-display-pt', serif;
}
.din-font {
    font-family: 'din-2014', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.din-font.el {
    font-family: 'din-2014', sans-serif;
    font-weight: 200;
    font-style: normal;
}
.din-font.light {
    font-family: 'din-2014', sans-serif;
    font-weight: 300;
    font-style: normal;
}
.garamond {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    font-style: normal;
}
.small-text {
    font-size: 75%;
}
.mid-text {
    font-size: 125%;
}
.large-text {
    font-size: 150%;
}
.vertical-text {
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
}
.fit-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.has-max {
    height: auto;
    max-width: 100%;
}
.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.align-center {
    align-items: center;
}
.has-gap {
    gap: 16px;
}
.col-2 {
    width: 50%;
}
.col-3 {
    width: calc(100% / 3);
}
.col-4 {
    width: calc(100% / 3);
}
.has-gap .col-2 {
    width: calc(50% - 8px);
}
.has-gap .col-3 {
    width: calc(100% / 3 - 11px);
}
.has-gap .col-4 {
    width: calc(100% / 4 - 12px);
}
@media screen and (max-width: 767px) {
    .col-2,
    .has-gap .col-2,
    .col-3,
    .has-gap .col-3 {
        width: 100%;
    }
    .has-gap .col-4 {
        width: calc(50% - 8px);
    }
    .has-gap .sp-col-3 {
        width: 100%;
    }
}
.img-wrapper {
    position: relative;
}
.img-wrapper .caption {
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    z-index: 1;
}
.img-wrapper .caption.has-bg {
    left: auto;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 0.4em 0.6em;
    margin: 0;
}
.img-wrapper .caption.has-bg.left {
    left: 0;
    right: auto;
}
.inline-block {
    display: inline-block;
}
.grid-wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 940px) {
    .grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .grid-wrapper {
        grid-template-columns: 1fr;
    }
}
.nav-link {
    color: #000;
}
.nav-link.none {
    position: relative;
}
.is-sticky {
    position: sticky;
    top: 0;
}
.page-mv-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.page-mv-jp {
    margin-top: 1.2em;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
    .page-mv-jp {
        margin-top: 1.2em;
        font-size: 1.4rem;
    }
}

/*--------------------------------
componet
--------------------------------*/

.primary-heading {
    margin-bottom: 0.8em;
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 1.3;
}
.secondary-heading {
    margin-bottom: 0.8em;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.3;
}
.secondary-heading.line-wide {
    line-height: 1.7;
}
.tertiary-heading {
    margin-bottom: 0.8em;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.4;
}
.page-heading {
    margin-bottom: 0.8em;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.2em;
    text-indent: 0.1em;
}
@media screen and (max-width: 767px) {
    .primary-heading {
        font-size: 2.6rem;
    }
    .secondary-heading {
        margin-bottom: 1.4em;
        font-size: 2rem;
    }
    .tertiary-heading {
        font-size: 1.6rem;
    }
    .page-heading {
        font-size: 2.4rem;
    }
}
.note {
    margin: 1em 0;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.075em;
}
.lead {
    margin: 1em 0;
    font-size: 2rem;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .note {
        font-size: 1.4rem;
    }
    .lead {
        font-size: 1.8rem;
    }
}
.caption {
    margin: 0.4em 0;
    font-size: 1.2rem;
    line-height: 1.4;
}
.btn {
    padding: 8px 16px;
    display: inline-block;
    position: relative;
    background: #2c2c2c;
    color: #fff;
    font-size: 1.6rem;
    transition: all 0.3s ease-out;
}
.general-btn {
    padding: 0 16px;
    width: 100%;
    max-width: 480px;
    height: 64px;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #223c3d;
    font-size: 1.8rem;
    color: #fff;
}
.general-btn:hover {
    filter: brightness(0.8);
}
@media screen and (max-width: 767px) {
    .caption {
        font-size: 1rem;
    }
    .general-btn {
        width: calc(100% - 16px);
        height: 54px;
        font-size: 1.8rem;
        line-height: 54px;
    }
}
.btn span {
    position: relative;
    z-index: 1;
}
.submit-btn {
    margin: 8px;
    padding: 0 16px;
    width: 100%;
    max-width: 300px;
    height: 60px;
    position: relative;
    background: #456254;
    font-size: 2rem;
    line-height: 60px;
    border-radius: 30px;
}
.cancel-btn {
    margin: 8px;
    padding: 0 16px;
    width: 100%;
    max-width: 200px;
    height: 60px;
    position: relative;
    background: #aaa;
    font-size: 2rem;
    line-height: 60px;
    border-radius: 30px;
}
.reserve-btn {
    background: #9b8640;
    color: #fff;
}
.request-btn {
    background: #35797e;
    color: #fff;
}
.icon-mail {
    width: 2rem;
}
.tel-btn {
    background: #80283c;
}
.reserve-btn:hover {
    filter: brightness(0.8);
}
.request-btn:hover {
    filter: brightness(0.8);
}
.tel-btn:hover {
    background: #333;
}
.bg-base {
    background: #f4f2ec;
}
.bg-lighten {
    background: url(../images/common/texture.webp), #f4f2ec;
    background-size: cover;
}
.bg-light {
    background: #fffef7;
}
.bg-light2 {
    background: #f2f2f2;
}
.bg-gray {
    background-color: #f5f5f5;
}
.bg-dark {
    background-color: #333;
    color: #fff;
}
.video-wrapper {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    display: block;
    content: '';
}
.video-wrapper iframe,
.video-wrapper video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    content: '';
}
.general-table {
    margin: 48px 0;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.general-table th,
.general-table td {
    padding: 16px;
    border-bottom: 1px solid #ddd;
}
.general-table th {
    width: 260px;
    position: relative;
    background: #eee;
    font-weight: 500;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .general-table {
        margin: 24px 0;
    }
    .general-table th,
    .general-table td {
        width: 100%;
        display: block;
    }
    .general-table th {
        text-align: left;
    }
}
.is-dummy {
    padding: 8px;
    position: absolute;
    bottom: 32px;
    left: 32px;
    z-index: 1;
    background: #595e64;
    color: #fff;
    font-size: 1.4rem;
}
.banner-area {
    margin: 32px auto;
    width: calc(100% - 48px);
    max-width: 1000px;
    display: flex;
    justify-content: center;
    gap: 32px;
}
.banner-item {
    max-width: 600px;
}
.page-mv {
    position: relative;
}
.page-mv .img-wrapper .caption {
    bottom: 80px;
}
.page-mv-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14, 119, 65, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}
.page-mv-text {
    font-size: 4rem;
    letter-spacing: 0.15em;
}

@media screen and (min-width: 1001px) {
    .page-mv-title.over-text br {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .page-mv-title.over-text {
        height: 110px;
        line-height: 1.3;
    }
    .page-mv-title.over-text + .caption {
        bottom: 110px;
    }
}
@media screen and (max-width: 767px) {
    .page-mv .img-wrapper .caption {
        bottom: 48px;
    }
    .page-mv-title {
        height: 48px;
    }
    .page-mv-text {
        font-size: 2.4rem;
    }
    .page-mv-title.over-text {
        height: 84px;
    }
    .page-mv-title.over-text + .caption {
        bottom: 84px;
    }
}
.wow {
    visibility: hidden;
}

.has-navigation .container {
    margin-top: 124px;
}
@media screen and (max-width: 900px) {
    .has-navigation .container {
        margin-top: 50px;
    }
}
.general-section .inner {
    margin: 0 auto;
    padding: 80px 0;
    width: calc(100% - 96px);
    max-width: 1080px;
}
@media screen and (max-width: 767px) {
    .general-section .inner {
        padding: 32px 0;
        width: calc(100% - 32px);
    }
}
.general-section .inner-min {
    padding: 40px 0;
}
@media screen and (max-width: 767px) {
    .general-section .inner-min {
        padding: 24px 0;
    }
}
.general-section .inner-wide {
    max-width: 1575px;
}
.general-section .inner-mid {
    max-width: 1300px;
}
.general-section .inner-fit {
    width: 100%;
    max-width: none;
}
.general-section .inner-full {
    max-width: none;
}
.general-section .inner + .inner {
    padding-top: 0;
}

/*--------------------------------
album
--------------------------------*/
.top-img-wrap {
    margin-bottom: 24px;
    padding-bottom: 6rem;
    position: relative;
    &::after {
        content: '';
        width: 1px;
        height: 42px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #e88f00;
    }
    & + .note {
        line-height: 2.1;
    }
}
.article-lists {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.article-list {
    width: calc(calc(100% - 72px) / 4);
    min-width: 376px;
}
.article-list-thumb img {
    border-radius: 16px;
    object-fit: cover;
    aspect-ratio: 340 / 260;
}
.article-list a {
    display: block;
    padding: 16px;
    position: relative;
}
.article-list a:hover .article-list-body svg {
    transform: translateX(8px);
}
.article-list a::before,
.article-list a::after {
    content: '';
    display: block;
    background: #efe7e7;
    width: 55px;
    height: 22px;
    opacity: 0.8;
    position: absolute;
}
.article-list a::before {
    top: calc(13 / 326 * 100%);
    left: 0;
    transform: rotate(-27.2deg);
}
.article-list a::after {
    top: calc(16 / 326 * 100%);
    right: 0;
    transform: rotate(37.48deg);
}
.article-list-body {
    margin-top: 20px;
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px 16px; */
}
.article-list-body .article-list-item:first-child {
    display: flex;
    grid-template-columns: clamp(80px, 11vw, 110px) 1fr;
    gap: 12px;
    align-items: center;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}
.article-list-body svg {
    /* margin: 0 0 0 auto; */
    transition: 0.4s;
}
.article-list-label {
    font-size: clamp(14px, 1.8vw, 18px);
    font-weight: 500;
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e88f00;
    color: #e88f00;
    border-radius: 4px;
    width: clamp(80px, 11vw, 110px);
}
.article-list-title {
    /* width: calc(100% - clamp(80px, 11vw, 110px) - 12px);
    min-width: 150px; */
    display: flex;
    gap: 4px;
    font-size: 16px;
    letter-spacing: 0.1rem;
}
.article-list-title-main {
    margin-bottom: 0.2em;
    /* font-size: clamp(20px, 2.2vw, 22px); */
    color: #000;
    font-weight: 300;
}
.article-list-title-sub {
    color: rgba(0, 0, 0, 0.4);
}
.album-mv {
    margin: 0 auto;
    width: calc(100% - 96px);
    display: grid;
    grid-template-columns: 30vw 1fr;
    gap: 48px;
}
.album-mv-item:first-child {
    padding-left: 48px;
}
.album-mv-item-head {
    padding-top: 15vw;
    max-width: 300px;
}
.album-mv-title {
    font-size: clamp(18px, 3.2vw, 32px);
    color: #e88f00;
    padding-bottom: 0.4em;
    border-bottom: 1px solid;
    margin-bottom: 0.6em;
}
.album-mv-address {
    margin-bottom: 0.8em;
    font-size: clamp(26px, 3.6vw, 36px);
    font-weight: 300;
}
.album-mv-number {
    font-size: 20px;
    font-size: clamp(16px, 2vw, 20px);
    /* color: #e88f00; */
    color: rgba(0, 0, 0, 0.5);
}
.album-mv-contents {
    max-width: 1000px;
}
@media screen and (max-width: 999px) {
    .article-list-body .article-list-item:first-child {
        justify-content: center;
    }
    .album-mv {
        grid-template-columns: 1fr;
        width: calc(100% - 48px);
        gap: 24px;
    }
    .album-mv-item:first-child {
        padding-left: 0;
    }
    .article-list {
        width: 100%;
    }
    .album-mv-item-head {
        padding-top: 40px;
    }
}
.album-outline {
    margin-top: 80px;
    max-width: 1000px;
}
.album-outline-title {
    font-size: clamp(16px, 2.4vw, 24px);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-left: 1px solid #e88f00;
    border-right: 1px solid #e88f00;
    background-color: #e88f00;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    line-height: 1.3;
    position: relative;
    &::before,
    &::after {
        content: url('../imgs/residents/community/album/icon-mansion.svg');
        width: 32px;
        height: 32px;
    }
}
.album-outline-body {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-left: 1px solid #e88f00;
    border-right: 1px solid #e88f00;
    border-bottom: 1px solid #e88f00;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.album-outline-body dl {
    width: 50%;
    display: grid;
    grid-template-columns: 130px 1fr;
    padding-left: 16px;
    background: #fbf5eb;
    line-height: 1.3;
    font-size: clamp(12px, 1.6vw, 16px);
}
.album-outline-body dl dt {
    border-bottom: 1px solid #ffe6bb;
    padding-top: 12px;
    padding-bottom: 8px;
    display: flex;
    align-items: flex-start;
    min-height: 40px;
    padding-left: 8px;
}
.album-outline-body dl dd {
    padding-left: 8px;
    display: flex;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 8px;
    background: #fff;
    border-bottom: 1px solid #ffe6bb;
    min-height: 40px;
}
.album-outline-body dl:nth-of-type(9) dt,
.album-outline-body dl:nth-of-type(10) dt {
    padding-bottom: 20px;
    height: 56px;
}
.album-outline-body dl:nth-of-type(9) dd,
.album-outline-body dl:nth-of-type(10) dd {
    padding-bottom: 20px;
    height: 56px;
}
.album-txt {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .album-outline {
        margin-top: 32px;
    }
    .album-outline-body dl {
        width: 100%;
        grid-template-columns: 120px 1fr;
        &:first-child {
            order: 1;
        }
        &:nth-child(2) {
            order: 6;
        }
        &:nth-child(3) {
            order: 2;
        }
        &:nth-child(4) {
            order: 7;
        }
        &:nth-child(5) {
            order: 3;
        }
        &:nth-child(6) {
            order: 8;
        }
        &:nth-child(7) {
            order: 4;
        }
        &:nth-child(8) {
            order: 10;
        }
        &:nth-child(9) {
            order: 5;
        }
        &:nth-child(10) {
            order: 9;
        }
    }
    .album-outline-body dl dd {
        padding-top: 16px;
    }
    .album-outline-body dl dt {
        padding-top: 16px;
    }
    .album-outline-body dl:nth-of-type(9) dd {
        padding-bottom: 8px;
        height: inherit;
    }
    .album-outline-body dl:nth-of-type(9) dt {
        padding-bottom: 8px;
        height: inherit;
    }
    .album-outline-body dl:nth-of-type(10) dd {
        height: 48px;
    }
    .album-outline-body dl:nth-of-type(10) dt {
        height: 48px;
    }
}
.album-wrap {
    margin: 0 auto;
    /* width: calc(100% - 192px); */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}
.album-wrap .album-item .fit-img {
    border-radius: 16px;
}
.img-radius {
    border-radius: 16px;
}
/* @media screen and (min-width: 768px) and (max-width: 1000px) {
    .album-outline {
        margin-left: calc(-30vw - 48px);
    }
} */
@media screen and (max-width: 767px) {
    .album-outline-title {
        min-height: 48px;
    }
    .album-wrap {
        margin: 0 auto;
        /* width: calc(100% - 48px); */
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .album-txt .tertiary-heading {
        text-align: center;
    }
}
.album-ballon {
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px clamp(20px, 3.2vw, 32px);
    background: #ffd185;
    position: relative;
    color: #6b4200;
    border-radius: 20px;
    font-weight: 600;
    line-height: 1.3;
}
.album-ballon::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 20px solid #ffd185;
    border-left: 0;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.album-talk {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 40px;
    &.right {
        flex-direction: row-reverse;
        .album-ballon::before {
            left: auto;
            right: -20px;
            transform: translateY(-50%) scaleX(-1);
        }
    }
}
.album-btm {
    margin: 20px auto 0;
    max-width: 1200px;
    width: calc(100% - 96px);
    border-top: 1px solid #ccc;
    padding: 100px 0 100px;
    overflow: hidden;
}
.album-talk-lists {
    margin-block: 80px;
    /* margin-inline: auto;
    max-width: 740px;
    width: 90%; */
    display: flex;
    flex-direction: column;
    gap: clamp(32px, 4vw, 40px);
}
.talk-icon-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
/* .album-btm-wrap {
    display: flex;
    justify-content: center;
    gap: 60px;
} */
.album-btm-wrap {
    margin: 0 auto;
    max-width: 800px;
    display: grid;
    grid-template-columns: 1fr auto 1fr; /* 左右は伸縮、中央は実寸 */
    grid-template-areas: 'prev back next';
    align-items: center;
    gap: 16px;
}

.album-prev {
    grid-area: prev;
    justify-self: start;
}
.album-next {
    grid-area: next;
    justify-self: end;
}
.album-back {
    grid-area: back;
    justify-self: center;
    width: 260px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #e88f00;
    border: 2px solid #e88f00;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    transition: 0.4s all;
}
.album-back:hover {
    background: #fff;
    color: #e88f00;
}
.album-prev,
.album-next {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 18px;
    transition: 0.4s;
}
.album-prev:hover,
.album-next:hover {
    opacity: 0.8;
}
.album-btn-num {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #e88f00;
}
.album-btn-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.album-btn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.album-header {
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    gap: 32px;
}
.album-footer {
    background: #fafafa;
}
.album-footer-lists {
    padding: 100px 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
}
.album-copyright {
    padding: 0 48px 32px;
    font-size: 12px;
}
.album-decoration {
    padding-top: calc(50 / 1440 * 100vw);
    position: relative;
    &::before,
    &::after {
        content: '';
        display: block;
        background: #efe7e7;
        height: calc(40 / 1440 * 100vw);
        opacity: 0.8;
        position: absolute;
        top: calc(44 / 578 * 100%);
    }
    &::before {
        width: calc(132 / 1440 * 100vw);
        left: calc(-48 / 864 * 100%);
        transform: rotate(-27.2deg);
    }
    &::after {
        width: calc(100 / 1440 * 100vw);
        right: calc(-30 / 864 * 100%);
        transform: rotate(37.48deg);
    }
}
.album-wrap > .album-decoration {
    padding-top: 0;
    &::before,
    &::after {
        width: clamp(54px, 5vw, 66px);
        height: 18px;
    }
    &::before {
        top: calc(-2 / 257 * 100%);
        left: calc(-17 / 408 * 100%);
    }
    &::after {
        top: calc(0 / 257 * 100%);
        right: calc(-17 / 408 * 100%);
        width: clamp(50px, 4.3vw, 57px);
    }
}
.album-img-center.album-decoration {
    &::before,
    &::after {
        width: calc(80 / 1440 * 100vw);
        height: calc(32 / 1440 * 100vw);
    }
    &::before {
        top: calc(48 / 682 * 100%);
        left: calc(-30 / 1080 * 100%);
    }
    &::after {
        top: calc(45 / 682 * 100%);
        right: calc(-25 / 1080 * 100%);
    }
}
@media screen and (max-width: 767px) {
    .album-header {
        padding: 0 16px;
        height: 60px;
        gap: 32px;
    }
    .album-logo {
        width: 162px;
    }
    .album-header-dev {
        width: 120px;
    }
    .album-footer-lists {
        padding: 60px 24px;
        gap: 40px;
        flex-direction: column;
    }
    .album-copyright {
        padding: 0 24px 16px;
        font-size: 10px;
    }
    .album-btm {
        margin-top: 28px;
        width: calc(100% - 48px);
        padding: 60px 0;
    }
    .album-btm-wrap {
        max-width: 350px;
        gap: 24px 16px;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            'back back'
            'prev next';
    }
    .album-back {
        max-width: 350px;
        width: 100%;
        height: 60px;
    }
    .album-btn-img {
        width: 48px;
        height: 48px;
    }
    .album-prev,
    .album-next {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 14px;
    }
    .album-decoration,
    .album-wrap > .album-decoration,
    .album-img-center.album-decoration {
        &::before,
        &::after {
            height: calc(16 / 390 * 100vw);
            top: calc(12 / 216 * 100%);
        }
        &::before {
            width: calc(52 / 390 * 100vw);
            left: calc(-12 / 342 * 100%);
        }
        &::after {
            width: calc(48 / 390 * 100vw);
            top: calc(16 / 216 * 100%);
            right: calc(-16 / 342 * 100%);
        }
    }
    .album-wrap > .album-decoration {
        padding-top: calc(50 / 1440 * 100vw);
    }
}
/*--------------------------------
state
--------------------------------*/

.disabled {
    opacity: 0.1;
    cursor: default;
    pointer-events: none;
}
.none {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}
.is-none {
    display: none;
}
.coming-soon {
    box-shadow: none;
    pointer-events: none;
}
.is-fv {
    opacity: 0;
    animation-fill-mode: both;
    visibility: hidden;
}
.is-fixed {
    overflow: hidden;
}
.is-kerning {
    font-feature-settings: 'palt';
}
.is-light {
    color: #fff;
}
.is-key {
    color: #f5aa00;
}
.is-key2 {
    color: #f5aa00;
}
.is-dark {
    color: #2c2c2c;
}
.is-gld {
    color: #b39b4e;
}
.is-bug {
    color: #5d161b;
}
.is-bug2 {
    color: rgba(68, 0, 0, 0.56);
}
.is-red {
    color: #e6211a;
}
.is-shadow {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.4);
}
.has-border {
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 40%);
}
.line-wide {
    line-height: 2.4;
}
.letter-wide {
    letter-spacing: 0.1em;
}
.is-alert {
    color: #c90000;
}
.unscrollable {
    overflow-y: hidden;
}
.mt-80 {
    margin-top: 80px;
}
.common-bg {
    background: url(../images/common/common-bg.webp) no-repeat top center;
    background-size: cover;
}
.shippori-mincho-b1-regular {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 400;
    font-style: normal;
}

.shippori-mincho-b1-medium {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-style: normal;
}

.shippori-mincho-b1-semibold {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-style: normal;
}

.shippori-mincho-b1-bold {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-style: normal;
}

.shippori-mincho-b1-extrabold {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 800;
    font-style: normal;
}
@media screen and (max-width: 767px) {
    .sp-none {
        display: none;
    }
    .slick-slide img.sp-none {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .pc-none {
        display: none;
    }
    .slick-slide img.pc-none {
        display: none;
    }
}
