/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


/* --------------------------------------------------------------------------
WEB FONT
font-family: 'Kite One', sans-serif;
font-family: 'Kiwi Maru', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Shippori Mincho B1', serif;
font-family: 'Benne', serif;
font-family: 'Shippori Mincho', serif;
-------------------------------------------------------------------------- */

@charset "UTF-8";
.shr-hero img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.shr-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 145px;
    padding-bottom: 152px;
    background-image: url(../img/histry-bg.png);
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center 80%;
    position: relative;
    top: -100px;
}

@media all and (min-width: 768px) and (max-width: 1366px) {
    .shr-about {
        top: -140px;
        background-position: top;
        padding-top: 85px;
        background-size: 170%;
        padding-bottom: 62px;
    }
}

@media screen and (max-width:767px) {
    .shr-about {
        display: block;
        padding-top: 85px;
        padding-bottom: 60px;
        background-image: url(../img/histry-bg_sp.png);
        background-size: 135%;
        background-position: center 10%;
    }
}

.shr-about>* {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    font-family: 'Shippori Mincho', serif;
    letter-spacing: .2em;
    color: #404040
}

@media screen and (max-width:767px) {
    .shr-about>* {
        margin-right: auto;
        margin-left: auto;
        width: calc(305 / 375 * 100%);
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        white-space: normal
    }
}

.shr-about__title {
    font-size: 3.2rem;
    line-height: 1.6875
}

@media screen and (max-width:767px) {
    .shr-about__title {
        margin-bottom: calc(20px - ((30px - 18px)/ 2) - ((25px - 15px)/ 2));
        text-align: center;
        font-size: 2.3rem;
        line-height: 1.7;
    }
}

.shr-about__rede {
    margin-top: 120px;
    margin-right: calc(30px - ((54px - 32px)/ 2) - ((32px - 18px)/ 2));
    margin-left: calc(40px - ((32px - 18px)/ 2) - ((26px - 13px)/ 2));
    font-size: 1.95rem;
    line-height: 1.76;
    font-weight: 700;
}

@media all and (min-width: 768px) and (max-width: 1366px) {
    .shr-about__rede {
        font-size: 1.65rem;
    }
}

@media screen and (max-width:767px) {
    .shr-about__rede {
        margin: 0 auto calc(50px - ((25px - 15px)/ 2) - ((25px - 13px)/ 2));
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.7
    }
}

@media screen and (max-width:767px) {
    .shr-about__br--large {
        display: none
    }
}

.shr-about__br--small {
    display: none
}

@media screen and (max-width:767px) {
    .shr-about__br--small {
        display: block
    }
}

.shr-about__rede>span {
    margin-top: 86px
}

@media screen and (max-width:767px) {
    .shr-about__rede>span {
        margin-top: 0
    }
}

.shr-about__description {
    margin-top: 120px;
    margin-left: 90px;
    font-size: 1.55rem;
    line-height: 2;
    font-weight: 600;
}

@media all and (min-width: 768px) and (max-width: 1366px) {
    .shr-about__description {
        font-size: 1.3rem;
        margin-left: 30px;
    }
}

@media screen and (max-width:767px) {
    .shr-about__description {
        margin-top: 0;
        margin-left: auto;
        line-height: 1.85;
        font-size: 1.65rem;
        font-weight: 700;
    }
}

.shr-about__description>p+p {
    margin-right: 26px
}

@media screen and (max-width:767px) {
    .shr-about__description>p+p {
        margin-top: 25px;
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .shr-about__description br {
        display: none
    }
}

.shr-profileWrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-right: 24px;
    padding-left: 24px;
    top: -65px;
}

@media screen and (max-width:767px) {
    .shr-profileWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: auto;
        margin-bottom: 60px;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
        width: calc(305 / 375 * 100%)
    }
}

.shr-profileWrapper::before {
    position: absolute;
    top: 32px;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(190, 170, 97, .6)), to(rgba(126, 126, 126, .1)));
    background-image: -o-linear-gradient(left, rgba(190, 170, 97, .6), rgba(126, 126, 126, .1));
    background-image: linear-gradient(to right, rgba(190, 170, 97, .6), rgba(126, 126, 126, .1))
}

@media screen and (max-width:767px) {
    .shr-profileWrapper::before {
        top: 0;
        left: 32px;
        width: 1px;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 126, 126, .1)), to(rgba(190, 170, 97, .6)));
        background-image: -o-linear-gradient(top, rgba(126, 126, 126, .1), rgba(190, 170, 97, .6));
        background-image: linear-gradient(to bottom, rgba(126, 126, 126, .1), rgba(190, 170, 97, .6))
    }
}

