@charset "utf-8";



/* --------------------------------

- index   （ index )
- ろうそく ( hf_rosoku )
- まいわし ( hf_maiwashi )
- きびなご（ hf_kibinago )
- こいか  （ hf_koika )
 
-------------------------------- */
/* --- 共通 --- */

/* 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: var(--white);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#HFrosoku main.main-contents {
  background-color: #303030;
  color: var(--white);
}

.rosoku {
  border-bottom: solid 1px var(--black);
}


/* --- TOP --- */
.rosoku_TOP {
  padding: 30% 0 30%;
}

.rosoku_TOP p {
  margin: auto;
  width: 70%;
  font-family: "Sansation", sans-serif;
  font-weight: 300;
  font-size: var(--fs_16);
  letter-spacing: 0.35em;
  line-height: 1;
  text-align: center;
}

.rosoku_TOP p span.f1 {
  display: inline-block;
  margin-bottom: 1em;
}

.rosoku_TOP p span.f2 {
  display: inline-block;
  position: relative;
}

.rosoku_TOP p span.f2::before {
  content: "-";
  width: 1em;
  height: 1em;
  position: absolute;
  top: -0.375em;
  left: 50%;
  transform: translate(-50%,0);
}

.rosoku_TOP p span.f3 {
  display: inline-block;
  margin-top: 1em;
  font-size: var(--fs_13);
  letter-spacing: 0.2em;
}

.rosoku_TOP h1 {
	margin: 20% auto 20%;
  width: 48%;
}

/* --- 2 --- */
.rosoku-INSERT {
  margin: auto auto 30%;
  position: relative;
}

.rosoku-INSERT .logo {
  width: 46%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* --- TEXT --- */
.rosoku-TXT {
  margin: auto auto 20%;
  width: 80%;
}

.rosoku-TXT h2 {
  margin-bottom: 15%;
  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 {
  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);
}

/* --- INSERT2 --- */
.rosoku-INSERT2 {
  margin: 45% auto 35%;
  position: relative;
}

.rosoku-INSERT2 img {
  margin: auto 0% auto auto;
  width: 70%;
  position: relative;
}

.rosoku-INSERT2::before {
  content: "";
  width: 50%;
  height: calc(100% + min(20vw,150px));
  background-color: #000;
  position: absolute;
  top: max(-10vw,-75px);
  right: 0;
  z-index: -1;
}



/* --- --- cart上書 --- --- */
.rosoku .cart_wrap {
  padding: 20% 0 20%;
}

.rosoku .cart-LOGO {
  width: 32%;
}

.rosoku .cart-SPEC__table span.f1 {
  display: inline-block;
  transform: scale(0.8);
}




/* ---------------------------------------------
- まいわし ( 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;
  position: relative;
}

.maiwashi .TOP .RENEWAL {
  width: 25%;
  position: absolute;
  top: 2.5%;
  left: 5%;
}

/* --- TITLE --- */
.maiwashi .TTL {
  margin: 26% auto 22%;
  width: 84%;
}

.maiwashi .TTL h2 {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 700;
  font-size: var(--fs_18);
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
}

.maiwashi .TTL p {
  padding-left: 0.1em;
  font-family: "CrSC", sans-serif;
  font-weight: 500;
  font-size: var(--fs_17);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
}

.maiwashi .TTL p:nth-of-type(1) {
  margin-top: 3%;
}

.maiwashi .TTL p:nth-of-type(2) {
  margin-top: -2%;
  padding-left: 1.4em;
  color: #bbb;
}

/* --- INSERT --- */
.maiwashi .INS {
  margin: auto auto 26%;
  width: 100%;
}


/* --- TEXT --- */
.maiwashi .TXT {
  margin: auto auto auto 8%;
  width: 66%;
}

.maiwashi .TXT h2 {
  margin-bottom: 1em;
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_14);
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: left;
  
}

.maiwashi .TXT p {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 300;
  font-size: var(--fs_12);
  letter-spacing: 0.08em;
  line-height: 2.2;
  text-align: justify;
  
}

/* --- INSERT2 --- */
.maiwashi .INS2 {
  margin: 25% auto;
  width: 100%;
}

/* --- ルビ（ふりがな）設定 cart --- */
/* 位置調整 */
#HFmaiwashi .cart-SPEC h2 ruby[data-ruby]::before {
  left: -0.5em;
}



/* ---------------------------------------------
- きびなご（ hf_kibinago )
--------------------------------------------- */
/* iOS系  BUG対策（背景固定） */
/* Chrome BUG対策（Blur効果） */
#HFkibinago #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 --- --- */
.kibinago .TOP {
  margin: auto;
  padding-top: 20%;
  width: 100%;
}

/* --- LOGO --- */
.kibinago .TOP-LOGO {
  margin: auto auto 16%;
  width: 86%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* LOGO_img */
.kibinago .TOP-LOGO_img {
  width: 50%;  
}

/* TEXT */
.kibinago .TOP-LOGO  h1 {
  margin-left: 6%;
  width: fit-content;
  font-family: "CrInfant", serif;
  font-weight: 500;
  font-size: min(46px, max(6.133333vw, 22.08px));
  letter-spacing: 0.05em;
  line-height: 1;
}

/* --- TOP-IMG --- */
.kibinago .TOP-IMG {
  margin: auto auto 30%;
  padding: 0 7%;
  width: 100%;
  position: relative;
}

.kibinago .TOP-IMG::before {
  content: "";
  width: min(100vw, 750px);
  height: calc(50% + 7%);
  background-color: var(--gray);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

/* logo */
.kibinago .TOP-IMG .logo {
  width: 25%;
  position: absolute;
  bottom: 5%;
  right: 15%;
}

/* icon */
.kibinago .icon {
  width: 25%;
  position: absolute;
  top: 7.7%;
  left: 10%;
}

/* --- --- TITLE --- --- */
.kibinago .TTL {
  margin: 24% auto 15%;
  width: 54%;
}

.kibinago .TTL p {
  font-family: "CrInfant", serif;
  font-weight: 500;
  font-size: min(8vw, 60px);
  letter-spacing: 0.05em;
  line-height: 1;
}

.kibinago .TTL p:nth-of-type(1) {
  margin-bottom: 0.2em;
  text-align: left;
}

.kibinago .TTL p:nth-of-type(2) {
  text-align: right;
}

/* --- --- TEXT --- --- */
.kibinago .TXT {
  margin: auto auto 30%;
  width: 86%;
}

.kibinago .TXT h2 {
  margin: auto auto 15%;
  width: fit-content;
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 500;
  font-size: var(--fs_14-4);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.kibinago .TXT h2 span.f1 {
  display: inline-block;
  margin: 8% auto;
}

.kibinago .TXT p {
  margin: auto;
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_13);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
}

/* --- --- INS-IMG --- --- */
.kibinago .INS_IMG {
  margin: auto;
  padding: 8% 7% 0;
  width: 100%;
  position: relative;
}

.kibinago .INS_IMG::before {
  content: "";
  width: 100%;
  height: calc(50% + 7%);
  background-color: var(--gray);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* --- --- TITLE2 --- --- */
.kibinago .TTL2 {
  margin: 24% auto 22%;
  width: fit-content;
}

.kibinago .TTL2 p:nth-of-type(1) {
  margin-bottom: 10%;
  font-family: "CrInfant", serif;
  font-weight: 500;
  font-size: min(8vw, 60px);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.kibinago .TTL2 p:nth-of-type(2) {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_11);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

/* --- --- INS-IMG2 --- --- */
.kibinago .INS_IMG2 {
  margin: auto;
  width: 100%;
  position: relative;
}

.kibinago .INS_IMG2 p {
  font-family: "CrInfant", serif;
  font-weight: 500;
  font-size: min(6.8vw,51px);
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}

/* --- --- TEXT2 --- --- */
.kibinago .TXT2 {
  margin: auto auto 15%;
  padding: 7% 5% 0;
  width: 100%;
}

.kibinago .TXT2 h2 {
  margin-bottom: 8%;
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 500;
  font-size: var(--fs_16);
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  color: var(--black);
}

.kibinago .TXT2 h2 span.f1 {
  display: inline-block;
  font-size: 70%;
}

.kibinago .TXT2 p {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 300;
  font-size: var(--fs_13);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
  color: var(--black);
}


/* --- --- CHART --- --- */
.kibinago .CHART {
  margin: auto;
  padding: 8% 0 15%;
  width: 100%;
  background-color: var(--gray);
}

.kibinago .CHART > p {
  margin-bottom: 1%;
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_10);
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.kibinago .CHART_area {
  margin: auto;
  width: 86%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
}

.kibinago .CHART_plot {
  margin: 1% auto;
  width: 48%;
  display: flex;
  border: solid 1px #ccc;
  flex-direction: column;
  align-content: flex-start;
  position: relative;
}

.kibinago .CHART_plot p.Remarks {
  padding-left: 1.3em;
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_11);
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
  text-indent: -1em;
  position: absolute;
  top: 103%;
  left: 0;
}

.kibinago .CHART_plot-TXT {
  padding: 5%;
}

.kibinago .CHART_plot-TXT h2 {
  margin-bottom: 0.5em;
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 700;
  font-size: var(--fs_13);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
}

.kibinago .CHART_plot-TXT p {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_11);
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}



/* --------------------------------
- こいか  （ hf_koika )
-------------------------------- */

/* iOS系  BUG対策（背景固定） */
/* Chrome BUG対策（Blur効果） */
#HFkoika #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 --- --- */
.koika .TOP {
  margin: auto;
  padding: 6%;
  width: 100%;
  background-color: var(--black);
  position: relative;
}

/* --- photo main --- */
.koika .TOP_photo {
  margin-bottom: 5%;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 52% 87%, 52% 100%, 0 100%);
  position: relative;
}

/* TEXT */
.koika .TOP_TXT {
  width: fit-content;
  text-align: left;
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.koika .TOP_TXT p {
  font-family: "CrSC", serif;
  font-weight: 500;
  font-size: var(--fs_20);
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--white);
}

.koika .TOP_TXT p:nth-of-type(2) {
  margin: 5% auto;
}

.koika .TOP_TXT p:nth-of-type(3) {
  position: relative;
}

.koika .TOP_TXT p:nth-of-type(3)::before {
  content: "";
  width: 40%;
  height: min(1vw,7.5px);
  background-color: var(--white);
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(0,-50%) scale(1,0.2);
}

/* logo */
.koika .TOP_LOGO {
  width: 37%;
  text-align: left;
  position: absolute;
  top: 56.75%;
  right: 8%;
}

/* --- photo pack --- */
.koika .TOP_photo-pack {
  width: 100%;
  clip-path: polygon(0 0, 28% 0, 28% 10%, 100% 10%, 100% 100%, 0 100%);
}

/* --- --- TITLE --- --- */
.koika .TTL {
  margin: auto;
  padding: 0 6%;
  border-top: solid 1px var(--white);
}

.koika .TTL h2 {
  margin: 30% auto 20%;
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 700;
  font-size: var(--fs_16);
  line-height: 1;
  letter-spacing: 0.05em;
}

.koika .TTL h2 span.f1 {
  display: inline-block;
  margin-top: 0.75em;
}

.koika .TTL h2 span.f2 {
  display: inline-block;
  margin-top: 1em;
  font-size: var(--fs_20);
}

.koika .TTL_INS {
  margin: auto auto 30% 0;
  width: calc(100% - min(6vw,45px));
  position: relative;
}

.koika .TTL_INS::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--black);
  position: absolute;
  top: min(6vw,45px);
  left: 7%;
}

/* --- --- TEXT --- --- */
.koika .TXT {
  margin: auto;
  padding: 0 7%;
}

.koika .TXT p {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 300;
  font-size: var(--fs_13);
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: justify;
}

.koika .TXT .fuwatto:nth-of-type(2) p {
  margin-top: 0.75em;
  padding-left: 1em;
  text-indent: -1em;
}

