  @charset "UTF-8";

  /* fonts */
  .baskerville_display_pt {
    font-family: "baskerville-display-pt", serif;
    font-weight: 400;
    font-style: normal;
    color:#474747;
  }
  .IvyPresto_Display_Regular {
    font-family: "ivypresto-display", serif;
    font-weight: 300;
    font-style: normal;
    color:#474747;
    letter-spacing: .1em;
      padding: 0 0 35px 10px;
  }
 .list_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;  /* ブロックを右寄せ */
    padding-right: 10px;
}

.list_right a {
    display: block; 
    text-align: left;
    width: auto; 
    
}
  .list_left{
      text-align: left;
      padding-left: 10px;
  }

  .Big_Moore_Regular {
    font-family: "bigmoore", serif;
    font-weight: 400;
    font-style: normal;
    color:#474747;
  }

  a:visited{
    color: inherit;
  }
a{
    color: #474747;
}

  main img {
    width: 100%;
      vertical-align: bottom;
      margin-top: 0 !important;
  }

  .pc_only { 
    display: none;
  }
  .sp_only { 
      display: block; 
  }


  #wrapper {
    padding: 0px 0 0!important;
  }
  main {
    margin-bottom: 0px;
    font-family: "yu-mincho", serif;
    color:#474747;
    font-style: normal;
    line-height: 1.8;
    overflow-x: hidden;
  }
  .content_wrap {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30vw;
    position: relative;
  }
  #mv.content_wrap {
    margin-bottom: 8vw;
  }


  .mv {
    position: relative;
  }
  .mv_main {
    width: 100vw;
      height: 92vh;
    margin: 0 auto;
      background-image: url(https://img.ur-s.me/commerce/project/hoshireina/2026ss/mv_sp.jpg);
      background-size: cover;
      background-position: top;
      
  }
.p-haya{
        margin: 30px auto 40px;
    border: solid 1px #B1AE95;
    padding: 40px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 14px;
    text-align: center;
    width: 90%;
}
.p-haya span {
    font-size: 17px;
}
.l-main .p-haya big {
    font-size: 26px;
}
  .mv_title {
    position: absolute;
    top: 45%;
    width: 80%;
    left: 10%;
    z-index: 2;
    color: #fff;
    text-align: center;
  }
  .content_wrap.main_text_wrap {
    margin-bottom: 10vw;

  }
  .main_text_title {
    text-align: center;
    margin-bottom: 8vw;
  }
  .main_text_title1 {
    font-size: 15px;
  }
  .main_text_title2 {
    font-size: 22px;
  }
  .main_text_comment {
    text-align: center;
    width: 90%;
    margin: 0 auto 50px;
  }
  .item-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 16px;
      box-sizing: border-box;
      overflow: hidden;
  }

  .item {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .item:target {
    background-color: #f0f0f0;
    padding: 16px;
    transition: background-color 0.3s;
  }
  .item p{
      font-family: "ivypresto-display", serif;
      color:#474747;
  }

  .itemttl {
    width: 45px;
    font-size: 20px;
    flex-shrink: 0;
  }
  .itemttl2 {
    width: 140px;
    font-size: 20px;
    flex-shrink: 0;
  }
  .itemttl3 {
    width: 140px;
    font-size: 20px;
      align-items:right;
    flex-shrink: 0;
  }
  .itemlist {
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
       width: 100%; 
    box-sizing: border-box; 
  }
  .item-container a img {
      transition: filter 0.3s; 
  }

  .item-container a:hover img {
      filter: brightness(0.8);
  }
  .itemlist-all {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .itemlist-all .text_title {
    grid-column: 1 / 3; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
  }

  .itemlist-all a img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
  }


  .itemlist4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .itemlist img {
    width: 100%;
    aspect-ratio: 3 / 4; 
    object-fit: cover;
    display: block;
  }

  .main-image_slider {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }

  .main-image_slider img:first-child {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
  }

  .main-image_slider img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .style01-box{
     padding: 40px 0px 0;
     max-width: 500px;
     margin: 0 auto;    
  }

  .item-name {
        font-size: 20px;
      font-family: "ivypresto-display", serif;
        font-weight: 400;
        letter-spacing: 1.5px;
      padding: 0px 0 15px 15px;
      line-height: 1.2;
      }

  .item-number {
    font-size: 15px;  
    color: #B1AE95;     
  }

      .main-image {
        width: 100%;
        aspect-ratio: 3 / 4;
      }

      .thumbnail-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
      }

      .thumbnail-item {
        position: relative;
        cursor: pointer;
        font-family: "ivypresto-display", serif;
          color:#474747;
      }

      .thumbnail-image {
        width: 100%;
        aspect-ratio: 3 / 4;
        display: block;
      }

      .thumbnail-label {
        position: absolute;
    top: 30%;
    left: 25%;
    width: 100%;
    /* transform: translateX(-50%); */
    color: white;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
      }

      .thumbnail-button {
        position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 2px 7px;
    font-size: 12px;
    cursor: pointer;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: "ivypresto-display", serif;
      }
  .thumbnail-item img {
      transition: filter 0.3s;
  }

  .thumbnail-item:hover img {
      filter: brightness(0.8);
  }

     /* モーダル */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(225, 224, 217, 1);
    z-index: 1000;
    align-items: center;
    justify-content: center;
  }
  .modal.active {
    display: flex;
  }
  .modal-content {
    position: relative;
    width: 90%;
    max-width: 400px;
    height: 70vh;
    max-height: 700px;
      margin-top:10vh;
  }
  .slider-container {
    width: 100%;
    height: 80%;
    position: relative;
    overflow: visible; /* hiddenからvisibleに変更 */
  }
  .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
  }
  .slide.active {
    opacity: 1;
  }
  .point {
    position: absolute;
    top: -70px;        
    left: 50%;
    transform: translateX(-50%);
    width: 200px;    
    z-index: 5;       
    pointer-events: none;
  }
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .close-button {
    position: absolute;
    top: -110px;
    right: -10px;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #474747;
    background-color: transparent;
  }
  .slide-text{
    text-align: center;
    padding-top: 30px;
      font-size: 14px;
  }

  /* スクロールでふわっと表示 */
  [data-inview] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  [data-inview].is-inview {
    opacity: 1;
    transform: translateY(0);
  }
  .buy_btn{
      text-decoration:underline;
  }

  .item01_1{
      width: 70%;
      margin: 50px 0 50px auto;
        position: relative; 
    z-index: 10;
  }

  .item01_2{
      width: 40%;
      margin:-200px 0 auto;
  }

  .item01_3{
      width: 100%;
      margin:50px 0 0px auto;
  }

  .item01_4{
      width: 70%;
      margin:0px 50px 0 0;
  }

  .item01_5{
      width: 60%;
      margin:50px 0 50px auto;
  }
  .item01_6{
      width:100%;
      margin:50px 20px 80px 0px;
  }

  .item02_1{
      width: 70%;
      margin: 50px 0 0px auto;
  }

  .item02_2{
      width: 100%;
      margin: 0px 0 50px auto;
  }
  .item02_3{
      width: 70%;
      margin: 50px 0 0px auto;
  }
  .item02_4{
      width: 80%;
      margin: 0px 50px 0 0;
  }

  .item02_5{
      width: 100%;
      padding:50px 0 50px 60px;
  }
