.p-download {
    margin-bottom: 0!important;
}

.c-pagettl {
    background: url(../img/download/bg_ttl.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 85px;
}

.c-pagettl #breadcrumb{
    background:transparent;
}

.c-pagettl .c-pagettl__block .ttl {
    background: #EF5153;
    display: inline-block;
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 50px;
    position: relative;
    z-index: 1;
    color:#fff;
}

.c-pagettl .c-pagettl__block .box {
    background: #fff;
    margin-left: 17px;
    display: flex;
    padding: 75px 80px 35px 40px;
    margin-top: -47px;
    justify-content: space-between;
}

.c-pagettl .c-pagettl__block .ttl:after {content: '';width: 0;height: 0;border-style: solid;border-width: 0 17px 17px 0;border-color: transparent #D3A812 transparent transparent;position: absolute;bottom: 0;left: 0;transform: translateY(100%);}

.c-pagettl .c-pagettl__block .content {
    width: 800px;
}

.c-pagettl .c-pagettl__block .box-ttl {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 25px;
}

.c-pagettl .c-pagettl__block .box p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
}

.c-pagettl .c-pagettl__block .box .ico {
    width: 200px;
    text-align: right;
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 992px){
    .c-pagettl .c-pagettl__block .box{
        flex-direction:column-reverse;
    }
    .c-pagettl .c-pagettl__block .box .ico{
        margin-bottom:20px;
    }

    .c-pagettl .c-pagettl__block .content{
        width:100%;
    }
}

@media screen and (max-width: 767px){
    .c-pagettl .c-pagettl__block .ttl{
        font-size: 2.4rem;
        padding: 5px 15px;
    }

    .c-pagettl .c-pagettl__block .ttl:after{
        border-width: 0 10px 10px 0;
    }

    .c-pagettl .c-pagettl__block .box{
        margin-left:10px;
        margin-top:-21px;
        padding: 50px 15px 20px;
    }
    .c-pagettl .c-pagettl__block .box .ico{
        width:160px;
        margin: 0 auto 30px;
    }

    .c-pagettl .c-pagettl__block .box-ttl{
        font-size:2rem;
        margin-bottom: 15px;
    }
    .c-pagettl .c-pagettl__block .box p{
        font-size:1.5rem;
        line-height: 1.8;
    }
}


/*************/
.p-download .l-content{
    background:#FBFBFB;
}
.p-download .c-pagettl .box {
    position: relative;
    padding-bottom: 25px;
    margin-top: -38px;
}

.p-download .c-pagettl .box .ico {
    position: absolute;
    right: 80px;
    top: 10px;
    width: 185px;
    display: block;
}

.p-download .c-pagettl .box .content {
    width: calc(100% - 250px);
}

.p-download .c-pagettl {
    padding-bottom: 50px;
}

.p-download .c-pagettl__block .ttl {
    font-size: 3.5rem;
}

.p-download .c-pagettl #breadcrumb {
    margin-bottom: 15px;
}

.d-slider{
    position:relative;
    padding:45px 0 40px;
}

.d-slider__main .item{
    width:34.96vw;
    margin:0 3vw;
    padding: 0px 10px 20px;
    transition: all 0.8s ease-in-out;
    transition-delay: 0.2s;
}

.d-slider__main .thumb{
    /* box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.16); */
    /* position:relative;
    padding-bottom: 56.25%; */
}

.d-slider__main .thumb img {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; */
    border-radius: 15px;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.16);
}

.slick-slide:not(.slick-center) a{
    transform: scale(0.65);
    transition-timing-function: ease-out;
    transition-delay: 0s;
}

.d-slider__control{
    position:absolute;
    width:42vw;
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto;
    left:0;
    right:0;
    top: calc(9vw + 45px);
}

.d-slider__control .arrow {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 30px;
    box-shadow: 0 1.5px 10px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    cursor: pointer;
}

.d-slider__control .arrow.next {
    transform: scaleX(-1);
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots .slick-active button {
    background: #EF5153;
}

.slick-dots button {
    font-size: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: #E4E4E4;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 8px;
}

.c-categoryBox {
    background: #F5F5F5;
    border-radius: 4px;
    padding: 45px 45px 25px 35px;
    display: flex;
}

.c-categoryBox__ttl .en {
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-family: 'Montserrat';
    line-height: 1;
    margin-bottom: 5px;
}

.c-categoryBox__ttl .ja {
    font-size: 1.3rem;
    font-weight: 500;
}

.c-categoryBox__ttl {
    width: 165px;
    flex-shrink: 0;
}

.c-categoryBox__list{
    flex:auto;
}

.c-categoryBox__list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.c-categoryBox__list ul li {
    width: 19%;
    margin-bottom:1.25%;
}

.c-categoryBox__list ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e3e3e3;
    color: #333;
    border-radius: 4px;
    padding: 9px 5px;
    font-weight: bold;
    font-size:1.4rem;
    line-height: 1.4;
}

@media screen and (min-width: 768px){
    .c-categoryBox__list ul li:not(:nth-child(5n)) {
        margin-right:1.25%;
    }
}

