@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


br.pc-none,
#half-parfait-grapes .sp{
    display: none;
}
/*#half-parfait-grapes ul, #half-parfait-grapes p, #half-parfait-grapes dl{ margin-bottom: 0;}
#half-parfait-grapes dd{ margin-left: 0;}*/

#half-parfait-grapes #intro,
#half-parfait-grapes #contents {
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #491b02;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

/* モーダルリセット */
#half-parfait-grapes .modal-contents {
    color: initial;
    font-family: initial;
    font-size: initial;
}

#half-parfait-grapes img{ 
    width: 100%; 
    vertical-align: bottom; 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}

#half-parfait-grapes .deco{
    position: absolute;
}


.pc-only { display: block; }
.sp-only { display: none; }

/*-------------------------------------------
mv
-------------------------------------------*/
#half-parfait-grapes #mv{
	width: 100%;
	aspect-ratio: 1500 / 850;
	position: relative;
}

#half-parfait-grapes #mv .mvInner{
	position: relative;
	display: flex;
	height: 100%;
}

#half-parfait-grapes #mv .mvInner .menuImage{
	width: calc(100% / 3);
	height: 100%;
	position: relative;
}

#half-parfait-grapes #mv .mvInner .menuImage.muscat{
    background: url("../images/menu/half-parfait-grapes/mvBg-1.jpg") center bottom / cover no-repeat;
}
#half-parfait-grapes #mv .mvInner .menuImage.choco{
    background: url("../images/menu/half-parfait-grapes/mvBg-2.jpg") center bottom / cover no-repeat;
}

#half-parfait-grapes #mv .mvInner .menuImage.queenrouge{
    background: url("../images/menu/half-parfait-grapes/mvBg-3.jpg") center bottom / cover no-repeat;
}

#half-parfait-grapes #mv .mvInner .menuImage .detail {
    width: 53.3%;
    margin-top: 70%;
    left: 6%;
}

#half-parfait-grapes #mv .mvInner .menuImage .detail2 {
    width: 53.3%;
    margin-top: 70%;
	right: 6%;
}

#half-parfait-grapes #mv .title {
	position:absolute;
    width: 84.4%;
    left: 10%;
	bottom: 5%;
}

#half-parfait-grapes #mv .title .date {
    width: 16.3%;
    left: 20%;
    bottom: 100%;
}

/*#half-parfait-grapes #mv .half-parfait2Logo {
    width: 32%;
    left: 34%;
    margin-top: 29.2%;
}*/

#half-parfait-grapes #mv .colabo{
    width: 27.8%;
    left: 36.1%;
    margin-top: 43.4%;
}

#half-parfait-grapes #mv .title .titleWrap{
	position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
}

#half-parfait-grapes #mv .title .limited {
    display: flex;
    align-items: center;
    gap: clamp(6px, 0.7vw, 10px);
    margin-top: clamp(-9px, -0.6vw, -4px);
    font-size: clamp(14px, 1.7vw, 25px);
    letter-spacing: .15em;
    color: #ff9da5;
}

#half-parfait-grapes #mv .title .limited::before,
#half-parfait-grapes #mv .title .limited::after {
    content: "";
    width: clamp(16px, 1.6vw, 24px);
    height: 1px;
    background: currentColor;
}

/*-------------------------------------------
intro
-------------------------------------------*/

#intro {
	position: relative;
	background: url(../images/menu/half-parfait-grapes/introBg.jpg) center top / 1500px auto repeat;
	padding: clamp(30px, 4vw, 60px);
}

 #intro .half-parfait2Logo {
    width: 40%;
	margin: 0 auto 20px;
}

#intro .introText {
	text-align: center;
}

#intro .introCopy img {
  width: clamp(420px, 42vw, 570px);
}

#intro .note {
    text-align: center;
	font-size: clamp(12.5px, 1.4vw, 16px);
}

/*-------------------------------------------
menu
-------------------------------------------*/

#half-parfait-grapes #menu {
	position: relative;
	background: url(../images/menu/half-parfait-grapes/introBg.jpg) center top / 1500px auto repeat;
}

#half-parfait-grapes #menu .menuArea {
	width: 100%;
	overflow-x: clip;
}

#half-parfait-grapes #menu .menuBox {
	width: 100%;
	max-width: 1500px;
	aspect-ratio: 1500 / 612;
	margin: 0 auto;
	position: relative;
}

/* 背景共通 */
#half-parfait-grapes #menu .menuBox::before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