.shr-profile {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 278px;
    flex: 0 1 278px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 18px auto 38px auto;
    -ms-grid-columns: 1fr 58px;
    grid-template: 'shr_year  shr_year' auto '...       ...     ' 18px 'shr_img   shr_name' auto '...       shr_name' 38px 'shr_intro shr_name' auto/1fr 58px
}

@media screen and (max-width:767px) {
    .shr-profile {
        -ms-grid-rows: auto auto auto;
        -ms-grid-columns: 64px 1fr;
        grid-template: 'shr_year shr_img  ' auto '...      shr_name ' auto '...      shr_intro' auto/64px 1fr
    }
}

.shr-profile+.shr-profile {
    margin-right: 48px
}

@media screen and (max-width:767px) {
    .shr-profile+.shr-profile {
        margin-top: 50px;
        margin-right: 0
    }
}

.shr-profile__nameWrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    grid-area: shr_name;
    -ms-grid-column-align: center;
    justify-self: center;
    margin-right: 3px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: 'Shippori Mincho', serif;
    letter-spacing: .2em;
    color: #404040
}

@media screen and (max-width:767px) {
    .shr-profile__nameWrapper {
        justify-self: flex-start;
        margin-right: 0;
        margin-bottom: calc(25px - ((25px - 13px)/ 2));
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb
    }
}

.shr-profile__generation {
    margin-bottom: 1em;
    font-size: 1.5rem
}

@media screen and (max-width:767px) {
    .shr-profile__generation {
        margin-right: 10px;
        margin-bottom: 0;
        font-size: 1.75rem
    }
}

.shr-profile__name {
    margin-bottom: 20px;
    font-size: 3rem
}

@media screen and (max-width:767px) {
    .shr-profile__name {
        margin-right: 10px;
        margin-bottom: 0;
        font-size: 2.5rem
    }
}

.shr-profile__ruby {
    font-size: 1.1rem;
    color: #bebebe
}

.shr-profile__year {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: shr_year;
    justify-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5%;
    width: 64px;
    height: 32px;
}

@media screen and (max-width:767px) {
    .shr-profile__year {
        -ms-grid-column-align: auto;
        justify-self: auto
    }
}

.shr-profile__year--first {
    background-color: #0094c8
}

.shr-profile__year--second {
    background-color: #0094c8;
}

.shr-profile__year--third {
    background-color: #0094c8;
}

.shr-profile__year>span {
    font-family: 'Benne', serif;
    font-size: 1.9rem;
    letter-spacing: .1em;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    color: #fff
}

.shr-profile__img {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: shr_img;
    -ms-grid-column-align: center;
    justify-self: center;
    max-width: 184px
}

@media screen and (max-width:767px) {
    .shr-profile__img {
        margin-bottom: 25px;
        max-width: 184.5px
    }
}

.shr-profile__img>img {
    width: 100%
}

.shr-profile__introduction {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: shr_intro;
    text-align: justify;
    text-justify: inter-ideograph;
    font-family: 'Shippori Mincho', serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: .15em;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    color: #404040
}

@media screen and (max-width:767px) {
    .shr-profile__nameWrapper {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2
    }
    .shr-profile__year {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }
    .shr-profile__img {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }
    .shr-profile__introduction {
        -ms-grid-row: 3;
        -ms-grid-column: 2
    }
}

@media screen and (max-width:767px) {
    .shr-profile__introduction {
        font-size: 1.6rem;
        line-height: 1.9;
        font-weight: 700;
    }
}

@media screen and (max-width:767px) {
    .shr-profile:last-child .shr-profile__introduction {
        margin-bottom: 25px
    }
}

.shr-concept {
    position: relative
}

@media screen and (max-width:767px) {
    /*
    .shr-concept {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 80px
    }
    */
    .shr-concept {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        /*
        padding-bottom: 80px;
        top: -70px;
        */
    }
}

.shr-concept__background img {
    width: 100%;
    vertical-align: bottom;
    border-style: none;
}

