@charset "utf-8";

*
*::before,
*::after {
	box-sizing: border-box;
}

/* 基本設定
****************************************/
html {
	font-size: 0.694vw;
}



body {
	font-size: clamp(10px, 1.6rem , 16px);
	line-height: 1.6;
	font-family: YakuHanJP,'Zen Kaku Gothic New','tt-travels-next','tt-commons-pro', sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	letter-spacing: normal;
    text-size-adjust: 100%;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-font-kerning: none;
    font-kerning: none;
    -webkit-font-smoothing: antialiased;
	color: #222222;
	background-color: #F5F4F0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

iframe {
	vertical-align: middle;
}

.MainWrap{
	position: relative;
}

:root {
	--primary: #FF7184;
	--primary02: #242A2F;
	--bg-b: #403F3E;
	--font-w: #FFFCFA;
	--font-g:#B3AFAB;
	--border:#E6E6E6;
	--border-w40: rgba(255,252,250,.4);
	--border-w20: rgba(255,252,250,.2);
}

.col-w{
	--font-w: #FFFCFA;
}

/*flex---------------------------------*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fl_between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.al_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fl_wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jc_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.reverse{
	flex-direction: row-reverse;
}

/* pcでは横並び、spでは縦並び */
.fl_pcsp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width:768px) {
	html {
		font-size: 2.6666vw;
	}

	body {
		font-size: 1.4rem;
	}

	/* pcでは横並び、spでは縦並び */
	.fl_pcsp {
		display: block;
	}
}


/*Color---------------------------------*/

.col-w{
	color: #fff;
}

/*inner---------------------------------*/


.sectionInner_l{
	margin: 0 auto;
	width: 138rem;
	/* max-width: calc(1440* 1em / 16); */
}

.sectionInner_m{
	margin: 0 auto;
	width: 114.5rem;
}

.sectionInner_s{
	margin: 0 auto;
	width: 91rem;
}

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

	.sectionInner_xl,.sectionInner_l,.sectionInner_m,.sectionInner_s{	
		width: calc(100% - 4.8rem);
	}


}

/*Margin・Padding---------------------------------*/

.pt160{
	padding-top: 16rem;
}

.pb160{
	padding-bottom: 16rem;
}

.pt140{
	padding-top: 14rem;
}

.pb140{
	padding-bottom: 14rem;
}

.pt120{
	padding-top: 12rem;
}

.pb120{
	padding-bottom: 12rem;
}

.pt100{
	padding-top: 10rem;
}

.pb100{
	padding-bottom: 10rem;
}

.pt80{
	padding-top: 8rem;
}

.pb80{
	padding-bottom: 8rem;
}

.pt60{
	padding-top: 6rem;
}

.pb60{
	padding-bottom: 6rem;
}

.pt40{
	padding-top: 4rem;
}

.pb40{
	padding-bottom: 4rem;
}

.pt30{
	padding-top: 3rem;
}

.pb30{
	padding-bottom: 3rem;
}

.mt160{
	margin-top: 16rem;
}

.mb160{
	margin-bottom: 16rem;
}

.mt140{
	margin-top: 14rem;
}

.mb140{
	margin-bottom: 14rem;
}

.mt120{
	margin-top: 12rem;
}

.mb120{
	margin-bottom: 12rem;
}

.mt100{
	margin-top: 10rem;
}

.mb100{
	margin-bottom: 10rem;
}

.mt80{
	margin-top: 8rem;
}

.mb80{
	margin-bottom: 8rem;
}

.mt60{
	margin-top: 6rem;
}

.mb60{
	margin-bottom: 6rem;
}

.mt40{
	margin-top: 4rem;
}

.mb40{
	margin-bottom: 4rem;
}

.mt30{
	margin-top: 3rem;
}

