/*
 Theme Name: heren-wp

*/

@charset "utf-8";

body{
	color:#121212;
	font-family:'Noto Sans JP' ,"Hiragino sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:14px;
	line-height:1.8;
}

body.on{
	overflow:hidden;
}

ul{
	letter-spacing: -.40em; /* 譁�ｭ鈴俣繧定ｩｰ繧√※髫咎俣繧貞炎髯､縺吶ｋ */
}

li{
	letter-spacing: normal; /* 譁�ｭ鈴俣繧帝壼ｸｸ縺ｫ謌ｻ縺� */
}
a {
	color:#121212;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	text-decoration:none;
}

header a , nav a{
	text-decoration:none;
    display: flex;
    align-items: center;
}


img{
	max-width:100%;
	height:auto;
	font-size:0;
	vertical-align:top;
}

.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 */

header{
	max-width:1220px;
	margin:auto;
	padding:15px 10px;
	position:relative;
	box-sizing:border-box;
	transition:min-height 0.4s;
}

header .header-logo{
	width:212px;
}

header input[name="s"]{
	height:24px;
	box-sizing:border-box;

/*
	padding-right:30px;
	width:155px;
	border-radius:5px;
	border:solid 1px #ccc;
*/

	width:200px;
	background-color: #f0f0f0;
	border-radius: 20px;
	border: 0;
	padding: 15px;
	font-family:'Noto Sans JP' ,"Hiragino sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:12px;
}

header input[name="s"]::placeholder{
	font-family:'Noto Sans JP' ,"Hiragino sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:12px;
	color:#a5a5a5;
}

header input#searchsubmit{
	width:14px;
	height:14px;
/*
	background:url(assets/image/common/icon_search.svg)no-repeat center center;
*/
	background:url(assets/image/common/icon_search_orange.svg)no-repeat center center;
	border:0;
	position: relative;
	left: -30px;
	cursor: pointer;
}

header nav ul.menu_list {
/*
	transition:margin-top 0.4s;
*/
}

header nav ul.menu_list li a span {
	transition:color 0.4s;
}

header nav ul.menu_list li a:hover span {
	color:#7F434E;
	border-bottom:solid 1px #7F434E;
}

header nav ul.menu_list li a span {
	display:none;
}

header .sns_area {
/*
	transition:top 0.4s;
*/
}

.frame + .frame{
	margin-top:75px;
}
#top_recruit.frame {
	margin-top:75px;
}
.frame + .frame.pagination_frame{
	margin-top:40px;
}

#side_area .frame + .frame{
	margin-top:40px;
}

h2{
	text-align:center;
}

h2 span{
	font-weight:400;
	font-size: 13px;
	margin-top:3px;
	display:block;
}

h2.sub_title{
	font-size:17px;
	border-bottom:solid 1px #dadada;
	padding-bottom:15px;
}

h3.article_title{
	margin-top:8px;
	font-size:15px;
	line-height:20px;
	font-weight:500;

}

.top-title.c-archive__title {
	margin: 0 0 30px;
}

.top-title.c-archive__title h2 {
	font-weight: normal;
	font-size: 13px;
}
@media (max-width: 767px) {
	.top-title.c-archive__title {
		margin: 0 0 15px;
	}
	.top-title.c-archive__title .en {
		font-size: 24px;
	}
	.top-title.c-archive__title h2 {
		font-size: 12px;
	}
}

.title_news{
	width:126px;
}

.title_special{
	width:162px;
}

.title_specialcontent{
	width:260px;
}

.title_event {
    width: 126px;
}

.title_newshop{
	width:177px;
}

.title_ranking{
	width:151px;
}
.herenformat-title {
	width: 282px;
}
.title_magazine{
	width:178px;
}
.title_information {
	width: 233px;
}
.title_information_form {
	width: 300px;
}

.btn{
	width:100%;
}

.btn a{
	display:block;
	width:340px;
	height: 40px;
	border: solid 1px #7F434E;
	border-radius: 3px;
	color: #7F434E;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px auto 0 auto;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 500;
}

.btn a:hover{
	background-color: #7F434E;
	color: #fff;
}

.btn a:hover .cls-1{
	fill: #fff;
}

#side_area .btn_side a{
	width:276px;
	background-color:rgba(255,255,255,0.49);
	height: 40px;
	border: solid 1px #7F434E;
	border-radius: 3px;
	color: #7F434E;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px auto 0 auto;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 500;
}
@media (max-width: 300px) {
	#side_area .btn_side a {
		width: 170px;
	}

}

#side_area .btn_side a:hover{
	background-color:rgba(234,150,18,1);
	color: #fff;
}

#side_newshop{
	background-color:#F1EBEB;
	box-sizing:border-box;
	padding:30px 25px;
}

#side_newshop .img_area{
	margin-top:15px;
	text-align:center;
}

#side_newshop h3{
	margin:15px auto 0 auto;
	max-width:240px;
	text-align:center;
	font-size:15px;
	line-height:25px;
	font-weight:500;
}

#side_newshop .note{
	margin-top:10px;
	text-align:center;
	font-size:13px;
}

#ranking_area{
	margin-top:15px;
}

#side_ranking li{
	width:100%;
	margin-top:10px;
	padding-top:10px;
	border-top:solid 1px #dadada;
	counter-increment: rank;
}

#side_ranking .wpp-list li{
	margin-bottom:0;
}

#side_ranking .wpp-list li:first-child article{
	margin-top:0;
	border-top:0;
}

#side_ranking article a{
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
}

#side_ranking article a .img_area{
	width:110px;
	height:70px;
	position:relative;
	overflow:hidden;
}

#side_ranking article a .img_area img {
	position:absolute;
	width:100%;
	height:auto;
	top:50%;
	transform:translate(0, -50%);
}

#side_ranking article a .text_area{
	flex:1;
	box-sizing:border-box;
	padding:0 0 0 35px;
	position:relative;
}

#side_ranking article a .text_area h3.article_title {
	display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*
#side_ranking article a .text_area::before {
	content: counter(rank) ".";
	position:absolute;
	left:15px;
	top:8px;
	font-size: 15px;
	line-height: 20px;
}
*/
#side_ranking .article_title::after {
    content: counter(rank);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 500;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    
}

#side_ranking li:nth-of-type(1) article a .img_area::after {
	color:#fff;
	background:#d8bd3a;
}

#side_ranking li:nth-of-type(2) article a .img_area::after {
	color:#fff;
	background:#acacac;
}

#side_ranking li:nth-of-type(3) article a .img_area::after {
	color:#fff;
	background:#b08165;
}

#side_area ul#side_banner{
	margin-top:30px;
}

#side_area ul#side_banner li{
	margin-top:15px;
}

#side_area ul#side_banner li:first-child{
	margin-top:0;
}

#side_magazine{
	background-color:#f0f0f0;
	box-sizing:border-box;
	padding:30px 25px;
}

