@charset "utf-8";
.dummy{
  display: block;
}
.collection_list{
  width:100%;
  margin: 0 auto 60px;
}
#main_img{
  max-width: 540px;
  margin: 0 auto;
}
.collection_list a{
  transition:0.3s;
}
.collection_list a:hover{
  opacity:0.9;
}

.collection_list h3{
  text-align: center;
  font-size:24px;
  line-height: 24px;
  font-weight: 600;
  color: #685d2e;
  margin-bottom:30px;
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.collection_list h3:before{
  content:"";
  width:38%;
  height: 1px;
  background: #c6c1af;
}
.collection_list h3:after{
  content:"";
  width:38%;
  height: 1px;
  background: #c6c1af;
}
.collection_list .c_link{
  display: block;
  font-size:14px;
  padding: 15px 30px;
  line-height: 14px;
  color: #685d2e;
  text-decoration: none;
  border: solid 1px #c6c1af;
  margin: 30px auto 0;
  max-width: 300px;
  text-align: center;
  background: #FFF;
}
.disney__container{
  max-width: 1000px;
}
.disney__section{
  padding-top:60px;
}
.d_main_img{
  /*
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  */
}
@media screen and (max-width: 768px) {
  .disney__section__header__text{
    margin-bottom:40px;
  }
  .collection_list h3{
    font-size:18px;
    line-height:18px;
    margin-bottom:20px;
  }
  .collection_list h3:before{
    content:"";
    width:26%;
  }
  .collection_list h3:after{
    content:"";
    width:26%;
  }
  .collection_list .c_link{
    margin: 15px auto 0;
    max-width: 100%;
  }
  .disney__section{
    padding-top:10px;
  }
}
