@charset "utf-8";

/* Setting
   --------------------------------------------- */
/**
 * ベース枠色
 */
.boxMainBlockWrapper {
  background-color: #fcf7ab;
}

/**
 * ナビゲーション 円の色
 */
.boxHowtoNavi a,
.boxPointNavi li a {
  background-color: #e2e656;
}

/**
 * 小見出し 円の色
 */
.boxMainBlock h2::after {
  background-color: #e2e656;
}

/**
 * ポイント一覧 ポイント数カラー
 * default: #eb6100
 */
.boxPointTable td:nth-child(2) {
  color: #eb6100;
}

body {
  background: url(../../images/pc/bg_body.png);
}

/* Common
   --------------------------------------------- */
.modImgOver:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  zoom:1;
}

/*--- layout.css (override) ---*/
#mainColumn2 {
  margin: 22px 0 2px 3px;
}

/*--- MainBlock ---*/
.boxMainBlockWrapper {
  padding: 10px;
}
.modMainBlockWrapperTitle {
  padding: 13px 0 20px 20px;
  font-size: 18px; 
  font-weight: bold;
}

.boxMainBlock {
  padding: 20px;
  background-color: #fff;
}

/*--- footer ---*/
#footerArea {
  background: none;
  padding: 20px 0;
}
.footerNav p {
  padding-top: 0;
}

/*--- boxPointTable ---*/
.boxPointTable {
  border-collapse: collapse;
}
.boxPointTable th {
  padding: 0.25em;
  border: 1px solid #ddd;
  background-color: #eee;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.boxPointTable td {
  padding: 0 30px;
  border: 1px solid #ddd;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.boxPointTable td:nth-child(2) {
  position: relative;
  padding: 0 120px;
  font-size: 19px;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}
.boxPointTable td:nth-child(2) > span {
  padding-left: .5em;
  font-size: 12px;
  font-weight: bold;
}


/* Howto: コミュニティの使い方
   --------------------------------------------- */
.boxHowtoNavi {
  display: block;
}
.boxHowtoNavi li {
  position: relative;
  float: left;
  width: 112px;
  color: #fff;
}
.boxHowtoNavi li:not(:last-child) {
  margin-right: 7px;
}

.modHowtoNaviItem a,
.modHowtoTit {
  position: relative;
}
.modHowtoNaviItem a::before,
.modHowtoTit::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  margin-top: -13px;
  content: '';
}
.modHowtoNaviItem a::before,
.modHowtoTit::before {
  background-image: url(../../images/pc/ico_sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 500px 50px;
}
.modHowtoNaviItem a.iconBaloon::before,
.modHowtoTit.iconBaloon::before {
  background-position: 0 0;
}
.modHowtoNaviItem a.iconCamera::before,
.modHowtoTit.iconCamera::before {
  background-position: -50px 0;
}
.modHowtoNaviItem a.iconClap::before,
.modHowtoTit.iconClap::before {
  background-position: -100px 0;
}
.modHowtoNaviItem a.iconCheck::before,
.modHowtoTit.iconCheck::before {
  background-position: -150px 0;
}
.modHowtoNaviItem a.iconPoint::before,
.modHowtoTit.iconPoint::before {
  background-position: -200px 0;
}
.modHowtoNaviItem a.iconQuestion::before,
.modHowtoTit.iconQuestion::before {
  background-position: -250px 0;
}
.modHowtoNaviItem a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 112px;
  height: 112px;
  padding: 55px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.modHowtoNaviItem a::before {
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -25px;
  font-size: 22px;
  font-weight: normal;
}
.modHowtoNaviItem a::after {
  content: "";
  position: absolute;
  left: 47px;
  top: 112px;
  width: 15px;
  height: 15px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  transform: rotate(45deg);
}
.modHowtoNaviItem span {
  font-size: 21px;
}

/*--- modHowtoTit ---*/
.modHowtoTit {
  position: relative;
  margin-bottom: 20px; 
  padding: 12px 0 22px 68px; 
  border-bottom: 2px #e5e5e5 solid;
  font-size: 20px;
  font-weight: bold;
}
.modHowtoTit::before {
  z-index: 5;
  position: absolute;
  left: 3px;
  top: 16px;
  color: #fff;
  font-weight: normal;
}
.modHowtoTit::after {
  display: block;
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0px;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
}
.boxHowtoTxt {
  float: left;
  width: 330px;
  padding-right: 20px;
}
.boxHowtoImg {
  margin-left: 350px;
}

.modHowtoLead {
  font-size: 14px;
  font-weight:  bold;
  margin-bottom:  25px;
}

/*--- modHowtoNum ---*/
.modHowtoNum {
  display: inline-block;
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 48px;
  min-height: 4em;
}
.modHowtoNum::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 36px;
  height: 36px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color:#555;
}
.modHowtoNum::after {
  content: attr(data-howto-num);
  display: block;
  position: absolute;
  left: 11px;
  top: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.modHowtoNum.oneline {
  height: 33px;
  line-height: 33px;
}

/*--- override ---*/
#talk .modHowtoLead {
  margin-bottom: 1em;
}
#talk h3 {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-weight: bold;
}
#talk h3 span {
  font-size: 18px;
  padding-right: 0.5em;
}
#clap .boxHowtoImg {
  margin-bottom: 20px;
}
#anke .boxHowtoImg {
  height: 210px;
}
#point img {
  margin-bottom: 1em;
}

