@charset "utf-8";
/* == base ============================================== */
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body.scrollNo {
  overflow: hidden;
}

a {
  display: block;
}
main {
  position: relative;
  display: block;
}
input,
textarea {
  -webkit-appearance: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.sp_only {
  display: none !important;
}

/* ========== 共通ボタン ========== */

.c-btn {
  text-align: center;
}

.c-btn a {
  border: solid 1px #b2a32f;
  background-color: rgba(0, 0, 0, 0.5);
  width: 290px;
  display: inline-block;
  color: #b2a32f;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  padding: 12.5px 0;
  transition: all 0.2s;
  position: relative;
  line-height: 1.5;
}

.c-btn a:hover {
  background-color: #4e361d;
}

.c-btn.u-mail,
.c-btn.u-insta{
  display: block;
}

.c-btnArea{
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  width: 91%;
  margin: 0 auto;
}
.c-btnArea .c-btn.u-mail,
.c-btnArea .c-btn.u-insta{
  width: 48%;
}
.c-btn.u-mail a,
.c-btn.u-insta a{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn.u-mail a::before,
.c-btn.u-insta a::before{
  content: '';
  display: inline-block;
  position: absolute;
  left: 24px;
}
.c-btn.u-mail a::before{
  width: 24px;
  height: 20px;
  background: url(../img/icon/mail.svg) no-repeat center / contain;
}
.c-btn.u-insta a::before{
  width: 24px;
  height: 24px;
  background: url(../img/icon/instagram.svg) no-repeat center / contain;
}
@media (max-width: 1149px) {
  .c-btnArea .c-btn.u-mail,
  .c-btnArea .c-btn.u-insta{
    max-width: 100%;
  }
  .c-btnArea .c-btn.u-mail a, 
  .c-btnArea .c-btn.u-insta a{
    max-width: 100%;
  }
  .c-btnArea .c-btn.u-mail a::before, 
  .c-btnArea .c-btn.u-insta a::before{
    left: 8%;
    width: 20px;
  }
  .c-btnArea .c-btn.u-mail a::before{
    height: 16px;
  }
  .c-btnArea .c-btn.u-insta a::before{
    height: 20px;
  }
}
@media (min-width: 1031px) {
  .c-btnArea .c-btn.u-mail a,
  .c-btnArea .c-btn.u-insta a{
    max-width: 240px;
  }
}
@media (max-width: 1030px) {
  .c-btn.u-mail, .c-btn.u-insta,
  .c-btn.u-tel{
    max-width: 280px;
    margin: 0 auto;
  }
  .c-btn.u-mail a, .c-btn.u-insta a,
  .c-btn.u-tel a{
    width: 100%;
  }
  .c-btn.u-tel a{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-btn.u-tel a::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 24px;
    width: 24px;
    height: 24px;
    background: url(../img/icon/tel_g.svg) no-repeat center / contain;
  }
}

/* ========== 共通タイトル ========== */

.c-secTitleWrap {
  text-align: center;
}

.c-secTitle {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 46px;
  padding-bottom: 6px;
  border-bottom: 2px dotted #333;
}

.c-secTitle::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}

/* ========== 共通タイトル ========== */

.c-Text {
  width: 86.93%;
  margin: 0 auto;
  line-height: 1.75;
  font-size: 1.6rem;
  font-weight: 400;
}

/* =========== header(ヘッダー) ============= */

#header {
  width: 375px;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  padding: 20px 0 0 0;
  background-color: #2f1b04;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  will-change: transform; 
  transition: all 0.7s ease-in-out;
  overflow-y: auto;
  height: 100dvh;
}

.headerLogo {
  padding-left: 20px;
}

.navListItem {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  margin-top: 32px;
  will-change: transform; /* transfromに変更が加わることを示す */
  transition: all 0.3s;
}

.navListItem:first-of-type {
  margin-top: 40px;
}

.navListItem:last-of-type {
  margin-bottom: 40px;
}

.navListItem:hover {
  opacity: 0.7;
}

.headerAccess {
  position: relative;
  background-color: #000000;
  margin-top: 74px;
  padding-bottom: 60px;
  text-align: center;
}


