/* ======= Google Fonts (Noto Serif JP) ======= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap");

body {
    background-color: #ffffff;
    color: #1a0b08;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.75em;
    margin: 0;
}

/*** typography ***/
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1a0b08;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.2em;
    margin: 0 0 15px 0;
}

/* paragraph */
p {
    color: #1a0b08;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.75em;
    margin: 0 0 15px;
}

@media screen and (max-width: 1023px) {
    p {
        font-size: 14px;
    }
}
@media screen and (max-width: 390px) {
    p {
        font-size: 12px;
    }
}

/* lists */
ul {
    list-style-type: none;
}

/* links */
a {
    color: #1a0b08;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #a89967;
    outline: none;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:focus {
    outline: none;
}

img {
    height: auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
}

.btn,
a.btn,
button.btn {
    border-radius: .05rem;
    color: #1a0b08;
    cursor: pointer;
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-weight: 200;
    letter-spacing: .05em;
    line-height: 1.5;
    padding: 1rem 4rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

a.btn-svg {
    height: 54px;
    line-height: 50px;
    margin: 10px 0;
    padding: 0;
    width: 165px;
}

a.btn-svg svg rect {
    stroke: #a89967;
    stroke-dasharray: 190px, 8px;
    stroke-dashoffset: 68px;
    stroke-width: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.black-btn a.btn-svg svg rect {
    stroke: #1b0b08;
    stroke-dasharray: 190px, 8px;
    stroke-dashoffset: 68px;
    stroke-width: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

a.btn-svg:hover svg rect {
    stroke-dashoffset: 284px;
}

input,
optgroup,
select,
textarea {
    font-family: "Noto Serif JP", serif !important;
    outline: none;
    resize: vertical;
}

ruby {
    ruby-position: under;
}

ruby>rt {
    font-size: 20px;
}

ruby>rt::before {
    border-top: 2px #000000 solid;
    content: "";
    display: block;
    margin-top: 20px;
    padding: 10px 0;
}


ruby>rt.jewelryorder {
    font-size: 1rem;
    letter-spacing: .95rem;
}

ruby>rt.jewelryorder::before {
    border-top: 2px #000000 solid;
    content: "";
    display: block;
    margin-top: 20px;
    padding: 10px 0;
}

ruby>rt.jewelrymachine {
    margin-bottom: 90px;
    text-align: end;
}

ruby>rt.gallery,
ruby>rt.reserve {
    margin-bottom: 90px;
    text-align: center;
}
@media (max-width: 1023px) {
    ruby>rt {
        font-size: 16px;
    }
    
    ruby>rt::before {
        border-top: none;
        content: "";
        display: block;
        margin-top: 10px;
        padding: 5px 0;
    }
    
    ruby>rt.jewelryorder {
        font-size: 0.3rem;
        letter-spacing: .5rem;
    }
    
    ruby>rt.jewelryorder::before {
        border-top: 0.5px #000000 solid;
        content: "";
        display: block;
        margin-top: 10px;
        padding: 5px 0;
    }
    
    ruby>rt.jewelrymachine {
        margin-bottom: 40px;
        text-align: end;
    }
    
    ruby>rt.gallery,
    ruby>rt.reserve {
        margin-bottom: 40px;
        text-align: center;
    }
}

.logo__item {
    margin-top: 14px;
    width: 170px;
}

footer .logo__item {
    margin-top: 14px;
    width: 120px;
}
@media (max-width: 1023px) {
    footer .logo__item {
        margin: 0 auto;
        padding: 15px 0;
    }

    .footer-content-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sp-logo__item {
        width: 60px;
        height: auto;
    }
}
.banner-ruby__color {
    color: #a89967;
}

.bg-brown {
    background-color: #1b0b08;
}

.bg-gold {
    background-color: #a89967;
}

.bg-gray {
    background-color: #e2e2e2;
}

.bg-image {
    background-image: url(/assets/img/top/contact.jpg);
    background-size: cover;
    width: 100%;
}

.text-gold {
    color: #a89967;
}

.mt-header {
    margin-top: 100px;
}

.pt-34 {
    padding-top: 8.5rem;
}

.pt-58 {
    padding-top: 234px;
}

.concept-wrapper {
    border-bottom: 2px #000000 solid;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media (max-width: 1023px) {
    .concept-wrapper {
        border-bottom: 0.7px #000000 solid;
    }
}
.concept-title {
    width: 50%;
}

.concept-title h1 {
    align-items: baseline;
    display: flex !important;
    justify-content: end !important;
    /* letter-spacing: 4.1rem !important; */
}

.concept-title_ruby {
    display: flex;
    justify-content: end;
    margin-top: 26px;
}

.concept-title_ruby span {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    /* letter-spacing: 4rem; */
}

@media (max-width: 1023px) {
    .concept-title_ruby {
        margin-top: 13px;
    }
    
    .concept-title_ruby span {
        font-size: 18px;
    }
}
.text-7-5xl {
    font-size: 7rem !important;
    line-height: 1;
}

.h-80vh {
    height: 80vh;
}
 
.mt-100 {
    margin-top: 100px;
}
@media (max-width: 1023px) {
    .h-80vh {
        height: 60vh;
    }

    .mt-100 {
        margin-top: 80px;
    }
}
/* ======= Content styles ======= */
.rise-main {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.rise-aside,
footer {
    align-items: center;
    background: #1a0b08;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    height: 100px;
    justify-content: space-around;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
}

@media (min-width: 1024px) {
    .rise-sp-aside {
        display: none;
    }
}
@media (max-width: 1023px) {
    .rise-aside{
        display: none;
    }
    .rise-sp-aside {
        align-items: center;
        background: #1a0b08;
        color: #ffffff;
        display: flex;
        flex-direction: row;
        height: 80px;
        justify-content: space-around;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1001;
    }
    .sp-menu__btn {
        align-items: center;
        display: flex;
        height: 60px;
        justify-content: center;
        position: fixed;
        right: 10px;
        top: 10px;
        width: 60px;
        z-index: 90;
    }
    .sp-menu__btn span,
    .sp-menu__btn span:before,
    .sp-menu__btn span:after {
        background-color: #a89967;
        border-radius: 1px;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        width: 25px;
    }
    .sp-menu__btn span:before {
        bottom: 8px;
    }
    .sp-menu__btn span:after {
        top: 8px;
    }
    #sp-menu__btn-check:checked ~ .sp-menu__btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #sp-menu__btn-check:checked ~ .sp-menu__btn span::before {
        bottom: 0;
        transition: all .3s;
        transform: rotate(45deg);
    }
    #sp-menu__btn-check:checked ~ .sp-menu__btn span::after {
        top: 0;
        transition: all .3s;
        transform: rotate(-45deg);
    }
    .menu-content {
        height: 100%;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        position: fixed;
        top: 0;
        background-color: #e2e2e2;
        transition: all .5s;/*アニメーション設定*/
        width: 100%;
        z-index: 80;
    }
    #sp-menu__btn-check:checked~.menu-content {
        left: 0;/*メニューを画面内へ*/
    }
    .menu-content ul {
        padding: 10px 10px 0;
    }
    .menu-content ul li {
        border-bottom: solid 1px #a89967;
        list-style: none;
    }
    .menu-content ul li a {
        box-sizing: border-box;
        color: #1a0b08;
        display: block;
        font-size: 15px;
        font-family: "Noto Serif JP", serif;
        font-weight: 600;
        padding: 9px 15px 20px 0;
        position: relative;
        text-decoration: none;
        width: 100%;
    }
    .menu-content ul li a::before {
        border-right: solid 2px #a89967;
        border-top: solid 2px #a89967;
        content: "";
        height: 7px;
        position: absolute;
        right: 11px;
        top: 16px;
        transform: rotate(45deg);
        width: 7px;
    }
}


.icon-wrapper,
.sns-wrapper {
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}

.tracking-widest {
    display: flex;
}

@media (max-width: 1023px) {
    .rise-sp-aside .icon-wrapper {
        margin: 1.5rem;
        left: 0;
        position: fixed;
        top: 0;
    }
    
    .rise-sp-aside .sns-wrapper a {
        color: #1a0b08;
    }

    .tracking-widest {
        display: block;
    }
}

.menu-wrapper ul,
.sns-wrapper ul {
    margin-top: 14px;
    overflow: hidden;
    padding: 0 6px;
    text-align: left;
    width: 100%;
}

.menu-wrapper ul li,
.sns-list__item,
.my-page-parent--has-child {
    float: left;
    letter-spacing: .5px;
    line-height: 1.5em;
    list-style: none;
    text-transform: uppercase;
}

.menu-wrapper ul li a,
.sns-list__item a,
.my-page-parent--has-child a {
    color: #ffffff;
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    padding: 30px 20px;
    position: relative;
    text-decoration: none;
    transition: all .1s;
}

@media (max-width: 1023px) {
    .menu-wrapper ul li a,
    .sns-list__item a,
    .my-page-parent--has-child a {
        color: #1a0b08;
    }
}
.menu-wrapper ul li a::after {
    background: #1a0b08;
    bottom: -.75px;
    content: "";
    height: .8px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .1s;
    width: 100%;
}

.menu-wrapper ul li a:hover:after,
.sns-wrapper ul li a:hover:after {
    transform: scale(1, 1);
    transform-origin: left top;
}

@media (max-width: 1023px) {
    .menu-content.parent-menu {
        transform: scale(1, 0);
        transform-origin: left top;
    }
}

/* sp menu */

@media (max-width: 1023px) {
    .sp-menu {
        border-bottom: 1px solid #c7c7c7;
        font-family: "Noto Serif JP", serif;
        margin-bottom: 5px;
        max-width: 700px;
    }
    
    .sp-menu summary {
        padding: 1em 2em 1em 4em;
    }
    
    .sp-menu summary::before,
    .sp-menu p::before {
        font-size: 1.875rem;
        font-weight: 600;
        left: 2.5em;
        position: absolute;
    }
        
    .sp-menu summary::after {
        border-bottom: solid 2px #a89967;
        border-right: solid 2px #a89967;
        content: "";
        height: 7px;
        margin-left: 14px;
        transform: translateY(-25%) rotate(45deg);
        transition: transform .5s;
        width: 7px;
    }

    .sp-menu[open] summary::after {
        transform: rotate(225deg);
    }
    
    .sp-menu p {
        padding: .3em 5.5em 1.5em 5.5em;
        transform: translateY(-10px);
        transition: transform .5s, opacity .5s;
    }
    
    .sp-menu[open] p {
        opacity: 1;
        transform: none;
    }
    
    .sp-menu summary {
        padding: 0.3em 2.5em 0.5em 2.5em;
    }
    
    .sp-menu summary::before,
    .sp-menu p::before {
        left: 1em;
        position: absolute;
    }
    
    .sp-menu summary::before {
        left: 0.5em;
    }


    .sp-menu p {
        padding: 1em 3em 1em 4em;
    }
}


.sns-list__item a:hover,
.sns-list__item a.active,
.my-page-parent--has-child a:hover {
    color: #9b9b9b;
}

.my-page-item__icon,
.sns-item__icon {
    margin-bottom: -1rem;
}

.icon-text {
    font-family: "Noto Serif JP", serif;
    text-transform: capitalize;
}

.menu-parent--has-child:hover .menu-child-wrapper {
    opacity: 1;
    visibility: visible;
    height: 56vh;
    z-index: 999;
}
.menu-child-wrapper {
    background-color: #ffffff;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .1s;
    visibility: hidden;
    width: 100vw;
}

@media (max-width: 1023px) {
    .sp-menu__list .show{
        opacity: 1;
        visibility: visible;
        height: 56vh;
    }
    .z-one {
        z-index: 999;
    }

    .z-two {
        z-index: 888;
    }

    .z-three {
        z-index: 777;
    }

    .sp-menu__list .none{
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width: 390px) {
    .sp-menu__list .show {
        height: 62vh;
    }
}
.my-page-child-wrapper {
    background-color: #ffffff;
    display: none;
    font-family: "Noto Serif JP", serif;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100px;
    transition: all .3s;
    width: 100vw;
}

.my-page-child-wrapper.show,
.my-page-child-wrapper.login_show ,
.cookie-view.show {
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-name: myPageShow;
    display: block;
    height: auto;
}

@keyframes myPageShow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.menu-child-list-wrapper,
.my-page-child-list-wrapper{
    width: 50vw;
}

@media (max-width: 1023px) {
    .menu-child-list-wrapper,
    .my-page-child-list-wrapper{
        width: 100vw;
    }

    .my-page-child-wrapper.show {
        top: 0;
    }
    
    .my-page-child-wrapper.login_show {
        top: 0;
        height: 80vh;
    }
}

.my-page-child-login-list-wrapper {
    display: block;
    font-family: "Noto Serif JP", serif;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
}

@media (max-width: 1023px) {
    .my-page-child-login-list-wrapper {
        width: 100vw;
    }
}

.menu-child-list,
.my-page-child-list {
    align-items: flex-start;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-flow: column;
    flex-flow: column;
}

.my-page-child-login {
    align-items: flex-end;
    -ms-flex-align: end;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
}

.menu-child-list__item,
.my-page-child-list__item {
    font-size: 1.28rem;
    letter-spacing: .03rem;
    line-height: 1.8rem;
    padding: 1.07rem;
    text-transform: capitalize;
}

.menu-child-list__item a.menu-child-list-item__link,
.my-page-child-list__item a.my-page-child-list-item__link {
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    padding: 0;
}

.my-page-child-list__item .my-page-child-logout-item__link {
    color: #000000;
    font-size: .8rem;
    font-weight: 200;
    padding: 0;
}

.my-page-child-logout-item__link:hover,
.my-page-child-list-item__link:hover {
    color: #9b9b9b!important;
}

.menu-child-visual,
.my-page-child-visual {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
}

@media (max-width: 1023px) {
    .my-page-child-visual {
        display: none;
    }

    .my-page-child-list-item__link::before,
    .my-page-child-logout-item__link::before {
        display: none;
    }
}
.my-page-child-login-visual {
    width: 50vw;

}@media (max-width: 1023px) {
    .my-page-child-login-visual {
        opacity: 0;
    }
}

.menu-child-visual__img,
.my-page-child-visual__img {
    height: 100%;
    width: 100%;
}

.footer-child-list {
    align-items: flex-start;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-flow: column;
    flex-flow: column;
}

.footer-child-list__item a.footer-child-list__item__link {
    font-size: .75rem;
    margin-bottom: 10px;
    padding: 10px 0;
}

footer {
    display: block;
    height: 80vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media (max-width: 1023px) {
    footer {
        height: 150vh;
        z-index: 1001;
        padding-bottom: 5rem;
    }
}
.rise-footer ul,
.icon-wrapper ul {
    margin-top: 14px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;
}

.rise-footer ul li,
.sns-list__item {
    float: left;
    letter-spacing: .5px;
    line-height: 1.5em;
    list-style: none;
    margin-bottom: 12px;
}

.rise-footer ul li a {
    color: #ffffff;
    font-family: "Noto Serif JP", serif;
    margin: 0 10px;
    padding: 8px 0;
    position: relative;
    text-align: left;
}

.sns-list__item a {
    margin: 0 30px;
    padding: 30px 0;
    position: relative;
    text-align: left;
}

.f-list__icon a {
    color: #ffffff;
    font-family: "Noto Serif JP", serif;
    margin: 0 30px;
    padding: 8px 0;
    position: relative;
    text-align: left;
}

.rise-footer ul li a::after {
    background: #ffffff;
    bottom: -.75px;
    content: "";
    height: .8px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
    width: 100%;
}

.rise-footer ul li a:hover:after {
    transform: scale(1, 1);
    transform-origin: left top;
}

.footer-child-list {
    align-items: flex-start;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-flow: column;
    flex-flow: column;
}

.footer-child-list__item a.footer-child-list__item__link {
    font-size: .75rem;
    padding: 10px 0;
}

.footer-bottom__item {
    font-size: .75rem;
}

.main-wrapper {
    text-align: -webkit-center;
}

.content-h1__title {
    color: #1a0b08;
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: all .3s;
}

.content-h1__title a::after {
    background: #1a0b08;
    bottom: -.75px;
    content: "";
    height: .8px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
    width: 100%;
}

.content-h1__title:hover:after {
    transform: scale(1, 1);
    transform-origin: left top;
}

.content-h1__title:first-letter {
    color: #a89967;
    float: left;
    font-size: 10rem;
    padding: 0;
}

.content-h1__title span {
    color: #a89967;
    font-size: 10rem;
    padding: 0;
}

.content-h1__title .text-white {
    color: #ffffff;
}

.content-h1__title .text-5-5 {
    font-size: 5.5rem;
}

@media (max-width: 1023px) {

    .content-h1__title {
        font-size: 2rem;
        font-weight: 400;
    }

    .content-h1__title a::after {
        background: #1a0b08;
        bottom: -.75px;
        content: "";
        height: .8px;
        left: 0;
        position: absolute;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s;
        width: 100%;
    }

    .content-h1__title:hover:after {
        transform: scale(1, 1);
        transform-origin: left top;
    }

    .content-h1__title:first-letter {
        font-size: 6rem;
    }

    .content-h1__title span {
        font-size: 5rem;
    }


    .content-h1__title .text-5-5 {
        font-size: 4rem;
    }
}
.item__title {
    font-size: 1.4rem;
    font-weight: 500;
}

/* Breadcrumbs */
.breadcrumbs-item__text,
.breadcrumbs-item__child_text {
    color: #a89967;
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
}

@media (max-width: 767px) {
    .breadcrumbs-item__text,
    .breadcrumbs-item__child_text {
        font-size: 12px;
    }
}
.breadcrumbs-item__text:hover {
    color: #1a0b08;
}

.breadcrumbs-item__child_text {
    color: #1a0b08;
}

@media (max-width: 767px) {
    .breadcrumbs-item__child_text {
        line-height: 2.2;
    }
}

/* banner-img__item */
.top-banner-img__item {
    background-image: url(/assets/img/top/top.jpg);
}

.title__item {
    border-bottom: 1px #a89967 solid;
    font-family: "Noto Serif JP", serif;
}

.login-item__text {
    font-family: "Noto Serif JP", serif;
}
.title-link__item a {
    border-bottom: 1px #1a0b08 solid;
    color: #1a0b08;
    font-family: "Noto Serif JP", serif;
    margin: 0 4rem;
    padding: 0 0 .25rem 0;
    transition: all .3s;
}

@media (max-width: 1023px) {
    .title-link__item a {
        margin: 0;
    }
}

.title-link__item a:hover,
.link-text__item a:hover {
    color: #9b9b9b;
}

.link-text__item a {
    color: #1a0b08;
    font-family: "Noto Serif JP", serif;
    padding: 0 0 .25rem 0;
}

.active__btn {
    background-color: #a89967;
    border: 1px #a89967 solid;
    color: #ffffff;
    font-family: "Noto Serif JP", serif;
    margin-top: 10px;
    padding: 15px 80px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.active__btn:hover {
    background-color: #ffffff;
    color: #a89967;
}

.active__btn:disabled {
    background-color: #e2e2e2;
    color: #a89967;
}
.negative__btn,
.cookie__btn {
    background-color: #ffffff;
    border: 1px#1a0b08 solid;
    color: #1a0b08;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    padding: 15px 80px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.negative__btn:hover {
    background-color: #1a0b08;
    color: #ffffff;
}

.cookie__btn:hover {
    background-color: #a89967;
    border: 1px#a89967 solid;
    color: #ffffff;
}

.customer-add__btn {
    background-color: #1a0b08;
    border: 1px#1a0b08 solid;
    color: #ffffff!important;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    margin-top: 10px;
    padding: 15px 80px!important;
    -webkit-transition: .3s!important;
    -o-transition: .3s!important;
    transition: .3s!important;
}

.customer-add__btn:hover {
    background-color: #ffffff;
    border: 1px#1a0b08 solid;
    color: #1a0b08!important;
}

.contact__btn {
    align-items: center;
    border: .5px#ffffff solid;
    color: #ffffff;
    display: flex;
    font-family: "Noto Serif JP", serif;
    font-size: .85em;
    height: 100%;
    padding: 10px 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
}

.contact__btn:hover {
    background-color: #ffffff;
    color: #a89967;
}

.grayscale-img__action img {
    transition: .3s ease-in-out;
}

.grayscale-img__action:hover img {
    filter: grayscale(100%);
}

.cookie-view {
    bottom: 0;
    left: 0;
    margin-top: -9rem;
    position: fixed;
    right: 0;
    z-index: 99999;
}

.cookie-close {
    margin-top: -2rem;
}

.bg-none {
    background: none;
}

.btn-item__list {
    bottom: 0;
    margin: 0 20px 20px 0;
    overflow: visible;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: 68px;
    z-index: 9999;
}

.btn-item__list span {
    -webkit-text-orientation: upright;
    text-orientation: upright;
    writing-mode: vertical-rl;
}

@media (min-width: 768px) {
    .sp-btn-item__list {
        display: none;
    }
}
@media (max-width: 1023px) {
    .btn-item__list {
        display: none;
    }
    .sp-btn-item__list {
        bottom: 0;
        overflow: visible;
        padding: 0;
        margin: 0 auto;
        position: fixed;
        z-index: 70;
        width: 100%;
    }

    .sp-btn-item__list a{
        margin: 0 auto;
    }
    .sp-btn-item__list span {
        writing-mode:unset;
    }
    
}
.input-wrap__item {
    bottom: 0;
    left: 0;
    right: 0;
}

.send-btn__item button {
    background-color: #a89967;
    color: #ffffff;
    padding: 1.5rem 5rem;
    transition: all .5s;
}

.send-btn__item button:hover,
.send-btn__item a:hover {
    background-color: #a89967;
    color: #1a0b08;
}

.chat-wrap {
    margin: 180px 0 100px 0 ;
    overflow-y: scroll;
}

@media (max-width: 1023px) {
    .chat-wrap {
        margin: 130px 0 80px 0 ;
    }
}
.chat-wrap p {
    font-family: Arial, Helvetica, sans-serif;
}
.chat-msg__item {
    background-color: #ddc765;
    max-width: 90vw;
}

.president-img__item {
    max-width: 80%;
    margin: 0 auto;
}

.sp-br {
    display: inline-block;
}

@media (max-width: 1023px) {
    .sp-br {
        display: block;
    }

    .bread-space__item {
        margin: 0 0 .5rem 0.3rem;
        font-size: 14px;
    }

    .detail-wrap {
        bottom: 0;
        background-color: #fff;
        width: 100%;
        padding: 0 15px;
    }

}

@media (max-width: 1023px) {
    .footer-content-wrap .sns-wrapper {
        display: none!important;
    }
}

.m0-auto {
    margin: 0 auto;
}

.n-margin-20 {
    margin: -5rem 0;
}
.loading-005 {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Coming soon */
.loading-005 span {
    display: inline-block;
    color: #a89967;
    font-weight: 600;
    font-size: 1.5em;
    animation: animation-loading-005 1s infinite;
}

.loading-005 span:nth-of-type(2) {
    animation-delay: .1s;
}

.loading-005 span:nth-of-type(3) {
    animation-delay: .2s;
}

.loading-005 span:nth-of-type(4) {
    animation-delay: .3s;
}

.loading-005 span:nth-of-type(5) {
    animation-delay: .4s;
}

.loading-005 span:nth-of-type(6) {
    animation-delay: .5s;
}

.loading-005 span:nth-of-type(7) {
    animation-delay: .6s;
}

.loading-005 span:nth-of-type(8) {
    animation-delay: .7s;
}

.loading-005 span:nth-of-type(9) {
    animation-delay: .8s;
}

.loading-005 span:nth-of-type(10) {
    animation-delay: .9s;
}

@keyframes animation-loading-005 {
    50% {
        transform: translateY(10px);
    }
}
/* Coming soon end */