html {
    scroll-behavior: smooth;
}

/*------------ハンバーガーメニュー
------------------*/
body.appear .content {
    animation-name: PageAnime-content;
    animation-duration: 0.55s;
    animation-delay: 0.55s;
    animation-fill-mode: forwards;
    opacity: 0;
    pointer-events: auto;
}

.animation .content {
    opacity: 1;
    pointer-events: auto;
}

@keyframes PageAnime-content {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.gradation .animation-bg {
    --color01: 255, 255, 255;
    background: linear-gradient(180deg, rgba(var(--color01), 1) 0%, rgba(var(--color01), 0) 100%);
    background-size: 200% 200%;
    content: "";
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    animation-name: PageAnime-gradation;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    pointer-events: none;
}

@keyframes PageAnime-gradation {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: 100% 100%;
    }
}


a {
    color: #040404;
    text-decoration: none;
}

/*ハンバーガーボタン*/
.el_humburger {
    position: fixed;
    top: 45px;
    right: 60px;
    width: 46px;
    height: 25px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    text-align: center;
    z-index: 1000001;
}

/* .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 42px;
    display: inline-block;
} */

@media screen and (max-width: 840px) {

    .el_humburger {
        right: 0;
    }

    .el_humburger_wrapper {
        margin-bottom: 5px;
        width: 30px;
    }
}

.el_humburger_text {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: 'Zen Old Mincho', serif;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
    display: none;
}

.el_humburger_text.el_humburger_text__close {
    display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
    display: block;
}

@media screen and (max-width: 840px) {
    .el_humburger_text {
        font-size: 10px;
        padding-top: 2px;
    }
}

@media screen and (max-width: 840px) {
    .el_humburger_text svg path {
        -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        fill: #000;
    }
}

@media screen and (max-width: 840px) {
    .js_humburgerOpen .el_humburger_text svg path {
        fill: #000;
    }
}

.el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 9px;
    height: 1px;
    background: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
    margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
    background: #000;
}

@media screen and (max-width: 840px) {
    .el_humburger span.el_humburger_bar {
        left: 0;
        top: 0;
        background: #000;
    }
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
    opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-11px) rotate(45deg);
    -ms-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.navi {
    position: fixed;
    right: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    width: 450px;
    z-index: 3;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform: translateZ(0) translateX(100%);
    overflow: auto;
}

.js_humburgerOpen .navi {
    transform: translateZ(0) translateX(0);
    z-index: 100000;
}

@media screen and (max-width: 840px) {
    .navi {
        padding: 100px 5% 0;
    }

    .js_humburgerOpen .navi {
        width: 100%;
    }
}

.navi_item {
    margin-bottom: 28px;
    font-size: 20px;
    font-family: 'Zen Old Mincho', serif;
    white-space: nowrap;
    margin-left: 90px;
}

.navi_item a::after {
    position: absolute;
    bottom: 3px;
    left: 15px;
    content: '';
    width: 100%;
    height: 2px;
    background: #0e9eb4;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.navi_item.op_innerLink {
    cursor: pointer;
}

@media screen and (max-width: 840px) {
    .navi_item {
        margin-left: 0;
        font-size: 18px;
    }
}

.navi_item a {
    padding: 15px;
}

/*------------ハンバーガーメニュー
------------------*/


.wastespace {
    overflow: hidden;
}

