
/* 共通 */
html, body { overflow-x: hidden; }
html { scroll-behavior: smooth; }
.pc-page { display: block; }
.sp-page { display: none; }
@media (max-width: 768px) { .pc-page { display:none !important; } .sp-page { display:block; } }
@media (min-width: 769px) { .pc-page { display:block; } .sp-page { display:none !important; } }

/* ===== PC版 ===== */
.pc-page .frame{
    background-color: #ffffff;
    overflow-y: visible;
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    min-height: 600px;
    position: relative;
  }

  html, body{
    overflow-x: hidden;
  }

  html{
    scroll-behavior: smooth;
  }

  .pc-page section, .pc-page div{
    scroll-margin-top: 86px;
  }
  
  .pc-page .frame .IMG{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    aspect-ratio: 0.89;
    object-fit: cover;
  }
  
  .pc-page .frame .IMG-s{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 2837px;
    aspect-ratio: 0.89;
    object-fit: cover;
    top: 3413px;
  }

.pc-page .frame .view{
    display: flex;
    width: 100vw;
    height: 86px;
    align-items: center;
    justify-content: center;
    gap: 400px;
    padding: 14px 16px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    z-index: 9999;
  }
  
  .pc-page .frame .logo-wrapper{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 416px;
    position: relative;
    flex: 0 0 auto;
    margin-top: -1px;
    margin-bottom: -1px;
  }
  
  .pc-page .frame .logo{
    display: flex;
    flex-direction: column;
    width: 111px;
    align-items: center;
    position: relative;
  }
  
  .pc-page .frame .text-wrapper{
    position: relative;
    width: 109px;
    height: 40px;
    margin-top: -1px;
    font-family: "Didot-Regular", serif;
    font-weight: 400;
    color: #cbabb0;
    font-size: 32px;
    white-space: nowrap;
  }
  
  .pc-page .frame .div{
    position: relative;
    width: fit-content;
    font-family: "Great Vibes", serif;
    font-weight: 400;
    color: #cbabb0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
  }
  
  .pc-page .frame .div-2{
    display: inline-flex;
    align-items: center;
    gap: 44px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .pc-page .frame .frame-wrapper{
    display: flex;
    width: 803px;
    height: 36px;
    align-items: center;
    gap: 60px;
    position: relative;
  }
  
  .pc-page .frame .div-3{
    display: inline-flex;
    align-items: center;
    left: -10px;
    gap: 55px;
    position: relative;
    flex: 0 0 auto;
    margin-right: -1px;
  }
  
  .pc-page .frame .text-wrapper-2{
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Honoka", serif;
    font-weight: 300;
    color: #cbabb0;
    font-size: 22px;
    white-space: nowrap;
  }

  .pc-page .frame .text-wrapper-2:hover{
    color: #977a7e;
  }

  .pc-page .frame .text-wrapper-2-resevation{
    position: relative;
    width: fit-content;
    font-family: "Honoka", serif;
    font-weight: 300px;
    color: #000000;
    font-size: 26px;
    white-space: nowrap;
  }
  
  .pc-page .frame .div-wrapper{
    display: flex;
    flex-direction: column;
    width: 124px;
    height: 54px;
    align-items: center;
    justify-content: center;

    position: relative;
    background-color: #cbabb0;
    border-radius: 40px;
  }

  .pc-page .frame .div-wrapper:hover{
    background-color: #977a7e;
  }

  .pc-page .frame .div-wrapper:hover .text-wrapper-2-resevation{
    color: #ffffff;
  }

  .pc-page .frame .div-6{
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 3471px;
    align-items: center;
    /* padding: 0px 144px 2712px; */
    position: relative;
    margin-top: 86px;
    left: 50%;
    transform: translateX(-50%);
  }

  .pc-page .frame .div-wrapper-2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 28px 18px;
    position: relative;
    flex: 0 0 auto;
    background-color: #ffffff;
    border-radius: 32px;
  }

  .pc-page .frame .text-wrapper-4{
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Honoka", serif;
    font-weight: 300px;
    color: #000000;
    font-size: 32px;
    letter-spacing: 0;
    line-height: normal;
  }

  .pc-page .frame .img-2{
    position: relative;
    width: 986px;
    height: 1390px;
  }

  .pc-page .frame .img-3{
    position: relative;
    width: 1029px;
    flex: 0 0 auto;
  }

  .pc-page .frame .img-5{
    position: relative;
    width: 988px;
    height: 1223px;
    margin-bottom: -2.48px;
    aspect-ratio: 0.81;
    object-fit: cover;
  }

  .pc-page .frame .div-wrapper-3{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 28px 18px;
    position: relative;
    flex: 0 0 auto;
    background-color: #ffffff;
    border-radius: 32px;
  }

  .pc-page .frame .img-4{
    position: relative;
    width: 986px;
    height: 1202px;
  }

  .pc-page .frame .IMG-2{
    position: relative;
    width: 986px;
    height: 1404px;
    aspect-ratio: 0.7;
    object-fit: cover;
  }

  .pc-page .frame .div-7{
    position: relative;
    left: 0;
    width: 100vw;
    height: 77px;
    background-color: #977a7e;
  }

  .pc-page .frame .div-8{
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 2690px;
    align-items: center;
    /* padding: 0px 144px 2712px; */
    position: relative;
    margin-top: 12px;
    left: 50%;
    transform: translateX(-50%);
  }

  .pc-page .frame .text-wrapper-50{
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    font-family: "Honoka", serif;
    font-weight: 300;
    color: #000000;
    font-size: 28px;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
  }


  .pc-page .frame .text-wrapper-3{
    display: inline-block;
    text-decoration: none;
  }

  .pc-page .frame .text-wrapper-3:focus-visible{
    outline: 2px solid #977a7e;
    outline-offset: 4px;
    border-radius: 2px;
  }

  .pc-page .frame .div-wrapper{
    border: 0;
    cursor: pointer;
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
  }

  .pc-page .frame .div-wrapper:focus-visible{
    outline: 2px solid #977a7e;
    outline-offset: 4px;
  }

  .pc-page .frame .div-wrapper:hover{
    opacity: 0.9;
  }

  .pc-page .frame .div-wrapper:active{
    opacity: 0.8;
  }

  .pc-page .frame.div-6 section{
    display: contents;
  }

  .pc-page .frame .img-2, .pc-page .frame .img-3, .pc-page .frame .img-4, .pc-page .frame .img-5, .pc-page .frame .IMG-2{
    max-width: 100%;
    height: auto;
  }

  .pc-page .frame .img-5{
    height: 1223px;
  }

  .pc-page .frame .img-4{
    height: 1202px;
  }

  .pc-page .frame .IMG-2{
    height: 1404px;
  }

  @media (max-width: 1152px) {
    .pc-page .frame .div-6{
        padding-right: 12.5%;
        padding-left: 12.5%;
    }
  }



