::selection {
    background-color: #000;
    color: #fff;
}

::-webkit-scrollbar {
    display: none;
}

@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}

/* ----------------------------------------------------------------
 Loading
----------------------------------------------------------------- */

.contents-cover {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.contents-cover .loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.contents-cover .loading svg {
    width: 120px;
}

/* ローディングSVGのパスを初期状態で非表示に */
.contents-cover .loading svg path {
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .contents-cover .loading svg {
        width: 80px;
    }
}

/* ----------------------------------------------------------------
 Main Layout
----------------------------------------------------------------- */
#main {
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #main {
        width: 100%;
    }
}

/* ----------------------------------------------------------------
 Riveer
----------------------------------------------------------------- */
#logo-river {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 0.8%;
    padding-bottom: 0.4%;
    /* border-top: 2px solid #000; */
    border-bottom: 2px solid #000;
}

#logo-river .ticker {
    width: 100%;
    display: block;
}

#logo-river .ticker li {
    display: block;
    position: relative;
}

#logo-river .ticker li img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 768px) {
    #logo-river {
        padding-top: 3%;
    }
}

/* ----------------------------------------------------------------
 Hero
----------------------------------------------------------------- */
#hero {
    width: 100%;
    position: relative;
}

#hero-2 {
    position: relative;
}

#hero img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    #hero .sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #hero .pc {
        display: none;
    }
}

/* ----------------------------------------------------------------
 Logo
----------------------------------------------------------------- */
#hero {
    position: relative;
    /* border-bottom: 10px solid #000; */
}

#hero .brand-logo {
    position: absolute;
    width: 8%;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
}

#hero .logo-outline {
    position: absolute;
    width: 56%;
    bottom: 20%;
    right: 0;
}

#hero .brand-logo img {
    width: 100%;
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 768px) {
    #hero .logo-outline {
        width: 60%;
        bottom: 16%;
        right: 0;
        /* transform: translateX(-50%); */
    }

    #hero .brand-logo {
        width: 10%;
        bottom: 2%;
        left: 50%;
    }
}

/* ----------------------------------------------------------------
 Intro
----------------------------------------------------------------- */
.intro {
    width: 100%;
    margin: 40px auto 80px auto;
}

.intro .lead {
    margin: 5% auto;
    text-align: center;
    font-size: clamp(0.8rem, 1.3vw, 1.3rem);
    line-height: clamp(0.8rem, 1.3vw, 1.3rem);
}

.intro .lead .lead-1 {
    margin-bottom: 1%;
}

.intro .lead .lead-1,
.intro .lead .lead-2 {
    display: block;
    overflow: hidden;
    position: relative;
}

.intro .lead .inner {
    display: block;
    /* transform: translateY(100%); */
}

.intro p {
    text-align: center;
    font-size: clamp(0.6rem, 1.1vw, 1.1rem);
    line-height: clamp(1.2rem, 2vw, 2.2rem);
}


@media screen and (max-width: 768px) {
    .intro {
        margin: 40px auto 40px auto;
    }

    /* .intro .lead {
        margin: 0px auto;
        font-size: 0.8rem;
        line-height: 1.2rem;
    }

    .intro p {
        text-align: center;
        font-size: 0.7rem;
        line-height: 1.2rem;
    } */
}

/* ----------------------------------------------------------------
 Content
----------------------------------------------------------------- */
.content {
    width: 90%;
    margin: 10px auto;
}

@media screen and (max-width: 768px) {
    .content {
        width: 100%;
    }
}

/* ----------------------------------------------------------------
 Block
----------------------------------------------------------------- */
.block {
    width: 100%;
    margin: 6% auto;
}

.block-l {
    width: 90%;
    margin: 6% auto;
}

.block-m {
    width: 80%;
    margin: 6% auto;
}

.block-s {
    width: 70%;
    margin: 6% auto;
}

.block-xs {
    width: 60%;
    margin: 6% auto;
}

