@charset "utf-8";
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #F4F2EF;
	color: #050505;
	padding-top: 71px;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

body.gjs-dashed{}
body:not(.gjs-dashed){}


a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i,a h2,a h3,a h4,a h5,a h6{
	color: #050505;
}
.pd_wrap{
	padding: 80px 50px 0;
}
.pd_wrap_all{
	padding: 80px 50px 80px;
}
.pd_wrap_side{
	padding-left: 50px;
	padding-right: 50px;
}
.pd_wrap_t{
	padding-top: 80px;
}
.pd_wrap_b{
	padding-bottom: 80px;
}

.cate_wrap > .cate{
	padding-top: 80px;
}

.mg_b_1{margin-bottom: 80px;}
.mg_b_2{margin-bottom: 100px;}
.mg_b_3{margin-bottom: 80px;}
.mg_b_4{margin-bottom: 50px;}
.mg_b_5{margin-bottom: 30px;}
.mg_t_1{margin-bottom: 150px;}
.mg_t_2{margin-bottom: 100px;}
.mg_t_3{margin-bottom: 80px;}
.mg_t_4{margin-bottom: 50px;}
.mg_t_5{margin-bottom: 30px;}

.en_title1{
}
.en_title2{
}

.default_title1{
	font-size: clamp(24px,3.2vw,36px);
	font-weight: 700;
}
.default_title2{
	font-size: clamp(22px,2.8vw,32px);
	font-weight: 700;
}
.default_title3{
	font-size: clamp(20px,2.4vw,28px);
	font-weight: 700;
}
.default_txt1{
	font-size: clamp(14px,1.8vw,16px);
}
.default_txt2{
	font-size: clamp(12px,1.6vw,14px);
}
.default_txt3{
	font-size: clamp(16px,2.0vw,18px);
}
.default_txt4{
	font-size: clamp(16px,2.4vw,22px);
}

