.fs20 {
    font-size: 16.5px
}

.fs30 {
    font-size: 24.75px
}

@media screen and (min-width: 768px) {
    .fs20 {
        font-size: 20px
    }

    .fs30 {
        font-size: 30px
    }
}

.ttl-shared span {
    display: block;
    line-height: 1
}

.ttl-shared span.jp {
    color: #2c2920;
    font-size: 10.56vw;
    letter-spacing: .12em
}

.ttl-shared span.en {
    color: #aea793;
    font-weight: 400;
    font-size: 4.4vw;
    letter-spacing: .21em
}

@media screen and (min-width: 768px) {
    .ttl-shared span.jp {
        font-size: 48px
    }

    .ttl-shared span.en {
        font-size: 20px
    }
}

.btn-shared a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .33);
    color: #2c2920;
    font-size: 16.5px;
    line-height: 44px;
    letter-spacing: .12em
}

.btn-shared a::before {
    content: "";
    position: absolute;
    background: #2c2920;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    max-width: 25px;
    width: 25px;
    height: 2px
}

.btn-shared a:hover::before {
    animation: hoverline 3s linear
}

@keyframes hoverline {
    0% {
        width: 0px
    }

    100% {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .btn-shared {
        width: 260px
    }

    .btn-shared a {
        font-size: 20px;
        line-height: 53px
    }

    .btn-shared a::before {
        max-width: 30px;
        width: 30px
    }
}

#header {
    color: #fff
}

#header h1 {
    position: absolute;
    top: 4vw;
    left: 10%;
    right: 10%;
    z-index: 1;
    text-align: center;
    font-size: 11px;
    line-height: 21.5px;
    letter-spacing: .12em
}

#header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 16%;
    transform: translate(-50%, -50%)
}

#header #rss {
    position: absolute;
    bottom: 9vw;
    left: 4%;
    right: 4%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
    -moz-column-gap: 20px;
    column-gap: 20px
}

#header #rss * {
    letter-spacing: .12em
}

#header #rss .left {
    text-align: center
}

#header #rss .left h2 {
    font-size: 18px;
    line-height: 1
}

#header #rss .left .more {
    margin-top: 10px;
    width: 90px
}

#header #rss .left .more a {
    border: 1px solid rgba(255, 255, 255, .25);
    display: block;
    line-height: 20.5px
}

#header #rss #feed {
    flex: 1
}

#header #rss #feed dl {
    line-height: 22px
}

#header #rss #feed dl dt {
    font-size: 11px
}

#header #keyvisual .slick-slide .item {
    height: 100vh
}

#header #keyvisual .slick-slide .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#header .scroll-indocator {
    position: absolute;
    top: calc(50% + 40vw);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 1px;
    height: 29vw
}

#header .scroll-indocator::before,
#header .scroll-indocator:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    background: #fff
}

#header .scroll-indocator::before {
    opacity: .2;
    height: 100%
}

#header .scroll-indocator:after {
    animation: ScrollnavigateAnimation 2s infinite cubic-bezier(0.77, 0, 0.18, 1)
}

@keyframes ScrollnavigateAnimation {
    0% {
        height: 0
    }

    45% {
        height: 100%
    }

    55% {
        height: 100%;
        top: 0
    }

    100% {
        height: 0;
        top: 100%
    }
}

@media screen and (min-width: 768px) {
    #header h1 {
        top: 16px;
        left: 24px;
        right: auto;
        text-align: left
    }

    #header .logo {
        width: auto
    }

    #header #rss {
        bottom: 48px;
        left: auto;
        right: 52px;
        display: flex;
        justify-content: flex-start;
        width: auto;
        margin: 0;
        -moz-column-gap: 28px;
        column-gap: 28px
    }

    #header #rss .left h2 {
        font-size: 22px
    }

    #header #rss .left .more {
        margin-top: 15px;
        width: 110px
    }

    #header #rss .left .more a {
        line-height: 24px
    }

    #header #rss .left .more a:hover {
        opacity: .7
    }

    #header #rss #feed dl {
        line-height: 25px
    }

    #header #rss #feed dl dt {
        font-size: 13px
    }

    #header #rss #feed dl dd a:hover {
        text-decoration: underline
    }

    #header #keyvisual .slick-slide .item {
        height: 920px
    }

    #header .scroll-indocator {
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
        height: 95px
    }
}