#side_magazine .img_area{
	margin-top:15px;
	text-align:center;
}

#side_magazine .img_area img{
	max-width:175px;
	margin:auto;
}

#side_magazine h3{
	margin:15px auto 0 auto;
	max-width:230px;
	text-align:center;
	font-size:15px;
	line-height:20px;
}

#side_magazine h3 .release_number{
	display:inline;
	font-size:inherit;
	font-weight:normal;
	margin:auto;
}

#side_magazine .note{
	margin-top:10px;
	text-align:center;
	font-size:13px;
}

footer{
	background-color:rgba(218,218,218,0.36);
	margin-top:50px;
}

footer .follow_us {
	background:#fff;
}

footer .follow_us .caption {
	font-family:Arial,Sans-serif;
	font-weight:bold;
	font-size:20px;
	letter-spacing:2px;
	color:#ff9900;
	line-height:1;
}

footer .follow_us ul.sns_list li a {
	font-family:Arial,sans-serif;
	font-weight:bold;
	color:#424242;
	letter-spacing:1px;
}

footer .copyright{
	background-color:#7F434E;
	color:#fff;
	text-align:center;
	font-size:18px;
	padding-top:5px;
	box-sizing:border-box;
	min-height:100px;
}

footer .copyright ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}



footer .copyright ul li a {
	display:inline-block;
	white-space:nowrap;
	font-size:12px;
	color:#fff;
}

footer .copyright ul + span {
	color:#ffebcc;
}

.event_slider .slick-slide{
	background-color:#f0f0f0;
}

.event_slider .slick-slide article .text_area{
	box-sizing:border-box;
	padding:10px 15px 15px 15px;
}

.event_slider .slick-slide .title_area{
	height:4em;
}

.event_slider .slick-slide .title_area h3{
	font-size:14px;
}

.event_slider .slick-slide p.category time,
.event_slider .slick-slide p.category span{
	color:#545454;
}

#top_guidance{
	border:solid 1px #dadada;
}

main #tags_area{
	margin-bottom:5px;
}

main .bottom_content{
	margin-top:45px;
}

.pagination{
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	margin-top:40px;
	width: 100%;
}
.pagination .page-numbers {
	display: flex;
}
.pagination li{
}
.pagination li:last-child{
	margin-right:0;
}

.pagination li a{
	margin-right: 4px;
	border: 1px solid #b7b6b6;
	border-radius: 3px;
	background-color: #f1f1f1;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
	width: 40px;
	height: 40px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #030303;
	-webkit-transition: .3s;
	transition: .3s;
}

.pagination li a:hover{
	color: #fff;
	border-color: #7F434E;
	background-color: #7F434E;
}

.pagination li span.current{
	margin-right: 4px;
	border: 1px solid #b7b6b6;
	border-radius: 3px;
	background-color: #f1f1f1;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
	width: 40px;
	height: 40px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #030303;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
	border-color: #7F434E;
	background-color: #7F434E;
}

.pagination li span.dots{
	width:40px;
	height:40px;
	justify-content:center;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	font-size:14px;
	margin-left: -4px;
}

.pagination li a.prev,
.pagination li a.next {
	position:relative;
}

.pagination li a.next::before {
	content: "";
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #030303;
	border-right: solid 1px #030303;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 13px;
	margin-top: -4px;
}

.pagination li a.prev::before {
	content: "";
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #030303;
	border-right: solid 1px #030303;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -4px;
}


#top_event .img_area{
	position: relative;
	overflow: hidden;
}

#top_event .img_area:before{
	content: "";
	display: block;
	padding-top: 55%;
}

#top_event .img_area img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	transform: translate(0, -50%);
}

#top_event .slick-initialized .slick-slide{
	margin-left:2px;
	margin-right:2px;
}

article {
	position:relative;
}

article .sale_band {
	position:absolute;
	left:3px;
	top:-1px;
	width:56px;
	height:56px;
	background:#ff0000;
}

article .sale_band img {
	position:absolute;
	left:6px;
	bottom:6px;
	max-width:36px;
	margin:auto;
}

p.category span.appeal_text {
	color:#ff0000;
	font-weight:500;
}

.top_floating{
	position:fixed;
	right:0;
	bottom:0;
	display:none;
	width: 60px;
}

@media only screen and (min-width: 1180px) {

	header {
		min-height:140px;
	}

	.header_slim {
		padding-top:75px;
	}

	.header_slim .header_wrapper {
		position:fixed;
		top:0;
		width:100%;
		background:rgba(255,255,255,1);
		z-index:9999;
	}

	.header_slim .header_wrapper header {
		min-height:75px;
	}

	.header_slim .header_wrapper header .header-logo {
		width:135px;
		overflow:hidden;
	}

	.header_slim .header_wrapper header .header-logo img {
		max-width:none;
		width:212px;
	}

	.header_slim .header_wrapper .sns_list {
		display:none;
	}
	.header_slim .header_wrapper #header-search {
		display: none;
	}

	.header_slim .header_wrapper nav {
		position:absolute;
		width:1000px;
		left:0;
		right:0;
		top:0;
		margin:auto;
	}


	.header_slim .header_wrapper header nav ul.menu_list li.external {
		display:none;
	}

	

	.header_slim .header_wrapper header nav ul.menu_list li a span {
		
		font-weight:bold;
	}

	.header_slim .header_wrapper header .sns_area {
		top:22px;
	}

	.header_slim .header_wrapper header input[name="s"] {
		width:180px;
	}

}