@media screen and (min-width: 1031px) and (max-height: 800px) {
  #header{
    max-height: 800px;
  }
}
@media screen and (min-width: 1031px) and (min-height: 801px) {
  #header{
    max-height: 100%;
  }
  .headerAccess{
    height: calc(157px + (100vh - 800px));
  }
}
@media screen and (max-width: 1030px) and (max-height: 775px) {
  #header{
    max-height: 775px;
  }
}
@media screen and (max-width: 1030px) and (min-height: 776px) {
  #header{
    max-height: 100%;
  }
  .headerAccess{
    height: calc(157px + (100vh - 775px));
  }
}

.headerAccess::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -44px;
  left: 0;
  background: url(../img/header/img-shape-header.svg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
}

.headerAccessText {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.714;
}
@media screen and (min-width: 1031px){
  .headerAccessText {
    max-width: 332px;
    width: 100%;
  }
}
@media screen and (max-width: 1030px){
  .headerAccessText {
    max-width: 295px;
    width: 100%;
    letter-spacing: 0;
    padding-top: 3px;
  }
}

/* --------- ボタンのアイコン設定 --------- */

.hmb {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 73px;
  height: 73px;
  z-index: 11;
  border: none;
  background: url(../img/common/bg.jpg) center no-repeat;
  background-size: cover;
  will-change: transform; /* transfromに変更が加わることを示す */
  transition: all 0.5s;
}

.hmb .hmb-line {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background-color: #333333;
}

.hmb .hmb-text {
  display: inline-block;
  position: absolute;
  top: 42px;
  right: -1px;
  width: 100%;
  font-size: 1.2rem;
  color: #222;
  font-weight: 600;
  text-align: center;
  will-change: transform; /* transfromに変更が加わることを示す */
  transition: all 0.3s;
}

.hmb span.hmb-line:nth-of-type(1) {
  top: 20px;
}

.hmb span.hmb-line:nth-of-type(2) {
  top: 27px;
  visibility: visible;
  opacity: 1;
}

.hmb span.hmb-line:nth-of-type(3) {
  top: 34px;
}

/* ===== ヘッダー背景 ===== */
.bg01 {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 41.39%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  opacity: 0.2;
  visibility: hidden;
  will-change: transform; /* transfromに変更が加わることを示す */
  transition: all 0.7s ease-in-out;
  z-index: 4;
}

.bg01.panelactive {
  opacity: 0;
  visibility: visible;
  transform: translateX(0);
}

.bg02 {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 64.1%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  opacity: 0.1;
  visibility: hidden;
  will-change: transform; /* transfromに変更が加わることを示す */
  transition: all 0.7s ease-in-out;
  z-index: 4;
}

.bg02.panelactive {
  opacity: 0;
  visibility: visible;
  transform: translateX(0);
}

.bg03 {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  opacity: 0.3;
  visibility: hidden;
  will-change: transform; /* transfromに変更が加わることを示す */
  transition: all 0.7s ease-in-out;
  z-index: 5;
}

.bg03.panelactive {
  opacity: 0.5;
  visibility: visible;
  transform: translateX(0);
}

/* ====== アニメーション設定 ====== */

/* header */
.js-header.panelactive#header {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

#js-hmb.panelactive.hmb {
  background: #2f1b04;
}

#js-hmb.panelactive.hmb .hmb-text {
  color: #fff;
}

#js-hmb.panelactive span.hmb-line {
  background-color: #fff;
}

#js-hmb.panelactive span.hmb-line:nth-of-type(1) {
  top: 26px;
  transform: translate(-50%, 0) rotate(45deg);
}

#js-hmb.panelactive span.hmb-line:nth-of-type(2) {
  visibility: hidden;
  opacity: 0;
  left: 70%;
}

#js-hmb.panelactive span.hmb-line:nth-of-type(3) {
  top: 26px;
  transform: translate(-50%, 0) rotate(-45deg);
}

/* ========== mvBG(背景) ========== */

.mvBG {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  z-index: 1;
  background: url(../img/common/wrap-bg.jpg) center top no-repeat;
  background-size: cover;
}

/* ========== leftItem(左) ========== */
/* old */
/* .leftItem {
  position: fixed;
  top: 0;
  left: 0;
  width: 55.49%;
  height: 100%;
  z-index: 2;
} */

.leftItem {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(81.53% - 375px);
  height: 100%;
  z-index: 2;
}

