@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* 手づくりライフプレミアム　2024初夏のキャンペーン */
/*--------------------------------------------------------------------*/

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

* {
	margin: 0;
	padding: 0;
}
img,video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
small,
.small {
  font-size: 85%;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100% !important;
  max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*layout
----------------------------------------------------*/
#premium2023cp {
  background: url("/img/usr/category/premium/2023cp/bg_premium2023cp.jpg") no-repeat center top fixed;
  background-size: cover;
}
.innr-narrow {
  background: rgba(255, 255, 255, .8);
}
.premium2023cp-header {
  max-width: 800px;
  margin: 20px auto;
}
.btn-area {
  background: rgba(0, 134, 181, .1);
  padding: 20px 0;
  text-align: center;
}
.btn-area .btn-premium {
  width: 90%;
  margin: 20px auto;
}
.btn-area .btn-premium a {
  position: relative;
  display: block;
  border-radius: 5px;
  font-size: 1.25em;
  font-family: "Noto Serif JP", serif;
	font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  padding: .5em 1em;
  margin: 0 auto;
  background: rgba(194, 0, 48, 1);
  color: #fff;
}
.btn-area .btn-premium a:hover {
  background: rgba(194, 0, 48, .8);
  text-decoration: none;
}
.btn-area .btn-premium a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
	content: "\f0da";
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 18px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.btn-area .btn-premium a:hover::after {
  text-decoration: none !important;
}


@media print, screen and (min-width: 768px) {
  .btn-area {
    padding: 50px 0;
  }
  .btn-area .btn-premium a {
    font-size: 1.5em;
  }
  .btn-area .btn-premium a::after {
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
  }
}