.item02_6{
margin-bottom: 50px;
  }

  .item03_1{
      width: 60%;
      margin: 50px 50px 0 0;
  }
  .item03_2{
          width: 100%;
      margin: 50px 0 0px auto;
  }

  .item03_3{
          width: 100%;
      padding:0px 0 50px 0px;
  }

  .item03_4{
       width: 50%;
      margin:0 0 auto;
          position: relative; 
  }
  .item03_5{
      width: 50%;
      margin: -150px 0 0px auto;
  }

  .item03_6{
          width: 100%;
      padding:50px 20px 80px;
  }

  .item04_1{
      width: 70%;
      margin: 50px 0 50px auto;
  }
  .item04_2{
      width: 77%;
      margin: 50px 50px 0 0;
  }

  .item04_3{
      width: 90%;
      margin: 50px 0 0px auto;
  }

  .item04_4{
      width: 70%;
      margin: 0px 50px 50px 0;
        position: relative; 
    z-index: 10;
  }
  .item04_5{
      width: 60%;
      margin:-150px 0 0 170px;
  }

  .item04_6{
          width: 100%;
      padding:50px 0 30px 0px;
  }

  .item05_1{
      width: 80%;
      margin: 50px 0 50px auto;
  }

  .item05_2{
          width: 100%;
  }

  .item05_3{
      width: 75%;
      margin: 0 50px 0 0;
  }

  .item05_4{
      width: 70%;
      margin: 50px 0 0 auto;
  }

  .item05_5{
          width: 100%;
      padding:50px 0 80px 0px;
  }

  .item06_1{
      width: 75%;
      margin: 50px 50px 0 0;
  }

  .item06_2{
      width: 100%;
      padding:50px 0 0 50px;
  }

  .item06_3{
     width: 100%;
     padding:0px 20px 50px;
  }

  .item06_4{
      width: 100%;
      padding: 0 0 70px 100px;
  }

  .item06_5{
         width: 80%;
      margin: -190px 50px 0 0;
        position: relative; 
    z-index: 10;
  }

  .item06_6{
     width: 100%;
     padding:50px 0 30px 0px;
  }
  .item07_1{
      width: 80%;
      margin: 50px 0 50px auto;
  }
  .item07_2{
       width: 100%;
      padding:0 0 0px 0px;
  }
  .item07_3{
    width: 100%;
     padding: 0 50px 0px; 
  }
  .item07_4{
      width: 100%;
      margin: -320px 0 0 auto;
      padding: 100px 80px 0 ;
        position: relative; 
    z-index: 10;
  }

  .item07_5{
          width: 100%;
      padding: 50px 0 0 0;
  }

  .item07_6{
        width: 100%;
     padding:50px 0 80px 0px;
  }

  .item08_1{
       width: 80%;
      margin: 50px 50px 0 0;
  }
  .item08_2{
          width: 100%;
      padding:50px 0 0 50px;
  }
  .item08_3{
         width: 100%;
  }
  .item08_4{
      width: 80%;
      margin: 50px 0 50px auto;
        position: relative; 
    z-index: 10;
  }

  .item08_5{
      width: 50%;
      margin:-180px 0 auto;
  }
  .item08_6{
     width: 100%;
     padding:50px 0 50px 0px;
  }
  .item09_1{
       width: 75%;
      margin: 50px 50px 0 0;
  }
  .insert{
      display: flex;
      margin: 50px 0;
  }
  .insert > div {
      width: calc(100% / 3);
  }
  .insert img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