.modHowtoNotice {
  margin-left: 1em;
  font-size: 84%;
}
.modHowtoNotice > li {
  text-indent: -1em;
}


/* Point: ポイントについて
   --------------------------------------------- */
.boxPointConcept {
  margin-bottom: 30px;
}
.boxPointConceptTitle {
  margin-bottom: 30px;
  padding: 10px 0;
  border-bottom: 2px #e5e5e5 solid;
  font-size: 25px; 
  font-weight: bold;
  line-height: 1em;
}

.modPointTit {
  margin-bottom: 15px;
  padding: 10px 0;
  border-bottom: 2px #e5e5e5 solid;
  font-size: 18px; 
  font-weight: bold;
  line-height: 1;
}
.modPointTit > span {
  font-size: 28px;
}

.boxPointNavi li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.boxPointNavi li a,
.boxPointNavi li a::before,
.boxPointNavi li a::after {
  color: #fff;
}
.boxPointNavi li a::after {
  border-color: #fff transparent transparent transparent;
}

.boxPointNavi li {
  position: relative;
  margin-right:4px;
  float: left;
  text-align: center;
  font-weight: bold;
}
.boxPointNavi li:last-child {
  margin-right:0;
}
.boxPointNavi li a {
  font-size: 12px;
  display: block;
  width:138px;
  padding: 45px 5px 3px;
  min-height: 110px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.boxPointNavi li a:hover {
  text-decoration: none;
}
.boxPointNavi li a::before {
  position: absolute;
  top: 4px;
  left: 45%;
  font-size: 21px;
}
.boxPointNavi li:nth-child(1) a::before {
  content: "1";
}
.boxPointNavi li:nth-child(2) a::before {
  content: "2";
}
.boxPointNavi li:nth-child(3) a::before {
  content: "3";
}
.boxPointNavi li:nth-child(4) a::before {
  content: "4";
}
.boxPointNavi li:nth-child(5) a::before {
  content: "5";
}
.boxPointNavi li a::after {
  position: absolute;
  bottom: 5px;
  left: 46%;
  font-size: 12px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
}

.modPointFaq {
  position: relative;
  vertical-align: bottom;
}

.modPointFaq dt {
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
  padding: 10px 50px 7px;
  color: #0080c6;
  background-color: #eee;
  font-weight: bold;
}

.modPointFaq dt:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 0;
  height: 0;
  padding: 0px;
  border: solid transparent;
  border-width: 6px;
}