#menu-toggle {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: url("../img/shared/bg2.jpg") repeat center
}

#menu-toggle .nav-list {
    display: flex;
    justify-content: space-between;
    padding: 100px 13.5% 0
}

#menu-toggle .nav-list ul li a {
    display: block;
    color: #2c2920;
    font-size: 16.5px;
    letter-spacing: .12em
}

#menu-toggle .nav-list ul li a img {
    display: block;
    width: 25px;
    margin-top: 31px
}

#menu-toggle .nav-list ul li a:hover,
#menu-toggle .nav-list ul li a.active {
    opacity: .6
}

#menu-toggle .nav-list ul li+li {
    margin-top: 28px
}

#menu-toggle .contact {
    border-top: 1px solid #aea793;
    margin: 36px 8% 0;
    padding: 44px 2.5% 100px
}

#menu-toggle .contact .btn-tel dl {
    color: #2c2920;
    line-height: 1
}

#menu-toggle .contact .btn-tel dl dt {
    letter-spacing: .12em
}

#menu-toggle .contact .btn-tel dl dd {
    margin-top: 14px;
    font-size: 20.5px;
    letter-spacing: .06em
}

#menu-toggle .contact .btn-tel dl dd img {
    width: 11.5px;
    margin: -4px 5px 0 4px
}

#menu-toggle .contact .box {
    margin-top: 19px
}

#menu-toggle .contact .box .sub-ttl {
    color: #2c2920;
    letter-spacing: .12em
}

#menu-toggle .contact .box .group-link {
    margin-top: 6px
}

#menu-toggle .contact .box .group-link li a {
    line-height: 36px
}

#menu-toggle .contact .box .group-link li a::before {
    max-width: 20px;
    width: 20px
}

#menu-toggle .contact .box .group-link li:nth-child(1) a {
    font-size: 15px
}

#menu-toggle .contact .box .group-link li:nth-child(2) {
    margin-top: 12.5px
}

@media screen and (max-width: 767px) {
#menu-toggle .contact .btn-tel dl dt{
            font-size: 15px;
    }
#menu-toggle .contact .btn-tel dl dd{
        font-size: 24.75px;
    font-weight: 400;
    letter-spacing: .06em;
    }
}

@media screen and (min-width: 768px) {
    #menu-toggle {
        display: flex;
        align-items: center
    }

    #menu-toggle .photo {
        width: 43.3333333333%;
        height: 100vh
    }

    #menu-toggle .group {
        width: 56.6666666667%;
        padding: 0 30px
    }

    #menu-toggle .nav-list {
        justify-content: flex-start;
        -moz-column-gap: 87px;
        column-gap: 87px;
        max-width: 576px;
        margin: 0 auto;
        padding: 0 26px
    }

    #menu-toggle .nav-list ul li a {
        font-size: 20px;
        line-height: 36px
    }

    #menu-toggle .nav-list ul li a img {
        width: 30px;
        margin-top: 41px
    }

    #menu-toggle .nav-list ul li+li {
        margin-top: 36px
    }

    #menu-toggle .contact {
        display: flex;
        justify-content: space-between;
        max-width: 576px;
        margin: 70px auto 0;
        padding: 77px 33px 0 26px
    }

    #menu-toggle .contact .btn-tel dl dd {
        margin-top: 18px;
        font-size: 25px
    }

    #menu-toggle .contact .btn-tel dl dd img {
        width: 15px;
        margin: -4px 7px 0 2px
    }

    #menu-toggle .contact .box {
        margin-top: -11px
    }

    #menu-toggle .contact .box .group-link {
        margin-top: 8px
    }

    #menu-toggle .contact .box .group-link li {
        width: 220px
    }

    #menu-toggle .contact .box .group-link li a {
        line-height: 44px
    }

    #menu-toggle .contact .box .group-link li a::before {
        max-width: 25px;
        width: 25px
    }

    #menu-toggle .contact .box .group-link li:nth-child(1) a {
        font-size: 18px
    }

    #menu-toggle .contact .box .group-link li:nth-child(2) {
        margin-top: 15px
    }

    #menu-toggle .contact .box .group-link li:nth-child(2) a {
        font-size: 20px
    }
}

