@charset "utf-8";

.sp {
    display: none;
}

.pc {
    display: block;
}

.head {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.head .left-box {
    width: 404px;
}

.head .right-box {
    width: 590px;
}

.head .right-box h2 {
    text-align: center;
    font-size: 28px;
    color: #C2181F;
    font-weight: 700;
}

.head .right-box p {
    font-size: 22px;
    line-height: 1.75;
    margin: 20px 0 0 0;
    font-feature-settings: "palt";
}

.head .brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 15px 0 0 0;
}

.head .brand-list li {
    text-align: center;
    width: calc(100%/8);
}

.head .brand-list li img {
    width: 100%;
}

.content {
    background: url("../images/bg_content.png") center top repeat-y;
    padding: 70px 45px 100px 45px;
    margin: -60px 0 0 0;
    position: relative;
}

.content .present h2 img {
    display: block;
    margin: 0 0 0 55px;
}

.content .present .flex-box {
    display: flex;
    justify-content: space-between;
    margin: 40px 30px 0 60px;
}

.content .present .flex-box .left-box {
    width: 452px;
}

.content .present .flex-box .left-box ul li {
    margin: 0 0 20px 0;
}

.content .present .flex-box .right-box {
    width: 396px;
    text-align: center;
}

.content .present .flex-box .right-box .card {
    margin: 10px 0 0 0;
}

.content .present .coupon {
    display: block;
    margin: -50px auto 0 auto;
}

.content .present h3 {
    margin: 40px 0 0 0;
    text-align: center;
}

.content .point {
    margin: 100px 0 0 0;
}

.content .point h2 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.05em;
}

.content .point h2:before {
    content: '';
    background: url("../images/ico_title_left.png")0 0 no-repeat;
    background-size: 23px;
    width: 23px;
    height: 47px;
    margin: 0 10px 0 0;
}

.content .point h2:after {
    content: '';
    background: url("../images/ico_title_right.png")0 0 no-repeat;
    background-size: 23px;
    width: 23px;
    height: 47px;
    margin: 0 0 0 10px;
}


.content .point .box {
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px;
    margin: 20px 0 0 0;
}

.content .point .box h3 {
    font-size: 32px;
    font-weight: 700;
    color: #BA1B21;
    line-height: 1.25;
}

.content .point .box h3 dl {
    display: flex;
    align-items: center;
    gap: 20px;
}

.content .point .box p {
    font-size: 24px;
    line-height: 1.75;
    margin: 20px 0 0 0;
    font-feature-settings: "palt";
}

.content .point .caution {
    margin: 10px 0 0 0;
}

.content .point .caution li {
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
}


.content .get {
    margin: 100px 0 0 0;
}

.content .get h2 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.05em;
}

.content .get h2:before {
    content: '';
    background: url("../images/ico_title_left.png")0 0 no-repeat;
    background-size: 23px;
    width: 23px;
    height: 47px;
    margin: 0 10px 0 0;
}

.content .get h2:after {
    content: '';
    background: url("../images/ico_title_right.png")0 0 no-repeat;
    background-size: 23px;
    width: 23px;
    height: 47px;
    margin: 0 0 0 10px;
}

.content .get .inner {
    background: #fff;
    border-radius: 20px;
    padding: 40px 80px;
    margin: 20px 0 0 0;
}

.content .get .inner .means {
    display: flex;
    margin: 0 0 0 20px;
}

.content .get .inner .means li {
    position: relative;
    text-align: center;
    border-right: 4px solid #000;
}

.content .get .inner .means li .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all .3s;
}

.content .get .inner .means li .btn:hover {
    opacity: .6;
}

.content .get .inner .means li:nth-child(1) {
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
}

.content .get .inner .means li:nth-child(2) {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
}

.content .get .inner .means li:nth-child(3) {
    border: none;
}

.content .get .inner .block {
    margin: 50px 0 0 0;
}

.content .get .inner .block h3 {
    text-align: center;
}

.content .get .inner .block .brand {
    display: block;
    margin: 30px auto 0 auto;
}

.content .get .inner .block .manual {
    display: block;
    margin: 20px auto 0 auto;
}

.content .get .inner .block p {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.4;
    margin: 20px 40px 0 40px;
}

.content .get .inner .block .flex-box {
    display: flex;
    margin: 30px 0 0 40px;
    justify-content: space-between;
}

.content .get .inner .block .flex-box .left-box {
    margin: 20px 0 0 0;
}

.content .get .inner .app-wrap {
    margin: 30px 20px 0 40px;
    background: #DBDCDC;
    border-radius: 8px;
    border: 3px solid #B4B4B5;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .get .inner .app-wrap .left-box {
    width: 254px;
}

.content .get .inner .app-wrap .right-box {
    width: 410px;
}

.content .get .inner .app-wrap .right-box p {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.content .get .inner .app-wrap .right-box p span {
    font-size: 18px;
    ;
}

.content .get .inner .app-wrap .right-box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content .get .inner .app-wrap a {
    transition: all .3s;
}

.content .get .inner .app-wrap a:hover {
    opacity: .6;
}

.content .explanation {
    margin: 90px 0 0 0;
    border: 3px solid #fff;
    padding: 20px 60px 30px 60px;
}

.content .explanation h2 {
    text-align: center;
}

.content .explanation ul {
    color: #fff;
    font-size: 28px;
    line-height: 1.7;
}

.content .explanation ul li {
    text-indent: -1.25em;
    padding-left: 1.25em;
}

.content .explanation ul li:before {
    content: "●";
    margin: 0 5px 0 0;
}

.content .explanation p {
    color: #fff;
    font-size: 28px;
    line-height: 1.7;
    font-weight: 700;
    margin: 30px 0 0 0;
}

.content .img-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bottom-text {
    display: block;
    width: 100%;
}

.pagetop {
    text-align: right;
    margin: 10px 0 0 0;
    font-size: 14px;
}