.mb30{
	margin-bottom: 3rem;
}
@media screen and (max-width:768px) {
	.pt160{
		padding-top: 10rem;
	}

	.pb160{
		padding-bottom: 10rem;
	}

	.pt140{
		padding-top: 10rem;
	}

	.pb140{
		padding-bottom: 10rem;
	}

	.pt120{
		padding-top: 10rem;
	}

	.pb120{
		padding-bottom: 10rem;
	}

	.pt100{
		padding-top: 8rem;
	}

	.pb100{
		padding-bottom: 8rem;
	}

	.pt80{
		padding-top: 6rem;
	}

	.pb80{
		padding-bottom: 6rem;
	}

	.pt60{
		padding-top: 4rem;
	}

	.pb60{
		padding-bottom: 4rem;
	}

	.pt40{
		padding-top: 3rem;
	}

	.pb40{
		padding-bottom: 3rem;
	}

	.pt30{
		padding-top: 2rem;
	}

	.pb30{
		padding-bottom: 2rem;
	}

	.mt160{
		margin-top: 12rem;
	}

	.mb160{
		margin-bottom: 12rem;
	}

	.mt140{
		margin-top: 12rem;
	}

	.mb140{
		margin-bottom: 12rem;
	}

	.mt120{
		margin-top: 10rem;
	}

	.mb120{
		margin-bottom: 10rem;
	}

	.mt100{
		margin-top: 8rem;
	}

	.mb100{
		margin-bottom: 8rem;
	}

	.mt80{
		margin-top: 6rem;
	}

	.mb80{
		margin-bottom: 6rem;
	}

	.mt60{
		margin-top: 4rem;
	}

	.mb60{
		margin-bottom: 4rem;
	}

	.mt40{
		margin-top: 3rem;
	}

	.mb40{
		margin-bottom: 3rem;
	}

	.mt30{
		margin-top: 2rem;
	}

	.mb30{
		margin-bottom: 2rem;
	}


}

/*Button---------------------------------*/

.btn{
	padding: 1rem 1.6rem 1rem 2.4rem;
	color: var(--font-w);
	background-color: var(--bg-b);
	position: relative;
	overflow: hidden;
	width: fit-content;
	transition: all .3s;
	border-radius: 2px;
}

.btn-ma{
	margin: 0 auto;
}

.btn-r{
	margin-left: auto;
}


.btn span{
	display: inline-block;
}

.btn .btnTxt{
	line-height: 1.6;
	letter-spacing: normal;
	font-weight: 500;
	font-size: clamp(10px, 1.4rem,14px);
	position: relative;
	-webkit-clip-path: inset(0 0 -0.2em);
	clip-path: inset(0 0 -0.2em);
	padding-right: 4.8rem;
	margin-right: 1.4rem;
	border-right: solid 1px var(--border-w20);
}

.btn .btnTxt:before {
	content: attr(data-text);
	position: absolute;
	top: 130%;
	left: 0;
	opacity: 0;
}

.btn .btnTxt:before,.btn .btnTxt span{
	transition: opacity 650ms, transform 650ms 
		cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn .arrow{
	width: .8rem;
	height: .8rem;
	position: relative;
}

.btn .arrow svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.btn.hover .btnTxt:before{
	opacity: 1;
	transform: translate3d(0, -130%, 0);
}

.btn.hover .btnTxt span{
	opacity: 0;
	transform: translate3d(0, -130%, 0);
}

.btn.hover .arrow,.cvBtn:hover .cvBtnArrow{
	animation: arrow 450ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards
}




@keyframes arrow {
	40%,50% {
		opacity: 0
	}

	43% {
		transform: translateX(100%) scaleY(0.1);
		fill: #fff;
	}

	44%,50% {
		transform: translateX(-110%) scaleY(0.1);
		fill: #fff;
	}

	100% {
		transform: translateX(0) scaleY(1);
		fill: #fff;
	}
}



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

.btn{
	padding: 1rem 1.6rem 1rem 2rem;
}

.btn .btnTxt{
	font-size: 1.4rem;
}





}

/*Title---------------------------------*/