.modPointFaq dt.modDownArrow:before {
  margin-top: -2px;
  border-top-color: #555;
}

.modPointFaq dt.modUpArrow:before {
  margin-top: -12px;
  border-bottom-color: #555;
}

.modPointFaq dd {
  margin-left: 51px;
  padding: 15px 20px 20px;
  text-indent: -1.7em;
}

.modPointFaq dd > ul li {
  text-indent: 0;
  margin-left: 0;
}

#boxPagePoint .boxTextContentsBase {
  margin-bottom: 15px;
}

#boxPagePoint #gift .modTextContents {
  margin-bottom: 5px;
}

#boxPagePoint .modTextContents.notes li {
  text-indent: -1em;
  margin-left: 1em;
}

#boxPagePoint .modSmallHeadline {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

#boxPagePoint .modTextContents.notes li.fsize12 {
  font-size: 85%;
}

#boxPagePoint .boxBgGray01 {
  padding: 20px;
  background: #eee;
}


/* Rules: キャンペーン・レビュアー応募規約
 * Guide: 注意事項・基本ルールについて
   --------------------------------------------- */
#boxPageGuide > hr,
#boxPageRules > hr {
  display: none;
}

#boxPageGuide .modTextContents,
#boxPageRules .modTextContents {
  margin-bottom: 15px;
}

#boxPageRules #gift .modTextContents {
  margin-bottom: 5px;
}

#boxPageGuide .modSmallHeadline,
#boxPageRules .modSmallHeadline {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

#boxPageRules #gift .modSmallHeadline {
  margin-bottom: 0;
}

#boxPageGuide .titHeading,
#boxPageRules .titHeading {
  margin-top: 45px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px #e5e5e5 solid;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
}

#boxPageGuide .modTextContents.notes li,
#boxPageRules .modTextContents.notes li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}

#boxPageRules #gift .modTextContents.notes li {
  margin-bottom: 0;
}

#boxPageGuide .modTextContents.notes li.fsize12,
#boxPageRules .modTextContents.notes li.fsize12 {
  font-size: 85%;
}


/* PointReword: ポイントヘルプページ リワード枠
   --------------------------------------------- */
.boxPointReword {
  display: flex;
  justify-content: space-between;
  background-color: #fafaf5; /* 背景カラー設定 */
  border-radius: 6px;
  padding: 20px 15px;
  margin-bottom: 10px;
}
.boxPointRewordThumb {
  width: 176px;
}
.boxPointRewordConts {
  width: 485px;
}
.modPointRewordCopy {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 32px;
  padding: 0 32px 0 38px;
  margin-bottom: 10px;
  background-color: #604c3f;  /* 見出し背景カラー設定 */
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.modPointRewordCopy::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 25px;
  height: 25px;
  margin-top: -13px;
  content: '';
  background-image: url(../../images/pc/ico_sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 250px 25px;
}
.modPointRewordCopy::before {
  background-position: -100px 0;
}
.modPointRewordProduct {
  font-size: 18px;
  font-weight: bold;
}
.modPointRewordList {
  margin: 0 0 15px 1em;
  text-indent: -1em;
}
.modPointRewordBtnApply {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 234px;
  margin: 0 auto;
  padding: 5px 0;
  color: #fff;
  font-size: 13px; /* 108% */
  font-weight: bold;
  text-decoration: none;
  border: 1px #eb6100 solid;
  border-radius: 40px;
  background: #ffd16b;
  background: linear-gradient(to bottom, #ef9350 0%,#eb6100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef9350', endColorstr='#eb6100',GradientType=0 );

}
.modPointRewordBtnApply:hover {
  text-decoration: none;
  background: #e54d01;
  background: linear-gradient(to bottom, #ea7d3d 0%,#e54d01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7d3d', endColorstr='#e54d01',GradientType=0 );
}
.modPointRewordTxt {
  margin-bottom: 30px;
}


/* override
   --------------------------------------------- */

