@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (max-width:960px) {
  html {
    font-size: 50%;
  }
}
@media (max-width:800px) {
  html {
    font-size: 40%;
  }
}
@media (max-width:600px) {
  html {
    font-size: 31.25%;
  }
}
body {
  font-size: 1.6rem;
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 400;
}
:root {
    --text: #898989;/*#A6A6A7*/
    --bg: #FFFCEC;
    --nav: #898989;
    --black: #B5B5B6;/*#1A1311*/
    --gray: #474645;
    --orange: #F38200;
    --common-text: #898989;/*#1A1311*/
    --garamond: adobe-garamond-pro, hiragino-mincho-pron, serif;
    --index: #5b5b5b;
    --top-desc: #555555:
}
.main{
    width: 100vw;
    height: 100lvh;
    position: fixed;
    overflow: hidden;
    z-index: 7;
    pointer-events: none;
}
.main.nav-open {
    pointer-events: auto;
}
img {
  width: 100%;
  height: auto;
}
ul {
  list-style: none ;
}
a {
    cursor: pointer;
}
.container-900 {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  box-sizing: content-box;
  padding: 0 40px;
}
@media (max-width: 960px) {
  .container-900 {
      width: 90%;
      padding: 0;
  }
}
.garamond {
    font-family: adobe-garamond-pro, serif;
}

/* top */
#multiscroll .ms-tableCell > img {
  width: 100%;
  height: 100lvh;
  object-fit: cover;
  vertical-align: bottom;
}
#multiscroll .ms-left img.br-sp {
    object-position: right;
}
#multiscroll .ms-right img.br-sp {
    object-position: left;
}
#multiscroll-nav {
    z-index: 1;
}
#multiscroll-nav li {
  width: 12px;
  height: 12px;
  margin-bottom: 15px;
}
#multiscroll-nav span {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: rgba(78, 78, 78, 0.9);
  border-radius: 0;
  border: none;
}
#multiscroll-nav li .active span {
  background: rgba(197, 162, 0, 0.9);
}
.arrow {
    position: absolute;
    bottom: 20px;
    right: -20px;
}
.ms-left {
    z-index: 1;
}


#top {
    position: relative;
}
#top-content {
    position: absolute;
    top: 39px;
    left: 31px;
    z-index: 8;
}
.top-logo {
    max-width: 120px;
    margin-bottom: 3px;
}
.top-desc {
    font-size: 16px;
    line-height: 28px;
    color: var(--top-desc);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
    padding-top: 50px;
}
.top-desc .small {
    font-size: 14px;
}
.top-desc a {
    display: block;
    color: var(--top-desc);
}
.top-desc a.reserve {
    font-size: 1.12em;
}
.top-desc-wrapper {
    position: relative;
}
.top-list {
    position: absolute;
    top: -9px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.top-list a {
    font-size: 18px;
    line-height: 48px;
    color: var(--text);
    text-decoration: none;
    display: inline-block;
}
.top-list a:after {
    content: "";
    display: block;
    position: relative;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--text);
    transform: scale(0,1);
    transform-origin: left;
    transition: all 0.5s ease;
}
.top-list a:hover:after {
    transform: scale(1);
}
.sns-icons {
    margin-top: 15.6px;
    display: flex;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}
.sns {
    width: 25px;
    margin-right: 13px;
}
.sns img {
    display: block;
}
.onpage .top-list {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.5s;
}
.onpage .sns-icons  {
    opacity: 0;
    visibility: hidden;
    transition-delay: 1.5s;
}
.onpage .top-desc {
    opacity: 0;
    visibility: hidden;
    transition-delay: 1.5s;
}