@media only screen and (min-width: 767px) {

	.event_slider{
		margin-top:20px;
	}

	.event_slider .slick-slide{
		width:230px;
		margin-left:1px;
		margin-right:0;
	}

	#top_guidance{
		justify-content:flex-start;
		display:flex;
		flex-wrap:nowrap;
		align-items:center;
	}

	#top_guidance h2{
		width:145px;
		font-size:16px;
		font-weight:500;
	}

	#top_guidance .detail_area{
		border-left:solid 1px #dadada;
		flex:1;
		margin:20px 0;
	}

	#top_guidance .detail_area dl{
		justify-content:space-between;
		display:flex;
		flex-wrap:nowrap;
		align-items:flex-start;
	}

	#top_guidance .detail_area dl dt{
		flex:1;
		box-sizing:border-box;
		padding-left:25px;
	}

	#top_guidance .detail_area dl dd{
		width:170px;
	}

	ul.top_link{
		justify-content:space-between;
		display:flex;
		flex-wrap:nowrap;
		margin-top:20px;
	}

	ul.top_link li{
		width:49.5%;
	}

	ul.top_link li img{
		width:100%;
	}

}

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

	p.category{
		margin-top:5px;
		line-height:1;
		font-weight:400;
	}

	p.category time,
	p.category span{
		font-size:11px;
		margin-right:10px;
		color:#aaa;
	}

	/*繧ｫ繝ｩ繝�3蛻�*/
	.column_m{
		justify-content:flex-start;
		display:flex;
		flex-wrap:wrap;
		margin-top:25px;
	}

	.column_m article{
		width:29%;
		margin-right:6.5%;
		margin-top:25px;
	}

	.column_m article:nth-child(-n + 3){
		margin-top:0;
	}

	.column_m article:nth-child(3n){
		margin-right:0;
	}
	.shop-page-search.column_m article:nth-child(-n + 3){
		margin-top: 25px;
	}

	.shop-page-search.column_m article:nth-child(3n){
		margin-right: 6.5%;
	}
	.shop-page-search.column_m article:nth-child(3n + 1) {
		margin-right: 0;
	}
	.shop-page-search.column_m article:nth-child(-n + 4) {
		margin-top: 0;
	}
	.column_m article .img_area {
		position:relative;
		overflow:hidden;
	}

	.column_m article .img_area:before{
		content:"";
		display:block;
		padding-top:50%;
	}

	.column_m article .img_area img {
		position:absolute;
		width:100%;
		height:auto;
		top:50%;
		transform:translate(0, -50%);
	}

	
	.column_l{
		justify-content:space-between;
		display:flex;
		flex-wrap:wrap;
		margin-top:10px;
	}

	

	.column_l article:nth-child(-n + 2){
		margin-top:0;
		border-top:0;
	}

	.column_l::after {
		content: '';
		width: 29%;
	}
	.column_l article{
		width:29%;
		
		padding-top:10px;
	}

	

	.column_l article a .img_area{
		
		position:relative;
		overflow:hidden;
	}

	.column_l article a .img_area:before{
		content:"";
		display:block;
		padding-top:50%;
	}

	.column_l article a .img_area img {
		position:absolute;
		width:100%;
		height:auto;
		top:50%;
		transform:translate(0, -50%);
	}

	.column_l article a .text_area{
		flex:1;
		box-sizing:border-box;
		padding:0 5px 0 5px;
	}

	#reading .column_l,
	#relevancy .column_l{
		padding-bottom:15px;
	}


	header .sns_area{
		justify-content:flex-end;
		display:flex;
		align-items: baseline;
		position:absolute;
		top:15px;
		right:138px;
	}

	ul.sns_list{
		justify-content:flex-end;
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		width: 100%;
		gap: 10px;
	}

	ul.sns_list li{
		margin-left:5px;
	}
	ul.sns_list li a {
		color: #7F434E;
	}

	ul.sns_list li span{
		margin-left:5px;
		margin-right:5px;
	}

	ul.sns_list li img{
		vertical-align:middle;
        height: 30px;
        width: 30px;

	}

	nav ul.menu_list{
		justify-content:center;
		display:flex;
		flex-wrap:wrap;
		align-items:flex-end;

        width: 80%;
        margin: 4px auto 0 auto;
	}

	nav ul.menu_list li{
		margin:0 10px;
        width: calc((100% - 200px) / 10);
	}

	nav ul.menu_list li:last-child{
		margin-right:0;
	}

	nav ul.menu_list li img{
        width: 100%;
	}

	nav ul.menu_list li img:hover{
		transform: translate(1px, 1px);
	}

	main{
		justify-content:space-between;
		display:flex;
		flex-wrap:wrap;
		max-width:1220px;
		margin:30px auto 0 auto;
		box-sizing:border-box;
		padding:0 10px;
	}

	main .main_contents,
	main #tags_area{
		width:calc(100vw - 440px);
	}

	main #side_area{
		width:330px;
	}

}
.sub_menu ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px;
}
.sub_menu ul li a img {
	height: 30px;
	width: 30px;
	margin-right: 10px;
}
.sp_menu_list .main_menu {
	display: none;
}
@media only screen and (min-width: 1000px) {
	.sp_menu_area .sp_menu_list {
		display: none;
	}
	ul.top_link{
		margin-top:20px;
	}

	footer {
		line-height:2;
	}

}