#footer {
    background: #2b2a2a;
    color: #fff;
    padding: 25vw 0 30vw
}

#footer .col-r .btn-copy {
    margin-top: 4.5vw
}

#footer .col-r .btn-copy a {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 19px;
    line-height: 1;
    letter-spacing: .12em
}

#footer .col-r .btn-copy a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_copy.png") no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#footer .col-r .btn-copy a:hover {
    text-decoration: underline;
}

#footer .col-l {
    text-align: center;
    margin-top: 11vw
}

#footer .col-l .btn-cookie a {
    text-decoration: underline;
    letter-spacing: .06em
}

#footer .col-l .btn-cookie a:hover {
    text-decoration: none
}

#footer .col-l address {
    margin-top: 0vw;
    letter-spacing: .12em
}

#footer .col-m {
    margin-top: 12vw
}

#footer .col-m .pagetop a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background: url("../img/shared/icon_top.png") no-repeat center top/25px auto;
    padding-top: 11px;
    font-size: 16.5px;
    letter-spacing: .06em
}

#footer .col-m .pagetop a:hover {
    opacity: .8
}

@media screen and (min-width: 768px) {
    #footer {
        padding: 78px 0 45px
    }

    #footer .wrap {
        display: flex;
        justify-content: space-between;
        max-width: 1360px;
        padding: 0 30px
    }

    #footer .col-r {
        order: 3;
        margin-top: 11px
    }

    #footer .col-r .socialbuttons {
        justify-content: flex-end
    }

    #footer .col-r .btn-copy {
        margin-top: 14px
    }

    #footer .col-r .btn-copy a {
        margin: 0 0 0 auto;
        padding-left: 21px
    }

    #footer .col-r .btn-copy a::before {
        width: 12px;
        height: 12px
    }

    #footer .col-l {
        order: 1;
        text-align: left;
        margin-top: 0
    }

    #footer .col-l address {
        margin-top: 0vw
    }

    #footer .col-m {
        order: 2;
        margin-top: 54px
    }

    #footer .col-m .pagetop a {
        background-size: 30px auto;
        padding-top: 15px;
        font-size: 19px
    }
}

#fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border: 1px solid #d9d2c5;
    background: url("../img/shared/bg2.jpg") repeat center;
    height: 63px
}

#fixed-btn ul {
    display: flex;
    height: 100%
}

#fixed-btn ul li {
    height: 100%
}

#fixed-btn ul li:nth-child(1) {
    border-right: 1px solid #d9d2c5;
    flex: 1
}

#fixed-btn ul li:nth-child(1) a {
    text-align: center;
    display: block;
    color: #2c2920;
    font-size: 16px;
    line-height: 63px;
    letter-spacing: .2em
}

#fixed-btn ul li:nth-child(2) {
    width: 63px
}

@media screen and (min-width: 768px) {
    #fixed-btn {
        inset: 0 0 auto auto;
        height: 97px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .3s linear
    }

    #fixed-btn.fixed {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    #fixed-btn ul li:nth-child(1) {
        width: 200px
    }

    #fixed-btn ul li:nth-child(1) a {
        font-size: 18px;
        line-height: 95px
    }

    #fixed-btn ul li:nth-child(2) {
        width: 97px
    }

    #fixed-btn ul li:hover {
        opacity: .5
    }
    
    
    #header , #header .slick-slide , #header #keyvisual .slick-slide .item{
            max-height: 100vh;
    }
    #footer .col-r{
                min-width: 293px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1400px)  {
#header .logo{
   width: 90px;
}
    #header .logo img{
width: 100%;
    }
}



