@charset "UTF-8";

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

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

PC

--------------------------------------------------------------------------------------*/
.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

#morningLp {
	width: 100%;
    overflow: hidden;
    position: relative;
    color: #000;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    font-size: 18px;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
	background: #fbf9f0;
	padding-bottom: 200px;
}

#morningLp img {
    display: block;
	width: 100%;
	height: auto;
}

#morningLp .btn {
	position: absolute;
    transition: .5s;
}

#morningLp .btn a {
    background: #f47a2c;
    border-radius: 100px;
    color: #fff;
    transition: .5s;
    padding: 20px 50px;
	width: 500px;
    text-align: center;
    font-weight: 900;
    font-size: 23px;
	letter-spacing: 0.06em;
    display: block;
    position: relative;
}

#morningLp .btn a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 7px;
    height: 14px;
    background: url(../../images/campaign/morning-lp/arrow_white.svg) right center / 7px 14px no-repeat;
}

#morningLp .btn a:hover{
	text-decoration: none;
	background: #000;
}


/*--- mv ---*/

#morningLp #mv {
    position: relative;
}

#morningLp #mv .mvIcon {
	position: absolute;
    top: 31%;
    right: 15%;
    width: 12.8%;
    z-index: 1;
}

#morningLp #mv .mvTitle {
    position: absolute;
	top: 13%;
    left: 50%;
    transform: translateX(-50%);
	width: 60%;
}


/*--- message ---*/
#morningLp #message p {
	text-align: center;
	margin: 50px auto;
}


/*--- menuArea ---*/
#morningLp #menuArea .menuAreaIn {
	width:  90%;
	max-width: 1200px;
	margin: 0 auto;
}

#morningLp #menuArea .menuNavInner {
	display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3%;
	margin-bottom: 70px;
}

#morningLp #menuArea .menuNavInner li {
	width: 12.5%;
	transition: .5s;
}

#morningLp #menuArea .menuNavInner li:hover{
	transform: scale(1.1);
}

#morningLp #menuArea .menuCategory {
	margin-bottom: 100px;
    margin-top: -110px;
    padding-top: 110px;
}

#morningLp #menuArea .menuCategory .bnrArea {
	display: flex;
    flex-wrap: wrap;
    margin: -75px auto 0;
	justify-content: center;
	max-width: 1020px;
	width: 90%
}

#morningLp #menuArea .menuCategory .bnrArea li {
	width: calc((100% - 5.8%) / 3);
    margin-right: 1.5%;
	background: #fff;
    border: 3px solid #f48b00;
    border-radius: 30px;
}

#morningLp #menuArea .menuCategory#western .bnrArea li {
    border: 3px solid #db5237;
}

#morningLp #menuArea .menuCategory#selectable .bnrArea li {
    border: 3px solid #2ba38c;
}

#morningLp #menuArea .menuCategory .bnrArea li a {
    text-decoration: none !important;
    transition-duration: 0.3s;
}

#morningLp #menuArea .menuCategory .bnrArea li:last-child {
    margin-right: 0;
}

#morningLp #menuArea .menuCategory .bnrArea li .bnrImg {
    position: relative;
	display: block;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    overflow: hidden;
}

#morningLp #menuArea .menuCategory .bnrArea li .bnrImg img {
    border-radius: 25px 25px 0 0;
	overflow:hidden;
	transition: .5s ease;
	-webkit-transition: .5s ease;
}

#morningLp #menuArea .menuCategory .bnrArea li:hover a .bnrImg img {
	transform:scale(1.1,1.1);
}

#morningLp #menuArea .menuCategory .bnrArea li .txtBox {
    text-align: center;
	letter-spacing: 0.05em;
	position: relative;
	margin: 0 12px 0;
}

#morningLp #menuArea .menuCategory .bnrArea li .txtBox .tit {
    font-size: 15px;
	color: #f48b00;
    margin: 15px auto 2px;
}

#morningLp #menuArea .menuCategory#western .bnrArea li .txtBox .tit {
	color: #db5237;
}

#morningLp #menuArea .menuCategory#selectable .bnrArea li .txtBox .tit {
	color: #2ba38c;
}

#morningLp #menuArea .menuCategory .bnrArea li .txtBox .txt {
    margin-bottom: 45px;
}

#morningLp #menuArea .menuCategory .bnrArea li .txtBox:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 22px;
    height: 22px;
    background: url(../../images/campaign/morning-lp/arrow_1.svg) right center / 22px 22px no-repeat;
}

#morningLp #menuArea .menuCategory#western .bnrArea li .txtBox:after {
    background: url(../../images/campaign/morning-lp/arrow_2.svg) right center / 22px 22px no-repeat;
}

#morningLp #menuArea .menuCategory#selectable .bnrArea li .txtBox:after {
    background: url(../../images/campaign/morning-lp/arrow_3.svg) right center / 22px 22px no-repeat;
}

#morningLp #menuArea .app {
	margin: 130px auto 165px;
    background: #fff;
	border-radius: 30px;
	border: 2px solid #000;
	padding: 7px;
}

#morningLp #menuArea .app .appInner {
    border: 3px dotted #000;
	border-radius: 25px;
	padding: 5% 8% 7%;
}

#morningLp #menuArea .app .appInner .imgBox {
    position: relative;
	
}

#morningLp #menuArea .app .appInner .imgBox .app_icon {
    position: absolute;
	width: 19%;
	max-width: 185px;
	top: -57%;
    left: -14%;
	opacity: 0;
}

#morningLp #menuArea .app .appInner .imgBox .imgBoxInner {
    display: flex;
	justify-content: center;
    gap: 5%;
	align-items: center;
}

#morningLp #menuArea .app .appInner .imgBox .imgBoxInner .app_txt {
    width: 45%;
}

#morningLp #menuArea .app .appInner .imgBox .imgBoxInner .app_coupon {
    width: 44%;
}

/*--- asakatu ---*/
#morningLp #asakatu {
    background: #fff;
}

#morningLp #asakatu .asakatuArea{
	width: 90%;
    max-width: 1200px;
    margin: 0 auto;
	padding: 110px 0 110px;
}

#morningLp #asakatu .asakatuArea .asakatuTit {
	width: 37%;
    margin: 0 auto 65px;
}

#morningLp #asakatu .asakatuArea .imgBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#morningLp #asakatu .asakatuArea .imgBox .shop {
	width: 49.2%;
}

#morningLp #asakatu .asakatuArea .imgBox .shop img {
	border-radius: 30px;
}

#morningLp #asakatu .asakatuArea .iconInner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2%;
	transform: translate(0, -50%);
	margin-bottom: -25px;
}

#morningLp #asakatu .asakatuArea .iconInner li {
	width: 14.2%;
    max-width: 170px;
}

#morningLp #asakatu .asakatuArea .txt {
	text-align: center;
	margin-top: 20px;
}

#morningLp .btn.btn1 {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*--- last ---*/
#morningLp .btnBox {
    max-width: 550px;
    margin: 0 auto;
    width: 85%;
}

#morningLp .btnBox .title {
    max-width: 390px;
    margin: 95px auto 32px;
}

#morningLp .btnBox .btn.btn2 {
    top: 180%;
    left: 50%;
    transform: translate(-50%, -50%);
}


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

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

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

#morningLp #mv {
    animation: fadein .6s ease forwards;
    animation-delay: 0.5s;
    opacity: 0;
}
@keyframes fadein {
	from { transform: translate(0,10px); opacity: 0;}
	to { transform: translate(0,0); opacity: 1;}
}


.pon {
    opacity: 0;
}

#morningLp #mv .pon {
    animation: pon 0.8s cubic-bezier(0.680, -0.550, 0.265, 1.550) 2.5s both;
	animation-delay: .9s;
}

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


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




#morningLp .clip02 {
    clip-path: inset(0 100% 0 0);
	 animation: clip02 1.2s ease forwards;
	 animation-delay: .4s;
}

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


#morningLp .slideIn {
    opacity: 0;
}

#morningLp .in.slideIn {
    animation: slideIn 1.2s ease forwards;
}
@keyframes slideIn {
    0% { transform: translate(0,10%); opacity: 0;}
    100% { transform: translate(0,0); opacity: 1;}
}



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


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