.item09_5{
    margin: 0 0 0 20px;
}
  .item09_6{
      width: 60%;
      margin: 0px 50px 50px 0;
        position: relative; 
  }

  .item09_7{
      width: 80%;
      margin:-180px 50px 50px 100px;
  }
.item09_8{
margin-bottom: 80px;
  }
  .item09_9{
     width: 100%;
     padding:50px 0 50px 0px;
  }

  .item10_1{
      width: 85%;
      margin: 50px 50px 0 0;
  }
  .item10_2{
      width: 80%;
      margin: 50px 0 0px auto;
  }
  .item10_3{
          width: 85%;
      margin: 0px 50px 0 0;
  }
  .item10_4{
          width: 80%;
      margin: 50px 0 50px auto;
  }
  .item10_5{
         width: 100%;
      margin-bottom: 50px;
  }

  .profile_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  .profile_image {
    width: 70%;
    margin: 0 auto 20px;
  }
  .profile_name {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .profile_insta {
    font-size: 14px;
    margin-bottom: 15px;
    font-family: "ivypresto-display", serif;
      letter-spacing: .05em;
  }
  .profile_insta a i {
    margin-right: 5px;
  }
 
  .profile_comment {
    font-size: 14px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }


  .end {
    text-align: center;
    font-size: 10px;
    margin-bottom: 0;
    background-size: cover;
    padding: 30px;
    display: flex;
    flex-direction: column;
  }
  .end .end_logo {
    margin-bottom: 15px;
  }
  .end i {
    color: #000;
  }
  .end .container {
    display: flex;
    justify-content: center;
    margin-top: 5px;
  }
  .end .container div {
    margin: 0 7px;
    font-size: 14px;
    }
  .end .copyright {
    font-size: 10px;
    margin: 15px auto 0;
  }

  .banner_wrap {
    width: 80%;
    margin: 0 auto 50px;
  }
  .banner {
    margin-bottom: 10px;
  }



  /* タブレット以上 */
  @media (min-width: 768px) {
    /* スタイル */
    .pc_only { 
      display: block;
    }
    .sp_only { 
        display: none; 
    }
      .p-haya{
          width: 30%;
          font-size: 16px;
      }

      .mv_main {
    width: 100vw;
      height: 100vh;
      background-image: url(https://img.ur-s.me/commerce/project/hoshireina/2026ss/mv_pc.jpg);
      background-size: cover;
      background-position: top;
      
  }
      .main_text_off {
      width: 100%;
      margin: 0 auto 70px;
    }

    .link_img {
      background: #fff;
    }
    .link_img img:hover {
      opacity: .7;
    }

    .content_wrap {
      margin-bottom: 150px;
    }
      .item-container{
        max-width: 530px;
          width: 100%;
    margin: 0 auto; 
      }

    .main_text_comment {
      margin: 0 auto 70px;
      font-size: 16px;
      text-align: center;
      width: 100%;
    }
    .content_inner {
      max-width: 900px;
      margin: 0 auto;
    }
    .main_text_wrap .content_inner {
      max-width: 1000px;
      margin: 0 auto;
    }
    #mv.content_wrap {
      margin-bottom: 80px;
    }
    .mv_title {
      position: absolute;
      width: 35%;
      top: 45%;
      left: 67%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      z-index: 1;
      text-align: center;
    }
    .mv_title_small {
      font-size: 40px;
    }
    .mv_title_main {
      font-size: 100px;
    }
    .main_text_title {
      margin-bottom: 30px;
    }
    .content_wrap.main_text_wrap {
      margin-bottom: 50px;
      border-bottom: none;
    }

  .style-box{
          max-width: 500px;
          margin:0 auto;
      }
      .thumbnail-label{
          top:70px;
          font-size: 25px;
      }
      .thumbnail-button{
          bottom: 70px;
      }
      .modal-content{
          height: 100vh;
      }
      
       .item_image_box {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
      .list_right {
          padding-right: 10px;
      }

  /*  .profile_wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }*/
    .profile_image {
      width: 40%;
      margin: 0 auto;
    }
    .profile_text {
      width: 100%;
        margin:20px auto 0px;
    }
    .profile_comment {
      font-size: 14px;
    }

    .banner_wrap {
      width: 60%;
      margin: -90px auto 150px;
    }

    .bn_wrap a {
      margin-bottom: 20px;
    }

    .limited {
      width: 70%;
      margin: 0 auto;
    }	

      .image_slider_bottom {
      margin-bottom: 50px!important;
    }

    .item_list_box_item {
      width: calc( 100% / 3 - 10px);
    }

      .itemlist img{
          width:124px;
      }
  }