@media only screen and (min-width: 1201px) {

	footer .footer_container{
		max-width:1220px;
		margin:auto;
		box-sizing:border-box;
		padding:30px 10px;
		justify-content:flex-start;
		display:flex;
		flex-wrap:wrap;
		position:relative;
	}

	footer .footer_container .footer_logo{
		width:222px;
		margin-right:130px;
	}

	footer .footer_container .footer_menu_area{
		flex:1;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list{
		justify-content:flex-start;
		display:flex;
		flex-wrap:wrap;
		word-break: keep-all;
		font-weight:500;
		justify-content: space-between;
	}

/*
	footer .footer_container .footer_menu_area ul.footer_menu_list > li.main_menu{
*/
	footer .footer_container .footer_menu_area ul.footer_menu_list > li.main_menu,
	footer .footer_container .footer_menu_area ul.footer_menu_list > li.sub_menu{
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list > li.main_menu img{
		display:none;
	}

/*
	footer .footer_container .footer_menu_area ul.footer_menu_list > li.sub_menu{
		width:15%;
	}
*/

	footer .footer_container .footer_menu_area ul.footer_menu_list > li.sitemap{
		width:15%;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list > li.sitemap a{
		font-weight:400;
	}

/*
	footer .footer_container .footer_menu_area ul.footer_menu_list li.main_menu ul{
*/
	footer .footer_container .footer_menu_area ul.footer_menu_list li.main_menu ul,
	footer .footer_container .footer_menu_area ul.footer_menu_list li.sub_menu ul {
		
		display: flex;
		
		gap: 30px;
		flex-wrap: wrap;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list a{
		font-size:15px;
	}

/*
	footer .footer_container ul.sns_list{
		position:absolute;
		right:10px;
		bottom:30px;
	}
*/
	footer .follow_us {
		display:flex;
		justify-content:center;
		align-items:center;
		padding:25px 0;
	}

	footer .follow_us ul.sns_list li,
	footer .follow_us ul.sns_list li a + a{
		margin-left:20px;
	}

	footer .copyright  {
		display:flex;
		justify-content:center;
		min-height:auto;
		padding:30px 0;
	}

	footer .copyright ul + span {
		margin-left:140px;
	}

	footer .copyright ul li + li:before {
		margin:0 20px;
	}

}

@media only screen and (min-width: 1220px) {

	main .main_contents,
	main #tags_area,
	main .bottom_content{
		width:794px;
	}

}
@media (max-width: 1200px) {

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li:last-child,.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li:nth-child(5) {
		width:510px;
		border-right:0;
		border-bottom:solid 1px #aaa;
	}

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li:last-child a,.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li:nth-child(5) a {
		width:100%;
	}

	footer .footer_container{
		padding-top:30px;
		padding-bottom:30px;
	}

	footer .footer_container .footer_logo{
		width:234px;
		margin:auto;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list{
		margin-top:20px;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list > li.main_menu span{
		display:none;
	}


	footer .footer_container .footer_menu_area ul.footer_menu_list li.main_menu ul{
		justify-content:center;
		display:flex;
		flex-wrap:wrap;
		margin-top:10px;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.main_menu ul li{
		position:relative;
		display:flex;
		justify-content:center;
		align-items:flex-end;
		width:116px;
		padding:10px 0;
		text-align:center;
		background: #7F434E;
	}
	footer .footer_container .footer_menu_area ul.footer_menu_list li.main_menu ul li a {
		
		color: #fff;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.main_menu ul li:after{
		content:"";
		display:block;
		width:1px;
		height:100%;
		background-color:#aaaaaa;
		position:absolute;
		top:0;
		right:0;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.main_menu ul li:last-child:after{
		display:none;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.sub_menu ul{
		display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 600px;
    align-items: center;
    margin: 15px auto 0 auto;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.sub_menu ul li:nth-child(3n){
		border-right:0;
	}

/*
	footer .footer_container .footer_menu_area ul.footer_menu_list li.sub_menu ul li:nth-last-child(-n+3){
		border-bottom:solid 1px #aaa;
	}
*/

	footer .footer_container .footer_menu_area ul.footer_menu_list li.sub_menu ul li a{
		font-size:15px;
		display:block;
		width:170px;
		padding:10px 0;
		text-align:left;
	}

	

	

	footer .footer_container .footer_menu_area ul.footer_menu_list li.sitemap ul{
		margin-top:35px;
		text-align:center;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.sitemap ul li{
		margin-top:15px;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.sitemap ul li a{
		font-size:12px;
	}

	footer .follow_us {
		padding:30px 0;
		text-align:center;
	}

	footer ul.sns_list{
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		margin-top:5px;
	}

	footer ul.sns_list li{
		margin-right:20px;
	}

	footer ul.sns_list li a + a {
		margin-left:20px;
	}

	footer ul.sns_list li:nth-child(4){
		margin-right:0;
	}

	footer ul.sns_list li:last-child{
		width:100%;
		text-align:center;
		margin-top:10px;
		margin-right:0;
	}

	footer .copyright ul {
		margin:30px 30px 15px 30px;
		line-height:2.4;
	}

	footer .copyright ul li + li:before {
		margin:0 10px;
	}

}

#switchBtnArea {
	position: fixed;
	top:0;
	right:0;
	width:60px;
	height:60px;
	z-index:9999;
}
#switchBtnArea .switchBtn {
	top: 22px;
	right: 22px;
	width: 28px;
	height: 25px;
	display: block;
	position: fixed;
	z-index:9999;
}

#switchBtnArea .switchBtn span {
	left: 10%;
	width: 100%;
	height: 3px;
	display: block;
	position: absolute;
	background-color: #7F434E;
	transition: all 0.2s linear;
}
#switchBtnArea .switchBtn span:nth-of-type(1) {top:0px;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:11px;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);}
	.sp_menu{
		width:50%;
		height: 100vh;
		overflow:auto;
		position:fixed;
		top:-100vh;
		right: 0;
		background-color:#f0f0f0;
		z-index:9999;
		color:#fff;
		transition:all 0.4s;
	}
	.sp_menu a{
		color:#0b0b0b;
	}
	.sp_menu.on{
		top:0;
	}
	
	
	@media (max-width: 999px) {
		.sp_menu_list .main_menu {
			display: block;
		}
		.sp_menu.on{
			top:58px;
		}
		.sp_menu{
			width:100%;
			height:calc(100vh - 68px);
			overflow:auto;
			position:fixed;
			top:-100vh;
			left:0;
			background-color:#f0f0f0;
			z-index:9999;
			color:#fff;
			transition:all 0.4s;
		}
		body{
			padding-top:70px;
		}

	.sp_menu.on{
		top:58px;
	}



	#side_newshop,
	#side_ranking,
	#side_magazine{
		margin-left:10px;
		margin-right:10px;
	}


	ul.top_link,
	#top_guidance{
		margin-left:10px;
		margin-right:10px;
	}

	header {
		position: fixed;
		z-index: 9999;
		background: #fff;
		width: 100%;
		top:0;
	}

	header .header-logo{
		width:180px;
		margin-left:0;
	}

	/*繧ｫ繝ｩ繝�3蛻�*/
	.column_m{
		padding:0 10px;
	}

	/*繧ｫ繝ｩ繝�2蛻�*/
	.column_l{
		padding:0 10px;
	}

	main{
		display:block;
		padding:0;
		margin-top:12px;
	}

	main .main_contents,
	main #tags_area,
	main .bottom_content{
		width:100%;
	}

	main #tags_area{
		padding:0 15px;
	}

	main #side_area{
		width:100%;
		margin-top:40px;
	}

	header .sns_area{
		display:none;
	}

	nav{
		display:none;
	}
	#side_area ul#side_banner li{
		text-align:center;
	}

	#side_newshop .img_area{
		max-width:280px;
		margin:15px auto 0 auto;
	}

	#side_magazine .img_area img{
		max-height:230px;
	}

	.pagination{
		padding:0 10px;
	}


}

	
	


	.sp_menu .sp_g_menu_area ul.sp_menu_list{
		margin-top:20px;
	}

	.sp_menu .sp_g_menu_area ul.sp_menu_list > li.main_menu span{
		display:none;
	}


	.sp_menu .sp_g_menu_area ul.sp_menu_list li.main_menu ul{
		justify-content:center;
		display:flex;
		flex-wrap:wrap;
		/*
		margin-top:10px;
		*/
	}

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.main_menu ul li{
		position:relative;
		display:flex;
		justify-content:center;
		align-items:flex-end;
		width: calc(100% / 4);
   		 padding: 10px;
		text-align:center;
	}
	.sp_menu .sp_g_menu_area ul.sp_menu_list li.main_menu ul li img {
		width: 100%;
	}

	

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.main_menu ul li:last-child:after{
		display:none;
	}

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul{
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		max-width:600px;
		margin:15px auto 0 auto;
	}

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li{
		border-top:solid 1px #aaa;
		border-right:solid 1px #aaa;
	}

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li:nth-child(3n){
		border-right:0;
	}

/*
	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li:nth-last-child(-n+3){
		border-bottom:solid 1px #aaa;
	}
*/

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li a{
		font-size:13px;
		display:block;
		width:170px;
		padding:10px 0;
		text-align:center;
	}

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sitemap ul{
		margin-top:35px;
		text-align:center;
	}

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sitemap ul li{
		margin-top:15px;
	}

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sitemap ul li a{
		font-size:12px;
	}

	.sp_menu .copyright{
		background-color:#7F434E;
		color:#fff;
		text-align:center;
		font-size:10px;
		padding:30px 0 140px 0;
	}

	.sp_menu .copyright ul {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		margin:0 30px;
		line-height:2.4;
		gap:10px;
	}

	

	.sp_menu .copyright ul li a {
		display:inline-block;
		white-space:nowrap;
		font-size:12px;
		color:#fff;
	}

	.sp_menu .copyright ul + span {
		color:#ffebcc;
	}

	.sp_menu .follow_us {
		padding: 30px 0;
		margin-top:30px;
		text-align: center;
		background:#fff;
	}

	.sp_menu .follow_us .caption {
		
		font-weight: bold;
		font-size: 20px;
		letter-spacing: 2px;
		color: #7F434E;
		line-height: 1;
	}

	.sp_menu ul.sns_list{
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		margin-top:5px;
	}

	.sp_menu ul.sns_list li{
		margin-right:20px;
		text-align:center;
	}

	.sp_menu ul.sns_list li img,
	.sp_menu ul.sns_bottom_list li img {
		max-height:30px;
	}

	.sp_menu ul.sns_list li:last-child{
		margin-right:0;
	}

	.sp_menu ul.sns_bottom_list{
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		margin-top:10px;
		gap: 20px;
	}

	.sp_menu ul.sns_bottom_list li{
		margin-right:10px;
		text-align:center;
		font-family:Arial,sans-serif;
		font-weight:bold;
		letter-spacing:1px;
	}

	.sp_menu ul.sns_bottom_list li:last-child{
		margin-right:0;
		margin-left:20px;
	}

	.sp_menu ul.sns_bottom_list li img {
		margin-right:10px;
	}

	.sp_menu ul.sns_bottom_list li a {
		color:#424242;
		display: flex;
	}

	.sp_menu #sp-search{
		/*
		text-align:center;
		*/
		max-width: 335px;
		margin:auto;
		position:relative;
	}

	.sp_menu #sp-search input[name="s"]{
		/*
		border-radius:5px;
		border:solid 1px #ccc;
		width:300px;
		height:36px;
		margin:20px auto;
		padding-right: 30px;
		*/
		margin:25px auto;
		height: 24px;
		box-sizing: border-box;
		width: 100%;
		background-color: #fff;
		border-radius: 20px;
		border: 0;
		padding: 15px;
		font-family:'Noto Sans JP' ,"Hiragino sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		font-size: 12px;
	}

	.sp_menu #sp-search input[name="s"]::placeholder{
		font-family:'Noto Sans JP' ,"Hiragino sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		font-size:12px;
		color:#a5a5a5;
	}

	.sp_menu #sp-search input#searchsubmit{
		width:14px;
		height:14px;
		background:url(assets/image/common/icon_search_orange.svg)no-repeat center center;
		border:0;
		position: absolute;
		right:19px;
		top:33px;
		cursor: pointer;
	}

	#top_news {
		margin-top: 75px;
	}
	


@media (max-width: 767px) {
	.sp_menu ul.sns_bottom_list li {
		padding-left: 24%;
		width: 100%;
		text-align: left;
		font-size: 19px;
	}
	.sp_menu ul.sns_bottom_list li:last-child {
		margin-left: 0;
		margin-top: 14px;
	}
	.sp_menu ul.sns_bottom_list {
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 10px;
		gap: 0;
	}
	.pc_only{
		display:none !important;
	}

	.column_m article.coupon-thumnail{
		
		margin-right:0;
	}
	/*繧ｫ繝ｩ繝�3蛻�*/
	.column_m{
		justify-content:flex-start;
		display:flex;
		flex-wrap:wrap;
		margin-top:10px;
	}

	.column_m article{
		margin-top:10px;
		padding-top:10px;
		border-top:solid 1px #dadada;
		width:100%;
	}

	.column_m article:nth-child(-n + 1){
		margin-top:0;
		border-top:0;
	}

	.column_m article .img_area {
		position:relative;
		overflow:hidden;
	}

	.column_m article .img_area:before{
		content:"";
		display:block;
		padding-top:50%;
	}

	.column_m article .img_area img {
		position:absolute;
		width:100%;
		height:auto;
		top:50%;
		transform:translate(0, -50%);
	}

	.column_m article a{
		justify-content:space-between;
		display:flex;
		flex-wrap:wrap;
	}

	.column_m article a .img_area{
		width:110px;
	}

	.column_m article a .text_area{
		flex:1;
		box-sizing:border-box;
		padding:0 15px 0 20px;
	}

	/*繧ｫ繝ｩ繝�2蛻�*/
	.column_l{
		justify-content:flex-start;
		display:flex;
		flex-wrap:wrap;
		margin-top:10px;
	}

	.column_l article{
		margin-top:10px;
		padding-top:10px;
		border-top:solid 1px #dadada;
		width:100%;
	}

	.column_l article:nth-child(-n + 1){
		margin-top:0;
		border-top:0;
	}

	.column_l article a{
		justify-content:space-between;
		display:flex;
		flex-wrap:wrap;
	}
	.column_l.sp-slider article a {
		display: block;
	}

	.column_l article a .img_area{
		width:110px;
		position:relative;
		overflow:hidden;
	}

	.column_l.sp-slider article a .img_area {
		width: 100%;
	}
	#top_news .column_l article a .img_area {
		width: 100%;
	}
	
	.column_l article a .img_area:before{
		content:"";
		display:block;
		padding-top:50%;
	}

	.column_l article a .img_area img {
		position:absolute;
		width:100%;
		height:auto;
		top:50%;
		transform:translate(0, -50%);
	}

	.column_l article a .text_area{
		flex:1;
		box-sizing:border-box;
		padding:0 15px 0 20px;
	}
	.column_l.sp-slider article a .text_area{
		flex:1;
		box-sizing:border-box;
		padding:0;
	}

	p.category{
		margin-top:5px;
		line-height:1;
		font-weight:400;
	}

	p.category time,
	p.category span{
		font-size:10px;
		margin-right:10px;
		color:#aaa;
	}

	.event_slider{
		margin-top:20px;
	}

	.event_slider{
		margin-top:20px;
	}

	.event_slider .slick-slide{
		width:230px;
		margin-left:1px;
		margin-right:0;
	}

	#top_guidance h2{
		font-size:16px;
		border-bottom:solid 1px #dadada;
		margin:20px 20px 0 20px;
		padding-bottom:20px;
	}

	#top_guidance .detail_area{
		margin:10px 20px 20px 20px;
	}

	#top_guidance .detail_area dl{
		margin-top:15px;
	}

	#top_guidance .detail_area dl:first-child{
		margin-top:0;
	}

	#top_guidance .detail_area dl dt{
		font-size:14px;
		line-height:20px;
	}

	.sp_menu_area ul.sp_menu_list{
/*		max-width:410px;*/
		margin:10px auto 0 auto;
	}

	#side_area .btn a{
		width:300px;
	}

	#side_area ul#side_banner{
		margin-left:10px;
		margin-right:10px;
	}

	.ranking_area{
		margin:0 10px;
	}

	ul.top_link{
		display:block;
		margin-top:20px;
	}

	ul.top_link li{
		width:100%;
		margin-top:7px;
		text-align:center;
	}

	ul.top_link li:first-child{
		margin-top:0;
	}

	ul.top_link li img{
		max-width:100%;
		width:auto;
	}


	.sp_menu .sp_g_menu_area ul.sp_menu_list{
		max-width:410px;
		margin:auto;
	}

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.main_menu ul li:after{
		height:calc(100% - 3px);
	}

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.main_menu ul li:nth-child(5n):after{
		display:none;
	}


	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li:nth-child(even){
		border-right:0;
	}

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li:nth-child(3n){
		border-right:solid 1px #aaa;
	}

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li:nth-child(even){
		border-right:0;
	}