.hamburger {
    position: absolute;
    top: 22.7px;
    left: calc( 100vw - 70px);
    z-index: 10;
    position: fixed;
    transform: translate(0);
}
.hamburger-inner {
    position: relative;
    width: 40px;
    height: 60px;
}
.hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: #F38200;
    position: absolute;
    right: 0;
    transform-origin: center;
    transition: all 0.5s ease;  
}
.hamburger-text {
    color: #A6A6A7;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}
.hamburger span:nth-child(1) {
    top: 0;
    animation: hamburger1r 0.5s ease forwards;
}
.hamburger span:nth-child(2) {
    width: 50%;
    top: 9px;
}
.hamburger span:nth-child(3) {
    top: 18px;
    animation: hamburger3r 0.5s ease forwards;
}
.in-page .hamburger span:nth-child(1),
.in-nav .hamburger span:nth-child(1) {
    animation: hamburger1 0.5s ease forwards;
    background-color: #A6A6A7;
}
.in-page .hamburger span:nth-child(2),
.in-nav .hamburger span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
.in-page .hamburger span:nth-child(3),
.in-nav .hamburger span:nth-child(3) {
    animation: hamburger3 0.5s ease forwards;
    background-color: #A6A6A7;
}
.in-page .hamburger .hamburger-text,
.in-nav .hamburger .hamburger-text {
    opacity: 1;
    visibility: visible;
}
@keyframes hamburger1 {
    0% {
        transform: translateY(0) rotate(0);
    }
    40% {
        transform: translateY(9px) rotate(0);
    }
    60% {
        transform: translateY(9px) rotate(0);
    }
    100% {
        transform: translateY(9px) rotate(45deg);
    }    
}
@keyframes hamburger3 {
    0% {
        transform: translateY(0) rotate(0);
    }
    40% {
        transform: translateY(-9px) rotate(0);
    }
    60% {
        transform: translateY(-9px) rotate(0);
    }
    100% {
        transform: translateY(-9px) rotate(-45deg);
    }    
}
@keyframes hamburger1r {
    0% {
        transform: translateY(9px) rotate(45deg);
    }
    40% {
        transform: translateY(9px) rotate(0);
    }
    60% {
        transform: translateY(9px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }    
}
@keyframes hamburger3r {
    0% {
        transform: translateY(-9px) rotate(-45deg);
    }
    40% {
        transform: translateY(-9px) rotate(0);
    }
    60% {
        transform: translateY(-9px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }    
}

.br-sp {
    display: none;
}
.sp-reserve {
    font-size: clamp(20.5px, 3.23vw, 25px);
    color: var(--text);
}
@media (max-width: 992px) {
    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
    .sns {
        width: 35px;
    }
    .sns-icons {
        margin-bottom: min( 4.2vw, 32px );
    }
    .copy {
        position: absolute;
        bottom: 30px;
        left: 24px;
        font-size: 16px;
        padding-right: 24px;
    }
    .top-desc-wrapper.onpage {
        display: none;
    }
    #top-content {
        z-index: 6;
    }
}


/* nav */
#nav {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--bg);
    top:0;
    right: -100%;
    transition: all 1s ease;
    /*transition: all 1s cubic-bezier(0.39, 0.58, 0.57, 1);*/
}
#nav.active {
    right: 0;
}
.nav-list {
    margin: 72px 0 95.3px;
    font-size: clamp( 35px, 4.66vw, 58px );
    line-height: clamp( 70px, 9.33vw, 108px );
}
.nav-list a {
    text-decoration: none;
    color: var(--nav);
    position: relative;
    font-weight: 400;
}
.nav-list a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--nav);
    transform: scale(0,1);
    transition: all 0.3s ease;
    transform-origin: left;
}
.nav-list a:hover:after {
    transform: scale(1,1);
}
.copy {
    font-size: 16px;
    color: var(--text);
}
@media (max-width: 992px) {
    .nav-list {
        margin: min( 9.33vw, 72px ) 0 min( 5.6vw, 42px );
    }
    #nav {
        z-index: 7;
    }
    .nav-list a:after {
        bottom: 1px;
        height: 1px;
    }
}

/* section */
.page {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: var(--bg);
    z-index: 3;
    transition: max-height 1s ease, top 1s ease;;
    /*transition: all 1s cubic-bezier(0.39, 0.58, 0.57, 1);*/
    overflow-y: scroll;
    max-height: 0;
}
.page.active {
    top: 0 !important;
    transition-delay: 1.1s;
    max-height: 100%;
}
.page-inner {
    position: relative;
    width: 100%;
    padding: 170px 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    transition-delay: 0;
}
.active .page-inner {
    opacity: 1;
    transition:  opacity 1s ease;
    transition-delay: 2s;
}
.container {
    margin-left: 290px;
    padding: 0 40px;
    max-width: 1500px;
}
.section {
    margin-bottom: 260px;
}
.mb-260 {
    margin-bottom: 260px;
}
.section:last-child {
    margin-bottom: 0;
}
.fixed {
    position: fixed;
    transform: translate(0);
}
@media (max-width: 1200px) {
    .container {
        margin-left: 180px;
    }
}
@media (max-width: 992px) {
    .container {
        margin-left: 0;
        padding: 0 25px;
        max-width: 100vw;
    }
    .page {
        z-index: 7;
    }
}