.leftItemInner {
  max-width: 550px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.leftItemText {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 40px;
}

.leftItemText span {
  font-size: 2rem;
}

.leftItemTitle {
  width: 90.91%;
  margin: 0 auto 40px auto;
}

/* -------- 店舗情報 ------- */
/* old */
/* .infoItem {
  margin-top: 65px;
} */

.infoItem {
  margin-top: 40px;
}

/* -- アクセス -- */

.accessItem {
  width: 42.55%;
  float: left;
  text-align: left;
}

.accessTitle {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
}

.accessTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 60%;
  height: 1px;
  display: inline-block;
  border-bottom: dotted 2px #fff;
}

.accessText {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.75;
}

/* -------- QRコード -------- */

.qrItem {
  float: right;
  width: 54.36%;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  padding: 28px 20px 28px 35px;
}

.qrImg {
  width: 84px;
  height: 84px;
}

.qrText {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  margin-left: 20px;
}

small {
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

/* ========== rightItem(右) ========== */

.rightItem {
  position: fixed;
  top: 0;
  right: 0;
  width: 18.47%;
  height: 100%;
  z-index: 1;
  padding: 0 10px;
}

/* ---- スクロール ---- */

.scrollItem {
  width: 52.63%;
  max-width: 140px;
  min-width: 100px;
  position: absolute;
  bottom: 76px;
  left: 50%;
  transform: translate(-50%, 0);
}

.scrollText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.scrollImg {
  animation-name: Rotate;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes Rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ============================== 
          mainItem(メイン) 
================================= */

.mainItem {
  position: absolute;
  top: 0;
  /* left: 55.49%; */
  right: 18.47%;
  background: url(../img/common/bg.jpg) center no-repeat;
  background-size: cover;
  overflow: auto;
  width: 26.04%;
  /* max-width: 375px; */
  min-width: 375px;
  z-index: 2;
  border-left: solid 5px #2f1b04;
  border-right: solid 5px #2f1b04;
}

/* ------- mv -------- */

.mvInner {
  width: 86.93%;
  margin: 0 auto 77px auto;
  position: relative;
}

.mvItem {
  position: relative;
  padding: 36px 0 0 0;
}

.mvTitleWrap {
  position: relative;
  padding-bottom: 80px;
}

.mvImg {
  width: 100%;
  height: 420px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.mvItem::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -80px;
  left: 0;
  background: url(../img/top/sec_mv/img-mvIllust.svg) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 150px;
}

.mvCatch {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-left: 10px;
  border-top: 4px solid #333;
}

.mvCatch::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}

.mvCatch span {
  font-size: 1.6rem;
}
/* old */
/* .mvTitle {
  margin-bottom: 248px;
  padding-left: 10px;
} */

.mvTitle {
  margin-bottom: 297px;
  padding-left: 10px;
}

.mvTitle span {
  display: inline-block;
  margin-top: 9px;
  font-size: 1.2rem;
  color: #000;
}

.mvText {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.75;
  margin-top: 75px;
  padding-bottom: 82px;
}

.mvText::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 43px;
  background: url(../img/top/sec_mv/icon-Turco.svg) center no-repeat;
  background-size: contain;
  width: 60px;
  height: 48px;
}

/* ------- about -------- */

.aboutInner {
  margin-bottom: 80px;
}

/* ========== footer ============ */

.footerInner {
  padding: 40px 0;
  background-color: #2f1b04;
}

.footerItem {
  width: 86.93%;
  margin: 0 auto;
}

.footerTitle {
  margin-bottom: 20px;
}

.footerText {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}

.footerText::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 77.14%;
  height: 1px;
  background-color: #fff;
}

