@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Shippori+Mincho&display=swap");
/* all device
-------------------------------------------------- */
@media all {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  body {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #f6f5f4;
    color: #333;
  }
  .titType1.color1 .main {
    color: #fff;
  }
  .titType1.color1 .sub {
    color: rgba(255, 255, 255, 0.7);
  }
  .linkStyle1 {
    color: #fff;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: color;
    transition-property: color;
    text-decoration: none;
  }
  .linkStyle1:hover, .linkStyle1:active, .linkStyle1:focus {
    color: #b3b3b3;
  }
  .linkStyle1.underline {
    text-decoration: underline;
  }
  .siteKv .partsScroll {
    position: absolute;
    right: 10vw;
    bottom: 3vw;
  }
  .siteKv .contentBase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .kvCnt1 {
    display: block;
    height: auto;
  }
  .shopIntro {
    max-width: 100% !important;
  }
  #conceptSec {
    padding-bottom: 15vw;
  }
  .copyConcept {
    color: #fff;
  }
  .conceptItem {
    overflow: hidden;
  }
  .conceptItem .image {
    overflow: hidden;
    opacity: 0;
    -webkit-transition-duration: 1.2s;
            transition-duration: 1.2s;
  }
  .conceptItem .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 15s;
            transition-duration: 15s;
  }
  .conceptItem .content {
    opacity: 0;
    -webkit-transition-duration: 1.8s;
            transition-duration: 1.8s;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .conceptItem.isInview .image {
    opacity: 1;
  }
  .conceptItem.isInview .image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .conceptItem.isInview .content {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .conceptText {
    color: rgba(255, 255, 255, 0.7);
  }
  .conceptDeco {
    color: #fff;
    text-shadow: 0 0 20px #000, 0 0 30px #000, 0 0 40px #000, 0 0 40px #000;
    opacity: 0.3;
  }
  .baristaBox {
    background-color: #fff;
    color: #333;
  }
  .baristaBox .image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* smart phone
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  #toastBtnBase {
    top: 10px !important;
    right: 10px !important;
  }
  #toastBtn {
    border-radius: 100%;
    background-color: #423105 !important;
  }
  .kvCnt1 {
    width: 150px;
  }
  .shopIntro {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .copyConcept {
    padding-bottom: 40px;
  }
  .conceptItem {
    padding-bottom: 50px;
  }
  #atmosphereSec {
    padding-top: 20vw;
  }
  .atmosphereImages .gridContainer {
    -ms-grid-columns: 1fr 5px 1fr !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 5px !important;
  }
  .atmosphereRecordList {
    padding: 20px 0;
  }
  .atmosphereRecordList .gridContainer {
    gap: 2rem !important;
  }
  .baristaBox {
    max-width: 90vw;
  }
  .baristaBox .image {
    width: 100%;
  }
  .baristaBox .image img {
    aspect-ratio: 3/2;
  }
  .baristaBox .innerContents {
    text-align: left;
  }
  .baristaBox .boxText {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
/* tablet
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  #toastBtn {
    background-color: #423105 !important;
  }
  .kvCnt1 {
    width: 240px;
  }
  .shopIntro {
    width: 85vw;
    margin: 0 auto;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .copyConcept {
    padding-bottom: 50px;
  }
  .conceptText {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .foodList {
    padding: 0 1rem;
  }
  .foodList .gridContainer {
    gap: 2rem !important;
  }
  #atmosphereSec {
    padding-top: 15vw;
  }
  .atmosphereImages .gridContainer {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 5px !important;
  }
  .atmosphereRecord .content {
    padding: 0;
  }
  .atmospherePanel .leftPanel {
    width: 30vw;
  }
  .atmospherePanel .rightPanel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .baristaBox {
    max-width: 90vw;
  }
  .baristaBox .image {
    width: 300px;
  }
  .baristaBox .image img {
    aspect-ratio: 1/2;
  }
  .baristaBox .innerContents {
    text-align: left;
  }
  .baristaBox .boxText {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    padding-top: 20px;
  }
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  .kvCnt1 {
    width: 360px;
  }
  .shopIntro {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    font-size: min(1.4vw, 20px);
  }
  .copyConcept {
    padding-bottom: 120px;
    letter-spacing: 0.5em;
    font-weight: normal;
  }
  .conceptText {
    font-size: max(1.1vw, 1.6rem);
  }
  #atmosphereSec {
    padding-top: 15vw;
  }
  .atmosphereImages .gridContainer img:nth-child(even) {
    padding-top: 60px;
  }
  .baristaBox {
    max-width: 1000px;
  }
  .baristaBox .image {
    width: 400px;
  }
  .baristaBox .image img {
    aspect-ratio: 1/1;
  }
  .baristaBox .innerContents {
    text-align: left;
  }
  .baristaBox .boxText {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    padding-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */