@charset "UTF-8";
body {
    background-color: #FCFBF9;
    font-family: "Hiragino Sans, ヒラギノ角ゴシック, sans-serif";
    color: #333;
}
@media screen and (max-width: 768px) {
    p {
        font-size: 14px;
    }
}
.contents_wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}
.mv {
    max-width: 100%;
}
/* ここからキャンペーン概要 */
.outline_wrapper {
    background-image: url(../img/bg.jpg);
    background-repeat: repeat-x;
}
.outline {
    margin-top: 43px;
    margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
    .outline {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.period {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
    .period {
        display: block;
        margin-bottom: 10px;
    }
}
.period_left {
    flex: 0 0 194px;
    padding: 14px 34px;
    background-color: #E6DEBB;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .period_left {
        padding-top: 7px;
        padding-bottom: 7px;
        text-align: center;
    }
}
.period_right {
    padding-left: 20px;
}
@media screen and (max-width: 768px) {
    .period_right {
        padding-left: 0;
        text-align: center;
    }
}
.period_right p {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .period_right p {
        font-size: 16px;
        padding-top: 5px;
    }
}
.target {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}
@media screen and (max-width: 768px) {
    .target {
        display: block;
        margin-bottom: 30px;
    }
}
.target_left {
    flex: 0 0 194px;
    padding: 36px 34px;
    background-color: #E6DEBB;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .target_left {
        padding-top: 7px;
        padding-bottom: 7px;
        text-align: center;
    }
}
.target_right {
    padding-left: 20px;
}
@media screen and (max-width: 768px) {
    .target_right {
        padding-left: 0;
        padding-top: 5px;

    }
}
.target_right p {
    line-height: 1.5;
}
.font-size_s {
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    .font-size_s {
        font-size: 10px;
    }
}
a.btn {
    text-align: center;
    text-decoration: none;
    max-width: 585px;
    width: 90%;
    margin: auto;
    padding: 5px 48px;
    font-size: 29px;
    letter-spacing: 0.8px;
    font-weight: bold;
    background: #7E0F10;
    border: 6px outset #AF3F40;
    color: #fff;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    a.btn {
        padding: 5px 8px;
        font-size: 18px;
    }
}
a.btn:hover {
    background: #AF3F40;
    border: 6px outset #7E0F10;
    color: #fff;
}
a.btn i.fa-envelope {
    margin-right: 1rem;
    font-size: 35px;
}
@media screen and (max-width: 768px) {
    a.btn i.fa-envelope {
        margin-right: 0.5rem;
        font-size: 25px;
    }
}
a.btn i.fa-play {
    margin-left: 1rem;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    a.btn i.fa-play {
        margin-left: 0.7rem;
        font-size: 10px;
    }
}
/* ここから特典 */
.benefits_header {
    background-color: #E6DEBB;
}
.benefits_header img {
    max-width: 735px;
    width: 90%;
    margin: 0 auto;
    padding-top: 23px;
    padding-bottom: 23px;
}
.benefits1 {
    background-color: #F2F0E7;
    padding-top: 30px;
    width: 100%;
    position: relative;
}
.benefits1::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 49vw solid transparent;
    border-right: 49vw solid transparent;
    border-top: 100px solid #F2F0E7;
}
@media screen and (max-width: 768px) {
    .benefits1::after {
        border-top: 60px solid #F2F0E7;
    }
}
.benefit_ttl {
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .benefit_ttl {
        padding-bottom: 15px;
    }
}
.benefit_ttl_top {
    display: flex;
    align-items: center;
    padding-top: 35px;
}
@media screen and (max-width: 768px) {
    .benefit_ttl_top {
        display: flex;
        align-items: center;
        padding-top: 0;
    }
}
.benefit_ttl_top p {
    color: #7E6B2E;
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .benefit_ttl_top p {
        font-size: 14px;
    }
}
.benefit_ttl_top img {
    width: 85px;
    padding-right: 10px;
}
@media screen and (max-width: 768px) {
    .benefit_ttl_top img {
        width: 60px;
    }
}
.benefit_ttl_bottom {
    font-size: 30px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .benefit_ttl_bottom {
        font-size: 20px;
        font-weight: bold;
    }
}
.benefit_ttl_bottom span {
    color: #C30D23;
}
.benefit_content {
    display: flex;
    line-height: 1.7;
    padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
    .benefit_content {
        display: block;
        line-height: 1.5;
    }
}
.benefit_content_left {
    flex: 0 0 60%;
    padding-right: 30px;
}
@media screen and (max-width: 768px) {
    .benefit_content_left {
        padding-right: 0;
    }
}
.benefit_content_left .font-size_s {
    padding-top: 10px;
}
.benefit_content_left img {
    padding-top: 25px;
    width: 330px;
}
@media screen and (max-width: 768px) {
    .benefit_content_left img {
        padding-top: 20px;
        max-width: 330px;
        width: 50%;
    }
}
.benefit_content_right {
    flex: 0 0 40%;
}
.benefit_content_right img {
    border-radius: 5px;
}
@media screen and (max-width: 768px){
    .benefit_content_right img {
        margin-top: 15px;
    }
}
.benefits2 .benefit_content_left img {
    width: 400px;
}
.benefits2 {
    background-color: #FCFBF9;
    margin-top: 100px;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 768px){
    .benefits2 {
        margin-top: 90px;
    }
}
.benefits2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 49.4vw solid transparent;
    border-right: 49.4vw solid transparent;
    border-top: 100px solid #FCFBF9;
    background-color: #F2F0E7;
}
@media screen and (max-width: 768px){
    .benefits2::after {
        border-top: 60px solid #FCFBF9;
        background-color: #F2F0E7;
    } 
}
.benefits3 .benefit_content_left img {
    max-width: 640px;
    width: 100%;
}
@media screen and (max-width: 768px){}
.benefits3 {
    background-color: #F2F0E7;
    margin-top: 100px;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 768px){
    .benefits3 {
        margin-top: 60px;
        padding-top: 40px;
    }
}
.benefits3::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 49vw solid transparent;
    border-right: 49vw solid transparent;
    border-top: 100px solid #F2F0E7;
}
@media screen and (max-width: 768px){
    .benefits3::after {
        border-top: 60px solid #F2F0E7;
    }
}
.benefits_wrapper a.btn {
    margin-top: 130px;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px){
    .benefits_wrapper a.btn {
        margin-top: 80px;
    }
}
.benefits_wrapper {
    margin-bottom: 50px;
}