
#point {
    background-color: #fff;
    text-align: center;
    padding-bottom: 0px;;
}

#point .ttl {
    padding: 0px 0 70px
}

#point ul {
    list-style: none;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: ms-flex;
    height: 400px;
    margin-bottom: 40px;
    padding: 0
}

#point ul li {
    display: inline-block;
    width: 20%;
    background-image: url(../img/pattern-bg8.png);
    box-sizing: border-box;
    border-right: 17px solid #fff;
    line-height: 3.4em
}

#point ul li:last-child {
    border-right: 0
}

#point ul li span {
    color: #dbcdac;
    font-size: 11em;
    font-style: italic;
    line-height: 0em
}

#point ul li h3 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: 'pkna';
    margin: 20px auto;
    font-size: 3.4em;
    text-align: left;
    line-height: 1.4em;
    font-weight: 100;
}

#point ul li h3 p {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    -moz-text-combine-upright: all;
    -ms-writing-mode: tb-rl;
    margin: 0;
    display: inline-block
}

#point ul li h3 span {
    font-size: 1em;
    color: #434343;
    font-style: normal;
    font-weight: normal;
    -webkit-text-combine: horizontal;
    -moz-text-combine-upright: all;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all
}

@media (-ms-high-contrast: none) {
    #point ul li {
        padding: 0 80px
    }
}

@-moz-document url-prefix() {
    #point ul li h3 {
        width: 28%
    }
}

@supports (-ms-ime-align: auto) {
    #point ul li h3 {
        width: 60%
    }
}

@media (-ms-high-contrast: none) {
    #point ul li h3 span {
        text-combine-upright: none;
        writing-mode: horizontal-tb
    }
}

@supports (-ms-ime-align: auto) {
    #point ul li h3 span {
        text-combine-upright: none;
        writing-mode: horizontal-tb;
        padding: 12px 0
    }
}

@media screen and (max-width: 700px) {
    #point ul li span {
        font-size:9em
    }
}

@media screen and (max-width: 560px) {
    #point ul {
        height:340px
    }

    #point ul li h3 {
        font-size: 3em;
        line-height: 1.4em
    }
}

@media screen and (max-width: 480px) {
    #point .ttl {
        padding:80px 0 50px
    }
}

@media screen and (max-width: 400px) {
    #point .ttl {
        padding:60px 0 50px
    }

    #point ul {
        height: 280px;
        margin-bottom: 20px
    }

    #point ul li {
        border-right: 6px solid #fff
    }

    #point ul li h3 {
        font-size: 2.4em
    }

    #point ul li span {
        font-size: 6em
    }
}

@media screen and (max-width: 360px) {
    #point ul li h3 {
        font-size:2.2em
    }
}

.window__links {
    position: fixed;
    bottom: 0;
    display: none;
    flex-wrap: wrap;
    width: 100%;
    padding: 18px 12px;
    box-sizing: border-box;
    background-color: #663e5b;
    background-image: url(../img/pattern-bg.png);
    z-index: 4
}

.window__links .window__links__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    color: #fff;
    text-align: left;
    padding: 10px 0;
    transition: 0.25s;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    background: #fff;
    font-weight: bold;
    border-radius: 2px;
    border-bottom: 6px solid;
    position: relative;
    color: #b74679;
    border-color: #cac4c8
}

.window__links .window__links__btn:nth-child(1) .icon {
    opacity: 0.8
}

.window__links .window__links__btn:nth-child(2) {
    color: #ff6767;
    margin-left: 10px
}

.window__links .window__links__btn:hover {
    border-bottom: 0 solid
}

.window__links .window__links__btn .icon img {
    width: 100%
}

.window__links .window__links__btn__box {
    margin: 0
}

.window__links .window__links__btn__box span {
    display: block
}

.window__links .window__links__btn__box .sub {
    letter-spacing: 0.05em
}

.window__links .window__links__btn__box .main {
    font-size: 2em;
    padding-top: 5px;
    letter-spacing: 0.04em
}

@media screen and (max-width: 896px) {
    .window__links {
        display:flex;
        justify-content: center;
        transition: ease 0.3s;
        opacity: 0;
        pointer-events: none
    }
}

@media screen and (max-width: 896px) and (max-width: 640px) {
    .window__links {
        padding:12px
    }
}

@media screen and (max-width: 896px) {
    .window__links.view {
        opacity:1;
        pointer-events: auto
    }
}

@media screen and (max-width: 640px) {
    .window__links .window__links__btn {
        font-size:1.3rem
    }
}

@media screen and (max-width: 896px) {
    .window__links .window__links__btn .icon {
        width:50px
    }
}

@media screen and (max-width: 896px) and (max-width: 640px) {
    .window__links .window__links__btn .icon {
        width:36px
    }
}

@media screen and (max-width: 896px) {
    .window__links .window__links__btn__box {
        padding-left:12px;
        letter-spacing: 0.1em
    }
}

@media screen and (max-width: 896px) and (max-width: 640px) {
    .window__links .window__links__btn__box {
        padding-left:4px
    }
}
