/* first */
/* .first_wrap{height: 100vh;} */
.first{height: 100vh;z-index: 100;}
.first_bg{background-color: #000;}
.first_bg::after{content: '';display: inline-block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);}
.first_in{width: 1200px;height: 100%;margin: 0 auto;}
.first_chef{bottom: 0;right: 50%;margin-right: -742px;}

.war_c_write_wrap{width: 320px;height: 133px;top: 50%;left: 50%;margin-left: -392px;margin-top: -141px;}
.war_c_write{position: absolute;top: 0;left: 0;}
.war_c_write img{width: 100%;}

/* first_flow_wrap */
.first_flow_wrap{width: 100%;}
.first_flow_wrap .marquee-container {position: relative;overflow: hidden;}
.first_flow_wrap .marquee-items {display: flex;}
.first_flow_wrap .marquee-item {flex: 0 0 auto;}
.first_left{height: 100%;display: flex;align-items: center;}
.first_left_tit01{width: 471px;height: 116px;margin-bottom: 20px;}
.first_left_tit02{width: 228px;height: 116px;margin-bottom: 30px;}
.first_left_tit01 .light_box{background-color: #e2bb64;mask-image: url('../img/page/main/first_left_tit01.png');}
.first_left_tit02 .light_box{background-color: #e2bb64;mask-image: url('../img/page/main/first_left_tit02.png');}
.first_left_subTitb{padding-bottom: 60px;}
.first_left_des .highlight{top: 8px;bottom: -5px;left: -8px;right: -8px;background-color: #b50812;}
.first_left_des01{padding-bottom: 25px;}
.first_left_des02{color: #e7d6d0;}

.middle_pad{padding: 0 50px 100px;}

/* signature */
.signature{height: 960px;background-color: #fff9f2;}
.signature_in{position: relative;max-width: 1700px;height: 100%;margin: 0 auto;}
.signature_mid_sl{top: 123px;width: 854px;margin-left: -427px;}

.signature_wrap{justify-content: space-between;align-items: center;height: 100%;}
.signature_left{display: flex;flex-direction: column;align-items: center;opacity: 0;}
.signature_left h2{display: flex;flex-direction: column;justify-content: center;font-size: 90px;font-weight: 700;color: var(--brown04);}

.signature_left_slide{width: 480px;margin-top: 315px;}
.signature_left_txt{margin-top: 13px;color: var(--brown04);letter-spacing: -0.03em;font-size: 19px;line-height: 1.52;}
.signature_slide_btn{display: inline-block;width: 70px;height: 70px;margin-top: 44px;background-image: url('../img/page/main/signature_slide_prev.png');font-size: 0;}
.signature_slide_next{transform: rotate(-180deg);margin-left: 9px;}

.signature_flow{width: 400px;height: 100%;}
.signature_flow .swiper-slide {width: 100%;height: 226px;margin-bottom: 30px;}
.signature_flow .swiper-slide_in{width: 100%;height: 100%;}
.signature_flow .sns_ytb_ico{top: 15px;left: 15px;}

/* tasty */
.tasty{padding: 100px 0;border-top: 1px solid var(--brown04);}
.tasty_in{max-width: 1700px;width: 100%;margin: 0 auto;}
.tasty_tit{display: flex;align-items: center;justify-content: center;font-size: 80px;font-weight: 700;color: var(--brown04);}
.tasty_tit span{margin-bottom: 14px;margin-right: 30px;}
.tasty_box_wrap{display: flex;justify-content: center;}
.tasty_box{width: calc((100% - 80px)/3);height: 304px;margin-right: 60px;border: 1px solid var(--brown);box-sizing: border-box;}
.tasty_box:last-child{margin-right: 0;}
.tasty_box_bg iframe{position: absolute;top: 0;left: 50%;transform: translateX(-50%); width: 160%;height: 100%;}
.tasty_box:hover{border: 1px solid transparent;}
.tasty_box:hover::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border: 0.4vw solid transparent;
	border-image: linear-gradient(to top, #cca949 0%, #f2edbf 100%);
	border-image-slice: 1;
	/* box-sizing: border-box; */
}
.tasty_box_cover{z-index: 1;}
/* .tasty_box01_bg{background-image: url('../img/page/fran_new/tasty_box01_video.jpg');}
.tasty_box02_bg{background-image: url('../img/page/fran_new/tasty_box02_video.jpg');}
.tasty_box03_bg{background-image: url('../img/page/fran_new/tasty_box03_video.jpg');} */
.tasty_box_tag{bottom: -28px;transform: translate(-50%);width: 322px;height: 52px;background-image: url('../img/page/main/tasty_box_tag.png');border: 1px solid var(--brown);box-sizing: border-box;border-radius: 57px;z-index: 1;}
.tasty_box_tag_bg{background-color: var(--yellow); mask-image: url('../img/page/main/tasty_box_tag.png');mask-repeat: no-repeat;mask-position: center;mask-size: cover;}
.tasty_box_tag_bg .light{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: url('../img/common/light_bg08.png')no-repeat center/cover;animation: txtLight 2.5s linear infinite;opacity: 0.6;}
.tasty_box_youtube-video{width: 100%;height: 100%;}
.tasty_box_tit{font-size: 19px;}
.tasty_box_tit em{font-weight: 800;}
.tasty_box_tit span{color: #c31f12;font-weight: 800;}

/* sns */
.sns_in{display: flex;align-items: end;max-width: 1900px;width: 100%;height: 571px;margin: 0 auto;overflow: hidden;border: 1px solid var(--brown);box-sizing: border-box;}
.sns_bg::after{content: '';display: inline-block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.7);}
.sns_bg_wrap{margin-top: -1px;background-color: #000;}
.sns_bg_wrap01{margin-top: -80px;}
.sns_bg_wrap span{margin-right: -1px;}
.sns_cont{display: flex;width: 1200px;margin: 0 auto;padding-left: 160px;box-sizing: border-box;}
.sns_phone{margin-right: 90px;}
.sns_right{padding-top: 35px;}
.sns_tit{padding-bottom: 20px;line-height: 1.3;}
.sns_tit{position: relative;width: 224px;height: 68px;}
.sns_tit .sns_light_box{width: 100%;height: 100%;mask-image: url('../img/page/main/sns_365.png');mask-repeat: no-repeat;mask-position: center;mask-size: cover;background-color: #dfaf53;}
.sns_light_box .light{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: url('../img/common/light_bg08.png')no-repeat center/cover;animation: txtLight 2.5s linear infinite;opacity: 0.6;}
.sns_tit02{color: #fff9f2;letter-spacing: -0.05em;}
.sns_des{margin-top: 29px;padding-bottom: 50px;}
.sns_btn_wrap{flex-wrap: wrap;width: 390px;}
.sns_btn{margin-bottom: 10px;}
.sns_marquee.marquee-container{overflow: hidden;position: absolute;left: 22px;top: 61px;width: 334px;height: 434px;}
.sns_marquee .marquee-items{display: flex;flex-direction: column;}
.sns_marquee .marquee-item{flex: 0 0 auto;}
.sns_bg_marquee.marquee-container{overflow: hidden;width: 100%;} 
.sns_bg_marquee .marquee-items{display: flex;}
.sns_bg_marquee .marquee-item{flex: 0 0 auto;}

/* enthusiasm */
.enthusiasm_tit{display: flex;align-items: center;justify-content: center;padding-top: 100px;}
.enthusiasm_tit .light_box{display: inline-block;position: relative;width: 261px;height: 68px;margin-left: 20px;mask-image: url('../img/page/main/enthusiasm_tit.png');mask-repeat: no-repeat;mask-position: center;mask-size: cover;background-color: #e0b155;}

.enthusiasm_in{position: relative;max-width: 1900px;width: 100%;height: 800px;margin: 0 auto;}
.enthusiasm_bg{background-image: url('../img/page/main/enthusiasm_slide_bg01.jpg');}

.enthusiasm_flows{margin-top: 44px;}
.enthusiasm_flow.marquee-container{overflow: hidden;width: 100%;} 
.enthusiasm_flow .marquee-items{display: flex;gap: 30px;}
.enthusiasm_flow .marquee-item{flex: 0 0 auto;}
.enthusiasm_sns_in{display: flex;align-items: center;justify-content: center;gap: 30px;}
.enthusiasm_sns_icon{position: relative;}
.enthusiasm_sns_icon span{position: absolute;top: 10px;left: 10px;width: 50px;height: 50px;}
.enthusiasm_left, .enthusiasm_right{width: 490px;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.enthusiasm_left a:nth-child(1), .enthusiasm_right a:nth-child(1),
.enthusiasm_left a:nth-child(2), .enthusiasm_right a:nth-child(2){margin-bottom: 30px;}

.enthusiasm_mid{width: 491px;height: 491px;}
.enthusiasm_mid span{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.enthusiasm_mid_bg01{background-image: url('../img/page/main/enthusiasm_mid_bg01.jpg');border-radius: 50%;}
.enthusiasm_mid_bg02{background-image: url('../img/page/main/enthusiasm_mid_bg02.jpg');border-radius: 50%;}
.enthusiasm_mid_bg03{background-image: url('../img/page/main/enthusiasm_mid_bg01.png');border-radius: 50%;}
.enthusiasm_mid_bg04{background-image: url('../img/page/main/enthusiasm_mid_bg04.png');border-radius: 50%;}
.enthusiasm_mid_bg05{background-image: url('../img/page/main/enthusiasm_mid_bg05.png');border-radius: 50%;}
.enthusiasm_mid_bg06{background-image: url('../img/page/main/enthusiasm_mid_bg06.png');border-radius: 50%;}


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

    /* first */
    .first_chef{transform: scale(0.8);transform-origin: center bottom;}

    /* signature */
    .signature_in{padding: 0 50px;}
    .signature_mid_sl{transform: scale(0.8);}
  }