@charset "utf-8";

.gjs-dashed .d-none {
	display: block !important;
}

body:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  	margin: auto;
    background: url(/system_panel/uploads/images/bg-black-mask.png)no-repeat, center top;
  	background-size: cover;
    z-index: -1;
}

/*-- ボタン --*/

.anchorBtn01 {
    max-width: 300px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.45em;
    padding: 21px 2% 20px 3%;
  	margin: 0 auto;
  	transition: all .3s;
}

.anchorBtn01Clear {
    border: 1px solid #fff;
    color: #fff;
}

.anchorBtn01Clear:hover {
    color: #fff;
}

.anchorBtn01Black {
    border: 1px solid #140E0B;
    color: #140E0B;
}

.anchorBtn01Black:hover {
    color: #140E0B;
}

.anchorBtn01.anchorBtn01Arrow:before {
    content: "";
    display: block;
    max-width: 9px;
    width: 100%;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  	transition: all .3s;
}

.btn01.btn01Arrow:hover:before {
    right: 15px;
  	transition: all .3s;
}

.anchorBtn01.anchorBtn01Clear.anchorBtn01Arrow:before {
    background: url(/system_panel/uploads/images/arrow_bottom_white.png) no-repeat center / contain;
}

.anchorBtn01.anchorBtn01Black.anchorBtn01Arrow:before {
    background: url(/system_panel/uploads/images/arrow-black.svg) no-repeat center / contain;
}


.titBox {
	text-align: center;
}

.titRow {
    padding: 0;
}

.titDeco:after {
    background: url(/system_panel/uploads/images/bg-title-red.svg) no-repeat center / contain;
  	bottom: -20px;
	margin: auto;
}

.titDeco02:after {
    content: "";
    position: absolute;
  	max-width: 300px;
    width: 90%;
    height: 100%;
    right: 0;
    left: 0;
  	bottom: -20px;
	margin: auto;
    background: url(/system_panel/uploads/images/product_decoration01.png) no-repeat center / contain;
  	z-index: -1;
}

.titDeco03:after {
    content: "";
    position: absolute;
  	max-width: 300px;
    width: 90%;
    height: 100%;
    right: 0;
    left: 0;
  	bottom: -20px;
	margin: auto;
    background: url(/system_panel/uploads/images/product_decoration02.png) no-repeat center / contain;
  	z-index: -1;
}


.inJpTit01 {
	font-size: 20px;
  	letter-spacing: 0.03em;
	line-height: 1.45em;
	margin: -6% auto 0;
  	position: relative;
}

.inEnTit01 {
    font-family: var(--fontC);
	font-size: 48px;
  	font-weight: 700;
  	letter-spacing: 0;
	line-height: 1.45em;
  	opacity: .1;
}

.inJpStrongTit01 {
	font-size: 32px;
	line-height: 0.95em;
}

.inJpStrongTit02 {
	font-size: 24px;
	line-height: 0.95em;
	margin: 0 7px;
}

.inJpStrongTit03 {
	font-size: 40px;
	line-height: 0.95em;
}

.inJpStrongTit04 {
	font-size: 18px;
	line-height: 0.95em;
}

.linkImgBox {
    position: relative;
    width: 100%;
    min-height: 280px !important;
}

.inImgLinkTitBlock .jpTit01 {
  	text-align: center;
	margin: 0 auto;
    padding: 10px 0 0;
    line-height: 1.8em;
}

.inImgLinkTitBlock:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 543px;
    width: 100%;
    height: 110px;
    background: url(/system_panel/uploads/images/bg-title-white.svg) no-repeat center / contain;
    z-index: 5;
    transition: all .3s;
}

.inImgLink:hover .inImgLinkTitBlock:after {
    background: url(/system_panel/uploads/images/bg-title-red.svg) no-repeat center / contain;
    transition: all .3s;
}

/*--- cover ---*/

.prideTxtBlock .titDeco:after {
    max-width: 516px;
  	height: 100px;
}

/*--- top01 ---*/

.butayaroL .inJpStrongTit01 {
	font-size: 30px;
}

.butayaroL .inJpStrongTit02 {
	font-size: 20px;
}

/*--- 商品紹介 ---*/

.methodTit {
    font-size: 15px !important;
}

.methodTit em {
    font-style: normal;
  	font-size: 20px;
  	margin: 0 1px;
}

/*--- 店舗情報 ---*/

.shop01L .imgBox75 {
    padding-top: 64%;
	transition: .3s all;
}

