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


/*===========
header
===========*/
.header_login_top{
	width: 1200px;
	margin: 0 auto;
}
.head-ttl{
	padding: 10px 20px;
}

/*header全体*/
.header_top{
	width: 1200px;
	margin: 0 auto;
		padding: 12px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
}

/*ロゴ*/
.header_logo img{
    width: 110px;
	height: auto;
}

/*ログイン・SNS*/
.header_login ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
/*	position: absolute;
    right: 0;
    top: 20px;*/
}
.header_login ul li{
	margin-left: 10px;
	font-size: 12px;
	line-height: 1;
}
.header_login li:first-child{
	border-right: 1px solid #ddd;
	padding-right: 10px;
}

.header_sns{
	display: flex;
	 align-items: center;
	justify-content: flex-end;
	padding-top: 26px;
}
.header_sns li{
	padding:0  6px;
}
/*.header_sns li:last-child {
    border-left: 1px solid #606060;
    padding-right: 6px;
}*/


/*ヘッダーボタン*/
.header_btn{
	border-radius: 5px;
	width: 240px;
	    margin-left: auto;
    margin-top: 6px;
}
.header_btn a{
	display: block;
	font-size: 14px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
._blue{
	background-color: #87C7DA;
}
._red{
	background-color: #DA9D87;
}


/*？*/
.header_top02{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_sp_top{
	float: right;
	padding-right: 60px;
	margin-top: 5px;
	font-size: 10px;
}

.login_ng{
	width: 1200px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.header_top02{
display: none;
}
.header_login_top,.header_top{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
	.header_top{
		display: none;
		flex-direction: inherit;
	}
	
	.header_login{
	display: block;
		width: 134px;
		text-align: right;
}
.header_login li{
	margin-left: 0;
}
.header_login li:first-child{
	border-right: none;
	padding-right: 0;
}
	.header_login {
    position: fixed;
    z-index: 1000;
    top: 25px;
    right: 62px;
}
	
	.header_btn{
	    margin-left: 0;
    margin-top: 20px;
}
	
	.login_ng{
	width: 500px;
		margin: 0 auto;
}
}

@media only screen and (max-width: 767px) {
		.header_top02{
display: none;
}
.header_login_top,.header_top{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
	
		.header_top{
			display: none;
		flex-direction: inherit;
	}
	
.header_login {
    position: fixed;
    z-index: 1000;
    top: 25px;
    right: 62px;
}
.header_login li{
	margin-left: 0;
	font-size: 12px;
}
.header_login li:first-child{
	border-right: none;
	padding-right: 0;
}
	.header_btn{
	width: 100%;
	    margin-left: 0;
    margin-top: 20px;
}
	
		.login_ng{
	width: 320px;
		margin: 0 auto;
}
}

/*===========
login
===========*/
.login_info_link ul{
	display: flex;
	justify-content: center;
}
.login_info_link ul li{
	padding: 0 40px;
}

.login_guide{
	padding: 60px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.main_login{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 767px) {
		.main_login{
		padding-left: 15px;
		padding-right: 15px;
	}
	.login_info_link ul{
		flex-wrap: wrap;
}
	.login_info_link ul li{
	padding-bottom: 20px;
}
	.login_guide{
	padding: 30px;
}
}


/*===========
slide
===========*/
.swiper-container{
	width: 1200px;
	margin: 0 auto;
}
/*スライダーボタン*/
.my_swiper_btn .swiper-button-prev,
.my_swiper_btn .swiper-button-next {
	background-image: none;
	width: 55px; 
	height: 55px; 
	background-size: 24px 46px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -24px; 
}
.my_swiper_btn .swiper-button-next {
		right: 0;
	bottom: 0;
	background-image: url( "images/icon/icon_arrow_light.svg")!important;
}
.my_swiper_btn .swiper-button-next::after {
		content: "";
}
.my_swiper_btn .swiper-button-prev {
		left: 0;
	bottom: 0;
	background-image: url( "images/icon/icon_arrow_light.svg")!important;
			transform: scale(-1, 1);
}
.my_swiper_btn .swiper-button-prev::after {
		content: "";
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.swiper-container{
	width: 100%;
}
	.top_slider{
		padding-top: 70px;
	}
	.my_swiper_btn .swiper-button-prev,
.my_swiper_btn .swiper-button-next {
	width: 35px; 
	height: 35px; 
}
}
@media only screen and (max-width: 767px) {
		.swiper-container{
	width: 100%;
}
		.top_slider{
		padding-top: 70px;
	}
		.my_swiper_btn .swiper-button-prev,
.my_swiper_btn .swiper-button-next {
	background-size: 22px 22px;
}
}



/*======================
main_content head
======================*/
.head,.head_mini{
	display: flex;
	align-items: flex-end;
}
.head h3{
	font-size: 32px;
	font-weight: 500;
	padding-right: 22px;
	line-height: 1;
}
.head p{
	font-size: 16px;
}

.head_mini h3{
	font-size: 22px;
	font-weight: 500;
	padding-right: 12px;
	line-height: 1;
}
.head_mini p{
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.head h3{
	font-size: 26px;
		padding-right: 12px;
}
	.head p{
	font-size: 12px;
}
}


/*======================
sidebar&main_content
======================*/
.topmain_content_wrap{
	display: flex;
	justify-content: space-between;
}
.sideber{
	width: 300px;
	margin-right: 70px;
}
.sideber .category_wrap{
	margin-bottom: 36px;
}
.sideber .category{
	padding: 30px 15px;
}
.sideber .category .category_inner{
	padding: 20px;
}
.sideber .category .category_inner li a{
	display: block;
	border-bottom: 1px solid #DDDDDD;
	font-size: 14px;
	padding: 16px 10px;
	padding-right: 40px;
	position: relative;
	transition: .3s;
}
.sideber .category .category_inner li:first-child{
	border-top: 1px solid #dddddd;
}
.sideber .category .category_inner li a::after{
		content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-50%,-50%);
		background-image: url( "images/icon/icon_arrow.svg");
	width: 8px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
}
.sideber .category .category_inner li a:hover{
	background-color: #F4F4F2;
}

.main_content{
	width: 800px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
.topmain_content_wrap{
	flex-direction: column-reverse;
}
	.sideber{
	width: 100%;
	margin-right: 0;
		padding-bottom: 64px;
}
	.main_content{
	width: 100%;
		margin-bottom: 60px;
}
}
@media only screen and (max-width: 767px) {
.topmain_content_wrap{
	flex-direction: column-reverse;
}
	.sideber{
	width: 100%;
	margin-right: 0;
		padding-bottom: 64px;
}
	.main_content{
	width: 100%;
		margin-bottom: 46px;
}
}

/*===========
sidebar-banner/calendar
===========*/
.banner_wrap{
	margin-bottom: 36px;
}
.calender_wrap .calender_list li{
	margin-bottom: 16px;
}
.calender_wrap .calender_list li:last-child{
	margin-bottom: 0;
}
.calender_wrap .img_area img{
	width: 100%;
}


/*===========
information_area
===========*/
.information_wrap{
	margin-bottom: 60px;
}
.information_area_inner{
	width: 100%;
	height: 270px;
	padding: 20px 40px;
	overflow: scroll;
}
@media only screen and (max-width: 767px) {
	.information_area_inner{
	/*		height: auto;*/
	padding: 20px;
}
}

/*===========
campaign_area
===========*/
.keppin{
	background-color: #FFF4B2;
	display: inline;
}

.campaign_wrap{
	margin-bottom: 60px;
}
.campaign_area{
	background-color: #F7F5EF;
	padding: 26px 20px;
}
.campaign_area .cam_item_list{
	display: flex;
	margin-bottom: 26px;
}
.campaign_area .cam_item_list li{
	width: 180px;
	margin-right: 12px;
}
.campaign_area .cam_item_list li:last-child{
	margin-right: 0;
}
.campaign_area .cam_item_list li a{
	display: block;
	transition: .3s;
}
.campaign_area .cam_item_list li a:hover{
	opacity: 0.5;
}

.campaign_area .cam_item_list .img_area img{
	width: 100%;
	height: 180px;
	object-fit: contain;
	background-color: #fff;
}

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

}
@media only screen and (max-width: 767px) {
	.campaign_area .cam_item_list{
	display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap:10px;
}
.campaign_area .cam_item_list li{
	width: 100%;
	margin-right: 0;
}
	.campaign_area .cam_item_list .img_area img{
	width: 100%;
	height: 146px;
}
}

/*===========
main_category
===========*/
.main_category_wrap{
	margin-bottom: 60px;
}
.main_category_wrap .main_category{
	display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap:10px;
		row-gap:62px;
}

.main_category .item{
	width: 258px;
}
.main_category .item h4{
	background-color: #444444;
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 12px;
}

.main_category .item ul {
	display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap:10px;
		row-gap:10px;
	margin-bottom: 16px;
}
.main_category .item ul li{
	width: 124px;
	height: 124px;
}
.main_category .item ul li .img_area{
	width: 100%;
	height: 124px;
}
.main_category .item ul li .img_area img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.main_category_wrap .main_category{
		grid-template-columns: repeat(3, 1fr);
	row-gap:36px;
}
	.main_category .item{
	width: 100%;
}
.main_category .item ul li{
	width: 100%;
	height: 116px;
}
.main_category .item ul li .img_area{
	width: 100%;
	height: 116px;
}
}
@media only screen and (max-width: 767px) {
.main_category_wrap .main_category{
		grid-template-columns: repeat(2, 1fr);
	row-gap:36px;
}
	.main_category .item{
	width: 100%;
}
	.main_category .item h4{
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}
.main_category .item ul li{
	width: 100%;
	height: 96px;
}
.main_category .item ul li .img_area{
	width: 100%;
	height: 96px;
}
}


/*===========
brand_area
===========*/
.main_bland_wrap .main_bland ul{
	display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap:12px;
		row-gap:16px;
}
.main_bland_wrap .main_bland ul li{
	width: 260px;
	height: 110px;
}
.main_bland_wrap .main_bland ul li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.main_bland_wrap .main_bland ul li{
	width: 100%;
}
}

@media only screen and (max-width: 767px) {
.main_bland_wrap .main_bland ul{
		grid-template-columns: repeat(2, 1fr);
}
	.main_bland_wrap .main_bland ul li{
	width: 100%;
		height: 86px;
}
}


/*===========
発注画面
===========*/
.top_main{
	padding-top: 40px;
	padding-bottom: 120px;
}

.main_content_wrap{
	display: flex;
}

.top_main_under{
	padding-bottom: 60px;
	position: relative;
}
.top_main_under::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0;
	background-color: #F4F4F2;
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {
/*	.top_main{
	padding-top: 90px;
}*/
	.top_main .main_content_wrap{
		padding-top: 50px;
	display: block;
}
	.order{
	padding-top: 80px;
}
}
@media only screen and (max-width: 767px) {
/*.top_main{
	padding-top: 90px;
}*/
	.top_main .main_content_wrap{
	padding-top: 50px;
	display: block;
}
		.order{
	padding-top: 80px;
}
}

/*===========
order-itemarea
===========*/
.category_item_list{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}

.category_item_list li{
	width: 32%;
	margin-right: 10px;
	margin-bottom: 40px;
}

.category_item_list li a{
	display: block;
	transition: .3s;
}

.category_item_list .item_img img{
	width: 100%;
	height: 250px;
	object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	.category_item_list li{
	width: 100%;
}
	.category_item_list .item_img img{
	height: 220px;
}
}
@media only screen and (max-width: 767px) {
	.category_item_list{
	display: block;
}
		.category_item_list li{
	width: 100%;
}
	.category_item_list .item_img img{
	height: 156px;
}
}


/*===========
single
===========*/
.item_data_wrap{
	display: flex;
	justify-content: space-between;
}
.item_data_wrap .item_data_img{
	width: 540px;
	text-align: center;
}
.item_data_wrap .item_data{
	width: 500px;
}
.item_content_area {
	font-size: 14px;
}
.item_content_area h1{
	font-size: 30px;
}
.item_content_area h2{
	font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.item_data_wrap{
		padding-top: 50px;
}
	.item_data_wrap .item_data_img{
	width: 46%
}
.item_data_wrap .item_data{
	width: 46%;
}
	.item_content_area h1{
	font-size: 24px;
}
.item_content_area h2{
	font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
	.item_data_wrap{
	display: block;
		padding-top: 50px;
}
	.item_data_wrap .item_data_img{
	width: 100%;
}
	.item_data_wrap .item_data_img img{
		height: 345px;
	}
.item_data_wrap .item_data{
	width: 100%;
}
		.item_content_area h1{
	font-size: 20px;
}
.item_content_area h2{
	font-size: 16px;
}
}


/*===========
single-数量選択
===========*/
.item_count select{
		cursor: pointer;
		width: 86px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #DDDDDD;
		background-image: url( "images/icon/icon_arrow_btm.svg");
	background-repeat: no-repeat;
	background-size: 12px 8px;
    background-position: right 18% top 50%;
}


/*===========
orderlist
===========*/

.order_list_wrap{
	padding:  40px;
	overflow: hidden;
}
/*↓こっちは発注履歴*/
/*.shop_select{
	width: 520px;
	display: flex;
}*/
.order_content{
	padding-top: 40px;
	background-color: #F4F4F2 ;
}
.order_content:last-child{
	padding-bottom: 40px;
}
.order_content .order_list_wrap{
	width: 1200px;
	margin: 0 auto;
	padding:  40px;
	overflow: hidden;
}
.order_content .order_list_wrap .time span{
	display: none;
}

/*↓こっちは発注リスト*/
.order_check .shop_select ul li{
display: flex;
	width: 64%;
}
.order_check .shop_select .textarea{
	display: flex;
	background-color: #F4F4F2;
	padding: 16px;
}
.order_check .shop_select .textarea p:first-of-type{
	width: 48px;
}
.order_check .shop_select .textarea p:last-of-type{
	width: 100%;
	white-space: pre-wrap;
}


.shop_select_check{
	display: flex;
}
.shop_select_check .shop_select_left{
	width: 20%;
}
.shop_select_check  .shop_select_right{
	width: 80%;
}
.shop_select_right select{
	cursor: pointer;
		width: auto;
	    padding: 10px 20px;
    padding-right: 60px;
	background-color: #fff;
	border: 1px solid #DDDDDD;
		background-image: url( "images/icon/icon_arrow_btm.svg");
	background-repeat: no-repeat;
	background-size: 12px 8px;
    background-position: right 5% top 50%;
}
.shop_select_check  .shop_select_right textarea{
	width: 100%;
	height: 150px;
	font-family: 'メイリオ', sans-serif;
	padding:10px;
	border: 1px solid #B8B8B8;
}
.shop_select .textarea{
	white-space: pre-wrap;
}

.order_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}
.order_list_img{
	width: 153px;
	height: 153px;
		border: 1px solid #DDDDDD;
	text-align: center;
}
.order_list_img img{
	width: 100%;
	height: 151px;
	object-fit: contain;

}
.order_data{
	width: 80%;
	display: table;
}
.item_count input{
	width: 50px;
	height: 25px;
	background-color: #fff;
	border: 1px solid #333;
}
.item_count input[type="submit"]{
	  -webkit-appearance: none;
	width: 100px;
	height: 25px;
	background-color: #f1f1f1;
	border: 1px solid #333!important;
	margin-left: 12px;
	color: #333!important;
}
.order_data .order_cancel{
	text-align: right;
	display: table-cell;
	vertical-align: bottom;

}
.order_data .order_cancel input[type="submit"]{
	  -webkit-appearance: none;
	    font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
		color: #B4B4B4;
	text-decoration: underline;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.order_data .order_cancel input:hover{
	text-decoration: none;
}

.order_list_wrap .more-btn03 a{
	width: 318px;
	float: right;
	font-weight: 400;
}

.top_main_orderlist_thanks{
	padding-top: 120px;
}
.footer_orderlist_thanks{
	position: absolute;
	bottom: 0;
}

.toumei{
	display: inline-block;
}
.toumei input[type="submit"]{
	border: transparent!important;
	color: #fff;
}

.order_list_wrap{
	position: relative;
}
.order_list_wrap .caution{
	position: absolute;
	top: 20px;
	right: 20px;
	    border: 1px solid #DDDDDD;
    background-color: #F4F4F2;
	padding: 20px;
	font-size: 16px;
	line-height: 1.6;
	width: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top_main_under{
	padding-top: 80px;
}
	.order_content .order_list_wrap{
	width: 90%;
}
	.order_list_wrap{
	padding:  20px;
		padding-bottom: 40px;
}
.shop_select_left{
	width: 30%;
}
.shop_select_right{
	width: 70%;
}
	.order_data{
	width: 70%;
}
	.order_list_wrap .more-btn03 a{
	width: 100%;
	float:none;
}
	
	.top_main_orderlist_thanks{
		width: 70%;
		margin: 0 auto;
}
	
	.order_check .shop_select ul li{
	width: 100%;
}
	.order_list_wrap .caution{
		position: inherit;
			top: 0;
			right: 0;
		margin-bottom: 20px;
		width: 100%;
		font-size: 14px;
}

}

@media only screen and (max-width: 767px) {
	.shop_select {
    display: block;
		width: 100%;
	}
		.top_main_under{
	padding-top: 80px;
}
	.order_check .shop_select dt{
		text-align: left;
		width: auto;
}
.order_check .shop_select dd{
	    float: none;
	    margin-left: 0;
}
.order_content .order_list_wrap{
	width: 90%;
	padding:  20px;
}
	.order_content:last-child{
		padding-bottom: 60px;
	}
		.order_list_wrap{
	padding:  20px;
		padding-bottom: 40px;
}
	.shop_select_left{
	width: 100%;
}
.shop_select_right{
	width: 100%;
}
	.shop_select_right select{
		width: 100%;
	}
	.shop_select_right .address_inner{
		display: flex;
		font-size: 14px;
	}
	
	.order_list{
	display: block;
}
	.order_list_img{
		margin: 0 auto;
		margin-bottom: 20px;
}
	.order_data{
	width: 100%;
	display: block;
}
		.order_list_wrap .more-btn03 a{
	width: 100%;
	float:none;
}
		.top_main_orderlist_thanks{
			padding-top: 0;
	    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

	.order_data .order_cancel input[type="submit"]{
		font-weight: 400!important;
}
	
	
	/*発注リスト*/
	.shop_select_check{
	display: block;
}
	.shop_select_check .shop_select_left{
		width: 100%;
	}
	.shop_select_check .shop_select_right{
		width: 100%;
	}
	
	
	
.order_check .shop_select ul li{
	width: 100%;
}
		.order_list_wrap .caution{
	position: inherit;
			top: 0;
			right: 0;
		margin-bottom: 20px;
		width: 100%;
			font-size: 14px;
}
}

/*===========
発注履歴確認
===========*/
.order_check .shop_select .shop_select_left{
	width: auto;
	/*padding-right: 34px;*/
}
.order_check .shop_select .shop_select_left .textarea{
	display: flex;
}
.order_check .shop_select .shop_select_left .textarea p:first-of-type{
	width: 48px;
}
.order_check .shop_select .shop_select_left .textarea p:last-of-type{
	width: 100%;
	white-space: pre-wrap;
}

.order_check .order_list{
	display: flex;
	justify-content: space-between;
/*	padding-top: 40px;
	padding-bottom: 40px;*/
}
.order_check .order_list_img{
	width: 110px;
}
.order_check .order_list_img img{
	width: 110px;
	height: auto;
	object-fit: contain;
}
.order_check .order_data{
	    width: 100%;
	display: table;
}


.order_check .order_data li{
	width: 100%;
	padding: 6px 0;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	/*display: flex;*/
	align-items: center;
	justify-content: space-between;
}
.order_check .order_data li:first-child{
	border-top: 1px solid #ddd;
}

/*.order_check .order_data li span:first-of-type{
	width: 50%;
}
*/
.order_check .order_data .order_cancel{
	text-align: right;
	display: table-cell;
	vertical-align: bottom;
}

.order_check .order_list_wrap .more-btn03 a{
	width: 318px;
	float: right;
	font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.order_check .order_list_img{
	width: 30%;
}
}

@media only screen and (max-width: 767px) {
	.order_check .shop_select .shop_select_left{
	padding-right: 0;
}
		.order_check .shop_select .shop_select_left .ttl{
			width: auto;
}
			.order_check .shop_select .shop_select_left .shopname{
			width: 54%;
}
	.order_check .order_list{
		margin-bottom: 0;
	}
		.order_check .order_list_img{
	width: 46%;
			margin-right: 20px;
}
	.order_check .order_data li span{
	width: 50%;
		text-align: right;
}
/*	.order_check .order_data{
	width: 54%;
}*/
}

/*===========
user_check
===========*/
.inner_head{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inner_head .btn_area{
	display: flex;
}

.user_check_wrap{
	padding:  40px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.inner_head{
	display: block;
}
	.user_check_wrap{
	padding:  20px;
		padding-bottom: 40px;
}
}


/*＝＝＝＝＝＝＝＝＝＝＝
店舗追加確認
＝＝＝＝＝＝＝＝＝＝＝*/
.check_wrap{
	width: 100%;
}
.check_wrap dl{
	display: flex;
}
.check_wrap dl dt{
	width: 12%;
}

/*===========
セミナー/イベントインフォ
===========*/
	.top_main_single{
    padding-bottom: 120px;
}
.seminar_single{
	padding-top: 60px;
	padding-bottom: 80px;
	margin-bottom: 60px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.seminar_single .img_area iframe{
    width:100%;
    height:1350px;
}
.seminar_single .seminar_date_list{
	width: 680px;
	margin: 0 auto;
}
.seminar_single .seminar_date_list li{
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
border-bottom: 1px solid #ddd;
}
.seminar_single .seminar_date_list li:first-child{
	border-top: 1px solid #ddd;
}
.seminar_single .seminar_date_list li .left{
	width: 30%;
}
.seminar_single .seminar_date_list li .right{
	width: 70%;
}
.seminar_single .btn_area{
	width: 680px;
	margin: 0 auto;
}


.info_single{
	padding-top: 60px;
	padding-bottom: 80px;
	margin-bottom: 60px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.info_single img{
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top_main_single{
	    padding-top: 80px;
}

		.seminar_single .img_area iframe{
    height:1140px;
}
	.seminar_single .seminar_date_list{
	width: 100%;
}
	.seminar_single .btn_area{
	width: 100%;
}
}
@media only screen and (max-width: 767px) {
		.top_main_single{
	    padding-top: 80px;
}
	.seminar_single{
		padding-top: 40px;
	padding-bottom: 40px;
}
	.seminar_single .img_area iframe{
    height:570px;
}
		.seminar_single .seminar_date_list{
	width: 100%;
}
	.seminar_single .btn_area{
	width: 100%;
}
}


/*＝＝＝＝＝＝＝＝＝＝＝
プロモ
＝＝＝＝＝＝＝＝＝＝＝*/
.promo_single{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.promo_single .video_area .video_list{
	    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    row-gap: 60px;
}
.promo_single .video_area .video_list li{
	width: 100%;
}

.promo_single .video_area .video_list li video{
	width: 100%;
	height: 235px;
}
.promo_single .video_area .video_list li p{
	font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.promo_single{
	padding-top: 40px;
	padding-bottom: 40px;
}
	.promo_single .video_area .video_list{
	row-gap:20px;
}
	.promo_single .video_area .video_list li{
	width: 100%;
}
.promo_single .video_area .video_list li video{
	height: 160px;
}
.promo_single .video_area .video_list li p{
	font-size: 16px;
}
}

@media only screen and (max-width: 767px) {
	.promo_single{
	padding-top: 40px;
	padding-bottom: 40px;
}
	.promo_single .video_area .video_list{
		    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 40px;
}

.promo_single .video_area .video_list li video{
	height: 120px;
}
.promo_single .video_area .video_list li p{
	font-size: 14px;
}
}


/*＝＝＝＝＝＝＝＝＝＝＝
パンフ
＝＝＝＝＝＝＝＝＝＝＝*/
.pam_single{
		padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.pam_list ul{
	  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:15px;
	row-gap: 64px;
}
.pam_list .img_area img{
	width: 100%;
	height: 379px;
	object-fit: contain;
}

/*singleページ*/
.pam_single h3{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}
.pam_slide_list{
	background-color: #F4F4F2;
	padding-top: 36px!important;
	padding-left: 48px!important;
}
.pam_slide_list ul{
	margin-bottom: 64px;
}
.pam_slide_list ul li img{
	width: 490px;
	height: auto;
}

.pam_single .more-btn03{
	width: 520px;
	margin: 0 auto;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.pam_single{
	padding-top: 40px;
	padding-bottom: 40px;
}
	.pam_list ul{
	  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:15px;
	row-gap: 30px;
}
	.pam_list .img_area{
		text-align: center;
}
	.pam_list .img_area img{
	width: 100%;
	height: 268px;
}
	.pam_list p{
		text-align: center;
}
	
	.pam_slide_list ul li img {
    width: 310px;
    height: auto;
}


}
@media only screen and (max-width: 767px) {
	.pam_single{
	padding-top: 40px;
	padding-bottom: 40px;
}
.pam_list ul{
	  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:15px;
	row-gap: 30px;
}
		.pam_list .img_area{
		text-align: center;
}
		.pam_list .img_area img{
	width: 100%;
	height: 220px;
}
		.pam_list p{
		text-align: center;
			line-height: 1.3;
}
	
	.pam_single h3{
	font-size: 22px;
}
	.pam_slide_list{
	padding-left: 0!important;
}
	.pam_slide_list ul{
		margin-bottom: 36px;
	}
	.pam_slide_list ul li img {
    width: 286px;
    height: auto;
}
	.swiper2 .my_swiper_btn .swiper-button-prev, 
	.swiper2 .my_swiper_btn .swiper-button-next {
    background-size: 35px 35px;
	width: 35px;
    height: 35px;
}
	.pam_single .more-btn03{
	width: 100%;
	margin: 0 auto;
}

	
	.pam_slide_list .img_area {
  max-width: 286px;
    width: 100%;
    margin: 0 auto;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝
パンフ画像DL
＝＝＝＝＝＝＝＝＝＝＝*/

/*パンフページ*/
.pam_list_first .img_area{
	height: 186px;
}
.pam_list_first .img_area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #ddd;
}

/*ブランド別ページ*/
.pam_dl_list ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 50px;
	grid-row-gap: 50px;
}
	.pam_dl_list ul li {
		width: 46%;
	}
.pam_dl_list ul li a{
	display: block;
	width: 100%;
}


/*画像DL*/
.pam_img_list ul{
display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:15px;
	row-gap: 60px;
}
.pam_img_list ul li{
	width: 280px;
	height: auto;
		text-align: center;
}
.pam_img_list ul li img{
	width: 100%;
	height: 336px;
	object-fit: contain;
		border: 1px solid #dddddd;
}
.pam_img_list .more-btn03{
	width: 100%;
	margin-top: 10px;
}
.pam_img_list .more-btn03 a{
	padding: 10px;
	font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.pam_list_first {
		width: 286px;
		margin: 0 auto;
		margin-bottom: 60px;
	}
	
	.pam_dl_list ul{
	column-gap: 30px;
	grid-row-gap: 30px;
}
	.pam_dl_list ul li {
		width: 46%;
	}
	.pam_dl_list ul li a{
	display: block;
	width: 100%;
}
	
	.pam_img_list ul{
  grid-template-columns: repeat(3, 1fr);
  gap:15px;
	row-gap: 60px;
}
	.pam_img_list ul li{
	width: 100%;
}
.pam_img_list ul li img{
	width: 100%;
}

}


@media only screen and (max-width: 767px) {
		
	.pam_list_first {
		width: 286px;
		margin: 0 auto;
		margin-bottom: 60px;
	}
	.pam_list_first .img_area {
    width: 76%;
    height: 148px;
    margin: 0 auto;
}
	
		.pam_dl_list ul{
display: block;
}
	.pam_dl_list ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.pam_dl_list ul li:last-child{
		margin-bottom: 0;
	}
	.pam_dl_list ul li a{
	display: block;
	width: 100%;
}
	
		.pam_img_list ul{
  grid-template-columns: repeat(2, 1fr);
	row-gap: 40px;
}
	.pam_img_list ul li{
	width: 100%;
}
.pam_img_list ul li img{
	width: 100%;
	height: 236px;
}
	.pam_img_list .more-btn03 a{
		font-size: 13px;
	}

}


/*＝＝＝＝＝＝＝＝＝＝＝
勉強会動画
＝＝＝＝＝＝＝＝＝＝＝*/
.study_single{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.study_single .video_area .video_list{
	display: grid;
grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	row-gap:60px;
}
.study_single .video_area .video_list li{
	width: 100%;
	height: 100%;
}
		.study_single .video_area .video_list li:last-child{
margin-bottom:0;
}

.study_single .video_area .video_list li video{
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
}

.study_single .video_area .video_list li p{
	font-size: 18px;
	line-height: 1.4;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.study_single{
	padding-top: 40px;
	padding-bottom: 40px;
}
	.study_single .video_area .video_list{
		grid-template-columns: repeat(3, 1fr);
	row-gap:20px;
}
	.study_single .video_area .video_list li{
	width: 100%;
}
.study_single .video_area .video_list li video{
	height: 160px;
}
.study_single .video_area .video_list li p{
	font-size: 16px;
}
}

@media only screen and (max-width: 767px) {
	.study_single{
	padding-top: 40px;
	padding-bottom: 40px;
}
	.study_single .video_area .video_list{
	display: flex;
		justify-content: space-between;
		gap: inherit;
			row-gap:40px;
		flex-wrap: wrap;
}
	.study_single .video_area .video_list li{
	width: 48%;
}
.study_single .video_area .video_list li video{
	height: 100%;
}
.study_single .video_area .video_list li p{
	font-size: 14px;
}
}


/*＝＝＝＝＝＝＝＝＝＝＝
販売者向け　資料
＝＝＝＝＝＝＝＝＝＝＝*/
.data_single{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.data_single .data_item{
	padding-bottom: 120px;
}
.data_single .data_item:last-of-type{
	padding-bottom: 0;
}
.data_single .data_item h3{
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 30px;
}

.data_single .data_item ul{
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:15px;
	row-gap: 15px;
}

.data_item li{
	width: 280px;
}
.data_item li a{
	display: block;
	width: 100%;
}


/*DL*/
.data_img_list ul{
display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:15px;
	row-gap: 60px;
}

.data_img_list ul li{
	width: 280px;
	height: auto;
		text-align: center;
}
.data_img_list ul li p{
	font-size: 16px;
}
.data_img_list ul li img{
	width: 100%;
	height: 336px;
	object-fit: contain;
		border: 1px solid #dddddd;
}
.data_img_list .more-btn03{
	width: 100%;
	margin-top: 10px;
}
.data_img_list .more-btn03 a{
	padding: 10px;
	font-size: 14px;
}

.data_list_first{
	margin-bottom: 60px;
}
.data_list_first ul{
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:15px;
	row-gap: 60px;
}
.data_list_first ul li{
	width: 350px;
	height: auto;
		text-align: center;
}

.data_list_magazine ul{
	display: block;
}
.data_list_magazine ul li{
	width: 100%;
	height: auto;
		text-align: center;
}
.data_list_magazine .more-btn03 a{
	width: 280px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.data_single{
	padding-top: 40px;
	padding-bottom: 40px;
}
	
	.data_single .data_item{
	padding-bottom: 60px;
}
.data_single .data_item h3{
	font-size: 26px;
	margin-bottom: 20px;
}
	.data_single .data_item ul{
		grid-template-columns: repeat(3, 1fr);
	}
	.data_item li{
	width: 100%;
}

	.data_img_list ul{
  grid-template-columns: repeat(3, 1fr);
  gap:15px;
}
.data_img_list ul li{
	width: 100%;
}

.data_list_first ul{
	row-gap: 30px;
}
.data_list_first ul li{
	width: 100%;
}

}

@media only screen and (max-width: 767px) {
	.data_single{
	padding-top: 40px;
	padding-bottom: 40px;
}
		.data_single .data_item{
	padding-bottom: 40px;
}
.data_single .data_item h3{
	font-size: 20px;
	margin-bottom: 20px;
}
	
	.data_img_list ul li p{
		font-size: 14px;
	}
	
	.data_single .data_item ul{
  grid-template-columns: repeat(2, 1fr);
}
.data_item li{
	width: 100%;
}
	
	.data_img_list ul{
  grid-template-columns: repeat(2, 1fr);
  gap:15px;
		    row-gap: 30px;
}
.data_img_list ul li{
	width: 100%;
}
	.data_img_list ul li img{
		height: 236px;
}

.data_list_first ul{
	row-gap: 30px;
}
.data_list_first ul li{
	width: 100%;
}
	.data_list_first ul li img{
		height: 236px;
	}
	
	.data_list_magazine ul li img{
		height: 195px;
	}
	
}



/*＝＝＝＝＝＝＝＝＝＝＝
カスタムここから
＝＝＝＝＝＝＝＝＝＝＝*/
.form_user tr{
	width: 100%;
}
.form_user tr th{
	width: 20%;
	font-size: 16px;
	font-weight: 500;
}
.form_user tr td{
	width: 80%;
	font-size: 14px;
}
.form_user .flexbox{
	display: flex;
}
.form_user .flexbox p{
	display: inline-block;
	width: 20%;
}
/*.form_user .flexbox span{
	display: inline-block;
	width: 20%;
}*/
.form_user .postcode span{
	margin-left: -14px;
}
.form_user .postcode input,
.form_user .prefname input,
.form_user .phone input{
/*	width: 236px;*/
}

.form_user .flexbox-50{
	display: flex;
}
.form_user .flexbox-50 span{
		display: inline-block;
	width: 20%;
}
.form_user .flexbox-50 .surname{
	width: 50%;
}
.form_user .flexbox-50 .surname span{
	display: inline-block;
	width: 30%;
}
.form_user .flexbox-50 .surname input{
	width: 197px;
}
.form_user .flexbox-50 .name{
	width: 50%;
}
.form_user .flexbox-50 .name span{
	display: inline-block;
	width: 16%;
}
.form_user .flexbox-50 .name input{
	width: 197px;
}

.form_user .mail input{
	width: 600px;
}

/*入力欄*/
.form_user tr td input{
	width: 480px;
	height: 40px;
	padding: 0 15px;
	background-color: #fff;
	border: 1px solid #606060;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
.form_user tr th{
	width: 100%;
}
	.form_user tr td{
	width: 100%;
		padding-bottom: 40px;
}
	
	.form_user .flexbox span{
	display: block;
	width: 100%;
}
.form_user .postcode input,
.form_user .prefname input,
.form_user .phone input{
	width: 100%;
}
	
	.form_user .flexbox-50{
	display: block;
}
	.form_user .flexbox-50 .surname{
	width: 100%;
		margin-bottom: 40px;
}
	.form_user .flexbox-50 .surname span{
	display: block;
	width: 100%;
}
	.form_user .flexbox-50 .surname input{
	width: 100%;
}
	.form_user .flexbox-50 .name{
	width: 100%;
}
.form_user .flexbox-50 .name span{
	display: block;
	width: 100%;
}
.form_user .flexbox-50 .name input{
	width: 100%;
}
	.form_user .mail input{
	width: 100%;
}
	
	.form_user tr td input{
	width: 100%;
}
}

@media only screen and (max-width: 767px) {
	.form_user tr th{
	width: 100%;
}
	.form_user tr td{
	width: 100%;
}
	.form_user .flexbox{
	display: block;
}
	.form_user .flexbox span{
	display: block;
	width: 100%;
}
	.form_user .postcode span{
	margin-left: 0;
}
.form_user .postcode input,
.form_user .prefname input,
.form_user .phone input{
	width: 100%;
}
	
	.form_user .flexbox-50{
	display: block;
}
	.form_user .flexbox-50 .surname{
	width: 100%;
		margin-bottom: 40px;
}
	.form_user .flexbox-50 .surname span{
	display: block;
	width: 100%;
}
	.form_user .flexbox-50 .surname input{
	width: 100%;
}
	.form_user .flexbox-50 .name{
	width: 100%;
}
.form_user .flexbox-50 .name span{
	display: block;
	width: 100%;
}
.form_user .flexbox-50 .name input{
	width: 100%;
}
	.form_user .mail input{
	width: 100%;
}
	
	.form_user tr td input{
	width: 100%;
}
}

/*===========
～～がありませんページ
===========*/
.notpage{
	padding-top: 120px!important;
}



/*===========
footer
===========*/
.footer{
	width: 100%;
    position: absolute;
    bottom: 0;
}
.footer .copy{
	padding: 10px ;
}
.footer .footer_logo a{
	display: inline-block;
}
.footer .footer_logo img{
	width: 146px;
	height: auto;
}

.footer .footer_sns ul{
	display: flex;
	justify-content: flex-end;
}
.footer .footer_sns li{
	margin-left: 24px;
}
.footer .footer_sns li img{
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.footer_btm_wrap{
	display: flex;
	justify-content: space-between;
}
.footer_right ul{
	display: flex;
}
.footer_right li{
	padding-left: 20px;
	font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}
@media only screen and (max-width: 767px) {
}




.brand_area{
	padding-bottom: 64px;
}
.mailmagazine a{
	display: block;
	width: 100%;
	height: 95px;
	line-height: 95px;
	font-weight: 500;
	background-color: #74AEBC;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: relative;
}

.mailmagazine a::after{
	content: "";
	width: 96%;
	height: 69px;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.mailmagazine a img{
	width: 25px;
	height: auto;
	margin-left: 10px;
	vertical-align: middle;
	padding-bottom: 4px;
}

.modal_inner .logo{
	margin-bottom: 20px;
}
.modal_inner .logo img{
	width: 110px;
	height: auto;
}
.modal_inner .txt > p{
	font-size: 26px;
	font-weight: 500;
}

.modal_inner .btn input{
	display: block;
	width: 380px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 500;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	background-color: #74AEBC;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.brand_area{
	padding-bottom: 0;
}
	.banner_wrap_sp{
		padding-bottom: 36px;
	}
}
@media only screen and (max-width: 767px) {
		.brand_area{
	padding-bottom: 0;
}
	.banner_wrap_sp{
		padding-bottom: 36px;
	}
	
	.mailmagazine a::after{
	content: "";
	width: 93%;
}
	.modal_inner .txt > p{
	font-size: 20px;
}
	.modal_inner .btn input{
	display: block;
	width: 100%;
	font-size: 16px;
}
}