@media screen and (max-width: 768px) {
    .block {
        width: 100%;
    }

    .block-l {
        width: 100%;
    }

    .block-m {
        width: 100%;
    }

    .block-s {
        width: 90%;
    }

    .block-xs {
        width: 90%;
    }
}

/* ----------------------------------------------------------------
 Credit
----------------------------------------------------------------- */
.credit-single {
    width: 100%;
    margin: 40px auto;
}

.credit-single h2 {
    margin: 20px auto;
    font-size: clamp(0.9rem, 1.6vw, 1.4rem);
}

.credit-single p {
    margin: 20px auto;
    font-size: clamp(0.6rem, 1.1vw, 1.1rem);
    line-height: clamp(1.2rem, 2vw, 2.2rem);
}

@media screen and (max-width: 768px) {
    .credit-single {
        margin: 0 auto;
    }

    .credit-single h2 {
        margin: 2% auto;
    }

    .credit-single p {
        margin: 2% auto;
    }

}

/* ----------------------------------------------------------------
 Button
----------------------------------------------------------------- */
a.button {
    text-align: center;
    display: block;
    max-width: 70%;
    width: 37vw;
    padding: 2%;
    border: 1px solid black;
    background: #fff;
    margin: 5% auto;
    font-size: clamp(0.7rem, 1.1vw, 1.1rem);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

a.button::before {
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: transform 0.1s ease-out;
    z-index: -1;
}

a.button:hover {
    color: #fff;
}

a.button:hover::before {
    transform: translateY(-100%);
}

@media screen and (max-width: 768px) {
    a.button {
        width: 64vw;
        max-width: 80%;
        padding: 4%;
    }
}

/* ----------------------------------------------------------------
 Title
----------------------------------------------------------------- */
.title {
    width: 100%;
    /* background: #e1d9d1; */
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
    font-size: clamp(0.7rem, 5vw, 5.2rem);
    letter-spacing: clamp(0.02rem, 0.1vw, 0.1rem);
    font-family: "futura-pt", sans-serif;
    font-style: normal;
}

@media screen and (max-width: 768px) {
    .title {
        padding-top: 3%;
        padding-bottom: 3%;
        font-size: clamp(2rem, 5vw, 5.2rem);
        letter-spacing: clamp(0.04rem, 0.1vw, 0.1rem);
    }
}

/* ----------------------------------------------------------------
 Copy
----------------------------------------------------------------- */
.copy {
    width: 90%;
    margin: 4% auto 8% auto;
    text-align: center;
    font-size: clamp(0.7rem, 1.3vw, 1.2rem);
    line-height: clamp(1.4rem, 2.4vw, 2.4rem);

}

/* ----------------------------------------------------------------
 EC
----------------------------------------------------------------- */
.ec-1 {
    width: 80%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 3%;
    padding-bottom: 3%;
    margin: 0 auto;
    /* padding-top: 20px;
    padding-bottom: 20px; */
}

.ec-1 .flex {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(0.1rem, 1vw, 1rem);
}

.ec-1 .flex .product {
    width: 80%;
}

.ec-1 .flex .price {
    width: 20%;
}

.ec-1 .flex a.buy-button {
    width: 12%;
    font-size: clamp(0.1rem, 0.8vw, 0.7rem);
    padding: 0.5%;
    text-align: center;
    border: 1px solid #000;
    transition: all 0.1s ease-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.ec-1 .flex a.buy-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: height 0.1s ease-out;
    z-index: -1;
}

.ec-1 .flex a.buy-button:hover {
    color: #fff;
}

.ec-1 .flex a.buy-button:hover::before {
    height: 100%;
}

.ec-2 {
    width: 80%;
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 10%;
}

@media screen and (max-width: 768px) {
    .ec-1 {
        width: 100%;
        padding-top: 5%;
        padding-bottom: 5%;
        margin-top: 10%;
        margin-bottom: 20%;
    }

    .ec-1 .flex {
        width: 100%;
    }

    .ec-1 .flex .product {
        width: 60%;
        font-size: clamp(0.7rem, 0.8vw, 1rem);
    }

    .ec-1 .flex .price {
        width: 18%;
        font-size: clamp(0.7rem, 0.8vw, 1rem);
    }

    .ec-1 .flex a.buy-button {
        width: 18%;
        font-size: clamp(0.5rem, 0.8vw, 0.7rem);
        padding: 0.5%;
        text-align: center;
        border: 1px solid #000;
    }

    .ec-2 {
        width: 88%;
        margin: 0 auto;
        margin-top: 30%;
        margin-bottom: 20%;
    }
}

/* ----------------------------------------------------------------
 Grid 2col
----------------------------------------------------------------- */
.grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3%;
    row-gap: 1%;
    width: 90%;
    margin: 0 auto;
}

.grid-2col img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .grid-2col {
        width: 98%;
        gap: 6%;
        row-gap: 2%;
    }
}

/* ----------------------------------------------------------------
 Grid 3col
----------------------------------------------------------------- */

.grid-3col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2%;
    width: 100%;
    margin: 10% auto;
}

@media screen and (max-width: 768px) {
    .grid-3col {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4%;
        width: 100%;
        margin: 20% auto;
    }
}

/* ----------------------------------------------------------------
 Cell item
----------------------------------------------------------------- */
.cell-item-flex {
    padding-bottom: 4%;
}

.cell-item-flex .photo {
    width: 100%;
}

.cell-item-flex .credit {
    width: 100%;
    padding: 0;
    margin: 0;
}

.cell-item-flex .credit p {
    padding: 0;
    margin: 0;
}

.cell-item-flex .credit .product {
    color: #000;
    font-size: clamp(0.1rem, 1vw, 0.9rem);
    line-height: clamp(0.2rem, 1.4vw, 2.2rem);
    margin-top: 5%;
    margin-bottom: 2%;
}

.cell-item-flex .credit .buy {
    display: flex;
    align-items: center;
    margin-top: 6%;
    gap: 8%;
}

.cell-item-flex .credit .price {
    width: 70%;
    text-align: right;
    font-size: clamp(0.1rem, 1vw, 0.9rem);
}

.cell-item-flex .credit .buy a.buy-button {
    width: 28%;
    font-size: clamp(0.1rem, 0.8vw, 0.7rem);
    border: 1px solid #000;
    text-align: center;
    padding: 1%;
    position: relative;
    overflow: hidden;
    transition: color 0.1s ease-out;
    z-index: 1;
}

.cell-item-flex .credit .buy a.buy-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: height 0.1s ease-out;
    z-index: -1;
}

.cell-item-flex .credit .buy a.buy-button:hover {
    color: #fff;
}

.cell-item-flex .credit .buy a.buy-button:hover::before {
    height: 100%;
}

@media screen and (max-width: 768px) {
    .cell-item-flex .credit .product {
        color: #000;
        font-size: clamp(0.6rem, 0.8vw, 1rem);
        line-height: clamp(0.9rem, 1.5vw, 2.4rem);
        margin-top: 5%;
        margin-bottom: 2%;
    }

    .cell-item-flex .credit .buy {
        display: flex;
        margin-top: 5%;
        gap: 8%;
    }

    .cell-item-flex .credit .price {
        width: 60%;
        text-align: right;
        font-size: clamp(0.7rem, 1.1vw, 1rem);
    }

    .cell-item-flex .credit .buy a.buy-button {
        width: 32%;
        font-size: clamp(0.5rem, 0.9vw, 0.8rem);
    }
}

/* ----------------------------------------------------------------
 Point
----------------------------------------------------------------- */
#block-point {
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    margin-bottom: 16%;
}

#block-point .cell-item .credit {
    margin-top: 3%;
}

#block-point .cell-item .credit p {
    /* font-size: 1.1rem;
    line-height: 2rem; */
    font-size: clamp(0.6rem, 1.2vw, 1.1rem);
    line-height: clamp(1.1rem, 2vw, 2rem);
}

.point {
    position: relative;
}

.point .cover {
    position: absolute;
    background: #000;
    /* mix-blend-mode: inherit; */
    opacity: 0.98;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.point video {
    width: 100%;
}

.point .point-txt {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    /* font-size: 3rem; */
    font-size: clamp(1.2rem, 2.8vw, 3.4rem);
    font-weight: 600;
    z-index: 20;
    color: #fff;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
}

.point .point-txt .point-number-0 {
    display: inline-block;
}

.point .point-txt .point-number-1 {
    display: inline-block;
    margin-left: -1%;
}


@media screen and (max-width: 768px) {
    #block-point {
        margin-bottom: 36%;
    }

    .point .point-txt .point-number-1 {
        display: inline-block;
        margin-left: -2%;
    }
}

/* ----------------------------------------------------------------
 Bag in
----------------------------------------------------------------- */
#block-bagin .photo-top {
    position: relative;
    overflow: hidden;
}

#block-bagin .photo-top .label {
    width: 32%;
    margin: 0 auto;
}

#block-bagin .photo-top .label img {
    width: 100%;
}

#block-bagin .photo-top .bg img {
    width: 100%;
    transform: scale(1);
}

#block-bagin .photo-bottom {
    width: 60%;
    margin: 0 auto;
}

#block-bagin .credit {
    width: 100%;
    margin: 5% auto;
    text-align: center;
}

#block-bagin .credit p {
    margin-top: 2%;
    font-size: clamp(0.7rem, 1.1vw, 1.1rem);
    line-height: clamp(1.4rem, 2vw, 2.2rem);
}

@media screen and (max-width: 768px) {
    #block-bagin .photo-top .label {
        width: 40%;
    }

    #block-bagin .credit h2 {
        margin-top: 5%;
        margin-bottom: 3%;
        font-size: clamp(1rem, 1.1vw, 1.1rem);
    }

    #block-bagin .credit {
        width: 80%;
    }

    #block-bagin .credit p {
        margin-top: 2%;
        font-size: clamp(0.6rem, 1vw, 1.1rem);
        line-height: clamp(1.2rem, 2vw, 2.2rem);
    }
}

/* ----------------------------------------------------------------
 Footer
----------------------------------------------------------------- */

#footer {
    margin-top: 160px;
}

#footer a:hover img {
    opacity: 0.5;
}

#footer-logo {
    margin: 0 auto 90px auto;
}

#footer-logo h3 {
    width: 6%;
    margin: 0 auto 5px auto;
}

#footer-logo h3 img {
    width: 100%;
}

#footer-logo p {
    font-size: 0.7rem;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

#footer-link {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    margin: 0 auto 90px auto;
    text-align: center;
}

#footer-link span {
    color: #aaa;
    margin: 0 15px;
}

#footer-sns {
    margin: 0 auto 90px auto;
}

#footer-sns p {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    margin: 0 auto 30px auto;
    text-align: center;
}

#footer-sns a {
    display: block;
    width: 40px;
    margin: 0 auto;
}

#footer-sns a:nth-of-type(3) img {
    margin: 0 15px 0 8px;
}

#footer-copyright {
    width: 100%;
    text-align: center;
    margin: 0 auto 90px auto;
}

