@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');



#wrapper {
    margin-bottom: 0;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

#half-parfait ul, #half-parfait p, #half-parfait dl { margin-bottom: 0;}
#half-parfait p{ line-height: 1.8;}
#half-parfait dd{ margin-left: 0;}

#half-parfait {
	width: min(100%, 1080px);
    margin: 0 auto 150px;
    overflow: hidden;
	position: relative;
	color: #ed1c24;
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

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

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

#half-parfait .fc_wt {
    color: #fff;
}

#half-parfait a {
    transition: .3s;
}

#half-parfait a:hover {
    text-decoration: none;
}

#half-parfait p,
#half-parfait #menu .menuTextBox dl {
    font-size: 27px;
}

#half-parfait .boxInner {
    width: min(85%, 560px);
    margin: 0 auto;
    position: relative;
}

#half-parfait .dot-text {
    padding-top: .05em;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1em .3em;
    background-image: radial-gradient(.15em .15em at center center, #ed1c25, #ed1c25 100%, transparent);
}


/*--- mv ---*/

#half-parfait #mv {
    background: url("../images/menu/half-parfait/mv_bg.jpg") center center / cover no-repeat;
}

#half-parfait #mv .mvInner {
    position: relative;
    padding-top: 56.482%;
    overflow: hidden;
}

#half-parfait #mv .mv_img_01 {
    width: 46.2%;
    left: 18%;
}

#half-parfait #mv .mv_img_02 {
    width: 46.2%;
    left: 37%;
}

#half-parfait #mv .mv_deco {
    width: 16.7%;
}

#half-parfait #mv .mv_deco_01 {
    top: -7%;
    left: 48%;
}

#half-parfait #mv .mv_deco_02 {
    top: 46%;
    left: 10%;
}

#half-parfait #mv .mv_deco_03 {
    top: 46%;
    right: 10%;
}

#half-parfait #mv .mv_copy {
    width: 10.8%;
    top: 10%;
    left: 8%;
}

#half-parfait #mv .mv_title {
    width: 100%;
    top: 66%;
    left: 0;
    right: 0;
    margin: auto;
}


/*--- movie ---*/

#half-parfait #movie {
    background: linear-gradient(165deg,rgba(245, 216, 141, 1) 0%, rgba(252, 113, 94, 1) 70%, rgba(242, 97, 161, 1) 100%);
}

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

#half-parfait #movie .movie {
    margin: 0 auto 30px;
    transition: .3s ease;
}

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

#half-parfait #movie .title {
    width: min(39.5%, 220px);
    margin: 0 auto;
}


/*--- menu ---*/

#half-parfait #menu .pink {
    background: url("../images/menu/half-parfait/main_bg.jpg") center center / cover no-repeat;
}

#half-parfait #menu .grade {
    clip-path: polygon(0 200px, 100% 0, 100% calc(100% - 200px), 0 100%);
}

#half-parfait #menu .naname {
    background: linear-gradient(180deg,rgba(244, 213, 127, 1) 0%, rgba(254, 65, 57, 1) 40%, rgba(254, 65, 57, 1) 70%, rgba(241, 75, 148, 1) 100%);
}

#half-parfait #menu .title {
    margin: 0 auto 60px;
}

/* no1 */
#half-parfait #menu .no1 {
    padding: 120px 0 320px;
}

#half-parfait #menu .mainBox {
    position: relative;
}

#half-parfait #menu .mainBox .imgBox {
    width: 62.5%;
}

#half-parfait #menu .mainBox .textBox {
    position: absolute;
    top: 4%;
    left: 50%;
    width: 55.3%;
}

#half-parfait #menu .mainBox .textBox .title {
    font-size: min(4.99vw, 33px);
    font-weight: 700;
    margin-bottom: min(8.92vw, 50px);
}

#half-parfait #menu .mainBox .textBox .text {
    font-size: min(4vw, 27px);
}

/* no2 */
#half-parfait #menu .no2 {
    padding-top: 370px;
    margin: -200px auto 360px;
}

#half-parfait #menu .listBox li:nth-child(n+2) {
    margin-top: 40px;
}

#half-parfait #menu .no2 .text {
    margin-top: 80px;
}

/* no3 */
#half-parfait #menu .no3 {
    padding-bottom: 380px;
}

#half-parfait #menu .no3 .text {
    margin-top: 50px;
}

#half-parfait #menu .no3 .roundBox {
    margin-top: 140px;
    position: relative;
}

#half-parfait #menu .roundBox {
    background-color: #fff;
    border-radius: 15px;
    padding: 80px 0 110px;
}