/* メニュー1 */
#half-parfait-grapes #menu .menuArea.no1 .menuBox::before {
	background: url("../images/menu/half-parfait-grapes/menuBg1.jpg") center bottom / cover no-repeat;
}

/* メニュー2 */
#half-parfait-grapes #menu .menuArea.no2 .menuBox::before {
	background: url("../images/menu/half-parfait-grapes/menuBg2.jpg") center bottom / cover no-repeat;
}

/* メニュー3 */
#half-parfait-grapes #menu .menuArea.no3 .menuBox::before {
	background: url("../images/menu/half-parfait-grapes/menuBg3.jpg") center bottom / cover no-repeat;
}

/*-------------------------------------------
2個目だけ左右反転
-------------------------------------------*/

#half-parfait-grapes #menu .menuArea.no2 .imgMain {
	left: auto;
	right: 0;
}

#half-parfait-grapes #menu .menuArea.no2 .menuName {
	left: auto;
	right: 40%;
}

#half-parfait-grapes #menu .menuArea.no2 .shopBtn {
	left: auto;
	right: 40%;
}

#half-parfait-grapes #menu .menuArea.no2 .imgSub {
	right: auto;
	left: 20%;
}

/*-------------------------------------------
写真1
-------------------------------------------*/

#half-parfait-grapes #menu .imgBox {
	width: 100%;
	height: 100%;
	position: relative;
}

#half-parfait-grapes #menu .imgMain {
	position: absolute;
	width: 41.8%;
	left: 0;
	bottom: 0;
	z-index: 2;
}

#half-parfait-grapes #menu .imgMain img {
	width: 100%;
	display: block;
}

/*-------------------------------------------
メニュー名＋写真2
-------------------------------------------*/

#half-parfait-grapes #menu .menuInfo {
	position: absolute;
	inset: 0;
	z-index: 3;
}

#half-parfait-grapes #menu .menuName {
	position: absolute;
	width: 28.67%;
	max-width: 430px;
	left: 40%;
	top: 42%;
	transform: translateY(-50%);
}

/*-------------------------------------------
詳細ボタン
-------------------------------------------*/

#half-parfait-grapes #menu .shopBtn {
	position: absolute;
	left: 42%;
	top: 75%;
	width: 24%;
	max-width: 360px;
}

#half-parfait-grapes #menu .menuArea.no2 .shopBtn {
	top: 71%;
	left: 35%;
}

#half-parfait-grapes #menu .shopBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: clamp(10px, 1.2vw, 16px);
	margin: 0 auto;
	font-size: clamp(13px, 1.35vw, 18px);
	font-weight: 600;
	color: #fff;
	border-radius: 40px;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	text-decoration: none;
	transition: background-color .5s ease;
}

#half-parfait-grapes #menu .menuArea.no1 .shopBtn a {
	background-color: #6fb800;
}

#half-parfait-grapes #menu .menuArea.no2 .shopBtn a {
	background-color: #862e24;
}

#half-parfait-grapes #menu .menuArea.no3 .shopBtn a {
	background-color: #6a0000;
}

#half-parfait-grapes #menu .menuArea.no1 .shopBtn a:hover {
	background-color: #a8e84a;
}

#half-parfait-grapes #menu .menuArea.no2 .shopBtn a:hover {
background-color: #c15b4b;
}

#half-parfait-grapes #menu .menuArea.no3 .shopBtn a:hover {
	background-color: #de5a6e;
}

/*-------------------------------------------
写真2
-------------------------------------------*/

#half-parfait-grapes #menu .imgSub {
	position: absolute;
	width: 12.33%;
	max-width: 185px;
	right: 20%;
	top: 50%;
	transform: translateY(-50%);
}

/*-------------------------------------------
deco
-------------------------------------------*/

#half-parfait-grapes #menu .deco {
	position: absolute;
	z-index: 1;
}

#half-parfait-grapes #menu .deco img {
	width: 100%;
	height: auto;
	display: block;
}

#half-parfait-grapes #menu .menuArea.no1 .deco01 {
	width: 12.2%;
	max-width: 183px;
	left: -3%;
	top: 32%;
}

#half-parfait-grapes #menu .menuArea.no1 .deco02 {
    width: 12%;
    max-width: 173px;
    left: 91%;
    top: 15%;
}

#half-parfait-grapes #menu .menuArea.no1 .deco03 {
    width: 11%;
    max-width: 150px;
    aspect-ratio: 150 / 100;
    left: 84%;
    bottom: 0%;
    overflow: hidden;
}

