@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Lora&display=swap");
/* ==========================================================================

COLOR

========================================================================== */
/* ==========================================================================

SCREEN

========================================================================== */
/* ==========================================================================

MODULE

========================================================================== */
#header {
  position: relative;
}

#header::before {
  content: " ";
  display: block;
  width: 100vw;
  height: 80px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin-left: -50vw;
}

#contentsMainInner {
  margin-right: 0;
}

#contentsTopWrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

#xmas {
  margin-bottom: 80px;
  color: #555;
  line-height: 1.5;
}

#xmas a {
  color: #777777;
}

#xmas img {
  max-width: 100%;
  height: auto;
}

#xmas .c-inner {
  width: 1200px;
  margin: 0 auto;
}

#xmas .c-title {
  margin-bottom: 50px;
  text-align: center;
}

#xmas .c-title span {
  display: block;
}

#xmas .c-title span.en {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

#xmas .c-title span.ja {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

#xmas .c-title02 {
  margin-bottom: 20px;
  text-align: center;
  color: #305a44;
}

#xmas .c-title02 span {
  display: block;
}

#xmas .c-title02 span.en {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: normal;
}

#xmas .c-title02 span.ja {
  font-size: 26px;
  font-weight: bold;
}

#xmas .c-title02 em {
  display: inline-block;
  font-style: normal;
}

#xmas .c-title03 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #305a44;
  text-align: center;
}

#xmas .c-title03 span {
  display: inline-block;
  font-style: normal;
}

#xmas .c-title04 {
  margin-bottom: 40px;
  text-align: center;
}

#xmas .c-title04 span {
  display: block;
}

#xmas .c-title04 span.en {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: normal;
  color: #016a31;
}

#xmas .c-title04 span.ja {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

#xmas .c-title04 em {
  display: inline-block;
  font-style: normal;
  /*
  	padding: 0 30px;
  	position: relative;
  */
}

/*
#xmas .c-title04 em::before {
	content: " ";
	display: block;
	width: 24px;
	height: 22px;
	background: url(/images/special/xmas2022/ico03.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
*/
#xmas .main_tit {
  margin-bottom: 50px;
}

#xmas .main_tit img {
  width: 100%;
  height: auto;
}

#xmas .linen {
  margin-bottom: 50px;
}

#xmas .linen img {
  width: 100%;
  height: auto;
}

#xmas .sub-title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #000;
}

#xmas .lead {
  padding: 0 20px;
  margin-bottom: 36px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #000;
}

/* ---------------------------------------------------------
■ナビ
--------------------------------------------------------- */
#xmas .category_navi {
  margin: 60px 0 100px;
}
#xmas .category_navi.vol02 {
  margin: 0 0 60px;
}
#xmas .category_navi.vol02 ul li {
  width: 150px;
}
#xmas .category_navi.vol02 ul li div {
  width: 160px;
  height: 160px;
}
#xmas .category_navi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#xmas .category_navi ul.top li a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#xmas .category_navi ul.top li a:hover {
  opacity: 0.7;
}
#xmas .category_navi ul.top li a div {
  background-color: #efeeee;
}
#xmas .category_navi ul.top li a img {
  opacity: 1;
}
#xmas .category_navi ul li {
  text-align: center;
  width: 170px;
}
#xmas .category_navi ul li a {
  display: block;
  color: #2b2b2c;
  text-decoration: none;
}
#xmas .category_navi ul li a:hover div {
  background-color: #efeeee;
}
#xmas .category_navi ul li a:hover img {
  opacity: 1;
}
#xmas .category_navi ul li.current a div {
  background-color: #efeeee;
}
#xmas .category_navi ul li.current a img {
  opacity: 1;
}
#xmas .category_navi ul li div {
  border-radius: 50%;
  margin-bottom: 26px;
  width: 170px;
  height: 170px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#xmas .category_navi ul li div img {
  width: 120px;
}
#xmas .category_navi ul li p {
  font-size: 16px;
}