.sans-en{
	font-family: "tt-travels-next", sans-serif;
	letter-spacing: normal;
}

.sans-en02{
	font-family: "tt-commons-pro", sans-serif;
	letter-spacing: normal;
}

.ttlWrap{
	display: inline-block;
}

.subTtl01{
	letter-spacing: normal;
	line-height: 1.6;
	font-weight: 600;
	font-size: clamp(10px,1.4rem,16px);
	padding-bottom: 0.8rem;
	text-align: right;
}

.mainTtl01{
	letter-spacing: normal;
	font-weight: 500;
	line-height: 1;
	font-family: "tt-travels-next", sans-serif;
	font-size: clamp(24px,4.8rem,56px);
}

.subTtl02{
	line-height: 1;
	letter-spacing: normal;
	font-weight: 500;
	font-family: "tt-travels-next", sans-serif;
	font-size: clamp(12px,1.4rem,14px);
	padding-bottom: 0.8rem;
}

.mainTtl02{
	line-height: 1.4;
	letter-spacing: normal;
	font-weight: 500;
	font-size: clamp(20px,2.8rem,36px);
}

.subTtl03{
	line-height: 1;
	font-weight: 500;
	font-family: "tt-travels-next", sans-serif;
	font-size: clamp(12px,1.4rem,16px);
	padding-bottom: 1.6rem;
}

.mainTtl03{
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: normal;
	font-size: clamp(16px,2.4rem,32px);
}

.mainTtl04{
	font-family: "tt-travels-next", sans-serif;
	font-weight: 500;
	line-height: 1;
	letter-spacing: normal;
	font-size: clamp(32px,4rem,48px);
}

.subTtl04{
	line-height: 1.6;
	font-weight: 500;
	font-size: clamp(12px,1.4rem,14px);
	padding-top: .8rem;
}


.pageHeading{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.pageHeading::before{
	content: "";
	display: block;
	padding-top: 43%;
}

.pageHeading02{
	padding-top: 18rem;
}

.pageHeadTtl{
	position: absolute;
	right: 3rem;
	bottom: 4rem;
	text-align: right;
}

.pageHeading02 .pageHeadTtl{
	position: static;
}

.pageHeadTtl h2{
	font-size: clamp(32px,5.6rem,64px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.02em;
}

.pageHeadTtl p{
	display: inline-block;
	line-height: 1.6;
	letter-spacing: normal;
	padding-bottom: 0.8rem;
	font-weight: 500;
}

.pageHeading-about{
	background-image: url(../img/about/fv.png);
}

.pageHeading-product{
	background-image: url(../img/product/fv.png);
}

.pageHeading-event{
	background-image: url(../img/product/fv.png);
}

.pageHeading-eat{
	background-image: url(../img/eat/fv.png);
}

.pageHeading-recruit{
	background-image: url(../img/recruit/fv.png);
}

.pageHeading-voice{
	background-image: url(../img/voice/fv.png);
}

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

.subTtl01{
	font-size: 1.2rem;
}

.mainTtl01{
	font-size: 2.8rem;
}

.subTtl02{
	font-size: 1.2rem;
	padding-bottom: 0.8rem;
}

.mainTtl02{
	font-size: 2.4rem;
}

.subTtl03{
	font-size: 1.2rem;
	padding-bottom: .8rem;
}

.mainTtl03{
	font-size: 2rem;
}

.mainTtl04{
	font-size: 2.8rem;
}

.subTtl04{
	font-size: 1.2rem;
	padding-top: .4rem;
}


.pageHeading::before{
	padding-top:110%;
}

.pageHeading02{
	padding-top: 16rem;
}

.pageHeadTtl{
	right: 2rem;
	bottom: 3rem;
}

.pageHeadTtl h2{
	font-size: 4.8rem;
}

.pageHeadTtl p{
	padding-bottom: 0.4rem;
}


}


/*ヘッダー----------------------------------*/

.header {
	width: 100%;
	position: fixed;
	top: 3rem;
	left: 0;
	z-index: 100000;
}

.headerInner{
	padding: 0 4rem;
}

.headerLogo h1{
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	line-height: 0;
	width: 12rem;
}

.headerLogo h1 a{
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/common/header.png);
}