#half-parfait-grapes #menu .menuArea.no2 .deco01 {
    width: 18%;
    max-width: 239px;
    right: -5%;
    top: 15%;
}

#half-parfait-grapes #menu .menuArea.no2 .deco02 {
    width: 14%;
    max-width: 190px;
    left: -2%;
    bottom: 15%;
}

#half-parfait-grapes #menu .menuArea.no3 .deco01 {
    width: 13%;
    max-width: 180px;
    top: 20%;
    right: 8%;
}

#half-parfait-grapes #menu .menuArea.no3 .deco02 {
    width: 13%;
    max-width: 170px;
    left: -2.5%;
    top: 35%;
}

#half-parfait-grapes #menu .menuArea.no3 .deco03 {
    width: 11%;
    max-width: 150px;
    aspect-ratio: 150 / 100;
    left: 84%;
    bottom: 0%;
    overflow: hidden;
}

#half-parfait-grapes #menu .menuArea.no1 .deco03 img ,
#half-parfait-grapes #menu .menuArea.no3 .deco03 img {
	width: 100%;
	height: auto;
	display: block;
}

/*-------------------------------------------
contents
-------------------------------------------*/

#half-parfait-grapes #contents {
    position: relative;
}

#half-parfait-grapes #contents .contentsBg {
    position: absolute;
    inset: 0;
    z-index: 0;
	background: url(../images/menu/half-parfait-grapes/introBg.jpg) center top / 1500px auto repeat;
	padding: clamp(30px, 4vw, 60px);
}

#half-parfait-grapes #contents .contentsInr {
    position: relative;
    z-index: 1;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

#half-parfait-grapes #contents .contentsInr {
    max-width: 1200px;
    margin: 0 auto;
	padding: 90px 0 0;
}

#half-parfait-grapes #contents .titleGroup {
    text-align: center;
    margin-bottom: 10px;
}

#half-parfait-grapes #contents .bodyCopy {
    width: clamp(320px, 66.7vw, 1000px);
    display: block;
    margin: 0 auto 10px;
}

#half-parfait-grapes #contents .bodyTitle {
	width: clamp(320px, 78vw, 1170px);
	display: block;
	margin: 0 auto;
}

#half-parfait-grapes #contents .bodyArea {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: visible;
}

#half-parfait-grapes #contents .bodyGroup {
    width: clamp(260px, 37.2vw, 590px);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#half-parfait-grapes #contents .bodyImg1 {
    margin-bottom: 20px;
}

#half-parfait-grapes #contents .bodyImgWrap {
	display: flex;
	justify-content: center;
	gap: 35px;
}

#half-parfait-grapes #contents .bodyImg2 {
	margin-bottom: 40px;
}

#half-parfait-grapes #contents .bodyImg3 {
	margin-bottom: 40px;
}

#half-parfait-grapes #contents .bodyText {
    width: 1130px;
    max-width: 78vw;
    color: #5e1d17;
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.9;
    text-align: justify;
    position: relative;
    z-index: 10;
}

#half-parfait-grapes #contents img {
    max-width: 100%;
    height: auto;
}

/*-------------------------------------------
linkArea
-------------------------------------------*/

#half-parfait-grapes #contents .linkArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 1130px;
	margin: clamp(60px, 12vw, 130px) auto 0;
	gap: clamp(50px, 7vw, 100px) clamp(20px, 3vw, 40px);
	padding: 0 40px;
	position: relative;
	z-index: 10;
}

#half-parfait-grapes #contents .linkLeft,
#half-parfait-grapes #contents .linkCenter,
#half-parfait-grapes #contents .linkRight {
	width: min(420px, calc((100vw - 120px) / 2));
	max-width: 420px;
	display: block;
}

#half-parfait-grapes #contents .linkRight {
	margin-left: auto;
	margin-right: auto;
}

#half-parfait-grapes #contents .bannerWrap {
	position: relative;
}

#half-parfait-grapes #contents .bannerWrap img {
	width: 100%;
	display: block;
	transition: .3s ease;
}

#half-parfait-grapes #contents .bannerWrap img:hover {
	transform: scale(1.1);
}

#half-parfait-grapes #contents .bannerWrap .bubble {
	position: absolute;
	top: -19%;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	pointer-events: none;
}

#btnArea .linkBtn a {
	display: flex;
	justify-content: center;
	align-items: center;

	max-width: 430px;
	width: 90%;
    padding: 22px;
	margin: 80px auto;

    color: #fff;
    background-color: #e2272d;
    border-radius: 40px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);

    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