/* その場で */
.wastespace {
    animation-name: fadeInAnime;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.black {
    margin: 0 auto;
    color: black;
}

.black img {
    pointer-events: none;
}

.item {
    margin: 20px;
}


.topics {
    /*TOPICSスクロール*/
    height: 400px;
    /*スクロールの高さ*/
    overflow-y: scroll;
}

a {
    text-decoration: none;
}

.topicslink {
    display: flex;
}

.scheduletitle h1 {
    margin: 4vw 0 4vw 0;
}

img {
    width: 30vw;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.white {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 200px;
    background-color: white;
    color: white;
}

a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #111;
}

.topics-date::after {
    position: absolute;
    bottom: -4px;
    /*テキストからの距離*/
    left: 0;
    content: '';
    width: 100%;
    /*hover時に表示*/
    height: 2px;
    /*下線の高さ*/
    background: #0e9eb4;
    /*下線の色*/
    transform: scale(0, 1);
    /*トランス前の下線*/
    transform-origin: left top;
    /*トランスフォーム開始位置*/
    transition: transform .3s;
    /*アニメーション速度*/
}

.topics-item::after {
    position: absolute;
    bottom: -5px;
    /*テキストからの距離*/
    left: 0;
    content: '';
    width: 100%;
    /*hover時に表示*/
    height: 2px;
    /*下線の高さ*/
    background: #0e9eb4;
    /*下線の色*/
    transform: scale(0, 1);
    /*トランス前の下線*/
    transform-origin: left top;
    /*トランスフォーム開始位置*/
    transition: transform .3s;
    /*アニメーション速度*/
}

a:hover::after {
    transform: scale(1, 1);
    /*トランス後の下線*/
}

.white h1 {
    font-weight: normal;
    font-family: 'Zen Old Mincho', serif;
}

.white p {
    font-weight: normal;
    font-family: 'Zen Old Mincho', serif;
}

h1 {
    margin-top: 3vw;
    font-family: 'Zen Old Mincho', serif;
    text-align: center;
    color: black;
    z-index: 1000;
}

p {
    margin-top: 1.7vw;
    font-size: 1.7vw;
    text-align: center;
    font-weight: bold;
    font-family: serif;
    color: black;
    z-index: 1000;
}

.copyright {
    padding: 2rem;
    font-size: 15px;
    color: #4b5564;
    background: #fff;
    text-align: left;
}

.grid p {
    font-size: 15px;
}

/*
.back-ex24 {
    width: 50%;
}*/

.exhr {
    background-color: rgba(12, 156, 180, 0.5);
    margin-top: 20px;
    margin: 0 auto;
}

.btn {
    margin: 5vw;
}

.main {
    font-family: 'Zen Old Mincho', serif;
    font-size: 2vw;
    font-weight: normal;
    padding-top: 10%;
    padding-bottom: 1vw;
}

.news-back {
    height: 700px;
    background-color: rgba(222, 172, 171, 0.3);
}

/*新着情報部分*/

.news-list {
    list-style: none outside;
    margin: 0 auto;
    width: 70%;
    padding: 0;
    margin-top: 6vw;
}


.news-list .item {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #CCC;
    padding: 20px 20px;
}

/*.news-list .item:first-child a {
    border-top: 1px solid #CCC;
}*/

.news-list .item .date {
    margin: 0;
    min-width: 120px;
    font-size: 16px;
    color: #999;
    padding: 0 20px 0 0;
}

.news-list .item .title {
    margin: 0;
    width: 100%;
}

.date {
    font-family: 'Zen Old Mincho', serif;
}

.title {
    font-family: 'Zen Old Mincho', serif;
    font-weight: lighter;
    font-size: 20px;
}

.news-list .item a:hover .title {
    color: #00F;
}

.tenji-state {
    margin-bottom: -5px;
}

.tenji-state img:hover {
    opacity: 0.5;
    transition: 0.2s;
}

/*-----------
フライヤー画像エリア----
----------------*/

.flyer-area {
    background-color: #6a979e;
    width: 100%;
    height: 1100px;
}

.flyer-img-title {
    font-family: 'Zen Old Mincho', serif;
    font-weight: normal;
    padding-top: 10%;
    margin-top: 0;
}

.flyer-img-area {
    width: 100%;
    display: flex;
}

.flyer-img-area img {
    width: 50%;
}

.flyer-img-area a:hover {
    transition: 0.5s;
    opacity: 0.5;

}

.flyer-area-cont1 .flyer-area-cont2 {
    width: 50%;
}

@media screen and (max-width:767px) {
    .flyer-img-area {
        display: block;

    }

    .flyer-img-area img {
        width: 80%;
        padding: 5%;
        margin: 0 auto;
    }

}

/*-----------
フライヤー画像エリア----
ここまで
----------------*/

@media screen and (max-width: 767px) {
    .news-list .item a {
        flex-wrap: wrap;
    }

    .news-list .item .date {
        min-width: 100px;
    }

    .news-list .item .title {
        margin-top: 10px;
    }


}


.tenji-buttom-area {
    margin-bottom: -6px;
}

.tenji-buttom-area a:hover {
    opacity: 0.8;
    transition: 0.15s;
}

.time-of-event {
    background-color: #a0c4ca;
    width: 100%;
    height: 700px;
}

.time-of-event-title {
    font-family: 'Zen Old Mincho', serif;
    font-weight: normal;
    padding-top: 10%;
}

p.time-of-event-title {
    margin-top: 0;
}

.time-of-event-main {
    font-family: 'Zen Old Mincho', serif;
    font-weight: normal;
    font-size: 60px;
    margin: 5%;
}

.time-of-event-sub {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-weight: 300;
}

.concept-message {
    background-color: #8db0de;
    width: 100%;
    height: 600px;
}

p.concept-message-title {
    margin-top: 0;
    font-family: 'Zen Old Mincho', serif;
    font-weight: normal;
    padding-top: 10%;
}

.flyer-title {
    margin-top: 0;
    font-family: 'Zen Old Mincho', serif;
    font-weight: normal;
    padding-top: 10%;
}

.img-area-ex24 {
    justify-content: center;
}


.flyer-area-24 {
    width: 100%;
    height: 120vh;
    background-color: #b1a6dc;
    padding-bottom: 2vw;
}

.front-ex24 .back-ex24 {
    width: 50%;
}

/**-----------写真集エリア---------------
----------------------------------
--------**/

.photobook-area {
    width: 100%;
    height: 1200px;
    background-color: #97b6da;
}

.photobook-title h1 {
    margin-top: 0;
    padding-top: 10%;
    font-family: 'Zen Old Mincho', serif;
    font-weight: lighter;
}

.photobook-subtitle h1 {
    font-family: 'Zen Old Mincho', serif;
    font-weight: lighter;
    margin-top: 2vw;
}

.img-area-photobook {
    padding-top: 2%;
    padding-bottom: 2%;
    margin: 0 auto;
    width: 30%;
    height: auto;
}

.img-area-photobook a:hover {
    opacity: 0.5;
    transition: 0.2s;
}

.photobook-main-text h1 {
    font-family: 'Zen Old Mincho', serif;
    font-weight: lighter;
}

.photobook-main-text p {
    font-family: 'Zen Old Mincho', serif;
    font-weight: lighter;
    font-size: 25px;
}

.photobook-main-text br {
    display: none;
}

.btn {
    margin-top: 2.5vw;
}

@media screen and (max-width:767px) {

    .photobook-area {
        height: 620px;
    }

    .photobook-title h1 {
        font-size: 1rem;
    }

    .photobook-subtitle h1 {
        font-size: 1rem;
        margin: 22px;
    }

    .img-area-photobook {
        width: 80%;
    }

    .photobook-main-text h1 {
        font-size: 1rem;
    }

    .photobook-main-text p {
        font-size: 1rem;
    }

    .btn {
        margin-top: 5vw;
    }
}

/**-----------写真集エリア---------------
-----------------ここまで-------------
--------**/

.update-date p {
    padding: 5px;
}

.img-area-ex24 {
    display: flex;
}

.img-area-ex24 img {
    width: 40%;
    padding: 10%;
}

.img-area-ex24 a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.btn-1 {
    margin: 0;
}

/*ボタンデザイン2*/

a.btn_24 {
    margin: auto;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 150px;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #0e9eb4;
    color: #0e9eb4;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
}

a.btn_24::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(39, 172, 217);
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
}

a.btn_24:hover::before {
    transform: translateX(0);
}

a.btn_24:hover {
    color: #fff;
    opacity: 1;
}

.prof-back {
    background-color: #000;
    width: 100%;
    height: 700px;
}

.prof {
    text-align: left;
    font-family: 'Zen Old Mincho', serif;
    font-weight: lighter;
    margin-top: 8vw;
}

.profile {
    display: flex;
    width: 80%;
    padding-left: 2%;
    columns: 2 auto;
    margin: 0 auto;
}

.img {
    margin: 3%;
    margin-top: 10%;
}

img,
img {
    width: 100%;
    align-content: center;
}

/*.profile .contents {
    width: 50%;
    height: 100px;
}*/

.contents h1 {
    font-family: 'Zen Old Mincho', serif;
    color: #fff;
}

.prof-article p {
    font-weight: lighter;
    margin: 35px 0 0 15px;
    text-align: left;
    font-size: 28px;
    color: white;
}

.prof-article a {
    color: #fff;
    text-decoration: none;
}

.prof-link::after {
    position: absolute;
    bottom: -2px;
    /*テキストからの距離*/
    left: 0;
    content: '';
    width: 100%;
    /*hover時に表示*/
    height: 2px;
    /*下線の高さ*/
    background: #0e9eb4;
    /*下線の色*/
    transform: scale(0, 1);
    /*トランス前の下線*/
    transform-origin: left top;
    /*トランスフォーム開始位置*/
    transition: transform .3s;
    /*アニメーション速度*/
}