#half-parfait #menu .roundBox .text {
    padding: 0 40px;
}

/* no4 */
#half-parfait #menu .no4 {
    padding-bottom: 150px;
    margin-top: -240px;
}

#half-parfait #menu .no4 .imgBox {
    width: 59.7%;
    margin: 0 auto 30px;
}

#half-parfait #menu .menuTextBox .name,
#half-parfait #menu .menuTextBox .price {
    font-size: 37px;
    font-weight: 700;
}

#half-parfait #menu .menuTextBox .price span {
    font-size: 27px;
    font-weight: 400;
}

#half-parfait #menu .menuTextBox .text {
    margin: 30px 0 60px;
}

#half-parfait #menu .menuTextBox .subBox dl:nth-child(n+2) {
    margin-top: 30px;
}

#half-parfait #menu .menuTextBox .subBox dl dt {
    font-weight: 700;
}

/* いちご */
#half-parfait #menu .main_deco {
    width: 53.5%;
    position: absolute;
}

#half-parfait #menu .main_deco_01 {
    top: -3%;
    right: -50%;
}

#half-parfait #menu .main_deco_02 {
    top: 57%;
    left: -54%;
}

#half-parfait #menu .main_deco_03 {
    bottom: -26%;
    left: 14%;
    z-index: 1;
}

#half-parfait #menu .main_deco_04 {
    top: 4%;
    left: 42%;
}

#half-parfait #menu .main_deco_05 {
    top: 50%;
    left: -50%;
}

#half-parfait #menu .main_deco_06 {
    top: 67%;
    left: -59%;
}

#half-parfait #menu .main_deco_07 {
    bottom: -16%;
    right: -28%;
}

#half-parfait #menu .main_deco_08 {
    bottom: -20%;
    right: 1%;
}

#half-parfait #menu .main_deco_09 {
    top: -16%;
    right: -16%;
}

#half-parfait #menu .main_deco_10 {
    bottom: -13%;
    left: -14%;
}

#half-parfait #menu .main_deco_11 {
    bottom: 34%;
    left: -64%;
}

#half-parfait #menu .main_deco_12 {
    bottom: 16%;
    right: -63%;
}








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

/*.out {
    opacity: 0;
    transform: translateY(50px);
}

.in {
    opacity: 1;
    transform: translateY(0);
    transition: all 2s ease;
}*/

#half-parfait .slideIn,
#half-parfait .fadein {
	opacity: 0;
}

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

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

#half-parfait .no3.in .slideIn {
    animation-delay: 1.2s;
}

#half-parfait .mv_copy.in.fadein {
    animation-delay: 0.8s;
}

/*#half-parfait .mv_deco.in.fadein {
    animation-delay: 0.8s;
}*/

@keyframes slideIn {
	0% { transform: translate(0,10%); opacity: 0;}
	100% { transform: translate(0,0); opacity: 1;}
}
@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

#half-parfait .slideInUp {
    opacity: 0;
}

#half-parfait .in .slideInUp,
#half-parfait .in.slideInUp {
    animation: slideInUp .5s ease forwards;
}

#half-parfait .titleBox.in .slideInUp {
    animation-delay: 0s;
}

@keyframes slideInUp {
    0% { transform: translate(0,-15%); opacity: 0;}
    100% { transform: translate(0,0); opacity: 1;}
}

#half-parfait .clip01 {
    clip-path: inset(0 0 100% 0);
}

#half-parfait .clip02 {
    clip-path: inset(0 100% 0 0);
}

#half-parfait .in .clip02,
#half-parfait .in.clip02 {
    animation: clip02 1.2s ease forwards;
}

#half-parfait #mv .mv_title.clip02 {
    animation-delay: .8s;
}

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

.pon {
    opacity: 0;
}

.in .pon,
.in.pon {
    animation: pon 0.8s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
}

#half-parfait .mvInner.in .mv_img_02.pon {
    animation-delay: .2s;
}

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

.float,
.float2,
.float3 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}
@keyframes fadeInin {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.mvInner.in .float {
    visibility: visible;
    animation:
    fadeInin 0.5s ease-out 0.8s both,
    float 6s ease-in-out 0.8s infinite;
}
@keyframes float {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}

.mvInner.in .float2 {
    visibility: visible;
    animation:
    fadeInin 0.5s ease-out 0.8s both,
    float2 5s ease-in-out 0.8s infinite;
}
@keyframes float2 {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}

.mvInner.in .float3 {
    visibility: visible;
    animation:
    fadeInin 0.5s ease-out 0.8s both,
    float3 8s ease-in-out 0.8s infinite;
}
@keyframes float3 {
  0% {
    transform: translateY(12px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(12px);
  }
}




/*--- delay ---*/
#half-parfait .delay02{ animation-delay: 0.2s !important;}
#half-parfait .delay04{ animation-delay: 0.4s !important;}
#half-parfait .delay06{ animation-delay: 0.6s !important;}
#half-parfait .delay08{ animation-delay: 0.8s !important;}
#half-parfait .delay10{ animation-delay: 1.0s !important;}
#half-parfait .delay12{ animation-delay: 1.2s !important;}
#half-parfait .delay14{ animation-delay: 1.4s !important;}
#half-parfait .delay16{ animation-delay: 1.6s !important;}





/*-------------------------------------------
ONLY PC & HOVER
-------------------------------------------*/
@media only screen and (min-width: 1080px){

    #half-parfait img,
    #half-parfait #mv {
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	image-rendering: crisp-edges;
    	image-rendering: -webkit-optimize-contrast;
    }

    #half-parfait .bnrArea .inr a:hover img{
        transform: scale(1.08);
    }
	
}





/*-------------------------------------------
Under 1080px
-------------------------------------------*/
@media only screen and (max-width: 1080px){

}





/*-------------------------------------------
Tablet
-------------------------------------------*/
@media only screen and (max-width: 900px){

}





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

    #half-parfait {
        margin-bottom: 80px;
    }

    #half-parfait p,
    #half-parfait #menu .menuTextBox dl {
        font-size: 16px;
    }

    #half-parfait p {
        line-height: 1.65;
    }

    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }


    /*--- mv ---*/

    #half-parfait #mv .mvInner {
        padding-top: 157.85%;
    }

    #half-parfait #mv .mv_img_01 {
        width: 90%;
        left: -6%;
        top: 29%;
    }

    #half-parfait #mv .mv_img_02 {
        width: 90%;
        left: 12%;
        top: 40%;
    }

    #half-parfait #mv .mv_copy {
        width: 82%;
        top: 4%;
        left: 0;
        right: 0;
        margin: auto;
    }

    #half-parfait #mv .mv_title {
        width: 88%;
        top: 10%;
    }

    #half-parfait #mv .mv_deco {
        width: 32%;
    }

    #half-parfait #mv .mv_deco_01 {
        top: 29%;
        left: 47%;
    }

    #half-parfait #mv .mv_deco_02 {
        top: 78%;
        left: -2%;
    }

    #half-parfait #mv .mv_deco_03 {
        top: 83%;
        right: -2%;
    }


    /*--- movie ---*/

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


    /*--- menu ---*/

    #half-parfait #menu .title {
        margin: 0 auto 30px;
    }

    #half-parfait #menu .grade {
        clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 60px), 0 100%);
    }

    /* no1 */
    #half-parfait #menu .no1 {
        padding: 70px 0 200px;
    }

    #half-parfait #menu .mainBox .textBox .title {
        margin-bottom: 25px;
    }

    #half-parfait #menu .mainBox .imgBox {
        width: 60%;
    }

    #half-parfait #menu .mainBox .textBox {
        left: 46%;
        width: 55%;
    }

    /* no2 */
    #half-parfait #menu .no2 {
        padding-top: 160px;
        margin: -60px auto 190px;
    }

    #half-parfait #menu .listBox li:nth-child(n+2) {
        margin-top: 20px;
    }

    #half-parfait #menu .no2 .text {
        margin-top: 40px;
    }

    /* no3 */
    #half-parfait #menu .no3 {
        padding-bottom: 190px;
    }

    #half-parfait #menu .no3 .text {
        margin-top: 30px;
    }

    #half-parfait #menu .no3 .roundBox {
        margin-top: 70px;
    }

    #half-parfait #menu .roundBox {
        border-radius: 8px;
        padding: 50px 0 60px;
    }

    #half-parfait #menu .roundBox .text {
        padding: 0 25px;
    }

    /* no4 */
    #half-parfait #menu .no4 {
        padding-bottom: 80px;
        margin-top: -100px;
    }

    #half-parfait #menu .no4 .imgBox {
        margin: 0 auto 20px;
    }

    #half-parfait #menu .menuTextBox .name,
    #half-parfait #menu .menuTextBox .price {
        font-size: 22px;
    }

    #half-parfait #menu .menuTextBox .price span {
        font-size: 16px;
    }

    #half-parfait #menu .menuTextBox .text {
        margin: 20px 0 30px;
    }

    /* いちご */
    #half-parfait #menu .main_deco_03 {
        bottom: -29%;
    }

    #half-parfait #menu .main_deco_04 {
        top: 0%;
    }

}