@charset 'UTF-8';
/* 共通 テキスト */
article p {
    letter-spacing: .5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
}

/* 共通 ボタン*/
article a.purchaseBtn {
    display: block;
    padding: 14px;
    border-radius: 10px;
    background: #bf0000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    /* recoボタン*/
    /* purボタン*/
    /* rankボタン*/
}

article a.purchaseBtn:hover {
    box-sizing: border-box;
    background: #df8080;
    color: #fff;
    text-decoration: none;
}

article a.purchaseBtn.reco {
    width: 35%;
}

article a.purchaseBtn.pur {
    width: 40%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 34px;
}

article a.purchaseBtn.rank {
    width: 100%;
}

article p {
    letter-spacing: .5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
}

/* 共通 ボタン*/
.sp article a.purchaseBtn {
    display: block;
    padding: 14px;
    border-radius: 10px;
    background: #bf0000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    /* recoボタン*/
    /* purボタン*/
    /* rankボタン*/
}

.sp article a.purchaseBtn:hover {
    box-sizing: border-box;
    background: #df8080;
    color: #fff;
    text-decoration: none;
}

.sp article a.purchaseBtn.reco {
    width: 100%;
}

.sp article a.purchaseBtn.pur {
    width: 100%;
    margin: 0 auto;
    padding: 10% 0;
    font-size: 24px;
}

.sp article a.purchaseBtn.rank {
    width: 100%;
    font-size: 16px;
}

section.main {
    min-width: 1000px;
    background: url('/static/cpn/recommend_est/img/bg_striped.png') top center repeat-x;
}

section.main div.header {
    height: 421px;
    background: url('/static/cpn/recommend_est/img/bg_main.png') top repeat-x;
    text-align: center;
    font-size: 0;
}

section.main div.header img {
    margin-top: 40px;
}

section.main p.ttl {
    padding: 15px;
    background: #bf0000;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.sp section.main {
    min-width: auto;
    max-width: auto;
    width: 100%;
    background: url('/static/cpn/recommend_est/img/bg_striped.png') top center repeat-x;
    background-size: cover;
}

.sp section.main div.header {
    height: auto;
    background: url('/static/cpn/recommend_est/img/bg_main.png') top repeat-x;
    background-size: cover;
    text-align: center;
    font-size: 0;
}

.sp section.main div.header img {
    width: 96%;
    margin-top: 4%;
    margin-bottom: 4%;
}

