@charset "utf-8";

/* ---------------------------------------------
- 真鯛五目 ( index ) 
- 烏賊漬 ( ika-dzuke ) 
- 鶏鯛 ( keitai ) 
- パワーマッセル ( power-mussels )
- 起活餌薬 ( kikatsu-eyaku ) 
- 板練capture ( itaneri-capture ） 
--------------------------------------------- */

/* ---------------------------------------------
- 真鯛五目 ( index ) 
--------------------------------------------- */

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

#madai #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;
}

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


/* --- TOP --- */
.madai_TOP {
  margin: 8% auto auto;
  width: 84%;
}

/* --- TITLE --- */
.madai_TTL {
  margin: 15% auto 15%;
  width: 80%;
}

.madai_TTL h2 {
  width: fit-content;
  font-family: "ShipporiMin", serif;
	font-weight: 400;
  font-size: var(--fs_18);
	line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;

}

.madai_TTL h2::after {
  content: "";
  width: 2.5em;
  height: 1px;
  position: absolute;
  top: 60%;
  right: -3.5em;
  background-color: var(--white);
  opacity: 0.75;
}

/* --- TEXT --- */
.madai_TXT {
  margin: -2% auto;
  width: 80%;
}

.madai_TXT p {
  width: fit-content;
  font-family: "ShipporiMin", serif;
	font-weight: 400;
  font-size: var(--fs_17);
	line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
}

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

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

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

/* link-logo */
.madai_LST li a .link-logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

.madai_LST li:nth-of-type(2) a .link-logo h3 {
  width: 33%;
  margin: auto;
  margin-left: -1%;
}

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

.madai_LST li:nth-of-type(4) a .link-logo h3 {
  width: 40%;
  margin: auto;
  margin-left: -3%;
}

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

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

}

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

}



/* ---------------------------------------------
- 烏賊漬 ( ika-dzuke ) 
--------------------------------------------- */

body#ika-dzuke {
  margin: auto;
}

/* --- body 全画面背景 --- */
/* iPhone・iPad対策背景固定 */
body#ika-dzuke::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: url( ../site_images/prodCAT/madai/ika-dzuke/ika-dzuke_bg.jpg);
  background: -webkit-image-set( url( ../site_images/prodCAT/madai/ika-dzuke/ika-dzuke_bg.webp) );
  background: image-set( url( ../site_images/prodCAT/madai/ika-dzuke/ika-dzuke_bg.webp) );
  background-size: cover;
  background-repeat: no-repeat;
}

.ika-dzuke {
  margin: auto;
  width: 100%;
}

/* --- TOP --- */
.ika-dzuke-TOP {
  margin: auto;
  padding-top: 40%;
  position: relative;
}

.ika-dzuke-TOP h1 {
  width: 35%;
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}

.ika-dzuke-TOP p:nth-of-type(1) {
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(8.448275vw,63.3621px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
  z-index: 1;
} 

.ika-dzuke-TOP p:nth-of-type(1) span.f1 {
  letter-spacing: -0.2em;
} 

.ika-dzuke-TOP p:nth-of-type(2) {
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(5vw,37.5px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
  z-index: 1;
} 

/* --- TTL --- */
.ika-dzuke-TTL {
  padding-top: 13.8%;
  position: relative;
}  

.ika-dzuke-TTL h2 {
  margin: auto auto 5%;
  padding-left: 1.2em;
  width: 56%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min(6.206896vw,46.5525px);
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: relative;
}

.ika-dzuke-TTL h2::before {
  content: "detail";
  display: inline-block;
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 300;
  font-size: min(8.793103vw,65.955px) ;
  line-height: 1;
  letter-spacing: 0.15em;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  color: rgba(0,0,0,0.45);
  position: absolute;
  top: 100%;
  left: -11%;
}

.ika-dzuke-TTL__text {
  margin: auto;
  width: 70%;
}

.ika-dzuke-TTL__text 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;
}

/* --- INSERT --- */
.ika-dzuke-INSERT {
  margin: 5% auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  position: relative;
}

.ika-dzuke-INSERT__photo {
  width: 33.3%;  
  box-shadow: 3px 3px 8px 5px rgba(0,0,0,0.35);
  position: relative;
}  

.ika-dzuke-INSERT__photo:nth-of-type(1) {
  margin-top: 30%;  
}  

.ika-dzuke-INSERT__photo:nth-of-type(2) {
  margin-top: 15%;  
}  

.ika-dzuke-INSERT__photo a {
  position: absolute;
  bottom: 1%;
  right: 1%;
  font-size: min(2.777778vw,12px);
  line-height: 1.2;
}  

/* --- BOTTOMM --- */
.ika-dzuke-BOT {
  margin: 20% auto auto 15%;
  width: 70%;
  position: relative;
}  

.ika-dzuke-BOT__photo {
  margin-left: 0;
  width: 66%;
  position: relative;
  z-index: 0;
}  

.ika-dzuke-BOT__photo2 {
  width: 66%;
  position: absolute;
  top: calc(100% / 3);
  left: auto;
  right: 9%;
  z-index: -1;
  opacity: 0.5;
}  

.ika-dzuke-BOT h2 {
  margin: auto;
  width: 66%;
  position: absolute;
  top: 124%;
  left: 0;
}

.ika-dzuke-BOT h2 img {
  margin: auto;
  width: 76%;
}

.ika-dzuke-BOT p {
  width: 1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(5.689655vw,42.6724px);
  line-height: 1.3;
  z-index: 0;  
}

.ika-dzuke-BOT p:nth-of-type(1) {
  position: absolute;
  top: 21%;
  left: auto;
  right: 0;
}

.ika-dzuke-BOT p:nth-of-type(2) {
  position: absolute;
  top: 53%;
  left: 81%;
}

.ika-dzuke-BOT p:nth-of-type(3) {
  position: absolute;
  top: 88%;
  left: 70%;
}

.ika-dzuke-BOT p span.f1 {
  display: inline-block;
  transform: translate(10%,0) scale(0.75);  
}

/* --- BLANK SPACE --- */
/* (スペース調整用) */
.ika-dzuke-BS {
  margin: auto;
  padding-top: 40%;
  width: 100%;
}  



/* ------ iconリニューアル ------ */
.ika-dzuke .icon_ltd {
  width: 13%;
  position: absolute;
  top: 0%;
  left: 2%;
  z-index: 1;
}



/* ------ cart上書 --- */
#ika-dzuke .cart_wrap {
  margin-top: 25%;
}



/* ---------------------------------------------
- 鶏鯛 ( keitai ) 
--------------------------------------------- */

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

.keitai {
  margin: auto;
  color: var(--white);
  position: relative;
}



/* --- TOP --- */
.keitai-TOP {
  margin: auto;
  width: 100%;
  position: relative;
} 
.keitai-TOP h1 {
  margin: auto;
  width: 1em;
  font-family: "TouryuN_subset", sans-serif;
  font-weight: 400;
  font-size: min(22.413793vw,168.103px);
  line-height: 1;
  letter-spacing: -0.1em;
  position: absolute;
  bottom: -37%;
  right: 12%;
  z-index: 1;
} 

/* cssハック */
/* Firefox */
@-moz-document url-prefix() {  
    .keitai-TOP h1 {
      bottom: -43%;
      letter-spacing: 0;
    }

}

/* - ルビ（ふりがな）ruby - */

.keitai-TOP h1 [data-ruby] {
  writing-mode: vertical-rl;
  ruby-position : over;
  position: relative;
}


.keitai-TOP h1 [data-ruby]:nth-of-type(1)::before {
  content: attr(data-ruby);
  position: absolute;
  top: 60%;
  left: 0;
  right: -1em;
  margin: auto;
  font-size: 0.3em;
  text-align: center;
  white-space: nowrap;
  transform: translate(0,-50%);
  letter-spacing: 0.2em;
}

.keitai-TOP h1 [data-ruby]:nth-of-type(2)::before {
  content: attr(data-ruby);
  position: absolute;
  top: 75%;
  left: 0;
  right: -1em;
  margin: auto;
  font-size: 0.3em;
  text-align: center;
  white-space: nowrap;
  transform: translate(0,-50%);
  letter-spacing: 0.2em;
}

.keitai-TOP h1 [data-ruby] rt {
  display: none;
}

/* cssハック */
/* Firefox */
@-moz-document url-prefix() {  
    .keitai-TOP h1 [data-ruby]:nth-of-type(2)::before {
      top: 50%;
    }

}

/* --- TEXT-INSERT --- */
.keitai-TXT__INSERT {
  margin: auto;
  padding: 10% 0 20%;
  position: relative;
} 

.keitai-TXT__INSERT p {
  margin: auto;
  width: 1em;
  font-family: "MS-Utsukushi", serif;
  font-weight: 400;
  font-size: min(8.103448vw,58.7475px) ;
  line-height: 1.2;
  letter-spacing: 0;
} 

.keitai-TXT__INSERT p:nth-of-type(1) {
  transform: translate(-20%,-2%);
} 

.keitai-TXT__INSERT p:nth-of-type(2) {
  position: absolute;
  bottom: 15%;
  left: 27%;
  transform: translate(0%,0%);
} 

.keitai-TXT__INSERT img {
  width: 24%;
  height: auto;
  position: absolute;
  top: 58%;
  left: 67%;
} 

.keitai-TXT__INSERT a {
  position: absolute;
  bottom: 14.5%;
  right: 10%;
  font-size: min(15px, max(2vw, 7.2px));
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
}

/* --- TEXT --- */
.keitai-TXT {
  margin: 0 auto 17%;
  width: 100%;
  position: relative;
}

.keitai-TXT p:nth-of-type(1) {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 100;
  font-size: min(60px, max(8vw, 28.8px));
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
} 

.keitai-TXT p:nth-of-type(2) {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: var(--fs_14);
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: center;
} 

/* --- INSERT --- */
.keitai-INSERT {
  margin: auto;
  width: 100%;
  position: relative;
}

/* --- TEXT-INSERT2 --- */
.keitai-TXT__INSERT2 {
  margin: auto;
  width: 100%;
  padding-top: 100%; 
  position: relative;
}

.keitai-TXT__INSERT2 p {
  font-family: "MS-Utsukushi", serif;
  font-weight: 400;
  font-size: min(51.7241px, max(6.896551vw, 24.828px));
  line-height: 1.2;
  text-align: center;
}

.keitai-TXT__INSERT2 p:nth-of-type(1) {
  width: 1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(4.25em, -1.5em);
}

.keitai-TXT__INSERT2 p:nth-of-type(2) {
  width: 1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(2.5em,0em);
}

.keitai-TXT__INSERT2 p:nth-of-type(2) span.f1,
.keitai-TXT__INSERT2 p:nth-of-type(2) span.f2 {
  display: block;
  margin-bottom: -0.1em;
  transform: translate(0.15em,0);
  font-size: 65%;
}

.keitai-TXT__INSERT2 p:nth-of-type(2) span.f3 {
  display: block;
  margin-bottom: -0.15em;
  position: relative;
  transform: translate(0,0.1em) rotate(-90deg);
} 

.keitai-TXT__INSERT2 p:nth-of-type(3) {
  width: 1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(0.75em, 1.5em);
}

.keitai-TXT__INSERT2 picture img {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 40%;
  height: auto;
}

/* --- 区切り線 --- */
.keitai .divider-line.color_white {
  margin: 5% auto 5%;
  width: 80%;
  height: min(0.2vw,1.5px);
  background-color: var(--white);  
}

/* --- 鶏鯛α+ TYPE --- */
.keitai-TYPE {
  margin: auto;
  padding-top: 10%;
}

.keitai-TYPE h2 {
  margin-bottom: 5%;
  width: 100%;
  font-family: "TouryuN_subset", sans-serif;
  font-weight: 400;
  font-size: min(82.5px, max(11vw, 39.6px));
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  white-space: nowrap;
}

.keitai-TYPE h2 span.f1 {
  display: inline-block;
  font-family: "MS-Utsukushi", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 85%;
  transform: translate(10%,10%) scale(1.3,1);
   
}

.keitai-TYPE h2 span.f2 {
  display: inline-block;
  font-family: "MS-Utsukushi", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60%;
  transform: translate(-20%,-60%);  
}

.keitai-TYPE-INR {
  display: flex;
  justify-content: center;
}

.keitai-TYPE-INR__photo {
  margin-top: 1%;
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
}

.keitai-TYPE-INR__photo picture:nth-of-type(2) {
  margin-top: 13%;
}

.keitai-TYPE-INR__text {
  flex-basis: 50%;
  
}

.keitai-TYPE-INR__text p {
  padding: 0 0 5% 10%;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: var(--fs_13);
  line-height: 1.34;
  letter-spacing: 0;
  text-align: justify;
}

/* --- 鶏鯛spice TYPE --- */
.keitai-TYPE2 {
  margin: auto;
  padding: 35% 0 0;
  position: relative;
}

.keitai-TYPE2-INR {
  display: flex;
  justify-content: flex-end;
}

.keitai-TYPE2-INR__photo {
  flex-basis: 45%;
  align-self: flex-end;
  position: relative;
}

.keitai-TYPE2-INR__photo img {
  width: 100%;
  height: 100%;
}

.keitai-TYPE2-INR__photo p {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 400;
  font-size: min(41.379px, max(5.517241vw, 19.862px));
  line-height: 1;
  color: #f6f6f6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}

.keitai-TYPE2-INR__text {
  flex-basis: 50%;
  position: relative;
  
}

.keitai-TYPE2-INR__text h2 {
  width: 1em;
  position: absolute;
  top: -0.75em;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 1;
  font-family: "TouryuN_subset", sans-serif;
  font-weight: 400;
  font-size: min(82.5px, max(11vw, 39.6px));
  line-height: 1.2;
  letter-spacing: 0;
}

.keitai-TYPE2-INR__text h2 span.f1 {
  display: inline-block;
  width: 1em;
  font-size: 45%;
  transform: translate(0,0) scale(1,1);
  position: absolute;
  bottom: -0.75em;
  left: -1.25em;
}

.keitai-TYPE2-INR__text p {
  margin-bottom: -0.25em;
  padding: 50% 10% 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: var(--fs_13);
  line-height: 1.3;
  letter-spacing: 0;
  text-align: justify;
}



/* ------ iconリニューアル ------ */
.keitai-TYPE2 .icon_renewal {
  width: 16%;
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 1;
}



/* ------ cartスタイル上書き ------ */
#keitai .cart_wrap .cart-SPEC h2 span.f1 {
  margin: 0;
  font-style: italic;
  font-size: 120%;
}

#keitai .cart_wrap .cart-SPEC h2 span.f2 {
  display: inline-block;
  position: relative;
  transform: translate(10%,-13%) scale(0.8);
}

#keitai .cart_wrap .cart-SPEC h2 span.f3 {
  font-size: 65%;
}



/* ---------------------------------------------
- パワーマッセル ( power-mussels )
------------------------------------------ */

/* iOS系  BUG対策（背景固定） */
/* Chrome BUG対策（Blur効果） */
#power-mussels #wrap::before {
  content: "";
  margin: auto calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mussels {
  padding: 10% 0 15%;
  height: 100%;
  position: relative;
  z-index: 0;
}

/* --- TOP --- */
.mussels-TOP {
  margin: auto;
  width: 90%;  
}

/* --- TEXT --- */
.mussels-TXT {
  margin: 3% auto 5% 5%;
  padding: 15% 7% 10%;
  width: calc(90% * 0.93);
  background-color: #999;
  color: var(--white);
  position: relative;
  z-index: auto;
}

.mussels-TXT::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #d4d4d4;
  position: absolute;
  top: 7%;
  left: 7%;
  z-index: -1;
}

.mussels-TXT h2 {
  margin-bottom: 7%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: var(--fs_14-4);
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
}

.mussels-TXT h2 span.f1 {
  display: inline-block;
  margin-top: 3%;
  font-size: 150%;
}

.mussels-TXT p {
  font-family: "GenjyuGLP", sans-serif;
  font-weight: 300;
  font-size: var(--fs_12);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: justify;
}



/* ---------------------------------------------
- 起活餌薬 ( kikatsu-eyaku ) 
--------------------------------------------- */

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

.kikatsu-eyaku {
  padding-top: 5%;
}

/* --- TOP --- */
.kikatsu-TOP {
  margin: auto;
  width: 85%;  
}

/* --- TEXT --- */
.kikatsu-TXT {
  margin: auto;
  padding: 20% 0 20%;
  width: 86%;  
}

@media (orientation: landscape) and (min-width: 700px) {
	.kikatsu-TXT {
		width: 85%;  
	}
}


.kikatsu-TXT h2 {
  margin: auto auto 12%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min(5.3vw,39.75px);
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: left;
}

.kikatsu-TXT p {
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: var(--fs_13);
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: justify;
}


/* --- INSERT --- */
.kikatsu-INSERT {
  margin: auto auto 22%;
  width: 85%;
  display: flex;
  justify-content: space-between;
}

.kikatsu-INSERT__main {
  width: 63%;  
}

.kikatsu-INSERT__sub {
  width: 34%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* --- TEXT2 --- */
.kikatsu-TXT2 {
  margin: auto;
  width: 85%;  
}

.kikatsu-TXT2 h2 {
  margin: -0.45em auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min(5.3vw,39.75px);
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: left;
}



/* ---------------------------------------------
- 板練capture ( itaneri-capture ） 
--------------------------------------------- */

/* iOS系  BUG対策（背景固定） */
/* Chrome BUG対策（Blur効果） */
#itaneri-capture #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 --- */
.itaneri_TOP {
  margin: auto;
  width: 100%;
}

/* --- INSERT-image --- */
.itaneri_INS-img {
  margin: 15% auto;
  width: 74%;
}

/* --- TITLE --- */
.itaneri_TTL {
  margin: auto auto 10%;
  width: 85%;
}

.itaneri_TTL h2 {
  font-family: "GenjyuuGLP", serif;
	font-weight: 700;
  font-size: min(46px, max(6.133333vw, 22.08px));
	line-height: 1.5;
  letter-spacing: 0.05em;
	color: var(--black);
  text-align: left;
  white-space: nowrap;
}

/* --- TEXT --- */
.itaneri_TXT {
  margin: auto;
  width: 85%;
}

.itaneri_TXT p {
  font-family: "GenjyuuGLP", serif;
	font-weight: 400;
  font-size: var(--fs_14);
	line-height: 1.5;
  letter-spacing: 0.05em;
	color: var(--black);
  text-align: justify;
}

/* --- INSERT-image2 --- */
.itaneri_INS-img2 {
  margin: 20% auto 15%;
  width: 100%;
}