/* ===== スマホ版 ===== */
.sp-page .frame{
    background-color: #ffffff;
    overflow: visible;
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    min-height: 2276px;
    position: relative;
  }

html, body{
  overflow-x: hidden;
}

html{
	scroll-behavior: smooth;
}

.sp-page section{
  scroll-margin-top: 67px;
}
  
  .sp-page .frame .IMG-a{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    aspect-ratio: 0.89;
    object-fit: cover;
  }

  .sp-page .sticky-header-box{
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 61px;
  z-index: 9999;
  background-color: #ffffff;
  }

  /* メニュー画面の重なり順も新コンテナのすぐ裏（最前面）に設定 */
  .sp-page .nav_content{
    z-index: 9998;
  }

  .sp-page .sticky-header-box .frame-wrapper-3-a{
    display: flex;
    flex-direction: column;
    width: 393px;
    height: 45px;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 0px 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

    .sp-page .sticky-header-box .div-17-a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0px 8px;
    position: relative;
    box-sizing: border-box;
  }

  .sp-page .frame .logo-wrapper{
    display: flex;
    width: 62px;
    align-items: center;
    justify-content: center;
    gap: 416px;
    position: relative;
  }

  .sp-page .frame .logo{
    display: flex;
    flex-direction: column;
    width: 62px;
    align-items: center;
    position: relative;
  }
    .sp-page .frame .text-wrapper-14-a{
    position: relative;
    width: 53px;
    height: 16px;
    margin-top: -1px;
    font-family: "Didot-Regular", serif;
    font-weight: 400;
    color: #cbabb8;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }

  .sp-page .frame .text-wrapper-15-a{
    position: relative;
    width: 35px;
    height: 13px;
    font-family: "Great Vibes", serif;
    font-weight: 400;
    color: #cbabb8;
    font-size: 8px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
  }

  .sp-page .drawer_hidden{
    display: none;
  }

  .sp-page .sticky-header-box .div-25-a{
    display: flex;
    width: 47px;
    height: 28px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10001;/* 重なり順を一番上にする */
    cursor: pointer;
  }

  .sp-page .div-25-a span, .sp-page .div-25-a span:before, .sp-page .div-25-a span:after{
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    border-radius: 3px;
    background: #977a7e;
    transition: 0.5s;
    position: absolute;
  }

  .sp-page .div-25-a span:before{
    bottom: 16px;
  }

  .sp-page .div-25-a span:after{
    top: 16px;
  }

  .sp-page #drawer_input:checked ~ .div-25-a span{
    background: rgba(255, 255, 255, 0);
  }

  .sp-page #drawer_input:checked ~ .div-25-a span::before{
    bottom: 0;
    transform: rotate(45deg);
  }

  .sp-page #drawer_input:checked ~ .div-25-a span::after{
    top: 0;
    transform: rotate(-45deg);
  }

  .sp-page .frame .frame-wrapper-7-a{
    flex-direction: column;
    width: 393px;
    height: 65px;
    gap: 10px;
    padding: 11px 95px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    display: flex;
    align-items: center;
  }

  .sp-page .frame .logo-wrapper-2{
    flex-direction: column;
    gap: 10px;
    padding: 0px 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }

  .sp-page .frame .logo-2{
    display: flex;
    flex-direction: column;
    width: 62px;
    left: -10px;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
  }

  .sp-page .frame .text-wrapper-31{
    position: relative;
    width: 53px;
    height: 16px;
    margin-top: -1px;
    font-family: "Didot-Regular", serif;
    font-weight: 400;
    color: #cbabb8;
    font-size: 22px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }

  .sp-page .frame .text-wrapper-32{
    position: relative;
    width: 35px;
    height: 13px;
    top: 10px;
    font-family: "Great Vibes", serif;
    font-weight: 400;
    color: #cbabb8;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
  }

  .sp-page .frame .div-26-a{
    flex-direction: column;
    width: 393px;
    gap: 2px;
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }

  .sp-page .nav_content{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -100vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    background: #ffffff;
    transition: 0.5s;
    text-align: center;
    padding-top: 60px;
    box-sizing: border-box;
  }

  .sp-page #drawer_input:checked ~ .nav_content{
    top: 0;
  }

    .sp-page .frame .div-wrapper-15{
    height: 26px;
    justify-content: center;
    gap: 10px;
    padding: 0px 50px;
    position: relative;
    align-self: stretch;
    width: 100vw;
    background-color: #ffffff;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #cbabb0;
    display: flex;
    align-items: center;
  }

  .sp-page .frame .text-wrapper-33{
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Honoka", serif;
    font-weight: 300;
    color: #977a7e;
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
  }

  .sp-page .frame .div-wrapper-16{
    height: 26px;
    justify-content: center;
    gap: 10px;
    padding: 0px 69px;
    position: relative;
    align-self: stretch;
    width: 100vw;
    background-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #cbabb0;
    display: flex;
    align-items: center;
  }

  .sp-page .frame .div-wrapper-17{
    height: 26px;
    justify-content: center;
    gap: 10px;
    padding: 0px 86px;
    position: relative;
    align-self: stretch;
    width: 100vw;
    background-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #cbabb0;
    display: flex;
    align-items: center;
  }

  .sp-page .frame .div-wrapper-18{
    height: 26px;
    justify-content: center;
    gap: 10px;
    padding: 0px 68px;
    position: relative;
    align-self: stretch;
    width: 100vw;
    background-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #cbabb0;
    display: flex;
    align-items: center;
  }

  .sp-page .frame .div-wrapper-19{
    height: 26px;
    justify-content: center;
    gap: 10px;
    padding: 0px 59px;
    position: relative;
    align-self: stretch;
    width: 100vw;
    background-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #cbabb0;
    display: flex;
    align-items: center;
  }

  .sp-page .frame .div-wrapper-20{
    height: 26px;
    justify-content: center;
    gap: 10px;
    padding: 0px 74px;
    position: relative;
    align-self: stretch;
    width: 100vw;
    background-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #cbabb0;
    display: flex;
    align-items: center;
  }

  .sp-page .frame .text-wrapper-34{
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Honoka", serif;
    font-weight: 300;
    color: #977a7e;
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
  }


  .sp-page .frame{
    background-color: #ffffff;
    overflow: visible;
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    min-height: 2165px;
    position: relative;
  }

  .sp-page .frame .IMG-a{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 2165px;
    aspect-ratio: 0.89;
    object-fit: cover;
  }

  .sp-page .frame .div-wrapper{
    display: flex;
    width: 180px;
    height: 32px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    margin-top: 63px;
    background-color: #ffffff;
    border-radius: 32px;
    left: 50%;
    transform: translateX(-50%);
  }

  .sp-page .frame .text-wrapper-3{
    width: 180px;
    position: relative;
    font-family: "Honoka", serif;
    font-weight: 300;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    left: 10px;
  }

  .sp-page .frame .img-2{
    position: relative;
    width: 393px;
    height: 393px;
    left: 50%;
    transform: translateX(-50%);
  }

  .sp-page .frame .IMG-wrapper{
    display: flex;
    flex-direction: column;
    width: 391px;
    height: 293px;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
  }

  .sp-page .frame .IMG{
    position: relative;
    align-self: stretch;
    width: 100%;
    aspect-ratio: 1.33;
  }

  .sp-page .frame .IMG-2{
    position: relative;
    width: 391px;
    height: 484px;
    aspect-ratio: 0.81;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
  }

  .sp-page .frame .div-wrapper-2{
    display: flex;
    width: 131px;
    height: 32px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    margin-bottom: -105px;
    background-color: #ffffff;
    border-radius: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .sp-page .frame .text-wrapper-4{
    width: 131px;
    margin-left: -8px;
    margin-right: -8px;
    position: relative;
    margin-top: -22px;
    margin-bottom: -20px;
    font-family: "Honoka", serif;
    font-weight: 300;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    left: 7px;
  }

  .sp-page .frame .img-3{
    position: relative;
    width: 391px;
    height: 357px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin-top: 105px;
  }

  .sp-page .frame .IMG-3{
    position: relative;
    width: 393px;
    height: 559.4px;
    aspect-ratio: 0.7;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }

  .sp-page .frame .div-3{
    position: relative;
    width: 100vw;
    height: 20px;
    background-color: #977a7e;
    left: 50%;
    transform: translateX(-50%);
  }

  .sp-page .frame .text-wrapper-50{
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    font-family: "Honoka", serif;
    font-weight: 300;
    color: #000000;
    font-size: 10px;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
  }