.headerLogo h1 a::after{
	content: "";
	display: block;
	padding-top: 12.5%;
}

.headerNav{
	margin-left: auto;
	margin-right: 2.4rem;
}

.headerNav-list{
	column-gap: 2.4rem;
}

.headerNav-listItem a{
	display: block;
	line-height: 1;
	transition: all .3s;
}

.headerNav-listItem a:hover{
	opacity: .5;
}

.recruitBtn a{
	color: var(--font-w);
	display: inline-block;
	background-color: var(--bg-b);
	padding: .7rem 2rem .8rem;
	font-size: clamp(10px,1.2rem, 14px);
	font-weight: 500;
	border-radius: 2px;
	margin-right: 1rem;
}

.drawer-button{
	cursor: pointer;
	width: 3.4rem;
	height: 3.4rem;
	background-color: #F5F4F0;
	border: solid 1px #403F3E;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.drawer-buttonIcon{
	position: relative;
	z-index: 2;
	column-gap: .2rem;
}

.drawer-buttonIcon .dot{
	width: 0.2rem;
	height: 0.2rem;
	background-color: #403F3E;
	border-radius: 100px;
}

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



}


/*---------------------
------フッター----------
---------------------*/

.footer{
	background-color: var(--bg-b);
	margin-top: 16rem;
	padding: 8rem 6rem 2rem;
}

.footerCont{
	align-items: flex-start;
}

.footerLogo p{
	text-indent: 100%;
	overflow: 100%;
	line-height: 0;
	white-space: nowrap;
	overflow: hidden;
	width: 14.2rem;
}

.footerLogo p a{
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/common/footer.png);
}

.footerLogo p a::after{
	content: "";
	display: block;
	padding-top: 11.97%;
}

.footerNav{
	margin-left: auto;
	margin-right: 11.8rem;
	width: 15.5%;
}

.footerNavWrap:not(:last-of-type){
	padding-bottom: 4rem;
}

.footerNavWrap>p{
	font-size: clamp(10px,1.2rem,14px);
	padding-bottom: 1.6rem;
	line-height: 1;
}

.footerNav-listItem:not(:last-of-type){
	margin-bottom: 1.6rem;
}

.footerNav-en{
	font-weight: 400;
}

.footerNav-ja,.footerSnsTxt{
	color: var(--font-g);
	font-size: clamp(10px,1.2rem,12px);
	line-height: 1;
	letter-spacing: -0.02em;
}

.footerSnsIcon{
	width: 2rem;
	height: 2rem;
	position: relative;
}

.footerSnsIcon svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.footerContact{
	background-color: #4D4B4A;
	border-radius: 2px;
}

.footerContact a{
	display: block;
	padding: 3.2rem 2.4rem 2.4rem 3.2rem;
}

.footerContactImg{
	width: 46.9%;
	margin-left: auto;
	margin-top: 2.4rem;
	clip-path: inset(0% 0% 0% 0%);
	transition: all .3s;
	border-radius: 2px;
}

.footerContactTtl h3{
	font-size: clamp(18px,2.8rem,32px);
	line-height: 1;
	padding-bottom: 0.4rem;
}

.footerContactTtl p{
	font-size: clamp(10px,1.4rem,16px);
	font-weight: 500;
}

.footerContact a:hover .footerContactImg{
	clip-path: inset(3% 3% 3% 3%);
}

.footerOtehr{
	padding-top: 16rem;
	align-items: flex-end;
}

.footerOtehr p{
	font-size: clamp(18px,2.8rem,32px);
	font-weight: 500;
	line-height: 1.2;
}


.footerSmall a,.footerSmall small{
	display: block;
	color: var(--font-g);
	font-size: clamp(10px,1.2rem,12px);
	line-height: 1.2;
}

