@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #212121;
  background: #fff;
  margin: 0;
  /*padding-bottom: 92px;*/
  padding-bottom: 0;	
}

a {
  color: inherit;
  text-decoration: none;
}

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

.anker {
  padding-top: 40px;
  margin-top: -40px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 20px 0;
}

.cp-gooddeal {
  max-width: 540px;
  margin: 0 auto;
}
.cp-gooddeal-header h1 {
  margin: 0;
}
.cp-gooddeal-header h1 img {
  display: block;
}
.cp-gooddeal-hd {
  font-size: 14px;
  background-color: #F6F6F6;
  padding: 4px 8px;
  margin: 0 0 8px;
}
.cp-gooddeal-sec {
  padding-bottom: 8px;
}
.cp-gooddeal-sec.play {
  padding-bottom: 0;
}
.cp-gooddeal .ad-area {
  border-top: 1px solid #F6F6F6;
  text-align: center;
  padding: 16px 0 16px;
}
.cp-gooddeal .ad-area img {
  vertical-align: bottom;
}
.cp-gooddeal-list .item {
  padding: 0 8px 0px;
  position: relative;
}
.cp-gooddeal-list .item img {
  display: block;
}
.cp-gooddeal-list .item .hd {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  /*margin-top: 8px;*/
  margin-top: 4px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cp-gooddeal-list .item .hd2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  /*margin-top: 8px;*/
  margin-top: 4px;
  /*margin-bottom: 4px;*/
  margin-bottom: 0;	
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cp-gooddeal-list .item .cat {
  font-size: 9px;
  line-height: 11px;
  color: #808080;
}
.cp-gooddeal-list .item .label-new {
  background-image: url(../img/label-new.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  width: 30px;
  height: 30px;
  position: absolute;
}
.cp-gooddeal-list.scroll {
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
}
.cp-gooddeal-list.scroll::-webkit-scrollbar {
  display: none;
}
.cp-gooddeal-list.scroll .item {
  border-right: 1px solid #F6F6F6;
  min-width: 147px;
}
.cp-gooddeal-list.scroll .item .thumb {
  object-fit: cover;
  object-position: 0 0;
  width: 100%;
  height: 68.068px;
}
.cp-gooddeal-list.sm .item {
  min-width: 147px;
}
.cp-gooddeal-list.stamp .hd {
  -webkit-line-clamp: 3;
  margin-bottom: 0;
}
.cp-gooddeal-list.thumb-wide .thumb {
  width: 100%;
  height: 68px;
  object-fit: cover;
  object-position: 0 0;
}
.cp-gooddeal-list.cube .thumb {
  max-width: 68px;
  margin: 0 auto;
}
.cp-gooddeal-list.cube .hd {
  font-size: 12px;
}
.cp-gooddeal-list.cube .info {
  font-size: 12px;
  line-height: 1;
}
.cp-gooddeal-list.cube .info .line {
  display: flex;
  align-items: center;
}
.cp-gooddeal-list.cube .info .line:first-child {
  margin-bottom: 4px;
}
.cp-gooddeal-list.cube .info .line span {
  color: #CC0033;
  display: inline-block;
  border: 1px solid #CC0033;
  padding: 2px 2px;
  margin-right: 4px;
  font-size: 9px;
}
.cp-gooddeal-list.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  /*padding-top: 8px;*/
  padding-top: 0;
  margin-bottom: 8px;
}
.cp-gooddeal-list.grid .item {
  padding: 0 8px 0px;
}
.cp-gooddeal-list.grid .item:nth-child(odd) {
  border-right: 1px solid #F6F6F6;
}
.cp-gooddeal-list.grid .item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: #F6F6F6;
  z-index: 1;
}
.cp-gooddeal-list.grid .item .thumb {
  object-fit: cover;
  object-position: 0 0;
  width: 100%;
  height: calc((50vw - 16px) * 0.5236);
  max-height: 133px;
}
.cp-gooddeal .btn-wrap {
  text-align: center;
  padding: 16px 0;
}
.cp-gooddeal .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0074D9;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  width: 264px;
  height: 48px;
}
.cp-gooddeal .btn .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 12px;
}
.cp-gooddeal .banner-area {
  text-align: center;
  border-top: 1px solid #F6F6F6;
  /*padding-top: 20px;*/
	padding-top: 0;
  padding-bottom: 30px;
}
.cp-gooddeal .banner-area-hd {
  font-size: 16px;
  margin-bottom: 16px;
}
.cp-gooddeal .banner-area-banner {
  max-width: 300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 10px;
}
.cp-gooddeal .banner-area-banner img {
  vertical-align: bottom;
}
.cp-gooddeal-footer {
  font-size: 12px;
  color: #333;
  text-align: center;
  background-color: #F5F5F5;
  /*padding: 16px;*/
  padding: 8px 0 16px;	
}

/* 2023/08/01 =============================*/

