#wrapper {
    overflow: hidden;
}

h3,h4,h5,h6,ul,ol,li,p,dl,dt,dd{
    margin: 0;
    padding: 0;
}
article, section, .container{
    min-width: unset;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.com-content {
    max-width: 978px;
    width: 90%;
    margin: 0 auto;
}
.page-main {
    height: 76vh;
}

.page-main__image figcaption {
    text-shadow: unset;
}

.page-main .page-main__title {
    top: 61%;
    left: 31.6%;
    transform: translate(-50%, -50%);
    color: #000;
    text-align: left;
    position: absolute;
}

.page-main .page-main__title h3 {
    font-size: 26px;
    letter-spacing: 0.18em;
    line-height: 1.85;
    font-weight: 400;
}

.page-main .page-main__title p {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.85;
    margin-left: 9px;
}

@media screen and (max-width: 1024px){
   .page-main .page-main__title {
       left: 40%;
   }    
}

@media screen and (max-width: 768px){
    .page-main {
        height: 103vw;
        max-height: unset;
    }

    .page-main .page-main__title {
        top: 0;
        left: 0;
        position: relative;
        height: 100%;
        transform: translate(0, 0);
    }

    .page-main .page-main__title h2 {
        width: 54%!important;
        height: 19.1vw!important;
        margin: 0;
        position: absolute;
        top: 6%;
        left: 11.9%;
    }

    .page-main .page-main__title .page-main__sub {
        position: absolute;
        bottom: 10.3%;
        left: 44.7%;
        transform: translateX(-50%);
    }

    .page-main .page-main__title h3 {
        font-size: 4.53vw;
        letter-spacing: 0.15em;
        margin-left: 10px;
    }
    
    .page-main .page-main__title p {
        font-size: 3.2vw;
        line-height: 1.6;
    }
}

.page-main .page-main__title h2{
    background: url("../images/voice/mainv_ttl.svg") center / auto 100% no-repeat;
    width: 346px;
    height: 124px;
    margin: 0 0 38px;
}

/*===========---------- Point ----------===========*/
.point_wrap {
    padding-top: 89px;
    padding-bottom: 108px;
    background: url("../images/voice/point_bg.jpg") no-repeat center/cover;
    position: relative;
    z-index: 2;
}

.point_wrap .point_ttl {
    width: 420px;
    margin: 0 auto;
}

.point_wrap .point_list {
    margin-top: 62px;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}

@media screen and (max-width: 768px){
    .point_wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .point_wrap .point_ttl {
        width: 280px;
    }

    .point_wrap .point_list {
        margin-top: 30px;
        gap: 12px 0;
    }
}

/*===========---------- Voice ----------===========*/
.voice_wrap .banner {
    position: relative;
}

.voice_wrap .banner .img img {
    width: 100%;
}

.voice_wrap .banner .img figcaption {
    bottom: 18px;
    right: 21px;
}

.voice_wrap .banner .tBox {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.voice_wrap .banner .tBox::after {
    display: inline-block;
    content: "";
    width: 78px;
    height: 1px;
    background-color: #fff;
    margin-top: 23px;
}

.voice_wrap .banner .tBox .en {
    font-size: 15px;
    letter-spacing: 0.47em;
    line-height: 1.65;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
}

.voice_wrap .banner .tBox .ttl {
    font-size: 38px;
    letter-spacing: 0.25em;
    line-height: 1.65;
    font-weight: 600;
    margin-top: -5px;
    width: max-content;
    font-family: "Noto Serif JP", serif;
}

.voice_wrap .common-area .banner .tBox .ttl {
    letter-spacing: 0;
}

.voice_wrap .quality .banner .tBox .ttl {
    letter-spacing: 0.12em;
}


@media screen and (max-width: 768px){
    .voice_wrap .banner {
        height: 18rem;
    }

    .voice_wrap .banner .img {
        width: 100%;
        height: 100%;
    }
    
    .voice_wrap .banner .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .voice_wrap .banner .tBox .ttl {
        font-size: 32px;
    }

    .voice_wrap .banner .tBox::after {
        margin-top: 12px;
    }

    .voice_wrap .banner .img figcaption {
        bottom: 10px;
        right: 10px;
    }
}

/*===========---------- Badge ----------===========*/
.voice_wrap .badge .badge_ttlSub {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.65;
    color: #876B44;
    font-family: "Noto Serif JP", serif;
    margin-top: 36px;
}

.voice_wrap .common-area .badge .badge_list {
    max-width: 551px;
    width: 100%;
    margin: 42px auto 0;
}

.voice_wrap .badge .badge_list {
    max-width: 551px;
    width: 100%;
    margin: 33px auto 0;
}

.voice_wrap .badge .badge_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #E2E2E2;
    padding: 14px 13px 16px;
    align-items: center;
}

.voice_wrap .badge .badge_item:last-child{
    border-bottom: 0px;
}

.voice_wrap .badge .logo {
    width: 115px;
}

.voice_wrap .badge .badge_ttl {
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 1.4;
    color: #000;
    text-align: left;
    width: calc(100% - 142px);
    padding-top: 14px;
    font-family: "Noto Serif JP", serif;
}
.voice_wrap .badge .badge_ttl .sp_ls{
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 1.4;
    color: #000;
    text-align: left;
    width: calc(100% - 142px);
    padding-top: 14px;
    font-family: "Noto Serif JP", serif;
}

.voice_wrap .badge .badge_ttl .note {
    position: relative;
}

.voice_wrap .badge .badge_ttl .note small {
    font-size: 10px;
    position: absolute;
    top: -11px;
}

.voice_wrap .badge .badge_ttl span {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

@media screen and (max-width: 768px){
    .voice_wrap .badge .badge_item {
        padding: 12px 8px;
    }

    .voice_wrap .badge .logo {
        width: 85px;
    }
    
    .voice_wrap .badge .badge_ttl {
        font-size: 20px;
        width: calc(100% - 95px);
    }
    .voice_wrap .badge .badge_ttl .sp_ls{
        font-size: 20px;
        letter-spacing: -0.13em;
    }
    .voice_wrap .badge .badge_ttl span {
        font-size: 14px;
    }
    .voice_wrap .badge .badge_ttl .s_sp_ls {
        font-size: 14px;
        letter-spacing: -0.08em;
    }
    .voice_wrap .badge .badge_ttlSub {
      font-size: 15px;
      letter-spacing: 0;
    }
}

/*===========---------- Style Suite ----------===========*/
.voice_wrap .style-suite {
    background-color: #E9E9E9;
    margin-top: 59px;
    position: relative;
}
.voice_wrap .style-suite::after{
    content: "";
    position: absolute;
    width:70%;
    height: 100%;
    top: 0;
    left: 15%;
    /* background-color: #f00; */
    display: none;
}

.voice_wrap .style-suite .list {
    position: relative;
}

.voice_wrap .style-suite .list .slick-list {
    padding: 24px 0 31px!important;
}

.voice_wrap .style-suite .list .item {
    width: 529px;
    margin: 0 26px;
    box-shadow: 0px 0px 24.8px 0px rgba(0, 0, 0, 0.12);
}

.voice_wrap .style-suite .list .item figure {
    border-radius: 8px;
    overflow: hidden;
}

.voice_wrap .style-suite .list .slick-arrow {
    width: 41px;
    height: 97px;
    background-color: #968967;
    top: 47%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
    transition: opacity .3s ease;
}

.voice_wrap .style-suite .list .slick-arrow:hover {
    opacity: .7;
}

.voice_wrap .style-suite .list .slick-arrow::before {
    display: none;
}

.voice_wrap .style-suite .list .slick-arrow::after {
    position: absolute;
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.voice_wrap .style-suite .list .slick-prev {
    left: calc(50% - 296px); 
}

.voice_wrap .style-suite .list .slick-prev::after {
    left: 59%;
    transform: translate(-50%, -50%) rotate(45deg) skew(0deg, 0deg);
}

.voice_wrap .style-suite .list .slick-next {
    right: calc(50% - 337px);
}

.voice_wrap .style-suite .list .slick-next::after {
    left: 42%;
    transform: translate(-50%, -50%) rotate(-135deg) skew(0deg, 0deg);
}

@media screen and (max-width: 768px){
    .voice_wrap .style-suite::after{
        display: block;
    }
    .voice_wrap .style-suite .list .item {
        margin: 0 16px;
        width: 270px;
    }

    .voice_wrap .style-suite .list .slick-arrow {
       width: 28px;
       height: 75px;
    }

    .voice_wrap .style-suite .list .slick-prev {
        left: calc(50% - 153px); 
    }
    
    .voice_wrap .style-suite .list .slick-next {
        right: calc(50% - 181px);
    }

}

/*===========---------- Staff ----------===========*/
.voice_wrap .staff {
    position: relative;
    padding: 73px 0 87px;
}

.voice_wrap .quality .staff {
    padding: 73px 0 208px;
}

.voice_wrap .staff::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 279px;
    background: url("../images/voice/staff_bg.jpg") no-repeat center/cover;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.voice_wrap .staff .staff_box {
    max-width: 796px;
    width: 90%;
    padding: 43px 46px 70px;
    margin: 0 auto;
    border: 5px solid #A98046;
    position: relative;
    font-family: "Noto Serif JP", serif;
}

.voice_wrap .staff .staff_box::before {
    position: absolute;
    content: "";
    border: 1px solid #A98046;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
}

.voice_wrap .staff .ttlBox .en {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #A98046;
    text-align: center;
    position: relative;
    z-index: 1;
}

.voice_wrap .staff .ttlBox .staff_ttl {
    font-size: 22px;
    letter-spacing: 0.15em;
    line-height: 1.65;
    font-weight: 400;
    color: #A98046;
    text-align: center;
    margin-top: 3px;
    position: relative;
    z-index: 1;
}

.voice_wrap .location .staff .flexbox {
    align-items: end;
}

.voice_wrap .staff .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

.voice_wrap .staff .staff_left {
    width: 158px;
    margin-left: 21px;
}

.voice_wrap .staff .staff_left .img img {
    width: 100%;
}

.voice_wrap .staff .staff_left .img .info {
    position: relative;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #A98046;
    text-align: center;
    margin-top: 10px;
    text-shadow: none;
    margin-top: -1px;
    bottom: -6px;
    right: 0;
}

.voice_wrap .staff .staff_right {
    width: calc(100% - 230px);
    background-color: #fff;
    box-shadow: 0px 0px 51.8px 0px rgba(0, 0, 0, 0.15);
    padding: 27px 38px 26px 39px;
    text-align: left;
    position: relative;
    border: 1px solid #595959;
}

.voice_wrap .staff .staff_right .txt {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.88;
    color: #595959;
}

.voice_wrap .staff .staff_right .txt .marker-animation {
    background-image: linear-gradient(to right, transparent 50%, #F5EE5E 50%);
    background-repeat: repeat-x;
    background-size: 200% 2em;
    background-position: 0 0;
    transition: background-position 1.3s ease-in;
    transition-delay: 1s;
    display: inline;
    opacity: 1;
}

.voice_wrap .staff .staff_right .txt .marker-animation.act {
    background-position: -100% 0;
}

.voice_wrap .staff .staff_right::before {
    position: absolute;
    content: "";
    width: 39px;
    height: 1px;
    background-color: #595959;
    left: -27px;
    top: 43%;
    transform: translateY(-50%) rotate(-25deg);
}

.voice_wrap .staff .link_pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 7px;
    margin: 62px auto 0;
    max-width: 1000px;
    width: 96%;
}

.voice_wrap .staff .link_pages .link_page {
    width: 44%;
    display: block;
    overflow: hidden;
}

.voice_wrap .staff .link_pages .link_page .img img {
    width: 100%;
    height: 100%;
}

.voice_wrap .location .staff .link_pages .link_page {
    width: 41.1%;
}

.voice_wrap .quality .staff .link_pages .link_page {
    width: 42%;
}

.voice_wrap .staff .link_pages .link_page .img {
    transition: all .3s ease;
    width: 100%;
    height: 100%;
}

.voice_wrap .staff .link_pages .link_page .img figcaption {
    font-size: 8px;
    bottom: 1px;
    right: 4px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0;
}

.voice_wrap .staff .link_pages .link_page:hover .img {
    opacity: 0.7;
}

@media screen and (max-width: 768px){
    .voice_wrap .staff{
        padding: 50px 0 60px;
    }

    .voice_wrap .staff .staff_box {
        padding: 30px 15px;
    }

    .voice_wrap .staff .flexbox {
       flex-direction: column;
       align-items: center!important;
    }

    .voice_wrap .staff .staff_left {
        margin-left: 0;
    }

    .voice_wrap .staff .staff_right {
      padding: 16px 15px 12px;
      margin-top: 25px;
      width: 100%;
    }

    .voice_wrap .staff .staff_right::before {
       left: 45%;
       top: 0px;
       transform: translateX(-50%) rotate(-25deg);
    }

    .voice_wrap .staff .ttlBox .staff_ttl {
        font-size: 20px;
        letter-spacing: 0.1em;
    }

    .voice_wrap .staff .link_pages {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .voice_wrap .staff .link_pages .link_page {
        width: 80%!important;
    }

}

.sub-point {
    position: fixed;
    opacity: 0;
    right: 0;
    top: 84px;
    gap: 1px 0;
    z-index: 100;
    display: none;
    flex-direction: column;
    transition: opacity 0.3s ease;
    font-family: "Noto Serif JP", serif;
}
.sub-point.active{
    display: flex;
    opacity: 1;
    position: fixed;
    top: 84px;
    right: 0;
    z-index: 100;
    justify-content: center;
}
.sub-point .sub-point_item {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    background-color: #B5B5B5;
    width: 177px;
    height: 49px;
    transition: all .3s ease;
}
.sub-point .sub-point_item:hover,
.sub-point .sub-point_item.active {
   background: linear-gradient(45deg,rgba(154, 132, 101, 1) 46%, rgba(125, 108, 85, 1) 100%);
   opacity: 1;
}
.sub-point .sub-point_item p {
    font-size: 10px;
    letter-spacing: 0.1em;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-point .sub-point_item .st {
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1;
    margin-left: 2px;
    font-family: "Carattere", cursive;
}
.sub-point .sub-point_item h3 {
    font-size: 15px;
    letter-spacing: 0.14em;
    font-weight: 400;
    line-height: 1;
}


@media screen and (max-width: 768px){
    .sub-point.active {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1px;
        width: 100%;
        top: 49px;
    }

    .sub-point .sub-point_item {
        width: auto;
        padding-top: 3px;
    }

}