.c-categoryBox .clear {
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: bold;
    color: #7C7C7C;
    width: 85px;
    height: 37px;
    background: #E4E4E4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    margin-left: auto;
    border:none;
    cursor: pointer;
}

.p-download .c-categoryBox{
    margin-bottom: 45px;
}

.d-cardList {
    display: flex;
    flex-wrap: wrap;
}

.d-cardList .item {
    width: 32%;
    margin-bottom: 45px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 10px 10px rgba(0,0,0,0.06);
    transition:all 300ms ease;
    position: relative;
    padding-bottom: 55px;
}

@media screen and (min-width: 768px){
    .d-cardList .item:not(:nth-child(3n)) {
        margin-right: 2%;
    }
}

.d-cardList .content {
    padding: 0 20px;
    position: relative;
}

.d-cardList .cat span {
    font-size: 1.2rem;
    font-weight: bold;
    background: linear-gradient(to right, #7DD4B5, #81F794);
    border-radius: 10px;
    padding: 8px 11px;
    line-height: 1.4;
    display: inline-block;
}

.d-cardList .content p {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top:30px;
}

.d-cardList .btn {
    width: 250px;
    height: 45px;
    background: #EF5153;
    color: #fff;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: bold;
    box-shadow: 5px 10px 10px rgba(0,0,0,0.16);
    margin: 0 auto;
}

.d-cardList .btn .ico {
    width: 14px;
    display: flex;
    margin-left: 10px;
    align-items: center;
}

@media screen and (min-width: 768px){
    .d-cardList .item:hover{
        transform: scale(0.95);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    }
}

.d-cardList .item .thumb img{
    transition: 300ms ease;
}

@media screen and (min-width: 768px){
    /* .d-cardList .item:hover .thumb img{
        transform: scale(0.8);
        border-radius: 10px;
        filter: brightness(97%);
        transition: cubic-bezier(0.4,1.27,0.74,1.26) 0.4s;
    } */
}

.p-download .l-contact{
    background:#FBFBFB;
}

.p-download .l-contact:after{
    display:none;
}

@media screen and (max-width: 767px){
    .p-download .c-pagettl__block .ttl{
        font-size:2rem;
    }

    .p-download .c-pagettl .box .ico{
        position:static;
    }

    .p-download .c-pagettl .box .content{
        width:100%;
    }

    .d-slider__main .item{
        width:80vw;
    }

    .p-download .c-pagettl .box{
        margin-top:-22px;
    }

    .d-slider__control{
        width:97vw;
        top: calc(17vw + 45px);
    }

    .c-categoryBox{
        display:block;
        padding:30px 15px;
    }

    .c-categoryBox__ttl{
        width:100%;
        margin-bottom: 20px;
    }

    .c-categoryBox__ttl .en{
        font-size:1.8rem;
    }

    .c-categoryBox__ttl .ja{
        font-size:1.2rem;
    }

    .c-categoryBox__list ul li{
        width:48.5%;
        margin-bottom: 3%;
    }

    .c-categoryBox__list ul{
        justify-content: space-between;
    }

    .d-cardList .item{
        width:100%;
        opacity: 1!important;
    }
}

/********* single **********/
.single-download #header {
    display: none;
}

.single-download .l-footer {
    display: none;
}

.single-download .l-message {
    display: none;
}

.single-download #toTop{
    display:none;
}

.single-download main{
    margin:0 0;
}

.single-download .fixed-bot{
    display:none!important;
}

.s-download .wrapper{
    padding-right:375px;
}

.s-download{
    margin-bottom:0!important;
}

.s-download .form{
    width:375px;
    flex-shrink:0;
    background:#F7F7F7;
    position:fixed;
    top:0;
    right:0;
    height:100%;
    overflow-y:auto;
    padding:70px 15px;
}

.form__main .row{
    margin-bottom:20px;
}

.form__main .head{
    font-size:1.4rem;
    font-weight:bold;
    margin-bottom:8px;
}

.form__main .head .lbl{
    font-size:1rem;
    color:#fff;
    background:#EF5153;
    border-radius:4px;
    padding:5px;
    display:inline-block;
    line-height:1;
    margin-left:5px;
}

.form__main .head .lbl.option{
    background:#333;
}

.form__main input[type="text"]{
    width:100%;
    outline:none;
    height:37px;
    border:1px solid #fff;
    border-radius:3px;
    font-size:1.3rem;
    padding:0 10px;
}

.form__main input[type="text"]::placeholder{
    font-weight:bold;
    color:#ccc;
}

.form__main textarea{
    height:70px;
    width:100%;
    border:1px solid #fff;
    outline:none;
    resize:none;
    border-radius:4px;
    font-family:inherit;
    font-size:1.3rem;    
    padding:10px;
}

.form__main textarea::placeholder{
    font-weight:bold;
    color:#ccc;
}

.form__main p{
    font-size:1.1rem;
    font-weight:bold;
    line-height:1.36;
    width:100%;
}

.form__main p .link{
    display:inline;
    font-size:inherit;
    text-decoration:underline;
}