#btnArea .linkBtn a:hover {
    transform: translate3d(0, 2px, 0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.0);
}

#btnArea .linkBtn .text {
	font-weight: 600;
	font-size: clamp(14px, 1.1vw, 18px);
}


/*-------------------------------------------
footer
-------------------------------------------*/

.footer {
	width: 100%;
	overflow: hidden;
	margin: 70px auto 0;
}

.footer .mvMenu {
	display: flex;
	justify-content: center;
	width: 63%;
	max-width: 680px;
	position: relative;
	z-index: 10;
	margin: 0 auto;

	opacity: 0;
	transform: scale(0.8);
}

.footer .mvMenu img {
	display: block;
	width: 100%;
	height: auto;
}

.footer .mvMenu.in {
	animation: parfaitPop 0.6s ease forwards;
}

@keyframes parfaitPop {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}

	50% {
		transform: scale(1.1);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}


/*-------------------------------------------
Animation
-------------------------------------------*/

#half-parfait-grapes .topToBottom,
#half-parfait-grapes .bottomToTop,
#half-parfait-grapes .leftToRight,
#half-parfait-grapes .rightToLeft,
#half-parfait-grapes .fadein,
#half-parfait-grapes .slideIn{
	opacity: 0;
}

#half-parfait-grapes #mv .slideIn,
#half-parfait-grapes .in .slideIn,
#half-parfait-grapes .in.slideIn{
	animation: slideIn 1s ease forwards;
}

#half-parfait-grapes .in .topToBottom{
	animation: topToBottom .25s ease forwards;
}
#half-parfait-grapes .in .bottomToTop{
	animation: bottomToTop .25s ease forwards;
}
#half-parfait-grapes .in .leftToRight{
	animation: leftToRight .25s ease forwards;
}
#half-parfait-grapes .in .rightToLeft{
	animation: rightToLeft .25s ease forwards;
}
#half-parfait-grapes .in .fadein{
	animation: fadein .25s ease forwards;
}

@keyframes blurIn {
	0% { transform: translate(0,50%); opacity: 0; -ms-filter: blur(6px); filter: blur(6px); }
	100% { transform: translate(0,0); opacity: 1; -ms-filter: blur(0); filter: blur(0); }
}
@keyframes slideIn {
	0% { transform: translate(0,10%); opacity: 0;}
	100% { transform: translate(0,0); opacity: 1;}
}
@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes topToBottom {
	0% { transform: translate(0, -10%); opacity: 0;}
	100% { transform: translate(0, 0); opacity: 1;}
}
@keyframes bottomToTop {
	0% { transform: translate(0, 10%); opacity: 0;}
	100% { transform: translate(0, 0); opacity: 1;}
}
@keyframes leftToRight {
	0% { transform: translate(-10%, 0); opacity: 0;}
	100% { transform: translate(0, 0); opacity: 1;}
}
@keyframes rightToLeft {
	0% { transform: translate(10%, 0); opacity: 0;}
	100% { transform: translate(0, 0); opacity: 1;}
}
@keyframes boxin{
    0%{ transform: translate(0,25%); opacity: 0; }
    100%{  transform: translate(0,0%);opacity: 1;}
}

@keyframes leftToRight02 {
	0% { transform: translate(-10%, -50%); opacity: 0;}
	100% { transform: translate(0, -50%); opacity: 1;}
}

#mv .clipAnimationLtoR,
.clipAnimationLtoR {
    clip-path: inset(0 100% 0 0);
}

#mv .clipAnimationLtoR,
.in .clipAnimationLtoR,
.in.clipAnimationLtoR{
    animation: clipAnimationLtoR .4s ease-in-out forwards;
}

@keyframes clipAnimationLtoR {
	0% { clip-path: inset(0 100% 0 0);}
	100% { clip-path: inset(0 0 0 0); }
}

#mv .clipAnimationRtoL,
.clipAnimationRtoL {
    clip-path: inset(0 0 0 100%);
}
#mv .clipAnimationRtoL,
.in .clipAnimationRtoL,
.in.clipAnimationRtoL {
    animation: clipAnimationRtoL .4s ease-in-out forwards;
}

@keyframes clipAnimationRtoL {
    0%   { clip-path: inset(0 0 0 100%); }
    100% { clip-path: inset(0 0 0 0); }
}

#mv .clipAnimationTtoB,
.in .clipAnimationTtoB,
.in.clipAnimationTtoB {
    animation: clipAnimationTtoB .4s ease-in-out forwards;
}
@keyframes clipAnimationTtoB {
	0% { clip-path: inset(0 0 100% 0); }
	100% { clip-path: inset(0 0 0 0); }
}

#mv .pon {
	animation: pon .4s ease-in-out forwards;
}

#mv .pon {
    opacity: 0;
    transform: scale(0.8);
}

#mv.pon.in {
    animation: pon 0.8s ease forwards;
}

#half-parfait-grapes .pon {
    opacity: 0;
    transform: scale(0.8);
}

#half-parfait-grapes .pon.in {
    animation: pon 0.6s ease forwards;
}

@keyframes pon {
  0% { transform: scale(0.8); opacity: 0;}
  50% { transform: scale(1.1); opacity: 1;}
  100% { transform: scale(1); opacity: 1;}
}

#half-parfait-grapes #menu .menuArea.no1,
#half-parfait-grapes #menu .menuArea.no2,
#half-parfait-grapes #menu .menuArea.no3 {
	opacity: 0;
	transform: translateY(10%);
}

#half-parfait-grapes #menu .menuArea.no1.in,
#half-parfait-grapes #menu .menuArea.no2.in,
#half-parfait-grapes #menu .menuArea.no3.in {
	animation: slideIn 1s ease forwards;
}


.delay01{ animation-delay: 0.1s!important;}
.delay02{ animation-delay: 0.2s!important;}
.delay03{ animation-delay: 0.3s!important;}
.delay04{ animation-delay: 0.4s!important;}
.delay05{ animation-delay: 0.5s!important;}
.delay06{ animation-delay: 0.6s!important;}
.delay07{ animation-delay: 0.7s!important;}
.delay08{ animation-delay: 0.8s!important;}
.delay09{ animation-delay: 0.9s!important;}
.delay10{ animation-delay: 1.0s!important;}
.delay11{ animation-delay: 1.1s!important;}
.delay12{ animation-delay: 1.2s!important;}
.delay13{ animation-delay: 1.3s!important;}
.delay14{ animation-delay: 1.4s!important;}
.delay15{ animation-delay: 1.5s!important;}
.delay16{ animation-delay: 1.6s!important;}
.delay17{ animation-delay: 1.7s!important;}
.delay18{ animation-delay: 1.8s!important;}
.delay19{ animation-delay: 1.9s!important;}
.delay20{ animation-delay: 2.0s!important;}
.delay21{ animation-delay: 2.1s!important;}
.delay22{ animation-delay: 2.2s!important;}
.delay23{ animation-delay: 2.3s!important;}
.delay24{ animation-delay: 2.4s!important;}
.delay25{ animation-delay: 2.5s!important;}
.delay26{ animation-delay: 2.6s!important;}
.delay27{ animation-delay: 2.7s!important;}
.delay28{ animation-delay: 2.8s!important;}
.delay29{ animation-delay: 2.9s!important;}
.delay30{ animation-delay: 3.0s!important;}
.delay31{ animation-delay: 3.1s!important;}
.delay32{ animation-delay: 3.2s!important;}
.delay33{ animation-delay: 3.3s!important;}
.delay34{ animation-delay: 3.4s!important;}
.delay35{ animation-delay: 3.5s!important;}
.delay36{ animation-delay: 3.6s!important;}
.delay37{ animation-delay: 3.7s!important;}
.delay38{ animation-delay: 3.8s!important;}
.delay39{ animation-delay: 3.9s!important;}
.delay40{ animation-delay: 4.0s!important;}


/*-------------------------------------------
ONLY PC
-------------------------------------------*/
@media only screen and (min-width: 769px){
	#half-parfait-grapes img,
	#half-parfait-grapes #mv .inr{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		image-rendering: crisp-edges;
		image-rendering: -webkit-optimize-contrast;
	}
	
}

/*-------------------------------------------
Under 900px
-------------------------------------------*/
@media only screen and (max-width: 900px){
    
#half-parfait-grapes #contents .linkArea {
    margin: 90px auto 0;
}
	
#intro .half-parfait2Logo {
    width: 55%;
}
    
}

/*-------------------------------------------
Tablet
-------------------------------------------*/

@media only screen and (max-width: 780px) {

    .pc-only { display: none; }
    .sp-only { display: block; }

	.spImgRow {
		display: flex;
		justify-content: center;
		gap: 90px;
		margin-top: 20px;
		width: 40%;
	}

	.spImgRow img {
		width: 45%;
		max-width: 180px;
	}
	
	#half-parfait-grapes #contents .bodyImg1 {
	width: 60%;
	}

	#half-parfait-grapes #contents .bodyGroup {
		width: 90%;
		flex-shrink: 0;
	}

	#half-parfait-grapes #contents .bodyImgWrap {
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 3vw;
		box-sizing: border-box;
	}

	#half-parfait-grapes #contents .bodyImg2,
	#half-parfait-grapes #contents .bodyImg3 {
		width: calc((100% - 3vw) / 2);
		max-width: 100%;
		height: auto;
		margin-bottom: 40px;
	}
	

}

/*-------------------------------------------
SP
-------------------------------------------*/
@media only screen and (max-width: 600px){
	
	html,
	body {
	overflow-x: hidden;
	}

	#half-parfait-grapes {
	width: 100%;
	overflow-x: hidden;
	}
	 
     br.pc-none {
        display: inline;
    }
	#half-parfait-grapes .sp { display: block;}
	#half-parfait-grapes .pc { display: none;}
    
    #half-parfait-grapes .check_red,
    #half-parfait-grapes .check_yellow{ background-size: 20px 20px;}
	    
	/*--- mv ---*/ 
    #half-parfait-grapes #mv {
        width: 100%;
        height: calc(1205 / 750 * 100vw);
        aspect-ratio: auto;
    }
    #half-parfait-grapes #mv::before, #half-parfait-grapes #mv::after {
        height: 3.125vw;
    }
    #half-parfait-grapes #mv .mvInner .menuImage.muscat{
        background: url("../images/menu/half-parfait-grapes/mvBg-1-sp.jpg") center bottom / cover no-repeat;
    }
    #half-parfait-grapes #mv .mvInner .menuImage.choco{
        background: url("../images/menu/half-parfait-grapes/mvBg-2-sp.jpg") center bottom / cover no-repeat;
    }
	
	#half-parfait-grapes #mv .mvInner .menuImage.queenrouge{
        background: url("../images/menu/half-parfait-grapes/mvBg-3-sp.jpg") center bottom / cover no-repeat;
    }
	
    #half-parfait-grapes #mv .title {
        width: 90%;
        max-width: 690px;
        left: 7%;
        top: 63%;
    }
	
    #half-parfait-grapes #mv .title .date {
        width: 30%;
        max-width: 206px;
        left: 15%;
        top: -55%;
    }
	
    #half-parfait-grapes #mv .colabo {
        width: 70%;
        left: 14.5%;
        margin-top: 0;
        margin-bottom: 50%;
        bottom: 0;
    }

    #half-parfait-grapes #mv .mvInner .menuImage .detail {
        width: 93%;
        margin-top: 0;
        margin-bottom: 4%;
        top: auto;
        bottom: 0;
    }
	
	    #half-parfait-grapes #mv .mvInner .menuImage .detail2 {
        width: 93%;
        margin-top: 0;
        margin-bottom: 4%;
        top: auto;
        bottom: 0;
    }
	
	#half-parfait-grapes #mv .title .limited {
		font-size: clamp(18px, 4.2vw, 25px);
		margin-top: 10px;
    }
	
	#intro {
		padding: clamp(40px, 5vw, 60px) clamp(20px, 4vw, 60px);
	}
	
	#intro .half-parfait2Logo {
        width: 80%;
    }
	
	#intro .shopBtn a {
		max-width: 320px;
		width: 90%;
		padding: 15px 0 18px;
	}
	
/* -------------------------------------------
   menu
------------------------------------------- */
	
#half-parfait-grapes #menu {
	overflow-x: clip;
}

#half-parfait-grapes #menu .menuArea {
	position: relative;
	overflow: visible;
}

#half-parfait-grapes #menu .menuBox {
	width: 100%;
	max-width: none;
	aspect-ratio: 750 / 630;
	margin: 0;
	overflow: visible;
}

#half-parfait-grapes #menu .imgBox {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

/* 背景 */
#half-parfait-grapes #menu .menuArea.no1 .menuBox::before {
	background: url("../images/menu/half-parfait-grapes/menuBg1-sp.jpg") center center / 100% 100% no-repeat;
}

#half-parfait-grapes #menu .menuArea.no2 .menuBox::before {
	background: url("../images/menu/half-parfait-grapes/menuBg2-sp.jpg") center center / 100% 100% no-repeat;
}