.cp-gooddeal-hd-red {
	font-size: 14px;
	background-color: #F5CED6;
	padding: 4px 8px;
	margin: 0 0 8px;
}
img.step1 {
	display: block;
	text-align: center;
	max-width: 360px;
	padding: 16px 0 15px;
	margin: 0 auto;
}
img.step2 {
	display: block;
	text-align: center;
	max-width: 360px;
	padding: 0 0 16px;
	margin: 0 auto;
}

.cp-gooddeal .banner-area2 {
  text-align: center;
  border-top: 1px solid #F6F6F6;
  /*padding-top: 20px;*/
  padding-bottom: 16px;
	
}
.cp-gooddeal .banner-area2 h2 {
	text-align: left;
	padding-left:8px;
	margin-bottom:12px;
}
.cp-gooddeal .banner-area2 .banner-area-hd {
	margin-bottom: 0;
}
.cp-gooddeal .banner-area-banner2 {
	width: 100%;
	padding:16px 0 0 0;
	max-width: 360px;
	margin: 0 auto;
	display: flex;
	overflow-x: scroll;
}
.cp-gooddeal .banner-area-banner2 .box {
	padding: 0 0 0 8px;
	margin:0 auto;
	flex-shrink: 0;
	
}
.cp-gooddeal .banner-area-banner2 img {
	width:240px;
	vertical-align: bottom;
	margin-right: 8px;
}

/* 2023/08/10 =============================*/
div.display{
	padding: 0 16px 0 0;
	margin: 16px auto 8px;
	text-align: right;
	line-height:1;
}
div.display a{
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #505050;
	text-decoration: none;
}

.cp-gooddeal-footer .terms{
  display: block;
  text-align: center;
  padding: 0 0 5px;
  font-size: 12px;
  color: #333;
}
/* 2023/08/14 =============================*/
.cp-gooddeal-list .item .hd span.dummy,
.cp-gooddeal-list .item .hd2 span.dummy{
	background-color: #F7F7F7;
	color:  #F7F7F7;
	line-height: 1.29;
	font-size: 8px;
}
.cp-gooddeal-list.cube_dummy .thumb {
	max-width: 68px;
	margin: 0 auto;
}
.cp-gooddeal-list.cube_dummy .hd {
	font-size: 12px;
}
.cp-gooddeal-list.cube_dummy .hd span.dummy {
 	background-color: #F7F7F7;
	color:  #F7F7F7;
	line-height: 1.29;
	font-size:10px;
	-webkit-transform:scale(0.6);
	-moz-transform:scale(0.6);
	-ms-transform:scale(0.6);
	-o-transform:scale(0.6);
	transform:scale(0.6);
}
.cp-gooddeal-list.cube_dummy .info {
	font-size: 12px;
	line-height: 1;
}
.cp-gooddeal-list.cube_dummy .info .line {
	display: flex;
	align-items: center;
	background-color: #F7F7F7;
	color:  #F7F7F7;
}
.cp-gooddeal-list.cube_dummy .info .line:first-child {
	margin-bottom: 4px;
}
.cp-gooddeal-list.cube_dummy .info .line span {
	display: inline-block;
	padding: 2px 2px;
	margin-right: 4px;
	font-size: 9px;
	background-color: #F7F7F7;
	color:  #F7F7F7;
	border: 1px solid #F7F7F7;
}
/* 2023/09 =============================*/
#d3pdiv_widget_1 .cp-gooddeal-list.scroll .item .thumb {
  object-fit: cover;
  object-position: 0 0;
  width: 100%;
  height: auto;
  max-height: 72px;
  margin: 0 auto;
}
#d3pdiv_widget_4 .cp-gooddeal-list.grid .item .thumb {
  object-fit: scale-down;
  object-position: 0 50%;
  width: 100%;
  height: calc((50vw - 16px) * 0.558);
  max-height: 142px;
	margin: 0 auto;
}
h2.cp-gooddeal-hd div{
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
h2.cp-gooddeal-hd p{
	padding: 0;
	margin: 0;
}
h2.cp-gooddeal-hd span.r{
	padding-top: 2px;
	font-size: 12px;
	font-weight: normal;
}
/***********************************
  キャンペーン規約
.terms {
	background-color: #f5f5f5;
	padding: 8px 24px 24px;
}
.terms .terms_ttl {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	
	margin: 10px auto 0;
	padding: 0;
}
.terms .term_box {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	height: 320px;
	overflow-y: scroll;
	padding: 15px;
	white-space: pre-wrap;
}
.cp-gooddeal-footer {
  font-size: 12px;
  color: #666;
  text-align: center;
  background-color: #fff;
  padding: 8px 0 16px;	
}
.cp-gooddeal-footer .terms{
  display: block;
  text-align: center;
  padding: 0 0 5px;
  font-size: 12px;
  color: #666;
  background-color: #fff;
}
***********************************/