.sb-downloadBtn input {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    border: none;
    font-size: 0;
}

.sb-downloadBtn {
    position: relative;
    width: 100%;
    background: #EF5153;
    border: 5px solid #fff;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 30px;
    height: 60px;
    font-weight: bold;
    font-size: 1.5rem;
    transition: .3s ease;
}

.sb-downloadBtn .ico {
    width: 16px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.sb-downloadBtn:hover {
    opacity: 0.7;
}

.form__main input[type="text"]:focus {
    border-color: #EF5153;
}

.form__main textarea:focus {
    border-color: #EF5153;
}

.s-download .wrapper .content {
    padding: 50px;
    background:#FBFBFB;
}

.s-download .wrapper .content .bg{
    background:#fff;
}

.s-download .l-content .thumb img{
    width:100%
}

.s-download .l-content .inner {
    padding: 0 25px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
}

.s-download .l-content .thumb {
    margin-bottom: 25px;
}

.s-download .l-content {
    margin-bottom: 100px;
}

.s-download .l-refer .ttl {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 25px;
}

.s-download .l-refer .images {
    display: flex;
    flex-wrap: wrap;
}

.s-download .l-refer .image {
    width: 32%;
    /* margin-bottom: 2%; */
}

@media screen and (min-width: 768px){
    .s-download .l-refer .image:not(:nth-child(3n)) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 992px){
    .s-download .form{
        position:static;
        width:100%;
    }

    .s-download .wrapper{
        padding-right:0;
    }
}

@media screen and (max-width: 767px){
    .s-download .wrapper .content{
        padding: 0;
    }

    .s-download .l-content .inner{
        padding:0 15px;
    }

    
    .s-download .l-refer .images{
        justify-content: space-between;
    }

    .s-download .l-refer .image{
        width:48.5%;
        /* margin-bottom: 3%; */
    }
}

.c-categoryBox__list ul a:hover{
    background: #fbd347;
    color: #333;
    opacity: 1;
}

.c-categoryBox__list ul a.is-active{
    background: #fbd347;
    color: #333;
}

.d-cardList .item .thumb {
    position: relative;
    /* padding-bottom: 56.25%; */
}

.d-cardList .item .thumb img {
    border-radius: 10px;
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; */
}

.show_a {
    -webkit-animation: list-show-a 0.5s cubic-bezier(0.215,0.61,0.355,1);
    animation: list-show-a 0.5s cubic-bezier(0.215,0.61,0.355,1);
}
.show_b {
    -webkit-animation: list-show-b 0.5s cubic-bezier(0.215,0.61,0.355,1);
    animation: list-show-b 0.5s cubic-bezier(0.215,0.61,0.355,1);
}

@keyframes list-show-a  {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes list-show-b  {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.c-categoryBox .clear:hover{
    color:#333;
}

/* 01-19-2022 */
.s-download .l-refer .images.full-width{
    display:block;
}

.s-download .l-refer .images.full-width .image:not(:nth-child(3n)){
    margin-right:0;
}

.s-download .l-refer .images.full-width .image{
    width:100%;
}

.s-download .l-refer .images.full-width .image:not(:last-child){
    margin-bottom:20px;
}

.sb-downloadBtn br {
    display: none;
}

.form__main .row .link {
    text-decoration: underline;
    display: inline;
}

@media screen and (min-width: 768px){
    .s-download .wrapper .content{
        padding-top:0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 992px){
    .s-download .l-content > .sp{
        display:block;
    }

    .sb-downloadBtn{
        max-width:300px;
        margin:0 auto;
    }
}

.s-download .l-content .sb-downloadBtn {
    margin-top: 30px;
}

@media screen and (max-width: 767px){
    .s-download .l-content{
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 767px){
    .d-cardList .content p{
        margin-bottom:15px;
    }
}

@media screen and (max-width: 992px){
    .d-slider__main .thumb img{
        border-radius: 8px;
    }
}

@media screen and (min-width: 768px){
    .p-download .c-pagettl .box{
        padding:65px 80px 35px 40px;
    }
}

/* 01-20-2022 */
.d-cardList .btn{
    max-width:100%;
}
.d-cardList .cat {
    margin-top: -18.5px;
}
@media screen and (max-width: 767px){
    .d-cardList{
        justify-content:space-between;
    }
    .d-cardList .item{
        width: 48%;
        margin-bottom: 25px;
        overflow:initial;
        border-radius: 5px;
    }

    .d-cardList .item .thumb img{
        border-radius:5px;
    }

    .d-cardList .cat span{
        font-size:1rem;
        padding: 2px 10px;
        border-radius: 2px;
    }

    .d-cardList .content{
        margin:0;
        padding: 0 10px 17px;
    }

    .d-cardList .cat{
        line-height:1;
        margin-top:-9px;
    }

    .d-cardList .content p{
        font-size:1.3rem;
        line-height:1.6;
        text-align:left;
        margin-bottom:10px;
        padding-top:15px;
    }

    .d-cardList .btn{
        height:30px;
        font-size:1rem;
    }

    .d-cardList .btn .ico{
        width:10px;
    }
}