/**********

subtitle

************/
.sub-title-download{
    background-color: #A7DEDA;
    font-weight: 300;   
}
.sub-title-download h1{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 14px;
    line-height: 30px;
}
.sub-title-senction h2{
    text-align: center;
    padding-bottom: 24px;
    color: #6bb84e;
    font-weight: 400;   
}
.topAll{
    display: flex;
    justify-content: space-between;
}
.topAll > *{
    vertical-align: middle;
}
.topRight{
    background:linear-gradient(to top left, rgba(255,255,255,0) 50%, #E7F4F3 50.5%) no-repeat top left/100% 100%;
    width: 114px;
    height: 114px;
}
.topLeft{
    background:linear-gradient(to top right, rgba(255,255,255,0) 50%, #E7F4F3 50.5%) no-repeat top right/100% 100%;
    width: 114px;
    height: 114px;
}
.sub-title-senction{
    padding: 80px 0;
    font-weight: 300;
}
.topMiddle{
    width: calc(100vw - 90px - 90px);
    height: 120px;
}
.sub-title-section{
    padding-bottom: 40px;
    text-align: center;
}
.sub-title-section a{
    color: #6BB84E;
    text-decoration: underline;
}
.download-title .sub-title-section{
    padding-bottom: 0;
}
.download-title{
    display: flex;
    justify-content: center;
    margin: -52px auto 52px auto;

}
.download-title p{
    text-align: left;
}
/**********

content

************/
.download-tab-content{
    justify-content: space-between; 
    width: 1080px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 62px 0;
}
.download-product h3{
    text-align: left;
    padding-bottom: 24px;
    font-size: 24px;
    font-weight: 400;    
}
.download-product h3 span{
    font-size: 16px;
    padding-right: 8px;
}
.download-product{
    border-top:solid #79BFBA 8px;
    border-bottom:solid #79BFBA 8px;
}
.download-product-content{
    background-color: #EDF9E8;
    padding: 32px;
    margin:40px 0;
}
.download-product-box{
    display: flex;
    justify-content: flex-start; 
    align-items: stretch;
}

.download-product-box .download-product-box-img a{
    display: block;
}

.download-product-box .download-product-box-img a:hover img{
    opacity: 0.7;
}

.download-product-box-detail{
    margin:0 20px;
    display: flex;
    flex-direction: column;
}
.download-product-box-txt{
    background-color: #ffffff;
    padding: 8px;
    border-radius: 0 0 10px 10px;
    height: 100%; 
}
.download-product-box-movie {
    display: flex;
    flex-direction: column;
}
.download-product-box-detail h3,
.download-product-box-movie h3{
    background-color: #B0E8E4;
    margin-bottom: 12px;
    padding: 8px;
    text-align: left;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    font-size: 20px;
}
.download-product-box-movie h3 span{
    font-weight: 200;
    padding-left: 30px;
}
.download-product-box-detail dl{
    display: flex;
    font-weight: 300;
    border-bottom:1px #DBDBDB solid;
    align-items: center;
    font-size: 14px; 
    margin: 8px 0;
    padding-bottom: 8px;  
}
.download-product-box-detail dl:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.download-product-box-detail dt{
    width: 260px;
    text-align: left;
}
.download-product-box-detail dd a{
    padding: 4px 16px;
    background-color: #79BFBA;
    color: #ffffff;
    border-radius: 24px;
    display: block;
    width: 200px;
    margin: 0;
    box-sizing: content-box;
    font-size: 14px;    
}

/******comingsoonが終わったら削除。データが届くまでの臨時策のためimportant利用******/
.comingsoon:hover {
  cursor: default;
}
.comingsoon{
    background-color: gray !important;
    color: #ffffff !important;
}
/**************************************************************************/

.download-product-box-movie dd{
    padding-bottom: 8px;
}
.download-product-box-movie-detail{
    background-color: #ffffff;
    padding: 8px;
    border-radius: 0 0 10px 10px;
}
.download-product-box-movie li {
    border-bottom: 1px solid #DBDBDB;
    padding: 8px 0;
}
.download-product-box-movie li:last-child {
    border-bottom: 0;
}
.download-product-box-movie a{
    padding: 4px 10px;
    background-color: #5F938F;
    color: #ffffff;
    border-radius: 24px;
    display: block;
    width: 85%;
    margin: 0 auto;
    font-size: 14px; 
    box-sizing: content-box;
}
.productIcon{
    vertical-align: middle;
    margin-right: 4px;
}
.no-border{
    background: none;
}
.detail-small{
    height: 100%;
}
.detail-big{
    height: 100%;
    box-sizing: border-box;
}
.download-product-content span.break{
    font-size: 24px
}
.link-position-fix{
    position: relative;
    top: -100px;
    display: block;
}
/**********

    modal

*************/
/***************

musicmodal

****************/
.videomodal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}
.video-modal-bg{
    background: rgba(0,0,0,0.2);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.video-modal-content{
    background: #fff;
    left: 50%;
    padding: 24px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 560px;
}
.video-modal-content a.video-play-close span{
    background-color: #000;
    color: #fff;
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
}
.video-modal-content a.video-play-close{
    text-align: right;
    display: block;
    padding-bottom: 12px;
}
.video-modal-content-title{
    display: flex;
    justify-content: space-between;
}
.download-product-box-movie dd a.video-play-close,
.download-product-box-movie li a.video-play-close{
        width: 0;
    background-color: #fff;
    margin: 0;
}


/**********

free

************/

.download-free{
    padding: 8px;
}
p.download-free-sub{
    font-size: 22px;
    padding: 24px 0;
}
p.download-free-sub span{
    font-size: 18px;
}
.download-free{
/*    background-color: #EDF4F9;*/
    padding: 8px;
    padding: 40px 0;
}
.download-free-content h3{
    background-color: #5495BE;
    margin-top: 36px;
    padding: 16px 32px;
    color: #ffffff;
    -webkit-border-radius: 24px 24px 0px 0px;
    -moz-border-radius: 24px 24px 0px 0px;
    border-radius: 24px 24px 0px 0px;
    font-size: 26px;
    font-weight: 300;    
}
.download-free-content-document-box{
    display: flex;
    padding: 24px 0;
    justify-content: space-between;
    background-color: #EDF4F9;       
}
.download-free-content-document-txt{
    background-color: #ffffff;
    padding: 12px;
    column-gap: 12px;
}
.download-free-content-document-txt dl{
    display: flex;
    font-weight: 300;
    border-bottom:1px #DBDBDB solid;
    align-items: center;
    font-size: 14px; 
    margin: 8px 0;
    padding-bottom: 8px;  
    justify-content: space-around;
}
.download-free-content-document-txt dl:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.download-free-content-document-txt dt{
    width: 250px;
    text-align: left;
}
.download-free-content-document-txt dd a{
    padding: 4px 16px;
    background-color: #79BFBA;
    color: #ffffff;
    border-radius: 24px;
    display: block;
    width: 200px;
    margin: 0;
    box-sizing: content-box;
}
.download-free{
    border-top:solid #5495BE 8px;
    border-bottom:solid #5495BE 8px;    
}
.download-free-content-document{
    background-color: #EDF4F9;
}
/**********

tab

************/
.download-tabs {
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  padding-top: 45px;
}
.download-tab-item {
    width: 400px;
    padding: 12.5px 15px;
    text-align: center;
    color: #565656;
    display: inline-block;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 60px;
    font-weight: 300;
    position: relative;
}
.download-tab-item:first-of-type {
    margin-right: 24px;
}
.download-tab-item h2{
    font-size: 38px;
    line-height: 40px;
}
.download-tab-item h2 span{
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: block;
}
input[name="download-tab-item"]
{
  display: none;
}
.download-tab-content {
  display: none;
  overflow: hidden;
}
#product:checked ~ #product-content,
#free:checked ~ #free-content {
  display: block;
}
.download-tab-green{
  background-color: #79BFBA;
  color: #fff;  
}
.download-tab-green:hover{
    background-color: #9BCFCB;
}
.download-tab-blue{
  background-color: #5495BE;
  color: #fff;
}
.download-tab-blue:hover{
    background-color: #7FB0CE;
}

/**********

pager

************/
.pagination{
    display: flex;
    margin: 18px auto;
    justify-content: center;
    align-items: center;
}
li.page-item{
    border:2px solid #B7C2C9;
    padding: 6px 12px;
    margin:  0 4px;
}
li.page-item.active{
    background-color: #5495BE;
}
li.page-item.prev,
li.page-item.next{
    background-color: #AFAFAF;
}
li.page-item.active a,
li.page-item.prev a,
li.page-item.next a{
    color: #ffffff;
}
li.page-item a{
    color: #000000;
}
.download-free-container{
    background-color: #ffffff;
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 0 0 10px 10px;
}
.download-free-content-img-box{
    padding: 0 24px 36px;
    background-color: #EDF4F9;
}
.download-free-content-img-box-txt{
    text-align: center;
    background-color: #5495BE;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 0 32px 16px;
}
.download-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 12px;
}
.download-box-img-content{
    border:1px solid #707070;
    margin: 12px;
    box-sizing: border-box;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.download-box-img{
    width: calc(234px);
    height: auto;
}
.download-box-img p a{
    word-break: break-word;
}
.download-box p{
    text-align: center;
}
.downloadImg{
    width: 90px;
}
@media all and (-ms-high-contrast: none){
    .download-box{
        display: -ms-inline-flexbox;
        justify-content: space-between;
        width: calc(100% - 30px);
    }
    .download-box-img-content{
        margin: 0;
    }
    .download-box-img{
        width: 210px;
        height: auto;
    }
    .download-box-img p a{
        word-break: break-word;
    }
    .download-box p{
        text-align: center;
    }
    .downloadImg{
        width: 90px;
    }
}
/**********:
modal
***********/
.modals {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}
.overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9200;
    background: rgba(255,255,255,0.8);
}
.modal-download {
    display:none;
    width: 290px;
    height: 300px;
    position: fixed;
    top: calc(50% - 150px);
    left: calc(50% - 145px);
    z-index: 9500;
    text-align: center;
}
.modalImg {
    width: 290px;
    height: 300px;
    object-fit: scale-down;    
}
.modal-download .modalClose2 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 20px;
}
.modal-usage {
    display:none;
    width: 600px;
    padding: 36px;
    background-color: rgba(142,142,142,0.9);
    position: fixed;
    top: calc(50% - 225px);
    left: calc(50% - 300px - 36px);
    z-index: 9500;
}
.modal-usage .modalClose {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ffffff;
    font-size: 28px;
    line-height: 28px;
}
.modal-usage h2{
    color: #ffffff;
}
.modal-usage dl{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    padding-top: 24px;
    color: #ffffff;
}
.modal-usage p{
    color: #fff;
    padding-top: 24px;
    font-size: 12px;
    text-align: left;
}
.modal-usage a{
    color: #ffffff;
    font-size: 28px;
    text-align: right;
    display: block;   
}

/********

tab

************/
#product:checked ~ #product-content,
#free:checked ~ #free-content {
  display: block;
}
.download-tabs input + label::before{
    content: "";
    display: none;
    position: absolute;
    right: calc(50% - 24px);
    bottom: calc(0rem - 62px);
    border-radius: 24px 24px 0 0;
    width: 48px;
    height: 24px;
}
#product:checked + label::before{
    display: block;
    background: #79BFBA;
}
#free:checked + label::before{
    display: block;
    background: #5495BE;
}
.download-tabs input:checked + label::after{
    content: "";
    border: 12px solid transparent;
    position: absolute;
    right: calc(50% - 12px);
    bottom: -32px;
    transition: all 0.2s ease;
}
#product:checked + label::after{
    border-top: 24px solid #79BFBA;
}
#product:checked + label:hover::after{
    border-top: 24px solid #9BCFCB;
}
#free:checked + label::after{
    border-top: 24px solid #5495BE;
}
#free:checked + label:hover::after{
    border-top: 24px solid #7FB0CE;
}


@media screen and (max-width: 1080px) {
    .download-product-box {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .download-product-box-movie {
        margin: 20px 20px 0;
    }
    
    .download-tab-content{
        width: 288vw;
        max-width: 100%;
    }
    .download-tab-item{
        width: 280px;
    }
    .sub-title-senction{
        overflow-wrap: break-word;
    }
    .download-free-content-document-txt dt{
        width: 220px;
    }
    .download-box-img{
        width: 19vw;
        height: auto;
    }
    .download-box-img .download-box-img-content {
        margin: 1.2vw;
        width: 19vw;
        height: 19vw;
    }
    .download-box-img p{
        width: 19vw;
    }    
}
@media screen and (max-width: 960px) {
    .download-product-content{
        padding: 2.1vw;
    }
    .download-product-box-movie .detail-big {
        height: auto;
        padding: 2.1vw;
    }
    .download-product-box-movie dd a{
        font-size: 1.6vw;
    }
    .download-product-box-detail{
        margin: 0 0.8vw;
    }
    .download-product-box{
        grid-template-columns: 1fr 1fr;
        grid-gap: 12px;
    }
    .download-product-box-img{
        /* grid-row: 1/3; */
    }
    .download-product-box-img img{
        width: 20vw;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    .download-product-box-movie{
        /* grid-column: 2/3; */
        padding: 8px;
    }
    .detail-big {
        height: 80px;
        padding: 24px 0;
    }
    .detail-small {
         height: 45px; 
        padding: 24px 0;         
    }
    .download-product-box-movie h3 span {
        padding-left: 25vw;
    }    
    .download-free-content-document-txt{
        margin: 3.2vw auto;
    }
    .download-tab-item {
        width: 250px;
    }
    .download-tab-item h2{
        font-size: 3.5vw;
        line-height: 5.5vw;
    }
    .download-tab-item h2 span{
        font-size: 2.5vw;
        line-height: 5vw;
    }
    .downloadImg{
        width: 60px;
    }
    .download-box-img-content{
        padding: 3vw 0;
    }
    .download-box-img{
        width: 19vw;
        height: auto;
    }
    .download-box-img .download-box-img-content {
        margin: 1.2vw;
        width: 19vw;
        height: 19vw;
    }
    .download-box-img p{
        width: 19vw;
    }
    .download-free-content-document-box{
        display: block;
    }
}
@media screen and (max-width: 680px) {
    .download-title{
        width: 288vw;
        max-width: 80%;
    }
    .download-title{
        margin-top: -5vw;
    }
    .topRight{
        height: 80px;
        margin-right: 50%;
    }
    .topLeft{
        height: 80px;
        margin-left: 20%;       
    }
    .sub-title-section{
        padding: 0 3.2vw;
        text-align: left;
    }   
    .download-tabs input + label::before{
        right: calc(50% - 4vw);
        bottom: calc(0rem - 10vw);
        border-radius: 4vw 4vw 0 0;
        width: 8vw;
        height: 4vw;
    }
    .download-tabs input:checked + label::after{
        bottom: -2.1rem;
    }    
    .download-tab-content{
        padding: 9.6vw 0;
    }
    .download-tab-item{
        width: 40%;
        font-size: 4.6vw;
        padding: 2.1vw 4.2vw;
    }
    .download-tab-item:first-of-type{
        margin-right: 0;
    }
    .download-tab-item span{
        font-size: 2.1vw;
        display: block;
    }
    .download-tab-item h2 span{
        font-size: 3vw;
    }
    .download-product-box{
        display: block;
    }
    .download-product-box {
        grid-template-columns: none;
    }
    .sub-title-senction{
        padding: 3.8vw 0 0 0;
    }
    .download-tabs{
        padding-top:6.4vw;
    }
    .download-product-box-movie dd a {
        font-size: 3.2vw;
    }    
    .download-product h3{
        font-size: 4.6vw;
        text-align: center;
    }
    .download-product-box-img img {
        width: 40vw;
    } 
    .download-product-content {
        padding: 10.6vw 2.1vw 8vw;
    }
    .download-product-box-detail h3, .download-product-box-movie h3{
        font-size: 3.8vw;
    }
    .download-product-box-detail dd a{
        width: 40vw;
    }
    .download-product-box-img{
        margin-bottom: 8vw;
    }
    .download-product-box-movie dd:last-child {
        padding-bottom: 0;
    }
    .download-product-box-txt {
        margin-bottom: 0;
    }
    .download-product-box-movie {
        padding: 0;
        margin-top: 3.8vw;
    }
    .detail-big {
        height: 20vw;
    }
    .detail-small{
        padding: 2.1vw 0;
        height: auto;       
    }
    .download-free-content h3{
        padding: 4vw;
        font-size: 4.8vw;
    }
    .download-free-content-document-txt dl{
        display: block;
    }
    .download-free-content-document-txt {
        margin: 3.2vw auto;
        width: 98%;
    }
    .download-free-content-document-txt dt {
        width: 100%;
        text-align: center;
    }
    .download-free-content-document-txt dd a{
        width: 60vw;
        margin: 2.1vw auto 0 auto;
    }
    .download-free-content-img-box{
        padding: 2.1vw;
    }
    .download-free-container{
        padding: 2.1vw;
    }
    .download-box{
        grid-template-columns: 1fr 1fr;
        column-gap: 2.1vw;
        row-gap: 3.6vw;
    }
    .downloadImg{
        width: 30vw;
    }
    .download-box-img .download-box-img-content {
        margin: 1.2vw;
        width: 39.4666vw;
        height: 39.4666vw;
    }

    li.page-item.prev a, li.page-item.next a,
    li.page-item a{
        font-size: 3.2vw;
    }
    .pagination{
        margin-bottom: 4.8vw;
    }
    .modalRegular .innerlRegular,
    .overLayRegular{
        width: 70vw;
        left: 20vw;
    }
    p.download-free-sub{
        font-size: 3.2vw;
        padding: 4.2vw 0;
    }
    p.download-free-sub span{
        font-size: 2.4vw;
    } 
    .download-product-box-detail dd a{
        padding: 0.8vw 2.1vw;
        font-size: 3.2vw;
        width: 46vw;
    }  
    .productIcon{
        vertical-align: middle;
    } 
    span.break:before {
        content: "\A";
            white-space: pre;
    } 
    .download-free-content-document-txt{
        padding: 2.1vw 0;
    }
    .download-free-content-document-box{
        padding: 2.1vw;
    }
    .modal-usage {
        width: calc(100% - 36px);
        padding: 36px 18px 18px;
        left: 0;
    }
    .download-box-img{
        width: 40vw;
        height: auto;
    } 
    .video-modal-content{
        width: 80vw;
    }
}
@media all and (-ms-high-contrast: none)and (max-width: 680px){
    .download-box{
        display:-ms-grid;
    }
    .download-box-img-ie1{
        -ms-grid-row:1;
        -ms-grid-column:1;
    }
    .download-box-img-ie2{
         -ms-grid-row:1;       
        -ms-grid-column:2;
        margin-left: 6.8vw;
    } 
    .download-box-img-ie3{
        -ms-grid-row:2;         
        -ms-grid-column:1;
    }
    .download-box-img-ie4{
        -ms-grid-row:2;         
        -ms-grid-column:2;
        margin-left: 6.8vw;
    } 
    .download-box-img-ie5{
        -ms-grid-row:3;         
        -ms-grid-column:1;
    }
    .download-box-img-ie6{
        -ms-grid-row:3;         
        -ms-grid-column:2;
        margin-left: 6.8vw;
    } 
    .download-box-img-ie7{
        -ms-grid-row:4;         
        -ms-grid-column:1;
    }
    .download-box-img-ie8{
        -ms-grid-row:4;         
        -ms-grid-column:2;
        margin-left: 6.8vw;
    } 
    .download-box-img-ie9{
        -ms-grid-row:5;         
        -ms-grid-column:1;
    }
    .download-box-img-ie10{
        -ms-grid-row:5;         
        -ms-grid-column:2;
        margin-left: 6.8vw;
    } 
    .download-box-img-ie11{
        -ms-grid-row:6;         
        -ms-grid-column:1;
    }
    .download-box-img-ie12{
        -ms-grid-row:6;         
        -ms-grid-column:2;
        margin-left: 6.8vw;
    }                   
    .download-tab-item h2{
        font-size: 4vw;
    }
    .downloadImg{
        width: 25vw;
    }
    .download-box-img-content{
        width: 40vw;
        height: 40vw;
    }     
}