.footerSmall a{
	padding-right: 2.4rem;
	text-decoration: underline;
}

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

.footer{
	margin-top: 12rem;
	padding: 6rem 2rem 2rem;
}

.footerCont{
	align-items: flex-start;
}

.footerLogo p{
	width: 14.2rem;
}

.footerLogo p a::after{
	content: "";
	display: block;
	padding-top: 11.97%;
}

.footerNav{
	padding-top: 4.8rem;
	margin-right: 0;
	width: 100%;
}

.footerNavWrap:not(:last-of-type){
	padding-bottom: 4rem;
}

.footerNavWrap>p{
	font-size: 1.2rem;
	padding-bottom: 1.6rem;
}

.footerNav-listItem:not(:last-of-type){
	margin-bottom: 1.6rem;
}


.footerNav-ja,.footerSnsTxt{
	font-size: 1.2rem;
}

.footerContact{
	margin-top: 3rem;
}

.footerContact a{
	padding: 2.4rem 1.6rem 1.6rem 2rem;
}

.footerContactImg{
	width: 60%;
	margin-top: 1.6rem;
}

.footerContactTtl h3{
	font-size: 2.4rem;
}

.footerContactTtl p{
	font-size: 1.2rem;
}


.footerOtehr{
	padding-top: 10rem;
}

.footerOtehr p{
	font-size: 2.4rem;
}

.footerSmall{
	display: flex;
	justify-content: space-between;
	padding-top: 2.4rem;
}

.footerSmall a,.footerSmall small{
	font-size: 1.2rem;
	line-height: 1.2;
}

.footerSmall a{
	padding-right: 2.4rem;
}


}


/*お問い合わせ---------------------------------*/

.form{
	padding: 6rem 8rem 8rem;
	background-color: #F7F7F7;
	border-radius: 20px;
	margin-top: 4rem;
}

.form-defList:not(:last-of-type){
	margin-bottom: 2.4rem;
}

.form-defTtl p{
	line-height: 160%;
	/* letter-spacing: normal; */
	font-size: clamp(14px ,1.4rem ,14px);
	margin-bottom: 1rem;
}

.colorRed{
	color: #EA0707;
	display: inline-block;
	padding-left: 0.4rem;
}

.formInput{
	appearance: none;
	-webkit-appearance: none;
	padding: 1.2rem;
	border-radius: 5px;
	background-color: #fff;
	width: 100%;
	font-size: clamp(14px ,1.4rem ,14px);
}

.form-btn{
	width: 48rem;
	margin: 0 auto;
}

.privacyCheck a{
	display: block;
	text-align: center;
	text-decoration: underline;
	font-size: clamp(14px ,1.4rem ,14px);
	margin-top: 1rem;
}

.submit{
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	background-color: #F174AB;
	border: solid 1px #F174AB;
	padding: 2.4rem 0;
	font-weight: 700;
	line-height: 160%;
	/* letter-spacing: normal; */
	border-radius: 10px;
	transition: all .3s;
}

.submit02{
	background-color: #F67A20;
	border: solid 1px #F67A20;
}

.submit:hover{
	background-color: #fff;
	color: #F174AB;
}

.submit02:hover{
	color: #F67A20;
}

.downloadTtl{
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	border-bottom: solid 1px #E6E6E6;
}

.downloadTtl h2{
	font-size: clamp(20px,4rem,4.8rem);
	font-weight: 700;
	/* letter-spacing: normal; */
	line-height: 160%;
	padding-bottom: 3rem;
}

.download-l{
	width: 44rem;
}

.download-r{
	width: 61rem;
}

/*送信完了---------------------------------*/

.section-thanks{
	padding-top: 20rem;
}

.thanksWrap h2{
	font-weight: 700;
	line-height: 1.6;
	font-size: clamp(20px,3.2rem,36px);
}

.thanksTxt{
	padding-top: 3rem;
}

.thanksTxt p:not(:last-of-type){
	padding-bottom: 3rem;
}


/*404---------------------------------*/

.section-404{
	padding-top: 18rem;
}

.notImg{
	width: 42rem;
	margin: 0 auto;
}

/*---------------------------------
------reCAPTCHA 非表示ー-----------
---------------------------------*/
.grecaptcha-badge {
	display:none;
}

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

	/*お問い合わせ---------------------------------*/

	.contactTxt{
		text-align: left!important;
	}

	.form{
		padding: 4rem 3rem;
		border-radius: 10px;
		margin-top: 4rem;
	}

	.form-defList:not(:last-of-type){
		margin-bottom: 2rem;
	}

	.form-defTtl p{
		font-size: 1.2rem;
	}

	.colorRed{
		padding-left: 0.4rem;
	}

	.formInput{
		padding: 1rem;
		font-size: 1.2rem;
	}

	.form-btn{
		width: 100%;
	}

	.privacyCheck a{
		font-size: 1.2rem;
	}

	.submit{
		padding: 2rem 0;
	}

	.downloadTtl{
		padding-bottom: 3rem;
		margin-bottom: 3rem;
	}

	.downloadTtl h2{
		font-size: 2.8rem;
		padding-bottom: 2rem;
	}

	.download-l{
		width: 100%;
	}

	.download-r{
		padding-top: 3rem;
		width: 100%;
	}

	/*送信完了---------------------------------*/

	.section-thanks{
		padding-top: 12rem;
	}

	.thanksWrap h2{
		font-size: 2.4rem;
	}

	.thanksTxt{
		padding: 3rem 1rem 0;
		text-align: left;
	}

	.thanksTxt p:not(:last-of-type){
		padding-bottom: 2rem;
	}


	/*404---------------------------------*/

	.section-404{
		padding-top: 12rem;
	}

	.notImg{
		width: 100%;
		margin: 0 auto;
	}
}


/*投稿系---------------------------------*/

.blog-l{
	width: 23.4%;
	height: auto;
}

.blogMenu{
	position: sticky;
	left: 0;
	top: 3rem;
}

.blogMenu>p{
	font-size: clamp(10px,1.4rem,14px);
	line-height: 1;
	letter-spacing: normal;
	color: var(--font-g);
	padding-bottom: 1.6rem;
	margin-bottom: 2.4rem;
	border-bottom: solid 1px var(--border);
}

.blogMenu-listItem:not(:last-of-type){
	padding-bottom: 2.4rem;
}

.blogMenu-listItem a p{
	line-height: 1;
	letter-spacing: normal;
}

.blogMenu-listItem a p:first-of-type{
	font-size: clamp(12px,1.4rem,14px);
	padding-left: 1.4rem;
	position: relative;
}

.blogMenu-listItem a p:first-of-type::before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100px;
	background-color: var(--bg-b);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.blogMenu-listItem a p:last-of-type{
	font-size: clamp(10px,1.2rem,12px);
	color: var(--font-g);
}

.blog-r{
	width: 65.9%;
}

.blog-list{
	column-gap: 3rem;
	row-gap: 4.8rem;
}

.blog-listItem{
	width: calc((100% - (3rem * 1)) / 2);
}

.topics-listItem,.voice-listItem{
	width: calc((100% - (3rem * 2)) / 3);
}

.blog-list a{
	display: block;
}

.blog-listImg{
	overflow: hidden;
}

.blog-listImg .img,.news02-listImg .img{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/top/topics.png);
	transition: all .3s;
}

.blog-listItem a:hover .blog-listImg .img,.news02-listItem a:hover .news02-listImg .img{
	transform: scale(1.05);
}

.blog-listImg .img::after,.news02-listImg .img::after{
	content: "";
	display: block;
	padding-top: 61%;
}

.blog-listTxt{
	padding-top: 2.4rem;
}

.blog-listTxt h3{
	font-weight: 500;
	line-height: 1.6;
	font-size: clamp(12px,1.8rem,18px);
	padding-bottom: .8rem;
}


