.btn-shared a {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    background: #2e2b29;
    color: #fff;
    font-size: 15px;
    line-height: 60px;
    letter-spacing: .1em
}

.btn-shared a::after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 50%;
    right: 19px;
    transform: translateY(-50%) rotate(135deg)
}

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

    .btn-shared a {
        border: 2px solid #000;
        color: #000;
        background: rgba(0, 0, 0, 0);
        font-size: 20px;
        line-height: 85px;
        letter-spacing: .1em;
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        transition-property: color;
        transition-duration: .3s
    }

    .btn-shared a::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2e2b29;
        border-radius: 100%;
        transform: scale(0);
        transition-property: transform;
        transition-duration: .3s;
        transition-timing-function: ease-out
    }

    .btn-shared a::after {
        border-color: #2e2b29;
        width: 9px;
        height: 9px;
        right: 37px;
        transition: .3s linear
    }

    .btn-shared a:hover {
        color: #fff
    }

    .btn-shared a:hover::before {
        transform: scale(2)
    }

    .btn-shared a:hover:after {
        border-color: #fff
    }
}

.ttl-shared {
    background: url("../img/shared/icon_ttl.png") no-repeat center top/10.5vw auto;
    padding-top: 21vw
}

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

.ttl-shared span.jp {
    font-size: 7.5vw;
    font-weight: 500;
    letter-spacing: .1em
}

.ttl-shared span.en {
    margin-top: 6vw;
    color: #996f25;
    font-size: 3.2vw;
    font-weight: 600;
    letter-spacing: .3em
}

.ttl-shared span.cate {
    width: -moz-fit-content;
    width: fit-content;
    margin: 5.33vw auto 0;
    padding: 0 2vw;
    border-radius: 5px;
    font-size: 3.5vw;
    line-height: calc(23 / 13);
    letter-spacing: .1em
}

@media screen and (min-width: 768px) {
    .ttl-shared {
        background-size: 50px;
        padding-top: 100px
    }

    .ttl-shared span.jp {
        font-size: 36px
    }

    .ttl-shared span.en {
        margin-top: 29px;
        font-size: 16px
    }

    .ttl-shared span.cate {
        margin-top: 29px;
        font-size: 14px;
        line-height: 26px
    }
}

#header h1 {
    position: absolute;
    bottom: 9vw;
    left: 7%;
    right: 7%;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .1em
}

#header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 45.2%;
    z-index: 1
}

#header .box-parallax {
    height: 168vw
}

#header #keyvisual {
    position: relative
}

#header #keyvisual h2 {
    word-break: keep-all;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border: 2px solid #252222;
    background: #2e2b29;
    color: #fff;
    padding: 15px 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 35.5px;
    letter-spacing: .25em
}

@media screen and (min-width: 768px) {
    #header h1 {
        max-width: 351px;
        inset: 58px auto auto 309px;
        color: #3c3c3c;
        font-size: 13px
    }

    #header .logo {
        top: 20px;
        left: 68px;
        width: 253px
    }

    #header .nav-list {
        position: absolute;
        top: 64px;
        right: 81px;
        z-index: 1;
        display: flex !important;
        flex-direction: column-reverse;
        gap: 27px
    }

    #header .nav-list li a {
        position: relative;
        display: block;
        height: -moz-fit-content;
        height: fit-content;
        padding: 6px 0;
        font-size: 16px;
        line-height: 23px;
        font-weight: 500;
        letter-spacing: .2em;
        transition: color .3s linear
    }

    #header .nav-list li a::before {
        content: "";
        position: absolute;
        background: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -2
    }

    #header .nav-list li a:after {
        content: "";
        position: absolute;
        background: #000;
        top: 0;
        left: 0;
        right: 0;
        height: 0;
        transition: .3s linear;
        z-index: -1
    }

    #header .nav-list li a:hover,
    #header .nav-list li a.active {
        color: #fff
    }

    #header .nav-list li a:hover:after,
    #header .nav-list li a.active:after {
        height: 100%
    }

    #header .box-parallax {
        height: 900px
    }

    #header #keyvisual .photo {
        height: 655px
    }

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

    #header #keyvisual h2 {
        padding: 20px 0;
        font-size: 30px;
        line-height: 40px
    }
}

