@charset "utf-8";
/* =============== top page ================ */

a:hover {
    text-decoration: underline;
    color:#fff;
}
body{
    background-color:#151515!important;
}

/* =============== cover-slide ================ */
#cover{
    width: 100%;
    height: 100vh;
    margin-top: 80px;
}
@media screen and (max-width: 1030px){#cover{margin-top:70px}}
@media screen and (max-width: 480px){#cover{margin-top:60px}}
#cover-wrap{
    position: fixed;
    z-index: -99;
    height: 100%;
    width:100%;
    overflow: hidden;
}
.cover-bg{
    position: fixed;
    width:100%;
    height:100%;
}
.cover-slider.min.slick-initialized.slick-slider{display: none}

.cover-slider img{
    height: auto;
    width: 100%;
}
@media screen and (max-width: 768px){
    .cover-slider img{
      height: 100%;
      width:auto;
    }
}
@media screen and (max-width: 480px){
    .cover-slider.min.slick-initialized.slick-slider{display: block!important}
    .full{display: none!important}
}
.aboutcardesignacademy{
    width: 100%;
    max-width: 1350px;
    position: absolute;
    bottom: 30%;
    z-index: 10;
    margin: auto;
    color: #fff;
    text-align: left;
    font-size: 45px;
    font-weight:700;
}
h1.title_left{
    color: #d00010;
    background-color: rgba(255,255,255,0.85);
    display: inline-block;
    text-align: left;
    padding: 10px 50px;
    -webkit-animation: slideleft 2s ease 0s 1 normal;
    animation: slideleft 2s ease 0s 1 normal;
}
@-webkit-keyframes slideleft {
  0% {
    transform: translateX(-200px);
  }
  100% {
   transform: translateX(0);
  }
}

@keyframes slideleft {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
h1.title_right {
    background-color: rgba(255,0,0,0.75);
    position: relative;
    width: 100%;
    margin-top: -24px;
    text-align: center;
    padding: 24px 0;
    z-index: -1;
    -webkit-animation: slideright 2s ease 0s 1 normal;
    animation: slideright 2s ease 0s 1 normal;
}
@media screen and (min-width: 1350px){h1.title_right{background: linear-gradient(90deg,#d30000, #9c2b2900);}}
@-webkit-keyframes slideright {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideright {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}

/*================================トップページ===============================*/
.cda-charm{
    width: 100%;
    text-align:center;
    overflow: hidden;
}
.bgwhite{
    background-color:#fff;
    padding: 60px 0;
    width: 100%;
}
.cda-charm h2{
    font-size: 70px;
    font-weight: 200;
    color: #555;
}
.cda-charm:first-child .inner-pic{background-image: url(/wp-content/themes/cda_2018/images/toppage-bg/toppage-bg1.png?190620)}
.cda-charm:nth-child(2) .inner-pic{background-image: url(/wp-content/themes/cda_2018/images/toppage-bg/toppage-bg2.png?190620)}
.cda-charm:nth-child(3) .inner-pic{background-image: url(/wp-content/themes/cda_2018/images/toppage-bg/toppage-bg3.png?190620)}
.inner-pic{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner-contents-wrap1,
.inner-contents-wrap2,
.inner-contents-wrap3{
    margin:  auto;
    padding: 200px 0;
}
.inner-contents-wrap2, .inner-contents-wrap3{padding:0;}
.inner-contents-wrap2{text-align:left;}
.inner-contents-wrap3{text-align:right;}
.toppage .show768{display:none}
.text_wrap, .text_wrap2, .text_wrap3 {
    background-color: rgba(255,255,255,0.75);
    position: relative;
    padding: 30px 0;
}
@media screen and (max-width: 768px){ text_wrap{background-color: rgba(255,255,255,0.75);} }
.text_wrap2,.text_wrap3 {
    background-color: rgba(255,255,255,0.9);
    width: 45%;
    margin-left: 15%;
    display: inline-block;
    vertical-align:  middle;
    padding: 200px 0 250px;
    position:  relative;
    text-align:  center;
}
.text_wrap3 {margin-right: 15%;margin-left: 0;}
.cda-charm h3 {
    color: #d00010;
    font-weight: 500;
    border-bottom: 1px solid;
    width: 96%;
    margin:  auto;
}
.text_wrap2 .cda-charm h3{width:60%}
.cda-charm p{
    padding: 0px 30px;
    color: #333;
    font-weight: normal;
    display:inline-block;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: left;
}
.text_wrap p{max-width: 817px;}
.text_wrap2 p{max-width: 552px;}
.text_wrap3 p{max-width: 560px;}
.btn-wrap{
    width: 100%;
    padding: 20px 0;
}
.inner-contents-wrap2 .btn-wrap,.inner-contents-wrap3 .btn-wrap{
    width: 100px;
    margin: auto;
    display:  inline-block;
    vertical-align:  middle;
    padding: 0;
    position:  relative;
}
.btn, .btn2, .btn3, .btn4, .btn5{
    max-width: 257px;
    width: 27.5%;
    margin: 0 21px;
    display: inline-block;
    position: relative;
    height: 250px;
    text-align: center;
}
.btn2, .btn3, .btn4, .btn5 { width: 257px;}
.btn2, .btn4{margin-bottom: 20px;}
.btn4, .btn5{left: -220px;}
.btn3, .btn5 {margin-top: 20px;}
.btn-wrap a{
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255,0,0,0.7);
    margin: 20px 0 0 20px;
}
.btn-wrap a:hover{margin: 5px 0px;background-color:#9c2b29;}
.btn-wrap .btn5 a{background-color:rgba(0, 83, 200, 0.7)}
.btn-wrap .btn5 a:hover{background-color:#365899}
.btn-wrap p {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 80px;
    padding-left: 36px;
    display: inline-block;
    text-align: center;
    width: 100%;
    height:  100%;
    color: #fff;
    border: 1.5px solid #fff;
    border-right-width: 4px;
    border-left-width: 4px;
}

/******* Comment SlideShow ********/
#slideshow > ul{margin-bottom:0!important}
#slideshow .slick-initialized .slick-slide {
    display: inline-block;
    line-height: 1px;
    float: none;
}
#slideshow{
    position: relative;
    width: 100%;
    background-color: #fff;
}
.voice{
    width: 100vw;
    max-width: 2050px;
    padding: 50px 0;
    color: #6f6f6f;
    display: inline-block;
    vertical-align: middle;
}
.pandc_wrap{
    width: 1000px;
    margin: auto;
}
.people{
    width: 300px;
}
.people p.comentname{
    font-weight:  500;
    text-align: center;
}
.people p{
    text-align: left;
    line-height: 1.3;
    display: block;
    margin: 0 auto;
}
.comentphoto{
    width: 150px;
    height: 150px;
    margin: auto;
}
.people img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.comentname_wrap{
  padding: 10px;
  display:  inline-block;
}
.coment{
    width: 700px;
    padding: 0 15px;
    text-align:  center;
}
/*blockquote*/
blockquote{
    text-align: left;
}
blockquote p{
    line-height: 1.4;
    margin: 0;
}
.coment a{
    color: #9c2b29 !important;
    font-weight: 500;
    line-height: 15px;
    text-align: right;
    display: block;
    width:100%;
    margin-top: 10px;
}
blockquote img{
    display: inline-block!important;
    height: 50px;
    width: 50px;
}
.quote_end{text-align:  right;}
@media screen and (max-width: 1000px){
    .pandc_wrap{width: 768px;}
    .people {width: 256px;}
    .comentname_wrap{width:268px;}
    .coment{width:512px;}
}
@media screen and (max-width: 768px){
    .toppage .voice .show768{line-height:1px;}
    .pandc_wrap{width: 480px;}
    .people {width: 480px;}
    .comentphoto{width: 115px;height: 115px;display:  inline-block;vertical-align: top;margin-top: 10px;}
    .comentname_wrap{width:340px}
    .people p.comentname{text-align:left;}
    .coment{width: 480px;}
    blockquote img{width:30px;height:30px;}
}
@media screen and (max-width: 480px){
    .pandc_wrap{width: 370px;}
    .people {width: 370px;}
    .comentphoto{width: 80px;height:  80px;}
    .comentname_wrap {width: 285px;}
    .coment{width: 370px;}
    blockquote img{width:25px;height:25px;}
    blockquote img{width:30px;height:30px} 
}
@media screen and (max-width: 375px){
    .pandc_wrap{width: 320px;}
    .people {width: 320px;}
    .comentphoto{width: 70px;height:70px;}
    .comentname_wrap {width: 246px;}
    .coment{width: 320px;}
}
@media screen and (max-width: 320px){
    .pandc_wrap{width: 310px;}
    .people {width: 310px;}
    .comentname_wrap {width: 230px;}
    .coment{width: 310px;}
}
.cdamag {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0 0 30px 0;
    background-image: url(/wp-content/themes/cda_2018/images/background-cda.png?190620);
}
.cdamag h2{
    padding: 10px 0;
    background: #9c2b29;
}
.cdamag a:hover{color: yellow;}
.cdamag  p{
    padding-top: 10px;
    width:90%;
    max-width: 919px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #fff;
    font-weight: normal;
    text-align: left;
}
.cdamag-box{
    margin-top: 10px;
    margin-left:10%;
    width: 80%;
    height: 100px;
    line-height: 100px;
    background-color:gray;
}
.cdamag-box a{
    display: inline-block;
    width:100%;
    height: 100%;
    font-weight: normal;
    color: #fff!important;
    text-decoration:none;
    background-color: rgba(0,0,0,0.6);
}
.cdamag-box a:hover{
    background-color: rgba(0,0,0,0)
}
.toindex a{
    display: block;
    margin-top: 5px;
    width: 80%;
    margin-left: 10%;
    color: #fff!important;
    text-align: left;
    font-weight:500;
}
@media screen and (max-width: 1200px){.cda-charm h2{font-size: 60px;}}
@media only screen and (min-device-width: 480px) and (max-device-width: 1024px) and (orientation: landscape) {
   .aboutcardesignacademy{font-size:30px}
   .aboutcardesignacademy h1.title_right{margin-top: -12px;padding: 12px 0;}
   .inner-pic {background-attachment: scroll;}
}
/*========================================================= media screen 768px =============================*/
@media screen and (max-width: 768px){
    .aboutcardesignacademy{font-size:25px;line-height: 28px;}
    .aboutcardesignacademy h1.title_right{margin-top: -20px;padding: 20px 0;}
    .cda-charm:first-child .inner-pic{background-image: url(/wp-content/themes/cda_2018/images/toppage-bg/toppage-bg1_768.png?190620)}
    .cda-charm:nth-child(2) .inner-pic{background-image: url(/wp-content/themes/cda_2018/images/toppage-bg/toppage-bg2_768.png?190620)}
    .cda-charm:nth-child(3) .inner-pic{background-image: url(/wp-content/themes/cda_2018/images/toppage-bg/toppage-bg3_768.png?190620)}
    .cda-charm h2{font-size: 50px;}
    .inner-pic {background-attachment: scroll;}
    .text_wrap2,.text_wrap3{width: 100%;margin: 0;padding: 30px 0;}
    .text_wrap p,.text_wrap2 p,.text_wrap3 p{max-width: 540px;}
    .inner-contents-wrap1, .inner-contents-wrap2, .inner-contents-wrap3{padding: 100px 0;}
    .inner-contents-wrap2, .inner-contents-wrap3{text-align:center;}
    .inner-contents-wrap2 .btn-wrap,.inner-contents-wrap3 .btn-wrap{width: 100%;}
    .toppage .show{display:none}
    .toppage .show768{display:block;}
    .btn,.btn2,.btn3,.btn4,.btn5{width: 80%;height: 120px;margin-top: 25px;max-width: none;} 
    .btn4, .btn5{left:  auto;}
    .btn-wrap a{
    margin: 11px 0 0 11px;
}
    .btn-wrap p{padding-top:50px}
    .cdamag p{max-width:600px;display:inline-block;margin: 0 15px;}
}
/*========================================================= media screen 480px =============================*/
@media screen and (max-width: 480px){
    .aboutcardesignacademy h1.title_right{margin-top: -16px;padding: 16px 0;}
    .cda-charm:first-child .inner-pic{background-image: url(/wp-content/themes/cda_2018/images/toppage-bg/toppage-bg1_480.png?190620)}
    /*--English_version----*/
    .cda-charm:first-child .inner-pic.en{background-image: url(/wp-content/themes/cda_2018/images/toppage-bg/toppage-bg1_480en.png?190620)}
     /*--English_version  end----*/
    .cda-charm:nth-child(2) .inner-pic{background-image: url(/wp-content/themes/cda_2018/images/toppage-bg/toppage-bg2_480.png?190620)}
    .cda-charm:nth-child(3) .inner-pic{background-image: url(/wp-content/themes/cda_2018/images/toppage-bg/toppage-bg3_480.png?190620)}
    .cda-charm h2{font-size: 30px;}
    .btn-wrap{padding:0}
    .btn-wrap p{padding-top: 35px;}
    .text_wrap p,.text_wrap2 p,.text_wrap3 p{max-width: 320px;}
    .btn,.btn2,.btn3,.btn4,.btn5{height: 85px;margin: 16px 0 0;}
    .cdamag h2{
    padding: 5px 0;
}
}
/*========================================================= media screen 320px =============================*/
@media screen and (max-width: 320px){
    body{min-width:320px}
}

/*========================================================= Campaign and News =============================*/
.campaign,.news{
    color: #3d3d3d;
    position: absolute;
    top: 200px;
    right: 50px;
    z-index: 0;
    background-color: rgba(251, 255, 0, 0.75);
    padding: 22px;
    margin-left: 50px;
    animation: slideright2 3.5s ease 0s 1 normal;
    -webkit-animation: slideright2 3.5s ease 0s 1 normal;
    -webkit-border-radius: 23px;
    border-radius: 23px;
}
.news{
   top:323px;
   background-color: rgba(180, 245, 0, 0.75);
}
@media screen and (max-width: 1316px){
.news.en{top:390px;}
}
@media screen and (max-width: 768px){.campaign, {top:149px;} .news{top:300px} .news.en{top:388px}}
@media screen and (max-width: 480px){.campaign, .news {top:113px;right: 30px;margin-left: 35px;} .news{top:218px} .news.en{top: 295px;}}}
@-webkit-keyframes slideright2 {
  0% {
    transform: translateX(600px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideright2 {
  0% {
    transform: translateX(600px);
  }
  100% {
    transform: translateX(0);
  }
}
.campaign h2 span{display:inline-block}
.campaign a:hover{text-decoration:none}

/*========================================================= Ignition =============================*/
.ad_ignition.clearfix {
    width: 100%;
    background-color: #464646;
    padding: 50px 0;
    text-align: center;
    color: #c5c50f;
}
@media screen and (min-width: 680px){
  .ad_ignition .wrap{
    max-width: 1000px;
    margin:auto;
}
}
.ad_ignition span{display: block}

.bookcover {
    width: 80%;
    margin-left: 10%;
}
@media screen and (min-width: 680px){
  .bookcover{
    width: 40%;
    margin-left:0;
    display: inline-block;
}
}
.bookcover img {
    width: 100%;
}
@media screen and (min-width: 680px){
  .cntents_right {
    width: 50%;
    float: right;
    padding-right: 5%;
}
}
.ad_ignition h3 {
    width: 90%;
    text-align: left;
    margin: 20px 5% 0;
}
@media screen and (min-width: 680px){
  .ad_ignition h3 {
    margin: 0;
    font-size: 18px;
}
}

.ad_ignition h3 strong {color: #c5c50f;}

.ad_ignition h4 {
    text-align: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 5px;
    margin-bottom: 5px;
}
@media screen and (min-width: 680px){
  .ad_ignition h4 {
    width: 100%;
    display: inline-block;
    margin: 0;
    font-size: 16px;
}
}
.book_title {
    background-color: #fff;
    padding: 7px 0;
}

.book_title img {
    width: 140%;
    margin: 0 -20%;
}
@media screen and (min-width: 680px){
  .book_title img {
    width: 160%;
    margin: 0 -30%;
}
}
.link_to_amazon {
    background-color: #4d84b3;
    border-radius: 19px;
    padding: 10px;
    margin: 20px 15px 0;
}
@media screen and (min-width: 680px){
  .link_to_amazon {
   margin-top:30px;
}
}
.link_to_amazon:hover{background-color:#d0d0d0;}
.link_to_amazon a {
    color: yellow!important;
    width: 100%;
    font-size: 17px;
    display: block;
    padding: 50px 0;
    text-decoration: none!important;
    border: 1px solid;
    border-radius: 12px;
}
@media screen and (min-width: 680px){
  .link_to_amazon a {
   font-size:20px
}
}