@media screen and (max-width: 1024px) {

  #nav-toggle {
    display: block;
  }

  .header-list {
    display: none;
  }

  .profile {
    display: none;
  }

  .description {
    display: none;
  }

  .topline {
    position: fixed;
    top: 0;
    height: 90px;
    z-index: 10;
    background: #fff;
    box-shadow: 5px 5px 5px rgba(230,230,230,0.1);
  }

  .link-list {
    padding: 36px 30px 0 0;
  }

  #nav-toggle {
    top: 40px;
  }

  .logo img {
    padding-top: 36px;
  }

  .topSlider { 
    margin: 90px 0 0 0;
  }

  .topSlider img{ 
    width: 100%;
    height: 650px;
  }

  .title {
    height: 350px; 
    margin: 90px 0 0 0;
  }

  #illustration {
    padding-top: 40px;
  }

  .d-w-title {
    height: 200px;
    margin-top: 90px;
  }

  .d-w-slider {
    flex-direction: column;
    margin: 40px auto 0 auto;
    padding-top: 140px;
   }

   .dx-w-slider {
    flex-direction: column-reverse;
    margin: 40px auto 0 auto;
    padding-top: 140px;
   }

   .slider-space {
    width: 100%;
    margin: 0 auto;
  }

   .contents-space {
    margin: 46px auto 0;
    justify-content: center;
    width: 480px;
  }

  .contents-space h1 {
    font-size: 21px;
  }

  .d-caution {
    margin: 160px auto 40px auto;
  }
}


@media screen and (max-width: 768px) {

  .link-list {
    display: none;
  }

  .topSlider img{ 
    height: 450px;
  }

  .newsfeed {
    width: 83%;
  }

  .title {
    text-align: center;
    height: 350px; 
  }

  .d-category h1 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .i-contents {
    width: 80%;
  }

  .caution {
    width: 85%;
    font-size: 11.5px;
    margin: 10px auto 40px auto;
    color: #666;
  }

  .contents-left {
    display: none;
  }

  .contents-right {
    width: 80%;
    margin-left: 0;
  }

  .contents-right h1 {
    text-align: center;
  }

  .onlinestore {
    text-align: center;
  }

  .contents-right a {
    margin: 50px auto;
  }

  .about-contents {
    flex-direction: column;
    margin: 30px 0 20px 0;
    padding-top: 50px;
    text-align: center;
    width: 100%;
    height: 300px;
  }

  .about-left {
    width: 100%;
    height: 125px;
    border: none;
  }

  .about-right {
    width: 60%;
    margin: 20px auto;
    text-align: left;
  }

  .about-right p {
    border-left: 1px solid #888;
    padding: 0 0 0 30px;
  }

  .contents-space {
    width: 100%;
  }

  .footer-list ul li {
    margin: 0 6px 20px 6px;
  }
}


@media screen and (max-width: 415px) {
  
  .logo {
    margin: 0 auto;
  }
  
  .logo img {
    width: 180px;
    padding-top: 22px;
  }

  .header-list {
    display: none;
  }

  .topline {
    position: fixed;
    top: 0;
    height: 70px;
    z-index: 10;
    background: #fff;
    box-shadow: 5px 5px 5px rgba(230,230,230,0.1);
  }

  #nav-toggle {
    top: 24px;
  }

  .topSlider { 
    margin: 70px 0 0 0;
  }

  .topSlider img{ 
    height: 280px;
  }

  .newsfeed {
    margin: 10px auto 0 auto;
  }
  
  .contents-left {
    display: none;
  }

  .title {
    text-align: center;
    height: 320px; 
    margin-top: 120px;
  }

  .title-d {
    text-align: center;
    height: 230px; 
    margin-top: 80px;
  }

  .contents-right {
    width: 90%;
    margin-left: 0;
  }

  .contents-right p {
    padding: 0;
  }

  .contents-right a {
    width: 100%;
    height: 45px;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 43px; 
    border: none;
    background-color: #222;
    color: #fff;
    margin: 50px auto 80px auto;
  }

  .contents-right a:hover {
    opacity: 0.8;
    background: #666;
  }

  .d-slider {
    width: 90%;
  }

  .d-category {
      width: 90%;
  }

  .d-category h1 {
    font-size: 18px;
    letter-spacing: 2px;
  }

  #about {
    margin-top: 100px;
  }

  footer {
    height: 190px;
  }
  
  .footer-link-list {
    font-size: 12px;
  }

  .d-w-title img {
    width: 70%;
    text-align: center;
  }

  .d-w-title {
    border: none;
  }

  .d-w-slider {
    margin: 120px auto 40px auto;
    padding-top: 90px;  
  }
   
  .dx-w-slider {
    margin: 100px auto 40px auto;
    padding-top: 90px;  
  }

  .caution {
    margin: 60px auto 40px auto;
  }
}