/* common style */
.common-h2 {
    font-size: 24px;
    color: var(--index);
    margin-bottom: 167px;
    font-weight: 400;
    font-family: var(--garamond);
}
.common-h3 {
    font-size: 22px;
    color: var(--index);
    padding-left: 16px;
    border-left: 1px solid var(--orange);
    margin-bottom: 22px;
    font-weight: 400;
}
.common-h3-block {
    padding-left: min(16px, 3.2vw);
    border-left: 1px solid var(--orange);
    margin-bottom: 22px;
    font-weight: 400;
}
.common-h3-block .common-h3-index {
    font-size: min(22px, 5.5vw);
    color: var(--index);
    margin-bottom: 22px;
}
.common-text {
    color: var(--common-text);
    font-size: 16px;
    line-height: 38.5px;
    margin-bottom: 107px;
    font-weight: 400;
}
.common-text:last-child {
    margin-bottom: 0;
}
.common-h3-block .common-text {
    font-size: min(16px, 3.2vw);
    line-height: 2;
}
.common-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.common-left {
    width: 30%;
    max-width: 400px;
    flex-grow: 0;
    flex-shrink: 1;
}
.common-right {
    width: 60%;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 10px;
    margin-left: min(10% , 85px);
}
.common-image {
    max-width: 785px;
    margin-bottom: 110px;
}
.common-h4 {
    font-size: 19px;
    color: var(--index);
    margin-bottom: 30px;
    font-weight: 400;
}
.common-list {
    font-size: 16px;
    color: var(--common-text);
    line-height: 33.25pt;
    list-style-type: none;
    margin-bottom: 107px;
}
.multiplication {
    mix-blend-mode: multiply;
}
.common-thumb {
    margin-bottom: 13.2px;
}
@media (max-width: 992px){
    .common-left {
        width: 100%;
    }
    .common-wrapper {
        flex-direction: column;
    }
    .common-right {
        padding: 0;
        margin: 80px 0 0;
        width: 100%;
    }
}



.profile-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.profile-image {
    width: 40%;
    max-width: 400px;
    flex-grow: 0;
    flex-shrink: 1;
}
.profile-content {
    width: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 69px 10px;
    margin-left: min(10% , 85px);
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
}
.profile-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 18px 20px;
    color: var(--common-text);
    font-size: 16px;
    line-height: 38.5px;
}
.profile-table th {
    width: 60px;
}
.profile-table td,
.profile-table th {
    vertical-align: top;
    font-size: 16px;
}

@media (max-width: 992px) {
    .profile-wrapper {
        flex-direction: column;
    }
    .profile-image {
        width: 100%;
    }
    .profile-content {
        margin-left: 0;
        width: 100%;
    }
    .profile-content {
        margin-top: 80px;
    }
}

.shop-table {
    border: none;
    color: var(--text);
    line-height: 48px;
}
.shop-table th {
    width: 190px;
    text-align: left;
    font-weight: 400;
}
.shop-map {
    margin-top: 77px;
    position:relative;
    width: 100%;
    height: 391px;
    max-width: 1280px
}
.shop-map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.contact-wrapper {
    flex-direction: column;
    align-items: center;
}
.input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    width: 100%;
    max-width:600px;
}
.common-input {
    width: 100%;
    padding: 15px 15px;
    box-sizing: border-box;
    background-color: #EFEFEF;
    font-size: 16px;
}
.input-group .common-h3 {
    font-size: 16px;
}
.submit-button {
    background-color: var(--orange);
    color: #fff;
    width: 100%;
    padding: 15px 30px;
    text-align: center;
    max-width:600px;
    margin-top: 60px;
    display: block;
}
.stone-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 60px;
}
.stone-image {
    width: 20%;
    max-width: 130px;
    margin-right: 20px;
}
.stone-content {
    width: 80%;
}
@media (max-width: 768px) {
    .stone-image {
        max-width: 80px;
        margin-right: 15px;
    }
    .stone-content .common-h4 {
        margin-bottom: 10px;
    }
    .stone-content .common-text {
        font-size: 14px;
        line-height: 1.75;
    }
}

/* animation */
.js-fade {
    opacity: 0;
    transition: opacity 1.2s ease;
}
.js-fade.inview {
    opacity: 1;
    transition-delay: .38s;
}

.br-text-sp {
    display: none;
} 
@media (max-width:768px) {
    .br-text {
        display: none;
    } 
    .br-text-sp {
        display: block;
    } 
}