#half-parfait-grapes #menu .menuArea.no3 .menuBox::before {
	background: url("../images/menu/half-parfait-grapes/menuBg3-sp.jpg") center center / 100% 100% no-repeat;
}


/* -------------------------------------------
   写真1
------------------------------------------- */

#half-parfait-grapes #menu .imgMain {
	width: 68%;
	left: 17%;
	bottom: 0%;
	z-index: 10;
}


/* -------------------------------------------
   deco
------------------------------------------- */

#half-parfait-grapes #menu .deco {
	z-index: 1;
}


/* -------------------------------------------
   メニュー情報
------------------------------------------- */

#half-parfait-grapes #menu .menuInfo {
	position: relative;
	inset: auto;
	width: 100%;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5%;
	z-index: 3;
}

#half-parfait-grapes #menu .menuArea.no1 .menuInfo {
	background: #e3e224;
}

#half-parfait-grapes #menu .menuArea.no2 .menuInfo {
	background: #5e1d17;
}

#half-parfait-grapes #menu .menuArea.no3 .menuInfo {
	background: #a00023;
}

#half-parfait-grapes #menu .menuName {
	position: relative;
	width: 90%;
	transform: translateY(-13%);
	left: 10%;
}

#half-parfait-grapes #menu .imgSub {
	position: relative;
	width: 25%;
	max-width: 185px;
	left: -10%;
	right: auto;
	top: auto;
	transform: none;
}


/* -------------------------------------------
   2個目だけ左右反転
------------------------------------------- */

#half-parfait-grapes #menu .menuArea.no2 .imgMain {
	left: auto;
	right: 15%;
	width: 67%;
}

#half-parfait-grapes #menu .menuArea.no2 .menuName {
	left: auto;
	right: 0%;
}

#half-parfait-grapes #menu .menuArea.no2 .imgSub {
	right: auto;
	left: 10%;
}

#half-parfait-grapes #menu .menuArea.no2 .menuInfo {
	flex-direction: row-reverse;
}


/* -------------------------------------------
   詳細ボタン
------------------------------------------- */

#half-parfait-grapes #menu .shopBtn {
	position: absolute;
	left: 11%;
	top: 75%;
	width: 55%;
	max-width: 360px;
}

#half-parfait-grapes #menu .shopBtn a {
	padding: clamp(10px, 2.5vw, 15px);
	font-size: clamp(16px, 3.667vw, 22px);
}


/* -------------------------------------------
   deco
------------------------------------------- */

#half-parfait-grapes #menu .menuArea.no1 .deco01 {
	width: 25%;
	max-width: 150px;
	left: -7%;
	top: 50%;
}

#half-parfait-grapes #menu .menuArea.no1 .deco02 {
	width: 25%;
	max-width: 150px;
	left: 80%;
	top: 5%;
}

#half-parfait-grapes #menu .menuArea.no1 .deco03 {
	width: 21%;
	max-width: 125px;
	left: 75%;
}

#half-parfait-grapes #menu .menuArea.no2 .deco01 {
	width: 22%;
	max-width: 130px;
	left: 84%;
	top: 18%;
}

#half-parfait-grapes #menu .menuArea.no2 .deco02 {
	width: 21%;
	max-width: 125px;
	left: -2%;
	bottom: 11%;
}

#half-parfait-grapes #menu .menuArea.no3 .deco01 {
	width: 20%;
	max-width: 115px;
	left: 87%;
	top: 11%;
}

#half-parfait-grapes #menu .menuArea.no3 .deco02 {
	width: 22%;
	max-width: 130px;
	left: -5%;
	top: 65%;
}

#half-parfait-grapes #menu .menuArea.no3 .deco03 {
	width: 20%;
	max-width: 115px;
	left: 80%;
}


/* -------------------------------------------
   menu animation SP
------------------------------------------- */

#half-parfait-grapes #menu .menuArea.no1,
#half-parfait-grapes #menu .menuArea.no2,
#half-parfait-grapes #menu .menuArea.no3 {
	opacity: 0;
	transform: none;
	transition: opacity 1s ease;
}

#half-parfait-grapes #menu .menuArea.no1.in,
#half-parfait-grapes #menu .menuArea.no2.in,
#half-parfait-grapes #menu .menuArea.no3.in {
	opacity: 1;
	transform: none;
}

/* -------------------------------------------
   contents
------------------------------------------- */
	
	#half-parfait-grapes #contents .contentsInr {
	padding: 70px 0 0;
	}
	
	#half-parfait-grapes #contents .bodyCopy {
		width: 90%;
	}

	#half-parfait-grapes #contents .bodyTitle {
		width: 95%;
	}

	#half-parfait-grapes #contents .bodyGroup {
			width: 80%;
	}
	
	#half-parfait-grapes #contents .bodyImgWrap {
    flex-direction: column;
	gap: 0px;
	}

	#half-parfait-grapes #contents .bodyText {
		font-size: clamp(15px, 1.3vw, 18px);
	margin-bottom: 20px;
	}
	
	
	
/*    #half-parfait-grapes #contents .linkArea {
        margin: clamp(40px, 7vw, 60px) clamp(16px, 3vw, 30px);
    }*/
	
	#half-parfait-grapes #contents .linkArea {
        flex-direction: column;
        align-items: center;
        gap: clamp(70px, 11vw, 90px);
    }

    #half-parfait-grapes #contents .linkLeft,
	#half-parfait-grapes #contents .linkCenter,
    #half-parfait-grapes #contents .linkRight {
        width: 100%;
        max-width: 420px;
        flex: none;
    }
	
	.spImgRow {
		gap: 30px;
	}
	
	#half-parfait-grapes #contents .bodyImg1 {
	width: 90%;
	}
	
	#half-parfait-grapes #contents .bodyImg2 {
	margin-bottom: 30px;
	}
	
	
	#half-parfait-grapes #contents .bodyImgWrap {
		gap: 10px;
	}

	#half-parfait-grapes #contents .bodyImg2,
	#half-parfait-grapes #contents .bodyImg3 {
		width: auto;
		max-width: 100%;
	}
	
/*-------------------------------------------
menu animation SP
-------------------------------------------*/

#half-parfait-grapes #menu .menuArea.no1,
#half-parfait-grapes #menu .menuArea.no2,
#half-parfait-grapes #menu .menuArea.no3 {
	opacity: 0;
	transform: none;
}

/* inが付いたらふわっと表示 */
#half-parfait-grapes #menu .menuArea.no1.in,
#half-parfait-grapes #menu .menuArea.no2.in,
#half-parfait-grapes #menu .menuArea.no3.in {
	opacity: 1;
	transform: none;
	transition: opacity 1s ease;
}

	
}

/*---------------------------------------------------


movie

---------------------------------------------------*/

/*--- movie ---*/
#half-parfait-grapes #movie{
    background: linear-gradient(165deg, rgba(245, 200, 95, .7) 0%, rgba(255, 0, 0, .7) 30%, rgba(240, 30, 120, .7) 100%);
    max-width: 1310px;
    margin: 100px auto;
	width: 90%;
}

#half-parfait-grapes #movie .movieInner{
    width: min(85%, 800px);
    margin: 0 auto;
    padding: 120px 0 150px;
    position: relative;
}

#half-parfait-grapes #movie .mainTitle{
    margin-bottom: 50px;
}

#half-parfait-grapes #movie .movie{
    margin-bottom: 40px;
    transition: ease .3s;
}

#half-parfait-grapes #movie .movie:hover{
    transform: scale(1.1);
}

#half-parfait-grapes #movie .enTitle{
    width: 38%;
    margin: 0 auto;
}

#half-parfait-grapes #movie .bnrBox{
    margin-top: 120px;
}

#half-parfait-grapes #movie .bnrBox .title{
    width: 57%;
    margin: 0 auto 30px;
}

#half-parfait-grapes #movie .bnrBox .bnr{
    width: 82%;
    margin: 0 auto;
    transition: ease .3s;
}

#half-parfait-grapes #movie .bnrBox .bnr:hover{
    transform: scale(1.1);
}



/*-------------------------------------------
SP
-------------------------------------------*/
@media only screen and (max-width: 600px){

    #half-parfait-grapes #movie{
        margin: 50px auto;
    }

    #half-parfait-grapes #movie .movieInner{
        padding: 60px 0;
    }

    #half-parfait-grapes #movie .mainTitle{
        margin-bottom: 30px;
    }

    #half-parfait-grapes #movie .movie{
        margin-bottom: 20px;
    }

    #half-parfait-grapes #movie .bnrBox{
        margin-top: 60px;
    }

    #half-parfait-grapes #movie .bnrBox .title{
        width: 80%;
        margin: 0 auto 20px;
    }

    #half-parfait-grapes #movie .bnrBox .bnr{
        width: 100%;
    }
 
}