.shr-concept__text {
    position: absolute;
    top: calc(88 / 800 * 100%);
    /*
    left: calc(122 / 1366 * 100%);
    */
    left: calc(122 / 165* 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-family: 'Shippori Mincho', serif;
    color: #f8fbf8;
    text-shadow: 0 0 3px #302833, 0 0 3px #302833, 0 0 3px #302833, 0 0 3px #302833, 0 0 3px #302833, 0 0 3px #302833, 0 0 3px #302833, 0 0 3px #302833, 0 0 3px #302833, 0 0 3px #302833, 0 0 3px #302833, 0 0 3px #302833, 0 0 3px #302833, 0 0 3px #302833, 0 0 3px #302833, 0 0 3px #302833;
}

@media screen and (max-width:767px) {
    .shr-concept__text {
        position: static;
        margin-right: auto;
        margin-left: auto;
        max-width: calc(305 / 375 * 100%);
        text-shadow: none;
        color: #0d0015;
    }
}

.shr-concept__text>* {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap
}

.shr-concept__heading {
    margin-left: calc(28px - ((42px - 28px)/ 2) - ((32px - 18px)/ 2));
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: .2em
}

@media screen and (max-width:767px) {
    .shr-concept__heading {
        margin-top: 30px;
        margin-left: 0;
        font-size: 2.3rem;
        line-height: 1.52174
    }
}

.shr-concept__rede {
    margin-top: 50px;
    margin-left: calc(30px - ((32px - 18px)/ 2) - ((26px - 13px)/ 2));
    font-size: 1.95rem;
    line-height: 1.77778;
    letter-spacing: .2em
}

@media screen and (max-width:767px) {
    .shr-concept__rede {
        margin-top: 122px;
        margin-left: 0;
        font-size: 2rem;
        line-height: 1.75
    }
}

.shr-concept__description {
    margin-top: 50px;
    font-size: 1.45rem;
    line-height: 2;
    letter-spacing: .2em
}

@media screen and (max-width:767px) {
    .shr-concept__description {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        white-space: normal;
        line-height: 1.92308;
        letter-spacing: .15em
    }
}

@media screen and (max-width:767px) {
    .shr-concept__description .sm-hidden {
        display: none
    }
}

.shr-craftsmanship {
    padding-top: 92px;
    padding-bottom: 92px;
    /*
    background-image: url(../img/)
    */
}

@media screen and (max-width:767px) {
    .shr-craftsmanship {
        padding-top: 40px;
        padding-bottom: 80px
    }
}

.shr-craftsmanship__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 63px;
    max-width: 1132px
}

@media screen and (max-width:767px) {
    .shr-craftsmanship__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
        padding-left: 0;
        width: calc(305 / 375 * 100%)
    }
}

.shr-craftsmanship__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 58px;
    font-family: 'Shippori Mincho', serif;
    letter-spacing: .2em;
    color: #404040
}

@media screen and (max-width:767px) {
    .shr-craftsmanship__text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0
    }
}

.shr-craftsmanship__text>* {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap
}

.shr-craftsmanship__heading {
    margin-left: calc(40px - ((32px - 18px)/ 2));
    font-size: 3.2rem
}

@media screen and (max-width:767px) {
    .shr-craftsmanship__heading {
        margin-top: 40px;
        margin-right: 35px;
        margin-left: 0;
        font-size: 2.3rem
    }
}

.shr-craftsmanship__rede {
    margin-top: 132px
}

@media screen and (max-width:767px) {
    .shr-craftsmanship__rede {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        white-space: normal;
        margin-top: 60px;
        letter-spacing: .15em
    }
}

.shr-craftsmanship__rede1 {
    margin-left: calc(40px - ((32px - 18px)/ 2) - ((26px - 13px)/ 2));
    font-size: 1.8rem;
    line-height: 1.77778
}

@media screen and (max-width:767px) {
    .shr-craftsmanship__rede1 {
        margin-bottom: calc(30px - ((30px - 15px)/ 2) - ((25px - 13px)/ 2));
        margin-left: 0;
        font-size: 1.5rem;
        line-height: 2
    }
}

.shr-craftsmanship__rede2 {
    font-size: 1.3rem;
    line-height: 2
}

@media screen and (max-width:767px) {
    .shr-craftsmanship__rede2 {
        line-height: 1.92308
    }
}

@media screen and (max-width:767px) {
    .shr-craftsmanship__rede2 .sm-hidden {
        display: none
    }
}

.shr-craftsmanship__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 753px;
    flex: 0 1 753px;
    margin-right: 40px
}

@media screen and (max-width:767px) {
    .shr-craftsmanship__map {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-right: 0
    }
}

.shr-craftsmanship__map img {
    width: 100%
}

.shr-feature {
    position: relative
}