.footerAddress {
  color: #fff;
  margin-bottom: 20px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
                ▼下層スタイル
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/* ===== 共通 ==== */

.logo {
  padding: 10px 0 0 24px;
}
.logo a {
  display: inline;
}

.logo a:hover {
  opacity: 0.7;
}

.c-UnderTitle {
  margin-top: 24px;
  text-align: center;
}

/* =========================
        コーヒー占い
============================ */
.diviInner {
  overflow: hidden;
  margin-bottom: 80px;
}

.howtoInner {
  position: relative;
  margin: 10px 0 105px 0;
  /* background-color: rgba(78, 54, 29, 0.2); */
  background: url(../img/divination/howto-bg.jpg) center no-repeat;
  background-size: cover;
  z-index: 2;
}

.howtoInner .howtoShape01 {
  content: "";
  display: inline-block;
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  height: 65px;
  background: url(../img/divination/img-shape.png) center top no-repeat;
  background-size: cover;
  z-index: -1;
}

.howtoInner .howtoShape02 {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -62px;
  left: 0;
  width: 100%;
  height: 65px;
  transform: rotate(180deg);
  background: url(../img/divination/img-shape.png) center top no-repeat;
  background-size: cover;
}
.diviSubTitle {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.diviSubTitle span {
  font-size: 1.6rem;
}

.howtoList {
  width: 86.93%;
  margin: 0 auto;
}

.howtoListItem {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}

.howtoListItem:last-of-type {
  margin-bottom: 0;
}

.howtoText {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #2f1b04;
  padding: 20px;
}

.number {
  position: absolute;
  top: -40px;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #2f1b04;
}

.number img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1220px) {
  .leftItemTitle {
    width: 70%;
  }
  /* .leftItem {
    width: 50.49%;
  } */
  /* .leftItem {
    width: calc(81.53% - 375px);
  }
  .leftItemInner{
    width: 100%;
  } */
  .infoItem {
    margin-top: 40px;
  }
  .accessItem {
    float: none;
    width: 65%;
    margin: 0 auto;
  }
  .accessTitle::after {
    width: 77%;
  }
  .qrItem {
    float: none;
    width: 65%;
    margin: 20px auto 0 auto;
  }
  .qrText {
    margin-left: 30px;
  }

  small {
    writing-mode: horizontal-tb;
    position: absolute;
    top: 96%;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
  }
}

@media (max-width: 1030px) {
  .mvBG {
    display: none;
  }
  .sp_only {
    display: block !important;
  }
  .leftItem {
    display: none;
  }

  .rightItem {
    display: none;
  }
  .mainItem {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border: none;
  }
  .aboutInner {
    width: 86%;
    margin: 0 auto 80px auto;
    text-align: center;
  }
  .c-Text {
    display: inline-block;
    text-align: left;
    width: 86.93%;
    margin: 0 auto;
    line-height: 1.75;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .diviInner {
    text-align: center;
  }

  .howtoListItem {
    width: 80%;
    margin: 0 auto 20px auto;
  }

  .howtoText {
    text-align: left;
  }

  .howtoInner .howtoShape01 {
    content: "";
    display: inline-block;
    position: absolute;
    top: -61px;
    left: 0;
    width: 100%;
    height: 65px;
    background: url(../img/divination/img-shape.png) center top no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .howtoInner .howtoShape02 {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -62px;
    left: 0;
    width: 100%;
    height: 65px;
    transform: rotate(180deg);
    background: url(../img/divination/img-shape.png) center top no-repeat;
    background-size: cover;
  }

  small {
    margin-top: 16px;
    position: relative;
  }
}

/* ========== Utility =========== */

/* margin-top */

.u-mgt40 {
  margin-top: 40px;
}

.u-mgt30 {
  margin-top: 30px;
}

/* margin-bottom */

.u-mgb15 {
  margin-bottom: 15px;
}
.u-mgb40 {
  margin-bottom: 40px;
}

.u-mgb60 {
  margin-bottom: 60px;
}

.u-mgb80 {
  margin-bottom: 80px;
}

/* ========== 250310 =========== */
.headerBtn__ListItem:not(:last-child){
  margin-bottom: 24px;
}
.headerBtn__ListItem .c-btn{
  max-width: 280px;
  margin: 0 auto;
}


@media screen and (min-width: 1031px){
  .headerBtn__ListItem .telArea{
    margin-bottom: 0;
  }
}
@media (max-width: 1030px) {
  .headerBtn__ListItem .telArea{
    display: none;
  }
}
.u-white{
  color: #fff;
}
.telArea{
  font-weight: bold;
  color: #fff;
  margin: 24px auto 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-telTtl{
  font-size: 1.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}
.p-telTtl::before,
.p-telTtl::after{
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #fff;
}
.p-telTtl::before{
  margin-right: 10px;
}
.p-telTtl::after{
  margin-left: 10px;
}
.p-telHead{
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  position: relative;
  line-height: 1.143;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.p-telHead::before{
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icon/tel.svg) no-repeat center / contain;
  margin-right: 8px;
}