.shop01L .imgBox75 img {
    object-fit: contain;
}

.shopIndicators .imgBox75:hover {
	opacity: 0.7;
	transition: .3s all;
}

.shopIndicators {
    position: static;
    width: 100%;
    margin: 16px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

/*--- 採用情報 ---*/

.recruitIntroTxt {
    font-size: 14px;
}   

.recruitIntroTxt strong {
	font-size: 18px;
	font-weight: 400;
	position: relative;
}

.recruitIntroTxt strong:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	width: 100%;
	height: 10px;
	background-color: #950102;
	z-index: -1;
}

.recruitIntroTxt br {
	display: none;
}

/*--- FC募集 ---*/ 

.fC01ItemTxtBox:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  	margin: auto;
    background: url(/system_panel/uploads/images/fc-title-deco.png)no-repeat, center center;
  	background-size: contain;
    z-index: -1;
}
 
.fcBanner01ImgBox.maskGradation:after {
	width: 50%;  
}

.fcTxtIn .inJpStrongTit04 {
    line-height: 1.6em;
}

/*--- メニュー ---*/ 

.menuR.grid2 {
	gap: 40px;
}

.menu02R .grid2 {
	gap: 40px;
}

.menu01-01 .grid4 {
	max-width: 350px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.sideMenuRow {
    flex-direction: column !important;
}

.sideMenuR {
    width: 100% !important;
    margin: 30px 0 0 0 !important;
}

.sideMenuImgBox01 {
    width: 30% !important;
    top: -10px !important;
	right: 20px !important;
}

.sideMenuImgBox02 {
    width: 35% !important;
    left: auto !important;
    bottom: 0 !important;
    top: -10px !important;
    right: 10px !important;
}

.menu03R .grid3 {
	max-width: 350px;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}

.sideMenuImgBox03 {
    width: 40% !important;
    right: 0px !important;
    bottom: 0px !important;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.inJpTit01 {
	font-size: 22px;
}
  
/*--- 商品紹介 ---*/

.methodTit {
    font-size: 18px !important;
}

.methodTit em {
  	font-size: 24px;
}
  
.menu01R .grid2 {
    grid-template-columns: repeat(2, 1fr);
	gap: 20px 40px;
}

.menu02R .grid2 {
    grid-template-columns: repeat(2, 1fr);
	gap: 20px 40px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inJpTit01 {
	font-size: 24px;
}
 
.inJpStrongTit01 {
	font-size: 32px;
}

.inJpStrongTit02 {
	font-size: 24px;
}
  
.inJpStrongTit03 {
	font-size: 40px;
}
  
.linkImgBox {
    min-height: 320px !important;
}

/*--- 商品紹介 ---*/

.methodTit {
    font-size: 20px !important;
}

.methodTit em {
  	font-size: 30px;
}
  
/*--- 採用情報 ---*/
  
.recruitIntroTxt br {
	display: block;
}
  
/*--- メニュー ---*/  
  
/*.menu01-01 .grid4 {
    grid-template-columns: repeat(4, 1fr);
}*/ 
  
.menuBtn.grid3 {
    grid-template-columns: repeat(2, 1fr);
}
  
.sideMenuRow {
    flex-direction: row !important;
}
  
.sideMenuR {
    margin: 0 0 0 0 !important;
}
  
.sideMenuImgBox01 {
    top: -50px !important;
    right: -30px !important;
    bottom: auto !important;
	left: auto !important;
}

.sideMenuImgBox02 {
	width: 30% !important;
  	top: auto !important;
	right: auto !important;
    bottom: -55px !important;
	left: 60px !important;
}
  
.menu03R .grid3 {
	max-width: 600px;
  	width: 100%;
    grid-template-columns: repeat(3, 1fr);
}

.sideMenuImgBox03 {
    width: 30% !important;
	top: auto;
    right: 0 !important;
    bottom: -50px !important;
	left: auto;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 576px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inJpStrongTit01 {
	font-size: 48px;
}

.inJpStrongTit02 {
	font-size: 30px;
}

.inJpStrongTit03 {
	font-size: 50px;
}
  
.inJpStrongTit04 {
	font-size: 20px;
}
  
/*--- 商品紹介 ---*/

.methodTit {
    font-size: 14px !important;
}

.methodTit em {
  	font-size: 18px;
}
  
/*--- 採用情報 ---*/

.recruitIntroTxt {
    font-size: 18px;
}   
  
.recruitIntroTxt strong {
    font-size: 22px;
}  
  
/*--- FC募集 ---*/ 
  
.fcTit01:before, .fcTit01:after {
	content: "";
    position: absolute;
  	top: 0;
    bottom: 0;
    margin: auto;
    width: 13.93%;
    height: 1px;
    background-color: #140E0B;
    z-index: 1;
}
  
.fcTit01:before {
	left: 0;
}

.fcTit01:after {
	right: 0;
}
  
.fC01ItemTxtBox {
    padding: 0 0 50px !important;
} 

  
/*--- メニュー ---*/
  
.menuBtn.grid3 {
	grid-template-columns: repeat(3, 1fr);
}
  
.menu01-01 .grid4 {
	max-width: 700px;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
}
  
.sideMenuR {
	margin: 0 0 0 0;
	width: 49% !important;
}
  
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inJpTit01 {
	font-size: 40px;
}

.inEnTit01 {
	font-size: 80px;
}
  
.inJpStrongTit01 {
	font-size: 60px;
}

.inJpStrongTit02 {
	font-size: 40px;
}  
  
.inJpStrongTit03 {
	font-size: 70px;
}
  
.inJpStrongTit04 {
	font-size: 24px;
}
  
.linkImgBox {
    min-height: 400px !important;
}
  
.butayaroL .inJpStrongTit01 {
	font-size: 42px;
}

.butayaroL .inJpStrongTit02 {
	font-size: 28px;
}
  
/*--- 商品紹介 ---*/

.methodTit {
    font-size: 18px !important;
}

.methodTit em {
  	font-size: 24px;
}
 
/*--- 採用情報 ---*/

.recruitIntroTxt {
    font-size: 20px;
}   
  
.recruitIntroTxt strong {
    font-size: 25px;
}  
 

/*--- メニュー ---*/  
  
.menu01-01 .grid4 {
    max-width: 350px;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}

.menu01R.grid2 {
	gap: 20px 40px;
}
  
.sideMenuImgBox01 {
    width: 40% !important;
}
  
.menu02R .grid2 {
    gap: 20px;
}
  
.sizeBox.grid3 {
    gap: 10px;
}
  
/*--- FC募集 ---*/
  
.fC01ItemTxtBox {
    padding: 0 0 18px !important;
} 

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1250px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inJpTit01 {
	font-size: 50px;
}

.inEnTit01 {
	font-size: 100px;
}
  
.inJpStrongTit01 {
	font-size: 70px;
}

.inJpStrongTit02 {
	font-size: 50px;
}
  
.inJpStrongTit03 {
	font-size: 100px;
}
  
.inJpStrongTit04 {
	font-size: 30px;
}

.inStrongTxt01 {
	font-size: 25px !important;
}  
  
/*--- 夜のぶた野郎 ---*/
  
.butayaroL .inJpStrongTit02 {
	font-size: 32px;
}

/*--- 商品紹介 ---*/

.methodTit {
    font-size: 20px !important;
}

.methodTit em {
  	font-size: 30px;
}
  
/*--- 採用情報 ---*/
 
.recruitIntroTxt br {
	display: none;
}

/*--- FC募集 ---*/ 
  
.fcTxtIn {
    width: 90% !important;
}  
  
.fC01ItemTxtBox {
    padding: 10px 0 !important;
}
  

/*--- メニュー ---*/ 
  
.menu01-01 .grid4 {
    grid-template-columns: repeat(2, 1fr);
}

.menu01R .grid2 {
	gap: 20px 50px;
} 
  
.sizeBox.grid3 {
    gap: 16px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1250px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1440px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.hPcHamBox02 {
    display: none !important;
}
  
.inJpStrongTit01 {
	font-size: 80px;
}
  
.inJpStrongTit04 {
	font-size: 40px;
}
  
/*--- 夜のぶた野郎 ---*/  
  
.butayaroL .inJpStrongTit02 {
	font-size: 40px;
}
  
/*--- 商品紹介 ---*/
  
.methodTit {
    font-size: 25px !important;
}

.methodTit em {
  	font-size: 40px;
}
  
/*--- FC ---*/
  
.fcR {
	margin: 0 2% 0 0 !important;  
}
  
/*--- メニュー ---*/
  
.menu01-01 .grid4 {
	max-width: 700px;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
}

.menuTit01-02 {
    font-size: 28px !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1440px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1880px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*--- cover ---*/

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1880px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */