@charset "UTF-8";
/* CSS Document */

.hero{
	padding: 0px;
	position: relative;
	background-image: url("../image/top/hero-back-m.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.hero::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	background: #FFE757;
	background: linear-gradient(90deg, #ffe757 0%, #ffbc0e 100%);
	width: 100%;
	height: 100%;
	clip-path: polygon(  0% 40% , 100% 5% , 100% 100% , 0% 100% );
	z-index: -1;
}
.hero .inner{
	padding: 0 6.5vw 0;
	/*padding-bottom: calc(((3 / 20) * 100%));*/
	padding-bottom: min(170px, calc((3 / 20) * 100%));
	
}
.hero .ph-copy-wrap{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.hero .fade-slider{
	border-radius: 30px ;
	overflow: hidden;
}

.hero-copy{
	position: absolute;
	width: 70vw;
	bottom: -10vw;
	left: -3vw;
	z-index: 2;
}
@media (min-width:768px){
	.hero-copy{
		width: auto;
		bottom: -70px;
		left: -50px;
	}
}

/* Section Separator---------------------------------------------------------

　トップページのライブラリ

----------------------------------------------------------------------------*/
.top-sec_headline .eng{
	font-size: 6.5rem;
	color: #FFCC00;
	line-height: 1.2;
}
.top-sec_headline h2{
	font-size: 1.5rem;
	font-weight: 900;
}

.anim-slidein{
	opacity: 0;
}

/*.anim-box.slidein.is-animated*/
.is-active.anim-slidein{
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.is-active.anim-slidein.s2{
  animation-duration: 1.7s;
}
.is-active.anim-slidein.s3{
  animation-duration: 2.4s;
}
.is-active.anim-slidein.s4{
  animation-duration: 3.1s;
}

@keyframes slideIn {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  80%,100% {
    opacity: 1;
  }
}


/* Section Separator---------------------------------------------------------

　ヒーローしたのイラスト

----------------------------------------------------------------------------*/
.ill3{
	position: relative;
}
.ill3-wrap{
	display: none;
}
@media (min-width:768px){
	.ill3-wrap{
		position: absolute;
		top: -50px;
		/*left: 50%;
		transform: translateX(-50%);*/
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 0 5%;
	}
	.ill3-wrap img{
		width: auto;
	}
}


/* Section Separator---------------------------------------------------------

　About Us トムセカンドについて

----------------------------------------------------------------------------*/
.sec-aboutus{
	background: #F7F7F7;
	padding-top: 100px;
	padding-bottom: 100px;
}

.about-flex{
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	margin: 0 0 30px;
}
.about_store-img img{
	border-radius: 20px;
}

.about-catch{
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-weight: 600;
	margin: 0.6em 0;
}
.sec-aboutus p{
	line-height: 2;
	font-weight: 500;
}
@media (min-width:768px){
	.about-flex{
		flex-direction: row-reverse;
		gap: 0 5%;
		margin: 0 0 50px;
	}
	.about-flex > div{
		flex-basis: 47.5%;
	}
	.about-catch{
		font-size: 3.5rem;
	}
}


.gallery-container{
	position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.top-bx-yoko-slider li{
	overflow: hidden;
	border-radius: 10px;
	/*margin: 0 5px;*/
}
@media (min-width:768px){
	.top-bx-yoko-slider li{
		border-radius: 20px;
		/*margin: 0 15px;*/
	}
}





/* Section Separator---------------------------------------------------------

　採用情報

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

.sankaku{
	background-color: #FFF;
	padding-top: 100px;
	padding-bottom: 25px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.sankaku::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(253,248,235,1.00);
	left: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon(0% 0%, 100% 80%, 100% 100%, 0% 100%);
}

/*ポテトとバーガーイラスト*/
.ill-ptt-bgr{
	position: absolute;
	right: 5%;
	top: 40px;
	width: 40%;
	z-index: -1;
}
@media (min-width:768px){
	.ill-ptt-bgr{
		width: 280px;
		right: auto;
		left: 65%;
		/*transform: translateX(200px);*/
		top:0;
	}
}

.sec-recruit{
	background: #fcf8ec;
	padding-top: 0px;
	padding-bottom: 50px;
}


.recruit-flex{
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	margin: 0px 0 30px;
}


.top_recruit-img  img{
	border-radius: 20px;
}
.sec-recruit p{
	line-height: 2;
	font-weight: 500;
}

@media (min-width:768px){
	.recruit-flex{
		flex-direction: row;
		gap: 0 5%;
	}
	.top_recruit-img{
		flex-basis: 43%;
	}
	.top_recruit-body{
		flex-basis: 52%;
	}
}


.top_recruit-nav{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 5%;
}
.top_recruit-nav li{
	flex-basis: 47.5%;
	text-align: center;
	font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	font-weight: 600;
}
.top_recruit-nav li img{
	border-radius: 10px;
}
.top_recruit-nav li a{
	display: block;
	margin: 0 0 1.2em;
	border-radius: 10px;
	position: relative;
	z-index: 0;
}
.top_recruit-nav li a:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #FFCC00;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 10px;
	z-index: -1;
}
@media (min-width:768px){
	.top_recruit-nav{
		flex-wrap: nowrap;
		gap: 0 3.5%;
	}
	.top_recruit-nav li{
		flex-basis: 25%;
		font-size: 1.6rem;
	}
	.top_recruit-nav li a:after{
		top: 10px;
		left: 10px;
	}
}

/* Section Separator---------------------------------------------------------

　店舗情報

----------------------------------------------------------------------------*/
.sec-store{
	padding-top: 50px;
}
.sec-store p{
	line-height: 2;
	font-weight: 500;
	margin: 25px 0;
}