Tab

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

@media screen and (max-width:760px) {
#morningLp #menuArea .menuNavInner li {
    width: 15%;
}	

	#morningLp #menuArea .app {
    margin: 100px auto 120px;
}
	
#morningLp .btn a {
    padding: 17px 40px;
    width: 430px;
    font-size: 19px;
}
	
#morningLp #asakatu .asakatuArea {
    padding: 70px 0;
}

}



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

SP

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

@media screen and (max-width:600px) {
	
.pc-none {
	display: block;
}

.sp-none {
	display: none;
}
	
#morningLp {
    padding-bottom: 160px;
}
	
#morningLp .btn a {
    padding: 15px 10px;
    width: 290px;
    font-size: 14px;
}
	
#morningLp .btn a:after {
    right: 20px;
    width: 5px;
    height: 9px;
    background: url(../../images/campaign/morning-lp/arrow_white.svg) right center / 5px 9px no-repeat;
}
	
#morningLp #mv .mvIcon {
    top: 13%;
    right: 3%;
    width: 28%;
}

#morningLp #mv .mvTitle {
    top: 32%;
    width: 94%;
}

	
#morningLp #message p {
    margin: 40px auto;
    line-height: 1.9;
	font-size: 15px;
}
	
#morningLp #menuArea .menuAreaIn {
    width: 100%;
}	
	
#morningLp #menuArea .menuNavInner {
    gap: 4%;
	margin-bottom: 60px;
}
	
#morningLp #menuArea .menuNavInner li {
    width: 27%;
}
	
#morningLp #menuArea .menuCategory {
    margin-bottom: 60px;
}
	
#morningLp #menuArea .menuCategory .bnrArea {
    margin: -90px auto 0;
}
	
#morningLp #menuArea .menuCategory .bnrArea li {
    width: calc((100% - -178.2%) / 3);
	max-width: 350px;
    margin-right: 0;
	margin-bottom: 12px;
}
	
#morningLp #menuArea .menuCategory .bnrArea li .txtBox .tit {
    font-size: 14px;
}
	
#morningLp #menuArea .menuCategory .bnrArea li .txtBox .txt {
    font-size: 17px;
}
	
#morningLp #menuArea .app {
    margin: 100px auto;
    width: 90%;
}
	
#morningLp #menuArea .app .appInner {
    padding: 20% 8% 35%;
}
	
#morningLp #menuArea .app .appInner .imgBox .app_icon {
    width: 44%;
    top: -45%;
    left: -19%;
}
		
#morningLp #menuArea .app .appInner .imgBox .imgBoxInner {
	display: block;
}
	
#morningLp #menuArea .app .appInner .imgBox .imgBoxInner .app_txt {
    width: 100%;
	margin-bottom: 25px;
}
	
#morningLp #menuArea .app .appInner .imgBox .imgBoxInner .app_coupon {
    width: 100%;
}
	
#morningLp .btn.btn1 {
    top: 87%;
}
	
#morningLp #asakatu .asakatuArea {
    padding: 70px 0;
}
	
#morningLp #asakatu .asakatuArea .asakatuTit {
    width: 90%;
    margin: 0 auto 45px;
}
	
#morningLp #asakatu .asakatuArea .imgBox {
    display: block;
}
	
#morningLp #asakatu .asakatuArea .imgBox .shop {
    width: 100%;
}
	
#morningLp #asakatu .asakatuArea .imgBox .shop.shop1 {
    margin-bottom: 12px;
}
	
#morningLp #asakatu .asakatuArea .imgBox .shop img {
    border-radius: 15px;
}
	
#morningLp #asakatu .asakatuArea .iconInner {
    margin-bottom: -30px;
}
	
#morningLp #asakatu .asakatuArea .iconInner li {
    width: 32%;
}
	
#morningLp #asakatu .asakatuArea .txt {
    font-size: 15px;
    line-height: 1.9;
}
	
#morningLp .btnBox {
    width: 75%;
}
	
#morningLp .btnBox .title {
    margin: 70px auto 0;
}
	
}