/* ---------------------------------------------------------
■アイデア
--------------------------------------------------------- */
#xmas .idea {
  margin-bottom: 100px;
}
#xmas .idea .c-title {
  margin-bottom: 30px;
}
#xmas .idea ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#xmas .idea ul li {
  width: 31.9715808171%;
}
#xmas .idea ul li a {
  display: block;
  padding: 10px;
  background-color: #f8f8f8;
  font-size: 14px;
  color: #2b2b2c;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#xmas .idea ul li a p {
  margin-top: 10px;
}
#xmas .idea ul li a:hover {
  opacity: 0.7;
}
#xmas .idea ul li a:hover img {
  opacity: 1;
}

/* ---------------------------------------------------------
■ランキング
--------------------------------------------------------- */
#xmas .ranking {
  margin-bottom: 100px;
}
#xmas .ranking_wrap {
  padding-top: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#xmas .ranking_wrap a {
  color: #333;
  text-decoration: none;
}
#xmas .ranking_wrap a:hover .name span {
  background-color: #000;
  color: #fff;
}
#xmas .ranking_wrap a:hover .price > span {
  background-color: #000;
  color: #fff;
}
#xmas .ranking_wrap a:hover img {
  opacity: 0.7;
}
#xmas .ranking_wrap .ranking_top {
  width: 44.61%;
  position: relative;
}
#xmas .ranking_wrap .ranking_sub {
  width: 44.61%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#xmas .ranking_wrap .ranking_sub li {
  margin-top: 80px;
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
#xmas .ranking_wrap .ranking_sub li:nth-child(1) .num::after {
  content: "2";
}
#xmas .ranking_wrap .ranking_sub li:nth-child(2) .num::after {
  content: "3";
}
#xmas .ranking_wrap .ranking_sub li:nth-child(3) .num::after {
  content: "4";
}
#xmas .ranking_wrap .ranking_sub li:nth-child(4) .num::after {
  content: "5";
}
#xmas .ranking_wrap .ranking_sub li:nth-child(1), #xmas .ranking_wrap .ranking_sub li:nth-child(2) {
  margin-top: 0;
}
#xmas .ranking_wrap .num {
  position: absolute;
  left: -5px;
  top: -37px;
  z-index: 10;
}
#xmas .ranking_wrap .num span {
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  font-size: 10px;
  transform: rotate(90deg);
  transform-origin: right;
  margin-right: 15px;
  font-weight: 400;
}
#xmas .ranking_wrap .num::after {
  content: "1";
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
}
#xmas .ranking_wrap .img img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#xmas .ranking_wrap .name {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
#xmas .ranking_wrap .name span {
  padding: 1px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#xmas .ranking_wrap .price {
  font-size: 14px;
  font-weight: bold;
  vertical-align: text-bottom;
}
#xmas .ranking_wrap .price > span {
  padding: 1px 0;
  vertical-align: text-bottom;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#xmas .ranking_wrap .price > span span {
  position: relative;
  top: 2px;
  font-size: 11px;
  font-style: inherit;
  font-weight: 500;
  vertical-align: text-bottom;
}
#xmas .ranking_wrap .catch {
  margin-top: 15px;
  padding-top: 17px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
  position: relative;
}
#xmas .ranking_wrap .catch::before {
  content: " ";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
#xmas .ranking_wrap .text {
  font-size: 14px;
  line-height: 1.3;
}

/* ---------------------------------------------------------
■おすすめ
--------------------------------------------------------- */
#xmas .recommend {
  margin-bottom: 100px;
}
#xmas .recommend .recommend_box {
  margin-top: 60px;
}
#xmas .recommend .recommend_box .titlearea {
  margin-bottom: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
