@charset "utf-8";
/* CSS Document */
.title-style2 .title-line{
    position: relative;
	flex-direction: column;
    padding: 0 130px; 
}
.title-style2 .title-line::before,
.title-style2 .title-line::after {
    content: "";
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: clamp(32px, 6vw, 72px);
    aspect-ratio: 1 / 1;  
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
}
.title-style2 .title-line::before {
    left: 16px;
    background-image: url("https://astral253.com/system_panel/uploads/images/title-line1.svg");
}
.title-style2 .title-line::after {
    right: 16px;
    background-image: url("https://astral253.com/system_panel/uploads/images/title-line2.svg");
}
.cate1{
	padding-bottom: 150px;
}
.cate1 .box_wrap{
	gap: 100px;
	width: 100%;
	margin-right: auto;
	padding-bottom: 150px;
	justify-content: space-between;
}
.cate1 .box_wrap .leftbox{
	width: calc(50% - 50px);
	position: relative;
}
.cate1 .box_wrap .leftbox .img1{
	width: 90%;
	z-index: 1;
}
.cate1 .box_wrap .leftbox .img2{
	width: 40%;
	position: absolute;
	bottom: -150px;
	right: 0;
	z-index: 2;
}
.cate1 .box_wrap .rightbox{
	width: calc(50% - 50px);
}
.cate1 .box_wrap .rightbox .txtbox{
	margin-right: auto;
	flex-direction: column;
	width: 80%;
}
.cate1 .box_wrap .rightbox .txtbox > p{
	margin-right: auto;
}
.cate1 .box_wrap .rightbox .txtbox .topbox h3{
	margin-right: auto;
}
.cate1 .box_wrap .rightbox .txtbox .topbox{
	flex-direction: column;
	justify-content: flex-start; 
	align-items: flex-end;
	border-bottom: 1px solid #CACACC;
    padding-bottom: 18px;
	width: 100%;
}
.cate1 .box_wrap .rightbox .txtbox .topbox .price span{
	font-size: 26px;
}
.cate1 .box_wrap2{
	gap: 100px;
	flex-direction: column;
}
.cate1 .box_wrap2 .menubox{
	width: 100%;
}
.cate1 .box_wrap2 .menubox .menu-line{
	width: 100%;
	justify-content: space-between;
	padding: 15px 30px;
}
.cate1 .box_wrap2 .menubox .menu-line {
    width: 100%;
    justify-content: space-between;
    padding: 15px 30px;
    border-bottom: 1px solid #CACACC;
}
.cate1 .box_wrap2 .menubox .menu-line2{
	justify-content: flex-start;
}
.cate1 .box_wrap2 .menubox .menu-line:first-child {
    border-top: 1px solid #CACACC;
}
.cate1 .box_wrap2 .txtbox img{
	width: 200px;
}
.cate1 .box_wrap2 .toppingsbox{
	gap: 100px;
	width: 100%;
	align-items: flex-start;
}
.cate1 .box_wrap2 .toppingsbox .box{
	width: calc(50% - 50px);
}
.cate1-2 .box_wrap {
    padding-bottom: 0px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate1 .box_wrap .rightbox .txtbox .topbox .price span {
		font-size: 22px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1{
		padding: 150px 60px;
	}
	.cate1 .box_wrap {
		flex-direction: column;
		margin: 0 auto;
		padding-bottom: 0px;
		gap: 80px;
	}
	.cate1 .box_wrap .leftbox {
		width: 80%;
	}
	.cate1 .box_wrap .leftbox .img1 {
		width: 100%;
	}
	.cate1 .box_wrap .leftbox .img2 {
		bottom: -20%;
		right: -10%;
	}
	.cate1 .box_wrap .rightbox {
		width: 100%;
	}
	.cate1 .box_wrap .rightbox .txtbox .topbox {
		width: 100%;
		align-items: center;
	}
	.cate1 .box_wrap .rightbox .txtbox > p {
		width: 100%;
		align-items: center;
	}
	.cate1 .box_wrap2 .toppingsbox {
		flex-direction: column;
	}
	.cate1 .box_wrap2 .toppingsbox .box {
		width: 100%;
	}
	.cate1 .box_wrap2 {
		gap: 80px;
		flex-direction: column;
	}
	.cate1 .box_wrap2 .toppingsbox {
		gap: 50px;
	}
	.cate1 .box_wrap .rightbox .txtbox .topbox .price span {
		font-size: 18px;
	}
	.cate1 .box_wrap .rightbox .txtbox .topbox h3 {
		margin: 0 auto;
	}
	.cate1 .box_wrap .rightbox .txtbox {
		margin: 0 auto;
		flex-direction: column;
		width: 100%;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

	.title-style2 .title-line {
		padding: 0 80px;
	}
    .cate1 .box_wrap .leftbox {
        width: 100%;
	}
	.cate1 .box_wrap {
        gap: 60px;
    }
	.cate1 .box_wrap2 {
        gap: 50px;
        flex-direction: column;
    }
	.cate1 {
        padding: 100px 50px;
    }
	.cate1 .box_wrap .rightbox .txtbox .topbox {
        align-items: flex-start;
    }
	.cate1 .box_wrap .rightbox .txtbox .topbox .price span {
		font-size: 14px;
	}
	.cate1 .box_wrap2 .txtbox img {
		width: 150px;
	}
	.cate1 .box_wrap .rightbox .txtbox .topbox h3 {
        margin: 0;
    }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
  	.cate1 .box_wrap .leftbox .img2 {
		bottom: -20%;
		right: 0;
	}
	.title-style2 .title-line {
		padding: 0 60px;
	}
	.cate1 {
        padding: 80px 20px;
    }
    .cate1 .box_wrap {
        gap: 40px;
    }
	.cate1 .box_wrap .rightbox .txtbox .topbox{
		margin-right: auto;
	}
	.cate1 .box_wrap2 .txtbox img {
		width: 100px;
	}
	.cate1 .box_wrap2 {
        gap: 40px;
    }
    .cate1 .box_wrap2 .toppingsbox {
        gap: 40px;
    }
	.cate1 .box_wrap2 .menubox .menu-line {
		padding: 15px 0px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

