@charset "UTF-8";
/* CSS Document */


/* --- NEWS --- */
.cont.ct-production-note,
.cont.ct-news {
    margin: 0; /* header H */
    padding: 54px 0 0 0;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.06em;
    color: #000;
}
.cont.ct-news::after {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background: url("../img/bg-news.jpg") no-repeat top center;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}
.cont.ct-production-note::after{
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background: url("../img/production-note/bg.jpg") repeat top center;
    background-size: 100% auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}
.cont.ct-news .logo{
    width: 600px;
    margin: 50px auto 0;
}
.cont.ct-news .ct-title.list {
    color: #ff9b96;
    -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    margin: 30px 0 0 0;
}
.cont.ct-news .old{
    text-align: center;
    margin: 0 0 90px;
}
.cont.ct-news .old a{
    color: #cd91be;
    text-decoration: underline;
}
.cont.ct-news .gds-wrap>ol{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.cont.ct-news .gds-wrap>ol>li{
    list-style-type: none;
    position: relative;
}
.cont.ct-news .gds-wrap>ol>li:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: url(../img/event/linedot_pk.png) repeat-x center left;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cont.ct-news .gds-wrap>ol>li:last-child:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: url(../img/event/linedot_pk.png) repeat-x center left;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cont.ct-news .gds-wrap>ol>li a{
    padding: 15px 0;
    display: block;
    transition: all 0.15s ease-in-out;
}
.cont.ct-news .gds-wrap>ol>li a:hover{
    background-color: #cd91be;
}
.cont.ct-news .gds-wrap>ol>li a:hover h2,
.cont.ct-news .gds-wrap>ol>li a:hover time{
    color: #fff;
}
.cont.ct-news .gds-wrap article .body,
.cont.ct-news .gds-wrap>ol>li>a>*{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.06em;
}
.cont.ct-news .gds-wrap article time,
.cont.ct-news .gds-wrap>ol>li time{
    color: #cd91be;
    font-size: .9rem;
    display: block;
    transition: all 0.15s ease-in-out;
}
.cont.ct-news .gds-wrap>ol>li h2{
    color: #000;
    font-size: 1rem;
    margin: 0;
    transition: all 0.15s ease-in-out;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.cont.ct-news .gds-wrap article .body{
    font-size: 1rem;
    word-wrap: break-word;
}
.cont.ct-news .gds-wrap article .body p{
    margin: 0;
}
.cont.ct-news .gds-wrap article .body img{
    max-width: 100%;
    width: auto;
}
.cont.ct-news .gds-wrap article .body iframe{
    max-width: 100%;
}
.cont.ct-news .gds-wrap article .body a{
    /*text-decoration: underline;*/
}
.cont.ct-news .gds-wrap .tckBT{
    margin: 2.0em 0 0;
    text-align: center;
}
.cont.ct-news .gds-wrap .tckBT span p::after{
    display: none;
}
.cont.ct-news .gds-wrap .tckBT span p::before{
    content: "\f0da";
    display: inline-block;
    margin: 0 0.5em 0 0;
    font: var(--fa-font-solid);
    font-size: 1em;
    letter-spacing: 0;
    line-height: 1em;
    transform: rotate(180deg);
}

.cont.ct-news .gds-wrap .pager{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}
.cont.ct-news .gds-wrap .pager .prev,
.cont.ct-news .gds-wrap .pager .next{
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #cd91be;
    border-radius: 3px;
    transition: all 0.15s ease-in-out;
}
.cont.ct-news .gds-wrap .pager .prev:hover,
.cont.ct-news .gds-wrap .pager .next:hover{
    background-color: #cd91be;
}
.cont.ct-news .gds-wrap .pager .prev:hover:after{
    border-right: 8px solid #fff;
}
.cont.ct-news .gds-wrap .pager .next:hover:after{
    border-left: 8px solid #fff;
}
.cont.ct-news .gds-wrap .pager .prev:after,
.cont.ct-news .gds-wrap .pager .next:after{
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.15s ease-in-out;
}
.cont.ct-news .gds-wrap .pager .prev:after{
    border-top: 8px solid transparent;
    border-right: 8px solid #cd91be;
    border-bottom: 8px solid transparent;
}
.cont.ct-news .gds-wrap .pager .next:after{
    border-left: 8px solid #cd91be;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.cont.ct-news .gds-wrap .pager ol{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 10px 0 0;
    padding: 0;
}
.cont.ct-news .gds-wrap .pager ol li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 10px;
    text-align: center;
    width: 30px;
    border: 2px solid #cd91be;
    border-radius: 3px;
}
.cont.ct-news .gds-wrap .pager ol li a{
    display: block;
    font-size: 1rem;
    font-weight: 700;
    height: 100%;
    line-height: 30px;
    width: 100%;
    color: #cd91be;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    transition: all 0.15s ease-in-out;
}
.cont.ct-news .gds-wrap .pager ol li a:hover,
.cont.ct-news .gds-wrap .pager ol li.current a{
    background-color: #cd91be;
    color: #fff;
}

/* --- PRODUCTION NOTE --- */
.cont.ct-production-note .ct-title{
    width: 95%;
    margin: 100px auto 50px;
}
.cont.ct-production-note .gds-wrap .sp-view{
    display: none;
}
.cont.ct-production-note .gds-wrap p{
    margin: 0;
}
.cont.ct-production-note .gds-wrap ul li,
.cont.ct-production-note .gds-wrap ul{
    list-style-type: none;    
    margin: 0;
    padding: 0;
}
.cont.ct-production-note .gds-wrap .lead{
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
}
.cont.ct-production-note .gds-wrap .list li{
    margin-bottom: 20px;
}
.cont.ct-production-note .gds-wrap .tabs{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 50px;
}
.cont.ct-production-note .gds-wrap .tabs li{
    width: 33%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 1% 0 0;
    text-align: center;
    font-size: .8rem;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.15s ease-in-out;
    padding: 0 5px;
}
.cont.ct-production-note .gds-wrap .tabs li.sec{
    border: #cd91be 1px solid;
}
.cont.ct-production-note .gds-wrap .tabs li.sec a{
    color: #cd91be;
}
.cont.ct-production-note .gds-wrap .tabs li.sec:hover{
    background-color: #cd91be;
}
.cont.ct-production-note .gds-wrap .tabs li.sec.current{
    background-color: #cd91be;
}

.cont.ct-production-note .gds-wrap .tabs li.fst{
    border: #d4b452 1px solid;
}
.cont.ct-production-note .gds-wrap .tabs li.fst a{
    color: #d4b452;
}
.cont.ct-production-note .gds-wrap .tabs li.fst:hover{
    background-color: #d4b452;
}
.cont.ct-production-note .gds-wrap .tabs li.fst.current{
    background-color: #d4b452;
}

.cont.ct-production-note .gds-wrap .tabs li.thd{
    border: #ff9b96 1px solid;
}
.cont.ct-production-note .gds-wrap .tabs li.thd a{
    color: #ff9b96;
}
.cont.ct-production-note .gds-wrap .tabs li.thd:hover{
    background-color: #ff9b96;
}
.cont.ct-production-note .gds-wrap .tabs li.thd.current{
    background-color: #ff9b96;
}
.cont.ct-production-note .gds-wrap .tabs li:last-child{
    margin: 0;
}
.cont.ct-production-note .gds-wrap .tabs li a{
    border-radius: 5px;
    display: block;
    transition: all 0.15s ease-in-out;
}
.cont.ct-production-note .gds-wrap .tabs li a,
.cont.ct-production-note .gds-wrap .tabs li>span{
    padding: 10px 0;
}
.cont.ct-production-note .gds-wrap .tabs li a:hover{
    color: #fff;
}
.cont.ct-production-note .gds-wrap .tabs li>span{
    display: block;
}
.cont.ct-production-note .gds-wrap .tabs li.current>span{
    color: #fff;
}
.cont.ct-production-note .gds-wrap .tabs li>*>span{
    font-size: 1.1rem;
}
.cont.ct-production-note .gds-wrap .tabs li.grey{
    border: #ccc 1px solid;
}
.cont.ct-production-note .gds-wrap .tabs li.grey{
    background-color: #ccc;
    color: #fff;
}
.cont.ct-production-note .gds-wrap .tabs li.grey:hover{
    background-color: #ccc;
}

.cont.ct-production-note .gds-wrap .body{
    border-radius: 5px;
    border: #d4b452 1px solid;
}
.cont.ct-production-note .gds-wrap .body.sec{
    border: #cd91be 1px solid;
}
.cont.ct-production-note .gds-wrap .body.thd{
    border: #ff9b96 1px solid;
}
.cont.ct-production-note .gds-wrap .body .inner{
    background-color: #fff;
    padding: 60px 80px 10px;
    margin: 8px;
    border-radius: 5px;
}
.cont.ct-production-note .gds-wrap .body .inner>div{
    margin: 0 0 50px;
}
.cont.ct-production-note .gds-wrap .body .inner>div h2{
    text-align: center;
    font-size: 1.4rem;
    color: #d4b452;
    border-bottom: 4px dotted #d4b452;
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-family: 'Noto Sans JP', sans-serif;
}
.cont.ct-production-note .gds-wrap .body.sec .inner>div h2{
    color: #cd91be;
    border-bottom: 4px dotted #cd91be;
}
.cont.ct-production-note .gds-wrap .body.thd .inner>div h2{
    color: #ff9b96;
    border-bottom: 4px dotted #ff9b96;
}
.cont.ct-production-note .gds-wrap .body .inner>div>p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.06em;
    color: #000;
    margin: 0 0 25px;
}
.cont.ct-production-note .gds-wrap .body .inner>div>p>span{
    color: #d4b452;
}
.cont.ct-production-note .gds-wrap .body.sec .inner>div>p>span{
    color: #cd91be;
}
.cont.ct-production-note .gds-wrap .body.thd .inner>div>p>span{
    color: #ff9b96;
}
.cont.ct-production-note .gds-wrap .tckBT{
    margin: 3.0em 0 0;
    text-align: center;
}
.cont.ct-production-note .gds-wrap .tckBT span p{
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    letter-spacing: 0.09em;
}
.cont.ct-production-note .gds-wrap .tckBT span p::after{
    display: none;
}
.cont.ct-production-note .gds-wrap .tckBT span p::before{
    content: "\f0da";
    display: inline-block;
    margin: 0 0.5em 0 0;
    font: var(--fa-font-solid);
    font-size: 1em;
    letter-spacing: 0;
    line-height: 1em;
    transform: rotate(180deg);
}
/* --------- < 1000px > --------- */

@media (max-width: 1000px) {
}





/* --------- < 800px > --------- */

@media (max-width: 800px) {
    .cont.ct-news {
        padding: 0;
    }
    .cont.ct-production-note,
    .cont.ct-news {
        font-size: 0.8rem;
        line-height: 1.9em;
        letter-spacing: 0.03em;
    }
    .cont.ct-news .logo{
        width: 90%;
        margin: 70px auto 0;
    }
    .cont.ct-news .ct-title.list {
        margin: 20px 0 0 0;
    }
    .cont.ct-news .old{
        margin: 0 0 50px;
    }
    .cont.ct-news .gds-wrap h1{
        font-size: 1.1rem;
    }
    .cont.ct-news .gds-wrap ol li a{
        padding: 10px 0;
    }
    .cont.ct-news .gds-wrap article .body,
    .cont.ct-news .gds-wrap article time,
    .cont.ct-news .gds-wrap ol li a>*{
        font-size: 0.8rem;
        line-height: 1.9em;
        letter-spacing: 0.03em;
    }
    .cont.ct-news .gds-wrap .tckBT span{
        width: 60%;
    }
    .cont.ct-news .gds-wrap .pager{
        margin-top: 20px;
    }
    .cont.ct-news .gds-wrap .pager .prev,
    .cont.ct-news .gds-wrap .pager .next{
        width: 25px;
        height: 25px;
    }
    .cont.ct-news .gds-wrap .pager ol{
        margin: 0 8px 0 0
    }
    .cont.ct-news .gds-wrap .pager ol li{
        margin: 0 0 0 8px;
        width: 25px;
    }
    .cont.ct-news .gds-wrap .pager ol li a{
        padding: 0;
        font-size: .8rem;
        line-height: 25px;
    }
    .cont.ct-news .gds-wrap .pager .prev:after{
        border-top: 6px solid transparent;
        border-right: 6px solid #cd91be;
        border-bottom: 6px solid transparent;
    }
    .cont.ct-news .gds-wrap .pager .next:after{
        border-left: 6px solid #cd91be;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }

    /* --- PRODUCTION NOTE --- */
    .cont.ct-production-note .ct-title{
        width: calc(100% - 40px);
        margin: 20px auto 30px;
    }
    .cont.ct-production-note .gds-wrap .sp-view{
        display: block;
    }
    .cont.ct-production-note .gds-wrap .pc-view{
        display: none;
    }
    .cont.ct-production-note .gds-wrap .lead{
        text-align: left;
        margin-bottom: 30px;
    }

    .cont.ct-production-note .gds-wrap .tabs{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .cont.ct-production-note .gds-wrap .tabs li{
        width: 47%;
        margin: 0 3% 0 0;
        font-size: 0.8rem;
        padding: 0;
    }
    .cont.ct-production-note .gds-wrap .tabs li>*{
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }
    .cont.ct-production-note .gds-wrap .tabs li>*>span{
        font-size: 1rem;
    }
    .cont.ct-production-note .gds-wrap .tabs li.sec{
        margin: 0;
    }
    .cont.ct-production-note .gds-wrap .tabs li.sec>a{
        height: calc(100% - 20px);
    }
    .cont.ct-production-note .gds-wrap .tabs li.sec>span{
        height: 100%;
    }
    .cont.ct-production-note .gds-wrap .tabs li.thd{
        margin: 3% 0 0;
    }
    .cont.ct-production-note .gds-wrap .body .inner{
        padding: 30px 20px 5px;
        margin: 5px;
    }
    .cont.ct-production-note .gds-wrap .body .inner>div{
        margin: 0 0 40px;
    }
    .cont.ct-production-note .gds-wrap .body .inner>div:last-child{
        margin: 0 0 25px;
    }
    .cont.ct-production-note .gds-wrap .body .inner>div h2{
        font-size: 1.1rem;
        text-align: left;
        border-bottom: 3px dotted #ff9b96;
    }
    .cont.ct-production-note .gds-wrap .body .inner>div>p{
        font-size: .8rem;
        margin: 0 0 20px;
    }
}