#xmas .recommend .recommend_box .titlearea:before, #xmas .recommend .recommend_box .titlearea:after {
  content: "";
  display: table;
}
#xmas .recommend .recommend_box .titlearea:after {
  clear: both;
}
#xmas .recommend .recommend_box .titlearea {
  zoom: 1;
}
#xmas .recommend .recommend_box .titlearea h4 {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}
#xmas .recommend .recommend_box .titlearea .btn {
  font-size: 14px;
  float: right;
  margin-left: 20px;
}
#xmas .recommend .recommend_box .titlearea .btn a {
  display: inline-block;
  padding: 15px 30px 15px 47px;
  color: #000000;
  border: 1px solid #000000;
  text-decoration: none;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#xmas .recommend .recommend_box .titlearea .btn a::after {
  content: " ";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #000000;
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -6px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#xmas .recommend .recommend_box .titlearea .btn a:hover {
  background-color: #000;
  color: #fff;
}
#xmas .recommend .recommend_box .titlearea .btn a:hover::after {
  border-left: 6px solid #fff;
}
#xmas .recommend .recommend_box .titlearea .text {
  font-size: 13px;
  line-height: 1.6;
  color: #222222;
}
#xmas .goods_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#xmas .goods_list li {
  margin-top: 40px;
  margin-right: 2.75%;
  width: 31.5%;
  display: none;
}
#xmas .goods_list li:nth-child(3n) {
  margin-right: 0;
}
#xmas .goods_list li:nth-child(-n+6) {
  display: block;
}
#xmas .goods_list li img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#xmas .goods_list li a {
  display: block;
  text-decoration: none;
  color: #333;
}
#xmas .goods_list li a:hover .name span {
  background-color: #000;
  color: #fff;
}
#xmas .goods_list li a:hover .price > span {
  background-color: #000;
  color: #fff;
}
#xmas .goods_list li a:hover img {
  opacity: 0.7;
}
#xmas .goods_list li .img {
  margin-bottom: 10px;
}
#xmas .goods_list li .name {
  margin-left: 10px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 5px;
  position: relative;
}
#xmas .goods_list li .name::after {
  content: " ";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
#xmas .goods_list li .name span {
  padding: 1px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#xmas .goods_list li .price {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: text-bottom;
}
#xmas .goods_list li .price > span {
  padding: 1px 0;
  vertical-align: text-bottom;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#xmas .goods_list li .price > span span {
  position: relative;
  top: 2px;
  font-size: 11px;
  font-style: inherit;
  font-weight: 500;
  vertical-align: text-bottom;
}

/* ---------------------------------------------------------
■ラッピング
--------------------------------------------------------- */

#xmas .campaign {
	margin-bottom: 50px;
}

#xmas .wrapping {
  padding: 130px 40px 40px;
  margin-bottom: 60px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  background-color: #305a44;
}

#xmas .wrapping .fs12 {
  font-size: 12px;
}

#xmas .wrapping .mb20 {
  margin-bottom: 20px;
}

#xmas .wrapping h3 {
  padding-top: 25px;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 45px;
  left: 250px;
  width: 700px;
  color: #f3e542;
  background: url(/images/special/xmas2022/wrapping_tit.png) no-repeat top center;
}

#xmas .wrapping .m-text {
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.75;
}

#xmas .wrapping .box {
  padding: 30px;
  background-color: #fff;
}

#xmas .wrapping .list01 {
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

#xmas .wrapping .tit-area {
  padding-left: 44px;
  margin-bottom: 15px;
  background: url(/images/special/xmas2022/wrapping_icon01.png) 0 0 no-repeat;
  min-height: 44px;
}

#xmas .wrapping .list02 {
  margin-bottom: 30px;
}

#xmas .wrapping .list02 .tit-area {
  background-image: url(/images/special/xmas2022/wrapping_icon02.png);
}

#xmas .wrapping .tit-area h4 {
  padding-top: 3px;
  font-size: 20px;
  line-height: 1.5;
  color: #555;
  font-weight: bold;
}

#xmas .wrapping .tit-area h4 span {
  display: block;
  font-size: 12px;
}

#xmas .wrapping .img01 {
  margin-bottom: 20px;
}

#xmas .wrapping .how {
  overflow: hidden;
  _zoom: 1;
}

#xmas .wrapping .how li {
  width: 250px;
  float: left;
  margin-right: 20px;
  text-align: center;
}

#xmas .wrapping .how li.last {
  margin-right: 0;
}

#xmas .wrapping .how li p {
  padding-top: 10px;
  font-size: 12px;
  color: #555;
}

#xmas .wrapping .message {
  border: 1px solid #b0a096;
  padding: 20px;
}

#xmas .wrapping .message .img02 {
  float: left;
}

#xmas .wrapping .message .txt-area {
  padding-top: 15px;
  margin-left: 310px;
  font-size: 14px;
}

#xmas .wrapping .message .txt-area .tit {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #d62a28;
}

/* ---------------------------------------------------------
■一覧
--------------------------------------------------------- */
#xmas .sub-list .section {
  padding-top: 20px;
  margin-bottom: 90px;
  position: relative;
}

#xmas .sub-list .tit-area {
  margin-bottom: 0;
  text-align: center;
}

#xmas .sub-list .tit-area.price {
  padding-bottom: 0;
  border-bottom: 0;
}

#xmas .sub-list .tit-area h5 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

#xmas .sub-list .tit-area .lead {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

#xmas .archive_column {
  margin-top: -50px;
  padding-top: 43px;
  margin-bottom: 75px;
  position: relative;
}

#xmas .archive_column.vol02 {
  margin-top: -20px;
  border-top: 0;
}

#xmas .archive_column .c-title {
  margin-bottom: 35px;
}

#xmas .archive_column ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

#xmas .archive_column li {
  margin-bottom: 25px;
  margin-right: 1.04%;
  width: 15.8%;
}
#xmas .archive_column li:nth-child(6n) {
  margin-right: 0;
}

#xmas .archive_column li img {
  margin-bottom: 8px;
}

#xmas .archive_column li p {
  font-size: 11px;
  line-height: 1.5;
}

#xmas .archive_column li p.title {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

#xmas .archive_column li a {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 25px;
  border-bottom: 1px dotted #000;
  display: block;
}

#xmas .archive_column li a img:hover {
  opacity: 1;
}

#xmas .archive_column li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#xmas .archive_column li img {
  width: 100%;
}

#xmas .archive_column .btn {
  margin-top: 20px;
  text-align: center;
}

#xmas .archive_column .btn a {
  display: inline-block;
  width: 186px;
  height: 46px;
  box-sizing: border-box;
  padding: 14px 17px 0;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#xmas .archive_column .btn a::before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#xmas .archive_column .btn a:hover {
  background-color: #000;
  color: #fff;
}

#xmas .archive_column .btn a:hover::before {
  border-color: #fff;
}

/*
#xmas .archive_column .btn {
	position: absolute;
	top: 30px;
	right: 0;
}
#xmas .archive_column .btn a {
	display: inline-block;
	padding: 12px 30px 12px 47px;
	color: #000000;
	border: 1px solid #000000;
	text-decoration: none;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
}
#xmas .archive_column .btn a:after {
	content: ' ';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 6px solid #000000;
	position: absolute;
	top: 50%;
	left: 24px;
	margin-top: -6px;
}
#xmas .archive_column .btn a:hover {
	background-color: #000000;
	color: #fff;
}
#xmas .archive_column .btn a:hover:after {
	border-left: 6px solid #fff;
}
*/
#xmas .instagram {
  margin-bottom: 90px;
}

#xmas .top_area {
  margin: 80px auto 100px;
}

#xmas .top_area h2 {
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  text-align: center;
}

#xmas .top_area .lead_text {
  font-size: 14px;
  line-height: 2;
  color: #000;
  text-align: center;
}
#xmas .top_area .lead_text a {
  color: #000;
  text-decoration: underline;
}
#xmas .top_area .lead_text a:hover {
  text-decoration: none;
}

#xmas .top_area .btns {
  margin-top: 28px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#xmas .top_area .btns li {
  margin-right: 15px;
  width: 185px;
}
#xmas .top_area .btns li:last-child {
  margin-right: 0;
}

#xmas .top_area .btns li a {
  display: block;
  padding: 12px 20px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#xmas .top_area .btns li a::before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#xmas .top_area .btns li a:hover {
  background-color: #000;
  color: #fff;
}

#xmas .top_area .btns li a:hover::before {
  border-color: #fff;
}

#xmas .ideas {
  margin: 70px 0 100px;
}

#xmas .ideas .c-title {
  margin-bottom: 30px;
}

#xmas .ideas ul {
  margin: 0 auto 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

#xmas .ideas ul li {
  width: 360px;
}

#xmas .ideas ul li a {
  display: block;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

#xmas .ideas ul li img {
  width: 100%;
  height: auto;
}

#xmas .ideas ul li p {
  margin-top: 12px;
  line-height: 1.4;
  text-align: center;
}

#xmas .ideas .btn {
  text-align: center;
}

#xmas .ideas .btn a {
  display: inline-block;
  width: 186px;
  height: 46px;
  box-sizing: border-box;
  padding: 14px 17px 0;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#xmas .ideas .btn a::before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#xmas .ideas .btn a:hover {
  background-color: #000;
  color: #fff;
}