.sp section.main p.ttl {
    padding: 2%;
    background: #bf0000;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

section.point {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

section.point ul {
    margin: 0 auto;
    text-align: center;
}

section.point ul li {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 366px;
    margin-right: 30px;
    padding: 20px;
    border: 10px solid #ccc;
    border-radius: 10px;
    background: #fff;
    vertical-align: top;
}

section.point ul li:last-child {
    margin-right: 0;
}

section.point ul li div.tag {
    position: absolute;
    top: -30px;
    left: -30px;
}

section.point ul li .thum {
    margin-bottom: 0;
    text-align: center;
}

section.point ul li .ttl {
    color: #bf0000;
    text-align: left;
    font-weight: 600;
    font-size: 24px;
}

section.point ul li .line {
    height: 3px;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(left, #bf0000, #fa0);
    background: linear-gradient(90deg, #bf0000, #fa0);
}

section.point ul li .txt {
    text-align: left;
}

.sp section.point {
    min-width: auto;
    max-width: auto;
    width: 100%;
    margin: 0 auto;
    margin-top: 14%;
    margin-bottom: 0;
}

.sp section.point ul {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.sp section.point ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 18%;
    padding: 8%;
    border: 10px solid #ccc;
    border-radius: 10px;
    background: #fff;
    vertical-align: top;
}

.sp section.point ul li:last-child {
    margin-right: 0;
}

.sp section.point ul li div.tag {
    position: absolute;
    top: -12%;
    left: -8%;
}

.sp section.point ul li .thum {
    margin-bottom: 6%;
    text-align: center;
}

.sp section.point ul li .thum img {
    width: 100%;
}

.sp section.point ul li .ttl {
    color: #bf0000;
    text-align: left;
    font-weight: 600;
    font-size: 24px;
}

.sp section.point ul li .line {
    height: 3px;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(left, #bf0000, #fa0);
    background: linear-gradient(90deg, #bf0000, #fa0);
}

.sp section.point ul li .txt {
    text-align: left;
}

section.reco {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    /* ul */
}

section.reco .head {
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 10px;
    background: -webkit-linear-gradient(left, #bf0000, #fa0);
    background: linear-gradient(90deg, #bf0000, #fa0);
    color: #fff;
    vertical-align: top;
    text-align: center;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 40px;
}

section.reco ul {
    margin: 0 auto;
    text-align: center;
    /* li */
}

section.reco ul li {
    margin-bottom: 60px;
}

section.reco ul li:last-child {
    margin-bottom: 100px;
}

section.reco ul li .L {
    display: inline-block;
    margin-right: 30px;
}

section.reco ul li .L .thum img {
    width: 270px;
}

section.reco ul li .R {
    display: inline-block;
    width: 694px;
    vertical-align: top;
    text-align: left;
}

section.reco ul li .R .title {
    margin-bottom: 20px;
}

section.reco ul li .R .title .line {
    display: inline-block;
    width: 10px;
    height: 50px;
    background: -webkit-linear-gradient(bottom, #bf0000, #fa0);
    background: linear-gradient(0deg, #bf0000, #fa0);
}

section.reco ul li .R .title p {
    display: inline-block;
    margin-top: 9px;
    margin-left: 5px;
    vertical-align: top;
    font-weight: 500;
    font-size: 32px;
}

section.reco ul li .R .ttl {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

section.reco ul li .R p.txt {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
}

/* section.reco */
.sp section.reco {
    min-width: auto;
    max-width: auto;
    width: 100%;
    margin: 0 auto;
    /* ul */
}

.sp section.reco .head {
    margin: 0 auto;
    margin-bottom: 10%;
    padding: 4% 0 4%;
    background: -webkit-linear-gradient(left, #bf0000, #fa0);
    background: linear-gradient(90deg, #bf0000, #fa0);
    color: #fff;
    vertical-align: top;
    text-align: center;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 22px;
}

.sp section.reco .head span img {
    width: 10%;
}

.sp section.reco ul {
    margin: 0 auto;
    text-align: center;
    /* li */
}

.sp section.reco ul li {
    margin-bottom: 20%;
}

.sp section.reco ul li:last-child {
    margin-bottom: 20%;
}

.sp section.reco ul li .L {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 6%;
}

.sp section.reco ul li .L .thum img {
    width: 50%;
}

.sp section.reco ul li .R {
    display: block;
    width: 90%;
    margin: 0 auto;
    vertical-align: top;
    text-align: left;
}

.sp section.reco ul li .R .title {
    margin-bottom: 4%;
    margin-left: 0;
}

.sp section.reco ul li .R .title .line {
    display: inline-block;
    width: 4%;
    height: 70px;
    background: -webkit-linear-gradient(bottom, #bf0000, #fa0);
    background: linear-gradient(0deg, #bf0000, #fa0);
}

.sp section.reco ul li .R .title p {
    display: inline-block;
    width: 90%;
    margin-top: 0;
    margin-left: 2%;
    vertical-align: top;
    font-weight: 500;
    font-size: 24px;
}

.sp section.reco ul li .R .ttl {
    margin: 0 auto;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.sp section.reco ul li .R p.txt {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
}

/* section.reco */
section.purchase {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 40px;
    background: #f2f2f2;
}

section.purchase p.ttl {
    margin-bottom: 10px;
    text-align: center;
    font-size: 26px;
}

section.rank {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    /* ul */
}

section.rank .head {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 10px;
    background: -webkit-linear-gradient(left, #bf0000, #fa0);
    background: linear-gradient(90deg, #bf0000, #fa0);
    color: #fff;
    vertical-align: top;
    text-align: center;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 40px;
}

section.rank ul {
    margin: 0 auto;
    text-align: center;
    /* li */
}

section.rank ul li {
    display: inline-block;
    width: 200px;
    margin-right: 30px;
    vertical-align: top;
    text-align: left;
}

section.rank ul li:last-child {
    margin-right: 0;
}

section.rank ul li .thum img {
    width: 200px;
}

section.rank ul li .title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

section.rank ul li p.txt {
    height: 110px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}

/* section.rank */
.sp section.rank {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10%;
    /* ul */
}

.sp section.rank .head {
    margin: 0 auto;
    margin-bottom: 10%;
    padding: 4% 0 4%;
    background: -webkit-linear-gradient(left, #bf0000, #fa0);
    background: linear-gradient(90deg, #bf0000, #fa0);
    color: #fff;
    vertical-align: top;
    text-align: center;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 22px;
}

.sp section.rank ul {
    margin: 0 auto;
    text-align: center;
    /* li */
}

.sp section.rank ul li {
    display: inline-block;
    width: 40%;
    margin-right: 4%;
    margin-bottom: 15%;
    vertical-align: top;
    text-align: left;
}

.sp section.rank ul li:last-child {
    margin-right: 0;
}

.sp section.rank ul li .thum img {
    width: 100%;
    margin-bottom: 6%;
}

.sp section.rank ul li .title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}

.sp section.rank ul li p.txt {
    height: auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}

.sp section.rank ul li:nth-child(1) .title,
.sp section.rank ul li:nth-child(2) .title {
    height: 70px;
}

.sp section.rank ul li:nth-child(1) .txt,
.sp section.rank ul li:nth-child(2) .txt {
    height: 160px;
}

.sp section.rank ul li:nth-child(3) .title,
.sp section.rank ul li:nth-child(4) .title {
    height: 45px;
}

.sp section.rank ul li:nth-child(3) .txt,
.sp section.rank ul li:nth-child(4) .txt {
    height: 134px;
}

/* section.rank */
.alpha a {
    color: #fff;
}

.alpha a:hover {
    color: #555;
    text-decoration: none;
}

/*# sourceMappingURL=maps/style.css.map */