.blogDay p{
	font-size: clamp(10px,1.2rem,14px);
	line-height: 1;
	padding-left: 2.4rem;
	position: relative;
	color: var(--font-g);
}

.blogDay p::before{
	content: "";
	display: block;
	width: clamp(10px,1.6rem,18px);
	height: clamp(10px,1.6rem,18px);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/common/day.svg);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.blog-listTag,.news-listTag{
	padding: .4rem .8rem;
	border-radius: 2px;
	background-color: #F67A20;
	font-size: clamp(10px,1rem,12px);
	line-height: 1;
	letter-spacing: normal;
	font-weight: 500;
}

.news02-l{
	width: 32.8%;
}

.news02-r{
	width: 65.9%;
}

.news02-listItem{
	border-bottom: solid 1px var(--border);
}

.news02-listItem a{
	padding: 2.4rem 0;
}

.news02-listItem:first-of-type a{
	padding-top: 0;
}

.news02-listImg{
	width: 22.5%;
	overflow: hidden;
}

.news02-listTxt{
	width: 70.8%;
}

.news02-listMeta{
	column-gap: .8rem;
	padding-bottom: 0.8rem;
}

.news02-listTxt h4{
	font-weight: 500;
	line-height: 1.6;
	font-size: clamp(12px,1.6rem,18px);
}

.product-list{
	column-gap: 3rem;
	row-gap: 4.8rem;
}

.product-listItem{
	width: calc((100% - (3rem * 2)) / 3);
}

.product-list a{
	display: block;
}

.product-listImg{
	overflow: hidden;
}

.product-listImg .img{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/product/product.png);
	transition: all .3s;
}

.product-listItem a:hover .product-listImg .img{
	transform: scale(1.05);
}

.product-listImg .img::after{
	content: "";
	display: block;
	padding-top: 61%;
}

.product-listTxt{
	padding-top: 2.4rem;
}

.product-tagList{
	padding-bottom: 1.2rem;
	column-gap: .4rem;
}

.product-tagListItem{
	display: inline-block;
	border: solid 1px var(--border);
	padding: .4rem 1rem;
	border-radius: 100px;
}

.product-tagListItem p{
	position: relative;
	line-height: 1;
	padding-left: 1.1rem;
	font-size: clamp(10px,1.2rem,12px);
}

.product-tagListItem p::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color:#D9D9D9;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100px;
}

.product-listTxt h3{
	font-weight: 500;
	line-height: 1.6;
	font-size: clamp(12px,1.8rem,18px);
}

.price p:first-of-type{
	line-height: 1;
	letter-spacing: normal;
}

.price p:last-of-type{
	font-size: clamp(10px,1rem,12px);
	line-height: 1.6rem;
	letter-spacing: normal;
	font-weight: 500;
}

.product-listTxt>p{
	padding-top: 1.2rem;
	font-size: clamp(10px,1.2rem,14px);
	line-height: 1.6;
	letter-spacing: normal;
}

.shop-list{
	column-gap: 3rem;
	row-gap: 4rem;
}

.shop-listItem{
	width: calc((100% - (3rem * 2)) / 3);
	background-color: #E8E5E1;
}

.shop-listItem a{
	display: block;
	padding: 4rem 3rem 3rem;
}

.shop-listTag .genre{
	color: var(--font-w);
	padding: .4rem .8rem;
	background-color: #F17A03;
	border-radius: 2px;
	line-height: 1;
	font-size: clamp(10px,1rem,12px);
	font-weight: 500;
}

.shop-listTag .place{
	color: var(--font-g);
	line-height: 1;
	font-size: clamp(10px,1.2rem,12px);
	font-weight: 500;
}

.shop-listImg{
	margin: 3.2rem auto;
	width: 84.2%;
	overflow: hidden;
}

.shop-listImg .img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/eat/le.png);
	transition: all .3s;
}

.shop-listItem a:hover .shop-listImg .img{
	transform: scale(1.05);
}