@media screen and (max-width:767px) {
    .shr-feature {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 80px
    }
}

.shr-feature__background img {
    width: 100%
}

.shr-feature__text {
    position: absolute;
    top: calc(70 / 800 * 100%);
    right: calc(66 / 1366 * 100%);
    display: -ms-grid;
    display: grid;
    grid-template-areas: 'shr_feature_heading' 'shr_feature_rede';
    font-family: 'Shippori Mincho', serif;
    color: #404040
}

@media screen and (max-width:767px) {
    .shr-feature__text {
        position: static;
        grid-template-areas: 'shr_feature_rede shr_feature_heading';
        margin-right: auto;
        margin-left: auto;
        max-width: calc(305 / 375 * 100%)
    }
}

.shr-feature__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: shr_feature_heading;
    margin-bottom: calc(40px - ((26px - 13px)/ 2));
    font-size: 2.8rem;
    letter-spacing: .2em
}

@media screen and (max-width:767px) {
    .shr-feature__heading {
        margin-bottom: 0;
        margin-left: 40px;
        padding-top: 30px;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        font-size: 2.3rem
    }
}

.shr-feature__rede {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: shr_feature_rede
}

@media screen and (max-width:767px) {
    .shr-feature__heading {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }
    .shr-feature__rede {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
}

@media screen and (max-width:767px) {
    .shr-feature__rede {
        padding-top: 50px
    }
}

.shr-feature__rede1 {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: .2em;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt'
}

@media screen and (max-width:767px) {
    .shr-feature__rede1 {
        line-height: 1.92308;
        letter-spacing: .15em
    }
}

@media screen and (max-width:767px) {
    .shr-feature__rede1 .sm-hidden {
        display: none
    }
}

.shr-third {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr auto auto;
    -ms-grid-columns: 240px 60px 1fr;
    grid-template: 'third_heading third_img' 1fr 'third_intro   third_img' auto 'third_more    third_img' auto/240px 1fr;
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
    column-gap: 60px;
    margin-right: auto;
    margin-left: auto;
    padding: 90px 60px;
    max-width: 1170px
}

@media screen and (max-width:767px) {
    .shr-third {
        -ms-grid-rows: auto auto;
        grid-template: 'third_img     third_img' 'third_heading third_intro' 'third_heading third_more';
        grid-column-gap: 0;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
        column-gap: 0;
        padding: 0 0 80px;
        width: calc(305 / 375 * 100%)
    }
}

.shr-third__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: third_heading;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: 'Shippori Mincho', serif;
    letter-spacing: .2em;
    color: #404040
}

@media screen and (max-width:767px) {
    .shr-third__heading {
        justify-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-right: 40px;
        padding-top: 30px
    }
}

.shr-third__generation {
    margin-bottom: 1em;
    font-size: 2rem
}

@media screen and (max-width:767px) {
    .shr-third__generation {
        font-size: 1.5rem
    }
}

.shr-third__name {
    position: relative;
    font-size: 4rem
}

@media screen and (max-width:767px) {
    .shr-third__name {
        font-size: 2.3rem
    }
}

.shr-third__ruby {
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    transform: translateY(-42px);
    white-space: nowrap;
    font-size: 1.2rem;
    letter-spacing: .3em;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    color: #404040
}

@media screen and (max-width:767px) {
    .shr-third__ruby {
        right: -15px;
        font-size: .9rem;
        letter-spacing: .2em
    }
}

_:-ms-fullscreen,
.shr-third__ruby {
    right: 0
}

.shr-third__introduction {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: third_intro;
    font-family: 'Shippori Mincho', serif;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: .2em;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    color: #404040
}

@media screen and (max-width:767px) {
    .shr-third__introduction {
        padding-top: 50px;
        line-height: 1.92308;
        letter-spacing: .15em
    }
}

.shr-third__more {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: third_more;
    text-align: right;
    margin-bottom: 34px;
}

.shr-third__more>a {
    font-family: 'Shippori Mincho', serif;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: .2em;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    color: #404040
}

@media screen and (max-width:767px) {
    .shr-third__more>a {
        padding-bottom: 0;
        font-size: 1.3rem;
        line-height: 1.92308;
        letter-spacing: .15em
    }
}

.shr-third__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: third_img
}

@media screen and (max-width:767px) {
    .shr-third__heading {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1
    }
    .shr-third__introduction {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }
    .shr-third__more {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }
    .shr-third__img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
}

.shr-third__img>img {
    width: 100%
}