@charset "UTF-8";
/* CSS Document */
/* ブロック共通 */

.pc-none{
	display: none;
}
.fs-c-productMarks{
  display: none;
}
.fl{
	display: flex;
	justify-content: space-between;
}

.block {
	margin-bottom: 100px;
}
.block-tit {
	border-bottom: solid 1px #808080;
	text-align: center;
	margin-bottom: 30px;
}
.block .num {
	display: inline-block;
	font-size: 34px;
	font-weight: bold;
	line-height: 1;
}
.block .num::before {
	content: "";
	display: block;
	width: 100px;
	height: 38.5px;
	background: url(/images/xmas2020/xmas_txt_icon.png) center top no-repeat;
	background-size: 100%;
}
.block .num::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	border-bottom: solid 1px #808080;
	margin: 10px auto 0;
}
.block-tit h4 {
	font-size: 24px;
	margin-bottom: 2px;
	border-bottom: solid 2px #808080;
	padding: 15px 0 10px;
}
.block .img-cont {
	justify-content: space-between;
	margin: 30px 0 50px;
}
.img-cont p.item-num {
	text-align: right;
	font-size: 13px;
	font-family: "Yu Gothic", YuGothic, sans-serif;
	margin-top: 8px;
}
.img-cont.fl div {
	width: 49%;
}


/* main-wrap */
.main-wrap {
	max-width: 1100px;
	background-color: #384D48;
  display: flex;
}
.main-wrap .img-wrap{
  width: 48.5%;
}
.main-wrap .tit-wrap{
  width: 51.5%;
  background: url(https://shop.artisan-atelier.net/images/xmas2024/main-bg.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-wrap h2 {
  margin-bottom: 20px;
  padding-bottom: 30px;
  color: #D6D381;
	font-size: 3.5625rem;
	text-align: center;
  font-weight: normal;
  letter-spacing: .1rem;
  line-height: 1.2;
  position: relative;
}
.main-wrap h2 span{
  font-size: 3.625rem;
}
.main-wrap h2:after{
  content: '';
  display: block;
  width: 75px;
  height: 18px;
  background: url(https://shop.artisan-atelier.net/images/xmas2024/main-deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.main-wrap .presentedby {
	font-size: .85rem;
  letter-spacing: .1rem;
  color: #fff;
	font-weight: bold;
  line-height: 1;
}
.main-wrap .presentedby::before {
	content: "";
	width: 15px;
	height: 14px;
	display: inline-block;
	background: url(https://shop.artisan-atelier.net/images/xmas2024/logo.png) center bottom no-repeat;
	background-size: contain;
  vertical-align: bottom;
	margin-right: 7px;
}

.main-b-wrap {
	text-align: center;
	margin: 80px 0 60px;
}
.main-b-wrap .tit {
	font-size: 22px;
	display: inline-block;
	border-bottom: solid 1px #404040;
	margin-bottom: 25px;
}
.main-b-wrap .tit + p {
	font-size: 13px;
	line-height: 1.7;
}
.main-b-wrap .tit span {
	display: block;
	font-size: 16px;
}
.main-b-wrap .to-wrapping {
	padding-top: 40px;
}
.main-b-wrap .to-wrapping a{
	color: #7c2224;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	transition: .4s all ease;
}
.main-b-wrap .to-wrapping a:hover {
    color: #85c8a2;
}
.main-b-wrap .to-wrapping a:after{
	content: "\f107";
    font-family: FontAwesome;
    margin-left: 10px;
}
.present-block{
  width: 90%;
  max-width: 830px;
  margin: 0 auto 70px;
}

.present-alink {
  padding-top: 5px;
  font-size: .8125rem;
}
.present-alink a{
  text-decoration: underline;
}
/* mens ladys */

.mens .fs-c-productListItem__prices .fs-c-productPrice__main__price,
.ladys .fs-c-productListItem__prices .fs-c-productPrice__main__price,
.mens .fs-c-productPrice__addon,
.ladys .fs-c-productPrice__addon{
  color: #fff;
}

.mens, .ladys {
	color: #fff;
	padding: 40px;
}
.mens {
	background: url(/images/xmas2020/bg_mens.png) center top #384D48;
}
.ladys {
	background: url(/images/xmas2020/bg_ladys.png) center top #781820;
}
.search-tit-wrap {
	text-align: center;
}
.search-tit-wrap h3 {
	font-size: 22px;
	display: flex;
	align-items: center;
}
.search-tit-wrap h3::before, .search-tit-wrap h3::after {
	content: '';
	height: 1px;
	background-color: #fff;
	flex-grow: 1;
}
.search-tit-wrap h3::before {
	margin-right: .5em;
}
.search-tit-wrap h3::after {
	margin-left: .5em;
}
.txt-wrap {
	text-align: center;
}
.num-tit {
	font-size: 18px;
	letter-spacing: 1px;
	padding: 10px 30px;
	border: solid 3px #fff;
	display: inline-block;
	margin: 20px auto;
	margin-bottom: 30px;
}
.txt-wrap p {
	margin-bottom: 30px;
}
.search-tit-wrap .sub {
	font-size: 18px;
	margin-bottom: 5px;
}
.search-tit-wrap .sub::before, #wrapping .sub-tit::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/images/xmas2020/t_wh_icon.png) center center no-repeat;
	background-size: 20px;
	margin: 0 auto 5px;
}

#item-category {
	margin: 80px 0;
}
#item-category .search-tit-wrap .sub::before {
	background: url(/img/logo_icon_bk.png) center center no-repeat;
	background-size: 20px;
}
#item-category .search-tit-wrap h3::before, #item-category .search-tit-wrap h3::after {
	background-color: #404040;
}
#item-category ul {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 1%;
}
#item-category li {
	font-size: 16px;
	width: 100%;
	margin-bottom: 3%;
	border: solid 1px #404040;
	padding: 2px;
}
#item-category li a {
	height: 100%;
	padding: 15px 10px;
	text-align: center;
	background: #fff;
	border: solid 1px #404040;
	display: flex;
    justify-content: center;
    align-items: center;
}
#item-category li:nth-of-type(4n) {
	margin-right: 0;
}
/* cate-tit */
.cate-tit {
	margin: 80px 0;
	padding: 45px 0;
}
.goods.cate-tit {
	background: url(/images/xmas2024/tit_bg01.jpg) center center no-repeat;
	background-size: 100%;
}
.bag.cate-tit {
	background: url(/images/xmas2022/tit_bg02.jpg) center center no-repeat;
	background-size: 100%;
}
.goods.cate-tit h4, .bag.cate-tit h4 {
	font-size: 22px;
	color: #fff;
	text-shadow: 1px 1px 0 #404040;
	padding: 80px 0;
	background-size: 100%;
	display: flex;
	align-items: center;
}
.bag.cate-tit h4::before, .bag.cate-tit h4::after, .goods.cate-tit h4::before, .goods.cate-tit h4::after {
	content: '';
	height: 1px;
	flex-grow: 1;
	background-color: #fff;
}
.bag.cate-tit h4::before, .goods.cate-tit h4::before {
	margin-right: .5em;
}
.bag.cate-tit h4::after, .goods.cate-tit h4::after {
	margin-left: .5em;
}
.img-cont.fl div {
	width: 49%;
}
/* wrapping */
#wrapping {
	background: url(/images/xmas2020/bg_wrapping_t.png) #781820 center -40px no-repeat;
	background-size: 105%;
	color: #fff;
	margin: 160px 0 100px;
}
.inner-wrapping {
	padding: 80px 0 110px;
	background: url(/images/xmas2020/bg_wrapping_b.png) center bottom -55px no-repeat;
}
#wrapping .tit {
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}
#wrapping .sub-tit {
	font-size: 18px;
}
#wrapping .sub-tit::after {
	display: block;
	content: "";
	height: 2px;
	width: 40px;
	background: #fff;
	margin: 10px auto;
}
#wrapping .tit + p {
	text-align: center;
	font-size: 13px;
}
#wrapping .tit + p span {
	margin-top: 10px;
	display: block;
}
#wrapping  .wrapping-img {
	max-width: 760px;
	margin: 0 0 30px 130px;
}
.attention-txt {
	width: 680px;
	border: solid 1px #fff;
	margin: 0 auto;
	padding: 20px;
	font-size: 13px;
	line-height: 1.7;
}
.attention-txt p:first-child{
	padding-bottom: 10px;
}
.attention-txt ul{
	font-size: 12px;
	line-height: 21px;
	padding-top: 25px !important;
}
.attention-txt ul li{
	padding-left: 1em;
	text-indent: -1em;
}

/* .othre-link */
.other-link {
	text-align: center;
}
.other-link .tit {
	font-size: 18px;
}
.other-link .tit::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #404040;
	margin: 10px auto;
}
.other-link p {
	margin: 20px 0;
}
.other-link img {
	width: 250px;
}

/*btn*/
.btn-fl{
	display: flex;
	justify-content: center;
}

.xmas-btn{
	width: 260px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	background: #85C8A2;
}
.btn-fl .xmas-btn{
	margin: 0 10px;
}
.xmas-btn a{
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 70px;
}
.xmas-btn a:after{
	content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
}

.xmas-btn:hover {
    background: none;
    border: 1px solid #85C8A2;
}
.xmas-btn a:hover {
    color: #85c8a2;
}
#no9.block{
	margin-bottom: 0;
}
.list-tit{
	margin: 75px 0 40px;
	font-size: 21px;
	text-align: center;
}

@media screen and (max-width: 768px) {
/* 共通 */
.pc-none{display: block;}
.pc-txt{display: none!important;}
.sp-txt{display: block!important;}
.block {
	margin-bottom: 50px;
}
.block .img-cont {
    display: block;
}
  .main-wrap {
    flex-direction: column;
}
  .main-wrap .img-wrap {
    width: 100%;
}
  .main-wrap .tit-wrap {
    width: 100%;
    padding: 30px 0;
  }
.main-b-wrap {
	margin: 50px 0;
}
.main-b-wrap .tit + p {
	text-align: left;
}
	

/* mens ladys */
.mens, .ladys {
	padding: 20px;
}
.num-tit {
	font-size: 16px;
}
.mens article.item.icon_disp::before, .ladys article.item.icon_disp::before {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 1.8;
	left: 0;
	top: 0;
}
/* #item-category */
#item-category ul {
	grid-template-columns: repeat(2, 1fr);
}
.goods.cate-tit, .bag.cate-tit {
	background-size: cover;
}
.cate-tit {
	padding: 0;
}
.goods.cate-tit h4, .bag.cate-tit h4 {
    padding: 40px 0;
}
.img-cont.fl div {
    width: 100%;
    margin-bottom: 20px;
}
/* #wrapping */
#wrapping {
	background: url(/images/xmas2020/bg_wrapping_t.png) #781820 center -35px no-repeat;
}
.inner-wrapping {
	padding: 40px 20px;
}
	#wrapping .wrapping-img{
    width: 90%;
		margin: 20px 0 30px;
	}
	.wrapping-ribbon{
		width: 200px;
		top: -100px;
		left: -20px;
		transform: rotate(45deg);
	}
.attention-txt {
	width: 100%;
	padding: 20px;
}
#wrapping .tit + p {
	text-align: left;
}
	
}/*768px*/

@media screen and (max-width: 500px){
.main-wrap {
    margin-top: 25px;
    background-size: 130%;
}
.main-wrap h2 {
    font-size: 3rem;
}
.main-wrap .main-present {
    width: 130px;
}
.main-wrap .txt-img {
    width: 130px;
    right: 3%;
    bottom: 45%;
}
		
	#item-category li {
    font-size: 12px;
	}
	#item-category li a {
    padding: 15px 5px;
	}
	.block .num {
    font-size: 28px;
	}
	.block .num::before {
    width: 90px;
    height: 25px;
	}
	.block .num::after {
		margin: 5px auto 0;
	}
	.block-tit h4 {
    	font-size: 20px;
	}
	#no4 .img-cont .img-wrap{
		height: 280px;
		position: relative;
		overflow: hidden;
	}
	#no4 .img-cont .img-wrap img{
		max-width: unset;
		height: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.list-tit {
    margin: 75px 0 20px;
    font-size: 18px;
	}
	.wrapping-ribbon{
		width: 180px;
		top: -140px;
		left: -30px;
	}
	.btn-fl{
		flex-wrap: wrap;
	}
	.btn-fl .xmas-btn {
    margin: 10px;
	}
}/*500px*/