@charset "UTF-8";

body#sitetop {
  background: #f2f2ee;
}

#top_visual {
  margin: 10px 10px 18px;
  border-radius: 7px;
  overflow: hidden;
}

#top_visual > ul > li{
  width: 100%;
  height: 0;
  padding-top: 56.603%;
  position: relative;
  line-height: 0;
}

#top_visual a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .2s;
}

#top_visual a:hover {
  opacity: .8;
}

#top_visual img {
  display: block;
  position: absolute;
  max-width: inherit;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  #tw_tl,
  #tw_btn {
    display: none!important;
  }
}

@media screen and (min-width: 751px), print {
  #top_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1480px;
    padding-top: 20px;
    padding-bottom: 85px;
    margin: 0 10px;
  }

  #top_visual {
    width: 100%;
    margin: 0 0 30px;
    order: 1;
    box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.2);
    border-radius: 20px;
  }

  #top_visual > ul > li{
    padding-top: 600px;
  }

  #top_visual img {
    height: 600px;
  }
    
  #top_aside {
    order: 2;
    width: 310px;
  }
  
  #top_aside #top_header {
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.2);
    overflow: hidden;
  }
  
  #top_header #tw_tl {
    height: 500px;
  }

  #top_header #tw_btn {
    padding:  28px 0 34px;
  }
  
  #top_header #tw_btn a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url("/img/btn_tw.png") no-repeat;
    background-size: contain;
    transition: .2s;
  }
  
  #top_header #tw_btn a:hover {
    opacity: .8;
  }
  
  #top_main {
    order: 3;
    width: calc(100% - 330px);
  }

  #top_main .section,
  #top_main .section-border {
    padding-left: 0;
    padding-right: 0;
  }
  
}

@media screen and (min-width: 1500px) {
  #top_wrapper {
    margin: 0 auto;
  }
  
}


/* top_info */
@media screen and (max-width: 750px) {
  #top_main {
    padding: 0 10px;
  }
  
  #top_main .section_header {
    margin-bottom: 12px;
  }
  
  #top_info {
    margin-bottom: 18px;
  }
  
  .info_list {
    margin-bottom: 21px;
  }
  
  .info_list > li {
    padding: 0 8px 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #dfdfd0;
  }
  
  .info_list > li .info_data {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .info_list > li .info_data > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4px;
  }

  .info_list > li .info_data .info_date {
    width: 115px;
    margin-bottom: 8px;
    font-size: 13px;
    box-sizing: border-box;
  }
  
  .info_list > li .info_data .info_category {
    margin-bottom: 4px;
  }
  
  .info_list > li .info_data .info_category:not(:last-child) {
    margin-right: 9px;
  }

  .info_list > li .info_data .info_category a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5px 0;
    color: #222;
    font-size: 14px;
    text-align: center;
    text-decoration: none;  
    font-feature-settings: "palt" 1;
  }

  .info_list > li .info_data .info_category.cat_dealer a,
  .info_list > li .info_data .info_category.cat_general a  {
    min-width: 131px;
  }
  
  .info_list > li .info_data .info_category.cat_wf a {
    width: 91px;
  }

  .info_list > li .info_title {
    font-size: 16px;
    line-height: 1.375;
    font-feature-settings: "palt" 1;
  }
  
  .info_list > li .info_title a  {
    color: #222;
    text-decoration: none;
  }
  
}

@media screen and (min-width: 751px), print {
  #top_info {
    margin-bottom: 30px;
  }
  
  .info_list {
    margin-bottom: 14px;
  }
  
  .info_list > li {
    padding: 11px 23px 8px;
    border-bottom: 1px solid #dfdfd0;
  }
  
  .info_list > li .info_title {
    margin-bottom: 3px;
  }
  
  .info_list > li .info_data {
    display: flex;
    align-items: center;
    margin-right: 11px;
    font-size: 14px;
  }

  .info_list > li .info_data > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .info_list > li .info_data .info_date {
    width: 130px;
    flex: none;
    margin-bottom: 3px;
  }
  
  .info_list > li .info_data .info_category {
    margin-right: 9px;
    margin-bottom: 3px;
  }

  .info_list > li .info_data .info_category a {
    display: block;
    padding: 5px 0;
    color: #222;
    text-align: center;
    text-decoration: none;  
    font-feature-settings: "palt" 1;
  }

  .info_list > li .info_data .info_category.cat_dealer a,
  .info_list > li .info_data .info_category.cat_general a  {
    min-width: 131px;
  }
  
  .info_list > li .info_data .info_category.cat_wf a {
    width: 91px;
  }

  .info_list > li .info_title {
    line-height: 1.3;
  }
  
  .info_list > li .info_title a  {
    color: #222;
    text-decoration: none;
  }

  .info_list > li .info_title a:hover  {
    color: #ff800d;
  }
  
  .button_info a {
    width: 270px;  
  }
  
}

@media screen and (min-width: 1200px) {
  .info_list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .info_list > li .info_data {
    width: 370px;
  }

  .info_list > li .info_title {
    width: calc(100% - 385px);
  }
  
}


/* bnr_ */
@media screen and (max-width: 750px) {
  #bnr_type,
  #bnr_wonder {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
  }
  
  #bnr_wonder {
    margin-bottom: 11px;
  }
  
  #bnr_type > li,
  #bnr_wonder > li {
    width: calc(50% - 12px);
    margin-left: 12px;
    margin-bottom: 10px;
    line-height: 1;
  }
  
  #bnr_outlink {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px;
    margin-bottom: 38px;
  }
  
  #bnr_outlink > li {
    width: calc(33.3% - 11px);
    margin-left: 11px;
    margin-bottom: 12px;
    line-height: 1;
  }

  .tw_xs_button {
    text-align: center;
  }
  
  .tw_xs_button a svg {
    display: inline;
    position: static;
    margin-right: 5px;
    vertical-align: middle;
  }

  .bnr_list li a {
    display: block;
    border-radius: 2.1vw;
    overflow: hidden;
  }
  
  .bnr_list li a img {
    width: 100%;
  }


}

@media screen and (min-width: 751px), print {
  #bnr_type,
  #bnr_wonder {
    display: flex;
    margin-left: -10px;
  }
  
  #bnr_type {
    margin-bottom: 6px;
  }
  
  #bnr_wonder {
    flex-wrap: wrap;
    margin-bottom: 7px;
  }
  
  #bnr_type > li,
  #bnr_wonder > li {
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 1;
  }

  #bnr_type > li {
    width: 50%;
  }

  #bnr_wonder > li {
    width: calc((100% - 31px)/3);
  }
  
  #bnr_outlink {
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
  }
  
  #bnr_outlink > li {
    width: 25%;
    padding-left: 13px;
    margin-bottom: 16px;
    line-height: 1;
  }
  
  .bnr_list li a {
    display: block;
    line-height: 0;
    transition: .2s;
    box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.2);
    border-radius: 1.187vw;
    overflow: hidden;
  }

  .bnr_list li a:hover {
    opacity: .8;
  }  
  
  .bnr_list li a img {
    width: 100%;
  }

  .tw_xs_button {
    display: none !important;
  }
}

@media screen and (min-width: 751px) and (max-width:1094px) {	
  .bnr_list li a {
    border-radius: 13px;
  }
}

@media screen and (min-width: 1500px) {
  #bnr_type,
  #bnr_wonder {
    margin-left: -20px;
  }
  
  #bnr_type {
    margin-bottom: 8px;
  }
  
  #bnr_wonder {
    margin-bottom: 10px;
  }

  #bnr_type > li,
  #bnr_wonder > li {
    margin-left: 20px;
    margin-bottom: 20px;
  }

  #bnr_wonder > li {
    width: calc((100% - 60px)/3);
  }
  
  #bnr_outlink {
    margin-left: -23px;
  }
  
  #bnr_outlink > li {
    width: 293px;
    padding-left: 23px;
    margin-bottom: 30px;
  }
  
  .bnr_list li a {
    border-radius: 18px;
  }
  
  #bnr_outlink.bnr_list li a {
    border-radius: 18px;
  }
  
}