.font-lato{
	font-family: "Lato", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-light{font-weight: lighter;}
.font-normal{font-weight: normal;}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-bold{font-weight: bold;}
.font-black{font-weight: 900;}



/* ---------- common ---------- */
.titleitem1{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.titleitem1::before{
	content: "";
	width: 15%;
	max-width: 80px;
	aspect-ratio: 1 / 0.27;
	background-image: url("https://satoyamarenkon.com/system_panel/uploads/images/title_item1.svg");
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.border_rad1{
	border-radius: 20px;
	overflow: hidden;
}
.border_rad2{
	border-radius: 10px;
	overflow: hidden;
}
.border_rad3{
	border-radius: 4px;
	overflow: hidden;
}


.arrow_icon{
	width: 20px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #988536;
	position: relative;
	transition: ease 0.3s;
}
.arrow_icon::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("https://satoyamarenkon.com/system_panel/uploads/images/arrow1.svg");
	background-position: center center;
	background-size: 6px auto;
	background-repeat: no-repeat;
	transition: ease 0.3s;
}
a:hover .arrow_icon{
	transform: translateX(2px);
	background-color: #A50102;
}
.send-bt:hover .arrow_icon{
	transform: translateX(2px);
	background-color: #A50102;
}

.bg_mask1{
	position: relative;
	color: #fff;
}
.bg_mask1::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #3C2D1D;
	mix-blend-mode: multiply;
	opacity: 0.8;
}
.bg_mask1 > div{
	position: relative;
	z-index: 2;
}
.bg_mask2{
	position: relative;
}
.bg_mask2::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #F4F2EF;
	opacity: 0.8;
}
.bg_mask2 > div{
	position: relative;
	z-index: 2;
}
body.gjs-dashed .bg_mask1::after,body.gjs-dashed .bg_mask2::after{display: none;}
body.gjs-dashed .bg_mask1{background-color: #3C2D1D;}
body.gjs-dashed .bg_mask2{background-color: #F4F2EF;}

.bottom_contents_menu .contents{
	gap: 10px;
	align-items: stretch;
}
.bottom_contents_menu .contents a{
	position: relative;
	width: calc(100% / 4 - 30px / 4);
	border-radius: 10px;
}
.bottom_contents_menu .contents.sc-anime.on a{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.bottom_contents_menu .contents.sc-anime.on.active a{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.bottom_contents_menu .contents a:nth-of-type(2){animation-delay: 0.2s;}
.bottom_contents_menu .contents a:nth-of-type(3){animation-delay: 0.4s;}
.bottom_contents_menu .contents a:nth-of-type(4){animation-delay: 0.6s;}

body.gjs-dashed .bottom_contents_menu .contents a{background-color: #3C3631;}
.bottom_contents_menu .contents a:hover{opacity: 1;}
.bottom_contents_menu .contents a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #3C3631;
	opacity: 0.5;
	mix-blend-mode: multiply;
	transition: ease 0.5s;
}
.bottom_contents_menu .contents a:hover::after{
	opacity: 0.2;
}
body.gjs-dashed .bottom_contents_menu .contents a::after{display: none;}
body:not(.gjs-dashed) .bottom_contents_menu .contents a{
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
body:not(.gjs-dashed) .bottom_contents_menu .contents a .bg_box{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	transition: ease 0.5s;
	z-index: 1;
}
body:not(.gjs-dashed) .bottom_contents_menu .contents a:hover .bg_box{
	transform: translate(-50%,-50%) scale(1.1);
}
.bottom_contents_menu .contents a .txtbox{
	position: relative;
	z-index: 3;
	color: #fff;
	transition: ease 0.3s;
	gap: 10px;
}
.bottom_contents_menu .contents a:hover .txtbox{opacity: 0.8;}
.bottom_contents_menu .contents a .txtbox p{
	color: #fff;
	font-weight: 500;
}
.bottom_contents_menu .contents a .txtbox p.title{
	font-size: clamp(16px,1.8vw,26px);
}
.bottom_contents_menu .contents a .txtbox img{
	width: 54px;
}
.bottom_contents_menu .contents a .txtbox .more2 > div{padding-bottom: 0;}

.link_wrap .link_wrap_inner{
	gap: 20px 0;
}
.link_wrap .link_wrap_inner > div{
	position: relative;
	padding: 3px 30px;
}
.link_wrap .link_wrap_inner > div::before,.link_wrap .link_wrap_inner > div::after{
	content: "";
	position: absolute;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #988536;
}
.link_wrap .link_wrap_inner > div::before{
	left: 0;
	transform: translateX(-50%);
}
.link_wrap .link_wrap_inner > div::after{
	right: 0;
	transform: translateX(50%);
}
.link_wrap .link_wrap_inner a{
	position: relative;
	padding-bottom: 13px;
}
.link_wrap .link_wrap_inner a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: ease 0.3s;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 8px solid #988536;
	border-bottom: 0;
}
.link_wrap .link_wrap_inner a:hover::after{
	transform: translateX(-50%) translateY(3px);
}
.link_wrap .link_wrap_inner a p{
	color: #988536;
	font-size: clamp(14px,2.0vw,18px);
}

.snsbox{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	gap: 20px;
}
.snsbox a i{
	font-size: clamp(24px,4.0vw,30px);
}

.videobox{
	position: relative;
	overflow: hidden;
	aspect-ratio: 1.7777 / 1;
}
.videobox iframe,.videobox video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}

.cms_layout1 .webgene-blog{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: flex-start;
	flex-direction: row;
	gap: 20px;
}
.cms_layout1 .webgene-blog .webgene-item{
	width: calc(100% / 4 - 60px / 4);
}
.cms_layout1 .webgene-blog .webgene-item a{
	background-color: #fff;
}
.cms_layout1 .webgene-blog .webgene-item a .imgbox{
	position: relative;
	width: 100%;
	aspect-ratio: 1.5 / 1;
	overflow: hidden;
}
.cms_layout1 .webgene-blog .webgene-item a .imgbox p{
	position: absolute;
	padding: 5px 15px;
	background-color: #988536;
	color: #fff;
}
.cms_layout1 .webgene-blog .webgene-item a .imgbox > div{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	transition: ease 0.5s;
}
.cms_layout1 .webgene-blog .webgene-item a:hover .imgbox > div{
	transform: translate(-50%,-50%) scale(1.1);
}
.cms_layout1 .webgene-blog .webgene-item a .title{
	padding: 20px;
}
.cms_layout1 .webgene-blog .webgene-item a .cms_txt2,.cms_layout1 .webgene-blog .webgene-item a .cms_txt3{
	padding: 20px;
}

.contact-form_a .form-box .check-wrap .check-box input[type="radio"]:checked::after{
	background-color: #050505;
}

/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.bottom_contents_menu .contents{
		max-width: 600px;
	}
	.bottom_contents_menu .contents a{
		position: relative;
		width: calc(100% / 2 - 10px / 2);
		border-radius: 10px;
	}
	.bottom_contents_menu .contents a .txtbox img{
		width: 48px;
	}
	
	.link_wrap .link_wrap_inner > div{
		padding: 3px 25px;
	}
	
	.cms_layout1 .webgene-blog{
		gap: 15px;
	}
	.cms_layout1 .webgene-blog .webgene-item{
		width: calc(100% / 4 - 45px / 4);
	}
	.cms_layout1 .webgene-blog .webgene-item a .imgbox p{
		padding: 3px 10px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.bottom_contents_menu .contents a .txtbox img{
		width: 46px;
	}
	
	.link_wrap .link_wrap_inner > div{
		padding: 3px 20px;
	}
	
	.cms_layout1 .webgene-blog{
		gap: 20px;
	}
	.cms_layout1 .webgene-blog .webgene-item{
		width: calc(100% / 2 - 20px / 2);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.arrow_icon{
		width: 18px;
	}
	
	.bottom_contents_menu .contents{
		gap: 5px;
	}
	.bottom_contents_menu .contents a{
		width: calc(100% / 2 - 5px / 2);
		border-radius: 6px;
	}
	.bottom_contents_menu .contents a .txtbox{
		gap: 5px;
	}
	.bottom_contents_menu .contents a .txtbox .more > div{
		padding-top: 5px;
	}
	.bottom_contents_menu .contents a .txtbox img{
		width: 36px;
	}
	
	.border_rad1{
		border-radius: 10px;
	}
	.border_rad2{
		border-radius: 6px;
	}
	.border_rad3{
		border-radius: 2px;
	}

	.link_wrap .link_wrap_inner > div{
		padding: 2px 10px;
	}
	.link_wrap .link_wrap_inner a{
		padding-bottom: 10px;
	}
	.link_wrap .link_wrap_inner a::after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		transition: ease 0.3s;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 6px solid #988536;
		border-bottom: 0;
	}

	.cms_layout1 .webgene-blog{
		gap: 20px;
	}
	.cms_layout1 .webgene-blog .webgene-item{
		width: 100%;
	}
	.cms_layout1 .webgene-blog .webgene-item a .title{
		padding: 15px 10px;
	}
	.cms_layout1 .webgene-blog .webgene-item a .cms_txt2,.cms_layout1 .webgene-blog .webgene-item a .cms_txt3{
		padding: 0 10px 15px;
	}
}



/* ---------- layout ---------- */
.faq_area{}
.faq_area .contents{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.faq_area .contents .titlebox{
	border-bottom: 1px solid #CBB144;
	padding-bottom: 20px;
}
.faq_area .contents .box_wrap{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	gap: 40px;
}
.faq_area .contents .box_wrap .box{
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	padding: 5%;
}
.faq_area .contents .box_wrap .box .faq_icon{
	font-family: "Lato", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 38px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	width: 40px;
	margin-top: -5px;
}
.faq_area .contents .box_wrap .box .qbox,.faq_area .contents .box_wrap .box .abox > div{
	gap: 0 20px;
}
.faq_area .contents .box_wrap .box .qbox .title,.faq_area .contents .box_wrap .box .abox .txtbox{
	width: calc(100% - 40px - 20px);
}
.faq_area .contents .box_wrap .box .qbox{
	position: relative;
	padding-right: 50px;
	cursor: pointer;
}
.faq_area .contents .box_wrap .box .abox{
	border-top: 1px solid #BFBFBF;
	margin-top: 20px;
	padding-top: 20px;
}
.faq_area .contents .box_wrap .box .abox > div{
	align-items: flex-start;
}
body:not(.gjs-dashed) .faq_area .contents .box_wrap .box .abox{
	display: none;
}
.faq_area .contents .box_wrap .box .qbox .faq_icon{
	color: #988536;
}
.faq_area .contents .box_wrap .box .qbox .title{
	font-size: clamp(16px,2.2vw,20px);
}
.faq_area .contents .box_wrap .box .qbox .icon{
	background-color: #988536;
	width: 30px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.faq_area .contents .box_wrap .box .qbox .icon::before,.faq_area .contents .box_wrap .box .qbox .icon::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: ease 0.3s;
}
.faq_area .contents .box_wrap .box .qbox .icon::after{
	transform: translate(-50%,-50%) rotate(90deg);
}
.faq_area .contents .box_wrap .box .qbox.active .icon::after{
	transform: translate(-50%,-50%) rotate(0deg);
}
/*
.cate_wrap .cate_inner_wrap{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
*/
.cate_wrap .cate_inner_wrap .cate_inner{
	padding-left: 0;
	padding-right: 0;
	/*
	max-width: 1280px;
	*/
	margin-left: auto;
	margin-right: auto;
}

.column2_layout1{
}
.column2_layout1 .box{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.column2_layout1 .box:not(:last-of-type){
	margin-bottom: 80px;
}
.column2_layout1 .box:nth-of-type(odd){
	flex-direction: row-reverse;
}
.column2_layout1 .box .imgbox{
	width: 45%;
}
.column2_layout1 .box .txtbox{
	width: 55%;
}
.column2_layout1 .box:nth-of-type(odd) .txtbox{
	padding-right: 8%;
}
.column2_layout1 .box:nth-of-type(even) .txtbox{
	padding-left: 8%;
}
.column2_layout1 .box .txtbox p{
	font-size: clamp(14px, 1.7vw, 17px);
}
.column2_layout2 .box{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.column2_layout2 .box:not(:last-of-type){
	margin-bottom: 80px;
}
.column2_layout2 .box:nth-of-type(even){
	flex-direction: row-reverse;
}
.column2_layout2 .box .imgbox{
	width: 45%;
}
.column2_layout2 .box .txtbox{
	width: 55%;
}
.column2_layout2 .box:nth-of-type(odd) .txtbox{
	padding-left: 10%;
}
.column2_layout2 .box:nth-of-type(even) .txtbox{
	padding-right: 10%;
}

.column3_layout1,.column3_layout2,.column3_layout3,.column3_layout1 .box,.column3_layout2 .box,.column3_layout3 .box{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: flex-start;
	flex-direction: row;
}
.column3_layout1 .box:nth-of-type(2),.column3_layout2 .box:nth-of-type(2),.column3_layout3 .box:nth-of-type(2){
	animation-delay: 0.2s;
}
.column3_layout1 .box:nth-of-type(3),.column3_layout2 .box:nth-of-type(3),.column3_layout3 .box:nth-of-type(3){
	animation-delay: 0.4s;
}
.column3_layout1{
	gap: 50px;
}
.column3_layout1 .box{
	width: calc(100% / 3 - 100px / 3);
	flex-direction: column;
	gap: 20px;
}
.column3_layout1 .box > div{
	width: 100%;
}

.column3_layout2{
	align-items: stretch;
	gap: 40px 20px;
}
.column3_layout2 .box{
	width: calc(100% / 3 - 40px / 3);
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	background-color: #E9E6DF;
	border: 1px solid #988536;
	padding: 30px;
}
.column3_layout2 .box .imgbox{
	width:50%;
	border-radius: 50%;
	overflow: hidden;
}

.column3_layout3{
	gap: 50px;
}
.column3_layout3 .box{
	width: calc(100% / 3 - 100px / 3);
	flex-direction: column;
	align-items: center;
  justify-content: flex-start;
	gap: 20px;
}
.column3_layout3 .box > div{
	width: 100%;
}

/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.column2_layout1 .box:nth-of-type(odd) .txtbox{
		padding-right: 5%;
	}
	.column2_layout1 .box:nth-of-type(even) .txtbox{
		padding-left: 5%;
	}
	.column2_layout2 .box:nth-of-type(odd) .txtbox{
		padding-left: 5%;
	}
	.column2_layout2 .box:nth-of-type(even) .txtbox{
		padding-right: 5%;
	}
	.column3_layout1{
		gap: 40px;
	}
	.column3_layout1 .box{
		width: calc(100% / 3 - 80px / 3);
	}
	.column3_layout3{
		gap: 40px;
	}
	.column3_layout3 .box{
		width: calc(100% / 3 - 80px / 3);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.column3_layout2{
		align-items: stretch;
		gap: 30px 15px;
	}
	.column3_layout2 .box{
		width: calc(100% / 3 - 30px / 3);
		gap: 20px;
		padding: 20px 10px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.faq_area .contents .box_wrap .box .faq_icon{
		font-size: 30px;
		width: 30px;
		margin-top: -3px;
	}
	.faq_area .contents .box_wrap .box .qbox,.faq_area .contents .box_wrap .box .abox > div{
		gap: 0 15px;
	}
	.faq_area .contents .box_wrap .box .qbox .title,.faq_area .contents .box_wrap .box .abox .txtbox{
		width: calc(100% - 30px - 15px);
	}
	
	.column2_layout1 .box .imgbox{
		width: 60%;
		margin-bottom: 30px;
	}
	.column2_layout1 .box .txtbox{
		width: 80%;
	}
	.column2_layout1 .box:nth-of-type(odd) .txtbox{
		padding-right: 0;
	}
	.column2_layout1 .box:nth-of-type(even) .txtbox{
		padding-left: 0;
	}
	.column2_layout2 .box .imgbox{
		width: 60%;
		margin-bottom: 30px;
	}
	.column2_layout2 .box .txtbox{
		width: 80%;
	}
	.column2_layout2 .box:nth-of-type(odd) .txtbox{
		padding-left: 0;
	}
	.column2_layout2 .box:nth-of-type(even) .txtbox{
		padding-right: 0;
	}
	.column2_layout3 .box .imgbox{
		width: 60%;
		margin-bottom: 30px;
	}
	.column2_layout3 .box .txtbox{
		width: 80%;
	}
	.column2_layout3 .box:nth-of-type(odd) .txtbox{
		padding-right: 0;
	}
	.column2_layout3 .box:nth-of-type(even) .txtbox{
		padding-left: 0;
	}
	
	.column3_layout1{
		gap: 30px;
	}
	.column3_layout1 .box{
		width: calc(100% / 3 - 60px / 3);
	}
	.column3_layout2{
		align-items: stretch;
		gap: 30px;
	}
	.column3_layout2 .box{
		width: calc(100% / 2 - 30px / 2);
		gap: 30px 15px;
		padding: 20px;
	}
	.column3_layout3{
		gap: 30px;
	}
	.column3_layout3 .box{
		width: calc(100% / 3 - 60px / 3);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.faq_area .contents .titlebox{
		padding-bottom: 10px;
	}
	.faq_area .contents .box_wrap .box{
		padding: 15px;
	}
	.faq_area .contents .box_wrap .box .faq_icon{
		font-size: 24px;
		width: 24px;
		margin-top: -2px;
	}
	.faq_area .contents .box_wrap .box .qbox,.faq_area .contents .box_wrap .box .abox > div{
		gap: 0 10px;
	}
	.faq_area .contents .box_wrap .box .qbox .title,.faq_area .contents .box_wrap .box .abox .txtbox{
		width: calc(100% - 24px - 10px);
	}
	.faq_area .contents .box_wrap .box .qbox{
		padding-right: 30px;
	}
	.faq_area .contents .box_wrap .box .abox{
		margin-top: 15px;
		padding-top: 15px;
	}
	.faq_area .contents .box_wrap .box .qbox .icon{
		width: 20px;
	}
	
	.column2_layout1 .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.column2_layout1 .box .imgbox{
		width: 100%;
		margin-bottom: 30px;
	}
	.column2_layout1 .box .txtbox{
		width: 100%;
	}
	.column2_layout2 .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.column2_layout2 .box .imgbox{
		width: 100%;
		margin-bottom: 30px;
	}
	.column2_layout2 .box .txtbox{
		width: 100%;
	}


	.column3_layout1{
		gap: 50px;
	}
	.column3_layout1 .box{
		width: 100%;
	}
	.column3_layout1 .box:nth-of-type(2),.column3_layout2 .box:nth-of-type(2),.column3_layout3 .box:nth-of-type(2){
		animation-delay: 0s;
	}
	.column3_layout1 .box:nth-of-type(3),.column3_layout2 .box:nth-of-type(3),.column3_layout3 .box:nth-of-type(3){
		animation-delay: 0s;
	}
	.column3_layout2{
		align-items: stretch;
		gap: 30px;
	}
	.column3_layout2 .box{
		width: 100%;
		gap: 15px;
		padding: 20px 10px;
	}
	.column3_layout2 .box .imgbox{
		width: 60%;
	}
	.column3_layout3{
		gap: 50px;
	}
	.column3_layout3 .box{
		width: 100%;
	}
}

/* ---------- pagetitle ---------- */
.shoppagetitle{
	position: relative;
	width: 100%;
	height: 310px;
}
.shoppagetitle .shop_logo{
	position: absolute;
	z-index: 2;
	width: auto;
	height: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.shoppagetitle .shop_logo img{
	width: auto;
	height: 100%;
}
.shoppagetitle .bgbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}
.shoppagetitle .bgbox::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #fff;
	opacity: 0.3;
}
.shoppagetitle .bgbox .bgimg{
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
}
.shoppagetitle .bgbox .bgimg1{
	left: 0;
}
.shoppagetitle .bgbox .bgimg2{
	right: 0;
}
.pagetitle{
	background-color: #988536;
	padding-top: 30px;
	padding-bottom: 30px;
}
.pagetitle .pagetitle_inner{
	color: #fff;
	justify-content: space-between;
	gap: 20px;
}
.pagetitle .pagetitle_inner .breadcrumbs_lsit{
	gap: 20px;
}
.pagetitle .pagetitle_inner .breadcrumbs_lsit a p,.pagetitle .pagetitle_inner .breadcrumbs_lsit p{
	color: #fff;
	font-weight: 700;
}
.pagetitle .pagetitle_inner .breadcrumbs_lsit img{
	width: 7px;
}
/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.shoppagetitle{
		height: 280px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.shoppagetitle{
		height: 220px;
	}
	.pagetitle .pagetitle_inner .breadcrumbs_lsit{
		gap: 15px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.shoppagetitle{
		height: 200px;
	}
	.shoppagetitle .bgbox .bgimg1{
		width: 100%;
		height: 50%;
		left: 0;
		top: 0;
	}
	.shoppagetitle .bgbox .bgimg2{
		right: 0;
		width: 100%;
		height: 50%;
		left: 0;
		top: auto;
		bottom: 0;
	}
	.pagetitle{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pagetitle .pagetitle_inner{gap: 15px;flex-direction: column;align-items: flex-start;}
	.pagetitle .pagetitle_inner .breadcrumbs_lsit{
		gap: 10px;
	}
	.pagetitle .pagetitle_inner .breadcrumbs_lsit img{
		width: 5px;
	}
}

/* ---------- more ---------- */
.more_wrap{
	gap: 15px;
}
.more{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.more a,.more > div{
	position: relative;
	min-width: 320px;
	padding: 20px 25px;
	overflow: hidden;
	display: block;
}
.more a:hover,a:hover .more > div{
	opacity: 1;
}
.more1 a,.more1 > div{
	background-color: #fff;
	border: 1px solid #988536;
}
.more1 a:hover,a:hover .more1 > div{
	opacity: 1;
}
.more1 a::after,.more1 > div::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #988536;
	transform: translate(-50%,-50%);
	transition: ease-out 0.3s;
	-ms-filter: blur(10px);
	filter: blur(10px);
}
.more1 a:hover::after,a:hover .more1 > div::after, .more1 > .send-bt:hover::after{
	width: calc(100% + 10px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}
.more1 a > div,.more1 > div > div{
	gap: 10px;
	position: relative;
	z-index: 2;
}
.more1 a > div p,.more1 > div > div p{
	transition: ease 0.3s;
}
.more1 a:hover > div p, a:hover .more1 > div > div p,.more1 > .send-bt:hover p{
	color: #fff;
}

.more2 a,.more2 > div{
	min-width: auto;
	padding: 5px 10px;
}
.more2 a > div,.more2 > div > div{
	gap: 10px;
	position: relative;
	z-index: 2;
}

.more3 a,.more3 > div{
	min-width: 100px;
	padding: 10px 20px;;
	background-color: #fff;
	border: 1px solid #988536;
}
.more3 a:hover,a:hover .more3 > div{
	opacity: 1;
}
.more3 a::after,.more3 > div::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #988536;
	transform: translate(-50%,-50%);
	transition: ease-out 0.3s;
	-ms-filter: blur(10px);
	filter: blur(10px);
}
.more3 a:hover::after,a:hover .more3 > div::after{
	width: calc(100% + 10px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}
.more3 a > div,.more3 > div > div{
	gap: 10px;
	position: relative;
	z-index: 2;
}
.more3 a > div p,.more3 > div > div p{
	transition: ease 0.3s;
	font-size: clamp(12px,1.2vw,14px);
}
.more3 a:hover > div p, a:hover .more3 > div > div p{
	color: #fff;
}

.more_shop a{
	background-color: #A50102;
}
.more_shop a p{color: #fff;}
.more_shop a > div{
	gap: 10px;
}
.more_shop a img{
	width: 24px;
	vertical-align: middle;
}
.more_shop a:hover{
	opacity: 1;
}
.more_shop a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #988536;
	transform: translate(-50%,-50%);
	transition: ease-out 0.3s;
	-ms-filter: blur(10px);
	filter: blur(10px);
}
.more_shop a:hover::after{
	width: calc(100% + 10px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}
.more_shop a > div{
	gap: 10px;
	position: relative;
	z-index: 2;
}
.more_shop a > div p{
	transition: ease 0.3s;
}
.more_shop a:hover > div p{
	color: #fff;
}
.more_shop a > div .carticon{
	position: relative;
	width: 20px;
}

/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.more a,.more > div{
		min-width: 300px;
	}
	.more2 a,.more2 > div{
		min-width: auto;
	}
	.more3 a,.more3 > div{
		min-width: 100px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.more_wrap{
		gap: 10px;
	}
	.more a,.more > div{
		min-width: 260px;
		padding: 15px 20px;
	}
	.more2 a,.more2 > div{
		min-width: auto;
	}
	.more3 a,.more3 > div{
		min-width: 100px;
	}
	.more_shop a > div{
		gap: 5px;
	}
	.more_shop a img{
		width: 20px;
	}
}

/* ---------- header ---------- */
.header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	justify-content: space-between;
	padding: 12px 40px;
	background-color: #fff;
	z-index: 999999;
	box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}
.header .logo{
	width: 30%;
	max-width: 180px;
}
.header .head_nav p{
	font-size: 14px;
}
.header .head_nav,.header .head_nav .ul{
	gap: 20px;
}
.header .head_nav .ul .li a{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	gap: 15px;
}
.header .head_nav .head_shopbt a{
	position: relative;
	border: 1px solid #988536;
	border-radius: 2px;
	padding: 8px 15px;
	overflow: hidden;
	display: block;
}
.header .head_nav .head_shopbt a:hover{
	opacity: 1;
}
.header .head_nav .head_shopbt a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #988536;
	transform: translate(-50%,-50%);
	transition: ease-out 0.3s;
	-ms-filter: blur(10px);
	filter: blur(10px);
}
.header .head_nav .head_shopbt a:hover::after{
	width: calc(100% + 10px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}
.header .head_nav .head_shopbt a > div{
	gap: 10px;
	position: relative;
	z-index: 2;
}
.header .head_nav .head_shopbt a > div p{
	transition: ease 0.3s;
}
.header .head_nav .head_shopbt a:hover > div p{
	color: #fff;
}
.header .head_nav .head_shopbt a > div .carticon{
	position: relative;
	width: 20px;
}
.header .head_nav .head_shopbt a > div .carticon::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://satoyamarenkon.com/system_panel/uploads/images/cart.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: ease 0.4s;
}
.header .head_nav .head_shopbt a:hover > div .carticon::after{
	opacity: 1;
}
.header .head_nav .head_shopbt a > div .carticon img{
	vertical-align: middle;
	transition: ease 0.3s;
}
.header .head_nav .head_shopbt a:hover > div .carticon img{
	opacity: 0;
}
.header .head_nav .menu-bt{
	text-align: center;
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 22px;
}
.header .head_nav .menu-bt div{
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #323942;
	transition: ease 0.3s;
}
.header .head_nav .menu-bt div:nth-of-type(1){
	top: 0;
}
.header .head_nav .menu-bt div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%);
}
.header .head_nav .menu-bt div:nth-of-type(3){
	bottom: 0;
}
.header .head_nav .menu-bt.active div:nth-of-type(1){
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.header .head_nav .menu-bt.active div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	opacity: 0;
}
.header .head_nav .menu-bt.active div:nth-of-type(3){
	width: 90%;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%) rotate(-45deg);
}

.menu-wrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(2,47,36,0.90);
	z-index: 999998;
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 100px 20px 50px;
}
.menu-wrap > div .menu-wrap_inner{
	width: 90%;
	max-width: 1440px;
}
.menu-wrap > div .menu-wrap_inner .logo{
	width: 30%;
	max-width: 300px;
}
.menu-wrap > div .menu-wrap_inner .menu-wrap_menubox{
	width: 70%;
	padding-left: 5%;
	gap: 50px;
}
.menu-wrap > div .menu-wrap_inner .menu-wrap_menubox .ul .li a p,.menu-wrap > div .menu-wrap_inner .menu-wrap_menubox .snsbox a i{color: #fff;}
.menu-wrap > div .menu-wrap_inner .menu-wrap_menubox .ul{
	gap: 30px 20px;
	justify-content: flex-start;
}
.menu-wrap > div .menu-wrap_inner .menu-wrap_menubox .ul .li{
	width: calc(100% / 4 - 60px / 4);
}
.menu-wrap > div .menu-wrap_inner .menu-wrap_menubox .ul .li a{
	position: relative;
	padding-left: 20px;
}
.menu-wrap > div .menu-wrap_inner .menu-wrap_menubox .ul .li a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 8px solid #cbb144;
	border-right: 0;
	transition: ease 0.3s;
}
.menu-wrap > div .menu-wrap_inner .menu-wrap_menubox .ul .li a:hover::after{
	transform: translateY(-50%) translateX(3px);
}

/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
	.header{
		padding: 12px 30px;
	}
	.header,.header .head_nav,.header .head_nav .ul .li a{
		flex-wrap: nowrap;
	}
	.header .head_nav p{
		font-size: 13px;
	}
	.header .head_nav, .header .head_nav .ul{
		gap: 15px;
	}
	.header .head_nav .ul .li a{
		gap: 10px;
	}
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.header{
		padding: 12px 20px;
	}
	.header .head_nav .ul{
		gap: 12px;
	}
	.header .head_nav .ul .li:nth-of-type(6),.header .head_nav .ul .li:nth-of-type(7){
		display: none;
	}
	.header .head_nav .ul .li a{
		gap: 6px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.header{
		padding: 12px 30px;
	}
	.header .head_nav{
		gap: 30px;
	}
	.header .head_nav .ul{
		display: none;
	}
	.menu-wrap > div .menu-wrap_inner .logo{
		width: 50%;
		max-width: 300px;
		margin-bottom: 80px;
	}
	.menu-wrap > div .menu-wrap_inner .menu-wrap_menubox{
		width: 90%;
		padding-left: 0;
		gap: 50px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.menu-wrap > div .menu-wrap_inner .logo{
		width: 40%;
		max-width: 300px;
		margin-bottom: 80px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.header{
		padding: 10px 15px;
	}
	.header .logo{
		width: 40%;
	}
	.header .head_nav{
		gap: 15px;
	}
	.header .head_nav .menu-bt{
		width: 26px;
		height: 16px;
	}
	.header .head_nav p{
		font-size: 12px;
	}
	.header .head_nav .head_shopbt a{
		padding: 6px 10px;
	}
	.header .head_nav .head_shopbt a > div{
		gap: 5px;
	}
	.header .head_nav .head_shopbt a > div img{
		width: 16px;
	}
	
	.menu-wrap > div .menu-wrap_inner .logo{
		display: none;
	}
	.menu-wrap > div .menu-wrap_inner .menu-wrap_menubox{
		gap: 40px;
		width: 100%;
	}
	.menu-wrap > div .menu-wrap_inner .menu-wrap_menubox .ul{
		gap: 20px 20px;
		justify-content: flex-start;
	}
	.menu-wrap > div .menu-wrap_inner .menu-wrap_menubox .ul .li{
		width: calc(100% / 2 - 20px / 2);
	}
}

/* ---------- footer ---------- */
.footer{
	background-color: #3C3631;
	padding-top: 100px;
	padding-bottom: 40px;
}
.footer p,.footer i{
	color: #fff;
}
.footer p{
	font-weight: 500;
}
.footer .top_footer{
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(255,255,255,0.20);
	margin-bottom: 30px;
}
.footer .top_footer .logo{
	width: 60%;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
.footer .top_footer .ul{
	gap: 20px;
}
.footer .top_footer .ul .li{
	width: calc(100% / 5 - 80px / 5);
}
.footer .top_footer .ul .li a{
	position: relative;
	padding-left: 20px;
}
.footer .top_footer .ul .li a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 8px solid #cbb144;
	border-right: 0;
	transition: ease 0.3s;
}
.footer .top_footer .ul .li a:hover::after{
	transform: translateY(-50%) translateX(3px);
}

.footer .bottom_footer{
	justify-content: space-between;
	flex-direction: row-reverse;
}

/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.footer{
		padding-top: 80px;
	}
	.footer .top_footer{
		padding-bottom: 40px;
	}
	.footer .top_footer .ul{
		gap: 10px;
	}
	.footer .top_footer .ul .li{
		width: calc(100% / 5 - 40px / 5);
	}
	.footer .top_footer .ul .li a{
		position: relative;
		padding-left: 12px;
	}
	.footer .top_footer .ul .li a::after{
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #cbb144;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.footer{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.footer .top_footer .logo{
		margin-bottom: 0;
	}
	.footer .top_footer .ul{
		display: none;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.footer .top_footer{
		padding-bottom: 0;
		border-bottom: none;
	}
	.footer .bottom_footer{
		flex-direction: column;
		align-content: center;
		justify-content: center;
		gap: 30px;
		text-align: center;
	}
	.footer .bottom_footer .copyright{
		text-align: center;
		padding-top: 0;
	}
}

/* ANIME */
/*.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
*/

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
/* color */
.txt-color-normal{color: #050505;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #988536}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #E9E6DF}
.bg-color2{background-color: #CBB144}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #CBB144}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #050505;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #988536}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #E9E6DF}
.hvr-bg-color2:hover{background-color: #CBB144}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #CBB144}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 80px 50px 0;
	}
	.pd_wrap_all{
		padding: 80px 50px 80px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.mg_b_1{margin-bottom: 80px;}
	.mg_b_2{margin-bottom: 80px;}
	.mg_b_3{margin-bottom: 60px;}
	.mg_b_4{margin-bottom: 40px;}
	.mg_b_5{margin-bottom: 30px;}
	.mg_t_1{margin-bottom: 100px;}
	.mg_t_2{margin-bottom: 80px;}
	.mg_t_3{margin-bottom: 60px;}
	.mg_t_4{margin-bottom: 40px;}
	.mg_t_5{margin-bottom: 30px;}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 80px 50px 0;
	}
	.pd_wrap_all{
		padding: 80px 50px 80px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.pd_wrap_t{
		padding-top: 80px;
	}
	.pd_wrap_b{
		padding-bottom: 80px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	body{
		padding-top: 56px;
	}
	
	.pd_wrap{
		padding: 60px 20px 0;
	}
	.pd_wrap_all{
		padding: 60px 20px 60px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pd_wrap_t{
		padding-top: 60px;
	}
	.pd_wrap_b{
		padding-bottom: 60px;
	}
	.cate_wrap > .cate{
		padding-top: 60px;
	}
	.mg_b_1{margin-bottom: 60px;}
	.mg_b_2{margin-bottom: 60px;}
	.mg_b_3{margin-bottom: 50px;}
	.mg_b_4{margin-bottom: 30px;}
	.mg_b_5{margin-bottom: 20px;}
	.mg_t_1{margin-bottom: 80px;}
	.mg_t_2{margin-bottom: 60px;}
	.mg_t_3{margin-bottom: 50px;}
	.mg_t_4{margin-bottom: 30px;}
	.mg_t_5{margin-bottom: 20px;}
	
	.sp_br_none br{display: none;}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