#footer-copyright p {
    font-size: 0.7rem;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
    #footer {
        margin-top: 30%;
    }

    #footer-logo h3 {
        width: 24%;
        margin: 0 auto 5px auto;
    }

    #footer-logo p {
        font-size: clamp(0.5rem, 1vw, 0.7rem);
        letter-spacing: 0.1rem;
        text-align: center;
    }

    #footer-link {
        font-size: clamp(0.6rem, 1vw, 0.8rem);
        letter-spacing: 0.1rem;
        margin: 0 auto 90px auto;
        text-align: center;
    }

    #footer-sns p {
        font-size: clamp(0.8rem, 1vw, 1.2rem);
        letter-spacing: 0.1rem;
        margin: 0 auto 8% auto;
        text-align: center;
    }

    #footer-sns a {
        display: block;
        width: 32px;
        margin: 0 auto;
    }

    #footer-copyright p {
        font-size: clamp(0.5rem, 1vw, 0.7rem);
        letter-spacing: 0.1rem;
    }
}

/* ----------------------------------------------------------------
 id
----------------------------------------------------------------- */

#block-id-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
    margin-bottom: 16%;
}

#block-id-1 .video {
    width: 48%;
    margin: 0 auto;
}

#block-id-1 .video video {
    width: 100%;
}

#block-id-1 .credit-single {
    width: 52%;
}

#block-id-1 .credit-single h2 {
    font-size: clamp(0.6rem, 1vw, 1rem);
}

#block-id-1 .credit-single p {
    font-size: clamp(0.6rem, 0.8vw, 1rem);
    line-height: clamp(0.9rem, 1.6vw, 2rem);
}

#block-id-1 .credit-single .inner-button {
    width: 100%;
    max-width: 100%;
    margin: 10% 0 0 0;
    padding: 4%;
    font-size: clamp(0.6rem, 0.9vw, 1rem);
}

/* #block-id-2 {
    margin: 5% auto 18% auto;
} */

#block-id-3 {
    position: relative;
}

#block-id-3 .photo {
    width: 80%;
    margin: 0 auto;
}

#block-id-3 .logo-outline {
    position: absolute;
    width: 50%;
    top: -2%;
    right: -2%;
    transform: translateX(-50%) translateY(-50%);
}

#block-id-5 {
    width: 70%;
    margin-bottom: 10%;
}

#block-id-5 .photo {
    width: 44%;
    margin: 20% auto 10% auto;
}

#block-id-5 .point {
    margin-bottom: 6%;
}

#block-id-5 .point .header {
    margin: 0;
    padding-bottom: 0.5%;
    margin-bottom: 2%;
    display: flex;
    justify-content: left;
    align-items: last baseline;
    gap: 1%;
    border-bottom: 1px solid #000;
}

#block-id-5 .point .header-number {
    display: inline-block;
    font-size: clamp(1.1rem, 2.6vw, 3.8rem);
    font-family: "futura-pt", sans-serif;
}

#block-id-5 .point .header-title {
    display: inline-block;
    font-size: clamp(1.1rem, 1.1vw, 2rem);
}

#block-id-5 .point p {
    font-size: clamp(0.8rem, 1.1vw, 1.1rem);
    line-height: clamp(1rem, 2vw, 2rem);
}

#block-id-6 .photo-single {
    width: 90%;
    margin: 0 auto 5% auto;
}

#block-id-8 .credit,
#block-id-9 .credit,
#block-id-10 .credit,
#block-id-11 .credit {
    width: 90%;
    margin: 0 auto;
}

#block-id-8 .credit h2,
#block-id-9 .credit h2,
#block-id-10 .credit h2,
#block-id-11 .credit h2 {
    margin-top: 3%;
    font-size: clamp(1.1rem, 1.8vw, 1.8rem);
}

#block-id-8 .credit p,
#block-id-9 .credit p,
#block-id-10 .credit p,
#block-id-11 .credit p {
    margin-top: 1.5%;
    font-size: clamp(0.6rem, 1vw, 1.1rem);
    line-height: clamp(1.2rem, 2vw, 2.2rem);
}

#block-id-12 {
    margin-top: 16%;
}

#block-id-15 {
    width: 90%;
    display: flex;
    margin: 16% auto 10% auto;
}

#block-id-15 .photo {
    width: 50%;
    padding: 2%;
    position: relative;
}

