@charset "utf-8";



/* --- ハイパーフローズン（HF） -----------------------

- index   （ index )
- ろうそく ( hf_rosoku )
- まいわし ( hf_maiwashi )
 
--------------------------------------------------------- */
/* --- 共通 --- */

/* iOS系  BUG対策（背景固定） */
/* Chrome BUG対策（Blur効果） */
#HF #wrap::before {
	content: "";
  display: block;
	margin: auto calc(50% - 50vw);
	width: 100vw;
	height: 100vh;
  background: url( ../site_images/prodCAT/aomono_HF/HF_BG.jpg);
  background: image-set( url( ../site_images/prodCAT/aomono_HF/HF_BG.webp));
  background-size: cover;
  background-position: 0% 100%;
  background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#HF #wrap::after {
	content: "";
  display: block;
	margin: auto calc(50% - 50vw);
	width: 100vw;
	height: 100vh;
  background-color: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.HF {
  color: var(--white);
}



/* ---------------------------------------------
- index（ index )
--------------------------------------------- */
/* --- TOP --- */
.HF_TOP {
  margin: 12% auto auto;
  width: 85%;
  position: relative;
}

.HF_TOP h1 {
  margin: auto;
  width: fit-content;
  font-family: "CrSC", serif;
	font-weight: 500;
  font-size: var(--fs_15);
	line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  white-space: nowrap;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%,0);
}

/* --- TITLE --- */
.HF_TTL {
  margin: 15% auto 15%;
  width: fit-content;
}

.HF_TTL h2 {
  font-family: "GenjyuuGLP", sans-serif;
	font-weight: 500;
  font-size: min(55px, max(7.333333vw, 26.4px));
	line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

/* --- TEXT --- */
.HF_TXT {
  margin: -2% auto;
  width: fit-content;
}

.HF_TXT p {
  width: fit-content;
  font-family: "GenjyuuGLP", sans-serif;
	font-weight: 400;
  font-size: var(--fs_16);
	line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

.shimaaji_LST li a .link-logo h3 {
  width: 33%;
  margin: auto;
}

.shimaaji_LST li:nth-of-type(1) a .link-logo h3 {
  width: 30%;
  margin: auto;
}

.shimaaji_LST li:nth-of-type(4) a .link-logo h3 {
  width: 28%;
  margin: auto;
}

.shimaaji_LST li .link-logo p {
  padding-left: 2em;
  width: 60%;
  font-family: "ShipporiMin", serif;
	font-weight: 400;
  font-size: var(--fs_13);
	line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  white-space: nowrap;
}

/* --- LIST --- */
.HF_LST {
  margin: 15% auto 30%;
  padding-top: 10%;
  width: 71%;
}

.HF_LST h2 {
  margin: auto auto 25%;
  width: fit-content;
  font-family: "CrSC", serif;
  font-weight: 500;
  font-size: var(--fs_20);
	line-height: 1;
  letter-spacing: 0.05em;
}

.HF_LST li {
  margin-bottom: 25%;
}

.HF_LST li a .link-name {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.HF_LST li a .link-name h3 {
  width: 65%;
  font-family: "CrSC", serif;
	font-weight: 500;
  font-size: var(--fs_16);
	line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  
}

.HF_LST li a .link-name p {
  width: 31%;
  font-family: "ShipporiMin", serif;
	font-weight: 400;
  font-size: var(--fs_16);
	line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  
}

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

}

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

}



/* ---------------------------------------------
- ろうそく（ hf_rosoku )
--------------------------------------------- */
/* iOS系  BUG対策（背景固定） */
/* Chrome BUG対策（Blur効果） */
#HFrosoku #wrap::before {
	content: "";
  display: block;
	margin: auto calc(50% - 50vw);
	width: 100vw;
	height: 100vh;
  background-color: #5c5c5c;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

/* --- TOP --- */
.rosoku-TOP {
  padding-top: 20%;
}

.rosoku-TOP h1 {
	margin: auto;
  width: 60%;
}

/* --- 2 --- */
.rosoku-INSERT {
  margin: 22% auto;
}

/* --- TEXT --- */
.rosoku-TXT {
  margin: 20% auto 20%;
  width: 80%;
}

.rosoku-TXT h2 {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 500;
  font-size: min(4.5vw,33.75px);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: var(--white);
}

.rosoku-TXT p {
	margin-top: 15%;
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 300;
  font-size: var(--fs_13);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: justify;
  color: var(--white);
}

/* --- BOTTOM --- */
.rosoku-BOT {
  margin: 18% auto auto;
}

/* --- cart上書 --- */
.cart-SPEC2-TXT__table td span.fp1 {
  display: inline-block;
  transform: translate(-30%,0);
}



/* ---------------------------------------------
- まいわし ( hf_maiwashi )
--------------------------------------------- */
/* iOS系  BUG対策（背景固定） */
/* Chrome BUG対策（Blur効果） */
#HFmaiwashi #wrap::before {
	content: "";
  display: block;
	margin: auto calc(50% - 50vw);
	width: 100vw;
	height: 100vh;
  background-color: var(--white);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

/* --- TOP --- */
.maiwashi .TOP {
  margin: auto;
}

/* --- TITLE --- */
.maiwashi .TTL {
  margin: 24% auto 20%;
  width: 84%;
}

.maiwashi .TTL h2 {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 700;
  font-size: var(--fs_20);
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}

.maiwashi .TTL h2 span.f1 {
  font-size: min(52px, max(6.9vw, 24.96px));
  letter-spacing: 0.1em;
}

.maiwashi .TTL p {
  margin-top: 2%;
  font-family: "CrSC", sans-serif;
  font-weight: 500;
  font-size: var(--fs_20);
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}

/* --- TITLE --- */
.maiwashi .TXT {
  margin: auto;
  width: 84%;
}

.maiwashi .TXT p {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_14);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
  
}

/* --- INSERT --- */
.maiwashi .INS {
  margin: 18% auto 38%;
  width: 100%;
  background-color: #aaa;
  display: flex;
}

.maiwashi .INS .ins-img {
  width: 50%;
}

/* --- INSERT2 --- */
.maiwashi .INS2 {
  margin: auto;
  width: 68%;
}















