/* 一旦おいておくcss */
    .l-container__row.u-margin__top--60 {
      margin-top: 0;
    }
    .banner-img img {
      width: 100%;
      max-width: 750px;
      margin: auto;
    }
    section.p-page_content {
      padding: 0;
    }
    .l-container__row.u-margin__top--60.u-margin__bottom--100 {
      margin-bottom: 0;
    }

    a img:hover {
    opacity: 0.7; 
    }
  /* 一旦おいておくcss end */

  .style-page-container{
    width: 50%;
    margin: 0 auto;
  }
  .seasons_ttl{
    width: 45%;
    margin: 30px auto 40px;
    text-align: center;
    padding: 5px 10px;
  }
  .spring{
    background-color: #E4D3D3;
  }
  .summer{
    background-color: #D3E4D5;
  }
  .autumn{
    background-color: #E4E0D3;
  }
  .winter{
    background-color: #D3D7E4;
  }

  .seasons_ttl p{
    font-size: 22px;
    margin-top: 0px;
    font-family: din2014, Noto sans, sans-serif;
    font-weight: 500;
  }
  

 
  .style-div1{
    display:flex;
    align-items: center;
    gap: 0px 10px;
  }
  .style-div2{
    display:flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 60px auto;
    gap: 0px 10px;
  }

  .visu_div{
    flex: 0 0 54%;
  }
  .visu_div .visu {
  max-width: 100%;
  height: auto;
  display: block; /* imgのデフォルトの余白などをなくす */
  }


  /* 商品 */
  .pdt_flex{
    display:flex;
    align-items: center;
  }
  .pdt_detail{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .pdt .pdt_detail{
    flex-grow: 1;
  }

  .pdt_all{
    padding-right: 8px;
    flex: 1 1 60%;
    box-sizing: border-box;
  }
  .pdt{
    width:38%;
    margin: 0 auto;
  }
  .point{
    width: 30%;
    margin-bottom: 8px;
  }
  .pdt_nameflex{
    display:flex;
  }
  .pdt_name{
    font-family: din2014, Noto sans, sans-serif;
    font-size: 0.96em;
  }
  .pdt_detail .sold{
    margin-top:2px;
    color: #6d6d6d;
    font-size: 0.9em;
    padding: 0px 5px;
    border: 1px solid #6d6d6d;
  }

  .yazirushi{
    align-self: flex-end;
    margin-top: -3px;
    align-items: flex-end;
  }
  .c-icon-draw{
    margin-right: 0;
  }

  /*other*/
  .seasons_section{
    margin-top: 110px;
  }
  .seasons_section .other_h2{
    font-family: din2014, Noto sans, sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0px 30px;
    line-height: 1.2;
  }
  .seasons_section .season_ttl{
    color: #fff;
    font-family: din2014, Noto sans, sans-serif;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    margin-top: 0px;
  }
  .ttl_back{
    background-color: #000;
    padding: 10px;
  }

  .year{
    margin-top: 40px;
  }
  .seasons_back{
    background-color: #F2F2F2;
    padding: 30px 50px;
  }

  .vis_backnumber{
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
  }
  .seasons_img{
    width:86%;
    margin:0 auto;
  }

  @media (min-width: 769px) {
    .c-icon-draw {
        fill: #000;
        height: 40px;
        width: 48px;
    }
  }

  @media screen and (max-width: 1270px) {
    .pdt_detail .sold{
      color: #717070;
      font-size: 0.6em;
      padding: 0px 5px;
      border: 1px solid #717070;
  }
  }

  /* --- スマートフォン用のレスポンシブ対応 --- */
  @media screen and (max-width: 767px) {
  .style-page-container{
    width:100%;
  }

  .seasons_ttl p{
    font-size:17px;
  }
  .style-div1{
    gap: 0px;
  }
  .visu_div {
    width: 90%;
  }
  .pdt{
    width: 30%;
  }
  .pdt_detail {
    width: 60%;
  }
  .point{
    width: 27%;
    margin-bottom: 3px;
  }
  .pdt_name{
    font-size: 0.7em;
    letter-spacing: -1px;
  }

   .seasons_section{
    margin-top: 70px;
  }
  .seasons_section .other_h2{
    font-size: 20px;
    line-height: 1.5;
    margin:0px;
  }
  .year {
    margin-top: 40px;
  }
  .ttl_back{
    padding:4px;
  }
  .seasons_section .season_ttl{
    font-size:17px;
  }
  .seasons_back{
    padding: 20px 10px;
  }
  .vis_backnumber{
    gap: 10px;
  }


  }