@charset 'UTF-8';



.scrollanim[data-scrollanim-type="fadein"] {
    opacity: 0;
    transition-duration: 0.8s;
    transition-delay: 0.3s;
    transition-property: opacity;
}

.scrollanim.fired[data-scrollanim-type="fadein"] {
    opacity: 1.0;
}

.scrollanim[data-scrollanim-type="slidein"] {
    opacity: 0;
    transform: translateY(30px);
    transition-duration: 0.8s;
    transition-delay: 0.3s;
    transition-property: opacity transform;
}

.scrollanim[data-scrollanim-type="slidein-right"] {
    opacity: 0;
    transform: translateX(300px);
    transition-duration: 0.8s;
    transition-delay: 0.3s;
    transition-property: opacity transform;
}

.scrollanim[data-scrollanim-type="slidein-left"] {
    opacity: 0;
    transform: translateX(-300px);
    transition-duration: 0.8s;
    transition-delay: 0.3s;
    transition-property: opacity transform;
}

.scrollanim.fired[data-scrollanim-type="slidein-right"],
.scrollanim.fired[data-scrollanim-type="slidein-left"] {
    opacity: 1.0;
    transform: translateX(0);
}

.scrollanim.fired[data-scrollanim-type="slidein"] {
    opacity: 1.0;
    transform: translateY(0px);
}


#kokuyo-st-main-contents {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    overflow: hidden;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#pencilsharp {
    background-color: #000;
    transition-property: background-color;
    transition-duration: 1s;
}

#pencilsharp.is_lineup {
    background-color: #f7f7f7;
}

.psHeader {
    height: 100px;
}

.psHeader nav {
    height: 68px;
    text-align: center;
    background: #000;
    padding-top: 32px;
    top: -100px;
    transition-property: top;
    transition-duration: 0.3s;
    ;
}

.psHeader nav ul {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 760px;
}

.psHeader nav img {
    height: 18px;
}

.psHeader nav a {
    display: block;
    padding: 25px;
}

.is_headermenu .psHeader nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-top: 0;
}

.psMainvisual {
    position: relative;
}

.psMainvisual_image {
    /* height: 660px; */
    width: 100%;
    overflow: hidden;
}

.psMainvisual_image>div {
    height: 800px;
    height: 47vw;
    width: 100%;
}


.psMainvisual_image .disp_pc img {
    position: relative;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.psMainvisual_isot {
    width: 250px;
    position: absolute;
    bottom: 48px;
    right: 116px;
}

.psMainvisual_isot img {
    width: 100%;
}

@media screen and (max-width: 1463px) {
    .psMainvisual_image img.disp_pc {
        width: auto;
        height: 106%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.psMainvisual_catch {
    position: absolute;
    top: 80px;
    right: 63%;
    width: 20%;
    width: 320px;
}

.psMainvisual_catch img {
    width: 100%;
}

#kokuyo-st-main-contents .psIntro {
    height: 650px;
    text-align: center;
    padding-top: 240px;
}

#kokuyo-st-main-contents .psIntro_the {
    margin-bottom: 30px;
}

#kokuyo-st-main-contents .psIntro_catch {
    margin-bottom: 44px;
}

#kokuyo-st-main-contents .psIntro hr {
    width: 120px;
    margin: 0 auto 40px auto;
    border: none;
    border-top: solid 1px #ccc;
}


#kokuyo-st-main-contents .psIntro_lead {
    margin-bottom: 145px;
}





.psIntro .scrollanim>* {
    opacity: 0;
    transform: translateY(30px);
    transition-duration: 1.2s;
    transition-delay: 0.3s;
    transition-property: opacity transform;
}

.psIntro .scrollanim.fired>* {
    opacity: 1.0;
    transform: translateY(0px);
}

.psIntro .scrollanim.fired>*:nth-child(2) {
    transition-delay: 0.6s;
}

.psIntro .scrollanim.fired>*:nth-child(3) {
    transition-delay: 0.9s;
}

.psIntro .scrollanim.fired>*:nth-child(4) {
    transition-delay: 1.2s;
}

.psIntro .scrollanim.fired>*:nth-child(5) {
    transition-delay: 1.5s;
}





#kokuyo-st-main-contents .psPoint {
    padding-top: 100px;
}

#kokuyo-st-main-contents .psPoint_item {
    width: calc(100vw - 120px);
    max-width: 1240px;
    height: 650px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 120px;
    overflow: hidden;
}

