@charset "utf-8";
/*--------------------------------------------------------------
   ADDITIONAL RESET
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  position: relative;
  width:100%;
  min-height: 100vh;
  line-height: 1;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  color: #000;
  font-weight: 200;
  background-color: #FAF9F5;
}
a{
  color: inherit;
  text-decoration: none;
}
img{
  width:100%;
  max-width:100%;
  height:auto;
}
p a{
  text-decoration: underline;
}
@media screen and (min-width: 927px){
  body {
    font-size: 1.6rem;
  }
  img{
    width:auto;
    max-width:100%;
    height:auto;
  }
  a{
    -webkit-transition: opacity .5s, color .5s, background-color .5s;
    transition: opacity .5s, color .5s, background-color .5s;
  }
  a:hover{
    opacity: .5;
    text-decoration: none;
  }
}
/*--------------------------------------------------------------
   PARTS
--------------------------------------------------------------*/
.sup{
  margin-top: 3vw;
}
.anchorPoint{
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (min-width: 927px){
  .sup{
    margin-top: 15px;
  }
}
/*--------------------------------------------------------------
   WIDTH
--------------------------------------------------------------*/
.w__base{
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.w__list{
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.w__S{
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 926px){
  .w__base--sp,
  .w__S--sp,
  .w__list--sp{
    margin-left: auto;
    margin-right: auto;
  }
  .w__base--sp{
    width: 92%;
  }
  .w__S--sp{
    width: 84%;
  }
  .w__list--sp{
    width: 94%;
  }
}
@media screen and (min-width: 927px){
  .w__base,
  .w__base--pc{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .w__S,
  .w__S--pc{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .w__list,
  .w__list--pc{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .w__list,
  .w__list__S--pc{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px){
  .w__base,
  .w__base--pc{
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
  .w__S,
  .w__S--pc{
    width: 100%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  .w__list,
  .w__list--pc{
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .w__list,
  .w__list__S--pc{
    width: 100%;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*--------------------------------------------------------------
   SPACE
--------------------------------------------------------------*/
.mT__spaceS{
  margin-top: 6vw;
}
.mT__spaceS{
  margin-top: 7vw;
}
.mT__spaceM{
  margin-top: 8vw;
}
.mT__spaceL{
  margin-top: 10vw;
}
.mT__spaceLL{
  margin-top: 12vw;
}
.mT__spaceXL{
  margin-top: 18vw;
}
.mT__spaceMax{
  margin-top: 24vw;
}
@media screen and (min-width: 927px){
  .mT__spaceS{
    margin-top: 40px;
  }
  .mT__spaceS{
    margin-top: 50px;
  }
  .mT__spaceM{
    margin-top: 60px;
  }
  .mT__spaceL{
    margin-top: 80px;
  }
  .mT__spaceLL{
    margin-top: 100px;
  }
  .mT__spaceXL{
    margin-top: 150px;
  }
  .mT__spaceMax{
    margin-top: 200px;
  }
}
/*--------------------------------------------------------------
   MARGIN
--------------------------------------------------------------*/
.mT__SS{
  margin-top: 1vw;
}
.mT__S{
  margin-top: 2vw;
}
.mT__M{
  margin-top: 4vw;
}
.mT__L{
  margin-top: 6vw;
}
@media screen and (min-width: 927px){
  .mT__SS{
    margin-top: 5px;
  }
  .mT__S{
    margin-top: 10px;
  }
  .mT__M{
    margin-top: 20px;
  }
  .mT__L{
    margin-top: 40px;
  }
  .mT__0--pc{
    margin-top: 0;
  }
}
/*--------------------------------------------------------------
   PADDING
--------------------------------------------------------------*/
.p__SS{
  padding: 1vw;
}
.p__S{
  padding: 2vw;
}
.p__M{
  padding: 3vw;
}
.p__L{
  padding: 4vw;
}
.p__LL{
  padding: 6vw;
}
.p__XL{
  padding: 9vw;
}
@media screen and (min-width: 927px){
  .p__SS{
    padding: 5px;
  }
  .p__S{
    padding: 10px;
  }
  .p__M{
    padding: 15px;
  }
  .p__L{
    padding: 20px;
  }
  .p__LL{
    padding: 40px;
  }
  .p__XL{
    padding: 60px;
  }
  .p__0--pc{
    padding: 0;
  }
}
/*--------------------------------------------------------------
   FONT
--------------------------------------------------------------*/
.f__SS{
  font-size: 1.1rem;
}
.f__S{
  font-size: 1.2rem;
}
.f__M{
  font-size: 1.3rem;
}
.f__L{
  font-size: 1.6rem;
}
.f__LL{
  font-size: 1.8rem;
}
.f__XL{
  font-size: 2rem;
}
.f__XXL{
  font-size: 2.4rem;
}
.f__title{
  font-size: 2.8rem;
}
@media screen and (max-width: 926px){
  .f__SS--sp{
    font-size: 1.2rem;
  }
  .f__S--sp{
    font-size: 1.3rem;
  }
  .f__M--sp{
    font-size: 1.4rem;
  }
  .f__L--sp{
    font-size: 1.6rem;
  }
  .f__LL--sp{
    font-size: 1.8rem;
  }
  .f__XL--sp{
    font-size: 2rem;
  }
  .f__XXL--sp{
    font-size: 2.4rem;
  }
  .f__title--sp{
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 927px){
  .f__SS,
  .f__SS--pc{
    font-size: 1.2rem;
  }
  .f__S,
  .f__S--pc{
    font-size: 1.4rem;
  }
  .f__M,
  .f__M--pc{
    font-size: 1.6rem;
  }
  .f__L,
  .f__L--pc{
    font-size: 1.8rem;
  }
  .f__LL,
  .f__LL--pc{
    font-size: 2rem;
  }
  .f__XL,
  .f__XL--pc{
    font-size: 2.4rem;
  }
  .f__XXL,
  .f__XXL--pc{
    font-size: 2.8rem;
  }
  .f__title,
  .f__title--pc{
    font-size: 3rem;
  }
}

/*--------------------------------------------------------------
   LINE HEIGHT
--------------------------------------------------------------*/
.lH__S{
  line-height: 1.4;
}
.lH__M{
  line-height: 1.5;
}
.lH__L{
  line-height: 1.8;
}
.lH__LL{
  line-height: 2;
}
.lH__XL{
  line-height: 2.2;
}
@media screen and (min-width: 927px){
  .lH__S{
    line-height: 1.4;
  }
  .lH__M{
    line-height: 1.7;
  }
  .lH__L{
    line-height: 2;
  }
  .lH__LL{
    line-height: 2.2;
  }
  .lH__XL{
    line-height: 2.5;
  }
}
/*--------------------------------------------------------------
   SMALL PARTS
--------------------------------------------------------------*/
/*フォント*/
.jp--sansSerif{
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-weight: normal;
  font-weight: 300;
}
.en{
  font-family: 'Marcellus', serif;
}
.en--accent{
  font-family: 'Lora', serif;
}
.wm{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/*背景画像*/
.bgImg{
  background-size: cover;
  background-position: center;
}
.imgShadow{
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.2));
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,.2));
}
/*基本色*/
.bgC__black{
  background-color: #000;
}
.fC__white{
  color: #fff;
}
.bgC__white{
  background-color: #fff;
}
.fC__red{
  color: #ff2727;
}
.fC__gray{
  color: #888;
}
.svg__white svg{
  fill: #fff;
}
.bgC__gray{
  background-color: #F5F5F5;
}
.b__gray{
  border-color: #ccc;
}
.fC__lightGray{
  color: #eee;
}
.bgC__lightGray{
  background-color: #eee;
}
/*縦横中央寄せ*/
.positionCenter{
  position: relative;
  text-align: center;
}
.positionCenter > *{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
@media screen and (min-width: 927px){
/*  .imgZoom{
    overflow: hidden;
  }
  .imgZoom .imgZoomTargetWrap{
    overflow: hidden;
  }
  .imgZoom .imgZoomTarget{
    overflow: hidden;
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  }
  .imgZoom:hover .imgZoomTarget{
    transform: scale(1.1, 1.1);
  }*/
  .wm--pc{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
/*--------------------------------------------------------------
   MOVEMENT
--------------------------------------------------------------*/
.mo.fadeIn,
.start.fadeIn{
  opacity: 0;
}
.mo.fadeIn.ve,
.start.fadeIn.ve{
  opacity: 1;
  -webkit-transition: opacity 1.2s ease-in 0s;
  transition: opacity 1.2s ease-in 0s;
}
.mo.fadeInUp,
.start.fadeInUp{
  opacity: 0;
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
}
.mo.fadeInUp.ve,
.start.fadeInUp.ve{
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
  transition: opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
  transition: transform 3s cubic-bezier(0, .44, .26, 1),opacity 1.2s ease-in;
  transition: transform 3s cubic-bezier(0, .44, .26, 1),opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
}
.mo.slideLeft{
  opacity: 0;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}
.mo.slideRight{
  opacity: 0;
  -webkit-transform: translate3d(20px,0,0);
  transform: translate3d(20px,0,0);
}
.mo.slideLeft.ve,
.mo.slideRight.ve{
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
  transition: opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
  transition: transform 3s cubic-bezier(0, .44, .26, 1),opacity 1.2s ease-in;
  transition: transform 3s cubic-bezier(0, .44, .26, 1),opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
}
@media screen and (max-width: 926px){
  .mo.fadeInUp--sp,
  .start.fadeInUp--sp{
    opacity: 0;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
  }
  .mo.fadeInUp--sp.ve,
  .start.fadeInUp--sp.ve{
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
    transition: opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
    transition: transform 3s cubic-bezier(0, .44, .26, 1),opacity 1.2s ease-in;
    transition: transform 3s cubic-bezier(0, .44, .26, 1),opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
  }
  .mo.slideLeft--sp{
    opacity: 0;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  .mo.slideRight--sp{
    opacity: 0;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  .mo.slideLeft--sp.ve,
  .mo.slideRight--sp.ve{
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
    transition: opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
    transition: transform 3s cubic-bezier(0, .44, .26, 1),opacity 1.2s ease-in;
    transition: transform 3s cubic-bezier(0, .44, .26, 1),opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
  }
}
@media screen and (min-width: 927px){
  .mo.fadeIn--pc,
  .start.fadeIn--pc{
    opacity: 0;
  }
  .mo.fadeIn--pc.ve,
  .start.fadeIn--pc.ve{
    opacity: 1;
    -webkit-transition: opacity 1.2s ease-in 0s;
    transition: opacity 1.2s ease-in 0s;
  }
  .mo.fadeInUp--pc,
  .start.fadeInUp--pc{
    opacity: 0;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
  }
  .mo.fadeInUp--pc.ve,
  .start.fadeInUp--pc.ve{
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
    transition: opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
    transition: transform 3s cubic-bezier(0, .44, .26, 1),opacity 1.2s ease-in;
    transition: transform 3s cubic-bezier(0, .44, .26, 1),opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
  }
  .mo.slideLeft--pc{
    opacity: 0;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  .mo.slideRight--pc{
    opacity: 0;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  .mo.slideLeft--pc.ve,
  .mo.slideRight--pc.ve{
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
    transition: opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
    transition: transform 3s cubic-bezier(0, .44, .26, 1),opacity 1.2s ease-in;
    transition: transform 3s cubic-bezier(0, .44, .26, 1),opacity 1.2s ease-in,-webkit-transform 3s cubic-bezier(0, .44, .26, 1);
  }
}
/*--------------------------------------------------------------
   HEADER
--------------------------------------------------------------*/
header{
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .2);
            box-shadow: 0 0 40px rgba(0, 0, 0, .2);
  position: fixed;
  top: 0;
  z-index: 480;
  background-color: #FAF9F5;
}
header .js__reserve .icon svg{
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 926px){
  header{
    width: 100%;
    height: 60px;
    right: 0;
  }
  .navBtn{
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-left: solid 1px #D9D9D9;
  }
  .navBtn .parts{
    position: relative;
  }
  .navBtn .parts,
  .navBtn .parts::before,
  .navBtn .parts::after{
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background-color: #000;
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .navBtn .parts::before{
    position: absolute;
    top: -8px;
  }
  .navBtn .parts::after{
    position: absolute;
    top: 8px;
  }
  .nav{
    padding: 30px 8% 80px;
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: calc(100vh - 60px);
    top: 60px;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .6s,visibility .6s;
    transition: opacity .6s,visibility .6s;
    background-color: #FAF9F5;
    border-top: solid 1px #D9D9D9;
  }
  .navList li{
    opacity: 0;
    -webkit-transform: translate(40px,0);
            transform: translate(40px,0);
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
  header.active .navList li:nth-child(1),
  header.active .navList li:nth-child(2),
  header.active .navList li:nth-child(3),
  header.active .navList li:nth-child(4){
    opacity: 1;
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  header.active .navList li:nth-child(1){
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  header.active .navList li:nth-child(2){
    -webkit-transition-delay: .8s;
            transition-delay: .8s;
  }
  header.active .navList li:nth-child(3){
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  header.active .navList li:nth-child(4){
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .nav .navList a{
    padding: 4vw 0;
    display: block;
  }
  header.active .navBtn .parts{
    background-color: transparent;
  }
  header.active .navBtn .parts::before,
  header.active .navBtn .parts::after{
    top: 0;
  }
  header.active .navBtn .parts::before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header.active .navBtn .parts::after{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  header.active .nav{
    visibility: visible;
    opacity: 1;
  }
  header .js__reserve{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #FAF9F5;
    border-top: solid 1px #D9D9D9;
    z-index: 490;
  }
  header .insta svg{
    width: 20px;
    height: 20px;
  }
  .header__right{
    padding-right: 80px;
  }
}
@media screen and (min-width: 927px){
  .header__otherList .js__reserve > .en{
    display: inline-block;
  }
}
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  z-index: 500;
}
.modalBg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 80%);
  z-index: 490;
}
.modal.active{
  visibility: visible;
  opacity: 1;
  transition: opacity .6s,visibility .6s;
}
.modalInner{
  position: relative;
  z-index: 500;
  width: 84%;
  max-width: 600px;
}
.modalInner .title{
  display: inline-block;
  width: 41.64vw;
  max-width: 173px;
}
.reserveList{
  margin-top: 6vw;
}
.reserveList li + li{
  margin-top: 4vw;
}
.reserveList .reserveCts{
  border: 1px dotted #fff;
  padding: 5vw 0;
}
.reserveList .insta .icon{
  display: inline-block;
}
.reserveList .insta .icon svg{
  width: 14vw;
  max-width: 80px;
  height: 14vw;
  max-height: 80px;
}
.reserveList .text{
  margin-top: 2vw;
}
@media screen and (min-width: 927px){
  .modalInner{
    width: 100%;
    max-width: 1080px

  }
  .reserveList{
    margin-top: 60px;
  }
  .reserveList .reserveCts{
    height: 249px;
  }
  .modalInner .title{
    width: 222px;
  }
  .reserveList .text{
    margin-top: 30px;
  }
  .reserveList li + li{
    margin-top: 0;
  }
  .reserveList .insta .icon svg{
    width: 80px;
    height: 80px;
  }
}
/*--------------------------------------------------------------
   FOOTER
--------------------------------------------------------------*/
/*.note{
  margin-top: 18vw;
}
.copy{
  margin-top: 9.6vw;
  height: 40px;
}
@media screen and (min-width: 927px){
  .note{
    margin-top: 80px;
  }
  .copy{
    margin-top: 80px;
    height: 40px;
  }
}
.pageTop {
  position: fixed;
  right: 20px;
  bottom: 35px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: #737373;
  padding: 0 0 0 35px;
  border-top: solid 1px;
}
.pageTop::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.main{
  padding-top: 21.6vw;
}
@media screen and (min-width: 927px){
  .main{
    padding-top: 135px;
  }
}
.archive__title{
  margin-bottom: 6vw;
}
.photoWrap{
  margin-top: 6vw;
}
@media screen and (min-width: 927px){
  .archive__title{
    margin-bottom: 30px;
  }
  .photoWrap{
    margin-top: 30px;
  }
}
.photoList a{
  position: relative;
  display: block;
  padding: 20px;
  border: solid 1px #ccc;
}
.photoCts{
  padding-top: 100%;
}
.photoCts img{
  max-height: 100%;
  height: auto;
  max-width: 100%;
  width: auto;
}
.photoList h2{
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,0);
}
@media screen and (min-width: 927px){
  .photoList a{
    padding: 40px;
  }
  .photoList h2{
    bottom: 13px;
  }
}
.btn__base{
  height: 50px;
  border: solid 1px;
}
@media screen and (min-width: 927px){
  .btn__base{
    height: 55px;
  }
}*/