#xmas .ideas .btn a:hover::before {
  border-color: #fff;
}

#xmas .sub-category {
  padding-top: 20px;
  margin-bottom: 30px;
}

#xmas .sub-category .box {
  background-color: #ecf0f1;
}

#xmas .sub-category .box ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

#xmas .sub-category .box ul li {
  width: 50%;
  text-align: center;
  border-right: 1px solid #fff;
}
#xmas .sub-category .box ul li:last-child {
  border-right: 0;
}

#xmas .sub-category .box ul li a {
  display: block;
  padding: 20px 10px;
  color: #fff;
  background-color: #305a44;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#xmas .sub-category .box ul li a:hover {
  opacity: 0.7;
}

#xmas .sub-category .box ul li span {
  display: block;
}

#xmas .sub-category .box ul li span.en {
  font-size: 14px;
  font-weight: normal;
}

#xmas .sub-category .box ul li span.ja {
  font-size: 14px;
}

#xmas .more-btn {
  margin-top: 60px;
  text-align: center;
}
#xmas .more-btn a {
  display: inline-block;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  max-width: 226px;
  padding: 15px 14px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#xmas .more-btn a::before {
  content: " ";
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  height: 6px;
  width: 6px;
  position: absolute;
  content: "";
  transform: rotate(135deg);
  right: 14px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#xmas .more-btn a:hover {
  color: #fff;
  background-color: #000;
}
#xmas .more-btn a:hover::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

/* ---------------------------------------------------------
■商品履歴
--------------------------------------------------------- */
#historyWrapper {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 0 0 55px;
}

#history .gridInner {
  overflow: hidden;
  height: 111px;
  margin-right: -10px;
  zoom: 1;
}

/* ---------------------------------------------------------
■ZUTTOの便利なギフトサービス
--------------------------------------------------------- */
#xmas .home-service {
  padding: 45px 0;
  background-color: #edeeef;
  color: #000;
}

#xmas .home-service .inner {
  box-sizing: border-box;
  margin: auto;
  max-width: 1106px;
  padding: 0 15px;
  width: 100%;
}

#xmas .home-service .home-headline.home-headline--center {
  text-align: center;
  margin-bottom: 27px;
}

#xmas .home-service .home-service__item__top {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 22px;
}

#xmas .home-service .home-service__item__top span {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  margin-left: 10px;
  vertical-align: middle;
}

#xmas .home-service .home-headline__sub {
  color: #808080;
  font-size: 14px;
  margin-bottom: 10px;
}

#xmas .home-service .home-headline__ttl{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.769;
  margin: 0;
}

#xmas .home-service .home-service__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}

#xmas .home-service .home-service__list li {
  flex: 0 25%;
  max-width: 25%;
  margin-bottom: 0;
  padding: 0 15px;
  box-sizing: border-box;
}

@media only screen and (min-width: 992px){
  #xmas .home-service .home-service__list li {
    padding: 0 32px;
  }
}


#xmas .home-service .home-service__list li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

#xmas .home-service .home-service__item__ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  margin: 23px 0 20px;
  text-align: center;
}

#xmas .home-service .home-service__item__txt {
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
}

#xmas .home-service .font-en {
  font-family: "Libre Baskerville", serif;
}

#xmas .maintenance-service {
  box-sizing: border-box;
  margin: auto;
  max-width: 1038px;
  border: 1px solid #ACAAAB;
  padding: 30px;
  width: 100%;
  margin: 45px auto;
  overflow: hidden;
}

#xmas .maintenance-service .img{
    float: left;
}

#xmas .maintenance-service .text{
    padding-top: 15px;
    margin-left: 330px;
    font-size: 14px;
}

#xmas .maintenance-service .text .tit {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

#xmas .maintenance-service .text .tit a{
  color: #333;
  text-decoration: none;
}

.column-title {
  padding-top: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}

.column-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #edeeef;
}

.column {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.column img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1; /* 正方形にする */
    object-fit: cover;
    margin-bottom: 10px;
}

.text-content {
	text-align: left; /* テキストを左揃えに */
    width: 100%;
}

.text-content h3 {
    margin-top: 0;
    font-size: 1em;
	color: #333;
}

.text-content p {
    margin-top: 5px;
    color: #222222;
    font-size: 0.9em;
}
