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

body.scrollNo {
  overflow: hidden;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main {
  display: block;
}
input,
textarea {
  -webkit-appearance: none;
}
.all_wrapper {
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.pc_only {
  display: none !important;
}

.sp_only {
  display: block !important;
}

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

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

.c-btn a {
  border: solid 1px #b2a32f;
  background-color: rgba(0, 0, 0, 0.5);
  width: 280px;
  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;
}

.headerBtn__ListItem .c-btn{
  max-width: 280px;
  margin: 0 auto;
}

.c-btn.u-mail a,
.c-btn.u-insta a,
.c-btn.u-tel a{
  width: 100%;
  max-width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn.u-mail a::before,
.c-btn.u-insta a::before,
.c-btn.u-tel 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,
.c-btn.u-tel a::before{
  width: 24px;
  height: 24px;
}
.c-btn.u-insta a::before{
  background: url(../img/icon/instagram.svg) no-repeat center / contain;
}
.c-btn.u-tel a::before{
  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;
  text-align: left;
  line-height: 1.75;
  font-size: 1.6rem;
  font-weight: 400;
}

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

#header {
  width: 100%;
  height: 95.5dvh;
  max-height: 775px;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  transform: translateX(100%);
  padding: 20px 0 0 0;
  background-color: #2f1b04;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  will-change: transform; /* transfromに変更が加わることを示す */
  transition: all 0.7s ease-in-out;
}

.headerLogo {
  padding-left: 20px;
}

/* .navListItem {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  margin-top: 32px;
  transition: all 0.3s;
} */

.navListItem {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin-top: 18px;
  transition: all 0.3s;
  line-height: 1.667;
}

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

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

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

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

.headerAccessText {
  max-width: 295px;
  width: 78.66%;
  letter-spacing: 0;
  margin: 0 auto;
  padding-top: 3px;
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.75;
}

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

.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;
  will-change: transform; /* transfromに変更が加わることを示す */
  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;
}

.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;
}

.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;
}

.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);
}

/* ========== OverWrap(背景) ========== */

.OverWrap {
  position: relative;
  display: block;
}

/* ========== leftItem(左) ========== */

.leftItem {
  display: none;
}

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

.rightItem {
  display: none;
}

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

.mainItem {
  position: relative;
  background: url(../img/common/bg.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 2;
}

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

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

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

.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;
  z-index: 2;
}

.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;
}

.mvTitle {
  position: relative;
  margin-bottom: 295px;
  padding-left: 10px;
  z-index: 2;
}

.mvTitle span {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 9px;
  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 {
  text-align: center;
  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;
}

small {
  position: relative;
  margin-top: 16px;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

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

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

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

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

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

.howtoInner {
  position: relative;
  margin: 10px 0 105px 0;
  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;
  text-align: left;
  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%);
}

/* ========== 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;
}

.headerBtn__List{
  margin: 0 auto;
}
.headerBtn__ListItem:not(:last-child){
  margin-bottom: 24px;
}