/*
Theme Name: plugin-lab2023
*/

@charset "utf-8";

body{
	color:#000;
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:1.5;
	word-break: break-all;
}

body.on{
	overflow:hidden;
}

.not_found{
	text-align:center;
	padding-top:100px;
	padding-bottom:35px;
}

.not_found p{
	padding-top:20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 180%;
}

ul{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}

li{
	letter-spacing: normal; /* 文字間を通常に戻す */
}
a {
	color:#000;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	text-decoration:none;
	opacity:1;
	transition:all 0.7s;
}

a:hover{
	color:#989898;
}

img{
	max-width:100%;
	height:auto;
	font-size:0;
	vertical-align:top;
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	user-select: none;
}

.clear{
	clear:both;
}

.clearfix_af:after{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}

.clearfix_bf:before{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix_af ,.clearfix_bf{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix_af{
	height: 1%;
}
.clearfix_af ,.clearfix_bf{
	display:block;
}
/* End Hack */

.container1320{
	max-width:1440px;
	padding:0 60px;
	margin:auto;
	box-sizing:border-box;
}

.container1200{
	max-width:1320px;
	padding:0 60px;
	margin:auto;
	box-sizing:border-box;
}

.container1000{
	max-width:1120px;
	padding:0 60px;
	margin:auto;
	box-sizing:border-box;
}

.container800{
	max-width:920px;
	padding:0 60px;
	margin:auto;
	box-sizing:border-box;
}

.container640{
	max-width:760px;
	padding:0 60px;
	margin:auto;
	box-sizing:border-box;
}

.pan{
	margin-top:83px;
	padding:35px 10px 0 50px;
	color:#989898;
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.pan a{
	color:#989898;
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.pan .aioseo-breadcrumb-separator{
	margin:0 10px;
}

.head_btn a{
	display:block;
	border-radius: 29px;
	background:#182AB0;
	border:solid 1px #182AB0;
	text-align:center;
	color:#fff;
	height:43px;
	line-height:43px;
	padding:0 27px;
}

.btn a{
	display:block;
	border-radius: 32px;
	background:#182AB0;
	border:solid 1px #182AB0;
	text-align:center;
	color:#fff;
	height:59px;
	line-height:59px;
	padding:0 44px;
	font-size:18px;
	font-weight:600;
}

.contact_btn a{
	background:#0078D9;
	border:solid 1px #0078D9;
}

.mypage_btn a{
	display:block;
	border-radius: 32px;
	background:#0078D9;
	border:solid 1px #0078D9;
	text-align:center;
	color:#fff;
	height:59px;
	line-height:59px;
	padding:0 44px;
	font-size:18px;
}

#switchBtnArea {
	position: fixed;
	top:30px;
	right:60px;
	z-index:99999;
}

#switchBtnArea .switchBtn {
	width: 24px;
	height: 25px;
	display: block;
	z-index:9999;
}

#switchBtnArea .switchBtn span {
	left: 10%;
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	background-color: #000;
	transition: all 0.2s linear;
}

body.menu_black #switchBtnArea .switchBtn span{
	background-color: #000;
}

#switchBtnArea.on  .switchBtn span{
	background-color: #333;
}

#switchBtnArea .switchBtn span:nth-of-type(1) {top:4px;transform: rotate(0);}
#switchBtnArea .switchBtn span:nth-of-type(2) {top:16px;transform: scale(1);}
#switchBtnArea .switchBtn span:nth-of-type(3) {bottom:14px;transform: rotate(0);}

#switchBtnArea .switchBtn.btnClose span:nth-of-type(1) {top:13px;transform: rotate(-45deg);}
#switchBtnArea .switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
#switchBtnArea .switchBtn.btnClose span:nth-of-type(3) {bottom:11px;transform: rotate(45deg);}



header{
	width:100%;
	background:rgba(255,255,255,1);
	position:fixed;
	top:0;
	left:0;
	z-index:9;
	padding:20px 0;
}

header .header_wrap{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 100px 0 50px;
}

header .header_left{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

header .header_left .logo{
	margin-right:50px;
}

header .header_left .g_menu a{
	font-size: 15px;
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	margin-left:30px;
}

header .header_left .g_menu a:first-child{
	margin-left:0;
}

header .header_right{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	font-weight:700;
}

header .header_right .regist_btn{
	margin-left:24px;
}

header .header_right .contact_btn{
	margin-left:5px;
}

h3.title{
	color:#989898;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 150%; /* 22.5px */
}

h3.title span{
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	display:block;
	color:#000;
	font-size: 58px;
	font-weight: 500;
	line-height:1;
}

.more{
	margin-top:50px;
}

.more a{
	margin:auto;
	display:block;
	border-radius: 30px;
	border:solid 2px #000;
	width:200px;
	height:53px;
	line-height:53px;
	font-size: 18px;
	font-weight: 700;
	transition:all 0.7s;
	text-align:center;
	background:#fff;
}

.more a svg{
	margin-left: 20px;
	position: relative;
	top: 1px;
}

.more a svg path{
	transition:all 0.7s;
}

ul.shop_list{
	justify-content:space-between;
	display: flex;
	flex-wrap: wrap;
	margin-top:50px;
}

ul.shop_list li{
	width:24.8%;
	margin-bottom:20px;
}

ul.shop_list li a{
	display:block;
}

ul.shop_list li a div.img{
	width: 100%;
	overflow:hidden;
}

ul.shop_list li a img{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition:all 0.7s;
}

.event_list{
	justify-content:flex-start;
	display: flex;
	flex-wrap: wrap;
	margin-top:50px;
}

.event_list article{
	width:30.8%;
	margin-right:3.8%;
}

.event_list article:nth-child(3n){
	margin-right:0;
}

.event_list article:nth-child(n + 4){
	margin-top:60px;
}

.event_list article .image{
	width: 100%;
	overflow:hidden;
}

.event_list article .image img{
	width:100%;
	transition:all 0.7s;
}

.event_list article h4{
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	margin-top:10px;
}

.event_list article time{
	font-size: 15px;
	font-weight: 700;
	line-height: 150%;
	margin-top:10px;
	color:#545454;
	display:block;
}

ul.category{
	justify-content:flex-start;
	display: flex;
	flex-wrap: wrap;
	margin-top:10px;
}

ul.category li{
	font-size: 12px;
	font-weight: 700;
	height:26px;
	line-height:28px;
	color:#fff;
	text-align:center;
	padding:0 13px;
	background-color:#000;
	border-radius: 20px;
	margin-right:5px;
	margin-bottom:5px;
}

.news_titme_cate{
	justify-content:flex-start;
	display: flex;
	flex-wrap: wrap;
	align-items:self-end;
}

.news_list article{
	padding-bottom:24px;
	border-bottom:solid 1px #000;
}

.news_list article + article{
	margin-top:40px;
}

#news article time{
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size:15px;
	margin-right:15px;
}

#news article h4{
	margin-top:24px;
	font-size: 24px;
	font-weight: 700;
}

.news_list article p{
	margin-top:24px;
	font-size: 15px;
	font-weight: 500;
}

#howto{
	padding:120px 0;
	background-color:#E9EFF0;
}

#howto h3{
	margin-bottom:50px;
}

#howto h3 span{
	font-size:42px;
}

#howto dl{
	justify-content:flex-start;
	display: flex;
	flex-wrap: wrap;
}

#howto dl dt{
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size: 58px;
	font-weight: 300;
	line-height: 100%;
	width:110px;
}

#howto dl dd{
	flex:1;
}

#howto dl dd h4{
	font-size: 36px;
	font-weight: 700;
	line-height: 150%;
}

#howto dl dd p{
	font-size: 15px;
	font-weight: 700;
	line-height: 150%;
	margin-top:10px;
}

#howto .btn a{
	width:230px;
	padding:0;
	margin:30px auto 0 auto;
}

#howto .mypage_btn a{
	width:230px;
	padding:0;
	margin:30px auto 0 auto;
}

#howto hr{
	border-top:solid 1px #000;
	margin:40px 0;
}

#link ul{
	justify-content:flex-start;
	display: flex;
	flex-wrap: wrap;
}

#link ul li{
	width:50%;
}

#link ul li a{
	justify-content:center;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	height:444px;
	color:#fff;
	overflow:hidden;
	position:relative;
}

#link ul li a h3{
	font-size: 15px;
	font-weight: 700;
	line-height: 150%;
	text-align:center;
	position: relative;
}

#link ul li a h3 span{
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size: 58px;
	line-height:1;
	font-weight: 500;
	display:block;
}

#link ul li a img{
	position: absolute;
	width: 100%;
	height: 444px;
	object-fit: cover;
	transition:all 0.7s;
}


dl.category_list{
	justify-content:flex-start;
	display: flex;
	flex-wrap: wrap;
	margin-top:70px;
}

dl.category_list dt{
	color:#989898;
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-right:6px;
	align-self: center;
}

dl.category_list dd ul{
	justify-content:flex-start;
	display: flex;
	flex-wrap: wrap;
}

dl.category_list dd ul li a{
	height:38px;
	line-height:38px;
	display:block;
	padding:0 20px;
	font-size: 18px;
	font-weight: 700;
	text-align:center;
	border:solid 1px #000;
	border-radius: 30px;
	margin-right:6px;
	margin-bottom:6px;
}

dl.category_list dd ul li.act a{
	border:solid 1px #000;
	background-color:#000;
	color:#fff;
}

dl.category_list_left dt{
	color:#989898;
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom:10px;
}

dl.category_list_left dd ul li a{
	height:26px;
	line-height:26px;
	display:inline-block;
	padding:0 13px;
	font-size: 12px;
	font-weight: 700;
	text-align:center;
	border:solid 1px #000;
	border-radius: 30px;
	margin-bottom:9px;
}

dl.category_list_left dd ul li.act a{
	border:solid 1px #000;
	background-color:#000;
	color:#fff;
}


.list_back{
	text-align:center;
	font-size: 15px;
	font-weight: 700;
	margin:50px 0;
}

.list_back a {
	margin: auto;
	display: inline-block;
	border-radius: 30px;
	border: solid 2px #000;
	padding:0 36px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 700;
	transition: all 0.7s;
	text-align: center;
	background: #fff;
}

.list_back a svg path{
	transition:all 0.7s;
}

.list_back a svg{
	margin-right:10px;
}


#cta_area{
	margin-top:125px;
	background: linear-gradient(180deg, transparent 0%, transparent 50%, #000 50%, #000 100%);
}

#cta_area ul{
	justify-content:space-between;
	display: flex;
	flex-wrap: wrap;
}

#cta_area ul li{
	width:48.48%;
	border-radius: 36px;
	transition:all 0.7s;
}

#cta_area ul li a{
	color:#fff;
	padding:70px 60px 50px 70px;
	display:block;
}

#cta_area ul li.regist{
	background-color:#182AB0;
}

#cta_area ul li.mypage{
	background-color:#0078D9;
}

#cta_area ul li a h3{
	font-size: 36px;
	font-weight: 700;
	line-height: 180%;
}

#cta_area ul li a h3 span{
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 180%;
}

#cta_area ul li p{
	margin-top:10px;
	font-weight: 700;
}

#cta_area ul li .for_link{
	font-size: 20px;
	font-weight: 700;
	text-align:right;
	margin-top:70px;
}

#cta_area ul li .for_link svg{
	vertical-align:middle;
	margin-left:20px;
}

footer{
	background-color:#000;
	color:#fff;
	padding-top:80px;
	padding-bottom:60px;
}

footer a{
	color:#fff;
}

footer ul.footer_top{
	justify-content:flex-start;
	display: flex;
	flex-wrap: wrap;
}

footer ul.footer_top li{
	width:50%;
}

footer ul.footer_top li.link_area{
	justify-content:space-between;
	display: flex;
	flex-wrap: wrap;
}

footer ul.footer_top li.link_area .footer_left .f_main_menu{
	margin-bottom:30px;
}


footer ul.footer_top li.link_area .footer_left .f_main_menu a{
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	margin-right:30px;
}

footer ul.footer_top li.link_area .footer_left .f_main_menu a:last-child{
	margin-right:0;
}

footer ul.footer_top li.link_area .footer_left .f_sub_menu{
	margin-bottom:30px;
}

footer ul.footer_top li.link_area .footer_left .f_sub_menu a{
	color:#EAEAEA;
	font-size:13px;
	margin-right:30px;
}

footer ul.footer_top li.link_area .footer_left .f_sub_menu a:nth-child(4){
	margin-right:0;
}

footer ul.footer_top li.link_area .footer_left .f_sub_menu a:last-child{
	margin-top:18px;
	margin-right:0;
	display:inline-block;
}

footer ul.footer_top li.link_area .footer_right a{
	display:flex;
	align-items:center;
	border:solid 1px #fff;
	padding:20px 25px;
	border-radius: 20px;
	font-size: 18px;
	position:relative;
}

footer ul.footer_top li.link_area .footer_right a span{
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size: 14px;
	display:block;
}

footer ul.footer_top li.link_area .footer_right a svg{
	margin-left:40px;
}

footer ul.footer_top li.link_area .footer_right a svg path{
	transition:all 0.7s;
}

footer ul.footer_bottom{
	justify-content:space-between;
	display: flex;
	flex-wrap: wrap;
	margin-left:50%;
	margin-top:50px;
}

footer ul.footer_bottom .line{
	margin:0 20px;
}

footer ul.footer_bottom li a{
	font-size:13px;
}

footer ul.footer_bottom small{
	font-size: 12px;
}

nav{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:999;
	background-color:#E9EFF0;
	transition:all 0.7s;
	opacity:0;
	pointer-events: none;
}

body.on nav{
	opacity:1;
	pointer-events:unset;
}

nav .nav_wrap{
	display:flex;
	align-items:center;
	justify-content: center;
	background:url(assets/image/common/menu_bg.png) no-repeat center center;
	max-width:960px;
	margin:auto;
	overflow:scroll;
	height:100vh;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

nav .nav_wrap::-webkit-scrollbar{
  display: none;
}

nav .nav_area{
	padding:0 60px;
	text-align:center;
}

nav .nav_area .menu{
	margin-top:40px;
}

nav .nav_area .menu a{
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size: 24px;
	font-weight:500;
	margin-right:40px;
	white-space: nowrap; 
}

nav .nav_area .menu a:last-child{
	margin-right:0;
}

nav .nav_area .btn a{
	display:inline-block;
}

nav .nav_area .btn.regist{
	margin-top:60px;
}

nav .nav_area .btn.login{
	margin-top:15px;
}

nav .nav_area .btn.login a{
	background-color:#0078D9;
	border:solid 1px #0078D9;
}

nav .nav_area .sub_menu a{
	color:#545454;
	font-size: 13px;
	margin-right:20px;
}

nav .nav_area .sub_menu a:last-child{
	margin-top:18px;
	display:inline-block;
}

nav .nav_area .sub_menu{
	margin-top:75px;
}

nav .nav_area .sub_menu a:last-child{
	margin-right:0;
}

nav .nav_area .service_menu{
	margin-top:30px;
}

nav small.copyright{
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size:12px;
	margin-top:30px;
	display:block;
}

/* 無限ループアニメーション */
@keyframes infinity-loop {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-100%);
  }
}

@media only screen and (min-width: 825px) {
	.sp_only{
		display:none !important;
	}

	.head_btn a:hover{
		background:#2C43E8;
		border:solid 1px #2C43E8;
	}


	.btn.regist_btn a:hover{
		background:#2C43E8;
		border:solid 1px #2C43E8;
	}

	.btn a:hover{
		background:#2C43E8;
		border:solid 1px #2C43E8;
	}

	.contact_btn a:hover{
		background:#0094ff;
		border:solid 1px #0094ff;
	}

	.mypage_btn a:hover{
		background:#0094ff;
		border:solid 1px #0094ff;
	}

	.more a:hover{
		background:#000;
		color:#fff;
	}

	.more a:hover svg path{
		fill:#fff;
	}

	.list_back a:hover{
		background:#000;
		color:#fff;
	}

	.list_back a:hover svg path{
		fill:#fff;
	}

	ul.shop_list li a:hover img{
		transform: scale(1.05);
	}

	.event_list article a:hover .image img{
		transform: scale(1.03);
	}

	#link ul li a:hover img{
		transform: scale(1.05);
	}

	dl.category_list dd ul li a:hover{
		border:solid 1px #000;
		background-color:#000;
		color:#fff;
	}

	dl.category_list_left dd ul li a:hover{
		border:solid 1px #000;
		background-color:#000;
		color:#fff;
	}

	nav .nav_area .btn.login a:hover{
		background-color:#0094ff;
		border:solid 1px #0094ff;
	}

	#cta_area ul li.regist:hover{
		background:#2C43E8;
	}

	#cta_area ul li.mypage:hover{
		background:#0094ff;
	}

	footer ul.footer_top li.link_area .footer_right a:hover{
		border:solid 1px #989898;
	}

	footer ul.footer_top li.link_area .footer_right a:hover svg path{
		fill:#989898;
	}

	footer ul.footer_top li.link_area .footer_left .f_sub_menu a:hover{
		color:#989898;
	}



}

@media (max-width: 825px) {

	.pc_only{
		display:none !important;
	}

	.container1320{
		padding:0 24px;
	}

	.container1200{
		padding:0 24px;
	}

	.container1000{
		padding:0 24px;
	}

	.container800{
		padding:0 24px;
	}

	.container640{
		padding:0 24px;
	}

	header .header_wrap {
		padding: 0 54px 0 24px;
	}

	.header_right .for_company{
		display:none;
	}

	#switchBtnArea {
		right: 20px;
		top: 26px;
	}

	.g_menu{
		display:none;
	}

	.head_btn a {
		height: 28px;
		line-height: 28px;
		padding: 0 10px;
		font-size: 12px;
	}

	ul.shop_list li {
		width: 48%;
		margin-bottom: 20px;
	}


	.event_list {
		justify-content:space-between;
	}

	.event_list article {
		width: 48%;
		margin-right:0;
	}

	.event_list article:nth-child(n + 3) {
		margin-top: 60px;
	}

	#cta_area ul li a{
		padding: 36px 34px;
	}

	#cta_area ul li a h3,
	#cta_area ul li a h3 span {
		font-size:24px;
	}

	#cta_area ul li .for_link{
		margin-top:30px;
	}

}


@media (max-width: 600px) {
	h3.title{
		font-size:13px;
	}

	h3.title span{
		font-size:42px;
	}


	header .header_left .logo {
		margin-right: 0;
		width: 140px;
	}

	header .header_right .regist_btn {
		margin-left: 0;
	}

	.btn a {
		height: 52px;
		line-height: 52px;
		padding: 0 30px;
		font-size: 18px;
	}

	.catch_wrap .text_area h4 img {
		margin-top: 30px;
	}


	ul.shop_list {
		display:block;
		margin-top: 30px;
	}

	ul.shop_list li {
		width:100%;
	}

	ul.shop_list li:last-child {
		margin-bottom:0;
	}


	.event_list article {
		width:100%;
	}

	#howto{
		padding:50px 0;
	}

	#howto dl{
		display:block;
	}

	#link ul{
		display:block;
	}

	#link ul li{
		width:100%;
	}

	#link ul li a,
	#link ul li a img{
		height:300px;
	}

	.event_list article{
		margin-top: 60px;
	}

	.event_list article:first-child{
		margin-top:0;
	}

	.event_list article h4{
		font-size:20px;
	}

	.news_list article:first-child {
		border-top: solid 1px #000;
		margin-top: 40px;
		padding-top:40px;
	}

	#news article h4{
		font-size:20px;
	}


	dl.category_list{
		margin-top:30px;
	}

	dl.category_list dd ul li a {
		padding: 0 13px;
		font-size: 12px;
	}

	dl.category_list_left dd ul{
		justify-content:flex-start;
		display: flex;
		flex-wrap: wrap;
	}

	dl.category_list_left dd ul li{
		margin-right:5px;
	}

	#cta_area{
		background: linear-gradient(180deg, transparent 0%, transparent 80%, #000 80%, #000 100%);
		margin-top:40px;
	}

	#cta_area ul{
		display:block;
	}

	#cta_area ul li{
		width:100%;
	}

	#cta_area ul li:first-child{
		margin-bottom:10px;
	}

	footer{
		padding:50px 0;
	}

	footer ul.footer_top{
		display:block;
	}

	footer ul.footer_top li{
		width:100%;
	}

	footer ul.footer_top li.link_area{
		margin-top:40px;
	}

	footer ul.footer_top li.link_area .footer_left .f_main_menu a{
		margin-right:10px;
	}

	footer ul.footer_bottom{
		margin-left:0;
		display:block;
	}

	footer ul.footer_bottom > li{
		margin-bottom:20px;
	}

	nav .nav_wrap{
		display:block;
	}

	nav .nav_area{
		padding:40px 24px;
	}

	nav .nav_area .menu a{
		margin-right:0;
		display:block;
	}

	nav .nav_area .btn.regist{
		margin-top:30px;
	}

	nav .nav_area .sub_menu{
		margin-top:30px;
	}

	.pan{
		margin-top:75px;
		padding:0 0 0 24px;
	}

	.more {
		margin-top: 40px;
	}

	ul.shop_list li a img {
		aspect-ratio: 16 / 6;
	}

	#howto dl dt{
		font-size:38px;
	}

	#howto dl dd h4{
		font-size:32px;
	}

	#link ul li a h3{
		font-size:13px;
	}

	#link ul li a h3 span{
		font-size:42px;
	}

	.event_list {
		margin-top:20px;
	}

	footer ul.footer_top li:first-child img{
		width:163px;
	}

	footer ul.footer_top li.link_area .footer_right{
		width:100%;
	}

	footer ul.footer_top li.link_area .footer_right a{
		width:100%;
		justify-content: space-between;
	}

	#cta_area ul li .for_link svg {
		width:39px;
		height:39px;
	}

	nav .nav_area h2 img{
		width:126px;
	}

	.not_found img{
		width:80%;
		margin:auto;
	}

}