/*
	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li:nth-last-child(-n+3){
		border-bottom:0;
	}

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li:nth-last-child(-n+2){
		border-bottom:solid 1px #aaa;
	}
*/

	.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li:last-child,.sp_menu .sp_g_menu_area ul.sp_menu_list li.sub_menu ul li:nth-child(5) {
		width:340px;
	}


	.sp_menu .copyright ul li + li:nth-of-type(4):before,
	.sp_menu .copyright ul li + li:last-child:before {
		display:none;
		margin:0;
	}




	footer .footer_container .footer_menu_area ul.footer_menu_list{
		max-width:410px;
		margin:auto;
		font-weight:500;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.main_menu ul li:after{
		height:calc(100% - 3px);
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.main_menu ul li:nth-child(5n):after{
		display:none;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.main_menu ul li:nth-child(-n + 5):before{
		content:"";
		display:block;
		width:calc(100% - 3px);
		height:1px;
		background-color:#aaaaaa;
		position:absolute;
		bottom:0;
		left:0;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.sub_menu ul li:nth-child(3n){
		/* border-right:solid 1px #aaa; */
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.sub_menu ul li:nth-child(even){
		border-right:0;
	}
/*
	footer .footer_container .footer_menu_area ul.footer_menu_list li.sub_menu ul li:nth-last-child(-n+3){
		border-bottom:0;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.sub_menu ul li:nth-last-child(-n+2){
		border-bottom:solid 1px #aaa;
	}
*/

	

	footer .copyright {
		padding-bottom:30px;
	}

	footer .copyright ul li + li:nth-of-type(4):before,
	footer .copyright ul li + li:last-child:before {
		display:none;
		margin:0;
	}

	.slick-initialized.event_slider .slick-slide{
		max-width:195px;
	}

	#top_slide .slick-initialized .slick-slide{
		max-width:430px;
	}



	.pagination li a{
		width:32px;
		height:32px;
	}

	.pagination li span.current{
		width:32px;
		height:32px;
	}

	.pagination li span.dots{
		width:32px;
		height:32px;
	}

	.btn a {
		width: 300px;
		margin-top:20px;
	}

	.pagination li a.next::before {
		left: 8px;
	}

	.pagination li a.prev::before {
		right: 8px;
	}

	ul.sns_list li span{
		margin-left:5px;
		margin-right:5px;
	}

	article .sale_band {
		top:9px;
		width:32px;
		height:32px;
	}

	article .sale_band img {
		left:3px;
		bottom:3px;
		max-width:22px;
	}
}
@media (max-width: 325px) {
	.btn a {
		width: 280px;
	}

	#side_area .btn a {
		width: 240px;
	}

}



.br-media{
    display: none;
}

@media (max-width: 780px) {
	h3.article_title {
		margin-top: 8px;
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
	}
    .br-media{
    display: block;
    }
}

.c-center{
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: auto;
    padding-right: auto;
    width: auto;
    height: auto;
    background-color: #FFF;
    text-align: center;
}

.c-left{
    align-content: left;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 50px;    
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}

.c-left-media{
    display: none !important;
}

@media (max-width: 780px) {
    .c-left-media{
        align-content: left;
        display: block !important;
        width: 100%;
        height: auto;
    }

    .c-left{
        display: none !important;
    }
}


.c-left-detail{
    display: block;
    height: auto;
    width: auto;
    padding-right: 5vw;
    padding-left: 5vw;
    position: relative;
    border-top: 1px solid #000;
}

.c-left-text{
    text-align: left;
    width: 65%;
    height: auto;
    margin: 0;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.c-left-text-color-title{
    width: auto;
    height: auto;
    position: relative;
    margin-top: 50px;
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: auto;
    color: #7F434E;
}

.c-left-text-color-title h2{
    text-align: left !important;
}

.c-left-text-black-title{
    width: auto;
    height: auto;
    position: relative;
    margin: auto;
    text-align: left;
    color: #000;
}

.c-left-text-color{
    border: 1px solid #7F434E;
    width: 25vw !important;
    height: auto;
    padding: 4px;
    position: relative;
    margin-top: 3px;
    margin-bottom: 3px;
}

.c-left-text-color h6{
    font-size: 10px;
    color: #7F434E;
}

.c-left-detail h2{
    font-size: 26px;
    margin-bottom: 10px;
}

.c-left-detail h3{
    font-size: 21px;
}

.c-left-detail h5{
    font-size: 13px;
}

.c-left-img{
    text-align: center;
    height: auto;
    position: absolute;
    top: 10%;
    right: 5%;
    vertical-align: middle;
}

.c-left-detail img{
    position: relative;
    max-height: 300px !important;
    width: 25vw;
}

@media (max-width: 780px) {
    .c-left-detail{
        display: none !important;
    }
}

.c-center-yellow{
    background-color: #FDFCEC;
    align-content: center;
    padding: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    vertical-align: middle;
    text-align-last: center;
    width: 100%;
    height: auto;
    position: relative;
}

.c-center-yellow-inner{
    display: inline;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.c-center-yellow h3{
    font-size: 17.7px;
    text-align: center;
    color: #FFF;
    vertical-align: middle;
    display: inline-block;
    margin: auto;
}

.c-center-yellow h4{
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    margin: auto;
}

.c-center-bluebox{
    margin: 1vw;
    align-content: center;
    background-color: #73C6C8;
    height: 45px;
    padding: 0.4vw;
    vertical-align: middle;     
    width: auto;
    display: inline-block;
}

@media (max-width: 780px) {
    .c-center-yellow{
        display: none !important;
    }
    .c-center-bluebox{
       height: 25px; 
    }
}

.c-center-gray{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: auto;
    padding-left: auto;
    width: 100%;
    height: auto;
    margin: 0;
    top: 30px;
    overflow: hidden;
    background-color: #F7F8F8;
    text-align: center;
}

@media (max-width: 780px) {
    .c-center-gray{
        clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%);
    }
}


.c-center-gray-top{
    align-content: center;
    position: relative;
    padding: 40px;
}

.c-center-gray-top h1{
    font-size: min(6.5vw,45.0px);
    text-align: center;
    padding-bottom: 40px;
}

.c-center-gray-top h2{
    font-size: 34.5px;
    text-align: center;
    padding-bottom: 30px;
}

.c-center-gray-top p{
    font-size: min(4.5vw,34.5px);
    text-align: center;
    padding-bottom: 30px;
}

.c-center-gray-top h4{
    font-size: 21px;
    text-align: center;
    padding-bottom: 15px;
}


@media (max-width: 780px) {
    .c-center-gray-top h1{
        font-size: 21px;
        vertical-align: baseline;
    }
    .c-center-gray-top h2{
        padding-bottom: 10px;
        font-size: min(8vw, 34.5px);
    }

    .c-center-gray-top h4{
        padding-bottom: 30px;
        font-size: min(3vw, 13px);
    }
}

.col-rule {
    display: block;
    column-rule: dotted 3px #000;  
    column-count: 2;
    width: 90%;
    height: auto;
    break-before: auto;
    margin: auto;
    align-content: center;
}

@media (max-width: 780px) {
    .col-rule { 
        display: none !important; 
    }
}

.col-rule-gray {
    display: block;
    column-rule: dotted 3px #000;  
    width: auto;
    height: auto;
    margin: auto;
    column-count: 3;
}

@media (max-width: 780px) {
    .col-rule-gray { 
        column-rule: none;
        align-items: center;  
        column-count: 1;
        width: 90%;
        height: auto;
        margin: auto;
        display: block;
    }
}


.col-container{
    position: relative;    
    padding-right: auto;
    padding-left: auto;
    align-content: center;
    height: auto;
    margin-right: 20px;
}

.col-box-container{
    column-count: 2;
    height: auto;
    width: 100%;
    margin: auto;
    break-before: auto;
}

.col-ex-tag{
    padding-bottom: 20px;
    text-align: center;
    margin: 0;
    width: auto;
    height: auto;
}

.col-ex-tag img{
    max-height: 35px !important;
    width: auto;
}

.col-ex-container{
    vertical-align: top;
    width: 95%;
    height: auto;
    text-align: right;
}

.col-ex-container img{
    position: relative;
    top: 0px;
}

.col-ex-container-box{
    max-width: 95%;
    margin-right: 0;
    margin-left: 0;
    bottom: 0;
    padding-top: 25px;
}

.col-colored-text{
    text-align: left;
    white-space: nowrap;
    color: #7F434E;
    margin-bottom: 10px;
}

.col-black-text{
    text-align: left;
    white-space: nowrap;
    color: #000;
    margin-bottom: 10px;
}

.col-container h2{
    font-size: 19.13px;
}

.col-container h3{
    font-size: 15.46px;
}

.col-container h4{
    font-size: 12px;
}

.col-container h5{
    font-size: 9px;
}

.col-container h6{
    font-size: 7.29px;
}

.col-container-g{
    position: relative;    
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 780px) {
    .col-container-g{
        margin-top: 30px;
        padding-bottom: 40px;
        border-bottom: solid 1px #000;
    }
}    

.common-container{
    align-content: center;
    width: 90;
    margin-top: auto;
    height: auto;
}


.common-container img{
    width: auto;
    height: 16vw !important;
    margin: 10px;
}

.common-container h2{
    font-size: 24px;
    margin-bottom: 45px;
    margin-top: 45px;
}

.common-container h4{
    font-size: 13px;
    white-space: nowrap;    
}

.common-dif-back{
    background-color: #FFF;
    margin: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 15px;
    width: 90%;
    height: 140px;
    padding-bottom: auto;
    word-break: break-all;
}


@media (max-width: 1200px) {
    .common-dif-back{
        height: 160px; 
    }
    .common-container img{
        width: 50%;
        height: auto !important;
        margin: 10px;
    }
}


@media (max-width: 900px) {
    .common-dif-back{
        height: 170px; 
    }
}

@media (max-width: 800px) {
    .common-dif-back{
        height: 180px; 
    }
}


.common-dif-back h4{
    font-size: 13px;
    text-align: left;
}

@media (max-width: 780px) {
    .common-container h2{
        font-size: 26px;
        margin-bottom: 8px;

    }

    .common-container h4{
        font-size: 17px;
    }

    .common-dif-back{
        background-color: #F7F8F8;
        margin-top: 5px;
        width: 90%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }
}

.c-obj-row{
    position: relative;
    padding-left: 9.75vw;
    width: 100%;
    height: 13vw;
}

.c-obj-row-text{
    position: relative;
    padding-left: 9.75vw;
    width: 100%;
    height: auto;
}

@media (max-width: 780px) {
    .c-obj-row-text{
        padding-left: 14vw;
    }
}

.c-obj-row-media{
    display: none !important;
}

@media (max-width: 780px) {
    .c-obj-row{
        display: none !important;
    }

    .c-obj-row-media{
        margin: auto;
        position: relative;
        display: block !important;
        align-content: center;
        padding-left: 14vw;
        background-color: #FFF;
        height: 25vw;
    }
    
    .c-obj-row-media h4{
        font-size: 16px;    
    }

    .c-obj-row-media-2 h4{
        font-size: 16px;
        display: inline-block;    
    }
}

.c-obj-block{
    padding-right: auto;
    padding-left: auto;
    float: left !important;
    margin: 1vw;
    align-content: center;
    width: 14.5% !important;
    height: 10.75vw !important;
    position: relative;
    box-shadow: 8px 4px 4px #E0DEDE;
    border: 1.5px solid #D5C1C0;
}

@media (max-width: 780px) {
    .c-obj-row-media-2{
        margin-left: auto;
        margin-right: auto;
        margin-top: 22px;
        padding-top: 22px;
        padding-bottom: 22px;
        display: block !important;
        position: relative;
        align-content: center;
        padding-left: auto;
        padding-right: auto;
        background-color: #FFF;
        height: auto;
    }
}

.c-obj-block h4{
    position: absolute;
    font-size: min(2vw,13px);
    margin: auto;
    white-space: nowrap;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-10%);
    -webkit-transform: translateX(-50%) translateY(-10%);
    -ms-transform: translateX(-50%) translateY(-10%);
    vertical-align: text-bottom;
}

@media (max-width: 780px) {
    .c-obj-block{
        padding-right: auto;
        padding-left: auto;
        align-content: center;
        width: 27% !important;
        height: 20vw !important;
    }
}

.c-obj-block-blue{
    padding: auto;
    margin: auto;
    height: 8.5vw;
    align-content: center !important;
    width: 19.5vw !important;
    text-align: center;
    position: relative;
    vertical-align: middle !important;
    display: inline-block;
    background-color: #73C6C8;
}

.c-obj-block-blue h3{
    font-size: min(2.5vw,17px);
    color: #FFF;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.c-obj-image{
    width: auto;
    height: auto;
    position: relative;
}

.c-obj-image img{
    max-height: 5.0vw !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(30%) translateX(-50%);
    -webkit-transform: translateY(30%) translateX(-50%);
    -ms-transform: translateY(30%) translateX(-50%);

}

@media (max-width: 780px) {
    .c-obj-image img{
        max-height: 10vw !important;
    }
}


.c-obj-arrow{
    position: absolute;
    right: 5%;
    width: auto;
    height: auto;
    top: 40%;
}

.c-obj-arrow img{
    height: 2vw;
}

.c-course{
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    background-color: #F7F8F8;
    width: 90%;
}

.c-course-media{
    display: none !important;
    height: auto;
}

@media (max-width: 780px) {
    .c-course{
        display: none !important;
    }

    .c-course-media{
        display: block !important;
        margin: auto;
        background-color: #FFF;
        width: 93%;
    }
}

.course-row{
    position: relative;
    margin: auto;
}

.course-row-media{
    position: relative;
    padding-top: 20px;
}

.course-title{
    position:relative;
    margin: auto;
    margin-bottom: 12px !important;
    left: 0px;
    float: left;

}

.course-menu{
    position: relative;
    margin-right: 3.9%;
    margin-left: 3.9%;
    float: right;
    bottom: 0px;
    width: 18vw;
    border-radius: 1.8vw;
    background-color: #A77E7E;
}

.course-menu h5{
    text-align: center;
    font-size: 12px;
    color: #FFF;
}

.course-title h3{
    font-size: 17px;
}

@media (max-width: 780px) {
    .course-title h3{
        font-size: 21px;
    }

}

.course-menu-media{
    position: relative;
    right: 0px;
    margin-bottom: 15px;
    width: 40vw;
    float: right;
    border-radius: 4vw;
    background-color: #A77E7E;
}

.course-menu-media h5{
    text-align: center;
    font-size: 13px;
    color: #FFF;
}

.course-table{
    width: 100%;
    height: 150px;
    align-content: center;
    border-collapse: collapse;
    border: 1px solid #898989;
    table-layout: fixed;
    vertical-align: text-bottom;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 780px) {
    .course-table-media{
        height: auto;
    }
}

.course-table h3{
    font-size: 13px;
}

.course-table h4{
    font-size: 10px;
}

.course-table h5{
    font-size: 9px;
}

.course-table h6{
    font-size: 6px;
    margin-top: 3px;
}

.course-table p{
    font-size: 4px;
    margin-top: 3px;
    font-feature-settings: "smcp", "zero";
}

_::-webkit-full-page-media, _:future, :root .course-table h6{
    line-height: 18px;
}

_::-webkit-full-page-media, _:future, :root .course-table p{
    line-height: 18px;
}

.course-td-c{
    width: auto;
    height: 86px;
    border-bottom: 1px solid #898989;
    background-color: #F1EBEA;
    text-align: center;
    align-content: center;
    vertical-align: middle;
}

.course-td-l{
    width: 25vw;
    height: 86px;
    border-left: none;
    border-bottom: 1px solid #898989;
    background-color: #FFF;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 780px) {
    .course-td-l{
        width: 60vw !important;
    }
}

.course-td-r{
    width: 25vw;
    height: 86px;
    border-left: 1px dotted #898989;
    border-bottom: 1px solid #898989;
    background-color: #FFF;
    text-align: center;
    align-content: center;
    vertical-align: middle;
}

.course-td-r-ex{
    width: 25vw !important;
    height: 86px;
    border-left: 1px dotted #898989;
    border-bottom: 1px solid #898989;
    background-color: #FFF;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}

.course-td-par{
    align-content: center;
    display: inline;
    vertical-align: middle;
    text-align: center;
    width: auto;
    margin: 0;
    overflow: hidden;
}

@media (max-width: 780px) {
    .course-td-r-ex{
        border-left: none;
    }
}


.course-td-r-ex-text{
    text-align: left;
    margin: auto;
    height: 55px !important;
    vertical-align: middle;
    display: inline-block;
}

.link-box{
    width: 50%;
    background-color: #7F434E;
    height: auto;
    margin: auto;
}

.link-box h4{
    font-size: min(4vw,24px);
    color: #FFF;
    text-align: center;
}


.main-wrapper{
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    align-content: center;
}

.only-container{
    align-content: center;
}

.only-container img{
    width: 80%;
    height: auto;
}

.only-media-container{
    display: none !important;   
}

@media (max-width: 780px) {
    .only-container{
        display: none !important;   
    }

    .only-media-container{
        align-content: center;
        width: 90%;
        margin-top: 25px;
        display:inline !important;
    }
    .only-media-container h4{
        text-align: center;
        font-size: 15.93px;
    }
}
@media (max-width: 780px) {
    .obj-group-m{
        width: auto;
        height: 9.5vw !important;
        display: inline !important;
    }
}

.price-table{
    border-collapse: collapse;
    table-layout:fixed;
    width: 100%;
    border-top: 1px solid #666464;
    border-bottom: 1px solid #666464;
    align-content: center;
}

.back-white{
    background-color: #FFF;
    width: 70%;
}

.back-blue{
    background-color: #D0EAE6;
    width: auto;
}

.back-gray{
    background-color: #E9E4DB;
    width: auto;
}

.colored-text{
    color: #7F434E;
    text-align: center;
    vertical-align: top !important;
    white-space: nowrap;
}

.gray-text{
    color: #666464;
    text-align: center;
    vertical-align: top !important;
    white-space: nowrap;
}

.gray-text2{
    color: #666464;
    text-align: center;
    vertical-align: middle !important;
    white-space: nowrap;
}

.top-img-area{
    height: auto;
    display: block;
    text-align: center;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    position: relative;
}

.top-img-area-media{
    display: none !important; 
}

.line-img {
    position: absolute;
    top: 10px;
    right: 4%;
    max-width: calc((100%)/50);
}

@media (max-width: 780px) {
    .top-img-area{ 
        display: none !important; 
    }
    .top-img-area-media{
        display: block !important;
        height: auto;
        align-content: center;
        padding: 0px;
        width: 100%;
    }
}

.top-text{
    text-align: center; 
    padding-bottom: 20px;
}

.top-text h2{
    font-size: 26px;
    text-align: center;
    padding: auto;
    width: auto;
}

@media (max-width: 780px) {
    .top-text{
        margin: 6vw;
    }

    .top-text h2{
        font-size: min(5vw, 28px);
        word-break: keep-all;
    }

    .top-text h4{
        font-size: min(2.4vw, 13px);
        word-break: break-all;
    }
}

.text-inline{
    display: inline-block !important;
}



.link-more{
    width: 50%;
    border: 1px solid #7F434E;
    height: auto;
    margin: auto;
    margin-bottom: 40px;
}

.link-more h4{
    font-size: min(4vw,24px);
    color: #7F434E;
    text-align: center;
}

/* スライダーの崩れ防止 */
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}
