@charset "UTF-8";

article * { box-sizing: border-box; }
article img { max-width: 100%; height: auto;
  vertical-align: bottom;/* 画像下のスペースを消す */ }
.link-txt { text-decoration: underline; }

/************************************************/
.mainArea { width: 100%; padding: 1rem 1rem 2rem; position: relative; background: #fff; }
.mainArea:before { content: ''; position: absolute; bottom: 0; width: 0; height: 0; left: 50%; z-index: 1;
    border-style: solid; border-width: 1.5rem 5rem 0 5rem;
    border-color: #fff transparent transparent transparent;
    transform: translateX(-50%) translateY(100%); }
.secondArea { width: 100%; padding: 3rem 1rem 2rem; position: relative; background: #ffac54; }
.secondArea:before { content: ''; position: absolute; bottom: 0; width: 0; height: 0; left: 50%; z-index: 1;
    border-style: solid; border-width: 1.5rem 5rem 0 5rem;
    border-color: #ffac54 transparent transparent transparent;
    transform: translateX(-50%) translateY(100%); }
.thirdArea { width: 100%; padding: 3rem 1rem 2rem; position: relative; background: #ff84a5; }
.thirdArea:before { content: ''; position: absolute; bottom: 0; width: 0; height: 0; left: 50%; z-index: 1;
    border-style: solid; border-width: 1.5rem 5rem 0 5rem;
    border-color: #ff84a5 transparent transparent transparent;
    transform: translateX(-50%) translateY(100%); }
.fourthArea { width: 100%; padding: 3rem 1rem 2rem; position: relative; background: #a660ff; }
.fourthArea:before { content: ''; position: absolute; bottom: 0; width: 0; height: 0; left: 50%; z-index: 1;
    border-style: solid; border-width: 1.5rem 5rem 0 5rem;
    border-color: #a660ff transparent transparent transparent;
    transform: translateX(-50%) translateY(100%); }
.lastArea { width: 100%; padding: 3rem 1rem 2rem; position: relative; }

/************************************************/
.camBlock { margin-bottom: 2rem; }
.camBlock .end-txt { font-size: 1.3rem; font-weight: bold; text-align: center; color: #EF3232; }
.camBlock .periodBox { margin: 0 auto; background: #fff; border: 1px dotted #bd0204; padding: 0.5rem; }
.camBlock .periodBox .cam-txt { text-align: center; }
.camBlock .periodBox .cam-txt span { display: block; margin-bottom: 0.5rem; font-weight: bold; }
.camBlock .periodBox .camNote { font-size: 0.8rem; }

/************************************************/
.mainBlock { line-height: 1.2; margin-bottom: 2rem; }
.mainBlock .mainText { text-align: center; font-size: 1.7rem; font-weight: bold; color: #bd0204; margin-bottom: 0.5rem; }
.mainBlock .subText { text-align: center; font-size: 1.3rem; color: #bd0204; }
.mainBlock .subText a { display: inline-block; background: #FDFFC5; }
.mainBlock .aboutCoupons { text-align: center; }
.mainBlock .subText + .aboutCoupons { margin-top: 1rem; }


/************************************************/
.sectionTitle { position: relative; padding-bottom: 1rem; margin-bottom: 1rem; text-align: center; font-size: 2rem; font-weight: bold; color: #fff; }
.sectionTitle:before { content: ''; position: absolute; display: inline-block; bottom: 0; width: 5rem; height: 0.3rem; left: 50%;
  -webkit-transform: translateX(-50%); transform: translateX(-50%); background-color: #fff; border-radius: 1rem;
}

/************************************************/
.titleList { margin: 0 auto; padding: 1rem; display: grid; grid-template-columns: repeat(6, 1fr); gap: 2rem 1rem; align-items: stretch; background: #fff; }
@media (max-width: 900px){ .titleList { grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 720px){ .titleList { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 530px){ .titleList { grid-template-columns: repeat(3, 1fr); } }
.titleList .titleCard { display: flex; flex-direction: column; justify-content: space-between; }
.titleList .titleCard .cover a { display: block; position: relative; background: #f7f9fa; }
.titleList .titleCard .cover a::before { display: block; padding-top: 150%; content: ""; }
.titleList .titleCard .cover img { -o-object-fit: contain; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; word-break: break-word; }
.titleList .titleCard .cover a .only { display: block; position: absolute; top: 2px; left: 2px; width: 1.7rem; height: 2rem; 
    background-image: url(/s/images/icon/icon_onlyMP.svg); background-repeat: no-repeat; background-size: 100% auto; }
.titleList .titleCard .cover a .premium { display: block; position: absolute; right: 2px; bottom: 2px; width: 5rem; height: 2rem; 
    background-image: url(/s/images/icon/label_premium.svg); background-position: bottom right; background-repeat: no-repeat; background-size: 100% auto; }
.titleList .titleCard .titleName { margin-top: 0.3rem; }
.titleList .titleCard .titleName a { -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; overflow: hidden; font-size: 1rem; line-height: 1.2; word-break: break-all; text-decoration: underline; }
.titleList .titleCard .markBox { margin-top: 0.5rem; }
.titleList .titleCard .markBox .format,
.titleList .titleCard .markBox .rating { display: inline-block; height: 1rem; padding: 0 .3rem; border: 1px solid #C7C7C7; border-radius: 5%; font-size: .6rem; line-height: 1rem; }
.titleList .titleCard .markBox .rating { margin-left: 0.3rem; border: 1px solid #ef3232; color: #ef3232; }
.titleList .titleCard .btnBox { width: 100%; margin-top: 0.5rem; }
.titleList .titleCard .btnBox a { font-size: 1rem; }


/************************************************/
.btnBlock { text-align: center; }
.btnBlock a { display: inline-block; position: relative; margin: 0 0.5rem 1rem; width: 22rem; padding: 1rem; font-size: 1.2rem; font-weight: bold; color: #fff;
    border: 1px solid #c7c7c7; border-radius: 4rem; background: #bd0204; }
.btnBlock a:hover { opacity: .8;}
.btnBlock a:before { content: ''; position: absolute; top:calc(50% - 7px); right: 7px; width: 0; height: 0;
    border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 10px solid #fff; }
.btnBlock .note { font-size: 0.8rem; margin-top: 0.5rem; }

/************************************************/
.btnBox a { box-sizing: border-box; display: inline-block; width: 100%; padding: 1rem; border-radius: 4rem;
    font-feature-settings: "palt"; font-size: 1.2rem; font-weight: bold; text-align: center; }
.btnBox .noBtn { box-sizing: border-box; display: inline-block; width: 100%; padding: 1rem; border: 1px solid #c7c7c7; border-radius: 4rem;
    background: #707070; color: #fff; font-feature-settings: "palt"; font-size: 1.2rem; font-weight: bold; text-align: center; }
.mainBlock .btnBox { margin: 2rem auto 1rem; width: 80%; }
.lastArea .btnBox { margin: 2rem auto 4rem; width: 80%; }


/**
 * ***************************************
 * 応募規約
 * ***************************************
 */
.entry-agreement { padding: 0 1rem 3rem; }
.entry-agreement table { width: 100%; border-collapse: collapse; }
.entry-agreement th { background: #FFFDD3; }
.entry-agreement th, td { padding: 0.5rem; text-align: left; border: 1px solid #c7c7c7; line-height: 1.2; }
.entry-agreement table a { text-decoration: underline; }
.entry-agreement ol { list-style-type: decimal; margin-left: 1rem; }
.txt-red { color: #EF3232; }


/**デフォルト設定CSS リリース前の仮設定　削除可
.btnBox .btnOrange3 { border: 1px solid #c7c7c7; background: #fad414; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16); color: #1f1f1f; }**/
