@charset "utf-8";

/* ---------------------------------------------
- ブレンド液体集魚剤 ( index ) 
--------------------------------------------- */

/* iOS系  BUG対策（背景固定） */
/* Chrome BUG対策（Blur効果） */
#Liquid_FA #wrap {
  background-color: #820f00;
}

#Liquid_FA main.main-contents {
  color: var(--white);
  padding-bottom: 0;
}

/* --- TOP --- */
.Liq_TOP {
  margin: auto;
  width: 100%;
  /* height: calc(100svh - calc(var(--head_padding) + min(20vw, 150px))); */
  position: relative;
}

.Liq_TOP .HERO {
  margin: 20% auto 20%;
}

.Liq_TOP .HERO h2 {
  margin: auto;
  width: fit-content;
  font-family: "BrunoAceSC", sans-serif;
  font-weight: 400;
  font-size: min(4.8vw, 36px);
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  position: relative;
}

.Liq_TOP .HERO h2::before {
  content: "";
  display: inline-block;
  width: 62%;
  height: min(0.266667vw,2px);
  background-color: var(--white);
  position: absolute;
  bottom: 13%;
  right: 0;
}

.Liq_TOP .HERO h2 span.f1 {
  display: inline-block;
  font-size: min(6.6vw, 49.5px);
}

.Liq_TOP .HERO h2 span.f2 {
  display: inline-block;
  margin-top: 0.8em;
  margin-bottom: 0.3em;
}

.Liq_TOP .IMG {
  margin: auto;
  width: 100%;
  position: relative;
}

.Liq_TOP .IMG_TXT {
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0,-50%);
}

.Liq_TOP .IMG_TXT p {
	font-family: "Geist", sans-serif;
  font-weight: 200;
  font-size: min(6vw, 45px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--white);
  white-space: nowrap;
  text-align: left;
}

.Liq_TOP .IMG_TXT p span.f1 {
  display: inline-block;
  margin-top: 4%;
}

.Liq_TOP .IMG h1 {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 300;
  font-size: var(--fs_12);
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--white);
  white-space: nowrap;
  position: absolute;
  bottom: 5%;
  left: 5%;
}

/* TTL */
.Liq_TOP .TTL {
  margin: 15% auto 30%;
}

.Liq_TOP .TTL h2 {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_16);
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
  color: var(--white);
}

/* 画像 */
.Liq_TOP .INS_img {
  width: 32%;
  position: absolute;
  top: 2%;
  right: 3%;
}

/* --- TEXT --- */
.Liq_TEXT {
  margin: 10% auto 0;
  width: 90%;
  height: min(116vw,870px);
  background-color: #5c0500;
  position: relative;
  border-top: solid 1px #5c0500;
}

.Liq_TEXT.one {
  margin-top: 15%;
}

.Liq_TEXT .TTL {
  margin: auto;
}

.Liq_TEXT .TTL h2 {
  font-family: "BrunoAceSC", sans-serif;
  font-weight: 400;
  font-size: min(5.8vw,43.5px);
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.Liq_TEXT.one .TTL h2,
.Liq_TEXT.two .TTL h2 {
  margin: 15% auto 13%;
}

.Liq_TEXT .TTL p {
  margin: auto auto 14%;
  width: fit-content;
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 300;
  font-size: var(--fs_13);
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.Liq_TEXT .TTL p.center {
  text-align: center;
}

.Liq_TEXT .TTL p span.f1 {
  display: inline-block;
  margin-bottom: 0.6em;
}

.Liq_TEXT .INS_img {
  width: min(80vw,600px);
  position: absolute;
  bottom: min(5vw,37.5px);
  left: min(5vw,37.5px);
}

.Liq_TEXT .INS_img::after {
  content: "準備中";
  width: fit-content;
  height: 1em;
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_14);
  color: var(--white);
  line-height: 1;
  letter-spacing: 0.3em;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}

.Liq_TEXT .INS_img .logo {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}



/* --- LINK --- */
.Liq_LINK {
  margin: auto;
  padding: min(30vw,225px) 0 min(15vw,112.5px);
  position: relative;
}

.Liq_LINK .TTL {
  margin: auto auto 7%;
  padding-left: 5%;
}

.Liq_LINK .TTL h2 {
  font-family: "Sansation", sans-serif;
  font-weight: 400;
  font-size: var(--fs_20);
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}

.Liq_LINK .link {
  margin: auto auto 5%;
  padding-left: 20%;
}

.Liq_LINK .link a p {
  font-family: "Geist", sans-serif;
  font-weight: 200;
  font-size: var(--fs_16);
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
  position: relative;
}

.Liq_LINK .link a p::before {
  content: "";
  width: 11%;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: -16%;
  transform: translate(0,-50%);
}


/* --- link対策(PC・SP)@media制御 --- */
/* for PC */
@media (hover: hover) {
  .Liq_LINK .link a:hover {
    opacity: 0.6;
  }

}

/* for SP */
@media (hover: none) {
  .Liq_LINK .link a:active {
    opacity: 0.6;
  }

}


/* --- --- CART --- --- */
#Powdered_FA .cart_wrap {
  margin: auto;
}