a:hover::after {
    transform: scale(1, 1);
    /*トランス後の下線*/
}

.social-tex {
    padding-top: 30px;
    color: #fff;
    text-align: left;
    font-family: 'Zen Old Mincho', serif;
    font-weight: lighter;
    font-size: 15px;
}

/*お知らせ部分ここまで*/

/*スケージュール部分*/

/* flex-schedul */
.flex-schedule {
    margin: 0 auto;
    margin-top: 5vw;
    min-width: 50%;
    max-width: 70%;
    list-style: none;
    box-sizing: border-box;
}

.flex-schedule li {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;

}

.flex-schedule .area {
    padding: 10px;
    display: block;
    width: 100%;
    border-left: 6px solid #0e9eb4;
}

.flex-schedule li .time {
    display: inline-flex;
    justify-content: flex-end;
    flex-basis: 5em;
    max-width: 5em;
    margin-right: 1em;
    margin-top: 30px;
}

.flex-schedule .sch_box {
    position: relative;
    min-height: 1em;
    padding: 1em;
    background: #e0e0e0;
    border-radius: 6px;
}

.flex-schedule .sch_box::before {
    content: "";
    position: absolute;
    left: -23px;
    top: 20px;
    background: #0e9eb4;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.sch_title {
    font-family: serif;
    font-weight: normal;
    font-size: 1vw;
    align-items: center;
}

.flex-schedule .sch_tx {
    font-size: 14px;
    font-weight: normal;
}

/*ローディング画面用*/
/*========= ローディング画面のためのCSS ===============*/
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 9999999;
    text-align: center;
    color: #000;
}

#splash-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*========= 画面遷移のためのCSS ===============*/


/**画面遷移時余白削除**/
body {
    margin: 0;
}

/*画面遷移アニメーション*/
.splashbg {
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
    display: block;
    animation-name: PageAnime;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    content: "";
    position: fixed;
    z-index: 999;
    width: 50%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-300%) skewX(-45deg);
    background-color: #0e9eb4;
    /*伸びる背景色の設定*/
}

@keyframes PageAnime {
    0% {
        transform-origin: left;
        transform: translateX(-300%) skewX(-45deg);
    }

    100% {
        transform-origin: left;
        transform: translateX(500%) skewX(-45deg);
    }
}

/*画面遷移の後現れるコンテンツ設定*/
#container {
    opacity: 0;
    /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
    animation-name: PageAnimeAppear;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.copy p {
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
    font-weight: lighter;
    font-size: 14px;
    margin-top: -10px;
}

.update {
    margin-top: -20px;
    font-weight: normal;
    font-family: 'Zen Old Mincho', serif;
    font-size: 15px
}

/*ローディング画面用ここまで*/

/*ボタンデザイン*/

a.btn_23 {
    margin: auto;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 120px;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #0e9eb4;
    color: #0e9eb4;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

a.btn_23::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(39, 172, 217);
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
}

a.btn_23:hover::before {
    transform: translateX(0);
}

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

.logo {
    display: flex;
    margin-top: 20px;
}

.x-logo {
    margin: 5px 800px 0 35px;
    width: 35px;
}

.ig-logo {
    margin: 5px 10px 0 35px;
    width: 35px;
}

.logo a:hover {
    opacity: 0.5;
}

.copy-right p {
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.5vw;
}

/*ボタンデザインここまで*/

/*PCデザイン*/

@media screen and (min-width:767px) {

    .black {
        background-image: url(https://hirototakahashi.com/images/Exhibitionfiles/2024/logo/colorful-patterned-background.jpg);
        width: 100%;
        height: 1080px;
    }

    .title-area {
        position: absolute;
        top: 100px;
    }

    .title-area img {
        width: 55%;
    }


    .time-of-event-main {
        font-family: 'Zen Old Mincho', serif;
        font-weight: normal;
        font-size: 80px;
        margin: 5%;
    }
}

/*PCデザイン*****ここまで****
****/

@media screen and (max-width:767px) {

    .black {
        display: none;
    }

    .black img {
        width: 80vw;
        margin: 0 auto;
    }

    .white {
        height: 100px;
    }

    .flex-schedule {
        max-width: none;
    }

    .title {
        font-family: 'Zen Old Mincho', serif;
        font-size: 80%;
    }

    .main {
        font-size: 1rem;
    }

    .news-back {
        height: 100vw;
    }

    .topics {
        height: 300px;
    }

    .item {
        margin: 0;
    }

    .prof-back {
        height: 1000px;
    }

    .profile {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .res-center {
        display: flex;
        justify-content: center;
    }

    .prof {
        text-align: center;
    }

    .prof-article p {
        padding: 0 1vw 0 1vw;
        text-align: center;
        font-size: 12px;
    }

    .social-tex {
        text-align: center;
    }

    .logo {
        margin-top: 35px;
    }

    .logo a {
        margin-top: 10px;
        margin: 0 auto;
    }

    .img img {
        margin: 0 auto;
        width: 100%;
    }

    .logo img {
        margin: 0 auto;
    }

    .time-of-event {
        width: 100%;
        height: 150px;
    }

    .time-of-event-main {
        font-family: 'Zen Old Mincho', serif;
        font-weight: normal;
        font-size: 20px;
        margin: 2%;
    }

    .time-of-event-title {
        font-size: 1rem;
    }

    .concept-message {
        width: 100%;
        height: 880px;
    }

    .concept-message-title {
        font-size: 1rem;
    }

    .concept-message p {
        padding: 10%;
    }

    .flyer-title p {
        padding: 10%;
        font-size: 1rem;
    }

    .flyer-area-24 {
        height: 950px;
    }

    .img-area-ex24 {
        display: block;
    }

    .update {
        margin-top: 10px;
    }

    .copy-right p {
        line-height: 20px;
    }
}

ul {
    width: 100%;
}

.topics-date {
    font-weight: lighter;
    font-size: 80%;
}

.item {

    align-items: center;
}

.copy {
    padding-top: 0 !important;
}

/*トップへ戻るボタン*/

html {
    scroll-behavior: smooth;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

/*トップへ戻るボタン
  ---------ここまで-------*/