#kokuyo-st-main-contents .psPoint_item2 {
    height: 800px;
}



#kokuyo-st-main-contents .psPoint_item:nth-child(2n) {
    margin-left: 0;
    margin-right: auto;
}

#kokuyo-st-main-contents .psPoint_item>.psInner {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: 0;
    height: 600px;
}

#kokuyo-st-main-contents .psPoint_item2>.psInner {
    height: 800px;
}



#kokuyo-st-main-contents .psPoint_item.scrollanim>.psInner {
    width: 0%;
    transition-duration: 0.8s;
    transition-delay: 0.3s;
    transition-property: width;
}

#kokuyo-st-main-contents .psPoint_item.scrollanim.fired>.psInner {
    width: 100%;
}

#kokuyo-st-main-contents .psPoint_item:nth-child(2n)>.psInner {
    margin-left: 0;
    margin-right: auto;
}

.psPoint_image {
    width: calc(100vw - 120px);
    max-width: 1240px;
    height: 600px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, #dfdfdf 0%, #fafafa 100%);
}

.psPoint_image hr {
    width: 100%;
    border: none;
    border-top: solid 1px #000;
    position: absolute;
    left: 0;
    top: 29%;
    margin: 0;
}

#kokuyo-st-main-contents .psPoint_item1 .psPoint_image .parallax_image {
    margin-top: -30px;
}

.psPoint_item2 .psPoint_image {
    height: 800px;
}

.psPoint_item2 .psPoint_image hr {
    top: 12.5%;
}

.psPoint_item3 .psPoint_image {
    background: linear-gradient(to right, #ebebeb 0%, #fafafa 60%, #eee 100%);
}

#kokuyo-st-main-contents .psPoint_item3 .psPoint_image .parallax_image {
    margin-top: 40px;
}

.psPoint_item3 .psPoint_image hr {
    top: 54%;
}

.psPoint_item:nth-child(2n) .psPoint_image {
    right: auto;
    left: 0
}

@media screen and (max-width: 1380px) {

    #kokuyo-st-main-contents .psPoint_item,
    #kokuyo-st-main-contents .psPoint_item>.psInner,
    .psPoint_image {
        height: 47vw;
    }

    #kokuyo-st-main-contents .psPoint_item2,
    #kokuyo-st-main-contents .psPoint_item2>.psInner,
    .psPoint_item2 .psPoint_image {
        height: 57.9vw;
    }

}

.psPoint_image img {
    width: 100%;
}

.psPoint_lead {
    position: absolute;
    top: 23%;
    left: 8%;
}

.psPoint_item2 .psPoint_lead {
    top: 7.5%;
    left: 38%;
}

.psPoint_item3 .psPoint_lead {
    left: 8%;
}


.psPoint_item3 .psPoint_lead {
    top: 48%;
}

#kokuyo-st-main-contents .psLineup {
    padding-top: 100px;
}

#kokuyo-st-main-contents .psLineup_lineup {
    margin-bottom: 120px;
}

#kokuyo-st-main-contents .psLineup .sectionTitle {
    mix-blend-mode: exclusion;
}


#kokuyo-st-main-contents .sectionTitle {
    text-align: center;
    margin-bottom: 44px;
}

#kokuyo-st-main-contents .subsectionTitle {
    text-align: center;
    border-bottom: solid 1px #333;
    padding-bottom: 32px;
    margin-bottom: 40px;
}

#kokuyo-st-main-contents .psLineup .subsectionTitle {
    margin-bottom: 110px;
}

#kokuyo-st-main-contents .subsectionLead {
    text-align: center;
    margin-bottom: 70px;
}

#kokuyo-st-main-contents .psLineup>.psInner {
    padding-top: 100px;
    padding-bottom: 90px;
    /* background-color: #f7f7f7; */
}

#kokuyo-st-main-contents .psLineup_subsection {
    width: 980px;
    padding-top: 80px;
    margin: 0 auto 180px auto;
}

#kokuyo-st-main-contents .psLineup_pencilsharp {
    margin: 0 auto 240px auto;
}

#kokuyo-st-main-contents .psLineup_pencilsharp .psLineup_item dl {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}


#kokuyo-st-main-contents .psLineup_pencilsharp .psLineup_item dt {
    padding: 30px 0;
    text-align: center;
    width: 16%;
}

.p03mm dt,
.p03mm dt span:first-child {
    background-color: #6a1685;
}