#block-id-15 .logo {
    position: absolute;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%) translateY(-50%);
}

#block-id-15 .pacsac-mini .logo {
    top: -4.5%;
    width: 70%;
}

#block-id-15 .pacsac .logo {
    top: -5%;
    width: 50%;
}

#block-id-15 .logo img {
    width: 100%;
}

#block-id-15 .photo {
    width: 50%;
}

#block-id-15 .photo .credit {
    display: block;
    text-align: center;
    margin-top: 4%;
}

#block-id-15 .photo .credit .click {
    display: inline-block;
    margin-left: 5%;
    text-decoration: underline;
}

#block-id-15 img {
    width: 100%;
}

#block-title-1,
#block-title-2,
#block-title-3 {
    margin: 10% auto 5% auto;
}

#block-title-3 {
    width: 90%;
    background: #e1d9d1;
    padding: 2%;
}

#block-title-3 .lead {
    text-align: center;
    margin: 0 auto 4% auto;
    font-size: clamp(0.6rem, 1.1vw, 1.1rem);
}

#block-title-3 .image {
    display: block;
    width: 80%;
    margin: 2% auto;
}

#block-title-3 .image img {
    width: 100%;
    filter: grayscale(100%) contrast(1.2) brightness(0.4);
    transition: filter 0.4s ease-out;
}

@media screen and (max-width: 768px) {
    #block-id-1 {
        display: block;
    }

    #block-id-1 .video {
        width: 100%;
        margin-bottom: 5%;
    }

    #block-id-1 .photo-single {
        width: 90%;
        /* margin: 0 auto;
        margin-bottom: 8%; */
    }

    #block-id-1 .credit-single {
        width: 100%;
    }

    #block-id-1 .credit-single p {
        line-height: clamp(1.2rem, 2.2vw, 2.2rem);
    }

    #block-id-2 {
        margin: 5% auto 16% auto;
    }

    #block-id-3 {
        margin-top: 24%;
        margin-bottom: 16%;
    }

    #block-id-3 .logo-outline {
        top: -2%;
    }

    #block-id-5 {
        width: 90%;
        margin-bottom: 0;
    }

    #block-id-5 .photo {
        width: 50%;
        padding: 0;
        margin: 20% auto 8% auto;
    }

    #block-id-5 .point .header {
        margin: 0;
        padding-bottom: 0.5%;
        margin-bottom: 2%;
        gap: 2%;
        border-bottom: 1px solid #000;
    }

    #block-id-5 .point .header-number {
        display: inline-block;
        font-size: clamp(1.4rem, 2.6vw, 3.8rem);
        font-family: "futura-pt", sans-serif;
    }

    #block-id-5 .point .header-title {
        display: inline-block;
        font-size: clamp(0.8rem, 1.1vw, 2rem);
    }

    #block-id-5 .point p {
        font-size: clamp(0.7rem, 1vw, 1.1rem);
        line-height: clamp(1.1rem, 1.8vw, 1.8rem);
    }

    #block-id-6 {
        margin-top: 30%;
    }

    #block-id-7 {
        margin: 20% auto 20% auto;
    }

    #block-title-1,
    #block-title-2,
    #block-title-3 {
        margin: 15% auto 10% auto;
    }

    #block-title-3 {
        width: 100%;
    }

    #block-id-8 .credit,
    #block-id-9 .credit,
    #block-id-10 .credit,
    #block-id-11 .credit {
        width: 98%;
        margin: 0 auto;
    }

    #block-bagin {
        margin-top: 12%;
        margin-bottom: 16%;
    }

    #block-id-15 {
        width: 80%;
        display: block;
        margin: 12% auto 10% auto;
    }

    #block-id-15 .photo {
        width: 100%;
        margin: 30% auto;
    }

    #block-id-15 .photo .credit {
        font-size: clamp(0.7rem, 1.1vw, 1.1rem);
        margin-top: 4%;
    }

}