#hamburger {
    position: fixed;
    background: #2e2b29;
    top: 11px;
    right: 15px;
    width: 74.5px;
    height: 74.5px;
    border-radius: 50%;
    z-index: 1000
}

#hamburger span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: #fff;
    width: 28.5px;
    height: 2px;
    transition: .3s linear
}

#hamburger span:nth-child(1) {
    top: calc(50% - 4px)
}

#hamburger span:nth-child(2) {
    top: calc(50% + 4px)
}

#hamburger.is-active {
    background: none;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px
}

#hamburger.is-active span {
    background: #000;
    width: 50px
}

#hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}

#hamburger.is-active span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

@media screen and (min-width: 768px) {
    #hamburger {
        cursor: pointer;
        top: 22px !important;
        right: 22px !important;
        width: 88px;
        height: 88px;
        transition: .3s linear;
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

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

    #hamburger.fixed:hover {
        opacity: .7
    }

    #hamburger span {
        width: 34px
    }

    #hamburger span:nth-child(1) {
        top: calc(50% - 6px)
    }

    #hamburger span:nth-child(2) {
        top: calc(50% + 6px)
    }

    #hamburger.is-active span {
        width: 70px
    }
}

#menu-toggle {
    position: fixed;
    top: -120vh;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    transition: all 0.4s ease;
    background: #fff;
    visibility: hidden;
}

#menu-toggle .group {
    padding: 40px 0 100px;
    transition: 1s all ease-in-out
}

#menu-toggle .logo {
    max-width: 262.5px;
    margin-left: 8%
}

#menu-toggle .nav-list {
    padding: 38px 0 0 18%
}

#menu-toggle .nav-list li a {
    position: relative;
    z-index: 1;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: #000;
    padding: 0 11px;
    font-size: 23px;
    line-height: 34px;
    letter-spacing: .1em;
    transition: color .3s linear
}

#menu-toggle .nav-list li a:after {
    content: "";
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    transition: .3s linear;
    z-index: -1
}

#menu-toggle .nav-list li a:hover,
#menu-toggle .nav-list li a.active {
    color: #fff
}

#menu-toggle .nav-list li a:hover:after,
#menu-toggle .nav-list li a.active:after {
    width: 100%
}

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

#menu-toggle .group-link {
    max-width: 244px;
    margin: 47px auto 0
}

#menu-toggle .group-link li a {
    display: block
}

#menu-toggle .group-link li a img {
    display: block
}

#menu-toggle .group-link li+li {
    margin-top: 16px
}

@media screen and (min-width: 768px) {
    #menu-toggle {
        background: rgba(234, 227, 218, .9)
    }

    #menu-toggle::before {
        content: "";
        position: absolute;
        background: #fff;
        width: 886px;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1
    }

    #menu-toggle .group {
        position: relative;
        width: 886px;
        margin-left: auto;
        padding: 0 0 80px
    }

    #menu-toggle .inner {
        max-width: 600px;
        margin: 0 auto
    }

    #menu-toggle .logo {
        max-width: 477px;
        margin-left: 0
    }

    #menu-toggle .nav-list {
        padding: 99px 0 0 68px
    }

    #menu-toggle .nav-list li a {
        padding: 0 10px 5px;
        font-size: 30px;
        line-height: 30px;
    }

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

    #menu-toggle .group-link {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        margin-top: 80px;
    }

    #menu-toggle .group-link li {
        width: 32.6666666667%
    }

    #menu-toggle .group-link li+li {
        margin-top: 0
    }
}

#footer {
    background: url("../img/shared/bg2.jpg") repeat center;
    padding: 12vw 0 20vw
}

#footer .logo {
    width: 155.5px;
    margin: 0 auto
}

#footer .set1 .col h3 {
    text-align: center;
    font-size: 17.5px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: .1em
}

#footer .set1 .col h3 span {
    font-size: 26px;
    letter-spacing: .1em
}

#footer .set1 .col .btn-tel {
    background: url("../img/shared/ft_deco_line.png") repeat-x center bottom/auto 6px;
    margin-top: 6.5vw;
    padding-bottom: 18px;
    text-align: center;
    line-height: 1
}

#footer .set1 .col .btn-tel dl dt {
    font-size: 13px;
    letter-spacing: .1em
}

#footer .set1 .col .btn-tel dl dd {
    margin-top: 11px;
    font-size: 26.5px;
    font-weight: 500;
    letter-spacing: .05em
}

#footer .set1 .col .btn-tel dl dd img {
    width: 16px;
    margin: -3px 8.5px 0 0
}

#footer .set1 .col .btn-tel .note {
    margin: 14px -10% 0;
    font-size: 12px;
    letter-spacing: 0
}

#footer .set1 .col .info {
    margin-top: 6vw
}

#footer .set1 .col .info dl {
    display: flex;
    text-align: left;
    font-size: 13px;
    line-height: 22px
}

#footer .set1 .col .info dl dt {
    max-width: 19vw;
    width: 100%
}

#footer .set1 .col .info dl dd {
    flex: 1;
    margin-right: -5%;
    letter-spacing: .05em
}

#footer .set1 .col .info dl dd a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2px
}

#footer .set1 .col .info dl dd a img {
    width: 9px;
    margin: 0 8px 0 2px
}

#footer .set1 .col .info dl:nth-child(2) dt {
    max-width: unset;
    width: auto
}

#footer .set1 .col .info dl+dl {
    margin-top: 21px
}

#footer .set1 .col .btn-shared {
    margin-top: 10vw
}

#footer .set1 .col .btn-shared a {
    text-align: left;
    padding: 16px 0 16px 36px;
    font-size: 13.5px;
    line-height: 23px;
    border: 2px solid #000
}

#footer .set1 .col:nth-child(1) {
    margin-top: 17.5vw;
    position: relative;
}

#footer .set1 .col:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, .5);
    margin-top: 15vw;
    padding-top: 12.5vw;
    position: relative;
}

#footer .set2 {
    margin-top: 16vw
}

#footer .set2 .group-link {
    max-width: 244px;
    margin: 0 auto
}

#footer .set2 .group-link li+li {
    margin-top: 16px
}

#footer .set3 {
    margin-top: 14.5vw
}

#footer .set3 .nav-list {
    border-top: 1px solid rgba(0, 0, 0, .5);
    padding-top: 31px;
    margin: 0 10%
}

#footer .set3 .nav-list li a {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .2em
}

#footer .set3 .nav-list li a:hover,
#footer .set3 .nav-list li a.active {
    color: #625e5a
}

#footer .set3 .nav-list li+li {
    margin-top: 22px
}

#footer .set3 .nav-list li:last-child {
    border-top: 1px solid rgba(0, 0, 0, .5);
    margin-top: 26px;
    padding-top: 25px
}

#footer .set3 .btn-copy {
    margin: 17.5vw 0 5.5vw
}

#footer .set3 .btn-copy a {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1
}

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

#footer .set3 address,
#footer .set3 .btn-cookie {
    text-align: center;
    font-size: 13px;
    line-height: 25px
}

#footer .set3 #socialbuttons {
    margin-top: 7vw
}

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

    #footer .wrap {
        max-width: 1240px;
        padding: 0 20px
    }

    #footer .logo {
        width: 220px
    }

    #footer .set1 {
        position: relative;
        display: flex;
        justify-content: space-between;
        max-width: 900px;
        margin: 90px auto 0
    }

    #footer .set1::before {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, .5);
        width: 1px;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    #footer .set1 .col {
        width: 355px
    }

    #footer .set1 .col h3 {
        font-size: 20px;
        line-height: 37px
    }

    #footer .set1 .col h3 span {
        font-size: 29.5px
    }

    #footer .set1 .col .btn-tel {
        margin-top: 32px;
        padding-bottom: 20px
    }

    #footer .set1 .col .btn-tel dl dt {
        font-size: 15px
    }

    #footer .set1 .col .btn-tel dl dd {
        margin-top: 14px;
        font-size: 30px
    }

    #footer .set1 .col .btn-tel dl dd img {
        width: 19px;
        margin: -6px 8px 0 0
    }

    #footer .set1 .col .btn-tel .note {
        margin: 11px 0 0;
        font-size: 11px;
        letter-spacing: .1em
    }

    #footer .set1 .col .info {
        margin: 26px 0 0 25px
    }

    #footer .set1 .col .info dl {
        font-size: 14px;
        line-height: 24px
    }

    #footer .set1 .col .info dl dt {
        max-width: 80px
    }

    #footer .set1 .col .info dl dd {
        margin-right: -20px
    }

    #footer .set1 .col .info dl dd a {
        margin-top: 4px;
        border-bottom: 1px solid rgba(0, 0, 0, 0)
    }

    #footer .set1 .col .info dl dd a img {
        width: 10px;
        margin: -3px 10px 0 3px
    }

    #footer .set1 .col .info dl dd a:hover {
        border-color: #000
    }

    #footer .set1 .col .info dl:nth-child(2) dt {
        max-width: unset;
        width: auto
    }

    #footer .set1 .col .info dl+dl {
        margin-top: 21px
    }

    #footer .set1 .col .btn-shared {
        width: auto;
        margin-top: 51px
    }

    #footer .set1 .col .btn-shared a {
        padding: 18px 0 18px 43px;
        background: #eee8df;
        font-size: 15px;
        line-height: 26px
    }

    #footer .set1 .col .btn-shared a:after {
        right: 28px
    }

    #footer .set1 .col:nth-child(1) {
        margin-top: 0
    }

    #footer .set1 .col:nth-child(2) {
        border-top: none;
        margin-top: 0;
        padding-top: 0
    }

    #footer .set2 {
        margin-top: 90px
    }

    #footer .set2 .group-link {
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto
    }

    #footer .set2 .group-link li {
        width: 31.6%
    }

    #footer .set2 .group-link li+li {
        margin-top: 0
    }

    #footer .set3 {
        position: relative;
        border-top: 1px solid rgba(0, 0, 0, .5);
        margin-top: 77px
    }

    #footer .set3 .nav-list {
        display: flex;
        justify-content: center;
        border-top: none;
        padding-top: 51px;
        margin: 0
    }

    #footer .set3 .nav-list li a {
        text-align: left;
        font-size: 16px;
        line-height: 19px
    }

    #footer .set3 .nav-list li+li {
        margin: 0 0 0 30px
    }

    #footer .set3 .nav-list li:last-child {
        border-top: none;
        border-left: 1px solid rgba(0, 0, 0, .5);
        margin: 0 0 0 30px;
        padding: 0 0 0 30px
    }

    #footer .set3 .btn-copy {
        position: absolute;
        bottom: 9px;
        right: 17px;
        margin: 0
    }

    #footer .set3 .btn-copy a {
        margin: 0;
        padding-left: 22px
    }

    #footer .set3 .btn-copy a::before {
        width: 13px;
        height: 14px
    }

    #footer .set3 .btn-copy a:hover {
        text-decoration: underline
    }

    #footer .set3 address,
    #footer .set3 .btn-cookie {
        font-size: 14px;
        line-height: 30px
    }

    #footer .set3 address {
        margin-top: 59px
    }

    #footer .set3 .btn-cookie a:hover {
        text-decoration: underline
    }

    #footer .set3 #socialbuttons {
        margin-top: 22px
    }
}

#footer .pre{
  width:100%;
  padding:7.7%;
  bottom:0px;
}