.p05mm dt,
.p05mm dt span:first-child {
    background-color: #ef8200;
}

.p07mm dt,
.p07mm dt span:first-child {
    background-color: #1c1f87;
}

.p09mm dt,
.p09mm dt span:first-child {
    background-color: #e50011;
}

.p13mm dt,
.p13mm dt span:first-child {
    background-color: #007e41;
}

.r13mm dt,
.r13mm dt span:first-child {
    background-color: #fff;
}

.p03mm dt>span:last-child {
    color: #6a1685;
}

.p05mm dt>span:last-child {
    color: #ef8200;
}

.p07mm dt>span:last-child {
    color: #1c1f87;
}

.p09mm dt>span:last-child {
    color: #e50011;
}

.p13mm dt>span:last-child {
    color: #007e41;
}

.r13mm dt>span:last-child {
    color: #ed092c;
}


.psLineup_pencilsharp .psLineup_item_picture li {
    display: flex;
    align-items: center;
}

#kokuyo-st-main-contents .psLineup_pencilsharp .psLineup_item_picture li:nth-child(n+2) {
    margin-top: 20px;
}

#kokuyo-st-main-contents .psLineup_pencilsharp .psLineup_item_picture li>* {
    margin-left: 30px;
}

#kokuyo-st-main-contents h4.caption {
    margin-bottom: 1em;
    font-size: 114%;
}

#kokuyo-st-main-contents h4.caption::before {
    content: '■';
}

#kokuyo-st-main-contents .psLineup_package {
    margin-bottom: 120px;

}

.psLineup_package_picture {
    text-align: center;
}

#kokuyo-st-main-contents .lineup_spec table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
}

#kokuyo-st-main-contents thead th {
    background-color: #ececec;
}

#kokuyo-st-main-contents th,
#kokuyo-st-main-contents td {
    padding: .5em 0;
    text-align: center;
    border: solid 1px #333;
    vertical-align: middle;
}

#kokuyo-st-main-contents .lineup_notice {
    margin: auto;
}

#kokuyo-st-main-contents .lineup_notice p {
    margin-bottom: 0.75em;
}



#kokuyo-st-main-contents .psLineup .psLineup_refill .subsectionTitle {
    margin-bottom: 40px;
    position: relative;
}

#kokuyo-st-main-contents .psLineup .psLineup_refill .subsectionTitle:after {
    content: '';
    width: 247px;
    height: 270px;
    background: url(../images/lineup2_title_picture.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    right: -20px;
}

#kokuyo-st-main-contents .psLineup .psLineup_refill .subsectionLead {
    margin-bottom: 84px;
}

#kokuyo-st-main-contents .psLineup .psLineup_refill.scrollanim .subsectionTitle,
#kokuyo-st-main-contents .psLineup .psLineup_refill.scrollanim .subsectionTitle:after,
#kokuyo-st-main-contents .psLineup .psLineup_refill.scrollanim .subsectionLead {
    opacity: 0;
    transform: translateY(30px);
    transition-duration: 0.8s;
    transition-delay: 0.1s;
    transition-property: opacity transform;

}

#kokuyo-st-main-contents .psLineup .psLineup_refill.scrollanim.fired .subsectionTitle:after {
    transition-delay: 0.5s;
}

#kokuyo-st-main-contents .psLineup .psLineup_refill.scrollanim.fired .subsectionLead {
    transition-delay: 0.3s;
}

#kokuyo-st-main-contents .psLineup .psLineup_refill.scrollanim.fired .subsectionTitle,
#kokuyo-st-main-contents .psLineup .psLineup_refill.scrollanim.fired .subsectionTitle:after,
#kokuyo-st-main-contents .psLineup .psLineup_refill.scrollanim.fired .subsectionLead {
    opacity: 1;
    transform: translateY(0);
}



#kokuyo-st-main-contents .psLineup_refill .psLineup_item dt {
    display: flex;
    align-items: center;
    background-color: #ebebeb;
}

#kokuyo-st-main-contents .psLineup_refill .psLineup_item dt>span:first-child {
    padding: 8px 0;
    text-align: center;
    width: 15%;
}

#kokuyo-st-main-contents .psLineup_refill .psLineup_item dt>span:last-child {
    padding: 0 1em;
    flex-grow: 1;
}

#kokuyo-st-main-contents .psLineup_refill .psLineup_item_picture ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    margin-bottom: 50px;
}

#kokuyo-st-main-contents .psLineup_refill .psLineup_item_picture li {
    width: 302px;
    text-align: center;
}

.bannerList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#kokuyo-st-main-contents .bannerList ul li {
    width: 47.8%;
    margin-bottom: 20px;
    ;
}

/*  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	レスポンシブ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■  */

/* *****************************************************************************
********************************************************************************

751-

********************************************************************************
***************************************************************************** */
@media screen and (min-width: 751px) {
    .disp_sp {
        display: none;
    }
}

/* *****************************************************************************
********************************************************************************

-750

********************************************************************************
***************************************************************************** */
@media screen and (max-width: 750px) {
    body {
        min-width: initial;
    }

    .disp_pc {
        display: none;
    }

    #kokuyo-st-main-contents {
        font-size: 3vw;
        padding-top: 46px;
        -webkit-text-size-adjust: 100%;
    }

    .psHeader {
        position: relative;
        height: auto;
        z-index: 2;
    }

    .psHeader nav {
        padding-top: 0;
        height: 10vw;
        top: 46px;
        position: fixed;
        width: 100%;
    }

    .psHeader nav ul {
        width: 90%;
    }

    .psHeader nav img {
        height: 3vw;
    }

    .psHeader nav a {
        padding: 3.5vw;
    }

    .is_headermenu .psHeader nav {
        top: 46px;
    }

    .psMainvisual_image {
        height: 130;
    }

    #kokuyo-st-main-contents .psMainvisual_image>div {
        margin-top: -5vw;
        height: 140vw;
    }

    .psMainvisual_image .disp_sp img {
        width: 100%;
    }

    .psMainvisual_intro {
        position: absolute;
        top: 15vw;
        left: 20vw;
        width: 60vw;
    }

    .psMainvisual_intro img {
        width: 100%;
    }

    .psMainvisual_catch {
        width: 35vw;
        bottom: 11vw;
        left: 32.5vw;
        top: auto;
    }

    .psMainvisual_isot {
        width: 15vw;
        bottom: 12vw;
        right: 6vw;
    }

    .scrollanim .psMainvisual_intro,
    .scrollanim .psMainvisual_catch {
        opacity: 0;
        transform: translateY(30px);
        transition-duration: 0.8s;
        transition-delay: 0.6s;
        transition-property: opacity transform;
    }

    .scrollanim .psMainvisual_catch {
        transition-delay: 0.9s;
    }

    .scrollanim.fired .psMainvisual_intro,
    .scrollanim.fired .psMainvisual_catch {
        opacity: 1.0;
        transform: translateY(0px);
    }

    #kokuyo-st-main-contents .psIntro {
        height: 12vw;
        padding-top: 0;
    }

    #kokuyo-st-main-contents .psIntro_scroll {
        width: 11.333vw;
        margin: 16vw auto auto auto;
        opacity: 1;
        transition-delay: 0;
    }

    .psIntro_scroll img {
        width: 100%;
    }

    #kokuyo-st-main-contents .sectionTitle {
        text-align: center;
        margin-bottom: 5.6vw;
    }

    #kokuyo-st-main-contents .sectionTitle img {
        height: 3.466vw;
    }

    #kokuyo-st-main-contents .psPoint {
        padding-top: 26.666vw;

    }

    #kokuyo-st-main-contents .psPoint_item,
    #kokuyo-st-main-contents .psPoint_item>.psInner,
    .psPoint_image {
        width: 100vw;
        height: 85vw;
    }

    #kokuyo-st-main-contents .psPoint_item {
        margin-bottom: 15vw;
    }

    .psPoint_image hr {
        top: 18%;
    }

    .psPoint_lead {
        top: 12%;
        width: 46vw;
    }

    .psPoint_lead img {
        width: 100%;
    }

    #kokuyo-st-main-contents .psPoint_item1 .psPoint_image .parallax_image {
        margin-top: -4vw;
    }

    #kokuyo-st-main-contents .psPoint_item2,
    #kokuyo-st-main-contents .psPoint_item2>.psInner,
    .psPoint_item2 .psPoint_image {
        height: 100vw;
    }

    .psPoint_item2 .psPoint_lead {
        top: 6%;
        left: 20%;
        width: 60vw;
    }

    .psPoint_item2 .psPoint_image hr {
        top: 10%;
    }

    #kokuyo-st-main-contents .psPoint_item3 .psPoint_image .parallax_image {
        margin-top: 3vw;
    }

    .psPoint_item3 .psPoint_lead {
        top: 44%;
        width: 37vw;
    }

    .psPoint_item3 .psPoint_image hr {
        top: 50%;
    }

    #kokuyo-st-main-contents .psLineup {
        padding-top: 26.666vw;
    }

    #kokuyo-st-main-contents .psLineup>.psInner {
        padding-top: 12vw;
        padding-bottom: 12vw;
    }

    #kokuyo-st-main-contents .psLineup_pencilsharp {
        margin: 0 auto 220px auto;
    }

    #kokuyo-st-main-contents .psLineup_subsection {
        width: 86.666%;
        padding-top: 100px;
        margin-bottom: 5rem;
    }

    #kokuyo-st-main-contents .psLineup_lineup,
    #kokuyo-st-main-contents .psLineup_package {
        margin-bottom: 12vw;
    }

    #kokuyo-st-main-contents .psLineup_pencilsharp .psLineup_item dl {
        margin-bottom: 4.2666vw;
    }

    #kokuyo-st-main-contents .psLineup_pencilsharp .psLineup_item dt {
        width: 17.5vw;
        height: 17.5vw;
        width: 18vw;
        height: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    #kokuyo-st-main-contents .psLineup_item dt img {
        width: 10.4vw;
    }

    #kokuyo-st-main-contents .psLineup_pencilsharp .psLineup_item_picture {
        padding-top: 1rem
    }

    .psLineup_pencilsharp .psLineup_item_picture li {
        display: block;
    }

    #kokuyo-st-main-contents .psLineup .psLineup_pencilsharp .subsectionTitle img {
        height: 6vw;
    }

    #kokuyo-st-main-contents .psLineup_pencilsharp .psLineup_item_picture li>* {
        margin-left: 3.333vw;
        width: 64vw;
        text-align: center;
    }

    .psLineup_pencilsharp .psLineup_item_picture li img {
        width: 100%;
    }

    .psLineup_pencilsharp .psLineup_package_picture img {
        height: 65vw;
    }

    #kokuyo-st-main-contents .psLineup_pencilsharp .psLineup_item_picture li:nth-child(n+2) {
        margin-top: 0.5em;
    }

    #kokuyo-st-main-contents .psLineup .subsectionTitle {
        padding-bottom: 4.266vw;
        margin-bottom: 4.266vw;
        margin-bottom: 8vw;
    }

    #kokuyo-st-main-contents .psLineup .subsectionTitle img {
        height: 5vw;
    }

    #kokuyo-st-main-contents .psLineup .psLineup_refill .subsectionTitle:after {
        content: '';
        width: 26.666vw;
        height: 29.066vw;
        top: 1vw;
        right: -5.333vw;
    }

    #kokuyo-st-main-contents .psLineup .psLineup_refill .subsectionTitle {
        margin-bottom: 4vw;
    }

    #kokuyo-st-main-contents .psLineup .psLineup_refill .subsectionLead {
        margin-bottom: 7vw;
    }

    #kokuyo-st-main-contents .psLineup_refill .subsectionLead img {
        width: 48vw;
    }


    #kokuyo-st-main-contents .psLineup_refill .psLineup_item dt>span:first-child {
        padding: 0.5em 1.5em;
    }

    #kokuyo-st-main-contents .psLineup_refill .psLineup_item_picture ul {
        display: block;
        text-align: center;
        padding: 2em;
        margin-bottom: 0;
    }

    #kokuyo-st-main-contents .psLineup_refill .psLineup_item_picture li {
        display: inline-flex;
        margin-bottom: 1.5em;
        width: 100%;
    }

    #kokuyo-st-main-contents .psLineup_refill .psLineup_item_picture div {
        width: 46vw;
    }

    #kokuyo-st-main-contents .psLineup_refill .psLineup_item_picture div img {
        width: 100%;
    }

    #kokuyo-st-main-contents .psLineup_refill .psLineup_item_picture p {
        margin-left: 1em;
    }

    .psLineup_refill .psLineup_package_picture img {
        height: 45vw;
    }

    .bannerList ul {
        display: block;

    }

    #kokuyo-st-main-contents .psLineup .psLineup_other .subsectionTitle img {
        height: 3.5vw;

    }

    #kokuyo-st-main-contents .bannerList ul li {
        width: 72%;
        margin: 0 auto 1em auto;
    }

    #kokuyo-st-main-contents .bannerList img {
        width: 100%;
    }

    .kokuyo-st-container .pagetop {
        width: 100%;
    }
}