.shop-listImg .img::after{
	content: "";
	display: block;
	padding-top: 62.5%;
}

.shop-listTxtWrap{
	position: relative;
}

.shop-listTtl p{
	color: var(--font-g);
	font-size: clamp(10px,1.2rem,14px);
	font-weight: 500;
	padding-bottom: 0.8rem;
}

.shop-listTtl h3{
	font-family: 'tt-travels-next','Zen Kaku Gothic New', sans-serif;
	font-size: clamp(16px,2.4rem,24px);
	font-weight: 500;
	line-height: 1;
}

.shop-listArrow{
	width: 1.4rem;
	height: 1.6rem;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all .3s;
}

.shop-listItem a:hover .shop-listArrow{
	right: -1rem;
}

.shop-listArrow svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

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

.blog-l{
	width: 100%;
}

.blogMenu{
	position: unset;
}

.blogMenu>p{
	font-size: 1.4rem;
}

.blogMenu-listItem:not(:last-of-type){
	padding-bottom: 2.4rem;
}


.blogMenu-listItem a p:first-of-type{
	font-size: 1.4rem;
}

.blogMenu-listItem a p:last-of-type{
	font-size: 1.2rem;
}

.blog-r{
	width: 100%;
	padding-top: 6rem;
}


.blog-listItem{
	width: 100%;
}

.topics-listItem,.voice-listItem{
		width: 100%;
}

.blog-listItem:not(:last-of-type){
	margin-bottom: 4rem;
}

.blog-listTxt{
	padding-top: 1.6rem;
}

.blog-listTxt h3{
	font-size: 1.6rem;
	padding-bottom: .8rem;
}


.blogDay p{
	font-size: 1.2rem;
	padding-left: 2.4rem;
}

.blogDay p::before{
	width: 1.6rem;
	height: 1.6rem;
}

.blog-listTag,.news-listTag{
	padding: .4rem .8rem;
	font-size: 1.2rem;
}

.news02-l{
	width: 100%;
}

.news02-r{
	padding-top: 4rem;
	width: 100%;
}

.news02-listItem a{
	padding: 2.4rem 0;
}

.news02-listItem:first-of-type a{
	padding-top: 0;
}

.news02-listImg{
	width: 100%;
}

.news02-listTxt{
	padding-top: 1.6rem;
	width: 100%;
}

.news02-listTxt h4{
	font-size: 1.6rem;
}

.product-listItem{
	width: 100%;
}

.product-listItem:not(:last-of-type){
	margin-bottom: 4rem;
}

.product-tagList{
	padding-bottom: 1.2rem;
	column-gap: .4rem;
}

.product-tagListItem{
	display: inline-block;
	border: solid 1px var(--border);
	padding: .4rem 1rem;
	border-radius: 100px;
}

.product-tagListItem p{
	padding-left: 1rem;
	font-size: 1.2rem;
}

.product-tagListItem p::before{
	width: 4px;
	height: 4px;
}

.product-listTxt h3{
	font-size: 1.6rem;
}

.price{
	padding-top: 0.3rem;
}

.price p:last-of-type{
	font-size: 1rem;
}

.product-listTxt>p{
	padding-top: 1.2rem;
	font-size: 1.2rem;
}


.shop-listItem{
	width: 100%;
}

.shop-listItem:not(:last-of-type){
	margin-bottom: 4rem;
}

.shop-listItem a{
	padding: 4rem 3rem 3rem;
}

.shop-listTag .genre{
	font-size: 1.2rem;
}

.shop-listTag .place{
	font-size: 1.2rem;
}

.shop-listImg{
	margin: 3.2rem auto;
	width: 84.2%;
}


.shop-listTtl p{
	font-size: 1.2rem;
}

.shop-listTtl h3{
	font-size: 2rem;
}

.shop-listArrow{
	width: 1.2rem;
	height: 1.4rem;
}

.section-event{
	padding-top: 8rem;
}


}